From owner-svn-ports-head@freebsd.org Sun Nov 8 00:09:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4E8AA28C23; Sun, 8 Nov 2015 00:09:08 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD95514E7; Sun, 8 Nov 2015 00:09:08 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8097hJ035372; Sun, 8 Nov 2015 00:09:07 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8097WL035371; Sun, 8 Nov 2015 00:09:07 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511080009.tA8097WL035371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 8 Nov 2015 00:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401029 - in head/devel/rubygem-pry: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 00:09:09 -0000 Author: mmoll Date: Sun Nov 8 00:09:07 2015 New Revision: 401029 URL: https://svnweb.freebsd.org/changeset/ports/401029 Log: devel/rubygem-pry: use devel/rubygem-slop3 PR: 204339 Deleted: head/devel/rubygem-pry/files/ Modified: head/devel/rubygem-pry/Makefile Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Sat Nov 7 23:58:53 2015 (r401028) +++ head/devel/rubygem-pry/Makefile Sun Nov 8 00:09:07 2015 (r401029) @@ -3,7 +3,7 @@ PORTNAME= pry PORTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coderay>=1.1.0:${PORTSDIR}/textproc/rubygem-coderay \ rubygem-method_source>=0.8.1:${PORTSDIR}/devel/rubygem-method_source \ - rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop + rubygem-slop3>=3.4.0:${PORTSDIR}/devel/rubygem-slop3 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Nov 8 01:00:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73D35A22758; Sun, 8 Nov 2015 01:00:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D72B612A5; Sun, 8 Nov 2015 01:00:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA810EnE051540; Sun, 8 Nov 2015 01:00:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA810Ess051538; Sun, 8 Nov 2015 01:00:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511080100.tA810Ess051538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 8 Nov 2015 01:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401030 - head/databases/elixir-calecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 01:00:16 -0000 Author: olgeni Date: Sun Nov 8 01:00:14 2015 New Revision: 401030 URL: https://svnweb.freebsd.org/changeset/ports/401030 Log: Upgrade databases/elixir-calecto to version 0.4.2. Modified: head/databases/elixir-calecto/Makefile head/databases/elixir-calecto/distinfo Modified: head/databases/elixir-calecto/Makefile ============================================================================== --- head/databases/elixir-calecto/Makefile Sun Nov 8 00:09:07 2015 (r401029) +++ head/databases/elixir-calecto/Makefile Sun Nov 8 01:00:14 2015 (r401030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calecto -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-calecto/distinfo ============================================================================== --- head/databases/elixir-calecto/distinfo Sun Nov 8 00:09:07 2015 (r401029) +++ head/databases/elixir-calecto/distinfo Sun Nov 8 01:00:14 2015 (r401030) @@ -1,2 +1,2 @@ -SHA256 (lau-calecto-v0.4.1_GH0.tar.gz) = d6ed5dff9e59a2c54f0966840ad70c673ddfc15042a3d33544f72a347b58a48d -SIZE (lau-calecto-v0.4.1_GH0.tar.gz) = 11351 +SHA256 (lau-calecto-v0.4.2_GH0.tar.gz) = ebbca73aede774e2554668e61a657ff6b3a5d6e78e50c5bb05b3cb46c5541200 +SIZE (lau-calecto-v0.4.2_GH0.tar.gz) = 11412 From owner-svn-ports-head@freebsd.org Sun Nov 8 04:53:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3A29A2996F; Sun, 8 Nov 2015 04:53:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C186A17F0; Sun, 8 Nov 2015 04:53:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabfh17 with SMTP id fh17so163752093pab.0; Sat, 07 Nov 2015 20:53:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Vjq1lbZ8HdexQnelbAnKtUPomjfwEhwBK3g7crzey7U=; b=MQ8zR38NCUHMzTDzvUbh+RhXk7aVuPZNWYzm322ajPqSMOWKtcVXJYxCBi5uOhlfHm 8EGEhlIT/YdBCNCpFkgpgoAfBrewRApMDJkAwGVm6dZUPjvfiE79NK1FghA419grmZNZ S1QiB+7JcnGuPcgeGOyqWtb10l81ZJku/Bs8v57TvWmi3ziP7H2UrjYTCOz0IAZX+QWL Wp1EYqBD6lHatDYcDf3e9zza1ThMn2GmRRVukt+ek/FhaKRN4kJ9i/ZNEXkUKQhNf/kB go43jg0SLHj1ciUk/pc+DNqgvr3p6DqcOURDEV2ADuYsq2EtY0Ah4AdnMfvR6CB92OQF ceWQ== X-Received: by 10.68.201.229 with SMTP id kd5mr29789197pbc.114.1446958386578; Sat, 07 Nov 2015 20:53:06 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:24b2:4122:9f12:3ce6? (2001-44b8-31ae-7b01-24b2-4122-9f12-3ce6.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:24b2:4122:9f12:3ce6]) by smtp.gmail.com with ESMTPSA id ck9sm8699545pad.28.2015.11.07.20.53.04 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 07 Nov 2015 20:53:06 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401016 - in head/devel: . py-backports_abc References: <201511071849.tA7InP7b041935@repo.freebsd.org> To: Grzegorz Blach , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <563ED524.8090409@FreeBSD.org> Date: Sun, 8 Nov 2015 15:52:52 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511071849.tA7InP7b041935@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 04:53:08 -0000 On 8/11/2015 5:49 AM, Grzegorz Blach wrote: > Author: gblach > Date: Sat Nov 7 18:49:25 2015 > New Revision: 401016 > URL: https://svnweb.freebsd.org/changeset/ports/401016 > > Log: > Add new port: devel/py-backports_abc > > A backport of recent additions to the 'collections.abc' module. > > Added: > head/devel/py-backports_abc/ > head/devel/py-backports_abc/Makefile (contents, props changed) > head/devel/py-backports_abc/distinfo (contents, props changed) > head/devel/py-backports_abc/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Sat Nov 7 18:26:02 2015 (r401015) > +++ head/devel/Makefile Sat Nov 7 18:49:25 2015 (r401016) > @@ -3915,6 +3915,7 @@ > SUBDIR += py-babel > SUBDIR += py-babelfish > SUBDIR += py-backports.shutil_get_terminal_size > + SUBDIR += py-backports_abc > SUBDIR += py-bcdoc > SUBDIR += py-billiard > SUBDIR += py-binplist > > Added: head/devel/py-backports_abc/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-backports_abc/Makefile Sat Nov 7 18:49:25 2015 (r401016) > @@ -0,0 +1,18 @@ > +# Created by: Grzegorz Blach > +# $FreeBSD$ > + > +PORTNAME= backports_abc > +PORTVERSION= 0.4 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= gblach@FreeBSD.org > +COMMENT= Backport of recent additions to the 'collections.abc' module > + > +LICENSE= PSFL Is there a LICENSE_FILE in WRKSRC? > + > +USES= python Given this is a backport, shouldn't this be version limited to -3.something? > +USE_PYTHON= autoplist distutils > + > +.include > From owner-svn-ports-head@freebsd.org Sun Nov 8 05:46:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E672DA29F69; Sun, 8 Nov 2015 05:46:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE2615C3; Sun, 8 Nov 2015 05:46:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA85koV0035166; Sun, 8 Nov 2015 05:46:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA85koqU035162; Sun, 8 Nov 2015 05:46:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080546.tA85koqU035162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 05:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401032 - in head/science: . R-cran-cmprsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 05:46:52 -0000 Author: tota Date: Sun Nov 8 05:46:50 2015 New Revision: 401032 URL: https://svnweb.freebsd.org/changeset/ports/401032 Log: - Add new port: science/R-cran-cmprsk Estimation, testing and regression modeling of subdistribution functions in competing risks, as described in Gray (1988), A class of K-sample tests for comparing the cumulative incidence of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999), A proportional hazards model for the subdistribution of a competing risk, JASA, 94:496-509. WWW: https://cran.r-project.org/web/packages/cmprsk/ Added: head/science/R-cran-cmprsk/ head/science/R-cran-cmprsk/Makefile (contents, props changed) head/science/R-cran-cmprsk/distinfo (contents, props changed) head/science/R-cran-cmprsk/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Nov 8 01:46:14 2015 (r401031) +++ head/science/Makefile Sun Nov 8 05:46:50 2015 (r401032) @@ -9,6 +9,7 @@ SUBDIR += R-cran-DCluster SUBDIR += R-cran-Epi SUBDIR += R-cran-bayesm + SUBDIR += R-cran-cmprsk SUBDIR += R-cran-e1071 SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc Added: head/science/R-cran-cmprsk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/Makefile Sun Nov 8 05:46:50 2015 (r401032) @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= cmprsk +DISTVERSION= 2.2-7 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Subdistribution Analysis of Competing Risks + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include Added: head/science/R-cran-cmprsk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/distinfo Sun Nov 8 05:46:50 2015 (r401032) @@ -0,0 +1,2 @@ +SHA256 (cmprsk_2.2-7.tar.gz) = 952da4a0fd55a039f64f619c2c7cc29ba2490985ca67d2853de511692f1fb9c6 +SIZE (cmprsk_2.2-7.tar.gz) = 35597 Added: head/science/R-cran-cmprsk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/pkg-descr Sun Nov 8 05:46:50 2015 (r401032) @@ -0,0 +1,8 @@ +Estimation, testing and regression modeling of subdistribution +functions in competing risks, as described in Gray (1988), A class +of K-sample tests for comparing the cumulative incidence of a +competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ +(1999), A proportional hazards model for the subdistribution of a +competing risk, JASA, 94:496-509. + +WWW: https://cran.r-project.org/web/packages/cmprsk/ From owner-svn-ports-head@freebsd.org Sun Nov 8 06:02:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EECC8A29208; Sun, 8 Nov 2015 06:02:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B74611CA8; Sun, 8 Nov 2015 06:02:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA862jOX040648; Sun, 8 Nov 2015 06:02:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA862jCT040647; Sun, 8 Nov 2015 06:02:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511080602.tA862jCT040647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 06:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401033 - in head/devel/antlr4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 06:02:47 -0000 Author: pi Date: Sun Nov 8 06:02:45 2015 New Revision: 401033 URL: https://svnweb.freebsd.org/changeset/ports/401033 Log: devel/antlr4: small fixes - remove unneeded bsd.port.options.mk - fix properties in antlr.sh.in Submitted by: junovitch Modified: head/devel/antlr4/Makefile Directory Properties: head/devel/antlr4/files/antlr.sh.in (props changed) Modified: head/devel/antlr4/Makefile ============================================================================== --- head/devel/antlr4/Makefile Sun Nov 8 05:46:50 2015 (r401032) +++ head/devel/antlr4/Makefile Sun Nov 8 06:02:45 2015 (r401033) @@ -22,8 +22,6 @@ SUB_FILES= antlr.sh PLIST_FILES= bin/${PORTNAME} \ ${JAVAJARDIR}/${INSTALL_JAR} -.include - do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/${INSTALL_JAR} From owner-svn-ports-head@freebsd.org Sun Nov 8 06:15:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83B86A293E3; Sun, 8 Nov 2015 06:15:16 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E49C1028; Sun, 8 Nov 2015 06:15:16 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA86FFf4043776; Sun, 8 Nov 2015 06:15:15 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA86FEVl043772; Sun, 8 Nov 2015 06:15:14 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080615.tA86FEVl043772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 06:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401034 - in head/science: . R-cran-etm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 06:15:16 -0000 Author: tota Date: Sun Nov 8 06:15:14 2015 New Revision: 401034 URL: https://svnweb.freebsd.org/changeset/ports/401034 Log: - Add new port: science/R-cran-etm Matrix of transition probabilities for any time-inhomogeneous multistate model with finite state space WWW: https://cran.r-project.org/web/packages/etm/ Added: head/science/R-cran-etm/ head/science/R-cran-etm/Makefile (contents, props changed) head/science/R-cran-etm/distinfo (contents, props changed) head/science/R-cran-etm/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Nov 8 06:02:45 2015 (r401033) +++ head/science/Makefile Sun Nov 8 06:15:14 2015 (r401034) @@ -13,6 +13,7 @@ SUBDIR += R-cran-e1071 SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc + SUBDIR += R-cran-etm SUBDIR += R-cran-snow SUBDIR += R-cran-som SUBDIR += afni Added: head/science/R-cran-etm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-etm/Makefile Sun Nov 8 06:15:14 2015 (r401034) @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= etm +DISTVERSION= 0.6-2 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Empirical Transition Matrix + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include Added: head/science/R-cran-etm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-etm/distinfo Sun Nov 8 06:15:14 2015 (r401034) @@ -0,0 +1,2 @@ +SHA256 (etm_0.6-2.tar.gz) = 05010aadc957907214d4a56c35e08e9f493cf384ba369558cf730950a0a9ba69 +SIZE (etm_0.6-2.tar.gz) = 242123 Added: head/science/R-cran-etm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-etm/pkg-descr Sun Nov 8 06:15:14 2015 (r401034) @@ -0,0 +1,4 @@ +Matrix of transition probabilities for any time-inhomogeneous +multistate model with finite state space + +WWW: https://cran.r-project.org/web/packages/etm/ From owner-svn-ports-head@freebsd.org Sun Nov 8 06:47:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A87A29881; Sun, 8 Nov 2015 06:47:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 100D91C48; Sun, 8 Nov 2015 06:47:00 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA86l03I052703; Sun, 8 Nov 2015 06:47:00 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA86kxgS052696; Sun, 8 Nov 2015 06:46:59 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080646.tA86kxgS052696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 06:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401035 - head/science/R-cran-Epi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 06:47:01 -0000 Author: tota Date: Sun Nov 8 06:46:59 2015 New Revision: 401035 URL: https://svnweb.freebsd.org/changeset/ports/401035 Log: - Update to 1.1.71 - Update WWW in pkg-descr Modified: head/science/R-cran-Epi/Makefile head/science/R-cran-Epi/distinfo head/science/R-cran-Epi/pkg-descr Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Sun Nov 8 06:15:14 2015 (r401034) +++ head/science/R-cran-Epi/Makefile Sun Nov 8 06:46:59 2015 (r401035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Epi -PORTVERSION= 1.1.67 +PORTVERSION= 1.1.71 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +11,9 @@ COMMENT= Package for statistical analysi LICENSE= GPLv2 +RUN_DEPENDS= R-cran-cmprsk>0:${PORTSDIR}/science/R-cran-cmprsk \ + R-cran-etm>0:${PORTSDIR}/science/R-cran-etm + USES= cran:auto-plist .include Modified: head/science/R-cran-Epi/distinfo ============================================================================== --- head/science/R-cran-Epi/distinfo Sun Nov 8 06:15:14 2015 (r401034) +++ head/science/R-cran-Epi/distinfo Sun Nov 8 06:46:59 2015 (r401035) @@ -1,2 +1,2 @@ -SHA256 (Epi_1.1.67.tar.gz) = 4337999d0f22d7b2d5e62ef99288906f2e999faef831853dfd56421ec4fe8b8b -SIZE (Epi_1.1.67.tar.gz) = 2008396 +SHA256 (Epi_1.1.71.tar.gz) = 69cbc9b206302982109d7c10e8940665f1af227472051c114ffc15f0882f5820 +SIZE (Epi_1.1.71.tar.gz) = 1380987 Modified: head/science/R-cran-Epi/pkg-descr ============================================================================== --- head/science/R-cran-Epi/pkg-descr Sun Nov 8 06:15:14 2015 (r401034) +++ head/science/R-cran-Epi/pkg-descr Sun Nov 8 06:46:59 2015 (r401035) @@ -4,4 +4,4 @@ censored data and representation of mult useful functions for tabulation and plotting. Contains some epidemiological datasets. -WWW: http://www.pubhealth.ku.dk/~bxc/Epi/ +WWW: https://cran.r-project.org/web/packages/Epi/ From owner-svn-ports-head@freebsd.org Sun Nov 8 07:24:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D08CA29E04; Sun, 8 Nov 2015 07:24:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C89C1B6F; Sun, 8 Nov 2015 07:24:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA87OPDu063984; Sun, 8 Nov 2015 07:24:25 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA87OPEX063981; Sun, 8 Nov 2015 07:24:25 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080724.tA87OPEX063981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 07:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401036 - head/textproc/R-cran-formatR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 07:24:26 -0000 Author: tota Date: Sun Nov 8 07:24:25 2015 New Revision: 401036 URL: https://svnweb.freebsd.org/changeset/ports/401036 Log: - Update to 1.2.1 Modified: head/textproc/R-cran-formatR/Makefile head/textproc/R-cran-formatR/distinfo Modified: head/textproc/R-cran-formatR/Makefile ============================================================================== --- head/textproc/R-cran-formatR/Makefile Sun Nov 8 06:46:59 2015 (r401035) +++ head/textproc/R-cran-formatR/Makefile Sun Nov 8 07:24:25 2015 (r401036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= formatR -DISTVERSION= 1.2 +DISTVERSION= 1.2.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-formatR/distinfo ============================================================================== --- head/textproc/R-cran-formatR/distinfo Sun Nov 8 06:46:59 2015 (r401035) +++ head/textproc/R-cran-formatR/distinfo Sun Nov 8 07:24:25 2015 (r401036) @@ -1,2 +1,2 @@ -SHA256 (formatR_1.2.tar.gz) = 66049fde35600c9b9dfac97485627d52117a89b931f0dd59affcd48691389236 -SIZE (formatR_1.2.tar.gz) = 28329 +SHA256 (formatR_1.2.1.tar.gz) = 9986aea5e133114d1467b0a1aded966f0e7401f56ef9943af65ef1b2bfd88c38 +SIZE (formatR_1.2.1.tar.gz) = 28511 From owner-svn-ports-head@freebsd.org Sun Nov 8 07:37:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C29A29F58; Sun, 8 Nov 2015 07:37:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB7A1F53; Sun, 8 Nov 2015 07:37:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA87bg8j067223; Sun, 8 Nov 2015 07:37:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA87bfB4067213; Sun, 8 Nov 2015 07:37:41 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201511080737.tA87bfB4067213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 8 Nov 2015 07:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401037 - in head/ports-mgmt/portscout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 07:37:44 -0000 Author: koobs Date: Sun Nov 8 07:37:41 2015 New Revision: 401037 URL: https://svnweb.freebsd.org/changeset/ports/401037 Log: ports-mgmt/portscout: Add GitHub and PyPI site handlers & MORE! Over the past several months portscout.freebsd.org appears to have been more frequently NOT finding updates, particularly for ports that use CHEESESHOP (PyPI) as their MASTER_SITES. Portscout has also never worked for ports using GitHub for distribution files due to the following: a) Portscout, prior to 'guessing', requests a randomly named file from the Site and expects a 4xx (404) in response. If it doesn't receive a 4xx response, it increments a 'lie counter' and does not check the site again in the next run. b) The GitHUB handlers (SUBDIR/MASTER_SITES) in bsd.sites.mk construct a URL that ends in a a dummy query paramater (for the filename), so that fetch saves the correct filename to DISTDIR. This means for any DISTFILE name provided, a 200 OK response is returned These two factors unfortunately leave us in a position where there is no good way to workaround this in the ports framework, including overriding DISTFILES, DISTNAME, FETCH_ARGS, or the SUBDIR URL itself for various reasons (not matching distinfo, file conflicts in DISTDIR, etc) Fortunately, the portroach project (OpenBSD's fork of portscout) contains a site handler for GitHub and PyPI (among others) already [1]. These site handlers use API endpoints at GitHub and PyPI that respond JSON respectively, providing a faster and more accurate way to determine the latest version of a package, without having to go through the 'guessing' process. This commit: - Adds GitHub and PyPI site handlers, and modifies or extends them to accept/match our MASTER_SITES URL's. - Adds authenticated API request support and two settings for the GitHub site handler - Add p5-JSON to RUN_DEPENDS (needed by new site handlers) - Add HTTPS option for supporting https:// MASTER_SITES. Currently portscout does not check (fails) https:// MASTER_SITES [2] - Take MAINTAINER'ship - Adds badly needed logging/debugging messages to key parts of the process retaining the conditional logic that ties the verbosity to "quiet" or "debug" portscout.conf settings. - Renables the SQLITE3 option (previously commented out) and renames it to SQLITE (the standard, as per bsd.options.desk.mk) - Creates a DATABASE option group allowing either/or SQLITE or POSTGRESQL to be selected - Switches option conditionals where possible to options helpers - Backport a fix for maintainer matching/mapping [3] - Adds LICENSE (BSD2CLAUSE) - Updates and sorts pkg-plist This change was tested again ports maintained by me, and resulted in 'new versions' being found and reported for 42 of my ports (of 123). [1] https://github.com/jasperla/portroach/tree/master/Portroach/SiteHandler [2] Reported by: truckman [3] https://github.com/jasperla/portroach/commit/2f6ee134ddc178f74688b37b986b66ecb0481782 PR: 203996 Approved by: maintainer (timeout, 15 days) Differential Revision: https://reviews.freebsd.org/D3996 Added: head/ports-mgmt/portscout/files/ head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-GitHub.pm (contents, props changed) head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-PyPI.pm (contents, props changed) head/ports-mgmt/portscout/files/patch-Portscout_DataSrc_Ports.pm (contents, props changed) head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler.pm (contents, props changed) head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_GitHub.pm (contents, props changed) head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_PyPI.pm (contents, props changed) head/ports-mgmt/portscout/files/patch-portscout.conf (contents, props changed) head/ports-mgmt/portscout/files/patch-portscout.pl (contents, props changed) Modified: head/ports-mgmt/portscout/Makefile head/ports-mgmt/portscout/pkg-plist Modified: head/ports-mgmt/portscout/Makefile ============================================================================== --- head/ports-mgmt/portscout/Makefile Sun Nov 8 07:24:25 2015 (r401036) +++ head/ports-mgmt/portscout/Makefile Sun Nov 8 07:37:41 2015 (r401037) @@ -3,44 +3,52 @@ PORTNAME= portscout PORTVERSION= 0.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt -MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ - http://www.atarininja.org/~wxs/distfiles/ \ +MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ + http://www.atarininja.org/~wxs/distfiles/ \ http://www.inerd.com/software/${PORTNAME}/ -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT= Tool to scan for new versions of FreeBSD ports -OPTIONS_DEFINE= SQLITE3 DOCS -SQLITE3_DESC= Use SQLite backend instead of PostgreSQL +LICENSE= BSD2CLAUSE +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Proc-Queue>=0:${PORTSDIR}/devel/p5-Proc-Queue \ + p5-Net>=0:${PORTSDIR}/net/p5-Net \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON + +OPTIONS_DEFINE= DOCS HTTPS +OPTIONS_DEFAULT= HTTPS PGSQL + +OPTIONS_MULTI= DATABASE +OPTIONS_MULTI_DATABASE= SQLITE PGSQL + +DATABASE_DESC= Database Backends USES= perl5 shebangfix + NO_BUILD= yes SHEBANG_FILES= ${WRKSRC}/portscout.pl PORTDOCS= UPDATING portscout-portconfig.txt xml-datasrc-example.xml -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Proc-Queue>=0:${PORTSDIR}/devel/p5-Proc-Queue \ - p5-Net>=0:${PORTSDIR}/net/p5-Net \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ - p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +HTTPS_RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -.include +SQLITE_USE= SQLITE=3 +SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -.if ${PORT_OPTIONS:MSQLITE3} -#USE_SQLITE= 3 -#RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -.elif !defined(WITHOUT_PGSQL) -#USES+= pgsql -#RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -.endif +PGSQL_USES= pgsql +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg + +.include pre-everything:: -.if ${PORT_OPTIONS:MSQLITE3} +.if ${PORT_OPTIONS:MSQLITE} @${ECHO_MSG} "+-------------------------------------------------------------+" @${ECHO_MSG} "| Warning! although SQLite is supported, portscout will only |" @${ECHO_MSG} "| operate in non-forking mode with this database backend. It |" @@ -48,8 +56,12 @@ pre-everything:: @${ECHO_MSG} "+-------------------------------------------------------------+" .endif +post-extract: + @${CP} ${FILESDIR}/files-Portscout-SiteHandler-GitHub.pm ${WRKSRC}/Portscout/SiteHandler/GitHub.pm + @${CP} ${FILESDIR}/files-Portscout-SiteHandler-PyPI.pm ${WRKSRC}/Portscout/SiteHandler/PyPI.pm + post-patch: -.if ${PORT_OPTIONS:MSQLITE3} +.if ${PORT_OPTIONS:MSQLITE} @${REINPLACE_CMD} 's/^\([^#]*DBI:Pg.*\)$$/#\1/g' ${WRKSRC}/portscout.conf @${REINPLACE_CMD} 's/^#\(.*DBI:SQLite.*\)$$/\1/g' ${WRKSRC}/portscout.conf .endif @@ -96,7 +108,7 @@ do-install: test: ${PERL} ${WRKSRC}/t/00-use.t ${PERL} ${WRKSRC}/t/01-vercompare.t -.if ${PORT_OPTIONS:MSQLITE3} +.if ${PORT_OPTIONS:MSQLITE} ${PERL} ${WRKSRC}/t/10-sqlite.t #.else # ${PERL} ${WRKSRC}/10-postgresql.t Added: head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-GitHub.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-GitHub.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,175 @@ +#------------------------------------------------------------------------------ +# Copyright (C) 2014, Jasper Lievisse Adriaanse +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# +#------------------------------------------------------------------------------ + +package Portscout::SiteHandler::GitHub; + +use JSON qw(decode_json); +use LWP::UserAgent; + +use Portscout::Const; +use Portscout::Config; + +use strict; + +require 5.006; + + +#------------------------------------------------------------------------------ +# Globals +#------------------------------------------------------------------------------ + +push @Portscout::SiteHandler::sitehandlers, __PACKAGE__; + +our %settings; + + +#------------------------------------------------------------------------------ +# Func: new() +# Desc: Constructor. +# +# Args: n/a +# +# Retn: $self +#------------------------------------------------------------------------------ + +sub new +{ + my $self = {}; + my $class = shift; + + $self->{name} = 'GitHub'; + + bless ($self, $class); + return $self; +} + + +#------------------------------------------------------------------------------ +# Func: CanHandle() +# Desc: Ask if this handler (package) can handle the given site. +# +# Args: $url - URL of site. +# +# Retn: $res - true/false. +#------------------------------------------------------------------------------ + +sub CanHandle +{ + my $self = shift; + + my ($url) = @_; + + return ($url =~ /^https?:\/\/([^\/.]+\.)?github\.com\/(.*?)\/tar.gz/); +} + + +#------------------------------------------------------------------------------ +# Func: GetFiles() +# Desc: Extract a list of files from the given URL. In the case of GitHub, +# we are actually pulling the files from the project's Atom feed and +# extract the release url, containing the tag it was based on. +# +# Args: $url - URL we would normally fetch from. +# \%port - Port hash fetched from database. +# \@files - Array to put files into. +# +# Retn: $success - False if file list could not be constructed; else, true. +#------------------------------------------------------------------------------ + +sub GetFiles +{ + my $self = shift; + + my ($url, $port, $files) = @_; + my $projname; + + if ($url =~ /https:\/\/github\.com\/(.*?)\/archive\//) { + $projname = $1; + } elsif ($url =~ /https:\/\/github.com\/downloads\/(.*)\//) { + $projname = $1; + } + + if ($projname) { + my ($query, $ua, $response, $items, $json); + + # First check if there's a latest releases endpoint + $query = 'https://api.github.com/repos/' . $projname . '/releases/latest'; + + _debug("GET $query"); + $ua = LWP::UserAgent->new; + $ua->agent(USER_AGENT); + $ua->timeout($settings{http_timeout}); + + $response = $ua->request(HTTP::Request->new(GET => $query)); + + if (!$response->is_success || $response->status_line !~ /^2/) { + _debug('GET failed: ' . $response->status_line); + # Project didn't do any releases, so let's try tags instead. + $query = 'https://api.github.com/repos/' . $projname . '/tags'; + _debug("GET $query"); + $ua = LWP::UserAgent->new; + $ua->agent(USER_AGENT); + $ua->timeout($settings{http_timeout}); + + $response = $ua->request(HTTP::Request->new(GET => $query)); + + if (!$response->is_success || $response->status_line !~ /^2/) { + _debug('GET failed: ' . $response->status_line); + return 0; + } + + $json = decode_json($response->decoded_content); + foreach my $tag (@$json) { + my $tag_url = $tag->{tarball_url}; + push(@$files, $tag_url); + } + + _debug('Found ' . scalar @$files . ' files'); + return 1; + } + + $json = decode_json($response->decoded_content); + push(@$files, $json->{tarball_url}); + + _debug('Found ' . scalar @$files . ' files'); + } else { + return 0; + } + + return 1; +} + + +#------------------------------------------------------------------------------ +# Func: _debug() +# Desc: Print a debug message. +# +# Args: $msg - Message. +# +# Retn: n/a +#------------------------------------------------------------------------------ + +sub _debug +{ + my ($msg) = @_; + + $msg = '' if (!$msg); + + print STDERR "(" . __PACKAGE__ . ") $msg\n" if ($settings{debug}); +} + +1; Added: head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-PyPI.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/files-Portscout-SiteHandler-PyPI.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,147 @@ +#------------------------------------------------------------------------------ +# Copyright (C) 2015, Jasper Lievisse Adriaanse +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# +#------------------------------------------------------------------------------ + +package Portscout::SiteHandler::PyPI; + +use JSON qw(decode_json); +use LWP::UserAgent; + +use Portscout::Const; +use Portscout::Config; + +use strict; + +require 5.006; + + +#------------------------------------------------------------------------------ +# Globals +#------------------------------------------------------------------------------ + +push @Portscout::SiteHandler::sitehandlers, __PACKAGE__; + +our %settings; + + +#------------------------------------------------------------------------------ +# Func: new() +# Desc: Constructor. +# +# Args: n/a +# +# Retn: $self +#------------------------------------------------------------------------------ + +sub new +{ + my $self = {}; + my $class = shift; + + $self->{name} = 'PyPI'; + + bless ($self, $class); + return $self; +} + + +#------------------------------------------------------------------------------ +# Func: CanHandle() +# Desc: Ask if this handler (package) can handle the given site. +# +# Args: $url - URL of site. +# +# Retn: $res - true/false. +#------------------------------------------------------------------------------ + +sub CanHandle +{ + my $self = shift; + + my ($url) = @_; + + return ($url =~ /https?:\/\/pypi\.python\.org\//); +} + + +#------------------------------------------------------------------------------ +# Func: GetFiles() +# Desc: Extract a list of files from the given URL. Simply query the API. +# +# Args: $url - URL we would normally fetch from. +# \%port - Port hash fetched from database. +# \@files - Array to put files into. +# +# Retn: $success - False if file list could not be constructed; else, true. +#------------------------------------------------------------------------------ + +sub GetFiles +{ + my $self = shift; + + my ($url, $port, $files) = @_; + + my ($pypi, $package, $resp, $query, $ua); + $pypi = 'https://pypi.python.org/pypi/'; + + # Strip all the digits at the end to keep the stem of the module. + if ($port->{distname} =~ /(.*?)-(\d+)/) { + $package = $1; + } + + $query = $pypi . $package . '/json'; + + _debug("GET $query"); + $ua = LWP::UserAgent->new; + $ua->agent(USER_AGENT); + $resp = $ua->request(HTTP::Request->new(GET => $query)); + if ($resp->is_success) { + my ($json, $info, $version); + + $json = decode_json($resp->decoded_content); + $info = $json->{info}; + $version = $info->{version}; + next unless $version; + + push(@$files, $json->{releases}{$version}[0]{filename}); + } else { + _debug("GET failed: " . $resp->code); + return 0; + } + + return 1; +} + + +#------------------------------------------------------------------------------ +# Func: _debug() +# Desc: Print a debug message. +# +# Args: $msg - Message. +# +# Retn: n/a +#------------------------------------------------------------------------------ + +sub _debug +{ + my ($msg) = @_; + + $msg = '' if (!$msg); + + print STDERR "(" . __PACKAGE__ . ") $msg\n" if ($settings{debug}); +} + +1; Added: head/ports-mgmt/portscout/files/patch-Portscout_DataSrc_Ports.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-Portscout_DataSrc_Ports.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,81 @@ +--- Portscout/DataSrc/Ports.pm.orig 2011-04-09 17:19:03 UTC ++++ Portscout/DataSrc/Ports.pm +@@ -201,7 +201,7 @@ sub BuildDB + + my $lastbuild = getstat('buildtime', TYPE_INT); + +- print "Looking for updated ports...\n\n" ++ print "Incremental build: Looking for updated ports...\n\n" + if ($incremental); + + $got_ports = 0; +@@ -243,12 +243,15 @@ sub BuildDB + my (@fields, $maintainer, $port); + + @fields = split /\|/; +- $maintainer = $fields[5]; ++ $maintainer = lc($fields[5]); + $port = $fields[1]; + $port =~ s/^(?:.*\/)?([^\/]+)\/([^\/]+)$/$1\/$2/; + +- $portsmaintok{$port} = $maintainer +- if ($maintainers{$maintainer}); ++ if ($maintainers{$maintainer}) { ++ $portsmaintok{$port} = $maintainer; ++ print "Maintainer match: $maintainer $port \n" ++ unless ($settings{quiet}); ++ } + } + + close $if; +@@ -264,7 +267,7 @@ sub BuildDB + + opendir my $catdir, $settings{ports_dir}."/$cat"; + +- print "Scanning $cat...\n" ++ print "Scanning $cat ...\n" + unless ($settings{quiet}); + + while (my $name = readdir $catdir) { +@@ -276,9 +279,9 @@ sub BuildDB + # port directory's mtime; skip if not updated. + if ($incremental) { + my ($updated); +- + opendir my $portdir, $settings{ports_dir}."/$cat/$name"; +- ++ print "Scanning $cat/$name ... " ++ unless ($settings{quiet}); + while (my $subfile = readdir $portdir) { + my ($subfile_path, $fi); + +@@ -289,12 +292,18 @@ sub BuildDB + or die "Couldn't stat $subfile_path: $!"; + + if ($fi->mtime > $lastbuild) { ++ print "$subfile (mtime: $fi->mtime) modified updated since last build: $lastbuild \n" ++ if ($settings{debug}); + $updated = 1; + last; + } + } + +- next if (!$updated); ++ if (!$updated) { ++ print "Not modified since last build: $lastbuild \n" ++ if ($settings{debug}); ++ next; ++ } + } + + # Check this port is wanted by user +@@ -307,7 +316,8 @@ sub BuildDB + && $settings{indexfile_enable}) { + next if (!$portsmaintok{"$cat/$name"}); + } +- ++ print "Matched: $cat/$name\n" ++ unless ($settings{quiet}); + push @ports, "$cat/$name"; + } + } Added: head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,11 @@ +--- Portscout/SiteHandler.pm.orig 2010-04-29 01:07:51 UTC ++++ Portscout/SiteHandler.pm +@@ -31,6 +31,8 @@ package Portscout::SiteHandler; + use XML::XPath; + use XML::XPath::XMLParser; + ++use Portscout::SiteHandler::GitHub; ++use Portscout::SiteHandler::PyPI; + use Portscout::SiteHandler::SourceForge; + + use strict; Added: head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_GitHub.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_GitHub.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,26 @@ +--- Portscout/SiteHandler/GitHub.pm.orig 2015-10-25 05:00:48 UTC ++++ Portscout/SiteHandler/GitHub.pm +@@ -97,7 +97,9 @@ sub GetFiles + my ($url, $port, $files) = @_; + my $projname; + +- if ($url =~ /https:\/\/github\.com\/(.*?)\/archive\//) { ++ if ($url =~ /https?:\/\/codeload\.github\.com\/(.*?)\/tar.gz\//) { ++ $projname = $1; ++ } elsif ($url =~ /https:\/\/github\.com\/(.*?)\/archive\//) { + $projname = $1; + } elsif ($url =~ /https:\/\/github.com\/downloads\/(.*)\//) { + $projname = $1; +@@ -108,7 +110,11 @@ sub GetFiles + + # First check if there's a latest releases endpoint + $query = 'https://api.github.com/repos/' . $projname . '/releases/latest'; +- ++ # Add GitHub Client ID & Secret if they are set in settings ++ # https://developer.github.com/v3/#authentication ++ if ($settings{github_client_id} && $settings{github_client_id}) { ++ $query = $query . "?client_id=$settings{github_client_id}&client_secret=$settings{github_client_secret}"; ++ } + _debug("GET $query"); + $ua = LWP::UserAgent->new; + $ua->agent(USER_AGENT); Added: head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_PyPI.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_PyPI.pm Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,11 @@ +--- Portscout/SiteHandler/PyPI.pm.orig 2015-10-25 05:00:48 UTC ++++ Portscout/SiteHandler/PyPI.pm +@@ -115,7 +115,7 @@ sub GetFiles + $info = $json->{info}; + $version = $info->{version}; + next unless $version; +- ++ _debug("GET success: " . $resp->code . " Filename: " . $json->{releases}{$version}[0]{filename}); + push(@$files, $json->{releases}{$version}[0]{filename}); + } else { + _debug("GET failed: " . $resp->code); Added: head/ports-mgmt/portscout/files/patch-portscout.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-portscout.conf Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,14 @@ +--- portscout.conf.orig 2015-10-25 05:00:59 UTC ++++ portscout.conf +@@ -172,5 +172,11 @@ db port = # Port + #db connstr = DBI:Pg:dbname=%(db_name);host=%(db_host);port=%(db_port) + db connstr = DBI:SQLite:dbname=/var/db/portscout.db + ++# GitHub site handler settings ++# GitHub rate limits requests to its API to a very low number for unauthenticated ++# requests, and 5000 per hour for authenticated requests. ++ ++# github_client_id = # GitHub Client ID ++# github_client_secret = # GitHub Client Secret + + # ex: ts=4 sw=4 Added: head/ports-mgmt/portscout/files/patch-portscout.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portscout/files/patch-portscout.pl Sun Nov 8 07:37:41 2015 (r401037) @@ -0,0 +1,55 @@ +--- portscout.pl.orig 2015-10-25 05:00:48 UTC ++++ portscout.pl +@@ -463,7 +463,7 @@ sub VersionCheck + + $i++; + +- info($k, 'Checking site: ' . strchop($site, 60)); ++ info($k, 'Checking site: ' . strchop($site, 200)); + + # Look to see if the URL contains the distfile version. + # This will affect our checks and guesses later on. +@@ -493,15 +493,23 @@ sub VersionCheck + } + + # Check for special handler for this site first ++ print "Does site handler exist ... " ++ unless ($settings{quiet}); + if (my $sh = Portscout::SiteHandler->FindHandler($site)) + { +- info($k, $site, 'Using dedicated site handler for site.'); ++ print "Yes \n" ++ unless ($settings{quiet}); + + if (!$sh->GetFiles($site, $port, \@files)) { + info($k, $site, 'SiteHandler::GetFiles() failed for ' . $site); + next; + } + } ++ elsif (!$sh) ++ { ++ print "No \n" ++ unless ($settings{quiet}); ++ } + elsif ($site->scheme eq 'ftp') + { + my $ftp; +@@ -713,7 +721,8 @@ sub VersionCheck + + # Got a response which wasn't HTTP 4xx -> bail out + if ($response->is_success && $response->status_line !~ /^4/) { +- info($k, $site, 'Not doing any guessing; site is lieing to us.'); ++ print "URL: $url\n"; ++ info($k, $site, "Skip guessing: Response not 4xx to a file that shouldnt exist (". $response->status_line .")"); + $sths->{sitedata_initliecount}->execute($sitedata->{host}) + unless($settings{precious_data}); + next; +@@ -797,7 +806,7 @@ sub VersionCheck + $new_found = 1; + last; + } else { +- info($k, $site, "Guess failed $port->{ver} -> $guess_v"); ++ info($k, $site, "Guess failed $port->{ver} -> $guess_v (". $response->status_line .")"); + } + + last if ($new_found); Modified: head/ports-mgmt/portscout/pkg-plist ============================================================================== --- head/ports-mgmt/portscout/pkg-plist Sun Nov 8 07:24:25 2015 (r401036) +++ head/ports-mgmt/portscout/pkg-plist Sun Nov 8 07:37:41 2015 (r401037) @@ -14,19 +14,21 @@ man/man1/portscout.1.gz %%DATADIR%%/sql/sqlite_init.sql %%DATADIR%%/sql/sqlite_destroy.sql %%DATADIR%%/sql/sqlite_upgrade_0.8_to_0.8.1.sql -%%SITE_PERL%%/Portscout/SQL/SQLite.pm -%%SITE_PERL%%/Portscout/SQL/Pg.pm -%%SITE_PERL%%/Portscout/SiteHandler/SourceForge.pm +%%SITE_PERL%%/Portscout.pm +%%SITE_PERL%%/Portscout/API.pm +%%SITE_PERL%%/Portscout/Config.pm +%%SITE_PERL%%/Portscout/Const.pm +%%SITE_PERL%%/Portscout/DataSrc.pm %%SITE_PERL%%/Portscout/DataSrc/Ports.pm %%SITE_PERL%%/Portscout/DataSrc/XML.pm -%%SITE_PERL%%/Portscout/SiteHandler.pm -%%SITE_PERL%%/Portscout/SQL.pm %%SITE_PERL%%/Portscout/Make.pm -%%SITE_PERL%%/Portscout/Const.pm -%%SITE_PERL%%/Portscout/DataSrc.pm +%%SITE_PERL%%/Portscout/SQL.pm +%%SITE_PERL%%/Portscout/SQL/Pg.pm +%%SITE_PERL%%/Portscout/SQL/SQLite.pm +%%SITE_PERL%%/Portscout/SiteHandler.pm +%%SITE_PERL%%/Portscout/SiteHandler/GitHub.pm +%%SITE_PERL%%/Portscout/SiteHandler/PyPI.pm +%%SITE_PERL%%/Portscout/SiteHandler/SourceForge.pm %%SITE_PERL%%/Portscout/Template.pm %%SITE_PERL%%/Portscout/Util.pm -%%SITE_PERL%%/Portscout/API.pm -%%SITE_PERL%%/Portscout/Config.pm -%%SITE_PERL%%/Portscout.pm %%SITE_PERL%%/portscout.pod From owner-svn-ports-head@freebsd.org Sun Nov 8 07:38:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD1E2A29F85; Sun, 8 Nov 2015 07:38:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96DBD1051; Sun, 8 Nov 2015 07:38:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA87c2oF067376; Sun, 8 Nov 2015 07:38:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA87c2dC067374; Sun, 8 Nov 2015 07:38:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080738.tA87c2dC067374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 07:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401038 - head/devel/R-cran-evaluate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 07:38:03 -0000 Author: tota Date: Sun Nov 8 07:38:02 2015 New Revision: 401038 URL: https://svnweb.freebsd.org/changeset/ports/401038 Log: - Update to 0.8 Modified: head/devel/R-cran-evaluate/Makefile head/devel/R-cran-evaluate/distinfo Modified: head/devel/R-cran-evaluate/Makefile ============================================================================== --- head/devel/R-cran-evaluate/Makefile Sun Nov 8 07:37:41 2015 (r401037) +++ head/devel/R-cran-evaluate/Makefile Sun Nov 8 07:38:02 2015 (r401038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evaluate -PORTVERSION= 0.7.2 +PORTVERSION= 0.8 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-evaluate/distinfo ============================================================================== --- head/devel/R-cran-evaluate/distinfo Sun Nov 8 07:37:41 2015 (r401037) +++ head/devel/R-cran-evaluate/distinfo Sun Nov 8 07:38:02 2015 (r401038) @@ -1,2 +1,2 @@ -SHA256 (evaluate_0.7.2.tar.gz) = bb9f8cba7d6873cce7f6ebf00df681e546353820421d2a0e49fc04d4c4a09264 -SIZE (evaluate_0.7.2.tar.gz) = 17928 +SHA256 (evaluate_0.8.tar.gz) = f802d2764e9a967d9658f021b9d400a4ce4ce9a8b1d714bac5f0472acb60ef8c +SIZE (evaluate_0.8.tar.gz) = 18253 From owner-svn-ports-head@freebsd.org Sun Nov 8 07:54:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5907AA29276; Sun, 8 Nov 2015 07:54:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A20A1998; Sun, 8 Nov 2015 07:54:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA87sbc9072950; Sun, 8 Nov 2015 07:54:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA87saVt072947; Sun, 8 Nov 2015 07:54:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511080754.tA87saVt072947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 07:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401039 - head/devel/soapui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 07:54:38 -0000 Author: pi Date: Sun Nov 8 07:54:36 2015 New Revision: 401039 URL: https://svnweb.freebsd.org/changeset/ports/401039 Log: devel/soapui: 5.2.0 -> 5.2.1 Changes: http://www.soapui.org/news/SoapUI-5-2-1-Released.html Modified: head/devel/soapui/Makefile head/devel/soapui/distinfo head/devel/soapui/pkg-plist Modified: head/devel/soapui/Makefile ============================================================================== --- head/devel/soapui/Makefile Sun Nov 8 07:38:02 2015 (r401038) +++ head/devel/soapui/Makefile Sun Nov 8 07:54:36 2015 (r401039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= soapui -PORTVERSION= 5.2.0 +PORTVERSION= 5.2.1 CATEGORIES= devel java www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= SoapUI-${PORTVERSION}-linux-bin Modified: head/devel/soapui/distinfo ============================================================================== --- head/devel/soapui/distinfo Sun Nov 8 07:38:02 2015 (r401038) +++ head/devel/soapui/distinfo Sun Nov 8 07:54:36 2015 (r401039) @@ -1,2 +1,2 @@ -SHA256 (SoapUI-5.2.0-linux-bin.tar.gz) = aba70ad23e3904da064e6a01f59801c66fd7a35212e3643fd22531e2e803d200 -SIZE (SoapUI-5.2.0-linux-bin.tar.gz) = 51900461 +SHA256 (SoapUI-5.2.1-linux-bin.tar.gz) = eca09d1e1a147325f19f9d3eb1afefd167aab3a6578910016167d46ec422c92a +SIZE (SoapUI-5.2.1-linux-bin.tar.gz) = 48641094 Modified: head/devel/soapui/pkg-plist ============================================================================== --- head/devel/soapui/pkg-plist Sun Nov 8 07:38:02 2015 (r401038) +++ head/devel/soapui/pkg-plist Sun Nov 8 07:54:36 2015 (r401039) @@ -62,7 +62,7 @@ bin/soapui.sh %%DATADIR%%/bin/loadtestrunner.sh %%DATADIR%%/bin/mockservicerunner.sh %%DATADIR%%/bin/securitytestrunner.sh -%%DATADIR%%/bin/soapui-5.2.0.jar +%%DATADIR%%/bin/soapui-5.2.1.jar %%DATADIR%%/bin/soapui-errors.log %%DATADIR%%/bin/soapui-log4j.xml %%DATADIR%%/bin/soapui.log @@ -74,7 +74,7 @@ bin/soapui.sh %%DATADIR%%/bin/updateinstallation.sh %%DATADIR%%/bin/wargenerator.sh %%DATADIR%%/lib/activation-1.1.jar -%%DATADIR%%/lib/analytics-core-5.2.0.jar +%%DATADIR%%/lib/analytics-core-5.2.1.jar %%DATADIR%%/lib/animal-sniffer-annotations-1.11.jar %%DATADIR%%/lib/bcprov-jdk15-144.jar %%DATADIR%%/lib/binding-2.0.1.jar @@ -137,7 +137,7 @@ bin/soapui.sh %%DATADIR%%/lib/org.apache.oltu.oauth2.client-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.common-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.httpclient4-0.31.jar -%%DATADIR%%/lib/out-app-analytics-provider-5.2.0.jar +%%DATADIR%%/lib/out-app-analytics-provider-5.2.1.jar %%DATADIR%%/lib/proxy-vole-20131209.jar %%DATADIR%%/lib/reflections-0.9.9-RC1.jar %%DATADIR%%/lib/rsyntaxtextarea-2.5.0.jar From owner-svn-ports-head@freebsd.org Sun Nov 8 07:59:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76DADA292C1; Sun, 8 Nov 2015 07:59:59 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35DE21A8C; Sun, 8 Nov 2015 07:59:59 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA87xwjM073243; Sun, 8 Nov 2015 07:59:58 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA87xwKr073241; Sun, 8 Nov 2015 07:59:58 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080759.tA87xwKr073241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 07:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401040 - head/textproc/R-cran-highr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 07:59:59 -0000 Author: tota Date: Sun Nov 8 07:59:57 2015 New Revision: 401040 URL: https://svnweb.freebsd.org/changeset/ports/401040 Log: - Update to 0.5.1 Modified: head/textproc/R-cran-highr/Makefile head/textproc/R-cran-highr/distinfo Modified: head/textproc/R-cran-highr/Makefile ============================================================================== --- head/textproc/R-cran-highr/Makefile Sun Nov 8 07:54:36 2015 (r401039) +++ head/textproc/R-cran-highr/Makefile Sun Nov 8 07:59:57 2015 (r401040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= highr -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/textproc/R-cran-highr/distinfo ============================================================================== --- head/textproc/R-cran-highr/distinfo Sun Nov 8 07:54:36 2015 (r401039) +++ head/textproc/R-cran-highr/distinfo Sun Nov 8 07:59:57 2015 (r401040) @@ -1,2 +1,2 @@ -SHA256 (highr_0.5.tar.gz) = de7e584e1dda73b39c81e5c2feaff8807892ab6ab23c9d6771e4e9326f59ca4a -SIZE (highr_0.5.tar.gz) = 16288 +SHA256 (highr_0.5.1.tar.gz) = cb72fd7383bd6b528b150a406e2268c135d3a93a11de5e7c817770053f571e86 +SIZE (highr_0.5.1.tar.gz) = 16744 From owner-svn-ports-head@freebsd.org Sun Nov 8 08:13:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA957A296B9; Sun, 8 Nov 2015 08:13:25 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F3B1025; Sun, 8 Nov 2015 08:13:25 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA88DO4T078907; Sun, 8 Nov 2015 08:13:24 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA88DO5e078905; Sun, 8 Nov 2015 08:13:24 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080813.tA88DO5e078905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 08:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401041 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 08:13:26 -0000 Author: tota Date: Sun Nov 8 08:13:24 2015 New Revision: 401041 URL: https://svnweb.freebsd.org/changeset/ports/401041 Log: - Update to 0.6.200.2.0 Modified: head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-RcppArmadillo/distinfo Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Sun Nov 8 07:59:57 2015 (r401040) +++ head/math/R-cran-RcppArmadillo/Makefile Sun Nov 8 08:13:24 2015 (r401041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.5.500.2.0 +PORTVERSION= 0.6.200.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Sun Nov 8 07:59:57 2015 (r401040) +++ head/math/R-cran-RcppArmadillo/distinfo Sun Nov 8 08:13:24 2015 (r401041) @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.5.500.2.0.tar.gz) = f30155fdd4745b4c9a548a25a30b6ae5fe3e3f6cf4136ac485a75c90555934a0 -SIZE (RcppArmadillo_0.5.500.2.0.tar.gz) = 974638 +SHA256 (RcppArmadillo_0.6.200.2.0.tar.gz) = f2a5cb774acd4c42137cafbe6d71ade7cff733e4aa74ebb591de9ca31ec6fc8c +SIZE (RcppArmadillo_0.6.200.2.0.tar.gz) = 977370 From owner-svn-ports-head@freebsd.org Sun Nov 8 08:22:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96CEFA29884; Sun, 8 Nov 2015 08:22:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0E2152A; Sun, 8 Nov 2015 08:22:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA88MI9N081742; Sun, 8 Nov 2015 08:22:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA88MIl2081740; Sun, 8 Nov 2015 08:22:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511080822.tA88MIl2081740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 08:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401042 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 08:22:19 -0000 Author: pi Date: Sun Nov 8 08:22:18 2015 New Revision: 401042 URL: https://svnweb.freebsd.org/changeset/ports/401042 Log: graphics/p5-feedgnuplot: 1.34 -> 1.35 - replaced a 'say' with 'print'. Should work better with ancient perls - an "exit" command now has effect even with triggered-only replotting - More sophisticated handling of termination conditions: o Without --exit, we always end up with an interactive plot when the input data is exhausted or when the user sends a ^C to the pipeline o When streaming, the first ^C does not kill feedgnuplot - Removed threading Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/distinfo Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Sun Nov 8 08:13:24 2015 (r401041) +++ head/graphics/p5-feedgnuplot/Makefile Sun Nov 8 08:22:18 2015 (r401042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= feedgnuplot -PORTVERSION= 1.34 +PORTVERSION= 1.35 CATEGORIES= graphics perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- head/graphics/p5-feedgnuplot/distinfo Sun Nov 8 08:13:24 2015 (r401041) +++ head/graphics/p5-feedgnuplot/distinfo Sun Nov 8 08:22:18 2015 (r401042) @@ -1,2 +1,2 @@ -SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9 -SIZE (feedgnuplot-1.34.tar.gz) = 32295 +SHA256 (feedgnuplot-1.35.tar.gz) = 0aa1bc1b6fc66b3cf413a0a2429a300a4b394df5d22408554457635f1e8ec086 +SIZE (feedgnuplot-1.35.tar.gz) = 33139 From owner-svn-ports-head@freebsd.org Sun Nov 8 08:28:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5729DA299D3; Sun, 8 Nov 2015 08:28:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201881A40; Sun, 8 Nov 2015 08:28:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA88Sk1J082108; Sun, 8 Nov 2015 08:28:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA88Sj4u082105; Sun, 8 Nov 2015 08:28:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080828.tA88Sj4u082105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 08:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401043 - head/math/R-cran-sandwich X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 08:28:47 -0000 Author: tota Date: Sun Nov 8 08:28:45 2015 New Revision: 401043 URL: https://svnweb.freebsd.org/changeset/ports/401043 Log: - Update to 2.3-4 - Update WWW in pkg-descr Modified: head/math/R-cran-sandwich/Makefile head/math/R-cran-sandwich/distinfo head/math/R-cran-sandwich/pkg-descr Modified: head/math/R-cran-sandwich/Makefile ============================================================================== --- head/math/R-cran-sandwich/Makefile Sun Nov 8 08:22:18 2015 (r401042) +++ head/math/R-cran-sandwich/Makefile Sun Nov 8 08:28:45 2015 (r401043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sandwich -DISTVERSION= 2.3-3 +DISTVERSION= 2.3-4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-sandwich/distinfo ============================================================================== --- head/math/R-cran-sandwich/distinfo Sun Nov 8 08:22:18 2015 (r401042) +++ head/math/R-cran-sandwich/distinfo Sun Nov 8 08:28:45 2015 (r401043) @@ -1,2 +1,2 @@ -SHA256 (sandwich_2.3-3.tar.gz) = 1e71d0363297f4e4d6ed9da1a87978b5503f408d97706926f4aec14cbb075df4 -SIZE (sandwich_2.3-3.tar.gz) = 466503 +SHA256 (sandwich_2.3-4.tar.gz) = 2052f7e3d19a05c372f422c5480f1058a4107e420cd038a9bd7240c4f0746d4d +SIZE (sandwich_2.3-4.tar.gz) = 466729 Modified: head/math/R-cran-sandwich/pkg-descr ============================================================================== --- head/math/R-cran-sandwich/pkg-descr Sun Nov 8 08:22:18 2015 (r401042) +++ head/math/R-cran-sandwich/pkg-descr Sun Nov 8 08:28:45 2015 (r401043) @@ -1,4 +1,4 @@ Model-robust standard error estimators for cross-sectional, time series and longitudinal data. -WWW: http://cran.r-project.org/web/packages/sandwich/ +WWW: https://cran.r-project.org/web/packages/sandwich/ From owner-svn-ports-head@freebsd.org Sun Nov 8 08:34:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0419BA29B95; Sun, 8 Nov 2015 08:34:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C47521EC4; Sun, 8 Nov 2015 08:34:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA88YlWJ084999; Sun, 8 Nov 2015 08:34:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA88YlUe084998; Sun, 8 Nov 2015 08:34:47 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511080834.tA88YlUe084998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 8 Nov 2015 08:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401044 - head/ports-mgmt/pkg-plist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 08:34:49 -0000 Author: riggs Date: Sun Nov 8 08:34:47 2015 New Revision: 401044 URL: https://svnweb.freebsd.org/changeset/ports/401044 Log: - New maintainer: Torsten Zühlsdorff - Set NO_ARCH - Bump PORTREVISION PR: 204306 Submitted by: ports@toco-domains.de (new maintainer) Approved by: martin@arp242.net (previous maintainer) Modified: head/ports-mgmt/pkg-plist/Makefile Modified: head/ports-mgmt/pkg-plist/Makefile ============================================================================== --- head/ports-mgmt/pkg-plist/Makefile Sun Nov 8 08:28:45 2015 (r401043) +++ head/ports-mgmt/pkg-plist/Makefile Sun Nov 8 08:34:47 2015 (r401044) @@ -3,10 +3,11 @@ PORTNAME= pkg-plist PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= ports-mgmt python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ -MAINTAINER= martin@arp242.net +MAINTAINER= ports@toco-domains.de COMMENT= Generate a pkg-plist for a port LICENSE= MIT @@ -19,6 +20,8 @@ BB_ACCOUNT= Carpetsmoker BB_PROJECT= ${PORTNAME} BB_COMMIT= ff040a64c20b +NO_ARCH= yes + PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz do-install: From owner-svn-ports-head@freebsd.org Sun Nov 8 09:13:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A7A9A2671F; Sun, 8 Nov 2015 09:13:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 183CF1D98; Sun, 8 Nov 2015 09:13:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA89DU12096456; Sun, 8 Nov 2015 09:13:30 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA89DTSm096452; Sun, 8 Nov 2015 09:13:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080913.tA89DTSm096452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 09:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401045 - in head/devel: . R-cran-BH X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 09:13:31 -0000 Author: tota Date: Sun Nov 8 09:13:29 2015 New Revision: 401045 URL: https://svnweb.freebsd.org/changeset/ports/401045 Log: - Add new port: devel/R-cran-BH Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. WWW: https://cran.r-project.org/web/packages/BH/ Added: head/devel/R-cran-BH/ head/devel/R-cran-BH/Makefile (contents, props changed) head/devel/R-cran-BH/distinfo (contents, props changed) head/devel/R-cran-BH/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 8 08:34:47 2015 (r401044) +++ head/devel/Makefile Sun Nov 8 09:13:29 2015 (r401045) @@ -8,6 +8,7 @@ SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference + SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-R6 Added: head/devel/R-cran-BH/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/Makefile Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= BH +DISTVERSION= 1.58.0-1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Boost C++ Header Files + +LICENSE= BSL + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-BH/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/distinfo Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,2 @@ +SHA256 (BH_1.58.0-1.tar.gz) = eee2798c8782dccf48a7365c172fd58e3877fe9abfc7084cdd57ac98b8e7369f +SIZE (BH_1.58.0-1.tar.gz) = 8727864 Added: head/devel/R-cran-BH/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-BH/pkg-descr Sun Nov 8 09:13:29 2015 (r401045) @@ -0,0 +1,9 @@ +Boost provides free peer-reviewed portable C++ source libraries. A +large part of Boost is provided as C++ template code which is +resolved entirely at compile-time without linking. This package +aims to provide the most useful subset of Boost libraries for +template use among CRAN package. By placing these libraries in this +package, we offer a more efficient distribution system for CRAN as +replication of this code in the sources of other packages is avoided. + +WWW: https://cran.r-project.org/web/packages/BH/ From owner-svn-ports-head@freebsd.org Sun Nov 8 09:18:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C815A267C5; Sun, 8 Nov 2015 09:18:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71DEC1ED9; Sun, 8 Nov 2015 09:18:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA89Iq6h096835; Sun, 8 Nov 2015 09:18:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA89IqvR096829; Sun, 8 Nov 2015 09:18:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511080918.tA89IqvR096829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 8 Nov 2015 09:18:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401046 - in head/www: py-django-evolution py-django-pipeline py-django-pipeline12 py-django14 py-djblets reviewboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 09:18:53 -0000 Author: antoine Date: Sun Nov 8 09:18:51 2015 New Revision: 401046 URL: https://svnweb.freebsd.org/changeset/ports/401046 Log: Deprecate Django 1.4 ports Modified: head/www/py-django-evolution/Makefile head/www/py-django-pipeline/Makefile head/www/py-django-pipeline12/Makefile head/www/py-django14/Makefile head/www/py-djblets/Makefile head/www/reviewboard/Makefile Modified: head/www/py-django-evolution/Makefile ============================================================================== --- head/www/py-django-evolution/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/py-django-evolution/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -12,6 +12,9 @@ DISTNAME= django_evolution-${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Database schema evolution tool for the Django web framework +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.1.1:${PORTSDIR}/www/py-django14 Modified: head/www/py-django-pipeline/Makefile ============================================================================== --- head/www/py-django-pipeline/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/py-django-pipeline/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0:${PORTSDIR}/www/py-django14 Modified: head/www/py-django-pipeline12/Makefile ============================================================================== --- head/www/py-django-pipeline12/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/py-django-pipeline12/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 12 MAINTAINER= swills@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/www/py-django14/Makefile ============================================================================== --- head/www/py-django14/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/py-django14/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -14,6 +14,9 @@ DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web Framework (1.4.x LTS) +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/www/py-djblets/Makefile ============================================================================== --- head/www/py-djblets/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/py-djblets/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -11,6 +11,9 @@ DISTNAME= Djblets-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of useful classes and functions for Django +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \ Modified: head/www/reviewboard/Makefile ============================================================================== --- head/www/reviewboard/Makefile Sun Nov 8 09:13:29 2015 (r401045) +++ head/www/reviewboard/Makefile Sun Nov 8 09:18:51 2015 (r401046) @@ -9,6 +9,9 @@ DISTNAME= ReviewBoard-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web-based code review tool +DEPRECATED= Django 1.4 extended support ended on 2015-10-01 +EXPIRATION_DATE= 2015-12-09 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-head@freebsd.org Sun Nov 8 10:53:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C01F7A27603; Sun, 8 Nov 2015 10:53:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93CAC1830; Sun, 8 Nov 2015 10:53:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8ArqNm025192; Sun, 8 Nov 2015 10:53:52 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Arquk025187; Sun, 8 Nov 2015 10:53:52 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511081053.tA8Arquk025187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Nov 2015 10:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401047 - in head/cad/gspiceui: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 10:53:54 -0000 Author: robak Date: Sun Nov 8 10:53:51 2015 New Revision: 401047 URL: https://svnweb.freebsd.org/changeset/ports/401047 Log: cad/gspiceui: update 1.0.00 -> 1.1.00 - Remove RUN_DEPENDS on circuit simulators - Support building with WX 3.0 - Update COMMENT and pkg-descr - Update LICENSE to GPLv3 - Respect CFLAGS from ports infrastructure PR: 202232 Submitted by: Kevin Zheng (maintainer) Added: head/cad/gspiceui/files/ head/cad/gspiceui/files/patch-src_Makefile (contents, props changed) head/cad/gspiceui/files/patch-src_TypeDefs.hpp (contents, props changed) Modified: head/cad/gspiceui/Makefile head/cad/gspiceui/distinfo head/cad/gspiceui/pkg-descr Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Sun Nov 8 09:18:51 2015 (r401046) +++ head/cad/gspiceui/Makefile Sun Nov 8 10:53:51 2015 (r401047) @@ -2,32 +2,23 @@ # $FreeBSD$ PORTNAME= gspiceui -PORTVERSION= 1.0.00 -PORTREVISION= 8 +PORTVERSION= 1.1.00 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= kevinz5000@gmail.com -COMMENT= GUI frontend to gnucap and ngspice circuit simulators +COMMENT= GUI for ngspice and gnucap circuit simulators -LICENSE= GPLv2 - -RUN_DEPENDS= # none if no options are set +LICENSE= GPLv3 OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_GROUP= BACKEND - -OPTIONS_GROUP_BACKEND= GNUCAP NGSPICE - -GNUCAP_DESC= Depend on gnucap as a simulation backend -NGSPICE_DESC= Depend on ngspice as a simulation backend -OPTIONS_DEFAULT= NGSPICE - -USE_WX= 2.8+ +USE_WX= 2.8 3.0 WX_UNICODE= yes -USES= gmake compiler:c++11-lib +USES= compiler:c++11-lib gmake pkgconfig + +CXXFLAGS+= -std=c++11 DESKTOP_ENTRIES= "GSpiceUI" "Circuit Simulator GUI" \ "${PREFIX}/share/pixmaps/gspiceui-48x48.xpm" \ @@ -38,18 +29,9 @@ PORTEXAMPLES= * PLIST_FILES= bin/gspiceui share/pixmaps/gspiceui-48x48.xpm \ man/man1/gspiceui.1.gz -GNUCAP_RUN_DEPENDS= gnucap:${PORTSDIR}/cad/gnucap -NGSPICE_RUN_DEPENDS= ngspice:${PORTSDIR}/cad/ngspice_rework - post-patch: - @${REINPLACE_CMD} -e \ - 's|:= -Ofast -pipe|+= -I.|g ; \ - s|^INCLUDES |#INCLUDES |g ; \ - s|$$(WXCFG)|$$(WX_CONFIG)|g ; \ - s|$$(CC)|$$(CXX)|g' ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e \ - 's|share/gspiceui|${DOCSDIR}|g' \ - ${WRKSRC}/src/main/HelpTasks.cpp + @${REINPLACE_CMD} -e 's|share/gspiceui|${DOCSDIR}|g' \ + ${WRKSRC}/src/main/HelpTasks.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gspiceui ${STAGEDIR}${PREFIX}/bin Modified: head/cad/gspiceui/distinfo ============================================================================== --- head/cad/gspiceui/distinfo Sun Nov 8 09:18:51 2015 (r401046) +++ head/cad/gspiceui/distinfo Sun Nov 8 10:53:51 2015 (r401047) @@ -1,2 +1,2 @@ -SHA256 (gspiceui-v1.0.00.tar.gz) = ff8d38b9bb10bf695c00a0660dcbd14a43072e93851c5100a85133919736d5da -SIZE (gspiceui-v1.0.00.tar.gz) = 612517 +SHA256 (gspiceui-v1.1.00.tar.gz) = 22cbe0a8800f9fade43235c74df2e3defb06f2d6e0ac57cff81d058ab89da564 +SIZE (gspiceui-v1.1.00.tar.gz) = 1048236 Added: head/cad/gspiceui/files/patch-src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/gspiceui/files/patch-src_Makefile Sun Nov 8 10:53:51 2015 (r401047) @@ -0,0 +1,35 @@ +--- src/Makefile.orig 2015-03-29 12:25:24 UTC ++++ src/Makefile +@@ -38,13 +38,12 @@ DESTDIR = /usr/local/bin + #*************************************************************************************************** + + # Which compiler +-CXX = g++ + + # Application name + PROG = gspiceui + + # wxWidgets configuration utility +-WXCFG = wx-config --unicode --version=$(GSPICEUI_WXLIB) ++WXCFG = $(WX_CONFIG) + + # Dependency file + DEPS = Makefile.deps +@@ -71,7 +70,7 @@ BINDIR = $(ROOT)/bin + # -Og Optimize debugging experience but don't break debugging + ifeq ($(GSPICEUI_DBG),0) + # Options for release (not using -Wall since it's GCC specific) +- CXXFLAGS := -O1 -pipe $(shell $(WXCFG) --cxxflags) ++ CXXFLAGS += $(shell $(WXCFG) --cxxflags) + else + # Options for development + CXXFLAGS := -g -Og -Wall -Wextra -pipe $(shell $(WXCFG) --cxxflags) +@@ -83,7 +82,7 @@ ifeq ($(GSPICEUI_WXLIB),2.8) + endif + + # Includes +-INCLUDES = -I/usr/include -I/usr/X11R6/include -I. ++INCLUDES = -I. + + # Libraries + # (The pkg-config stuff was requested by a user, somehow pangox was missing) Added: head/cad/gspiceui/files/patch-src_TypeDefs.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/gspiceui/files/patch-src_TypeDefs.hpp Sun Nov 8 10:53:51 2015 (r401047) @@ -0,0 +1,25 @@ +--- src/TypeDefs.hpp.orig 2015-04-06 10:28:07 UTC ++++ src/TypeDefs.hpp +@@ -57,16 +57,18 @@ extern bool g_bDebug; // Declared in + //************************************************************************************************** + // Type definitions + +-//typedef unsigned long ulong; +-//typedef unsigned int uint; +-//typedef unsigned char uchar; ++#ifdef __BSD__ ++typedef unsigned long ulong; ++typedef unsigned int uint; ++typedef unsigned char uchar; ++#endif + + typedef wxStaticText wxLabel; + + //************************************************************************************************** + // Operating System specific macro declarations + +-#ifdef __WXOSX__ ++#if defined(__WXOSX__) || defined(__BSD__) + #define EXP10(X) pow(10.0,X) + #define EXP10F(X) powf(10.0,X) + #else Modified: head/cad/gspiceui/pkg-descr ============================================================================== --- head/cad/gspiceui/pkg-descr Sun Nov 8 09:18:51 2015 (r401046) +++ head/cad/gspiceui/pkg-descr Sun Nov 8 10:53:51 2015 (r401047) @@ -1,6 +1,6 @@ -GSpiceUI (GNU Spice GUI) is intended to provide a graphical frontend to freely -available circuit simulators, including gnucap and ngspice. It can use -gnetlist to import schematics or net list files and gwave to display -simulation results. +gSpiceUI is intended to provide a GUI for freely available electronic +circuit simulation engines ie. NG-Spice and GNU-Cap. The utility gnetlist is +used to convert schematic files to netlist files, Gwave or Gaw to display +simulation results and gschem is the preferred schematic capture tool. -WWW: http://sourceforge.net/projects/gspiceui/ +WWW: http://users.tpg.com.au/micksw012/gspiceui.html From owner-svn-ports-head@freebsd.org Sun Nov 8 10:56:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB96AA276E7; Sun, 8 Nov 2015 10:56:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 936C91975; Sun, 8 Nov 2015 10:56:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8AudVQ025417; Sun, 8 Nov 2015 10:56:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Audat025415; Sun, 8 Nov 2015 10:56:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511081056.tA8Audat025415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 10:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401048 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 10:56:40 -0000 Author: pi Date: Sun Nov 8 10:56:39 2015 New Revision: 401048 URL: https://svnweb.freebsd.org/changeset/ports/401048 Log: databases/cego: 2.26.9 -> 2.26.10 - Added make check feature for basic and gate tests Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Nov 8 10:53:51 2015 (r401047) +++ head/databases/cego/Makefile Sun Nov 8 10:56:39 2015 (r401048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.9 +PORTVERSION= 2.26.10 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -45,4 +45,7 @@ post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.2.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgwrap.so.2.0.0 +do-test: + cd ${WRKSRC} && ${MAKE} check + .include Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Nov 8 10:53:51 2015 (r401047) +++ head/databases/cego/distinfo Sun Nov 8 10:56:39 2015 (r401048) @@ -1,2 +1,2 @@ -SHA256 (cego-2.26.9.tar.gz) = 31f38e21226ff20cd5fc81db7568297a6e8364f652e0c6276c19931aaeab7ef7 -SIZE (cego-2.26.9.tar.gz) = 1227953 +SHA256 (cego-2.26.10.tar.gz) = 74127f6af87ab79b52e84bae14cd249b0685555e86c6e8993e1ba7c0370df5f7 +SIZE (cego-2.26.10.tar.gz) = 1241041 From owner-svn-ports-head@freebsd.org Sun Nov 8 11:28:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D805BA27FBC; Sun, 8 Nov 2015 11:28:38 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8162913B6; Sun, 8 Nov 2015 11:28:38 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8BSbeu034063; Sun, 8 Nov 2015 11:28:37 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8BSbsH034059; Sun, 8 Nov 2015 11:28:37 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511081128.tA8BSbsH034059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 11:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401049 - in head/textproc: . R-cran-xml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 11:28:38 -0000 Author: tota Date: Sun Nov 8 11:28:37 2015 New Revision: 401049 URL: https://svnweb.freebsd.org/changeset/ports/401049 Log: - Add new port: textproc/R-cran-xml2 Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. WWW: https://cran.r-project.org/web/packages/xml2/ Added: head/textproc/R-cran-xml2/ head/textproc/R-cran-xml2/Makefile (contents, props changed) head/textproc/R-cran-xml2/distinfo (contents, props changed) head/textproc/R-cran-xml2/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Nov 8 10:56:39 2015 (r401048) +++ head/textproc/Makefile Sun Nov 8 11:28:37 2015 (r401049) @@ -15,6 +15,7 @@ SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr + SUBDIR += R-cran-xml2 SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml SUBDIR += ack Added: head/textproc/R-cran-xml2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-xml2/Makefile Sun Nov 8 11:28:37 2015 (r401049) @@ -0,0 +1,23 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= xml2 +PORTVERSION= 0.1.2 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Parse XML + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:${PORTSDIR}/devel/R-cran-Rcpp \ + R-cran-BH>0:${PORTSDIR}/devel/R-cran-BH + +USES= cran:auto-plist + +post-patch: + @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure + +.include Added: head/textproc/R-cran-xml2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-xml2/distinfo Sun Nov 8 11:28:37 2015 (r401049) @@ -0,0 +1,2 @@ +SHA256 (xml2_0.1.2.tar.gz) = 8c545c38394b5461317de40f8a6b0ccd38f97650d2ca7de76a6b1f68c6a7514a +SIZE (xml2_0.1.2.tar.gz) = 74808 Added: head/textproc/R-cran-xml2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-xml2/pkg-descr Sun Nov 8 11:28:37 2015 (r401049) @@ -0,0 +1,4 @@ +Work with XML files using a simple, consistent interface. Built on +top of the 'libxml2' C library. + +WWW: https://cran.r-project.org/web/packages/xml2/ From owner-svn-ports-head@freebsd.org Sun Nov 8 11:33:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88ACCA2911E; Sun, 8 Nov 2015 11:33:47 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B038188F; Sun, 8 Nov 2015 11:33:47 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8BXkso037011; Sun, 8 Nov 2015 11:33:46 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8BXjO5037004; Sun, 8 Nov 2015 11:33:45 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511081133.tA8BXjO5037004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Nov 2015 11:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401050 - in head/www/validator: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 11:33:47 -0000 Author: robak Date: Sun Nov 8 11:33:45 2015 New Revision: 401050 URL: https://svnweb.freebsd.org/changeset/ports/401050 Log: www/validator: various improvements - Provide patched validator.conf.sample from original sources - Remove httpd.conf sample file from pkg-message - Use WWWDIR variable PR: 202733 Submitted by: Naram Qashat (maintainer) Added: head/www/validator/files/patch-htdocs_config_validator.conf (contents, props changed) head/www/validator/files/patch-httpd_cgi-bin_check (contents, props changed) head/www/validator/files/patch-httpd_cgi-bin_sendfeedback.pl (contents, props changed) head/www/validator/files/patch-httpd_conf_httpd.conf (contents, props changed) Deleted: head/www/validator/files/validator.conf.sample.in Modified: head/www/validator/Makefile head/www/validator/files/pkg-message.in head/www/validator/pkg-plist Modified: head/www/validator/Makefile ============================================================================== --- head/www/validator/Makefile Sun Nov 8 11:28:37 2015 (r401049) +++ head/www/validator/Makefile Sun Nov 8 11:33:45 2015 (r401050) @@ -3,7 +3,7 @@ PORTNAME= validator PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://validator.w3.org/dist/ \ http://www.cyberbotx.com/w3c-validator/ @@ -32,7 +32,7 @@ USE_PERL5= run SHEBANG_FILES= httpd/cgi-bin/check \ httpd/cgi-bin/sendfeedback.pl -SUB_FILES= pkg-message validator.conf.sample +SUB_FILES= pkg-message OPTIONS_DEFINE= HTML_TIDY OPTIONS_DEFAULT=HTML_TIDY @@ -46,21 +46,26 @@ HTML_TIDY_RUN_DEPENDS= p5-HTML-Tidy>=0:$ RUN_DEPENDS+= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm .endif -post-extract: - @${RM} ${WRKSRC}/README.cvs - @${RM} -rf ${WRKSRC}/misc - @${RM} -rf ${WRKSRC}/httpd/conf - @${RM} ${WRKSRC}/htdocs/config/validator.conf +post-patch: + @${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \ + ${WRKSRC}/htdocs/config/validator.conf \ + ${WRKSRC}/httpd/cgi-bin/check \ + ${WRKSRC}/httpd/cgi-bin/sendfeedback.pl \ + ${WRKSRC}/httpd/conf/httpd.conf pre-install: - ${CP} -f ${WRKDIR}/validator.conf.sample ${WRKSRC}/htdocs/config/ + ${MV} ${WRKSRC}/htdocs/config/validator.conf \ + ${WRKSRC}/htdocs/config/validator.conf.sample + ${MV} ${WRKSRC}/httpd/conf/httpd.conf \ + ${WRKSRC}/httpd/conf/httpd.conf.sample + ${FIND} ${WRKSRC} \( -name \*.bak -or -name \*.orig \) -delete do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/validator/htdocs - ${MKDIR} ${STAGEDIR}${PREFIX}/www/validator/httpd/cgi-bin + ${MKDIR} ${STAGEDIR}${PREFIX}/www/validator/httpd ${MKDIR} ${STAGEDIR}${PREFIX}/www/validator/share - (cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/validator/htdocs/) - ${INSTALL_SCRIPT} ${WRKSRC}/httpd/cgi-bin/* ${STAGEDIR}${PREFIX}/www/validator/httpd/cgi-bin - (cd ${WRKSRC}/share && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/validator/share/) + (cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/htdocs/) + (cd ${WRKSRC}/httpd && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/httpd/) + (cd ${WRKSRC}/share && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/share/) .include Added: head/www/validator/files/patch-htdocs_config_validator.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/validator/files/patch-htdocs_config_validator.conf Sun Nov 8 11:33:45 2015 (r401050) @@ -0,0 +1,27 @@ +--- htdocs/config/validator.conf.orig 2012-03-12 15:03:14 UTC ++++ htdocs/config/validator.conf +@@ -19,7 +19,7 @@ + # + # Base path. Defaults to the value of the W3C_VALIDATOR_HOME environment + # variable or /usr/local/validator if the variable does not exist. +- #Base = /usr/local/validator ++ Base = %%WWWDIR%% + + # + # Location of template files +@@ -93,13 +93,13 @@ Languages = en + # Main document Type Registry; contains all information on the types + # of documents we support and how they are processed. + +- Include types.conf ++ Include %%WWWDIR%%/htdocs/config/types.conf + + + # + # Mapping of charset names to their IANA names and how iconv(3) knows them. + +- Include charset.cfg ++ Include %%WWWDIR%%/htdocs/config/charset.cfg + + + # Added: head/www/validator/files/patch-httpd_cgi-bin_check ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/validator/files/patch-httpd_cgi-bin_check Sun Nov 8 11:33:45 2015 (r401050) @@ -0,0 +1,20 @@ +--- httpd/cgi-bin/check.orig 2012-03-12 15:03:14 UTC ++++ httpd/cgi-bin/check +@@ -94,7 +94,7 @@ use constant IS_MODPERL2 => + # (such as mod_perl); so let's do the globals, eg. read config, here. + BEGIN { + +- my $base = $ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'; ++ my $base = $ENV{W3C_VALIDATOR_HOME} || '%%WWWDIR%%'; + + # Launder data for -T; -AutoLaunder doesn't catch this one. + if ($base =~ /^(.*)$/) { +@@ -106,7 +106,7 @@ BEGIN { + eval { + my %config_opts = ( + -ConfigFile => +- ($ENV{W3C_VALIDATOR_CFG} || '/etc/w3c/validator.conf'), ++ ($ENV{W3C_VALIDATOR_CFG} || '%%WWWDIR%%/htdocs/config/validator.conf'), + -MergeDuplicateOptions => TRUE, + -MergeDuplicateBlocks => TRUE, + -SplitPolicy => 'equalsign', Added: head/www/validator/files/patch-httpd_cgi-bin_sendfeedback.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/validator/files/patch-httpd_cgi-bin_sendfeedback.pl Sun Nov 8 11:33:45 2015 (r401050) @@ -0,0 +1,20 @@ +--- httpd/cgi-bin/sendfeedback.pl.orig 2012-03-12 15:03:14 UTC ++++ httpd/cgi-bin/sendfeedback.pl +@@ -23,7 +23,7 @@ use constant FALSE => 0; + # environments, such as mod_perl. So let's do globals, eg. read config here. + BEGIN { + +- my $base = $ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'; ++ my $base = $ENV{W3C_VALIDATOR_HOME} || '%%WWWDIR%%'; + + # Launder data for -T; -AutoLaunder doesn't catch this one. + if ($base =~ /^(.*)$/) { +@@ -35,7 +35,7 @@ BEGIN { + eval { + my %config_opts = ( + -ConfigFile => +- ($ENV{W3C_VALIDATOR_CFG} || '/etc/w3c/validator.conf'), ++ ($ENV{W3C_VALIDATOR_CFG} || '%%WWWDIR%%/htdocs/config/validator.conf'), + -MergeDuplicateOptions => TRUE, + -MergeDuplicateBlocks => TRUE, + -SplitPolicy => 'equalsign', Added: head/www/validator/files/patch-httpd_conf_httpd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/validator/files/patch-httpd_conf_httpd.conf Sun Nov 8 11:33:45 2015 (r401050) @@ -0,0 +1,55 @@ +--- httpd/conf/httpd.conf.orig 2012-03-12 15:03:14 UTC ++++ httpd/conf/httpd.conf +@@ -6,7 +6,7 @@ + # You can use the Include directive for including this in your main httpd.conf. + # + # The values below assume that you have the validator files in +-# /usr/local/validator. If not, tune them according to your setup. ++# %%WWWDIR%%. If not, tune them according to your setup. + # + # To run the validator without mod_perl 2.x even if it is loaded, comment + # out the "IfDefine MODPERL2" sections below. +@@ -31,14 +31,16 @@ RewriteRule ^/+w3c-validator/+check$ \ + + # Tell httpd that check and sendfeedback.pl are CGI scripts. + +-Alias /w3c-validator/check /usr/local/validator/cgi-bin/check ++Alias /w3c-validator/check \ ++ %%WWWDIR%%/httpd/cgi-bin/check + AliasMatch ^/+w3c-validator/+feedback(\.html)?$ \ +- /usr/local/validator/cgi-bin/sendfeedback.pl ++ %%WWWDIR%%/httpd/cgi-bin/sendfeedback.pl + + + # Note: this block affects the whole server, not just the validator. + PerlSwitches -T +-PerlPostConfigRequire /usr/local/validator/httpd/mod_perl/startup.pl ++PerlPostConfigRequire \ ++ %%WWWDIR%%/httpd/mod_perl/startup.pl + + + +@@ -60,8 +62,9 @@ PerlPostConfigRequire /usr/local/validat + + # This is the directory where you have the validator's *.html, *.css etc files. + +-Alias /w3c-validator/ /usr/local/validator/htdocs/ +- ++Alias /w3c-validator/ \ ++ %%WWWDIR%%/htdocs/ ++ + Options IncludesNOEXEC Indexes MultiViews + AllowOverride None + AddHandler server-parsed .html +@@ -73,7 +76,10 @@ Alias /w3c-validator/ /usr/local/valid + + ForceType text/css + +- ++# If you would like to move the location of validator.conf, set the following, ++# making sure to change the path if you don't use this path. ++# SetEnv W3C_VALIDATOR_CFG \ ++# %%WWWDIR%%/htdocs/config/validator.conf + + Options +SymLinksIfOwnerMatch + RewriteBase /w3c-validator/ Modified: head/www/validator/files/pkg-message.in ============================================================================== --- head/www/validator/files/pkg-message.in Sun Nov 8 11:28:37 2015 (r401049) +++ head/www/validator/files/pkg-message.in Sun Nov 8 11:33:45 2015 (r401050) @@ -1,54 +1,27 @@ ------------------------------------------------------------------------------- -The W3C Markup Validation Service has been installed. However, it will not -do anything until you set up your web server to utilize it. Below is an -Apache configutation snippet that you can put into your httpd.conf to -utilize the validator. If you are using another web server, you will have -to configure it yourself. The W3C only recommends the use of the Apache -web server, so there are no other web server configuration snippets. +The W3C Markup Validation Service has been installed. However, it will not do +anything until you set up your web server to utilize it. An httpd.conf for the +Apache web server can be found at +%%WWWDIR%%/httpd/conf/httpd.conf +and included in your Apache web server configuration, typically using: + +Include %%WWWDIR%%/httpd/conf/httpd.conf + +If you are using another web server, you will have to configure it yourself. +The W3C only recommends the use of the Apache web server, so there are no other +web server configuration snippets. A sample validator.conf has been installed at -%%PREFIX%%/www/validator/htdocs/config/validator.conf.sample -You need to copy this file to /etc/w3c/validator.conf and then edit it to -your liking. If you have used a previous version of the validator, you -will need to manually check if anything new has been added to the W3C's -validator.conf and edit your own validator.conf accordingly. If you would -prefer not to put the validator.conf file into /etc, you can place -it where you would like and set the environment variable W3C_VALIDATOR_CFG -to the complete path (including filename) of validator.conf. See below -for an example of how to set this environment variable in Apache. - -# Example httpd.conf snippet for W3C Markup Validation Service -# Note that this is not a complete server configuration file, but contains -# only the validator-specific part. -# -# You can use the Include directive for including this in your main httpd.conf. -# -# Note: running the validator under mod_perl is not supported at the moment. -# You are also required to have mod_include active for the validator -# pages to show up as they should. -# -# The /w3c-validator location can be changed to whatever you want it to be, -# but make sure you change it for both of these ScriptAlias commands as well -# as the Alias command under them. - -# First, tell httpd that check and sendfeedback.pl are CGI scripts. - -ScriptAlias /w3c-validator/check \ - %%PREFIX%%/www/validator/httpd/cgi-bin/check -ScriptAliasMatch /w3c-validator/feedback(\.html)? \ - %%PREFIX%%/www/validator/httpd/cgi-bin/sendfeedback.pl - -# This is the directory where you have the validator's *.html, *.css etc files. - -Alias /w3c-validator/ %%PREFIX%%/www/validator/htdocs/ - - Options IncludesNOEXEC Indexes MultiViews - AllowOverride None - AddHandler server-parsed .html - AddCharset utf-8 .html -# If you would like to move the location of validator.conf, set the following, -# making sure to change the path if you don't use this path. -# SetEnv W3C_VALIDATOR_CFG \ -# %%PREFIX%%/www/validator/htdocs/config/validator.conf - +%%WWWDIR%%/htdocs/config/validator.conf.sample +You need to copy this file to +%%WWWDIR%%/htdocs/config/validator.conf +and then edit it to your liking. If you have used a previous version of the +validator, you will need to manually check if anything new has been added to +the W3C's validator.conf and edit your own validator.conf accordingly. If you +would prefer not to put the validator.conf file into +%%WWWDIR%%/htdocs/config, +you can place it where you would like and set the environment variable +W3C_VALIDATOR_CFG to the complete path (including filename) of validator.conf. +An example of how to set this environment variable in Apache has been included +in the above referenced httpd.conf file. ------------------------------------------------------------------------------- Modified: head/www/validator/pkg-plist ============================================================================== --- head/www/validator/pkg-plist Sun Nov 8 11:28:37 2015 (r401049) +++ head/www/validator/pkg-plist Sun Nov 8 11:33:45 2015 (r401050) @@ -1,692 +1,695 @@ -www/validator/htdocs/about.html -www/validator/htdocs/accesskeys.html -www/validator/htdocs/charset-select.html -www/validator/htdocs/config/charset.cfg -www/validator/htdocs/config/tidy.conf -www/validator/htdocs/config/types.conf -www/validator/htdocs/config/validator.conf.sample -www/validator/htdocs/contribute.html -www/validator/htdocs/detailed-form.html -www/validator/htdocs/detailed-form_directinput.html -www/validator/htdocs/detailed.html -www/validator/htdocs/dev/autotest/doctypes.xml -www/validator/htdocs/dev/tests/1574-charset_iso_8859_7_greek.html -www/validator/htdocs/dev/tests/197-iso88591_alias.html -www/validator/htdocs/dev/tests/2329-html401-strict_iframe.html -www/validator/htdocs/dev/tests/2329-html401-transitional_iframe.html -www/validator/htdocs/dev/tests/2342-opensp_type_X.html -www/validator/htdocs/dev/tests/2689-attribute-no-space.xhtml -www/validator/htdocs/dev/tests/3663-svg-10-doctype.svg -www/validator/htdocs/dev/tests/3663-svg-10-doctypeless.svg -www/validator/htdocs/dev/tests/3663-svg-11-doctype.svg -www/validator/htdocs/dev/tests/3663-svg-11-doctypeless.svg -www/validator/htdocs/dev/tests/3663-svg-basic-11-doctype.svg -www/validator/htdocs/dev/tests/3663-svg-basic-11-doctypeless.svg -www/validator/htdocs/dev/tests/3663-svg-noversion-doctype.svg -www/validator/htdocs/dev/tests/3663-svg-noversion-doctype2.svg -www/validator/htdocs/dev/tests/3663-svg-noversion-doctypeless.svg -www/validator/htdocs/dev/tests/3663-svg-tiny-11-doctype.svg -www/validator/htdocs/dev/tests/3663-svg-tiny-11-doctypeless.svg -www/validator/htdocs/dev/tests/4412-fuzzymatch.xhtml -www/validator/htdocs/dev/tests/4476-svg_nodoctype.svg -www/validator/htdocs/dev/tests/4520-iso88591-meta.html -www/validator/htdocs/dev/tests/4520-iso88591-no_meta.html -www/validator/htdocs/dev/tests/4848-html40-transitional_FPI-SI-mismatch.html -www/validator/htdocs/dev/tests/4848-xhtml1-strict_FPI-SI-mismatch.xhtml -www/validator/htdocs/dev/tests/4892-entity.html -www/validator/htdocs/dev/tests/4917-meta_charset_case.html -www/validator/htdocs/dev/tests/5031-root_dash.xml -www/validator/htdocs/dev/tests/857-svg_nodoctype.svg -www/validator/htdocs/dev/tests/REC-SVG-1_0-minimal.html -www/validator/htdocs/dev/tests/REC-SVG-1_0-minimal.svg -www/validator/htdocs/dev/tests/SMIL21.smil -www/validator/htdocs/dev/tests/SMIL21_Mobile.smil -www/validator/htdocs/dev/tests/W11-ht401-namespace.html -www/validator/htdocs/dev/tests/ampersand-as-data.html -www/validator/htdocs/dev/tests/ampersand-as-data_html401.html -www/validator/htdocs/dev/tests/application-xhtml_xml.xhtml -www/validator/htdocs/dev/tests/bogus-fpi.html -www/validator/htdocs/dev/tests/bogus-fpi2.html -www/validator/htdocs/dev/tests/bogus-fpi3.html -www/validator/htdocs/dev/tests/bogus-fpi4.html -www/validator/htdocs/dev/tests/bogus-fpi5.xhtml -www/validator/htdocs/dev/tests/bogus-xmlpi.html -www/validator/htdocs/dev/tests/bogus-xmlpi.xhtml -www/validator/htdocs/dev/tests/charset-xmldecl.xhtml -www/validator/htdocs/dev/tests/charset_mismatch-http_meta.html.utf8 -www/validator/htdocs/dev/tests/charset_mismatch-http_xmldec.xhtml.utf8 -www/validator/htdocs/dev/tests/colons.html -www/validator/htdocs/dev/tests/error_pls_warning.html -www/validator/htdocs/dev/tests/errors_sorting.smi -www/validator/htdocs/dev/tests/fpi_mismatch1.html -www/validator/htdocs/dev/tests/fpi_mismatch2.html -www/validator/htdocs/dev/tests/html20-strict.html -www/validator/htdocs/dev/tests/html20.html -www/validator/htdocs/dev/tests/html40-frameset.html -www/validator/htdocs/dev/tests/html40-strict.html -www/validator/htdocs/dev/tests/html40-transitional.html -www/validator/htdocs/dev/tests/html401-strict.html -www/validator/htdocs/dev/tests/html401-strict.xhtml -www/validator/htdocs/dev/tests/html401_doctypecase.html -www/validator/htdocs/dev/tests/html401_system.html -www/validator/htdocs/dev/tests/html5-error-explanation.html -www/validator/htdocs/dev/tests/html5-ok.html -www/validator/htdocs/dev/tests/html5-precise-error.html -www/validator/htdocs/dev/tests/html5-range-error.html -www/validator/htdocs/dev/tests/html5-warning.html -www/validator/htdocs/dev/tests/html_xmlns.html.utf8 -www/validator/htdocs/dev/tests/index.html -www/validator/htdocs/dev/tests/invalid_meta_multibyte.html -www/validator/htdocs/dev/tests/iso-html.html -www/validator/htdocs/dev/tests/long-lines.html -www/validator/htdocs/dev/tests/mathml2.html -www/validator/htdocs/dev/tests/mathml2.mml -www/validator/htdocs/dev/tests/no-newlines.html -www/validator/htdocs/dev/tests/nocharset.html -www/validator/htdocs/dev/tests/nocharset_notutf8.html -www/validator/htdocs/dev/tests/nonSGML-chars.html -www/validator/htdocs/dev/tests/outline.html -www/validator/htdocs/dev/tests/plane20-char.xml -www/validator/htdocs/dev/tests/rddl_fpi.html -www/validator/htdocs/dev/tests/rddl_fpi.xhtml -www/validator/htdocs/dev/tests/rddl_si.xhtml -www/validator/htdocs/dev/tests/sgml-nodoctype-syntaxnotok.html -www/validator/htdocs/dev/tests/sgml-nodoctype-syntaxok.html -www/validator/htdocs/dev/tests/sgml_customdtd.html -www/validator/htdocs/dev/tests/shorttags.html -www/validator/htdocs/dev/tests/shorttags2.html -www/validator/htdocs/dev/tests/smil10-minimal.smi -www/validator/htdocs/dev/tests/smil20-profile-doctype.smi -www/validator/htdocs/dev/tests/smil20.smi -www/validator/htdocs/dev/tests/svg11.svg -www/validator/htdocs/dev/tests/svg_tiny_1_1.svg -www/validator/htdocs/dev/tests/texthtml_nocharset-utf8.html -www/validator/htdocs/dev/tests/texthtml_nocharset.html -www/validator/htdocs/dev/tests/texthtml_nodoctype.html.utf8 -www/validator/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8 -www/validator/htdocs/dev/tests/textxml_html401.xml -www/validator/htdocs/dev/tests/textxml_nocharset.xml -www/validator/htdocs/dev/tests/trailing-nul.html -www/validator/htdocs/dev/tests/uppercase_element.xhtml -www/validator/htdocs/dev/tests/xhtml-basic10.xhtml -www/validator/htdocs/dev/tests/xhtml-basic11.xhtml -www/validator/htdocs/dev/tests/xhtml-mathml2-fpi.html -www/validator/htdocs/dev/tests/xhtml-mathml2.html -www/validator/htdocs/dev/tests/xhtml-mp-1_2.xhtml -www/validator/htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml -www/validator/htdocs/dev/tests/xhtml-print_1_0.html -www/validator/htdocs/dev/tests/xhtml-print_1_0.xhtml -www/validator/htdocs/dev/tests/xhtml-utf8-bom.xhtml -www/validator/htdocs/dev/tests/xhtml-windows-1250.xhtml -www/validator/htdocs/dev/tests/xhtml1-appc-empty.html -www/validator/htdocs/dev/tests/xhtml1-appc-emptycontent.html -www/validator/htdocs/dev/tests/xhtml1-appc-xmldecl.html -www/validator/htdocs/dev/tests/xhtml1-blank-1st-line.html -www/validator/htdocs/dev/tests/xhtml1-bogus-attribute.html -www/validator/htdocs/dev/tests/xhtml1-bogus-element.html -www/validator/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html -www/validator/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml -www/validator/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.html -www/validator/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml -www/validator/htdocs/dev/tests/xhtml1-strict-minimal.html -www/validator/htdocs/dev/tests/xhtml1-strict-missing-xmlns.html -www/validator/htdocs/dev/tests/xhtml1-strict.html -www/validator/htdocs/dev/tests/xhtml11-basic-w3c.xhtml -www/validator/htdocs/dev/tests/xhtml11-minimal.html -www/validator/htdocs/dev/tests/xhtml_mathml_svg_newlines.xhtml -www/validator/htdocs/dev/tests/xhtml_rdfa.xhtml -www/validator/htdocs/dev/tests/xml-nodoctype-notwf.xml -www/validator/htdocs/dev/tests/xml-nodoctype-wf.xml -www/validator/htdocs/docs/api.html -www/validator/htdocs/docs/devel.html -www/validator/htdocs/docs/errors.html -www/validator/htdocs/docs/help.html -www/validator/htdocs/docs/index.html -www/validator/htdocs/docs/install.html -www/validator/htdocs/docs/install_win.html -www/validator/htdocs/docs/sgml.html -www/validator/htdocs/docs/users.html -www/validator/htdocs/docs/why.html -www/validator/htdocs/doctype-select.html -www/validator/htdocs/favelets.html -www/validator/htdocs/file-upload.html -www/validator/htdocs/footer.html -www/validator/htdocs/fragment-upload.html -www/validator/htdocs/header.html -www/validator/htdocs/images/arrow-closed.png -www/validator/htdocs/images/arrow-down.gif -www/validator/htdocs/images/arrow-open.png -www/validator/htdocs/images/arrow-right.gif -www/validator/htdocs/images/arrow_left.gif -www/validator/htdocs/images/arrow_right.gif -www/validator/htdocs/images/bg1.gif -www/validator/htdocs/images/bg2.gif -www/validator/htdocs/images/button-left.png -www/validator/htdocs/images/button-right.png -www/validator/htdocs/images/csupporter.gif -www/validator/htdocs/images/csupporter.png -www/validator/htdocs/images/double.png -www/validator/htdocs/images/ellipsis.gif -www/validator/htdocs/images/grad.png -www/validator/htdocs/images/head-bl.png -www/validator/htdocs/images/head-br.png -www/validator/htdocs/images/head-tl.png -www/validator/htdocs/images/head-tr.png -www/validator/htdocs/images/info_icons/README -www/validator/htdocs/images/info_icons/eastshores_Warning_Notification.svg -www/validator/htdocs/images/info_icons/error.png -www/validator/htdocs/images/info_icons/info.png -www/validator/htdocs/images/info_icons/kuba_information_icons_set.svg -www/validator/htdocs/images/info_icons/warning.png -www/validator/htdocs/images/lg_gradient.gif -www/validator/htdocs/images/markup_validation_service.png -www/validator/htdocs/images/markup_validation_service.psd -www/validator/htdocs/images/no_w3c.png -www/validator/htdocs/images/opensource-55x48.png -www/validator/htdocs/images/ppm_1.png -www/validator/htdocs/images/ppm_2.png -www/validator/htdocs/images/ppm_3.png -www/validator/htdocs/images/qa.png -www/validator/htdocs/images/roadmap/validators-chart-small.png -www/validator/htdocs/images/roadmap/validators-chart.graffle -www/validator/htdocs/images/roadmap/validators-chart.pdf -www/validator/htdocs/images/roadmap/validators-chart.png -www/validator/htdocs/images/roadmap/validators-chart.svg -www/validator/htdocs/images/round-br.png -www/validator/htdocs/images/round-tl.png -www/validator/htdocs/images/round-tr.png -www/validator/htdocs/images/sm_gradient_active.gif -www/validator/htdocs/images/sm_gradient_hover.gif -www/validator/htdocs/images/tab-tl.png -www/validator/htdocs/images/tab-tr.png -www/validator/htdocs/images/textbg.png -www/validator/htdocs/images/v15445.gif -www/validator/htdocs/images/v15445.png -www/validator/htdocs/images/valid_icons/LICENSE -www/validator/htdocs/images/valid_icons/valid-css-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-css-blue.gif -www/validator/htdocs/images/valid_icons/valid-css-blue.png -www/validator/htdocs/images/valid_icons/valid-css-v.svg -www/validator/htdocs/images/valid_icons/valid-css.gif -www/validator/htdocs/images/valid_icons/valid-css.png -www/validator/htdocs/images/valid_icons/valid-css1-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-css1-blue.gif -www/validator/htdocs/images/valid_icons/valid-css1-blue.png -www/validator/htdocs/images/valid_icons/valid-css1-v.svg -www/validator/htdocs/images/valid_icons/valid-css1.gif -www/validator/htdocs/images/valid_icons/valid-css1.png -www/validator/htdocs/images/valid_icons/valid-css2-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-css2-blue.gif -www/validator/htdocs/images/valid_icons/valid-css2-blue.png -www/validator/htdocs/images/valid_icons/valid-css2-v.svg -www/validator/htdocs/images/valid_icons/valid-css2.gif -www/validator/htdocs/images/valid_icons/valid-css2.png -www/validator/htdocs/images/valid_icons/valid-html20-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-html20-blue.gif -www/validator/htdocs/images/valid_icons/valid-html20-blue.png -www/validator/htdocs/images/valid_icons/valid-html20-v.svg -www/validator/htdocs/images/valid_icons/valid-html20.gif -www/validator/htdocs/images/valid_icons/valid-html20.png -www/validator/htdocs/images/valid_icons/valid-html32-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-html32-blue.gif -www/validator/htdocs/images/valid_icons/valid-html32-blue.png -www/validator/htdocs/images/valid_icons/valid-html32-v.svg -www/validator/htdocs/images/valid_icons/valid-html32.gif -www/validator/htdocs/images/valid_icons/valid-html32.png -www/validator/htdocs/images/valid_icons/valid-html40-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-html40-blue.gif -www/validator/htdocs/images/valid_icons/valid-html40-blue.png -www/validator/htdocs/images/valid_icons/valid-html40-v.svg -www/validator/htdocs/images/valid_icons/valid-html40.gif -www/validator/htdocs/images/valid_icons/valid-html40.png -www/validator/htdocs/images/valid_icons/valid-html401-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-html401-blue.gif -www/validator/htdocs/images/valid_icons/valid-html401-blue.png -www/validator/htdocs/images/valid_icons/valid-html401-v.svg -www/validator/htdocs/images/valid_icons/valid-html401.gif -www/validator/htdocs/images/valid_icons/valid-html401.png -www/validator/htdocs/images/valid_icons/valid-mathml20-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-mathml20-blue.gif -www/validator/htdocs/images/valid_icons/valid-mathml20-blue.png -www/validator/htdocs/images/valid_icons/valid-mathml20-v.svg -www/validator/htdocs/images/valid_icons/valid-mathml20.gif -www/validator/htdocs/images/valid_icons/valid-mathml20.png -www/validator/htdocs/images/valid_icons/valid-svg10-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-svg10-blue.gif -www/validator/htdocs/images/valid_icons/valid-svg10-blue.png -www/validator/htdocs/images/valid_icons/valid-svg10-v.svg -www/validator/htdocs/images/valid_icons/valid-svg10.gif -www/validator/htdocs/images/valid_icons/valid-svg10.png -www/validator/htdocs/images/valid_icons/valid-svg11-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-svg11-blue.gif -www/validator/htdocs/images/valid_icons/valid-svg11-blue.png -www/validator/htdocs/images/valid_icons/valid-svg11-v.svg -www/validator/htdocs/images/valid_icons/valid-svg11.gif -www/validator/htdocs/images/valid_icons/valid-svg11.png -www/validator/htdocs/images/valid_icons/valid-svg12-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-svg12-blue.gif -www/validator/htdocs/images/valid_icons/valid-svg12-blue.png -www/validator/htdocs/images/valid_icons/valid-svg12-v.svg -www/validator/htdocs/images/valid_icons/valid-svg12.gif -www/validator/htdocs/images/valid_icons/valid-svg12.png -www/validator/htdocs/images/valid_icons/valid-svgtiny11-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-svgtiny11-blue.gif -www/validator/htdocs/images/valid_icons/valid-svgtiny11-blue.png -www/validator/htdocs/images/valid_icons/valid-svgtiny11-v.svg -www/validator/htdocs/images/valid_icons/valid-svgtiny11.gif -www/validator/htdocs/images/valid_icons/valid-svgtiny11.png -www/validator/htdocs/images/valid_icons/valid-svgtiny12-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-svgtiny12-blue.gif -www/validator/htdocs/images/valid_icons/valid-svgtiny12-blue.png -www/validator/htdocs/images/valid_icons/valid-svgtiny12-v.svg -www/validator/htdocs/images/valid_icons/valid-svgtiny12.gif -www/validator/htdocs/images/valid_icons/valid-svgtiny12.png -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa.gif -www/validator/htdocs/images/valid_icons/valid-xhtml-rdfa.png -www/validator/htdocs/images/valid_icons/valid-xhtml10-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml10-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtml10-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtml10-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml10.gif -www/validator/htdocs/images/valid_icons/valid-xhtml10.png -www/validator/htdocs/images/valid_icons/valid-xhtml11-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml11-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtml11-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtml11-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml11.gif -www/validator/htdocs/images/valid_icons/valid-xhtml11.png -www/validator/htdocs/images/valid_icons/valid-xhtml20-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml20-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtml20-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtml20-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtml20.gif -www/validator/htdocs/images/valid_icons/valid-xhtml20.png -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10.gif -www/validator/htdocs/images/valid_icons/valid-xhtmlbasic10.png -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10-blue.gif -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10-blue.png -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10-v.svg -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10.gif -www/validator/htdocs/images/valid_icons/valid-xhtmlprint10.png -www/validator/htdocs/images/valid_icons/valid-xml10-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xml10-blue.gif -www/validator/htdocs/images/valid_icons/valid-xml10-blue.png -www/validator/htdocs/images/valid_icons/valid-xml10-v.svg -www/validator/htdocs/images/valid_icons/valid-xml10.gif -www/validator/htdocs/images/valid_icons/valid-xml10.png -www/validator/htdocs/images/valid_icons/valid-xml11-blue-v.svg -www/validator/htdocs/images/valid_icons/valid-xml11-blue.gif -www/validator/htdocs/images/valid_icons/valid-xml11-blue.png -www/validator/htdocs/images/valid_icons/valid-xml11-v.svg -www/validator/htdocs/images/valid_icons/valid-xml11.gif -www/validator/htdocs/images/valid_icons/valid-xml11.png -www/validator/htdocs/images/w3c.png -www/validator/htdocs/index.html -www/validator/htdocs/intro.html -www/validator/htdocs/misc/compaq-logo.gif -www/validator/htdocs/robots.txt -www/validator/htdocs/scripts/combined.js -www/validator/htdocs/scripts/combined.js.gz -www/validator/htdocs/scripts/mootools-1.2.5-core-nc.js -www/validator/htdocs/scripts/mootools-1.2.5.1-more.js -www/validator/htdocs/scripts/w3c-validator.js -www/validator/htdocs/sgml-lib/CR-wai-aria-20110118/aria-attributes-1.mod -www/validator/htdocs/sgml-lib/CR-wai-aria-20110118/html4-aria-1.dtd -www/validator/htdocs/sgml-lib/CR-wai-aria-20110118/xhtml-aria-1.dtd -www/validator/htdocs/sgml-lib/IETF/ISOlat1.ent -www/validator/htdocs/sgml-lib/IETF/html-1.dtd -www/validator/htdocs/sgml-lib/IETF/html-1s.dtd -www/validator/htdocs/sgml-lib/IETF/html-s.dtd -www/validator/htdocs/sgml-lib/IETF/html.dtd -www/validator/htdocs/sgml-lib/IETF/html2070.dtd -www/validator/htdocs/sgml-lib/ISO-HTML/15445.dcl -www/validator/htdocs/sgml-lib/ISO-HTML/15445.dtd -www/validator/htdocs/sgml-lib/NOTE-xhtml-role-20101216/xhtml-role-qname-1.mod -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/README.txt -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamsa.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamsb.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamsc.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamsn.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamso.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isoamsr.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isobox.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isocyr1.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isocyr2.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isodia.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isogrk3.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isolat1.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isolat2.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isomfrk.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isomopf.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isomscr.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isonum.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isopub.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/isotech.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/mathml3-qname.mod -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/mathml3.dtd -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/mmlalias.ent -www/validator/htdocs/sgml-lib/REC-MathML3-20101021/mmlextra.ent -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-anim.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-control.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-layout.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-link.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-media.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-metainformation.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-struct.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-timing.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL-transition.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL21.dtd -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL21ExtendedMobile.dtd -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/SMIL21Mobile.dtd -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-attribs-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-datatypes-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-extended-mobile-profile-model-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-framework-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-language-profile-model-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-mobile-profile-model-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL2-20051213/smil-qname-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-anim.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-control.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-layout.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-link.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-media.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-metainformation.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-smiltext.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-state.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-struct.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-timesheet.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-timing.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-transition.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30Daisy.dtd -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30Language.dtd -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30Tiny.dtd -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30UnifiedMobile.dtd -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30smilText.dtd -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/smil-attribs-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/smil-datatypes-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/smil-framework-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/smil-profile-model-1.mod -www/validator/htdocs/sgml-lib/REC-SMIL3-20081201/smil-qname-1.mod -www/validator/htdocs/sgml-lib/REC-SVG-20010904/svg10.dtd -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-animation.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-animevents-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-clip.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-filter.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-font.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-graphics-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-paint-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-structure.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-basic-text.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-clip.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-conditional.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-container-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-core-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-cursor.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-datatypes.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-docevents-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-extensibility.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-extresources-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-filter.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-font.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-framework.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-gradient.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-graphevents-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-graphics-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-hyperlink.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-image.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-marker.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-mask.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-opacity-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-paint-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-pattern.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-profile.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-qname.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-script.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-shape.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-structure.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-style.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-text.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-view.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-viewport-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg-xlink-attrib.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-attribs.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-basic-attribs.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-basic-model.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-basic.dtd -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-model.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-tiny-attribs.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-tiny-model.mod -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11-tiny.dtd -www/validator/htdocs/sgml-lib/REC-SVG11-20110816/svg11.dtd -www/validator/htdocs/sgml-lib/REC-html32-19970114/HTML32.dtd -www/validator/htdocs/sgml-lib/REC-html40-19980424/frameset.dtd -www/validator/htdocs/sgml-lib/REC-html40-19980424/loose.dtd -www/validator/htdocs/sgml-lib/REC-html40-19980424/strict.dtd -www/validator/htdocs/sgml-lib/REC-html401-19991224/HTMLlat1.ent -www/validator/htdocs/sgml-lib/REC-html401-19991224/HTMLspecial.ent -www/validator/htdocs/sgml-lib/REC-html401-19991224/HTMLsymbol.ent -www/validator/htdocs/sgml-lib/REC-html401-19991224/frameset.dtd -www/validator/htdocs/sgml-lib/REC-html401-19991224/loose.dtd -www/validator/htdocs/sgml-lib/REC-html401-19991224/strict.dtd -www/validator/htdocs/sgml-lib/REC-rdfa-syntax-20081014/xhtml-metaAttributes-1.mod -www/validator/htdocs/sgml-lib/REC-rdfa-syntax-20081014/xhtml-rdfa-1.dtd -www/validator/htdocs/sgml-lib/REC-rdfa-syntax-20081014/xhtml-rdfa-model-1.mod -www/validator/htdocs/sgml-lib/REC-smil-19980615/smil10.dtd -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-anim.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-control.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-layout.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-link.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-media.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-metainformation.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-timing.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL-transition.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/SMIL20.dtd -www/validator/htdocs/sgml-lib/REC-smil20-20050107/smil-attribs-1.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/smil-datatypes-1.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/smil-framework-1.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/smil-model-1.mod -www/validator/htdocs/sgml-lib/REC-smil20-20050107/smil-qname-1.mod -www/validator/htdocs/sgml-lib/REC-voicexml20-20040316/vxml.dtd -www/validator/htdocs/sgml-lib/REC-voicexml21-20070619/vxml.dtd -www/validator/htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10.dtd -www/validator/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11.dtd -www/validator/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-inputmode-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/README.txt -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-applet-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-arch-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-attribs-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-base-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-basic-form-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-basic-table-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-bdo-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-blkphras-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-blkpres-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-blkstruct-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-charent-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-csismap-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-datatypes-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-edit-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-events-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-form-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-frames-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-framework-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-hypertext-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-iframe-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-image-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-inlphras-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-inlpres-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-inlstruct-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-inlstyle-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-lat1.ent -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-legacy-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-legacy-redecl-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-link-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-list-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-meta-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-nameident-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-notations-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-object-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-param-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-pres-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-qname-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-ruby-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-script-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-special.ent -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-ssismap-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-struct-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-style-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-symbol.ent -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-table-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-target-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-modularization-20100729/xhtml-text-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-print-20101123/xhtml-print10-model-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml-print-20101123/xhtml-print10.dtd -www/validator/htdocs/sgml-lib/REC-xhtml1-20020801/xhtml1-frameset.dtd -www/validator/htdocs/sgml-lib/REC-xhtml1-20020801/xhtml1-strict.dtd -www/validator/htdocs/sgml-lib/REC-xhtml1-20020801/xhtml1-transitional.dtd -www/validator/htdocs/sgml-lib/REC-xhtml11-20101123/xhtml11-model-1.mod -www/validator/htdocs/sgml-lib/REC-xhtml11-20101123/xhtml11.dtd -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/README.txt -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/html5-uppercase.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/htmlmathml-f.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/htmlmathml.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamsa.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamsb.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamsc.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamsn.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamso.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isoamsr.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isobox.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isocyr1.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isocyr2.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isodia.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk1.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk2.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk4.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isolat1.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isolat2.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isomfrk.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isomopf.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isomscr.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isonum.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isopub.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/isotech.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/mmlalias.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/mmlextra.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/predefined.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/w3centities-f.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/w3centities.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/xhtml1-lat1.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/xhtml1-special.ent -www/validator/htdocs/sgml-lib/REC-xml-entity-names-20100401/xhtml1-symbol.ent -www/validator/htdocs/sgml-lib/Specification/xmlspec-v20.dtd -www/validator/htdocs/sgml-lib/Specification/xmlspec-v21.dtd -www/validator/htdocs/sgml-lib/Specification/xmlspec.dtd -www/validator/htdocs/sgml-lib/WD-XHTMLplusMathMLplusSVG-20020809/xhtml-basic-svg-tiny.dtd -www/validator/htdocs/sgml-lib/WD-XHTMLplusMathMLplusSVG-20020809/xhtml-math-svg.dtd -www/validator/htdocs/sgml-lib/WD-rdfa-in-html-20110525/html401-rdfa11-1.dtd -www/validator/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod -www/validator/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-rdfa-2.dtd -www/validator/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-rdfa-model-2.mod -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/README.txt -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamsa.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamsb.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamsc.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamsn.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamso.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isoamsr.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isobox.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isocyr1.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isocyr2.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isodia.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isogrk1.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isogrk2.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isogrk3.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isogrk4.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isolat1.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isolat2.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isonum.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isopub.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso8879/isotech.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamsa.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamsb.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamsc.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamsn.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamso.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isoamsr.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isogrk3.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isogrk4.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isomfrk.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isomopf.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isomscr.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/iso9573-13/isotech.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/mathml/mmlalias.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/mathml/mmlextra.ent -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/mathml2-qname-1.mod -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/mathml2.dtd -www/validator/htdocs/sgml-lib/XX-MathML2-20031104/xhtml-math11-f.dtd -www/validator/htdocs/sgml-lib/catalog.xml -www/validator/htdocs/sgml-lib/sgml.dcl -www/validator/htdocs/sgml-lib/sgml.dtd -www/validator/htdocs/sgml-lib/sgml.soc -www/validator/htdocs/sgml-lib/xml.dcl -www/validator/htdocs/sgml-lib/xml.dtd -www/validator/htdocs/sgml-lib/xml.soc -www/validator/htdocs/source/index.html -www/validator/htdocs/style/base.css -www/validator/htdocs/style/base.css.gz -www/validator/htdocs/style/results.css -www/validator/htdocs/style/results.css.gz -www/validator/htdocs/todo.html -www/validator/htdocs/validator-news.xsl -www/validator/htdocs/whatsnew.html -www/validator/httpd/cgi-bin/check -www/validator/httpd/cgi-bin/sendfeedback.pl -www/validator/share/templates/en_US/backtop.tmpl -www/validator/share/templates/en_US/docs_errors.tmpl -www/validator/share/templates/en_US/doctype_spiel.tmpl -www/validator/share/templates/en_US/earl_n3.tmpl -www/validator/share/templates/en_US/earl_xml.tmpl -www/validator/share/templates/en_US/error_loop.tmpl -www/validator/share/templates/en_US/error_loop_grouped.tmpl -www/validator/share/templates/en_US/error_messages.cfg -www/validator/share/templates/en_US/fatal-error.tmpl -www/validator/share/templates/en_US/feedback.tmpl -www/validator/share/templates/en_US/footer.tmpl -www/validator/share/templates/en_US/header.tmpl -www/validator/share/templates/en_US/http_401_authrequired.tmpl -www/validator/share/templates/en_US/iana_charset_blurb.tmpl -www/validator/share/templates/en_US/invalid.tmpl -www/validator/share/templates/en_US/json_output.tmpl -www/validator/share/templates/en_US/jumpbar.tmpl -www/validator/share/templates/en_US/opt_show_outline.tmpl -www/validator/share/templates/en_US/opt_show_source.tmpl -www/validator/share/templates/en_US/opt_show_tidy.tmpl -www/validator/share/templates/en_US/popup_charset.tmpl -www/validator/share/templates/en_US/popup_doctype.tmpl -www/validator/share/templates/en_US/prefill_html401.tmpl -www/validator/share/templates/en_US/prefill_xhtml10.tmpl -www/validator/share/templates/en_US/result.tmpl -www/validator/share/templates/en_US/soap_disabled.tmpl -www/validator/share/templates/en_US/soap_fault.tmpl -www/validator/share/templates/en_US/soap_output.tmpl -www/validator/share/templates/en_US/soap_warnings.tmpl -www/validator/share/templates/en_US/table.tmpl -www/validator/share/templates/en_US/ucn_fault.tmpl -www/validator/share/templates/en_US/ucn_output.tmpl -www/validator/share/templates/en_US/ucn_warnings.tmpl -www/validator/share/templates/en_US/valid.tmpl -www/validator/share/templates/en_US/warnings.tmpl +%%WWWDIR%%/htdocs/about.html +%%WWWDIR%%/htdocs/accesskeys.html +%%WWWDIR%%/htdocs/charset-select.html +%%WWWDIR%%/htdocs/config/charset.cfg +%%WWWDIR%%/htdocs/config/tidy.conf +%%WWWDIR%%/htdocs/config/types.conf +@sample %%WWWDIR%%/htdocs/config/validator.conf.sample +%%WWWDIR%%/htdocs/contribute.html +%%WWWDIR%%/htdocs/detailed-form.html +%%WWWDIR%%/htdocs/detailed-form_directinput.html +%%WWWDIR%%/htdocs/detailed.html +%%WWWDIR%%/htdocs/dev/autotest/doctypes.xml +%%WWWDIR%%/htdocs/dev/tests/1574-charset_iso_8859_7_greek.html +%%WWWDIR%%/htdocs/dev/tests/197-iso88591_alias.html +%%WWWDIR%%/htdocs/dev/tests/2329-html401-strict_iframe.html +%%WWWDIR%%/htdocs/dev/tests/2329-html401-transitional_iframe.html +%%WWWDIR%%/htdocs/dev/tests/2342-opensp_type_X.html +%%WWWDIR%%/htdocs/dev/tests/2689-attribute-no-space.xhtml +%%WWWDIR%%/htdocs/dev/tests/3663-svg-10-doctype.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-10-doctypeless.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-11-doctype.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-11-doctypeless.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-basic-11-doctype.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-basic-11-doctypeless.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-noversion-doctype.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-noversion-doctype2.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-noversion-doctypeless.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-tiny-11-doctype.svg +%%WWWDIR%%/htdocs/dev/tests/3663-svg-tiny-11-doctypeless.svg +%%WWWDIR%%/htdocs/dev/tests/4412-fuzzymatch.xhtml +%%WWWDIR%%/htdocs/dev/tests/4476-svg_nodoctype.svg +%%WWWDIR%%/htdocs/dev/tests/4520-iso88591-meta.html +%%WWWDIR%%/htdocs/dev/tests/4520-iso88591-no_meta.html +%%WWWDIR%%/htdocs/dev/tests/4848-html40-transitional_FPI-SI-mismatch.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Nov 8 11:44:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED3EFA292C8; Sun, 8 Nov 2015 11:44:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B030E1C17; Sun, 8 Nov 2015 11:44:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8Biku9040001; Sun, 8 Nov 2015 11:44:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Bikhj040000; Sun, 8 Nov 2015 11:44:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511081144.tA8Bikhj040000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Nov 2015 11:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401051 - head/games/torcs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 11:44:48 -0000 Author: rene Date: Sun Nov 8 11:44:46 2015 New Revision: 401051 URL: https://svnweb.freebsd.org/changeset/ports/401051 Log: games/torcs: drop maintainership Modified: head/games/torcs/Makefile Modified: head/games/torcs/Makefile ============================================================================== --- head/games/torcs/Makefile Sun Nov 8 11:33:45 2015 (r401050) +++ head/games/torcs/Makefile Sun Nov 8 11:44:46 2015 (r401051) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/all-in-one/${PORTVERSION} -MAINTAINER= rene@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Open Racing Car Simulator LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Sun Nov 8 11:49:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DEA6A29346; Sun, 8 Nov 2015 11:49:53 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB101D26; Sun, 8 Nov 2015 11:49:53 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8BnqWM040288; Sun, 8 Nov 2015 11:49:52 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8BnqTd040286; Sun, 8 Nov 2015 11:49:52 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511081149.tA8BnqTd040286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 11:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401052 - head/www/R-cran-rvest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 11:49:53 -0000 Author: tota Date: Sun Nov 8 11:49:52 2015 New Revision: 401052 URL: https://svnweb.freebsd.org/changeset/ports/401052 Log: - Update to 0.3.0 Modified: head/www/R-cran-rvest/Makefile head/www/R-cran-rvest/distinfo Modified: head/www/R-cran-rvest/Makefile ============================================================================== --- head/www/R-cran-rvest/Makefile Sun Nov 8 11:44:46 2015 (r401051) +++ head/www/R-cran-rvest/Makefile Sun Nov 8 11:49:52 2015 (r401052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rvest -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,8 +11,8 @@ COMMENT= Easily Harvest (Scrape) Web Pag LICENSE= GPLv3 -RUN_DEPENDS= R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \ - R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ +RUN_DEPENDS= R-cran-xml2>0:${PORTSDIR}/textproc/R-cran-xml2 \ + R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \ R-cran-selectr>0:${PORTSDIR}/www/R-cran-selectr \ R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr Modified: head/www/R-cran-rvest/distinfo ============================================================================== --- head/www/R-cran-rvest/distinfo Sun Nov 8 11:44:46 2015 (r401051) +++ head/www/R-cran-rvest/distinfo Sun Nov 8 11:49:52 2015 (r401052) @@ -1,2 +1,2 @@ -SHA256 (rvest_0.2.0.tar.gz) = 275a6e0aca14c4ac713a0051bd0bda5b4e3806361a51a66e3eba27f839a0e9ad -SIZE (rvest_0.2.0.tar.gz) = 5407840 +SHA256 (rvest_0.3.0.tar.gz) = 1644a889395a73184c0d8fa8b7729c56c11824ef146bce7a3511a8b2fac90771 +SIZE (rvest_0.3.0.tar.gz) = 1594328 From owner-svn-ports-head@freebsd.org Sun Nov 8 12:01:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D850FA29B36; Sun, 8 Nov 2015 12:01:00 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0EBC1917; Sun, 8 Nov 2015 12:01:00 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8C0xEK043339; Sun, 8 Nov 2015 12:00:59 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8C0xfi043336; Sun, 8 Nov 2015 12:00:59 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511081200.tA8C0xfi043336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 12:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401053 - head/astro/R-cran-maptools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:01:00 -0000 Author: tota Date: Sun Nov 8 12:00:59 2015 New Revision: 401053 URL: https://svnweb.freebsd.org/changeset/ports/401053 Log: - Update to 0.8-37 Modified: head/astro/R-cran-maptools/Makefile head/astro/R-cran-maptools/distinfo head/astro/R-cran-maptools/pkg-descr Modified: head/astro/R-cran-maptools/Makefile ============================================================================== --- head/astro/R-cran-maptools/Makefile Sun Nov 8 11:49:52 2015 (r401052) +++ head/astro/R-cran-maptools/Makefile Sun Nov 8 12:00:59 2015 (r401053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maptools -DISTVERSION= 0.8-36 +DISTVERSION= 0.8-37 CATEGORIES= astro DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/astro/R-cran-maptools/distinfo ============================================================================== --- head/astro/R-cran-maptools/distinfo Sun Nov 8 11:49:52 2015 (r401052) +++ head/astro/R-cran-maptools/distinfo Sun Nov 8 12:00:59 2015 (r401053) @@ -1,2 +1,2 @@ -SHA256 (maptools_0.8-36.tar.gz) = a88a97d89ec4e2e9b66712b6637d14de383ce72c9beb869208449c8d715ac400 -SIZE (maptools_0.8-36.tar.gz) = 1506673 +SHA256 (maptools_0.8-37.tar.gz) = 2ebce50ae860da8839935e2a8d98aad08204bed50cbcd009b9a5a4e214697023 +SIZE (maptools_0.8-37.tar.gz) = 1510043 Modified: head/astro/R-cran-maptools/pkg-descr ============================================================================== --- head/astro/R-cran-maptools/pkg-descr Sun Nov 8 11:49:52 2015 (r401052) +++ head/astro/R-cran-maptools/pkg-descr Sun Nov 8 12:00:59 2015 (r401053) @@ -5,4 +5,4 @@ interface wrappers for exchanging spatia such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others. -WWW: http://cran.r-project.org/web/packages/maptools/ +WWW: https://cran.r-project.org/web/packages/maptools/ From owner-svn-ports-head@freebsd.org Sun Nov 8 12:01:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6A3A29BB4; Sun, 8 Nov 2015 12:01:16 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 855B71A31; Sun, 8 Nov 2015 12:01:16 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8C1FBA043444; Sun, 8 Nov 2015 12:01:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8C1F54043443; Sun, 8 Nov 2015 12:01:15 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511081201.tA8C1F54043443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Nov 2015 12:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401054 - head/emulators/libspectrum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:01:16 -0000 Author: rene Date: Sun Nov 8 12:01:15 2015 New Revision: 401054 URL: https://svnweb.freebsd.org/changeset/ports/401054 Log: emulators/libspectrum: update WWW to new site, redirected from the old one Modified: head/emulators/libspectrum/pkg-descr Modified: head/emulators/libspectrum/pkg-descr ============================================================================== --- head/emulators/libspectrum/pkg-descr Sun Nov 8 12:00:59 2015 (r401053) +++ head/emulators/libspectrum/pkg-descr Sun Nov 8 12:01:15 2015 (r401054) @@ -11,4 +11,4 @@ So far it handles: There are also some subsidiary functions which may be generally useful for Spectrum-related utilities. -WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html +WWW: http://fuse-emulator.sourceforge.net/libspectrum.php From owner-svn-ports-head@freebsd.org Sun Nov 8 12:03:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64E06A29DBF; Sun, 8 Nov 2015 12:03:55 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17DCB1E43; Sun, 8 Nov 2015 12:03:55 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8C3sS9046176; Sun, 8 Nov 2015 12:03:54 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8C3sC7046174; Sun, 8 Nov 2015 12:03:54 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201511081203.tA8C3sC7046174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 8 Nov 2015 12:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401055 - head/print/texinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:03:55 -0000 Author: johans Date: Sun Nov 8 12:03:53 2015 New Revision: 401055 URL: https://svnweb.freebsd.org/changeset/ports/401055 Log: - Update texinfo.tex to latest version - Add http mirror to improve chances of finding a working mirror Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Sun Nov 8 12:01:15 2015 (r401054) +++ head/print/texinfo/Makefile Sun Nov 8 12:03:53 2015 (r401055) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 6.0.20151013 +PORTVERSION= 6.0.20151108 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ + http://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Sun Nov 8 12:01:15 2015 (r401054) +++ head/print/texinfo/distinfo Sun Nov 8 12:03:53 2015 (r401055) @@ -1,8 +1,8 @@ -SHA256 (texinfo/6.0.20151013/texinfo-6.0.tar.xz) = 11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 -SIZE (texinfo/6.0.20151013/texinfo-6.0.tar.xz) = 4086712 -SHA256 (texinfo/6.0.20151013/htmlxref.cnf) = b94aace151102c0e5cc49be570b79b513fcfbb54aaff55bd640c6d00fa56968c -SIZE (texinfo/6.0.20151013/htmlxref.cnf) = 20137 -SHA256 (texinfo/6.0.20151013/texinfo.tex) = 5836b7cc4eb001e55cf0f2aeda3c7339895011dfeccc6e813624e41dd66ccf00 -SIZE (texinfo/6.0.20151013/texinfo.tex) = 349424 -SHA256 (texinfo/6.0.20151013/texi2dvi) = 785ab406a011d50cb5456361c60dad8edf5c86a0ccb90d985a516c236e43433c -SIZE (texinfo/6.0.20151013/texi2dvi) = 56663 +SHA256 (texinfo/6.0.20151108/texinfo-6.0.tar.xz) = 11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 +SIZE (texinfo/6.0.20151108/texinfo-6.0.tar.xz) = 4086712 +SHA256 (texinfo/6.0.20151108/htmlxref.cnf) = b94aace151102c0e5cc49be570b79b513fcfbb54aaff55bd640c6d00fa56968c +SIZE (texinfo/6.0.20151108/htmlxref.cnf) = 20137 +SHA256 (texinfo/6.0.20151108/texinfo.tex) = 48c43b4ced42f1d7a2bb70e3cf03dd9d85637dc4b44794842f5b9e6953737cb8 +SIZE (texinfo/6.0.20151108/texinfo.tex) = 353514 +SHA256 (texinfo/6.0.20151108/texi2dvi) = 785ab406a011d50cb5456361c60dad8edf5c86a0ccb90d985a516c236e43433c +SIZE (texinfo/6.0.20151108/texi2dvi) = 56663 From owner-svn-ports-head@freebsd.org Sun Nov 8 12:05:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53402A29E2D; Sun, 8 Nov 2015 12:05:28 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E2911F2B; Sun, 8 Nov 2015 12:05:28 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8C5RGt046328; Sun, 8 Nov 2015 12:05:27 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8C5RDe046327; Sun, 8 Nov 2015 12:05:27 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201511081205.tA8C5RDe046327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Sun, 8 Nov 2015 12:05:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401056 - head/audio/speexdsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:05:28 -0000 Author: andrew (src committer) Date: Sun Nov 8 12:05:26 2015 New Revision: 401056 URL: https://svnweb.freebsd.org/changeset/ports/401056 Log: Disable NEON on AArch64, the code is written for 32-bit ARM so fails to compile. Approved by: tijl Differential Revision: https://reviews.freebsd.org/D4105 Modified: head/audio/speexdsp/Makefile Modified: head/audio/speexdsp/Makefile ============================================================================== --- head/audio/speexdsp/Makefile Sun Nov 8 12:03:53 2015 (r401055) +++ head/audio/speexdsp/Makefile Sun Nov 8 12:05:26 2015 (r401056) @@ -14,4 +14,10 @@ INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes +.include + +.if ${ARCH} == "aarch64" +CONFIGURE_ARGS+=--disable-neon +.endif + .include From owner-svn-ports-head@freebsd.org Sun Nov 8 12:32:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E33A27829; Sun, 8 Nov 2015 12:32:30 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C433D1B71; Sun, 8 Nov 2015 12:32:29 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8CWSxv054748; Sun, 8 Nov 2015 12:32:28 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8CWS7x054746; Sun, 8 Nov 2015 12:32:28 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201511081232.tA8CWS7x054746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 8 Nov 2015 12:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401057 - head/textproc/gnugrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:32:30 -0000 Author: johans Date: Sun Nov 8 12:32:28 2015 New Revision: 401057 URL: https://svnweb.freebsd.org/changeset/ports/401057 Log: Update GNU grep to 2.22 Modified: head/textproc/gnugrep/Makefile head/textproc/gnugrep/distinfo Modified: head/textproc/gnugrep/Makefile ============================================================================== --- head/textproc/gnugrep/Makefile Sun Nov 8 12:05:26 2015 (r401056) +++ head/textproc/gnugrep/Makefile Sun Nov 8 12:32:28 2015 (r401057) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grep -PORTVERSION= 2.21 -PORTREVISION= 1 +PORTVERSION= 2.22 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu Modified: head/textproc/gnugrep/distinfo ============================================================================== --- head/textproc/gnugrep/distinfo Sun Nov 8 12:05:26 2015 (r401056) +++ head/textproc/gnugrep/distinfo Sun Nov 8 12:32:28 2015 (r401057) @@ -1,2 +1,2 @@ -SHA256 (grep-2.21.tar.xz) = 5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de -SIZE (grep-2.21.tar.xz) = 1261548 +SHA256 (grep-2.22.tar.xz) = ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb +SIZE (grep-2.22.tar.xz) = 1297864 From owner-svn-ports-head@freebsd.org Sun Nov 8 12:45:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1EE7A27BA2; Sun, 8 Nov 2015 12:45:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63A281FC5; Sun, 8 Nov 2015 12:45:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8Cj2d3057846; Sun, 8 Nov 2015 12:45:02 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Cj2Yj057843; Sun, 8 Nov 2015 12:45:02 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201511081245.tA8Cj2Yj057843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 8 Nov 2015 12:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401058 - in head/databases: mariadb100-client mariadb100-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 12:45:03 -0000 Author: brnrd Date: Sun Nov 8 12:45:02 2015 New Revision: 401058 URL: https://svnweb.freebsd.org/changeset/ports/401058 Log: databases/mariadb100-server: Update to 10.0.22 * Update server and (slave) client port * Alphabetic ordering of CONFLICTS * Consistent globbing of CONFLICTS * Alphabetical ordering of USES * Add LGPL21 for MySQL client C/Java libs Reviewed by: koobs (mentor) Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4100 Modified: head/databases/mariadb100-client/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb100-server/distinfo Modified: head/databases/mariadb100-client/Makefile ============================================================================== --- head/databases/mariadb100-client/Makefile Sun Nov 8 12:32:28 2015 (r401057) +++ head/databases/mariadb100-client/Makefile Sun Nov 8 12:45:02 2015 (r401058) @@ -5,16 +5,18 @@ PKGNAMESUFFIX= 100-client COMMENT= Multithreaded SQL database (client) +LICENSE+= LGPL21 + MASTERDIR= ${.CURDIR}/../mariadb100-server FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CONFLICTS_INSTALL= mysql[0-9][0-9]-client-* \ - mariadb[0-46-9][0-9]-client-* \ - mariadb5.[0-46-9]-client-* \ - percona[0-9][0-9]-client-* +CONFLICTS_INSTALL= mariadb5*-client-* \ + mariadb10[1-9]-client-* \ + mysql*-client-* \ + percona*-client-* CMAKE_ARGS+= -DWITHOUT_SERVER=1 Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Sun Nov 8 12:32:28 2015 (r401057) +++ head/databases/mariadb100-server/Makefile Sun Nov 8 12:45:02 2015 (r401058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.21 +PORTVERSION= 10.0.22 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -22,7 +22,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake execinfo gmake shebangfix cpe +USES= bison:build cmake cpe execinfo gmake shebangfix USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -90,8 +90,9 @@ USES+= readline .else # MySQL-Server part -CONFLICTS_INSTALL= mysql*-server-* \ - mariadb[0-9][0-9]-server-* \ +CONFLICTS_INSTALL= mariadb5*-server-* \ + mariadb10[1-9]-server-* \ + mysql*-server-* \ percona*-server-* USE_MYSQL= yes Modified: head/databases/mariadb100-server/distinfo ============================================================================== --- head/databases/mariadb100-server/distinfo Sun Nov 8 12:32:28 2015 (r401057) +++ head/databases/mariadb100-server/distinfo Sun Nov 8 12:45:02 2015 (r401058) @@ -1,2 +1,2 @@ -SHA256 (mariadb-10.0.21.tar.gz) = 4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545 -SIZE (mariadb-10.0.21.tar.gz) = 56216903 +SHA256 (mariadb-10.0.22.tar.gz) = 9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b +SIZE (mariadb-10.0.22.tar.gz) = 56252325 From owner-svn-ports-head@freebsd.org Sun Nov 8 13:25:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470C3A29339; Sun, 8 Nov 2015 13:25:33 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3B911C2E; Sun, 8 Nov 2015 13:25:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8DPWJx069328; Sun, 8 Nov 2015 13:25:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8DPVnn069324; Sun, 8 Nov 2015 13:25:31 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511081325.tA8DPVnn069324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Nov 2015 13:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401059 - in head: . sysutils sysutils/fusefs-wdfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 13:25:33 -0000 Author: robak Date: Sun Nov 8 13:25:31 2015 New Revision: 401059 URL: https://svnweb.freebsd.org/changeset/ports/401059 Log: sysutils/fusefs-wdfs: port revival - Add stage support - Set port maintainer to submitter - Delete MOVED entry - Add SUBDIR entry in sysutils/Makefile PR: 203018 Submitted by: Alex (maintainer) Added: head/sysutils/fusefs-wdfs/ - copied from r361837, head/sysutils/fusefs-wdfs/ head/sysutils/fusefs-wdfs/pkg-plist (contents, props changed) Modified: head/MOVED head/sysutils/Makefile head/sysutils/fusefs-wdfs/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 8 12:45:02 2015 (r401058) +++ head/MOVED Sun Nov 8 13:25:31 2015 (r401059) @@ -6984,7 +6984,6 @@ games/alienarena-data||2014-09-07|Useles net/libexosip2-legacy|net/libexosip2|2014-09-07|Has expired: Superseded by net/libexosip2 net/libosip|net/libosip2|2014-09-07|Has expired: Superseded by net/libosip2 lang/caml-light||2014-09-07|Not staged -sysutils/fusefs-wdfs||2014-09-07|Not staged devel/pybaz||2014-09-07|Obsolete, use devel/bzr instead devel/baz||2014-09-07|Unstaged, obsolete, distfiles don't exist. Use devel/bzr instead security/prelude-lml||2014-09-07|Not staged Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Nov 8 12:45:02 2015 (r401058) +++ head/sysutils/Makefile Sun Nov 8 13:25:31 2015 (r401059) @@ -321,6 +321,7 @@ SUBDIR += fusefs-sqlfs SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs + SUBDIR += fusefs-wdfs SUBDIR += fusefs-wikipediafs SUBDIR += fusefs-zip SUBDIR += fvcool Modified: head/sysutils/fusefs-wdfs/Makefile ============================================================================== --- head/sysutils/fusefs-wdfs/Makefile Mon Jul 14 21:59:19 2014 (r361837) +++ head/sysutils/fusefs-wdfs/Makefile Sun Nov 8 13:25:31 2015 (r401059) @@ -3,21 +3,23 @@ PORTNAME= wdfs PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://noedler.de/projekte/wdfs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= silverless@gmx.com COMMENT= Mount remote WedDAV directories with Fuse -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LICENSE= GPLv2 + +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon GNU_CONFIGURE= yes USES= fuse pkgconfig USE_GNOME= glib20 -PLIST_FILES= bin/wdfs +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/wdfs ${STAGEDIR}${PREFIX}/bin -NO_STAGE= yes .include Added: head/sysutils/fusefs-wdfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-wdfs/pkg-plist Sun Nov 8 13:25:31 2015 (r401059) @@ -0,0 +1 @@ +bin/wdfs From owner-svn-ports-head@freebsd.org Sun Nov 8 14:05:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A5C0A29DCB; Sun, 8 Nov 2015 14:05:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D91521D5F; Sun, 8 Nov 2015 14:05:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8E5LMZ080773; Sun, 8 Nov 2015 14:05:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8E5L9a080770; Sun, 8 Nov 2015 14:05:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511081405.tA8E5L9a080770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 8 Nov 2015 14:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401060 - in head: . databases/opentsdb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 14:05:23 -0000 Author: feld Date: Sun Nov 8 14:05:21 2015 New Revision: 401060 URL: https://svnweb.freebsd.org/changeset/ports/401060 Log: databases/opentsdb: Fix STAGE, missing UID and GID Staging was broken due to touching /root/.java during build UID and GID was lost in old copy of the review While here, also fix hardcoded path to ETCDIR Pointyhat: me Differential Revision: https://reviews.freebsd.org/D4083 Modified: head/GIDs head/UIDs head/databases/opentsdb/files/patch-Makefile.in Modified: head/GIDs ============================================================================== --- head/GIDs Sun Nov 8 13:25:31 2015 (r401059) +++ head/GIDs Sun Nov 8 14:05:21 2015 (r401060) @@ -243,6 +243,7 @@ sogod:*:846: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: +opentsdb:*:906: influxd:*:907: riemann:*:908: proxy65:*:909: Modified: head/UIDs ============================================================================== --- head/UIDs Sun Nov 8 13:25:31 2015 (r401059) +++ head/UIDs Sun Nov 8 14:05:21 2015 (r401060) @@ -251,6 +251,7 @@ sogod:*:846:846::0:0:SOGo groupware:/non fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin +opentsdb:*:906:906::0:0:OpenTSDB Daemon:/var/empty:/usr/sbin/nologin influxd:*:907:907::0:0:InfluxDB Daemon:/var/empty:/usr/sbin/nologin riemann:*:908:908::0:0:Riemann User:/var/empty:/usr/sbin/nologin proxy65:*:909:909::0:0:Proxy65 Daemon:/nonexistent:/usr/sbin/nologin Modified: head/databases/opentsdb/files/patch-Makefile.in ============================================================================== --- head/databases/opentsdb/files/patch-Makefile.in Sun Nov 8 13:25:31 2015 (r401059) +++ head/databases/opentsdb/files/patch-Makefile.in Sun Nov 8 14:05:21 2015 (r401060) @@ -5,10 +5,19 @@ # in the script before it gets installed... install-exec-hook: - script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(pkgdatadir)/etc/opentsdb'; \ -+ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='/usr/local/etc/opentsdb'; \ ++ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfdir)/etc/opentsdb'; \ abs_srcdir=''; abs_builddir=''; $(edit_tsdb_script) cat tsdb.tmp >"$(DESTDIR)$(bindir)/tsdb" rm -f tsdb.tmp +@@ -1442,7 +1442,7 @@ gwtc: .gwtc-stamp + @$(mkdir_p) gwt + { cd $(srcdir) && cat $(httpui_SRC); } | $(MD5) >"$@-t" + cmp -s "$@" "$@-t" && exit 0; \ +- $(JAVA) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \ ++ $(JAVA) -Djava.util.prefs.userRoot=$(HOME) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \ + $(GWTC_ARGS) -war gwt tsd.QueryUi + @mv "$@-t" "$@" + gwtdev: .gwtc-stamp @@ -1468,7 +1468,7 @@ gwttsd: staticroot # how to tell it to install a bunch of files recursively for which I don't # know ahead of time what the file names are. From owner-svn-ports-head@freebsd.org Sun Nov 8 15:09:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79743A29043; Sun, 8 Nov 2015 15:09:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29DDD1ED4; Sun, 8 Nov 2015 15:09:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8F9iSB098100; Sun, 8 Nov 2015 15:09:44 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8F9hXP098097; Sun, 8 Nov 2015 15:09:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511081509.tA8F9hXP098097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Nov 2015 15:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401061 - in head: . devel devel/phptags sysutils sysutils/torsmo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 15:09:45 -0000 Author: rene Date: Sun Nov 8 15:09:43 2015 New Revision: 401061 URL: https://svnweb.freebsd.org/changeset/ports/401061 Log: Remove expired ports: 2015-11-08 devel/phptags: abandoned upstream 2015-11-08 sysutils/torsmo: no new releases for years, consider using sysutils/conky Deleted: head/devel/phptags/ head/sysutils/torsmo/ Modified: head/MOVED head/devel/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 8 14:05:21 2015 (r401060) +++ head/MOVED Sun Nov 8 15:09:43 2015 (r401061) @@ -7927,3 +7927,5 @@ graphics/cal3d-devel|graphics/cal3d|2015 www/joomla31|www/joomla3|2015-11-03|Renamed to match upstream only supporting the latest 3.x release at a time devel/py-parsing|devel/py-pyparsing|2015-11-04|Renamed to match upstream naming devel/py-pygitup|devel/py-git-up|2015-11-07|Renamed to match upstream naming +devel/phptags||2015-11-08|Has expired: abandoned upstream +sysutils/torsmo|sysutils/conky|2015-11-08|Has expired: no new releases for years, consider using sysutils/conky Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 8 14:05:21 2015 (r401060) +++ head/devel/Makefile Sun Nov 8 15:09:43 2015 (r401061) @@ -3761,7 +3761,6 @@ SUBDIR += php56-tokenizer SUBDIR += phpbt SUBDIR += phpsh - SUBDIR += phptags SUBDIR += phpunit SUBDIR += physfs SUBDIR += physfs-devel Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Nov 8 14:05:21 2015 (r401060) +++ head/sysutils/Makefile Sun Nov 8 15:09:43 2015 (r401061) @@ -1020,7 +1020,6 @@ SUBDIR += tmux SUBDIR += topless SUBDIR += torque - SUBDIR += torsmo SUBDIR += toshctl SUBDIR += tracker SUBDIR += tree From owner-svn-ports-head@freebsd.org Sun Nov 8 15:57:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7060EA29D32; Sun, 8 Nov 2015 15:57:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AAC311E8; Sun, 8 Nov 2015 15:57:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8Fvq4e012504; Sun, 8 Nov 2015 15:57:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Fvq8m012502; Sun, 8 Nov 2015 15:57:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511081557.tA8Fvq8m012502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 15:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401062 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 15:57:53 -0000 Author: pi Date: Sun Nov 8 15:57:51 2015 New Revision: 401062 URL: https://svnweb.freebsd.org/changeset/ports/401062 Log: databases/cego: 2.26.10 -> 2.26.11 - Added more sophisticated corruption check for btrees ( CegoBTreeManager::verfiyBTree ), which also checks for any structure corructions in all btree nodes - Added btree check to CegoDistManager::verifyTable Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Nov 8 15:09:43 2015 (r401061) +++ head/databases/cego/Makefile Sun Nov 8 15:57:51 2015 (r401062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.10 +PORTVERSION= 2.26.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Nov 8 15:09:43 2015 (r401061) +++ head/databases/cego/distinfo Sun Nov 8 15:57:51 2015 (r401062) @@ -1,2 +1,2 @@ -SHA256 (cego-2.26.10.tar.gz) = 74127f6af87ab79b52e84bae14cd249b0685555e86c6e8993e1ba7c0370df5f7 -SIZE (cego-2.26.10.tar.gz) = 1241041 +SHA256 (cego-2.26.11.tar.gz) = 057abad2cb2c4f16ac774b0bcbb7c88252a1c284a1ddda1ea927979e4e6fca5d +SIZE (cego-2.26.11.tar.gz) = 1241526 From owner-svn-ports-head@freebsd.org Sun Nov 8 16:11:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB663A29F92; Sun, 8 Nov 2015 16:11:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DD4B183F; Sun, 8 Nov 2015 16:11:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8GBIhD016334; Sun, 8 Nov 2015 16:11:18 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8GBIlx016331; Sun, 8 Nov 2015 16:11:18 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511081611.tA8GBIlx016331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Nov 2015 16:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401063 - head/devel/quilt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 16:11:20 -0000 Author: robak Date: Sun Nov 8 16:11:18 2015 New Revision: 401063 URL: https://svnweb.freebsd.org/changeset/ports/401063 Log: devel/quilt: update 0.61 -> 0.64 PR: 190836 Submitted by: Dirk Jagdmann (maintainer) Modified: head/devel/quilt/Makefile head/devel/quilt/distinfo head/devel/quilt/pkg-plist Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Sun Nov 8 15:57:51 2015 (r401062) +++ head/devel/quilt/Makefile Sun Nov 8 16:11:18 2015 (r401063) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quilt -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.64 CATEGORIES= devel MASTER_SITES= SAVANNAH Modified: head/devel/quilt/distinfo ============================================================================== --- head/devel/quilt/distinfo Sun Nov 8 15:57:51 2015 (r401062) +++ head/devel/quilt/distinfo Sun Nov 8 16:11:18 2015 (r401063) @@ -1,2 +1,2 @@ -SHA256 (quilt-0.61.tar.gz) = 1eec0a270ac4d41eea0fd5823603c9d2a35ab6b8ab73a90dd92ce1291b2a9fc3 -SIZE (quilt-0.61.tar.gz) = 450552 +SHA256 (quilt-0.64.tar.gz) = c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd +SIZE (quilt-0.64.tar.gz) = 407845 Modified: head/devel/quilt/pkg-plist ============================================================================== --- head/devel/quilt/pkg-plist Sun Nov 8 15:57:51 2015 (r401062) +++ head/devel/quilt/pkg-plist Sun Nov 8 16:11:18 2015 (r401063) @@ -42,15 +42,15 @@ share/emacs/site-lisp/quilt.el %%DATADIR%%/scripts/backup-files %%DATADIR%%/scripts/dependency-graph %%DATADIR%%/scripts/edmail -%%DATADIR%%/scripts/inspect +%%DATADIR%%/scripts/inspect-wrapper %%DATADIR%%/scripts/patchfns %%DATADIR%%/scripts/remove-trailing-ws %%DATADIR%%/scripts/utilfns -%%DATADIR%%/wrapper/patch %%DATADIR%%/compat/awk %%DATADIR%%/compat/cp %%DATADIR%%/compat/date %%DATADIR%%/compat/getopt +%%DATADIR%%/compat/md5sum %%DATADIR%%/compat/patch %%DATADIR%%/compat/sed %%SENDMAIL%%%%DATADIR%%/compat/sendmail From owner-svn-ports-head@freebsd.org Sun Nov 8 16:36:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 732BAA295E5; Sun, 8 Nov 2015 16:36:08 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 379F91302; Sun, 8 Nov 2015 16:36:08 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8Ga7mB024065; Sun, 8 Nov 2015 16:36:07 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Ga7EZ024062; Sun, 8 Nov 2015 16:36:07 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511081636.tA8Ga7EZ024062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 8 Nov 2015 16:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401064 - head/textproc/rubygem-rouge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 16:36:08 -0000 Author: mmoll Date: Sun Nov 8 16:36:07 2015 New Revision: 401064 URL: https://svnweb.freebsd.org/changeset/ports/401064 Log: textproc/rubygem-rouge: update to 1.10.1 Approved by: kuriyama (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D4060 Modified: head/textproc/rubygem-rouge/Makefile head/textproc/rubygem-rouge/distinfo Modified: head/textproc/rubygem-rouge/Makefile ============================================================================== --- head/textproc/rubygem-rouge/Makefile Sun Nov 8 16:11:18 2015 (r401063) +++ head/textproc/rubygem-rouge/Makefile Sun Nov 8 16:36:07 2015 (r401064) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rouge -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-rouge/distinfo ============================================================================== --- head/textproc/rubygem-rouge/distinfo Sun Nov 8 16:11:18 2015 (r401063) +++ head/textproc/rubygem-rouge/distinfo Sun Nov 8 16:36:07 2015 (r401064) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rouge-1.9.0.gem) = 11d9929cc659e417a6b8e8b9650b32aaf4291519317fda9569f6e1bd39b7625f -SIZE (rubygem/rouge-1.9.0.gem) = 171520 +SHA256 (rubygem/rouge-1.10.1.gem) = 1f6b25b7947da70cd55d4232946b38d8b51cbc9de0c024db44c1b7eb9356e872 +SIZE (rubygem/rouge-1.10.1.gem) = 177664 From owner-svn-ports-head@freebsd.org Sun Nov 8 16:40:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2060CA296C9; Sun, 8 Nov 2015 16:40:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBAD914CE; Sun, 8 Nov 2015 16:39:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8GdwDl024285; Sun, 8 Nov 2015 16:39:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8GdwSp024283; Sun, 8 Nov 2015 16:39:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511081639.tA8GdwSp024283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 16:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401065 - head/biology/seqtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 16:40:00 -0000 Author: pi Date: Sun Nov 8 16:39:58 2015 New Revision: 401065 URL: https://svnweb.freebsd.org/changeset/ports/401065 Log: biology/seqtools: 4.36 -> 4.39.0 - Blixem o There is now an optional setting to highlight "maybe-canonical" splice sites in Blixem. This can be used to help identify problems where the strand is incorrect in the input data - it highlights splice sites in a different colour if they would be canonical were they on the other strand. o Fixed a bug with colinearity lines when an alignment's cigar string contains introns. o There are now separate feedback boxes for the selected sequence name coordinates. Hover over each box to see a tooltip describing its contents. Modified: head/biology/seqtools/Makefile head/biology/seqtools/distinfo Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Sun Nov 8 16:36:07 2015 (r401064) +++ head/biology/seqtools/Makefile Sun Nov 8 16:39:58 2015 (r401065) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.36 +PORTVERSION= 4.39.0 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ Modified: head/biology/seqtools/distinfo ============================================================================== --- head/biology/seqtools/distinfo Sun Nov 8 16:36:07 2015 (r401064) +++ head/biology/seqtools/distinfo Sun Nov 8 16:39:58 2015 (r401065) @@ -1,2 +1,2 @@ -SHA256 (seqtools-4.36.tar.gz) = ee64a35ed65a106053c1211c0d3b9d6c4f51536b2a296a35539d1035547f7dbe -SIZE (seqtools-4.36.tar.gz) = 5594200 +SHA256 (seqtools-4.39.0.tar.gz) = a8f34d72dfaf662a4bf7739f5ffe7f00ead8f97a453ede4bc8387a02a3a5f865 +SIZE (seqtools-4.39.0.tar.gz) = 5601175 From owner-svn-ports-head@freebsd.org Sun Nov 8 16:51:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D0FA298DE; Sun, 8 Nov 2015 16:51:05 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C05631A22; Sun, 8 Nov 2015 16:51:04 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by lbces9 with SMTP id es9so15109843lbc.2; Sun, 08 Nov 2015 08:51:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hyqBRRuCGUhzVKhY7DJn1rZ+io3nFYIBxqxzg0Soxuw=; b=puNFE2BNbXyezLqxUI3nXAKAsOfe8ALkFV0xXJNesjP5M1X+GOg2YYYwv1+QimIhDz 9962V5N32AECBfHbYVizXvyp2YbTDm6HUEzQZiEQ7IqXODVsOBAZwRhy1+a6c0xMi9n9 jNZRoiKp+D44gBmQjxllFGsWH0MlUm5JG4BMB2W2yzUwAfJUnBKllXhynAzhBJlvDPdl 7ixbllJ4tAiVNkaEwg18Go3DAUrNbbBWcngseyWA1aJYyg1nXQlT2enASHjItdZuXtWX 0U+DOE+mJV1PTjlFosvICbXRLJA2ONg4cZkutT+du3rocYTgpnMFJlbvrEuktxBMD3ol 4uQA== X-Received: by 10.112.138.37 with SMTP id qn5mr12217105lbb.52.1447001461328; Sun, 08 Nov 2015 08:51:01 -0800 (PST) Received: from kloomba.lvv.mirantis.net ([217.65.211.30]) by smtp.gmail.com with ESMTPSA id w132sm145876lfd.11.2015.11.08.08.50.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 08:51:00 -0800 (PST) Date: Sun, 8 Nov 2015 19:50:55 +0300 From: Roman Bogorodskiy To: Dmitry Marakasov Cc: Jason Helfman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379361 - head/devel/libvirt Message-ID: <20151108165051.GD2188@kloomba.lvv.mirantis.net> References: <201502191911.t1JJBBrO039538@svn.freebsd.org> <20151104181817.GM57666@hades.panopticon> <20151105152019.GA2025@kloomba.lvv.mirantis.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KdquIMZPjGJQvRdI" Content-Disposition: inline In-Reply-To: <20151105152019.GA2025@kloomba.lvv.mirantis.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 16:51:05 -0000 --KdquIMZPjGJQvRdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Roman Bogorodskiy wrote: > Dmitry Marakasov wrote: >=20 > > * Jason Helfman (jgh@FreeBSD.org) wrote: > >=20 > > > Author: jgh > > > Date: Thu Feb 19 19:11:10 2015 > > > New Revision: 379361 > > > URL: https://svnweb.freebsd.org/changeset/ports/379361 > > > QAT: https://qat.redports.org/buildarchive/r379361/ > > >=20 > > > Log: > > > - fix build failures on 8/9 (bhyve) > > > =20 > > > Reported by: mat@ > > >=20 > > > Modified: > > > head/devel/libvirt/Makefile > > > head/devel/libvirt/pkg-plist > > >=20 > > > Modified: head/devel/libvirt/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > > --- head/devel/libvirt/Makefile Thu Feb 19 19:10:48 2015 (r379360) > > > +++ head/devel/libvirt/Makefile Thu Feb 19 19:11:10 2015 (r379361) > > > @@ -21,8 +21,8 @@ BUILD_DEPENDS=3D dnsmasq:${PORTSDIR}/dns/d > > > RUN_DEPENDS=3D dnsmasq:${PORTSDIR}/dns/dnsmasq > > > =20 > > > OPTIONS_DEFINE=3D DOCS NLS QEMU SASL > > > -OPTIONS_DEFINE_amd64=3D BHYVE > > > .if exists(/usr/sbin/bhyve) > > > +OPTIONS_DEFINE_amd64=3D BHYVE > > > OPTIONS_DEFAULT_amd64=3D BHYVE > > > .endif > > > QEMU_DESC=3D QEMU driver > > > @@ -36,8 +36,6 @@ QEMU_LIB_DEPENDS=3D libyajl.so:${PORTSDIR} > > > QEMU_RUN_DEPENDS=3D dmidecode:${PORTSDIR}/sysutils/dmidecode \ > > > qemu-io:${PORTSDIR}/emulators/qemu-devel > > > =20 > > > -BHYVE_CONFIGURE_WITH=3D bhyve > > > - > > > NLS_USES=3D gettext > > > NLS_CONFIGURE_ENABLE=3D nls > > > NLS_CONFIGURE_ON=3D --with-libintl-prefix=3D${LOCALBASE} > > > @@ -82,13 +80,15 @@ PORTDOCS=3D * > > > =20 > > > .include > > > =20 > > > -#work around an options bug (thanks mat@) > > > -.if ${ARCH} !=3D amd64 > > > -PLIST_SUB+=3D BHYVE=3D"@comment " > > > +.if (exists(/usr/sbin/bhyve) && ${OSVERSION} >=3D 100051) > > ^^^^^^ > > I think you've missed a digit here. This condition is always true. >=20 > Oh, well, this check actually looks a little strange. >=20 > I think it's fine to hide the BHYVE option if /usr/sbin/bhyve is not > defined. However, later we should not check it again, as well as > OSVERSION, and just set proper CONFIGURE_ARGS based on the option value. >=20 > I'll fix it soon (tomorrow or this weekend). >=20 Hi, I have a fix, though I'm not sure if it's the best way to do things: https://reviews.freebsd.org/D4109 Reviews appreciated. Roman Bogorodskiy --KdquIMZPjGJQvRdI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWP31rAAoJEMltX/4IwiJqQO4IALb0mtaf1lByUZspXqWAgoUK MiCslVnZsaNGu94ZVA2Up1Pe3dstghpcOoNCUMniB0P6W3H9TfLZpPHfqiYAt0s2 3CaoWMdsJFwidt1PCLVssi3v8ywxn6hPLvuUPZNfMx5SK233KCf5DSMAQ8H32Lzc 3kOW3ukwlSPf8BK/jExUNzu1unZZOrhsa/J/DeEV05ylXtbopxJlkqsvBP+KBjqm MsYpOT936eORT87mggd3ve6R6c39cfWUm99jSq3NOvCR4mU5vSsyPvVANu6VFPXB 3O2Rd26DUN0gPieXM66EHzd5E2esnBAp9Xh76zaA+k9K+GqwAF6RyRuM4K7IdHg= =PMCt -----END PGP SIGNATURE----- --KdquIMZPjGJQvRdI-- From owner-svn-ports-head@freebsd.org Sun Nov 8 17:22:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74B02A29188; Sun, 8 Nov 2015 17:22:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B60B15EB; Sun, 8 Nov 2015 17:22:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8HMpVp038417; Sun, 8 Nov 2015 17:22:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8HMpUE038414; Sun, 8 Nov 2015 17:22:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511081722.tA8HMpUE038414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 8 Nov 2015 17:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401066 - head/games/peg-e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 17:22:52 -0000 Author: amdmi3 Date: Sun Nov 8 17:22:50 2015 New Revision: 401066 URL: https://svnweb.freebsd.org/changeset/ports/401066 Log: - Update to 1.2.1 Modified: head/games/peg-e/Makefile head/games/peg-e/distinfo head/games/peg-e/pkg-plist Modified: head/games/peg-e/Makefile ============================================================================== --- head/games/peg-e/Makefile Sun Nov 8 16:39:58 2015 (r401065) +++ head/games/peg-e/Makefile Sun Nov 8 17:22:50 2015 (r401066) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peg-e -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,8 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Peg elimination game -USES= tar:bzip2 qmake -USE_QT4= corelib gui moc_build rcc_build +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= compiler:c++11-lib qmake tar:bzip2 +USE_QT5= core gui widgets qmake_build buildtools_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/peg-e/distinfo ============================================================================== --- head/games/peg-e/distinfo Sun Nov 8 16:39:58 2015 (r401065) +++ head/games/peg-e/distinfo Sun Nov 8 17:22:50 2015 (r401066) @@ -1,2 +1,2 @@ -SHA256 (peg-e-1.1.2-src.tar.bz2) = 2eefce91eea0f3a412fa79193ed5f66b25d5eb86b8e35e58c3a4f3b62e7cf59d -SIZE (peg-e-1.1.2-src.tar.bz2) = 151224 +SHA256 (peg-e-1.2.1-src.tar.bz2) = bf96ad7e84f3244f614ccf08c1dbc4f1bdae4bb2cc362a99ecee322ee7e38635 +SIZE (peg-e-1.2.1-src.tar.bz2) = 474773 Modified: head/games/peg-e/pkg-plist ============================================================================== --- head/games/peg-e/pkg-plist Sun Nov 8 16:39:58 2015 (r401065) +++ head/games/peg-e/pkg-plist Sun Nov 8 17:22:50 2015 (r401066) @@ -1,5 +1,7 @@ bin/peg-e +share/appdata/peg-e.appdata.xml share/applications/peg-e.desktop +share/icons/hicolor/1024x1024/apps/peg-e.png share/icons/hicolor/128x128/apps/peg-e.png share/icons/hicolor/16x16/apps/peg-e.png share/icons/hicolor/22x22/apps/peg-e.png @@ -7,11 +9,39 @@ share/icons/hicolor/24x24/apps/peg-e.png share/icons/hicolor/256x256/apps/peg-e.png share/icons/hicolor/32x32/apps/peg-e.png share/icons/hicolor/48x48/apps/peg-e.png +share/icons/hicolor/512x512/apps/peg-e.png share/icons/hicolor/64x64/apps/peg-e.png share/icons/hicolor/scalable/apps/peg-e.svg +share/man/man6/peg-e.6 +%%DATADIR%%/icons/hicolor/16x16/document-new.png +%%DATADIR%%/icons/hicolor/16x16/edit-redo.png +%%DATADIR%%/icons/hicolor/16x16/edit-undo.png +%%DATADIR%%/icons/hicolor/16x16/view-refresh.png +%%DATADIR%%/icons/hicolor/22x22/document-new.png +%%DATADIR%%/icons/hicolor/22x22/edit-redo.png +%%DATADIR%%/icons/hicolor/22x22/edit-undo.png +%%DATADIR%%/icons/hicolor/22x22/view-refresh.png +%%DATADIR%%/icons/hicolor/32x32/document-new.png +%%DATADIR%%/icons/hicolor/32x32/edit-redo.png +%%DATADIR%%/icons/hicolor/32x32/edit-undo.png +%%DATADIR%%/icons/hicolor/32x32/view-refresh.png +%%DATADIR%%/icons/hicolor/64x64/document-new.png +%%DATADIR%%/icons/hicolor/64x64/edit-redo.png +%%DATADIR%%/icons/hicolor/64x64/edit-undo.png +%%DATADIR%%/icons/hicolor/64x64/view-refresh.png +%%DATADIR%%/icons/hicolor/index.theme +%%DATADIR%%/translations/pege_cs.qm +%%DATADIR%%/translations/pege_de.qm +%%DATADIR%%/translations/pege_el.qm %%DATADIR%%/translations/pege_en.qm +%%DATADIR%%/translations/pege_es.qm %%DATADIR%%/translations/pege_fr.qm %%DATADIR%%/translations/pege_he.qm +%%DATADIR%%/translations/pege_lt.qm +%%DATADIR%%/translations/pege_ms.qm %%DATADIR%%/translations/pege_nl.qm +%%DATADIR%%/translations/pege_pl.qm %%DATADIR%%/translations/pege_ro.qm +%%DATADIR%%/translations/pege_ru.qm +%%DATADIR%%/translations/pege_tr.qm share/pixmaps/peg-e.xpm From owner-svn-ports-head@freebsd.org Sun Nov 8 17:37:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F053A294B6; Sun, 8 Nov 2015 17:37:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FA6A1D21; Sun, 8 Nov 2015 17:37:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8HbJGE041596; Sun, 8 Nov 2015 17:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8HbJ6A041595; Sun, 8 Nov 2015 17:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511081737.tA8HbJ6A041595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 8 Nov 2015 17:37:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401067 - head/games/asteroids3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 17:37:20 -0000 Author: amdmi3 Date: Sun Nov 8 17:37:19 2015 New Revision: 401067 URL: https://svnweb.freebsd.org/changeset/ports/401067 Log: - Switch to USES=autoreconf - Simplify - Switch to options helpers Modified: head/games/asteroids3d/Makefile Modified: head/games/asteroids3d/Makefile ============================================================================== --- head/games/asteroids3d/Makefile Sun Nov 8 17:22:50 2015 (r401066) +++ head/games/asteroids3d/Makefile Sun Nov 8 17:37:19 2015 (r401067) @@ -3,7 +3,7 @@ PORTNAME= asteroids3d PORTVERSION= 0.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/a3d/${PORTVERSION}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -17,8 +17,7 @@ COMMENT= First-person shooter blowing up LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= tar:bzip2 -USE_AUTOTOOLS= aclocal autoheader +USES= autoreconf tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}" USE_GL= glut @@ -26,8 +25,7 @@ USE_GL= glut CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= README.html -OPTIONS_DEFINE= DOCS +PORTDOCS= * INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 @@ -35,16 +33,15 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x9 DESKTOP_ENTRIES="Asteroids3D" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" -pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/autogen.sh do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/3d/3D/} \ + ${INSTALL_PROGRAM} ${WRKSRC}/asteroids3D \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @(cd ${WRKSRC}/src && ${COPYTREE_SHARE} "*.ub *.ppm" \ + @(cd ${WRKSRC}/src && ${COPYTREE_SHARE} "*.ub *.ppm" \ ${STAGEDIR}${DATADIR}) .for s in ${ICON_SIZES} @@ -55,7 +52,8 @@ do-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@freebsd.org Sun Nov 8 19:00:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4324DA29B0A; Sun, 8 Nov 2015 19:00:26 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D9541990; Sun, 8 Nov 2015 19:00:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8J0PVF064679; Sun, 8 Nov 2015 19:00:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8J0P3o064677; Sun, 8 Nov 2015 19:00:25 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511081900.tA8J0P3o064677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 8 Nov 2015 19:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401068 - in head/net: asterisk11 asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 19:00:26 -0000 Author: gerald Date: Sun Nov 8 19:00:24 2015 New Revision: 401068 URL: https://svnweb.freebsd.org/changeset/ports/401068 Log: Refer to GCC instead of gcc in GCC_DESC. Modified: head/net/asterisk11/Makefile head/net/asterisk13/Makefile Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Sun Nov 8 17:37:19 2015 (r401067) +++ head/net/asterisk11/Makefile Sun Nov 8 19:00:24 2015 (r401068) @@ -96,7 +96,7 @@ BACKTRACE_DESC= Stack backtrace support BASE_DESC= Use base compiler (experimental) DAHDI_DESC= DAHDI support EXCHANGE_DESC= Exchange calendar support -GCC_DESC= Use gcc from ports +GCC_DESC= Use GCC from ports MP3PLAYER_DESC= Install MP3 Player for Music-On-Hold (mpg123) NEWG711_DESC= New G711 codec OOH323_DESC= ooh323 support Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Sun Nov 8 17:37:19 2015 (r401067) +++ head/net/asterisk13/Makefile Sun Nov 8 19:00:24 2015 (r401068) @@ -101,7 +101,7 @@ BACKTRACE_DESC?= Stack backtrace support BASE_DESC= Use base compiler (experimental) DAHDI_DESC?= DAHDI support EXCHANGE_DESC?= Exchange calendar support -GCC_DESC= Use gcc from ports +GCC_DESC= Use GCC from ports MP3PLAYER_DESC= Install MP3 Player for Music-On-Hold (mpg123) NEWG711_DESC?= New G711 Codec OOH323_DESC?= ooh323 support From owner-svn-ports-head@freebsd.org Sun Nov 8 19:01:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D87A29C56; Sun, 8 Nov 2015 19:01:46 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 930DB1C10; Sun, 8 Nov 2015 19:01:45 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.130] (vie-188-118-253-012.dsl.sil.at [188.118.253.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 086BF3F45E; Sun, 8 Nov 2015 14:01:42 -0500 (EST) Date: Sun, 8 Nov 2015 20:01:40 +0100 (CET) From: Gerald Pfeifer To: Guido Falsi cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 In-Reply-To: <201506052330.t55NUBZL020965@svn.freebsd.org> Message-ID: References: <201506052330.t55NUBZL020965@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 19:01:46 -0000 On Fri, 5 Jun 2015, Guido Falsi wrote: > Author: madpilot > Date: Fri Jun 5 23:30:10 2015 > New Revision: 388648 > URL: https://svnweb.freebsd.org/changeset/ports/388648 > > Log: > - Update asterisk11 to 11.18.0 > - Update asterisk13 to 13.4.0 > - Add experimental option to allow using base compiler instead of > ports gcc (mainly meant to allow compiling with clang) Note, it's GCC these days (and I just checked, the other cases in the ports tree use this spelling), so I went ahead and made this change to these two ports. Perhaps we can abstract this into a global GCC_DESC at one point? Gerald From owner-svn-ports-head@freebsd.org Sun Nov 8 19:14:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8555CA29EC9; Sun, 8 Nov 2015 19:14:14 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B64D1442; Sun, 8 Nov 2015 19:14:14 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8JEDmi070340; Sun, 8 Nov 2015 19:14:13 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8JEDu4070339; Sun, 8 Nov 2015 19:14:13 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201511081914.tA8JEDu4070339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 8 Nov 2015 19:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401069 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 19:14:14 -0000 Author: sbruno Date: Sun Nov 8 19:14:13 2015 New Revision: 401069 URL: https://svnweb.freebsd.org/changeset/ports/401069 Log: Add the man page for qemu-ga to the plist. Fixes build under poudriere testport. Submitted by: amdmi3@amdmi3.ru Modified: head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Sun Nov 8 19:00:24 2015 (r401068) +++ head/emulators/qemu-sbruno/pkg-plist Sun Nov 8 19:14:13 2015 (r401069) @@ -44,6 +44,7 @@ %%NONX86%%bin/qemu-system-xtensaeb %%SOFTMMU%%man/man1/qemu.1.gz %%SOFTMMU%%man/man1/qemu-img.1.gz +%%SOFTMMU%%man/man8/qemu-ga.8.gz %%SOFTMMU%%man/man8/qemu-nbd.8.gz %%SOFTMMU%%@sample etc/qemu-ifup.sample %%SOFTMMU%%@sample etc/qemu-ifdown.sample From owner-svn-ports-head@freebsd.org Sun Nov 8 19:22:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0142A2912C; Sun, 8 Nov 2015 19:22:47 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C99A197A; Sun, 8 Nov 2015 19:22:47 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8JMkVi073266; Sun, 8 Nov 2015 19:22:46 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8JMktB073264; Sun, 8 Nov 2015 19:22:46 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201511081922.tA8JMktB073264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 8 Nov 2015 19:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401070 - head/sysutils/ipmitool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 19:22:47 -0000 Author: sbruno Date: Sun Nov 8 19:22:46 2015 New Revision: 401070 URL: https://svnweb.freebsd.org/changeset/ports/401070 Log: version 1.8.15 2014-11-24 * ID: 340 - ipmitool sol session improperly closes on packet retry * ID: 277 - support for hostnames longer than 64 chars * ID: 313 - ipmitool doesn't support hostname long than 64 symbols * ID: 277 - Minor issue with ipmi_intf_session_set_hostname() * ID: 247 - 'sensor thresh' help output is wrong * ID: 324 - conflicting declaration write_fru_area() * ID: 337 - Add support for 13G Dell PowerEdge * ID: 325 - DDR4 DIMM Decoding Logic * ID: 328 - HPM.2 fixes * ID: 329 - hpm.1 upgrade fixes * ID: 103 - picmg discover messages should be DEBUG, not INFO * ID: 331 - Passwords provided in file (-f option) truncated on space * ID: 318 - ipmi_tsol.c: fix buffer overflow * ID: 306 - "fru print" command prints the FRU #0 twice * ID: 305 - HPM.1 deferred activation support fixup * ID: 317 - ipmi_fwum.c: fix typo * ID: 315 - buildsystem: configure.in is deprecated * ID: 316 - Directory debian is outdated * ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work * ID: 46 - SEL OEM record corner case PR: 203775 Approved by: maintainer timeout Sponsored by: Limelight Networks Modified: head/sysutils/ipmitool/Makefile head/sysutils/ipmitool/distinfo Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun Nov 8 19:14:13 2015 (r401069) +++ head/sysutils/ipmitool/Makefile Sun Nov 8 19:22:46 2015 (r401070) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipmitool -PORTVERSION= 1.8.14 -PORTREVISION= 1 +PORTVERSION= 1.8.15 CATEGORIES= sysutils MASTER_SITES= SF Modified: head/sysutils/ipmitool/distinfo ============================================================================== --- head/sysutils/ipmitool/distinfo Sun Nov 8 19:14:13 2015 (r401069) +++ head/sysutils/ipmitool/distinfo Sun Nov 8 19:22:46 2015 (r401070) @@ -1,2 +1,2 @@ -SHA256 (ipmitool-1.8.14.tar.bz2) = 3209c99b996fdea38c462cfd10387d6895fd5261227ab6f79b59f88e21938ce5 -SIZE (ipmitool-1.8.14.tar.bz2) = 738315 +SHA256 (ipmitool-1.8.15.tar.bz2) = 4acd2df5f8740fef5c032cebee0113ec4d3bbef04a6f4dbfaf7fcc7f3eb08c40 +SIZE (ipmitool-1.8.15.tar.bz2) = 747174 From owner-svn-ports-head@freebsd.org Sun Nov 8 20:09:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67CC3A29D24; Sun, 8 Nov 2015 20:09:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3471C110F; Sun, 8 Nov 2015 20:09:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8K92NN084903; Sun, 8 Nov 2015 20:09:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8K92Uj084902; Sun, 8 Nov 2015 20:09:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511082009.tA8K92Uj084902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 8 Nov 2015 20:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401071 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:09:03 -0000 Author: riggs Date: Sun Nov 8 20:09:02 2015 New Revision: 401071 URL: https://svnweb.freebsd.org/changeset/ports/401071 Log: Add non-default OPTION to support VFP on armv6 PR: 204345 Submitted by: gonzo@FreeBSD.org Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Nov 8 19:22:46 2015 (r401070) +++ head/multimedia/ffmpeg/Makefile Sun Nov 8 20:09:02 2015 (r401071) @@ -38,6 +38,7 @@ OPTIONS_GROUP= LICENSE OPTIONS_GROUP_LICENSE= GPL3 NONFREE OPTIONS_DEFINE_amd64= MMX SSE +OPTIONS_DEFINE_armv6= VFP OPTIONS_DEFINE_i386= MMX SSE OPTIONS_DEFAULT_amd64= MMX SSE OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE} @@ -51,6 +52,7 @@ LIBV4L_DESC= Video for Linux support LICENSE_DESC= Licensing options NONFREE_DESC= Allow use of nonfree code OPENH264_DESC= H.264 video codec support via OpenH264 +VFP_DESC= Enable Vector Floating Point instructions X11GRAB_DESC= Enable x11 grabbing OPTIONS_SUB= yes @@ -232,6 +234,8 @@ VAAPI_CONFIGURE_ENABLE= vaapi VDPAU_BUILD_DEPENDS= ${LOCALBASE}/include/vdpau/vdpau.h:${PORTSDIR}/multimedia/libvdpau VDPAU_CONFIGURE_ENABLE= vdpau +VFP_CONFIGURE_ENABLE= vfp + # vo-aacenc VO_AACENC_LIB_DEPENDS= libvo-aacenc.so:${PORTSDIR}/audio/vo-aacenc VO_AACENC_CONFIGURE_ENABLE= libvo-aacenc From owner-svn-ports-head@freebsd.org Sun Nov 8 20:10:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C7AA29D9D; Sun, 8 Nov 2015 20:10:01 +0000 (UTC) (envelope-from jmmv@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45072133A; Sun, 8 Nov 2015 20:10:01 +0000 (UTC) (envelope-from jmmv@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8KA05v085127; Sun, 8 Nov 2015 20:10:00 GMT (envelope-from jmmv@FreeBSD.org) Received: (from jmmv@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8KA0KU085113; Sun, 8 Nov 2015 20:10:00 GMT (envelope-from jmmv@FreeBSD.org) Message-Id: <201511082010.tA8KA0KU085113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmmv set sender to jmmv@FreeBSD.org using -f From: Julio Merino Date: Sun, 8 Nov 2015 20:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401072 - in head/lang: gcc gcc48 gcc49 gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:10:01 -0000 Author: jmmv (src committer) Date: Sun Nov 8 20:09:59 2015 New Revision: 401072 URL: https://svnweb.freebsd.org/changeset/ports/401072 Log: Add a MULTILIB option to gcc{,48,49,5} for powerpc64 This change is the same as r400632, which updated gcc[56]-devel, but now for gcc{,48,49,5}. Waited a week to ensure the change caused nothing to go horribly wrong but this change is very low risk because it only affects powerpc64. This fixes the build of gcc{,48,49,5} under powerpc64 when the system is built without the lib32 libraries. More in detail: If the system is built with lib32 support (WITH_LIB32, which is the default), building gcc from ports results in a compiler that can target both 64-bit and 32-bit binaries on powerpc64. However, when lib32 support is disabled (WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise the build fails. To fix this, explicitly disable 32-bit support when /usr/lib32 is not present and add a MULTILIB option (which is only defined for powerpc64 when 32-bit support is possible and defaults to yes to preserve the current behavior) to allow the user to explicitly control this feature. Approved by: gerald (maintainer), bdrewery (mentor), andreast Differential Revision: https://reviews.freebsd.org/D3952 Modified: head/lang/gcc/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sun Nov 8 20:09:02 2015 (r401071) +++ head/lang/gcc/Makefile Sun Nov 8 20:09:59 2015 (r401072) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} @@ -46,6 +47,14 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +.if exists(/usr/lib32/libc.so) +OPTIONS_DEFINE+= MULTILIB +OPTIONS_DEFAULT+= MULTILIB +MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_CONFIGURE_ENABLE= multilib +.else +CONFIGURE_ARGS+= --disable-multilib +.endif .include Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 8 20:09:02 2015 (r401071) +++ head/lang/gcc48/Makefile Sun Nov 8 20:09:59 2015 (r401072) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -49,6 +50,14 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +.if exists(/usr/lib32/libc.so) +OPTIONS_DEFINE+= MULTILIB +OPTIONS_DEFAULT+= MULTILIB +MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_CONFIGURE_ENABLE= multilib +.else +CONFIGURE_ARGS+= --disable-multilib +.endif .include Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Nov 8 20:09:02 2015 (r401071) +++ head/lang/gcc49/Makefile Sun Nov 8 20:09:59 2015 (r401072) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4.s20151028 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -50,6 +51,14 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +.if exists(/usr/lib32/libc.so) +OPTIONS_DEFINE+= MULTILIB +OPTIONS_DEFAULT+= MULTILIB +MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_CONFIGURE_ENABLE= multilib +.else +CONFIGURE_ARGS+= --disable-multilib +.endif .include Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun Nov 8 20:09:02 2015 (r401071) +++ head/lang/gcc5/Makefile Sun Nov 8 20:09:59 2015 (r401072) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -52,6 +52,15 @@ OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +.if exists(/usr/lib32/libc.so) +OPTIONS_DEFINE_powerpc64= MULTILIB +OPTIONS_DEFAULT_powerpc64= MULTILIB +MULTILIB_DESC= Build support for 32-bit and 64-bit targets +MULTILIB_CONFIGURE_ENABLE= multilib +.else +CONFIGURE_ARGS+= --disable-multilib +.endif + .include .if ${ARCH} == "amd64" From owner-svn-ports-head@freebsd.org Sun Nov 8 20:13:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED06A29F54; Sun, 8 Nov 2015 20:13:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C12E19CC; Sun, 8 Nov 2015 20:13:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by iodd200 with SMTP id d200so168068617iod.0; Sun, 08 Nov 2015 12:13:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+IIYQ5N2y+ms7ciOKh+gMyNKgP/hSjIB2BNGQgxKT9s=; b=IpS9bXYSU5wh+gAAzYqOFGwwYu0sDncb/72Ej0KwUaEg+jBzHQCU5RbQflOz7+ap+m AkyFFd7bXurs+OA6LKFT8MKUFO07EnsZW4y8ysX67jcaGObKV5o30eNsRE0aYWBReEnQ erx3VD+TWk2WbnwIeKq6DpIJJ/IhT4S5Hf4HxZ7ROzPsjGj9WrqTWiiqas2sP/iio9tY VOWtXafQpUUmnrkuQ6RxbD6AUfAiTljjU8omnVdCOhi4nT7ChIwcGucRAJxS/y+njwIn vZRAB9tYWqQRRiu3C+6iO8noJpYHRpMarZt+0X9Vl6g5wjhGwF3I6pgd43YeT/4ISgJD 4FPw== MIME-Version: 1.0 X-Received: by 10.107.38.70 with SMTP id m67mr27007993iom.98.1447013635588; Sun, 08 Nov 2015 12:13:55 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.32.145 with HTTP; Sun, 8 Nov 2015 12:13:55 -0800 (PST) In-Reply-To: <201511082010.tA8KA0KU085113@repo.freebsd.org> References: <201511082010.tA8KA0KU085113@repo.freebsd.org> Date: Sun, 8 Nov 2015 21:13:55 +0100 X-Google-Sender-Auth: 8-yY7Esf31gGCmX6PEnB72CUWjo Message-ID: Subject: Re: svn commit: r401072 - in head/lang: gcc gcc48 gcc49 gcc5 From: Antoine Brodin To: Julio Merino Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:13:56 -0000 On Sun, Nov 8, 2015 at 9:10 PM, Julio Merino wrote: > Author: jmmv (src committer) > Date: Sun Nov 8 20:09:59 2015 > New Revision: 401072 > URL: https://svnweb.freebsd.org/changeset/ports/401072 > > Log: > Add a MULTILIB option to gcc{,48,49,5} for powerpc64 Hi, This adds the option for amd64 too, is it intended? Cheers, Antoine > > This change is the same as r400632, which updated gcc[56]-devel, but now > for gcc{,48,49,5}. Waited a week to ensure the change caused nothing to go > horribly wrong but this change is very low risk because it only affects > powerpc64. > > This fixes the build of gcc{,48,49,5} under powerpc64 when the system > is built without the lib32 libraries. > > More in detail: > > If the system is built with lib32 support (WITH_LIB32, which is the default), > building gcc from ports results in a compiler that can target both 64-bit and > 32-bit binaries on powerpc64. However, when lib32 support is disabled > (WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise > the build fails. > > To fix this, explicitly disable 32-bit support when /usr/lib32 is not present > and add a MULTILIB option (which is only defined for powerpc64 when 32-bit > support is possible and defaults to yes to preserve the current behavior) to > allow the user to explicitly control this feature. > > Approved by: gerald (maintainer), bdrewery (mentor), andreast > Differential Revision: https://reviews.freebsd.org/D3952 > > Modified: > head/lang/gcc/Makefile > head/lang/gcc48/Makefile > head/lang/gcc49/Makefile > head/lang/gcc5/Makefile > > Modified: head/lang/gcc/Makefile > ============================================================================== > --- head/lang/gcc/Makefile Sun Nov 8 20:09:02 2015 (r401071) > +++ head/lang/gcc/Makefile Sun Nov 8 20:09:59 2015 (r401072) > @@ -3,6 +3,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.8.5 > +PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= GCC/releases/gcc-${DISTVERSION} > > @@ -46,6 +47,14 @@ OPTIONS_DEFAULT_i386= JAVA > OPTIONS_DEFAULT_amd64= JAVA > OPTIONS_EXCLUDE_DragonFly= JAVA > BOOTSTRAP_DESC= Build using a full bootstrap > +.if exists(/usr/lib32/libc.so) > +OPTIONS_DEFINE+= MULTILIB > +OPTIONS_DEFAULT+= MULTILIB > +MULTILIB_DESC= Build support for 32-bit and 64-bit target types > +MULTILIB_CONFIGURE_ENABLE= multilib > +.else > +CONFIGURE_ARGS+= --disable-multilib > +.endif > > .include > > > Modified: head/lang/gcc48/Makefile > ============================================================================== > --- head/lang/gcc48/Makefile Sun Nov 8 20:09:02 2015 (r401071) > +++ head/lang/gcc48/Makefile Sun Nov 8 20:09:59 2015 (r401072) > @@ -3,6 +3,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.8.5 > +PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= GCC/releases/gcc-${DISTVERSION} > PKGNAMESUFFIX= ${SUFFIX} > @@ -49,6 +50,14 @@ OPTIONS_DEFAULT_i386= JAVA > OPTIONS_DEFAULT_amd64= JAVA > OPTIONS_EXCLUDE_DragonFly= JAVA > BOOTSTRAP_DESC= Build using a full bootstrap > +.if exists(/usr/lib32/libc.so) > +OPTIONS_DEFINE+= MULTILIB > +OPTIONS_DEFAULT+= MULTILIB > +MULTILIB_DESC= Build support for 32-bit and 64-bit target types > +MULTILIB_CONFIGURE_ENABLE= multilib > +.else > +CONFIGURE_ARGS+= --disable-multilib > +.endif > > .include > > > Modified: head/lang/gcc49/Makefile > ============================================================================== > --- head/lang/gcc49/Makefile Sun Nov 8 20:09:02 2015 (r401071) > +++ head/lang/gcc49/Makefile Sun Nov 8 20:09:59 2015 (r401072) > @@ -3,6 +3,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.9.4.s20151028 > +PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= GCC/snapshots/${DISTVERSION} > PKGNAMESUFFIX= ${SUFFIX} > @@ -50,6 +51,14 @@ OPTIONS_DEFAULT_i386= JAVA > OPTIONS_DEFAULT_amd64= JAVA > OPTIONS_EXCLUDE_DragonFly= JAVA > BOOTSTRAP_DESC= Build using a full bootstrap > +.if exists(/usr/lib32/libc.so) > +OPTIONS_DEFINE+= MULTILIB > +OPTIONS_DEFAULT+= MULTILIB > +MULTILIB_DESC= Build support for 32-bit and 64-bit target types > +MULTILIB_CONFIGURE_ENABLE= multilib > +.else > +CONFIGURE_ARGS+= --disable-multilib > +.endif > > .include > > > Modified: head/lang/gcc5/Makefile > ============================================================================== > --- head/lang/gcc5/Makefile Sun Nov 8 20:09:02 2015 (r401071) > +++ head/lang/gcc5/Makefile Sun Nov 8 20:09:59 2015 (r401072) > @@ -3,7 +3,7 @@ > > PORTNAME= gcc > PORTVERSION= 5.2.0 > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= lang java > MASTER_SITES= GCC/releases/gcc-${DISTVERSION} > PKGNAMESUFFIX= ${SUFFIX} > @@ -52,6 +52,15 @@ OPTIONS_DEFAULT_amd64= JAVA > OPTIONS_EXCLUDE_DragonFly= JAVA > BOOTSTRAP_DESC= Build using a full bootstrap > > +.if exists(/usr/lib32/libc.so) > +OPTIONS_DEFINE_powerpc64= MULTILIB > +OPTIONS_DEFAULT_powerpc64= MULTILIB > +MULTILIB_DESC= Build support for 32-bit and 64-bit targets > +MULTILIB_CONFIGURE_ENABLE= multilib > +.else > +CONFIGURE_ARGS+= --disable-multilib > +.endif > + > .include > > .if ${ARCH} == "amd64" > From owner-svn-ports-head@freebsd.org Sun Nov 8 20:20:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 299B9A29FE8 for ; Sun, 8 Nov 2015 20:20:21 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C77251B0B for ; Sun, 8 Nov 2015 20:20:20 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: by qgec40 with SMTP id c40so68275453qge.2 for ; Sun, 08 Nov 2015 12:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=meroh_net.20150623.gappssmtp.com; s=20150623; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=RNcZ4Tf8uPpm8F2a/mI4nfsXuK2e2mWwY/0xHphvOQk=; b=YftliahDDuVFEqQQfN/ehvUkp4pKjcmoQRKt/LdyqfldoGIRgRiOjmTXz9teCjd3uI NhCTSn/cdtNrCO7f4EkEAOajwjU7Ggl4UknNDSMyg6ptjAHgninG42cAZI0Wb3K9ah+5 +hi/n8zL6a4LnrAh+W49qiLd8a/+lGnBy0Cj5JWWrQhbuKLM2Vq67qiwLeVeKUlxBHL2 8+7+5ZyRnzvCVapzOuycwvRRCzaOkbVbQBnL+5Iy9xgP7t+m7rkFXMK/mLDYHrLlP0Pt MfvoB+hN3J8T5mT4FuTWy/h9nZUgrtGy6wruV8ep95zMpmre0yZeAGDh7hiIAt118sD1 pLBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=RNcZ4Tf8uPpm8F2a/mI4nfsXuK2e2mWwY/0xHphvOQk=; b=Wdv1RIkQrEezoMZmLlcEIwOG4LbuwJYSTAvBcv7rfift3L8gcKwV2J+v1vM/k7pgXx NmW6YiSTDhX0F0O6hKmYecetTKHKpZ8Ijh5/+hkuZ3+vGBhpk873TByuxGTnAkVyCg8+ MkzYs2J/ppwQOAPJqbtXVrftt/+Ut297qmWBy7oTvV0GsRi4lpKnTGL9rhoab1L+Jxfl qY/UFxLr3AzegDSrgBOSE9znFlhmI8UKYWHRv0dsejfxuCIxeTDLV1fNF07wUm6y6yA8 EbbYf/s+FR2qzSaQ89QVnK8ib2cWJ3Xhf56bf3QGcqcLvSZuAITmhbNIfWsLhxQi5Bos /s6Q== X-Gm-Message-State: ALoCoQk2oeKHx8Cg0xY/Kmfy08zrNhPCdK0ZSWKKSLsKpTSvzfgOBkctJ1AsjC1aTitYWUyuUhFG X-Received: by 10.140.237.208 with SMTP id i199mr25955691qhc.73.1447014019311; Sun, 08 Nov 2015 12:20:19 -0800 (PST) Received: from lime.meroh.net (cpe-24-90-142-167.nyc.res.rr.com. [24.90.142.167]) by smtp.gmail.com with ESMTPSA id l125sm3476415qhc.16.2015.11.08.12.20.18 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Nov 2015 12:20:18 -0800 (PST) Sender: Julio Merino Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r401072 - in head/lang: gcc gcc48 gcc49 gcc5 From: Julio Merino In-Reply-To: Date: Sun, 8 Nov 2015 15:20:17 -0500 Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <1747D119-343E-4C60-9809-A6CF2859B319@freebsd.org> References: <201511082010.tA8KA0KU085113@repo.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:20:21 -0000 On Nov 8, 2015, at 15:13 , Antoine Brodin wrote: >=20 > On Sun, Nov 8, 2015 at 9:10 PM, Julio Merino wrote: >> Author: jmmv (src committer) >> Date: Sun Nov 8 20:09:59 2015 >> New Revision: 401072 >> URL: https://svnweb.freebsd.org/changeset/ports/401072 >>=20 >> Log: >> Add a MULTILIB option to gcc{,48,49,5} for powerpc64 >=20 > Hi, >=20 > This adds the option for amd64 too, is it intended? No, it's not. Thanks for catching that. I'm not sure what happened = here, but probably committed the change from the wrong machine where it = was not complete... I'm tempted to just revert the change altogether and then commit a = proper version afterwards after figuring out what happened to my = checkout. But considering I'm still under mentorship, how should I do = proceed? Do I need to wait for approval even for rollbacks? Thanks= From owner-svn-ports-head@freebsd.org Sun Nov 8 20:20:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05532A290E2; Sun, 8 Nov 2015 20:20:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1A5B1C39; Sun, 8 Nov 2015 20:20:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8KKpWT088111; Sun, 8 Nov 2015 20:20:51 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8KKpEK088108; Sun, 8 Nov 2015 20:20:51 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511082020.tA8KKpEK088108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Nov 2015 20:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401073 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:20:53 -0000 Author: rene Date: Sun Nov 8 20:20:51 2015 New Revision: 401073 URL: https://svnweb.freebsd.org/changeset/ports/401073 Log: comms/dcf77pi: update to 3.4.0 Add option to create Doxygen HTML Changelog: https://github.com/rene0/dcf77pi/releases/tag/3.4.0 Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Sun Nov 8 20:09:59 2015 (r401072) +++ head/comms/dcf77pi/Makefile Sun Nov 8 20:20:51 2015 (r401073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -13,13 +13,20 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 +OPTIONS_DEFINE= DOXYGEN + +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_ALL_TARGET= all doxygen + USES= ncurses USE_LDCONFIG= yes PATCH_STRIP= -p1 PORTDOCS= README.md +DOXYGEN_PORTDOCS= html/* INSTALL_TARGET= install-strip +DOXYGEN_INSTALL_TARGET= install-doxygen post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Sun Nov 8 20:09:59 2015 (r401072) +++ head/comms/dcf77pi/distinfo Sun Nov 8 20:20:51 2015 (r401073) @@ -1,2 +1,2 @@ -SHA256 (rene0-dcf77pi-3.3.0_GH0.tar.gz) = 35719dcddeca6b4c6b9d68c8e0364dc3193f52154c0c80a07ac9d968cc3980c6 -SIZE (rene0-dcf77pi-3.3.0_GH0.tar.gz) = 51123 +SHA256 (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 54b0049af0fda13a20690aff3ab832d7d9b327eb2f3f7b9e58f23b2fdf3670b9 +SIZE (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 52222 From owner-svn-ports-head@freebsd.org Sun Nov 8 20:31:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26BF0A293A1; Sun, 8 Nov 2015 20:31:53 +0000 (UTC) (envelope-from jmmv@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED2B1112A; Sun, 8 Nov 2015 20:31:52 +0000 (UTC) (envelope-from jmmv@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8KVpPn093676; Sun, 8 Nov 2015 20:31:51 GMT (envelope-from jmmv@FreeBSD.org) Received: (from jmmv@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8KVpVI093672; Sun, 8 Nov 2015 20:31:51 GMT (envelope-from jmmv@FreeBSD.org) Message-Id: <201511082031.tA8KVpVI093672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmmv set sender to jmmv@FreeBSD.org using -f From: Julio Merino Date: Sun, 8 Nov 2015 20:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401074 - in head/lang: gcc gcc48 gcc49 gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:31:53 -0000 Author: jmmv (src committer) Date: Sun Nov 8 20:31:51 2015 New Revision: 401074 URL: https://svnweb.freebsd.org/changeset/ports/401074 Log: Revert r401072. I'm not sure what happened exactly but I think I committed the change from the wrong client. The applied change enabled the MULTILIB option for all architectures and not only powerpc64. Let's just revert the commit and do it properly from scratch; other things might be wrong so I wanna take a closer look, and it's best to just revert quickly. Modified: head/lang/gcc/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sun Nov 8 20:20:51 2015 (r401073) +++ head/lang/gcc/Makefile Sun Nov 8 20:31:51 2015 (r401074) @@ -3,7 +3,6 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} @@ -47,14 +46,6 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -.if exists(/usr/lib32/libc.so) -OPTIONS_DEFINE+= MULTILIB -OPTIONS_DEFAULT+= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types -MULTILIB_CONFIGURE_ENABLE= multilib -.else -CONFIGURE_ARGS+= --disable-multilib -.endif .include Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 8 20:20:51 2015 (r401073) +++ head/lang/gcc48/Makefile Sun Nov 8 20:31:51 2015 (r401074) @@ -3,7 +3,6 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -50,14 +49,6 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -.if exists(/usr/lib32/libc.so) -OPTIONS_DEFINE+= MULTILIB -OPTIONS_DEFAULT+= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types -MULTILIB_CONFIGURE_ENABLE= multilib -.else -CONFIGURE_ARGS+= --disable-multilib -.endif .include Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Nov 8 20:20:51 2015 (r401073) +++ head/lang/gcc49/Makefile Sun Nov 8 20:31:51 2015 (r401074) @@ -3,7 +3,6 @@ PORTNAME= gcc PORTVERSION= 4.9.4.s20151028 -PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -51,14 +50,6 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -.if exists(/usr/lib32/libc.so) -OPTIONS_DEFINE+= MULTILIB -OPTIONS_DEFAULT+= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types -MULTILIB_CONFIGURE_ENABLE= multilib -.else -CONFIGURE_ARGS+= --disable-multilib -.endif .include Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun Nov 8 20:20:51 2015 (r401073) +++ head/lang/gcc5/Makefile Sun Nov 8 20:31:51 2015 (r401074) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.2.0 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -52,15 +52,6 @@ OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -.if exists(/usr/lib32/libc.so) -OPTIONS_DEFINE_powerpc64= MULTILIB -OPTIONS_DEFAULT_powerpc64= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit targets -MULTILIB_CONFIGURE_ENABLE= multilib -.else -CONFIGURE_ARGS+= --disable-multilib -.endif - .include .if ${ARCH} == "amd64" From owner-svn-ports-head@freebsd.org Sun Nov 8 20:32:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88F3EA293E0 for ; Sun, 8 Nov 2015 20:32:23 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 376891263 for ; Sun, 8 Nov 2015 20:32:23 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: by qkas77 with SMTP id s77so60400883qka.0 for ; Sun, 08 Nov 2015 12:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=meroh_net.20150623.gappssmtp.com; s=20150623; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8GIibhHa3HKL3vzztx3G8y+FZIjiRVj3TrJ0s62Yvhg=; b=BJmVGvX+KJ9ArQvlFdyYkC+xw3c29C3ekCLJye3WYomoFiJwXr9/ZeYcdLz72rMqQz xTNAUU6AzqWQPBpWFwZJ37avpfVv4oIC5pRgsV3AafMHo8jL+z+HFf3ddZWdCTjfcWLg MQBuYxRn8LQ5D9umHeKy6D91ql5LbnJija2P2VNaEPMQ1SjUzha3NkCYSvH7zrZix180 j44I4JSBk1+jO2Caft6hgQdrmAwrPQ0knqU1Q3LeEk9toERewTcu6VKxGI6Iewmjn7EU e1/lS35Uz9+92J+SijHx/peXCa1V5CC+lASupwgEXEf+NAPJUCpsIijK3bUwaXkBk2EB A3BQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=8GIibhHa3HKL3vzztx3G8y+FZIjiRVj3TrJ0s62Yvhg=; b=ijhjQV8xLfaD/UpN1tRiaQDPjJ4ywSej47WQzUqUoPV+oPTH1erSGtLTuU1m7HZg3X XFfJ7h12fGZTEAR8b1A8SjsX/LBVVBktXeauMkeSmZQR+pnlSharPU9Zy7BAHErBYgrp 4kQW1eiqP73S7+zxSxoclpbdRre8fNNbpelqp7pe3gOsHI89nDKMggTlwkcHTGgpC4Dc ZMMt12Bq983ojV9Q3e9DPiHRuxRT91JNJjqhOc6HdFUiz1aYYT9ScoUqnKPRqlh6od3y ZpjeNca3JdtjsISk9TGesbGDfE3qoncGGqongMC13WOVbFCeXp1/IruquUsSr1lcYAxt NV9w== X-Gm-Message-State: ALoCoQl7RW98lv+atzUuF80TTBUnGbfkY82v1HStUUYzA8Pv1fYvuQzGUgDZM5OUudesGdfZEIgO X-Received: by 10.55.77.71 with SMTP id a68mr25446077qkb.106.1447014742229; Sun, 08 Nov 2015 12:32:22 -0800 (PST) Received: from lime.meroh.net (cpe-24-90-142-167.nyc.res.rr.com. [24.90.142.167]) by smtp.gmail.com with ESMTPSA id y95sm3507707qgd.27.2015.11.08.12.32.21 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Nov 2015 12:32:21 -0800 (PST) Sender: Julio Merino Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r401072 - in head/lang: gcc gcc48 gcc49 gcc5 From: Julio Merino In-Reply-To: <1747D119-343E-4C60-9809-A6CF2859B319@freebsd.org> Date: Sun, 8 Nov 2015 15:32:20 -0500 Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <201511082010.tA8KA0KU085113@repo.freebsd.org> <1747D119-343E-4C60-9809-A6CF2859B319@freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:32:23 -0000 > On Nov 8, 2015, at 15:20 , Julio Merino wrote: >=20 > On Nov 8, 2015, at 15:13 , Antoine Brodin wrote: >>=20 >> On Sun, Nov 8, 2015 at 9:10 PM, Julio Merino = wrote: >>> Author: jmmv (src committer) >>> Date: Sun Nov 8 20:09:59 2015 >>> New Revision: 401072 >>> URL: https://svnweb.freebsd.org/changeset/ports/401072 >>>=20 >>> Log: >>> Add a MULTILIB option to gcc{,48,49,5} for powerpc64 >>=20 >> Hi, >>=20 >> This adds the option for amd64 too, is it intended? >=20 > No, it's not. Thanks for catching that. I'm not sure what happened = here, but probably committed the change from the wrong machine where it = was not complete... >=20 > I'm tempted to just revert the change altogether and then commit a = proper version afterwards after figuring out what happened to my = checkout. But considering I'm still under mentorship, how should I do = proceed? Do I need to wait for approval even for rollbacks? I've gone ahead and committed the rollback. Better to undo breakage = quickly.= From owner-svn-ports-head@freebsd.org Sun Nov 8 20:59:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF87DA29999; Sun, 8 Nov 2015 20:59:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92C061C9C; Sun, 8 Nov 2015 20:59:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8Kx93m099539; Sun, 8 Nov 2015 20:59:09 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8Kx9b8099538; Sun, 8 Nov 2015 20:59:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511082059.tA8Kx9b8099538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 8 Nov 2015 20:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401075 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 20:59:10 -0000 Author: gerald Date: Sun Nov 8 20:59:09 2015 New Revision: 401075 URL: https://svnweb.freebsd.org/changeset/ports/401075 Log: Also configure --without-gettext. This should not change the result of a build in a clean environment (just avoids a warning there) and makes builds between clean and non-minimal environments more consistent. Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Nov 8 20:31:51 2015 (r401074) +++ head/emulators/wine-devel/Makefile Sun Nov 8 20:59:09 2015 (r401075) @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ - --without-gettextpo \ + --without-gettext --without-gettextpo \ --without-gphoto --without-gsm --without-gstreamer \ --without-opencl \ --without-osmesa \ From owner-svn-ports-head@freebsd.org Sun Nov 8 22:04:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC1EAA29FB0; Sun, 8 Nov 2015 22:04:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55B621942; Sun, 8 Nov 2015 22:04:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8M42MX019651; Sun, 8 Nov 2015 22:04:02 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8M42c3019647; Sun, 8 Nov 2015 22:04:02 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201511082204.tA8M42c3019647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 8 Nov 2015 22:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401076 - in head/cad/opencascade: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 22:04:03 -0000 Author: thierry Date: Sun Nov 8 22:04:01 2015 New Revision: 401076 URL: https://svnweb.freebsd.org/changeset/ports/401076 Log: Upgrade to 6.9.1. Release notes at Submitted by: Andrea Venturoli Modified: head/cad/opencascade/Makefile head/cad/opencascade/distinfo head/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx head/cad/opencascade/pkg-plist Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Sun Nov 8 20:59:09 2015 (r401075) +++ head/cad/opencascade/Makefile Sun Nov 8 22:04:01 2015 (r401076) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= opencascade -PORTVERSION= 6.8.0 -PORTREVISION= 4 +PORTVERSION= 6.9.1 CATEGORIES= cad science -MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Open CASCADE Technology, 3D modeling & numerical simulation Modified: head/cad/opencascade/distinfo ============================================================================== --- head/cad/opencascade/distinfo Sun Nov 8 20:59:09 2015 (r401075) +++ head/cad/opencascade/distinfo Sun Nov 8 22:04:01 2015 (r401076) @@ -1,2 +1,2 @@ -SHA256 (opencascade-6.8.0.tgz) = 50b145655fd3a4448e291388650cd0dcab8f9d99201aba32e8d26aeff03e8e1c -SIZE (opencascade-6.8.0.tgz) = 198319238 +SHA256 (opencascade-6.9.1.tgz) = f92659ae3fb09c28233fb9178bc24fd2aab6776f6d9ea2479c3bdfe6296b873f +SIZE (opencascade-6.9.1.tgz) = 209589289 Modified: head/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx ============================================================================== --- head/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx Sun Nov 8 20:59:09 2015 (r401075) +++ head/cad/opencascade/files/patch-src_STEPConstruct_STEPConstruct__AP203Context.cxx Sun Nov 8 22:04:01 2015 (r401076) @@ -1,11 +1,11 @@ ---- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2012-02-16 07:33:16.000000000 +0100 -+++ src/STEPConstruct/STEPConstruct_AP203Context.cxx 2012-02-16 07:33:39.000000000 +0100 -@@ -103,7 +103,7 @@ - - Handle(StepBasic_CoordinatedUniversalTimeOffset) zone = - new StepBasic_CoordinatedUniversalTimeOffset; +--- src/STEPConstruct/STEPConstruct_AP203Context.cxx.orig 2015-09-25 16:19:10.000000000 +0200 ++++ src/STEPConstruct/STEPConstruct_AP203Context.cxx 2015-10-25 20:37:31.000000000 +0100 +@@ -105,7 +105,7 @@ + long shift = 0; + _get_timezone (&shift); + #else - Standard_Integer shift = Standard_Integer(timezone); + Standard_Integer shift = Standard_Integer((long long)timezone); + #endif Standard_Integer shifth = abs ( shift ) / 3600; Standard_Integer shiftm = ( abs ( shift ) - shifth * 3600 ) / 60; - StepBasic_AheadOrBehind sense = ( shift >0 ? StepBasic_aobBehind : Modified: head/cad/opencascade/pkg-plist ============================================================================== --- head/cad/opencascade/pkg-plist Sun Nov 8 20:59:09 2015 (r401075) +++ head/cad/opencascade/pkg-plist Sun Nov 8 22:04:01 2015 (r401076) @@ -122,18 +122,23 @@ %%OCCROOT%%/inc %%OCCROOT%%/samples/tcl/DataExchangeDemo.tcl %%OCCROOT%%/samples/tcl/ModelingDemo.tcl +%%OCCROOT%%/samples/tcl/Penrose.tcl %%OCCROOT%%/samples/tcl/Readme.txt %%OCCROOT%%/samples/tcl/VisualizationDemo.tcl %%OCCROOT%%/samples/tcl/bottle.tcl %%OCCROOT%%/samples/tcl/cad.tcl +%%OCCROOT%%/samples/tcl/cpu.tcl %%OCCROOT%%/samples/tcl/cutter.tcl %%OCCROOT%%/samples/tcl/dimensions.tcl %%OCCROOT%%/samples/tcl/drill.tcl %%OCCROOT%%/samples/tcl/materials.tcl +%%OCCROOT%%/samples/tcl/pencil.tcl %%OCCROOT%%/samples/tcl/raytrace.tcl +%%OCCROOT%%/samples/tcl/snowflake.tcl %%OCCROOT%%/samples/tcl/spheres.tcl %%OCCROOT%%/samples/tcl/xde.tcl %%OCCROOT%%/src/DrawResources/CURVES.tcl +%%OCCROOT%%/src/DrawResources/CheckCommands.tcl %%OCCROOT%%/src/DrawResources/DrawDefault %%OCCROOT%%/src/DrawResources/DrawPlugin %%OCCROOT%%/src/DrawResources/DrawTK.tcl @@ -1588,14 +1593,12 @@ %%OCCROOT%%/tests/boolean/bfuse_complex/O7 %%OCCROOT%%/tests/boolean/bfuse_complex/O8 %%OCCROOT%%/tests/boolean/bfuse_complex/O9 -%%OCCROOT%%/tests/boolean/bfuse_complex/P1 %%OCCROOT%%/tests/boolean/bfuse_complex/P2 %%OCCROOT%%/tests/boolean/bfuse_complex/P3 %%OCCROOT%%/tests/boolean/bfuse_complex/P4 %%OCCROOT%%/tests/boolean/bfuse_complex/P5 %%OCCROOT%%/tests/boolean/bfuse_complex/P6 %%OCCROOT%%/tests/boolean/bfuse_complex/P7 -%%OCCROOT%%/tests/boolean/bfuse_complex/P8 %%OCCROOT%%/tests/boolean/bfuse_complex/P9 %%OCCROOT%%/tests/boolean/bfuse_complex/Q1 %%OCCROOT%%/tests/boolean/bfuse_complex/Q2 @@ -3674,7 +3677,6 @@ %%OCCROOT%%/tests/boolean/boptuc_complex/D2 %%OCCROOT%%/tests/boolean/boptuc_complex/D3 %%OCCROOT%%/tests/boolean/boptuc_complex/D4 -%%OCCROOT%%/tests/boolean/boptuc_complex/D5 %%OCCROOT%%/tests/boolean/boptuc_complex/D6 %%OCCROOT%%/tests/boolean/boptuc_complex/D7 %%OCCROOT%%/tests/boolean/boptuc_complex/D8 @@ -4259,8 +4261,419 @@ %%OCCROOT%%/tests/boolean/bsection/S5 %%OCCROOT%%/tests/boolean/bsection/begin %%OCCROOT%%/tests/boolean/end +%%OCCROOT%%/tests/boolean/gdml_private/A1 +%%OCCROOT%%/tests/boolean/gdml_private/A2 +%%OCCROOT%%/tests/boolean/gdml_private/A3 +%%OCCROOT%%/tests/boolean/gdml_private/A4 +%%OCCROOT%%/tests/boolean/gdml_private/A5 +%%OCCROOT%%/tests/boolean/gdml_private/A6 +%%OCCROOT%%/tests/boolean/gdml_private/A7 +%%OCCROOT%%/tests/boolean/gdml_private/A8 +%%OCCROOT%%/tests/boolean/gdml_private/A9 +%%OCCROOT%%/tests/boolean/gdml_private/B1 +%%OCCROOT%%/tests/boolean/gdml_private/B2 +%%OCCROOT%%/tests/boolean/gdml_private/B3 +%%OCCROOT%%/tests/boolean/gdml_private/B4 +%%OCCROOT%%/tests/boolean/gdml_private/B5 +%%OCCROOT%%/tests/boolean/gdml_private/B6 +%%OCCROOT%%/tests/boolean/gdml_private/B7 +%%OCCROOT%%/tests/boolean/gdml_private/B8 +%%OCCROOT%%/tests/boolean/gdml_private/B9 +%%OCCROOT%%/tests/boolean/gdml_private/C1 +%%OCCROOT%%/tests/boolean/gdml_private/C2 +%%OCCROOT%%/tests/boolean/gdml_private/C3 +%%OCCROOT%%/tests/boolean/gdml_private/C4 +%%OCCROOT%%/tests/boolean/gdml_private/C5 +%%OCCROOT%%/tests/boolean/gdml_private/C6 +%%OCCROOT%%/tests/boolean/gdml_private/C7 +%%OCCROOT%%/tests/boolean/gdml_private/C8 +%%OCCROOT%%/tests/boolean/gdml_private/C9 +%%OCCROOT%%/tests/boolean/gdml_private/D1 +%%OCCROOT%%/tests/boolean/gdml_private/D2 +%%OCCROOT%%/tests/boolean/gdml_private/D3 +%%OCCROOT%%/tests/boolean/gdml_private/D4 +%%OCCROOT%%/tests/boolean/gdml_private/D5 +%%OCCROOT%%/tests/boolean/gdml_private/D6 +%%OCCROOT%%/tests/boolean/gdml_private/D7 +%%OCCROOT%%/tests/boolean/gdml_private/D8 +%%OCCROOT%%/tests/boolean/gdml_private/D9 +%%OCCROOT%%/tests/boolean/gdml_private/E1 +%%OCCROOT%%/tests/boolean/gdml_private/E2 +%%OCCROOT%%/tests/boolean/gdml_private/E3 +%%OCCROOT%%/tests/boolean/gdml_private/E4 +%%OCCROOT%%/tests/boolean/gdml_private/E5 +%%OCCROOT%%/tests/boolean/gdml_private/E6 +%%OCCROOT%%/tests/boolean/gdml_private/E7 +%%OCCROOT%%/tests/boolean/gdml_private/E8 +%%OCCROOT%%/tests/boolean/gdml_private/E9 +%%OCCROOT%%/tests/boolean/gdml_private/F1 +%%OCCROOT%%/tests/boolean/gdml_private/F2 +%%OCCROOT%%/tests/boolean/gdml_private/F3 +%%OCCROOT%%/tests/boolean/gdml_private/F4 +%%OCCROOT%%/tests/boolean/gdml_private/F5 +%%OCCROOT%%/tests/boolean/gdml_private/F6 +%%OCCROOT%%/tests/boolean/gdml_private/F7 +%%OCCROOT%%/tests/boolean/gdml_private/F8 +%%OCCROOT%%/tests/boolean/gdml_private/F9 +%%OCCROOT%%/tests/boolean/gdml_private/G1 +%%OCCROOT%%/tests/boolean/gdml_private/G2 +%%OCCROOT%%/tests/boolean/gdml_private/G3 +%%OCCROOT%%/tests/boolean/gdml_private/G4 +%%OCCROOT%%/tests/boolean/gdml_private/G5 +%%OCCROOT%%/tests/boolean/gdml_private/G6 +%%OCCROOT%%/tests/boolean/gdml_private/G7 +%%OCCROOT%%/tests/boolean/gdml_private/G8 +%%OCCROOT%%/tests/boolean/gdml_private/G9 +%%OCCROOT%%/tests/boolean/gdml_private/H1 +%%OCCROOT%%/tests/boolean/gdml_private/H2 +%%OCCROOT%%/tests/boolean/gdml_private/H3 +%%OCCROOT%%/tests/boolean/gdml_private/H4 +%%OCCROOT%%/tests/boolean/gdml_private/H5 +%%OCCROOT%%/tests/boolean/gdml_private/H6 +%%OCCROOT%%/tests/boolean/gdml_private/H7 +%%OCCROOT%%/tests/boolean/gdml_private/H8 +%%OCCROOT%%/tests/boolean/gdml_private/H9 +%%OCCROOT%%/tests/boolean/gdml_private/I1 +%%OCCROOT%%/tests/boolean/gdml_private/I2 +%%OCCROOT%%/tests/boolean/gdml_private/I3 +%%OCCROOT%%/tests/boolean/gdml_private/I4 +%%OCCROOT%%/tests/boolean/gdml_private/I5 +%%OCCROOT%%/tests/boolean/gdml_private/I6 +%%OCCROOT%%/tests/boolean/gdml_private/I7 +%%OCCROOT%%/tests/boolean/gdml_private/I8 +%%OCCROOT%%/tests/boolean/gdml_private/I9 +%%OCCROOT%%/tests/boolean/gdml_private/J1 +%%OCCROOT%%/tests/boolean/gdml_private/J2 +%%OCCROOT%%/tests/boolean/gdml_private/J3 +%%OCCROOT%%/tests/boolean/gdml_private/J4 +%%OCCROOT%%/tests/boolean/gdml_private/J5 +%%OCCROOT%%/tests/boolean/gdml_private/J6 +%%OCCROOT%%/tests/boolean/gdml_private/J7 +%%OCCROOT%%/tests/boolean/gdml_private/J8 +%%OCCROOT%%/tests/boolean/gdml_private/J9 +%%OCCROOT%%/tests/boolean/gdml_private/M1 +%%OCCROOT%%/tests/boolean/gdml_private/M2 +%%OCCROOT%%/tests/boolean/gdml_private/M3 +%%OCCROOT%%/tests/boolean/gdml_private/M4 +%%OCCROOT%%/tests/boolean/gdml_private/M5 +%%OCCROOT%%/tests/boolean/gdml_private/M6 +%%OCCROOT%%/tests/boolean/gdml_private/M7 +%%OCCROOT%%/tests/boolean/gdml_private/M8 +%%OCCROOT%%/tests/boolean/gdml_private/M9 +%%OCCROOT%%/tests/boolean/gdml_private/N1 +%%OCCROOT%%/tests/boolean/gdml_private/N2 +%%OCCROOT%%/tests/boolean/gdml_private/N3 +%%OCCROOT%%/tests/boolean/gdml_private/N4 +%%OCCROOT%%/tests/boolean/gdml_private/N5 +%%OCCROOT%%/tests/boolean/gdml_private/N6 +%%OCCROOT%%/tests/boolean/gdml_private/N7 +%%OCCROOT%%/tests/boolean/gdml_private/N8 +%%OCCROOT%%/tests/boolean/gdml_private/N9 +%%OCCROOT%%/tests/boolean/gdml_private/O1 +%%OCCROOT%%/tests/boolean/gdml_private/O2 +%%OCCROOT%%/tests/boolean/gdml_private/O3 +%%OCCROOT%%/tests/boolean/gdml_private/O4 +%%OCCROOT%%/tests/boolean/gdml_private/O5 +%%OCCROOT%%/tests/boolean/gdml_private/O6 +%%OCCROOT%%/tests/boolean/gdml_private/O7 +%%OCCROOT%%/tests/boolean/gdml_private/O8 +%%OCCROOT%%/tests/boolean/gdml_private/O9 +%%OCCROOT%%/tests/boolean/gdml_private/P1 +%%OCCROOT%%/tests/boolean/gdml_private/P2 +%%OCCROOT%%/tests/boolean/gdml_private/P3 +%%OCCROOT%%/tests/boolean/gdml_private/P4 +%%OCCROOT%%/tests/boolean/gdml_private/P5 +%%OCCROOT%%/tests/boolean/gdml_private/P6 +%%OCCROOT%%/tests/boolean/gdml_private/P7 +%%OCCROOT%%/tests/boolean/gdml_private/P8 +%%OCCROOT%%/tests/boolean/gdml_private/P9 +%%OCCROOT%%/tests/boolean/gdml_private/Q1 +%%OCCROOT%%/tests/boolean/gdml_private/Q2 +%%OCCROOT%%/tests/boolean/gdml_private/Q3 +%%OCCROOT%%/tests/boolean/gdml_private/Q4 +%%OCCROOT%%/tests/boolean/gdml_private/Q5 +%%OCCROOT%%/tests/boolean/gdml_private/Q6 +%%OCCROOT%%/tests/boolean/gdml_private/Q7 +%%OCCROOT%%/tests/boolean/gdml_private/Q8 +%%OCCROOT%%/tests/boolean/gdml_private/Q9 +%%OCCROOT%%/tests/boolean/gdml_private/R1 +%%OCCROOT%%/tests/boolean/gdml_private/R2 +%%OCCROOT%%/tests/boolean/gdml_private/R3 +%%OCCROOT%%/tests/boolean/gdml_private/R4 +%%OCCROOT%%/tests/boolean/gdml_private/R5 +%%OCCROOT%%/tests/boolean/gdml_private/R6 +%%OCCROOT%%/tests/boolean/gdml_private/R7 +%%OCCROOT%%/tests/boolean/gdml_private/R8 +%%OCCROOT%%/tests/boolean/gdml_private/R9 +%%OCCROOT%%/tests/boolean/gdml_private/S1 +%%OCCROOT%%/tests/boolean/gdml_private/S2 +%%OCCROOT%%/tests/boolean/gdml_private/S3 +%%OCCROOT%%/tests/boolean/gdml_private/S4 +%%OCCROOT%%/tests/boolean/gdml_private/S5 +%%OCCROOT%%/tests/boolean/gdml_private/S6 +%%OCCROOT%%/tests/boolean/gdml_private/S7 +%%OCCROOT%%/tests/boolean/gdml_private/S8 +%%OCCROOT%%/tests/boolean/gdml_private/S9 +%%OCCROOT%%/tests/boolean/gdml_private/T1 +%%OCCROOT%%/tests/boolean/gdml_private/T2 +%%OCCROOT%%/tests/boolean/gdml_private/T3 +%%OCCROOT%%/tests/boolean/gdml_private/T4 +%%OCCROOT%%/tests/boolean/gdml_private/T5 +%%OCCROOT%%/tests/boolean/gdml_private/T6 +%%OCCROOT%%/tests/boolean/gdml_private/T7 +%%OCCROOT%%/tests/boolean/gdml_private/T8 +%%OCCROOT%%/tests/boolean/gdml_private/T9 +%%OCCROOT%%/tests/boolean/gdml_private/U1 +%%OCCROOT%%/tests/boolean/gdml_private/U2 +%%OCCROOT%%/tests/boolean/gdml_private/U3 +%%OCCROOT%%/tests/boolean/gdml_private/U4 +%%OCCROOT%%/tests/boolean/gdml_private/U5 +%%OCCROOT%%/tests/boolean/gdml_private/U6 +%%OCCROOT%%/tests/boolean/gdml_private/U7 +%%OCCROOT%%/tests/boolean/gdml_private/U8 +%%OCCROOT%%/tests/boolean/gdml_private/U9 +%%OCCROOT%%/tests/boolean/gdml_private/V1 +%%OCCROOT%%/tests/boolean/gdml_private/V2 +%%OCCROOT%%/tests/boolean/gdml_private/V3 +%%OCCROOT%%/tests/boolean/gdml_private/V4 +%%OCCROOT%%/tests/boolean/gdml_private/V5 +%%OCCROOT%%/tests/boolean/gdml_private/V6 +%%OCCROOT%%/tests/boolean/gdml_private/V7 +%%OCCROOT%%/tests/boolean/gdml_private/V8 +%%OCCROOT%%/tests/boolean/gdml_private/V9 +%%OCCROOT%%/tests/boolean/gdml_private/W1 +%%OCCROOT%%/tests/boolean/gdml_private/W2 +%%OCCROOT%%/tests/boolean/gdml_private/W3 +%%OCCROOT%%/tests/boolean/gdml_private/W4 +%%OCCROOT%%/tests/boolean/gdml_private/W5 +%%OCCROOT%%/tests/boolean/gdml_private/W6 +%%OCCROOT%%/tests/boolean/gdml_private/W7 +%%OCCROOT%%/tests/boolean/gdml_private/W8 +%%OCCROOT%%/tests/boolean/gdml_private/W9 +%%OCCROOT%%/tests/boolean/gdml_private/X1 +%%OCCROOT%%/tests/boolean/gdml_private/X2 +%%OCCROOT%%/tests/boolean/gdml_private/X3 +%%OCCROOT%%/tests/boolean/gdml_private/X4 +%%OCCROOT%%/tests/boolean/gdml_private/X5 +%%OCCROOT%%/tests/boolean/gdml_private/X6 +%%OCCROOT%%/tests/boolean/gdml_private/X7 +%%OCCROOT%%/tests/boolean/gdml_private/X8 +%%OCCROOT%%/tests/boolean/gdml_private/X9 +%%OCCROOT%%/tests/boolean/gdml_private/Y1 +%%OCCROOT%%/tests/boolean/gdml_private/Y2 +%%OCCROOT%%/tests/boolean/gdml_private/Y3 +%%OCCROOT%%/tests/boolean/gdml_private/Y4 +%%OCCROOT%%/tests/boolean/gdml_private/Y5 +%%OCCROOT%%/tests/boolean/gdml_private/Y6 +%%OCCROOT%%/tests/boolean/gdml_private/Y7 +%%OCCROOT%%/tests/boolean/gdml_private/Y8 +%%OCCROOT%%/tests/boolean/gdml_private/Y9 +%%OCCROOT%%/tests/boolean/gdml_private/Z1 +%%OCCROOT%%/tests/boolean/gdml_private/Z2 +%%OCCROOT%%/tests/boolean/gdml_private/Z3 +%%OCCROOT%%/tests/boolean/gdml_private/Z4 +%%OCCROOT%%/tests/boolean/gdml_private/Z5 +%%OCCROOT%%/tests/boolean/gdml_private/Z6 +%%OCCROOT%%/tests/boolean/gdml_private/Z7 +%%OCCROOT%%/tests/boolean/gdml_private/Z8 +%%OCCROOT%%/tests/boolean/gdml_private/Z9 +%%OCCROOT%%/tests/boolean/gdml_private/ZA1 +%%OCCROOT%%/tests/boolean/gdml_private/ZA2 +%%OCCROOT%%/tests/boolean/gdml_private/ZA3 +%%OCCROOT%%/tests/boolean/gdml_private/ZA4 +%%OCCROOT%%/tests/boolean/gdml_private/ZA5 +%%OCCROOT%%/tests/boolean/gdml_private/ZA6 +%%OCCROOT%%/tests/boolean/gdml_private/ZA7 +%%OCCROOT%%/tests/boolean/gdml_private/ZA8 +%%OCCROOT%%/tests/boolean/gdml_private/ZA9 +%%OCCROOT%%/tests/boolean/gdml_private/ZB1 +%%OCCROOT%%/tests/boolean/gdml_private/ZB2 +%%OCCROOT%%/tests/boolean/gdml_private/ZB3 +%%OCCROOT%%/tests/boolean/gdml_private/ZB4 +%%OCCROOT%%/tests/boolean/gdml_private/ZB5 +%%OCCROOT%%/tests/boolean/gdml_private/ZB6 +%%OCCROOT%%/tests/boolean/gdml_private/ZB7 +%%OCCROOT%%/tests/boolean/gdml_private/ZB8 +%%OCCROOT%%/tests/boolean/gdml_private/ZB9 +%%OCCROOT%%/tests/boolean/gdml_private/ZC1 +%%OCCROOT%%/tests/boolean/gdml_private/ZC2 +%%OCCROOT%%/tests/boolean/gdml_private/ZC3 +%%OCCROOT%%/tests/boolean/gdml_private/ZC4 +%%OCCROOT%%/tests/boolean/gdml_private/ZC5 +%%OCCROOT%%/tests/boolean/gdml_private/ZC6 +%%OCCROOT%%/tests/boolean/gdml_private/ZC7 +%%OCCROOT%%/tests/boolean/gdml_private/ZC8 +%%OCCROOT%%/tests/boolean/gdml_private/ZC9 +%%OCCROOT%%/tests/boolean/gdml_private/ZD1 +%%OCCROOT%%/tests/boolean/gdml_private/ZD2 +%%OCCROOT%%/tests/boolean/gdml_private/ZD3 +%%OCCROOT%%/tests/boolean/gdml_private/ZD4 +%%OCCROOT%%/tests/boolean/gdml_private/ZD5 +%%OCCROOT%%/tests/boolean/gdml_private/ZD6 +%%OCCROOT%%/tests/boolean/gdml_private/ZD7 +%%OCCROOT%%/tests/boolean/gdml_private/ZD8 +%%OCCROOT%%/tests/boolean/gdml_private/ZD9 +%%OCCROOT%%/tests/boolean/gdml_private/ZE1 +%%OCCROOT%%/tests/boolean/gdml_private/ZE2 +%%OCCROOT%%/tests/boolean/gdml_private/ZE3 +%%OCCROOT%%/tests/boolean/gdml_private/ZE4 +%%OCCROOT%%/tests/boolean/gdml_private/ZE5 +%%OCCROOT%%/tests/boolean/gdml_private/ZE6 +%%OCCROOT%%/tests/boolean/gdml_private/ZE7 +%%OCCROOT%%/tests/boolean/gdml_private/ZE8 +%%OCCROOT%%/tests/boolean/gdml_private/ZE9 +%%OCCROOT%%/tests/boolean/gdml_private/ZF1 +%%OCCROOT%%/tests/boolean/gdml_private/ZF2 +%%OCCROOT%%/tests/boolean/gdml_private/ZF3 +%%OCCROOT%%/tests/boolean/gdml_private/ZF4 +%%OCCROOT%%/tests/boolean/gdml_private/ZF5 +%%OCCROOT%%/tests/boolean/gdml_private/ZF6 +%%OCCROOT%%/tests/boolean/gdml_private/ZF7 +%%OCCROOT%%/tests/boolean/gdml_private/ZF8 +%%OCCROOT%%/tests/boolean/gdml_private/ZF9 +%%OCCROOT%%/tests/boolean/gdml_private/ZG1 +%%OCCROOT%%/tests/boolean/gdml_private/ZG2 +%%OCCROOT%%/tests/boolean/gdml_private/ZG3 +%%OCCROOT%%/tests/boolean/gdml_private/ZG4 +%%OCCROOT%%/tests/boolean/gdml_private/ZG5 +%%OCCROOT%%/tests/boolean/gdml_private/ZG6 +%%OCCROOT%%/tests/boolean/gdml_private/ZG7 +%%OCCROOT%%/tests/boolean/gdml_private/ZG8 +%%OCCROOT%%/tests/boolean/gdml_private/ZG9 +%%OCCROOT%%/tests/boolean/gdml_private/ZH1 +%%OCCROOT%%/tests/boolean/gdml_private/ZH2 +%%OCCROOT%%/tests/boolean/gdml_private/ZH3 +%%OCCROOT%%/tests/boolean/gdml_private/ZH4 +%%OCCROOT%%/tests/boolean/gdml_private/ZH5 +%%OCCROOT%%/tests/boolean/gdml_private/ZH6 +%%OCCROOT%%/tests/boolean/gdml_private/ZH7 +%%OCCROOT%%/tests/boolean/gdml_private/ZH8 +%%OCCROOT%%/tests/boolean/gdml_private/ZH9 +%%OCCROOT%%/tests/boolean/gdml_private/ZI1 +%%OCCROOT%%/tests/boolean/gdml_private/ZI2 +%%OCCROOT%%/tests/boolean/gdml_private/ZI3 +%%OCCROOT%%/tests/boolean/gdml_private/ZI4 +%%OCCROOT%%/tests/boolean/gdml_private/ZI5 +%%OCCROOT%%/tests/boolean/gdml_private/ZI6 +%%OCCROOT%%/tests/boolean/gdml_private/ZI7 +%%OCCROOT%%/tests/boolean/gdml_private/ZI8 +%%OCCROOT%%/tests/boolean/gdml_private/ZI9 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ1 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ2 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ3 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ4 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ5 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ6 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ7 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ8 +%%OCCROOT%%/tests/boolean/gdml_private/ZJ9 +%%OCCROOT%%/tests/boolean/gdml_private/ZK1 +%%OCCROOT%%/tests/boolean/gdml_private/ZK2 +%%OCCROOT%%/tests/boolean/gdml_private/ZK3 +%%OCCROOT%%/tests/boolean/gdml_private/begin +%%OCCROOT%%/tests/boolean/gdml_public/A1 +%%OCCROOT%%/tests/boolean/gdml_public/A2 +%%OCCROOT%%/tests/boolean/gdml_public/A3 +%%OCCROOT%%/tests/boolean/gdml_public/A4 +%%OCCROOT%%/tests/boolean/gdml_public/A5 +%%OCCROOT%%/tests/boolean/gdml_public/A6 +%%OCCROOT%%/tests/boolean/gdml_public/A7 +%%OCCROOT%%/tests/boolean/gdml_public/A8 +%%OCCROOT%%/tests/boolean/gdml_public/A9 +%%OCCROOT%%/tests/boolean/gdml_public/B1 +%%OCCROOT%%/tests/boolean/gdml_public/B2 +%%OCCROOT%%/tests/boolean/gdml_public/B3 +%%OCCROOT%%/tests/boolean/gdml_public/B4 +%%OCCROOT%%/tests/boolean/gdml_public/B5 +%%OCCROOT%%/tests/boolean/gdml_public/B6 +%%OCCROOT%%/tests/boolean/gdml_public/B7 +%%OCCROOT%%/tests/boolean/gdml_public/B8 +%%OCCROOT%%/tests/boolean/gdml_public/B9 +%%OCCROOT%%/tests/boolean/gdml_public/C1 +%%OCCROOT%%/tests/boolean/gdml_public/C2 +%%OCCROOT%%/tests/boolean/gdml_public/C3 +%%OCCROOT%%/tests/boolean/gdml_public/C4 +%%OCCROOT%%/tests/boolean/gdml_public/C5 +%%OCCROOT%%/tests/boolean/gdml_public/C6 +%%OCCROOT%%/tests/boolean/gdml_public/C7 +%%OCCROOT%%/tests/boolean/gdml_public/begin %%OCCROOT%%/tests/boolean/grids.list %%OCCROOT%%/tests/boolean/parse.rules +%%OCCROOT%%/tests/boolean/volumemaker/A1 +%%OCCROOT%%/tests/boolean/volumemaker/A2 +%%OCCROOT%%/tests/boolean/volumemaker/A3 +%%OCCROOT%%/tests/boolean/volumemaker/A4 +%%OCCROOT%%/tests/boolean/volumemaker/A5 +%%OCCROOT%%/tests/boolean/volumemaker/A6 +%%OCCROOT%%/tests/boolean/volumemaker/A7 +%%OCCROOT%%/tests/boolean/volumemaker/A8 +%%OCCROOT%%/tests/boolean/volumemaker/A9 +%%OCCROOT%%/tests/boolean/volumemaker/B1 +%%OCCROOT%%/tests/boolean/volumemaker/B2 +%%OCCROOT%%/tests/boolean/volumemaker/B3 +%%OCCROOT%%/tests/boolean/volumemaker/B4 +%%OCCROOT%%/tests/boolean/volumemaker/B5 +%%OCCROOT%%/tests/boolean/volumemaker/B6 +%%OCCROOT%%/tests/boolean/volumemaker/B7 +%%OCCROOT%%/tests/boolean/volumemaker/B8 +%%OCCROOT%%/tests/boolean/volumemaker/B9 +%%OCCROOT%%/tests/boolean/volumemaker/C1 +%%OCCROOT%%/tests/boolean/volumemaker/C2 +%%OCCROOT%%/tests/boolean/volumemaker/C3 +%%OCCROOT%%/tests/boolean/volumemaker/C4 +%%OCCROOT%%/tests/boolean/volumemaker/C5 +%%OCCROOT%%/tests/boolean/volumemaker/C6 +%%OCCROOT%%/tests/boolean/volumemaker/C7 +%%OCCROOT%%/tests/boolean/volumemaker/C8 +%%OCCROOT%%/tests/boolean/volumemaker/C9 +%%OCCROOT%%/tests/boolean/volumemaker/D1 +%%OCCROOT%%/tests/boolean/volumemaker/D2 +%%OCCROOT%%/tests/boolean/volumemaker/D3 +%%OCCROOT%%/tests/boolean/volumemaker/D4 +%%OCCROOT%%/tests/boolean/volumemaker/D5 +%%OCCROOT%%/tests/boolean/volumemaker/D6 +%%OCCROOT%%/tests/boolean/volumemaker/D7 +%%OCCROOT%%/tests/boolean/volumemaker/D8 +%%OCCROOT%%/tests/boolean/volumemaker/D9 +%%OCCROOT%%/tests/boolean/volumemaker/E1 +%%OCCROOT%%/tests/boolean/volumemaker/E2 +%%OCCROOT%%/tests/boolean/volumemaker/E3 +%%OCCROOT%%/tests/boolean/volumemaker/E4 +%%OCCROOT%%/tests/boolean/volumemaker/E5 +%%OCCROOT%%/tests/boolean/volumemaker/E6 +%%OCCROOT%%/tests/boolean/volumemaker/E7 +%%OCCROOT%%/tests/boolean/volumemaker/E8 +%%OCCROOT%%/tests/boolean/volumemaker/E9 +%%OCCROOT%%/tests/boolean/volumemaker/F1 +%%OCCROOT%%/tests/boolean/volumemaker/F2 +%%OCCROOT%%/tests/boolean/volumemaker/F3 +%%OCCROOT%%/tests/boolean/volumemaker/F4 +%%OCCROOT%%/tests/boolean/volumemaker/F5 +%%OCCROOT%%/tests/boolean/volumemaker/F6 +%%OCCROOT%%/tests/boolean/volumemaker/F7 +%%OCCROOT%%/tests/boolean/volumemaker/F8 +%%OCCROOT%%/tests/boolean/volumemaker/F9 +%%OCCROOT%%/tests/boolean/volumemaker/G1 +%%OCCROOT%%/tests/boolean/volumemaker/G2 +%%OCCROOT%%/tests/boolean/volumemaker/G3 +%%OCCROOT%%/tests/boolean/volumemaker/G4 +%%OCCROOT%%/tests/boolean/volumemaker/G5 +%%OCCROOT%%/tests/boolean/volumemaker/G6 +%%OCCROOT%%/tests/boolean/volumemaker/G7 +%%OCCROOT%%/tests/boolean/volumemaker/G8 +%%OCCROOT%%/tests/boolean/volumemaker/G9 +%%OCCROOT%%/tests/boolean/volumemaker/H1 +%%OCCROOT%%/tests/boolean/volumemaker/H2 +%%OCCROOT%%/tests/boolean/volumemaker/H3 +%%OCCROOT%%/tests/boolean/volumemaker/H4 +%%OCCROOT%%/tests/boolean/volumemaker/H5 +%%OCCROOT%%/tests/boolean/volumemaker/H6 +%%OCCROOT%%/tests/boolean/volumemaker/H7 +%%OCCROOT%%/tests/boolean/volumemaker/H8 +%%OCCROOT%%/tests/boolean/volumemaker/H9 +%%OCCROOT%%/tests/boolean/volumemaker/I1 +%%OCCROOT%%/tests/boolean/volumemaker/I2 +%%OCCROOT%%/tests/boolean/volumemaker/begin %%OCCROOT%%/tests/bugs/begin %%OCCROOT%%/tests/bugs/caf/begin %%OCCROOT%%/tests/bugs/caf/buc60756 @@ -4330,7 +4743,12 @@ %%OCCROOT%%/tests/bugs/caf/bug25112 %%OCCROOT%%/tests/bugs/caf/bug25153 %%OCCROOT%%/tests/bugs/caf/bug25317 +%%OCCROOT%%/tests/bugs/caf/bug25394_1 +%%OCCROOT%%/tests/bugs/caf/bug25394_2 +%%OCCROOT%%/tests/bugs/caf/bug25394_3 +%%OCCROOT%%/tests/bugs/caf/bug26061 %%OCCROOT%%/tests/bugs/caf/bug261 +%%OCCROOT%%/tests/bugs/caf/bug26155 %%OCCROOT%%/tests/bugs/caf/bug267_1 %%OCCROOT%%/tests/bugs/caf/bug267_2 %%OCCROOT%%/tests/bugs/caf/bug2793 @@ -4447,6 +4865,7 @@ %%OCCROOT%%/tests/bugs/fclasses/bug24137 %%OCCROOT%%/tests/bugs/fclasses/bug24271 %%OCCROOT%%/tests/bugs/fclasses/bug24533 +%%OCCROOT%%/tests/bugs/fclasses/bug24831 %%OCCROOT%%/tests/bugs/fclasses/bug24834 %%OCCROOT%%/tests/bugs/fclasses/bug24863_1 %%OCCROOT%%/tests/bugs/fclasses/bug24863_2 @@ -4458,6 +4877,15 @@ %%OCCROOT%%/tests/bugs/fclasses/bug25348 %%OCCROOT%%/tests/bugs/fclasses/bug25367_brep %%OCCROOT%%/tests/bugs/fclasses/bug25367_igs +%%OCCROOT%%/tests/bugs/fclasses/bug25514 +%%OCCROOT%%/tests/bugs/fclasses/bug25545 +%%OCCROOT%%/tests/bugs/fclasses/bug25558 +%%OCCROOT%%/tests/bugs/fclasses/bug25635_1 +%%OCCROOT%%/tests/bugs/fclasses/bug25635_2 +%%OCCROOT%%/tests/bugs/fclasses/bug25757 +%%OCCROOT%%/tests/bugs/fclasses/bug26022 +%%OCCROOT%%/tests/bugs/fclasses/bug26448 +%%OCCROOT%%/tests/bugs/fclasses/bug26485 %%OCCROOT%%/tests/bugs/fclasses/bug309 %%OCCROOT%%/tests/bugs/fclasses/bug310 %%OCCROOT%%/tests/bugs/fclasses/bug6143 @@ -4483,6 +4911,7 @@ %%OCCROOT%%/tests/bugs/heal/buc60940 %%OCCROOT%%/tests/bugs/heal/buc60950 %%OCCROOT%%/tests/bugs/heal/bug1642 +%%OCCROOT%%/tests/bugs/heal/bug17129 %%OCCROOT%%/tests/bugs/heal/bug208 %%OCCROOT%%/tests/bugs/heal/bug209 %%OCCROOT%%/tests/bugs/heal/bug210 @@ -4509,12 +4938,29 @@ %%OCCROOT%%/tests/bugs/heal/bug24549 %%OCCROOT%%/tests/bugs/heal/bug24596_1 %%OCCROOT%%/tests/bugs/heal/bug24596_2 +%%OCCROOT%%/tests/bugs/heal/bug24881 %%OCCROOT%%/tests/bugs/heal/bug24934 %%OCCROOT%%/tests/bugs/heal/bug24983 +%%OCCROOT%%/tests/bugs/heal/bug25013_1 +%%OCCROOT%%/tests/bugs/heal/bug25013_2 %%OCCROOT%%/tests/bugs/heal/bug25014 %%OCCROOT%%/tests/bugs/heal/bug25068 %%OCCROOT%%/tests/bugs/heal/bug25333 %%OCCROOT%%/tests/bugs/heal/bug25424 +%%OCCROOT%%/tests/bugs/heal/bug25455 +%%OCCROOT%%/tests/bugs/heal/bug25553_1 +%%OCCROOT%%/tests/bugs/heal/bug25553_2 +%%OCCROOT%%/tests/bugs/heal/bug25553_3 +%%OCCROOT%%/tests/bugs/heal/bug25634 +%%OCCROOT%%/tests/bugs/heal/bug25712 +%%OCCROOT%%/tests/bugs/heal/bug25823 +%%OCCROOT%%/tests/bugs/heal/bug25923 +%%OCCROOT%%/tests/bugs/heal/bug26219_1 +%%OCCROOT%%/tests/bugs/heal/bug26219_gehause_rohteil +%%OCCROOT%%/tests/bugs/heal/bug26408 +%%OCCROOT%%/tests/bugs/heal/bug26635 +%%OCCROOT%%/tests/bugs/heal/bug26642 +%%OCCROOT%%/tests/bugs/heal/bug26671 %%OCCROOT%%/tests/bugs/heal/bug329 %%OCCROOT%%/tests/bugs/heal/bug482 %%OCCROOT%%/tests/bugs/heal/bug518 @@ -4579,6 +5025,16 @@ %%OCCROOT%%/tests/bugs/iges/bug23622_2 %%OCCROOT%%/tests/bugs/iges/bug23746 %%OCCROOT%%/tests/bugs/iges/bug23822 +%%OCCROOT%%/tests/bugs/iges/bug25518 +%%OCCROOT%%/tests/bugs/iges/bug25632_1 +%%OCCROOT%%/tests/bugs/iges/bug25632_2 +%%OCCROOT%%/tests/bugs/iges/bug25747 +%%OCCROOT%%/tests/bugs/iges/bug25816 +%%OCCROOT%%/tests/bugs/iges/bug25843_iges +%%OCCROOT%%/tests/bugs/iges/bug26138 +%%OCCROOT%%/tests/bugs/iges/bug26419_1 +%%OCCROOT%%/tests/bugs/iges/bug26419_2 +%%OCCROOT%%/tests/bugs/iges/bug26573 %%OCCROOT%%/tests/bugs/iges/bug272_1 %%OCCROOT%%/tests/bugs/iges/bug272_2 %%OCCROOT%%/tests/bugs/iges/bug272_3 @@ -4606,6 +5062,7 @@ %%OCCROOT%%/tests/bugs/iges/bug89 %%OCCROOT%%/tests/bugs/iges/fra62523 %%OCCROOT%%/tests/bugs/iges/ger61337 +%%OCCROOT%%/tests/bugs/mesh/bug21593 %%OCCROOT%%/tests/bugs/mesh/bug22778 %%OCCROOT%%/tests/bugs/mesh/bug23105 %%OCCROOT%%/tests/bugs/mesh/bug23106 @@ -4623,6 +5080,8 @@ %%OCCROOT%%/tests/bugs/mesh/bug24022 %%OCCROOT%%/tests/bugs/mesh/bug24127 %%OCCROOT%%/tests/bugs/mesh/bug24775 +%%OCCROOT%%/tests/bugs/mesh/bug24923 +%%OCCROOT%%/tests/bugs/mesh/bug24938 %%OCCROOT%%/tests/bugs/mesh/bug24968_1 %%OCCROOT%%/tests/bugs/mesh/bug24968_2 %%OCCROOT%%/tests/bugs/mesh/bug25080 @@ -4631,6 +5090,29 @@ %%OCCROOT%%/tests/bugs/mesh/bug25281 %%OCCROOT%%/tests/bugs/mesh/bug25307 %%OCCROOT%%/tests/bugs/mesh/bug25364 +%%OCCROOT%%/tests/bugs/mesh/bug25378_1_1 +%%OCCROOT%%/tests/bugs/mesh/bug25378_1_2 +%%OCCROOT%%/tests/bugs/mesh/bug25378_1_3 +%%OCCROOT%%/tests/bugs/mesh/bug25378_2_1 +%%OCCROOT%%/tests/bugs/mesh/bug25378_2_2 +%%OCCROOT%%/tests/bugs/mesh/bug25378_2_3 +%%OCCROOT%%/tests/bugs/mesh/bug25378_3_1 +%%OCCROOT%%/tests/bugs/mesh/bug25378_3_2 +%%OCCROOT%%/tests/bugs/mesh/bug25378_3_3 +%%OCCROOT%%/tests/bugs/mesh/bug25378_4_1 +%%OCCROOT%%/tests/bugs/mesh/bug25378_4_2 +%%OCCROOT%%/tests/bugs/mesh/bug25378_4_3 +%%OCCROOT%%/tests/bugs/mesh/bug25469_1 +%%OCCROOT%%/tests/bugs/mesh/bug25469_2 +%%OCCROOT%%/tests/bugs/mesh/bug25469_3 +%%OCCROOT%%/tests/bugs/mesh/bug25479 +%%OCCROOT%%/tests/bugs/mesh/bug25503_1 +%%OCCROOT%%/tests/bugs/mesh/bug25503_2 +%%OCCROOT%%/tests/bugs/mesh/bug25519 +%%OCCROOT%%/tests/bugs/mesh/bug25547 +%%OCCROOT%%/tests/bugs/mesh/bug25612 +%%OCCROOT%%/tests/bugs/mesh/bug25806 +%%OCCROOT%%/tests/bugs/mesh/bug26532 %%OCCROOT%%/tests/bugs/mesh/parse.rules %%OCCROOT%%/tests/bugs/modalg_1/begin %%OCCROOT%%/tests/bugs/modalg_1/buc60409_1 @@ -5608,6 +6090,7 @@ %%OCCROOT%%/tests/bugs/modalg_4/pro19626 %%OCCROOT%%/tests/bugs/modalg_4/pro19653 %%OCCROOT%%/tests/bugs/modalg_5/begin +%%OCCROOT%%/tests/bugs/modalg_5/bug20040 %%OCCROOT%%/tests/bugs/modalg_5/bug21898 %%OCCROOT%%/tests/bugs/modalg_5/bug22027 %%OCCROOT%%/tests/bugs/modalg_5/bug22323 @@ -5852,6 +6335,11 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug24620 %%OCCROOT%%/tests/bugs/modalg_5/bug24628 %%OCCROOT%%/tests/bugs/modalg_5/bug24639 +%%OCCROOT%%/tests/bugs/modalg_5/bug24643 +%%OCCROOT%%/tests/bugs/modalg_5/bug24646_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug24646_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug24646_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug24646_4 %%OCCROOT%%/tests/bugs/modalg_5/bug24648 %%OCCROOT%%/tests/bugs/modalg_5/bug24650 %%OCCROOT%%/tests/bugs/modalg_5/bug24654 @@ -5921,11 +6409,19 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug25058 %%OCCROOT%%/tests/bugs/modalg_5/bug25106 %%OCCROOT%%/tests/bugs/modalg_5/bug25111 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25124_7 %%OCCROOT%%/tests/bugs/modalg_5/bug25127 %%OCCROOT%%/tests/bugs/modalg_5/bug25163 %%OCCROOT%%/tests/bugs/modalg_5/bug25175 %%OCCROOT%%/tests/bugs/modalg_5/bug25184 %%OCCROOT%%/tests/bugs/modalg_5/bug25191 +%%OCCROOT%%/tests/bugs/modalg_5/bug25193 %%OCCROOT%%/tests/bugs/modalg_5/bug25199 %%OCCROOT%%/tests/bugs/modalg_5/bug25210 %%OCCROOT%%/tests/bugs/modalg_5/bug25224 @@ -6013,16 +6509,295 @@ %%OCCROOT%%/tests/bugs/modalg_5/bug25334_9 %%OCCROOT%%/tests/bugs/modalg_5/bug25337_1 %%OCCROOT%%/tests/bugs/modalg_5/bug25337_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25339 +%%OCCROOT%%/tests/bugs/modalg_5/bug25346_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25346_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_01 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_02 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_03 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_04 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_05 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_06 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_07 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_08 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_09 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_10 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_11 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_12 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_13 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_14 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_15 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_16 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_17 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_18 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_19 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_20 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_21 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_22 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_23 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_24 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_25 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_26 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_27 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_28 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_29 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_30 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_31 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_32 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_33 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_34 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_35 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_36 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_37 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_38 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_39 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_40 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_41 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_42 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_43 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_44 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_45 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_46 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_47 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_48 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_49 +%%OCCROOT%%/tests/bugs/modalg_5/bug25354_50 %%OCCROOT%%/tests/bugs/modalg_5/bug25368_1 %%OCCROOT%%/tests/bugs/modalg_5/bug25368_2 %%OCCROOT%%/tests/bugs/modalg_5/bug25380 +%%OCCROOT%%/tests/bugs/modalg_5/bug25398 %%OCCROOT%%/tests/bugs/modalg_5/bug25406_1 %%OCCROOT%%/tests/bugs/modalg_5/bug25406_2 %%OCCROOT%%/tests/bugs/modalg_5/bug25408 %%OCCROOT%%/tests/bugs/modalg_5/bug25410 %%OCCROOT%%/tests/bugs/modalg_5/bug25413 +%%OCCROOT%%/tests/bugs/modalg_5/bug25416_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25416_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25416_3 %%OCCROOT%%/tests/bugs/modalg_5/bug25420 %%OCCROOT%%/tests/bugs/modalg_5/bug25427 +%%OCCROOT%%/tests/bugs/modalg_5/bug25432 +%%OCCROOT%%/tests/bugs/modalg_5/bug25449 +%%OCCROOT%%/tests/bugs/modalg_5/bug25450_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25450_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25451 +%%OCCROOT%%/tests/bugs/modalg_5/bug25453 +%%OCCROOT%%/tests/bugs/modalg_5/bug25456 +%%OCCROOT%%/tests/bugs/modalg_5/bug25460 +%%OCCROOT%%/tests/bugs/modalg_5/bug25465_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25465_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25470 +%%OCCROOT%%/tests/bugs/modalg_5/bug25477_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25477_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25480 +%%OCCROOT%%/tests/bugs/modalg_5/bug25488 +%%OCCROOT%%/tests/bugs/modalg_5/bug25491 +%%OCCROOT%%/tests/bugs/modalg_5/bug25505 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_7 +%%OCCROOT%%/tests/bugs/modalg_5/bug25509_8 +%%OCCROOT%%/tests/bugs/modalg_5/bug25555 +%%OCCROOT%%/tests/bugs/modalg_5/bug25557_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25557_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25559 +%%OCCROOT%%/tests/bugs/modalg_5/bug25568 +%%OCCROOT%%/tests/bugs/modalg_5/bug25578 +%%OCCROOT%%/tests/bugs/modalg_5/bug25582 +%%OCCROOT%%/tests/bugs/modalg_5/bug25584 +%%OCCROOT%%/tests/bugs/modalg_5/bug25591 +%%OCCROOT%%/tests/bugs/modalg_5/bug25592 +%%OCCROOT%%/tests/bugs/modalg_5/bug25597 +%%OCCROOT%%/tests/bugs/modalg_5/bug25600 +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_common +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_cut +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_cut21 +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_fuse +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_genfuse +%%OCCROOT%%/tests/bugs/modalg_5/bug25614_section +%%OCCROOT%%/tests/bugs/modalg_5/bug25625 +%%OCCROOT%%/tests/bugs/modalg_5/bug25657 +%%OCCROOT%%/tests/bugs/modalg_5/bug25657_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25697_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25697_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25701 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25704_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25708 +%%OCCROOT%%/tests/bugs/modalg_5/bug25715_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25715_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25715_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25721 +%%OCCROOT%%/tests/bugs/modalg_5/bug25722 +%%OCCROOT%%/tests/bugs/modalg_5/bug25729 +%%OCCROOT%%/tests/bugs/modalg_5/bug25735 +%%OCCROOT%%/tests/bugs/modalg_5/bug25742_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25742_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25766 +%%OCCROOT%%/tests/bugs/modalg_5/bug25772 +%%OCCROOT%%/tests/bugs/modalg_5/bug25780 +%%OCCROOT%%/tests/bugs/modalg_5/bug25788 +%%OCCROOT%%/tests/bugs/modalg_5/bug25801 +%%OCCROOT%%/tests/bugs/modalg_5/bug25818 +%%OCCROOT%%/tests/bugs/modalg_5/bug25819_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25819_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25819_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_3 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_4 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_5 +%%OCCROOT%%/tests/bugs/modalg_5/bug25828_6 +%%OCCROOT%%/tests/bugs/modalg_5/bug25838 +%%OCCROOT%%/tests/bugs/modalg_5/bug25841 +%%OCCROOT%%/tests/bugs/modalg_5/bug25842 +%%OCCROOT%%/tests/bugs/modalg_5/bug25847 +%%OCCROOT%%/tests/bugs/modalg_5/bug25858_1 +%%OCCROOT%%/tests/bugs/modalg_5/bug25858_2 +%%OCCROOT%%/tests/bugs/modalg_5/bug25883 +%%OCCROOT%%/tests/bugs/modalg_5/bug25886 +%%OCCROOT%%/tests/bugs/modalg_5/bug25887 +%%OCCROOT%%/tests/bugs/modalg_5/bug25898 +%%OCCROOT%%/tests/bugs/modalg_5/bug25951 +%%OCCROOT%%/tests/bugs/modalg_5/bug25969 +%%OCCROOT%%/tests/bugs/modalg_5/bug25976 +%%OCCROOT%%/tests/bugs/modalg_5/bug25980 +%%OCCROOT%%/tests/bugs/modalg_5/bug25982 +%%OCCROOT%%/tests/bugs/modalg_6/begin +%%OCCROOT%%/tests/bugs/modalg_6/bug21351 +%%OCCROOT%%/tests/bugs/modalg_6/bug21507 +%%OCCROOT%%/tests/bugs/modalg_6/bug21624 +%%OCCROOT%%/tests/bugs/modalg_6/bug21727 +%%OCCROOT%%/tests/bugs/modalg_6/bug21821 +%%OCCROOT%%/tests/bugs/modalg_6/bug22644_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug22644_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug22644_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug22793 +%%OCCROOT%%/tests/bugs/modalg_6/bug23138 +%%OCCROOT%%/tests/bugs/modalg_6/bug24011 +%%OCCROOT%%/tests/bugs/modalg_6/bug24097 +%%OCCROOT%%/tests/bugs/modalg_6/bug24161 +%%OCCROOT%%/tests/bugs/modalg_6/bug24803 +%%OCCROOT%%/tests/bugs/modalg_6/bug25271 +%%OCCROOT%%/tests/bugs/modalg_6/bug25593 +%%OCCROOT%%/tests/bugs/modalg_6/bug25613_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug25613_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug25820_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug25820_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug25820_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug25844 +%%OCCROOT%%/tests/bugs/modalg_6/bug25880 +%%OCCROOT%%/tests/bugs/modalg_6/bug25890 +%%OCCROOT%%/tests/bugs/modalg_6/bug25908 +%%OCCROOT%%/tests/bugs/modalg_6/bug25937_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug25937_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug25937_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26008 +%%OCCROOT%%/tests/bugs/modalg_6/bug26010 +%%OCCROOT%%/tests/bugs/modalg_6/bug26016 +%%OCCROOT%%/tests/bugs/modalg_6/bug26041 +%%OCCROOT%%/tests/bugs/modalg_6/bug26063 +%%OCCROOT%%/tests/bugs/modalg_6/bug26064 +%%OCCROOT%%/tests/bugs/modalg_6/bug26075 +%%OCCROOT%%/tests/bugs/modalg_6/bug26080 +%%OCCROOT%%/tests/bugs/modalg_6/bug26098 +%%OCCROOT%%/tests/bugs/modalg_6/bug26099 +%%OCCROOT%%/tests/bugs/modalg_6/bug26112 +%%OCCROOT%%/tests/bugs/modalg_6/bug26130 +%%OCCROOT%%/tests/bugs/modalg_6/bug26151_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26151_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26152_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26152_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26173 +%%OCCROOT%%/tests/bugs/modalg_6/bug26180 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_4 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_5 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_6 +%%OCCROOT%%/tests/bugs/modalg_6/bug26185_7 +%%OCCROOT%%/tests/bugs/modalg_6/bug26193 +%%OCCROOT%%/tests/bugs/modalg_6/bug26196 +%%OCCROOT%%/tests/bugs/modalg_6/bug26197 +%%OCCROOT%%/tests/bugs/modalg_6/bug26201 +%%OCCROOT%%/tests/bugs/modalg_6/bug26202 +%%OCCROOT%%/tests/bugs/modalg_6/bug26206 +%%OCCROOT%%/tests/bugs/modalg_6/bug26208 +%%OCCROOT%%/tests/bugs/modalg_6/bug26218 +%%OCCROOT%%/tests/bugs/modalg_6/bug26224 +%%OCCROOT%%/tests/bugs/modalg_6/bug26233 +%%OCCROOT%%/tests/bugs/modalg_6/bug26241 +%%OCCROOT%%/tests/bugs/modalg_6/bug26243_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26243_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26243_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26251 +%%OCCROOT%%/tests/bugs/modalg_6/bug26253 +%%OCCROOT%%/tests/bugs/modalg_6/bug26281_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26281_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26296_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26296_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26296_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26296_4 +%%OCCROOT%%/tests/bugs/modalg_6/bug26296_5 +%%OCCROOT%%/tests/bugs/modalg_6/bug26305_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26305_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26305_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26308 +%%OCCROOT%%/tests/bugs/modalg_6/bug26310_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26310_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26310_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26310_4 +%%OCCROOT%%/tests/bugs/modalg_6/bug26313 +%%OCCROOT%%/tests/bugs/modalg_6/bug26315 +%%OCCROOT%%/tests/bugs/modalg_6/bug26316 +%%OCCROOT%%/tests/bugs/modalg_6/bug26330 +%%OCCROOT%%/tests/bugs/modalg_6/bug26332 +%%OCCROOT%%/tests/bugs/modalg_6/bug26356 +%%OCCROOT%%/tests/bugs/modalg_6/bug26379_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26379_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26387 +%%OCCROOT%%/tests/bugs/modalg_6/bug26393 +%%OCCROOT%%/tests/bugs/modalg_6/bug26406 +%%OCCROOT%%/tests/bugs/modalg_6/bug26418_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26418_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26418_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26418_4 +%%OCCROOT%%/tests/bugs/modalg_6/bug26420_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26420_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26420_3 +%%OCCROOT%%/tests/bugs/modalg_6/bug26442_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26442_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26444 +%%OCCROOT%%/tests/bugs/modalg_6/bug26446 +%%OCCROOT%%/tests/bugs/modalg_6/bug26447 +%%OCCROOT%%/tests/bugs/modalg_6/bug26464 +%%OCCROOT%%/tests/bugs/modalg_6/bug26466 +%%OCCROOT%%/tests/bugs/modalg_6/bug26473_1 +%%OCCROOT%%/tests/bugs/modalg_6/bug26473_2 +%%OCCROOT%%/tests/bugs/modalg_6/bug26481 +%%OCCROOT%%/tests/bugs/modalg_6/bug26484 +%%OCCROOT%%/tests/bugs/modalg_6/bug26496 +%%OCCROOT%%/tests/bugs/modalg_6/bug26498 +%%OCCROOT%%/tests/bugs/modalg_6/bug26540 +%%OCCROOT%%/tests/bugs/modalg_6/bug26553 +%%OCCROOT%%/tests/bugs/modalg_6/bug26554 +%%OCCROOT%%/tests/bugs/modalg_6/bug26575 +%%OCCROOT%%/tests/bugs/modalg_6/bug26582 +%%OCCROOT%%/tests/bugs/modalg_6/bug26588 +%%OCCROOT%%/tests/bugs/modalg_6/bug26627 +%%OCCROOT%%/tests/bugs/modalg_6/bug26636 +%%OCCROOT%%/tests/bugs/modalg_6/bug26647 +%%OCCROOT%%/tests/bugs/modalg_6/bug26687 +%%OCCROOT%%/tests/bugs/modalg_6/bug7093 %%OCCROOT%%/tests/bugs/moddata_1/begin %%OCCROOT%%/tests/bugs/moddata_1/buc60607_1 %%OCCROOT%%/tests/bugs/moddata_1/buc60607_2 @@ -6479,6 +7254,7 @@ %%OCCROOT%%/tests/bugs/moddata_3/bug24138 %%OCCROOT%%/tests/bugs/moddata_3/bug24142 %%OCCROOT%%/tests/bugs/moddata_3/bug24375 +%%OCCROOT%%/tests/bugs/moddata_3/bug24411 %%OCCROOT%%/tests/bugs/moddata_3/bug24427_1 %%OCCROOT%%/tests/bugs/moddata_3/bug24427_2 %%OCCROOT%%/tests/bugs/moddata_3/bug24474 @@ -6486,12 +7262,14 @@ %%OCCROOT%%/tests/bugs/moddata_3/bug24627 %%OCCROOT%%/tests/bugs/moddata_3/bug24633_1 %%OCCROOT%%/tests/bugs/moddata_3/bug24633_2 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Nov 8 22:57:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9919CA29F1A; Sun, 8 Nov 2015 22:57:58 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 756ED18F9; Sun, 8 Nov 2015 22:57:58 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-188-118-249-153.dsl.sil.at [188.118.249.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 04BBE3F425; Sun, 8 Nov 2015 17:57:54 -0500 (EST) Date: Sun, 8 Nov 2015 23:57:52 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold , Timon cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r400627 - head/emulators/wine-devel In-Reply-To: <563D2E8C.6020104@timon.net.nz> Message-ID: References: <201511012024.tA1KO3MN014618@repo.freebsd.org> <563D2E8C.6020104@timon.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 22:57:58 -0000 On Fri, 6 Nov 2015, Mathieu Arnold wrote: > You mean, when you build it with poudriere, with the default options, it > works fine ? > > If you test outside of poudriere, you're sure to have things installed, > that is detected by the configure script, like gettext, or something. That's what I thought initially, and indeed poudriere logs contain a warning after the configure stage (which I now addressed by explicitly disabling the use of gettext via a configure option). The true issue... On Sat, 7 Nov 2015, Timon wrote: > Looks like man page name must match executable name since last changes > in wine Makefiles generation framework. > With 64-bit loader this names differs (wine64 != wine). ...turned out to be this one. Good catch, Timon. Somehow I had missed that all failure reports came re amd64 only. > But this is just workaround. Either Makefile generation framework must > be patched or man page renamed to wine64.man Any chance you can report your findings and workaround patch to wine-devel@winehq.com ? Gerald From owner-svn-ports-head@freebsd.org Sun Nov 8 23:00:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4F5CA2A02D; Sun, 8 Nov 2015 23:00:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54FCF1A16; Sun, 8 Nov 2015 23:00:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8N0nN5034045; Sun, 8 Nov 2015 23:00:49 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8N0nkV034042; Sun, 8 Nov 2015 23:00:49 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511082300.tA8N0nkV034042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 8 Nov 2015 23:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401077 - head/www/elixir-httpoison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 23:00:50 -0000 Author: olgeni Date: Sun Nov 8 23:00:48 2015 New Revision: 401077 URL: https://svnweb.freebsd.org/changeset/ports/401077 Log: Upgrade www/elixir-httpoison to version 0.8.0. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo head/www/elixir-httpoison/pkg-plist Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Sun Nov 8 22:04:01 2015 (r401076) +++ head/www/elixir-httpoison/Makefile Sun Nov 8 23:00:48 2015 (r401077) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Sun Nov 8 22:04:01 2015 (r401076) +++ head/www/elixir-httpoison/distinfo Sun Nov 8 23:00:48 2015 (r401077) @@ -1,2 +1,2 @@ -SHA256 (edgurgel-httpoison-v0.7.4_GH0.tar.gz) = cbd27e3a4696ee92348e1f891b7cc1cfe09cc0303ac9f7261acfa4471b914aaf -SIZE (edgurgel-httpoison-v0.7.4_GH0.tar.gz) = 13987 +SHA256 (edgurgel-httpoison-v0.8.0_GH0.tar.gz) = 9e20f086029f4390f7ff5a67463b2553ec7fea0e5de2c5573ca22b7af47bed9f +SIZE (edgurgel-httpoison-v0.8.0_GH0.tar.gz) = 14702 Modified: head/www/elixir-httpoison/pkg-plist ============================================================================== --- head/www/elixir-httpoison/pkg-plist Sun Nov 8 22:04:01 2015 (r401076) +++ head/www/elixir-httpoison/pkg-plist Sun Nov 8 23:00:48 2015 (r401077) @@ -1,6 +1,7 @@ lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncChunk.beam lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncEnd.beam lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncHeaders.beam +lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncRedirect.beam lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncResponse.beam lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncStatus.beam lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Base.beam From owner-svn-ports-head@freebsd.org Sun Nov 8 23:12:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76820A2A25E; Sun, 8 Nov 2015 23:12:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA6F110E; Sun, 8 Nov 2015 23:12:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8NCij6039755; Sun, 8 Nov 2015 23:12:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8NCi28039752; Sun, 8 Nov 2015 23:12:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511082312.tA8NCi28039752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 8 Nov 2015 23:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401078 - head/textproc/elasticsearch-plugin-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 23:12:45 -0000 Author: olgeni Date: Sun Nov 8 23:12:43 2015 New Revision: 401078 URL: https://svnweb.freebsd.org/changeset/ports/401078 Log: Upgrade textproc/elasticsearch-plugin-sql to version 1.4.6. Modified: head/textproc/elasticsearch-plugin-sql/Makefile head/textproc/elasticsearch-plugin-sql/distinfo head/textproc/elasticsearch-plugin-sql/pkg-plist Modified: head/textproc/elasticsearch-plugin-sql/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-sql/Makefile Sun Nov 8 23:00:48 2015 (r401077) +++ head/textproc/elasticsearch-plugin-sql/Makefile Sun Nov 8 23:12:43 2015 (r401078) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch-plugin- Modified: head/textproc/elasticsearch-plugin-sql/distinfo ============================================================================== --- head/textproc/elasticsearch-plugin-sql/distinfo Sun Nov 8 23:00:48 2015 (r401077) +++ head/textproc/elasticsearch-plugin-sql/distinfo Sun Nov 8 23:12:43 2015 (r401078) @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-sql-1.4.5.zip) = 10123b39e3a576371f4d2579821220e756a9e4c5b80393f3d1ff4772622d93cf -SIZE (elasticsearch-sql-1.4.5.zip) = 6024834 +SHA256 (elasticsearch-sql-1.4.6.zip) = d0e18d202bfe19165b2443d8bfdd656ea803eb64c49d98058eab8730c1ca3ad2 +SIZE (elasticsearch-sql-1.4.6.zip) = 6098094 Modified: head/textproc/elasticsearch-plugin-sql/pkg-plist ============================================================================== --- head/textproc/elasticsearch-plugin-sql/pkg-plist Sun Nov 8 23:00:48 2015 (r401077) +++ head/textproc/elasticsearch-plugin-sql/pkg-plist Sun Nov 8 23:12:43 2015 (r401078) @@ -9,10 +9,13 @@ lib/elasticsearch/plugins/sql/_site/test lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4nestedAggregation.json lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4simpleAggregation.json lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4simpleQueryResult.json +lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4statsAgg.json lib/elasticsearch/plugins/sql/_site/tests/resources/nestedAggregationResult.json lib/elasticsearch/plugins/sql/_site/tests/resources/simpleAggregationResult.json lib/elasticsearch/plugins/sql/_site/tests/resources/simpleQueryResult.json +lib/elasticsearch/plugins/sql/_site/tests/resources/statsAggResult.json lib/elasticsearch/plugins/sql/_site/tests/spec/ResultHandlersSpec.js +lib/elasticsearch/plugins/sql/_site/tests/spec/TablePresenterSpec.js lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-animate.min.js lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-animate.min.js.map lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-sanitize.min.js @@ -29,6 +32,7 @@ lib/elasticsearch/plugins/sql/_site/vend lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.js lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.min.js lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/npm.js @@ -440,6 +444,7 @@ lib/elasticsearch/plugins/sql/_site/vend lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine_favicon.png lib/elasticsearch/plugins/sql/_site/vendor/jasmine-jquery/jasmine-jquery.js lib/elasticsearch/plugins/sql/_site/vendor/jquery/jquery-2.1.1.min.js +lib/elasticsearch/plugins/sql/_site/vendor/jquery/jquery-2.1.4.min.js lib/elasticsearch/plugins/sql/druid.jar lib/elasticsearch/plugins/sql/elasticsearch-sql-%%VERSION%%.jar lib/elasticsearch/plugins/sql/guava.jar From owner-svn-ports-head@freebsd.org Sun Nov 8 23:49:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51BB9A2A8F6; Sun, 8 Nov 2015 23:49:52 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B79C12DA; Sun, 8 Nov 2015 23:49:52 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8NnpSw048578; Sun, 8 Nov 2015 23:49:51 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8NnpEn048577; Sun, 8 Nov 2015 23:49:51 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511082349.tA8NnpEn048577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 8 Nov 2015 23:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401079 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 23:49:52 -0000 Author: gerald Date: Sun Nov 8 23:49:50 2015 New Revision: 401079 URL: https://svnweb.freebsd.org/changeset/ports/401079 Log: Have the package name reflect the name of the port and include -devel as part of PKGNAMESUFFIX to signal this is not a stable version. Modified: head/lang/gcc6-devel/Makefile Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sun Nov 8 23:12:43 2015 (r401078) +++ head/lang/gcc6-devel/Makefile Sun Nov 8 23:49:50 2015 (r401079) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 6.0.0.s20151101 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} -PKGNAMESUFFIX= ${SUFFIX} +PKGNAMESUFFIX= ${SUFFIX}-devel MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 6 From owner-svn-ports-head@freebsd.org Sun Nov 8 23:52:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FFB9A2AA7B; Sun, 8 Nov 2015 23:52:49 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D77618CA; Sun, 8 Nov 2015 23:52:49 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-188-118-253-180.dsl.sil.at [188.118.253.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 1CDA83F423; Sun, 8 Nov 2015 18:52:42 -0500 (EST) Date: Mon, 9 Nov 2015 00:52:41 +0100 (CET) From: Gerald Pfeifer To: Daniel Lin cc: Kurt Jaeger , fcharlier@ploup.net, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398375 - head/www/node In-Reply-To: Message-ID: References: <201510011746.t91HkPee014858@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 23:52:49 -0000 On Mon, 5 Oct 2015, Daniel Lin wrote: > I have no idea if FreeBSD 9.3 using GCC 4.8 as the minimum version. > > But if so, I agree USE_GCC= yes Thanks, Daniel. I committed this change on the 25th (but failed to note your explicit approval). As a bit of background, FreeBSD 9.3 has GCC 4.2 in the base and this is the last version of GCC to be included in base. Anything newer (such as GCC 4.8 or later) has to come from ports anyway. Gerald From owner-svn-ports-head@freebsd.org Mon Nov 9 02:21:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF144A24F83; Mon, 9 Nov 2015 02:21:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65E421C55; Mon, 9 Nov 2015 02:21:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA92Lc3Z094337; Mon, 9 Nov 2015 02:21:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA92Lb9c094330; Mon, 9 Nov 2015 02:21:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511090221.tA92Lb9c094330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 02:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401080 - in head/games: . dhewm3 dhewm3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 02:21:39 -0000 Author: amdmi3 Date: Mon Nov 9 02:21:37 2015 New Revision: 401080 URL: https://svnweb.freebsd.org/changeset/ports/401080 Log: dhewm 3 is a Doom 3 GPL source port, know to work on at least Windows, Linux, Mac OS X and FreeBSD. The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all suitable platforms. Bugs present in the original DOOM 3 will be fixed (when identified) without altering the original gameplay. WWW: https://github.com/dhewm/dhewm3 Added: head/games/dhewm3/ head/games/dhewm3/Makefile (contents, props changed) head/games/dhewm3/distinfo (contents, props changed) head/games/dhewm3/files/ head/games/dhewm3/files/pkg-message.in (contents, props changed) head/games/dhewm3/pkg-descr (contents, props changed) head/games/dhewm3/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Nov 8 23:49:50 2015 (r401079) +++ head/games/Makefile Mon Nov 9 02:21:37 2015 (r401080) @@ -189,6 +189,7 @@ SUBDIR += darkplaces SUBDIR += dcross SUBDIR += defendguin + SUBDIR += dhewm3 SUBDIR += diameter SUBDIR += diaspora SUBDIR += digger-vgl Added: head/games/dhewm3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/Makefile Mon Nov 9 02:21:37 2015 (r401080) @@ -0,0 +1,57 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= dhewm3 +PORTVERSION= 1.4.0 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Doom 3 GPL source port + +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/../COPYING.txt + +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libogg.so:${PORTSDIR}/audio/libogg \ + libvorbis.so:${PORTSDIR}/audio/libvorbis + +USE_GITHUB= yes +GH_ACCOUNT= dhewm + +USES= cmake jpeg openal:al +USE_SDL= sdl2 + +WRKSRC_SUBDIR= neo + +SUB_FILES= pkg-message + +PORTDOCS= * + +DESKTOP_ENTRIES="dhewm 3" \ + "" \ + "doom3" \ + "${PORTNAME}" \ + "Game;ActionGame;" \ + "" + +OPTIONS_DEFINE= OPTIMIZED_CFLAGS DEDICATED DOCS +OPTIONS_DEFAULT=OPTIMIZED_CFLAGS DEDICATED +OPTIONS_SUB= yes + +DEDICATED_DESC= Build dedicated server +DEDICATED_CMAKE_ON= -DDEDICATED=ON + +post-patch-OPTIMIZED_CFLAGS-off: + @${REINPLACE_CMD} -e 's|-O3 -ffast-math -fno-unsafe-math-optimizations -fomit-frame-pointer||' ${WRKSRC}/CMakeLists.txt + +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/base + ${MKDIR} ${STAGEDIR}${DATADIR}/d3xp + ${INSTALL_DATA} ${WRKSRC}/sys/linux/setup/image/doom3.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/games/dhewm3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/distinfo Mon Nov 9 02:21:37 2015 (r401080) @@ -0,0 +1,2 @@ +SHA256 (dhewm-dhewm3-1.4.0_GH0.tar.gz) = b579cd2d07d4efc0ebb536c933857ee28a302d9e9484ebd5bda9b40f8da17f88 +SIZE (dhewm-dhewm3-1.4.0_GH0.tar.gz) = 5311334 Added: head/games/dhewm3/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/files/pkg-message.in Mon Nov 9 02:21:37 2015 (r401080) @@ -0,0 +1,25 @@ +You need data files from original Doom 3 version 1.3.1 (NOT BFG +edition): + + MD5 (base/pak000.pk4) = 71b8d37b2444d3d86a36fd61783844fe + MD5 (base/pak001.pk4) = 4bc4f3ba04ec2b4f4837be40e840a3c1 + MD5 (base/pak002.pk4) = fa84069e9642ad9aa4b49624150cc345 + MD5 (base/pak003.pk4) = f22d8464997924e4913e467e7d62d5fe + MD5 (base/pak004.pk4) = 38561a3c73f93f2e6fd31abf1d4e9102 + MD5 (base/pak005.pk4) = 2afd4ece27d36393b7538d55a345b90d + MD5 (base/pak006.pk4) = a6e7003fa9dcc75073dc02b56399b370 + MD5 (base/pak007.pk4) = 6319f086f930ec1618ab09b4c20c268c + MD5 (base/pak008.pk4) = 28750b7841de9453eb335bad6841a2a5 + +Please place them under %%DATADIR%%/base. + +Optionally, you can also use Resurrection of Evil expansion pack +files: + + MD5 (d3xp/pak000.pk4) = a883fef0fd10aadeb73d34c462ff865d + MD5 (d3xp/pak001.pk4) = 06fc9be965e345587064056bf22236d2 + +These should be placed under %%DATADIR%%/d3xp + +Please consult https://github.com/dhewm/dhewm3/wiki/FAQ for more +info. Added: head/games/dhewm3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/pkg-descr Mon Nov 9 02:21:37 2015 (r401080) @@ -0,0 +1,10 @@ +dhewm 3 is a Doom 3 GPL source port, know to work on at least +Windows, Linux, Mac OS X and FreeBSD. + +The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all +suitable platforms. + +Bugs present in the original DOOM 3 will be fixed (when identified) +without altering the original gameplay. + +WWW: https://github.com/dhewm/dhewm3 Added: head/games/dhewm3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/pkg-plist Mon Nov 9 02:21:37 2015 (r401080) @@ -0,0 +1,8 @@ +bin/dhewm3 +%%DEDICATED%%bin/dhewm3ded +lib/dhewm3/base.so +lib/dhewm3/d3xp.so +share/pixmaps/doom3.png +@dir %%DATADIR%%/d3xp +@dir %%DATADIR%%/base +@dir %%DATADIR%% From owner-svn-ports-head@freebsd.org Mon Nov 9 03:47:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD213A29409; Mon, 9 Nov 2015 03:47:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B12CC10FB; Mon, 9 Nov 2015 03:47:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id AFF4D186E; Mon, 9 Nov 2015 03:47:52 +0000 (UTC) Date: Mon, 9 Nov 2015 03:47:52 +0000 From: Alexey Dokuchaev To: Pawel Pekala Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401004 - head/editors/wordgrinder Message-ID: <20151109034752.GA64153@FreeBSD.org> References: <201511071619.tA7GJ5V4097100@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511071619.tA7GJ5V4097100@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 03:47:52 -0000 On Sat, Nov 07, 2015 at 04:19:05PM +0000, Pawel Pekala wrote: > New Revision: 401004 > URL: https://svnweb.freebsd.org/changeset/ports/401004 > > +X11_DESC= Support running in an X window in addition to console IMHO default X11_DESC reads better and more concise, thus overriding it is a pessimisation. > +X11_PLIST_FILES=bin/xwordgrinder > +X11_USE= xorg=x11,xft > +X11_USES= pkgconfig > +X11_ALL_TARGET_OFF=unix > + > +.include This line would not be needed if [see below]. > -pre-install: > - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/wordgrinder > + ${REINPLACE_CMD} \ > + -e '/#include + ${WRKSRC}/src/c/arch/unix/x11/x11.h > +.if ! ${PORT_OPTIONS:MX11} You should've used option helpers here (pre-install-X11-OFF) as pre-install can be "smart" together with other _OPTIONS_TARGETS. > + # This is not strictly speaking required, but it cuts > + # down on some unnecessary work and error messages. Comments are badly indented (they will be interpreted as part of the recipe and executed by make(1)). > + ${REINPLACE_CMD} \ > + -e '/$$(eval $$(build-wordgrinder-x11))/d' \ > + ${WRKSRC}/Makefile > +.endif > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wordgrinder > +.if ${PORT_OPTIONS:MX11} Ditto. There'be been a lot of conversions to option-targets recently, did you see them? > + ${INSTALL_PROGRAM} ${WRKSRC}/bin/xwordgrinder ${STAGEDIR}${PREFIX}/bin > +.endif ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 03:50:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DCFEA2945A; Mon, 9 Nov 2015 03:50:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2AD11E9; Mon, 9 Nov 2015 03:50:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8B1271962; Mon, 9 Nov 2015 03:50:10 +0000 (UTC) Date: Mon, 9 Nov 2015 03:50:10 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109035010.GB64153@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 03:50:10 -0000 On Sun, Nov 08, 2015 at 08:01:40PM +0100, Gerald Pfeifer wrote: > On Fri, 5 Jun 2015, Guido Falsi wrote: > > New Revision: 388648 > > URL: https://svnweb.freebsd.org/changeset/ports/388648 > > > > Log: > > - Update asterisk11 to 11.18.0 > > - Update asterisk13 to 13.4.0 > > - Add experimental option to allow using base compiler instead of > > ports gcc (mainly meant to allow compiling with clang) > > Note, it's GCC these days (and I just checked, the other cases > in the ports tree use this spelling), so I went ahead and made > this change to these two ports. > > Perhaps we can abstract this into a global GCC_DESC at one point? I've thought of how to word GCC_DESC to make it generic, and had failed. IMHO it can mean lots of things throughout the port and not necessarily "want GCC from ports". ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 04:11:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D6BDA298A9; Mon, 9 Nov 2015 04:11:00 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4371987; Mon, 9 Nov 2015 04:10:58 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id c59b053b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sun, 8 Nov 2015 21:04:16 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 From: Adam Weinberger In-Reply-To: <20151109035010.GB64153@FreeBSD.org> Date: Sun, 8 Nov 2015 21:04:13 -0700 Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <8160653D-E567-42C4-9741-94C593DD62E5@adamw.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <20151109035010.GB64153@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 04:11:00 -0000 > On 8 Nov, 2015, at 20:50, Alexey Dokuchaev wrote: > > On Sun, Nov 08, 2015 at 08:01:40PM +0100, Gerald Pfeifer wrote: >> On Fri, 5 Jun 2015, Guido Falsi wrote: >>> New Revision: 388648 >>> URL: https://svnweb.freebsd.org/changeset/ports/388648 >>> >>> Log: >>> - Update asterisk11 to 11.18.0 >>> - Update asterisk13 to 13.4.0 >>> - Add experimental option to allow using base compiler instead of >>> ports gcc (mainly meant to allow compiling with clang) >> >> Note, it's GCC these days (and I just checked, the other cases >> in the ports tree use this spelling), so I went ahead and made >> this change to these two ports. >> >> Perhaps we can abstract this into a global GCC_DESC at one point? > > I've thought of how to word GCC_DESC to make it generic, and had failed. > IMHO it can mean lots of things throughout the port and not necessarily > "want GCC from ports". What are some of the other common intentions of a GCC option? If an option named GCC has many different meanings, perhaps separating some of the common usages into two or three common _DESCs would be clearer? Accuracy and precision make a real end-user difference in options. I am a huge, huge believer in options should mean the same thing everywhere. For example, DOCS should mean "go ahead and install supplied documentation." It should never ever mean "go ahead and install the entire TeX suite so I can build the documentation after 45 minutes and 5GB of dependencies." # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Nov 9 04:18:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B2ADA29AD0; Mon, 9 Nov 2015 04:18:29 +0000 (UTC) (envelope-from linpct@gmail.com) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18A291CEE; Mon, 9 Nov 2015 04:18:29 +0000 (UTC) (envelope-from linpct@gmail.com) Received: by qkao63 with SMTP id o63so24522041qka.2; Sun, 08 Nov 2015 20:18:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LTj3qV7hIo4p+Nj58+Oh+OfDadRWYOWRHeDyNaLbxIY=; b=OPJ/68IttxicdJVvFnXUZGereWDgt4VE5Uxgi9jgEkrKY176pO9YbYZJL4VURsN9D4 hN47JobyWnW6PwRcRkA+fmn4anEvVRwr7rgUEFuXhw6P/zQH987BzM/9g6riDYeS3A8C 1rKgSyY1zRcpgxxCPUIr5zDgmh77F3wGIQd3RzVbopTCCeHG+o/ssVkzJ0XAy0DaKswo 5lp5ukiYNKz4br0jkKX+AiqGD3nQKQJuOdRh7T6wATBkaOpst0jLGqMR+Ehw/1BluUkL 4WIa28dsJVlTBP0CZo26rgDyDkQpcsAywmJ/MqQvdXzprY7g5PUXBqldi8ajUeCAlvb2 fwhA== MIME-Version: 1.0 X-Received: by 10.55.204.213 with SMTP id n82mr27272371qkl.36.1447042708134; Sun, 08 Nov 2015 20:18:28 -0800 (PST) Received: by 10.140.98.236 with HTTP; Sun, 8 Nov 2015 20:18:28 -0800 (PST) In-Reply-To: References: <201510011746.t91HkPee014858@repo.freebsd.org> Date: Mon, 9 Nov 2015 12:18:28 +0800 Message-ID: Subject: Re: svn commit: r398375 - head/www/node From: Daniel Lin To: Gerald Pfeifer Cc: Kurt Jaeger , =?UTF-8?Q?Fran=C3=A7ois_Charlier?= , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 04:18:29 -0000 Hi, I've got 9.3 build error report of www/node-devel, it maybe let gcc mini version set to 4.8 better. Thanks. 2015-11-09 7:52 GMT+08:00 Gerald Pfeifer : > On Mon, 5 Oct 2015, Daniel Lin wrote: > > I have no idea if FreeBSD 9.3 using GCC 4.8 as the minimum version. > > > > But if so, I agree USE_GCC= yes > > Thanks, Daniel. I committed this change on the 25th (but failed > to note your explicit approval). > > As a bit of background, FreeBSD 9.3 has GCC 4.2 in the base and > this is the last version of GCC to be included in base. Anything > newer (such as GCC 4.8 or later) has to come from ports anyway. > > Gerald > -- Daniel Lin (pct) From owner-svn-ports-head@freebsd.org Mon Nov 9 04:18:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D36A29B0B; Mon, 9 Nov 2015 04:18:58 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829311DCB; Mon, 9 Nov 2015 04:18:58 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA94IvaH026819; Mon, 9 Nov 2015 04:18:57 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA94Ivr1026816; Mon, 9 Nov 2015 04:18:57 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201511090418.tA94Ivr1026816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Mon, 9 Nov 2015 04:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401081 - head/www/xpi-firebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 04:18:58 -0000 Author: bar Date: Mon Nov 9 04:18:57 2015 New Revision: 401081 URL: https://svnweb.freebsd.org/changeset/ports/401081 Log: Update Firebug to 2.0.13. Modified: head/www/xpi-firebug/Makefile head/www/xpi-firebug/distinfo head/www/xpi-firebug/pkg-plist Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Mon Nov 9 02:21:37 2015 (r401080) +++ head/www/xpi-firebug/Makefile Mon Nov 9 04:18:57 2015 (r401081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebug -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.13 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www Modified: head/www/xpi-firebug/distinfo ============================================================================== --- head/www/xpi-firebug/distinfo Mon Nov 9 02:21:37 2015 (r401080) +++ head/www/xpi-firebug/distinfo Mon Nov 9 04:18:57 2015 (r401081) @@ -1,2 +1,2 @@ -SHA256 (xpi/firebug-2.0.11-fx.xpi) = 4018a2ef4876957beab1abfedb7676c4d7bcd34d5db2817206671f9543df457c -SIZE (xpi/firebug-2.0.11-fx.xpi) = 2593367 +SHA256 (xpi/firebug-2.0.13-fx.xpi) = 554e8158c0d39c061ce759de0ade356299a9f92d6ef9ac35ffe65eb449eee422 +SIZE (xpi/firebug-2.0.13-fx.xpi) = 2594940 Modified: head/www/xpi-firebug/pkg-plist ============================================================================== --- head/www/xpi-firebug/pkg-plist Mon Nov 9 02:21:37 2015 (r401080) +++ head/www/xpi-firebug/pkg-plist Mon Nov 9 04:18:57 2015 (r401081) @@ -243,6 +243,7 @@ %%XPI_XPIDIR%%/content/firebug/lib/array.js %%XPI_XPIDIR%%/content/firebug/lib/css.js %%XPI_XPIDIR%%/content/firebug/lib/deprecated.js +%%XPI_XPIDIR%%/content/firebug/lib/devtools.js %%XPI_XPIDIR%%/content/firebug/lib/dom.js %%XPI_XPIDIR%%/content/firebug/lib/domplate.js %%XPI_XPIDIR%%/content/firebug/lib/dragdrop.js From owner-svn-ports-head@freebsd.org Mon Nov 9 04:19:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18E5FA29B3F; Mon, 9 Nov 2015 04:19:54 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE41D1EAF; Mon, 9 Nov 2015 04:19:53 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA94JqtK026974; Mon, 9 Nov 2015 04:19:52 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA94JqEY026971; Mon, 9 Nov 2015 04:19:52 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201511090419.tA94JqEY026971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Mon, 9 Nov 2015 04:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401082 - head/www/xpi-adblock_plus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 04:19:54 -0000 Author: bar Date: Mon Nov 9 04:19:52 2015 New Revision: 401082 URL: https://svnweb.freebsd.org/changeset/ports/401082 Log: Update Adblock Plus to 2.6.9.11. Modified: head/www/xpi-adblock_plus/Makefile head/www/xpi-adblock_plus/distinfo head/www/xpi-adblock_plus/pkg-plist Modified: head/www/xpi-adblock_plus/Makefile ============================================================================== --- head/www/xpi-adblock_plus/Makefile Mon Nov 9 04:18:57 2015 (r401081) +++ head/www/xpi-adblock_plus/Makefile Mon Nov 9 04:19:52 2015 (r401082) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= adblock_plus -PORTVERSION= 2.6.10 -DISTVERSIONSUFFIX= -an+sm+tb+fx +PORTVERSION= 2.6.11 +DISTVERSIONSUFFIX= -sm+tb+fx+an CATEGORIES= www MAINTAINER= bar@FreeBSD.org Modified: head/www/xpi-adblock_plus/distinfo ============================================================================== --- head/www/xpi-adblock_plus/distinfo Mon Nov 9 04:18:57 2015 (r401081) +++ head/www/xpi-adblock_plus/distinfo Mon Nov 9 04:19:52 2015 (r401082) @@ -1,2 +1,2 @@ -SHA256 (xpi/adblock_plus-2.6.10-an+sm+tb+fx.xpi) = 3487c1da08f48f770fa8ce059bdb3f09e938cff5b4829c76c2fe391876d329d9 -SIZE (xpi/adblock_plus-2.6.10-an+sm+tb+fx.xpi) = 963213 +SHA256 (xpi/adblock_plus-2.6.11-sm+tb+fx+an.xpi) = c90a32270de364b0d2fef45284deae4b6c66e68b650ad60b468d03c6ba34f16a +SIZE (xpi/adblock_plus-2.6.11-sm+tb+fx+an.xpi) = 962762 Modified: head/www/xpi-adblock_plus/pkg-plist ============================================================================== --- head/www/xpi-adblock_plus/pkg-plist Mon Nov 9 04:18:57 2015 (r401081) +++ head/www/xpi-adblock_plus/pkg-plist Mon Nov 9 04:19:52 2015 (r401082) @@ -28,6 +28,7 @@ %%XPI_XPIDIR%%/chrome/content/ui/sidebar.js %%XPI_XPIDIR%%/chrome/content/ui/sidebar.xul %%XPI_XPIDIR%%/chrome/content/ui/sidebarDetached.xul +%%XPI_XPIDIR%%/chrome/content/ui/skin/abb-logo.png %%XPI_XPIDIR%%/chrome/content/ui/skin/abp-128.png %%XPI_XPIDIR%%/chrome/content/ui/skin/ajax-loader.gif %%XPI_XPIDIR%%/chrome/content/ui/skin/background-main.png @@ -481,15 +482,6 @@ %%XPI_XPIDIR%%/chrome/locale/zh-TW/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/subscriptionSelection.dtd -%%XPI_XPIDIR%%/chrome/skin/abp-16.png -%%XPI_XPIDIR%%/chrome/skin/abp-24.png -%%XPI_XPIDIR%%/chrome/skin/abp-32.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-16.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-16~.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-24.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-24~.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-32.png -%%XPI_XPIDIR%%/chrome/skin/abp-green-32~.png %%XPI_XPIDIR%%/chrome/skin/abp-status-16.png %%XPI_XPIDIR%%/chrome/skin/abp-status-32.png %%XPI_XPIDIR%%/chrome/skin/abp-status.png @@ -503,7 +495,6 @@ %%XPI_XPIDIR%%/chrome/skin/sidebar.css %%XPI_XPIDIR%%/chrome/skin/slow.png %%XPI_XPIDIR%%/chrome/skin/subscriptionSelection.css -%%XPI_XPIDIR%%/chrome/skin/test.py %%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/defaults/prefs.json %%XPI_XPIDIR%%/icon.png From owner-svn-ports-head@freebsd.org Mon Nov 9 04:26:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03F72A29D34; Mon, 9 Nov 2015 04:26:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E9E9D122D; Mon, 9 Nov 2015 04:26:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E7C131FF9; Mon, 9 Nov 2015 04:26:06 +0000 (UTC) Date: Mon, 9 Nov 2015 04:26:06 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109042606.GA81532@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <20151109035010.GB64153@FreeBSD.org> <8160653D-E567-42C4-9741-94C593DD62E5@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8160653D-E567-42C4-9741-94C593DD62E5@adamw.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 04:26:07 -0000 On Sun, Nov 08, 2015 at 09:04:13PM -0700, Adam Weinberger wrote: > > On 8 Nov, 2015, at 20:50, Alexey Dokuchaev wrote: > > I've thought of how to word GCC_DESC to make it generic, and had failed. > > IMHO it can mean lots of things throughout the ports and not necessarily > > "want GCC from ports". > > What are some of the other common intentions of a GCC option? Hmm, right now we have about a dozen ports than define GCC_DESC, and most of them in fact mean "build with GCC (from ports)" and some phrase it as "use current GCC". But `cad/ghdl' spells it more specific as "code generator is GCC (mature)". With recent work in GCC camp and it becoming more modular there might be place for GCC_DESC to mean something other than "use GCC from ports". OTOH, those cases should be a minority, so having sensible defaul GCC_DESC makes sense after all. Shall it be "Use GCC from ports" or "Build with current GCC"? > I am a huge, huge believer in options should mean the same thing everywhere. > For example, DOCS should mean "go ahead and install supplied documentation." > It should never ever mean "go ahead and install the entire TeX suite so I can > build the documentation after 45 minutes and 5GB of dependencies." +1 on the anger when DOCS require TeX suite or those annoying Python modules because of Sphinx. DOCS_DESC reads as "build and/or install documentation" right now, but the more ports I have to patch locally the more I'm thinking that DOCS (as implied option) should only install things (or build them with only tools already available), but not be allowed to pull heavy deps. I'm far more in favor of explicit DOXYGEN, SPHINX, TEX2PDF options that are off by default (or conditionally on for batch (cluster) package builders). ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 06:08:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0F5DA29459; Mon, 9 Nov 2015 06:08:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7823C1585; Mon, 9 Nov 2015 06:08:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA968ntu057996; Mon, 9 Nov 2015 06:08:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA968nhI057993; Mon, 9 Nov 2015 06:08:49 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511090608.tA968nhI057993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 9 Nov 2015 06:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401083 - head/graphics/p5-Image-ExifTool-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 06:08:50 -0000 Author: vanilla Date: Mon Nov 9 06:08:49 2015 New Revision: 401083 URL: https://svnweb.freebsd.org/changeset/ports/401083 Log: 1: Upgrade to 10.05. 2: regen plist with 'make makeplist' PR: 204383 Submitted by: maintainer[1], me[2] Modified: head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool-devel/distinfo head/graphics/p5-Image-ExifTool-devel/pkg-plist Modified: head/graphics/p5-Image-ExifTool-devel/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/Makefile Mon Nov 9 04:19:52 2015 (r401082) +++ head/graphics/p5-Image-ExifTool-devel/Makefile Mon Nov 9 06:08:49 2015 (r401083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 10.04 +PORTVERSION= 10.05 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Image-ExifTool-devel/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/distinfo Mon Nov 9 04:19:52 2015 (r401082) +++ head/graphics/p5-Image-ExifTool-devel/distinfo Mon Nov 9 06:08:49 2015 (r401083) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-10.04.tar.gz) = 7be36443d85c0df907636bad36ec7e2b860949dfb80bcfe77bd2148ba471b53c -SIZE (Image-ExifTool-10.04.tar.gz) = 4022198 +SHA256 (Image-ExifTool-10.05.tar.gz) = 0876f1d505cb4244e092da90446a4b109165356b9e0fe5ab6b497609f94ddb09 +SIZE (Image-ExifTool-10.05.tar.gz) = 4034572 Modified: head/graphics/p5-Image-ExifTool-devel/pkg-plist ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/pkg-plist Mon Nov 9 04:19:52 2015 (r401082) +++ head/graphics/p5-Image-ExifTool-devel/pkg-plist Mon Nov 9 06:08:49 2015 (r401083) @@ -1,167 +1,4 @@ bin/exiftool -%%PERL5_MAN3%%/File::RandomAccess.3.gz -%%PERL5_MAN3%%/Image::ExifTool.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Apple.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Audible.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DPX.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz -%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz -%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz -%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz -%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz -%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lytro.3.gz -%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MOI.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz -%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz -%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Nintendo.3.gz -%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz -%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Palm.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz -%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Scalado.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz -%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz -%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Torrent.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz -%%PERL5_MAN3%%/Image::ExifTool::VCard.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteQuickTime.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz %%SITE_PERL%%/File/RandomAccess.pm %%SITE_PERL%%/File/RandomAccess.pod %%SITE_PERL%%/Image/ExifTool.pm @@ -289,6 +126,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Microsoft.pm %%SITE_PERL%%/Image/ExifTool/Minolta.pm %%SITE_PERL%%/Image/ExifTool/MinoltaRaw.pm +%%SITE_PERL%%/Image/ExifTool/Motorola.pm %%SITE_PERL%%/Image/ExifTool/Nikon.pm %%SITE_PERL%%/Image/ExifTool/NikonCapture.pm %%SITE_PERL%%/Image/ExifTool/NikonCustom.pm @@ -359,3 +197,167 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/ZIP.pm %%SITE_PERL%%/Image/ExifTool/iWork.pm %%PERL5_MAN1%%/exiftool.1.gz +%%PERL5_MAN3%%/File::RandomAccess.3.gz +%%PERL5_MAN3%%/Image::ExifTool.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Apple.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Audible.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DPX.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz +%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz +%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz +%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz +%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz +%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lytro.3.gz +%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MOI.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Motorola.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nintendo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Palm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Scalado.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Torrent.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz +%%PERL5_MAN3%%/Image::ExifTool::VCard.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteQuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz From owner-svn-ports-head@freebsd.org Mon Nov 9 07:01:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6842A2A324; Mon, 9 Nov 2015 07:01:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BCFF15F6; Mon, 9 Nov 2015 07:01:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3nvNXJ6pyrzZsv; Mon, 9 Nov 2015 08:01:20 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id MVa7Ee7GHPcj; Mon, 9 Nov 2015 08:01:18 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 9 Nov 2015 08:01:17 +0100 (CET) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 To: Gerald Pfeifer References: <201506052330.t55NUBZL020965@svn.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Guido Falsi Message-ID: <564044BC.5050203@FreeBSD.org> Date: Mon, 9 Nov 2015 08:01:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 07:01:31 -0000 On 11/08/15 20:01, Gerald Pfeifer wrote: > On Fri, 5 Jun 2015, Guido Falsi wrote: >> Author: madpilot >> Date: Fri Jun 5 23:30:10 2015 >> New Revision: 388648 >> URL: https://svnweb.freebsd.org/changeset/ports/388648 >> >> Log: >> - Update asterisk11 to 11.18.0 >> - Update asterisk13 to 13.4.0 >> - Add experimental option to allow using base compiler instead of >> ports gcc (mainly meant to allow compiling with clang) > > Note, it's GCC these days (and I just checked, the other cases > in the ports tree use this spelling), so I went ahead and made > this change to these two ports. I have no objection with your change, I waa unsure what spelling to use when I added that option. > > Perhaps we can abstract this into a global GCC_DESC at one point? > As someone already expressed it's not easy. Asterisk uses it to mean the pretty standard "Use GCC to compile this, even if clang is available". Problem is sometimes GCC is used to mean "any GCC, GCC from base is ok" some other times it means "I want a modern GCC, GCC from base isn't good enough". Descriptions aren't always making this really clear also. In recent releases asterisk can be compiled with clang, but I have observed it core dump sometimes when compiled with clang, while working flawlessly with gcc so I left the default there. IMHO usually the GCC option should be meant to be used when one wants GCC from ports, while using a base compiler should should be a default or the alternative. -- Guido Falsi From owner-svn-ports-head@freebsd.org Mon Nov 9 07:46:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF311A2AF2F; Mon, 9 Nov 2015 07:46:27 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71D53138F; Mon, 9 Nov 2015 07:46:27 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA97kQah087290; Mon, 9 Nov 2015 07:46:26 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA97kQnk087286; Mon, 9 Nov 2015 07:46:26 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201511090746.tA97kQnk087286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Mon, 9 Nov 2015 07:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401084 - in head/www: . py-django-bootstrap-form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 07:46:27 -0000 Author: alfred (src committer) Date: Mon Nov 9 07:46:26 2015 New Revision: 401084 URL: https://svnweb.freebsd.org/changeset/ports/401084 Log: new port: django bootstrap forms Differential Revision: https://reviews.freebsd.org/D1167 Added: head/www/py-django-bootstrap-form/ head/www/py-django-bootstrap-form/Makefile (contents, props changed) head/www/py-django-bootstrap-form/distinfo (contents, props changed) head/www/py-django-bootstrap-form/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 9 06:08:49 2015 (r401083) +++ head/www/Makefile Mon Nov 9 07:46:26 2015 (r401084) @@ -1519,6 +1519,7 @@ SUBDIR += py-django-appmedia SUBDIR += py-django-assets SUBDIR += py-django-auth-ldap + SUBDIR += py-django-bootstrap-form SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms Added: head/www/py-django-bootstrap-form/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap-form/Makefile Mon Nov 9 07:46:26 2015 (r401084) @@ -0,0 +1,21 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= django-bootstrap-form +PORTVERSION= 3.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Bootstrap forms for django + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django + +.include + Added: head/www/py-django-bootstrap-form/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap-form/distinfo Mon Nov 9 07:46:26 2015 (r401084) @@ -0,0 +1,2 @@ +SHA256 (django-bootstrap-form-3.2.tar.gz) = 015d6e89ea4f90efe68c883702f00a503cecc3cda5b0208b0a9e89eaaff89da3 +SIZE (django-bootstrap-form-3.2.tar.gz) = 4193 Added: head/www/py-django-bootstrap-form/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap-form/pkg-descr Mon Nov 9 07:46:26 2015 (r401084) @@ -0,0 +1,6 @@ +Generate twitter-bootstrap form output for django form + +A simple Django template tag to work with twitter bootstrap ( +http://twitter.github.com/bootstrap/ ) + +WWW: https://pypi.python.org/pypi/django-bootstrap-form From owner-svn-ports-head@freebsd.org Mon Nov 9 08:06:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56BF1A29C74; Mon, 9 Nov 2015 08:06:57 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 043781243; Mon, 9 Nov 2015 08:06:56 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA986t6v093488; Mon, 9 Nov 2015 08:06:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA986taL093486; Mon, 9 Nov 2015 08:06:55 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201511090806.tA986taL093486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 9 Nov 2015 08:06:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401085 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 08:06:57 -0000 Author: mandree Date: Mon Nov 9 08:06:55 2015 New Revision: 401085 URL: https://svnweb.freebsd.org/changeset/ports/401085 Log: Record PuTTY vuln' CVE-2015-5309 (Erase char handling). Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Nov 9 07:46:26 2015 (r401084) +++ head/security/vuxml/vuln.xml Mon Nov 9 08:06:55 2015 (r401085) @@ -58,6 +58,46 @@ Notes: --> + + PuTTY -- memory corruption in terminal emulator's erase character handling + + + putty + 0.540.66 + + + + +

Ben Harris reports:

+
+

Versions of PuTTY and pterm between 0.54 and 0.65 inclusive have a + potentially memory-corrupting integer overflow in the handling of + the ECH (erase characters) control sequence in the terminal + emulator.

+

To exploit a vulnerability in the terminal emulator, an attacker + must be able to insert a carefully crafted escape sequence into the + terminal stream. For a PuTTY SSH session, this must be before + encryption, so the attacker likely needs access to the server you're + connecting to. For instance, an attacker on a multi-user machine + that you connect to could trick you into running cat on a file they + control containing a malicious escape sequence. (Unix write(1) is + not a vector for this, if implemented correctly.)

+

Only PuTTY, PuTTYtel, and pterm are affected; other PuTTY tools do + not include the terminal emulator, so cannot be exploited this + way.

+
+ +
+ + http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-ech-overflow.html + CVE-2015-5309 + + + 2015-11-06 + 2015-11-09 + +
+ OpenOffice 4.1.1 -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Mon Nov 9 08:27:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1F5FA26117; Mon, 9 Nov 2015 08:27:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA0901B35; Mon, 9 Nov 2015 08:27:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA98RfEt099343; Mon, 9 Nov 2015 08:27:41 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA98Rfbj099339; Mon, 9 Nov 2015 08:27:41 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511090827.tA98Rfbj099339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 9 Nov 2015 08:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401086 - head/lang/gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 08:27:42 -0000 Author: gerald Date: Mon Nov 9 08:27:41 2015 New Revision: 401086 URL: https://svnweb.freebsd.org/changeset/ports/401086 Log: "Backport" the -fstack-protector-strong patchset from lang/gcc48 to lang/gcc. PR: 203751, 186852 [1] Submitted by: software-freebsd@interfasys.ch [1] Added: head/lang/gcc/files/patch-stackprotector-gcc - copied unchanged from r401076, head/lang/gcc48/files/patch-stackprotector-gcc head/lang/gcc/files/patch-stackprotector-gcc_c-family - copied unchanged from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_c-family head/lang/gcc/files/patch-stackprotector-gcc_doc - copied unchanged from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_doc head/lang/gcc/files/patch-stackprotector-gcc_testsuite - copied unchanged from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_testsuite Copied: head/lang/gcc/files/patch-stackprotector-gcc (from r401076, head/lang/gcc48/files/patch-stackprotector-gcc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-stackprotector-gcc Mon Nov 9 08:27:41 2015 (r401086, copy of r401076, head/lang/gcc48/files/patch-stackprotector-gcc) @@ -0,0 +1,157 @@ +--- gcc/cfgexpand.c.orig ++++ gcc/cfgexpand.c +@@ -1291,6 +1291,12 @@ + clear_tree_used (t); + } + ++ enum { ++ SPCT_FLAG_DEFAULT = 1, ++ SPCT_FLAG_ALL = 2, ++ SPCT_FLAG_STRONG = 3 ++ }; ++ + /* Examine TYPE and determine a bit mask of the following features. */ + + #define SPCT_HAS_LARGE_CHAR_ARRAY 1 +@@ -1360,7 +1366,8 @@ + if (bits & SPCT_HAS_SMALL_CHAR_ARRAY) + has_short_buffer = true; + +- if (flag_stack_protect == 2) ++ if (flag_stack_protect == SPCT_FLAG_ALL ++ || flag_stack_protect == SPCT_FLAG_STRONG) + { + if ((bits & (SPCT_HAS_SMALL_CHAR_ARRAY | SPCT_HAS_LARGE_CHAR_ARRAY)) + && !(bits & SPCT_HAS_AGGREGATE)) +@@ -1514,6 +1521,27 @@ + return size; + } + ++/* Helper routine to check if a record or union contains an array field. */ ++ ++static int ++record_or_union_type_has_array_p (const_tree tree_type) ++{ ++ tree fields = TYPE_FIELDS (tree_type); ++ tree f; ++ ++ for (f = fields; f; f = DECL_CHAIN (f)) ++ if (TREE_CODE (f) == FIELD_DECL) ++ { ++ tree field_type = TREE_TYPE (f); ++ if (RECORD_OR_UNION_TYPE_P (field_type) ++ && record_or_union_type_has_array_p (field_type)) ++ return 1; ++ if (TREE_CODE (field_type) == ARRAY_TYPE) ++ return 1; ++ } ++ return 0; ++} ++ + /* Expand all variables used in the function. */ + + static rtx +@@ -1525,6 +1553,7 @@ + struct pointer_map_t *ssa_name_decls; + unsigned i; + unsigned len; ++ bool gen_stack_protect_signal = false; + + /* Compute the phase of the stack frame for this function. */ + { +@@ -1575,6 +1604,24 @@ + } + } + pointer_map_destroy (ssa_name_decls); ++ ++ if (flag_stack_protect == SPCT_FLAG_STRONG) ++ FOR_EACH_LOCAL_DECL (cfun, i, var) ++ if (!is_global_var (var)) ++ { ++ tree var_type = TREE_TYPE (var); ++ /* Examine local referenced variables that have their addresses taken, ++ contain an array, or are arrays. */ ++ if (TREE_CODE (var) == VAR_DECL ++ && (TREE_CODE (var_type) == ARRAY_TYPE ++ || TREE_ADDRESSABLE (var) ++ || (RECORD_OR_UNION_TYPE_P (var_type) ++ && record_or_union_type_has_array_p (var_type)))) ++ { ++ gen_stack_protect_signal = true; ++ break; ++ } ++ } + + /* At this point all variables on the local_decls with TREE_USED + set are not associated with any block scope. Lay them out. */ +@@ -1662,12 +1709,32 @@ + dump_stack_var_partition (); + } + +- /* There are several conditions under which we should create a +- stack guard: protect-all, alloca used, protected decls present. */ +- if (flag_stack_protect == 2 +- || (flag_stack_protect +- && (cfun->calls_alloca || has_protected_decls))) +- create_stack_guard (); ++ /* Create stack guard, if ++ a) "-fstack-protector-all" - always; ++ b) "-fstack-protector-strong" - if there are arrays, memory ++ references to local variables, alloca used, or protected decls present; ++ c) "-fstack-protector" - if alloca used, or protected decls present */ ++ ++ switch (flag_stack_protect) ++ { ++ case SPCT_FLAG_ALL: ++ create_stack_guard (); ++ break; ++ ++ case SPCT_FLAG_STRONG: ++ if (gen_stack_protect_signal ++ || cfun->calls_alloca || has_protected_decls) ++ create_stack_guard (); ++ break; ++ ++ case SPCT_FLAG_DEFAULT: ++ if (cfun->calls_alloca || has_protected_decls) ++ create_stack_guard (); ++ break; ++ ++ default: ++ ; ++ } + + /* Assign rtl to each variable based on these partitions. */ + if (stack_vars_num > 0) +@@ -1688,7 +1755,7 @@ + expand_stack_vars (stack_protect_decl_phase_1, &data); + + /* Phase 2 contains other kinds of arrays. */ +- if (flag_stack_protect == 2) ++ if (flag_stack_protect == SPCT_FLAG_ALL) + expand_stack_vars (stack_protect_decl_phase_2, &data); + } + +--- gcc/common.opt.orig ++++ gcc/common.opt +@@ -1942,6 +1942,10 @@ fstack-protector-all + Common Report RejectNegative Var(flag_stack_protect, 2) + Use a stack protection method for every function + ++fstack-protector-strong ++Common Report RejectNegative Var(flag_stack_protect, 3) ++Use a smart stack protection method for certain functions ++ + fstack-usage + Common RejectNegative Var(flag_stack_usage) + Output stack usage information on a per-function basis +--- gcc/gcc.c.orig ++++ gcc/gcc.c +@@ -655,7 +655,7 @@ proper position among the other output files. */ + #ifdef TARGET_LIBC_PROVIDES_SSP + #define LINK_SSP_SPEC "%{fstack-protector:}" + #else +-#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared -lssp}" ++#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-strong|fstack-protector-all:-lssp_nonshared -lssp}" + #endif + #endif Copied: head/lang/gcc/files/patch-stackprotector-gcc_c-family (from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_c-family) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-stackprotector-gcc_c-family Mon Nov 9 08:27:41 2015 (r401086, copy of r401076, head/lang/gcc48/files/patch-stackprotector-gcc_c-family) @@ -0,0 +1,11 @@ +--- gcc/c-family/c-cppbuiltin.c.orig ++++ gcc/c-family/c-cppbuiltin.c +@@ -888,6 +888,8 @@ c_cpp_builtins (cpp_reader *pfile) + /* Make the choice of the stack protector runtime visible to source code. + The macro names and values here were chosen for compatibility with an + earlier implementation, i.e. ProPolice. */ ++ if (flag_stack_protect == 3) ++ cpp_define (pfile, "__SSP_STRONG__=3"); + if (flag_stack_protect == 2) + cpp_define (pfile, "__SSP_ALL__=2"); + else if (flag_stack_protect == 1) Copied: head/lang/gcc/files/patch-stackprotector-gcc_doc (from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_doc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-stackprotector-gcc_doc Mon Nov 9 08:27:41 2015 (r401086, copy of r401076, head/lang/gcc48/files/patch-stackprotector-gcc_doc) @@ -0,0 +1,39 @@ +--- gcc/doc/cpp.texi.orig ++++ gcc/doc/cpp.texi +@@ -2349,6 +2349,10 @@ use. + This macro is defined, with value 2, when @option{-fstack-protector-all} is + in use. + ++@item __SSP_STRONG__ ++This macro is defined, with value 3, when @option{-fstack-protector-strong} is ++in use. ++ + @item __SANITIZE_ADDRESS__ + This macro is defined, with value 1, when @option{-fsanitize=address} is + in use. +--- gcc/doc/invoke.texi.orig ++++ gcc/doc/invoke.texi +@@ -407,8 +407,8 @@ Objective-C and Objective-C++ Dialects}. + -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops @gol + -fshrink-wrap -fsignaling-nans -fsingle-precision-constant @gol + -fsplit-ivs-in-unroller -fsplit-wide-types -fstack-protector @gol +--fstack-protector-all -fstrict-aliasing -fstrict-overflow @gol +--fthread-jumps -ftracer -ftree-bit-ccp @gol ++-fstack-protector-all -fstack-protector-strong -fstrict-aliasing @gol ++-fstrict-overflow -fthread-jumps -ftracer -ftree-bit-ccp @gol + -ftree-builtin-call-dce -ftree-ccp -ftree-ch @gol + -ftree-coalesce-inline-vars -ftree-coalesce-vars -ftree-copy-prop @gol + -ftree-copyrename -ftree-dce -ftree-dominator-opts -ftree-dse @gol +@@ -8957,6 +8957,12 @@ If a guard check fails, an error message is printed and the program exits. + @opindex fstack-protector-all + Like @option{-fstack-protector} except that all functions are protected. + ++@item -fstack-protector-strong ++@opindex fstack-protector-strong ++Like @option{-fstack-protector} but includes additional functions to ++be protected --- those that have local array definitions, or have ++references to local frame addresses. ++ + @item -fsection-anchors + @opindex fsection-anchors + Try to reduce the number of symbolic address calculations by using Copied: head/lang/gcc/files/patch-stackprotector-gcc_testsuite (from r401076, head/lang/gcc48/files/patch-stackprotector-gcc_testsuite) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-stackprotector-gcc_testsuite Mon Nov 9 08:27:41 2015 (r401086, copy of r401076, head/lang/gcc48/files/patch-stackprotector-gcc_testsuite) @@ -0,0 +1,176 @@ +--- /dev/null ++++ gcc/testsuite/g++.dg/fstack-protector-strong.C +@@ -0,0 +1,35 @@ ++/* Test that stack protection is done on chosen functions. */ ++ ++/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ ++/* { dg-options "-O2 -fstack-protector-strong" } */ ++ ++class A ++{ ++public: ++ A() {} ++ ~A() {} ++ void method(); ++ int state; ++}; ++ ++/* Frame address exposed to A::method via "this". */ ++int ++foo1 () ++{ ++ A a; ++ a.method (); ++ return a.state; ++} ++ ++/* Possible destroying foo2's stack via &a. */ ++int ++global_func (A& a); ++ ++/* Frame address exposed to global_func. */ ++int foo2 () ++{ ++ A a; ++ return global_func (a); ++} ++ ++/* { dg-final { scan-assembler-times "stack_chk_fail" 2 } } */ +--- /dev/null ++++ gcc/testsuite/gcc.dg/fstack-protector-strong.c +@@ -0,0 +1,135 @@ ++/* Test that stack protection is done on chosen functions. */ ++ ++/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ ++/* { dg-options "-O2 -fstack-protector-strong" } */ ++ ++#include ++#include ++ ++extern int g0; ++extern int* pg0; ++int ++goo (int *); ++int ++hoo (int); ++ ++/* Function frame address escaped function call. */ ++int ++foo1 () ++{ ++ int i; ++ return goo (&i); ++} ++ ++struct ArrayStruct ++{ ++ int a; ++ int array[10]; ++}; ++ ++struct AA ++{ ++ int b; ++ struct ArrayStruct as; ++}; ++ ++/* Function frame contains array. */ ++int ++foo2 () ++{ ++ struct AA aa; ++ int i; ++ for (i = 0; i < 10; ++i) ++ { ++ aa.as.array[i] = i * (i-1) + i / 2; ++ } ++ return aa.as.array[5]; ++} ++ ++/* Address computation based on a function frame address. */ ++int ++foo3 () ++{ ++ int a; ++ int *p; ++ p = &a + 5; ++ return goo (p); ++} ++ ++/* Address cast based on a function frame address. */ ++int ++foo4 () ++{ ++ int a; ++ return goo (g0 << 2 ? (int *)(3 * (long)(void *)(&a)) : 0); ++} ++ ++/* Address cast based on a local array. */ ++int ++foo5 () ++{ ++ short array[10]; ++ return goo ((int *)(array + 5)); ++} ++ ++struct BB ++{ ++ int one; ++ int two; ++ int three; ++}; ++ ++/* Address computaton based on a function frame address.*/ ++int ++foo6 () ++{ ++ struct BB bb; ++ return goo (&bb.one + sizeof(int)); ++} ++ ++/* Function frame address escaped via global variable. */ ++int ++foo7 () ++{ ++ int a; ++ pg0 = &a; ++ goo (pg0); ++ return *pg0; ++} ++ ++/* Check that this covers -fstack-protector. */ ++int ++foo8 () ++{ ++ char base[100]; ++ memcpy ((void *)base, (const void *)pg0, 105); ++ return (int)(base[32]); ++} ++ ++/* Check that this covers -fstack-protector. */ ++int ++foo9 () ++{ ++ char* p = alloca (100); ++ return goo ((int *)(p + 50)); ++} ++ ++int ++global2 (struct BB* pbb); ++ ++/* Address taken on struct. */ ++int ++foo10 () ++{ ++ struct BB bb; ++ int i; ++ bb.one = global2 (&bb); ++ for (i = 0; i < 10; ++i) ++ { ++ bb.two = bb.one + bb.two; ++ bb.three = bb.one + bb.two + bb.three; ++ } ++ return bb.three; ++} ++ ++/* { dg-final { scan-assembler-times "stack_chk_fail" 10 } } */ From owner-svn-ports-head@freebsd.org Mon Nov 9 09:18:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8096FA29511; Mon, 9 Nov 2015 09:18:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AFC61938; Mon, 9 Nov 2015 09:18:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA99IMAS014335; Mon, 9 Nov 2015 09:18:22 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA99IMFA014333; Mon, 9 Nov 2015 09:18:22 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201511090918.tA99IMFA014333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 9 Nov 2015 09:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401087 - head/security/putty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 09:18:23 -0000 Author: mandree Date: Mon Nov 9 09:18:22 2015 New Revision: 401087 URL: https://svnweb.freebsd.org/changeset/ports/401087 Log: Update to new upstream release 0.66 (security fix). Switch to USES=gssapi:mit. Security: CVE-2015-5309 Security: 0cb0afd9-86b8-11e5-bf60-080027ef73ec Modified: head/security/putty/Makefile head/security/putty/distinfo Modified: head/security/putty/Makefile ============================================================================== --- head/security/putty/Makefile Mon Nov 9 08:27:41 2015 (r401086) +++ head/security/putty/Makefile Mon Nov 9 09:18:22 2015 (r401087) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.65 +PORTVERSION= 0.66 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -45,7 +45,7 @@ MAKE_ARGS+= GTK_CONFIG=: .if ${PORT_OPTIONS:MGSSAPI} _COMPAT= -DSTATIC_GSSAPI -LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 +USES+= gssapi:mit .else _COMPAT= -DNO_GSSAPI .endif Modified: head/security/putty/distinfo ============================================================================== --- head/security/putty/distinfo Mon Nov 9 08:27:41 2015 (r401086) +++ head/security/putty/distinfo Mon Nov 9 09:18:22 2015 (r401087) @@ -1,2 +1,2 @@ -SHA256 (putty-0.65.tar.gz) = d543c1fd4944ea51d46d4abf31bfb8cde9bd1c65cb36dc6b83e51ce875660ca0 -SIZE (putty-0.65.tar.gz) = 1937861 +SHA256 (putty-0.66.tar.gz) = fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993 +SIZE (putty-0.66.tar.gz) = 1948323 From owner-svn-ports-head@freebsd.org Mon Nov 9 09:29:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01D14A29B8E; Mon, 9 Nov 2015 09:29:09 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A264917F0; Mon, 9 Nov 2015 09:29:08 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA99T7CE017848; Mon, 9 Nov 2015 09:29:07 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA99T7UX017845; Mon, 9 Nov 2015 09:29:07 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201511090929.tA99T7UX017845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Mon, 9 Nov 2015 09:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401088 - in head/databases: db48 db5 db6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 09:29:09 -0000 Author: andrew (src committer) Date: Mon Nov 9 09:29:07 2015 New Revision: 401088 URL: https://svnweb.freebsd.org/changeset/ports/401088 Log: As with armv6 we need to use POSIX mutexes. Without this the ports try to use fcntl mutexes and fails as they are deprecated. Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D4107 Modified: head/databases/db48/Makefile head/databases/db5/Makefile head/databases/db6/Makefile Modified: head/databases/db48/Makefile ============================================================================== --- head/databases/db48/Makefile Mon Nov 9 09:18:22 2015 (r401087) +++ head/databases/db48/Makefile Mon Nov 9 09:29:07 2015 (r401088) @@ -35,7 +35,7 @@ USE_LDCONFIG= yes .include -.if ${ARCH} == "armv6" +.if ${ARCH} == "aarch64" || ${ARCH} == "armv6" # db48 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 CONFIGURE_ARGS+= --enable-posixmutexes .endif Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Mon Nov 9 09:18:22 2015 (r401087) +++ head/databases/db5/Makefile Mon Nov 9 09:29:07 2015 (r401088) @@ -39,7 +39,7 @@ SQL_DESC= Enable SQL API (EXPERIMENTAL) .include -.if ${ARCH} == "armv6" +.if ${ARCH} == "aarch64" || ${ARCH} == "armv6" # db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 CONFIGURE_ARGS+= --enable-posixmutexes .endif Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Mon Nov 9 09:18:22 2015 (r401087) +++ head/databases/db6/Makefile Mon Nov 9 09:29:07 2015 (r401088) @@ -40,7 +40,7 @@ SQL_DESC= Enable SQL API (EXPERIMENTAL) .include -.if ${ARCH} == "armv6" +.if ${ARCH} == "aarch64" || ${ARCH} == "armv6" # db6 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 CONFIGURE_ARGS+= --enable-posixmutexes .endif From owner-svn-ports-head@freebsd.org Mon Nov 9 10:08:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83965A2AAFA; Mon, 9 Nov 2015 10:08:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1EB178C; Mon, 9 Nov 2015 10:08:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-91-186-144-215.dsl.sil.at [91.186.144.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id A0ADC3F445; Mon, 9 Nov 2015 05:08:00 -0500 (EST) Date: Mon, 9 Nov 2015 11:07:58 +0100 (CET) From: Gerald Pfeifer To: Daniel Lin cc: Kurt Jaeger , =?ISO-8859-15?Q?Fran=E7ois_Charlier?= , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398375 - head/www/node In-Reply-To: Message-ID: References: <201510011746.t91HkPee014858@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 10:08:03 -0000 Hi Daniel, On Mon, 9 Nov 2015, Daniel Lin wrote: > I've got 9.3 build error report of www/node-devel, it maybe let gcc > mini version set to 4.8 better. I am not sure I understand. If you means using something like USE_GCC=4.8+, than this is exactly what USE_GCC=yes expands to right now. ;-) So that shouldn't make any difference. Gerald From owner-svn-ports-head@freebsd.org Mon Nov 9 10:50:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFE91A29912; Mon, 9 Nov 2015 10:50:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A327129D; Mon, 9 Nov 2015 10:50:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9AoknB041591; Mon, 9 Nov 2015 10:50:46 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9AokNK041590; Mon, 9 Nov 2015 10:50:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511091050.tA9AokNK041590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 9 Nov 2015 10:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401089 - head/www/mod_spdy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 10:50:47 -0000 Author: gerald Date: Mon Nov 9 10:50:46 2015 New Revision: 401089 URL: https://svnweb.freebsd.org/changeset/ports/401089 Log: Adjust GCC_DESC to match the current situation (and be more resilient to changes around USE_GCC going forward). Modified: head/www/mod_spdy/Makefile Modified: head/www/mod_spdy/Makefile ============================================================================== --- head/www/mod_spdy/Makefile Mon Nov 9 09:29:07 2015 (r401088) +++ head/www/mod_spdy/Makefile Mon Nov 9 10:50:46 2015 (r401089) @@ -46,7 +46,7 @@ SUB_FILES+= mod_spdy.conf SUB_LIST+= APACHEMODDIR=${APACHEMODDIR} OPTIONS_DEFINE= GCC DEBUG -GCC_DESC= Build mod_spdy with GCC 4.6+ +GCC_DESC= Build with current GCC .include From owner-svn-ports-head@freebsd.org Mon Nov 9 10:57:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32FEAA29C26; Mon, 9 Nov 2015 10:57:10 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFBA817E0; Mon, 9 Nov 2015 10:57:09 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Av9Zr043731; Mon, 9 Nov 2015 10:57:09 GMT (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Av8tF043729; Mon, 9 Nov 2015 10:57:08 GMT (envelope-from tobez@FreeBSD.org) Message-Id: <201511091057.tA9Av8tF043729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobez set sender to tobez@FreeBSD.org using -f From: Anton Berezin Date: Mon, 9 Nov 2015 10:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401090 - head/converters/p5-Number-Nary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 10:57:10 -0000 Author: tobez Date: Mon Nov 9 10:57:08 2015 New Revision: 401090 URL: https://svnweb.freebsd.org/changeset/ports/401090 Log: Update to 1.100312. Changes: 1.100312 2013-10-06 22:53:10 America/New_York yet further packaging fixes (repo, bugtracker) Modified: head/converters/p5-Number-Nary/Makefile head/converters/p5-Number-Nary/distinfo Modified: head/converters/p5-Number-Nary/Makefile ============================================================================== --- head/converters/p5-Number-Nary/Makefile Mon Nov 9 10:50:46 2015 (r401089) +++ head/converters/p5-Number-Nary/Makefile Mon Nov 9 10:57:08 2015 (r401090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Nary -PORTVERSION= 1.100311 -PORTREVISION= 1 +PORTVERSION= 1.100312 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-Number-Nary/distinfo ============================================================================== --- head/converters/p5-Number-Nary/distinfo Mon Nov 9 10:50:46 2015 (r401089) +++ head/converters/p5-Number-Nary/distinfo Mon Nov 9 10:57:08 2015 (r401090) @@ -1,2 +1,2 @@ -SHA256 (Number-Nary-1.100311.tar.gz) = 0124a551221994b5dda0f06f323e57516ed9e3f7f3ba3f9550bbcadb945d8c47 -SIZE (Number-Nary-1.100311.tar.gz) = 13903 +SHA256 (Number-Nary-1.100312.tar.gz) = 339845c881006ab757510b5da6dbb3146c6c2cb7366ac27eaa44c6fe77c3b33a +SIZE (Number-Nary-1.100312.tar.gz) = 17123 From owner-svn-ports-head@freebsd.org Mon Nov 9 11:00:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B333A29CA2; Mon, 9 Nov 2015 11:00:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE6A11903; Mon, 9 Nov 2015 11:00:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9B05Ng043956; Mon, 9 Nov 2015 11:00:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9B05rq043954; Mon, 9 Nov 2015 11:00:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511091100.tA9B05rq043954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 9 Nov 2015 11:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401091 - head/devel/fossil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 11:00:07 -0000 Author: bapt Date: Mon Nov 9 11:00:05 2015 New Revision: 401091 URL: https://svnweb.freebsd.org/changeset/ports/401091 Log: Update to 1.34 Changes: - Make the fossil clean command undoable for files less than 10MiB. - Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. - Add the new amend command which is used to modify tags of a "check-in". - Fix bug in import command, handling version 3 of the svndump format for subversion. - Add the all cache command. - TH1 enhancements: * Add minimal [lsearch] command. Only exact case-sensitive matching is supported. * Add the [glob_match], [markdown], [dir], and [encode64] commands. * Add the [tclIsSafe] and [tclMakeSafe] commands to the Tcl integration subsystem. * Add 'double', 'integer', and 'list' classes to the [string is] command. - Add the --undo option to the diff command. - Build-in Antirez's "linenoise" command-line editing library for use with the fossil sql command on Unix platforms. - Add stash cat as an alias for the stash show command. - Automatically pull before fossil merge when auto-sync is enabled. - Fix --hard option to fossil mv and fossil rm to enable them to work properly with certain relative paths. - Change the mimetype for ".n" and ".man" files to text/plain. - Display improvements in the fossil bisect chart command. - Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 support (both currently unused within Fossil). Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Mon Nov 9 10:57:08 2015 (r401090) +++ head/devel/fossil/Makefile Mon Nov 9 11:00:05 2015 (r401091) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 1.33 +PORTVERSION= 1.34 PORTEPOCH= 2 -PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ DISTVERSIONPREFIX= src- @@ -22,8 +21,6 @@ USE_OPENSSL= yes USE_RC_SUBR= fossil MAKE_JOBS_UNSAFE=yes -CONFIGURE_ARGS= --disable-lineedit - OPTIONS_DEFINE= JSON FUSE STATIC OPTIONS_DEFAULT= JSON JSON_DESC= JSON API support Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Mon Nov 9 10:57:08 2015 (r401090) +++ head/devel/fossil/distinfo Mon Nov 9 11:00:05 2015 (r401091) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-1.33.tar.gz) = 6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e -SIZE (fossil-src-1.33.tar.gz) = 4147878 +SHA256 (fossil-src-1.34.tar.gz) = 53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f +SIZE (fossil-src-1.34.tar.gz) = 4449452 From owner-svn-ports-head@freebsd.org Mon Nov 9 11:40:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 488E1A2A6C7; Mon, 9 Nov 2015 11:40:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA19C1CCC; Mon, 9 Nov 2015 11:40:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9BedEj055558; Mon, 9 Nov 2015 11:40:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Bec19055555; Mon, 9 Nov 2015 11:40:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511091140.tA9Bec19055555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Nov 2015 11:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401092 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 11:40:40 -0000 Author: mat Date: Mon Nov 9 11:40:38 2015 New Revision: 401092 URL: https://svnweb.freebsd.org/changeset/ports/401092 Log: Update to commit e13d04f. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile head/dns/bind9-devel/distinfo Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Nov 9 11:00:05 2015 (r401091) +++ head/dns/bind9-devel/Makefile Mon Nov 9 11:40:38 2015 (r401092) @@ -6,8 +6,12 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind +#MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= PKGNAMESUFFIX= 9-devel -DISTNAME= ${PORTNAME}-${HASH} +DISTNAME= ${PORTNAME}9-${HASH} + +# Force the filename when fetched from the ISC gitweb. +FETCH_BEFORE_ARGS= -o ${DISTFILES} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 @@ -15,12 +19,12 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20151106 -HASH= f4b1a7e +ISCVERSION= 9.11.0.a20151109 +HASH= e13d04f MAKE_JOBS_UNSAFE= yes -USES= cpe libedit tar:xz +USES= cpe libedit CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -207,13 +211,6 @@ PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * -make-distfile: - git pull; \ - git show-ref --abbrev HEAD; \ - rev=`git rev-parse --short HEAD`; \ - git archive --format tar -o bind-$${rev}.tar --prefix bind-$${rev}/ $${rev}; \ - xz -v9 bind-$${rev}.tar - post-extract: echo "SRCID=${HASH}" > ${WRKSRC}/srcid Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Nov 9 11:00:05 2015 (r401091) +++ head/dns/bind9-devel/distinfo Mon Nov 9 11:40:38 2015 (r401092) @@ -1,2 +1,2 @@ -SHA256 (bind-f4b1a7e.tar.xz) = f586654809b7e7425a23934cd6a3f7e81441738d2d45800adf84ee9b4295bd35 -SIZE (bind-f4b1a7e.tar.xz) = 6799880 +SHA256 (bind9-e13d04f.tar.gz) = a1d58d7498c9603e2951d834547b33c50f1f4cee7d1543d65c335af0498db62e +SIZE (bind9-e13d04f.tar.gz) = 10994697 From owner-svn-ports-head@freebsd.org Mon Nov 9 11:40:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21371A2A6E8; Mon, 9 Nov 2015 11:40:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E83B91CF0; Mon, 9 Nov 2015 11:40:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9BehOj055704; Mon, 9 Nov 2015 11:40:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9BehpW055700; Mon, 9 Nov 2015 11:40:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511091140.tA9BehpW055700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Nov 2015 11:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401093 - in head/lang/perl5-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 11:40:45 -0000 Author: mat Date: Mon Nov 9 11:40:43 2015 New Revision: 401093 URL: https://svnweb.freebsd.org/changeset/ports/401093 Log: Update to v5.23.4-84-g28aaeb3. Changes: https://github.com/Perl/perl5/compare/v5.23.4-68-g0ad694a...v5.23.4-84-g28aaeb3 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/files/patch-perl.c head/lang/perl5-devel/files/patch-t_porting_customized.dat Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Nov 9 11:40:38 2015 (r401092) +++ head/lang/perl5-devel/Makefile Mon Nov 9 11:40:43 2015 (r401093) @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.4-68-g0ad694a +GH_TAGNAME= v5.23.4-84-g28aaeb3 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Nov 9 11:40:38 2015 (r401092) +++ head/lang/perl5-devel/distinfo Mon Nov 9 11:40:43 2015 (r401093) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.4-68_GH0.tar.gz) = e10147caffa2cf69783d390d824228bfd478189180d3629d627f4cfbf1d4a0ce -SIZE (perl/perl-5.23.4-68_GH0.tar.gz) = 17607584 +SHA256 (perl/perl-5.23.4-84_GH0.tar.gz) = d89f58f3a64a62fa297776fb89e67a959bdc46f661d5a1483f86caa17de17469 +SIZE (perl/perl-5.23.4-84_GH0.tar.gz) = 17608237 Modified: head/lang/perl5-devel/files/patch-perl.c ============================================================================== --- head/lang/perl5-devel/files/patch-perl.c Mon Nov 9 11:40:38 2015 (r401092) +++ head/lang/perl5-devel/files/patch-perl.c Mon Nov 9 11:40:43 2015 (r401093) @@ -1,18 +1,23 @@ ---- perl.c.orig 2015-10-19 08:07:11 UTC +--- perl.c.orig 2015-11-03 12:56:07 UTC +++ perl.c -@@ -1806,18 +1806,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1806,23 +1806,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); --#ifdef __DATE__ --# ifdef __TIME__ +-#ifndef PERL_BUILD_DATE +-# ifdef __DATE__ +-# ifdef __TIME__ +-# define PERL_BUILD_DATE __DATE__ " " __TIME__ +-# else +-# define PERL_BUILD_DATE __DATE__ +-# endif +-# endif +-#endif +- +-#ifdef PERL_BUILD_DATE - PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " __DATE__ " " __TIME__), +- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), - SVs_TEMP)); --# else -- PUSHs(Perl_newSVpvn_flags(aTHX_ STR_WITH_LEN("Compiled on " __DATE__), -- SVs_TEMP)); --# endif -#else PUSHs(&PL_sv_undef); -#endif Modified: head/lang/perl5-devel/files/patch-t_porting_customized.dat ============================================================================== --- head/lang/perl5-devel/files/patch-t_porting_customized.dat Mon Nov 9 11:40:38 2015 (r401092) +++ head/lang/perl5-devel/files/patch-t_porting_customized.dat Mon Nov 9 11:40:43 2015 (r401093) @@ -1,4 +1,4 @@ ---- t/porting/customized.dat.orig 2015-10-19 08:07:11 UTC +--- t/porting/customized.dat.orig 2015-11-03 12:56:07 UTC +++ t/porting/customized.dat @@ -8,7 +8,7 @@ ExtUtils::MakeMaker cpan/ExtUtils-MakeMa ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/vstrings.t 90035a2bdbf45f15b9c3196d072d7cba7e662871 @@ -6,6 +6,6 @@ Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086 -Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm dcd53fba13060dbb71b1b5861fbc5c0881c8625a +Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 42acfd829eb9ebb981335822c52695bd208ac463 - Pod::Simple cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm 4108633c4f40f7f63c5a0245df2b07a4a2f22fec - Pod::Simple cpan/Pod-Simple/lib/Pod/Simple/Search.pm 7a48823f9faec6d6bbef08060e679e46ccf60bc8 - Pod::Simple cpan/Pod-Simple/t/search10.t 776e41bf3494da010f306e0f6cadd416d84671a0 + Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util.pm 62d2a82a811b531a3fd25cb60c4c2ef943858892 + Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util/XS.pm 08abbe1a707927cee53e85ba85d6bd35c1c2ae50 + Scalar-List-Utils cpan/Scalar-List-Utils/lib/Scalar/Util.pm 7f1e6eb11105623200ef9cdcb881545ccb769ded From owner-svn-ports-head@freebsd.org Mon Nov 9 12:01:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E08E5A2AEE4; Mon, 9 Nov 2015 12:01:08 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE6BC189B; Mon, 9 Nov 2015 12:01:08 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-188-118-249-117.dsl.sil.at [188.118.249.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 0E5F53F447; Mon, 9 Nov 2015 07:01:05 -0500 (EST) Date: Mon, 9 Nov 2015 13:01:04 +0100 (CET) From: Gerald Pfeifer To: Adam Weinberger , Alexey Dokuchaev , Guido Falsi cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 In-Reply-To: <564044BC.5050203@FreeBSD.org> Message-ID: References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:01:09 -0000 On Sun, 8 Nov 2015, Adam Weinberger wrote: > What are some of the other common intentions of a GCC option? Here is the full list I found: cad/ghdl/Makefile:GCC_DESC= Code generator is GCC (mature) lang/erlang-runtime15/Makefile:GCC_DESC= Use current GCC lang/erlang-runtime16/Makefile:GCC_DESC= Use current GCC lang/erlang-runtime17/Makefile:GCC_DESC= Use current GCC lang/erlang-runtime18/Makefile:GCC_DESC= Use current GCC lang/erlang/Makefile:GCC_DESC= Use current GCC lang/gambit-c/Makefile:GCC_DESC= Build with GCC lang/ghc/Makefile:GCC_DESC= Build with GCC (from ports) lang/ghc/bsd.cabal.options.mk:GCC_DESC= Build with GCC (from ports) multimedia/x264/Makefile:GCC_DESC= Use current GCC net/asterisk11/Makefile:GCC_DESC= Use GCC from ports net/asterisk13/Makefile:GCC_DESC= Use GCC from ports security/cryptopp/Makefile:GCC_DESC= Build with current GCC www/mod_spdy/Makefile:GCC_DESC= Build with current GCC On Mon, 9 Nov 2015, Alexey Dokuchaev wrote: > OTOH, those cases should be a minority, so having sensible defaul GCC_DESC > makes sense after all. Shall it be "Use GCC from ports" or "Build with > current GCC"? Looking at the above I'd vouch for "Build with current GCC" which should work for all but cad/ghdl. Which can easily keep it's current wording (and thus override the default). On Mon, 9 Nov 2015, Guido Falsi wrote: > IMHO usually the GCC option should be meant to be used when one wants > GCC from ports, while using a base compiler should should be a default > or the alternative. Sooo, any objections towards adding the following Index: Mk/bsd.options.desc.mk =================================================================== --- Mk/bsd.options.desc.mk (revision 401088) +++ Mk/bsd.options.desc.mk (working copy) @@ -102,6 +102,7 @@ FTP_DESC?= FTP protocol support FTPS_DESC?= FTP with SSL/TLS support FUSE_DESC?= FUSE (Filesystem in Userspace) support +GCC?= Build with current GCC GCONF_DESC?= GConf configuration backend support GCRYPT_DESC?= Use GNU crypt library instead of OpenSSL GD_DESC?= GD graphics library support and removing GCC_DESC= from all Makefiles except for cad/ghdl/Makefile? Gerald From owner-svn-ports-head@freebsd.org Mon Nov 9 12:17:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0861A29688; Mon, 9 Nov 2015 12:17:24 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A75D41219; Mon, 9 Nov 2015 12:17:23 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A150F43BA9; Mon, 9 Nov 2015 06:08:46 -0600 (CST) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 To: Gerald Pfeifer , Adam Weinberger , Alexey Dokuchaev , Guido Falsi References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <56408CCC.20302@marino.st> Date: Mon, 9 Nov 2015 13:08:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:17:24 -0000 On 11/9/2015 1:01 PM, Gerald Pfeifer wrote: > Sooo, any objections towards adding the following > > Index: Mk/bsd.options.desc.mk > =================================================================== > --- Mk/bsd.options.desc.mk (revision 401088) > +++ Mk/bsd.options.desc.mk (working copy) > @@ -102,6 +102,7 @@ > FTP_DESC?= FTP protocol support > FTPS_DESC?= FTP with SSL/TLS support > FUSE_DESC?= FUSE (Filesystem in Userspace) support > +GCC?= Build with current GCC > GCONF_DESC?= GConf configuration backend support > GCRYPT_DESC?= Use GNU crypt library instead of OpenSSL > GD_DESC?= GD graphics library support > > and removing GCC_DESC= from all Makefiles except for cad/ghdl/Makefile? > That would have been my suggestion too. John From owner-svn-ports-head@freebsd.org Mon Nov 9 12:22:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57FA9A298B8; Mon, 9 Nov 2015 12:22:01 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EDFE1608; Mon, 9 Nov 2015 12:22:00 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 37FD843BA9; Mon, 9 Nov 2015 06:21:58 -0600 (CST) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Reply-To: marino@freebsd.org References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> To: Gerald Pfeifer , Adam Weinberger , Alexey Dokuchaev , Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino Message-ID: <56408FE3.9040105@marino.st> Date: Mon, 9 Nov 2015 13:21:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <56408CCC.20302@marino.st> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:22:01 -0000 On 11/9/2015 1:08 PM, John Marino wrote: > On 11/9/2015 1:01 PM, Gerald Pfeifer wrote: >> Sooo, any objections towards adding the following >> >> Index: Mk/bsd.options.desc.mk >> =================================================================== >> --- Mk/bsd.options.desc.mk (revision 401088) >> +++ Mk/bsd.options.desc.mk (working copy) >> @@ -102,6 +102,7 @@ >> FTP_DESC?= FTP protocol support >> FTPS_DESC?= FTP with SSL/TLS support >> FUSE_DESC?= FUSE (Filesystem in Userspace) support >> +GCC?= Build with current GCC >> GCONF_DESC?= GConf configuration backend support >> GCRYPT_DESC?= Use GNU crypt library instead of OpenSSL >> GD_DESC?= GD graphics library support >> >> and removing GCC_DESC= from all Makefiles except for cad/ghdl/Makefile? >> > > > That would have been my suggestion too. By the way, it would be "GCC_DESC?=" not "GCC?=" "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? Or "appropriate GCC" ? I think the wording would confuse users too. John From owner-svn-ports-head@freebsd.org Mon Nov 9 12:31:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8530A29BE9; Mon, 9 Nov 2015 12:31:30 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A51441D41; Mon, 9 Nov 2015 12:31:30 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9CVTPj071148; Mon, 9 Nov 2015 12:31:29 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9CVThn071145; Mon, 9 Nov 2015 12:31:29 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201511091231.tA9CVThn071145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 9 Nov 2015 12:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401094 - head/security/stunnel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:31:30 -0000 Author: zi Date: Mon Nov 9 12:31:29 2015 New Revision: 401094 URL: https://svnweb.freebsd.org/changeset/ports/401094 Log: - Update to 5.26 Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Mon Nov 9 11:40:43 2015 (r401093) +++ head/security/stunnel/Makefile Mon Nov 9 12:31:29 2015 (r401094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.26b1 +PORTVERSION= 5.26 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ https://www.stunnel.org/downloads/beta/ \ @@ -31,7 +31,6 @@ USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes USE_RC_SUBR= stunnel -WRKSRC= ${WRKDIR}/${PORTNAME}-5.26 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static --disable-systemd \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Mon Nov 9 11:40:43 2015 (r401093) +++ head/security/stunnel/distinfo Mon Nov 9 12:31:29 2015 (r401094) @@ -1,2 +1,2 @@ -SHA256 (stunnel-5.26b1.tar.gz) = 64584485ee97132e3b49885ecca30109cffd13b33751c63b5e3c6ee83b9b35a0 -SIZE (stunnel-5.26b1.tar.gz) = 635670 +SHA256 (stunnel-5.26.tar.gz) = 2c90d469011eed8dc94f003013e3c055de6fdb687ef1e71fa004281d7f7c2726 +SIZE (stunnel-5.26.tar.gz) = 635710 From owner-svn-ports-head@freebsd.org Mon Nov 9 12:39:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04420A29E50; Mon, 9 Nov 2015 12:39:15 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53FC1097; Mon, 9 Nov 2015 12:39:14 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9CdDvg073764; Mon, 9 Nov 2015 12:39:13 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9CdDix073762; Mon, 9 Nov 2015 12:39:13 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511091239.tA9CdDix073762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 9 Nov 2015 12:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401095 - in head/sysutils/riak-cs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:39:15 -0000 Author: wg Date: Mon Nov 9 12:39:13 2015 New Revision: 401095 URL: https://svnweb.freebsd.org/changeset/ports/401095 Log: sysutils/riak-cs: fix rc.d script regarding hyphens and shell script Added: head/sysutils/riak-cs/files/riak_cs.in - copied, changed from r401094, head/sysutils/riak-cs/files/riak-cs.in Deleted: head/sysutils/riak-cs/files/riak-cs.in Modified: head/sysutils/riak-cs/Makefile Modified: head/sysutils/riak-cs/Makefile ============================================================================== --- head/sysutils/riak-cs/Makefile Mon Nov 9 12:31:29 2015 (r401094) +++ head/sysutils/riak-cs/Makefile Mon Nov 9 12:39:13 2015 (r401095) @@ -2,7 +2,7 @@ PORTNAME= riak-cs PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ @@ -19,7 +19,7 @@ USES= gmake readline shebangfix SHEBANG_FILES= deps/eper/priv/bin/dtop \ deps/eper/priv/bin/ntop \ deps/eper/priv/bin/redbug -USE_RC_SUBR= riak-cs +USE_RC_SUBR= riak_cs USERS= riakcs GROUPS= riak Copied and modified: head/sysutils/riak-cs/files/riak_cs.in (from r401094, head/sysutils/riak-cs/files/riak-cs.in) ============================================================================== --- head/sysutils/riak-cs/files/riak-cs.in Mon Nov 9 12:31:29 2015 (r401094, copy source) +++ head/sysutils/riak-cs/files/riak_cs.in Mon Nov 9 12:39:13 2015 (r401095) @@ -13,31 +13,31 @@ . /etc/rc.subr -name="riak-cs" +name=riak_cs rcvar=riak_cs_enable pidfile=/var/run/riak-cs/riak-cs.pid -start_cmd="riak-cs_start" -stop_cmd="riak-cs_stop" -restart_cdm="riak-cs_restart" -status_cmd="riak-cs_status" +start_cmd="riak_cs_start" +stop_cmd="riak_cs_stop" +restart_cdm="riak_cs_restart" +status_cmd="riak_cs_status" command="%%PREFIX%%/sbin/riak-cs" load_rc_config $name # Read rc.d config and set defaults load_rc_config "$name" -: ${riak-cs_enable="NO"} +: ${riak_cs_enable="NO"} -riak-cs_start() +riak_cs_start() { echo "Starting Riak." %%PREFIX%%/sbin/riak-cs start return 0 } -riak-cs_stop() +riak_cs_stop() { echo "Stopping Riak processes" %%PREFIX%%/sbin/riak-cs stop @@ -45,16 +45,16 @@ riak-cs_stop() return 0 } -riak-cs_restart() +riak_cs_restart() { - riak-cs_stop - riak-cs_start + riak_cs_stop + riak_cs_start return 0 } -riak-cs_status() +riak_cs_status() { - if riak-cs_running; then + if riak_cs_running; then echo "Riak is running." return 0 else @@ -63,7 +63,7 @@ riak-cs_status() fi } -riak-cs_running() +riak_cs_running() { local pid result ps pid=`%%PREFIX%%/sbin/riak-cs getpid` From owner-svn-ports-head@freebsd.org Mon Nov 9 12:45:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A63A3A2A00A; Mon, 9 Nov 2015 12:45:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A66214CF; Mon, 9 Nov 2015 12:45:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-188-118-249-117.dsl.sil.at [188.118.249.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 52D963F427; Mon, 9 Nov 2015 07:45:39 -0500 (EST) Date: Mon, 9 Nov 2015 13:45:37 +0100 (CET) From: Gerald Pfeifer To: John Marino cc: Adam Weinberger , Alexey Dokuchaev , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 In-Reply-To: <56408FE3.9040105@marino.st> Message-ID: References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> <56408FE3.9040105@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:45:42 -0000 On Mon, 9 Nov 2015, John Marino wrote: > By the way, it would be "GCC_DESC?=" not "GCC?=" Good catch, fixed. > "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? > Or "appropriate GCC" ? I think the wording would confuse users too. I guess the full version would be "Use GCC, just not the crappy old version in base of older versions of FreeBSD" (except for lang/gambit-c and cad/ghdl). Perhaps GCC_DESC?= Use GCC (from ports) ? I don't feel strongly, so happy to follow our native speakers. ;-) Gerald From owner-svn-ports-head@freebsd.org Mon Nov 9 12:59:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FDDCA2A2AB; Mon, 9 Nov 2015 12:59:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5221B27; Mon, 9 Nov 2015 12:59:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9CxD6I086461; Mon, 9 Nov 2015 12:59:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Cx4bc086359; Mon, 9 Nov 2015 12:59:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511091259.tA9Cx4bc086359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 9 Nov 2015 12:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401096 - in head: archivers/unalz astro/luna benchmarks/himenobench biology/platon converters/uudx databases/mysqlreport databases/mysqlsla databases/oracle_odbc_driver databases/pure-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 12:59:14 -0000 Author: antoine Date: Mon Nov 9 12:59:03 2015 New Revision: 401096 URL: https://svnweb.freebsd.org/changeset/ports/401096 Log: Mark a few ports BROKEN: unfetchable Modified: head/archivers/unalz/Makefile head/astro/luna/Makefile head/benchmarks/himenobench/Makefile head/biology/platon/Makefile head/converters/uudx/Makefile head/databases/mysqlreport/Makefile head/databases/mysqlsla/Makefile head/databases/oracle_odbc_driver/Makefile head/databases/pure-sql3/Makefile head/deskutils/charmap/Makefile head/devel/aifad/Makefile head/devel/bufferpool/Makefile head/devel/c4/Makefile head/devel/cvs2p4/Makefile head/devel/eiffelstudio/Makefile head/devel/flyspray/Makefile head/devel/frama-c/Makefile head/devel/generate/Makefile head/devel/gitphp/Makefile head/devel/libqxt/Makefile head/devel/mk/Makefile head/devel/obfuscatejs/Makefile head/devel/oniguruma/Makefile head/devel/plan9port/Makefile head/devel/pure-readline/Makefile head/devel/py-EnthoughtBase/Makefile head/devel/py-event/Makefile head/devel/pyside-tools/Makefile head/devel/sourcenav/Makefile head/devel/svnkit/Makefile head/devel/tailor/Makefile head/devel/thrift-c_glib/Makefile head/devel/tpasm/Makefile head/editors/ssam/Makefile head/emulators/hercules/Makefile head/emulators/minivmac/Makefile head/emulators/quasi88/Makefile head/emulators/sim6811/Makefile head/finance/ledgersmb/Makefile head/finance/ledgersmb12/Makefile head/games/adgali/Makefile head/games/arkanoidsb/Makefile head/games/bubble-chains/Makefile head/games/circuslinux/Makefile head/games/crossfire-server/Makefile head/games/d2x/Makefile head/games/excido/Makefile head/games/exult/Makefile head/games/ftjava/Makefile head/games/gma/Makefile head/games/gnake/Makefile head/games/gno3dtet/Makefile head/games/hlstatsx/Makefile head/games/inform/Makefile head/games/latrine/Makefile head/games/lucidlife/Makefile head/games/noegnud-addons/Makefile head/games/noegnud-littlehack/Makefile head/games/noegnud-nethack-deet/Makefile head/games/noegnud-nethack/Makefile head/games/noegnud-slashem/Makefile head/games/orbital_eunuchs_sniper/Makefile head/games/palomino/Makefile head/games/polypuzzle/Makefile head/games/pyching/Makefile head/games/pysycache-themes/Makefile head/games/robocode/Makefile head/games/sdlquake2/Makefile head/games/smiley/Makefile head/games/sudoku/Makefile head/games/syobon/Makefile head/games/teg/Makefile head/games/tuxmath/Makefile head/games/tuxtype/Makefile head/games/uhexen2-extras/Makefile head/games/wmminichess/Makefile head/games/xdeblock/Makefile head/games/xscavenger/Makefile head/games/znibbles/Makefile head/graphics/cadubi/Makefile head/graphics/gifmerge/Makefile head/graphics/giftool/Makefile head/graphics/gmt/Makefile head/graphics/gnofract4d/Makefile head/graphics/gplot/Makefile head/graphics/import-pictures/Makefile head/graphics/ipe/Makefile head/irc/ircproxy/Makefile head/irc/irssi-devel/Makefile head/irc/nefarious/Makefile head/irc/qwebirc/Makefile head/irc/ratbox-respond/Makefile head/irc/slirc/Makefile head/japanese/ack/Makefile head/japanese/e2ps/Makefile head/japanese/guesswork-classic/Makefile head/japanese/jyuroku/Makefile head/japanese/kana-no-quiz/Makefile head/japanese/kpcal/Makefile head/japanese/lynx-current/Makefile head/japanese/lynx/Makefile head/japanese/mtools/Makefile head/japanese/texinfo/Makefile head/japanese/today/Makefile head/lang/alisp/Makefile head/lang/intel2gas/Makefile head/lang/lua-mode.el/Makefile head/lang/maude/Makefile head/lang/p2c/Makefile head/lang/s9fes/Makefile head/lang/sketchy/Makefile head/lang/stalin/Makefile head/mail/atmail/Makefile head/mail/bayespam/Makefile head/mail/dsbl-testers/Makefile head/mail/exact/Makefile head/mail/gld/Makefile head/mail/gnarwl/Makefile head/mail/mailtray/Makefile head/mail/mbox2imap/Makefile head/mail/ml/Makefile head/mail/pflogstats/Makefile head/mail/phpmailer2/Makefile head/mail/pop3gwd/Makefile head/mail/popular/Makefile head/mail/prepflog/Makefile head/mail/qmail-autoresponder/Makefile head/mail/qmail-conf/Makefile head/mail/vqregister/Makefile head/mail/wmpop3/Makefile head/math/dcdflib/Makefile head/math/diehard/Makefile head/math/giacxcas/Makefile head/math/lambda/Makefile head/math/libneural/Makefile head/math/pure-mpfr/Makefile head/math/pure-rational/Makefile head/math/py-plastex/Makefile head/math/sdpa/Makefile head/math/sdpara/Makefile head/math/tomsfastmath/Makefile head/misc/astrolog/Makefile head/misc/boxes/Makefile head/misc/boxquote.el/Makefile head/misc/cuecat/Makefile head/misc/gctpc/Makefile head/misc/grc/Makefile head/misc/pypanda/Makefile head/misc/quotes/Makefile head/misc/utftools/Makefile head/multimedia/devede/Makefile head/multimedia/flvtool++/Makefile head/multimedia/ggrab/Makefile head/multimedia/kmplayer-kde4/Makefile head/multimedia/ogmrip/Makefile head/multimedia/umr/Makefile head/net-im/cicquin/Makefile head/net-im/icb/Makefile head/net-im/pidgin-manualsize/Makefile head/net-im/pidgin-rhythmbox/Makefile head/net-im/py-punjab/Makefile head/net-im/twitmail/Makefile head/net-mgmt/ipfm/Makefile head/net-mgmt/nagios-snmp-plugins/Makefile head/net-mgmt/netmond/Makefile head/net-mgmt/weathermap/Makefile head/net/dbeacon/Makefile head/net/gwhois/Makefile head/net/lam/Makefile head/net/mad_fcl/Makefile head/net/mopd/Makefile head/net/nstxd/Makefile head/net/pure-sockets/Makefile head/net/remmina-plugins/Makefile head/net/sprinkle/Makefile head/net/wakeonlan/Makefile head/news/slnr/Makefile head/palm/pdbar/Makefile head/print/enscriptfonts/Makefile head/print/font2svg/Makefile head/print/kover/Makefile head/print/mup/Makefile head/russian/fortune-bashorgru/Makefile head/science/jmol/Makefile head/science/mol2ps/Makefile head/science/psychopy/Makefile head/security/cryptstring/Makefile head/security/fwlogwatch/Makefile head/security/gpass/Makefile head/security/hlfl/Makefile head/security/ifd-slb_rf60/Makefile head/security/massh/Makefile head/security/openpgpsdk/Makefile head/security/pear-Auth_OpenID/Makefile head/security/py-clamav/Makefile head/security/radiusniff/Makefile head/security/rainbowcrack/Makefile head/security/snortreport/Makefile head/security/sshit/Makefile head/security/trinokiller/Makefile head/security/vlog/Makefile head/sysutils/915resolution/Makefile head/sysutils/apachetop/Makefile head/sysutils/bkpupsd/Makefile head/sysutils/bontmia/Makefile head/sysutils/cronolog-devel/Makefile head/sysutils/cronolog/Makefile head/sysutils/daedalus/Makefile head/sysutils/fusefs-cryptofs/Makefile head/sysutils/hwstat/Makefile head/sysutils/jfbterm/Makefile head/sysutils/mdf2iso/Makefile head/sysutils/pcfclock/Makefile head/sysutils/pcpustat/Makefile head/sysutils/rename/Makefile head/sysutils/rsyncmanager/Makefile head/sysutils/thefish/Makefile head/sysutils/ucspi-unix/Makefile head/sysutils/vlogger/Makefile head/sysutils/xdu/Makefile head/textproc/bib2html/Makefile head/textproc/cbedic/Makefile head/textproc/docbookide.el/Makefile head/textproc/exslt/Makefile head/textproc/gastex/Makefile head/textproc/glpi-plugins-AdditionalReports/Makefile head/textproc/glpi-plugins-DataInjection/Makefile head/textproc/lacheck/Makefile head/textproc/nux/Makefile head/textproc/pure-csv/Makefile head/textproc/pure-xml/Makefile head/textproc/sarep/Makefile head/textproc/simplehtmldom/Makefile head/textproc/ssddiff/Makefile head/textproc/tdhkit/Makefile head/textproc/xslint/Makefile head/textproc/xt/Makefile head/vietnamese/vnroff/Makefile head/www/awffull/Makefile head/www/cgichk/Makefile head/www/chtml/Makefile head/www/dotclear/Makefile head/www/erwn/Makefile head/www/hudson/Makefile head/www/py-requests-oauth-hook/Makefile head/www/py-urljr/Makefile head/www/ruby-wgettsv/Makefile head/www/simplog/Makefile head/www/siteframe/Makefile head/www/textpattern/Makefile head/www/tokyopromenade/Makefile head/www/trac-mastertickets/Makefile head/www/trac-robotstxt/Makefile head/www/typolight/Makefile head/www/w3mir/Makefile head/www/wikindx/Makefile head/www/wwwstat/Makefile head/www/xpi-clearfields/Makefile head/www/xpi-cookiesafe/Makefile head/www/xpi-fasterfox/Makefile head/www/xpi-gbrain/Makefile head/www/xpi-mldonkey/Makefile head/www/xpi-prism/Makefile head/www/xpi-speed-dial/Makefile head/www/xpi-tabletools/Makefile head/www/yahoo-ui/Makefile head/www/zerowait-httpd/Makefile head/x11-clocks/emiclock/Makefile head/x11-clocks/eyeclock/Makefile head/x11-fm/ultracopier/Makefile head/x11-fonts/fonts-te/Makefile head/x11-fonts/mgopen/Makefile head/x11-fonts/profont/Makefile head/x11-fonts/proggy_fonts-ttf/Makefile head/x11-fonts/proggy_fonts/Makefile head/x11-wm/musca/Makefile head/x11/docker-tray/Makefile head/x11/ooxcb/Makefile head/x11/xclick/Makefile head/x11/xco/Makefile head/x11/xkeywrap/Makefile head/x11/xlupe/Makefile head/x11/xmangekyou/Makefile head/x11/xtset/Makefile head/x11/xvattr/Makefile Modified: head/archivers/unalz/Makefile ============================================================================== --- head/archivers/unalz/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/archivers/unalz/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.kipple.pe.kr/wi MAINTAINER= ports@FreeBSD.org COMMENT= Extracts AlZip archives +BROKEN= unfetchable + LICENSE_FILE= ${WRKSRC}/readme.txt WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/astro/luna/Makefile ============================================================================== --- head/astro/luna/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/astro/luna/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= luna19s MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase +BROKEN= unfetchable + USES= dos2unix lha NO_WRKSUBDIR= yes PLIST_FILES= bin/luna Modified: head/benchmarks/himenobench/Makefile ============================================================================== --- head/benchmarks/himenobench/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/benchmarks/himenobench/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ DIST_SUBDIR= himeno MAINTAINER= ports@FreeBSD.org COMMENT= Himeno bench benchmark, solves Poisson eq. with Jacobi's method +BROKEN= unfetchable + USES= lha NO_WRKSUBDIR= yes Modified: head/biology/platon/Makefile ============================================================================== --- head/biology/platon/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/biology/platon/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DIST_SUBDIR= platon/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for viewing molecular/crystallographic structures +BROKEN= unfetchable + # PLATON may be used free of charge by the academic community under # the condition that it is not redistributed for a current & fresh copy. # There is a charge of US$ 5000 for commercial users. Modified: head/converters/uudx/Makefile ============================================================================== --- head/converters/uudx/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/converters/uudx/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= Extractor from uuencoded files +BROKEN= unfetchable + BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf USES= lha Modified: head/databases/mysqlreport/Makefile ============================================================================== --- head/databases/mysqlreport/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/databases/mysqlreport/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://hackmysql.com/scrip MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/databases/mysqlsla/Makefile ============================================================================== --- head/databases/mysqlsla/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/databases/mysqlsla/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://hackmysql.com/scrip MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs +BROKEN= unfetchable + LICENSE= GPLv2 # or later RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ Modified: head/databases/oracle_odbc_driver/Makefile ============================================================================== --- head/databases/oracle_odbc_driver/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/databases/oracle_odbc_driver/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Oracle Open Source ODBC driver +BROKEN= unfetchable + LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE} Modified: head/databases/pure-sql3/Makefile ============================================================================== --- head/databases/pure-sql3/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/databases/pure-sql3/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language binding to the SQLite3 library +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/deskutils/charmap/Makefile ============================================================================== --- head/deskutils/charmap/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/deskutils/charmap/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Character map for GNUstep +BROKEN= unfetchable + LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/aifad/Makefile ============================================================================== --- head/devel/aifad/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/aifad/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -9,6 +9,8 @@ MASTER_SITES= http://cdn.bitbucket.org/m MAINTAINER= ports@FreeBSD.org COMMENT= Machine learning system +BROKEN= unfetchable + LICENSE= GPLv3 BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ Modified: head/devel/bufferpool/Makefile ============================================================================== --- head/devel/bufferpool/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/bufferpool/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://lscube.org/files/do MAINTAINER= ports@FreeBSD.org COMMENT= Bufferpool - the memory management library Feng and Felix depend upon +BROKEN= unfetchable + GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:bzip2 Modified: head/devel/c4/Makefile ============================================================================== --- head/devel/c4/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/c4/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://public.perforce.com MAINTAINER= ports@FreeBSD.org COMMENT= CVS-like Frontend to Perforce +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= c4 Modified: head/devel/cvs2p4/Makefile ============================================================================== --- head/devel/cvs2p4/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/cvs2p4/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= CVS to Perforce Converter +BROKEN= unfetchable + LICENSE= MIT REINPLACE_ARGS= -i "" Modified: head/devel/eiffelstudio/Makefile ============================================================================== --- head/devel/eiffelstudio/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/eiffelstudio/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -20,6 +20,8 @@ DISTNAME= Eiffel${PORTVERSION:S/.//}_gpl MAINTAINER= ports@FreeBSD.org COMMENT= Complete Integrated Development Environment for Eiffel +BROKEN= unfetchable + LIB_DEPENDS= libc.so.6:${PORTSDIR}/misc/compat6x USES= shebangfix Modified: head/devel/flyspray/Makefile ============================================================================== --- head/devel/flyspray/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/flyspray/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://flyspray.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, easy-to-use web based bug tracking system +BROKEN= unfetchable + RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb USE_PHP= pcre session zlib xml gd Modified: head/devel/frama-c/Makefile ============================================================================== --- head/devel/frama-c/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/frama-c/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ MASTER_SITES= http://frama-c.com/downloa MAINTAINER= ports@FreeBSD.org COMMENT= Extensible platform for source-code analysis of C +BROKEN= unfetchable + LICENSE= LGPL21 EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar Modified: head/devel/generate/Makefile ============================================================================== --- head/devel/generate/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/generate/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.druid.net/darcy MAINTAINER= ports@FreeBSD.org COMMENT= Simple text pre-processor +BROKEN= unfetchable + USES= gmake tar:tgz MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \ Modified: head/devel/gitphp/Makefile ============================================================================== --- head/devel/gitphp/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/gitphp/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.gitphp.org/atta MAINTAINER= ports@FreeBSD.org COMMENT= Web based git repository browser written in PHP +BROKEN= unfetchable + LICENSE= GPLv2 USES= gettext tar:bzip2 Modified: head/devel/libqxt/Makefile ============================================================================== --- head/devel/libqxt/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/libqxt/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTNAME= v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extension library for Qt +BROKEN= unfetchable + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BDB= 44+ Modified: head/devel/mk/Makefile ============================================================================== --- head/devel/mk/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/mk/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.cminusminus.org MAINTAINER= ports@FreeBSD.org COMMENT= Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno +BROKEN= unfetchable + PLIST_FILES= bin/mk man/man1/mk.1.gz do-install: Modified: head/devel/obfuscatejs/Makefile ============================================================================== --- head/devel/obfuscatejs/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/obfuscatejs/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript code obfuscator +BROKEN= unfetchable + NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/devel/oniguruma/Makefile ============================================================================== --- head/devel/oniguruma/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/oniguruma/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -14,6 +14,8 @@ EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g MAINTAINER= ports@FreeBSD.org COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} CONFLICTS_INSTALL= oniguruma-4.* GNU_CONFIGURE= yes Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/plan9port/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://swtch.com/${PORTNAM MAINTAINER= ports@FreeBSD.org COMMENT= Port of many Plan 9 programs to Unix-like operating systems +BROKEN= unfetchable + LICENSE= LUCENT LICENSE_NAME= Lucent Public License Version 1.02 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pure-readline/Makefile ============================================================================== --- head/devel/pure-readline/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/pure-readline/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Readline interface for the Pure language +BROKEN= unfetchable + LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= dual Modified: head/devel/py-EnthoughtBase/Makefile ============================================================================== --- head/devel/py-EnthoughtBase/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/py-EnthoughtBase/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Core Packages for the Enthought Tool Suite +BROKEN= unfetchable + USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-event/Makefile ============================================================================== --- head/devel/py-event/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/py-event/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for libevent +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pyside-tools/Makefile ============================================================================== --- head/devel/pyside-tools/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/pyside-tools/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for creating PySide applications +BROKEN= unfetchable + LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi Modified: head/devel/sourcenav/Makefile ============================================================================== --- head/devel/sourcenav/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/sourcenav/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTNAME= sourcenavigator-NG${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Source code analysis tool +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/svnkit/Makefile ============================================================================== --- head/devel/svnkit/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/svnkit/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= org.tmatesoft.svn_${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= The only pure Java Subversion client library in the world +BROKEN= unfetchable + OPTIONS_DEFINE= DOCS USES= zip Modified: head/devel/tailor/Makefile ============================================================================== --- head/devel/tailor/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/tailor/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://darcs.arstecnica.it MAINTAINER= ports@FreeBSD.org COMMENT= Migrates changesets between version control systems +BROKEN= unfetchable + RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync USES= python Modified: head/devel/thrift-c_glib/Makefile ============================================================================== --- head/devel/thrift-c_glib/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/thrift-c_glib/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C glib interface to Thrift +BROKEN= unfetchable + PKGNAMESUFFIX= -c_glib BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib Modified: head/devel/tpasm/Makefile ============================================================================== --- head/devel/tpasm/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/devel/tpasm/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-assembler for variety of microprocessors and controllers +BROKEN= unfetchable + LICENSE= GPLv2 USES= gmake tar:tgz Modified: head/editors/ssam/Makefile ============================================================================== --- head/editors/ssam/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/editors/ssam/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.westley.demon.c MAINTAINER= ports@FreeBSD.org COMMENT= Stream editor that uses the UTF routines with the sam(1) command set +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/include/ure.h:${PORTSDIR}/misc/libutf GNU_CONFIGURE= YES Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/emulators/hercules/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://downloads.hercules- MAINTAINER= ports@FreeBSD.org COMMENT= System/370, ESA/390, and z/Architecture Emulator +BROKEN= unfetchable + LICENSE= QPL LICENSE_NAME= Q PUBLIC LICENSE version 1.0 LICENSE_TEXT= Please refer to: http://www.hercules-390.org/herclic.html for details Modified: head/emulators/minivmac/Makefile ============================================================================== --- head/emulators/minivmac/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/emulators/minivmac/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX MAINTAINER= ports@FreeBSD.org COMMENT= Miniature Macintosh emulator +BROKEN= unfetchable + LICENSE= GPLv2 WRKSRC= ${WRKDIR}/projects/bgclx86d Modified: head/emulators/quasi88/Makefile ============================================================================== --- head/emulators/quasi88/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/emulators/quasi88/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.117.ne.jp/~show MAINTAINER= ports@FreeBSD.org COMMENT= PC-8801 emulator for X +BROKEN= unfetchable + USE_XORG= x11 xext USES= gmake tar:tgz MAKE_ENV= DATADIR="${DATADIR}" _CC="${CC}" _CFLAGS="${CFLAGS}" \ Modified: head/emulators/sim6811/Makefile ============================================================================== --- head/emulators/sim6811/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/emulators/sim6811/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Motorola 6811 simulator +BROKEN= unfetchable + NO_WRKSUBDIR= yes ALL_TARGET= sim Modified: head/finance/ledgersmb/Makefile ============================================================================== --- head/finance/ledgersmb/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/finance/ledgersmb/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/ledgersmb/$ MAINTAINER= ports@FreeBSD.org COMMENT= Double entry accounting system +BROKEN= unfetchable + BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/finance/ledgersmb12/Makefile ============================================================================== --- head/finance/ledgersmb12/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/finance/ledgersmb12/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/ledger-smb/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Double entry accounting system +BROKEN= unfetchable + BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std Modified: head/games/adgali/Makefile ============================================================================== --- head/games/adgali/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/adgali/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://adgali.apiou.org/do MAINTAINER= ports@FreeBSD.org COMMENT= Open source game library useful for 2D game development +BROKEN= unfetchable + LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/arkanoidsb/Makefile ============================================================================== --- head/games/arkanoidsb/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/arkanoidsb/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.wegroup.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Arkanoid and space game +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 Modified: head/games/bubble-chains/Makefile ============================================================================== --- head/games/bubble-chains/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/bubble-chains/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= chains-${DISTVERSION}${EXT MAINTAINER= ports@FreeBSD.org COMMENT= The aim is to remove all of the targets on each level +BROKEN= unfetchable + LICENSE= GPLv2 EXTRACT_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip Modified: head/games/circuslinux/Makefile ============================================================================== --- head/games/circuslinux/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/circuslinux/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.billsgames.com/u MAINTAINER= ports@FreeBSD.org COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari" +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt Modified: head/games/crossfire-server/Makefile ============================================================================== --- head/games/crossfire-server/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/crossfire-server/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ MAINTAINER= ports@FreeBSD.org COMMENT= Server for multiplayer graphical arcade and adventure game +BROKEN= unfetchable + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ Modified: head/games/d2x/Makefile ============================================================================== --- head/games/d2x/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/d2x/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://offload2.icculus.or MAINTAINER= ports@FreeBSD.org COMMENT= Unix port of Descent 2 Game +BROKEN= unfetchable + GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl image Modified: head/games/excido/Makefile ============================================================================== --- head/games/excido/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/excido/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Portable fast-paced 3D shooter +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/exult/Makefile ============================================================================== --- head/games/exult/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/exult/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTNAME= exult-20130315-0400 MAINTAINER= ports@FreeBSD.org COMMENT= Ultima VII engine +BROKEN= unfetchable + LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/ftjava/Makefile ============================================================================== --- head/games/ftjava/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/ftjava/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= FTJavaV${PORTVERSION}.zip MAINTAINER= ports@FreeBSD.org COMMENT= Full Thrust PBEM Client +BROKEN= unfetchable + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt Modified: head/games/gma/Makefile ============================================================================== --- head/games/gma/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/gma/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.student.nada.kt MAINTAINER= ports@FreeBSD.org COMMENT= Go-moku game which learns playing the game from studying its opponent +BROKEN= unfetchable + LICENSE= GPLv2 # (or later) GNU_CONFIGURE= yes Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/gnake/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= Gnake.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nibbles clone for GNU/Linux and *BSD +BROKEN= unfetchable + LICENSE= GPLv2 OPTIONS_DEFINE= DOCS Modified: head/games/gno3dtet/Makefile ============================================================================== --- head/games/gno3dtet/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/gno3dtet/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://eseb.net/ftp/gno3dt MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic 3D-ified T*tris +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/hlstatsx/Makefile ============================================================================== --- head/games/hlstatsx/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/hlstatsx/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= HLstatsX_V${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Real-time player and clan rankings and statistics for HL2 and mods +BROKEN= unfetchable + NO_BUILD= yes USE_APACHE_RUN= 22+ USE_PHP= gd mysql Modified: head/games/inform/Makefile ============================================================================== --- head/games/inform/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/inform/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= inform${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for producing text adventure games +BROKEN= unfetchable + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= yes Modified: head/games/latrine/Makefile ============================================================================== --- head/games/latrine/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/latrine/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://alioth.debian.org/f MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based LAnguage TRaINEr +BROKEN= unfetchable + LICENSE= GPLv3 BUILD_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI Modified: head/games/lucidlife/Makefile ============================================================================== --- head/games/lucidlife/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/lucidlife/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://offload1.icculus.or MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 implementation of Conway's Game of Life +BROKEN= unfetchable + LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/noegnud-addons/Makefile ============================================================================== --- head/games/noegnud-addons/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/noegnud-addons/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}_data-tileset-absu MAINTAINER= ports@FreeBSD.org COMMENT= Addons (tilesets and sound themes) for noeGNUd +BROKEN= unfetchable + USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes Modified: head/games/noegnud-littlehack/Makefile ============================================================================== --- head/games/noegnud-littlehack/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/noegnud-littlehack/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}_linux_src-mini MAINTAINER= ports@FreeBSD.org COMMENT= The noeGNUd UI for the LittleHack variation of Nethack +BROKEN= unfetchable + RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 Modified: head/games/noegnud-nethack-deet/Makefile ============================================================================== --- head/games/noegnud-nethack-deet/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/noegnud-nethack-deet/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}_linux_src-mini MAINTAINER= ports@FreeBSD.org COMMENT= The noeGNUd UI for Nethack with DeeT's hack font patch +BROKEN= unfetchable + RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 Modified: head/games/noegnud-nethack/Makefile ============================================================================== --- head/games/noegnud-nethack/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/noegnud-nethack/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}_linux_src-mini MAINTAINER= ports@FreeBSD.org COMMENT= The noeGNUd UI for the vanilla Nethack +BROKEN= unfetchable + RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 Modified: head/games/noegnud-slashem/Makefile ============================================================================== --- head/games/noegnud-slashem/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/noegnud-slashem/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}_linux_src-mini MAINTAINER= ports@FreeBSD.org COMMENT= The noeGNUd UI for the SLASH'EM variant of Nethack +BROKEN= unfetchable + RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 Modified: head/games/orbital_eunuchs_sniper/Makefile ============================================================================== --- head/games/orbital_eunuchs_sniper/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/orbital_eunuchs_sniper/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ MASTER_SITES= http://offload2.icculus.or MAINTAINER= ports@FreeBSD.org COMMENT= Overhead shooting game +BROKEN= unfetchable + LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/palomino/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -15,6 +15,8 @@ DISTFILES= ${PORTNAME}_src_${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Action flight simulation computer program using OSG +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt Modified: head/games/polypuzzle/Makefile ============================================================================== --- head/games/polypuzzle/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/polypuzzle/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ibiblio.org/pub/Linu MAINTAINER= ports@FreeBSD.org COMMENT= Tessellation puzzle game +BROKEN= unfetchable + USES= tk:84,run tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes Modified: head/games/pyching/Makefile ============================================================================== --- head/games/pyching/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/pyching/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/pyChing/${P MAINTAINER= ports@FreeBSD.org COMMENT= Consult a I Ching, an ancient Chinese book of wisdom +BROKEN= unfetchable + LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/pysycache-themes/Makefile ============================================================================== --- head/games/pysycache-themes/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/pysycache-themes/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -13,6 +13,8 @@ DIST_SUBDIR= pysycache MAINTAINER= ports@FreeBSD.org COMMENT= Pysycache themes support +BROKEN= unfetchable + RUN_DEPENDS= pysycache.py:${PORTSDIR}/games/pysycache USES= zip:infozip Modified: head/games/robocode/Makefile ============================================================================== --- head/games/robocode/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/robocode/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DIST_SUBDIR= java MAINTAINER= ports@FreeBSD.org COMMENT= Game for learning Java[tm] programming language +BROKEN= unfetchable + LICENSE= EPL USES= dos2unix zip Modified: head/games/sdlquake2/Makefile ============================================================================== --- head/games/sdlquake2/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/sdlquake2/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://koti.mbnet.fi/~turo MAINTAINER= ports@FreeBSD.org COMMENT= Combination of R1Q2 and R1GL with SDL code from Quake2Forge +BROKEN= unfetchable + USES= execinfo gmake tar:bzip2 OPTIONS_DEFINE= CLIENT DEDICATED GAME Modified: head/games/smiley/Makefile ============================================================================== --- head/games/smiley/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/smiley/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -9,6 +9,8 @@ MASTER_SITES= # No external mirror avail MAINTAINER= ports@FreeBSD.org COMMENT= Server to print out a smiley with it's explanation +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/smiley man/man1/smiley.1.gz Modified: head/games/sudoku/Makefile ============================================================================== --- head/games/sudoku/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/sudoku/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tbz MAINTAINER= ports@FreeBSD.org COMMENT= Console based Sudoku games +BROKEN= unfetchable + USES= ncurses tar:bzip2 PLIST_FILES= bin/sudoku \ man/man6/sudoku.6.gz \ Modified: head/games/syobon/Makefile ============================================================================== --- head/games/syobon/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/syobon/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -14,6 +14,8 @@ EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Platform game as Super Mario Bros +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} USES= dos2unix gmake pkgconfig Modified: head/games/teg/Makefile ============================================================================== --- head/games/teg/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/teg/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based strategy game for GNOME +BROKEN= unfetchable + LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/tuxmath/Makefile ============================================================================== --- head/games/tuxmath/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/tuxmath/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -14,6 +14,8 @@ DISTFILES= ${PORTNAME}_w_fonts-${PORTVER MAINTAINER= ports@FreeBSD.org COMMENT= Educational arcade game starring Tux +BROKEN= unfetchable + LICENSE= GPLv3 # (or later) LICENSE_FILE= ${WRKSRC}/doc/COPYING_GPL3 Modified: head/games/tuxtype/Makefile ============================================================================== --- head/games/tuxtype/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/tuxtype/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -13,6 +13,8 @@ DISTFILES= ${PORTNAME}_w_fonts-${PORTVER MAINTAINER= ports@FreeBSD.org COMMENT= Educational typing tutor starring Tux the Linux Penguin +BROKEN= unfetchable + LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/uhexen2-extras/Makefile ============================================================================== --- head/games/uhexen2-extras/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/uhexen2-extras/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -16,6 +16,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Hexen II source port extras (demos, mods, etc) +BROKEN= unfetchable + RUN_DEPENDS= uhexen2>0:${PORTSDIR}/games/uhexen2 NO_BUILD= yes Modified: head/games/wmminichess/Makefile ============================================================================== --- head/games/wmminichess/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/wmminichess/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker chess dockapp game +BROKEN= unfetchable + LICENSE= GPLv2 # (or later) RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess Modified: head/games/xdeblock/Makefile ============================================================================== --- head/games/xdeblock/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/xdeblock/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTFILES= ${PORTNAME}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Block action game +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/xdeblo_v1.0 USES= imake:noman Modified: head/games/xscavenger/Makefile ============================================================================== --- head/games/xscavenger/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/xscavenger/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.xdr.com/dash/ MAINTAINER= ports@FreeBSD.org COMMENT= Lode Runner clone for X11 +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../copyright Modified: head/games/znibbles/Makefile ============================================================================== --- head/games/znibbles/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/games/znibbles/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ MASTER_SITES= http://old.koalateam.com/f MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player networked nibbles game +BROKEN= unfetchable + LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= GTK1 Modified: head/graphics/cadubi/Makefile ============================================================================== --- head/graphics/cadubi/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/cadubi/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://langworth.com/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= ASCII drawing utility +BROKEN= unfetchable + LICENSE= ART10 RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey Modified: head/graphics/gifmerge/Makefile ============================================================================== --- head/graphics/gifmerge/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/gifmerge/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for making a GIF Animation +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/gifmerge Modified: head/graphics/giftool/Makefile ============================================================================== --- head/graphics/giftool/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/giftool/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Tool for GIF89a transparent option and interlace mode +BROKEN= unfetchable + NO_CDROM= Shareware NO_WRKSUBDIR= yes Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/gmt/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX MAINTAINER= ports@FreeBSD.org COMMENT= Generic Mapping Tools - data processing and display software package +BROKEN= unfetchable + LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} Modified: head/graphics/gnofract4d/Makefile ============================================================================== --- head/graphics/gnofract4d/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/gnofract4d/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png Modified: head/graphics/gplot/Makefile ============================================================================== --- head/graphics/gplot/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/gplot/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Graphic utilities for the processing of CGM metafiles +BROKEN= unfetchable + OPTIONS_DEFINE= DOCS CFLAGS+= -Wno-return-type Modified: head/graphics/import-pictures/Makefile ============================================================================== --- head/graphics/import-pictures/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/import-pictures/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.nagilum.org/uni MAINTAINER= ports@FreeBSD.org COMMENT= Utility to copy/move pictures from a directory +BROKEN= unfetchable + LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/graphics/ipe/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Extensible vector graphics editor with LaTeX support +BROKEN= unfetchable + LICENSE= GPLv3 # (or later) RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/irc/ircproxy/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= IRC proxy/bouncer daemon +BROKEN= unfetchable + LICENSE= GPLv3 LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/irc/irssi-devel/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Modular IRC client with many features +BROKEN= unfetchable + LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* Modified: head/irc/nefarious/Makefile ============================================================================== --- head/irc/nefarious/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/irc/nefarious/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -10,6 +10,8 @@ MASTER_SITES= SF/evilnet/${PORTNAME}%20I MAINTAINER= ports@FreeBSD.org COMMENT= IRC server used by evilnet based off of Undernet's ircu +BROKEN= unfetchable + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash Modified: head/irc/qwebirc/Makefile ============================================================================== --- head/irc/qwebirc/Makefile Mon Nov 9 12:39:13 2015 (r401095) +++ head/irc/qwebirc/Makefile Mon Nov 9 12:59:03 2015 (r401096) @@ -12,6 +12,8 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= Fast, easy to use, free, and open source web IRC client +BROKEN= unfetchable + LICENSE= GPLv2 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Nov 9 13:00:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3A9BA2A312; Mon, 9 Nov 2015 13:00:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B37D11C65; Mon, 9 Nov 2015 13:00:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B21891AAE; Mon, 9 Nov 2015 13:00:52 +0000 (UTC) Date: Mon, 9 Nov 2015 13:00:52 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: John Marino , Adam Weinberger , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109130052.GA95999@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> <56408FE3.9040105@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 13:00:52 -0000 On Mon, Nov 09, 2015 at 01:45:37PM +0100, Gerald Pfeifer wrote: > On Mon, 9 Nov 2015, John Marino wrote: > > "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? > > Or "appropriate GCC" ? I think the wording would confuse users too. +1; "current GCC" is a bit vague; certainly seasoned ports hackers would know what it means, but for user Joe it might not be immediately clear when this message pops up in dialog(1) without ^C'ing and reading the Makefile. > I guess the full version would be "Use GCC, just not the crappy old > version in base of older versions of FreeBSD" (except for lang/gambit-c > and cad/ghdl). > > Perhaps > > GCC_DESC?= Use GCC (from ports) I'd vote for "Use modern GCC (from ports)" or "Build with modern GCC". ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 13:31:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0E3EA2A97D; Mon, 9 Nov 2015 13:31:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6491A47; Mon, 9 Nov 2015 13:31:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9DVb93097136; Mon, 9 Nov 2015 13:31:37 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9DVbgY097135; Mon, 9 Nov 2015 13:31:37 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201511091331.tA9DVbgY097135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 9 Nov 2015 13:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401097 - head/security/stunnel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 13:31:38 -0000 Author: zi Date: Mon Nov 9 13:31:37 2015 New Revision: 401097 URL: https://svnweb.freebsd.org/changeset/ports/401097 Log: - Bump PORTEPOCH as 1.26b1 > 1.26 Modified: head/security/stunnel/Makefile Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Mon Nov 9 12:59:03 2015 (r401096) +++ head/security/stunnel/Makefile Mon Nov 9 13:31:37 2015 (r401097) @@ -3,6 +3,7 @@ PORTNAME= stunnel PORTVERSION= 5.26 +PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ https://www.stunnel.org/downloads/beta/ \ From owner-svn-ports-head@freebsd.org Mon Nov 9 13:48:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C27A291A6; Mon, 9 Nov 2015 13:48:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20A04127E; Mon, 9 Nov 2015 13:48:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9DmRaP003006; Mon, 9 Nov 2015 13:48:27 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9DmRw4003005; Mon, 9 Nov 2015 13:48:27 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511091348.tA9DmRw4003005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 9 Nov 2015 13:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401098 - head/lang/sdcc-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 13:48:28 -0000 Author: tijl Date: Mon Nov 9 13:48:26 2015 New Revision: 401098 URL: https://svnweb.freebsd.org/changeset/ports/401098 Log: Skip building binutils documentation because it isn't installed and it requires makeinfo. Modified: head/lang/sdcc-devel/Makefile Modified: head/lang/sdcc-devel/Makefile ============================================================================== --- head/lang/sdcc-devel/Makefile Mon Nov 9 13:31:37 2015 (r401097) +++ head/lang/sdcc-devel/Makefile Mon Nov 9 13:48:26 2015 (r401098) @@ -64,8 +64,9 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ - ${WRKSRC}/support/sdbinutils/bfd/doc/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in + @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ + ${WRKSRC}/support/sdbinutils/bfd/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ ${WRKSRC}/Makefile.in \ From owner-svn-ports-head@freebsd.org Mon Nov 9 14:11:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D572A298A1; Mon, 9 Nov 2015 14:11:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C24381F10; Mon, 9 Nov 2015 14:11:44 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3nvZ4r4c3RzZql; Mon, 9 Nov 2015 15:11:40 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id p9VCQhqYLKCm; Mon, 9 Nov 2015 15:11:37 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 9 Nov 2015 15:11:37 +0100 (CET) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 To: Alexey Dokuchaev , Gerald Pfeifer References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> <56408FE3.9040105@marino.st> <20151109130052.GA95999@FreeBSD.org> Cc: John Marino , Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Guido Falsi Message-ID: <5640A999.1050307@FreeBSD.org> Date: Mon, 9 Nov 2015 15:11:37 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151109130052.GA95999@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:11:45 -0000 On 11/09/15 14:00, Alexey Dokuchaev wrote: > On Mon, Nov 09, 2015 at 01:45:37PM +0100, Gerald Pfeifer wrote: >> On Mon, 9 Nov 2015, John Marino wrote: >>> "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? >>> Or "appropriate GCC" ? I think the wording would confuse users too. > > +1; "current GCC" is a bit vague; certainly seasoned ports hackers would > know what it means, but for user Joe it might not be immediately clear > when this message pops up in dialog(1) without ^C'ing and reading the > Makefile. > >> I guess the full version would be "Use GCC, just not the crappy old >> version in base of older versions of FreeBSD" (except for lang/gambit-c >> and cad/ghdl). >> >> Perhaps >> >> GCC_DESC?= Use GCC (from ports) > > I'd vote for "Use modern GCC (from ports)" or "Build with modern GCC". > I agree with the idea, really. I just feel compelled to point out one detail, the GCC option could also used to indicate the port should compile using any GCC, also including the one included in base. Usually this does not happen just because depending on ports GCC exclusively is easier than allowing base one too. I agree this is really a minor issue. -- Guido Falsi From owner-svn-ports-head@freebsd.org Mon Nov 9 14:14:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8978A29A27; Mon, 9 Nov 2015 14:14:25 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 899CE11A5; Mon, 9 Nov 2015 14:14:24 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8BCA743BA1; Mon, 9 Nov 2015 08:14:21 -0600 (CST) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 To: Guido Falsi , Alexey Dokuchaev , Gerald Pfeifer References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <56408CCC.20302@marino.st> <56408FE3.9040105@marino.st> <20151109130052.GA95999@FreeBSD.org> <5640A999.1050307@FreeBSD.org> Cc: John Marino , Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <5640AA3B.7060106@marino.st> Date: Mon, 9 Nov 2015 15:14:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5640A999.1050307@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:14:25 -0000 On 11/9/2015 3:11 PM, Guido Falsi wrote: > On 11/09/15 14:00, Alexey Dokuchaev wrote: >> On Mon, Nov 09, 2015 at 01:45:37PM +0100, Gerald Pfeifer wrote: >>> On Mon, 9 Nov 2015, John Marino wrote: >>>> "current GCC" is a bit confusing to me. Do you mean "Ports GCC"? >>>> Or "appropriate GCC" ? I think the wording would confuse users too. >> >> +1; "current GCC" is a bit vague; certainly seasoned ports hackers would >> know what it means, but for user Joe it might not be immediately clear >> when this message pops up in dialog(1) without ^C'ing and reading the >> Makefile. >> >>> I guess the full version would be "Use GCC, just not the crappy old >>> version in base of older versions of FreeBSD" (except for lang/gambit-c >>> and cad/ghdl). >>> >>> Perhaps >>> >>> GCC_DESC?= Use GCC (from ports) >> >> I'd vote for "Use modern GCC (from ports)" or "Build with modern GCC". >> > > I agree with the idea, really. > > I just feel compelled to point out one detail, the GCC option could also > used to indicate the port should compile using any GCC, also including > the one included in base. Usually this does not happen just because > depending on ports GCC exclusively is easier than allowing base one too. > > I agree this is really a minor issue. > But that's pie-in-the-sky. If it works with base gcc, there wouldn't be a GCC options. If the default GCC is 4.8 (soon to be 4.9) then there's a good chance gcc 4.7 or 4.6 won't build. Lastly, you can use make.conf to force a higher GCC than 4.8 but that's a global option. John From owner-svn-ports-head@freebsd.org Mon Nov 9 14:27:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DA13A29CB0; Mon, 9 Nov 2015 14:27:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14B4B1761; Mon, 9 Nov 2015 14:27:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9ERWV7015813; Mon, 9 Nov 2015 14:27:32 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9ERWNT015812; Mon, 9 Nov 2015 14:27:32 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201511091427.tA9ERWNT015812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 9 Nov 2015 14:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401099 - head/devel/sourcenav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:27:33 -0000 Author: gahr Date: Mon Nov 9 14:27:31 2015 New Revision: 401099 URL: https://svnweb.freebsd.org/changeset/ports/401099 Log: devel/sourcenav - adjust MASTER_SITES, make fetchable again Modified: head/devel/sourcenav/Makefile Modified: head/devel/sourcenav/Makefile ============================================================================== --- head/devel/sourcenav/Makefile Mon Nov 9 13:48:26 2015 (r401098) +++ head/devel/sourcenav/Makefile Mon Nov 9 14:27:31 2015 (r401099) @@ -6,14 +6,12 @@ PORTVERSION= 4.5 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/NG${PORTVERSION} DISTNAME= sourcenavigator-NG${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Source code analysis tool -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-head@freebsd.org Mon Nov 9 14:30:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAA8A29D4C; Mon, 9 Nov 2015 14:30:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16C0D1885; Mon, 9 Nov 2015 14:30:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9EU4pv016310; Mon, 9 Nov 2015 14:30:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9EU2Fl016291; Mon, 9 Nov 2015 14:30:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511091430.tA9EU2Fl016291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 14:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401100 - in head: Mk audio/adplay devel/pwlib games/noegnud-littlehack games/noegnud-nethack games/noegnud-nethack-deet games/noegnud-slashem games/quake2lnx games/quakeforge graphics/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:30:05 -0000 Author: amdmi3 Date: Mon Nov 9 14:30:02 2015 New Revision: 401100 URL: https://svnweb.freebsd.org/changeset/ports/401100 Log: Remove support for WANT_SDL/HAVE_SDL knobs WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components are installed. This goes against the policy of avoiding automatic dependencies, and there are actually no cases in the portstree where these knobs are used properly, so axe them out. Approved by: portmgr (mat) Differential Revision: D4093 Modified: head/Mk/bsd.port.mk head/Mk/bsd.sanity.mk head/Mk/bsd.sdl.mk head/audio/adplay/Makefile head/devel/pwlib/Makefile head/games/noegnud-littlehack/Makefile head/games/noegnud-nethack-deet/Makefile head/games/noegnud-nethack/Makefile head/games/noegnud-slashem/Makefile head/games/quake2lnx/Makefile head/games/quakeforge/Makefile head/graphics/gnash/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/avidemux/Makefile.common head/multimedia/ffmpeg0/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/transcode/Makefile Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 9 14:27:31 2015 (r401099) +++ head/Mk/bsd.port.mk Mon Nov 9 14:30:02 2015 (r401100) @@ -1445,7 +1445,7 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif -.if defined(USE_SDL) || defined(WANT_SDL) +.if defined(USE_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif @@ -1916,7 +1916,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfo .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif -.if defined(USE_SDL) || defined(WANT_SDL) +.if defined(USE_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Mon Nov 9 14:27:31 2015 (r401099) +++ head/Mk/bsd.sanity.mk Mon Nov 9 14:30:02 2015 (r401100) @@ -153,6 +153,10 @@ DEV_WARNING+= "PYDISTUTILS_INSTALLNOSING DEV_ERROR+= "INSTALLS_EGGINFO is no longer supported, please add the entry directly to the plist" .endif +.if defined(WANT_SDL) +DEV_ERROR+= "WANT_SDL is no longer supported. If you need SDL, use USE_SDL, if you need optional dependency, use options" +.endif + SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \ USE_READLINE USE_ICONV PERL_CONFIGURE PERL_MODBUILD \ USE_PERL5_BUILD USE_PERL5_RUN USE_DISPLAY USE_FUSE \ Modified: head/Mk/bsd.sdl.mk ============================================================================== --- head/Mk/bsd.sdl.mk Mon Nov 9 14:27:31 2015 (r401099) +++ head/Mk/bsd.sdl.mk Mon Nov 9 14:30:02 2015 (r401100) @@ -16,17 +16,6 @@ # the standard SDL and SDL_sound, use "USE_SDL=sdl sound" and the # required libraries are included in your LIB_DEPENDS. # -# If you want to check for the availability for certain SDL ports, you -# can set WANT_SDL and run it through bsd.port.pre.mk: -# WANT_SDL= yes -# USE_SDL= sdl -# .include -# .if ${HAVE_SDL:Mgraphics} -# USE_SDL+= graphics -# .endif -# .include -# Run "make -V USE_SDL" to see which libs are asked for at the end. -# # # $FreeBSD$ @@ -132,26 +121,6 @@ _LIB_ttf2= libSDL2_ttf.so _REQUIRES_ttf2= sdl2 # -# If WANT_SDL is defined, check for the available libraries -# -.if !defined(AFTERPORTMK) -.if !defined(SDL_Include_pre) - -SDL_Include_pre= bsd.sdl.mk - -HAVE_SDL?= -.if defined(WANT_SDL) -.for component in ${_USE_SDL_ALL} -.if exists(${LOCALBASE}/lib/lib${_LIB_${component}}.so) -HAVE_SDL+= ${component} -.endif -.endfor -.endif - -.endif -.endif - -# # If USE_SDL is defined, make dependencies for the libraries # .if !defined(BEFOREPORTMK) Modified: head/audio/adplay/Makefile ============================================================================== --- head/audio/adplay/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/audio/adplay/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -20,7 +20,6 @@ LIB_DEPENDS= libadplug.so:${PORTSDIR}/au GNU_CONFIGURE= yes USES= libtool -WANT_SDL= yes DBFILE= adplug.db DBVERSION= 2006-07-07 Modified: head/devel/pwlib/Makefile ============================================================================== --- head/devel/pwlib/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/devel/pwlib/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -23,7 +23,6 @@ USES= bison gmake USE_GCC= any USE_AUTOTOOLS= autoconf WANT_GNOME= yes -WANT_SDL= yes USE_OPENSSL= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/games/noegnud-littlehack/Makefile ============================================================================== --- head/games/noegnud-littlehack/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/noegnud-littlehack/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -22,7 +22,6 @@ RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/ NOEGNUDVERSION= ${PORTNAME}-0.8.0 USES= bison tar:bzip2 USE_GL= yes -WANT_SDL= yes USE_SDL= sdl image mixer WRKSRC= ${WRKDIR}/${DISTNAME}/variants PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} @@ -30,14 +29,10 @@ ALL_TARGET= lh001 INSTALL_TARGET= install_lh001 MAKE_JOBS_UNSAFE= yes -.include - pre-everything:: -.if ${HAVE_SDL} @${ECHO_MSG} "This port depends on SDL with OpenGL support." @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -.endif post-extract: @${CP} ${DISTDIR}/nethack-342.tgz ${WRKSRC}/tarballs @@ -54,4 +49,4 @@ post-patch: do-configure: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-littlehack-0.0.1/Makefile) -.include +.include Modified: head/games/noegnud-nethack-deet/Makefile ============================================================================== --- head/games/noegnud-nethack-deet/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/noegnud-nethack-deet/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -22,7 +22,6 @@ RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/ NOEGNUDVERSION= ${PORTNAME}-0.8.0 USES= bison tar:bzip2 USE_GL= yes -WANT_SDL= yes USE_SDL= sdl image mixer WRKSRC= ${WRKDIR}/${DISTNAME}/variants PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} @@ -30,14 +29,10 @@ ALL_TARGET= nh342-dt INSTALL_TARGET= install_nh342-dt MAKE_JOBS_UNSAFE= yes -.include - pre-everything:: -.if ${HAVE_SDL} @${ECHO_MSG} "This port depends on SDL with OpenGL support." @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -.endif post-extract: @${CP} ${DISTDIR}/nethack-342.tgz ${WRKSRC}/tarballs @@ -55,4 +50,4 @@ post-patch: do-configure: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-nethack-3.4.2-deet/Makefile) -.include +.include Modified: head/games/noegnud-nethack/Makefile ============================================================================== --- head/games/noegnud-nethack/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/noegnud-nethack/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -22,7 +22,6 @@ RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/ NOEGNUDVERSION= ${PORTNAME}-0.8.0 USES= bison gmake tar:bzip2 USE_GL= yes -WANT_SDL= yes USE_SDL= sdl image mixer WRKSRC= ${WRKDIR}/${DISTNAME}/variants PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} @@ -30,14 +29,10 @@ ALL_TARGET= nh343 INSTALL_TARGET= install_nh343 MAKE_JOBS_UNSAFE= yes -.include - pre-everything:: -.if ${HAVE_SDL} @${ECHO_MSG} "This port depends on SDL with OpenGL support." @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -.endif post-extract: @${CP} ${DISTDIR}/nethack-343-src.tgz ${WRKSRC}/tarballs @@ -56,4 +51,4 @@ post-patch: do-configure: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-nethack-3.4.3/Makefile) -.include +.include Modified: head/games/noegnud-slashem/Makefile ============================================================================== --- head/games/noegnud-slashem/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/noegnud-slashem/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -22,7 +22,6 @@ RUN_DEPENDS= noegnud-data>0:${PORTSDIR}/ NOEGNUDVERSION= ${PORTNAME}-0.8.0 USES= bison gmake tar:bzip2 USE_GL= yes -WANT_SDL= yes USE_SDL= sdl image mixer WRKSRC= ${WRKDIR}/${DISTNAME}/variants PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} @@ -30,14 +29,10 @@ ALL_TARGET= se006e4f8 INSTALL_TARGET= install_se006e4f8 MAKE_JOBS_UNSAFE= yes -.include - pre-everything:: -.if ${HAVE_SDL} @${ECHO_MSG} "This port depends on SDL with OpenGL support." @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -.endif post-extract: @${CP} ${DISTDIR}/se006e4f8.tar.gz ${WRKSRC}/tarballs @@ -57,4 +52,4 @@ post-patch: do-configure: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-slashem-0.0.6E4F8/Makefile) -.include +.include Modified: head/games/quake2lnx/Makefile ============================================================================== --- head/games/quake2lnx/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/quake2lnx/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -17,7 +17,6 @@ COMMENT= Icculus.org version of the orig LICENSE= GPLv2 USES= gmake -WANT_SDL= yes ALL_TARGET= build_release LIBDIR= ${PREFIX}/lib/${PORTNAME} Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/games/quakeforge/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= bison compiler:nestedfct gmake libtool tar:bzip2 USE_LDCONFIG= yes -WANT_SDL= yes CONFIGURE_ARGS+=--with-global-cfg=${PREFIX}/etc/quakeforge.conf \ --with-sharepath=${DATADIR} \ Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/graphics/gnash/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -21,7 +21,6 @@ CONFLICTS= gnash-devel-[0-9]* USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes -WANT_SDL= yes USE_GCC= any WANT_GSTREAMER= yes USE_GNOME= libxml2 Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/multimedia/audacious-plugins/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -20,7 +20,6 @@ USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include USE_GNOME= glib20 -WANT_SDL= yes OPTIONS_DEFINE= DBUS OSS4 SDLOUT ALSA CUE MP3 STATUSICON AOSD AOSDXCOMP \ ADPLUG VORBIS FLAC WAVPACK AAC SNDFILE MODPLUG JACK \ Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Mon Nov 9 14:27:31 2015 (r401099) +++ head/multimedia/avidemux/Makefile.common Mon Nov 9 14:30:02 2015 (r401100) @@ -19,7 +19,6 @@ USE_QT4= # empty OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME:C/-.*//}/options USE_SQLITE= yes -WANT_SDL= yes USES= cmake:outsource pkgconfig iconv gmake compiler:features USES+= dos2unix DOS2UNIX_FILES= cmake/admCheckMiscLibs.cmake po/CMakeLists.txt Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/multimedia/ffmpeg0/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -25,7 +25,6 @@ PORTSCOUT= limit:^0\.7.* USES= cpe gmake perl5 pkgconfig tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} USE_PERL5= build -WANT_SDL= yes FFMPEG_SUFFIX= 0 HAS_CONFIGURE= yes Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Mon Nov 9 14:27:31 2015 (r401099) +++ head/multimedia/mplayer/Makefile.common Mon Nov 9 14:30:02 2015 (r401100) @@ -51,4 +51,3 @@ CONFIGURE_ARGS= --cc="${CC}" \ --enable-ass-internal WANT_GNOME= yes -WANT_SDL= yes Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Mon Nov 9 14:27:31 2015 (r401099) +++ head/multimedia/transcode/Makefile Mon Nov 9 14:30:02 2015 (r401100) @@ -17,7 +17,6 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/m USE_LDCONFIG= yes USES= gmake libtool pkgconfig tar:bzip2 USE_GCC= any -WANT_SDL= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss From owner-svn-ports-head@freebsd.org Mon Nov 9 14:50:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57705A2A112; Mon, 9 Nov 2015 14:50:33 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2278C1FD4; Mon, 9 Nov 2015 14:50:33 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9EoWiJ022895; Mon, 9 Nov 2015 14:50:32 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9EoWj7022893; Mon, 9 Nov 2015 14:50:32 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511091450.tA9EoWj7022893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 9 Nov 2015 14:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401101 - head/textproc/rubygem-scss_lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:50:33 -0000 Author: mmoll Date: Mon Nov 9 14:50:31 2015 New Revision: 401101 URL: https://svnweb.freebsd.org/changeset/ports/401101 Log: textproc/rubygem-scss_lint: update to 0.42.2 Modified: head/textproc/rubygem-scss_lint/Makefile head/textproc/rubygem-scss_lint/distinfo Modified: head/textproc/rubygem-scss_lint/Makefile ============================================================================== --- head/textproc/rubygem-scss_lint/Makefile Mon Nov 9 14:30:02 2015 (r401100) +++ head/textproc/rubygem-scss_lint/Makefile Mon Nov 9 14:50:31 2015 (r401101) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scss_lint -PORTVERSION= 0.42.0 +PORTVERSION= 0.42.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-scss_lint/distinfo ============================================================================== --- head/textproc/rubygem-scss_lint/distinfo Mon Nov 9 14:30:02 2015 (r401100) +++ head/textproc/rubygem-scss_lint/distinfo Mon Nov 9 14:50:31 2015 (r401101) @@ -1,2 +1,2 @@ -SHA256 (rubygem/scss_lint-0.42.0.gem) = b51f0bd9d18c4ce9ac32f18b67a858d9c04a21d6178c67015b95f4969e244b86 -SIZE (rubygem/scss_lint-0.42.0.gem) = 93184 +SHA256 (rubygem/scss_lint-0.42.2.gem) = 3fee23c23a58a85050038d7a2f6e6ce8d5cf16873b72db783a98edcc3189c834 +SIZE (rubygem/scss_lint-0.42.2.gem) = 93696 From owner-svn-ports-head@freebsd.org Mon Nov 9 14:59:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9114FA2A3B8; Mon, 9 Nov 2015 14:59:38 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C70114E7; Mon, 9 Nov 2015 14:59:38 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9ExbxL026251; Mon, 9 Nov 2015 14:59:37 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9ExaJ9026245; Mon, 9 Nov 2015 14:59:36 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201511091459.tA9ExaJ9026245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 9 Nov 2015 14:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401102 - in head/graphics/cairo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 14:59:38 -0000 Author: sbruno Date: Mon Nov 9 14:59:36 2015 New Revision: 401102 URL: https://svnweb.freebsd.org/changeset/ports/401102 Log: Update port Makefile to support mips build of cairo. Add License Information PR: 201683 Submitted by: Carlos J Puga Medina Modified: head/graphics/cairo/Makefile head/graphics/cairo/files/patch-src_cairo-gl.h head/graphics/cairo/files/patch-src_cairo-xlib-display.c head/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c head/graphics/cairo/pkg-descr Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Mon Nov 9 14:50:31 2015 (r401101) +++ head/graphics/cairo/Makefile Mon Nov 9 14:59:36 2015 (r401102) @@ -3,6 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.14.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -10,6 +11,9 @@ MASTER_SITES= http://cairographics.org/r MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support +LICENSE= LGPL21 MPL +LICENSE_COMB= multi + USES= tar:xz .if !defined(REFERENCE_PORT) @@ -58,6 +62,13 @@ PLIST_SUB+= LIBVER=2.11400.2 .include +.if ${ARCH} == "mips" +BUILD_DEPENDS+= ${LOCALBASE}/include/atomic_ops.h:${PORTSDIR}/devel/libatomic_ops +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops" +.endif + .if ${PORT_OPTIONS:MOPENGL} && !${PORT_OPTIONS:MX11} BROKEN= OpenGL option needs X11 support .endif @@ -76,6 +87,6 @@ post-patch: ${WRKSRC}/util/*/Makefile.in \ ${WRKSRC}/boilerplate/Makefile.in -.include - .endif + +.include Modified: head/graphics/cairo/files/patch-src_cairo-gl.h ============================================================================== --- head/graphics/cairo/files/patch-src_cairo-gl.h Mon Nov 9 14:50:31 2015 (r401101) +++ head/graphics/cairo/files/patch-src_cairo-gl.h Mon Nov 9 14:59:36 2015 (r401102) @@ -1,6 +1,6 @@ ---- src/cairo-gl.h.orig 2013-03-15 21:29:27.000000000 +0100 -+++ src/cairo-gl.h 2015-01-05 10:30:46.611768380 +0100 -@@ -92,7 +92,7 @@ +--- src/cairo-gl.h.orig 2015-03-10 22:21:07 UTC ++++ src/cairo-gl.h +@@ -92,7 +92,7 @@ cairo_public void cairo_gl_device_set_thread_aware (cairo_device_t *device, cairo_bool_t thread_aware); @@ -9,7 +9,7 @@ #include cairo_public cairo_device_t * -@@ -110,7 +110,7 @@ +@@ -110,7 +110,7 @@ cairo_gl_surface_create_for_window (cair int width, int height); #endif @@ -18,7 +18,7 @@ #include cairo_public cairo_device_t * -@@ -126,7 +126,7 @@ +@@ -126,7 +126,7 @@ cairo_gl_surface_create_for_dc (cairo_de int height); #endif Modified: head/graphics/cairo/files/patch-src_cairo-xlib-display.c ============================================================================== --- head/graphics/cairo/files/patch-src_cairo-xlib-display.c Mon Nov 9 14:50:31 2015 (r401101) +++ head/graphics/cairo/files/patch-src_cairo-xlib-display.c Mon Nov 9 14:59:36 2015 (r401102) @@ -1,6 +1,6 @@ ---- src/cairo-xlib-display.c.orig 2010-11-21 14:41:31.000000000 -0500 -+++ src/cairo-xlib-display.c 2010-11-21 14:42:12.000000000 -0500 -@@ -353,11 +353,7 @@ _cairo_xlib_device_create (Display *dpy) +--- src/cairo-xlib-display.c.orig 2015-03-10 22:21:07 UTC ++++ src/cairo-xlib-display.c +@@ -263,11 +263,7 @@ _cairo_xlib_device_create (Display *dpy) /* Prior to Render 0.10, there is no protocol support for gradients and * we call function stubs instead, which would silently consume the drawing. */ Modified: head/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c ============================================================================== --- head/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c Mon Nov 9 14:50:31 2015 (r401101) +++ head/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c Mon Nov 9 14:59:36 2015 (r401102) @@ -1,6 +1,6 @@ ---- util/cairo-sphinx/sphinx.c.orig 2014-10-06 15:22:24.000000000 -0400 -+++ util/cairo-sphinx/sphinx.c 2014-10-06 15:23:04.000000000 -0400 -@@ -1325,7 +1325,7 @@ client_shm (const char *shm_path) +--- util/cairo-sphinx/sphinx.c.orig 2015-03-10 22:21:07 UTC ++++ util/cairo-sphinx/sphinx.c +@@ -1337,7 +1337,7 @@ client_shm (const char *shm_path) base = mmap (NULL, DATA_SIZE, PROT_READ | PROT_WRITE, Modified: head/graphics/cairo/pkg-descr ============================================================================== --- head/graphics/cairo/pkg-descr Mon Nov 9 14:50:31 2015 (r401101) +++ head/graphics/cairo/pkg-descr Mon Nov 9 14:59:36 2015 (r401102) @@ -10,4 +10,4 @@ the PDF 1.4 imaging model. Cairo provide and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering. -WWW: http://www.cairographics.org +WWW: http://www.cairographics.org From owner-svn-ports-head@freebsd.org Mon Nov 9 15:06:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5713A2A68A; Mon, 9 Nov 2015 15:06:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 816A41B36; Mon, 9 Nov 2015 15:06:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9F6Z3u029281; Mon, 9 Nov 2015 15:06:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9F6ZRw029280; Mon, 9 Nov 2015 15:06:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511091506.tA9F6ZRw029280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 9 Nov 2015 15:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401103 - head/graphics/cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:06:36 -0000 Author: antoine Date: Mon Nov 9 15:06:35 2015 New Revision: 401103 URL: https://svnweb.freebsd.org/changeset/ports/401103 Log: Unbreak INDEX Modified: head/graphics/cairo/Makefile Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Mon Nov 9 14:59:36 2015 (r401102) +++ head/graphics/cairo/Makefile Mon Nov 9 15:06:35 2015 (r401103) @@ -87,6 +87,6 @@ post-patch: ${WRKSRC}/util/*/Makefile.in \ ${WRKSRC}/boilerplate/Makefile.in -.endif - .include + +.endif From owner-svn-ports-head@freebsd.org Mon Nov 9 15:09:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D75A2A713; Mon, 9 Nov 2015 15:09:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB5841CD4; Mon, 9 Nov 2015 15:09:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9F9YTb029621; Mon, 9 Nov 2015 15:09:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9F9YuZ029618; Mon, 9 Nov 2015 15:09:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511091509.tA9F9YuZ029618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 9 Nov 2015 15:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401104 - in head: emulators/xen emulators/xen-kernel sysutils/xen-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:09:36 -0000 Author: bapt Date: Mon Nov 9 15:09:34 2015 New Revision: 401104 URL: https://svnweb.freebsd.org/changeset/ports/401104 Log: drop maintainership: ENOTIME Modified: head/emulators/xen-kernel/Makefile head/emulators/xen/Makefile head/sysutils/xen-tools/Makefile Modified: head/emulators/xen-kernel/Makefile ============================================================================== --- head/emulators/xen-kernel/Makefile Mon Nov 9 15:06:35 2015 (r401103) +++ head/emulators/xen-kernel/Makefile Mon Nov 9 15:09:34 2015 (r401104) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hypervisor using a microkernel design LICENSE= GPLv2 Modified: head/emulators/xen/Makefile ============================================================================== --- head/emulators/xen/Makefile Mon Nov 9 15:06:35 2015 (r401103) +++ head/emulators/xen/Makefile Mon Nov 9 15:09:34 2015 (r401104) @@ -5,7 +5,7 @@ PORTVERSION= 4.5.1 PORTREVISION= 1 CATEGORIES= emulators -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Xen Hyvervisor meta port LICENSE= GPLv2 Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Mon Nov 9 15:06:35 2015 (r401103) +++ head/sysutils/xen-tools/Makefile Mon Nov 9 15:09:34 2015 (r401104) @@ -8,7 +8,7 @@ MASTER_SITES= http://bits.xensource.com/ http://code.coreboot.org/p/seabios/downloads/get/:seabios PKGNAMESUFFIX= -tools -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Xen management tool, based on LibXenlight LICENSE= GPLv2 LGPL3 From owner-svn-ports-head@freebsd.org Mon Nov 9 15:18:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C00FFA2A9E4; Mon, 9 Nov 2015 15:18:21 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F09C126C; Mon, 9 Nov 2015 15:18:21 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9FIKCe032918; Mon, 9 Nov 2015 15:18:20 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FIKWO032916; Mon, 9 Nov 2015 15:18:20 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201511091518.tA9FIKWO032916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 9 Nov 2015 15:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401105 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:18:21 -0000 Author: lwhsu Date: Mon Nov 9 15:18:20 2015 New Revision: 401105 URL: https://svnweb.freebsd.org/changeset/ports/401105 Log: - Update to 1.637 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Nov 9 15:09:34 2015 (r401104) +++ head/devel/jenkins/Makefile Mon Nov 9 15:18:20 2015 (r401105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.636 +PORTVERSION= 1.637 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Nov 9 15:09:34 2015 (r401104) +++ head/devel/jenkins/distinfo Mon Nov 9 15:18:20 2015 (r401105) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.636/jenkins.war) = 7374cfecf603a9403affe2644c6fe9bc6b157fa67e38dfcb9bf6e9776df9dcc8 -SIZE (jenkins/1.636/jenkins.war) = 63531046 +SHA256 (jenkins/1.637/jenkins.war) = cb29a5ab6a6682984372499fd1ebc02f004b21fb124132b0e5cf94bc5e18a289 +SIZE (jenkins/1.637/jenkins.war) = 63532267 From owner-svn-ports-head@freebsd.org Mon Nov 9 15:22:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35299A2AC4A; Mon, 9 Nov 2015 15:22:07 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F341C1784; Mon, 9 Nov 2015 15:22:06 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9FM6BW035843; Mon, 9 Nov 2015 15:22:06 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FM52S035841; Mon, 9 Nov 2015 15:22:05 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201511091522.tA9FM52S035841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 9 Nov 2015 15:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401106 - head/editors/texmaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:22:07 -0000 Author: makc Date: Mon Nov 9 15:22:05 2015 New Revision: 401106 URL: https://svnweb.freebsd.org/changeset/ports/401106 Log: editors/texmaker: - Update to 4.5 Modified: head/editors/texmaker/Makefile head/editors/texmaker/distinfo Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Mon Nov 9 15:18:20 2015 (r401105) +++ head/editors/texmaker/Makefile Mon Nov 9 15:22:05 2015 (r401106) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= texmaker -PORTVERSION= 4.4.1 -PORTREVISION= 2 +PORTVERSION= 4.5 +PORTREVISION= 0 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texmaker/distinfo ============================================================================== --- head/editors/texmaker/distinfo Mon Nov 9 15:18:20 2015 (r401105) +++ head/editors/texmaker/distinfo Mon Nov 9 15:22:05 2015 (r401106) @@ -1,2 +1,2 @@ -SHA256 (texmaker-4.4.1.tar.bz2) = 80939493ffb6c92f47c47109dff6de4c91259244247e90ddfb1bb6153559b4b4 -SIZE (texmaker-4.4.1.tar.bz2) = 11274997 +SHA256 (texmaker-4.5.tar.bz2) = 2ce9966e410bf878649d1c756e3dc2a077e55e1eaa9f4beb10aa7224cd94d614 +SIZE (texmaker-4.5.tar.bz2) = 11287724 From owner-svn-ports-head@freebsd.org Mon Nov 9 15:22:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90066A2AC75; Mon, 9 Nov 2015 15:22:25 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3CF18A4; Mon, 9 Nov 2015 15:22:25 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9FMOUB036037; Mon, 9 Nov 2015 15:22:24 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FMN9b036031; Mon, 9 Nov 2015 15:22:23 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201511091522.tA9FMN9b036031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 9 Nov 2015 15:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401107 - in head/irc/quassel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:22:25 -0000 Author: makc Date: Mon Nov 9 15:22:23 2015 New Revision: 401107 URL: https://svnweb.freebsd.org/changeset/ports/401107 Log: irc/quassel: - Update to 0.12.2 - Switch to Qt 5, remove KDE option Deleted: head/irc/quassel/pkg-plist.kde Modified: head/irc/quassel/Makefile head/irc/quassel/distinfo head/irc/quassel/files/patch-icons__CMakeLists.txt head/irc/quassel/pkg-descr head/irc/quassel/pkg-plist Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Mon Nov 9 15:22:05 2015 (r401106) +++ head/irc/quassel/Makefile Mon Nov 9 15:22:23 2015 (r401107) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.2 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ MAINTAINER= makc@FreeBSD.org -COMMENT= Qt 4 based distributed IRC client +COMMENT= Qt 5 based distributed IRC client -USES= cmake:outsource compiler:c++11-lib cpe execinfo tar:bzip2 -USE_QT4= corelib network script sql \ - qmake_build moc_build rcc_build uic_build -CMAKE_ARGS= -DWITH_LIBINDICATE=off \ - -DEMBED_DATA=on +USES= cmake:outsource compiler:c++11-lib cpe execinfo pkgconfig tar:bzip2 +USE_QT5= core network buildtools_build qmake_build +CMAKE_ARGS= -DWITH_KDE=off \ + -DUSE_QT5=on CPE_VENDOR= quassel-irc CPE_PRODUCT= quassel_irc -OPTIONS_DEFINE= KDE NLS +OPTIONS_DEFINE= NLS OPTIONS_MULTI= MODULE MODULE_DESC= Quassel components OPTIONS_MULTI_MODULE= MONO CORE CLIENT @@ -30,8 +29,8 @@ MONO_CMAKE_ON= -DWANT_MONO=on MONO_CMAKE_OFF= -DWANT_MONO=off CORE_DESC= Quassel core (for use with client) -CORE_LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca -CORE_USE= QT4=sql-sqlite3_run +CORE_LIB_DEPENDS= libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 +CORE_USE= QT5=script,sql,sql-sqlite3_run CORE_CMAKE_ON= -DWANT_CORE=on CORE_CMAKE_OFF= -DWANT_CORE=off @@ -39,22 +38,13 @@ CLIENT_DESC= Quassel client (for use wit CLIENT_CMAKE_ON= -DWANT_QTCLIENT=on CLIENT_CMAKE_OFF= -DWANT_QTCLIENT=off -KDE_DESC= KDE 4 integration (for clients only) - -NLS_USE= QT4=linguisttools_build +NLS_USE= QT5=linguisttools_build .include .if ${PORT_OPTIONS:MMONO} || ${PORT_OPTIONS:MCLIENT} -. if ${PORT_OPTIONS:MKDE} -USE_KDE4= automoc4 kdelibs kdeprefix -CMAKE_ARGS+= -DWITH_KDE=ON -PLIST= ${PKGDIR}/pkg-plist.kde -. else -CMAKE_ARGS+= -DWITH_KDE=OFF -. endif -USE_QT4+= dbus gui phonon webkit xml xmlpatterns -LIB_DEPENDS+= libdbusmenu-qt.so:${PORTSDIR}/devel/libdbusmenu-qt +USE_QT5+= dbus gui widgets phonon4 webkit +LIB_DEPENDS+= libdbusmenu-qt5.so:${PORTSDIR}/devel/libdbusmenu-qt5 PLIST_SUB+= MONO_OR_CLIENT="" .else PLIST_SUB+= MONO_OR_CLIENT="@comment " Modified: head/irc/quassel/distinfo ============================================================================== --- head/irc/quassel/distinfo Mon Nov 9 15:22:05 2015 (r401106) +++ head/irc/quassel/distinfo Mon Nov 9 15:22:23 2015 (r401107) @@ -1,2 +1,2 @@ -SHA256 (quassel-0.11.1.tar.bz2) = ad60aeb937e2cb5dc2b510daf46940e0bcf27efb4a20b80c776174109aa7566e -SIZE (quassel-0.11.1.tar.bz2) = 2877325 +SHA256 (quassel-0.12.2.tar.bz2) = 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897 +SIZE (quassel-0.12.2.tar.bz2) = 3681838 Modified: head/irc/quassel/files/patch-icons__CMakeLists.txt ============================================================================== --- head/irc/quassel/files/patch-icons__CMakeLists.txt Mon Nov 9 15:22:05 2015 (r401106) +++ head/irc/quassel/files/patch-icons__CMakeLists.txt Mon Nov 9 15:22:23 2015 (r401107) @@ -1,15 +1,15 @@ ---- ./icons/CMakeLists.txt.orig 2010-09-05 14:08:49.000000000 +0400 -+++ ./icons/CMakeLists.txt 2010-09-09 23:26:09.154616111 +0400 -@@ -37,7 +37,6 @@ - install(DIRECTORY oxygen_kde/ DESTINATION ${DATA_INSTALL_DIR}/quassel/icons/oxygen) - endif(INSTALL_OXY) - endif(EMBED_DATA) --endif(WANT_MONO OR WANT_QTCLIENT) +--- icons/CMakeLists.txt.orig 2015-04-23 20:47:17 UTC ++++ icons/CMakeLists.txt +@@ -30,7 +30,6 @@ if (WANT_MONO OR WANT_QTCLIENT) + endif() + + set(CLIENT_RCS ${CLIENT_RCS} ${ICON_RCS} PARENT_SCOPE) +-endif() # Application icon -@@ -54,3 +53,4 @@ - # endif((UNIX AND NOT APPLE) OR HAVE_KDE) - endif(HAVE_KDE OR NOT APPLE) - endif(HAVE_KDE OR UNIX) -+endif(WANT_MONO OR WANT_QTCLIENT) +@@ -40,3 +39,4 @@ if (HAVE_KDE OR (UNIX AND NOT APPLE)) + install(FILES hicolor/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) + endif() + endif() ++endif() Modified: head/irc/quassel/pkg-descr ============================================================================== --- head/irc/quassel/pkg-descr Mon Nov 9 15:22:05 2015 (r401106) +++ head/irc/quassel/pkg-descr Mon Nov 9 15:22:23 2015 (r401107) @@ -1,5 +1,5 @@ Quassel IRC is a modern, cross-platform, distributed IRC client -based on the Qt 4 framework. Distributed means that one (or multiple) +based on the Qt framework. Distributed means that one (or multiple) client(s) can attach to and detach from a central core that stays permanently online. Re-attaching your client will show your IRC session in the same state as you left it in (plus whatever happened Modified: head/irc/quassel/pkg-plist ============================================================================== --- head/irc/quassel/pkg-plist Mon Nov 9 15:22:05 2015 (r401106) +++ head/irc/quassel/pkg-plist Mon Nov 9 15:22:23 2015 (r401107) @@ -3,6 +3,414 @@ %%CORE%%bin/quasselcore %%MONO%%share/applications/quassel.desktop %%CLIENT%%share/applications/quasselclient.desktop -%%MONO_OR_CLIENT%%share/apps/quassel/scripts/inxi -%%MONO_OR_CLIENT%%share/apps/quassel/scripts/mpris +%%MONO_OR_CLIENT%%share/icons/hicolor/128x128/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/128x128/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/128x128/status/quassel-message.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/actions/im-user-away.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/actions/im-user-offline.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/actions/im-user.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/status/irc-channel-joined.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/status/irc-channel-parted.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/16x16/status/quassel-message.png +%%MONO_OR_CLIENT%%share/icons/hicolor/22x22/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/22x22/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/22x22/status/quassel-message.png +%%MONO_OR_CLIENT%%share/icons/hicolor/32x32/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/32x32/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/32x32/status/quassel-message.png %%MONO_OR_CLIENT%%share/icons/hicolor/48x48/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/48x48/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/48x48/status/quassel-message.png +%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/apps/quassel.png +%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/status/quassel-inactive.png +%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/status/quassel-message.png +%%MONO_OR_CLIENT%%share/icons/hicolor/scalable/status/irc-channel-joined.svgz +%%MONO_OR_CLIENT%%share/icons/hicolor/scalable/status/irc-channel-parted.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/mail-message-new.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/128x128/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/configure-shortcuts.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/dialog-cancel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/dialog-close.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/document-encrypt.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/document-open.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-clear-locationbar-ltr.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-clear-locationbar-rtl.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-copy.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-delete.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/edit-rename.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/flag-blue.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-fill-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-list-unordered.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-text-bold.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-text-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-text-italic.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/format-text-underline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-next-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-previous-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/help-about.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-close-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-join-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-remove-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-unvoice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/irc-voice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/list-add.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/list-remove-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/mail-message-new.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/media-playback-start.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/network-connect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/network-disconnect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/show-menu.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/view-fullscreen.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/view-refresh.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/zoom-in.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/zoom-original.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/actions/zoom-out.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/16x16/status/user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/configure-shortcuts.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/dialog-cancel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/dialog-close.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/document-encrypt.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/document-open.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-clear-locationbar-ltr.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-clear-locationbar-rtl.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-copy.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-delete.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/edit-rename.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/flag-blue.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-fill-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-list-unordered.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-text-bold.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-text-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-text-italic.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/format-text-underline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-next-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-previous-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/help-about.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-close-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-join-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-remove-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-unvoice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/irc-voice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/list-add.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/list-remove-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/mail-message-new.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/media-playback-start.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/network-connect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/network-disconnect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/show-menu.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/view-fullscreen.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/view-refresh.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/zoom-in.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/zoom-original.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/actions/zoom-out.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/22x22/status/user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/256x256/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/256x256/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/configure-shortcuts.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/dialog-cancel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/dialog-close.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/document-encrypt.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/document-open.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-clear-locationbar-ltr.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-clear-locationbar-rtl.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-copy.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-delete.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/edit-rename.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/flag-blue.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-fill-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-list-unordered.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-text-bold.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-text-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-text-italic.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/format-text-underline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-next-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-previous-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/help-about.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-close-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-join-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-remove-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-unvoice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/irc-voice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/list-add.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/list-remove-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/mail-message-new.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/media-playback-start.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/network-connect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/network-disconnect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/show-menu.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/view-fullscreen.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/view-refresh.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/zoom-in.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/zoom-original.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/actions/zoom-out.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/32x32/status/user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/configure-shortcuts.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/dialog-cancel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/dialog-close.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/document-encrypt.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/document-open.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-clear-locationbar-ltr.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-clear-locationbar-rtl.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-copy.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-delete.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/edit-rename.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/flag-blue.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-fill-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-list-unordered.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-text-bold.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-text-color.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-text-italic.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/format-text-underline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-next-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-previous-view.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/help-about.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-close-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-join-channel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-remove-operator.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-unvoice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/irc-voice.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/list-add.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/list-remove-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/mail-message-new.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/media-playback-start.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/network-connect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/network-disconnect.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/show-menu.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/view-fullscreen.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/view-refresh.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/zoom-in.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/zoom-original.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/actions/zoom-out.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/48x48/status/user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/application-exit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/configure.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/document-edit.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/edit-find.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/go-down.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/go-next.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/go-previous.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/go-up.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-ban-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-ban-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-kick-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-user-offline.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/im-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/list-add-user.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/actions/tools-report-bug.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/apps/quassel.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/devices/network-wired.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/status/dialog-information.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/status/security-high.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/status/security-low.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/64x64/status/user-away.png +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/AUTHORS +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/CONTRIBUTING +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/COPYING +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/index.theme +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/application-exit.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/configure-shortcuts.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/configure.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/dialog-cancel.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/dialog-close.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/document-edit.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/document-encrypt.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-clear-locationbar-ltr.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-clear-locationbar-rtl.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-copy.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-delete.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-find.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/edit-rename.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/flag-blue.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/format-fill-color.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/format-text-color.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-down.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-next-view.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-next.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-previous-view.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-previous.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/go-up.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-ban-kick-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-ban-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-kick-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-user-away.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-user-offline.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/im-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-close-channel.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-join-channel.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-operator.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-remove-operator.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-unvoice.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/irc-voice.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/list-add-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/list-add.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/list-remove-user.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/media-playback-start.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/network-connect.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/network-disconnect.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/show-menu.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/tools-report-bug.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/view-fullscreen.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/actions/view-refresh.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/apps/quassel.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/devices/network-wired.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/status/dialog-information.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/status/security-high.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/status/security-low.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/icons/oxygen/scalable/status/user-away.svgz +%%MONO_OR_CLIENT%%%%DATADIR%%/networks.ini +%%MONO_OR_CLIENT%%%%DATADIR%%/scripts/inxi +%%MONO_OR_CLIENT%%%%DATADIR%%/scripts/mpris +%%MONO_OR_CLIENT%%%%DATADIR%%/stylesheets/LinuxDolt-bluestheme.qss +%%MONO_OR_CLIENT%%%%DATADIR%%/stylesheets/default.qss +%%MONO_OR_CLIENT%%%%DATADIR%%/stylesheets/jussi01-darktheme.qss +%%MONO_OR_CLIENT%%%%DATADIR%%/stylesheets/m4yer.qss +%%NLS%%%%DATADIR%%/translations/cs.qm +%%NLS%%%%DATADIR%%/translations/da.qm +%%NLS%%%%DATADIR%%/translations/de.qm +%%NLS%%%%DATADIR%%/translations/el.qm +%%NLS%%%%DATADIR%%/translations/en_GB.qm +%%NLS%%%%DATADIR%%/translations/en_US.qm +%%NLS%%%%DATADIR%%/translations/eo.qm +%%NLS%%%%DATADIR%%/translations/es.qm +%%NLS%%%%DATADIR%%/translations/et.qm +%%NLS%%%%DATADIR%%/translations/et_EE.qm +%%NLS%%%%DATADIR%%/translations/fi.qm +%%NLS%%%%DATADIR%%/translations/fr.qm +%%NLS%%%%DATADIR%%/translations/gl.qm +%%NLS%%%%DATADIR%%/translations/hi.qm +%%NLS%%%%DATADIR%%/translations/hu.qm +%%NLS%%%%DATADIR%%/translations/id_ID.qm +%%NLS%%%%DATADIR%%/translations/it.qm +%%NLS%%%%DATADIR%%/translations/ja.qm +%%NLS%%%%DATADIR%%/translations/ko.qm +%%NLS%%%%DATADIR%%/translations/lt.qm +%%NLS%%%%DATADIR%%/translations/mr.qm +%%NLS%%%%DATADIR%%/translations/nb.qm +%%NLS%%%%DATADIR%%/translations/nl.qm +%%NLS%%%%DATADIR%%/translations/oc.qm +%%NLS%%%%DATADIR%%/translations/pa.qm +%%NLS%%%%DATADIR%%/translations/pl.qm +%%NLS%%%%DATADIR%%/translations/pt.qm +%%NLS%%%%DATADIR%%/translations/pt_BR.qm +%%NLS%%%%DATADIR%%/translations/ro.qm +%%NLS%%%%DATADIR%%/translations/ru.qm +%%NLS%%%%DATADIR%%/translations/sl.qm +%%NLS%%%%DATADIR%%/translations/sq.qm +%%NLS%%%%DATADIR%%/translations/sr.qm +%%NLS%%%%DATADIR%%/translations/sv.qm +%%NLS%%%%DATADIR%%/translations/tr.qm +%%NLS%%%%DATADIR%%/translations/uk.qm +%%NLS%%%%DATADIR%%/translations/uz@Latn.qm +%%NLS%%%%DATADIR%%/translations/zh_CN.qm +%%NLS%%%%DATADIR%%/translations/zh_TW.qm From owner-svn-ports-head@freebsd.org Mon Nov 9 15:29:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65CB9A2ADC8; Mon, 9 Nov 2015 15:29:05 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D111B1CA3; Mon, 9 Nov 2015 15:29:04 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 6db64884 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 9 Nov 2015 08:29:00 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 From: Adam Weinberger In-Reply-To: Date: Mon, 9 Nov 2015 08:28:58 -0700 Cc: Alexey Dokuchaev , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:29:05 -0000 > On 9 Nov, 2015, at 5:01, Gerald Pfeifer wrote: >=20 > On Sun, 8 Nov 2015, Adam Weinberger wrote: >> What are some of the other common intentions of a GCC option? >=20 > Here is the full list I found: >=20 > cad/ghdl/Makefile:GCC_DESC=3D Code generator is GCC (mature) > lang/erlang-runtime15/Makefile:GCC_DESC=3D Use current GCC > lang/erlang-runtime16/Makefile:GCC_DESC=3D Use current GCC > lang/erlang-runtime17/Makefile:GCC_DESC=3D Use current GCC > lang/erlang-runtime18/Makefile:GCC_DESC=3D Use current GCC > lang/erlang/Makefile:GCC_DESC=3D Use current GCC > lang/gambit-c/Makefile:GCC_DESC=3D Build with GCC > lang/ghc/Makefile:GCC_DESC=3D Build with GCC (from ports) > lang/ghc/bsd.cabal.options.mk:GCC_DESC=3D Build with GCC = (from=20 > ports) > multimedia/x264/Makefile:GCC_DESC=3D Use current GCC > net/asterisk11/Makefile:GCC_DESC=3D Use GCC from ports > net/asterisk13/Makefile:GCC_DESC=3D Use GCC from ports > security/cryptopp/Makefile:GCC_DESC=3D Build with = current GCC > www/mod_spdy/Makefile:GCC_DESC=3D Build with current GCC >=20 > On Mon, 9 Nov 2015, Alexey Dokuchaev wrote: >> OTOH, those cases should be a minority, so having sensible defaul = GCC_DESC >> makes sense after all. Shall it be "Use GCC from ports" or "Build = with >> current GCC"? >=20 > Looking at the above I'd vouch for "Build with current GCC" which > should work for all but cad/ghdl. Which can easily keep it's current > wording (and thus override the default). >=20 > On Mon, 9 Nov 2015, Guido Falsi wrote: >> IMHO usually the GCC option should be meant to be used when one wants >> GCC from ports, while using a base compiler should should be a = default >> or the alternative. >=20 > Sooo, any objections towards adding the following >=20 > Index: Mk/bsd.options.desc.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- Mk/bsd.options.desc.mk (revision 401088) > +++ Mk/bsd.options.desc.mk (working copy) > @@ -102,6 +102,7 @@ > FTP_DESC?=3D FTP protocol support > FTPS_DESC?=3D FTP with SSL/TLS support > FUSE_DESC?=3D FUSE (Filesystem in Userspace) support > +GCC?=3D Build with current GCC > GCONF_DESC?=3D GConf configuration backend support > GCRYPT_DESC?=3D Use GNU crypt library instead of OpenSSL > GD_DESC?=3D GD graphics library support >=20 > and removing GCC_DESC=3D from all Makefiles except for = cad/ghdl/Makefile? >=20 > Gerald >=20 What about "Build with current GCC (from ports)"? With or without those parentheses. Then people know that they're about to build/install a new compiler, = which is a large and time-consuming dependency. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Nov 9 15:35:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7C0FA2AF46; Mon, 9 Nov 2015 15:35:16 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59997108E; Mon, 9 Nov 2015 15:35:16 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9FZF1t039580; Mon, 9 Nov 2015 15:35:15 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FZF2n039575; Mon, 9 Nov 2015 15:35:15 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511091535.tA9FZF2n039575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Mon, 9 Nov 2015 15:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401108 - in head/devel: . rubygem-asetus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:35:16 -0000 Author: mmoll Date: Mon Nov 9 15:35:14 2015 New Revision: 401108 URL: https://svnweb.freebsd.org/changeset/ports/401108 Log: new port: devel/rubygem-asetus A configuration library for Ruby with YAML/JSON/TOML backends with unified object access. WWW: https://github.com/ytti/asetus PR: 203367 Submitted by: Nick Hilliard Added: head/devel/rubygem-asetus/ head/devel/rubygem-asetus/Makefile (contents, props changed) head/devel/rubygem-asetus/distinfo (contents, props changed) head/devel/rubygem-asetus/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 9 15:22:23 2015 (r401107) +++ head/devel/Makefile Mon Nov 9 15:35:14 2015 (r401108) @@ -4627,6 +4627,7 @@ SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 + SUBDIR += rubygem-asetus SUBDIR += rubygem-aspectr SUBDIR += rubygem-ast SUBDIR += rubygem-astrolabe Added: head/devel/rubygem-asetus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-asetus/Makefile Mon Nov 9 15:35:14 2015 (r401108) @@ -0,0 +1,20 @@ +# Created by: Nick Hilliard +# $FreeBSD$ + +PORTNAME= asetus +PORTVERSION= 0.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= nick@foobar.org +COMMENT= Ruby configuration library with YAML/JSON/TOML backends + +LICENSE= APACHE20 + +NO_ARCH= yes + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-asetus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-asetus/distinfo Mon Nov 9 15:35:14 2015 (r401108) @@ -0,0 +1,2 @@ +SHA256 (rubygem/asetus-0.3.0.gem) = 201d6cffa16438558e1eeba3e475fd0676fa6bacf8fc0f2bb68a4e74174379fe +SIZE (rubygem/asetus-0.3.0.gem) = 8704 Added: head/devel/rubygem-asetus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-asetus/pkg-descr Mon Nov 9 15:35:14 2015 (r401108) @@ -0,0 +1,4 @@ +A configuration library for Ruby with YAML/JSON/TOML backends with +unified object access. + +WWW: https://github.com/ytti/asetus From owner-svn-ports-head@freebsd.org Mon Nov 9 15:38:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC28FA2AFEF; Mon, 9 Nov 2015 15:38:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CD9F4124B; Mon, 9 Nov 2015 15:38:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CB7D9103E; Mon, 9 Nov 2015 15:38:01 +0000 (UTC) Date: Mon, 9 Nov 2015 15:38:01 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109153801.GA60954@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:38:02 -0000 On Mon, Nov 09, 2015 at 08:28:58AM -0700, Adam Weinberger wrote: > What about "Build with current GCC (from ports)"? > With or without those parentheses. > > Then people know that they're about to build/install a new compiler, > which is a large and time-consuming dependency. Again, I advocate for s/current/modern/. What is "current"? It can be 4.9 for some people, 5.0 for others, and "why should I care" for everyone else. ;-) Plus, on some platforms, even on -CURRENT, GCC 4.2.1 is *the current* base compiler. "Modern" does not suffer from this bug: 4.8, 4.9, 5.0 are all, well, pretty modern. Even PowerPC users won't consider their base GCC 4.2.1 as "modern". I'm still hesitating about "Build with" vs. "Use". I'm thinking of cases when GCC bits are required, but not exactly to build things. At this point I'm more inclined towards "Use modern GCC (from ports)" but still not 100% confident it's the best wording. ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 15:40:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78DCFA29071; Mon, 9 Nov 2015 15:40:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F68D138C; Mon, 9 Nov 2015 15:40:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Fekgk040113; Mon, 9 Nov 2015 15:40:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FekLu040112; Mon, 9 Nov 2015 15:40:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511091540.tA9FekLu040112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 15:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401109 - head/net/tcptrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:40:47 -0000 Author: amdmi3 Date: Mon Nov 9 15:40:46 2015 New Revision: 401109 URL: https://svnweb.freebsd.org/changeset/ports/401109 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/net/tcptrace/Makefile Modified: head/net/tcptrace/Makefile ============================================================================== --- head/net/tcptrace/Makefile Mon Nov 9 15:35:14 2015 (r401108) +++ head/net/tcptrace/Makefile Mon Nov 9 15:40:46 2015 (r401109) @@ -9,7 +9,8 @@ MASTER_SITES= http://www.tcptrace.org/do MAINTAINER= ports@FreeBSD.org COMMENT= TCP dump file analysis tool -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes ALL_TARGET= tcptrace @@ -28,6 +29,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Nov 9 15:41:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FBFA29245; Mon, 9 Nov 2015 15:41:49 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2E7B15F1; Mon, 9 Nov 2015 15:41:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 31edc874 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 9 Nov 2015 08:41:45 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 From: Adam Weinberger In-Reply-To: <20151109153801.GA60954@FreeBSD.org> Date: Mon, 9 Nov 2015 08:41:43 -0700 Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> <20151109153801.GA60954@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:41:49 -0000 > On 9 Nov, 2015, at 8:38, Alexey Dokuchaev wrote: > > On Mon, Nov 09, 2015 at 08:28:58AM -0700, Adam Weinberger wrote: >> What about "Build with current GCC (from ports)"? >> With or without those parentheses. >> >> Then people know that they're about to build/install a new compiler, >> which is a large and time-consuming dependency. > > Again, I advocate for s/current/modern/. What is "current"? It can be > 4.9 for some people, 5.0 for others, and "why should I care" for everyone > else. ;-) I agree with everything you just said. > I'm still hesitating about "Build with" vs. "Use". I'm thinking of cases > when GCC bits are required, but not exactly to build things. At this point > I'm more inclined towards "Use modern GCC (from ports)" but still not 100% > confident it's the best wording. I think the difference there is pedantic, and possibly more confusing. While it is true that "build with" may not always be accurate, "use" is so generic as to convey practically nothing. My vote is for "Build with modern GCC (from ports)" # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Nov 9 15:46:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D2DA29344; Mon, 9 Nov 2015 15:46:04 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 080191BAC; Mon, 9 Nov 2015 15:46:03 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 56D7643BA8; Mon, 9 Nov 2015 09:46:00 -0600 (CST) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 To: Adam Weinberger , Alexey Dokuchaev References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> <20151109153801.GA60954@FreeBSD.org> Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <5640BFB5.6010107@marino.st> Date: Mon, 9 Nov 2015 16:45:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:46:04 -0000 On 11/9/2015 4:41 PM, Adam Weinberger wrote: > > I think the difference there is pedantic, and possibly more confusing. While > it is true that "build with" may not always be accurate, "use" is so generic > as to convey practically nothing. > > My vote is for "Build with modern GCC (from ports)" Except there's no building if GCC is already in place. The real impact is GCC libraries, which makes the *entire* GCC a run-time dependency. That's the kicker, not the building. Is subpackages here yet? John From owner-svn-ports-head@freebsd.org Mon Nov 9 15:49:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC96CA294B3; Mon, 9 Nov 2015 15:49:53 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23CEC1E09; Mon, 9 Nov 2015 15:49:52 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 9af08d57 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 9 Nov 2015 08:49:49 -0700 (MST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 From: Adam Weinberger In-Reply-To: <5640BFB5.6010107@marino.st> Date: Mon, 9 Nov 2015 08:49:48 -0700 Cc: Alexey Dokuchaev , Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> <20151109153801.GA60954@FreeBSD.org> <5640BFB5.6010107@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:49:53 -0000 > On 9 Nov, 2015, at 8:45, John Marino = wrote: >=20 > On 11/9/2015 4:41 PM, Adam Weinberger wrote: >>=20 >> I think the difference there is pedantic, and possibly more = confusing. While >> it is true that "build with" may not always be accurate, "use" is so = generic >> as to convey practically nothing. >>=20 >> My vote is for "Build with modern GCC (from ports)" >=20 >=20 > Except there's no building if GCC is already in place. >=20 > The real impact is GCC libraries, which makes the *entire* GCC a > run-time dependency. That's the kicker, not the building. That's a really good point. "Build and run with modern GCC (from ports)" or "Use modern GCC (from ports) for build/runtime" Personally I really like that first one. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Nov 9 15:50:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BE44A29502; Mon, 9 Nov 2015 15:50:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6411EEE; Mon, 9 Nov 2015 15:50:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1A793182E; Mon, 9 Nov 2015 15:50:34 +0000 (UTC) Date: Mon, 9 Nov 2015 15:50:34 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Gerald Pfeifer , Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 Message-ID: <20151109155034.GB60954@FreeBSD.org> References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> <077EDBDC-8EF1-44FA-9D17-90345C2956F5@adamw.org> <20151109153801.GA60954@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:50:34 -0000 On Mon, Nov 09, 2015 at 08:41:43AM -0700, Adam Weinberger wrote: > > On 9 Nov, 2015, at 8:38, Alexey Dokuchaev wrote: > > I'm still hesitating about "Build with" vs. "Use". I'm thinking of cases > > when GCC bits are required, but not exactly to build things. At this point > > I'm more inclined towards "Use modern GCC (from ports)" but still not 100% > > confident it's the best wording. > > I think the difference there is pedantic, and possibly more confusing. While > it is true that "build with" may not always be accurate, "use" is so generic > as to convey practically nothing. OK, I buy this; after all, "build with" is always applicable to the package itself (ir)regardless of exactly how GCC is being used. > My vote is for "Build with modern GCC (from ports)"[.] Let it be then, +1 on this very wording. ./danfe From owner-svn-ports-head@freebsd.org Mon Nov 9 15:54:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C02CCA29748; Mon, 9 Nov 2015 15:54:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BA312FB; Mon, 9 Nov 2015 15:54:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Fs3mv046230; Mon, 9 Nov 2015 15:54:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Fs3iK046229; Mon, 9 Nov 2015 15:54:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511091554.tA9Fs3iK046229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Nov 2015 15:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401111 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:54:04 -0000 Author: mat Date: Mon Nov 9 15:54:03 2015 New Revision: 401111 URL: https://svnweb.freebsd.org/changeset/ports/401111 Log: When !defined(DEVELOPER), stage-qa is not put in the stage pipeline. Make it depend on stage, and point people to adding DEVELOPER=yes to their environment. Discussed with: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4082 Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 9 15:42:15 2015 (r401110) +++ head/Mk/bsd.port.mk Mon Nov 9 15:54:03 2015 (r401111) @@ -5047,6 +5047,9 @@ check-orphans: check-plist stage-qa: @${ECHO_MSG} "====> Running Q/A tests (stage-qa)" @${SETENV} ${QA_ENV} ${SH} ${SCRIPTSDIR}/qa.sh +.if !defined(DEVELOPER) + @${ECHO_MSG} "/!\\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\\" +.endif .endif # Fake installation of package so that user can pkg delete it later. @@ -5728,6 +5731,8 @@ _STAGE_SEQ= 050:stage-message 100:stage ${_OPTIONS_stage} ${_USES_stage} .if defined(DEVELOPER) _STAGE_SEQ+= 995:stage-qa +.else +stage-qa: stage .endif _TEST_DEP= stage _TEST_SEQ= 100:test-message 150:test-depends 300:pre-test 500:do-test \ From owner-svn-ports-head@freebsd.org Mon Nov 9 15:58:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44C43A2985B; Mon, 9 Nov 2015 15:58:22 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0CF81532; Mon, 9 Nov 2015 15:58:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9FwL5T046769; Mon, 9 Nov 2015 15:58:21 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9FwKF6046762; Mon, 9 Nov 2015 15:58:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511091558.tA9FwKF6046762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 9 Nov 2015 15:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401112 - in head/security: mbedtls polarssl polarssl13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 15:58:22 -0000 Author: tijl Date: Mon Nov 9 15:58:20 2015 New Revision: 401112 URL: https://svnweb.freebsd.org/changeset/ports/401112 Log: - Update polarssl/mbedtls ports - Mark polarssl 1.2.x deprecated - Fix sparc64 build by removing -fpic (leaving only -fPIC) MFH: 2015Q4 Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.0-2.1.3-1.3.15-and-polarssl.1.2.18-released Modified: head/security/mbedtls/Makefile head/security/mbedtls/distinfo head/security/mbedtls/pkg-plist head/security/polarssl/Makefile head/security/polarssl/distinfo head/security/polarssl13/Makefile head/security/polarssl13/distinfo Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/mbedtls/Makefile Mon Nov 9 15:58:20 2015 (r401112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ @@ -26,6 +26,7 @@ post-patch: -e 's/PREFIX/NAMEPREFIX/' \ -e 's/$$(DESTDIR)/&$$(PREFIX)/' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's/-fpic//' ${WRKSRC}/library/Makefile post-install: ${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f | \ Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/mbedtls/distinfo Mon Nov 9 15:58:20 2015 (r401112) @@ -1,2 +1,2 @@ -SHA256 (mbedtls-2.1.2-apache.tgz) = ce57cb9085f976ffde945af7e8cec058a66ad181a96fd228fbcbc485213a7c58 -SIZE (mbedtls-2.1.2-apache.tgz) = 1830208 +SHA256 (mbedtls-2.2.0-apache.tgz) = 3c6d3487ab056da94450cf907afc84f026aff7880182baffe137c98e3d00fb55 +SIZE (mbedtls-2.2.0-apache.tgz) = 1860353 Modified: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/mbedtls/pkg-plist Mon Nov 9 15:58:20 2015 (r401112) @@ -10,6 +10,7 @@ bin/mbedtls_dh_genprime bin/mbedtls_dh_server bin/mbedtls_dtls_client bin/mbedtls_dtls_server +bin/mbedtls_ecdh_curve25519 bin/mbedtls_ecdsa bin/mbedtls_gen_entropy bin/mbedtls_gen_key @@ -67,6 +68,7 @@ include/mbedtls/des.h include/mbedtls/dhm.h include/mbedtls/ecdh.h include/mbedtls/ecdsa.h +include/mbedtls/ecjpake.h include/mbedtls/ecp.h include/mbedtls/entropy.h include/mbedtls/entropy_poll.h Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/polarssl/Makefile Mon Nov 9 15:58:20 2015 (r401112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.17 +PORTVERSION= 1.2.18 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ @@ -11,6 +11,9 @@ COMMENT= Open Source embedded SSL/TLS cr LICENSE= GPLv2 +DEPRECATED= Upstream is ending support for 1.2.x +EXPIRATION_DATE=2015-12-31 + ALL_TARGET= no_test USES= cpe gmake tar:tgz Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/polarssl/distinfo Mon Nov 9 15:58:20 2015 (r401112) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.17-gpl.tgz) = 9301d4ebec3eb45bc9f28f2d79bfdb0c3dd351c386aa6cc66643e1b2be274d52 -SIZE (polarssl-1.2.17-gpl.tgz) = 1025523 +SHA256 (polarssl-1.2.18-gpl.tgz) = 63c4ed4d9f6a241088e2287958f265403f874248d6a98b98f27cd3aa2f90f030 +SIZE (polarssl-1.2.18-gpl.tgz) = 1039402 Modified: head/security/polarssl13/Makefile ============================================================================== --- head/security/polarssl13/Makefile Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/polarssl13/Makefile Mon Nov 9 15:58:20 2015 (r401112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.14 +PORTVERSION= 1.3.15 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ @@ -14,8 +14,6 @@ COMMENT= SSL/TLS and cryptography librar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_sparc64= fails to compile: relocation error - ALL_TARGET= no_test MAKE_ENV= SHARED=1 USES= cpe gmake tar:tgz @@ -30,6 +28,7 @@ post-patch: -e 's/PREFIX/NAMEPREFIX/' \ -e 's/$$(DESTDIR)/&$$(PREFIX)/' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's/-fpic//' ${WRKSRC}/library/Makefile post-install: ${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f | \ Modified: head/security/polarssl13/distinfo ============================================================================== --- head/security/polarssl13/distinfo Mon Nov 9 15:54:03 2015 (r401111) +++ head/security/polarssl13/distinfo Mon Nov 9 15:58:20 2015 (r401112) @@ -1,2 +1,2 @@ -SHA256 (mbedtls-1.3.14-gpl.tgz) = be76915bc406b4c4109629624baa5bf610a805d9976404e4086d44e5e6c86ff8 -SIZE (mbedtls-1.3.14-gpl.tgz) = 1744343 +SHA256 (mbedtls-1.3.15-gpl.tgz) = ed0be9905ba08f614772ac2b6dcce0c65cf3fb235cab7e6894838efc19518da3 +SIZE (mbedtls-1.3.15-gpl.tgz) = 1758935 From owner-svn-ports-head@freebsd.org Mon Nov 9 16:02:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D95CA29AA8; Mon, 9 Nov 2015 16:02:15 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7CFB1B18; Mon, 9 Nov 2015 16:02:14 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9G2DmI049824; Mon, 9 Nov 2015 16:02:13 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9G2DDM049821; Mon, 9 Nov 2015 16:02:13 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201511091602.tA9G2DDM049821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 9 Nov 2015 16:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401113 - head/biology/iolib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 16:02:15 -0000 Author: danilo Date: Mon Nov 9 16:02:13 2015 New Revision: 401113 URL: https://svnweb.freebsd.org/changeset/ports/401113 Log: - Update to 1.14.6 Modified: head/biology/iolib/Makefile head/biology/iolib/distinfo head/biology/iolib/pkg-plist Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Mon Nov 9 15:58:20 2015 (r401112) +++ head/biology/iolib/Makefile Mon Nov 9 16:02:13 2015 (r401113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= io_lib -PORTVERSION= 1.14.5 +PORTVERSION= 1.14.6 CATEGORIES= biology MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION} Modified: head/biology/iolib/distinfo ============================================================================== --- head/biology/iolib/distinfo Mon Nov 9 15:58:20 2015 (r401112) +++ head/biology/iolib/distinfo Mon Nov 9 16:02:13 2015 (r401113) @@ -1,2 +1,2 @@ -SHA256 (io_lib-1.14.5.tar.gz) = 2f075a199b3315c2a5aec09092318de0954284ac2c0e0f1f44f5866774d84e8b -SIZE (io_lib-1.14.5.tar.gz) = 2130716 +SHA256 (io_lib-1.14.6.tar.gz) = 94f76bfb6abbe86c96e2b0bc7a52525821893526c9a077bf3896c5b653cdbcdb +SIZE (io_lib-1.14.6.tar.gz) = 2160285 Modified: head/biology/iolib/pkg-plist ============================================================================== --- head/biology/iolib/pkg-plist Mon Nov 9 15:58:20 2015 (r401112) +++ head/biology/iolib/pkg-plist Mon Nov 9 16:02:13 2015 (r401113) @@ -86,7 +86,7 @@ include/io_lib/ztr.h lib/libstaden-read.a lib/libstaden-read.so lib/libstaden-read.so.11 -lib/libstaden-read.so.11.0.4 +lib/libstaden-read.so.11.0.5 man/man1/scramble.1.gz man/man1/srf2fasta.1.gz man/man1/srf2fastq.1.gz From owner-svn-ports-head@freebsd.org Mon Nov 9 16:29:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5DCEA2A19B; Mon, 9 Nov 2015 16:29:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CBD31601; Mon, 9 Nov 2015 16:29:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9GT4mW055946; Mon, 9 Nov 2015 16:29:04 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9GT4u2055944; Mon, 9 Nov 2015 16:29:04 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201511091629.tA9GT4u2055944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 9 Nov 2015 16:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401114 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 16:29:05 -0000 Author: jadawin Date: Mon Nov 9 16:29:04 2015 New Revision: 401114 URL: https://svnweb.freebsd.org/changeset/ports/401114 Log: - Update to 1.03 Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Mon Nov 9 16:02:13 2015 (r401113) +++ head/dns/p5-Net-DNS/Makefile Mon Nov 9 16:29:04 2015 (r401114) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Mon Nov 9 16:02:13 2015 (r401113) +++ head/dns/p5-Net-DNS/distinfo Mon Nov 9 16:29:04 2015 (r401114) @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-1.02.tar.gz) = 9473c322b036592663bb20383e85190a682d142688b162efc975a61bcc7534f2 -SIZE (Net-DNS-1.02.tar.gz) = 245760 +SHA256 (Net-DNS-1.03.tar.gz) = df2e04d4bd0879f186bd3cec4eef5ab3665b38fe2260e69ff1859164de735c28 +SIZE (Net-DNS-1.03.tar.gz) = 244362 From owner-svn-ports-head@freebsd.org Mon Nov 9 16:56:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9391A2A7C5; Mon, 9 Nov 2015 16:56:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8311019EF; Mon, 9 Nov 2015 16:56:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Gu8Bq064469; Mon, 9 Nov 2015 16:56:08 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Gu8pP064466; Mon, 9 Nov 2015 16:56:08 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201511091656.tA9Gu8pP064466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 9 Nov 2015 16:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401115 - in head/security/strongswan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 16:56:10 -0000 Author: garga Date: Mon Nov 9 16:56:08 2015 New Revision: 401115 URL: https://svnweb.freebsd.org/changeset/ports/401115 Log: Backport a couple of commits from master, that will be present in 5.3.4: - dff2d05bb9 [1]: kernel-pfKey: Enable AES-CTR - 04f22cdabc [2]: VICI: add NAT information Bump PORTREVISION [1] https://github.com/strongswan/strongswan/commit/dff2d05bb9bec684b3b2efdafc9a47219550bbe1 [2] https://github.com/strongswan/strongswan/commit/04f22cdabc1c97d38692f95392429839f0fa90d1 PR: 204398 Approved by: maintainer Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Added: head/security/strongswan/files/patch-backport-04f22cdabc.diff (contents, props changed) head/security/strongswan/files/patch-backport-dff2d05bb9.diff (contents, props changed) Modified: head/security/strongswan/Makefile Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Mon Nov 9 16:29:04 2015 (r401114) +++ head/security/strongswan/Makefile Mon Nov 9 16:56:08 2015 (r401115) @@ -3,7 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Added: head/security/strongswan/files/patch-backport-04f22cdabc.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/strongswan/files/patch-backport-04f22cdabc.diff Mon Nov 9 16:56:08 2015 (r401115) @@ -0,0 +1,67 @@ +From 04f22cdabc1c97d38692f95392429839f0fa90d1 Mon Sep 17 00:00:00 2001 +From: Tobias Brunner +Date: Mon, 9 Nov 2015 11:39:54 +0100 +Subject: [PATCH] vici: Add NAT information when listing IKE_SAs + +The `nat-local` and `nat-remote` keys contain information on the NAT +status of the local and remote IKE endpoints, respectively. If a +responder did not detect a NAT but is configured to fake a NAT situation +this is indicated by `nat-fake` (if an initiator fakes a NAT situation +`nat-local` is set). If any NAT is detected or faked `nat-any` is set. + +Closes strongswan/strongswan#16. +--- + src/libcharon/plugins/vici/README.md | 4 ++++ + src/libcharon/plugins/vici/vici_query.c | 17 +++++++++++++++++ + 2 files changed, 21 insertions(+) + +diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md +index e20e8ab..51a17e2 100644 +--- src/libcharon/plugins/vici/README.md ++++ src/libcharon/plugins/vici/README.md +@@ -587,6 +587,10 @@ command. + initiator = + initiator-spi = + responder-spi = ++ nat-local = ++ nat-remote = ++ nat-fake = ++ nat-any = + encr-alg = + encr-keysize = + integ-alg = +diff --git a/src/libcharon/plugins/vici/vici_query.c b/src/libcharon/plugins/vici/vici_query.c +index 98d264f..265a17e 100644 +--- src/libcharon/plugins/vici/vici_query.c ++++ src/libcharon/plugins/vici/vici_query.c +@@ -222,6 +222,18 @@ static void list_task_queue(private_vici_query_t *this, vici_builder_t *b, + } + + /** ++ * Add an IKE_SA condition to the given builder ++ */ ++static void add_condition(vici_builder_t *b, ike_sa_t *ike_sa, ++ char *key, ike_condition_t cond) ++{ ++ if (ike_sa->has_condition(ike_sa, cond)) ++ { ++ b->add_kv(b, key, "yes"); ++ } ++} ++ ++/** + * List details of an IKE_SA + */ + static void list_ike(private_vici_query_t *this, vici_builder_t *b, +@@ -265,6 +277,11 @@ static void list_ike(private_vici_query_t *this, vici_builder_t *b, + b->add_kv(b, "initiator-spi", "%.16"PRIx64, id->get_initiator_spi(id)); + b->add_kv(b, "responder-spi", "%.16"PRIx64, id->get_responder_spi(id)); + ++ add_condition(b, ike_sa, "nat-local", COND_NAT_HERE); ++ add_condition(b, ike_sa, "nat-remote", COND_NAT_THERE); ++ add_condition(b, ike_sa, "nat-fake", COND_NAT_FAKE); ++ add_condition(b, ike_sa, "nat-any", COND_NAT_ANY); ++ + proposal = ike_sa->get_proposal(ike_sa); + if (proposal) + { Added: head/security/strongswan/files/patch-backport-dff2d05bb9.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/strongswan/files/patch-backport-dff2d05bb9.diff Mon Nov 9 16:56:08 2015 (r401115) @@ -0,0 +1,27 @@ +From dff2d05bb9bec684b3b2efdafc9a47219550bbe1 Mon Sep 17 00:00:00 2001 +From: Renato Botelho +Date: Fri, 6 Nov 2015 17:07:38 -0200 +Subject: [PATCH] kernel-pfkey: Enable ENCR_AES_CTR when it's available + +Obtained-from: pfSense +Sponsored-by: Rubicon Communications (Netgate) +Closes strongswan/strongswan#17. +--- + src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c b/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c +index 5027e17..0df6fb5 100644 +--- src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c ++++ src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c +@@ -843,7 +843,9 @@ static kernel_algorithm_t encryption_algs[] = { + /* {ENCR_DES_IV32, 0 }, */ + {ENCR_NULL, SADB_EALG_NULL }, + {ENCR_AES_CBC, SADB_X_EALG_AESCBC }, +-/* {ENCR_AES_CTR, SADB_X_EALG_AESCTR }, */ ++#ifdef SADB_X_EALG_AESCTR ++ {ENCR_AES_CTR, SADB_X_EALG_AESCTR }, ++#endif + /* {ENCR_AES_CCM_ICV8, SADB_X_EALG_AES_CCM_ICV8 }, */ + /* {ENCR_AES_CCM_ICV12, SADB_X_EALG_AES_CCM_ICV12 }, */ + /* {ENCR_AES_CCM_ICV16, SADB_X_EALG_AES_CCM_ICV16 }, */ From owner-svn-ports-head@freebsd.org Mon Nov 9 17:14:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52CEBA2AE4C; Mon, 9 Nov 2015 17:14:14 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0425D17E1; Mon, 9 Nov 2015 17:14:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9HEDlV070125; Mon, 9 Nov 2015 17:14:13 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9HECcq070123; Mon, 9 Nov 2015 17:14:12 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511091714.tA9HECcq070123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 9 Nov 2015 17:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401116 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 17:14:14 -0000 Author: bdrewery Date: Mon Nov 9 17:14:12 2015 New Revision: 401116 URL: https://svnweb.freebsd.org/changeset/ports/401116 Log: Update to 3.1.9-22-ga91b224. Unless something major is wrong here, this will be 3.1.10 and the next update to -devel *will be* master which has a year of pending updates. Changes: -Always call make by absolute path of /usr/bin/make. -Update stale comment about MFS -Fun things happen with /nonexistent exists. Ensure it doesn't. -testport: Allow -o to be optional. -Mark poudriere-queue experimental. -Using ccache on 10+ is fine so long as we use a PATH. -XDEV: Don't endlessly append to make.conf on updates. -Fix leftover lock file in /tmp at cleanup -Support in-tree ccache for buildworld on recent head -Always use the FAST_DEPEND option for buildworld. -Go crazy, use -j for installworld targets on recent head -Allow comments on the same line with port entries in blacklist Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Mon Nov 9 16:56:08 2015 (r401115) +++ head/ports-mgmt/poudriere-devel/Makefile Mon Nov 9 17:14:12 2015 (r401116) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20151014 +DISTVERSION= 3.1.99.20151109 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.1.9 +GH_TAGNAME= 3.1.9-22-ga91b224 DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Mon Nov 9 16:56:08 2015 (r401115) +++ head/ports-mgmt/poudriere-devel/distinfo Mon Nov 9 17:14:12 2015 (r401116) @@ -1,2 +1,2 @@ -SHA256 (freebsd-poudriere-3.1.9_GH0.tar.gz) = aa098a7f21fbab7ec2cbeb54a9d82dd6bed3323221e498d1b9bcd86628e22074 -SIZE (freebsd-poudriere-3.1.9_GH0.tar.gz) = 2829956 +SHA256 (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 1de6bbcf5e7964f335b63f85d6bd59a6d0aea2caed3d2350cfcad33195af2b1b +SIZE (freebsd-poudriere-3.1.9-22-ga91b224_GH0.tar.gz) = 2830908 From owner-svn-ports-head@freebsd.org Mon Nov 9 17:32:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A463FA2A412; Mon, 9 Nov 2015 17:32:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55A5910B0; Mon, 9 Nov 2015 17:32:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9HW6eq073923; Mon, 9 Nov 2015 17:32:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9HW67l073922; Mon, 9 Nov 2015 17:32:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511091732.tA9HW67l073922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 17:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401117 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 17:32:07 -0000 Author: amdmi3 Date: Mon Nov 9 17:32:06 2015 New Revision: 401117 URL: https://svnweb.freebsd.org/changeset/ports/401117 Log: Don't use cookie for test target Test target doesn't produce anything and nothing depends on it. Also it's often useful to run tests multiple times in a row, so having a cookie which remembers that the tests were already ran and inhibits subsequent test runs is needless. It also eliminates the need for retest target. Approved by: portmgr (mat) Differential Revision: D3875 Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 9 17:14:12 2015 (r401116) +++ head/Mk/bsd.port.mk Mon Nov 9 17:32:06 2015 (r401117) @@ -1987,7 +1987,6 @@ REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g} CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/\//_/g} INSTALL_COOKIE?= ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_/g} -TEST_COOKIE?= ${WRKDIR}/.test_done.${PORTNAME}.${PREFIX:S/\//_/g} BUILD_COOKIE?= ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g} PATCH_COOKIE?= ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g} PACKAGE_COOKIE?= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g} @@ -2981,7 +2980,7 @@ build: configure # Disable test .if defined(NO_TEST) && !target(test) test: stage - @${TOUCH} ${TOUCH_FLAGS} ${TEST_COOKIE} + @${DO_NADA} .endif # Disable package @@ -5788,7 +5787,7 @@ _${_t}_REAL_SUSEQ+= ${s} # See above *_SEQ and *_DEP. The _DEP will run before this defined target is # ran. The _SEQ will run as this target once _DEP is satisfied. -.for target in extract patch configure build stage install test package +.for target in extract patch configure build stage install package # Check if config dialog needs to show and execute it if needed. If is it not # needed (_OPTIONS_OK), then just depend on the cookie which is defined later @@ -5857,6 +5856,10 @@ fetch: ${_FETCH_DEP} ${_FETCH_REAL_SEQ} pkg: ${_PKG_DEP} ${_PKG_REAL_SEQ} .endif +.if !target(test) +test: ${_TEST_DEP} ${_TEST_REAL_SEQ} +.endif + .endif # End of post-makefile section. From owner-svn-ports-head@freebsd.org Mon Nov 9 17:37:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD5AA2A51A for ; Mon, 9 Nov 2015 17:37:01 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (fivefive.neocoil.com [12.31.100.155]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41C1D133E for ; Mon, 9 Nov 2015 17:37:00 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 96211 invoked by uid 89); 9 Nov 2015 17:36:51 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Nov 2015 17:36:51 -0000 Received: (qmail 96168 invoked by uid 89); 9 Nov 2015 17:36:34 -0000 Received: by simscan 1.3.1 ppid: 96166, pid: 96167, t: 0.0057s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 9 Nov 2015 17:36:34 -0000 Received: (qmail 31315 invoked by uid 89); 9 Nov 2015 17:36:42 -0000 Received: by simscan 1.4.0 ppid: 31298, pid: 31308, t: 1.8154s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 9 Nov 2015 17:36:40 -0000 From: Jan Beich To: Sean Bruno Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401102 - in head/graphics/cairo: . files References: <201511091459.tA9ExaJ9026245@repo.freebsd.org> Date: Mon, 09 Nov 2015 18:36:19 +0100 In-Reply-To: <201511091459.tA9ExaJ9026245@repo.freebsd.org> (Sean Bruno's message of "Mon, 9 Nov 2015 14:59:36 +0000 (UTC)") Message-ID: <4mgv-3wj0-wny@vfemail.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 17:37:01 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sean Bruno writes: > +LICENSE=3D LGPL21 MPL > +LICENSE_COMB=3D multi Did you mean LICENSE_COMB=3Ddual? multi is when all licenses apply, not when one can be replaced with another. WRKSRC/COPYING says: Every source file in the implementation[*] of cairo is available to be redistributed and/or modified under the terms of either the GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1. Some files are available under more liberal terms, but we believe that in all cases, each file may be used under either the LGPL or the MPL. > .include >=20=20 > +.if ${ARCH} =3D=3D "mips" > +BUILD_DEPENDS+=3D ${LOCALBASE}/include/atomic_ops.h:${PORTSDIR}/devel/li= batomic_ops > +CPPFLAGS+=3D -I${LOCALBASE}/include > +LDFLAGS+=3D -L${LOCALBASE}/lib > +CONFIGURE_ENV=3D cairo_cv_atomic_primitives=3D"libatomic-ops" > +.endif Instead of putting more stuff under bsd.port.options.mk you could've used invisible option e.g., Index: graphics/cairo/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- graphics/cairo/Makefile (revision 401116) +++ graphics/cairo/Makefile (working copy) @@ -12,7 +12,7 @@ MAINTAINER=3D gnome@FreeBSD.org COMMENT=3D Vector graphics library with cross-device output support =20 LICENSE=3D LGPL21 MPL =2DLICENSE_COMB=3D multi +LICENSE_COMB=3D dual =20 USES=3D tar:xz =20 @@ -44,6 +44,10 @@ CONFIGURE_ARGS=3D --with-html-dir=3D${DOCSDIR} \ =20 OPTIONS_DEFINE=3D OPENGL XCB GLIB X11 OPTIONS_DEFAULT=3DOPENGL XCB GLIB X11 +OPTIONS_SLAVE=3D ${ARCH:tu} +MIPS_BUILD_DEPENDS=3D${LOCALBASE}/include/atomic_ops.h:${PORTSDIR}/devel/l= ibatomic_ops +MIPS_USES=3D localbase +MIPS_CONFIGURE_ENV=3Dcairo_cv_atomic_primitives=3D"libatomic-ops" XCB_DESC=3D Enable XCB (X C-language Binding) Support GLIB_DESC=3D Enable GObject Functions Feature OPTIONS_SUB=3D yes @@ -51,6 +55,7 @@ X11_USE=3D xorg=3Dxrender,xext X11_CONFIGURE_ENABLE=3Dxlib OPENGL_USE=3D gl=3Dgl,egl xorg=3Dglproto:both,dri2proto:both OPENGL_CONFIGURE_ENABLE=3Dgl egl +OPENGL_IMPLIES=3D X11 GLIB_USE=3D gnome=3Dglib20 GLIB_CONFIGURE_ENABLE=3D gobject XCB_BUILD_DEPENDS=3D ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PO= RTSDIR}/x11/xcb-util-renderutil @@ -60,19 +65,7 @@ XCB_CONFIGURE_ENABLE=3D xcb =20 PLIST_SUB+=3D LIBVER=3D2.11400.2 =20 =2D.include =20 =2D.if ${ARCH} =3D=3D "mips" =2DBUILD_DEPENDS+=3D ${LOCALBASE}/include/atomic_ops.h:${PORTSDIR}/devel/li= batomic_ops =2DCPPFLAGS+=3D -I${LOCALBASE}/include =2DLDFLAGS+=3D -L${LOCALBASE}/lib =2DCONFIGURE_ENV=3D cairo_cv_atomic_primitives=3D"libatomic-ops" =2D.endif =2D =2D.if ${PORT_OPTIONS:MOPENGL} && !${PORT_OPTIONS:MX11} =2DBROKEN=3D OpenGL option needs X11 support =2D.endif =2D post-patch: @${REINPLACE_CMD} -e '/strings/s/ - / -a /' \ -e '/test/s/=3D=3D/=3D/g' \ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWQNmTXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bycUH/2WB9CG4NhFuMGtOJj3sG91I H/2sYn1jE2X3yVRE/X/nP0jPA+R3Pce7AAcOaDydfn03puKFQiyIXqw+d7BVhxme C9nwO6Pb8xULCu6WDiglIQPZVnK/GaZ8hpdUtsBSWiTkjKOPJtqSDCL88x7RCnpH pAqq+LexNhkBssEf1GNQ7880aorW4Nr+SjIfA6Fv6y6b7ahAFFgqfsm6tEE0IQSG CwYjype22JIQR4y1HINQRW+s+GB9EwwyenyYoRSVIFzYOVNqT/iZQgK+S5T8Vex9 N7jc/Gr35/s8AL+Li9pCjzzMaU2V4Dn4MK5OGMFpEnc99pJFXg+odlzclH/O4XM= =5rrb -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Mon Nov 9 17:50:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 601D1A2A8F3; Mon, 9 Nov 2015 17:50:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 47A6F1DD8; Mon, 9 Nov 2015 17:50:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 41CF11F29; Mon, 9 Nov 2015 17:50:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id E7682174C3; Mon, 9 Nov 2015 17:50:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id G45alTNF_nlz; Mon, 9 Nov 2015 17:50:28 +0000 (UTC) Subject: Re: svn commit: r401117 - head/Mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 656C6174BE To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511091732.tA9HW67l073922@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5640DCE3.2090007@FreeBSD.org> Date: Mon, 9 Nov 2015 09:50:27 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511091732.tA9HW67l073922@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rO05g4pNmh8ot2D4pDrnt4porV5L9BT9g" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 17:50:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rO05g4pNmh8ot2D4pDrnt4porV5L9BT9g Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/9/2015 9:32 AM, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Mon Nov 9 17:32:06 2015 > New Revision: 401117 > URL: https://svnweb.freebsd.org/changeset/ports/401117 >=20 > Log: > Don't use cookie for test target > =20 > Test target doesn't produce anything and nothing depends on it. > Also it's often useful to run tests multiple times in a row, so > having a cookie which remembers that the tests were already ran > and inhibits subsequent test runs is needless. It also eliminates > the need for retest target. > =20 > Approved by: portmgr (mat) > Differential Revision: D3875 >=20 I think a 'retest' is more appropriate. Tests can be expensive and this could lead to something like Poudriere calling the test target twice due to things like stage-qa depending on in it in the future. Why would you run the tests again without rerunning any of the other targets too (such as rebuilding/restaging/reinstalling)? This cookie should depend on previous stages it depends on. > Modified: > head/Mk/bsd.port.mk >=20 > Modified: head/Mk/bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Mk/bsd.port.mk Mon Nov 9 17:14:12 2015 (r401116) > +++ head/Mk/bsd.port.mk Mon Nov 9 17:32:06 2015 (r401117) > @@ -1987,7 +1987,6 @@ REINPLACE_CMD?=3D ${SED} ${REINPLACE_ARGS} > EXTRACT_COOKIE?=3D ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_= /g} > CONFIGURE_COOKIE?=3D ${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/= \//_/g} > INSTALL_COOKIE?=3D ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_= /g} > -TEST_COOKIE?=3D ${WRKDIR}/.test_done.${PORTNAME}.${PREFIX:S/\//_/g} > BUILD_COOKIE?=3D ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g}= > PATCH_COOKIE?=3D ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g}= > PACKAGE_COOKIE?=3D ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_= /g} > @@ -2981,7 +2980,7 @@ build: configure > # Disable test > .if defined(NO_TEST) && !target(test) > test: stage > - @${TOUCH} ${TOUCH_FLAGS} ${TEST_COOKIE} > + @${DO_NADA} > .endif > =20 > # Disable package > @@ -5788,7 +5787,7 @@ _${_t}_REAL_SUSEQ+=3D ${s} > # See above *_SEQ and *_DEP. The _DEP will run before this defined tar= get is > # ran. The _SEQ will run as this target once _DEP is satisfied. > =20 > -.for target in extract patch configure build stage install test packag= e > +.for target in extract patch configure build stage install package > =20 > # Check if config dialog needs to show and execute it if needed. If is= it not > # needed (_OPTIONS_OK), then just depend on the cookie which is define= d later > @@ -5857,6 +5856,10 @@ fetch: ${_FETCH_DEP} ${_FETCH_REAL_SEQ} > pkg: ${_PKG_DEP} ${_PKG_REAL_SEQ} > .endif > =20 > +.if !target(test) > +test: ${_TEST_DEP} ${_TEST_REAL_SEQ} > +.endif > + > .endif > # End of post-makefile section. > =20 >=20 --=20 Regards, Bryan Drewery --rO05g4pNmh8ot2D4pDrnt4porV5L9BT9g Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWQNzjAAoJEDXXcbtuRpfPlrQH/3WxULE4epWX3XIRQ9DILR4Q PY6uUQsaefR6MQxouZ2v9XWMr9TCuUm1TufuYpf0tQX/sVyzEfloIftXaR0gTyjE TEUuKS1UBAm9DWnKTdKVvMWLS7BhHixyHqIcO/RbubVay8Q58UH3IYITa1Eg9e5P CdLJgsojm8ZNXfqfaDpEzxeuShG7bQuJHuSJcoa7Kc5CTsS9ggRV4DrwxOAqym/e KwSalXHow52+JIAahpWZHp506UCbcxCgYBfmsx++ZG4u+J/YhVQUhpieVUgBTwro SO2FbtZGXlhh2k20tvJQyNFdoCt2cMfF0wJAvXU0GiXh+l5xIhZ1R+urrUdPjOs= =tCNa -----END PGP SIGNATURE----- --rO05g4pNmh8ot2D4pDrnt4porV5L9BT9g-- From owner-svn-ports-head@freebsd.org Mon Nov 9 17:51:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ED52A2A9ED; Mon, 9 Nov 2015 17:51:07 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D047B1F06; Mon, 9 Nov 2015 17:51:06 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Hp59M079059; Mon, 9 Nov 2015 17:51:05 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Hp5pm079054; Mon, 9 Nov 2015 17:51:05 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201511091751.tA9Hp5pm079054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 9 Nov 2015 17:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401118 - in head/devel/git: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 17:51:07 -0000 Author: garga Date: Mon Nov 9 17:51:05 2015 New Revision: 401118 URL: https://svnweb.freebsd.org/changeset/ports/401118 Log: Update devel/git to 2.6.3 Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/files/patch-Documentation__Makefile head/devel/git/files/patch-Makefile head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Nov 9 17:32:06 2015 (r401117) +++ head/devel/git/Makefile Mon Nov 9 17:51:05 2015 (r401118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.6.2 +DISTVERSION= 2.6.3 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Mon Nov 9 17:32:06 2015 (r401117) +++ head/devel/git/distinfo Mon Nov 9 17:51:05 2015 (r401118) @@ -1,6 +1,6 @@ -SHA256 (git-2.6.2.tar.xz) = 646e37abbc69d5c1b153e30c82ec3346d176e2b499b44281d08565ad8e00a670 -SIZE (git-2.6.2.tar.xz) = 3812636 -SHA256 (git-manpages-2.6.2.tar.xz) = 1041b6f32eed0a04255bec22ada3bad3c212bee9986a99f3782248780d32fc3a -SIZE (git-manpages-2.6.2.tar.xz) = 381332 -SHA256 (git-htmldocs-2.6.2.tar.xz) = 7cd13ccbe397dc742920b403957a7c769728dfe3eacc7bb91aa230ca8ab1e1c8 -SIZE (git-htmldocs-2.6.2.tar.xz) = 1017776 +SHA256 (git-2.6.3.tar.xz) = d697e4d3d76830996c05bfc2a1d88aa726415b276a884a40d137575e5d597da3 +SIZE (git-2.6.3.tar.xz) = 3819080 +SHA256 (git-manpages-2.6.3.tar.xz) = ae23f90a097437c896d6ab7becf597faa96ca8f0d1cd7efbcb1758ea2f59f2b4 +SIZE (git-manpages-2.6.3.tar.xz) = 381588 +SHA256 (git-htmldocs-2.6.3.tar.xz) = 1e08dac903f06f9739e22ae700ff811c79bd7742775060d630c1e53236bbd9a0 +SIZE (git-htmldocs-2.6.3.tar.xz) = 1020504 Modified: head/devel/git/files/patch-Documentation__Makefile ============================================================================== --- head/devel/git/files/patch-Documentation__Makefile Mon Nov 9 17:32:06 2015 (r401117) +++ head/devel/git/files/patch-Documentation__Makefile Mon Nov 9 17:51:05 2015 (r401118) @@ -1,4 +1,4 @@ ---- Documentation/Makefile.orig 2015-08-28 19:37:13 UTC +--- Documentation/Makefile.orig 2015-11-05 21:31:55 UTC +++ Documentation/Makefile @@ -86,11 +86,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_T DOC_MAN5 = $(patsubst %.txt,%.5,$(MAN5_TXT)) Modified: head/devel/git/files/patch-Makefile ============================================================================== --- head/devel/git/files/patch-Makefile Mon Nov 9 17:32:06 2015 (r401117) +++ head/devel/git/files/patch-Makefile Mon Nov 9 17:51:05 2015 (r401118) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-08-28 19:37:13 UTC +--- Makefile.orig 2015-11-05 21:31:55 UTC +++ Makefile -@@ -369,8 +369,8 @@ GIT-VERSION-FILE: FORCE +@@ -372,8 +372,8 @@ GIT-VERSION-FILE: FORCE # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -11,7 +11,7 @@ ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip -@@ -392,15 +392,15 @@ STRIP ?= strip +@@ -398,15 +398,15 @@ ARFLAGS = rcs prefix = $(HOME) bindir_relative = bin bindir = $(prefix)/$(bindir_relative) @@ -31,7 +31,7 @@ ETC_GITCONFIG = $(sysconfdir)/gitconfig ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes lib = lib -@@ -413,21 +413,21 @@ htmldir_relative = $(patsubst $(prefix)/ +@@ -419,22 +419,22 @@ htmldir_relative = $(patsubst $(prefix)/ export prefix bindir sharedir sysconfdir gitwebdir localedir @@ -47,6 +47,7 @@ -TCLTK_PATH = wish -XGETTEXT = xgettext -MSGFMT = msgfmt +-CURL_CONFIG = curl-config -PTHREAD_LIBS = -lpthread -PTHREAD_CFLAGS = -GCOV = gcov @@ -62,13 +63,14 @@ +TCLTK_PATH ?= wish +XGETTEXT ?= xgettext +MSGFMT ?= msgfmt ++CURL_CONFIG ?= curl-config +PTHREAD_LIBS ?= -lpthread +PTHREAD_CFLAGS ?= +GCOV ?= gcov export TCL_PATH TCLTK_PATH -@@ -1095,9 +1095,9 @@ EXTLIBS += -lz +@@ -1107,9 +1107,9 @@ EXTLIBS += -lz ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl @@ -81,7 +83,7 @@ else OPENSSL_LINK = endif -@@ -1791,7 +1791,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT +@@ -1803,7 +1803,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT chmod +x $@+ && \ mv $@+ $@ else # NO_PERL Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Mon Nov 9 17:32:06 2015 (r401117) +++ head/devel/git/pkg-plist Mon Nov 9 17:51:05 2015 (r401118) @@ -1253,6 +1253,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.3.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css From owner-svn-ports-head@freebsd.org Mon Nov 9 18:42:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02DF8A2A70C; Mon, 9 Nov 2015 18:42:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6BCC1BC6; Mon, 9 Nov 2015 18:42:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Igp2B096073; Mon, 9 Nov 2015 18:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IgpEH096068; Mon, 9 Nov 2015 18:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091842.tA9IgpEH096068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401119 - in head: devel/ruby-gems security/rubygem-ezcrypto/files www/rubygem-gitlab-grack/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:42:53 -0000 Author: sunpoet Date: Mon Nov 9 18:42:51 2015 New Revision: 401119 URL: https://svnweb.freebsd.org/changeset/ports/401119 Log: - Update to 2.5.0 - Add LICENSE_FILE - Convert to new options target helper - Convert to new options variable helper - Use = instead of += for PLIST_SUB - Cleanup Makefile Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 204328 Exp-run by: antoine Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo head/devel/ruby-gems/pkg-plist head/security/rubygem-ezcrypto/files/patch-gemspec head/www/rubygem-gitlab-grack/files/patch-gemspec Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Mon Nov 9 17:51:05 2015 (r401118) +++ head/devel/ruby-gems/Makefile Mon Nov 9 18:42:51 2015 (r401119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.4.8 +PORTVERSION= 2.5.0 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -14,11 +14,13 @@ COMMENT= Package management framework fo LICENSE= MIT RUBY LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/MIT.txt +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt +NO_ARCH= yes +NO_BUILD= yes USE_RUBY= yes RUBY_SETUP= setup.rb - -NO_BUILD= yes USES= tar:tgz GEMS_BASE_DIR= lib/ruby/gems @@ -37,7 +39,7 @@ CACHE_DIR= ${GEMS_VER_DIR}/cache SPEC_DIR= ${GEMS_VER_DIR}/specifications EXT_DIR= ${GEMS_VER_DIR}/extensions -PLIST_SUB+= DISTNAME="${DISTNAME}" \ +PLIST_SUB= DISTNAME="${DISTNAME}" \ RUBY_VER_SHORT="${RUBY_VER_SHORT}" \ GEMS_DIR="${GEMS_DIR}" \ DOC_DIR="${DOC_DIR}" \ @@ -47,17 +49,13 @@ PLIST_SUB+= DISTNAME="${DISTNAME}" \ OPTIONS_DEFINE= DOCS -.include - -RUBY_SETUP_OPTIONS= --destdir=${STAGEDIR} GEM_ENV= GEM_HOME=${STAGEDIR}${PREFIX}/${GEMS_VER_DIR} -.if !${PORT_OPTIONS:MDOCS} -RUBY_SETUP_OPTIONS+= --no-ri --no-rdoc -.endif +DOCS_VARS_OFF= RUBY_SETUP_OPTIONS="--destdir=${STAGEDIR} --no-ri --no-rdoc" +DOCS_VARS= RUBY_SETUP_OPTIONS="--destdir=${STAGEDIR}" do-install: - cd ${WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS} + cd ${WRKSRC}/ && ${SETENV} ${GEM_ENV} ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS} post-install: @${LN} -sf gem${RUBY_VER_SHORT} ${STAGEDIR}${PREFIX}/bin/gem @@ -65,9 +63,7 @@ post-install: # # Find all RDOC and RI files # -.if ${PORT_OPTIONS:MDOCS} - @${FIND} -ds ${STAGEDIR}${PREFIX}/${GEMS_DOC_DIR}/ ! -type d | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} -.endif +post-install-DOCS-on: + cd ${STAGEDIR}${PREFIX}/ && ${FIND} -ds ${GEMS_DOC_DIR}/ ! -type d >> ${TMPPLIST} .include Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Mon Nov 9 17:51:05 2015 (r401118) +++ head/devel/ruby-gems/distinfo Mon Nov 9 18:42:51 2015 (r401119) @@ -1,2 +1,2 @@ -SHA256 (ruby/rubygems-2.4.8.tgz) = 5a4335fef5904ceb76d912a9d4a2464fbbb172df3b2abcb0c67003e77764845e -SIZE (ruby/rubygems-2.4.8.tgz) = 447712 +SHA256 (ruby/rubygems-2.5.0.tgz) = a39e95acb86f52fdca38b1484b2eed61a7f76551119079d7a9f8c67c5be78831 +SIZE (ruby/rubygems-2.5.0.tgz) = 467978 Modified: head/devel/ruby-gems/pkg-plist ============================================================================== --- head/devel/ruby-gems/pkg-plist Mon Nov 9 17:51:05 2015 (r401118) +++ head/devel/ruby-gems/pkg-plist Mon Nov 9 18:42:51 2015 (r401119) @@ -114,6 +114,16 @@ bin/gem%%RUBY_VER_SHORT%% %%RUBY_SITELIBDIR%%/rubygems/resolver/local_specification.rb %%RUBY_SITELIBDIR%%/rubygems/resolver/lock_set.rb %%RUBY_SITELIBDIR%%/rubygems/resolver/lock_specification.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/errors.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/resolution.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/resolver.rb +%%RUBY_SITELIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/state.rb %%RUBY_SITELIBDIR%%/rubygems/resolver/requirement_list.rb %%RUBY_SITELIBDIR%%/rubygems/resolver/set.rb %%RUBY_SITELIBDIR%%/rubygems/resolver/spec_specification.rb @@ -154,8 +164,8 @@ bin/gem%%RUBY_VER_SHORT%% %%RUBY_SITELIBDIR%%/rubygems/uri_formatter.rb %%RUBY_SITELIBDIR%%/rubygems/user_interaction.rb %%RUBY_SITELIBDIR%%/rubygems/util.rb +%%RUBY_SITELIBDIR%%/rubygems/util/licenses.rb %%RUBY_SITELIBDIR%%/rubygems/util/list.rb -%%RUBY_SITELIBDIR%%/rubygems/util/stringio.rb %%RUBY_SITELIBDIR%%/rubygems/validator.rb %%RUBY_SITELIBDIR%%/rubygems/version.rb %%RUBY_SITELIBDIR%%/rubygems/version_option.rb Modified: head/security/rubygem-ezcrypto/files/patch-gemspec ============================================================================== --- head/security/rubygem-ezcrypto/files/patch-gemspec Mon Nov 9 17:51:05 2015 (r401118) +++ head/security/rubygem-ezcrypto/files/patch-gemspec Mon Nov 9 18:42:51 2015 (r401119) @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.4.8" + s.rubygems_version = "2.5.0" s.summary = "Simplified encryption library." - s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/store", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] + s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] Modified: head/www/rubygem-gitlab-grack/files/patch-gemspec ============================================================================== --- head/www/rubygem-gitlab-grack/files/patch-gemspec Mon Nov 9 17:51:05 2015 (r401118) +++ head/www/rubygem-gitlab-grack/files/patch-gemspec Mon Nov 9 18:42:51 2015 (r401119) @@ -8,7 +8,7 @@ - s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "bin/console", "bin/testserver", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] + s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] s.homepage = "https://github.com/gitlabhq/grack" - s.rubygems_version = "2.4.8" + s.rubygems_version = "2.5.0" s.summary = "Ruby/Rack Git Smart-HTTP Server Handler" @@ -22,7 +21,7 @@ Gem::Specification.new do |s| s.specification_version = 4 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:42:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C42FA2A72F; Mon, 9 Nov 2015 18:42:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 658A71BE6; Mon, 9 Nov 2015 18:42:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IguTG096203; Mon, 9 Nov 2015 18:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Igurc096201; Mon, 9 Nov 2015 18:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091842.tA9Igurc096201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401120 - head/devel/p5-Carp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:42:57 -0000 Author: sunpoet Date: Mon Nov 9 18:42:56 2015 New Revision: 401120 URL: https://svnweb.freebsd.org/changeset/ports/401120 Log: - Update to 1.38 Changes: http://search.cpan.org/dist/Carp/Changes Modified: head/devel/p5-Carp/Makefile head/devel/p5-Carp/distinfo Modified: head/devel/p5-Carp/Makefile ============================================================================== --- head/devel/p5-Carp/Makefile Mon Nov 9 18:42:51 2015 (r401119) +++ head/devel/p5-Carp/Makefile Mon Nov 9 18:42:56 2015 (r401120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Carp -PORTVERSION= 1.36 +PORTVERSION= 1.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Carp/distinfo ============================================================================== --- head/devel/p5-Carp/distinfo Mon Nov 9 18:42:51 2015 (r401119) +++ head/devel/p5-Carp/distinfo Mon Nov 9 18:42:56 2015 (r401120) @@ -1,2 +1,2 @@ -SHA256 (Carp-1.36.tar.gz) = dcc789935126461c80df0653f98c1d8d0b936dcc3d04174287cb02767eca123c -SIZE (Carp-1.36.tar.gz) = 20184 +SHA256 (Carp-1.38.tar.gz) = a5a9ce3cbb959dfefa8c2dd16552567199b286d39b0e55053ca247c038977101 +SIZE (Carp-1.38.tar.gz) = 20582 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B07F7A2A746; Mon, 9 Nov 2015 18:43:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76DD91CB4; Mon, 9 Nov 2015 18:43:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ih0p8096321; Mon, 9 Nov 2015 18:43:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ih0FS096319; Mon, 9 Nov 2015 18:43:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9Ih0FS096319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401121 - head/www/p5-HTTP-CookieJar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:01 -0000 Author: sunpoet Date: Mon Nov 9 18:43:00 2015 New Revision: 401121 URL: https://svnweb.freebsd.org/changeset/ports/401121 Log: - Update to 0.008 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/HTTP-CookieJar/Changes Modified: head/www/p5-HTTP-CookieJar/Makefile head/www/p5-HTTP-CookieJar/distinfo Modified: head/www/p5-HTTP-CookieJar/Makefile ============================================================================== --- head/www/p5-HTTP-CookieJar/Makefile Mon Nov 9 18:42:56 2015 (r401120) +++ head/www/p5-HTTP-CookieJar/Makefile Mon Nov 9 18:43:00 2015 (r401121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-CookieJar -PORTVERSION= 0.007 +PORTVERSION= 0.008 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minimalist HTTP user agent cookie jar LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-HTTP-CookieJar/distinfo ============================================================================== --- head/www/p5-HTTP-CookieJar/distinfo Mon Nov 9 18:42:56 2015 (r401120) +++ head/www/p5-HTTP-CookieJar/distinfo Mon Nov 9 18:43:00 2015 (r401121) @@ -1,2 +1,2 @@ -SHA256 (HTTP-CookieJar-0.007.tar.gz) = b3fd8073a204140b0ac440c185339289108e3eba32f8b0815111c672f201b660 -SIZE (HTTP-CookieJar-0.007.tar.gz) = 28575 +SHA256 (HTTP-CookieJar-0.008.tar.gz) = 9507e039279f4c0deed7fcee8fadec5029b8a933c81eb78e7e8faaccb632dc65 +SIZE (HTTP-CookieJar-0.008.tar.gz) = 28754 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13226A2A77F; Mon, 9 Nov 2015 18:43:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFA601D84; Mon, 9 Nov 2015 18:43:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ih4uJ096438; Mon, 9 Nov 2015 18:43:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ih4cF096436; Mon, 9 Nov 2015 18:43:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9Ih4cF096436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401122 - head/devel/p5-Test-DependentModules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:06 -0000 Author: sunpoet Date: Mon Nov 9 18:43:04 2015 New Revision: 401122 URL: https://svnweb.freebsd.org/changeset/ports/401122 Log: - Update to 0.26 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Test-DependentModules/Changes Modified: head/devel/p5-Test-DependentModules/Makefile head/devel/p5-Test-DependentModules/distinfo Modified: head/devel/p5-Test-DependentModules/Makefile ============================================================================== --- head/devel/p5-Test-DependentModules/Makefile Mon Nov 9 18:43:00 2015 (r401121) +++ head/devel/p5-Test-DependentModules/Makefile Mon Nov 9 18:43:04 2015 (r401122) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-DependentModules -PORTVERSION= 0.24 +PORTVERSION= 0.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test all modules which depend on your module LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ Modified: head/devel/p5-Test-DependentModules/distinfo ============================================================================== --- head/devel/p5-Test-DependentModules/distinfo Mon Nov 9 18:43:00 2015 (r401121) +++ head/devel/p5-Test-DependentModules/distinfo Mon Nov 9 18:43:04 2015 (r401122) @@ -1,2 +1,2 @@ -SHA256 (Test-DependentModules-0.24.tar.gz) = 920658be8a3b5a3b07dfe944303d9f0798c96172be0bb41ae32bb1a36cae83bb -SIZE (Test-DependentModules-0.24.tar.gz) = 30099 +SHA256 (Test-DependentModules-0.26.tar.gz) = f8678defdc30a3e99c4a71847be9a070c53da530c04c7d1339ac09ac128f3740 +SIZE (Test-DependentModules-0.26.tar.gz) = 30411 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00181A2A79F; Mon, 9 Nov 2015 18:43:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4EAE1E6A; Mon, 9 Nov 2015 18:43:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ih8rD096538; Mon, 9 Nov 2015 18:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ih8kn096537; Mon, 9 Nov 2015 18:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9Ih8kn096537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401123 - head/security/py-m2crypto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:10 -0000 Author: sunpoet Date: Mon Nov 9 18:43:08 2015 New Revision: 401123 URL: https://svnweb.freebsd.org/changeset/ports/401123 Log: - Mark IGNORE on FreeBSD 9.x Modified: head/security/py-m2crypto/Makefile Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Mon Nov 9 18:43:04 2015 (r401122) +++ head/security/py-m2crypto/Makefile Mon Nov 9 18:43:08 2015 (r401123) @@ -27,4 +27,10 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/M2Cry post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so -.include +.include + +.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +IGNORE= py-m2crypto requires OpenSSL 1.0.1e+ +.endif + +.include From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C08A2A7C4; Mon, 9 Nov 2015 18:43:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A7191F3E; Mon, 9 Nov 2015 18:43:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhCKr096655; Mon, 9 Nov 2015 18:43:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhCEY096653; Mon, 9 Nov 2015 18:43:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhCEY096653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401124 - head/net/rubygem-fog-aliyun X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:13 -0000 Author: sunpoet Date: Mon Nov 9 18:43:12 2015 New Revision: 401124 URL: https://svnweb.freebsd.org/changeset/ports/401124 Log: - Update to 0.1.0 Changes: https://github.com/fog/fog-aliyun/commits/master Modified: head/net/rubygem-fog-aliyun/Makefile head/net/rubygem-fog-aliyun/distinfo Modified: head/net/rubygem-fog-aliyun/Makefile ============================================================================== --- head/net/rubygem-fog-aliyun/Makefile Mon Nov 9 18:43:08 2015 (r401123) +++ head/net/rubygem-fog-aliyun/Makefile Mon Nov 9 18:43:12 2015 (r401124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aliyun -PORTVERSION= 0.0.10 +PORTVERSION= 0.1.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aliyun/distinfo ============================================================================== --- head/net/rubygem-fog-aliyun/distinfo Mon Nov 9 18:43:08 2015 (r401123) +++ head/net/rubygem-fog-aliyun/distinfo Mon Nov 9 18:43:12 2015 (r401124) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-aliyun-0.0.10.gem) = 457f4b325300697d3bcc8bf97b1018c9b25f6115dc03edf4f0a287b3483d6ccd -SIZE (rubygem/fog-aliyun-0.0.10.gem) = 41984 +SHA256 (rubygem/fog-aliyun-0.1.0.gem) = f2863abbff1cc12e32bbda383e1eafede8534e4cd634cb1e60ce4fdd347ae6c4 +SIZE (rubygem/fog-aliyun-0.1.0.gem) = 43008 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46944A2A80F; Mon, 9 Nov 2015 18:43:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1103D1139; Mon, 9 Nov 2015 18:43:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhLRN096880; Mon, 9 Nov 2015 18:43:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhLvG096878; Mon, 9 Nov 2015 18:43:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhLvG096878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401126 - head/devel/libdap/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:22 -0000 Author: sunpoet Date: Mon Nov 9 18:43:20 2015 New Revision: 401126 URL: https://svnweb.freebsd.org/changeset/ports/401126 Log: - Fix i386 build on FreeBSD 9.x Added: head/devel/libdap/files/patch-tests-TestInt64.cc (contents, props changed) head/devel/libdap/files/patch-tests-TestUInt64.cc (contents, props changed) Added: head/devel/libdap/files/patch-tests-TestInt64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdap/files/patch-tests-TestInt64.cc Mon Nov 9 18:43:20 2015 (r401126) @@ -0,0 +1,11 @@ +--- tests/TestInt64.cc.orig 2015-09-08 22:42:20 UTC ++++ tests/TestInt64.cc +@@ -105,7 +105,7 @@ TestInt64::read() + d_buf = 64; + } + else { +- d_buf = 0x00ffffffffffffff; ++ d_buf = 0x00ffffffffffffffLL; + } + + set_read_p(true); Added: head/devel/libdap/files/patch-tests-TestUInt64.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdap/files/patch-tests-TestUInt64.cc Mon Nov 9 18:43:20 2015 (r401126) @@ -0,0 +1,11 @@ +--- tests/TestUInt64.cc.orig 2015-09-08 22:42:20 UTC ++++ tests/TestUInt64.cc +@@ -99,7 +99,7 @@ TestUInt64::read() + d_buf = 64 * d_buf; + } + else { +- d_buf = 0xffffffffffffffff; // really big ++ d_buf = 0xffffffffffffffffLL; // really big + } + + set_read_p(true); From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35259A2A7F2; Mon, 9 Nov 2015 18:43:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5A8F1025; Mon, 9 Nov 2015 18:43:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhGrt096769; Mon, 9 Nov 2015 18:43:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhGxO096767; Mon, 9 Nov 2015 18:43:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhGxO096767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401125 - head/databases/mydumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:18 -0000 Author: sunpoet Date: Mon Nov 9 18:43:16 2015 New Revision: 401125 URL: https://svnweb.freebsd.org/changeset/ports/401125 Log: - Update to 0.9.1 Changes: https://launchpad.net/mydumper/0.9/0.9.1#release-notes Modified: head/databases/mydumper/Makefile head/databases/mydumper/distinfo Modified: head/databases/mydumper/Makefile ============================================================================== --- head/databases/mydumper/Makefile Mon Nov 9 18:43:12 2015 (r401124) +++ head/databases/mydumper/Makefile Mon Nov 9 18:43:16 2015 (r401125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mydumper -PORTVERSION= 0.6.2 +PORTVERSION= 0.9.1 CATEGORIES= databases MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -13,6 +13,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +CMAKE_ARGS= -DBUILD_DOCS=OFF -DWITH_BINLOG=OFF USE_GNOME= glib20 USE_MYSQL= yes USES= cmake pkgconfig @@ -20,9 +21,7 @@ USES= cmake pkgconfig PLIST_FILES= sbin/mydumper sbin/myloader post-patch: - @${REINPLACE_CMD} \ - -e '/link_libraries(mydumper/s/)$$/ -lm)/' \ - -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/link_libraries(mydumper/ s|)$$| -lm)|; s|-Werror||' ${WRKSRC}/CMakeLists.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${WRKSRC}/myloader ${STAGEDIR}${PREFIX}/sbin/ Modified: head/databases/mydumper/distinfo ============================================================================== --- head/databases/mydumper/distinfo Mon Nov 9 18:43:12 2015 (r401124) +++ head/databases/mydumper/distinfo Mon Nov 9 18:43:16 2015 (r401125) @@ -1,2 +1,2 @@ -SHA256 (mydumper-0.6.2.tar.gz) = fa28563e8967752828954c5d81e26ef50aad9083d50a977bf5733833b23e3330 -SIZE (mydumper-0.6.2.tar.gz) = 40165 +SHA256 (mydumper-0.9.1.tar.gz) = aefab5dc4192acb043d685b6bb952c87557fbea5e083b8547c68ccfec878171f +SIZE (mydumper-0.9.1.tar.gz) = 44463 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A16A2A83B; Mon, 9 Nov 2015 18:43:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45AE011FD; Mon, 9 Nov 2015 18:43:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhPR3096995; Mon, 9 Nov 2015 18:43:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhPTq096993; Mon, 9 Nov 2015 18:43:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhPTq096993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401127 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:26 -0000 Author: sunpoet Date: Mon Nov 9 18:43:24 2015 New Revision: 401127 URL: https://svnweb.freebsd.org/changeset/ports/401127 Log: - Update to 7.4.909 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Mon Nov 9 18:43:20 2015 (r401126) +++ head/editors/vim/Makefile Mon Nov 9 18:43:24 2015 (r401127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 7.4.900 +PORTVERSION= 7.4.909 DISTVERSIONPREFIX= v CATEGORIES?= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Mon Nov 9 18:43:20 2015 (r401126) +++ head/editors/vim/distinfo Mon Nov 9 18:43:24 2015 (r401127) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7.4.900_GH0.tar.bz2) = ab3086320c27cd1d8dc66656f8de7f331db91bf0486e3a308702f8483653c273 -SIZE (vim-vim-v7.4.900_GH0.tar.bz2) = 12288093 +SHA256 (vim-vim-v7.4.909_GH0.tar.bz2) = 28700a535f36a89be8b0c8ca430b022a8047c52c0cb1b7655d4250dc1ba57472 +SIZE (vim-vim-v7.4.909_GH0.tar.bz2) = 12305595 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DC25A2A863; Mon, 9 Nov 2015 18:43:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3858C12DC; Mon, 9 Nov 2015 18:43:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhTIf097111; Mon, 9 Nov 2015 18:43:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhT9Q097109; Mon, 9 Nov 2015 18:43:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhT9Q097109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401128 - head/science/cdo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:30 -0000 Author: sunpoet Date: Mon Nov 9 18:43:29 2015 New Revision: 401128 URL: https://svnweb.freebsd.org/changeset/ports/401128 Log: - Update to 1.7.0 - Add LICENSE_FILE Changes: https://code.zmaw.de/news/324 Modified: head/science/cdo/Makefile head/science/cdo/distinfo Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Mon Nov 9 18:43:24 2015 (r401127) +++ head/science/cdo/Makefile Mon Nov 9 18:43:29 2015 (r401128) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/10198/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/11392/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Climate Data Operators LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS Modified: head/science/cdo/distinfo ============================================================================== --- head/science/cdo/distinfo Mon Nov 9 18:43:24 2015 (r401127) +++ head/science/cdo/distinfo Mon Nov 9 18:43:29 2015 (r401128) @@ -1,2 +1,2 @@ -SHA256 (cdo-1.6.9.tar.gz) = 9970a7d5c29a59011fea8df6977e66b7d2a5d2dc8b0723a28ac0237d6e69dea8 -SIZE (cdo-1.6.9.tar.gz) = 6608935 +SHA256 (cdo-1.7.0.tar.gz) = 2a9712fe315d4f09e0c9c8f2f31d6035bf78f51946af9a8fba87f21b4033eb15 +SIZE (cdo-1.7.0.tar.gz) = 6852143 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE0F8A2A899; Mon, 9 Nov 2015 18:43:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B24513BA; Mon, 9 Nov 2015 18:43:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhXFt097242; Mon, 9 Nov 2015 18:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhXjn097239; Mon, 9 Nov 2015 18:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhXjn097239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401129 - head/converters/p5-Text-Bidi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:35 -0000 Author: sunpoet Date: Mon Nov 9 18:43:33 2015 New Revision: 401129 URL: https://svnweb.freebsd.org/changeset/ports/401129 Log: - Update to 2.11 Changes: http://search.cpan.org/dist/Text-Bidi/Changes Modified: head/converters/p5-Text-Bidi/Makefile head/converters/p5-Text-Bidi/distinfo head/converters/p5-Text-Bidi/pkg-plist Modified: head/converters/p5-Text-Bidi/Makefile ============================================================================== --- head/converters/p5-Text-Bidi/Makefile Mon Nov 9 18:43:29 2015 (r401128) +++ head/converters/p5-Text-Bidi/Makefile Mon Nov 9 18:43:33 2015 (r401129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Bidi -PORTVERSION= 2.10 +PORTVERSION= 2.11 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,12 +20,6 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c USE_PERL5= configure USES= perl5 -pre-build: - ${LOCALBASE}/bin/swig3.0 -perl -Wall -I${LOCALBASE}/include/fribidi -o ${WRKSRC}/private.c -outdir ${WRKSRC}/lib/Text/Bidi/ ${WRKSRC}/swig/fribidi.i - -post-build: - ${INSTALL_DATA} ${WRKSRC}/lib/Text/Bidi/private.pm ${WRKSRC}/blib/lib/Text/Bidi/private.pm - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Bidi/private/private.so Modified: head/converters/p5-Text-Bidi/distinfo ============================================================================== --- head/converters/p5-Text-Bidi/distinfo Mon Nov 9 18:43:29 2015 (r401128) +++ head/converters/p5-Text-Bidi/distinfo Mon Nov 9 18:43:33 2015 (r401129) @@ -1,2 +1,2 @@ -SHA256 (Text-Bidi-2.10.tar.gz) = c1ffa8aa551ddfa9b756f4b924ec6b5607861b6055efaba8135b328f7da8d854 -SIZE (Text-Bidi-2.10.tar.gz) = 1036045 +SHA256 (Text-Bidi-2.11.tar.gz) = 10b7d4196064c85313f57a189733e72b8bb428a3c5843005f69212c300417131 +SIZE (Text-Bidi-2.11.tar.gz) = 1058550 Modified: head/converters/p5-Text-Bidi/pkg-plist ============================================================================== --- head/converters/p5-Text-Bidi/pkg-plist Mon Nov 9 18:43:29 2015 (r401128) +++ head/converters/p5-Text-Bidi/pkg-plist Mon Nov 9 18:43:33 2015 (r401129) @@ -14,3 +14,4 @@ bin/fribidi.pl %%PERL5_MAN3%%/Text::Bidi::Array::Long.3.gz %%PERL5_MAN3%%/Text::Bidi::Constants.3.gz %%PERL5_MAN3%%/Text::Bidi::Paragraph.3.gz +%%PERL5_MAN3%%/Text::Bidi::private.3.gz From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7046A2A8C2; Mon, 9 Nov 2015 18:43:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 818B914E4; Mon, 9 Nov 2015 18:43:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhbJD097358; Mon, 9 Nov 2015 18:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhbBu097356; Mon, 9 Nov 2015 18:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhbBu097356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401130 - head/databases/p5-Mango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:38 -0000 Author: sunpoet Date: Mon Nov 9 18:43:37 2015 New Revision: 401130 URL: https://svnweb.freebsd.org/changeset/ports/401130 Log: - Update to 1.22 Changes: http://search.cpan.org/dist/Mango/Changes Modified: head/databases/p5-Mango/Makefile head/databases/p5-Mango/distinfo Modified: head/databases/p5-Mango/Makefile ============================================================================== --- head/databases/p5-Mango/Makefile Mon Nov 9 18:43:33 2015 (r401129) +++ head/databases/p5-Mango/Makefile Mon Nov 9 18:43:37 2015 (r401130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mango -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC Modified: head/databases/p5-Mango/distinfo ============================================================================== --- head/databases/p5-Mango/distinfo Mon Nov 9 18:43:33 2015 (r401129) +++ head/databases/p5-Mango/distinfo Mon Nov 9 18:43:37 2015 (r401130) @@ -1,2 +1,2 @@ -SHA256 (Mango-1.21.tar.gz) = 05e98e84a06e0bfc341a19b0ce8c20e5b545d4be5d65dc8935c983c0b6629b28 -SIZE (Mango-1.21.tar.gz) = 48342 +SHA256 (Mango-1.22.tar.gz) = 39503d94972142ebddc5f1b1572d8487ec04a98ef53dfabe8c0802b6844916d3 +SIZE (Mango-1.22.tar.gz) = 48776 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140CCA2A8F1; Mon, 9 Nov 2015 18:43:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B690615F4; Mon, 9 Nov 2015 18:43:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhfSg097473; Mon, 9 Nov 2015 18:43:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhfwF097471; Mon, 9 Nov 2015 18:43:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhfwF097471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401131 - head/devel/p5-DateTime-Format-Strptime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:43 -0000 Author: sunpoet Date: Mon Nov 9 18:43:41 2015 New Revision: 401131 URL: https://svnweb.freebsd.org/changeset/ports/401131 Log: - Update to 1.60 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/DateTime-Format-Strptime/Changes Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/distinfo Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Mon Nov 9 18:43:37 2015 (r401130) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Mon Nov 9 18:43:41 2015 (r401131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.57 +PORTVERSION= 1.60 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -16,8 +16,11 @@ LICENSE= ART20 BUILD_DEPENDS= p5-DateTime>=1:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-DateTime-TimeZone>=0.79:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Params-Validate>=0.64:${PORTSDIR}/devel/p5-Params-Validate + p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager \ + p5-Params-Validate>=1.20:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal PORTSCOUT= skipv:1.0601,1.0700,1.0701,1.0702,1.0800,1.0900,1.0901,1.1000 Modified: head/devel/p5-DateTime-Format-Strptime/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/distinfo Mon Nov 9 18:43:37 2015 (r401130) +++ head/devel/p5-DateTime-Format-Strptime/distinfo Mon Nov 9 18:43:41 2015 (r401131) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Strptime-1.57.tar.gz) = 87fe0184d760f780de2405b2dffd579e19c755d006f1c4e799eb3d3476892659 -SIZE (DateTime-Format-Strptime-1.57.tar.gz) = 40220 +SHA256 (DateTime-Format-Strptime-1.60.tar.gz) = 766a69029733c7a467272b0e868c75be05ba1a11c2a8ec17cf149915eda53116 +SIZE (DateTime-Format-Strptime-1.60.tar.gz) = 41609 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 630A8A2A926; Mon, 9 Nov 2015 18:43:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A52D17DE; Mon, 9 Nov 2015 18:43:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhkgH097589; Mon, 9 Nov 2015 18:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhkNR097587; Mon, 9 Nov 2015 18:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhkNR097587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401132 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:47 -0000 Author: sunpoet Date: Mon Nov 9 18:43:45 2015 New Revision: 401132 URL: https://svnweb.freebsd.org/changeset/ports/401132 Log: - Update to 2.1604 Changes: http://search.cpan.org/dist/Moose/Changes Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Mon Nov 9 18:43:41 2015 (r401131) +++ head/devel/p5-Moose/Makefile Mon Nov 9 18:43:45 2015 (r401132) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.1603 -PORTREVISION= 1 +PORTVERSION= 2.1604 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -38,7 +37,7 @@ BUILD_DEPENDS= p5-Class-Load>=0.09:${POR p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Try-Tiny>=0.17:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ p5-DBM-Deep>=0:${PORTSDIR}/databases/p5-DBM-Deep \ p5-DateTime-Calendar-Mayan>=0:${PORTSDIR}/devel/p5-DateTime-Calendar-Mayan \ p5-DateTime-Format-MySQL>=0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Mon Nov 9 18:43:41 2015 (r401131) +++ head/devel/p5-Moose/distinfo Mon Nov 9 18:43:45 2015 (r401132) @@ -1,2 +1,2 @@ -SHA256 (Moose-2.1603.tar.gz) = 232ef92c991b9087bca553028de4ed4f204fbb011540833db42f35bc2b5dd25f -SIZE (Moose-2.1603.tar.gz) = 802779 +SHA256 (Moose-2.1604.tar.gz) = 3fee73c316046597d61cde3a82a55d7b521ed54392c20ee4637578955ceaaa5f +SIZE (Moose-2.1604.tar.gz) = 802830 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77493A2A94C; Mon, 9 Nov 2015 18:43:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC2B18BA; Mon, 9 Nov 2015 18:43:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhoGv097709; Mon, 9 Nov 2015 18:43:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhoDJ097706; Mon, 9 Nov 2015 18:43:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhoDJ097706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401133 - head/textproc/p5-Lingua-EN-Numbers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:51 -0000 Author: sunpoet Date: Mon Nov 9 18:43:49 2015 New Revision: 401133 URL: https://svnweb.freebsd.org/changeset/ports/401133 Log: - Update to 2.03 - Add NO_ARCH Changes: http://search.cpan.org/dist/Lingua-EN-Numbers/Changes Modified: head/textproc/p5-Lingua-EN-Numbers/Makefile head/textproc/p5-Lingua-EN-Numbers/distinfo Modified: head/textproc/p5-Lingua-EN-Numbers/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers/Makefile Mon Nov 9 18:43:45 2015 (r401132) +++ head/textproc/p5-Lingua-EN-Numbers/Makefile Mon Nov 9 18:43:49 2015 (r401133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Numbers -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Converts numeric values into th LICENSE= GPLv2 +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Lingua-EN-Numbers/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers/distinfo Mon Nov 9 18:43:45 2015 (r401132) +++ head/textproc/p5-Lingua-EN-Numbers/distinfo Mon Nov 9 18:43:49 2015 (r401133) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-Numbers-2.02.tar.gz) = 52319dc055331b47f66b3e169a9e2216d26a7e008858df59a04c4fd92c46e430 -SIZE (Lingua-EN-Numbers-2.02.tar.gz) = 9358 +SHA256 (Lingua-EN-Numbers-2.03.tar.gz) = 493b909a98798668004a2ae486510dd603f858efbab8c50d931627ee8c40a5ac +SIZE (Lingua-EN-Numbers-2.03.tar.gz) = 9519 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78CCA2A96F; Mon, 9 Nov 2015 18:43:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE671994; Mon, 9 Nov 2015 18:43:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IhsGq097840; Mon, 9 Nov 2015 18:43:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IhsQ1097837; Mon, 9 Nov 2015 18:43:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9IhsQ1097837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401134 - head/textproc/p5-Pod-POM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:43:55 -0000 Author: sunpoet Date: Mon Nov 9 18:43:54 2015 New Revision: 401134 URL: https://svnweb.freebsd.org/changeset/ports/401134 Log: - Update to 2.01 - Sort PLIST Changes: http://search.cpan.org/dist/Pod-POM/Changes Modified: head/textproc/p5-Pod-POM/Makefile head/textproc/p5-Pod-POM/distinfo head/textproc/p5-Pod-POM/pkg-plist Modified: head/textproc/p5-Pod-POM/Makefile ============================================================================== --- head/textproc/p5-Pod-POM/Makefile Mon Nov 9 18:43:49 2015 (r401133) +++ head/textproc/p5-Pod-POM/Makefile Mon Nov 9 18:43:54 2015 (r401134) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-POM -PORTVERSION= 2.00 -PORTREVISION= 1 +PORTVERSION= 2.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-POM/distinfo ============================================================================== --- head/textproc/p5-Pod-POM/distinfo Mon Nov 9 18:43:49 2015 (r401133) +++ head/textproc/p5-Pod-POM/distinfo Mon Nov 9 18:43:54 2015 (r401134) @@ -1,2 +1,2 @@ -SHA256 (Pod-POM-2.00.tar.gz) = c1a715b5f9a28a88a2a2ac4ecbca7e41e279cffb7166aaed338477172d2df091 -SIZE (Pod-POM-2.00.tar.gz) = 65377 +SHA256 (Pod-POM-2.01.tar.gz) = 1b50fba9bbdde3ead192beeba0eaddd0c614e3afb1743fa6fff805f57c56f7f4 +SIZE (Pod-POM-2.01.tar.gz) = 65443 Modified: head/textproc/p5-Pod-POM/pkg-plist ============================================================================== --- head/textproc/p5-Pod-POM/pkg-plist Mon Nov 9 18:43:49 2015 (r401133) +++ head/textproc/p5-Pod-POM/pkg-plist Mon Nov 9 18:43:54 2015 (r401134) @@ -24,6 +24,9 @@ bin/pomdump %%SITE_PERL%%/Pod/POM/View/HTML.pm %%SITE_PERL%%/Pod/POM/View/Pod.pm %%SITE_PERL%%/Pod/POM/View/Text.pm +%%PERL5_MAN1%%/podlint.1.gz +%%PERL5_MAN1%%/pom2.1.gz +%%PERL5_MAN1%%/pomdump.1.gz %%PERL5_MAN3%%/Pod::POM.3.gz %%PERL5_MAN3%%/Pod::POM::Constants.3.gz %%PERL5_MAN3%%/Pod::POM::Node.3.gz @@ -46,6 +49,3 @@ bin/pomdump %%PERL5_MAN3%%/Pod::POM::View::HTML.3.gz %%PERL5_MAN3%%/Pod::POM::View::Pod.3.gz %%PERL5_MAN3%%/Pod::POM::View::Text.3.gz -%%PERL5_MAN1%%/podlint.1.gz -%%PERL5_MAN1%%/pom2.1.gz -%%PERL5_MAN1%%/pomdump.1.gz From owner-svn-ports-head@freebsd.org Mon Nov 9 18:43:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5884A2A993; Mon, 9 Nov 2015 18:43:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 970B81A6F; Mon, 9 Nov 2015 18:43:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ihwcn097956; Mon, 9 Nov 2015 18:43:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ihw1T097954; Mon, 9 Nov 2015 18:43:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9Ihw1T097954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401135 - head/www/p5-Mojolicious-Plugin-SetUserGroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:00 -0000 Author: sunpoet Date: Mon Nov 9 18:43:58 2015 New Revision: 401135 URL: https://svnweb.freebsd.org/changeset/ports/401135 Log: - Update to 0.003 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Mojolicious-Plugin-SetUserGroup/Changes Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Nov 9 18:43:54 2015 (r401134) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Nov 9 18:43:58 2015 (r401135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-SetUserGroup -PORTVERSION= 0.002 +PORTVERSION= 0.003 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DBOOK @@ -12,17 +12,19 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Mojolicious plugin to set unprivileged credentials LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Mojolicious>=6.0:${PORTSDIR}/www/p5-Mojolicious \ p5-Unix-Groups>=0:${PORTSDIR}/devel/p5-Unix-Groups RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include -.if ${PERL_LEVEL} < 501905 +.if ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Nov 9 18:43:54 2015 (r401134) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Nov 9 18:43:58 2015 (r401135) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 0d3769e7822456bd7d8fc988a9c91f0493461387f3125befa8abeda089b254ee -SIZE (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 8342 +SHA256 (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 4aa1af7f91423d8abd56471e46448142a3fbf1c76e4f718f8d40d150fe106d1b +SIZE (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 10410 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1167A2A9B5; Mon, 9 Nov 2015 18:44:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCB6B1B47; Mon, 9 Nov 2015 18:44:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ii2rr098091; Mon, 9 Nov 2015 18:44:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ii2ln098089; Mon, 9 Nov 2015 18:44:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9Ii2ln098089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401136 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:04 -0000 Author: sunpoet Date: Mon Nov 9 18:44:02 2015 New Revision: 401136 URL: https://svnweb.freebsd.org/changeset/ports/401136 Log: - Update to 2.1.35 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Mon Nov 9 18:43:58 2015 (r401135) +++ head/devel/rubygem-aws-sdk-core/Makefile Mon Nov 9 18:44:02 2015 (r401136) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.1.34 +PORTVERSION= 2.1.35 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Mon Nov 9 18:43:58 2015 (r401135) +++ head/devel/rubygem-aws-sdk-core/distinfo Mon Nov 9 18:44:02 2015 (r401136) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.1.34.gem) = add92e7e60843463d3a63837757596ae4030e1ae98c5ea81ae2e569ee74f5d48 -SIZE (rubygem/aws-sdk-core-2.1.34.gem) = 482816 +SHA256 (rubygem/aws-sdk-core-2.1.35.gem) = f86dd2ea0f6e5ac74c120831069490ecc2663a32ca3f97fb32d7f2706a08f14e +SIZE (rubygem/aws-sdk-core-2.1.35.gem) = 483328 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AD3DA2A9E1; Mon, 9 Nov 2015 18:44:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 082A01C3C; Mon, 9 Nov 2015 18:44:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ii7oF098207; Mon, 9 Nov 2015 18:44:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ii7Fd098205; Mon, 9 Nov 2015 18:44:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9Ii7Fd098205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401137 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:08 -0000 Author: sunpoet Date: Mon Nov 9 18:44:06 2015 New Revision: 401137 URL: https://svnweb.freebsd.org/changeset/ports/401137 Log: - Update to 2.1.35 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Mon Nov 9 18:44:02 2015 (r401136) +++ head/devel/rubygem-aws-sdk-resources/Makefile Mon Nov 9 18:44:06 2015 (r401137) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.1.34 +PORTVERSION= 2.1.35 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Mon Nov 9 18:44:02 2015 (r401136) +++ head/devel/rubygem-aws-sdk-resources/distinfo Mon Nov 9 18:44:06 2015 (r401137) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.1.34.gem) = 4517a5edad0fedf3cc8aed9d5e4cb962b2ac3bb8951a5b0e650d6857d1412c94 -SIZE (rubygem/aws-sdk-resources-2.1.34.gem) = 44032 +SHA256 (rubygem/aws-sdk-resources-2.1.35.gem) = 0843b2ee5b68aa4958f5100aa13e03c7fbaa9b20022c3effcc9cb5de2749cb83 +SIZE (rubygem/aws-sdk-resources-2.1.35.gem) = 44032 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CC6FA2AA17; Mon, 9 Nov 2015 18:44:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 434531D10; Mon, 9 Nov 2015 18:44:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiBYQ098322; Mon, 9 Nov 2015 18:44:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiBJ4098320; Mon, 9 Nov 2015 18:44:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiBJ4098320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401138 - head/devel/rubygem-byebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:12 -0000 Author: sunpoet Date: Mon Nov 9 18:44:10 2015 New Revision: 401138 URL: https://svnweb.freebsd.org/changeset/ports/401138 Log: - Update to 8.0.1 Changes: https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md Modified: head/devel/rubygem-byebug/Makefile head/devel/rubygem-byebug/distinfo Modified: head/devel/rubygem-byebug/Makefile ============================================================================== --- head/devel/rubygem-byebug/Makefile Mon Nov 9 18:44:06 2015 (r401137) +++ head/devel/rubygem-byebug/Makefile Mon Nov 9 18:44:10 2015 (r401138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= byebug -PORTVERSION= 8.0.0 +PORTVERSION= 8.0.1 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-byebug/distinfo ============================================================================== --- head/devel/rubygem-byebug/distinfo Mon Nov 9 18:44:06 2015 (r401137) +++ head/devel/rubygem-byebug/distinfo Mon Nov 9 18:44:10 2015 (r401138) @@ -1,2 +1,2 @@ -SHA256 (rubygem/byebug-8.0.0.gem) = a54838f1d591e0dd407096790d1b8f1825ff82fc64d64342a204ab57b943210f -SIZE (rubygem/byebug-8.0.0.gem) = 77312 +SHA256 (rubygem/byebug-8.0.1.gem) = 97cec6668ce9dbdfcb8fb2eda9521658109f180e31773701a7f0c2633d31a8c2 +SIZE (rubygem/byebug-8.0.1.gem) = 77312 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 947EAA2AA39; Mon, 9 Nov 2015 18:44:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF3F1DDF; Mon, 9 Nov 2015 18:44:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiFYj098438; Mon, 9 Nov 2015 18:44:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiFrp098436; Mon, 9 Nov 2015 18:44:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiFrp098436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401139 - head/www/rubygem-puma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:16 -0000 Author: sunpoet Date: Mon Nov 9 18:44:14 2015 New Revision: 401139 URL: https://svnweb.freebsd.org/changeset/ports/401139 Log: - Update to 2.15.1 - Add LICENSE_FILE Changes: https://github.com/puma/puma/blob/master/History.txt Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Mon Nov 9 18:44:10 2015 (r401138) +++ head/www/rubygem-puma/Makefile Mon Nov 9 18:44:14 2015 (r401139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 2.14.0 +PORTVERSION= 2.15.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Mon Nov 9 18:44:10 2015 (r401138) +++ head/www/rubygem-puma/distinfo Mon Nov 9 18:44:14 2015 (r401139) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puma-2.14.0.gem) = a8dad0259cd98a636d0b11e73ba49b32c4a10b0e9362ed5fd64b6dcf60ce7042 -SIZE (rubygem/puma-2.14.0.gem) = 97280 +SHA256 (rubygem/puma-2.15.1.gem) = 1aaa9182649db6f8cafffd505676b4eadd98fa02edc4b572ead44cbf4bc184ba +SIZE (rubygem/puma-2.15.1.gem) = 98816 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A31DFA2AA5C; Mon, 9 Nov 2015 18:44:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E22A1EB3; Mon, 9 Nov 2015 18:44:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiJrF098553; Mon, 9 Nov 2015 18:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiJic098551; Mon, 9 Nov 2015 18:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiJic098551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401140 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:20 -0000 Author: sunpoet Date: Mon Nov 9 18:44:19 2015 New Revision: 401140 URL: https://svnweb.freebsd.org/changeset/ports/401140 Log: - Update to 1.10.1 - Add SF to MASTER_SITES - Add LICENSE_FILE - Remove DOCVERSION Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.1-notes.rst Modified: head/math/py-numpy/Makefile head/math/py-numpy/distinfo Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Mon Nov 9 18:44:14 2015 (r401139) +++ head/math/py-numpy/Makefile Mon Nov 9 18:44:19 2015 (r401140) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTVERSION= 1.10.1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ - CHEESESHOP:source + CHEESESHOP:source \ + SF:source PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \ - numpy-ref-${DOCVERSION}.pdf:doc \ - numpy-user-${DOCVERSION}.pdf:doc + numpy-ref-${PORTVERSION}.pdf:doc \ + numpy-user-${PORTVERSION}.pdf:doc EXTRACT_ONLY= numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX} MAINTAINER= python@FreeBSD.org COMMENT= The New Numeric Extension to Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt PYDISTUTILS_BUILDARGS= --fcompiler=gnu95 PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95 @@ -35,7 +36,6 @@ TESTS_DESC= Install test suite requirem PLIST_SUB= PYTHON_VER=${PYTHON_VER} PORTDOCS= * WRKSRC= ${WRKDIR}/${DISTNAME:S/r/rc/} -DOCVERSION= ${PORTVERSION} GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// @@ -95,7 +95,7 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/numpy-ref-${DOCVERSION}.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/numpy-user-${DOCVERSION}.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/numpy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} .include Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Mon Nov 9 18:44:14 2015 (r401139) +++ head/math/py-numpy/distinfo Mon Nov 9 18:44:19 2015 (r401140) @@ -1,6 +1,6 @@ -SHA256 (numpy-1.10.0.tar.gz) = 43b00f5d52b374a731444ba2724bfa1debdbc93312a1b9b28e99700498d169b6 -SIZE (numpy-1.10.0.tar.gz) = 4047636 -SHA256 (numpy-ref-1.10.0.pdf) = bed24cbaa8892cab40d6b2ad87a6ec7b7c2468d58281b14c9fafd30e3028938e -SIZE (numpy-ref-1.10.0.pdf) = 5381584 -SHA256 (numpy-user-1.10.0.pdf) = 8b1e99bf17d914ffe849797ed8dd7d30f9c05e4a44c2633279c804c8ca22315e -SIZE (numpy-user-1.10.0.pdf) = 406081 +SHA256 (numpy-1.10.1.tar.gz) = 8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858 +SIZE (numpy-1.10.1.tar.gz) = 4048478 +SHA256 (numpy-ref-1.10.1.pdf) = 72ae03348d0375ff2f18056efd04e815cc1d27b738d0685c80f5204a496bc279 +SIZE (numpy-ref-1.10.1.pdf) = 5382006 +SHA256 (numpy-user-1.10.1.pdf) = 5180a5a1333365e474aabba9d6edd25276e79179fd708bb3989d95dc4e76215f +SIZE (numpy-user-1.10.1.pdf) = 406114 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BF2EA2AABC; Mon, 9 Nov 2015 18:44:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6633D106D; Mon, 9 Nov 2015 18:44:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiRE9098757; Mon, 9 Nov 2015 18:44:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiR3U098756; Mon, 9 Nov 2015 18:44:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiR3U098756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401142 - head/databases/p5-DBIx-Skinny-InflateColumn-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:28 -0000 Author: sunpoet Date: Mon Nov 9 18:44:27 2015 New Revision: 401142 URL: https://svnweb.freebsd.org/changeset/ports/401142 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Modified: head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile ============================================================================== --- head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Mon Nov 9 18:44:23 2015 (r401141) +++ head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Mon Nov 9 18:44:27 2015 (r401142) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to inflate/deflate DateTime for DBIx::Skinny +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBIx-Skinny>=0.05:${PORTSDIR}/databases/p5-DBIx-Skinny \ @@ -20,6 +23,7 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6C7A2AA8B; Mon, 9 Nov 2015 18:44:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A6301F8E; Mon, 9 Nov 2015 18:44:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiNTe098669; Mon, 9 Nov 2015 18:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiNc2098667; Mon, 9 Nov 2015 18:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiNc2098667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401141 - head/science/py-scipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:24 -0000 Author: sunpoet Date: Mon Nov 9 18:44:23 2015 New Revision: 401141 URL: https://svnweb.freebsd.org/changeset/ports/401141 Log: - Update to 0.16.1 - Add CHEESESHOP to MASTER_SITES - Add LICENSE_FILE Changes: https://github.com/scipy/scipy/releases Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Mon Nov 9 18:44:19 2015 (r401140) +++ head/science/py-scipy/Makefile Mon Nov 9 18:44:23 2015 (r401141) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.16.0 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ + CHEESESHOP:source \ SF:source PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ @@ -16,6 +16,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Scientific tools for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Mon Nov 9 18:44:19 2015 (r401140) +++ head/science/py-scipy/distinfo Mon Nov 9 18:44:23 2015 (r401141) @@ -1,4 +1,4 @@ -SHA256 (scipy-0.16.0.tar.gz) = 92592f40097098f3fdbe7f5855d535b29bb16719c2bb59c728bce5e7a28790e0 -SIZE (scipy-0.16.0.tar.gz) = 18137295 -SHA256 (scipy-ref-0.16.0.pdf) = 42ec0d07cbb7ea675827b86bc42efd7d030613814ddca895a99d1bf9903d70f1 -SIZE (scipy-ref-0.16.0.pdf) = 34562303 +SHA256 (scipy-0.16.1.tar.gz) = ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260 +SIZE (scipy-0.16.1.tar.gz) = 12221561 +SHA256 (scipy-ref-0.16.1.pdf) = 4fb994f7706142bb519183bbeca665422b68bd7835e074847c81b75e1c3cd755 +SIZE (scipy-ref-0.16.1.pdf) = 33916573 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78194A2AAF6; Mon, 9 Nov 2015 18:44:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D3AD1195; Mon, 9 Nov 2015 18:44:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiVSd098859; Mon, 9 Nov 2015 18:44:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiVr5098858; Mon, 9 Nov 2015 18:44:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiVr5098858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401143 - head/databases/p5-Jifty-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:32 -0000 Author: sunpoet Date: Mon Nov 9 18:44:31 2015 New Revision: 401143 URL: https://svnweb.freebsd.org/changeset/ports/401143 Log: - Add NO_ARCH Modified: head/databases/p5-Jifty-DBI/Makefile Modified: head/databases/p5-Jifty-DBI/Makefile ============================================================================== --- head/databases/p5-Jifty-DBI/Makefile Mon Nov 9 18:44:27 2015 (r401142) +++ head/databases/p5-Jifty-DBI/Makefile Mon Nov 9 18:44:31 2015 (r401143) @@ -40,6 +40,7 @@ BUILD_DEPENDS= p5-Cache-Memcached>=0:${P RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0.1:${PORTSDIR}/devel/p5-Test-Warn +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 912E1A2AB2C; Mon, 9 Nov 2015 18:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C48C126B; Mon, 9 Nov 2015 18:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiZaQ098976; Mon, 9 Nov 2015 18:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiZ0q098974; Mon, 9 Nov 2015 18:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiZ0q098974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401144 - head/devel/p5-DateTime-Format-Builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:36 -0000 Author: sunpoet Date: Mon Nov 9 18:44:35 2015 New Revision: 401144 URL: https://svnweb.freebsd.org/changeset/ports/401144 Log: - Add LICENSE - Add NO_ARCH - Remove DOCS option - Convert to new options target helper - Sort PLIST - Bump PORTREVISION for package change Modified: head/devel/p5-DateTime-Format-Builder/Makefile head/devel/p5-DateTime-Format-Builder/pkg-plist Modified: head/devel/p5-DateTime-Format-Builder/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Builder/Makefile Mon Nov 9 18:44:31 2015 (r401143) +++ head/devel/p5-DateTime-Format-Builder/Makefile Mon Nov 9 18:44:35 2015 (r401144) @@ -3,7 +3,7 @@ PORTNAME= DateTime-Format-Builder PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime parser classes and objects +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -20,18 +23,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Devel-Cycle>=1.07:${PORTSDIR}/devel/p5-Devel-Cycle \ p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README PORTEXAMPLES= Apache.pm Fall.pm ICal.pm MySQL.pm Simple.pm Tivoli.pm W3CDTF.pm -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) Modified: head/devel/p5-DateTime-Format-Builder/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Builder/pkg-plist Mon Nov 9 18:44:31 2015 (r401143) +++ head/devel/p5-DateTime-Format-Builder/pkg-plist Mon Nov 9 18:44:35 2015 (r401144) @@ -1,11 +1,3 @@ -%%PERL5_MAN3%%/DateTime::Format::Builder.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Dispatch.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Quick.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Regex.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Strptime.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::generic.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Tutorial.3.gz %%SITE_PERL%%/DateTime/Format/Builder.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Dispatch.pm @@ -14,3 +6,11 @@ %%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm %%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod +%%PERL5_MAN3%%/DateTime::Format::Builder.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Dispatch.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Quick.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Regex.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Strptime.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::generic.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Tutorial.3.gz From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82F88A2AB5F; Mon, 9 Nov 2015 18:44:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F1701329; Mon, 9 Nov 2015 18:44:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Iid9a099065; Mon, 9 Nov 2015 18:44:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IidEp099064; Mon, 9 Nov 2015 18:44:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IidEp099064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401145 - head/devel/p5-Workflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:40 -0000 Author: sunpoet Date: Mon Nov 9 18:44:39 2015 New Revision: 401145 URL: https://svnweb.freebsd.org/changeset/ports/401145 Log: - Add NO_ARCH - Convert to new options target helper Approved by: portmgr (blanket) Modified: head/devel/p5-Workflow/Makefile Modified: head/devel/p5-Workflow/Makefile ============================================================================== --- head/devel/p5-Workflow/Makefile Mon Nov 9 18:44:35 2015 (r401144) +++ head/devel/p5-Workflow/Makefile Mon Nov 9 18:44:39 2015 (r401145) @@ -30,18 +30,23 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-DBD-Mock>=0.1:${PORTSDIR}/databases/p5-DBD-Mock +NO_ARCH= yes USES= perl5 USE_PERL5= configure post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/eg && ${COPYTREE_SHARE} ticket/\* ${STAGEDIR}${EXAMPLESDIR}/) - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." @${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} struct/\* ${STAGEDIR}${DATADIR}/) @${ECHO_MSG} "===> SQL data structures installed in ${DATADIR}." + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/ && ${CP} -R README Changes TODO doc ${STAGEDIR}${DOCSDIR}/) @${ECHO_MSG} "===> Docs are installed in ${DOCSDIR}." +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/eg && ${COPYTREE_SHARE} ticket/\* ${STAGEDIR}${EXAMPLESDIR}/) + @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." + .include From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B7A8A2AB96; Mon, 9 Nov 2015 18:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21EDF1442; Mon, 9 Nov 2015 18:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Iihm4099153; Mon, 9 Nov 2015 18:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IihYT099152; Mon, 9 Nov 2015 18:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IihYT099152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401146 - head/dns/p5-Net-DRI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:44 -0000 Author: sunpoet Date: Mon Nov 9 18:44:42 2015 New Revision: 401146 URL: https://svnweb.freebsd.org/changeset/ports/401146 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/dns/p5-Net-DRI/Makefile Modified: head/dns/p5-Net-DRI/Makefile ============================================================================== --- head/dns/p5-Net-DRI/Makefile Mon Nov 9 18:44:39 2015 (r401145) +++ head/dns/p5-Net-DRI/Makefile Mon Nov 9 18:44:42 2015 (r401146) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= feld@FreeBSD.org COMMENT= Perl library to access Domain Name Registries/Registrars +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-ISO8601>0.06:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -29,6 +33,7 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/d p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FBB8A2ABC9; Mon, 9 Nov 2015 18:44:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEF6C1561; Mon, 9 Nov 2015 18:44:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IilUx099270; Mon, 9 Nov 2015 18:44:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IikDk099267; Mon, 9 Nov 2015 18:44:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IikDk099267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401147 - in head/mail/p5-Net-IMAP-Simple: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:48 -0000 Author: sunpoet Date: Mon Nov 9 18:44:46 2015 New Revision: 401147 URL: https://svnweb.freebsd.org/changeset/ports/401147 Log: - Add NO_ARCH - Pet portlint: fix diff header of patch files Modified: head/mail/p5-Net-IMAP-Simple/Makefile head/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL Modified: head/mail/p5-Net-IMAP-Simple/Makefile ============================================================================== --- head/mail/p5-Net-IMAP-Simple/Makefile Mon Nov 9 18:44:42 2015 (r401146) +++ head/mail/p5-Net-IMAP-Simple/Makefile Mon Nov 9 18:44:46 2015 (r401147) @@ -39,6 +39,7 @@ SX_DESC= Simple protocol extensions (use PORTSCOUT= skipv:1.20271 +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL ============================================================================== --- head/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL Mon Nov 9 18:44:42 2015 (r401146) +++ head/mail/p5-Net-IMAP-Simple/files/patch-Makefile.PL Mon Nov 9 18:44:46 2015 (r401147) @@ -1,5 +1,5 @@ ---- ./Makefile.PL.orig 2010-08-09 15:49:20.000000000 +0200 -+++ ./Makefile.PL 2010-09-18 18:17:48.000000000 +0200 +--- Makefile.PL.orig 2010-08-09 13:49:20 UTC ++++ Makefile.PL @@ -1,8 +1,7 @@ use ExtUtils::MakeMaker; use ExtUtils::Command qw(cp); From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C52A2ABF2; Mon, 9 Nov 2015 18:44:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F17731646; Mon, 9 Nov 2015 18:44:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IipWu099388; Mon, 9 Nov 2015 18:44:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Iioho099386; Mon, 9 Nov 2015 18:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9Iioho099386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401148 - in head/misc/gcstar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:52 -0000 Author: sunpoet Date: Mon Nov 9 18:44:50 2015 New Revision: 401148 URL: https://svnweb.freebsd.org/changeset/ports/401148 Log: - Add NO_ARCH - Pet portlint: fix diff header of patch files Modified: head/misc/gcstar/Makefile head/misc/gcstar/files/patch-install Modified: head/misc/gcstar/Makefile ============================================================================== --- head/misc/gcstar/Makefile Mon Nov 9 18:44:46 2015 (r401147) +++ head/misc/gcstar/Makefile Mon Nov 9 18:44:50 2015 (r401148) @@ -39,6 +39,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 desktop-file-utils shared-mime-info shebangfix SHEBANG_FILES= bin/gcstar USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes do-install: Modified: head/misc/gcstar/files/patch-install ============================================================================== --- head/misc/gcstar/files/patch-install Mon Nov 9 18:44:46 2015 (r401147) +++ head/misc/gcstar/files/patch-install Mon Nov 9 18:44:50 2015 (r401148) @@ -1,5 +1,5 @@ ---- install.orig 2009-11-19 20:59:19.000000000 +0100 -+++ install 2009-12-24 10:15:34.000000000 +0100 +--- install.orig 2009-11-19 19:59:19 UTC ++++ install @@ -182,55 +182,34 @@ sub installMenu { From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6C2AA2AC1E; Mon, 9 Nov 2015 18:44:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2B28181F; Mon, 9 Nov 2015 18:44:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IisoG099475; Mon, 9 Nov 2015 18:44:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IisEf099474; Mon, 9 Nov 2015 18:44:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IisEf099474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401149 - head/net/dropbox-api-command X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:55 -0000 Author: sunpoet Date: Mon Nov 9 18:44:54 2015 New Revision: 401149 URL: https://svnweb.freebsd.org/changeset/ports/401149 Log: - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/net/dropbox-api-command/Makefile Modified: head/net/dropbox-api-command/Makefile ============================================================================== --- head/net/dropbox-api-command/Makefile Mon Nov 9 18:44:50 2015 (r401148) +++ head/net/dropbox-api-command/Makefile Mon Nov 9 18:44:54 2015 (r401149) @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= s-aska +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8EF9A2AC4B; Mon, 9 Nov 2015 18:44:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E6BF1914; Mon, 9 Nov 2015 18:44:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IiwLn099580; Mon, 9 Nov 2015 18:44:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiwLY099579; Mon, 9 Nov 2015 18:44:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiwLY099579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401150 - head/net/p5-Net-Twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:59 -0000 Author: sunpoet Date: Mon Nov 9 18:44:58 2015 New Revision: 401150 URL: https://svnweb.freebsd.org/changeset/ports/401150 Log: - Add NO_ARCH Modified: head/net/p5-Net-Twitter/Makefile Modified: head/net/p5-Net-Twitter/Makefile ============================================================================== --- head/net/p5-Net-Twitter/Makefile Mon Nov 9 18:44:54 2015 (r401149) +++ head/net/p5-Net-Twitter/Makefile Mon Nov 9 18:44:58 2015 (r401150) @@ -37,6 +37,7 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8B0CA2AC78; Mon, 9 Nov 2015 18:45:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74BA319F1; Mon, 9 Nov 2015 18:45:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ij2m4099675; Mon, 9 Nov 2015 18:45:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ij2Oq099674; Mon, 9 Nov 2015 18:45:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9Ij2Oq099674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401151 - head/sysutils/p5-ZConf-Cron X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:03 -0000 Author: sunpoet Date: Mon Nov 9 18:45:02 2015 New Revision: 401151 URL: https://svnweb.freebsd.org/changeset/ports/401151 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/sysutils/p5-ZConf-Cron/Makefile Modified: head/sysutils/p5-ZConf-Cron/Makefile ============================================================================== --- head/sysutils/p5-ZConf-Cron/Makefile Mon Nov 9 18:44:58 2015 (r401150) +++ head/sysutils/p5-ZConf-Cron/Makefile Mon Nov 9 18:45:02 2015 (r401151) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Handles storing cron tabs in ZConf +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ @@ -23,6 +26,7 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0: p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf +NO_ARCH= yes USES= perl5 shebangfix SHEBANG_FILES= bin/gzccrontab bin/zccrontab bin/zccron USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8126EA2ACA6; Mon, 9 Nov 2015 18:45:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49AE21ABE; Mon, 9 Nov 2015 18:45:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Ij6RG099778; Mon, 9 Nov 2015 18:45:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ij6F9099777; Mon, 9 Nov 2015 18:45:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9Ij6F9099777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401152 - head/textproc/p5-Data-FormValidator-Constraints-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:07 -0000 Author: sunpoet Date: Mon Nov 9 18:45:06 2015 New Revision: 401152 URL: https://svnweb.freebsd.org/changeset/ports/401152 Log: - Add LICENSE - Add NO_ARCH Modified: head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile Modified: head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile ============================================================================== --- head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile Mon Nov 9 18:45:02 2015 (r401151) +++ head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile Mon Nov 9 18:45:06 2015 (r401152) @@ -12,12 +12,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Data::FormValidator constraints for dates and times +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40CF6A2ACD4; Mon, 9 Nov 2015 18:45:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A6931BB2; Mon, 9 Nov 2015 18:45:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjAI8099865; Mon, 9 Nov 2015 18:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjA9m099864; Mon, 9 Nov 2015 18:45:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjA9m099864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401153 - head/textproc/p5-xmltv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:11 -0000 Author: sunpoet Date: Mon Nov 9 18:45:09 2015 New Revision: 401153 URL: https://svnweb.freebsd.org/changeset/ports/401153 Log: - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/textproc/p5-xmltv/Makefile Modified: head/textproc/p5-xmltv/Makefile ============================================================================== --- head/textproc/p5-xmltv/Makefile Mon Nov 9 18:45:06 2015 (r401152) +++ head/textproc/p5-xmltv/Makefile Mon Nov 9 18:45:09 2015 (r401153) @@ -51,6 +51,7 @@ XMLTV_DEPENDS= \ BUILD_DEPENDS= ${XMLTV_DEPENDS} RUN_DEPENDS= ${XMLTV_DEPENDS} +NO_ARCH= yes USES= perl5 tar:bzip2 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06ABBA2AD01; Mon, 9 Nov 2015 18:45:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C69C81C8B; Mon, 9 Nov 2015 18:45:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjDfI099968; Mon, 9 Nov 2015 18:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjDMK099967; Mon, 9 Nov 2015 18:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjDMK099967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401154 - head/www/p5-Net-Amazon-AWIS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:15 -0000 Author: sunpoet Date: Mon Nov 9 18:45:13 2015 New Revision: 401154 URL: https://svnweb.freebsd.org/changeset/ports/401154 Log: - Add NO_ARCH Modified: head/www/p5-Net-Amazon-AWIS/Makefile Modified: head/www/p5-Net-Amazon-AWIS/Makefile ============================================================================== --- head/www/p5-Net-Amazon-AWIS/Makefile Mon Nov 9 18:45:09 2015 (r401153) +++ head/www/p5-Net-Amazon-AWIS/Makefile Mon Nov 9 18:45:13 2015 (r401154) @@ -24,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58735A2AD2A; Mon, 9 Nov 2015 18:45:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08F781D5E; Mon, 9 Nov 2015 18:45:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjIm9000183; Mon, 9 Nov 2015 18:45:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjHr8000181; Mon, 9 Nov 2015 18:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjHr8000181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401155 - head/textproc/libexttextcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:19 -0000 Author: sunpoet Date: Mon Nov 9 18:45:17 2015 New Revision: 401155 URL: https://svnweb.freebsd.org/changeset/ports/401155 Log: - Add LICENSE_FILE - Convert to new options target helper - Convert to new test framework - Cosmetic change - Use single space after WWW: Modified: head/textproc/libexttextcat/Makefile head/textproc/libexttextcat/pkg-descr Modified: head/textproc/libexttextcat/Makefile ============================================================================== --- head/textproc/libexttextcat/Makefile Mon Nov 9 18:45:13 2015 (r401154) +++ head/textproc/libexttextcat/Makefile Mon Nov 9 18:45:17 2015 (r401155) @@ -9,23 +9,23 @@ MAINTAINER= office@FreeBSD.org COMMENT= Language guessing by N-Gram-Based Text Categorization LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes +MAKE_ARGS= EXEEXT=x +TEST_ARGS= # empty +TEST_TARGET= check +TEST_WRKSRC= ${WRKSRC}/src USE_LDCONFIG= yes USES= gmake libtool pathfix tar:xz INSTALL_TARGET= install-strip -MAKE_ARGS= EXEEXT=x - PORTDOCS= README README.libtextcat TODO OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -check: - cd ${WRKSRC}/src && make check + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/textproc/libexttextcat/pkg-descr ============================================================================== --- head/textproc/libexttextcat/pkg-descr Mon Nov 9 18:45:13 2015 (r401154) +++ head/textproc/libexttextcat/pkg-descr Mon Nov 9 18:45:17 2015 (r401155) @@ -2,4 +2,4 @@ N-Gram-Based Text Categorization library is written in. Fundamentally an adaption of of wiseguys libtextcat extended to be UTF-8 aware. -WWW: http://cgit.freedesktop.org/libreoffice/libexttextcat/plain/README +WWW: http://www.freedesktop.org/wiki/Software/libexttextcat/ From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90D1BA2AD60; Mon, 9 Nov 2015 18:45:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A1F01E32; Mon, 9 Nov 2015 18:45:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjMvt000273; Mon, 9 Nov 2015 18:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjMwJ000272; Mon, 9 Nov 2015 18:45:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjMwJ000272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401156 - head/devel/jsoncpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:23 -0000 Author: sunpoet Date: Mon Nov 9 18:45:21 2015 New Revision: 401156 URL: https://svnweb.freebsd.org/changeset/ports/401156 Log: - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Mon Nov 9 18:45:17 2015 (r401155) +++ head/devel/jsoncpp/Makefile Mon Nov 9 18:45:21 2015 (r401156) @@ -12,6 +12,7 @@ MAINTAINER= johan@stromnet.se COMMENT= JSON reader and writer library for C++ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= dos2unix scons USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C113A2AD90; Mon, 9 Nov 2015 18:45:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 155521F0A; Mon, 9 Nov 2015 18:45:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjQsX000387; Mon, 9 Nov 2015 18:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjQsU000385; Mon, 9 Nov 2015 18:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjQsU000385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401157 - head/net/netmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:27 -0000 Author: sunpoet Date: Mon Nov 9 18:45:25 2015 New Revision: 401157 URL: https://svnweb.freebsd.org/changeset/ports/401157 Log: - Fix typo - Cosmetic change Modified: head/net/netmap/Makefile head/net/netmap/pkg-descr Modified: head/net/netmap/Makefile ============================================================================== --- head/net/netmap/Makefile Mon Nov 9 18:45:21 2015 (r401156) +++ head/net/netmap/Makefile Mon Nov 9 18:45:25 2015 (r401157) @@ -19,9 +19,6 @@ USES= gmake PLIST_FILES= bin/makelist bin/netmap do-install: -.for i in makelist netmap - (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} \ - ${STAGEDIR}${PREFIX}/bin) -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${WRKSRC}/netmap/netmap ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/net/netmap/pkg-descr ============================================================================== --- head/net/netmap/pkg-descr Mon Nov 9 18:45:21 2015 (r401156) +++ head/net/netmap/pkg-descr Mon Nov 9 18:45:25 2015 (r401157) @@ -1,4 +1,4 @@ -Netmap can be used to make a graphical representation of the surounding +Netmap can be used to make a graphical representation of the surrounding network. It first uses traceroute to make a list of all routers and their interconnections, after which it generates a .dot file. From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2F5BA2ADB7; Mon, 9 Nov 2015 18:45:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5299A1FE9; Mon, 9 Nov 2015 18:45:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjUFC000504; Mon, 9 Nov 2015 18:45:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjU59000502; Mon, 9 Nov 2015 18:45:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjU59000502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401158 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:31 -0000 Author: sunpoet Date: Mon Nov 9 18:45:29 2015 New Revision: 401158 URL: https://svnweb.freebsd.org/changeset/ports/401158 Log: - Update to 2015.11.08 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Nov 9 18:45:25 2015 (r401157) +++ head/german/mythes/Makefile Mon Nov 9 18:45:29 2015 (r401158) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.10.25 +PORTVERSION= 2015.11.08 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Nov 9 18:45:25 2015 (r401157) +++ head/german/mythes/distinfo Mon Nov 9 18:45:29 2015 (r401158) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20151025.oxt) = 8ed788e0e58b0dd23c16884183de2ff85630329c0c7928f14160476d6f5bd524 -SIZE (mythes/Deutscher-Thesaurus-20151025.oxt) = 7208248 +SHA256 (mythes/Deutscher-Thesaurus-20151108.oxt) = 45ce649ee4342e01fc3cafc002b0d98c798e11efd55acb918a6d8fadfbe95d4a +SIZE (mythes/Deutscher-Thesaurus-20151108.oxt) = 7235271 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6645BA2ADD4; Mon, 9 Nov 2015 18:45:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 313CB10B3; Mon, 9 Nov 2015 18:45:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjYGa000620; Mon, 9 Nov 2015 18:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IjYFY000618; Mon, 9 Nov 2015 18:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9IjYFY000618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401159 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:35 -0000 Author: sunpoet Date: Mon Nov 9 18:45:33 2015 New Revision: 401159 URL: https://svnweb.freebsd.org/changeset/ports/401159 Log: - Update to 2015.11.08 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Mon Nov 9 18:45:29 2015 (r401158) +++ head/textproc/nl-mythes/Makefile Mon Nov 9 18:45:33 2015 (r401159) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.10.25 +PORTVERSION= 2015.11.08 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Mon Nov 9 18:45:29 2015 (r401158) +++ head/textproc/nl-mythes/distinfo Mon Nov 9 18:45:33 2015 (r401159) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20151025.oxt) = b115d3dedd05147c2a82013dfd48af56fce1a93e0fe9c0a4eafdcfd651e2aa16 -SIZE (mythes/thes_nl-20151025.oxt) = 1956069 +SHA256 (mythes/thes_nl-20151108.oxt) = 782a5921238d4e04d22661dea8646e134566794447249c5744758c052849ce30 +SIZE (mythes/thes_nl-20151108.oxt) = 1956069 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB668A2AE08; Mon, 9 Nov 2015 18:45:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7076E11D3; Mon, 9 Nov 2015 18:45:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjcuL000738; Mon, 9 Nov 2015 18:45:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ijcpp000736; Mon, 9 Nov 2015 18:45:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9Ijcpp000736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401160 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:39 -0000 Author: sunpoet Date: Mon Nov 9 18:45:38 2015 New Revision: 401160 URL: https://svnweb.freebsd.org/changeset/ports/401160 Log: - Update to 2015.11.08 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Nov 9 18:45:33 2015 (r401159) +++ head/textproc/sk-mythes/Makefile Mon Nov 9 18:45:38 2015 (r401160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.10.25 +PORTVERSION= 2015.11.08 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Nov 9 18:45:33 2015 (r401159) +++ head/textproc/sk-mythes/distinfo Mon Nov 9 18:45:38 2015 (r401160) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20151025.zip) = 320095d6649727d92905f853b4d025eb8cafa2efcd6e862977780904ae4227bb -SIZE (mythes/OOo-Thesaurus2-sk_SK-20151025.zip) = 239206 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20151108.zip) = c2693c2874fcde30af60df3be8a3dd87584df9b7019796b2a4e3d05eafe5c158 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20151108.zip) = 239368 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:45:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D16AA2AE35; Mon, 9 Nov 2015 18:45:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5426712A4; Mon, 9 Nov 2015 18:45:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IjgKH000858; Mon, 9 Nov 2015 18:45:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ijgi5000856; Mon, 9 Nov 2015 18:45:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091845.tA9Ijgi5000856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401161 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:45:43 -0000 Author: sunpoet Date: Mon Nov 9 18:45:42 2015 New Revision: 401161 URL: https://svnweb.freebsd.org/changeset/ports/401161 Log: - Update to 2015.11.08 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Nov 9 18:45:38 2015 (r401160) +++ head/textproc/sl-mythes/Makefile Mon Nov 9 18:45:42 2015 (r401161) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.10.25 +PORTVERSION= 2015.11.08 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Nov 9 18:45:38 2015 (r401160) +++ head/textproc/sl-mythes/distinfo Mon Nov 9 18:45:42 2015 (r401161) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20151025.zip) = 2205eca1dff7d3c61977f7642dd43cdea0b9d608133f5ed9d19ecc3ac7d954ce -SIZE (mythes/thes_sl_SI_v2-20151025.zip) = 374667 +SHA256 (mythes/thes_sl_SI_v2-20151108.zip) = f49cc6681a66355382962dc9e103d07e4a1513dd61a0056c6144379380061657 +SIZE (mythes/thes_sl_SI_v2-20151108.zip) = 374657 From owner-svn-ports-head@freebsd.org Mon Nov 9 18:52:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E4F5A2A011; Mon, 9 Nov 2015 18:52:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C427B1945; Mon, 9 Nov 2015 18:52:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9IqJOU003713; Mon, 9 Nov 2015 18:52:19 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IqJiD003710; Mon, 9 Nov 2015 18:52:19 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511091852.tA9IqJiD003710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 9 Nov 2015 18:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401162 - in head/Mk: Scripts Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:52:21 -0000 Author: bdrewery Date: Mon Nov 9 18:52:19 2015 New Revision: 401162 URL: https://svnweb.freebsd.org/changeset/ports/401162 Log: Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, after inclusion of the ports_env feature into that handling around r399791. With hat: portmgr Reported by: ian, lev Modified: head/Mk/Scripts/functions.sh head/Mk/Uses/perl5.mk head/Mk/Uses/python.mk Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Mon Nov 9 18:45:42 2015 (r401161) +++ head/Mk/Scripts/functions.sh Mon Nov 9 18:52:19 2015 (r401162) @@ -164,7 +164,7 @@ export_ports_env() { validate_env MAKE PORTSDIR - uses="perl5 python" + uses="python" make_env="\ _PORTS_ENV_CHECK=1 \ Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Mon Nov 9 18:45:42 2015 (r401161) +++ head/Mk/Uses/perl5.mk Mon Nov 9 18:52:19 2015 (r401162) @@ -43,9 +43,7 @@ IGNORE= Incorrect 'USES+=perl5:${perl5_A USE_PERL5?= run build # remove when 5.20 goes away. -.if !defined(_PORTS_ENV_CHECK) .sinclude "${LOCALBASE}/etc/perl5_version" -.endif .if defined(PERL_VERSION) PERL5_DEPEND= ${PERL5} THIS_IS_OLD_PERL= yes Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Mon Nov 9 18:45:42 2015 (r401161) +++ head/Mk/Uses/python.mk Mon Nov 9 18:52:19 2015 (r401162) @@ -385,10 +385,13 @@ PYTHON_MAJOR_VER= ${PYTHON_VER:R} PYTHON_REL= # empty PYTHON_ABIVER= # empty PYTHON_PORTSDIR= ${_PYTHON_RELPORTDIR}${PYTHON_SUFFIX} +# Protect partial checkouts from Mk/Scripts/functions.sh:export_ports_env(). +.if !defined(_PORTS_ENV_CHECK) || exists(${PYTHON_PORTSDIR}) .if !defined(PYTHON_PORTVERSION) PYTHON_PORTVERSION!= ${MAKE} -V PORTVERSION -C ${PYTHON_PORTSDIR} .endif _EXPORTED_VARS+= PYTHON_PORTVERSION +.endif # Create a 4 integer version string, prefixing 0 to the last token if # it's a single character. Only use the the first 3 tokens of # PORTVERSION to support pre-release versions (rc3, alpha4, etc) of From owner-svn-ports-head@freebsd.org Mon Nov 9 18:55:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76078A2A0C7; Mon, 9 Nov 2015 18:55:36 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8641B2B; Mon, 9 Nov 2015 18:55:36 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9ItZbF003939; Mon, 9 Nov 2015 18:55:35 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9ItZr7003937; Mon, 9 Nov 2015 18:55:35 GMT (envelope-from des@FreeBSD.org) Message-Id: <201511091855.tA9ItZr7003937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Mon, 9 Nov 2015 18:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401163 - head/www/p5-CatalystX-Component-Traits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:55:36 -0000 Author: des Date: Mon Nov 9 18:55:35 2015 New Revision: 401163 URL: https://svnweb.freebsd.org/changeset/ports/401163 Log: Upgrade to 0.19 and assume maintainership. Modified: head/www/p5-CatalystX-Component-Traits/Makefile head/www/p5-CatalystX-Component-Traits/distinfo Modified: head/www/p5-CatalystX-Component-Traits/Makefile ============================================================================== --- head/www/p5-CatalystX-Component-Traits/Makefile Mon Nov 9 18:52:19 2015 (r401162) +++ head/www/p5-CatalystX-Component-Traits/Makefile Mon Nov 9 18:55:35 2015 (r401163) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= CatalystX-Component-Traits -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= bill.brinzer@gmail.com +MAINTAINER= des@FreeBSD.org COMMENT= Automatic Trait Loading and Resolution for Catalyst Components RUN_DEPENDS= p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \ @@ -17,6 +16,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8000 p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CatalystX-Component-Traits/distinfo ============================================================================== --- head/www/p5-CatalystX-Component-Traits/distinfo Mon Nov 9 18:52:19 2015 (r401162) +++ head/www/p5-CatalystX-Component-Traits/distinfo Mon Nov 9 18:55:35 2015 (r401163) @@ -1,2 +1,2 @@ -SHA256 (CatalystX-Component-Traits-0.16.tar.gz) = 24d701ca27b081055886ff52ce706ad0534226ae4867265c57154fb09f835528 -SIZE (CatalystX-Component-Traits-0.16.tar.gz) = 29505 +SHA256 (CatalystX-Component-Traits-0.19.tar.gz) = 084944e9c9d0dfb10d4ab3453e1c125fdee39129b46d17c0234c3c5351640447 +SIZE (CatalystX-Component-Traits-0.19.tar.gz) = 14999 From owner-svn-ports-head@freebsd.org Mon Nov 9 20:09:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED015A2A65F; Mon, 9 Nov 2015 20:09:01 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3554102E; Mon, 9 Nov 2015 20:09:01 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9K90dA024147; Mon, 9 Nov 2015 20:09:00 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9K90Oj024146; Mon, 9 Nov 2015 20:09:00 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201511092009.tA9K90Oj024146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Mon, 9 Nov 2015 20:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401164 - head/www/py-django-bootstrap-form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:09:02 -0000 Author: alfred (src committer) Date: Mon Nov 9 20:09:00 2015 New Revision: 401164 URL: https://svnweb.freebsd.org/changeset/ports/401164 Log: Fix RUN_DEPENDS assignment Submitted by: koobs Modified: head/www/py-django-bootstrap-form/Makefile Modified: head/www/py-django-bootstrap-form/Makefile ============================================================================== --- head/www/py-django-bootstrap-form/Makefile Mon Nov 9 18:55:35 2015 (r401163) +++ head/www/py-django-bootstrap-form/Makefile Mon Nov 9 20:09:00 2015 (r401164) @@ -15,7 +15,7 @@ LICENSE= MIT USES= python USE_PYTHON= distutils autoplist -RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django .include From owner-svn-ports-head@freebsd.org Mon Nov 9 20:31:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6054EA2AE3D; Mon, 9 Nov 2015 20:31:43 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2884F1E29; Mon, 9 Nov 2015 20:31:43 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KVg5q032763; Mon, 9 Nov 2015 20:31:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KVff5032754; Mon, 9 Nov 2015 20:31:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511092031.tA9KVff5032754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 9 Nov 2015 20:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401165 - in head: . devel devel/artifactory devel/artifactory/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:31:43 -0000 Author: riggs Date: Mon Nov 9 20:31:41 2015 New Revision: 401165 URL: https://svnweb.freebsd.org/changeset/ports/401165 Log: Add new port: devel/artifactory, a universal artifact repository manager PR: 204128 Submitted by: dharrigan@gmail.com (maintainer) Added: head/devel/artifactory/ head/devel/artifactory/Makefile (contents, props changed) head/devel/artifactory/distinfo (contents, props changed) head/devel/artifactory/files/ head/devel/artifactory/files/artifactory.in (contents, props changed) head/devel/artifactory/files/pkg-message.in (contents, props changed) head/devel/artifactory/pkg-descr (contents, props changed) head/devel/artifactory/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/devel/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Mon Nov 9 20:09:00 2015 (r401164) +++ head/GIDs Mon Nov 9 20:31:41 2015 (r401165) @@ -243,6 +243,7 @@ sogod:*:846: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: +artifactory:*:905: opentsdb:*:906: influxd:*:907: riemann:*:908: Modified: head/UIDs ============================================================================== --- head/UIDs Mon Nov 9 20:09:00 2015 (r401164) +++ head/UIDs Mon Nov 9 20:31:41 2015 (r401165) @@ -251,6 +251,7 @@ sogod:*:846:846::0:0:SOGo groupware:/non fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin +artifactory:*:905:905::0:0:artifactory user:/nonexistent:/usr/sbin/nologin opentsdb:*:906:906::0:0:OpenTSDB Daemon:/var/empty:/usr/sbin/nologin influxd:*:907:907::0:0:InfluxDB Daemon:/var/empty:/usr/sbin/nologin riemann:*:908:908::0:0:Riemann User:/var/empty:/usr/sbin/nologin Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 9 20:09:00 2015 (r401164) +++ head/devel/Makefile Mon Nov 9 20:31:41 2015 (r401165) @@ -98,6 +98,7 @@ SUBDIR += arm-none-eabi-gcc492 SUBDIR += aros-sdk SUBDIR += art + SUBDIR += artifactory SUBDIR += as31 SUBDIR += asl SUBDIR += asmutils Added: head/devel/artifactory/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/Makefile Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,76 @@ +# $FreeBSD$ + +PORTNAME= artifactory +PORTVERSION= 4.2.2 +CATEGORIES= devel java +MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/ +DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION} + +MAINTAINER= dharrigan@gmail.com +COMMENT= Universal Artifact Repository Manager + +LICENSE= GPLv3 LGPL3 APACHE20 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING ${WRKSRC}/tomcat/LICENSE + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +WRKSRC= ${WRKDIR}/${PORTNAME}-oss-${PORTVERSION} + +NO_ARCH= yes +USE_JAVA= yes +USES= shebangfix zip +SHEBANG_FILES= bin/artifactory.sh +NO_BUILD= yes +JAVA_VERSION= 1.8+ +JAVA_VENDOR= openjdk +ONLY_FOR_ARCHS= i386 amd64 +USE_RC_SUBR= ${PORTNAME} + +APP_NAME= ${PORTNAME} +APP_HOME?= ${PORTNAME} +PID_FILE?= /var/run/${PORTNAME}.pid +VARDIR= /var/${PORTNAME} + +USERS= artifactory +GROUPS= artifactory + +SUB_LIST= APP_HOME=${PREFIX}/${APP_HOME} \ + APP_NAME=${APP_NAME} \ + PID_FILE=${PID_FILE} \ + VARDIR=${VARDIR} + +SUB_FILES= pkg-message \ + +PLIST_SUB= APP_HOME=${APP_HOME} \ + VARDIR=${VARDIR} + +do-install: +.for f in artifactory-service.exe artifactory.bat installService.bat \ + uninstallService.bat + ${RM} ${WRKSRC}/bin/${f} +.endfor + ${RM} ${WRKSRC}/tomcat/bin/*.bat + + ${MKDIR} ${STAGEDIR}${PREFIX}/${APP_HOME} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${APP_HOME}) + + ${MKDIR} ${STAGEDIR}/${VARDIR}/tomcat/logs/catalina + ${LN} -sf ${VARDIR}/tomcat/logs/catalina ${STAGEDIR}${PREFIX}/${APP_HOME}/tomcat/logs + +.for d in etc logs + ${MV} ${STAGEDIR}${PREFIX}/${APP_HOME}/${d} ${STAGEDIR}/${VARDIR} + ${LN} -sf ${VARDIR}/${d} ${STAGEDIR}${PREFIX}/${APP_HOME}/${d} +.endfor + +.for d in temp webapps work + ${MV} ${STAGEDIR}${PREFIX}/${APP_HOME}/tomcat/${d} ${STAGEDIR}/${VARDIR}/tomcat + ${LN} -sf ${VARDIR}/tomcat/${d} ${STAGEDIR}${PREFIX}/${APP_HOME}/tomcat/${d} +.endfor + +.for d in data backup + ${MKDIR} ${STAGEDIR}/${VARDIR}/${d} + ${LN} -sf ${VARDIR}/${d} ${STAGEDIR}${PREFIX}/${APP_HOME}/${d} +.endfor + +.include Added: head/devel/artifactory/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/distinfo Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,2 @@ +SHA256 (jfrog-artifactory-oss-4.2.2.zip) = 4f180c0157875462e910b8acbe0c79b3427c38a5e5c90a1900d357958360e39f +SIZE (jfrog-artifactory-oss-4.2.2.zip) = 35547422 Added: head/devel/artifactory/files/artifactory.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/files/artifactory.in Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,80 @@ +#!/bin/sh +# +# artifactory startup script. +# +# $FreeBSD$ +# +# Make sure you have the artifactory user and artifactory home or set them below accordingly! + +# PROVIDE: artifactory +# REQUIRE: NETWORKING SERVERS +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable artifactory: +# artifactory_enable (bool): Set to "YES" to enable artifactory +# artifactory_args (str): Optional arguments to Artifactory +# artifactory_log_stdout (str) Artifactory log output stdout, filename. +# artifactory_log_stderr (str) Artifactory log output stderr, filename. +# + +ARTIFACTORY_HOME=%%APP_HOME%% + +. /etc/rc.subr + +name="artifactory" +rcvar=artifactory_enable + +load_rc_config $name + +artifactory_enable="${artifactory_enable:-"NO"}" +artifactory_log_stdout="${artifactory_log_stdout:-"${artifactory_logdir}/stdout.log"}" +artifactory_log_stderr="${artifactory_log_stderr:-"${artifactory_logdir}/stderr.log"}" +artifactory_args="${artifactory_args:-""}" +artifactory_sleep="${artifactory_sleep:-"5"}" +artifactory_kill9="${artifactory_kill9:-""}" +artifactory_additional_killall="${artifactory_additional_killall:-""}" +artifactory_user="artifactory" +artifactory_logdir=$ARTIFACTORY_HOME/logs + +start_cmd="artifactory_start" +stop_cmd="artifactory_stop" +pidfile=%%PID_FILE%% + +artifactory_start () +{ + if [ ! -d "${artifactory_logdir}" ] + then + install -d -o ${artifactory_user} ${artifactory_logdir} + fi + + echo "Starting artifactory." + daemon -u ${artifactory_user} ${ARTIFACTORY_HOME}/bin/artifactory.sh ${artifactory_args} >> ${artifactory_log_stdout} 2>> ${artifactory_log_stderr} >> ${artifactory_logdir}/boot.log 2>> ${artifactory_logdir}/boot.log + + sleep ${artifactory_sleep} # let daemon(8) and sh(1) finish before executing pgrep(1) + pgrep -U ${artifactory_user} > ${pidfile} + chown ${artifactory_user} $pidfile +} + +artifactory_stop () +{ + # Subvert the check_pid_file procname check. + if [ -f ${pidfile} ] + then + kill `cat ${pidfile}` + # Only if we aware that our setup can hangs, and only after trying simple kill, we can kill it hard way. + if [ ! -z "${artifactory_kill9}" ] + then + sleep ${artifactory_sleep} + kill -9 `cat ${pidfile}` + fi + # In some setups, Artifactory can spawn some child processess, which could prevent it from stopping, and freeing net ports. + # Let's blindly kill them all, since we are really know what we are doing. + if [ ! -z "${artifactory_additional_killall}" ] + then + sleep ${artifactory_sleep} + killall ${artifactory_additional_killall} + fi + fi +} + +run_rc_command "$1" Added: head/devel/artifactory/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/files/pkg-message.in Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,39 @@ + +=== INSTALLATION === + +Artifactory is now installed in %%APP_HOME%% + +You may want to activate it in /etc/rc.conf: + + # echo %%APP_NAME%%_enable="YES" >> /etc/rc.conf + +Now, start Artifactory: + + # service %%APP_NAME%% start + +Once Artifactory is started, point your web browser to: + +http://localhost:8081/ + +Artifactory configuration files are located in %%APP_HOME%%/etc + +Please don't forget to review and edit the files in the +%%APP_HOME%%/etc directory to suit your needs. + +Full documentation may be found at: + +https://www.jfrog.com/confluence/display/RTF/Welcome+to+Artifactory + +=== DEINSTALLATION == + +If, when, Artifactory is removed, and you no longer require the +runtime database and configuration files, you can delete the +following directory: + + %%VARDIR%% + +Please double-check before removing this directory as it contains +the database files that Artifactory requires if you do decide to +re-install it again. + +Enjoy! Added: head/devel/artifactory/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/pkg-descr Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,6 @@ + +The world's most advanced repository manager. Artifactory offers +powerful enterprise feature and fine-grained permission control behind +a sleek and easy-to-use UI. + +WWW: https://www.jfrog.com/artifactory Added: head/devel/artifactory/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/artifactory/pkg-plist Mon Nov 9 20:31:41 2015 (r401165) @@ -0,0 +1,97 @@ +%%APP_HOME%%/COPYING +%%APP_HOME%%/COPYING.LESSER +%%APP_HOME%%/README.txt +%%APP_HOME%%/Third-Parties-Usage-About-Box.html +@mode 0755 +%%APP_HOME%%/bin/artifactory.default +%%APP_HOME%%/bin/artifactory.sh +%%APP_HOME%%/bin/artifactoryctl +%%APP_HOME%%/bin/configure.mysql.sh +%%APP_HOME%%/bin/installService.sh +%%APP_HOME%%/bin/recover.backup.sh +%%APP_HOME%%/bin/uninstallService.sh +@mode +%%APP_HOME%%/backup +%%APP_HOME%%/data +%%APP_HOME%%/etc +%%APP_HOME%%/logs +%%APP_HOME%%/misc/db/createdb/createdb_mssql.sql +%%APP_HOME%%/misc/db/createdb/createdb_mssqlBlob.sql +%%APP_HOME%%/misc/db/createdb/createdb_mssqlRecreateBlob.sql +%%APP_HOME%%/misc/db/createdb/createdb_mysql.sql +%%APP_HOME%%/misc/db/mssql.properties +%%APP_HOME%%/misc/db/mysql.properties +%%APP_HOME%%/misc/db/oracle.properties +%%APP_HOME%%/misc/db/postgresql.properties +%%APP_HOME%%/misc/ha/ha-node.properties.template +%%APP_HOME%%/misc/service/artifactory +%%APP_HOME%%/misc/service/setenv.sh +%%APP_HOME%%/misc/tomcat/NGNIX.txt +%%APP_HOME%%/misc/tomcat/artifactory.httpd.conf +%%APP_HOME%%/misc/tomcat/artifactory.xml +%%APP_HOME%%/misc/tomcat/index.html +%%APP_HOME%%/misc/tomcat/logging.properties +%%APP_HOME%%/misc/tomcat/server.xml +%%APP_HOME%%/misc/tomcat/web.xml +%%APP_HOME%%/tomcat/LICENSE +%%APP_HOME%%/tomcat/NOTICE +%%APP_HOME%%/tomcat/RELEASE-NOTES +%%APP_HOME%%/tomcat/RUNNING.txt +%%APP_HOME%%/tomcat/bin/bootstrap.jar +%%APP_HOME%%/tomcat/bin/catalina-tasks.xml +%%APP_HOME%%/tomcat/bin/commons-daemon-native.tar.gz +%%APP_HOME%%/tomcat/bin/commons-daemon.jar +%%APP_HOME%%/tomcat/bin/tomcat-juli.jar +%%APP_HOME%%/tomcat/bin/tomcat-native.tar.gz +@mode 0755 +%%APP_HOME%%/tomcat/bin/catalina.sh +%%APP_HOME%%/tomcat/bin/configtest.sh +%%APP_HOME%%/tomcat/bin/daemon.sh +%%APP_HOME%%/tomcat/bin/digest.sh +%%APP_HOME%%/tomcat/bin/setclasspath.sh +%%APP_HOME%%/tomcat/bin/shutdown.sh +%%APP_HOME%%/tomcat/bin/startup.sh +%%APP_HOME%%/tomcat/bin/tool-wrapper.sh +%%APP_HOME%%/tomcat/bin/version.sh +@mode +%%APP_HOME%%/tomcat/conf/Catalina/localhost/artifactory.xml +%%APP_HOME%%/tomcat/conf/catalina.policy +%%APP_HOME%%/tomcat/conf/catalina.properties +%%APP_HOME%%/tomcat/conf/logging.properties +%%APP_HOME%%/tomcat/conf/server.xml +%%APP_HOME%%/tomcat/conf/web.xml +%%APP_HOME%%/tomcat/lib/annotations-api.jar +%%APP_HOME%%/tomcat/lib/catalina.jar +%%APP_HOME%%/tomcat/lib/el-api.jar +%%APP_HOME%%/tomcat/lib/servlet-api.jar +%%APP_HOME%%/tomcat/lib/tomcat-api.jar +%%APP_HOME%%/tomcat/lib/tomcat-coyote.jar +%%APP_HOME%%/tomcat/lib/tomcat-jni.jar +%%APP_HOME%%/tomcat/lib/tomcat-util-scan.jar +%%APP_HOME%%/tomcat/lib/tomcat-util.jar +%%APP_HOME%%/tomcat/logs +%%APP_HOME%%/tomcat/temp +%%APP_HOME%%/tomcat/webapps +%%APP_HOME%%/tomcat/work +%%APP_HOME%%/webapps/artifactory.war +@owner artifactory +@group artifactory +%%VARDIR%%/tomcat/webapps/ROOT/index.html +%%VARDIR%%/etc/artifactory.config.xml +%%VARDIR%%/etc/artifactory.system.properties +%%VARDIR%%/etc/mimetypes.xml +%%VARDIR%%/etc/logback.xml +@dir %%VARDIR%%/tomcat/work +@dir %%VARDIR%%/tomcat/webapps/ROOT +@dir %%VARDIR%%/tomcat/webapps +@dir %%VARDIR%%/tomcat/temp +@dir %%VARDIR%%/tomcat/logs/catalina +@dir %%VARDIR%%/tomcat/logs +@dir %%VARDIR%%/tomcat +@dir %%VARDIR%%/logs +@dir %%VARDIR%%/etc +@dir %%VARDIR%%/data +@dir %%VARDIR%%/backup +@dir %%VARDIR%% +@owner +@group From owner-svn-ports-head@freebsd.org Mon Nov 9 20:48:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64BCCA293A0; Mon, 9 Nov 2015 20:48:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1702818CD; Mon, 9 Nov 2015 20:48:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KmIKA035862; Mon, 9 Nov 2015 20:48:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KmIhV035860; Mon, 9 Nov 2015 20:48:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092048.tA9KmIhV035860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401166 - in head/comms/tcpser: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:48:19 -0000 Author: amdmi3 Date: Mon Nov 9 20:48:17 2015 New Revision: 401166 URL: https://svnweb.freebsd.org/changeset/ports/401166 Log: - Fix license - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/comms/tcpser/Makefile head/comms/tcpser/files/patch-Makefile Modified: head/comms/tcpser/Makefile ============================================================================== --- head/comms/tcpser/Makefile Mon Nov 9 20:31:41 2015 (r401165) +++ head/comms/tcpser/Makefile Mon Nov 9 20:48:17 2015 (r401166) @@ -9,10 +9,7 @@ MASTER_SITES= http://www.jbrain.com/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= TCPSER turns serial port into an emulated Hayes compatible modem -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 # or later LDFLAGS+= -pthread USES= dos2unix gmake @@ -21,8 +18,12 @@ WRKSRC= ${WRKDIR}/tcpser PORTDOCS= README CHANGES PLIST_FILES= bin/tcpser +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpser ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} Modified: head/comms/tcpser/files/patch-Makefile ============================================================================== --- head/comms/tcpser/files/patch-Makefile Mon Nov 9 20:31:41 2015 (r401165) +++ head/comms/tcpser/files/patch-Makefile Mon Nov 9 20:48:17 2015 (r401166) @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-09-24 16:42:06.000000000 +0200 -+++ Makefile 2008-09-24 16:42:35.000000000 +0200 +--- Makefile.orig 2015-11-09 18:00:33 UTC ++++ Makefile @@ -1,10 +1,8 @@ SRC=src SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c $(SRC)/ip.c $(SRC)/init.c $(SRC)/modem_core.c $(SRC)/nvt.c $(SRC)/serial.c $(SRC)/ip232.c $(SRC)/util.c $(SRC)/phone_book.c $(SRC)/shared.c $(SRC)/tcpser.c $(SRC)/line.c $(SRC)/dce.c From owner-svn-ports-head@freebsd.org Mon Nov 9 20:48:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A52DAA293EA; Mon, 9 Nov 2015 20:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7154219C3; Mon, 9 Nov 2015 20:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KmQg0035967; Mon, 9 Nov 2015 20:48:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KmQWh035966; Mon, 9 Nov 2015 20:48:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092048.tA9KmQWh035966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401167 - head/audio/cutmp3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:48:27 -0000 Author: amdmi3 Date: Mon Nov 9 20:48:26 2015 New Revision: 401167 URL: https://svnweb.freebsd.org/changeset/ports/401167 Log: - Add LICENSE - Switch to options helpers Modified: head/audio/cutmp3/Makefile Modified: head/audio/cutmp3/Makefile ============================================================================== --- head/audio/cutmp3/Makefile Mon Nov 9 20:48:17 2015 (r401166) +++ head/audio/cutmp3/Makefile Mon Nov 9 20:48:26 2015 (r401167) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.puchalla-online MAINTAINER= ports@FreeBSD.org COMMENT= Small and fast command line MP3 editor +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 readline PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz @@ -19,8 +22,10 @@ PORTDOCS= README README.timetable USAGE OPTIONS_DEFINE= DOCS post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include From owner-svn-ports-head@freebsd.org Mon Nov 9 20:48:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42A6BA29429; Mon, 9 Nov 2015 20:48:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D09A1AA5; Mon, 9 Nov 2015 20:48:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KmZe9036071; Mon, 9 Nov 2015 20:48:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KmZZZ036070; Mon, 9 Nov 2015 20:48:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092048.tA9KmZZZ036070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401168 - head/audio/toolame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:48:36 -0000 Author: amdmi3 Date: Mon Nov 9 20:48:34 2015 New Revision: 401168 URL: https://svnweb.freebsd.org/changeset/ports/401168 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/audio/toolame/Makefile Modified: head/audio/toolame/Makefile ============================================================================== --- head/audio/toolame/Makefile Mon Nov 9 20:48:26 2015 (r401167) +++ head/audio/toolame/Makefile Mon Nov 9 20:48:34 2015 (r401168) @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= Optimized mpeg 1/2 layer 2 audio encoder -OPTIONS_DEFINE= DOCS - LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LGPL.txt USES= gmake tar:tgz ALL_TARGET= ${PORTNAME} @@ -23,11 +22,15 @@ USE_CSTD= gnu89 PLIST_FILES= bin/toolame PORTDOCS= FUTURE HISTORY LGPL.txt README +OPTIONS_DEFINE= DOCS + do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/toolame ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor - @${INSTALL_PROGRAM} ${WRKSRC}/toolame ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@freebsd.org Mon Nov 9 20:48:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6500AA2945F; Mon, 9 Nov 2015 20:48:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 026341AF9; Mon, 9 Nov 2015 20:48:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Kmd8F036174; Mon, 9 Nov 2015 20:48:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KmdnL036173; Mon, 9 Nov 2015 20:48:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092048.tA9KmdnL036173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401169 - head/audio/maplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:48:41 -0000 Author: amdmi3 Date: Mon Nov 9 20:48:39 2015 New Revision: 401169 URL: https://svnweb.freebsd.org/changeset/ports/401169 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/audio/maplay/Makefile Modified: head/audio/maplay/Makefile ============================================================================== --- head/audio/maplay/Makefile Mon Nov 9 20:48:34 2015 (r401168) +++ head/audio/maplay/Makefile Mon Nov 9 20:48:39 2015 (r401169) @@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_ MAINTAINER= ports@FreeBSD.org COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING NO_WRKSUBDIR= yes USES= tar:Z @@ -22,6 +23,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Nov 9 20:49:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9998A2949D; Mon, 9 Nov 2015 20:49:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F8D1C80; Mon, 9 Nov 2015 20:49:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Kn19H036291; Mon, 9 Nov 2015 20:49:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Kn12k036290; Mon, 9 Nov 2015 20:49:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092049.tA9Kn12k036290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401170 - head/archivers/xdms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:49:02 -0000 Author: amdmi3 Date: Mon Nov 9 20:49:01 2015 New Revision: 401170 URL: https://svnweb.freebsd.org/changeset/ports/401170 Log: - Add LICENSE - Switch to options helpers Modified: head/archivers/xdms/Makefile Modified: head/archivers/xdms/Makefile ============================================================================== --- head/archivers/xdms/Makefile Mon Nov 9 20:48:39 2015 (r401169) +++ head/archivers/xdms/Makefile Mon Nov 9 20:49:01 2015 (r401170) @@ -9,7 +9,10 @@ MASTER_SITES= http://zakalwe.fi/~shd/fos MAINTAINER= ports@FreeBSD.org COMMENT= Tool for decompressing Amiga DMS files -OPTIONS_DEFINE= DOCS +LICENSE= PD +LICENSE_NAME= Public Domain +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 HAS_CONFIGURE= yes @@ -21,14 +24,16 @@ USE_CSTD= gnu89 PORTDOCS= xdms.txt PLIST_FILES= bin/xdms +OPTIONS_DEFINE= DOCS + post-patch: ${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/xdms.txt ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Nov 9 20:49:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 462C3A294C8; Mon, 9 Nov 2015 20:49:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA5D91D21; Mon, 9 Nov 2015 20:49:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Kn7i9036394; Mon, 9 Nov 2015 20:49:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Kn7oV036393; Mon, 9 Nov 2015 20:49:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092049.tA9Kn7oV036393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401171 - head/audio/fcplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:49:09 -0000 Author: amdmi3 Date: Mon Nov 9 20:49:07 2015 New Revision: 401171 URL: https://svnweb.freebsd.org/changeset/ports/401171 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/audio/fcplay/Makefile Modified: head/audio/fcplay/Makefile ============================================================================== --- head/audio/fcplay/Makefile Mon Nov 9 20:49:01 2015 (r401170) +++ head/audio/fcplay/Makefile Mon Nov 9 20:49:07 2015 (r401171) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Future Composer Reference Player LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay @@ -32,6 +33,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Mon Nov 9 20:49:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 548D0A2950A; Mon, 9 Nov 2015 20:49:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2202E1E26; Mon, 9 Nov 2015 20:49:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KnHZP036497; Mon, 9 Nov 2015 20:49:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KnHgH036496; Mon, 9 Nov 2015 20:49:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092049.tA9KnHgH036496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401172 - head/audio/dir2ogg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:49:18 -0000 Author: amdmi3 Date: Mon Nov 9 20:49:17 2015 New Revision: 401172 URL: https://svnweb.freebsd.org/changeset/ports/401172 Log: - Clarify LICENSE - Add LICENSE_FILE - Python is not needed for build - Add NO_ARCH - Switch to options helpers Modified: head/audio/dir2ogg/Makefile Modified: head/audio/dir2ogg/Makefile ============================================================================== --- head/audio/dir2ogg/Makefile Mon Nov 9 20:49:07 2015 (r401171) +++ head/audio/dir2ogg/Makefile Mon Nov 9 20:49:17 2015 (r401172) @@ -10,17 +10,19 @@ MASTER_SITES= http://jak-linux.org/proje MAINTAINER= ports@FreeBSD.org COMMENT= Command-line {wav,mp3,m4a} to ogg converter -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= faad:${PORTSDIR}/audio/faad \ mutagen-inspect:${PORTSDIR}/audio/py-mutagen \ mplayer:${PORTSDIR}/multimedia/mplayer \ oggenc:${PORTSDIR}/audio/vorbis-tools -USES= python:2 shebangfix +USES= python:2,run shebangfix SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes +NO_ARCH= yes PORTDOCS= NEWS README PLIST_FILES= bin/${PORTNAME} \ @@ -31,6 +33,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Nov 9 20:49:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F5A7A29538; Mon, 9 Nov 2015 20:49:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59CFC1EFC; Mon, 9 Nov 2015 20:49:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KnchI036606; Mon, 9 Nov 2015 20:49:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Kncr5036605; Mon, 9 Nov 2015 20:49:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092049.tA9Kncr5036605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401173 - head/audio/gervill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:49:39 -0000 Author: amdmi3 Date: Mon Nov 9 20:49:38 2015 New Revision: 401173 URL: https://svnweb.freebsd.org/changeset/ports/401173 Log: - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Modified: head/audio/gervill/Makefile Modified: head/audio/gervill/Makefile ============================================================================== --- head/audio/gervill/Makefile Mon Nov 9 20:49:17 2015 (r401172) +++ head/audio/gervill/Makefile Mon Nov 9 20:49:38 2015 (r401173) @@ -9,14 +9,14 @@ MASTER_SITES= SF/rasmusdsp/${PORTNAME}/G MAINTAINER= ports@FreeBSD.org COMMENT= Generic sound synthesizer for Java -LICENSE= GPLv2 - -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/LICENSE USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= jar @@ -24,18 +24,16 @@ JARFILE= ${PORTNAME}.jar PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} PORTDOCS= * -.include +OPTIONS_DEFINE= DOCS -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= javadocs -.endif +DOCS_ALL_TARGET=javadocs do-install: ${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.if ${PORT_OPTIONS:MDOCS} cd ${WRKSRC}/javadocs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Mon Nov 9 20:49:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0899A29561; Mon, 9 Nov 2015 20:49:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53E1A1FE1; Mon, 9 Nov 2015 20:49:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KnoRu036725; Mon, 9 Nov 2015 20:49:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KnoUM036723; Mon, 9 Nov 2015 20:49:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511092049.tA9KnoUM036723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 9 Nov 2015 20:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401174 - in head/audio/cuetools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:49:51 -0000 Author: amdmi3 Date: Mon Nov 9 20:49:50 2015 New Revision: 401174 URL: https://svnweb.freebsd.org/changeset/ports/401174 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/audio/cuetools/Makefile head/audio/cuetools/files/patch-extras_cuetag.sh Modified: head/audio/cuetools/Makefile ============================================================================== --- head/audio/cuetools/Makefile Mon Nov 9 20:49:38 2015 (r401173) +++ head/audio/cuetools/Makefile Mon Nov 9 20:49:50 2015 (r401174) @@ -10,7 +10,8 @@ MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for working with CUE and TOC files -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes @@ -20,9 +21,11 @@ PORTEXAMPLES= cuetag.sh OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR} Modified: head/audio/cuetools/files/patch-extras_cuetag.sh ============================================================================== --- head/audio/cuetools/files/patch-extras_cuetag.sh Mon Nov 9 20:49:38 2015 (r401173) +++ head/audio/cuetools/files/patch-extras_cuetag.sh Mon Nov 9 20:49:50 2015 (r401174) @@ -1,6 +1,6 @@ ---- extras/cuetag.sh.orig 2006-02-14 19:10:02.000000000 -0500 -+++ extras/cuetag.sh 2010-10-24 03:20:01.349578391 -0400 -@@ -18,7 +18,7 @@ +--- extras/cuetag.sh.orig 2006-02-15 00:10:02 UTC ++++ extras/cuetag.sh +@@ -18,7 +18,7 @@ vorbis() { # FLAC tagging # --remove-vc-all overwrites existing comments @@ -9,7 +9,7 @@ # Ogg Vorbis tagging # -w overwrites existing comments -@@ -63,7 +63,7 @@ +@@ -63,7 +63,7 @@ vorbis() (for field in $fields; do value="" for conv in `eval echo \\$$field`; do @@ -18,7 +18,7 @@ if [ -n "$value" ]; then echo "$field=$value" -@@ -96,7 +96,7 @@ +@@ -96,7 +96,7 @@ id3() for field in $fields; do value="" for conv in `eval echo \\$$field`; do @@ -27,7 +27,7 @@ if [ -n "$value" ]; then break -@@ -141,14 +141,14 @@ +@@ -141,14 +141,14 @@ main() cue_file=$1 shift @@ -44,7 +44,7 @@ case $file in *.[Ff][Ll][Aa][Cc]) vorbis $trackno "$file" -@@ -160,7 +160,7 @@ +@@ -160,7 +160,7 @@ main() id3 $trackno "$file" ;; *) From owner-svn-ports-head@freebsd.org Mon Nov 9 20:57:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F3C5A2989B; Mon, 9 Nov 2015 20:57:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF0F1145B; Mon, 9 Nov 2015 20:57:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9KvoiN039511; Mon, 9 Nov 2015 20:57:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9KvoJV039509; Mon, 9 Nov 2015 20:57:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511092057.tA9KvoJV039509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 9 Nov 2015 20:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401175 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:57:52 -0000 Author: feld Date: Mon Nov 9 20:57:50 2015 New Revision: 401175 URL: https://svnweb.freebsd.org/changeset/ports/401175 Log: Document dns/powerdns denial of service vulnerability Security: CVE-2015-5311 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Nov 9 20:49:50 2015 (r401174) +++ head/security/vuxml/vuln.xml Mon Nov 9 20:57:50 2015 (r401175) @@ -58,6 +58,34 @@ Notes: --> + + powerdns -- Denial of Service + + + powerdns + 3.4.43.4.7 + + + + +

PowerDNS reports:

+
+

A bug was found using afl-fuzz in our packet parsing code. + This bug, when exploited, causes an assertion error and consequent + termination of the the pdns_server process, causing a Denial of Service.

+
+ +
+ + https://doc.powerdns.com/md/security/powerdns-advisory-2015-03/ + CVE-2015-5311 + + + 2015-11-03 + 2015-11-09 + +
+ PuTTY -- memory corruption in terminal emulator's erase character handling From owner-svn-ports-head@freebsd.org Mon Nov 9 21:17:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F7FA2A077; Mon, 9 Nov 2015 21:17:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 030AA11E3; Mon, 9 Nov 2015 21:17:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9LH44e045300; Mon, 9 Nov 2015 21:17:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9LH4RO045298; Mon, 9 Nov 2015 21:17:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511092117.tA9LH4RO045298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 9 Nov 2015 21:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401176 - head/dns/powerdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 21:17:05 -0000 Author: feld Date: Mon Nov 9 21:17:03 2015 New Revision: 401176 URL: https://svnweb.freebsd.org/changeset/ports/401176 Log: dns/powerdns: Update to 3.4.7 MFH: 2015Q4 Security: CVE-2015-5311 Security: 56665ccb-8723-11e5-9b13-14dae9d210b8 Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Nov 9 20:57:50 2015 (r401175) +++ head/dns/powerdns/Makefile Mon Nov 9 21:17:03 2015 (r401176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.4.6 +PORTVERSION= 3.4.7 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Mon Nov 9 20:57:50 2015 (r401175) +++ head/dns/powerdns/distinfo Mon Nov 9 21:17:03 2015 (r401176) @@ -1,2 +1,2 @@ -SHA256 (pdns-3.4.6.tar.bz2) = 80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8 -SIZE (pdns-3.4.6.tar.bz2) = 1336760 +SHA256 (pdns-3.4.7.tar.bz2) = e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b +SIZE (pdns-3.4.7.tar.bz2) = 1345379 From owner-svn-ports-head@freebsd.org Mon Nov 9 21:31:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B800A2A601; Mon, 9 Nov 2015 21:31:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05ECF1E9C; Mon, 9 Nov 2015 21:31:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9LVqe1051092; Mon, 9 Nov 2015 21:31:52 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9LVpWE051088; Mon, 9 Nov 2015 21:31:51 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511092131.tA9LVpWE051088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 9 Nov 2015 21:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401178 - in head/emulators/fuse: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 21:31:53 -0000 Author: rene Date: Mon Nov 9 21:31:51 2015 New Revision: 401178 URL: https://svnweb.freebsd.org/changeset/ports/401178 Log: emulators/fuse: modernize port - Update WWW to match actual website - Convert to USES=localbase - Regenerate patches with 'make makepatch' - Bump PORTREVISION Modified: head/emulators/fuse/Makefile head/emulators/fuse/files/patch-sound__aosound.c head/emulators/fuse/files/patch-sound__sdlsound.c head/emulators/fuse/pkg-descr Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Mon Nov 9 21:17:51 2015 (r401177) +++ head/emulators/fuse/Makefile Mon Nov 9 21:31:51 2015 (r401178) @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -17,12 +17,10 @@ LIB_DEPENDS= libspectrum.so:${PORTSDIR}/ libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= gmake localbase pkgconfig USE_GNOME= libxml2 glib20 CONFIGURE_ARGS+=--without-alsa --without-joystick -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= AO ICONS ROMS OPTIONS_DEFAULT= ICONS GTK2 Modified: head/emulators/fuse/files/patch-sound__aosound.c ============================================================================== --- head/emulators/fuse/files/patch-sound__aosound.c Mon Nov 9 21:17:51 2015 (r401177) +++ head/emulators/fuse/files/patch-sound__aosound.c Mon Nov 9 21:31:51 2015 (r401178) @@ -1,6 +1,6 @@ ---- sound/aosound.c.orig 2013-05-16 22:26:12.000000000 +0200 -+++ sound/aosound.c 2013-11-09 22:31:16.000000000 +0100 -@@ -78,14 +78,14 @@ +--- sound/aosound.c.orig 2013-05-16 20:26:12 UTC ++++ sound/aosound.c +@@ -78,14 +78,14 @@ driver_error( void ) } } @@ -17,7 +17,7 @@ mutable = utils_safe_strdup( device ); -@@ -119,6 +119,7 @@ +@@ -119,6 +119,7 @@ parse_driver_options( const char *device } free( mutable ); Modified: head/emulators/fuse/files/patch-sound__sdlsound.c ============================================================================== --- head/emulators/fuse/files/patch-sound__sdlsound.c Mon Nov 9 21:17:51 2015 (r401177) +++ head/emulators/fuse/files/patch-sound__sdlsound.c Mon Nov 9 21:31:51 2015 (r401178) @@ -1,6 +1,6 @@ ---- sound/sdlsound.c.orig 2013-05-16 22:26:12.000000000 +0200 -+++ sound/sdlsound.c 2013-11-09 22:33:21.000000000 +0100 -@@ -94,7 +94,9 @@ +--- sound/sdlsound.c.orig 2013-05-16 20:26:12 UTC ++++ sound/sdlsound.c +@@ -94,7 +94,9 @@ sound_lowlevel_init( const char *device, speed to about 2000% on my Mac, 100Hz allows up to 5000% for me) */ if( hz > 100.0 ) hz = 100.0; sound_framesiz = *freqptr / hz; @@ -11,7 +11,7 @@ if ( SDL_OpenAudio( &requested, &received ) < 0 ) { settings_current.sound = 0; -@@ -112,7 +114,9 @@ +@@ -112,7 +114,9 @@ sound_lowlevel_init( const char *device, requested.freq = *freqptr; sound_framesiz = *freqptr / hz; Modified: head/emulators/fuse/pkg-descr ============================================================================== --- head/emulators/fuse/pkg-descr Mon Nov 9 21:17:51 2015 (r401177) +++ head/emulators/fuse/pkg-descr Mon Nov 9 21:31:51 2015 (r401178) @@ -4,4 +4,4 @@ loading from .tzx files, has sound and k and emulates various printers you could attach to the Spectrum. It supports the new RZX input recording file format. -WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html +WWW: http://fuse-emulator.sourceforge.net From owner-svn-ports-head@freebsd.org Mon Nov 9 21:32:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1DB0A2A628; Mon, 9 Nov 2015 21:32:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7527B1F7C; Mon, 9 Nov 2015 21:32:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9LVxil051209; Mon, 9 Nov 2015 21:31:59 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9LVxRf051207; Mon, 9 Nov 2015 21:31:59 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201511092131.tA9LVxRf051207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 9 Nov 2015 21:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401179 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 21:32:00 -0000 Author: osa Date: Mon Nov 9 21:31:59 2015 New Revision: 401179 URL: https://svnweb.freebsd.org/changeset/ports/401179 Log: Add experimental HTTP JavaScript module, see https://github.com/nginx/njs for details. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Nov 9 21:31:51 2015 (r401178) +++ head/www/nginx-devel/Makefile Mon Nov 9 21:31:59 2015 (r401179) @@ -52,6 +52,7 @@ OPTIONS_DEFINE= \ MAIL_SMTP \ MAIL_SSL \ HTTPV2 \ + NJS \ STREAM \ STREAM_SSL \ THREADS \ @@ -147,6 +148,7 @@ MAIL_POP3_DESC= Enable POP3 proxy modu MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) +NJS_DESC= Enable http_javascript module STREAM_DESC= Enable stream module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support @@ -848,6 +850,13 @@ CONFIGURE_ARGS+=--with-http_v2_module USE_OPENSSL_PORT= yes .endif +.if ${PORT_OPTIONS:MNJS} +GH_ACCOUNT+= nginx:njs +GH_PROJECT+= njs:njs +GH_TAGNAME+= 8e72a0b:njs +CONFIGURE_ARGS+=--add-module=${WRKSRC_njs}/nginx +.endif + .if ${PORT_OPTIONS:MSTREAM} CONFIGURE_ARGS+=--with-stream .if ${PORT_OPTIONS:MSTREAM_SSL} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Mon Nov 9 21:31:51 2015 (r401178) +++ head/www/nginx-devel/distinfo Mon Nov 9 21:31:59 2015 (r401179) @@ -110,6 +110,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.04_GH0.tar.gz) = 4e5230a644779b8298063d5c0bd7dc19531496369456d69dc5281ae1cca4d6ec SIZE (openresty-xss-nginx-module-v0.04_GH0.tar.gz) = 10536 +SHA256 (nginx-njs-8e72a0b_GH0.tar.gz) = 41a250ddbc5e3c8796bca9f9fd5ac4c2e42c363eb1a06a80548540749c4010b8 +SIZE (nginx-njs-8e72a0b_GH0.tar.gz) = 121799 SHA256 (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = f9892ec9a2e872d8aabeb2234d0d4c66cf85b8dbb2ca5c108a20c3d8c2111189 SIZE (openresty-array-var-nginx-module-v0.03_GH0.tar.gz) = 9520 SHA256 (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = c0c56cc697a290e98b88d4888bac8828041ef6f3049247d3cd3c63f2808d1e20 From owner-svn-ports-head@freebsd.org Mon Nov 9 21:40:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC8ECA2A721; Mon, 9 Nov 2015 21:40:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 880F311AF; Mon, 9 Nov 2015 21:40:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9LeZVL051650; Mon, 9 Nov 2015 21:40:35 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9LeZqa051645; Mon, 9 Nov 2015 21:40:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201511092140.tA9LeZqa051645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 9 Nov 2015 21:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401180 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 21:40:36 -0000 Author: osa Date: Mon Nov 9 21:40:35 2015 New Revision: 401180 URL: https://svnweb.freebsd.org/changeset/ports/401180 Log: Upgrade third-party push_module from 0.692 to 0.731. Also, the module has been moved to GitHub. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Nov 9 21:31:59 2015 (r401179) +++ head/www/nginx-devel/Makefile Mon Nov 9 21:40:35 2015 (r401180) @@ -490,10 +490,11 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -NGINX_PUSH_VERSION= 0.692 -MASTER_SITES+= http://pushmodule.slact.net/downloads/:push -DISTFILES+= nginx_http_push_module-${NGINX_PUSH_VERSION}.tar.gz:push -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_http_push_module-${NGINX_PUSH_VERSION} +GIT_PUSH_VERSION= 0.731 +GH_ACCOUNT+= slact:push +GH_PROJECT+= nchan:push +GH_TAGNAME+= v${GIT_PUSH_VERSION}:push +CONFIGURE_ARGS+=--add-module=${WRKSRC_push} .endif .if ${PORT_OPTIONS:MHTTP_PUSH_STREAM} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Mon Nov 9 21:31:59 2015 (r401179) +++ head/www/nginx-devel/distinfo Mon Nov 9 21:40:35 2015 (r401180) @@ -12,8 +12,6 @@ SHA256 (nginx_mogilefs_module-1.0.4.tar. SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 -SHA256 (nginx_http_push_module-0.692.tar.gz) = 64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe -SIZE (nginx_http_push_module-0.692.tar.gz) = 29119 SHA256 (ngx_http_redis-0.3.7.tar.gz) = 9dfc14db81f431fdf3d69f3661a37daf110aef5f9479aa7c88cf362bb5d62604 SIZE (ngx_http_redis-0.3.7.tar.gz) = 12165 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 @@ -56,6 +54,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.5_G SIZE (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = 14837 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 +SHA256 (slact-nchan-v0.731_GH0.tar.gz) = dd0c893fcf5af90a4f3c76a5750df9c39cba486ecb93cf76624af29f809ec345 +SIZE (slact-nchan-v0.731_GH0.tar.gz) = 50346 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 SHA256 (wandenberg-nginx-push-stream-module-0.3.5_GH0.tar.gz) = 8a9e27a79020bf088dd120e528db77398c29db8aa75c962e7e45c8a20451d4f7 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Nov 9 21:31:59 2015 (r401179) +++ head/www/nginx/Makefile Mon Nov 9 21:40:35 2015 (r401180) @@ -483,10 +483,11 @@ USES+= perl5 .endif .if ${PORT_OPTIONS:MHTTP_PUSH} -NGINX_PUSH_VERSION= 0.692 -MASTER_SITES+= http://pushmodule.slact.net/downloads/:push -DISTFILES+= nginx_http_push_module-${NGINX_PUSH_VERSION}.tar.gz:push -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_http_push_module-${NGINX_PUSH_VERSION} +GIT_PUSH_VERSION= 0.731 +GH_ACCOUNT+= slact:push +GH_PROJECT+= nchan:push +GH_TAGNAME+= v${GIT_PUSH_VERSION}:push +CONFIGURE_ARGS+=--add-module=${WRKSRC_push} .endif .if ${PORT_OPTIONS:MHTTP_PUSH_STREAM} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Mon Nov 9 21:31:59 2015 (r401179) +++ head/www/nginx/distinfo Mon Nov 9 21:40:35 2015 (r401180) @@ -12,8 +12,6 @@ SHA256 (nginx_mogilefs_module-1.0.4.tar. SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 -SHA256 (nginx_http_push_module-0.692.tar.gz) = 64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe -SIZE (nginx_http_push_module-0.692.tar.gz) = 29119 SHA256 (ngx_http_redis-0.3.7.tar.gz) = 9dfc14db81f431fdf3d69f3661a37daf110aef5f9479aa7c88cf362bb5d62604 SIZE (ngx_http_redis-0.3.7.tar.gz) = 12165 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 @@ -56,6 +54,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.5_G SIZE (aperezdc-ngx-fancyindex-v0.3.5_GH0.tar.gz) = 14837 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 +SHA256 (slact-nchan-v0.731_GH0.tar.gz) = dd0c893fcf5af90a4f3c76a5750df9c39cba486ecb93cf76624af29f809ec345 +SIZE (slact-nchan-v0.731_GH0.tar.gz) = 50346 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 SIZE (kr-nginx-notice-3c95966_GH0.tar.gz) = 3343 SHA256 (wandenberg-nginx-push-stream-module-0.3.5_GH0.tar.gz) = 8a9e27a79020bf088dd120e528db77398c29db8aa75c962e7e45c8a20451d4f7 From owner-svn-ports-head@freebsd.org Tue Nov 10 02:47:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5386BA29305; Tue, 10 Nov 2015 02:47:17 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4FB17FC; Tue, 10 Nov 2015 02:47:17 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA2lG3I041221; Tue, 10 Nov 2015 02:47:16 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA2lGgg041219; Tue, 10 Nov 2015 02:47:16 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100247.tAA2lGgg041219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 02:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401182 - head/www/h2o X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 02:47:17 -0000 Author: junovitch Date: Tue Nov 10 02:47:15 2015 New Revision: 401182 URL: https://svnweb.freebsd.org/changeset/ports/401182 Log: www/h2o: update 1.5.2 -> 1.5.3 Changes: https://github.com/h2o/h2o/releases/tag/v1.5.3 PR: 204321 Submitted by: Dave Cottlehuber (maintainer) Modified: head/www/h2o/Makefile head/www/h2o/distinfo Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Tue Nov 10 01:15:20 2015 (r401181) +++ head/www/h2o/Makefile Tue Nov 10 02:47:15 2015 (r401182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Tue Nov 10 01:15:20 2015 (r401181) +++ head/www/h2o/distinfo Tue Nov 10 02:47:15 2015 (r401182) @@ -1,2 +1,2 @@ -SHA256 (h2o-h2o-v1.5.2_GH0.tar.gz) = 1daf205b86e0a5ce96937db733ab02205a4f57dcb9ded8507fc7dd0a00c00dc2 -SIZE (h2o-h2o-v1.5.2_GH0.tar.gz) = 6263184 +SHA256 (h2o-h2o-v1.5.3_GH0.tar.gz) = 93bbfac7f781b82a276a69b2bc331782c4020f8c877ec6c8ca6a4f9addb42922 +SIZE (h2o-h2o-v1.5.3_GH0.tar.gz) = 6264687 From owner-svn-ports-head@freebsd.org Tue Nov 10 02:56:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61963A29641; Tue, 10 Nov 2015 02:56:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 212B91CB1; Tue, 10 Nov 2015 02:56:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA2ugET044229; Tue, 10 Nov 2015 02:56:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA2ugnR044226; Tue, 10 Nov 2015 02:56:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100256.tAA2ugnR044226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 02:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401183 - in head/benchmarks/stress-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 02:56:43 -0000 Author: junovitch Date: Tue Nov 10 02:56:41 2015 New Revision: 401183 URL: https://svnweb.freebsd.org/changeset/ports/401183 Log: benchmarks/stress-ng: update 0.04.20 -> 0.04.21 - Also remove portion of patch pushed upstream PR: 204309 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/patch-stress-cpu.c Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/Makefile Tue Nov 10 02:56:41 2015 (r401183) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.04.20 +PORTVERSION= 0.04.21 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/distinfo Tue Nov 10 02:56:41 2015 (r401183) @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.04.20.tar.gz) = 5b00c23325e46236466e598a977c8ebcd4f786cc0c2e15118004a0462bb6f47f -SIZE (stress-ng-0.04.20.tar.gz) = 236074 +SHA256 (stress-ng-0.04.21.tar.gz) = 1c02e5752349cbf08f5828046786481f8e43180a8e9c3cf8b1f4f41606436004 +SIZE (stress-ng-0.04.21.tar.gz) = 243140 Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c ============================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c Tue Nov 10 02:47:15 2015 (r401182) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c Tue Nov 10 02:56:41 2015 (r401183) @@ -8,31 +8,3 @@ #endif /* -@@ -866,6 +866,7 @@ stress_cpu_fp(_Decimal128, decimal128, s - /* Append floating point literal specifier to literal value */ - #define FP(val, ltype) val ## ltype - -+#if defined(__STDC_IEC_559_COMPLEX__) - /* - * Generic complex stressor macro - */ -@@ -891,6 +892,7 @@ static void HOT OPTIMIZE3 stress_cpu_ ## - stress_cpu_complex(complex float, f, complex_float, csinf, ccosf) - stress_cpu_complex(complex double, , complex_double, csin, ccos) - stress_cpu_complex(complex long double, l, complex_long_double, csinl, ccosl) -+#endif /* __STDC_IEC_559_COMPLEX__ */ - - #define int_float_ops(_ftype, flt_a, flt_b, flt_c, flt_d, \ - _sin, _cos, int_a, int_b, _c1, _c2, _c3) \ -@@ -2058,9 +2060,11 @@ static stress_cpu_stressor_info_t cpu_me - { "ackermann", stress_cpu_ackermann }, - { "bitops", stress_cpu_bitops }, - { "callfunc", stress_cpu_callfunc }, -+#if defined(__STDC_IEC_559_COMPLEX__) - { "cdouble", stress_cpu_complex_double }, - { "cfloat", stress_cpu_complex_float }, - { "clongdouble", stress_cpu_complex_long_double }, -+#endif /* __STDC_IEC_559_COMPLEX__ */ - { "correlate", stress_cpu_correlate }, - { "crc16", stress_cpu_crc16 }, - #if defined(STRESS_FLOAT_DECIMAL) From owner-svn-ports-head@freebsd.org Tue Nov 10 03:18:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6ED5A29C0C; Tue, 10 Nov 2015 03:18:51 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68094163E; Tue, 10 Nov 2015 03:18:51 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA3IoD7050423; Tue, 10 Nov 2015 03:18:50 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA3IojR050421; Tue, 10 Nov 2015 03:18:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100318.tAA3IojR050421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 03:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401184 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 03:18:51 -0000 Author: junovitch Date: Tue Nov 10 03:18:50 2015 New Revision: 401184 URL: https://svnweb.freebsd.org/changeset/ports/401184 Log: Revise lldpd entry to cover denial of service CVE and add references. PR: 204044 Security: CVE-2015-8012 Security: CVE-2015-8011 Security: https://vuxml.FreeBSD.org/freebsd/2a4a112a-7c1b-11e5-bd77-0800275369e2.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 02:56:41 2015 (r401183) +++ head/security/vuxml/vuln.xml Tue Nov 10 03:18:50 2015 (r401184) @@ -290,7 +290,7 @@ Notes: - lldpd -- Buffer overflow + lldpd -- Buffer overflow/Denial of service lldpd @@ -304,14 +304,22 @@ Notes:

A buffer overflow may allow arbitrary code execution only if hardening was disabled.

+
+

Malformed packets should not make lldpd crash. Ensure we can + handle them by not using assert() in this part.

+
+ CVE-2015-8011 + CVE-2015-8012 https://github.com/vincentbernat/lldpd/raw/0.7.19/NEWS + http://www.openwall.com/lists/oss-security/2015/10/30/2 2015-10-04 2015-10-26 + 2015-11-10
From owner-svn-ports-head@freebsd.org Tue Nov 10 03:25:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36DB6A29E15; Tue, 10 Nov 2015 03:25:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE2A81B4F; Tue, 10 Nov 2015 03:25:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA3PSIv053335; Tue, 10 Nov 2015 03:25:28 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA3PRnj053333; Tue, 10 Nov 2015 03:25:27 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100325.tAA3PRnj053333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 03:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401185 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 03:25:29 -0000 Author: junovitch Date: Tue Nov 10 03:25:27 2015 New Revision: 401185 URL: https://svnweb.freebsd.org/changeset/ports/401185 Log: Document CVE assignment on wpa_supplicant 2015-5 advisory PR: 201432 Security: CVE-2015-8041 Security: https://vuxml.FreeBSD.org/freebsd/c93c9395-25e1-11e5-a4a5-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 03:18:50 2015 (r401184) +++ head/security/vuxml/vuln.xml Tue Nov 10 03:25:27 2015 (r401185) @@ -7358,11 +7358,13 @@ Notes: + CVE-2015-8041 http://w1.fi/security/2015-5/incomplete-wps-and-p2p-nfc-ndef-record-payload-length-validation.txt 2015-07-08 2015-07-09 + 2015-11-10
From owner-svn-ports-head@freebsd.org Tue Nov 10 06:28:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00160A2AABA; Tue, 10 Nov 2015 06:28:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1BEE176E; Tue, 10 Nov 2015 06:28:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA6SUgr005566; Tue, 10 Nov 2015 06:28:30 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA6SUP9005564; Tue, 10 Nov 2015 06:28:30 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201511100628.tAA6SUP9005564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 10 Nov 2015 06:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401186 - head/irc/irssi-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 06:28:32 -0000 Author: gahr Date: Tue Nov 10 06:28:30 2015 New Revision: 401186 URL: https://svnweb.freebsd.org/changeset/ports/401186 Log: irc/irssi-devel - tarball was rerolled, content hasn't changed Modified: head/irc/irssi-devel/Makefile head/irc/irssi-devel/distinfo Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Tue Nov 10 03:25:27 2015 (r401185) +++ head/irc/irssi-devel/Makefile Tue Nov 10 06:28:30 2015 (r401186) @@ -10,8 +10,6 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Modular IRC client with many features -BROKEN= unfetchable - LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* Modified: head/irc/irssi-devel/distinfo ============================================================================== --- head/irc/irssi-devel/distinfo Tue Nov 10 03:25:27 2015 (r401185) +++ head/irc/irssi-devel/distinfo Tue Nov 10 06:28:30 2015 (r401186) @@ -1,2 +1,2 @@ -SHA256 (irssi-20140530.tar.gz) = 19fcf60befbf517bf3d5239ae5b58cf02893560337a2426870c5c977b5f5b54d -SIZE (irssi-20140530.tar.gz) = 1334300 +SHA256 (irssi-20140530.tar.gz) = 8a03846c5e91b90e4ebaec4355929f357e4872773bc9922aff6c0a434b64d969 +SIZE (irssi-20140530.tar.gz) = 1334250 From owner-svn-ports-head@freebsd.org Tue Nov 10 07:11:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C97E7A2B419; Tue, 10 Nov 2015 07:11:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97AAA1645; Tue, 10 Nov 2015 07:11:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAA7BNZh017066; Tue, 10 Nov 2015 07:11:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA7BNTF017065; Tue, 10 Nov 2015 07:11:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511100711.tAA7BNTF017065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 10 Nov 2015 07:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401187 - head/math/gnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 07:11:24 -0000 Author: pi Date: Tue Nov 10 07:11:23 2015 New Revision: 401187 URL: https://svnweb.freebsd.org/changeset/ports/401187 Log: math/gnuplot: remove WX_UNICODE, is no-op PR: 204372 Approved by: glewis (maintainer) Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Tue Nov 10 06:28:30 2015 (r401186) +++ head/math/gnuplot/Makefile Tue Nov 10 07:11:23 2015 (r401187) @@ -67,7 +67,6 @@ X11_USE= XORG=x11 # Version 3.x of WX currently cause gnuplot to crash. # Do not update without this without testing. USE_WX= 2.8 -WX_UNICODE= yes WX_CONF_ARGS= absolute .else CONFIGURE_ARGS+= --disable-wxwidgets From owner-svn-ports-head@freebsd.org Tue Nov 10 07:27:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A8D9A2B8BF; Tue, 10 Nov 2015 07:27:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18B4A1E13; Tue, 10 Nov 2015 07:27:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pasz6 with SMTP id z6so233114963pas.2; Mon, 09 Nov 2015 23:27:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=LamKoW21/FHKYXgq8pPaHg3KX+6INEJBdGnuJm/7Xv8=; b=XNKOBzzANA1HlqZlNBBhHUglMXG+7Rkyo4xslICd7ZkPgcfhn+JF/Cw4p9+J2FMcEc nQgoO6icGNC1DfOwJq5BA3KJvD2mYR57O0yCTcs9vVG4S1HzmU5Y+FV04wZWzOUJkpXH 7vfQTHdshhPlN1mZX3vC/gaAuwLl2sCRNtre+wYbUVOsDw4Yi+0fQTfaN0LgnLA4tsBH J4RWurB82Gbk1gfrBBBmr2VKfc80nhfYT7mbkctCqSnKpMeC2naVcrfGjNIIq3iSC2u9 EO8kovwjQNM9+n1NQSpp2lsOK6PCOpY1XxtS6oJNy3Us2BUfJjiPTEQfHLsz3bRzgh17 BmBQ== X-Received: by 10.66.227.197 with SMTP id sc5mr3308618pac.157.1447140434724; Mon, 09 Nov 2015 23:27:14 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:7d16:8357:a5e4:2525? (2001-44b8-31ae-7b01-7d16-8357-a5e4-2525.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:7d16:8357:a5e4:2525]) by smtp.gmail.com with ESMTPSA id qk7sm2204525pbb.80.2015.11.09.23.27.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 23:27:14 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r388648 - in head/net: asterisk11 asterisk13 References: <201506052330.t55NUBZL020965@svn.freebsd.org> <564044BC.5050203@FreeBSD.org> To: Gerald Pfeifer , Adam Weinberger , Alexey Dokuchaev , Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56419C4A.6080809@FreeBSD.org> Date: Tue, 10 Nov 2015 18:27:06 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 07:27:15 -0000 On 9/11/2015 11:01 PM, Gerald Pfeifer wrote: > Looking at the above I'd vouch for "Build with current GCC" which My guess/feeling is the word current is at a minimum confusing and at worse misleading/wrong. Second, I don't think it's necessary to specify what is ultimately only a ports framework implementation detail, in the description itself. What is the benefit to the user? * Have foo built with versus whatever it built with without this option enabled From owner-svn-ports-head@freebsd.org Tue Nov 10 11:09:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7D9DA2A57B; Tue, 10 Nov 2015 11:09:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817FD1EC2; Tue, 10 Nov 2015 11:09:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAB9u33002533; Tue, 10 Nov 2015 11:09:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAB9uF4002530; Tue, 10 Nov 2015 11:09:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511101109.tAAB9uF4002530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 10 Nov 2015 11:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401188 - in head/devel/erlang-protobuffs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 11:09:57 -0000 Author: olgeni Date: Tue Nov 10 11:09:56 2015 New Revision: 401188 URL: https://svnweb.freebsd.org/changeset/ports/401188 Log: Upgrade devel/erlang-protobuffs to version 0.8.2. - Add LICENSE - Regenerate patch to make portlint happy Modified: head/devel/erlang-protobuffs/Makefile head/devel/erlang-protobuffs/distinfo (contents, props changed) head/devel/erlang-protobuffs/files/patch-rebar.config Modified: head/devel/erlang-protobuffs/Makefile ============================================================================== --- head/devel/erlang-protobuffs/Makefile Tue Nov 10 07:11:23 2015 (r401187) +++ head/devel/erlang-protobuffs/Makefile Tue Nov 10 11:09:56 2015 (r401188) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= protobuffs -PORTVERSION= 0.8.1p5 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Protocol Buffers interface for Erlang +LICENSE= APACHE20 + USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho Modified: head/devel/erlang-protobuffs/distinfo ============================================================================== --- head/devel/erlang-protobuffs/distinfo Tue Nov 10 07:11:23 2015 (r401187) +++ head/devel/erlang-protobuffs/distinfo Tue Nov 10 11:09:56 2015 (r401188) @@ -1,2 +1,2 @@ -SHA256 (basho-erlang_protobuffs-0.8.1p5_GH0.tar.gz) = da82e70e7e725b0a2c5794e7fd39ddbb014012bc1ec2846574fe0ffc442e8fa8 -SIZE (basho-erlang_protobuffs-0.8.1p5_GH0.tar.gz) = 132265 +SHA256 (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 82e196d6d9b95e2df1f420f2d39ca54f6eba92e65ca5aa6119f8310822e6b4d3 +SIZE (basho-erlang_protobuffs-0.8.2_GH0.tar.gz) = 132660 Modified: head/devel/erlang-protobuffs/files/patch-rebar.config ============================================================================== --- head/devel/erlang-protobuffs/files/patch-rebar.config Tue Nov 10 07:11:23 2015 (r401187) +++ head/devel/erlang-protobuffs/files/patch-rebar.config Tue Nov 10 11:09:56 2015 (r401188) @@ -1,4 +1,4 @@ ---- rebar.config.orig +--- rebar.config.orig 2015-11-09 16:11:50 UTC +++ rebar.config @@ -1,7 +1,6 @@ {erl_opts, [debug_info]}. From owner-svn-ports-head@freebsd.org Tue Nov 10 11:15:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09A4AA2A96E; Tue, 10 Nov 2015 11:15:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6FEF182C; Tue, 10 Nov 2015 11:15:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAABF5qX005356; Tue, 10 Nov 2015 11:15:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAABF5Hk005355; Tue, 10 Nov 2015 11:15:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511101115.tAABF5Hk005355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 10 Nov 2015 11:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401189 - head/devel/p5-Workflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 11:15:07 -0000 Author: antoine Date: Tue Nov 10 11:15:05 2015 New Revision: 401189 URL: https://svnweb.freebsd.org/changeset/ports/401189 Log: Unbreak Reported by: pkg-fallout Modified: head/devel/p5-Workflow/Makefile Modified: head/devel/p5-Workflow/Makefile ============================================================================== --- head/devel/p5-Workflow/Makefile Tue Nov 10 11:09:56 2015 (r401188) +++ head/devel/p5-Workflow/Makefile Tue Nov 10 11:15:05 2015 (r401189) @@ -3,7 +3,7 @@ PORTNAME= Workflow PORTVERSION= 1.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,6 +34,8 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= DOCS EXAMPLES + post-install: @${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} struct/\* ${STAGEDIR}${DATADIR}/) From owner-svn-ports-head@freebsd.org Tue Nov 10 12:51:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8332AA2B6F3; Tue, 10 Nov 2015 12:51:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 518A01F74; Tue, 10 Nov 2015 12:51:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAACpodj033708; Tue, 10 Nov 2015 12:51:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAACpo6i033707; Tue, 10 Nov 2015 12:51:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511101251.tAACpo6i033707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 12:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401190 - head/net-im/mcabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 12:51:51 -0000 Author: amdmi3 Date: Tue Nov 10 12:51:50 2015 New Revision: 401190 URL: https://svnweb.freebsd.org/changeset/ports/401190 Log: - Take maintainership Modified: head/net-im/mcabber/Makefile Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Tue Nov 10 11:15:05 2015 (r401189) +++ head/net-im/mcabber/Makefile Tue Nov 10 12:51:50 2015 (r401190) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small Jabber console client LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Tue Nov 10 13:10:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2C60A2A0B3; Tue, 10 Nov 2015 13:10:03 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C69A130D; Tue, 10 Nov 2015 13:10:03 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAADA2Wh036974; Tue, 10 Nov 2015 13:10:02 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAADA298036971; Tue, 10 Nov 2015 13:10:02 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201511101310.tAADA298036971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 10 Nov 2015 13:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401191 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 13:10:03 -0000 Author: danilo Date: Tue Nov 10 13:10:02 2015 New Revision: 401191 URL: https://svnweb.freebsd.org/changeset/ports/401191 Log: - Update to 6.200.3 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue Nov 10 12:51:50 2015 (r401190) +++ head/math/armadillo/Makefile Tue Nov 10 13:10:02 2015 (r401191) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.200.2 +PORTVERSION= 6.200.3 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Tue Nov 10 12:51:50 2015 (r401190) +++ head/math/armadillo/distinfo Tue Nov 10 13:10:02 2015 (r401191) @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.200.2.tar.gz) = c31cca5a41536b60ce4a0b79f7b03831f467e2464a580f27da5c380b31cdc9b8 -SIZE (armadillo-6.200.2.tar.gz) = 5442665 +SHA256 (armadillo-6.200.3.tar.gz) = 4e436704a3b0824be6286ffa7c71c91ef783699889fa0992897d446b7ed82b28 +SIZE (armadillo-6.200.3.tar.gz) = 5442342 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Tue Nov 10 12:51:50 2015 (r401190) +++ head/math/armadillo/pkg-plist Tue Nov 10 13:10:02 2015 (r401191) @@ -439,7 +439,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.6 -lib/libarmadillo.so.6.200.2 +lib/libarmadillo.so.6.200.3 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@freebsd.org Tue Nov 10 14:47:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D044A2A01C; Tue, 10 Nov 2015 14:47:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFDC61880; Tue, 10 Nov 2015 14:47:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAElZ4h065637; Tue, 10 Nov 2015 14:47:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAElZ5s065636; Tue, 10 Nov 2015 14:47:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511101447.tAAElZ5s065636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 14:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401192 - head/graphics/alpng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 14:47:36 -0000 Author: amdmi3 Date: Tue Nov 10 14:47:34 2015 New Revision: 401192 URL: https://svnweb.freebsd.org/changeset/ports/401192 Log: - Fix build when CC contains slashes Approved by: portmgr blanket Modified: head/graphics/alpng/Makefile Modified: head/graphics/alpng/Makefile ============================================================================== --- head/graphics/alpng/Makefile Tue Nov 10 13:10:02 2015 (r401191) +++ head/graphics/alpng/Makefile Tue Nov 10 14:47:34 2015 (r401192) @@ -24,7 +24,7 @@ PLIST_FILES= include/alpng.h \ lib/libalpng.a do-configure: - @${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/makefile + @${REINPLACE_CMD} -e "s|gcc|${CC}|g" ${WRKSRC}/makefile do-install: ${INSTALL_DATA} ${WRKSRC}/libalpng.a ${STAGEDIR}${PREFIX}/lib/ From owner-svn-ports-head@freebsd.org Tue Nov 10 15:10:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5236A2AA98; Tue, 10 Nov 2015 15:10:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83A0F1AEE; Tue, 10 Nov 2015 15:10:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAFAqkf073487; Tue, 10 Nov 2015 15:10:52 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAFAqxc073485; Tue, 10 Nov 2015 15:10:52 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101510.tAAFAqxc073485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 15:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401193 - head/www/py-paste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:10:53 -0000 Author: wg Date: Tue Nov 10 15:10:52 2015 New Revision: 401193 URL: https://svnweb.freebsd.org/changeset/ports/401193 Log: www/py-paste: update to 2.0.2 Approved by: maintainer (via email) Modified: head/www/py-paste/Makefile head/www/py-paste/distinfo Modified: head/www/py-paste/Makefile ============================================================================== --- head/www/py-paste/Makefile Tue Nov 10 14:47:34 2015 (r401192) +++ head/www/py-paste/Makefile Tue Nov 10 15:10:52 2015 (r401193) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Paste -PORTVERSION= 1.7.5.1 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-paste/distinfo ============================================================================== --- head/www/py-paste/distinfo Tue Nov 10 14:47:34 2015 (r401192) +++ head/www/py-paste/distinfo Tue Nov 10 15:10:52 2015 (r401193) @@ -1,2 +1,2 @@ -SHA256 (Paste-1.7.5.1.tar.gz) = 11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6 -SIZE (Paste-1.7.5.1.tar.gz) = 523304 +SHA256 (Paste-2.0.2.tar.gz) = adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99 +SIZE (Paste-2.0.2.tar.gz) = 627842 From owner-svn-ports-head@freebsd.org Tue Nov 10 15:26:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFDA3A2AE48; Tue, 10 Nov 2015 15:26:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5FA513A7; Tue, 10 Nov 2015 15:26:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAFQSlO077264; Tue, 10 Nov 2015 15:26:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAFQS92077260; Tue, 10 Nov 2015 15:26:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511101526.tAAFQS92077260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 10 Nov 2015 15:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401194 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:26:30 -0000 Author: feld Date: Tue Nov 10 15:26:28 2015 New Revision: 401194 URL: https://svnweb.freebsd.org/changeset/ports/401194 Log: multimedia/plexmediaserver-plexpass: Update to 0.9.14.0 Changelog: https://forums.plex.tv/discussion/comment/1057912#Comment_1057912 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Tue Nov 10 15:10:52 2015 (r401193) +++ head/multimedia/plexmediaserver-plexpass/Makefile Tue Nov 10 15:26:28 2015 (r401194) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.12.18.1520 +PORTVERSION= 0.9.14.0.1539 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 6833552 +PLEX_BUILD= 61cdd0f USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Tue Nov 10 15:10:52 2015 (r401193) +++ head/multimedia/plexmediaserver-plexpass/distinfo Tue Nov 10 15:26:28 2015 (r401194) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.12.18.1520-6833552-freebsd-amd64.tar.bz2) = 700f7c72581962b161702347ff4feb02f43d6e0a6d3776a094c85448279abeb3 -SIZE (PlexMediaServer-0.9.12.18.1520-6833552-freebsd-amd64.tar.bz2) = 96468394 +SHA256 (PlexMediaServer-0.9.14.0.1539-61cdd0f-freebsd-amd64.tar.bz2) = 26c2e0cdacae387af334e37f6ea8764e8cdb97a5d10b654b47826d614e83c0ce +SIZE (PlexMediaServer-0.9.14.0.1539-61cdd0f-freebsd-amd64.tar.bz2) = 97956115 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Nov 10 15:10:52 2015 (r401193) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Nov 10 15:26:28 2015 (r401194) @@ -1289,7 +1289,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Video Files Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Music Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Premium Music Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex iTunes Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Photos/Plex Photo Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Series/Plex Series Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/icon-default.png @@ -1302,6 +1301,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.5by5/URL/5by5/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.abc/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.abc/URL/ABC/ServiceCode.pys +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.abcfamily/ServiceInfo.plist +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.abcfamily/URL/ABC Family/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.absoluteradio/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.absoluteradio/URL/Absolute Radio/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.adobetv/ServiceInfo.plist @@ -1311,7 +1312,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.aetv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.aetv/URL/AETV/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.amt/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.amt/URL/Apple Movie Trailers/ServiceCode.pys +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.amt/URL/iTunes Movie Trailers/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.annakimphotography/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.annakimphotography/URL/Anna Kim Photography/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.aolon/ServiceInfo.plist @@ -1467,8 +1468,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nationalgeographic/URL/National Geographic Photography/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nationalgeographic/URL/National Geographic/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nbc/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nbc/URL/MSNBC Podcast/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nbc/URL/MSNBC/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.nbc/URL/NBC/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ndtv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ndtv/URL/NDTV/ServiceCode.pys @@ -1495,6 +1494,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/faststream.in/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/gorillavid.in/ServiceCode.pys +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/letwatch.us/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/nosvideo.com/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/royalvids.eu/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/vidzi.tv/ServiceCode.pys @@ -1563,8 +1563,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.theberrics/URL/The Berrics/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.thecw/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.thecw/URL/The CW/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.thedailyshow/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.thedailyshow/URL/The Daily Show/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.theguardian/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.theguardian/URL/The Guardian/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.thenytimes/ServiceInfo.plist @@ -1639,8 +1637,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.wsj/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.wsj/URL/WSJ/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/URL/4tube/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/URL/FUX/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/URL/RedTube/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/URL/beeg/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.xxx/URL/xHamster/ServiceCode.pys @@ -1871,6 +1867,7 @@ %%DATADIR%%/Resources/Profiles/HTML TV App.xml %%DATADIR%%/Resources/Profiles/Internet Explorer.xml %%DATADIR%%/Resources/Profiles/Konvergo.xml +%%DATADIR%%/Resources/Profiles/Microsoft Edge.xml %%DATADIR%%/Resources/Profiles/Mystery 3.xml %%DATADIR%%/Resources/Profiles/Mystery 4.xml %%DATADIR%%/Resources/Profiles/Mystery 5.xml @@ -1888,6 +1885,7 @@ %%DATADIR%%/Resources/Profiles/Roku-5000X-6.0.xml %%DATADIR%%/Resources/Profiles/Roku.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-3.1.xml +%%DATADIR%%/Resources/Profiles/RokuDLNA-4400X-7.x.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-5.1.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-5000X-6.x.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-6.x.xml @@ -1901,6 +1899,8 @@ %%DATADIR%%/Resources/Profiles/Sony Bravia 2012.xml %%DATADIR%%/Resources/Profiles/Sony Bravia 2013.xml %%DATADIR%%/Resources/Profiles/Sony Streaming Player.xml +%%DATADIR%%/Resources/Profiles/Universal Mobile.xml +%%DATADIR%%/Resources/Profiles/Universal TV.xml %%DATADIR%%/Resources/Profiles/Unknown Browser.xml %%DATADIR%%/Resources/Profiles/Web.xml %%DATADIR%%/Resources/Profiles/WebM.xml @@ -1911,7 +1911,6 @@ %%DATADIR%%/Resources/Profiles/Xbox 360.xml %%DATADIR%%/Resources/Profiles/Xbox One.xml %%DATADIR%%/Resources/Profiles/cloudsync.xml -%%DATADIR%%/Resources/Profiles/iOS-AppleTV.xml %%DATADIR%%/Resources/Profiles/iOS-iPad-1,1.xml %%DATADIR%%/Resources/Profiles/iOS-iPhone-1,1.xml %%DATADIR%%/Resources/Profiles/iOS-iPhone-1,2.xml @@ -2529,17 +2528,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/shelve.py %%DATADIR%%/Resources/Python/lib/python2.7/shlex.py %%DATADIR%%/Resources/Python/lib/python2.7/shutil.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/SSL.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/__init__.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/crypto.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/rand.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/__init__.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_crypto.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_rand.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_ssl.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/util.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/tsafe.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/version.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/README %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/cjson.so %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7.egg-info @@ -2578,7 +2566,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/pyclasslookup.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/sax.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/usedoctest.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/pyOpenSSL-0.11-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/python_cjson-1.0.5-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/__init__.py @@ -2799,6 +2786,7 @@ %%DATADIR%%/libboost_timer.so.1.57.0 %%DATADIR%%/libcrypto.so.1.0.0 %%DATADIR%%/libcurl.so.7 +%%DATADIR%%/libdcadec.so %%DATADIR%%/libexpat.so.6 %%DATADIR%%/libexslt.so.8 %%DATADIR%%/libfreeimage.so From owner-svn-ports-head@freebsd.org Tue Nov 10 15:28:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DA3AA2AE96; Tue, 10 Nov 2015 15:28:16 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51B941536; Tue, 10 Nov 2015 15:28:16 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAFSF5H077440; Tue, 10 Nov 2015 15:28:15 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAFSFxj077438; Tue, 10 Nov 2015 15:28:15 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101528.tAAFSFxj077438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 15:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401195 - in head/devel/py-columnize: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:28:16 -0000 Author: wg Date: Tue Nov 10 15:28:15 2015 New Revision: 401195 URL: https://svnweb.freebsd.org/changeset/ports/401195 Log: devel/py-columnize? add python 3 support Approved by: maintainer (via email) Added: head/devel/py-columnize/files/ head/devel/py-columnize/files/extra-patch-____pkginfo____.py (contents, props changed) Modified: head/devel/py-columnize/Makefile Modified: head/devel/py-columnize/Makefile ============================================================================== --- head/devel/py-columnize/Makefile Tue Nov 10 15:26:28 2015 (r401194) +++ head/devel/py-columnize/Makefile Tue Nov 10 15:28:15 2015 (r401195) @@ -12,7 +12,6 @@ COMMENT= Format a simple (i.e. not neste LICENSE= MIT MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:${PORTSDIR}/devel/py-nose -MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:${PORTSDIR}/devel/py-backports.shutil_get_terminal_size BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} @@ -20,4 +19,12 @@ RUN_DEPENDS= ${MY_DEPENDS} USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_MAJOR_VER} == "3" +EXTRA_PATCHES= ${FILESDIR}/extra-patch-____pkginfo____.py +.else +MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:${PORTSDIR}/devel/py-backports.shutil_get_terminal_size +.endif + +.include Added: head/devel/py-columnize/files/extra-patch-____pkginfo____.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-columnize/files/extra-patch-____pkginfo____.py Tue Nov 10 15:28:15 2015 (r401195) @@ -0,0 +1,11 @@ +--- __pkginfo__.py.orig 2015-10-27 08:06:17 UTC ++++ __pkginfo__.py +@@ -28,7 +28,7 @@ web = 'https://github.com/rocky/pycolumn + zip_safe = False + + def read(*rnames): +- return open(os.path.join(os.path.dirname(__file__), *rnames)).read() ++ return open(os.path.join(os.path.dirname(__file__), *rnames), encoding='utf8').read() + + readme = 'README.txt' + if os.path.exists('README.rst'): readme = 'README.rst' From owner-svn-ports-head@freebsd.org Tue Nov 10 15:54:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D7EDA2B4F1; Tue, 10 Nov 2015 15:54:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDF46145B; Tue, 10 Nov 2015 15:54:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAFsqZS085939; Tue, 10 Nov 2015 15:54:52 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAFsqSx085937; Tue, 10 Nov 2015 15:54:52 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101554.tAAFsqSx085937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 15:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401196 - head/devel/py-apscheduler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:54:54 -0000 Author: wg Date: Tue Nov 10 15:54:52 2015 New Revision: 401196 URL: https://svnweb.freebsd.org/changeset/ports/401196 Log: devel/py-apscheduler: update to 3.0.4 Modified: head/devel/py-apscheduler/Makefile head/devel/py-apscheduler/distinfo Modified: head/devel/py-apscheduler/Makefile ============================================================================== --- head/devel/py-apscheduler/Makefile Tue Nov 10 15:28:15 2015 (r401195) +++ head/devel/py-apscheduler/Makefile Tue Nov 10 15:54:52 2015 (r401196) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apscheduler -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-apscheduler/distinfo ============================================================================== --- head/devel/py-apscheduler/distinfo Tue Nov 10 15:28:15 2015 (r401195) +++ head/devel/py-apscheduler/distinfo Tue Nov 10 15:54:52 2015 (r401196) @@ -1,2 +1,2 @@ -SHA256 (APScheduler-3.0.3.tar.gz) = cb22f71682cfcd21d0cb95487756da6870f751cc86014748075dfbda858e88b9 -SIZE (APScheduler-3.0.3.tar.gz) = 74853 +SHA256 (APScheduler-3.0.4.tar.gz) = 8b9b39e102ad2a003fb8299f306adc225e7f1062af8ea819bb61a1cd8c8552d2 +SIZE (APScheduler-3.0.4.tar.gz) = 75229 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:07:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD243A2B863; Tue, 10 Nov 2015 16:07:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4031CDE; Tue, 10 Nov 2015 16:07:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAG7Hm6088927; Tue, 10 Nov 2015 16:07:17 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAG7HJ8088925; Tue, 10 Nov 2015 16:07:17 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101607.tAAG7HJ8088925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401197 - head/devel/py-babelfish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:07:18 -0000 Author: wg Date: Tue Nov 10 16:07:17 2015 New Revision: 401197 URL: https://svnweb.freebsd.org/changeset/ports/401197 Log: devel/py-babelfish: update to 0.5.5 Modified: head/devel/py-babelfish/Makefile head/devel/py-babelfish/distinfo Modified: head/devel/py-babelfish/Makefile ============================================================================== --- head/devel/py-babelfish/Makefile Tue Nov 10 15:54:52 2015 (r401196) +++ head/devel/py-babelfish/Makefile Tue Nov 10 16:07:17 2015 (r401197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= babelfish -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-babelfish/distinfo ============================================================================== --- head/devel/py-babelfish/distinfo Tue Nov 10 15:54:52 2015 (r401196) +++ head/devel/py-babelfish/distinfo Tue Nov 10 16:07:17 2015 (r401197) @@ -1,2 +1,2 @@ -SHA256 (babelfish-0.5.4.tar.gz) = 6e4f41f185b30b81232589c10b059546f3320cc440c5987f182ee82ab1778b47 -SIZE (babelfish-0.5.4.tar.gz) = 90237 +SHA256 (babelfish-0.5.5.tar.gz) = 8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104 +SIZE (babelfish-0.5.5.tar.gz) = 90398 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:13:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B47DA2BC14; Tue, 10 Nov 2015 16:13:38 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7FFB1485; Tue, 10 Nov 2015 16:13:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAGDa5n091688; Tue, 10 Nov 2015 16:13:36 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAGDaO4091686; Tue, 10 Nov 2015 16:13:36 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101613.tAAGDaO4091686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401198 - head/net/py-amqp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:13:38 -0000 Author: wg Date: Tue Nov 10 16:13:36 2015 New Revision: 401198 URL: https://svnweb.freebsd.org/changeset/ports/401198 Log: net/py-amqp: update to 1.4.7 Modified: head/net/py-amqp/Makefile head/net/py-amqp/distinfo Modified: head/net/py-amqp/Makefile ============================================================================== --- head/net/py-amqp/Makefile Tue Nov 10 16:07:17 2015 (r401197) +++ head/net/py-amqp/Makefile Tue Nov 10 16:13:36 2015 (r401198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-amqp/distinfo ============================================================================== --- head/net/py-amqp/distinfo Tue Nov 10 16:07:17 2015 (r401197) +++ head/net/py-amqp/distinfo Tue Nov 10 16:13:36 2015 (r401198) @@ -1,2 +1,2 @@ -SHA256 (amqp-1.4.6.tar.gz) = ebcfc867de5a68f9f5ba14d11dbad88e6aff8435a8d39339d5ceb0e5b06de640 -SIZE (amqp-1.4.6.tar.gz) = 77902 +SHA256 (amqp-1.4.7.tar.gz) = 1781884b53e01209eeced13ca1d941f1a7026088974edb6fb62728638bd02dda +SIZE (amqp-1.4.7.tar.gz) = 79189 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:15:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF137A2BD3E; Tue, 10 Nov 2015 16:15:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC2CF176E; Tue, 10 Nov 2015 16:15:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAGFNCL091857; Tue, 10 Nov 2015 16:15:23 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAGFNkQ091855; Tue, 10 Nov 2015 16:15:23 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101615.tAAGFNkQ091855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401199 - head/net/py-kombu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:15:25 -0000 Author: wg Date: Tue Nov 10 16:15:23 2015 New Revision: 401199 URL: https://svnweb.freebsd.org/changeset/ports/401199 Log: net/py-kombu: update to 3.0.29 Modified: head/net/py-kombu/Makefile head/net/py-kombu/distinfo Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Tue Nov 10 16:13:36 2015 (r401198) +++ head/net/py-kombu/Makefile Tue Nov 10 16:15:23 2015 (r401199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kombu -PORTVERSION= 3.0.23 +PORTVERSION= 3.0.29 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= AMQP messaging framework for Py LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.6:${PORTSDIR}/net/py-amqp \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.7:${PORTSDIR}/net/py-amqp \ ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson OPTIONS_DEFINE= BEANSTALK BOTO MONGODB REDIS SQLALCHEMY ZMQ Modified: head/net/py-kombu/distinfo ============================================================================== --- head/net/py-kombu/distinfo Tue Nov 10 16:13:36 2015 (r401198) +++ head/net/py-kombu/distinfo Tue Nov 10 16:15:23 2015 (r401199) @@ -1,2 +1,2 @@ -SHA256 (kombu-3.0.23.tar.gz) = 448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16 -SIZE (kombu-3.0.23.tar.gz) = 343923 +SHA256 (kombu-3.0.29.tar.gz) = 970a55ec65e668403c3e6ef4aa2213362568387885f5cc0ff8429abd44a6dca8 +SIZE (kombu-3.0.29.tar.gz) = 378270 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:16:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43283A2BDC1; Tue, 10 Nov 2015 16:16:04 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B80919C8; Tue, 10 Nov 2015 16:16:03 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAGG3pS091999; Tue, 10 Nov 2015 16:16:03 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAGG2k6091997; Tue, 10 Nov 2015 16:16:02 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101616.tAAGG2k6091997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401200 - head/devel/py-billiard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:16:04 -0000 Author: wg Date: Tue Nov 10 16:16:02 2015 New Revision: 401200 URL: https://svnweb.freebsd.org/changeset/ports/401200 Log: devel/py-billiard: update to 3.3.0.21 Modified: head/devel/py-billiard/Makefile head/devel/py-billiard/distinfo Modified: head/devel/py-billiard/Makefile ============================================================================== --- head/devel/py-billiard/Makefile Tue Nov 10 16:15:23 2015 (r401199) +++ head/devel/py-billiard/Makefile Tue Nov 10 16:16:02 2015 (r401200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= billiard -PORTVERSION= 3.3.0.18 +PORTVERSION= 3.3.0.21 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-billiard/distinfo ============================================================================== --- head/devel/py-billiard/distinfo Tue Nov 10 16:15:23 2015 (r401199) +++ head/devel/py-billiard/distinfo Tue Nov 10 16:16:02 2015 (r401200) @@ -1,2 +1,2 @@ -SHA256 (billiard-3.3.0.18.tar.gz) = 59c04036f314c11632a49c15c57735ffb9e111983ee8d15e4d3e188be31583c1 -SIZE (billiard-3.3.0.18.tar.gz) = 150594 +SHA256 (billiard-3.3.0.21.tar.gz) = 9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 +SIZE (billiard-3.3.0.21.tar.gz) = 151141 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:17:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C89A2BE80; Tue, 10 Nov 2015 16:17:28 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EFD41AE7; Tue, 10 Nov 2015 16:17:28 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAGHR4w092158; Tue, 10 Nov 2015 16:17:27 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAGHRrU092156; Tue, 10 Nov 2015 16:17:27 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101617.tAAGHRrU092156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401201 - head/devel/py-celery X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:17:28 -0000 Author: wg Date: Tue Nov 10 16:17:27 2015 New Revision: 401201 URL: https://svnweb.freebsd.org/changeset/ports/401201 Log: devel/py-celery: update to 3.1.19 Modified: head/devel/py-celery/Makefile head/devel/py-celery/distinfo Modified: head/devel/py-celery/Makefile ============================================================================== --- head/devel/py-celery/Makefile Tue Nov 10 16:16:02 2015 (r401200) +++ head/devel/py-celery/Makefile Tue Nov 10 16:17:27 2015 (r401201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celery -PORTVERSION= 3.1.15 +PORTVERSION= 3.1.19 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Asynchronous task queue/job que LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}billiard>=3.3.0.18:${PORTSDIR}/devel/py-billiard \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}billiard>=3.3.0.21:${PORTSDIR}/devel/py-billiard \ ${PYTHON_PKGNAMEPREFIX}pytz>=1.5:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.23:${PORTSDIR}/net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.29:${PORTSDIR}/net/py-kombu \ ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached USES= python Modified: head/devel/py-celery/distinfo ============================================================================== --- head/devel/py-celery/distinfo Tue Nov 10 16:16:02 2015 (r401200) +++ head/devel/py-celery/distinfo Tue Nov 10 16:17:27 2015 (r401201) @@ -1,2 +1,2 @@ -SHA256 (celery-3.1.15.tar.gz) = 84715d0b9c76818af45f7eeba76532afddff2030a313beecd0e9e2eae4dbe9e3 -SIZE (celery-3.1.15.tar.gz) = 1295292 +SHA256 (celery-3.1.19.tar.gz) = bd6a21290c822ecf78947a7dbc8b2270d88a5fa08a7a2bfcd908bb3d5ed66b71 +SIZE (celery-3.1.19.tar.gz) = 1302241 From owner-svn-ports-head@freebsd.org Tue Nov 10 16:31:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8303A2B39C; Tue, 10 Nov 2015 16:31:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B455312D5; Tue, 10 Nov 2015 16:31:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAGVN31095873; Tue, 10 Nov 2015 16:31:23 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAGVNvf095871; Tue, 10 Nov 2015 16:31:23 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511101631.tAAGVNvf095871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 16:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401202 - head/devel/py-lockfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:31:25 -0000 Author: wg Date: Tue Nov 10 16:31:23 2015 New Revision: 401202 URL: https://svnweb.freebsd.org/changeset/ports/401202 Log: devel/py-lockfile: update to 0.11.0 Modified: head/devel/py-lockfile/Makefile head/devel/py-lockfile/distinfo Modified: head/devel/py-lockfile/Makefile ============================================================================== --- head/devel/py-lockfile/Makefile Tue Nov 10 16:17:27 2015 (r401201) +++ head/devel/py-lockfile/Makefile Tue Nov 10 16:31:23 2015 (r401202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lockfile -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-lockfile/distinfo ============================================================================== --- head/devel/py-lockfile/distinfo Tue Nov 10 16:17:27 2015 (r401201) +++ head/devel/py-lockfile/distinfo Tue Nov 10 16:31:23 2015 (r401202) @@ -1,2 +1,2 @@ -SHA256 (lockfile-0.10.2.tar.gz) = 9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 -SIZE (lockfile-0.10.2.tar.gz) = 20662 +SHA256 (lockfile-0.11.0.tar.gz) = eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3 +SIZE (lockfile-0.11.0.tar.gz) = 20909 From owner-svn-ports-head@freebsd.org Tue Nov 10 19:41:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C046A2CA87; Tue, 10 Nov 2015 19:41:25 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8C1710AF; Tue, 10 Nov 2015 19:41:24 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAJfOEG066725; Tue, 10 Nov 2015 19:41:24 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAJfNm4066723; Tue, 10 Nov 2015 19:41:23 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511101941.tAAJfNm4066723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 10 Nov 2015 19:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401203 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 19:41:25 -0000 Author: robak Date: Tue Nov 10 19:41:23 2015 New Revision: 401203 URL: https://svnweb.freebsd.org/changeset/ports/401203 Log: databases/tcl-sqlite3: update 3.9.1 -> 3.9.2 PR: 204319 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Tue Nov 10 16:31:23 2015 (r401202) +++ head/databases/tcl-sqlite3/Makefile Tue Nov 10 19:41:23 2015 (r401203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.9.1 +PORTVERSION= 3.9.2 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ PKGNAMEPREFIX= tcl- Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Tue Nov 10 16:31:23 2015 (r401202) +++ head/databases/tcl-sqlite3/distinfo Tue Nov 10 19:41:23 2015 (r401203) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3090100.tar.gz) = d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c -SIZE (sqlite-autoconf-3090100.tar.gz) = 2284128 +SHA256 (sqlite-autoconf-3090200.tar.gz) = 064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b +SIZE (sqlite-autoconf-3090200.tar.gz) = 2284431 From owner-svn-ports-head@freebsd.org Tue Nov 10 20:02:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8D7FA2CF6D; Tue, 10 Nov 2015 20:02:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AECAC1CC2; Tue, 10 Nov 2015 20:02:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAK2Ga0077917; Tue, 10 Nov 2015 20:02:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAK2G2a077916; Tue, 10 Nov 2015 20:02:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511102002.tAAK2G2a077916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 10 Nov 2015 20:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401204 - head/sysutils/xen-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:02:18 -0000 Author: antoine Date: Tue Nov 10 20:02:16 2015 New Revision: 401204 URL: https://svnweb.freebsd.org/changeset/ports/401204 Log: Fix build on FreeBSD 10, lang/gcc now supports -fstack-protector-strong but c++(1) from base doesn't Added: head/sysutils/xen-tools/files/patch-tools_qemu-xen_configure (contents, props changed) Added: head/sysutils/xen-tools/files/patch-tools_qemu-xen_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/patch-tools_qemu-xen_configure Tue Nov 10 20:02:16 2015 (r401204) @@ -0,0 +1,10 @@ +--- tools/qemu-xen/configure.orig 2015-06-10 11:43:51 UTC ++++ tools/qemu-xen/configure +@@ -1451,6 +1451,7 @@ if test "$stack_protector" != "no" ; the + # We need to check both a compile and a link, since some compiler + # setups fail only on a .c->.o compile and some only at link time + if do_cc $QEMU_CFLAGS -Werror $flag -c -o $TMPO $TMPC && ++ do_cxx $QEMU_CXXFLAGS -Werror $flag -o $TMPE $TMPCXX $TMPO $LDFLAGS && + compile_prog "-Werror $flag" ""; then + QEMU_CFLAGS="$QEMU_CFLAGS $flag" + LIBTOOLFLAGS="$LIBTOOLFLAGS -Wc,$flag" From owner-svn-ports-head@freebsd.org Tue Nov 10 20:08:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95ED6A2CFF1; Tue, 10 Nov 2015 20:08:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8FB1E66; Tue, 10 Nov 2015 20:08:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAK8kEA079229; Tue, 10 Nov 2015 20:08:46 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAK8jwv079224; Tue, 10 Nov 2015 20:08:45 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201511102008.tAAK8jwv079224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 10 Nov 2015 20:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401205 - head/devel/arm-none-eabi-gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:08:47 -0000 Author: imp Date: Tue Nov 10 20:08:45 2015 New Revision: 401205 URL: https://svnweb.freebsd.org/changeset/ports/401205 Log: Companion gdb for arm bare metal for all the build tools. Added: head/devel/arm-none-eabi-gdb/ head/devel/arm-none-eabi-gdb/Makefile (contents, props changed) head/devel/arm-none-eabi-gdb/distinfo (contents, props changed) head/devel/arm-none-eabi-gdb/pkg-descr (contents, props changed) head/devel/arm-none-eabi-gdb/pkg-plist (contents, props changed) Added: head/devel/arm-none-eabi-gdb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/Makefile Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,29 @@ +# Created by: M. Warner Losh +# $FreeBSD$ + +PORTNAME= gdb +PORTVERSION= 7.10 +PORTREVISION= 4 +CATEGORIES= devel +MASTER_SITES= GNU +PKGNAMEPREFIX= arm-none-eabi- +DISTNAME= gdb-${PORTVERSION} + +MAINTAINER= imp@FreeBSD.org +COMMENT= GNU GDB for the arm bare metal target +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 + +USES= gmake tar:xz iconv gmake libtool + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --target=arm-none-eabi --program-prefix=arm-none-eabi- --disable-nls \ + --disable-werror + +pre-configure: + cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ + ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} + +.include Added: head/devel/arm-none-eabi-gdb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/distinfo Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,2 @@ +SHA256 (gdb-7.10.tar.xz) = 7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8 +SIZE (gdb-7.10.tar.xz) = 18540820 Added: head/devel/arm-none-eabi-gdb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/pkg-descr Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,8 @@ +This is the GNU Debugger GDB, configured for the AVR microcontroller +target. + +This debugger cannot really be used standalone, but is useful in +connection with either AVaRICE (http://avarice.sourceforge.net/) +or simulavr (http://www.freesoftware.fsf.org/simulavr/). + +WWW: http://www.gnu.org/software/gdb/ Added: head/devel/arm-none-eabi-gdb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/pkg-plist Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1 @@ +bin/arm-none-eabi-gdb From owner-svn-ports-head@freebsd.org Tue Nov 10 20:14:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2935A2B249; Tue, 10 Nov 2015 20:14:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB9BE12C2; Tue, 10 Nov 2015 20:14:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAKEmRS082940; Tue, 10 Nov 2015 20:14:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAKEmXx082939; Tue, 10 Nov 2015 20:14:48 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201511102014.tAAKEmXx082939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 10 Nov 2015 20:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401206 - head/editors/wordgrinder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:14:50 -0000 Author: pawel Date: Tue Nov 10 20:14:48 2015 New Revision: 401206 URL: https://svnweb.freebsd.org/changeset/ports/401206 Log: - Use options helpers - Fix comment indentation Submitted by: danfe Modified: head/editors/wordgrinder/Makefile Modified: head/editors/wordgrinder/Makefile ============================================================================== --- head/editors/wordgrinder/Makefile Tue Nov 10 20:08:45 2015 (r401205) +++ head/editors/wordgrinder/Makefile Tue Nov 10 20:14:48 2015 (r401206) @@ -28,8 +28,6 @@ X11_USE= xorg=x11,xft X11_USES= pkgconfig X11_ALL_TARGET_OFF=unix -.include - post-patch: ${REINPLACE_CMD} \ -e '/hide = /s/@//' \ @@ -49,18 +47,18 @@ post-patch: ${REINPLACE_CMD} \ -e '/#include From owner-svn-ports-head@freebsd.org Tue Nov 10 20:23:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF675A2B4B9; Tue, 10 Nov 2015 20:23:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4A8319BE; Tue, 10 Nov 2015 20:23:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAKNGX5087118; Tue, 10 Nov 2015 20:23:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAKNG5C087117; Tue, 10 Nov 2015 20:23:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511102023.tAAKNG5C087117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 20:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401207 - head/archivers/xmill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:23:18 -0000 Author: amdmi3 Date: Tue Nov 10 20:23:16 2015 New Revision: 401207 URL: https://svnweb.freebsd.org/changeset/ports/401207 Log: - Switch to options helpers Modified: head/archivers/xmill/Makefile Modified: head/archivers/xmill/Makefile ============================================================================== --- head/archivers/xmill/Makefile Tue Nov 10 20:14:48 2015 (r401206) +++ head/archivers/xmill/Makefile Tue Nov 10 20:23:16 2015 (r401207) @@ -31,8 +31,12 @@ do-install: .for p in ${PLIST_FILES:T} (cd ${WRKSRC}/unix && ${INSTALL_PROGRAM} ${p} ${STAGEDIR}${PREFIX}/bin) .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/documentation && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-head@freebsd.org Tue Nov 10 20:24:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0816A2B4EB; Tue, 10 Nov 2015 20:24:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76E9D1A99; Tue, 10 Nov 2015 20:24:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAKONGL087455; Tue, 10 Nov 2015 20:24:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAKONrI087450; Tue, 10 Nov 2015 20:24:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511102024.tAAKONrI087450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 20:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401208 - in head/math/diehard: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:24:24 -0000 Author: amdmi3 Date: Tue Nov 10 20:24:22 2015 New Revision: 401208 URL: https://svnweb.freebsd.org/changeset/ports/401208 Log: - Fix fetch by using correct DISTNAME - Switch to options helpers - Regenerate patches with `make makepatch` - Add WWW Modified: head/math/diehard/Makefile head/math/diehard/distinfo head/math/diehard/files/patch-cdomso.c head/math/diehard/files/patch-diehard.c head/math/diehard/pkg-descr Modified: head/math/diehard/Makefile ============================================================================== --- head/math/diehard/Makefile Tue Nov 10 20:23:16 2015 (r401207) +++ head/math/diehard/Makefile Tue Nov 10 20:24:22 2015 (r401208) @@ -4,17 +4,14 @@ PORTNAME= diehard PORTVERSION= 0.1 CATEGORIES= math -MASTER_SITES= http://www.cs.hku.hk/~diehard/cdrom/ \ - http://stat.fsu.edu/pub/diehard/ -DISTNAME= die.c +MASTER_SITES= http://stat.fsu.edu/pub/diehard/ +DISTNAME= die-c MAINTAINER= ports@FreeBSD.org COMMENT= Marsaglia's Diehard Battery of Tests of Randomness -BROKEN= unfetchable - ALL_TARGET= diehard -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/die.c PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" DATADIR="share/${PORTNAME}" DOCSLIST= NOTES readme @@ -30,6 +27,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/diehard ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/operm5.cov ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCSLIST:S!^!${WRKSRC}/!} ${STAGEDIR}${DOCSDIR} Modified: head/math/diehard/distinfo ============================================================================== --- head/math/diehard/distinfo Tue Nov 10 20:23:16 2015 (r401207) +++ head/math/diehard/distinfo Tue Nov 10 20:24:22 2015 (r401208) @@ -1,2 +1,2 @@ -SHA256 (die.c.tar.gz) = e028a755c1441e5af90f060cd5d8fceaa5967a6a66fbc1f4c66410be712208ae -SIZE (die.c.tar.gz) = 48897 +SHA256 (die-c.tar.gz) = e028a755c1441e5af90f060cd5d8fceaa5967a6a66fbc1f4c66410be712208ae +SIZE (die-c.tar.gz) = 48897 Modified: head/math/diehard/files/patch-cdomso.c ============================================================================== --- head/math/diehard/files/patch-cdomso.c Tue Nov 10 20:23:16 2015 (r401207) +++ head/math/diehard/files/patch-cdomso.c Tue Nov 10 20:24:22 2015 (r401208) @@ -1,6 +1,6 @@ ---- cdomso.c.orig 2012-11-30 16:01:24.000000000 +0100 -+++ cdomso.c 2012-11-30 16:02:15.000000000 +0100 -@@ -89,7 +89,7 @@ +--- cdomso.c.orig 1998-04-02 15:29:02 UTC ++++ cdomso.c +@@ -89,7 +89,7 @@ unsigned long get_w(char *fn, short bits } Modified: head/math/diehard/files/patch-diehard.c ============================================================================== --- head/math/diehard/files/patch-diehard.c Tue Nov 10 20:23:16 2015 (r401207) +++ head/math/diehard/files/patch-diehard.c Tue Nov 10 20:24:22 2015 (r401208) @@ -1,6 +1,6 @@ ---- diehard.c.orig 2012-11-30 16:00:43.000000000 +0100 -+++ diehard.c 2012-11-30 16:00:59.000000000 +0100 -@@ -153,5 +153,5 @@ +--- diehard.c.orig 1998-04-02 15:29:40 UTC ++++ diehard.c +@@ -153,5 +153,5 @@ main() { diehard(); Modified: head/math/diehard/pkg-descr ============================================================================== --- head/math/diehard/pkg-descr Tue Nov 10 20:23:16 2015 (r401207) +++ head/math/diehard/pkg-descr Tue Nov 10 20:24:22 2015 (r401208) @@ -1,4 +1,6 @@ -Diehard is a battery of tests for random number generators developed by -Dr. George Marsaglia of Florida State University Department of +Diehard is a battery of tests for random number generators developed +by Dr. George Marsaglia of Florida State University Department of Statistics. Originally developed for testing pseudo-random generators, Diehard has since become a de facto standard for testing RNGs. + +WWW: http://stat.fsu.edu/pub/diehard/ From owner-svn-ports-head@freebsd.org Tue Nov 10 20:25:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B53C6A2B519; Tue, 10 Nov 2015 20:25:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 771C81BA2; Tue, 10 Nov 2015 20:25:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAKPLBM087865; Tue, 10 Nov 2015 20:25:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAKPL5Y087858; Tue, 10 Nov 2015 20:25:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511102025.tAAKPL5Y087858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 20:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401209 - in head/games/d2x: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:25:22 -0000 Author: amdmi3 Date: Tue Nov 10 20:25:21 2015 New Revision: 401209 URL: https://svnweb.freebsd.org/changeset/ports/401209 Log: - Fix fetch by using correct MASTER_SITE - Switch to options helpers - Regenerate patches with `make makepatch` Added: head/games/d2x/files/patch-include_pstypes.h - copied, changed from r401208, head/games/d2x/files/patch-pstypes head/games/d2x/files/patch-main_console.c - copied, changed from r401208, head/games/d2x/files/patch-console.c head/games/d2x/files/patch-mem_mem.c - copied, changed from r401208, head/games/d2x/files/patch-mem.c Deleted: head/games/d2x/files/patch-console.c head/games/d2x/files/patch-mem.c head/games/d2x/files/patch-pstypes Modified: head/games/d2x/Makefile head/games/d2x/pkg-message Modified: head/games/d2x/Makefile ============================================================================== --- head/games/d2x/Makefile Tue Nov 10 20:24:22 2015 (r401208) +++ head/games/d2x/Makefile Tue Nov 10 20:25:21 2015 (r401209) @@ -5,13 +5,11 @@ PORTNAME= d2x PORTVERSION= 0.2.5 PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= http://offload2.icculus.org:9090/d2x/src/ +MASTER_SITES= http://icculus.org/d2x/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix port of Descent 2 Game -BROKEN= unfetchable - GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl image @@ -26,22 +24,18 @@ OPTIONS_DEFINE= OPENGL DOCS OPENGL_CONFIGURE_WITH= opengl OPENGL_CXXFLAGS= -I${LOCALBASE}/include OPENGL_LDFLAGS= -L${LOCALBASE}/lib +OPENGL_USE= GL=glut + +post-install-OPENGL-on: + ${MV} ${STAGEDIR}${PREFIX}/bin/d2x-gl ${STAGEDIR}${PREFIX}/bin/d2x -.include +post-install-OPENGL-off: + ${MV} ${STAGEDIR}${PREFIX}/bin/d2x-sdl ${STAGEDIR}${PREFIX}/bin/d2x -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= glut -.endif - -do-install: -.if ${PORT_OPTIONS:MOPENGL} - ${INSTALL_PROGRAM} ${WRKSRC}/d2x-gl ${STAGEDIR}${PREFIX}/bin/d2x -.else - ${INSTALL_PROGRAM} ${WRKSRC}/d2x-sdl ${STAGEDIR}${PREFIX}/bin/d2x -.endif - @${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Copied and modified: head/games/d2x/files/patch-include_pstypes.h (from r401208, head/games/d2x/files/patch-pstypes) ============================================================================== --- head/games/d2x/files/patch-pstypes Tue Nov 10 20:24:22 2015 (r401208, copy source) +++ head/games/d2x/files/patch-include_pstypes.h Tue Nov 10 20:25:21 2015 (r401209) @@ -1,6 +1,6 @@ ---- include/pstypes.h.orig Sat Apr 12 01:51:48 2003 -+++ include/pstypes.h Mon Apr 5 17:45:06 2004 -@@ -46,7 +46,7 @@ +--- include/pstypes.h.orig 2003-04-11 23:51:48 UTC ++++ include/pstypes.h +@@ -46,7 +46,7 @@ typedef uint16_t u_int16_t; # include # define _MAX_PATH 1024 # define _MAX_DIR 256 Copied and modified: head/games/d2x/files/patch-main_console.c (from r401208, head/games/d2x/files/patch-console.c) ============================================================================== --- head/games/d2x/files/patch-console.c Tue Nov 10 20:24:22 2015 (r401208, copy source) +++ head/games/d2x/files/patch-main_console.c Tue Nov 10 20:25:21 2015 (r401209) @@ -1,6 +1,6 @@ ---- main/console.c.orig Fri Jun 6 23:59:49 2003 -+++ main/console.c Tue Apr 6 14:45:18 2004 -@@ -70,7 +70,7 @@ +--- main/console.c.orig 2003-06-06 21:59:49 UTC ++++ main/console.c +@@ -70,7 +70,7 @@ void con_printf(int priority, char *fmt, va_list arglist; char buffer[2048]; Copied and modified: head/games/d2x/files/patch-mem_mem.c (from r401208, head/games/d2x/files/patch-mem.c) ============================================================================== --- head/games/d2x/files/patch-mem.c Tue Nov 10 20:24:22 2015 (r401208, copy source) +++ head/games/d2x/files/patch-mem_mem.c Tue Nov 10 20:25:21 2015 (r401209) @@ -1,6 +1,6 @@ ---- mem/mem.c.orig Mon Apr 5 15:37:36 2004 -+++ mem/mem.c Mon Apr 5 15:38:11 2004 -@@ -34,11 +34,6 @@ +--- mem/mem.c.orig 2003-04-11 23:51:48 UTC ++++ mem/mem.c +@@ -34,11 +34,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO #include #include #include Modified: head/games/d2x/pkg-message ============================================================================== --- head/games/d2x/pkg-message Tue Nov 10 20:24:22 2015 (r401208) +++ head/games/d2x/pkg-message Tue Nov 10 20:25:21 2015 (r401209) @@ -1,4 +1,3 @@ You need to get datafiles from original Descent 2 or 1 game. -Descent has also shareware edition, which is freely -downloadable from d2x home page. Read file installation.txt for -more information. +Descent has also shareware edition, which is freely downloadable +from d2x home page. Read file installation.txt for more information. From owner-svn-ports-head@freebsd.org Tue Nov 10 20:25:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDC6A2B544; Tue, 10 Nov 2015 20:25:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8391C8B; Tue, 10 Nov 2015 20:25:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAKPoBs088050; Tue, 10 Nov 2015 20:25:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAKPoKN088049; Tue, 10 Nov 2015 20:25:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511102025.tAAKPoKN088049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 10 Nov 2015 20:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401210 - head/misc/pastebinit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 20:25:51 -0000 Author: amdmi3 Date: Tue Nov 10 20:25:50 2015 New Revision: 401210 URL: https://svnweb.freebsd.org/changeset/ports/401210 Log: - Take maintainership - Add NO_ARCH - Switch to options helpers Modified: head/misc/pastebinit/Makefile Modified: head/misc/pastebinit/Makefile ============================================================================== --- head/misc/pastebinit/Makefile Tue Nov 10 20:25:21 2015 (r401209) +++ head/misc/pastebinit/Makefile Tue Nov 10 20:25:50 2015 (r401210) @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Command line utility for pastebing LICENSE= GPLv2 # or later @@ -18,26 +18,22 @@ USES= python:run shebangfix tar:bzip2 SHEBANG_FILES= pastebinit python_OLD_CMD= /usr/bin/python3 NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/pastebinit +PORTDATA= * OPTIONS_DEFINE= PASTEBINS +OPTIONS_DEFAULT=PASTEBINS PASTEBINS_DESC= Install default pastebins -OPTIONS_DEFAULT= PASTEBINS - -.include - -.if ${PORT_OPTIONS:MPASTEBINS} -PORTDATA= pastebin.d -.endif post-patch: ${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \ ${WRKSRC}/pastebinit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MPASTEBINS} + +do-install-PASTEBINS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${STAGEDIR}${DATADIR}) -.endif .include From owner-svn-ports-head@freebsd.org Tue Nov 10 21:13:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95F77A2C0EE; Tue, 10 Nov 2015 21:13:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494671E39; Tue, 10 Nov 2015 21:13:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAALD7gj008995; Tue, 10 Nov 2015 21:13:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAALD73m008993; Tue, 10 Nov 2015 21:13:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511102113.tAALD73m008993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 10 Nov 2015 21:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401211 - in head: . databases databases/mysql-workbench51 databases/mysql51-client databases/mysql51-scripts databases/mysql51-server databases/p5-DBD-mysql51 databases/py-MySQLdb51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 21:13:08 -0000 Author: rene Date: Tue Nov 10 21:13:07 2015 New Revision: 401211 URL: https://svnweb.freebsd.org/changeset/ports/401211 Log: Remove expired ports: 2015-11-10 databases/mysql-workbench51: EOL upstream, use databases/mysql-workbench52 instead 2015-11-10 databases/mysql51-client: EOL upstream, use mysql55 or mysql56 instead 2015-11-10 databases/mysql51-scripts: EOL upstream, use mysql55 or mysql56 instead 2015-11-10 databases/mysql51-server: EOL upstream, use mysql55 or mysql56 instead 2015-11-10 databases/p5-DBD-mysql51: EOL upstream, use databases/p5-DBD-mysql instead 2015-11-10 databases/py-MySQLdb51: EOL upstream, use databases/py-MySQLdb instead Deleted: head/databases/mysql-workbench51/ head/databases/mysql51-client/ head/databases/mysql51-scripts/ head/databases/mysql51-server/ head/databases/p5-DBD-mysql51/ head/databases/py-MySQLdb51/ Modified: head/MOVED head/databases/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 10 20:25:50 2015 (r401210) +++ head/MOVED Tue Nov 10 21:13:07 2015 (r401211) @@ -7929,3 +7929,9 @@ devel/py-parsing|devel/py-pyparsing|2015 devel/py-pygitup|devel/py-git-up|2015-11-07|Renamed to match upstream naming devel/phptags||2015-11-08|Has expired: abandoned upstream sysutils/torsmo|sysutils/conky|2015-11-08|Has expired: no new releases for years, consider using sysutils/conky +databases/mysql-workbench51|databases/mysql-workbench52|2015-11-10|Has expired: EOL upstream, use databases/mysql-workbench52 instead +databases/mysql51-client||2015-11-10|Has expired: EOL upstream, use mysql55 or mysql56 instead +databases/mysql51-scripts||2015-11-10|Has expired: EOL upstream, use mysql55 or mysql56 instead +databases/mysql51-server||2015-11-10|Has expired: EOL upstream, use mysql55 or mysql56 instead +databases/p5-DBD-mysql51|databases/p5-DBD-mysql|2015-11-10|Has expired: EOL upstream, use databases/p5-DBD-mysql instead +databases/py-MySQLdb51||2015-11-10|Has expired: EOL upstream, use databases/py-MySQLdb instead Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Nov 10 20:25:50 2015 (r401210) +++ head/databases/Makefile Tue Nov 10 21:13:07 2015 (r401211) @@ -210,14 +210,10 @@ SUBDIR += mysql-q4m SUBDIR += mysql-udf SUBDIR += mysql-udf-sys - SUBDIR += mysql-workbench51 SUBDIR += mysql-workbench52 SUBDIR += mysql-xql SUBDIR += mysql2odbc SUBDIR += mysql2pgsql - SUBDIR += mysql51-client - SUBDIR += mysql51-scripts - SUBDIR += mysql51-server SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client @@ -319,7 +315,6 @@ SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql - SUBDIR += p5-DBD-mysql51 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy @@ -712,7 +707,6 @@ SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-MySQLdb - SUBDIR += py-MySQLdb51 SUBDIR += py-MySQLdb55 SUBDIR += py-MySQLdb56 SUBDIR += py-PyGreSQL From owner-svn-ports-head@freebsd.org Tue Nov 10 21:20:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC013A2C14F; Tue, 10 Nov 2015 21:20:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8111E1FA4; Tue, 10 Nov 2015 21:20:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAALK4Mb010456; Tue, 10 Nov 2015 21:20:04 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAALK3Qj010446; Tue, 10 Nov 2015 21:20:03 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201511102120.tAALK3Qj010446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 10 Nov 2015 21:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401212 - in head/www: nginx nginx-devel nginx-devel/files nginx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 21:20:05 -0000 Author: osa Date: Tue Nov 10 21:20:03 2015 New Revision: 401212 URL: https://svnweb.freebsd.org/changeset/ports/401212 Log: Upgrade third-party modules: o) lua from 0.9.16 to 0.9.18; o) memc from 0.15 to 0.16; o) postgres from 1.0rc5 to 1.0rc7; o) rds-csv from 0.05 to 0.07. o) rds-json from 0.13 to 0.14; o) redis2 from 0.11 to 0.12; o) set-misc from 0.28 to 0.29; Remove needless patch for third-party postgres module, change has been added to the upstream. Deleted: head/www/nginx-devel/files/extra-patch-ngx_postgres_util.c Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-ngx_postgres-config head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-ngx_postgres-config head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx-devel/Makefile Tue Nov 10 21:20:03 2015 (r401212) @@ -657,7 +657,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.9.16 +NGINX_LUA_VERSION= 0.9.18 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua @@ -665,7 +665,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.15 +NGINX_MEMC_VERSION= 0.16 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc @@ -718,17 +718,16 @@ CFLAGS+= -DNDEBUG .if ${PORT_OPTIONS:MPOSTGRES} USES+= pgsql -NGINX_POSTGRES_VERSION= 1.0rc5-1-g49855a0 +NGINX_POSTGRES_VERSION= 1.0rc7 GH_ACCOUNT+= FRiCKLE:postgres GH_PROJECT+= ngx_postgres:postgres GH_TAGNAME+= ${NGINX_POSTGRES_VERSION}:postgres CONFIGURE_ARGS+=--add-module=${WRKSRC_postgres} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config \ - ${PATCHDIR}/extra-patch-ngx_postgres_util.c +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config .endif .if ${PORT_OPTIONS:MRDS_CSV} -NGINX_RDS_CSV_VERSION= 0.05 +NGINX_RDS_CSV_VERSION= 0.07 GH_ACCOUNT+= openresty:rdscsv GH_PROJECT+= rds-csv-nginx-module:rdscsv GH_TAGNAME+= v${NGINX_RDS_CSV_VERSION}:rdscsv @@ -736,7 +735,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rd .endif .if ${PORT_OPTIONS:MRDS_JSON} -NGINX_RDS_JSON_VERSION= 0.13 +NGINX_RDS_JSON_VERSION= 0.14 GH_ACCOUNT+= openresty:rdsjson GH_PROJECT+= rds-json-nginx-module:rdsjson GH_TAGNAME+= v${NGINX_RDS_JSON_VERSION}:rdsjson @@ -744,7 +743,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rd .endif .if ${PORT_OPTIONS:MREDIS2} -NGINX_REDIS2_VERSION= 0.11 +NGINX_REDIS2_VERSION= 0.12 GH_ACCOUNT+= openresty:redis2 GH_PROJECT+= redis2-nginx-module:redis2 GH_TAGNAME+= v${NGINX_REDIS2_VERSION}:redis2 @@ -760,7 +759,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rt .endif .if ${PORT_OPTIONS:MSET_MISC} -NGINX_SET_MISC_VERSION= 0.28 +NGINX_SET_MISC_VERSION= 0.29 GH_ACCOUNT+= openresty:setmisc GH_PROJECT+= set-misc-nginx-module:setmisc GH_TAGNAME+= v${NGINX_SET_MISC_VERSION}:setmisc Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx-devel/distinfo Tue Nov 10 21:20:03 2015 (r401212) @@ -82,24 +82,24 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = a3cda55b8cba5bc6632aa270b8a02d543fdb43f4d60a3bd2cb411c2a3b467656 -SIZE (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = 523900 -SHA256 (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = cd1999bc5e4441dd23d056202b0423c07b9a9294245147f4cf2ef6edb81b4122 -SIZE (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = 37948 +SHA256 (openresty-lua-nginx-module-v0.9.18_GH0.tar.gz) = baae1b81ed7daf1106fadb69e731c36cc903bf1a4bda16937f28d4bc474eeed6 +SIZE (openresty-lua-nginx-module-v0.9.18_GH0.tar.gz) = 541741 +SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 +SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 -SHA256 (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = ed07cd5d0a1e7ac392854d8aa9243a69c5e33c92790ace90d3ce8694adce7460 -SIZE (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = 40724 -SHA256 (openresty-rds-csv-nginx-module-v0.05_GH0.tar.gz) = b1332b8925b366db1832949b9c12b869ac9cdf2dd63e9003b281f827f64807c1 -SIZE (openresty-rds-csv-nginx-module-v0.05_GH0.tar.gz) = 18417 -SHA256 (openresty-rds-json-nginx-module-v0.13_GH0.tar.gz) = fc7d425c727e22420d103e638f531c9ab8adf5f494841d50e9387c51dd3770d0 -SIZE (openresty-rds-json-nginx-module-v0.13_GH0.tar.gz) = 32977 -SHA256 (openresty-redis2-nginx-module-v0.11_GH0.tar.gz) = 877558e21304f413943e3bdf17b97659d8aed7e4bfdfd3ca964921a72de74c05 -SIZE (openresty-redis2-nginx-module-v0.11_GH0.tar.gz) = 28532 +SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 +SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742 +SHA256 (openresty-rds-csv-nginx-module-v0.07_GH0.tar.gz) = b204909c6fb194fe8fed7627a3733bc9598f64251dc04a5b6a5bbd612e925324 +SIZE (openresty-rds-csv-nginx-module-v0.07_GH0.tar.gz) = 19444 +SHA256 (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 99aedf222a9664484918392988cce41b1a6238240d42f8bd44f5ff102c05c36c +SIZE (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 33496 +SHA256 (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = baf5274c815a5f27854747df09ff5bcd6d82e0baa2f224a9db6450d2f3a35a4f +SIZE (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = 28981 SHA256 (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3 SIZE (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 519735 -SHA256 (openresty-set-misc-nginx-module-v0.28_GH0.tar.gz) = cf06a976785446e0552beb1e11b8dff8a4973f7628935c4d2655812a03ceb60a -SIZE (openresty-set-misc-nginx-module-v0.28_GH0.tar.gz) = 35431 +SHA256 (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 8d280fc083420afb41dbe10df9a8ceec98f1d391bd2caa42ebae67d5bc9295d8 +SIZE (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 35495 SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436 SHA256 (openresty-srcache-nginx-module-v0.29_GH0.tar.gz) = 3fa24ecc658864d5286df33914f73fc3b47e6dffcefd2abfa0c7f72ed158af20 Modified: head/www/nginx-devel/files/extra-patch-ngx_postgres-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-ngx_postgres-config Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx-devel/files/extra-patch-ngx_postgres-config Tue Nov 10 21:20:03 2015 (r401212) @@ -1,5 +1,5 @@ ---- ../ngx_postgres-1.0rc5-1-g49855a0/config.orig 2015-05-26 20:52:25.649166000 +0300 -+++ ../ngx_postgres-1.0rc5-1-g49855a0/config 2015-05-26 20:53:10.331122000 +0300 +--- ../ngx_postgres-1.0rc7/config.orig 2015-05-26 20:52:25.649166000 +0300 ++++ ../ngx_postgres-1.0rc7/config 2015-05-26 20:53:10.331122000 +0300 @@ -48,12 +48,12 @@ if [ $ngx_found = no ]; then Modified: head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config Tue Nov 10 21:20:03 2015 (r401212) @@ -1,5 +1,5 @@ ---- ../set-misc-nginx-module-0.28/config.orig 2011-12-09 10:27:53.861265188 +0300 -+++ ../set-misc-nginx-module-0.28/config 2011-12-09 10:28:07.107259301 +0300 +--- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300 ++++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300 @@ -1,10 +1,3 @@ -if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then - echo "found ngx_devel_kit for ngx_set_misc; looks good." Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx/Makefile Tue Nov 10 21:20:03 2015 (r401212) @@ -641,7 +641,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.9.16 +NGINX_LUA_VERSION= 0.9.18 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua @@ -649,7 +649,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.15 +NGINX_MEMC_VERSION= 0.16 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc @@ -702,7 +702,7 @@ CFLAGS+= -DNDEBUG .if ${PORT_OPTIONS:MPOSTGRES} USES+= pgsql -NGINX_POSTGRES_VERSION= 1.0rc5-1-g49855a0 +NGINX_POSTGRES_VERSION= 1.0rc7 GH_ACCOUNT+= FRiCKLE:postgres GH_PROJECT+= ngx_postgres:postgres GH_TAGNAME+= ${NGINX_POSTGRES_VERSION}:postgres @@ -711,7 +711,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MRDS_CSV} -NGINX_RDS_CSV_VERSION= 0.05 +NGINX_RDS_CSV_VERSION= 0.07 GH_ACCOUNT+= openresty:rdscsv GH_PROJECT+= rds-csv-nginx-module:rdscsv GH_TAGNAME+= v${NGINX_RDS_CSV_VERSION}:rdscsv @@ -719,7 +719,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rd .endif .if ${PORT_OPTIONS:MRDS_JSON} -NGINX_RDS_JSON_VERSION= 0.13 +NGINX_RDS_JSON_VERSION= 0.14 GH_ACCOUNT+= openresty:rdsjson GH_PROJECT+= rds-json-nginx-module:rdsjson GH_TAGNAME+= v${NGINX_RDS_JSON_VERSION}:rdsjson @@ -727,7 +727,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rd .endif .if ${PORT_OPTIONS:MREDIS2} -NGINX_REDIS2_VERSION= 0.11 +NGINX_REDIS2_VERSION= 0.12 GH_ACCOUNT+= openresty:redis2 GH_PROJECT+= redis2-nginx-module:redis2 GH_TAGNAME+= v${NGINX_REDIS2_VERSION}:redis2 @@ -743,7 +743,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_rt .endif .if ${PORT_OPTIONS:MSET_MISC} -NGINX_SET_MISC_VERSION= 0.28 +NGINX_SET_MISC_VERSION= 0.29 GH_ACCOUNT+= openresty:setmisc GH_PROJECT+= set-misc-nginx-module:setmisc GH_TAGNAME+= v${NGINX_SET_MISC_VERSION}:setmisc Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx/distinfo Tue Nov 10 21:20:03 2015 (r401212) @@ -80,24 +80,24 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = a3cda55b8cba5bc6632aa270b8a02d543fdb43f4d60a3bd2cb411c2a3b467656 -SIZE (openresty-lua-nginx-module-v0.9.16_GH0.tar.gz) = 523900 -SHA256 (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = cd1999bc5e4441dd23d056202b0423c07b9a9294245147f4cf2ef6edb81b4122 -SIZE (openresty-memc-nginx-module-v0.15_GH0.tar.gz) = 37948 +SHA256 (openresty-lua-nginx-module-v0.9.18_GH0.tar.gz) = baae1b81ed7daf1106fadb69e731c36cc903bf1a4bda16937f28d4bc474eeed6 +SIZE (openresty-lua-nginx-module-v0.9.18_GH0.tar.gz) = 541741 +SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 +SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 -SHA256 (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = ed07cd5d0a1e7ac392854d8aa9243a69c5e33c92790ace90d3ce8694adce7460 -SIZE (FRiCKLE-ngx_postgres-1.0rc5-1-g49855a0_GH0.tar.gz) = 40724 -SHA256 (openresty-rds-csv-nginx-module-v0.05_GH0.tar.gz) = b1332b8925b366db1832949b9c12b869ac9cdf2dd63e9003b281f827f64807c1 -SIZE (openresty-rds-csv-nginx-module-v0.05_GH0.tar.gz) = 18417 -SHA256 (openresty-rds-json-nginx-module-v0.13_GH0.tar.gz) = fc7d425c727e22420d103e638f531c9ab8adf5f494841d50e9387c51dd3770d0 -SIZE (openresty-rds-json-nginx-module-v0.13_GH0.tar.gz) = 32977 -SHA256 (openresty-redis2-nginx-module-v0.11_GH0.tar.gz) = 877558e21304f413943e3bdf17b97659d8aed7e4bfdfd3ca964921a72de74c05 -SIZE (openresty-redis2-nginx-module-v0.11_GH0.tar.gz) = 28532 +SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 +SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742 +SHA256 (openresty-rds-csv-nginx-module-v0.07_GH0.tar.gz) = b204909c6fb194fe8fed7627a3733bc9598f64251dc04a5b6a5bbd612e925324 +SIZE (openresty-rds-csv-nginx-module-v0.07_GH0.tar.gz) = 19444 +SHA256 (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 99aedf222a9664484918392988cce41b1a6238240d42f8bd44f5ff102c05c36c +SIZE (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 33496 +SHA256 (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = baf5274c815a5f27854747df09ff5bcd6d82e0baa2f224a9db6450d2f3a35a4f +SIZE (openresty-redis2-nginx-module-v0.12_GH0.tar.gz) = 28981 SHA256 (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3 SIZE (arut-nginx-rtmp-module-v1.1.7_GH0.tar.gz) = 519735 -SHA256 (openresty-set-misc-nginx-module-v0.28_GH0.tar.gz) = cf06a976785446e0552beb1e11b8dff8a4973f7628935c4d2655812a03ceb60a -SIZE (openresty-set-misc-nginx-module-v0.28_GH0.tar.gz) = 35431 +SHA256 (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 8d280fc083420afb41dbe10df9a8ceec98f1d391bd2caa42ebae67d5bc9295d8 +SIZE (openresty-set-misc-nginx-module-v0.29_GH0.tar.gz) = 35495 SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436 SHA256 (openresty-srcache-nginx-module-v0.29_GH0.tar.gz) = 3fa24ecc658864d5286df33914f73fc3b47e6dffcefd2abfa0c7f72ed158af20 Modified: head/www/nginx/files/extra-patch-ngx_postgres-config ============================================================================== --- head/www/nginx/files/extra-patch-ngx_postgres-config Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx/files/extra-patch-ngx_postgres-config Tue Nov 10 21:20:03 2015 (r401212) @@ -1,5 +1,5 @@ ---- ../ngx_postgres-1.0rc5-1-g49855a0/config.orig 2015-05-26 20:52:25.649166000 +0300 -+++ ../ngx_postgres-1.0rc5-1-g49855a0/config 2015-05-26 20:53:10.331122000 +0300 +--- ../ngx_postgres-1.0rc7/config.orig 2015-05-26 20:52:25.649166000 +0300 ++++ ../ngx_postgres-1.0rc7/config 2015-05-26 20:53:10.331122000 +0300 @@ -48,12 +48,12 @@ if [ $ngx_found = no ]; then Modified: head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config ============================================================================== --- head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config Tue Nov 10 21:13:07 2015 (r401211) +++ head/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config Tue Nov 10 21:20:03 2015 (r401212) @@ -1,5 +1,5 @@ ---- ../set-misc-nginx-module-0.28/config.orig 2011-12-09 10:27:53.861265188 +0300 -+++ ../set-misc-nginx-module-0.28/config 2011-12-09 10:28:07.107259301 +0300 +--- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300 ++++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300 @@ -1,10 +1,3 @@ -if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then - echo "found ngx_devel_kit for ngx_set_misc; looks good." From owner-svn-ports-head@freebsd.org Tue Nov 10 21:22:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78E1A2C242; Tue, 10 Nov 2015 21:22:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E1701297; Tue, 10 Nov 2015 21:22:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAALMK0I013506; Tue, 10 Nov 2015 21:22:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAALMKCN013505; Tue, 10 Nov 2015 21:22:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511102122.tAALMKCN013505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 10 Nov 2015 21:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401213 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 21:22:21 -0000 Author: antoine Date: Tue Nov 10 21:22:20 2015 New Revision: 401213 URL: https://svnweb.freebsd.org/changeset/ports/401213 Log: Hook arm-none-eabi-gdb to the build Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 10 21:20:03 2015 (r401212) +++ head/devel/Makefile Tue Nov 10 21:22:20 2015 (r401213) @@ -45,9 +45,6 @@ SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils - SUBDIR += amd64-binutils - SUBDIR += amd64-gcc - SUBDIR += amd64-xtoolchain-gcc SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc @@ -66,6 +63,9 @@ SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog + SUBDIR += amd64-binutils + SUBDIR += amd64-gcc + SUBDIR += amd64-xtoolchain-gcc SUBDIR += android-tools-adb SUBDIR += android-tools-adb-devel SUBDIR += android-tools-fastboot @@ -96,6 +96,7 @@ SUBDIR += arm-none-eabi-binutils SUBDIR += arm-none-eabi-gcc SUBDIR += arm-none-eabi-gcc492 + SUBDIR += arm-none-eabi-gdb SUBDIR += aros-sdk SUBDIR += art SUBDIR += artifactory From owner-svn-ports-head@freebsd.org Tue Nov 10 21:45:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63E8EA2C5E5; Tue, 10 Nov 2015 21:45:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15C461DAB; Tue, 10 Nov 2015 21:45:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAALjOF0022515; Tue, 10 Nov 2015 21:45:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAALjOem022514; Tue, 10 Nov 2015 21:45:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201511102145.tAALjOem022514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 10 Nov 2015 21:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401214 - head/lang/go/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 21:45:25 -0000 Author: swills Date: Tue Nov 10 21:45:23 2015 New Revision: 401214 URL: https://svnweb.freebsd.org/changeset/ports/401214 Log: lang/go: fix build on 11i386 Approved by: jlaffaye (maintainer) Obtained from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074 Added: head/lang/go/files/patch-src_cmd_link_internal_ld_ldelf.go (contents, props changed) head/lang/go/files/patch-src_cmd_link_internal_ld_lib.go (contents, props changed) Added: head/lang/go/files/patch-src_cmd_link_internal_ld_ldelf.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/go/files/patch-src_cmd_link_internal_ld_ldelf.go Tue Nov 10 21:45:23 2015 (r401214) @@ -0,0 +1,16 @@ +--- src/cmd/link/internal/ld/ldelf.go.orig 2015-09-09 01:24:01 UTC ++++ src/cmd/link/internal/ld/ldelf.go +@@ -629,6 +629,13 @@ func ldelf(f *obj.Biobuf, pkg string, le + if strings.HasPrefix(sym.name, ".Linfo_string") { // clang does this + continue + } ++ ++ if sym.name == "" && sym.type_ == 0 && sect.name == ".debug_str" { ++ // This reportedly happens with clang 3.7 on ARM. ++ // See issue 13139. ++ continue ++ } ++ + Diag("%s: sym#%d: ignoring %s in section %d (type %d)", pn, i, sym.name, sym.shndx, sym.type_) + continue + } Added: head/lang/go/files/patch-src_cmd_link_internal_ld_lib.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/go/files/patch-src_cmd_link_internal_ld_lib.go Tue Nov 10 21:45:23 2015 (r401214) @@ -0,0 +1,11 @@ +--- src/cmd/link/internal/ld/lib.go.orig 2015-09-09 01:24:02 UTC ++++ src/cmd/link/internal/ld/lib.go +@@ -1765,7 +1765,7 @@ func genasmsym(put func(*LSym, string, i + } + + for s := Ctxt.Allsym; s != nil; s = s.Allsym { +- if s.Hide != 0 || (s.Name[0] == '.' && s.Version == 0 && s.Name != ".rathole") { ++ if s.Hide != 0 || ((s.Name == "" || s.Name[0] == '.') && s.Version == 0 && s.Name != ".rathole") { + continue + } + switch s.Type & obj.SMASK { From owner-svn-ports-head@freebsd.org Tue Nov 10 22:19:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5578AA2CC66; Tue, 10 Nov 2015 22:19:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD921E4E; Tue, 10 Nov 2015 22:18:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAMIxbh036378; Tue, 10 Nov 2015 22:18:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAMIwNL036370; Tue, 10 Nov 2015 22:18:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511102218.tAAMIwNL036370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Nov 2015 22:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401215 - in head/devel: android-tools-adb-devel android-tools-adb-devel/files android-tools-fastboot-devel android-tools-fastboot-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 22:19:00 -0000 Author: jbeich Date: Tue Nov 10 22:18:58 2015 New Revision: 401215 URL: https://svnweb.freebsd.org/changeset/ports/401215 Log: devel/android-tools-{adb,fastboot}-devel: update to m.p.5498 Changes: https://android.googlesource.com/platform/system/core/+log/f83766079e24..0bb1ce06ea46/adb Changes: https://android.googlesource.com/platform/system/core/+log/94c617ccbba4..0bb1ce06ea46/fastboot Added: head/devel/android-tools-adb-devel/files/patch-adb_adb__utils__test.cpp (contents, props changed) Deleted: head/devel/android-tools-adb-devel/files/patch-adb_fdevent.cpp Modified: head/devel/android-tools-adb-devel/Makefile (contents, props changed) head/devel/android-tools-adb-devel/distinfo (contents, props changed) head/devel/android-tools-adb-devel/files/Makefile (contents, props changed) head/devel/android-tools-fastboot-devel/Makefile (contents, props changed) head/devel/android-tools-fastboot-devel/distinfo (contents, props changed) head/devel/android-tools-fastboot-devel/files/Makefile (contents, props changed) Modified: head/devel/android-tools-adb-devel/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/Makefile Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-adb-devel/Makefile Tue Nov 10 22:18:58 2015 (r401215) @@ -1,9 +1,9 @@ # $FreeBSD$ # Hint: git describe --abbrev=12 --match android-m-preview -DISTVERSION= m-preview-4374 -DISTVERSIONSUFFIX= -gf83766079e24 -PORTREVISION= 1 +DISTVERSION= m-preview-5498 +DISTVERSIONSUFFIX= -g0bb1ce06ea46 +PORTREVISION= 0 PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* @@ -17,7 +17,7 @@ OPTIONS_DEFINE= TEST_PYTHON TEST_PYTHON_DESC= ${TEST_DESC:S/tests/python &/} TEST_PYTHON_GH_PROJECT= platform_development:development -TEST_PYTHON_GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-2091-g6d49ceb:development +TEST_PYTHON_GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-2403-g084d084:development TEST_PYTHON_BUILD_DEPENDS=${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock TEST_PYTHON_USES= python:2.7,build Modified: head/devel/android-tools-adb-devel/distinfo ============================================================================== --- head/devel/android-tools-adb-devel/distinfo Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-adb-devel/distinfo Tue Nov 10 22:18:58 2015 (r401215) @@ -1,6 +1,6 @@ -SHA256 (android-platform_system_core-android-m-preview-4374-gf83766079e24_GH0.tar.gz) = 099ad3bfb625a52665562291bd822955695046e4c5d68b7f6d5fd39e265a1efd -SIZE (android-platform_system_core-android-m-preview-4374-gf83766079e24_GH0.tar.gz) = 1365538 +SHA256 (android-platform_system_core-android-m-preview-5498-g0bb1ce06ea46_GH0.tar.gz) = 6495262da5f639cb76625437c82475c6220cab208666cf739508871ce36e79da +SIZE (android-platform_system_core-android-m-preview-5498-g0bb1ce06ea46_GH0.tar.gz) = 1407054 SHA256 (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = dc774f101acd9514baf3e7a0ac610068116f2c093b94987ba59203a39a6439dc SIZE (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = 5948 -SHA256 (android-platform_development-android-m-preview-2091-g6d49ceb_GH0.tar.gz) = ea74221301367e0f8788cfca585a015c930aa98a5fded23caaed762bafcd3a2f -SIZE (android-platform_development-android-m-preview-2091-g6d49ceb_GH0.tar.gz) = 126184363 +SHA256 (android-platform_development-android-m-preview-2403-g084d084_GH0.tar.gz) = a7c33bf2708d61ae2e44ff149fac2460f80746e7da936f08b373841be5750102 +SIZE (android-platform_development-android-m-preview-2403-g084d084_GH0.tar.gz) = 183883403 Modified: head/devel/android-tools-adb-devel/files/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/files/Makefile Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-adb-devel/files/Makefile Tue Nov 10 22:18:58 2015 (r401215) @@ -19,6 +19,7 @@ SRCS+= commandline.cpp SRCS+= console.cpp SRCS+= fdevent.cpp SRCS+= file_sync_client.cpp +SRCS+= line_printer.cpp SRCS+= services.cpp SRCS+= shell_service_protocol.cpp # XXX SuffFindDeps may fail to restore suffix lost in transformation Added: head/devel/android-tools-adb-devel/files/patch-adb_adb__utils__test.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/android-tools-adb-devel/files/patch-adb_adb__utils__test.cpp Tue Nov 10 22:18:58 2015 (r401215) @@ -0,0 +1,11 @@ +--- adb/adb_utils_test.cpp.orig 2015-11-07 17:05:12 UTC ++++ adb/adb_utils_test.cpp +@@ -194,7 +194,7 @@ TEST(adb_utils, parse_host_and_port) { + } + + void test_mkdirs(const std::string basepath) { +- EXPECT_TRUE(mkdirs(basepath)); ++ EXPECT_TRUE(mkdirs(adb_dirname(basepath))); + EXPECT_NE(-1, adb_creat(basepath.c_str(), 0600)); + EXPECT_FALSE(mkdirs(basepath + "/subdir/")); + } Modified: head/devel/android-tools-fastboot-devel/Makefile ============================================================================== --- head/devel/android-tools-fastboot-devel/Makefile Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-fastboot-devel/Makefile Tue Nov 10 22:18:58 2015 (r401215) @@ -1,13 +1,13 @@ # $FreeBSD$ # Hint: git describe --abbrev=12 --match android-m-preview -DISTVERSION= m-preview-1212 -DISTVERSIONSUFFIX= -g94c617ccbba4 -PORTREVISION= 3 +DISTVERSION= m-preview-5498 +DISTVERSIONSUFFIX= -g0bb1ce06ea46 +PORTREVISION= 0 PKGNAMESUFFIX= -devel -GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-195-g7434d1f:extras \ - ${DISTVERSIONFULL:C/-[0-9].*//}-19-g249094f:libselinux +GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-972-g442e952:extras \ + ${DISTVERSIONFULL:C/-[0-9].*//}-90-ga83098b:libselinux CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* Modified: head/devel/android-tools-fastboot-devel/distinfo ============================================================================== --- head/devel/android-tools-fastboot-devel/distinfo Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-fastboot-devel/distinfo Tue Nov 10 22:18:58 2015 (r401215) @@ -1,10 +1,10 @@ SHA256 (fastboot.1?id=706e754) = 2af01b064440952a82f1602691a0fecc030302722a71444946fb70d9c423d283 SIZE (fastboot.1?id=706e754) = 5906 -SHA256 (android-platform_system_core-android-m-preview-1212-g94c617ccbba4_GH0.tar.gz) = 1ecf8e1ff6eaf133767f80fcf7271a50762a21812166d57abaa4117c6d4ad69c -SIZE (android-platform_system_core-android-m-preview-1212-g94c617ccbba4_GH0.tar.gz) = 1361686 -SHA256 (jbeich-platform_system_extras-android-m-preview-195-g7434d1f_GH0.tar.gz) = b08cf354cc0e920df937356d8fb024dfae660c2a8fee549c833199e033cb163c -SIZE (jbeich-platform_system_extras-android-m-preview-195-g7434d1f_GH0.tar.gz) = 76441782 -SHA256 (jbeich-platform_external_libselinux-android-m-preview-19-g249094f_GH0.tar.gz) = 3539bdbe4444e0b84da7f0ef1d0ab9d46cc6af537062c1016a6400bd09397d41 -SIZE (jbeich-platform_external_libselinux-android-m-preview-19-g249094f_GH0.tar.gz) = 58632 +SHA256 (android-platform_system_core-android-m-preview-5498-g0bb1ce06ea46_GH0.tar.gz) = 6495262da5f639cb76625437c82475c6220cab208666cf739508871ce36e79da +SIZE (android-platform_system_core-android-m-preview-5498-g0bb1ce06ea46_GH0.tar.gz) = 1407054 +SHA256 (jbeich-platform_system_extras-android-m-preview-972-g442e952_GH0.tar.gz) = 77082c3fae368dda9fe0a7edb2b54cfb3c47a849f5fe3ab160225304e3598e1e +SIZE (jbeich-platform_system_extras-android-m-preview-972-g442e952_GH0.tar.gz) = 76529760 +SHA256 (jbeich-platform_external_libselinux-android-m-preview-90-ga83098b_GH0.tar.gz) = 05afbdfad4028c4cdc62d1fa831760cded52883749e686a5c0cea5901d5aa33c +SIZE (jbeich-platform_external_libselinux-android-m-preview-90-ga83098b_GH0.tar.gz) = 58818 SHA256 (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = dc774f101acd9514baf3e7a0ac610068116f2c093b94987ba59203a39a6439dc SIZE (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = 5948 Modified: head/devel/android-tools-fastboot-devel/files/Makefile ============================================================================== --- head/devel/android-tools-fastboot-devel/files/Makefile Tue Nov 10 21:45:23 2015 (r401214) +++ head/devel/android-tools-fastboot-devel/files/Makefile Tue Nov 10 22:18:58 2015 (r401215) @@ -17,9 +17,10 @@ SRCS+= util.cpp SRCS+= usb_freebsd.cpp SRCS+= util_freebsd.cpp -# required by libziparchive +# required by fastboot and libziparchive .PATH: ${.CURDIR}/../base SRCS+= file.cpp +SRCS+= strings.cpp # required by fastboot .PATH: ${.CURDIR}/../ext4_utils From owner-svn-ports-head@freebsd.org Tue Nov 10 22:21:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA9AA2CCBD; Tue, 10 Nov 2015 22:21:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B695104D; Tue, 10 Nov 2015 22:21:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAML9TX039436; Tue, 10 Nov 2015 22:21:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAML8Os039423; Tue, 10 Nov 2015 22:21:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511102221.tAAML8Os039423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Nov 2015 22:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401216 - in head/audio: alsa-lib alsa-lib/files alsa-lib/files/linux alsa-plugins alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 22:21:10 -0000 Author: jbeich Date: Tue Nov 10 22:21:08 2015 New Revision: 401216 URL: https://svnweb.freebsd.org/changeset/ports/401216 Log: audio/alsa-*: update to 1.1.0 Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.0.29_to_1.1.0/compat_report.html Added: head/audio/alsa-lib/files/patch-src_topology_parser.c (contents, props changed) Modified: head/audio/alsa-lib/Makefile (contents, props changed) head/audio/alsa-lib/distinfo (contents, props changed) head/audio/alsa-lib/files/linux/types.h (contents, props changed) head/audio/alsa-lib/pkg-plist (contents, props changed) head/audio/alsa-plugins/Makefile (contents, props changed) head/audio/alsa-plugins/distinfo (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) head/audio/alsa-utils/distinfo (contents, props changed) head/audio/alsa-utils/pkg-plist (contents, props changed) Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-lib/Makefile Tue Nov 10 22:21:08 2015 (r401216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.0.29 +PORTVERSION= 1.1.0 CATEGORIES= audio MASTER_SITES= ALSA/lib \ GENTOO @@ -33,6 +33,8 @@ post-patch: .SILENT -e '/pythonlibs/s/--libs/--ldflags/' \ -e '/-D_GNU_SOURCE/d' \ -e '/lt_cv_dlopen/s/-ldl//g' ${WRKSRC}/configure + ${REINPLACE_CMD} -e '/if.*_GNU_SOURCE/,/endif/d' \ + ${WRKSRC}/include/config.h.in ${REINPLACE_CMD} '/LIBADD/s/-ldl//g' \ ${WRKSRC}/modules/mixer/simple/Makefile.in ${REINPLACE_CMD} 's|/etc|${PREFIX}&|g' \ Modified: head/audio/alsa-lib/distinfo ============================================================================== --- head/audio/alsa-lib/distinfo Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-lib/distinfo Tue Nov 10 22:21:08 2015 (r401216) @@ -1,2 +1,2 @@ -SHA256 (alsa-lib-1.0.29.tar.bz2) = 73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0 -SIZE (alsa-lib-1.0.29.tar.bz2) = 905417 +SHA256 (alsa-lib-1.1.0.tar.bz2) = dfde65d11e82b68f82e562ab6228c1fb7c78854345d3c57e2c68a9dd3dae1f15 +SIZE (alsa-lib-1.1.0.tar.bz2) = 929874 Modified: head/audio/alsa-lib/files/linux/types.h ============================================================================== --- head/audio/alsa-lib/files/linux/types.h Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-lib/files/linux/types.h Tue Nov 10 22:21:08 2015 (r401216) @@ -1,11 +1,17 @@ #ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H +#include + #define __bitwise +#define __le16 __u16 +#define __le32 __u32 +#define __le64 __u64 -typedef int __kernel_pid_t; +typedef pid_t __kernel_pid_t; typedef off_t __kernel_off_t; +typedef uint16_t __u16; typedef uint32_t __u32; typedef uint64_t __u64; #endif /* _LINUX_TYPES_H */ Added: head/audio/alsa-lib/files/patch-src_topology_parser.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/alsa-lib/files/patch-src_topology_parser.c Tue Nov 10 22:21:08 2015 (r401216) @@ -0,0 +1,10 @@ +--- src/topology/parser.c.orig 2015-11-09 07:39:18 UTC ++++ src/topology/parser.c +@@ -18,6 +18,7 @@ + + #include "list.h" + #include "tplg_local.h" ++#include + + /* + * Parse compound Modified: head/audio/alsa-lib/pkg-plist ============================================================================== --- head/audio/alsa-lib/pkg-plist Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-lib/pkg-plist Tue Nov 10 22:21:08 2015 (r401216) @@ -25,14 +25,17 @@ include/alsa/seq.h include/alsa/seq_event.h include/alsa/seq_midi_event.h include/alsa/seqmid.h +include/alsa/sound/asoc.h include/alsa/sound/asound_fm.h include/alsa/sound/emu10k1.h include/alsa/sound/hdsp.h include/alsa/sound/hdspm.h include/alsa/sound/sb16_csp.h include/alsa/sound/sscape_ioctl.h +include/alsa/sound/tlv.h include/alsa/sound/type_compat.h include/alsa/timer.h +include/alsa/topology.h include/alsa/use-case.h include/alsa/version.h include/sys/asoundlib.h @@ -130,6 +133,7 @@ share/alsa/pcm/surround51.conf share/alsa/pcm/surround71.conf share/alsa/smixer.conf share/alsa/sndo-mixer.alisp +share/alsa/topology/broadwell/broadwell.conf share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf share/alsa/ucm/DAISY-I2S/HiFi.conf share/alsa/ucm/GoogleNyan/GoogleNyan.conf @@ -158,5 +162,7 @@ share/alsa/ucm/SDP4430/hifiLP share/alsa/ucm/SDP4430/record share/alsa/ucm/SDP4430/voice share/alsa/ucm/SDP4430/voiceCall +share/alsa/ucm/broadwell-rt286/HiFi +share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf share/alsa/ucm/tegraalc5632/tegraalc5632.conf @sample etc/asound.conf.sample Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-plugins/Makefile Tue Nov 10 22:21:08 2015 (r401216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-plugins -PORTVERSION= 1.0.29 +PORTVERSION= 1.1.0 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO Modified: head/audio/alsa-plugins/distinfo ============================================================================== --- head/audio/alsa-plugins/distinfo Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-plugins/distinfo Tue Nov 10 22:21:08 2015 (r401216) @@ -1,2 +1,2 @@ -SHA256 (alsa-plugins-1.0.29.tar.bz2) = 325d85cac285f632b83e0191ae3f348bad03c1f007b937042f164abb81ea6532 -SIZE (alsa-plugins-1.0.29.tar.bz2) = 366077 +SHA256 (alsa-plugins-1.1.0.tar.bz2) = 3b83c329953bef99f5fe25ae04ec4a455fe6514939f3b45a5321966652b2c9ee +SIZE (alsa-plugins-1.1.0.tar.bz2) = 366296 Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-utils/Makefile Tue Nov 10 22:21:08 2015 (r401216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.0.29 +PORTVERSION= 1.1.0 CATEGORIES= audio MASTER_SITES= ALSA/utils \ GENTOO @@ -23,8 +23,12 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files OPTIONS_SUB= yes -OPTIONS_DEFINE= MANPAGES NLS -OPTIONS_DEFAULT=MANPAGES +OPTIONS_DEFINE= BAT MANPAGES NLS +OPTIONS_DEFAULT=BAT MANPAGES + +BAT_DESC= Basic Audio Tester support +BAT_LIB_DEPENDS=libfftw3.so:${PORTSDIR}/math/fftw3 +BAT_CONFIGURE_ENABLE=bat MANPAGES_BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto MANPAGES_CONFIGURE_ENABLE=xmlto Modified: head/audio/alsa-utils/distinfo ============================================================================== --- head/audio/alsa-utils/distinfo Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-utils/distinfo Tue Nov 10 22:21:08 2015 (r401216) @@ -1,2 +1,2 @@ -SHA256 (alsa-utils-1.0.29.tar.bz2) = 5160058f3e14483ced5de919dd473f93932059454530a9b7ef97dcabd6833e9b -SIZE (alsa-utils-1.0.29.tar.bz2) = 1154497 +SHA256 (alsa-utils-1.1.0.tar.bz2) = 3b1c3135b76e14532d3dd23fb15759ddd7daf9ffbc183f7a9a0a3a86374748f1 +SIZE (alsa-utils-1.1.0.tar.bz2) = 1181085 Modified: head/audio/alsa-utils/pkg-plist ============================================================================== --- head/audio/alsa-utils/pkg-plist Tue Nov 10 22:18:58 2015 (r401215) +++ head/audio/alsa-utils/pkg-plist Tue Nov 10 22:21:08 2015 (r401216) @@ -1,6 +1,7 @@ bin/aconnect bin/alsaloop bin/alsamixer +bin/alsatplg bin/alsaucm bin/amidi bin/amixer @@ -10,6 +11,7 @@ bin/arecord bin/arecordmidi bin/aseqdump bin/aseqnet +%%BAT%%bin/bat bin/iecset bin/speaker-test lib/udev/90-alsa-restore.rules @@ -26,6 +28,7 @@ man/man1/arecord.1.gz man/man1/arecordmidi.1.gz man/man1/aseqdump.1.gz man/man1/aseqnet.1.gz +%%BAT%%man/man1/bat.1.gz man/man1/iecset.1.gz man/man1/speaker-test.1.gz %%MANPAGES%%man/man7/alsactl_init.7.gz From owner-svn-ports-head@freebsd.org Tue Nov 10 22:24:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A16FA2CDC3; Tue, 10 Nov 2015 22:24:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32B10124B; Tue, 10 Nov 2015 22:24:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAMOmI9040176; Tue, 10 Nov 2015 22:24:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAMOmtq040175; Tue, 10 Nov 2015 22:24:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511102224.tAAMOmtq040175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Nov 2015 22:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401217 - head/multimedia/libvpx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 22:24:49 -0000 Author: jbeich Date: Tue Nov 10 22:24:48 2015 New Revision: 401217 URL: https://svnweb.freebsd.org/changeset/ports/401217 Log: multimedia/libvpx: bring more Chromium defaults - Add SIZE_LIMIT to work around CVE-2015-4506 - Add MULTIRES and extend POSTPROC - Sort options PR: 203410 Approved by: maintainer timeout (6 weeks) MFH: 2015Q4 Security: 6ca7eddd-d436-486a-b169-b948436bcf14 Modified: head/multimedia/libvpx/Makefile (contents, props changed) Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Tue Nov 10 22:21:08 2015 (r401216) +++ head/multimedia/libvpx/Makefile Tue Nov 10 22:24:48 2015 (r401217) @@ -5,6 +5,7 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v DISTVERSION= 1.4.0-488 # tracking www/firefox DISTVERSIONSUFFIX= -ge67d45d +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= ashish@FreeBSD.org @@ -24,12 +25,14 @@ HAS_CONFIGURE= yes USE_PERL5= build USE_LDCONFIG= yes -OPTIONS_DEFINE= DEBUG POSTPROC RUNTIME THREADS SHARED -OPTIONS_DEFAULT= POSTPROC RUNTIME THREADS SHARED +OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS +OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS OPTIONS_EXCLUDE_armv6= RUNTIME +MULTIRES_DESC= Enable multi-resolution encoding POSTPROC_DESC= Enable postprocessing RUNTIME_DESC= Enable runtime CPU detection SHARED_DESC= Enable shared-library support +SIZE_LIMIT_DESC=Maximum size allowed by decoder: ${SIZE_LIMIT} ALL_TARGET= CONFIGURE_ARGS+=--prefix=${PREFIX} \ @@ -44,10 +47,14 @@ MAKE_ENV= LC_ALL=C OPTIONS_SUB= SHARED DEBUG_CONFIGURE_ON= --enable-debug -POSTPROC_CONFIGURE_ON= --enable-postproc +MULTIRES_CONFIGURE_ON= --enable-multi-res-encoding +POSTPROC_CONFIGURE_ON= --enable-postproc --enable-vp9-postproc \ + --enable-vp9-temporal-denoising RUNTIME_CONFIGURE_ON= --enable-runtime-cpu-detect -THREADS_CONFIGURE_OFF= --disable-multithread SHARED_CONFIGURE_ON= --enable-shared +SIZE_LIMIT_CONFIGURE_ON=--size-limit=${SIZE_LIMIT} +SIZE_LIMIT?= 16384x16384 # Chromium; Firefox has 4000x3000 +THREADS_CONFIGURE_OFF= --disable-multithread SHEBANG_FILES= build/make/ads2gas.pl From owner-svn-ports-head@freebsd.org Tue Nov 10 22:26:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3C73A2CE01; Tue, 10 Nov 2015 22:26:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81EBE135E; Tue, 10 Nov 2015 22:26:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAMQDCM040566; Tue, 10 Nov 2015 22:26:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAMQD8n040564; Tue, 10 Nov 2015 22:26:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511102226.tAAMQD8n040564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Nov 2015 22:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401218 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 22:26:14 -0000 Author: jbeich Date: Tue Nov 10 22:26:13 2015 New Revision: 401218 URL: https://svnweb.freebsd.org/changeset/ports/401218 Log: Document MFSA 2015-101 affects multimedia/libvpx as well PR: 203410 Modified: head/security/vuxml/vuln.xml (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 22:24:48 2015 (r401217) +++ head/security/vuxml/vuln.xml Tue Nov 10 22:26:13 2015 (r401218) @@ -58,6 +58,36 @@ Notes: --> + + libvpx -- buffer overflow in vp9_init_context_buffers + + + libvpx + 1.4.0.488_1 + + + + +

The Mozilla Project reports:

+
+

Security researcher Khalil Zhani reported that a + maliciously crafted vp9 format video could be used to + trigger a buffer overflow while parsing the file. This leads + to a potentially exploitable crash due to a flaw in the + libvpx library.

+
+ +
+ + CVE-2015-4506 + https://www.mozilla.org/security/advisories/mfsa2015-101/ + + + 2015-09-22 + 2015-11-10 + +
+ powerdns -- Denial of Service From owner-svn-ports-head@freebsd.org Tue Nov 10 22:43:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB82A2B194; Tue, 10 Nov 2015 22:43:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9E2B1D73; Tue, 10 Nov 2015 22:43:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAMhGXT048706; Tue, 10 Nov 2015 22:43:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAMhGVC048705; Tue, 10 Nov 2015 22:43:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511102243.tAAMhGVC048705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 10 Nov 2015 22:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401219 - head/audio/alsa-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 22:43:18 -0000 Author: jbeich Date: Tue Nov 10 22:43:16 2015 New Revision: 401219 URL: https://svnweb.freebsd.org/changeset/ports/401219 Log: audio/alsa-lib: oops, avoid redundancy from r401216 Modified: head/audio/alsa-lib/Makefile (contents, props changed) Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Tue Nov 10 22:26:13 2015 (r401218) +++ head/audio/alsa-lib/Makefile Tue Nov 10 22:43:16 2015 (r401219) @@ -31,10 +31,8 @@ post-patch: .SILENT ${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \ -e 's/python-config/${PYTHON_CMD:T}-config/g' \ -e '/pythonlibs/s/--libs/--ldflags/' \ - -e '/-D_GNU_SOURCE/d' \ + -e '/_GNU_SOURCE/d' \ -e '/lt_cv_dlopen/s/-ldl//g' ${WRKSRC}/configure - ${REINPLACE_CMD} -e '/if.*_GNU_SOURCE/,/endif/d' \ - ${WRKSRC}/include/config.h.in ${REINPLACE_CMD} '/LIBADD/s/-ldl//g' \ ${WRKSRC}/modules/mixer/simple/Makefile.in ${REINPLACE_CMD} 's|/etc|${PREFIX}&|g' \ From owner-svn-ports-head@freebsd.org Tue Nov 10 23:01:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60718A2B5D6; Tue, 10 Nov 2015 23:01:34 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24FDD14BC; Tue, 10 Nov 2015 23:01:34 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAN1XVW055091; Tue, 10 Nov 2015 23:01:33 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAN1XDt055089; Tue, 10 Nov 2015 23:01:33 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511102301.tAAN1XDt055089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 10 Nov 2015 23:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401220 - head/devel/py-libzfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:01:34 -0000 Author: wg Date: Tue Nov 10 23:01:32 2015 New Revision: 401220 URL: https://svnweb.freebsd.org/changeset/ports/401220 Log: devel/py-libzfs: update to latest Modified: head/devel/py-libzfs/Makefile head/devel/py-libzfs/distinfo Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Tue Nov 10 22:43:16 2015 (r401219) +++ head/devel/py-libzfs/Makefile Tue Nov 10 23:01:32 2015 (r401220) @@ -3,7 +3,7 @@ PORTNAME= libzfs PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= cython>0:${PORTSDIR}/lang USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-libzfs -GH_TAGNAME= a86351c +GH_TAGNAME= ab14b4f USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-libzfs/distinfo ============================================================================== --- head/devel/py-libzfs/distinfo Tue Nov 10 22:43:16 2015 (r401219) +++ head/devel/py-libzfs/distinfo Tue Nov 10 23:01:32 2015 (r401220) @@ -1,2 +1,2 @@ -SHA256 (freenas-py-libzfs-1.0-a86351c_GH0.tar.gz) = f219794acdb32f3c3ac5e21b36e94e2004f1ee3a5a08cdd0fa10eed7f2ca0e57 -SIZE (freenas-py-libzfs-1.0-a86351c_GH0.tar.gz) = 18914 +SHA256 (freenas-py-libzfs-1.0-ab14b4f_GH0.tar.gz) = 9a9e57f95272b84d153c94e88ba328ca044e1848a7fcd40975b718716a34e566 +SIZE (freenas-py-libzfs-1.0-ab14b4f_GH0.tar.gz) = 22697 From owner-svn-ports-head@freebsd.org Tue Nov 10 23:25:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C77A2BCC8; Tue, 10 Nov 2015 23:25:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15E11255; Tue, 10 Nov 2015 23:25:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAANPYgs063368; Tue, 10 Nov 2015 23:25:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAANPX1W063366; Tue, 10 Nov 2015 23:25:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201511102325.tAANPX1W063366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 10 Nov 2015 23:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401221 - head/x11/xkbcomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:25:35 -0000 Author: kwm Date: Tue Nov 10 23:25:33 2015 New Revision: 401221 URL: https://svnweb.freebsd.org/changeset/ports/401221 Log: Update xkbcomp to 1.3.1. Modified: head/x11/xkbcomp/Makefile head/x11/xkbcomp/distinfo Modified: head/x11/xkbcomp/Makefile ============================================================================== --- head/x11/xkbcomp/Makefile Tue Nov 10 23:01:32 2015 (r401220) +++ head/x11/xkbcomp/Makefile Tue Nov 10 23:25:33 2015 (r401221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xkbcomp -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/xkbcomp/distinfo ============================================================================== --- head/x11/xkbcomp/distinfo Tue Nov 10 23:01:32 2015 (r401220) +++ head/x11/xkbcomp/distinfo Tue Nov 10 23:25:33 2015 (r401221) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xkbcomp-1.3.0.tar.bz2) = cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a -SIZE (xorg/app/xkbcomp-1.3.0.tar.bz2) = 246389 +SHA256 (xorg/app/xkbcomp-1.3.1.tar.bz2) = 0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d +SIZE (xorg/app/xkbcomp-1.3.1.tar.bz2) = 246963 From owner-svn-ports-head@freebsd.org Tue Nov 10 23:28:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54528A2BD07; Tue, 10 Nov 2015 23:28:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7091347; Tue, 10 Nov 2015 23:28:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAANS4IT063539; Tue, 10 Nov 2015 23:28:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAANS4j4063538; Tue, 10 Nov 2015 23:28:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511102328.tAANS4j4063538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 10 Nov 2015 23:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401222 - head/devel/libreadline-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:28:05 -0000 Author: marino Date: Tue Nov 10 23:28:03 2015 New Revision: 401222 URL: https://svnweb.freebsd.org/changeset/ports/401222 Log: devel/libreadline-java: convert to USES=libedit While here, wrap to 80 characters and set PLIST_FILES to one file/line. Modified: head/devel/libreadline-java/Makefile Modified: head/devel/libreadline-java/Makefile ============================================================================== --- head/devel/libreadline-java/Makefile Tue Nov 10 23:25:33 2015 (r401221) +++ head/devel/libreadline-java/Makefile Tue Nov 10 23:28:03 2015 (r401222) @@ -11,17 +11,16 @@ MASTER_SITES= SF/java-readline/java-read MAINTAINER= ports@FreeBSD.org COMMENT= JNI wrapper around GNU Readline / libedit / libgetline -BUILD_DEPENDS= ${LOCALBASE}/include/editline/readline.h:${PORTSDIR}/devel/libedit -RUN_DEPENDS= ${LOCALBASE}/include/editline/readline.h:${PORTSDIR}/devel/libedit - ALL_TARGET= # empty MAKE_ENV= JAVA_HOME="${JAVA_HOME}" JAVA="${JAVA}" JAVAC="${JAVAC}" \ JAVAH="${JAVAH}" JAR_="${JAR}" SUB_FILES= pkg-message jython.sh -PLIST_FILES= %%JAVAJARDIR%%/libreadline-java.jar lib/libJavaReadline.so \ - lib/libJavaEditline.so lib/libJavaGetline.so +PLIST_FILES= %%JAVAJARDIR%%/libreadline-java.jar \ + lib/libJavaReadline.so \ + lib/libJavaEditline.so \ + lib/libJavaGetline.so PORTDOCS= README.1st README jython.sh JReadlineCompleter.py -USES= gmake readline +USES= gmake libedit readline USE_JAVA= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -30,7 +29,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_DATA} ${WRKSRC}/libreadline-java.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/libreadline-java.jar \ + ${STAGEDIR}${JAVAJARDIR} ${INSTALL_LIB} ${WRKSRC}/libJavaReadline.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libJavaEditline.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libJavaGetline.so ${STAGEDIR}${PREFIX}/lib @@ -40,7 +40,8 @@ do-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/README.1st ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/jython.sh ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/JReadlineCompleter.py ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/JReadlineCompleter.py \ + ${STAGEDIR}${DOCSDIR} .if !defined(BATCH) test: From owner-svn-ports-head@freebsd.org Wed Nov 11 02:16:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD721A2B031; Wed, 11 Nov 2015 02:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1861601; Wed, 11 Nov 2015 02:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB2GNON013067; Wed, 11 Nov 2015 02:16:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB2GNco013065; Wed, 11 Nov 2015 02:16:23 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511110216.tAB2GNco013065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 11 Nov 2015 02:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401223 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 02:16:25 -0000 Author: junovitch Date: Wed Nov 11 02:16:23 2015 New Revision: 401223 URL: https://svnweb.freebsd.org/changeset/ports/401223 Log: Document p5-HTML-Scrubber XSS vulnerability PR: 204416 Reported by: Sevan Janiyan Security: CVE-2015-5667 Security: https://vuxml.FreeBSD.org/freebsd/2f7f4db2-8819-11e5-ab94-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 23:28:03 2015 (r401222) +++ head/security/vuxml/vuln.xml Wed Nov 11 02:16:23 2015 (r401223) @@ -58,6 +58,37 @@ Notes: --> + + p5-HTML-Scrubber -- XSS vulnerability + + + p5-HTML-Scrubber + 0.15 + + + + +

MITRE reports:

+
+

Cross-site scripting (XSS) vulnerability in the HTML-Scrubber + module before 0.15 for Perl, when the comment feature is enabled, + allows remote attackers to inject arbitrary web script or HTML via + a crafted comment.

+
+ +
+ + CVE-2015-5667 + https://metacpan.org/release/HTML-Scrubber + http://jvndb.jvn.jp/jvndb/JVNDB-2015-000171 + http://jvn.jp/en/jp/JVN53973084/index.html + + + 2015-10-10 + 2015-11-11 + +
+ libvpx -- buffer overflow in vp9_init_context_buffers From owner-svn-ports-head@freebsd.org Wed Nov 11 03:22:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338F2A290AF; Wed, 11 Nov 2015 03:22:09 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E49C71793; Wed, 11 Nov 2015 03:22:08 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB3M7vW033612; Wed, 11 Nov 2015 03:22:07 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB3M7HR033610; Wed, 11 Nov 2015 03:22:07 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511110322.tAB3M7HR033610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 11 Nov 2015 03:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401224 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 03:22:09 -0000 Author: junovitch Date: Wed Nov 11 03:22:07 2015 New Revision: 401224 URL: https://svnweb.freebsd.org/changeset/ports/401224 Log: Document Xen XSAs-{142,148,149,150,151,152,153} Security: CVE-2015-7311 Security: CVE-2015-7835 Security: CVE-2015-7969 Security: CVE-2015-7970 Security: CVE-2015-7971 Security: CVE-2015-7972 Security: https://vuxml.FreeBSD.org/freebsd/301b04d7-881c-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/3d9f6260-881d-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/83350009-881e-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/c0e76d33-8821-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/e3792855-881f-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/e4848ca4-8820-11e5-ab94-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/fc1f8795-881d-11e5-ab94-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 11 02:16:23 2015 (r401223) +++ head/security/vuxml/vuln.xml Wed Nov 11 03:22:07 2015 (r401224) @@ -58,6 +58,247 @@ Notes: --> + + xen-tools -- populate-on-demand balloon size inaccuracy can crash guests + + + xen-tools + 3.44.5.1_2 + + + + +

The Xen Project reports:

+
+

Guests configured with PoD might be unstable, especially under + load. In an affected guest, an unprivileged guest user might be + able to cause a guest crash, perhaps simply by applying load so + as to cause heavy memory pressure within the guest.

+
+ +
+ + CVE-2015-7972 + http://xenbits.xen.org/xsa/advisory-153.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-kernel -- some pmu and profiling hypercalls log without rate limiting + + + xen-kernel + 3.24.5.1_1 + + + + +

The Xen Project reports:

+
+

HYPERCALL_xenoprof_op and HYPERVISOR_xenpmu_op log some errors and + attempts at invalid operations. These log messages are not + rate-limited, even though they can be triggered by guests.

+

A malicious guest could cause repeated logging to the hypervisor + console, leading to a Denial of Service attack.

+
+ +
+ + CVE-2015-7971 + http://xenbits.xen.org/xsa/advisory-152.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-kernel -- leak of per-domain profiling-related vcpu pointer array + + + xen-kernel + 4.04.5.1_1 + + + + +

The Xen Project reports:

+
+

A domain's xenoprofile state contains an array of per-vcpu + information... This array is leaked on domain teardown. This memory + leak could -- over time -- exhaust the host's memory.

+

The following parties can mount a denial of service attack + affecting the whole system:

+
    +
  • A malicious guest administrator via XENOPROF_get_buffer.
  • +
  • A domain given suitable privilege over another domain via + XENOPROF_set_passive (this would usually be a domain being + used to profile another domain, eg with the xenoprof tool).
  • +
+

The ability to also restart or create suitable domains is also + required to fully exploit the issue. Without this the leak is + limited to a small multiple of the maximum number of vcpus for the + domain.

+
+ +
+ + CVE-2015-7969 + http://xenbits.xen.org/xsa/advisory-151.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-kernel -- Long latency populate-on-demand operation is not preemptible + + + xen-kernel + 3.44.5.1_1 + + + + +

The Xen Project reports:

+
+

When running an HVM domain in Populate-on-Demand mode, Xen would + sometimes search the domain for memory to reclaim, in response to + demands for population of other pages in the same domain. This + search runs without preemption. The guest can, by suitable + arrangement of its memory contents, create a situation where this + search is a time-consuming linear scan of the guest's address + space.

+

A malicious HVM guest administrator can cause a denial of service. + Specifically, prevent use of a physical CPU for a significant + period.

+
+ +
+ + CVE-2015-7970 + http://xenbits.xen.org/xsa/advisory-150.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-kernel -- leak of main per-domain vcpu pointer array + + + xen-kernel + 4.5.1_1 + + + + +

The Xen Project reports:

+
+

A domain's primary array of vcpu pointers can be allocated by a + toolstack exactly once in the lifetime of a domain via the + XEN_DOMCTL_max_vcpus hypercall. This array is leaked on domain + teardown. This memory leak could -- over time -- exhaust the host's + memory.

+

A domain given partial management control via XEN_DOMCTL_max_vcpus + can mount a denial of service attack affecting the whole system. The + ability to also restart or create suitable domains is also required + to fully exploit the issue. Without this the leak is limited to a + small multiple of the maximum number of vcpus for the domain. The + maximum leak is 64kbytes per domain (re)boot (less on ARM).

+
+ +
+ + CVE-2015-7969 + http://xenbits.xen.org/xsa/advisory-149.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-kernel -- Uncontrolled creation of large page mappings by PV guests + + + xen-kernel + 3.44.5.1_1 + + + + +

The Xen Project reports:

+
+

The code to validate level 2 page table entries is bypassed when + certain conditions are satisfied. This means that a PV guest can + create writeable mappings using super page mappings. Such writeable + mappings can violate Xen intended invariants for pages which Xen is + supposed to keep read-only. This is possible even if the + "allowsuperpage" command line option is not used.

+

Malicious PV guest administrators can escalate privilege so as to + control the whole system.

+
+ +
+ + CVE-2015-7835 + http://xenbits.xen.org/xsa/advisory-148.html + + + 2015-10-29 + 2015-11-11 + +
+ + + xen-tools -- libxl fails to honour readonly flag on disks with qemu-xen + + + xen-tools + 4.14.5.1_1 + + + + +

The Xen Project reports:

+
+

Callers of libxl can specify that a disk should be read-only to the + guest. However, there is no code in libxl to pass this information + to qemu-xen (the upstream-based qemu); and indeed there is no way in + qemu to make a disk read-only.

+

The vulnerability is exploitable only via devices emulated by the + device model, not the parallel PV devices for supporting PVHVM. + Normally the PVHVM device unplug protocol renders the emulated + devices inaccessible early in boot.

+

Malicious guest administrators or (in some situations) users may be + able to write to supposedly read-only disk images.

+

CDROM devices (that is, devices specified to be presented to the + guest as CDROMs, regardless of the nature of the backing storage on + the host) are not affected.

+
+ +
+ + CVE-2015-7311 + http://xenbits.xen.org/xsa/advisory-142.html + + + 2015-09-22 + 2015-11-11 + +
+ p5-HTML-Scrubber -- XSS vulnerability From owner-svn-ports-head@freebsd.org Wed Nov 11 04:04:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECAEFA29977; Wed, 11 Nov 2015 04:04:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B306C179A; Wed, 11 Nov 2015 04:04:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB44MKZ045118; Wed, 11 Nov 2015 04:04:22 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB44Mg3045116; Wed, 11 Nov 2015 04:04:22 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201511110404.tAB44Mg3045116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 11 Nov 2015 04:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401225 - head/math/p5-Statistics-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 04:04:24 -0000 Author: osa Date: Wed Nov 11 04:04:22 2015 New Revision: 401225 URL: https://svnweb.freebsd.org/changeset/ports/401225 Log: Upgrade from 3.2 to 3.62. Modified: head/math/p5-Statistics-Lite/Makefile head/math/p5-Statistics-Lite/distinfo Modified: head/math/p5-Statistics-Lite/Makefile ============================================================================== --- head/math/p5-Statistics-Lite/Makefile Wed Nov 11 03:22:07 2015 (r401224) +++ head/math/p5-Statistics-Lite/Makefile Wed Nov 11 04:04:22 2015 (r401225) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Lite -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.62 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Statistics-Lite/distinfo ============================================================================== --- head/math/p5-Statistics-Lite/distinfo Wed Nov 11 03:22:07 2015 (r401224) +++ head/math/p5-Statistics-Lite/distinfo Wed Nov 11 04:04:22 2015 (r401225) @@ -1,2 +1,2 @@ -SHA256 (Statistics-Lite-3.2.tar.gz) = 8a8e7eef6353df662c242a1a7739747bf2fa90a01c681c186f508d51bf259f40 -SIZE (Statistics-Lite-3.2.tar.gz) = 3833 +SHA256 (Statistics-Lite-3.62.tar.gz) = 1076c514aa860f7638c665ad611b3a8c33344b66ad690e5b290b9c8476ad9aa7 +SIZE (Statistics-Lite-3.62.tar.gz) = 5811 From owner-svn-ports-head@freebsd.org Wed Nov 11 07:54:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10C1A2B27A; Wed, 11 Nov 2015 07:54:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2C7C153D; Wed, 11 Nov 2015 07:54:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB7sBF4010120; Wed, 11 Nov 2015 07:54:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB7sB57010119; Wed, 11 Nov 2015 07:54:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511110754.tAB7sB57010119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 07:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401226 - head/www/varnish4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 07:54:13 -0000 Author: marino Date: Wed Nov 11 07:54:11 2015 New Revision: 401226 URL: https://svnweb.freebsd.org/changeset/ports/401226 Log: www/varnish4: Convert to USES=libedit While here, remove
/ by using BROKEN_arm.
  
  Approved by:	maintainer (feld)

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Wed Nov 11 04:04:22 2015	(r401225)
+++ head/www/varnish4/Makefile	Wed Nov 11 07:54:11 2015	(r401226)
@@ -12,12 +12,13 @@ COMMENT=	High-performance HTTP accelerat
 
 LICENSE=	BSD2CLAUSE
 
-LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
-		libedit.so.0:${PORTSDIR}/devel/libedit
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 CONFLICTS=	varnish-2.* varnish-3.*
+BROKEN_arm=	does not configure
 
-USES=		autoreconf cpe gmake libtool pkgconfig python:2,build readline shebangfix
+USES=		autoreconf cpe gmake libedit libtool pkgconfig python:2,build \
+		readline shebangfix
 SHEBANG_FILES=	lib/libvcc/vmodtool.py
 CPE_VENDOR=	varnish-cache
 CFLAGS+=	-I${LOCALBASE}/include
@@ -47,10 +48,4 @@ post-patch:
 regression-test check test: build
 	${MAKE_CMD} TESTS_PARALLELISM=1 -C ${WRKSRC} check
 
-.include 
-
-.if ${ARCH} == "arm"
-BROKEN=		Does not configure on arm
-.endif
-
-.include 
+.include 

From owner-svn-ports-head@freebsd.org  Wed Nov 11 08:14:31 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D95A1F08E;
 Wed, 11 Nov 2015 08:14:31 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0347013B1;
 Wed, 11 Nov 2015 08:14:30 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB8EUlK015848;
 Wed, 11 Nov 2015 08:14:30 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB8EU1a015847;
 Wed, 11 Nov 2015 08:14:30 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201511110814.tAB8EU1a015847@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Wed, 11 Nov 2015 08:14:30 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401227 - head/finance/ledger
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 08:14:31 -0000

Author: marino
Date: Wed Nov 11 08:14:29 2015
New Revision: 401227
URL: https://svnweb.freebsd.org/changeset/ports/401227

Log:
  finance/ledger: Convert to USES=libedit
  
  Approved by:	infrastructure modernization

Modified:
  head/finance/ledger/Makefile

Modified: head/finance/ledger/Makefile
==============================================================================
--- head/finance/ledger/Makefile	Wed Nov 11 07:54:11 2015	(r401226)
+++ head/finance/ledger/Makefile	Wed Nov 11 08:14:29 2015	(r401227)
@@ -15,13 +15,12 @@ LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 BUILD_DEPENDS=	${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr \
-		libedit.so.0:${PORTSDIR}/devel/libedit \
 		libboost_system.so:${PORTSDIR}/devel/boost-libs
 
 USE_GITHUB=	yes
 
 USE_LDCONFIG=	yes
-USES=		cmake compiler:c++11-lib
+USES=		cmake compiler:c++11-lib libedit
 
 CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \
 		-DCMAKE_INCLUDE_PATH=${LOCALBASE}/include

From owner-svn-ports-head@freebsd.org  Wed Nov 11 08:32:56 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A3AFA1FCFA;
 Wed, 11 Nov 2015 08:32:56 +0000 (UTC)
 (envelope-from olivierd@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D9C351272;
 Wed, 11 Nov 2015 08:32:55 +0000 (UTC)
 (envelope-from olivierd@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB8Ws7Z021601;
 Wed, 11 Nov 2015 08:32:54 GMT (envelope-from olivierd@FreeBSD.org)
Received: (from olivierd@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB8Ws6C021599;
 Wed, 11 Nov 2015 08:32:54 GMT (envelope-from olivierd@FreeBSD.org)
Message-Id: <201511110832.tAB8Ws6C021599@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: olivierd set sender to
 olivierd@FreeBSD.org using -f
From: Olivier Duchateau 
Date: Wed, 11 Nov 2015 08:32:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401228 - head/devel/mercurial
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 08:32:56 -0000

Author: olivierd
Date: Wed Nov 11 08:32:54 2015
New Revision: 401228
URL: https://svnweb.freebsd.org/changeset/ports/401228

Log:
  Update to 3.6.1 (out-of-cycle bugfix release)
  
  Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6.1_.282015-11-9.29

Modified:
  head/devel/mercurial/Makefile
  head/devel/mercurial/distinfo

Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile	Wed Nov 11 08:14:29 2015	(r401227)
+++ head/devel/mercurial/Makefile	Wed Nov 11 08:32:54 2015	(r401228)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mercurial
-PORTVERSION=	3.6
+PORTVERSION=	3.6.1
 CATEGORIES=	devel python
 MASTER_SITES=	http://mercurial.selenic.com/release/
 

Modified: head/devel/mercurial/distinfo
==============================================================================
--- head/devel/mercurial/distinfo	Wed Nov 11 08:14:29 2015	(r401227)
+++ head/devel/mercurial/distinfo	Wed Nov 11 08:32:54 2015	(r401228)
@@ -1,2 +1,2 @@
-SHA256 (mercurial-3.6.tar.gz) = 85b5574f3694373e981926374a758dab2128d6f3c593a72a7c9d2cb371054f39
-SIZE (mercurial-3.6.tar.gz) = 4516703
+SHA256 (mercurial-3.6.1.tar.gz) = d4647943165affd11baf0705556920481d5346b97604babab6ad76f1744474c6
+SIZE (mercurial-3.6.1.tar.gz) = 4517652

From owner-svn-ports-head@freebsd.org  Wed Nov 11 08:53:09 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5426A2B152;
 Wed, 11 Nov 2015 08:53:09 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 810C51B14;
 Wed, 11 Nov 2015 08:53:09 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB8r855027301;
 Wed, 11 Nov 2015 08:53:08 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB8r8rm027300;
 Wed, 11 Nov 2015 08:53:08 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201511110853.tAB8r8rm027300@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Wed, 11 Nov 2015 08:53:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401229 - head/databases/firebird25-server
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 08:53:10 -0000

Author: marino
Date: Wed Nov 11 08:53:08 2015
New Revision: 401229
URL: https://svnweb.freebsd.org/changeset/ports/401229

Log:
  databases/firebird25-(client|server): convert to USES=libedit
  
  The -server port had to be bumped because libedit was listed as a
  BUILD_DEPENDS but libedit is linked dynamically so it has to be a
  LIB_DEPENDS.  The error was masked by the fact the client is usually
  present which ensures libedit.so is available.
  
  While here, remove obsolete CONFLICT* definitions and unmask a bunch
  of installation commands.

Modified:
  head/databases/firebird25-server/Makefile

Modified: head/databases/firebird25-server/Makefile
==============================================================================
--- head/databases/firebird25-server/Makefile	Wed Nov 11 08:32:54 2015	(r401228)
+++ head/databases/firebird25-server/Makefile	Wed Nov 11 08:53:08 2015	(r401229)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firebird
 PORTVERSION=	2.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	databases
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/
 PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
@@ -22,14 +22,9 @@ LICENSE_FILE_IPL=	${WRKSRC}/builds/insta
 LICENSE_PERMS_IDPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_IPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-CONFLICTS?=	${PORTNAME}20-client-* \
-		${PORTNAME}21-client-* \
-		${PORTNAME}20-server-* \
-		${PORTNAME}21-server-*
-
 LIB_DEPENDS=	libicuuc.so:${PORTSDIR}/devel/icu
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		gmake libedit pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
@@ -79,7 +74,6 @@ IGNORE=		your system does not support sy
 
 .if !defined(CLIENT_ONLY)
 # Server part stuff
-BUILD_DEPENDS=	${LOCALBASE}/lib/libedit.so:${PORTSDIR}/devel/libedit
 LIB_DEPENDS+=	libfbembed.so:${PORTSDIR}/databases/firebird25-client
 
 CONFIGURE_ARGS+=--enable-superserver
@@ -98,8 +92,6 @@ UDF_SQL=	src/extlib/ib_udf2.sql src/extl
 PKGINSTALL?=	${PKGDIR}/pkg-install-server
 .else
 # Client part stuff
-LIB_DEPENDS+=	libedit.so.0:${PORTSDIR}/devel/libedit
-
 ALL_TARGET=	firebird_basic libfbembed libfbclient embed_isql embed_gpre \
 		embed_gdef embed_qli extlib
 
@@ -211,11 +203,11 @@ do-install:
 post-install-DOCS-on:
 	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
 	@${MKDIR} ${FB_DOCS_DIRS:S!^!${STAGEDIR}${DOCSDIR}/!}
-	@${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR}
-	@${LN} -sf ${DOCSDIR}/README.user ${STAGEDIR}${DOCSDIR}/README
-	@${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${STAGEDIR}${DOCSDIR}/sql.extensions
-	@${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license
-	@${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v2/* ${STAGEDIR}${DOCSDIR}/upgrade
+	${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR}
+	${LN} -sf ${DOCSDIR}/README.user ${STAGEDIR}${DOCSDIR}/README
+	${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${STAGEDIR}${DOCSDIR}/sql.extensions
+	${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license
+	${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v2/* ${STAGEDIR}${DOCSDIR}/upgrade
 .endif
 
 .include 

From owner-svn-ports-head@freebsd.org  Wed Nov 11 09:00:46 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE327A2B5E3;
 Wed, 11 Nov 2015 09:00:46 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BC0711EE5;
 Wed, 11 Nov 2015 09:00:46 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB90jox028502;
 Wed, 11 Nov 2015 09:00:45 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB90j0F028481;
 Wed, 11 Nov 2015 09:00:45 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201511110900.tAB90j0F028481@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Wed, 11 Nov 2015 09:00:45 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401230 - head/lang/onyx
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 09:00:47 -0000

Author: marino
Date: Wed Nov 11 09:00:45 2015
New Revision: 401230
URL: https://svnweb.freebsd.org/changeset/ports/401230

Log:
  lang/onyz: Convert to USES=libedit
  
  The previous depends declaration for libedit was incorrect.  It had a
  ".so" prefix instead of ".so.0" prefix meaning that the requirement
  would have been satisfied by system libedit.  For this reason, converting
  to USES=libedit requires a bump.
  
  Approved by:	infrastructure modernization

Modified:
  head/lang/onyx/Makefile

Modified: head/lang/onyx/Makefile
==============================================================================
--- head/lang/onyx/Makefile	Wed Nov 11 08:53:08 2015	(r401229)
+++ head/lang/onyx/Makefile	Wed Nov 11 09:00:45 2015	(r401230)
@@ -3,7 +3,7 @@
 
 PORTNAME=	onyx
 PORTVERSION=	5.1.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang
 MASTER_SITES=	http://www.canonware.com/download/onyx/
 
@@ -13,10 +13,9 @@ COMMENT=	Embeddable stack-based threaded
 LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	cook:${PORTSDIR}/devel/cook
-LIB_DEPENDS=	libedit.so:${PORTSDIR}/devel/libedit \
-		libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		tar:bzip2 shebangfix
+USES=		libedit shebangfix tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libedit-prefix=${LOCALBASE} \
 		--with-pcre-prefix=${LOCALBASE}

From owner-svn-ports-head@freebsd.org  Wed Nov 11 09:11:52 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B414A2B9A6;
 Wed, 11 Nov 2015 09:11:52 +0000 (UTC)
 (envelope-from antoine@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 250071603;
 Wed, 11 Nov 2015 09:11:52 +0000 (UTC)
 (envelope-from antoine@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB9BpTG031151;
 Wed, 11 Nov 2015 09:11:51 GMT (envelope-from antoine@FreeBSD.org)
Received: (from antoine@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB9BpRx031150;
 Wed, 11 Nov 2015 09:11:51 GMT (envelope-from antoine@FreeBSD.org)
Message-Id: <201511110911.tAB9BpRx031150@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: antoine set sender to
 antoine@FreeBSD.org using -f
From: Antoine Brodin 
Date: Wed, 11 Nov 2015 09:11:51 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401231 - head/www/py-paste
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 09:11:52 -0000

Author: antoine
Date: Wed Nov 11 09:11:51 2015
New Revision: 401231
URL: https://svnweb.freebsd.org/changeset/ports/401231

Log:
  Add missing RUN_DEPENDS

Modified:
  head/www/py-paste/Makefile

Modified: head/www/py-paste/Makefile
==============================================================================
--- head/www/py-paste/Makefile	Wed Nov 11 09:00:45 2015	(r401230)
+++ head/www/py-paste/Makefile	Wed Nov 11 09:11:51 2015	(r401231)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Paste
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Tools for using a Web Server Gateway Interface stack
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 

From owner-svn-ports-head@freebsd.org  Wed Nov 11 10:08:49 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C23DA2A95A;
 Wed, 11 Nov 2015 10:08:49 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 32E3712CA;
 Wed, 11 Nov 2015 10:08:49 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABA8mXI047710;
 Wed, 11 Nov 2015 10:08:48 GMT (envelope-from garga@FreeBSD.org)
Received: (from garga@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABA8mXV047708;
 Wed, 11 Nov 2015 10:08:48 GMT (envelope-from garga@FreeBSD.org)
Message-Id: <201511111008.tABA8mXV047708@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: garga set sender to
 garga@FreeBSD.org using -f
From: Renato Botelho 
Date: Wed, 11 Nov 2015 10:08:48 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401232 - head/net/miniupnpd
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 10:08:49 -0000

Author: garga
Date: Wed Nov 11 10:08:47 2015
New Revision: 401232
URL: https://svnweb.freebsd.org/changeset/ports/401232

Log:
  Update net/miniupnpd to 1.9.20150922
  
  PR:		204015
  Submitted by:	brnd
  Approved by:	Tor Halvard Furulund (maintainer)

Modified:
  head/net/miniupnpd/Makefile
  head/net/miniupnpd/distinfo

Modified: head/net/miniupnpd/Makefile
==============================================================================
--- head/net/miniupnpd/Makefile	Wed Nov 11 09:11:51 2015	(r401231)
+++ head/net/miniupnpd/Makefile	Wed Nov 11 10:08:47 2015	(r401232)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	miniupnpd
-PORTVERSION=	1.9.20150721
+PORTVERSION=	1.9.20150922
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://miniupnp.tuxfamily.org/files/ \

Modified: head/net/miniupnpd/distinfo
==============================================================================
--- head/net/miniupnpd/distinfo	Wed Nov 11 09:11:51 2015	(r401231)
+++ head/net/miniupnpd/distinfo	Wed Nov 11 10:08:47 2015	(r401232)
@@ -1,2 +1,2 @@
-SHA256 (miniupnpd-1.9.20150721.tar.gz) = 9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470
-SIZE (miniupnpd-1.9.20150721.tar.gz) = 207562
+SHA256 (miniupnpd-1.9.20150922.tar.gz) = d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28
+SIZE (miniupnpd-1.9.20150922.tar.gz) = 208700

From owner-svn-ports-head@freebsd.org  Wed Nov 11 10:11:29 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC44BA2AACA;
 Wed, 11 Nov 2015 10:11:29 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 97EAA15AF;
 Wed, 11 Nov 2015 10:11:29 +0000 (UTC)
 (envelope-from garga@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABABSoZ049865;
 Wed, 11 Nov 2015 10:11:28 GMT (envelope-from garga@FreeBSD.org)
Received: (from garga@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABABSkA049864;
 Wed, 11 Nov 2015 10:11:28 GMT (envelope-from garga@FreeBSD.org)
Message-Id: <201511111011.tABABSkA049864@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: garga set sender to
 garga@FreeBSD.org using -f
From: Renato Botelho 
Date: Wed, 11 Nov 2015 10:11:28 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401233 - head/ports-mgmt/freebsd-bugzilla-cli
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 10:11:29 -0000

Author: garga
Date: Wed Nov 11 10:11:28 2015
New Revision: 401233
URL: https://svnweb.freebsd.org/changeset/ports/401233

Log:
  - Add security/ca_root_nss to the list of dependencies, without it FreeBSD
    svn HTTPS certificate cannot be validated
  - Bump PORTREVISION
  
  PR:		204026
  Submitted by:	garga
  Approved by:	maintainer timeout (> 2 weeks)
  MFH:		2015Q4

Modified:
  head/ports-mgmt/freebsd-bugzilla-cli/Makefile

Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile
==============================================================================
--- head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 10:08:47 2015	(r401232)
+++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 10:11:28 2015	(r401233)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freebsd-bugzilla-cli
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	pgollucci@FreeBSD.org
@@ -10,6 +11,8 @@ COMMENT=	Interact with the FreeBSD bugzi
 
 LICENSE=	APACHE20
 
+RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
+
 OPTIONS_GROUP=	BACKEND
 OPTIONS_GROUP_BACKEND=	PYBUGZ
 OPTIONS_DEFAULT=	PYBUGZ

From owner-svn-ports-head@freebsd.org  Wed Nov 11 10:24:02 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB93FA2AD89;
 Wed, 11 Nov 2015 10:24:02 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 833E81B47;
 Wed, 11 Nov 2015 10:24:02 +0000 (UTC)
 (envelope-from marino@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABAO1CZ053355;
 Wed, 11 Nov 2015 10:24:01 GMT (envelope-from marino@FreeBSD.org)
Received: (from marino@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABAO1ut053353;
 Wed, 11 Nov 2015 10:24:01 GMT (envelope-from marino@FreeBSD.org)
Message-Id: <201511111024.tABAO1ut053353@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: marino set sender to
 marino@FreeBSD.org using -f
From: John Marino 
Date: Wed, 11 Nov 2015 10:24:01 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401234 - head/lang/io
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 10:24:02 -0000

Author: marino
Date: Wed Nov 11 10:24:01 2015
New Revision: 401234
URL: https://svnweb.freebsd.org/changeset/ports/401234

Log:
  lang/io: uses optios framework, fix couple of bugs
  
  During the conversion to use option handlers, I found a couple of
  typos and obsolete code which caused errors.  I also switched to
  USES+= readline libedit when their options were selected.

Modified:
  head/lang/io/Makefile
  head/lang/io/Makefile.addons

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Wed Nov 11 10:11:28 2015	(r401233)
+++ head/lang/io/Makefile	Wed Nov 11 10:24:01 2015	(r401234)
@@ -3,7 +3,7 @@
 
 PORTNAME=	io
 PORTVERSION=	2013.12.04
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	lang
 
 MAINTAINER=	ports@FreeBSD.org
@@ -25,6 +25,7 @@ PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 OPTIONS_GROUP=	ADDONS
+OPTIONS_SUB=	yes
 
 .include "${.CURDIR}/Makefile.addons"
 
@@ -37,7 +38,7 @@ post-patch:
 	${FIND} ${WRKSRC}/addons -name "*.bak" -o -name "*.orig" -delete
 
 post-install:
-	${FIND} -d ${STAGEDIR}${PREFIX}/lib/io/addons -type d -empty -exec rmdir {} \;
+	${FIND} -d ${STAGEDIR}${PREFIX}/lib/io/addons -type d -empty -delete
 	${FIND} ${STAGEDIR}${PREFIX}/lib/io/addons -type f -name "*.so" -exec \
 		${STRIP_CMD} {} \;
 	${MKDIR}  ${STAGEDIR}${DOCSDIR}

Modified: head/lang/io/Makefile.addons
==============================================================================
--- head/lang/io/Makefile.addons	Wed Nov 11 10:11:28 2015	(r401233)
+++ head/lang/io/Makefile.addons	Wed Nov 11 10:24:01 2015	(r401234)
@@ -70,224 +70,43 @@ OPTIONAL_ADDONS=BigNum \
 
 OPTIONS_GROUP_ADDONS=${OPTIONAL_ADDONS}
 
-.include 
-
-#
-# BigNum
-#
-.if ${PORT_OPTIONS:MBigNum}
-LIB_DEPENDS+=	libgmp.so:${PORTSDIR}/math/gmp
-.endif
-
-#
-# CFFI
-#
-.if ${PORT_OPTIONS:MCFFI}
-LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
-.endif
-
-#
-# Clutter
-#
-.if ${PORT_OPTIONS:MClutter}
-LIB_DEPENDS+=	libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
-.endif
-
-#
-# DBI
-#
-.if ${PORT_OPTIONS:MDBI}
-LIB_DEPENDS+=	libdbi.so:${PORTSDIR}/databases/libdbi
-.endif
-
-#
-# EditLine
-#
-.if ${PORT_OPTIONS:MEditLine}
-LIB_DEPENDS+=	libedit.so:${PORTSDIR}/devel/libedit
-.endif
-
-#
-# Font
-#
-.if ${PORT_OPTIONS:MFont}
-USE_GL+=	glut
-USE_XORG+=	xmu
-LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
-.endif
-
-#
-# GLFW
-#
-.if ${PORT_OPTIONS:MGLFW}
-LIB_DEPENDS+=	libglfw.so.0:${PORTSDIR}/graphics/glfw2
-.endif
-
-#
-# Image
-#
-.if ${PORT_OPTIONS:MImage}
-LIB_DEPENDS+=	libpng.so:${PORTSDIR}/graphics/png \
-		libtiff.so:${PORTSDIR}/graphics/tiff
-USES+=		jpeg
-.endif
-
-#
-# LZO
-#
-.if ${PORT_OPTIONS:MLZO}
-LIB_DEPENDS+=	liblzo2.so:${PORTSDIR}/archivers/lzo2
-.endif
-
-#
-# LibSndFile
-#
-.if ${PORT_OPTIONS:MLibSndFile}
-LIB_DEPENDS+=	libsndfile.so:${PORTSDIR}/audio/libsndfile
-.endif
-
-#
-# Libxml2
-#
-.if ${PORT_OPTIONS:MLibxml2}
-USE_GNOME+=	libxml2
-.endif
-
-#
-# Loudmouth
-#
-.if ${PORT_OPTIONS:MLoudmouth}
-LIB_DEPENDS+=	libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
-.endif
-
-#
-# Memcached
-#
-.if ${PORT_OPTIONS:MMemcached}
-LIB_DEPENDS+=	libmemcached.so:${PORTSDIR}/databases/libmemcached
-.endif
-
-#
-# MySQL
-#
-.if ${PORT_OPTIONS:MMySQL}
-USE_MYSQL+=	client
-.endif
-
-#
-# Ogg
-#
-.if ${PORT_OPTIONS:MOgg}
-LIB_DEPENDS+=	libogg.so:${PORTSDIR}/audio/libogg
-.endif
-
-#
-# OpenGL
-#
-.if ${PORT_OPTIONS:MOpenGL}
-USE_GL+=	glut
-USE_XORG+=	xmu
-
-.endif
-
-#
-# PostgreSQL
-#
-.if ${PORT_OPTIONS:MPostgreSQL}
-USES+=		pgsql
-.endif
-
-#
-# Python
-#
-.if ${PORT_OPTIONS:MPython}
-USES+=		python
-.endif
-
-#
-# QDBM
-#
-.if ${PORT_OPTIONS:MQDBM}
-LIB_DEPENDS+=	libqdbm.so:${PORTSDIR}/databases/qdbm
-.endif
-
-#
-# ReadLine
-#
-.if ${PORT_OPTIONS:MReadLine}
-LIB_DEPENDS+=	libhistory.so:${PORTSDIR}/devel/readline
-.endif
-
-#
-# Regex
-#
-.if ${PORT_OPTIONS:MRegex}
-LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
-.endif
-
-#
-# SQLite3
-#
-.if ${PORT_OPTIONS:MSQLite3}
-USE_SQLITE=	3
-SQLITE_LIB=	${LOCALBASE}/lib/libsqlite${SQLITE_VER}.so
-.endif
-
-# SampleRateConverter
-#
-.if ${PORT_OPTIONS:MSampleRateConverter}
-LIB_DEPENDS+=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate
-.endif
-
-#
-# Socket
-#
-.if ${PORT_OPTIONS:MSocket}
-LIB_DEPENDS+=	libevent.so:${PORTSDIR}/devel/libevent2
-.endif
-
-#
-# TagLib
-#
-.if ${PORT_OPTIONS:MTagLib}
-LIB_DEPENDS+=	libtag.so:${PORTSDIR}/audio/taglib
-.endif
-
-#
-# Theora
-#
-.if ${PORT_OPTIONS:MTheora}
-LIB_DEPENDS+=	libtheora.so:${PORTSDIR}/multimedia/libtheora
-.endif
-
-#
-# TokyoCabinet
-#
-.if ${PORT_OPTIONS:MTokyoCabinet}
-LIB_DEPENDS+=	libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
-.endif
-
-#
-# UUID
-#
-.if ${PORT_OPTIONS:MUUID}
-LIB_DEPENDS+=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
-.endif
-
-#
-# Vorbis
-#
-.if ${PORT_OPTIONS:MBVorbis}
-LIB_DEPENDS+=	libvorbis.so:${PORTSDIR}/audio/libvorbis
-.endif
-
-#
-# Yajl
-#
-.if ${PORT_OPTIONS:MYajl}
-LIB_DEPENDS+=	libyajl.so:${PORTSDIR}/devel/yajl
-.endif
+BigNum_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
+CFFI_LIB_DEPENDS=	libffi.so:${PORTSDIR}/devel/libffi
+Clutter_LIB_DEPENDS=	libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
+DBI_LIB_DEPENDS=	libdbi.so:${PORTSDIR}/databases/libdbi
+EditLine_USES=		libedit
+Font_LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
+Font_USE=		GL=glut XORG=xmu
+GLFW_LIB_DEPENDS=	libglfw.so.0:${PORTSDIR}/graphics/glfw2
+Image_LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
+			libtiff.so:${PORTSDIR}/graphics/tiff
+Image_USES=		jpeg
+LZO_LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo2
+LibSndFile_LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
+Libxml2_USE=		GNOME=libxml2
+Loudmouth_LIB_DEPENDS=	libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
+Memcached_LIB_DEPENDS=	libmemcached.so:${PORTSDIR}/databases/libmemcached
+MySQL_USE=		MYSQL=client
+Ogg_LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
+OpenGL_USE=		GL=glut XORG=xmu
+PostgreSQL_USES=	pgsql
+Python_USES=		python
+QDBM_LIB_DEPENDS=	libqdbm.so:${PORTSDIR}/databases/qdbm
+ReadLine_USES=		readline:port
+Regex_LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
+SQLite3_USE=		SQLITE=3
+SampleRateConverter_LIB_DEPENDS=\
+			libsamplerate.so:${PORTSDIR}/audio/libsamplerate
+Socket_LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
+TagLib_LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
+Theora_LIB_DEPENDS=	libtheora.so:${PORTSDIR}/multimedia/libtheora
+TokyoCabinet_LIB_DEPENDS=	\
+			libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
+UUID_LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+Vorbis_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
+Yajl_LIB_DEPENDS=	libyajl.so:${PORTSDIR}/devel/yajl
 
+.include 
 
 ########################################
 # WE NOW DEFINE THE FULL LIST OF ADDONS
@@ -297,10 +116,7 @@ PLIST_SUB+=	${def}=""
 .endfor
 ADDONS=		${DEFAULT_ADDONS}
 .for opt in ${OPTIONS_GROUP_ADDONS}
-.  if defined (WITH_${opt})
+.  if ${PORT_OPTIONS:M${opt}}
 ADDONS+=	${opt}
-PLIST_SUB+=	${opt}=""
-.  else
-PLIST_SUB+=	${opt}="@comment "
 .  endif
 .endfor

From owner-svn-ports-head@freebsd.org  Wed Nov 11 11:19:19 2015
Return-Path: 
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F51EA2BF04;
 Wed, 11 Nov 2015 11:19:19 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1757E11DE;
 Wed, 11 Nov 2015 11:19:19 +0000 (UTC)
 (envelope-from madpilot@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABBJIIt067716;
 Wed, 11 Nov 2015 11:19:18 GMT (envelope-from madpilot@FreeBSD.org)
Received: (from madpilot@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABBJHtZ067714;
 Wed, 11 Nov 2015 11:19:17 GMT (envelope-from madpilot@FreeBSD.org)
Message-Id: <201511111119.tABBJHtZ067714@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: madpilot set sender to
 madpilot@FreeBSD.org using -f
From: Guido Falsi 
Date: Wed, 11 Nov 2015 11:19:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r401235 - head/security/vuxml
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 
List-Unsubscribe: , 
 
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
 
X-List-Received-Date: Wed, 11 Nov 2015 11:19:19 -0000

Author: madpilot
Date: Wed Nov 11 11:19:17 2015
New Revision: 401235
URL: https://svnweb.freebsd.org/changeset/ports/401235

Log:
  Document owncloudclient vulnerability
  
  PR:		204407
  Submitted by:	Sevan Janiyan 
  Security:	CVE-2015-7298

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Nov 11 10:24:01 2015	(r401234)
+++ head/security/vuxml/vuln.xml	Wed Nov 11 11:19:17 2015	(r401235)
@@ -58,6 +58,32 @@ Notes:
 
 -->
 
+  
+    owncloudclient -- Improper validation of certificates when using self-signed certificates
+    
+      
+	owncloudclient
+	2.0.1
+      
+    
+    
+      
+	

owncloud.org reports:

+
+

The ownCloud Desktop Client was vulnerable against MITM attacks until version 2.0.0 in combination with self-signed certificates.

+
+ +
+ + https://owncloud.org/security/advisory/?id=oc-sa-2015-016 + CVE-2015-7298 + + + 2015-09-21 + 2015-11-11 + +
+ xen-tools -- populate-on-demand balloon size inaccuracy can crash guests From owner-svn-ports-head@freebsd.org Wed Nov 11 11:42:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 295EDA2C402; Wed, 11 Nov 2015 11:42:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E617C1E1F; Wed, 11 Nov 2015 11:42:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABBgSGx076172; Wed, 11 Nov 2015 11:42:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABBgSDa076171; Wed, 11 Nov 2015 11:42:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511111142.tABBgSDa076171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 11:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401236 - head/print/ghostscript9-base/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 11:42:29 -0000 Author: marino Date: Wed Nov 11 11:42:27 2015 New Revision: 401236 URL: https://svnweb.freebsd.org/changeset/ports/401236 Log: print/ghostscript9-base: Modify patch to handle dragonfly as well A port patch excludes for FreeBSD, and DragonFly needs this treatment as well, so the existing patch was trivially modified. Approved by: DF blanket (non-invasive) Modified: head/print/ghostscript9-base/files/patch-base-gdevplib.c Modified: head/print/ghostscript9-base/files/patch-base-gdevplib.c ============================================================================== --- head/print/ghostscript9-base/files/patch-base-gdevplib.c Wed Nov 11 11:19:17 2015 (r401235) +++ head/print/ghostscript9-base/files/patch-base-gdevplib.c Wed Nov 11 11:42:27 2015 (r401236) @@ -1,10 +1,10 @@ ---- base/gdevplib.c.orig 2012-02-08 17:48:47.000000000 +0900 -+++ base/gdevplib.c 2012-02-13 01:23:46.000000000 +0900 -@@ -151,7 +151,11 @@ +--- base/gdevplib.c.orig 2012-08-08 08:01:36 UTC ++++ base/gdevplib.c +@@ -153,7 +153,11 @@ void __aebi_memmove(void *dest, const vo #ifdef TESTING_WITH_NO_BAND_DONOR -+#if !defined(__FreeBSD__) ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) #include +#else +#include From owner-svn-ports-head@freebsd.org Wed Nov 11 12:06:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64C7EA2CECD; Wed, 11 Nov 2015 12:06:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D71C1F98; Wed, 11 Nov 2015 12:06:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABC6Xki082138; Wed, 11 Nov 2015 12:06:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABC6XAl082137; Wed, 11 Nov 2015 12:06:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511111206.tABC6XAl082137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 11 Nov 2015 12:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401237 - head/devel/gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 12:06:34 -0000 Author: tijl Date: Wed Nov 11 12:06:33 2015 New Revision: 401237 URL: https://svnweb.freebsd.org/changeset/ports/401237 Log: Enable regression tests PR: 200610 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Nov 11 11:42:27 2015 (r401236) +++ head/devel/gdb/Makefile Wed Nov 11 12:06:33 2015 (r401237) @@ -12,6 +12,9 @@ COMMENT= GNU GDB of newer version than c LICENSE= GPLv3 +TEST_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu + +TEST_TARGET= check USES= cpe iconv gmake libtool tar:xz USE_CSTD= gnu89 CPE_VENDOR= gnu From owner-svn-ports-head@freebsd.org Wed Nov 11 12:16:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E2CA2B0E2; Wed, 11 Nov 2015 12:16:02 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D60EF146A; Wed, 11 Nov 2015 12:16:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABCG00M085013; Wed, 11 Nov 2015 12:16:00 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABCG0V1085011; Wed, 11 Nov 2015 12:16:00 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201511111216.tABCG0V1085011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 11 Nov 2015 12:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401238 - head/devel/p5-IO-Async X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 12:16:02 -0000 Author: culot Date: Wed Nov 11 12:16:00 2015 New Revision: 401238 URL: https://svnweb.freebsd.org/changeset/ports/401238 Log: - Update to 0.69 Changes: http://search.cpan.org/dist/IO-Async/Changes Modified: head/devel/p5-IO-Async/Makefile head/devel/p5-IO-Async/distinfo Modified: head/devel/p5-IO-Async/Makefile ============================================================================== --- head/devel/p5-IO-Async/Makefile Wed Nov 11 12:06:33 2015 (r401237) +++ head/devel/p5-IO-Async/Makefile Wed Nov 11 12:16:00 2015 (r401238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Async -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -14,7 +14,7 @@ COMMENT= Perl modules that implement asy LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Future>=0.26:${PORTSDIR}/devel/p5-Future \ +BUILD_DEPENDS= p5-Future>=0.33:${PORTSDIR}/devel/p5-Future \ p5-Struct-Dumb>0:${PORTSDIR}/devel/p5-Struct-Dumb RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ Modified: head/devel/p5-IO-Async/distinfo ============================================================================== --- head/devel/p5-IO-Async/distinfo Wed Nov 11 12:06:33 2015 (r401237) +++ head/devel/p5-IO-Async/distinfo Wed Nov 11 12:16:00 2015 (r401238) @@ -1,2 +1,2 @@ -SHA256 (IO-Async-0.68.tar.gz) = 8879a934e59ced892354820583b4d1d5c8a9786ca2180951a8cf98e15936e7d6 -SIZE (IO-Async-0.68.tar.gz) = 238460 +SHA256 (IO-Async-0.69.tar.gz) = 05f1d64db02707eb933529870fe6ed95266d4226bc2297921debe21140c4880c +SIZE (IO-Async-0.69.tar.gz) = 239660 From owner-svn-ports-head@freebsd.org Wed Nov 11 12:20:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1D94A2B248; Wed, 11 Nov 2015 12:20:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB4ED1774; Wed, 11 Nov 2015 12:20:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABCKCOD085282; Wed, 11 Nov 2015 12:20:12 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABCKCY6085280; Wed, 11 Nov 2015 12:20:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201511111220.tABCKCY6085280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 11 Nov 2015 12:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401239 - head/textproc/gspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 12:20:14 -0000 Author: olivierd Date: Wed Nov 11 12:20:12 2015 New Revision: 401239 URL: https://svnweb.freebsd.org/changeset/ports/401239 Log: Update to 0.1.1 Modified: head/textproc/gspell/Makefile head/textproc/gspell/distinfo Modified: head/textproc/gspell/Makefile ============================================================================== --- head/textproc/gspell/Makefile Wed Nov 11 12:16:00 2015 (r401238) +++ head/textproc/gspell/Makefile Wed Nov 11 12:20:12 2015 (r401239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gspell -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= textproc MASTER_SITES= GNOME Modified: head/textproc/gspell/distinfo ============================================================================== --- head/textproc/gspell/distinfo Wed Nov 11 12:16:00 2015 (r401238) +++ head/textproc/gspell/distinfo Wed Nov 11 12:20:12 2015 (r401239) @@ -1,2 +1,2 @@ -SHA256 (gspell-0.1.0.tar.xz) = 8c10c5c447ca8c4a230516bd89bcfb00791fe3b4a7bbd4f34a53c72505db9628 -SIZE (gspell-0.1.0.tar.xz) = 353140 +SHA256 (gspell-0.1.1.tar.xz) = fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52 +SIZE (gspell-0.1.1.tar.xz) = 354932 From owner-svn-ports-head@freebsd.org Wed Nov 11 12:24:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B207BA2B627; Wed, 11 Nov 2015 12:24:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77D151DB4; Wed, 11 Nov 2015 12:24:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABCO1HS087925; Wed, 11 Nov 2015 12:24:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABCO1wO087924; Wed, 11 Nov 2015 12:24:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511111224.tABCO1wO087924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 12:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401240 - head/lang/jruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 12:24:02 -0000 Author: marino Date: Wed Nov 11 12:24:01 2015 New Revision: 401240 URL: https://svnweb.freebsd.org/changeset/ports/401240 Log: lang/jruby: Don't redefine WRKDIR This port was establishing WRKDIR over bpm. The reason why wasn't good; There is a home-grown pattern replacement in the port. I replaced the custom sed command with REINPLACE_CMD as minimally as I could, and then removed the WRKDIR redefinition. Approved by: just fix it Modified: head/lang/jruby/Makefile Modified: head/lang/jruby/Makefile ============================================================================== --- head/lang/jruby/Makefile Wed Nov 11 12:20:12 2015 (r401239) +++ head/lang/jruby/Makefile Wed Nov 11 12:24:01 2015 (r401240) @@ -20,10 +20,9 @@ NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work JRUBY_HOME?= ${PREFIX}/share/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -REPLACE_FILES= ${WRKSRC}/bin/jruby +REPLACE_FILES= bin/jruby REPLACE_LIST= JAVA_HOME=${JAVA_HOME} REPLACE_LIST_TEMP= ${REPLACE_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} SHEBANG_FILES= rake spec spec_translator Rakefile '*.rb' @@ -54,9 +53,8 @@ post-patch: .for target in ${REPLACE_FILES} @${ECHO_MSG} -n ">> Customizing `basename ${target}`..." - @${SED} ${REPLACE_LIST_TEMP} ${target} > ${WRKDIR}/`basename ${target}` + @${REINPLACE_CMD} -i "" ${REPLACE_LIST_TEMP} ${WRKSRC}/${target} @${ECHO_MSG} " [ DONE ]" - @${MV} ${WRKDIR}/`basename ${target}` ${target} .endfor do-install: From owner-svn-ports-head@freebsd.org Wed Nov 11 12:59:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A730EA2BF69; Wed, 11 Nov 2015 12:59:50 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A5DE1033; Wed, 11 Nov 2015 12:59:50 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABCxnam097631; Wed, 11 Nov 2015 12:59:49 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABCxne9097624; Wed, 11 Nov 2015 12:59:49 GMT (envelope-from mich@FreeBSD.org) Message-Id: <201511111259.tABCxne9097624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Hostbaek Date: Wed, 11 Nov 2015 12:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401241 - in head/net/apinger: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 12:59:50 -0000 Author: mich Date: Wed Nov 11 12:59:48 2015 New Revision: 401241 URL: https://svnweb.freebsd.org/changeset/ports/401241 Log: apinger cleanup - Add DOCS option, enabled by default - Move docs from pkg-plist to PORTDOCS - Use IPV6_CONFIGURE_ENABLE knob - Make rclint happy - Regenerate patches with make makepatch - Add @sample to apinger.conf - Bump PORTREVISION due to rc script changei PR: ports/204465 Submitted by: garga Sponsored by: Rubicon Communications (Netgate) Modified: head/net/apinger/Makefile head/net/apinger/files/apinger.in head/net/apinger/files/patch-src_apinger.h head/net/apinger/files/patch-src_icmp.c head/net/apinger/files/patch-src_main.c head/net/apinger/pkg-plist Modified: head/net/apinger/Makefile ============================================================================== --- head/net/apinger/Makefile Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/Makefile Wed Nov 11 12:59:48 2015 (r401241) @@ -3,7 +3,7 @@ PORTNAME= apinger PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ http://www.bnet.pl/~jajcus/apinger/ @@ -16,16 +16,13 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_RC_SUBR= apinger SUB_FILES= pkg-message +PORTDOCS= AUTHORS NEWS README -OPTIONS_DEFINE= IPV6 +OPTIONS_DEFINE= IPV6 DOCS USES= bison -.include - -.if !${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --disable-ipv6 -.endif +IPV6_CONFIGURE_ENABLE= ipv6 post-install: ${INSTALL_DATA} ${WRKSRC}/src/apinger.conf ${STAGEDIR}${PREFIX}/etc/apinger.conf.sample Modified: head/net/apinger/files/apinger.in ============================================================================== --- head/net/apinger/files/apinger.in Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/files/apinger.in Wed Nov 11 12:59:48 2015 (r401241) @@ -9,20 +9,20 @@ # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # -# apinger_enable (bool): Set to NO by default. -# Set it to YES to enable apinger. +# apinger_enable (bool): Set to NO by default. +# Set it to YES to enable apinger. # . /etc/rc.subr -name="apinger" +name=apinger rcvar=apinger_enable -command=%%PREFIX%%/sbin/${name} -pidfile=/var/run/${name}.pid - load_rc_config $name -: ${apinger_enable="NO"} +: ${apinger_enable:=NO} + +command=%%PREFIX%%/sbin/${name} +pidfile=/var/run/${name}.pid run_rc_command "$1" Modified: head/net/apinger/files/patch-src_apinger.h ============================================================================== --- head/net/apinger/files/patch-src_apinger.h Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/files/patch-src_apinger.h Wed Nov 11 12:59:48 2015 (r401241) @@ -1,6 +1,6 @@ ---- src/apinger.h.old 2008-07-10 22:38:08.000000000 +0200 -+++ src/apinger.h 2008-07-10 22:38:29.000000000 +0200 -@@ -119,7 +119,7 @@ +--- src/apinger.h.orig 2002-12-20 09:19:57 UTC ++++ src/apinger.h +@@ -119,7 +119,7 @@ extern char *config_file; extern int icmp_sock; extern int icmp6_sock; Modified: head/net/apinger/files/patch-src_icmp.c ============================================================================== --- head/net/apinger/files/patch-src_icmp.c Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/files/patch-src_icmp.c Wed Nov 11 12:59:48 2015 (r401241) @@ -1,6 +1,6 @@ ---- src/icmp.c.orig +--- src/icmp.c.orig 2002-12-19 08:24:33 UTC +++ src/icmp.c -@@ -197,7 +197,7 @@ +@@ -197,7 +197,7 @@ socklen_t sl; debug("checking CMSG..."); for (c = CMSG_FIRSTHDR(&msg); c; c = CMSG_NXTHDR(&msg, c)) { debug("CMSG level: %i type: %i",c->cmsg_level,c->cmsg_type); Modified: head/net/apinger/files/patch-src_main.c ============================================================================== --- head/net/apinger/files/patch-src_main.c Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/files/patch-src_main.c Wed Nov 11 12:59:48 2015 (r401241) @@ -1,6 +1,6 @@ ---- src/main.c.old 2008-07-10 22:36:21.000000000 +0200 -+++ src/main.c 2008-07-10 22:36:53.000000000 +0200 -@@ -96,7 +96,7 @@ +--- src/main.c.orig 2003-03-26 11:27:47 UTC ++++ src/main.c +@@ -96,7 +96,7 @@ char *config_file=CONFIG; int icmp_sock; int icmp6_sock; @@ -9,7 +9,7 @@ struct timeval next_probe={0,0}; -@@ -277,7 +277,7 @@ +@@ -277,7 +277,7 @@ char *graph_location="/apinger/"; return 1; } Modified: head/net/apinger/pkg-plist ============================================================================== --- head/net/apinger/pkg-plist Wed Nov 11 12:24:01 2015 (r401240) +++ head/net/apinger/pkg-plist Wed Nov 11 12:59:48 2015 (r401241) @@ -1,5 +1,2 @@ sbin/apinger -etc/apinger.conf.sample -%%DOCSDIR%%/README -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/AUTHORS +@sample etc/apinger.conf.sample From owner-svn-ports-head@freebsd.org Wed Nov 11 13:12:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97894A2C242; Wed, 11 Nov 2015 13:12:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F544192F; Wed, 11 Nov 2015 13:12:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABDC3jl003044; Wed, 11 Nov 2015 13:12:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABDC3w8003020; Wed, 11 Nov 2015 13:12:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511111312.tABDC3w8003020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 11 Nov 2015 13:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401242 - head/devel/gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 13:12:04 -0000 Author: tijl Date: Wed Nov 11 13:12:02 2015 New Revision: 401242 URL: https://svnweb.freebsd.org/changeset/ports/401242 Log: - Pass --without-guile to configure when GUILE option is off - Use CONFIGURE_WITH for other options as well PR: 204041 Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Nov 11 12:59:48 2015 (r401241) +++ head/devel/gdb/Makefile Wed Nov 11 13:12:02 2015 (r401242) @@ -56,15 +56,13 @@ BASE_READLINE_USES= readline BASE_READLINE_CFLAGS= -D_rl_echoing_p=readline_echoing_p BUNDLED_READLINE_CONFIGURE_OFF= --with-system-readline DEBUG_CFLAGS= -g -EXPAT_CONFIGURE_ON= --with-expat=yes -EXPAT_CONFIGURE_OFF= --without-expat +EXPAT_CONFIGURE_WITH= expat EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -GUILE_CONFIGURE_ON= --with-guile +GUILE_CONFIGURE_WITH= guile GUILE_USES= pkgconfig GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 PORT_READLINE_USES= readline:port -PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} -PYTHON_CONFIGURE_OFF= --without-python +PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} PYTHON_USES= python:2 TUI_CONFIGURE_ENABLE= tui From owner-svn-ports-head@freebsd.org Wed Nov 11 13:16:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD23A2C380; Wed, 11 Nov 2015 13:16:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADB7A1B35; Wed, 11 Nov 2015 13:16:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABDG2OK003937; Wed, 11 Nov 2015 13:16:02 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABDG2m1003934; Wed, 11 Nov 2015 13:16:02 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201511111316.tABDG2m1003934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Wed, 11 Nov 2015 13:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401243 - in head/graphics/darktable: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 13:16:04 -0000 Author: dumbbell (src committer) Date: Wed Nov 11 13:16:02 2015 New Revision: 401243 URL: https://svnweb.freebsd.org/changeset/ports/401243 Log: graphics/darktable: Update to 1.6.9 Use Clang 3.7 from Ports to enable OpenMP. This brings a major performance boost for people using FreeBSD 10.x and -CURRENT. `patch-src_CMakeLists.txt` is a new patch to disable `-ffast-math` when Clang is used. Without this, isnan() always returns false, even if `-fno-finite-math-only` is set. According to `clang --help`, this flag provides no optimization anyway so we don't loose anything. darktable 2.0, which is almost ready, needs this patch too otherwise it crashes during startup because of the isnan() misbehavior. The patch is not committed upstream yet because I would prefer to understand what's wrong. Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D3922 Added: head/graphics/darktable/files/patch-src_CMakeLists.txt (contents, props changed) Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Wed Nov 11 13:12:02 2015 (r401242) +++ head/graphics/darktable/Makefile Wed Nov 11 13:16:02 2015 (r401243) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 1.6.8 -PORTREVISION= 1 +PORTVERSION= 1.6.9 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION}/ @@ -30,8 +29,8 @@ INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= COLORD DOCS FB_PICASA FLICKR GEO GNOMEKEYRING GPHOTO \ - GRAPHMAGICK LIBSECRET LUA NLS OPENEXR OPENJPEG RAWSPEED \ - SLIDESHOW SQUISH WEBP + GRAPHMAGICK LIBSECRET LUA NLS OPENEXR OPENJPEG OPENMP \ + RAWSPEED SLIDESHOW SQUISH WEBP GEO_DESC= Support geotagging FB_PICASA_DESC= Support export to Facebook and Picasa @@ -41,7 +40,7 @@ RAWSPEED_DESC= Compile with rawspeed bac SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer OPTIONS_DEFAULT=COLORD FB_PICASA FLICKR GEO GPHOTO LUA NLS OPENEXR \ - OPENJPEG RAWSPEED SLIDESHOW SQUISH WEBP + OPENJPEG OPENMP RAWSPEED SLIDESHOW SQUISH WEBP OPTIONS_SUB= yes CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=1 @@ -74,7 +73,7 @@ GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAG LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret LIBSECRET_CMAKE_OFF= -DUSE_LIBSECRET:BOOL=OFF -LUA_USES= lua +LUA_USES= lua:5.2 LUA_CMAKE_OFF= -DUSE_LUA:BOOL=OFF NLS_USES= gettext @@ -97,19 +96,22 @@ SQUISH_CMAKE_OFF= -DUSE_SQUISH:BOOL=OFF WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp WEBP_CMAKE_OFF= -DUSE_WEBP:BOOL=OFF -.include +.include + +.if ${PORT_OPTIONS:MOPENMP} && ${COMPILER_TYPE} == clang +# Enable OpenMP support with Clang 3.7. +BUILD_DEPENDS+= clang37:${PORTSDIR}/devel/llvm37 +RUN_DEPENDS+= clang37:${PORTSDIR}/devel/llvm37 + +CPP= ${LOCALBASE}/bin/clang-cpp37 +CC= ${LOCALBASE}/bin/clang37 +CXX= ${LOCALBASE}/bin/clang++37 +LDFLAGS+= -L${LOCALBASE}/llvm37/lib -lomp +.endif .if defined(WITH_DEBUG) CMAKE_BUILD_TYPE= RelWithDebInfo STRIP= .endif -post-install-DOCS-off: - ${RM} ${STAGEDIR}${DOCSDIR}/AUTHORS - ${RM} ${STAGEDIR}${DOCSDIR}/LICENSE - ${RM} ${STAGEDIR}${DOCSDIR}/README - ${RM} ${STAGEDIR}${DOCSDIR}/TRANSLATORS - ${RM} ${STAGEDIR}${DOCSDIR}/darktablerc.html - ${RMDIR} ${STAGEDIR}${DOCSDIR} - -.include +.include Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Wed Nov 11 13:12:02 2015 (r401242) +++ head/graphics/darktable/distinfo Wed Nov 11 13:16:02 2015 (r401243) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.6.8.tar.xz) = b676f81bd8cc661a8f76e03ad449da4444f770b6bec3e9accf013c636f690905 -SIZE (darktable-1.6.8.tar.xz) = 3118776 +SHA256 (darktable-1.6.9.tar.xz) = 0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 +SIZE (darktable-1.6.9.tar.xz) = 3124940 Added: head/graphics/darktable/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/darktable/files/patch-src_CMakeLists.txt Wed Nov 11 13:16:02 2015 (r401243) @@ -0,0 +1,24 @@ +--- src/CMakeLists.txt.orig 2015-10-15 12:59:51 UTC ++++ src/CMakeLists.txt +@@ -419,8 +419,9 @@ if(NOT CUSTOM_CFLAGS) + #-g MUST be set for ALL builds, or there will be no support for them when bugs happen + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MARCH} ${DT_REQ_INSTRUCTIONS} -g") + set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -O2") +- set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3 -ffast-math -fno-finite-math-only") ++ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3") + if(CMAKE_COMPILER_IS_GNUCC) ++ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ffast-math -fno-finite-math-only") + execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) + + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpmath=sse") +@@ -436,8 +437,9 @@ if(NOT CUSTOM_CFLAGS) + + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MARCH} ${DT_REQ_INSTRUCTIONS} -g") + set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -O2") +- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -ffast-math -fno-finite-math-only") ++ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3") + if(CMAKE_COMPILER_IS_GNUCXX) ++ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ffast-math -fno-finite-math-only") + execute_process(COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) + + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mfpmath=sse") From owner-svn-ports-head@freebsd.org Wed Nov 11 13:38:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA856A2C9BD; Wed, 11 Nov 2015 13:38:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92AAF1BF3; Wed, 11 Nov 2015 13:38:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABDcCOO009999; Wed, 11 Nov 2015 13:38:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABDcCAs009997; Wed, 11 Nov 2015 13:38:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201511111338.tABDcCAs009997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 11 Nov 2015 13:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401244 - head/deskutils/egroupware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 13:38:13 -0000 Author: danilo Date: Wed Nov 11 13:38:12 2015 New Revision: 401244 URL: https://svnweb.freebsd.org/changeset/ports/401244 Log: - Update to 14.3.20151110 Modified: head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Wed Nov 11 13:16:02 2015 (r401243) +++ head/deskutils/egroupware/Makefile Wed Nov 11 13:38:12 2015 (r401244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 14.3.20151030 +PORTVERSION= 14.3.20151110 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2 Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Wed Nov 11 13:16:02 2015 (r401243) +++ head/deskutils/egroupware/distinfo Wed Nov 11 13:38:12 2015 (r401244) @@ -1,2 +1,2 @@ -SHA256 (egroupware-epl-14.3.20151030.tar.bz2) = fc327070a2c1cb965749dda493a4d69bcb25451ebb75073893d9fd7cb0c818c7 -SIZE (egroupware-epl-14.3.20151030.tar.bz2) = 19651614 +SHA256 (egroupware-epl-14.3.20151110.tar.bz2) = a814758d2efd5215129841d12a1ba1306fc95bf693219e73397cc1e516a37856 +SIZE (egroupware-epl-14.3.20151110.tar.bz2) = 19546467 From owner-svn-ports-head@freebsd.org Wed Nov 11 14:28:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F25EA2B186; Wed, 11 Nov 2015 14:28:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1409811C8; Wed, 11 Nov 2015 14:28:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABESrLM024519; Wed, 11 Nov 2015 14:28:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABESrCU024518; Wed, 11 Nov 2015 14:28:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111428.tABESrCU024518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 14:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401246 - head/ports-mgmt/freebsd-bugzilla-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 14:28:54 -0000 Author: sunpoet Date: Wed Nov 11 14:28:52 2015 New Revision: 401246 URL: https://svnweb.freebsd.org/changeset/ports/401246 Log: - Add PORTSDIR to RUN_DEPENDS: the PORTSDIR removal is planned after 2016Q1 branch created Reference: https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html Approved by: portmgr (blanket) Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile (contents, props changed) Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Nov 11 13:49:56 2015 (r401245) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Nov 11 14:28:52 2015 (r401246) @@ -11,7 +11,7 @@ COMMENT= Interact with the FreeBSD bugzi LICENSE= APACHE20 -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss +RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= PYBUGZ From owner-svn-ports-head@freebsd.org Wed Nov 11 15:00:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C99F9A2B958; Wed, 11 Nov 2015 15:00:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 957991150; Wed, 11 Nov 2015 15:00:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABF0LVS033138; Wed, 11 Nov 2015 15:00:21 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABF0LJO033136; Wed, 11 Nov 2015 15:00:21 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511111500.tABF0LJO033136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Nov 2015 15:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401247 - head/devel/pear-HTML_QuickForm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 15:00:22 -0000 Author: vanilla Date: Wed Nov 11 15:00:21 2015 New Revision: 401247 URL: https://svnweb.freebsd.org/changeset/ports/401247 Log: Upgrade to 2.0.2. Modified: head/devel/pear-HTML_QuickForm2/Makefile head/devel/pear-HTML_QuickForm2/distinfo Modified: head/devel/pear-HTML_QuickForm2/Makefile ============================================================================== --- head/devel/pear-HTML_QuickForm2/Makefile Wed Nov 11 14:28:52 2015 (r401246) +++ head/devel/pear-HTML_QuickForm2/Makefile Wed Nov 11 15:00:21 2015 (r401247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML_QuickForm2 -PORTVERSION= 0.6.1 +PORTVERSION= 2.0.2 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org Modified: head/devel/pear-HTML_QuickForm2/distinfo ============================================================================== --- head/devel/pear-HTML_QuickForm2/distinfo Wed Nov 11 14:28:52 2015 (r401246) +++ head/devel/pear-HTML_QuickForm2/distinfo Wed Nov 11 15:00:21 2015 (r401247) @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTML_QuickForm2-0.6.1.tgz) = 749b63475e42d9cd7124a35c1ff0b09fa6f3ba2903d6f65fd064db572fdca280 -SIZE (PEAR/HTML_QuickForm2-0.6.1.tgz) = 158563 +SHA256 (PEAR/HTML_QuickForm2-2.0.2.tgz) = 840de2179a0bf4a2bdfc6ccc342a1d5c5641f5f3e0bfb99b91a01011a3314bdf +SIZE (PEAR/HTML_QuickForm2-2.0.2.tgz) = 179063 From owner-svn-ports-head@freebsd.org Wed Nov 11 15:02:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 650FDA2BA94; Wed, 11 Nov 2015 15:02:51 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 296EF14B7; Wed, 11 Nov 2015 15:02:51 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABF2oee035855; Wed, 11 Nov 2015 15:02:50 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABF2oA4035853; Wed, 11 Nov 2015 15:02:50 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511111502.tABF2oA4035853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Nov 2015 15:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401248 - head/net/pear-Net_URL2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 15:02:51 -0000 Author: vanilla Date: Wed Nov 11 15:02:49 2015 New Revision: 401248 URL: https://svnweb.freebsd.org/changeset/ports/401248 Log: Upgrade to 2.2.0. Modified: head/net/pear-Net_URL2/Makefile head/net/pear-Net_URL2/distinfo Modified: head/net/pear-Net_URL2/Makefile ============================================================================== --- head/net/pear-Net_URL2/Makefile Wed Nov 11 15:00:21 2015 (r401247) +++ head/net/pear-Net_URL2/Makefile Wed Nov 11 15:02:49 2015 (r401248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net_URL2 -PORTVERSION= 2.0.12 +PORTVERSION= 2.2.0 CATEGORIES= net www pear MAINTAINER= ports@FreeBSD.org Modified: head/net/pear-Net_URL2/distinfo ============================================================================== --- head/net/pear-Net_URL2/distinfo Wed Nov 11 15:00:21 2015 (r401247) +++ head/net/pear-Net_URL2/distinfo Wed Nov 11 15:02:49 2015 (r401248) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_URL2-2.0.12.tgz) = 4f721715ca0e8819242942ee46a19508ccc9763759f81519bf04c255d6bc020a -SIZE (PEAR/Net_URL2-2.0.12.tgz) = 19531 +SHA256 (PEAR/Net_URL2-2.2.0.tgz) = 5cb13982d0e690cd9df43cce61188c58480eee3c310ddf707786be7a79f5a141 +SIZE (PEAR/Net_URL2-2.2.0.tgz) = 19908 From owner-svn-ports-head@freebsd.org Wed Nov 11 15:06:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C1E1A2BAC2; Wed, 11 Nov 2015 15:06:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E8AA15FE; Wed, 11 Nov 2015 15:06:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABF6Ldc036076; Wed, 11 Nov 2015 15:06:21 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABF6LoO036074; Wed, 11 Nov 2015 15:06:21 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511111506.tABF6LoO036074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Nov 2015 15:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401249 - head/databases/pear-DB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 15:06:22 -0000 Author: vanilla Date: Wed Nov 11 15:06:21 2015 New Revision: 401249 URL: https://svnweb.freebsd.org/changeset/ports/401249 Log: Upgrade to 1.8.2. Modified: head/databases/pear-DB/Makefile head/databases/pear-DB/distinfo Modified: head/databases/pear-DB/Makefile ============================================================================== --- head/databases/pear-DB/Makefile Wed Nov 11 15:02:49 2015 (r401248) +++ head/databases/pear-DB/Makefile Wed Nov 11 15:06:21 2015 (r401249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DB -PORTVERSION= 1.7.14 +PORTVERSION= 1.8.2 PORTEPOCH= 1 CATEGORIES= databases www pear Modified: head/databases/pear-DB/distinfo ============================================================================== --- head/databases/pear-DB/distinfo Wed Nov 11 15:02:49 2015 (r401248) +++ head/databases/pear-DB/distinfo Wed Nov 11 15:06:21 2015 (r401249) @@ -1,2 +1,2 @@ -SHA256 (PEAR/DB-1.7.14.tgz) = a574483fd5c4440a4bf08018e8bcdde7f4619e9b964de2b357bd60733ec5919c -SIZE (PEAR/DB-1.7.14.tgz) = 133103 +SHA256 (PEAR/DB-1.8.2.tgz) = 51a4ad2bd3a5ec3590591013620bc81a89bc871d299599d4152681f5d2b1f125 +SIZE (PEAR/DB-1.8.2.tgz) = 131693 From owner-svn-ports-head@freebsd.org Wed Nov 11 15:07:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32710A2BB06; Wed, 11 Nov 2015 15:07:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F400017F6; Wed, 11 Nov 2015 15:07:30 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABF7UC6036223; Wed, 11 Nov 2015 15:07:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABF7Uh5036221; Wed, 11 Nov 2015 15:07:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511111507.tABF7Uh5036221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Nov 2015 15:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401250 - head/databases/pear-DB_DataObject X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 15:07:31 -0000 Author: vanilla Date: Wed Nov 11 15:07:29 2015 New Revision: 401250 URL: https://svnweb.freebsd.org/changeset/ports/401250 Log: Upgrade to 1.11.5. Modified: head/databases/pear-DB_DataObject/Makefile head/databases/pear-DB_DataObject/distinfo Modified: head/databases/pear-DB_DataObject/Makefile ============================================================================== --- head/databases/pear-DB_DataObject/Makefile Wed Nov 11 15:06:21 2015 (r401249) +++ head/databases/pear-DB_DataObject/Makefile Wed Nov 11 15:07:29 2015 (r401250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DB_DataObject -PORTVERSION= 1.11.4 +PORTVERSION= 1.11.5 CATEGORIES= databases pear MAINTAINER= ports@FreeBSD.org Modified: head/databases/pear-DB_DataObject/distinfo ============================================================================== --- head/databases/pear-DB_DataObject/distinfo Wed Nov 11 15:06:21 2015 (r401249) +++ head/databases/pear-DB_DataObject/distinfo Wed Nov 11 15:07:29 2015 (r401250) @@ -1,2 +1,2 @@ -SHA256 (PEAR/DB_DataObject-1.11.4.tgz) = 9642d807fa80c6784749f168dfda0262b2780385f321bca7b42b3ce4050ba079 -SIZE (PEAR/DB_DataObject-1.11.4.tgz) = 82406 +SHA256 (PEAR/DB_DataObject-1.11.5.tgz) = c3c7eac00d895b54a99bcbdbcffac637d552de85d37bd92d8cad30bdd00484ca +SIZE (PEAR/DB_DataObject-1.11.5.tgz) = 82809 From owner-svn-ports-head@freebsd.org Wed Nov 11 15:40:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6DFBA2C467; Wed, 11 Nov 2015 15:40:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 833661D04; Wed, 11 Nov 2015 15:40:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABFedLU044839; Wed, 11 Nov 2015 15:40:39 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABFedoh044836; Wed, 11 Nov 2015 15:40:39 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201511111540.tABFedoh044836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 11 Nov 2015 15:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401251 - in head/polish/kadu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 15:40:40 -0000 Author: pawel Date: Wed Nov 11 15:40:39 2015 New Revision: 401251 URL: https://svnweb.freebsd.org/changeset/ports/401251 Log: - Fix build with gcc 4.9 [1] - Use option helper PR: 204395 [1] Reported by: gerald [1] Added: head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h (contents, props changed) Modified: head/polish/kadu/Makefile Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Wed Nov 11 15:07:29 2015 (r401250) +++ head/polish/kadu/Makefile Wed Nov 11 15:40:39 2015 (r401251) @@ -53,10 +53,7 @@ GG_EMOTS_DESC= GG-compatible emoticons GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions -.include - -post-install: -.if ${PORT_OPTIONS:MGG_EMOTS} +post-install-GG_EMOTS-on: @${MKDIR} ${WRKSRC}/varia/themes/emoticons @cd ${WRKSRC}/varia/themes/emoticons && \ ${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \ @@ -64,6 +61,5 @@ post-install: cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} @cd ${WRKSRC}/varia/themes/emoticons && \ ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons -.endif .include Added: head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h Wed Nov 11 15:40:39 2015 (r401251) @@ -0,0 +1,11 @@ +--- kadu-core/execution-arguments/execution-arguments-parser.h.orig 2015-11-09 20:19:32 UTC ++++ kadu-core/execution-arguments/execution-arguments-parser.h +@@ -20,7 +20,7 @@ + #pragma once + + #include "exports.h" +- ++#include + #include + + class ExecutionArguments; From owner-svn-ports-head@freebsd.org Wed Nov 11 16:01:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 956C0A2CA95; Wed, 11 Nov 2015 16:01:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F21A188E; Wed, 11 Nov 2015 16:01:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABG1AZL050597; Wed, 11 Nov 2015 16:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABG1ABP050596; Wed, 11 Nov 2015 16:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511111601.tABG1ABP050596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 11 Nov 2015 16:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401252 - head/archivers/lbrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:01:11 -0000 Author: amdmi3 Date: Wed Nov 11 16:01:10 2015 New Revision: 401252 URL: https://svnweb.freebsd.org/changeset/ports/401252 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/archivers/lbrate/Makefile Modified: head/archivers/lbrate/Makefile ============================================================================== --- head/archivers/lbrate/Makefile Wed Nov 11 15:40:39 2015 (r401251) +++ head/archivers/lbrate/Makefile Wed Nov 11 16:01:10 2015 (r401252) @@ -10,7 +10,8 @@ MASTER_SITES= SUNSITE/utils/compress MAINTAINER= ports@FreeBSD.org COMMENT= Extract/decompress CP/M LBR archives -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" @@ -23,6 +24,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lbrate ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/lbrate.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Wed Nov 11 16:14:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26C66A2CD71; Wed, 11 Nov 2015 16:14:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E45011FAD; Wed, 11 Nov 2015 16:14:07 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGE73M056182; Wed, 11 Nov 2015 16:14:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGE6DG056175; Wed, 11 Nov 2015 16:14:06 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201511111614.tABGE6DG056175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 11 Nov 2015 16:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401253 - in head/textproc: . xalan-c xalan-c/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:14:08 -0000 Author: pawel Date: Wed Nov 11 16:14:06 2015 New Revision: 401253 URL: https://svnweb.freebsd.org/changeset/ports/401253 Log: Xalan-C++ is an XSLT processor from the Apache XML Project. It provides a shared library to transform XML documents into HTML, text or other XML document types from within your own application. WWW: http://xalan.apache.org/xalan-c/ PR: 204176 Submitted by: Roger Leigh Added: head/textproc/xalan-c/ head/textproc/xalan-c/Makefile (contents, props changed) head/textproc/xalan-c/distinfo (contents, props changed) head/textproc/xalan-c/files/ head/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp (contents, props changed) head/textproc/xalan-c/pkg-descr (contents, props changed) head/textproc/xalan-c/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Nov 11 16:01:10 2015 (r401252) +++ head/textproc/Makefile Wed Nov 11 16:14:06 2015 (r401253) @@ -1620,6 +1620,7 @@ SUBDIR += words SUBDIR += wv SUBDIR += wv2 + SUBDIR += xalan-c SUBDIR += xalan-j SUBDIR += xerces-c3 SUBDIR += xerces-j Added: head/textproc/xalan-c/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xalan-c/Makefile Wed Nov 11 16:14:06 2015 (r401253) @@ -0,0 +1,28 @@ +# Created by: Roger Leigh +# $FreeBSD$ + +PORTNAME= xalan-c +PORTVERSION= 1.11 +CATEGORIES= textproc +MASTER_SITES= APACHE/xalan/xalan-c/sources +DISTNAME= xalan_c-${PORTVERSION}-src + +MAINTAINER= rleigh@codelibre.net +COMMENT= XSLT processor from the Apache XML Project + +LICENSE= APACHE20 + +LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 + +GNU_CONFIGURE= yes +USES= gmake libtool localbase pathfix +USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + +CONFIGURE_ENV= XALANCROOT=${WRKSRC} XALAN_LOCALE_SYSTEM=inmem \ + XALAN_LOCALE=en_US +MAKE_ENV= ${CONFIGURE_ENV} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC_SUBDIR= c + +.include Added: head/textproc/xalan-c/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xalan-c/distinfo Wed Nov 11 16:14:06 2015 (r401253) @@ -0,0 +1,2 @@ +SHA256 (xalan_c-1.11-src.tar.gz) = 4f5e7f75733d72e30a2165f9fdb9371831cf6ff0d1997b1fb64cdd5dc2126a28 +SIZE (xalan_c-1.11-src.tar.gz) = 1689986 Added: head/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp Wed Nov 11 16:14:06 2015 (r401253) @@ -0,0 +1,11 @@ +--- src/xalanc/PlatformSupport/XalanLocator.hpp.orig 2012-09-27 06:59:33 UTC ++++ src/xalanc/PlatformSupport/XalanLocator.hpp +@@ -91,7 +91,7 @@ public: + const XalanDOMChar* theAlternateId = getEmptyPtr()) + { + return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ? +- theLocator->getPublicId() : theAlternateId); ++ theLocator->getSystemId() : theAlternateId); + } + + /** Added: head/textproc/xalan-c/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xalan-c/pkg-descr Wed Nov 11 16:14:06 2015 (r401253) @@ -0,0 +1,5 @@ +Xalan-C++ is an XSLT processor from the Apache XML Project. +It provides a shared library to transform XML documents into HTML, +text or other XML document types from within your own application. + +WWW: http://xalan.apache.org/xalan-c/ Added: head/textproc/xalan-c/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xalan-c/pkg-plist Wed Nov 11 16:14:06 2015 (r401253) @@ -0,0 +1,452 @@ +bin/Xalan +include/xalanc/DOMSupport/DOMServices.hpp +include/xalanc/DOMSupport/DOMSupport.hpp +include/xalanc/DOMSupport/DOMSupportDefault.hpp +include/xalanc/DOMSupport/DOMSupportDefinitions.hpp +include/xalanc/DOMSupport/DOMSupportException.hpp +include/xalanc/DOMSupport/DOMSupportInit.hpp +include/xalanc/DOMSupport/TreeWalker.hpp +include/xalanc/DOMSupport/XalanDocumentPrefixResolver.hpp +include/xalanc/DOMSupport/XalanNamespacesStack.hpp +include/xalanc/Harness/XalanDiagnosticMemoryManager.hpp +include/xalanc/Harness/XalanFileUtility.hpp +include/xalanc/Harness/XalanHarnessDefinitions.hpp +include/xalanc/Harness/XalanXMLFileReporter.hpp +include/xalanc/Include/AIXDefinitions.hpp +include/xalanc/Include/GCCDefinitions.hpp +include/xalanc/Include/HPUXDefinitions.hpp +include/xalanc/Include/IntelDefinitions.hpp +include/xalanc/Include/OS390Definitions.hpp +include/xalanc/Include/OS400Definitions.hpp +include/xalanc/Include/PlatformDefinitions.hpp +include/xalanc/Include/STLHelper.hpp +include/xalanc/Include/SolarisDefinitions.hpp +include/xalanc/Include/TRU64Definitions.hpp +include/xalanc/Include/VCPPDefinitions.hpp +include/xalanc/Include/XalanAutoPtr.hpp +include/xalanc/Include/XalanDeque.hpp +include/xalanc/Include/XalanList.hpp +include/xalanc/Include/XalanMap.hpp +include/xalanc/Include/XalanMemMgrAutoPtr.hpp +include/xalanc/Include/XalanMemoryManagement.hpp +include/xalanc/Include/XalanObjectCache.hpp +include/xalanc/Include/XalanObjectStackCache.hpp +include/xalanc/Include/XalanSet.hpp +include/xalanc/Include/XalanVector.hpp +include/xalanc/Include/XalanVersion.hpp +include/xalanc/PlatformSupport/ArenaAllocator.hpp +include/xalanc/PlatformSupport/ArenaBlock.hpp +include/xalanc/PlatformSupport/ArenaBlockBase.hpp +include/xalanc/PlatformSupport/AttributeListImpl.hpp +include/xalanc/PlatformSupport/AttributeVectorEntry.hpp +include/xalanc/PlatformSupport/AttributeVectorEntryExtended.hpp +include/xalanc/PlatformSupport/AttributesImpl.hpp +include/xalanc/PlatformSupport/DOMStringHelper.hpp +include/xalanc/PlatformSupport/DOMStringPrintWriter.hpp +include/xalanc/PlatformSupport/DirectoryEnumerator.hpp +include/xalanc/PlatformSupport/DoubleSupport.hpp +include/xalanc/PlatformSupport/ExecutionContext.hpp +include/xalanc/PlatformSupport/FormatterListener.hpp +include/xalanc/PlatformSupport/LocalMsgIndex.hpp +include/xalanc/PlatformSupport/NamedNodeMapAttributeList.hpp +include/xalanc/PlatformSupport/NullPrintWriter.hpp +include/xalanc/PlatformSupport/PlatformSupportDefinitions.hpp +include/xalanc/PlatformSupport/PlatformSupportInit.hpp +include/xalanc/PlatformSupport/PrefixResolver.hpp +include/xalanc/PlatformSupport/PrintWriter.hpp +include/xalanc/PlatformSupport/ProblemListenerBase.hpp +include/xalanc/PlatformSupport/ReusableArenaAllocator.hpp +include/xalanc/PlatformSupport/ReusableArenaBlock.hpp +include/xalanc/PlatformSupport/StdBinInputStream.hpp +include/xalanc/PlatformSupport/StringTokenizer.hpp +include/xalanc/PlatformSupport/URISupport.hpp +include/xalanc/PlatformSupport/Writer.hpp +include/xalanc/PlatformSupport/XSLException.hpp +include/xalanc/PlatformSupport/XalanAllocator.hpp +include/xalanc/PlatformSupport/XalanArrayAllocator.hpp +include/xalanc/PlatformSupport/XalanBitmap.hpp +include/xalanc/PlatformSupport/XalanCollationServices.hpp +include/xalanc/PlatformSupport/XalanDOMStringAllocator.hpp +include/xalanc/PlatformSupport/XalanDOMStringCache.hpp +include/xalanc/PlatformSupport/XalanDOMStringHashTable.hpp +include/xalanc/PlatformSupport/XalanDOMStringPool.hpp +include/xalanc/PlatformSupport/XalanDOMStringReusableAllocator.hpp +include/xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp +include/xalanc/PlatformSupport/XalanEncodingPropertyCache.hpp +include/xalanc/PlatformSupport/XalanFStreamOutputStream.hpp +include/xalanc/PlatformSupport/XalanFileOutputStream.hpp +include/xalanc/PlatformSupport/XalanICUMessageLoader.hpp +include/xalanc/PlatformSupport/XalanInMemoryMessageLoader.hpp +include/xalanc/PlatformSupport/XalanLocator.hpp +include/xalanc/PlatformSupport/XalanMemoryManagerDefault.hpp +include/xalanc/PlatformSupport/XalanMessageLoader.hpp +include/xalanc/PlatformSupport/XalanNLSMessageLoader.hpp +include/xalanc/PlatformSupport/XalanNamespace.hpp +include/xalanc/PlatformSupport/XalanNullOutputStream.hpp +include/xalanc/PlatformSupport/XalanNumberFormat.hpp +include/xalanc/PlatformSupport/XalanOutputStream.hpp +include/xalanc/PlatformSupport/XalanOutputStreamPrintWriter.hpp +include/xalanc/PlatformSupport/XalanParsedURI.hpp +include/xalanc/PlatformSupport/XalanReferenceCountedObject.hpp +include/xalanc/PlatformSupport/XalanSimplePrefixResolver.hpp +include/xalanc/PlatformSupport/XalanStdOutputStream.hpp +include/xalanc/PlatformSupport/XalanToXercesTranscoderWrapper.hpp +include/xalanc/PlatformSupport/XalanTranscodingServices.hpp +include/xalanc/PlatformSupport/XalanUTF16Transcoder.hpp +include/xalanc/PlatformSupport/XalanUnicode.hpp +include/xalanc/PlatformSupport/XalanXMLChar.hpp +include/xalanc/XMLSupport/FormatterToHTML.hpp +include/xalanc/XMLSupport/FormatterToNull.hpp +include/xalanc/XMLSupport/FormatterToText.hpp +include/xalanc/XMLSupport/FormatterToXML.hpp +include/xalanc/XMLSupport/FormatterToXMLUnicode.hpp +include/xalanc/XMLSupport/FormatterTreeWalker.hpp +include/xalanc/XMLSupport/XMLParserLiaison.hpp +include/xalanc/XMLSupport/XMLSupportDefinitions.hpp +include/xalanc/XMLSupport/XMLSupportException.hpp +include/xalanc/XMLSupport/XMLSupportInit.hpp +include/xalanc/XMLSupport/XalanDummyIndentWriter.hpp +include/xalanc/XMLSupport/XalanFormatterWriter.hpp +include/xalanc/XMLSupport/XalanHTMLElementsProperties.hpp +include/xalanc/XMLSupport/XalanIndentWriter.hpp +include/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp +include/xalanc/XMLSupport/XalanUTF16Writer.hpp +include/xalanc/XMLSupport/XalanUTF8Writer.hpp +include/xalanc/XMLSupport/XalanXMLSerializerBase.hpp +include/xalanc/XMLSupport/XalanXMLSerializerFactory.hpp +include/xalanc/XPath/ElementPrefixResolverProxy.hpp +include/xalanc/XPath/FormatterStringLengthCounter.hpp +include/xalanc/XPath/Function.hpp +include/xalanc/XPath/FunctionConcat.hpp +include/xalanc/XPath/FunctionContains.hpp +include/xalanc/XPath/FunctionID.hpp +include/xalanc/XPath/FunctionLang.hpp +include/xalanc/XPath/FunctionNamespaceURI.hpp +include/xalanc/XPath/FunctionNormalizeSpace.hpp +include/xalanc/XPath/FunctionStartsWith.hpp +include/xalanc/XPath/FunctionString.hpp +include/xalanc/XPath/FunctionSubstring.hpp +include/xalanc/XPath/FunctionSubstringAfter.hpp +include/xalanc/XPath/FunctionSubstringBefore.hpp +include/xalanc/XPath/FunctionTranslate.hpp +include/xalanc/XPath/MutableNodeRefList.hpp +include/xalanc/XPath/NameSpace.hpp +include/xalanc/XPath/NodeRefList.hpp +include/xalanc/XPath/NodeRefListBase.hpp +include/xalanc/XPath/XBoolean.hpp +include/xalanc/XPath/XNodeSet.hpp +include/xalanc/XPath/XNodeSetAllocator.hpp +include/xalanc/XPath/XNodeSetBase.hpp +include/xalanc/XPath/XNodeSetNodeProxy.hpp +include/xalanc/XPath/XNodeSetNodeProxyAllocator.hpp +include/xalanc/XPath/XNodeSetResultTreeFragProxy.hpp +include/xalanc/XPath/XNumber.hpp +include/xalanc/XPath/XNumberAllocator.hpp +include/xalanc/XPath/XNumberBase.hpp +include/xalanc/XPath/XObject.hpp +include/xalanc/XPath/XObjectFactory.hpp +include/xalanc/XPath/XObjectFactoryDefault.hpp +include/xalanc/XPath/XObjectResultTreeFragProxy.hpp +include/xalanc/XPath/XObjectResultTreeFragProxyBase.hpp +include/xalanc/XPath/XObjectResultTreeFragProxyText.hpp +include/xalanc/XPath/XObjectTypeCallback.hpp +include/xalanc/XPath/XPath.hpp +include/xalanc/XPath/XPathAllocator.hpp +include/xalanc/XPath/XPathConstructionContext.hpp +include/xalanc/XPath/XPathConstructionContextDefault.hpp +include/xalanc/XPath/XPathDefinitions.hpp +include/xalanc/XPath/XPathEnvSupport.hpp +include/xalanc/XPath/XPathEnvSupportDefault.hpp +include/xalanc/XPath/XPathEvaluator.hpp +include/xalanc/XPath/XPathExecutionContext.hpp +include/xalanc/XPath/XPathExecutionContextDefault.hpp +include/xalanc/XPath/XPathExpression.hpp +include/xalanc/XPath/XPathFactory.hpp +include/xalanc/XPath/XPathFactoryBlock.hpp +include/xalanc/XPath/XPathFactoryDefault.hpp +include/xalanc/XPath/XPathFunctionTable.hpp +include/xalanc/XPath/XPathInit.hpp +include/xalanc/XPath/XPathParserException.hpp +include/xalanc/XPath/XPathProcessor.hpp +include/xalanc/XPath/XPathProcessorImpl.hpp +include/xalanc/XPath/XString.hpp +include/xalanc/XPath/XStringAdapter.hpp +include/xalanc/XPath/XStringAdapterAllocator.hpp +include/xalanc/XPath/XStringAllocator.hpp +include/xalanc/XPath/XStringBase.hpp +include/xalanc/XPath/XStringCached.hpp +include/xalanc/XPath/XStringCachedAllocator.hpp +include/xalanc/XPath/XStringReference.hpp +include/xalanc/XPath/XStringReferenceAllocator.hpp +include/xalanc/XPath/XToken.hpp +include/xalanc/XPath/XTokenNumberAdapter.hpp +include/xalanc/XPath/XTokenNumberAdapterAllocator.hpp +include/xalanc/XPath/XTokenStringAdapter.hpp +include/xalanc/XPath/XTokenStringAdapterAllocator.hpp +include/xalanc/XPath/XUnknown.hpp +include/xalanc/XPath/XalanDocumentFragmentNodeRefListBaseProxy.hpp +include/xalanc/XPath/XalanQName.hpp +include/xalanc/XPath/XalanQNameByReference.hpp +include/xalanc/XPath/XalanQNameByValue.hpp +include/xalanc/XPath/XalanQNameByValueAllocator.hpp +include/xalanc/XPath/XalanXPathException.hpp +include/xalanc/XPathCAPI/XPathCAPI.h +include/xalanc/XSLT/AVT.hpp +include/xalanc/XSLT/AVTPart.hpp +include/xalanc/XSLT/AVTPartSimple.hpp +include/xalanc/XSLT/AVTPartXPath.hpp +include/xalanc/XSLT/Constants.hpp +include/xalanc/XSLT/CountersTable.hpp +include/xalanc/XSLT/DecimalToRoman.hpp +include/xalanc/XSLT/ElemApplyImport.hpp +include/xalanc/XSLT/ElemApplyTemplates.hpp +include/xalanc/XSLT/ElemAttribute.hpp +include/xalanc/XSLT/ElemAttributeSet.hpp +include/xalanc/XSLT/ElemCallTemplate.hpp +include/xalanc/XSLT/ElemChoose.hpp +include/xalanc/XSLT/ElemComment.hpp +include/xalanc/XSLT/ElemCopy.hpp +include/xalanc/XSLT/ElemCopyOf.hpp +include/xalanc/XSLT/ElemDecimalFormat.hpp +include/xalanc/XSLT/ElemElement.hpp +include/xalanc/XSLT/ElemEmpty.hpp +include/xalanc/XSLT/ElemExtensionCall.hpp +include/xalanc/XSLT/ElemFallback.hpp +include/xalanc/XSLT/ElemForEach.hpp +include/xalanc/XSLT/ElemForwardCompatible.hpp +include/xalanc/XSLT/ElemIf.hpp +include/xalanc/XSLT/ElemLiteralResult.hpp +include/xalanc/XSLT/ElemMessage.hpp +include/xalanc/XSLT/ElemNumber.hpp +include/xalanc/XSLT/ElemOtherwise.hpp +include/xalanc/XSLT/ElemPI.hpp +include/xalanc/XSLT/ElemParam.hpp +include/xalanc/XSLT/ElemSort.hpp +include/xalanc/XSLT/ElemTemplate.hpp +include/xalanc/XSLT/ElemTemplateElement.hpp +include/xalanc/XSLT/ElemText.hpp +include/xalanc/XSLT/ElemTextLiteral.hpp +include/xalanc/XSLT/ElemUse.hpp +include/xalanc/XSLT/ElemValueOf.hpp +include/xalanc/XSLT/ElemVariable.hpp +include/xalanc/XSLT/ElemWhen.hpp +include/xalanc/XSLT/ElemWithParam.hpp +include/xalanc/XSLT/ExtensionFunctionHandler.hpp +include/xalanc/XSLT/ExtensionNSHandler.hpp +include/xalanc/XSLT/FunctionCurrent.hpp +include/xalanc/XSLT/FunctionDocument.hpp +include/xalanc/XSLT/FunctionElementAvailable.hpp +include/xalanc/XSLT/FunctionFormatNumber.hpp +include/xalanc/XSLT/FunctionFunctionAvailable.hpp +include/xalanc/XSLT/FunctionGenerateID.hpp +include/xalanc/XSLT/FunctionKey.hpp +include/xalanc/XSLT/FunctionSystemProperty.hpp +include/xalanc/XSLT/FunctionUnparsedEntityURI.hpp +include/xalanc/XSLT/GenerateEvent.hpp +include/xalanc/XSLT/KeyDeclaration.hpp +include/xalanc/XSLT/KeyTable.hpp +include/xalanc/XSLT/NamespacesHandler.hpp +include/xalanc/XSLT/NodeSortKey.hpp +include/xalanc/XSLT/NodeSorter.hpp +include/xalanc/XSLT/OutputContextStack.hpp +include/xalanc/XSLT/ProblemListener.hpp +include/xalanc/XSLT/ProblemListenerDefault.hpp +include/xalanc/XSLT/ResultNamespacesStack.hpp +include/xalanc/XSLT/SelectionEvent.hpp +include/xalanc/XSLT/Stylesheet.hpp +include/xalanc/XSLT/StylesheetConstructionContext.hpp +include/xalanc/XSLT/StylesheetConstructionContextDefault.hpp +include/xalanc/XSLT/StylesheetExecutionContext.hpp +include/xalanc/XSLT/StylesheetExecutionContextDefault.hpp +include/xalanc/XSLT/StylesheetHandler.hpp +include/xalanc/XSLT/StylesheetRoot.hpp +include/xalanc/XSLT/TopLevelArg.hpp +include/xalanc/XSLT/TraceListener.hpp +include/xalanc/XSLT/TraceListenerDefault.hpp +include/xalanc/XSLT/TracerEvent.hpp +include/xalanc/XSLT/VariablesStack.hpp +include/xalanc/XSLT/XResultTreeFrag.hpp +include/xalanc/XSLT/XResultTreeFragAllocator.hpp +include/xalanc/XSLT/XSLTDefinitions.hpp +include/xalanc/XSLT/XSLTEngineImpl.hpp +include/xalanc/XSLT/XSLTInit.hpp +include/xalanc/XSLT/XSLTInputSource.hpp +include/xalanc/XSLT/XSLTProcessor.hpp +include/xalanc/XSLT/XSLTProcessorEnvSupport.hpp +include/xalanc/XSLT/XSLTProcessorEnvSupportDefault.hpp +include/xalanc/XSLT/XSLTProcessorException.hpp +include/xalanc/XSLT/XSLTResultTarget.hpp +include/xalanc/XSLT/XalanAVTAllocator.hpp +include/xalanc/XSLT/XalanAVTPartSimpleAllocator.hpp +include/xalanc/XSLT/XalanAVTPartXPathAllocator.hpp +include/xalanc/XSLT/XalanElemApplyTemplatesAllocator.hpp +include/xalanc/XSLT/XalanElemAttributeAllocator.hpp +include/xalanc/XSLT/XalanElemAttributeSetAllocator.hpp +include/xalanc/XSLT/XalanElemCallTemplateAllocator.hpp +include/xalanc/XSLT/XalanElemElementAllocator.hpp +include/xalanc/XSLT/XalanElemEmptyAllocator.hpp +include/xalanc/XSLT/XalanElemLiteralResultAllocator.hpp +include/xalanc/XSLT/XalanElemTemplateAllocator.hpp +include/xalanc/XSLT/XalanElemTextAllocator.hpp +include/xalanc/XSLT/XalanElemTextLiteralAllocator.hpp +include/xalanc/XSLT/XalanElemValueOfAllocator.hpp +include/xalanc/XSLT/XalanElemVariableAllocator.hpp +include/xalanc/XSLT/XalanMatchPatternData.hpp +include/xalanc/XSLT/XalanMatchPatternDataAllocator.hpp +include/xalanc/XSLT/XalanNumberingResourceBundle.hpp +include/xalanc/XSLT/XalanParamHolder.hpp +include/xalanc/XSLT/XalanSourceTreeDocumentAllocator.hpp +include/xalanc/XSLT/XalanSourceTreeDocumentFragmentAllocator.hpp +include/xalanc/XSLT/XalanSpaceNodeTester.hpp +include/xalanc/XalanDOM/XalanAttr.hpp +include/xalanc/XalanDOM/XalanCDATASection.hpp +include/xalanc/XalanDOM/XalanCharacterData.hpp +include/xalanc/XalanDOM/XalanComment.hpp +include/xalanc/XalanDOM/XalanDOMDefinitions.hpp +include/xalanc/XalanDOM/XalanDOMException.hpp +include/xalanc/XalanDOM/XalanDOMImplementation.hpp +include/xalanc/XalanDOM/XalanDOMInit.hpp +include/xalanc/XalanDOM/XalanDOMString.hpp +include/xalanc/XalanDOM/XalanDocument.hpp +include/xalanc/XalanDOM/XalanDocumentFragment.hpp +include/xalanc/XalanDOM/XalanDocumentType.hpp +include/xalanc/XalanDOM/XalanElement.hpp +include/xalanc/XalanDOM/XalanEmptyNamedNodeMap.hpp +include/xalanc/XalanDOM/XalanEntity.hpp +include/xalanc/XalanDOM/XalanEntityReference.hpp +include/xalanc/XalanDOM/XalanNamedNodeMap.hpp +include/xalanc/XalanDOM/XalanNode.hpp +include/xalanc/XalanDOM/XalanNodeList.hpp +include/xalanc/XalanDOM/XalanNodeListDummy.hpp +include/xalanc/XalanDOM/XalanNodeListSurrogate.hpp +include/xalanc/XalanDOM/XalanNotation.hpp +include/xalanc/XalanDOM/XalanProcessingInstruction.hpp +include/xalanc/XalanDOM/XalanText.hpp +include/xalanc/XalanEXSLT/XalanEXSLTCommon.hpp +include/xalanc/XalanEXSLT/XalanEXSLTCommonImpl.hpp +include/xalanc/XalanEXSLT/XalanEXSLTDateTime.hpp +include/xalanc/XalanEXSLT/XalanEXSLTDateTimeImpl.hpp +include/xalanc/XalanEXSLT/XalanEXSLTDefinitions.hpp +include/xalanc/XalanEXSLT/XalanEXSLTDynamic.hpp +include/xalanc/XalanEXSLT/XalanEXSLTDynamicImpl.hpp +include/xalanc/XalanEXSLT/XalanEXSLTMath.hpp +include/xalanc/XalanEXSLT/XalanEXSLTMathImpl.hpp +include/xalanc/XalanEXSLT/XalanEXSLTSet.hpp +include/xalanc/XalanEXSLT/XalanEXSLTSetImpl.hpp +include/xalanc/XalanEXSLT/XalanEXSLTString.hpp +include/xalanc/XalanEXSLT/XalanEXSLTStringImpl.hpp +include/xalanc/XalanExtensions/FunctionDifference.hpp +include/xalanc/XalanExtensions/FunctionDistinct.hpp +include/xalanc/XalanExtensions/FunctionEvaluate.hpp +include/xalanc/XalanExtensions/FunctionHasSameNodes.hpp +include/xalanc/XalanExtensions/FunctionIntersection.hpp +include/xalanc/XalanExtensions/FunctionNodeSet.hpp +include/xalanc/XalanExtensions/XalanExtensions.hpp +include/xalanc/XalanExtensions/XalanExtensionsDefinitions.hpp +include/xalanc/XalanSourceTree/FormatterToSourceTree.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeAttr.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeAttrNS.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeAttributeAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeAttributeNSAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeComment.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeCommentAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeDOMSupport.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeDefinitions.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeDocument.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElement.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementA.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementAAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementANS.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementANSAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementNA.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementNAAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementNANS.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeElementNANSAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeHelper.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeInit.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeProcessingInstruction.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeProcessingInstructionAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeText.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeTextAllocator.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeTextIWS.hpp +include/xalanc/XalanSourceTree/XalanSourceTreeTextIWSAllocator.hpp +include/xalanc/XalanTransformer/XalanCAPI.h +include/xalanc/XalanTransformer/XalanCompiledStylesheet.hpp +include/xalanc/XalanTransformer/XalanCompiledStylesheetDefault.hpp +include/xalanc/XalanTransformer/XalanDefaultDocumentBuilder.hpp +include/xalanc/XalanTransformer/XalanDefaultParsedSource.hpp +include/xalanc/XalanTransformer/XalanDocumentBuilder.hpp +include/xalanc/XalanTransformer/XalanParsedSource.hpp +include/xalanc/XalanTransformer/XalanSourceTreeWrapperParsedSource.hpp +include/xalanc/XalanTransformer/XalanTransformer.hpp +include/xalanc/XalanTransformer/XalanTransformerDefinitions.hpp +include/xalanc/XalanTransformer/XalanTransformerOutputStream.hpp +include/xalanc/XalanTransformer/XalanTransformerProblemListener.hpp +include/xalanc/XalanTransformer/XercesDOMParsedSource.hpp +include/xalanc/XalanTransformer/XercesDOMWrapperParsedSource.hpp +include/xalanc/XercesParserLiaison/Deprecated/FormatterToDeprecatedXercesDOM.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesAttrBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesAttributeBridgeAllocator.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesBridgeHelper.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesBridgeNavigator.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesBridgeTypes.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesCDATASectionBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesCommentBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesDOMImplementationBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesDOM_NodeHack.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesDocumentBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesDocumentFragmentBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesDocumentTypeBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesElementBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesElementBridgeAllocator.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesEntityBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesEntityReferenceBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesNamedNodeMapBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesNodeListBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesNotationBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesProcessingInstructionBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesTextBridge.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesTextBridgeAllocator.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesToXalanNodeMap.hpp +include/xalanc/XercesParserLiaison/Deprecated/XercesTreeWalker.hpp +include/xalanc/XercesParserLiaison/FormatterToXercesDOM.hpp +include/xalanc/XercesParserLiaison/XercesAttrWrapper.hpp +include/xalanc/XercesParserLiaison/XercesAttrWrapperAllocator.hpp +include/xalanc/XercesParserLiaison/XercesCDATASectionWrapper.hpp +include/xalanc/XercesParserLiaison/XercesCommentWrapper.hpp +include/xalanc/XercesParserLiaison/XercesDOMException.hpp +include/xalanc/XercesParserLiaison/XercesDOMFormatterWalker.hpp +include/xalanc/XercesParserLiaison/XercesDOMImplementationWrapper.hpp +include/xalanc/XercesParserLiaison/XercesDOMSupport.hpp +include/xalanc/XercesParserLiaison/XercesDOMWalker.hpp +include/xalanc/XercesParserLiaison/XercesDOMWrapperException.hpp +include/xalanc/XercesParserLiaison/XercesDocumentTypeWrapper.hpp +include/xalanc/XercesParserLiaison/XercesDocumentWrapper.hpp +include/xalanc/XercesParserLiaison/XercesElementWrapper.hpp +include/xalanc/XercesParserLiaison/XercesElementWrapperAllocator.hpp +include/xalanc/XercesParserLiaison/XercesEntityReferenceWrapper.hpp +include/xalanc/XercesParserLiaison/XercesEntityWrapper.hpp +include/xalanc/XercesParserLiaison/XercesLiaisonXalanDOMStringPool.hpp +include/xalanc/XercesParserLiaison/XercesNamedNodeMapAttributeList.hpp +include/xalanc/XercesParserLiaison/XercesNamedNodeMapWrapper.hpp +include/xalanc/XercesParserLiaison/XercesNodeListWrapper.hpp +include/xalanc/XercesParserLiaison/XercesNotationWrapper.hpp +include/xalanc/XercesParserLiaison/XercesParserLiaison.hpp +include/xalanc/XercesParserLiaison/XercesParserLiaisonDefinitions.hpp +include/xalanc/XercesParserLiaison/XercesProcessingInstructionWrapper.hpp +include/xalanc/XercesParserLiaison/XercesTextWrapper.hpp +include/xalanc/XercesParserLiaison/XercesTextWrapperAllocator.hpp +include/xalanc/XercesParserLiaison/XercesWrapperHelper.hpp +include/xalanc/XercesParserLiaison/XercesWrapperNavigator.hpp +include/xalanc/XercesParserLiaison/XercesWrapperNavigatorAllocator.hpp +include/xalanc/XercesParserLiaison/XercesWrapperToXalanNodeMap.hpp +include/xalanc/XercesParserLiaison/XercesWrapperTypes.hpp +lib/libxalan-c.so +lib/libxalan-c.so.111 +lib/libxalan-c.so.111.0 +lib/libxalanMsg.so +lib/libxalanMsg.so.111 +lib/libxalanMsg.so.111.0 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:16:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99A45A2CDA1; Wed, 11 Nov 2015 16:16:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583291111; Wed, 11 Nov 2015 16:16:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGGhgq056395; Wed, 11 Nov 2015 16:16:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGGhVo056393; Wed, 11 Nov 2015 16:16:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201511111616.tABGGhVo056393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 11 Nov 2015 16:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401254 - head/devel/jenkins-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:16:44 -0000 Author: swills Date: Wed Nov 11 16:16:43 2015 New Revision: 401254 URL: https://svnweb.freebsd.org/changeset/ports/401254 Log: devel/jenkins-lts: update to 1.625.2 Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Wed Nov 11 16:14:06 2015 (r401253) +++ head/devel/jenkins-lts/Makefile Wed Nov 11 16:16:43 2015 (r401254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.625.1 +PORTVERSION= 1.625.2 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Wed Nov 11 16:14:06 2015 (r401253) +++ head/devel/jenkins-lts/distinfo Wed Nov 11 16:16:43 2015 (r401254) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.625.1/jenkins.war) = e5134146d398f00712c19c69bc84a594509505eec2ba6930f8df41689debfbcb -SIZE (jenkins/1.625.1/jenkins.war) = 62885582 +SHA256 (jenkins/1.625.2/jenkins.war) = ea061e63dc2970d37d5eab13aefe93f7d983a94729a8e9a89576dfa3bfed01d4 +SIZE (jenkins/1.625.2/jenkins.war) = 63305884 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:26:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8FDFA2C0EC; Wed, 11 Nov 2015 16:26:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B2B61BE4; Wed, 11 Nov 2015 16:26:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGQe9E059543; Wed, 11 Nov 2015 16:26:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGQeJl059541; Wed, 11 Nov 2015 16:26:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201511111626.tABGQeJl059541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 11 Nov 2015 16:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401255 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:26:42 -0000 Author: swills Date: Wed Nov 11 16:26:40 2015 New Revision: 401255 URL: https://svnweb.freebsd.org/changeset/ports/401255 Log: Document RCE in jenkins Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 11 16:16:43 2015 (r401254) +++ head/security/vuxml/vuln.xml Wed Nov 11 16:26:40 2015 (r401255) @@ -58,6 +58,38 @@ Notes: --> + + jenkins -- remote code execution via unsafe deserialization + + + jenkins + 1.638 + + + jenkins-lts + 1.625.2 + + + + +

Jenkins Developers report:

+
+

Unsafe deserialization allows unauthenticated remote attackers to + run arbitrary code on the Jenkins master.

+
+ +
+ + https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-11-11 + https://jenkins-ci.org/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli + http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/#thefix + + + 2015-11-06 + 2015-11-11 + +
+ owncloudclient -- Improper validation of certificates when using self-signed certificates From owner-svn-ports-head@freebsd.org Wed Nov 11 16:29:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA8BA2C161; Wed, 11 Nov 2015 16:29:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 209011E36; Wed, 11 Nov 2015 16:29:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGTbDY059905; Wed, 11 Nov 2015 16:29:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGTafH059903; Wed, 11 Nov 2015 16:29:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201511111629.tABGTafH059903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 11 Nov 2015 16:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401257 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:29:38 -0000 Author: swills Date: Wed Nov 11 16:29:36 2015 New Revision: 401257 URL: https://svnweb.freebsd.org/changeset/ports/401257 Log: devel/jenkins: update to 1.638 Approved by: lwhsu (maintainer) Security: b665668a-91db-4f13-8113-9e4b5b0e47f7 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed Nov 11 16:28:02 2015 (r401256) +++ head/devel/jenkins/Makefile Wed Nov 11 16:29:36 2015 (r401257) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.637 +PORTVERSION= 1.638 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Wed Nov 11 16:28:02 2015 (r401256) +++ head/devel/jenkins/distinfo Wed Nov 11 16:29:36 2015 (r401257) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.637/jenkins.war) = cb29a5ab6a6682984372499fd1ebc02f004b21fb124132b0e5cf94bc5e18a289 -SIZE (jenkins/1.637/jenkins.war) = 63532267 +SHA256 (jenkins/1.638/jenkins.war) = 08d60e5f7db3cb4cb650a647dea60d4e1cb285a379bf3d3de0f62309854d7dcd +SIZE (jenkins/1.638/jenkins.war) = 63586592 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28662A2CB2E; Wed, 11 Nov 2015 16:51:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1CF214BA; Wed, 11 Nov 2015 16:51:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpVqB067960; Wed, 11 Nov 2015 16:51:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpVSC067959; Wed, 11 Nov 2015 16:51:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpVSC067959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401259 - head/science/cdo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:33 -0000 Author: sunpoet Date: Wed Nov 11 16:51:31 2015 New Revision: 401259 URL: https://svnweb.freebsd.org/changeset/ports/401259 Log: - Fix i386 build on FreeBSD 9.x Modified: head/science/cdo/Makefile Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Wed Nov 11 16:31:47 2015 (r401258) +++ head/science/cdo/Makefile Wed Nov 11 16:51:31 2015 (r401259) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --disable-cgribex \ --disable-extra \ --disable-grib \ --disable-ieg \ + --disable-openmp \ --disable-service \ --enable-cdi-lib \ --program-transform-name="" \ From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288F4A2CB65; Wed, 11 Nov 2015 16:51:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57B715B4; Wed, 11 Nov 2015 16:51:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpZfM068077; Wed, 11 Nov 2015 16:51:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpZgY068075; Wed, 11 Nov 2015 16:51:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpZgY068075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401260 - head/textproc/p5-Text-Soundex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:37 -0000 Author: sunpoet Date: Wed Nov 11 16:51:35 2015 New Revision: 401260 URL: https://svnweb.freebsd.org/changeset/ports/401260 Log: - Update to 3.05 - Add LICENSE Changes: http://search.cpan.org/dist/Text-Soundex/Changes Modified: head/textproc/p5-Text-Soundex/Makefile head/textproc/p5-Text-Soundex/distinfo Modified: head/textproc/p5-Text-Soundex/Makefile ============================================================================== --- head/textproc/p5-Text-Soundex/Makefile Wed Nov 11 16:51:31 2015 (r401259) +++ head/textproc/p5-Text-Soundex/Makefile Wed Nov 11 16:51:35 2015 (r401260) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Soundex -PORTVERSION= 3.04 -PORTREVISION= 1 +PORTVERSION= 3.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the soundex algorithm +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-Text-Soundex/distinfo ============================================================================== --- head/textproc/p5-Text-Soundex/distinfo Wed Nov 11 16:51:31 2015 (r401259) +++ head/textproc/p5-Text-Soundex/distinfo Wed Nov 11 16:51:35 2015 (r401260) @@ -1,2 +1,2 @@ -SHA256 (Text-Soundex-3.04.tar.gz) = 2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9 -SIZE (Text-Soundex-3.04.tar.gz) = 9024 +SHA256 (Text-Soundex-3.05.tar.gz) = f6dd55b4280b25dea978221839864382560074e1d6933395faee2510c2db60ed +SIZE (Text-Soundex-3.05.tar.gz) = 15527 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8049FA2CB9A; Wed, 11 Nov 2015 16:51:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E66417C4; Wed, 11 Nov 2015 16:51:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpeMm068209; Wed, 11 Nov 2015 16:51:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpeGV068206; Wed, 11 Nov 2015 16:51:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpeGV068206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401261 - head/devel/p5-DateTime-Incomplete X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:41 -0000 Author: sunpoet Date: Wed Nov 11 16:51:39 2015 New Revision: 401261 URL: https://svnweb.freebsd.org/changeset/ports/401261 Log: - Update to 0.08 - Remove DISTVERSION - Add LICENSE_FILE and remove LICENSE from PORTDOCS - Add NO_ARCH - Convert to new options target helper - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Incomplete/Changes Modified: head/devel/p5-DateTime-Incomplete/Makefile head/devel/p5-DateTime-Incomplete/distinfo head/devel/p5-DateTime-Incomplete/pkg-plist Modified: head/devel/p5-DateTime-Incomplete/Makefile ============================================================================== --- head/devel/p5-DateTime-Incomplete/Makefile Wed Nov 11 16:51:35 2015 (r401260) +++ head/devel/p5-DateTime-Incomplete/Makefile Wed Nov 11 16:51:39 2015 (r401261) @@ -2,10 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Incomplete -PORTVERSION= 0.07.00 -PORTREVISION= 1 -DISTVERSION= ${PORTVERSION:C/\.(..)$//} -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,21 +12,23 @@ COMMENT= Incomplete DateTime, like Janua LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0.14:${PORTSDIR}/devel/p5-DateTime-Set \ p5-DateTime-Event-Recurrence>=0:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DOCS -PORTDOCS= Changes LICENSE MANIFEST README TODO +PORTDOCS= Changes MANIFEST README TODO -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/p5-DateTime-Incomplete/distinfo ============================================================================== --- head/devel/p5-DateTime-Incomplete/distinfo Wed Nov 11 16:51:35 2015 (r401260) +++ head/devel/p5-DateTime-Incomplete/distinfo Wed Nov 11 16:51:39 2015 (r401261) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Incomplete-0.07.tar.gz) = 086a2442801637abc01e431ef5cdf13b022e7c9b04ab85bba7fc49266fe645c5 -SIZE (DateTime-Incomplete-0.07.tar.gz) = 25415 +SHA256 (DateTime-Incomplete-0.08.tar.gz) = b1e852e5cd3f8d5c38aa2e7fa5f8521ba22a52515936eb09597047288272b3ec +SIZE (DateTime-Incomplete-0.08.tar.gz) = 25886 Modified: head/devel/p5-DateTime-Incomplete/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Incomplete/pkg-plist Wed Nov 11 16:51:35 2015 (r401260) +++ head/devel/p5-DateTime-Incomplete/pkg-plist Wed Nov 11 16:51:39 2015 (r401261) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Incomplete.3.gz %%SITE_PERL%%/DateTime/Incomplete.pm +%%PERL5_MAN3%%/DateTime::Incomplete.3.gz From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF40AA2CBC0; Wed, 11 Nov 2015 16:51:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9FB18DA; Wed, 11 Nov 2015 16:51:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpiNd068324; Wed, 11 Nov 2015 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpiu6068322; Wed, 11 Nov 2015 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpiu6068322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401262 - head/devel/p5-DateTime-Set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:46 -0000 Author: sunpoet Date: Wed Nov 11 16:51:44 2015 New Revision: 401262 URL: https://svnweb.freebsd.org/changeset/ports/401262 Log: - Update to 0.3500 - Add LICENSE_FILE - Add NO_ARCH - Convert to new options target helper Changes: http://search.cpan.org/dist/DateTime-Set/Changes Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Wed Nov 11 16:51:39 2015 (r401261) +++ head/devel/p5-DateTime-Set/Makefile Wed Nov 11 16:51:44 2015 (r401262) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.34 +PORTVERSION= 0.35 DISTVERSIONSUFFIX= 00 -PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Datetime sets and set math LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ p5-Set-Infinite>=0.59:${PORTSDIR}/devel/p5-Set-Infinite @@ -20,12 +20,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTDOCS= Changes README TODO -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Wed Nov 11 16:51:39 2015 (r401261) +++ head/devel/p5-DateTime-Set/distinfo Wed Nov 11 16:51:44 2015 (r401262) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Set-0.3400.tar.gz) = abff0431185a11824a2edda8b8934bc3d52d8a8612b24469e1c8c8f9533247ac -SIZE (DateTime-Set-0.3400.tar.gz) = 44951 +SHA256 (DateTime-Set-0.3500.tar.gz) = e983286167d99051f567a7a4b10ec2e67f8571f1766238e5d47fe076c5be8131 +SIZE (DateTime-Set-0.3500.tar.gz) = 44863 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32454A2CBDE; Wed, 11 Nov 2015 16:51:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D786719D3; Wed, 11 Nov 2015 16:51:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpmgJ068441; Wed, 11 Nov 2015 16:51:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpmSs068439; Wed, 11 Nov 2015 16:51:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpmSs068439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401263 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:50 -0000 Author: sunpoet Date: Wed Nov 11 16:51:48 2015 New Revision: 401263 URL: https://svnweb.freebsd.org/changeset/ports/401263 Log: - Update to 4.0 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Wed Nov 11 16:51:44 2015 (r401262) +++ head/devel/p5-Minion/Makefile Wed Nov 11 16:51:48 2015 (r401263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 3.02 +PORTVERSION= 4.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Wed Nov 11 16:51:44 2015 (r401262) +++ head/devel/p5-Minion/distinfo Wed Nov 11 16:51:48 2015 (r401263) @@ -1,2 +1,2 @@ -SHA256 (Minion-3.02.tar.gz) = 6c28ad3e3eb014cb2107553983790b5bfe2a50622fa7f0b3da3269db57e1b972 -SIZE (Minion-3.02.tar.gz) = 25800 +SHA256 (Minion-4.0.tar.gz) = 7913f4f80ecfe60f2f61fb47cec77ec52ba9041b58de91479ca9b72f2fc006d5 +SIZE (Minion-4.0.tar.gz) = 26205 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9419A2CC09; Wed, 11 Nov 2015 16:51:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56F211ACB; Wed, 11 Nov 2015 16:51:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpr3S068571; Wed, 11 Nov 2015 16:51:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGprSe068568; Wed, 11 Nov 2015 16:51:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGprSe068568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401264 - head/devel/p5-Exporter-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:54 -0000 Author: sunpoet Date: Wed Nov 11 16:51:52 2015 New Revision: 401264 URL: https://svnweb.freebsd.org/changeset/ports/401264 Log: - Update to 0.07 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Exporter-Lite/Changes Modified: head/devel/p5-Exporter-Lite/Makefile head/devel/p5-Exporter-Lite/distinfo head/devel/p5-Exporter-Lite/pkg-plist Modified: head/devel/p5-Exporter-Lite/Makefile ============================================================================== --- head/devel/p5-Exporter-Lite/Makefile Wed Nov 11 16:51:48 2015 (r401263) +++ head/devel/p5-Exporter-Lite/Makefile Wed Nov 11 16:51:52 2015 (r401264) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Exporter-Lite -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Lightweight exporting of variab LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Exporter-Lite/distinfo ============================================================================== --- head/devel/p5-Exporter-Lite/distinfo Wed Nov 11 16:51:48 2015 (r401263) +++ head/devel/p5-Exporter-Lite/distinfo Wed Nov 11 16:51:52 2015 (r401264) @@ -1,2 +1,2 @@ -SHA256 (Exporter-Lite-0.06.tar.gz) = f252562176c48cdc29c543d31ba3e0eed71042e9ad2b20f9f6283bd2e29e8f4c -SIZE (Exporter-Lite-0.06.tar.gz) = 6540 +SHA256 (Exporter-Lite-0.07.tar.gz) = b07727bfeab854d8d8e6d957775c51c6aa906658c963210b3c609abbbe5052d3 +SIZE (Exporter-Lite-0.07.tar.gz) = 6601 Modified: head/devel/p5-Exporter-Lite/pkg-plist ============================================================================== --- head/devel/p5-Exporter-Lite/pkg-plist Wed Nov 11 16:51:48 2015 (r401263) +++ head/devel/p5-Exporter-Lite/pkg-plist Wed Nov 11 16:51:52 2015 (r401264) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Exporter::Lite.3.gz %%SITE_PERL%%/Exporter/Lite.pm +%%PERL5_MAN3%%/Exporter::Lite.3.gz From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 712B7A2CC3E; Wed, 11 Nov 2015 16:51:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2F41BD7; Wed, 11 Nov 2015 16:51:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGpv3I068688; Wed, 11 Nov 2015 16:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpv1o068686; Wed, 11 Nov 2015 16:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpv1o068686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401265 - head/graphics/p5-Imager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:51:58 -0000 Author: sunpoet Date: Wed Nov 11 16:51:57 2015 New Revision: 401265 URL: https://svnweb.freebsd.org/changeset/ports/401265 Log: - Update to 1.004 Changes: http://search.cpan.org/dist/Imager/Changes Modified: head/graphics/p5-Imager/Makefile head/graphics/p5-Imager/distinfo Modified: head/graphics/p5-Imager/Makefile ============================================================================== --- head/graphics/p5-Imager/Makefile Wed Nov 11 16:51:52 2015 (r401264) +++ head/graphics/p5-Imager/Makefile Wed Nov 11 16:51:57 2015 (r401265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Imager -PORTVERSION= 1.003 +PORTVERSION= 1.004 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Imager/distinfo ============================================================================== --- head/graphics/p5-Imager/distinfo Wed Nov 11 16:51:52 2015 (r401264) +++ head/graphics/p5-Imager/distinfo Wed Nov 11 16:51:57 2015 (r401265) @@ -1,2 +1,2 @@ -SHA256 (Imager-1.003.tar.gz) = db916b593302f86f7f09a7807637f5a10c96a870d7836fee026da182530af7b7 -SIZE (Imager-1.003.tar.gz) = 1227310 +SHA256 (Imager-1.004.tar.gz) = fc0460f809026d8f34a58808f4832ab5c4bb078cca387d1314ef4e3e29c553bd +SIZE (Imager-1.004.tar.gz) = 1227610 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A065CA2CCD7; Wed, 11 Nov 2015 16:52:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ABAC1DE6; Wed, 11 Nov 2015 16:52:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGq57m068923; Wed, 11 Nov 2015 16:52:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGq57q068921; Wed, 11 Nov 2015 16:52:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGq57q068921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401267 - head/math/p5-Math-BigInt-FastCalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:06 -0000 Author: sunpoet Date: Wed Nov 11 16:52:05 2015 New Revision: 401267 URL: https://svnweb.freebsd.org/changeset/ports/401267 Log: - Update to 0.37 Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Modified: head/math/p5-Math-BigInt-FastCalc/Makefile head/math/p5-Math-BigInt-FastCalc/distinfo Modified: head/math/p5-Math-BigInt-FastCalc/Makefile ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/Makefile Wed Nov 11 16:52:01 2015 (r401266) +++ head/math/p5-Math-BigInt-FastCalc/Makefile Wed Nov 11 16:52:05 2015 (r401267) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::Calc with some XS LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999706:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999709:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.251 Modified: head/math/p5-Math-BigInt-FastCalc/distinfo ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/distinfo Wed Nov 11 16:52:01 2015 (r401266) +++ head/math/p5-Math-BigInt-FastCalc/distinfo Wed Nov 11 16:52:05 2015 (r401267) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-FastCalc-0.36.tar.gz) = bef3c4e1580ad0964d6127bf8f4a3c4eb4c9c61043e0197002db5e7296157792 -SIZE (Math-BigInt-FastCalc-0.36.tar.gz) = 67783 +SHA256 (Math-BigInt-FastCalc-0.37.tar.gz) = 968255948385e492e7090d3b196f25ee5469b05e66ae2b614a5515942daea1ba +SIZE (Math-BigInt-FastCalc-0.37.tar.gz) = 67805 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E658CA2CC8D; Wed, 11 Nov 2015 16:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 870A01CD8; Wed, 11 Nov 2015 16:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGq1sP068806; Wed, 11 Nov 2015 16:52:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGq1kD068804; Wed, 11 Nov 2015 16:52:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGq1kD068804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401266 - head/math/p5-Math-BigInt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:03 -0000 Author: sunpoet Date: Wed Nov 11 16:52:01 2015 New Revision: 401266 URL: https://svnweb.freebsd.org/changeset/ports/401266 Log: - Update to 1.999709 - Add BUILD_DEPENDS With hat: perl Modified: head/math/p5-Math-BigInt/Makefile head/math/p5-Math-BigInt/distinfo Modified: head/math/p5-Math-BigInt/Makefile ============================================================================== --- head/math/p5-Math-BigInt/Makefile Wed Nov 11 16:51:57 2015 (r401265) +++ head/math/p5-Math-BigInt/Makefile Wed Nov 11 16:52:01 2015 (r401266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt -PORTVERSION= 1.999707 +PORTVERSION= 1.999709 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -14,7 +14,8 @@ COMMENT= Arbitrary size integer math per LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex +BUILD_DEPENDS= p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-BigInt/distinfo ============================================================================== --- head/math/p5-Math-BigInt/distinfo Wed Nov 11 16:51:57 2015 (r401265) +++ head/math/p5-Math-BigInt/distinfo Wed Nov 11 16:52:01 2015 (r401266) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-1.999707.tar.gz) = 7925e5ac5301341d24a1836a43285af1546428bc853fd737760e0f63f1324130 -SIZE (Math-BigInt-1.999707.tar.gz) = 223884 +SHA256 (Math-BigInt-1.999709.tar.gz) = 617d0f8708bfa6bff256dab4bdf2d33064d1677919bad72359f44c813a310965 +SIZE (Math-BigInt-1.999709.tar.gz) = 224320 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 890E5A2CD0E; Wed, 11 Nov 2015 16:52:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 562561EC2; Wed, 11 Nov 2015 16:52:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGq9Mx069037; Wed, 11 Nov 2015 16:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGq9xj069035; Wed, 11 Nov 2015 16:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGq9xj069035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401268 - head/math/p5-Math-BigInt-GMP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:10 -0000 Author: sunpoet Date: Wed Nov 11 16:52:09 2015 New Revision: 401268 URL: https://svnweb.freebsd.org/changeset/ports/401268 Log: - Update to 1.45 Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Modified: head/math/p5-Math-BigInt-GMP/Makefile head/math/p5-Math-BigInt-GMP/distinfo Modified: head/math/p5-Math-BigInt-GMP/Makefile ============================================================================== --- head/math/p5-Math-BigInt-GMP/Makefile Wed Nov 11 16:52:05 2015 (r401267) +++ head/math/p5-Math-BigInt-GMP/Makefile Wed Nov 11 16:52:09 2015 (r401268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.44 +PORTVERSION= 1.45 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::GMP - Use the GMP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999706:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999709:${PORTSDIR}/math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-BigInt-GMP/distinfo ============================================================================== --- head/math/p5-Math-BigInt-GMP/distinfo Wed Nov 11 16:52:05 2015 (r401267) +++ head/math/p5-Math-BigInt-GMP/distinfo Wed Nov 11 16:52:09 2015 (r401268) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-GMP-1.44.tar.gz) = aa4673b5faeed24a8d9b51baca59521c6963ad9258dd33821afa5ec8a6c16d0d -SIZE (Math-BigInt-GMP-1.44.tar.gz) = 57287 +SHA256 (Math-BigInt-GMP-1.45.tar.gz) = 86350d8449b4a48abf0093af2ba10f3b50b31e9acf3d007eeff394288be3ea2d +SIZE (Math-BigInt-GMP-1.45.tar.gz) = 57272 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6857A2CD3E; Wed, 11 Nov 2015 16:52:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 672621FA4; Wed, 11 Nov 2015 16:52:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqDFu069153; Wed, 11 Nov 2015 16:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqDQ2069151; Wed, 11 Nov 2015 16:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqDQ2069151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401269 - head/math/p5-Math-BigInt-Pari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:14 -0000 Author: sunpoet Date: Wed Nov 11 16:52:13 2015 New Revision: 401269 URL: https://svnweb.freebsd.org/changeset/ports/401269 Log: - Update to 1.22 Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES Modified: head/math/p5-Math-BigInt-Pari/Makefile head/math/p5-Math-BigInt-Pari/distinfo Modified: head/math/p5-Math-BigInt-Pari/Makefile ============================================================================== --- head/math/p5-Math-BigInt-Pari/Makefile Wed Nov 11 16:52:09 2015 (r401268) +++ head/math/p5-Math-BigInt-Pari/Makefile Wed Nov 11 16:52:13 2015 (r401269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-BigInt-Pari/distinfo ============================================================================== --- head/math/p5-Math-BigInt-Pari/distinfo Wed Nov 11 16:52:09 2015 (r401268) +++ head/math/p5-Math-BigInt-Pari/distinfo Wed Nov 11 16:52:13 2015 (r401269) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-Pari-1.21.tar.gz) = 2b4ec298968c8c31a53c70d4d9d33da998fce9d5468aaa07143b4f97fa6b334f -SIZE (Math-BigInt-Pari-1.21.tar.gz) = 59044 +SHA256 (Math-BigInt-Pari-1.22.tar.gz) = 024f4a3e1977ee51b4bd1335e357cec91da2207763ec5474525fe927bc6714f2 +SIZE (Math-BigInt-Pari-1.22.tar.gz) = 59602 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A84A2CD74; Wed, 11 Nov 2015 16:52:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD89710FF; Wed, 11 Nov 2015 16:52:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqH35069876; Wed, 11 Nov 2015 16:52:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqHrv069874; Wed, 11 Nov 2015 16:52:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqHrv069874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401270 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:19 -0000 Author: sunpoet Date: Wed Nov 11 16:52:17 2015 New Revision: 401270 URL: https://svnweb.freebsd.org/changeset/ports/401270 Log: - Update to 2.1.36 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Nov 11 16:52:13 2015 (r401269) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Nov 11 16:52:17 2015 (r401270) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.1.35 +PORTVERSION= 2.1.36 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Nov 11 16:52:13 2015 (r401269) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Nov 11 16:52:17 2015 (r401270) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.1.35.gem) = f86dd2ea0f6e5ac74c120831069490ecc2663a32ca3f97fb32d7f2706a08f14e -SIZE (rubygem/aws-sdk-core-2.1.35.gem) = 483328 +SHA256 (rubygem/aws-sdk-core-2.1.36.gem) = 8d73f3b1872a8f440948a9b457c0d0f457950703f465e9e8c83e16539271acd0 +SIZE (rubygem/aws-sdk-core-2.1.36.gem) = 483328 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59AA9A2CD9E; Wed, 11 Nov 2015 16:52:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22FC31287; Wed, 11 Nov 2015 16:52:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqMRk069993; Wed, 11 Nov 2015 16:52:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqMC8069991; Wed, 11 Nov 2015 16:52:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqMC8069991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401271 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:23 -0000 Author: sunpoet Date: Wed Nov 11 16:52:21 2015 New Revision: 401271 URL: https://svnweb.freebsd.org/changeset/ports/401271 Log: - Update to 2.1.36 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Nov 11 16:52:17 2015 (r401270) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Nov 11 16:52:21 2015 (r401271) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.1.35 +PORTVERSION= 2.1.36 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Nov 11 16:52:17 2015 (r401270) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Nov 11 16:52:21 2015 (r401271) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.1.35.gem) = 0843b2ee5b68aa4958f5100aa13e03c7fbaa9b20022c3effcc9cb5de2749cb83 -SIZE (rubygem/aws-sdk-resources-2.1.35.gem) = 44032 +SHA256 (rubygem/aws-sdk-resources-2.1.36.gem) = fcf11c65a37fa21f79def9127f59832b242ec48d2fd52426d614c62d4e6ed6b7 +SIZE (rubygem/aws-sdk-resources-2.1.36.gem) = 44032 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB5DA2CDCE; Wed, 11 Nov 2015 16:52:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 838D91362; Wed, 11 Nov 2015 16:52:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqQsv070109; Wed, 11 Nov 2015 16:52:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqQAp070107; Wed, 11 Nov 2015 16:52:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqQAp070107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401272 - head/devel/rubygem-byebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:27 -0000 Author: sunpoet Date: Wed Nov 11 16:52:26 2015 New Revision: 401272 URL: https://svnweb.freebsd.org/changeset/ports/401272 Log: - Update to 8.1.0 Changes: https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md Modified: head/devel/rubygem-byebug/Makefile head/devel/rubygem-byebug/distinfo Modified: head/devel/rubygem-byebug/Makefile ============================================================================== --- head/devel/rubygem-byebug/Makefile Wed Nov 11 16:52:21 2015 (r401271) +++ head/devel/rubygem-byebug/Makefile Wed Nov 11 16:52:26 2015 (r401272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= byebug -PORTVERSION= 8.0.1 +PORTVERSION= 8.1.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-byebug/distinfo ============================================================================== --- head/devel/rubygem-byebug/distinfo Wed Nov 11 16:52:21 2015 (r401271) +++ head/devel/rubygem-byebug/distinfo Wed Nov 11 16:52:26 2015 (r401272) @@ -1,2 +1,2 @@ -SHA256 (rubygem/byebug-8.0.1.gem) = 97cec6668ce9dbdfcb8fb2eda9521658109f180e31773701a7f0c2633d31a8c2 -SIZE (rubygem/byebug-8.0.1.gem) = 77312 +SHA256 (rubygem/byebug-8.1.0.gem) = b9498f96dc10243c4923377d7af208034e277f280ad95ee05afc6a39d828bb79 +SIZE (rubygem/byebug-8.1.0.gem) = 77824 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 772BCA2CE07; Wed, 11 Nov 2015 16:52:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C1C14C8; Wed, 11 Nov 2015 16:52:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqUOI070237; Wed, 11 Nov 2015 16:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqUxH070235; Wed, 11 Nov 2015 16:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqUxH070235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401273 - in head/devel/rubygem-gitlab_git: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:32 -0000 Author: sunpoet Date: Wed Nov 11 16:52:30 2015 New Revision: 401273 URL: https://svnweb.freebsd.org/changeset/ports/401273 Log: - Update to 7.2.20 Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG Deleted: head/devel/rubygem-gitlab_git/files/ Modified: head/devel/rubygem-gitlab_git/Makefile head/devel/rubygem-gitlab_git/distinfo Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Wed Nov 11 16:52:26 2015 (r401272) +++ head/devel/rubygem-gitlab_git/Makefile Wed Nov 11 16:52:30 2015 (r401273) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 7.2.19 +PORTVERSION= 7.2.20 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= GitLab wrapper around git objec LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ - rubygem-gitlab-linguist>=3.0:${PORTSDIR}/textproc/rubygem-gitlab-linguist \ - rubygem-rugged>=0.22.2:${PORTSDIR}/devel/rubygem-rugged + rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ + rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \ + rubygem-rugged>=0.23.3:${PORTSDIR}/devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-gitlab_git/distinfo ============================================================================== --- head/devel/rubygem-gitlab_git/distinfo Wed Nov 11 16:52:26 2015 (r401272) +++ head/devel/rubygem-gitlab_git/distinfo Wed Nov 11 16:52:30 2015 (r401273) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_git-7.2.19.gem) = 3501173b8ff1ef295b894b73ca3be5352f4190d8a85a1d53f45563ae7ff6d075 -SIZE (rubygem/gitlab_git-7.2.19.gem) = 23040 +SHA256 (rubygem/gitlab_git-7.2.20.gem) = 4be4a837c3c318a9115e5a6936084fa5386fab3cbe1a029ebb41acd3117c0629 +SIZE (rubygem/gitlab_git-7.2.20.gem) = 23552 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61A31A2CE41; Wed, 11 Nov 2015 16:52:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2195F15A0; Wed, 11 Nov 2015 16:52:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqZMM070351; Wed, 11 Nov 2015 16:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqZgV070349; Wed, 11 Nov 2015 16:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqZgV070349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401274 - head/devel/rubygem-power_assert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:36 -0000 Author: sunpoet Date: Wed Nov 11 16:52:34 2015 New Revision: 401274 URL: https://svnweb.freebsd.org/changeset/ports/401274 Log: - Update to 0.2.6 Changes: https://github.com/k-tsj/power_assert/commits/master Modified: head/devel/rubygem-power_assert/Makefile head/devel/rubygem-power_assert/distinfo Modified: head/devel/rubygem-power_assert/Makefile ============================================================================== --- head/devel/rubygem-power_assert/Makefile Wed Nov 11 16:52:30 2015 (r401273) +++ head/devel/rubygem-power_assert/Makefile Wed Nov 11 16:52:34 2015 (r401274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= power_assert -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-power_assert/distinfo ============================================================================== --- head/devel/rubygem-power_assert/distinfo Wed Nov 11 16:52:30 2015 (r401273) +++ head/devel/rubygem-power_assert/distinfo Wed Nov 11 16:52:34 2015 (r401274) @@ -1,2 +1,2 @@ -SHA256 (rubygem/power_assert-0.2.5.gem) = 432efb2e1231202717d8b38930c87d64fad217f1693c6ecc5210d7815e836189 -SIZE (rubygem/power_assert-0.2.5.gem) = 12800 +SHA256 (rubygem/power_assert-0.2.6.gem) = a34b21b9b62b343454ff3d08a0c2975f0b246afb7354b35646ce5928d319723d +SIZE (rubygem/power_assert-0.2.6.gem) = 13312 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94ABCA2CE78; Wed, 11 Nov 2015 16:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 599AA1787; Wed, 11 Nov 2015 16:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqdwJ070468; Wed, 11 Nov 2015 16:52:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqd5j070466; Wed, 11 Nov 2015 16:52:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqd5j070466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401275 - head/devel/rubygem-redis-activesupport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:40 -0000 Author: sunpoet Date: Wed Nov 11 16:52:39 2015 New Revision: 401275 URL: https://svnweb.freebsd.org/changeset/ports/401275 Log: - Update to 4.1.5 Changes: https://github.com/redis-store/redis-activesupport/commits/master Modified: head/devel/rubygem-redis-activesupport/Makefile head/devel/rubygem-redis-activesupport/distinfo Modified: head/devel/rubygem-redis-activesupport/Makefile ============================================================================== --- head/devel/rubygem-redis-activesupport/Makefile Wed Nov 11 16:52:34 2015 (r401274) +++ head/devel/rubygem-redis-activesupport/Makefile Wed Nov 11 16:52:39 2015 (r401275) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= redis-activesupport -PORTVERSION= 4.1.4 +PORTVERSION= 4.1.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-redis-activesupport/distinfo ============================================================================== --- head/devel/rubygem-redis-activesupport/distinfo Wed Nov 11 16:52:34 2015 (r401274) +++ head/devel/rubygem-redis-activesupport/distinfo Wed Nov 11 16:52:39 2015 (r401275) @@ -1,2 +1,2 @@ -SHA256 (rubygem/redis-activesupport-4.1.4.gem) = e140afe883dd8baeac1eaa128886651261695438226e575fc024d0091dc251f2 -SIZE (rubygem/redis-activesupport-4.1.4.gem) = 11776 +SHA256 (rubygem/redis-activesupport-4.1.5.gem) = ef9f7ba261f7d5bc0e3a4890055cdf94fd4e2e034ea34342f8c206f1979fc383 +SIZE (rubygem/redis-activesupport-4.1.5.gem) = 11776 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 053B8A2CE91; Wed, 11 Nov 2015 16:52:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC84718A7; Wed, 11 Nov 2015 16:52:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqhqb070582; Wed, 11 Nov 2015 16:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqhYr070580; Wed, 11 Nov 2015 16:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqhYr070580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401276 - head/devel/rubygem-spring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:45 -0000 Author: sunpoet Date: Wed Nov 11 16:52:43 2015 New Revision: 401276 URL: https://svnweb.freebsd.org/changeset/ports/401276 Log: - Update to 1.4.1 Changes: https://github.com/rails/spring/blob/master/CHANGELOG.md Modified: head/devel/rubygem-spring/Makefile head/devel/rubygem-spring/distinfo Modified: head/devel/rubygem-spring/Makefile ============================================================================== --- head/devel/rubygem-spring/Makefile Wed Nov 11 16:52:39 2015 (r401275) +++ head/devel/rubygem-spring/Makefile Wed Nov 11 16:52:43 2015 (r401276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spring -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-spring/distinfo ============================================================================== --- head/devel/rubygem-spring/distinfo Wed Nov 11 16:52:39 2015 (r401275) +++ head/devel/rubygem-spring/distinfo Wed Nov 11 16:52:43 2015 (r401276) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spring-1.4.0.gem) = 5e08ee0d6a4505976bee2c9fd1f85e6609ef959b9603017ee482ee21bb9f1b7b -SIZE (rubygem/spring-1.4.0.gem) = 34816 +SHA256 (rubygem/spring-1.4.1.gem) = c30d0a0295ad7bdcf0ac0d8dd81a846acdc0fd9f288d90b1293a858c1e635c19 +SIZE (rubygem/spring-1.4.1.gem) = 35328 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 199C1A2CED0; Wed, 11 Nov 2015 16:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D62721A3D; Wed, 11 Nov 2015 16:52:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqpxX070813; Wed, 11 Nov 2015 16:52:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqp0r070811; Wed, 11 Nov 2015 16:52:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqp0r070811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401278 - head/sysutils/rubygem-sys-proctable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:53 -0000 Author: sunpoet Date: Wed Nov 11 16:52:51 2015 New Revision: 401278 URL: https://svnweb.freebsd.org/changeset/ports/401278 Log: - Update to 0.9.9 Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES Modified: head/sysutils/rubygem-sys-proctable/Makefile head/sysutils/rubygem-sys-proctable/distinfo Modified: head/sysutils/rubygem-sys-proctable/Makefile ============================================================================== --- head/sysutils/rubygem-sys-proctable/Makefile Wed Nov 11 16:52:47 2015 (r401277) +++ head/sysutils/rubygem-sys-proctable/Makefile Wed Nov 11 16:52:51 2015 (r401278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sys-proctable -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 DISTVERSIONSUFFIX= -universal-freebsd CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-sys-proctable/distinfo ============================================================================== --- head/sysutils/rubygem-sys-proctable/distinfo Wed Nov 11 16:52:47 2015 (r401277) +++ head/sysutils/rubygem-sys-proctable/distinfo Wed Nov 11 16:52:51 2015 (r401278) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = e711236a4b4270607898e2169230af8a52c145b0482059d65a4fdb48b165341c -SIZE (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = 19456 +SHA256 (rubygem/sys-proctable-0.9.9-universal-freebsd.gem) = 3971f561939c7871036ad5c88bb42dc68ceeb607bff3f1fe62059956e2f4a19b +SIZE (rubygem/sys-proctable-0.9.9-universal-freebsd.gem) = 24064 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F31CA2CEB9; Wed, 11 Nov 2015 16:52:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EACED197B; Wed, 11 Nov 2015 16:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqm5F070699; Wed, 11 Nov 2015 16:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqlwl070697; Wed, 11 Nov 2015 16:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqlwl070697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401277 - head/devel/rubygem-tins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:49 -0000 Author: sunpoet Date: Wed Nov 11 16:52:47 2015 New Revision: 401277 URL: https://svnweb.freebsd.org/changeset/ports/401277 Log: - Update to 1.7.0 - Add LICENSE_FILE Changes: https://github.com/flori/tins/blob/master/README.md#changes https://github.com/flori/tins/commits/master Modified: head/devel/rubygem-tins/Makefile head/devel/rubygem-tins/distinfo Modified: head/devel/rubygem-tins/Makefile ============================================================================== --- head/devel/rubygem-tins/Makefile Wed Nov 11 16:52:43 2015 (r401276) +++ head/devel/rubygem-tins/Makefile Wed Nov 11 16:52:47 2015 (r401277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tins -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Useful tools library in Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-tins/distinfo ============================================================================== --- head/devel/rubygem-tins/distinfo Wed Nov 11 16:52:43 2015 (r401276) +++ head/devel/rubygem-tins/distinfo Wed Nov 11 16:52:47 2015 (r401277) @@ -1,2 +1,2 @@ -SHA256 (rubygem/tins-1.6.0.gem) = 1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b -SIZE (rubygem/tins-1.6.0.gem) = 299008 +SHA256 (rubygem/tins-1.7.0.gem) = 0a50977b2baeb9e5bcc11c15d407aca4a168b3276785adc157894afb1a82c080 +SIZE (rubygem/tins-1.7.0.gem) = 300032 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91A64A2CF15; Wed, 11 Nov 2015 16:53:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56B9F1C04; Wed, 11 Nov 2015 16:53:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGr02q071048; Wed, 11 Nov 2015 16:53:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGr0wf071046; Wed, 11 Nov 2015 16:53:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGr0wf071046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401280 - head/devel/nuitka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:01 -0000 Author: sunpoet Date: Wed Nov 11 16:52:59 2015 New Revision: 401280 URL: https://svnweb.freebsd.org/changeset/ports/401280 Log: - Update to 0.5.16 Changes: http://nuitka.net/posts/nuitka-release-0516.html Modified: head/devel/nuitka/Makefile head/devel/nuitka/distinfo Modified: head/devel/nuitka/Makefile ============================================================================== --- head/devel/nuitka/Makefile Wed Nov 11 16:52:55 2015 (r401279) +++ head/devel/nuitka/Makefile Wed Nov 11 16:52:59 2015 (r401280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nuitka -PORTVERSION= 0.5.15 +PORTVERSION= 0.5.16 CATEGORIES= devel python MASTER_SITES= http://nuitka.net/releases/ DISTNAME= Nuitka-${PORTVERSION} Modified: head/devel/nuitka/distinfo ============================================================================== --- head/devel/nuitka/distinfo Wed Nov 11 16:52:55 2015 (r401279) +++ head/devel/nuitka/distinfo Wed Nov 11 16:52:59 2015 (r401280) @@ -1,2 +1,2 @@ -SHA256 (Nuitka-0.5.15.tar.bz2) = f2f53090c72af9645c20c64f611140040afc215da1a1ea7faf81e9c3dd324429 -SIZE (Nuitka-0.5.15.tar.bz2) = 1139996 +SHA256 (Nuitka-0.5.16.tar.bz2) = 8fa3defa6a81419d6c95920e1fe8fc67b9e6e514e1cf8bba66f6f43ab8f88bb0 +SIZE (Nuitka-0.5.16.tar.bz2) = 1153489 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC65A2CF35; Wed, 11 Nov 2015 16:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6F51CE2; Wed, 11 Nov 2015 16:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGr4c5071165; Wed, 11 Nov 2015 16:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGr4UF071163; Wed, 11 Nov 2015 16:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGr4UF071163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401281 - head/sysutils/pcpustat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:05 -0000 Author: sunpoet Date: Wed Nov 11 16:53:04 2015 New Revision: 401281 URL: https://svnweb.freebsd.org/changeset/ports/401281 Log: - Update MASTER_SITES and unbreak this port - Add LICENSE_FILE Tarballs are identical except .hg_archival.txt Modified: head/sysutils/pcpustat/Makefile head/sysutils/pcpustat/distinfo Modified: head/sysutils/pcpustat/Makefile ============================================================================== --- head/sysutils/pcpustat/Makefile Wed Nov 11 16:52:59 2015 (r401280) +++ head/sysutils/pcpustat/Makefile Wed Nov 11 16:53:04 2015 (r401281) @@ -4,16 +4,18 @@ PORTNAME= pcpustat PORTVERSION= 1.6 CATEGORIES= sysutils -MASTER_SITES= http://chipstips.com/download/ +MASTER_SITES= https://bitbucket.org/sterlingcamden/pcpustat/get/ +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Per-CPU usage statistics -BROKEN= unfetchable - LICENSE= OWL +LICENSE_FILE= ${WRKSRC}/license.txt USES= tar:bzip2 +WRKSRC= ${WRKDIR}/sterlingcamden-pcpustat-2b8712536989 PLIST_FILES= bin/pcpustat \ man/man1/pcpustat.1.gz Modified: head/sysutils/pcpustat/distinfo ============================================================================== --- head/sysutils/pcpustat/distinfo Wed Nov 11 16:52:59 2015 (r401280) +++ head/sysutils/pcpustat/distinfo Wed Nov 11 16:53:04 2015 (r401281) @@ -1,2 +1,2 @@ -SHA256 (pcpustat-1.6.tar.bz2) = 46abfee9b670155454c629f184c987258ed1f74736631d1a5f6418cd00801831 -SIZE (pcpustat-1.6.tar.bz2) = 5117 +SHA256 (pcpustat/1.6.tar.bz2) = 3bc1906f8d4865bb02c59f2f752e79b08433bc1aa447d78ea3de1a0d02c45e64 +SIZE (pcpustat/1.6.tar.bz2) = 5135 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:52:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74AEDA2CEF4; Wed, 11 Nov 2015 16:52:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36C541B16; Wed, 11 Nov 2015 16:52:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGqueY070930; Wed, 11 Nov 2015 16:52:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGqu6Q070928; Wed, 11 Nov 2015 16:52:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGqu6Q070928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401279 - head/www/rubygem-puma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:57 -0000 Author: sunpoet Date: Wed Nov 11 16:52:55 2015 New Revision: 401279 URL: https://svnweb.freebsd.org/changeset/ports/401279 Log: - Update to 2.15.3 Changes: https://github.com/puma/puma/blob/master/History.txt Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Wed Nov 11 16:52:51 2015 (r401278) +++ head/www/rubygem-puma/Makefile Wed Nov 11 16:52:55 2015 (r401279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 2.15.1 +PORTVERSION= 2.15.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Wed Nov 11 16:52:51 2015 (r401278) +++ head/www/rubygem-puma/distinfo Wed Nov 11 16:52:55 2015 (r401279) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puma-2.15.1.gem) = 1aaa9182649db6f8cafffd505676b4eadd98fa02edc4b572ead44cbf4bc184ba -SIZE (rubygem/puma-2.15.1.gem) = 98816 +SHA256 (rubygem/puma-2.15.3.gem) = e76de6d315389dc9db9d41e24c70c5d5a5a8ba5775a590f3843e0fe44ee36ec3 +SIZE (rubygem/puma-2.15.3.gem) = 98816 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54425A2CF98; Wed, 11 Nov 2015 16:53:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28FC91F83; Wed, 11 Nov 2015 16:53:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGrHYF071546; Wed, 11 Nov 2015 16:53:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGrG7i071541; Wed, 11 Nov 2015 16:53:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGrG7i071541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401284 - in head/databases/mysqlsniffer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:18 -0000 Author: sunpoet Date: Wed Nov 11 16:53:16 2015 New Revision: 401284 URL: https://svnweb.freebsd.org/changeset/ports/401284 Log: - Update MASTER_SITES and unbreak this port - Remove DISTNAME, EXTRACT_SUFX and NO_WRKSUBDIR - While I'm here, pet portlint: fix diff header of patch files Approved by: portmgr (blanket) Modified: head/databases/mysqlsniffer/Makefile head/databases/mysqlsniffer/distinfo head/databases/mysqlsniffer/files/patch-misc.c head/databases/mysqlsniffer/files/patch-mysqlsniffer.c head/databases/mysqlsniffer/files/patch-packet_handlers.c Modified: head/databases/mysqlsniffer/Makefile ============================================================================== --- head/databases/mysqlsniffer/Makefile Wed Nov 11 16:53:12 2015 (r401283) +++ head/databases/mysqlsniffer/Makefile Wed Nov 11 16:53:16 2015 (r401284) @@ -4,16 +4,19 @@ PORTNAME= mysqlsniffer PORTVERSION= 1.2 CATEGORIES= databases -MASTER_SITES= http://hackmysql.com/code/ -DISTNAME= mysqlsniffer -EXTRACT_SUFX= .tgz MAINTAINER= frederic.hardy@mageekbox.net COMMENT= Tcpdump clone specifically for MySQL -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/${PORTNAME} + PLIST_FILES= bin/mysqlsniffer +USE_GITHUB= yes +GH_ACCOUNT= daniel-nichter +GH_PROJECT= hackmysql.com +GH_TAGNAME= ddb6f92 + do-build: ${CC} ${CFLAGS} -lpcap -o ${WRKSRC}/${PORTNAME} \ ${WRKSRC}/mysqlsniffer.c ${WRKSRC}/packet_handlers.c \ Modified: head/databases/mysqlsniffer/distinfo ============================================================================== --- head/databases/mysqlsniffer/distinfo Wed Nov 11 16:53:12 2015 (r401283) +++ head/databases/mysqlsniffer/distinfo Wed Nov 11 16:53:16 2015 (r401284) @@ -1,2 +1,2 @@ -SHA256 (mysqlsniffer.tgz) = 7267c3babbc0cad5714c466da6cffdd0f7a5c9bd49075ad00cb62f564cff2c35 -SIZE (mysqlsniffer.tgz) = 15782 +SHA256 (daniel-nichter-hackmysql.com-1.2-ddb6f92_GH0.tar.gz) = ef8ce294e52a795388d96fb7fc8a3b1f7b90ac480b6c14683bcb8d3ce67571fb +SIZE (daniel-nichter-hackmysql.com-1.2-ddb6f92_GH0.tar.gz) = 1954606 Modified: head/databases/mysqlsniffer/files/patch-misc.c ============================================================================== --- head/databases/mysqlsniffer/files/patch-misc.c Wed Nov 11 16:53:12 2015 (r401283) +++ head/databases/mysqlsniffer/files/patch-misc.c Wed Nov 11 16:53:16 2015 (r401284) @@ -1,5 +1,5 @@ ---- misc.c.ori 2006-08-18 16:37:02.000000000 +0200 -+++ misc.c 2010-05-26 14:01:16.000000000 +0200 +--- misc.c.orig 2006-08-18 14:37:02 UTC ++++ misc.c @@ -4,6 +4,7 @@ #include #include Modified: head/databases/mysqlsniffer/files/patch-mysqlsniffer.c ============================================================================== --- head/databases/mysqlsniffer/files/patch-mysqlsniffer.c Wed Nov 11 16:53:12 2015 (r401283) +++ head/databases/mysqlsniffer/files/patch-mysqlsniffer.c Wed Nov 11 16:53:16 2015 (r401284) @@ -1,5 +1,5 @@ ---- mysqlsniffer.c.ori 2006-08-18 16:52:52.000000000 +0200 -+++ mysqlsniffer.c 2010-05-26 14:01:24.000000000 +0200 +--- mysqlsniffer.c.orig 2006-08-18 14:52:52 UTC ++++ mysqlsniffer.c @@ -31,6 +31,7 @@ #include #include Modified: head/databases/mysqlsniffer/files/patch-packet_handlers.c ============================================================================== --- head/databases/mysqlsniffer/files/patch-packet_handlers.c Wed Nov 11 16:53:12 2015 (r401283) +++ head/databases/mysqlsniffer/files/patch-packet_handlers.c Wed Nov 11 16:53:16 2015 (r401284) @@ -1,5 +1,5 @@ ---- packet_handlers.c.ori 2006-08-18 16:37:02.000000000 +0200 -+++ packet_handlers.c 2010-05-26 14:01:30.000000000 +0200 +--- packet_handlers.c.orig 2006-08-18 14:37:02 UTC ++++ packet_handlers.c @@ -3,6 +3,7 @@ #include #include From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5F2A2CF6D; Wed, 11 Nov 2015 16:53:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79AC01E8F; Wed, 11 Nov 2015 16:53:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGrCC6071412; Wed, 11 Nov 2015 16:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGrCP2071409; Wed, 11 Nov 2015 16:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGrCP2071409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401283 - in head/databases/mysqlsla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:13 -0000 Author: sunpoet Date: Wed Nov 11 16:53:12 2015 New Revision: 401283 URL: https://svnweb.freebsd.org/changeset/ports/401283 Log: - Update MASTER_SITES and unbreak this port - Use do-build: instead of pre-install: and remove NO_BUILD - Simplify Makefile - Cosmetic change - Pet portlint: fix diff header of patch files Modified: head/databases/mysqlsla/Makefile head/databases/mysqlsla/distinfo head/databases/mysqlsla/files/patch-lib__mysqlsla.pm Modified: head/databases/mysqlsla/Makefile ============================================================================== --- head/databases/mysqlsla/Makefile Wed Nov 11 16:53:07 2015 (r401282) +++ head/databases/mysqlsla/Makefile Wed Nov 11 16:53:12 2015 (r401283) @@ -5,33 +5,34 @@ PORTNAME= mysqlsla PORTVERSION= 2.03 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= http://hackmysql.com/scripts/ MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs -BROKEN= unfetchable - LICENSE= GPLv2 # or later RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -USES= perl5 shebangfix -NO_BUILD= yes NO_ARCH= yes +USES= perl5 shebangfix +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/${PORTNAME} PLIST_FILES= bin/mysqlsla \ man/man3/mysqlsla.3.gz +USE_GITHUB= yes +GH_ACCOUNT= daniel-nichter +GH_PROJECT= hackmysql.com +GH_TAGNAME= 97e2d39 + SHEBANG_FILES= bin/mysqlsla -pre-install: - @${MKDIR} ${WRKSRC}/doc - pod2man ${WRKSRC}/lib/mysqlsla.pm > ${WRKSRC}/doc/mysqlsla.3 +do-build: + @pod2man ${WRKSRC}/lib/mysqlsla.pm > ${WRKSRC}/mysqlsla.3 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqlsla ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Modified: head/databases/mysqlsla/distinfo ============================================================================== --- head/databases/mysqlsla/distinfo Wed Nov 11 16:53:07 2015 (r401282) +++ head/databases/mysqlsla/distinfo Wed Nov 11 16:53:12 2015 (r401283) @@ -1,2 +1,2 @@ -SHA256 (mysqlsla-2.03.tar.gz) = b709ce8cdb0d952a4f5005d1e09746a1fc6d9d6b592d4930647f01529a915f87 -SIZE (mysqlsla-2.03.tar.gz) = 33674 +SHA256 (daniel-nichter-hackmysql.com-2.03-97e2d39_GH0.tar.gz) = 799a383feacbc195416124dacb871089422c0fc87faba2e12e7783016e4e4df9 +SIZE (daniel-nichter-hackmysql.com-2.03-97e2d39_GH0.tar.gz) = 1938314 Modified: head/databases/mysqlsla/files/patch-lib__mysqlsla.pm ============================================================================== --- head/databases/mysqlsla/files/patch-lib__mysqlsla.pm Wed Nov 11 16:53:07 2015 (r401282) +++ head/databases/mysqlsla/files/patch-lib__mysqlsla.pm Wed Nov 11 16:53:12 2015 (r401283) @@ -1,5 +1,5 @@ ---- ./lib/mysqlsla.pm.orig 2014-09-19 23:35:02.701375256 +0400 -+++ ./lib/mysqlsla.pm 2014-09-19 23:35:46.694100925 +0400 +--- lib/mysqlsla.pm.orig 2014-09-19 19:35:03 UTC ++++ lib/mysqlsla.pm @@ -6,6 +6,8 @@ __END__ From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7401FA2CF52; Wed, 11 Nov 2015 16:53:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 213141DB0; Wed, 11 Nov 2015 16:53:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGr8cm071279; Wed, 11 Nov 2015 16:53:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGr8Z2071277; Wed, 11 Nov 2015 16:53:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGr8Z2071277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401282 - head/databases/mysqlreport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:09 -0000 Author: sunpoet Date: Wed Nov 11 16:53:07 2015 New Revision: 401282 URL: https://svnweb.freebsd.org/changeset/ports/401282 Log: - Update MASTER_SITES and unbreak this port - Cosmetic change Modified: head/databases/mysqlreport/Makefile head/databases/mysqlreport/distinfo Modified: head/databases/mysqlreport/Makefile ============================================================================== --- head/databases/mysqlreport/Makefile Wed Nov 11 16:53:04 2015 (r401281) +++ head/databases/mysqlreport/Makefile Wed Nov 11 16:53:07 2015 (r401282) @@ -5,13 +5,10 @@ PORTNAME= mysqlreport PORTVERSION= 3.5 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= http://hackmysql.com/scripts/ MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values -BROKEN= unfetchable - LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING @@ -19,13 +16,19 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR} p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -USES= perl5 shebangfix tar:tgz -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes +USES= perl5 shebangfix +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/${PORTNAME} PLIST_FILES= bin/mysqlreport PORTDOCS= COPYING mysqlreportguide.html mysqlreportdoc.html +USE_GITHUB= yes +GH_ACCOUNT= daniel-nichter +GH_PROJECT= hackmysql.com +GH_TAGNAME= f0f327b + SHEBANG_FILES= mysqlreport OPTIONS_DEFINE= DOCS @@ -36,6 +39,6 @@ do-install: do-install-DOCS-on: @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/databases/mysqlreport/distinfo ============================================================================== --- head/databases/mysqlreport/distinfo Wed Nov 11 16:53:04 2015 (r401281) +++ head/databases/mysqlreport/distinfo Wed Nov 11 16:53:07 2015 (r401282) @@ -1,2 +1,2 @@ -SHA256 (mysqlreport-3.5.tgz) = 7efa04f213fa136ab505030d513b037237dcc53b6d56ea33a2896fe268c1e359 -SIZE (mysqlreport-3.5.tgz) = 41421 +SHA256 (daniel-nichter-hackmysql.com-3.5-f0f327b_GH0.tar.gz) = 109cb0a18b3691671841c7e11f16f8f9a90dd5204739e331b6956be1153ec632 +SIZE (daniel-nichter-hackmysql.com-3.5-f0f327b_GH0.tar.gz) = 585662 From owner-svn-ports-head@freebsd.org Wed Nov 11 16:54:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60F14A2C0B2; Wed, 11 Nov 2015 16:54:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BB01129C; Wed, 11 Nov 2015 16:54:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGsdcE071706; Wed, 11 Nov 2015 16:54:39 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGsdrL071704; Wed, 11 Nov 2015 16:54:39 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201511111654.tABGsdrL071704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 11 Nov 2015 16:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401285 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:54:40 -0000 Author: pawel Date: Wed Nov 11 16:54:38 2015 New Revision: 401285 URL: https://svnweb.freebsd.org/changeset/ports/401285 Log: Update to version 5.15.0 Changelog: --- 5.15.0 2015/11/11 CCL: fix r=o, r=r WRT inherited attributes YAZ-864 --- 5.14.12 2015/11/09 Build with nettle on Debian/Ubuntu test system calls yaz_deinit_globals for better memory leak detection cs_get_host_args: allow unix:path:args notation Windows: build YAZ with VC 2015 and bundle it with runtime version 14.0.23026. Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Wed Nov 11 16:53:16 2015 (r401284) +++ head/net/yaz/Makefile Wed Nov 11 16:54:38 2015 (r401285) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.14.11 +PORTVERSION= 5.15.0 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Wed Nov 11 16:53:16 2015 (r401284) +++ head/net/yaz/distinfo Wed Nov 11 16:54:38 2015 (r401285) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.14.11.tar.gz) = 216bc0e76e3deb655017bb639e87f2175facfdc060138a550e290c383da2cf7a -SIZE (yaz-5.14.11.tar.gz) = 2553365 +SHA256 (yaz-5.15.0.tar.gz) = 5741b2963924413bc8d59c9b5acb8fef5e870f7a2f2f1a8bdead0b18cc1105a1 +SIZE (yaz-5.15.0.tar.gz) = 2561655 From owner-svn-ports-head@freebsd.org Wed Nov 11 17:24:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E40A2CC96; Wed, 11 Nov 2015 17:24:33 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB601D00; Wed, 11 Nov 2015 17:24:33 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABHOWF4080475; Wed, 11 Nov 2015 17:24:32 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABHOVkC080463; Wed, 11 Nov 2015 17:24:31 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511111724.tABHOVkC080463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 11 Nov 2015 17:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401286 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 17:24:33 -0000 Author: junovitch Date: Wed Nov 11 17:24:31 2015 New Revision: 401286 URL: https://svnweb.freebsd.org/changeset/ports/401286 Log: www/squid: update 3.5.10 -> 3.5.11 - Regen patches for new release and for portlint - Drop creating/deleting /var/run/squid in the rc script as this duplicates handling it in the pkg-plist Changes: * Bug 3574: crashes on reconfigure and startup * Bug 4347: compile errors with LibreSSL 2.3 * Bug 4281: copy-paste typos in src/tools.cc * Bug 4279: No response from proxy for FTP-download of non-existing file * Bug 4188: Bumping intercepted SSL connections does not work on Solaris * Fix incorrect authentication headers on cache digest requests * Fix connection stats, including % (maintainer) Tested by: ncrogers@gmail.com Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/patch-compat_compat.h head/www/squid/files/patch-compat_shm.cc head/www/squid/files/patch-configure head/www/squid/files/patch-src-cf.data.pre head/www/squid/files/patch-src_DiskIO_Mmapped_MmappedFile.cc head/www/squid/files/patch-src__ip__Intercept.cc head/www/squid/files/patch-src_ipc_mem_Segment.cc head/www/squid/files/patch-src_tools.cc head/www/squid/files/squid.in Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/Makefile Wed Nov 11 17:24:31 2015 (r401286) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.10 +PORTVERSION= 3.5.11 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/distinfo Wed Nov 11 17:24:31 2015 (r401286) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.10.tar.xz) = 736e69fbddd6e985d2f85c995526f0a2bc4294c46dfb6737c0ccf09274a458b3 -SIZE (squid3.5/squid-3.5.10.tar.xz) = 2297452 +SHA256 (squid3.5/squid-3.5.11.tar.xz) = c26211b8e349fd9a5fd357da33074ff6523c111024dd3a5a1f77153538aa40cf +SIZE (squid3.5/squid-3.5.11.tar.xz) = 2298436 Modified: head/www/squid/files/patch-compat_compat.h ============================================================================== --- head/www/squid/files/patch-compat_compat.h Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-compat_compat.h Wed Nov 11 17:24:31 2015 (r401286) @@ -1,4 +1,4 @@ ---- compat/compat.h.orig 2015-08-01 06:08:17 UTC +--- compat/compat.h.orig 2015-11-01 10:44:25 UTC +++ compat/compat.h @@ -42,17 +42,6 @@ #endif Modified: head/www/squid/files/patch-compat_shm.cc ============================================================================== --- head/www/squid/files/patch-compat_shm.cc Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-compat_shm.cc Wed Nov 11 17:24:31 2015 (r401286) @@ -1,4 +1,4 @@ ---- compat/shm.cc.orig 2015-05-28 11:06:38 UTC +--- compat/shm.cc.orig 2015-11-01 10:44:25 UTC +++ compat/shm.cc @@ -29,6 +29,8 @@ shm_portable_segment_name_is_path() size_t len = sizeof(jailed); Modified: head/www/squid/files/patch-configure ============================================================================== --- head/www/squid/files/patch-configure Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-configure Wed Nov 11 17:24:31 2015 (r401286) @@ -1,6 +1,6 @@ ---- configure.orig 2015-09-01 12:53:55.000000000 -0700 -+++ configure 2015-09-05 00:14:50.050817462 -0700 -@@ -23624,7 +23624,9 @@ +--- configure.orig 2015-11-01 10:46:19 UTC ++++ configure +@@ -23624,7 +23624,9 @@ fi if test $ac_with_krb5_count -gt 1 ; then as_fn_error $? "Please choose only one Kerberos library." "$LINENO" 5 @@ -11,7 +11,7 @@ # find installed libs via pkg-config or krb5-config if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gssapi-krb5 krb5\""; } >&5 -@@ -32038,7 +32040,7 @@ +@@ -32038,7 +32040,7 @@ done ## BUILD_HELPER="NIS" @@ -20,7 +20,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " -@@ -32053,8 +32055,10 @@ +@@ -32053,8 +32055,10 @@ if eval test \"x\$"$as_ac_Header"\" = x" #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -33,7 +33,7 @@ fi done -@@ -32519,7 +32523,7 @@ +@@ -32519,7 +32523,7 @@ done # unconditionally requires crypt(3), for now if test "x$ac_cv_func_crypt" != "x"; then @@ -42,7 +42,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -@@ -34574,7 +34578,7 @@ +@@ -34574,7 +34578,7 @@ for ac_header in \ arpa/nameser.h \ assert.h \ bstring.h \ @@ -51,7 +51,7 @@ ctype.h \ direct.h \ errno.h \ -@@ -34785,6 +34789,7 @@ +@@ -34785,6 +34789,7 @@ ac_fn_cxx_check_header_compile "$LINENO" #include #endif #if HAVE_NETINET_IP_COMPAT_H @@ -59,7 +59,7 @@ #include #endif #if HAVE_NETINET_IP_FIL_H -@@ -38773,6 +38778,7 @@ +@@ -38773,6 +38778,7 @@ if test "x$enable_ipf_transparent" != "x # include # include @@ -67,7 +67,7 @@ # include # include # include -@@ -38803,6 +38809,7 @@ +@@ -38803,6 +38809,7 @@ else # include # include #undef minor_t @@ -75,7 +75,7 @@ # include # include # include -@@ -38847,6 +38854,7 @@ +@@ -38847,6 +38854,7 @@ _ACEOF ip_fil_compat.h \ ip_fil.h \ ip_nat.h \ @@ -83,7 +83,7 @@ netinet/ip_compat.h \ netinet/ip_fil_compat.h \ netinet/ip_fil.h \ -@@ -38876,6 +38884,7 @@ +@@ -38876,6 +38884,7 @@ ac_fn_cxx_check_header_compile "$LINENO" #if HAVE_IP_COMPAT_H #include #elif HAVE_NETINET_IP_COMPAT_H Modified: head/www/squid/files/patch-src-cf.data.pre ============================================================================== --- head/www/squid/files/patch-src-cf.data.pre Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-src-cf.data.pre Wed Nov 11 17:24:31 2015 (r401286) @@ -1,6 +1,6 @@ ---- src/cf.data.pre.orig 2015-08-01 06:08:17 UTC +--- src/cf.data.pre.orig 2015-11-01 10:44:25 UTC +++ src/cf.data.pre -@@ -4537,6 +4537,10 @@ DEFAULT: @DEFAULT_PID_FILE@ +@@ -4558,6 +4558,10 @@ DEFAULT: @DEFAULT_PID_FILE@ LOC: Config.pidFilename DOC_START A filename to write the process-id to. To disable, enter "none". Modified: head/www/squid/files/patch-src_DiskIO_Mmapped_MmappedFile.cc ============================================================================== --- head/www/squid/files/patch-src_DiskIO_Mmapped_MmappedFile.cc Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-src_DiskIO_Mmapped_MmappedFile.cc Wed Nov 11 17:24:31 2015 (r401286) @@ -1,4 +1,4 @@ ---- src/DiskIO/Mmapped/MmappedFile.cc.orig 2015-08-01 06:08:17 UTC +--- src/DiskIO/Mmapped/MmappedFile.cc.orig 2015-11-01 10:44:25 UTC +++ src/DiskIO/Mmapped/MmappedFile.cc @@ -235,7 +235,7 @@ Mmapping::map() static const int pageSize = getpagesize(); Modified: head/www/squid/files/patch-src__ip__Intercept.cc ============================================================================== --- head/www/squid/files/patch-src__ip__Intercept.cc Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-src__ip__Intercept.cc Wed Nov 11 17:24:31 2015 (r401286) @@ -1,6 +1,6 @@ ---- src/ip/Intercept.cc.orig 2015-09-01 12:52:00.000000000 -0700 -+++ src/ip/Intercept.cc 2015-09-17 21:52:44.892553613 -0700 -@@ -202,10 +202,10 @@ +--- src/ip/Intercept.cc.orig 2015-11-01 10:44:25 UTC ++++ src/ip/Intercept.cc +@@ -202,10 +202,10 @@ Ip::Intercept::IpfInterception(const Com // for NAT lookup set local and remote IP:port's if (newConn->remote.isIPv6()) { #if IPFILTER_VERSION < 5000003 Modified: head/www/squid/files/patch-src_ipc_mem_Segment.cc ============================================================================== --- head/www/squid/files/patch-src_ipc_mem_Segment.cc Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-src_ipc_mem_Segment.cc Wed Nov 11 17:24:31 2015 (r401286) @@ -1,4 +1,4 @@ ---- src/ipc/mem/Segment.cc.orig 2015-08-01 06:08:17 UTC +--- src/ipc/mem/Segment.cc.orig 2015-11-01 10:44:25 UTC +++ src/ipc/mem/Segment.cc @@ -150,7 +150,7 @@ Ipc::Mem::Segment::attach() assert(theSize == static_cast(static_cast(theSize))); Modified: head/www/squid/files/patch-src_tools.cc ============================================================================== --- head/www/squid/files/patch-src_tools.cc Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/patch-src_tools.cc Wed Nov 11 17:24:31 2015 (r401286) @@ -1,4 +1,4 @@ ---- src/tools.cc.orig 2015-08-01 06:08:17 UTC +--- src/tools.cc.orig 2015-11-01 10:44:25 UTC +++ src/tools.cc @@ -635,7 +635,7 @@ no_suid(void) uid = geteuid(); Modified: head/www/squid/files/squid.in ============================================================================== --- head/www/squid/files/squid.in Wed Nov 11 16:54:38 2015 (r401285) +++ head/www/squid/files/squid.in Wed Nov 11 17:24:31 2015 (r401286) @@ -56,7 +56,6 @@ reload_cmd=squid_reload start_precmd=squid_prestart start_postcmd=squid_getpid stop_precmd=squid_prestop -stop_postcmd=squid_poststop configtest_cmd=squid_configtest reload_precmd=squid_configtest restart_precmd=squid_configtest @@ -80,15 +79,10 @@ squid_load_rc_config() command_args="${required_args} ${squid_flags}" procname="?squid-*" pidfile=$squid_pidfile - state_dir=/var/run/squid } squid_prestart() { - # prepare the state directory: - [ -d ${state_dir} ] && rm -rf ${state_dir} - install -d -o ${squid_user} -m 0755 ${state_dir} - # setup KRB5_KTNAME: squid_krb5_ktname=${squid_krb5_ktname:-"NONE"} if [ "${squid_krb5_ktname}" != "NONE" ]; then @@ -151,11 +145,6 @@ squid_prestop() $command $required_args $squid_flags -k check 2>/dev/null } -squid_poststop() -{ - rm -rf ${state_dir} -} - load_rc_config $name squid_load_rc_config run_rc_command $1 From owner-svn-ports-head@freebsd.org Wed Nov 11 17:33:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A47AA2CF0B; Wed, 11 Nov 2015 17:33:02 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC4AB12FF; Wed, 11 Nov 2015 17:33:01 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABHX0vG083392; Wed, 11 Nov 2015 17:33:00 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABHX0e1083387; Wed, 11 Nov 2015 17:33:00 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201511111733.tABHX0e1083387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Wed, 11 Nov 2015 17:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401287 - in head/www: . p5-Dancer-Plugin-FlashMessage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 17:33:02 -0000 Author: tj Date: Wed Nov 11 17:33:00 2015 New Revision: 401287 URL: https://svnweb.freebsd.org/changeset/ports/401287 Log: Dancer plugin which provides an easy way implement flash messages. WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/ Added: head/www/p5-Dancer-Plugin-FlashMessage/ head/www/p5-Dancer-Plugin-FlashMessage/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-FlashMessage/distinfo (contents, props changed) head/www/p5-Dancer-Plugin-FlashMessage/pkg-descr (contents, props changed) head/www/p5-Dancer-Plugin-FlashMessage/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 11 17:24:31 2015 (r401286) +++ head/www/Makefile Wed Nov 11 17:33:00 2015 (r401287) @@ -839,6 +839,7 @@ SUBDIR += p5-Dancer-Logger-Log4perl SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed + SUBDIR += p5-Dancer-Plugin-FlashMessage SUBDIR += p5-Dancer-Plugin-Lexicon SUBDIR += p5-Dancer-Plugin-Memcached SUBDIR += p5-Dancer-Plugin-REST Added: head/www/p5-Dancer-Plugin-FlashMessage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-FlashMessage/Makefile Wed Nov 11 17:33:00 2015 (r401287) @@ -0,0 +1,25 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-FlashMessage +PORTVERSION= 0.314 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Dancer plugin for implementing Flash Messages + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +post-patch: + @${RM} ${WRKSRC}/README.pod + +.include Added: head/www/p5-Dancer-Plugin-FlashMessage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-FlashMessage/distinfo Wed Nov 11 17:33:00 2015 (r401287) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 0964348c08369a37b7d47a04c10e17570415e02c7b39eefb1668d730cc588700 +SIZE (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 12729 Added: head/www/p5-Dancer-Plugin-FlashMessage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-FlashMessage/pkg-descr Wed Nov 11 17:33:00 2015 (r401287) @@ -0,0 +1,3 @@ +Dancer plugin which provides an easy way implement flash messages. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/ Added: head/www/p5-Dancer-Plugin-FlashMessage/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-FlashMessage/pkg-plist Wed Nov 11 17:33:00 2015 (r401287) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer/Plugin/FlashMessage.pm +%%PERL5_MAN3%%/Dancer::Plugin::FlashMessage.3.gz From owner-svn-ports-head@freebsd.org Wed Nov 11 17:40:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B1F1A2C1CB; Wed, 11 Nov 2015 17:40:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53FBF1932; Wed, 11 Nov 2015 17:40:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABHekvA085788; Wed, 11 Nov 2015 17:40:46 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABHejlx085782; Wed, 11 Nov 2015 17:40:45 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201511111740.tABHejlx085782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 11 Nov 2015 17:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401288 - in head/security: . libuecc libuecc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 17:40:47 -0000 Author: dinoex Date: Wed Nov 11 17:40:45 2015 New Revision: 401288 URL: https://svnweb.freebsd.org/changeset/ports/401288 Log: This is a very small Elliptic Curve Cryptography library. WWW: http://git.universe-factory.net/libuecc PR: 204471 Submitted by: Jan Bramkamp Added: head/security/libuecc/ head/security/libuecc/Makefile (contents, props changed) head/security/libuecc/distinfo (contents, props changed) head/security/libuecc/files/ head/security/libuecc/files/patch-CMakeLists.txt (contents, props changed) head/security/libuecc/pkg-descr (contents, props changed) head/security/libuecc/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Nov 11 17:33:00 2015 (r401287) +++ head/security/Makefile Wed Nov 11 17:40:45 2015 (r401288) @@ -309,6 +309,7 @@ SUBDIR += libssh2 SUBDIR += libtasn1 SUBDIR += libtomcrypt + SUBDIR += libuecc SUBDIR += libwhisker SUBDIR += libyubikey SUBDIR += libzrtpcppcore Added: head/security/libuecc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libuecc/Makefile Wed Nov 11 17:40:45 2015 (r401288) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= libuecc +PORTVERSION= 6 +CATEGORIES= security +MASTER_SITES= http://git.universe-factory.net/libuecc/snapshot/ + +MAINTAINER= crest_maintainer@rlwinm.de +COMMENT= Very small Elliptic Curve Cryptography library + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium + +USE_LDCONFIG= yes + +USES= cmake:outsource pkgconfig tar + +.include Added: head/security/libuecc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libuecc/distinfo Wed Nov 11 17:40:45 2015 (r401288) @@ -0,0 +1,2 @@ +SHA256 (libuecc-6.tar) = fe61715b7cd8458616840f71ab8c0c7e5f49480a9cfb2c1965fbb9d713f071b6 +SIZE (libuecc-6.tar) = 174080 Added: head/security/libuecc/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libuecc/files/patch-CMakeLists.txt Wed Nov 11 17:40:45 2015 (r401288) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2015-11-11 17:23:47 UTC ++++ CMakeLists.txt +@@ -14,7 +14,7 @@ set(LIBDIR "lib${LIB_SUFFIX}") + add_subdirectory(src) + + configure_file(${LIBUECC_SOURCE_DIR}/libuecc.pc.in ${LIBUECC_BINARY_DIR}/libuecc.pc @ONLY) +-install(FILES ${LIBUECC_BINARY_DIR}/libuecc.pc DESTINATION "${LIBDIR}/pkgconfig") ++install(FILES ${LIBUECC_BINARY_DIR}/libuecc.pc DESTINATION "libdata/pkgconfig") + + FILE(GLOB include_files "${CMAKE_CURRENT_SOURCE_DIR}/include/libuecc/*.h") + install(FILES ${include_files} DESTINATION "include/libuecc-${PROJECT_VERSION}/libuecc") Added: head/security/libuecc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libuecc/pkg-descr Wed Nov 11 17:40:45 2015 (r401288) @@ -0,0 +1,3 @@ +This is a very small Elliptic Curve Cryptography library. + +WWW: http://git.universe-factory.net/libuecc Added: head/security/libuecc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libuecc/pkg-plist Wed Nov 11 17:40:45 2015 (r401288) @@ -0,0 +1,6 @@ +include/libuecc-6/libuecc/ecc.h +lib/libuecc.a +lib/libuecc.so +lib/libuecc.so.0 +lib/libuecc.so.0.6 +libdata/pkgconfig/libuecc.pc From owner-svn-ports-head@freebsd.org Wed Nov 11 18:04:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AEE7A2CA10; Wed, 11 Nov 2015 18:04:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03AE11E99; Wed, 11 Nov 2015 18:04:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABI4fsI092334; Wed, 11 Nov 2015 18:04:41 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABI4eGN092330; Wed, 11 Nov 2015 18:04:40 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511111804.tABI4eGN092330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 11 Nov 2015 18:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401289 - head/security/openssh-portable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:04:42 -0000 Author: bdrewery Date: Wed Nov 11 18:04:40 2015 New Revision: 401289 URL: https://svnweb.freebsd.org/changeset/ports/401289 Log: Update advice to disable ChallengeResponseAuthentication for key usage. PR: 204475 Reported by: Mark.Martinec@ijs.si Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/pkg-message Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Wed Nov 11 17:40:45 2015 (r401288) +++ head/security/openssh-portable/Makefile Wed Nov 11 18:04:40 2015 (r401289) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 7.1p1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable Modified: head/security/openssh-portable/pkg-message ============================================================================== --- head/security/openssh-portable/pkg-message Wed Nov 11 17:40:45 2015 (r401288) +++ head/security/openssh-portable/pkg-message Wed Nov 11 18:04:40 2015 (r401289) @@ -11,5 +11,6 @@ OpenSSH port, and if truly necessary, re by readjusting this option in your sshd_config. Users are encouraged to create single-purpose users with ssh keys, disable -Password auth with 'PasswordAuthentication no' and define very narrow sudo +Password authentication by setting 'PasswordAuthentication no' and +'ChallengeResponseAuthentication no', and to define very narrow sudo privileges instead of using root for automated tasks. From owner-svn-ports-head@freebsd.org Wed Nov 11 18:05:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9A9A2CA44; Wed, 11 Nov 2015 18:05:58 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B04D41FB0; Wed, 11 Nov 2015 18:05:57 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABI5uYx092522; Wed, 11 Nov 2015 18:05:56 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABI5uBI092519; Wed, 11 Nov 2015 18:05:56 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201511111805.tABI5uBI092519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 11 Nov 2015 18:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401290 - head/devel/tortoisehg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:05:58 -0000 Author: olivierd Date: Wed Nov 11 18:05:56 2015 New Revision: 401290 URL: https://svnweb.freebsd.org/changeset/ports/401290 Log: Update to 3.6 Changes: https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-36 PR: 204466 Submitted by: myself Approved by: <6yearold@gmail.com> (maintainer) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo head/devel/tortoisehg/pkg-plist Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Wed Nov 11 18:04:40 2015 (r401289) +++ head/devel/tortoisehg/Makefile Wed Nov 11 18:05:56 2015 (r401290) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.5.2 +PORTVERSION= 3.6 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Wed Nov 11 18:04:40 2015 (r401289) +++ head/devel/tortoisehg/distinfo Wed Nov 11 18:05:56 2015 (r401290) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.5.2.tar.gz) = f5d36d8f19b508dd00a7ac720af3889defd40e99fcb60d907a0fefb9c867dd63 -SIZE (tortoisehg-3.5.2.tar.gz) = 7399407 +SHA256 (tortoisehg-3.6.tar.gz) = ec43d13f029bb23a12129d2a2c3b3b4daf3d8121cbb5c9c23e4872f7b0b75ad8 +SIZE (tortoisehg-3.6.tar.gz) = 7439819 Modified: head/devel/tortoisehg/pkg-plist ============================================================================== --- head/devel/tortoisehg/pkg-plist Wed Nov 11 18:04:40 2015 (r401289) +++ head/devel/tortoisehg/pkg-plist Wed Nov 11 18:05:56 2015 (r401290) @@ -397,6 +397,7 @@ share/applications/tortoisehg.desktop %%NLS%%share/locale/ru/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/sr/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/sv/LC_MESSAGES/tortoisehg.mo +%%NLS%%share/locale/th/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/tr/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/uk/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo From owner-svn-ports-head@freebsd.org Wed Nov 11 18:15:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 434E9A2CE49; Wed, 11 Nov 2015 18:15:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DDC9185D; Wed, 11 Nov 2015 18:15:57 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABIFvTv095521; Wed, 11 Nov 2015 18:15:57 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABIFvaZ095520; Wed, 11 Nov 2015 18:15:57 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201511111815.tABIFvaZ095520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 11 Nov 2015 18:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401291 - head/lang/clang36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:15:58 -0000 Author: brooks Date: Wed Nov 11 18:15:56 2015 New Revision: 401291 URL: https://svnweb.freebsd.org/changeset/ports/401291 Log: Add USES=libedit. [1] Avoid some duplicate work. Submitted by: amdmi3 [1] Modified: head/lang/clang36/Makefile Modified: head/lang/clang36/Makefile ============================================================================== --- head/lang/clang36/Makefile Wed Nov 11 18:05:56 2015 (r401290) +++ head/lang/clang36/Makefile Wed Nov 11 18:15:56 2015 (r401291) @@ -37,7 +37,7 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= compiler:c++11-lib gmake perl5 python:build tar:xz +USES= compiler:c++11-lib gmake libedit perl5 python:build tar:xz USE_LDCONFIG= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ @@ -154,16 +154,11 @@ post-install: ${LN} -f ${STAGEDIR}${PREFIX}/bin/${FIRST_COMMAND}${LLVM_SUFFIX} \ ${STAGEDIR}${PREFIX}/bin/${command}${LLVM_SUFFIX} .endfor - ${MKDIR} ${STAGEDIR}${PYTHONLIBDIR} ${MKDIR} ${STAGEDIR}${PYTHONLIBDIR}/Resources ${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/tools/scan-view/*.py \ ${STAGEDIR}${PYTHONLIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/tools/clang/tools/scan-view/Resources/* \ ${STAGEDIR}${PYTHONLIBDIR}/Resources - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/tools/clang/tools/scan-build/scanview.css \ - ${WRKSRC}/tools/clang/tools/scan-build/sorttable.js \ - ${STAGEDIR}${DATADIR} cd ${WRKSRC}/tools/clang/docs/tools && \ ${MAKE_CMD} DESTDIR=${STAGEDIR}/ install-html install-ps ${INSTALL_MAN} ${WRKSRC}/tools/clang/docs/tools/clang.1 \ From owner-svn-ports-head@freebsd.org Wed Nov 11 18:34:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90BDAA2C33E; Wed, 11 Nov 2015 18:34:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A3E113E5; Wed, 11 Nov 2015 18:34:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABIYME8001687; Wed, 11 Nov 2015 18:34:22 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABIYLHX001682; Wed, 11 Nov 2015 18:34:21 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201511111834.tABIYLHX001682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 11 Nov 2015 18:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401292 - in head/security: . fastd fastd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:34:23 -0000 Author: dinoex Date: Wed Nov 11 18:34:21 2015 New Revision: 401292 URL: https://svnweb.freebsd.org/changeset/ports/401292 Log: This is a fast and Secure Tunnelling Daemon. WWW: http://git.universe-factory.net/fastd PR: 204472 Submitted by: Jan Bramkamp Added: head/security/fastd/ head/security/fastd/Makefile (contents, props changed) head/security/fastd/distinfo (contents, props changed) head/security/fastd/files/ head/security/fastd/files/fastd.in (contents, props changed) head/security/fastd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Nov 11 18:15:56 2015 (r401291) +++ head/security/Makefile Wed Nov 11 18:34:21 2015 (r401292) @@ -122,6 +122,7 @@ SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot + SUBDIR += fastd SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip Added: head/security/fastd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd/Makefile Wed Nov 11 18:34:21 2015 (r401292) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= fastd +PORTVERSION= 17 +CATEGORIES= security net +MASTER_SITES= http://git.universe-factory.net/fastd/snapshot/ + +MAINTAINER= crest_maintainer@rlwinm.de +COMMENT= Fast and Secure Tunnelling Daemon + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \ + libsodium.so:${PORTSDIR}/security/libsodium \ + libuecc.so:${PORTSDIR}/security/libuecc + +USES= bison cmake:outsource pkgconfig tar + +USE_RC_SUBR= fastd + +PLIST_FILES= bin/fastd \ + man/man1/fastd.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/fastd.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include Added: head/security/fastd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd/distinfo Wed Nov 11 18:34:21 2015 (r401292) @@ -0,0 +1,2 @@ +SHA256 (fastd-17.tar) = 20390fc2110929ebf37feebe1bcce68d7920a5efd42c369bd2d886c6781966dc +SIZE (fastd-17.tar) = 1474560 Added: head/security/fastd/files/fastd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd/files/fastd.in Wed Nov 11 18:34:21 2015 (r401292) @@ -0,0 +1,75 @@ +#!/bin/sh +# +# $FreeBSD$ + +# PROVIDE: fastd +# REQUIRE: DAEMON +# KEYWORD: shutdown + +# ----------------------------------------------------------------------------- +# +# This script supports running multiple instances of fastd. +# To run additional instances link this script to something like +# % ln -s fastd fastd_foo +# and define additional fastd_foo_* variables in one of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/fastd_foo +# +# Below NAME should be substituted with the name of this script. By default +# it is fastd, so read as fastd_enable. If you linked the script to +# fastd_foo, then read as fastd_foo_enable etc. +# +# The following variables are supported (defaults are shown). +# You can place them in any of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/NAME +# +# NAME_enable="NO" # set to YES to enable fastd +# +# # optional: +# NAME_configfile="%%PREFIX%%/etc/fastd/NAME.conf" # --config file +# + +. /etc/rc.subr + +case "$0" in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name="$_file" + ;; +*) + name="$0" + ;; +esac + +name="${name##*/}" +rcvar=${name}_enable + +clean_pidfile() +{ + rm -f "$pidfile" || warn "Could not remove $pidfile." +} + +# reload: support SIGHUP to reload peer directories +extra_commands="reload" + +# pidfile +pidfile="/var/run/${name}.pid" + +# run this last +start_precmd="clean_pidfile" +stop_postcmd="clean_pidfile" + +load_rc_config ${name} + +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_configfile:=\"%%PREFIX%%/etc/fastd/${name}.conf\"}" + +configfile="$(eval echo \${${name}_configfile})" + +required_files=${configfile} + +# command and arguments +command="%%PREFIX%%/bin/fastd" +command_args="--daemon --config ${configfile} --pid-file ${pidfile}" + +run_rc_command "$1" Added: head/security/fastd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd/pkg-descr Wed Nov 11 18:34:21 2015 (r401292) @@ -0,0 +1,3 @@ +This is a fast and Secure Tunnelling Daemon. + +WWW: http://git.universe-factory.net/fastd From owner-svn-ports-head@freebsd.org Wed Nov 11 18:42:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16435A2C4C0; Wed, 11 Nov 2015 18:42:26 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4E511981; Wed, 11 Nov 2015 18:42:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABIgODg004713; Wed, 11 Nov 2015 18:42:24 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABIgOpm004707; Wed, 11 Nov 2015 18:42:24 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201511111842.tABIgOpm004707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 11 Nov 2015 18:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401293 - in head/security: . fastd-devel fastd-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 18:42:26 -0000 Author: dinoex Date: Wed Nov 11 18:42:24 2015 New Revision: 401293 URL: https://svnweb.freebsd.org/changeset/ports/401293 Log: This is a fast and Secure Tunnelling Daemon. WWW: http://git.universe-factory.net/fastd PR: 204473 Submitted by: Jan Bramkamp Added: head/security/fastd-devel/ head/security/fastd-devel/Makefile (contents, props changed) head/security/fastd-devel/distinfo (contents, props changed) head/security/fastd-devel/files/ head/security/fastd-devel/files/fastd_devel.in (contents, props changed) head/security/fastd-devel/files/patch-src_CMakeLists.txt (contents, props changed) head/security/fastd-devel/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Nov 11 18:34:21 2015 (r401292) +++ head/security/Makefile Wed Nov 11 18:42:24 2015 (r401293) @@ -123,6 +123,7 @@ SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += fastd + SUBDIR += fastd-devel SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip Added: head/security/fastd-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd-devel/Makefile Wed Nov 11 18:42:24 2015 (r401293) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= fastd +PORTVERSION= 18.a.20151111 +CATEGORIES= security net +MASTER_SITES= http://git.universe-factory.net/fastd/snapshot/ +PKGNAMESUFFIX= -devel +DISTNAME= 999b87b80302dbc14e23ef3dff187b91dae7fab5 + +MAINTAINER= crest_maintainer@rlwinm.de +COMMENT= Fast and Secure Tunnelling Daemon + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \ + libsodium.so:${PORTSDIR}/security/libsodium \ + libuecc.so:${PORTSDIR}/security/libuecc + +USES= bison cmake:outsource pkgconfig tar + +PKG_CONFIG_PATH= ${PREFIX}/lib/pkgconfig/ +CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH} + +USE_RC_SUBR= fastd_devel + +PLIST_FILES= bin/fastd-devel \ + man/man1/fastd-devel.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/fastd.1 ${STAGEDIR}${PREFIX}/man/man1/fastd-devel.1 + +.include Added: head/security/fastd-devel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd-devel/distinfo Wed Nov 11 18:42:24 2015 (r401293) @@ -0,0 +1,2 @@ +SHA256 (999b87b80302dbc14e23ef3dff187b91dae7fab5.tar) = 4267521d02e6f4772e9d234a37e40d8af1c63f31493cf93460b25f21df219005 +SIZE (999b87b80302dbc14e23ef3dff187b91dae7fab5.tar) = 1484800 Added: head/security/fastd-devel/files/fastd_devel.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd-devel/files/fastd_devel.in Wed Nov 11 18:42:24 2015 (r401293) @@ -0,0 +1,75 @@ +#!/bin/sh +# +# $FreeBSD$ + +# PROVIDE: fastd_devel +# REQUIRE: DAEMON +# KEYWORD: shutdown + +# ----------------------------------------------------------------------------- +# +# This script supports running multiple instances of fastd. +# To run additional instances link this script to something like +# % ln -s fastd fastd_foo +# and define additional fastd_foo_* variables in one of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/fastd_foo +# +# Below NAME should be substituted with the name of this script. By default +# it is fastd, so read as fastd_enable. If you linked the script to +# fastd_foo, then read as fastd_foo_enable etc. +# +# The following variables are supported (defaults are shown). +# You can place them in any of +# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/NAME +# +# NAME_enable="NO" # set to YES to enable fastd +# +# # optional: +# NAME_configfile="%%PREFIX%%/etc/fastd/NAME.conf" # --config file +# + +. /etc/rc.subr + +case "$0" in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name="$_file" + ;; +*) + name="$0" + ;; +esac + +name="${name##*/}" +rcvar=${name}_enable + +clean_pidfile() +{ + rm -f "$pidfile" || warn "Could not remove $pidfile." +} + +# reload: support SIGHUP to reload peer directories +extra_commands="reload" + +# pidfile +pidfile="/var/run/${name}.pid" + +# run this last +start_precmd="clean_pidfile" +stop_postcmd="clean_pidfile" + +load_rc_config ${name} + +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_configfile:=\"%%PREFIX%%/etc/fastd/${name}.conf\"}" + +configfile="$(eval echo \${${name}_configfile})" + +required_files=${configfile} + +# command and arguments +command="%%PREFIX%%/bin/fastd-devel" +command_args="--daemon --config ${configfile} --pid-file ${pidfile}" + +run_rc_command "$1" Added: head/security/fastd-devel/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd-devel/files/patch-src_CMakeLists.txt Wed Nov 11 18:42:24 2015 (r401293) @@ -0,0 +1,10 @@ +--- src/CMakeLists.txt.orig 2015-11-11 18:08:50 UTC ++++ src/CMakeLists.txt +@@ -45,6 +45,7 @@ add_executable(fastd + ) + set_property(TARGET fastd PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") + set_property(TARGET fastd PROPERTY LINK_FLAGS "${PTHREAD_LDFLAGS} ${LIBUECC_LDFLAGS_OTHER} ${NACL_LDFLAGS_OTHER} ${JSON_C_LDFLAGS_OTHER} ${LDFLAGS_LTO}") ++set_property(TARGET fastd PROPERTY SUFFIX "-devel") + set_property(TARGET fastd APPEND PROPERTY INCLUDE_DIRECTORIES ${LIBCAP_INCLUDE_DIR} ${NACL_INCLUDE_DIR} ${JSON_C_INCLUDE_DIR}) + target_link_libraries(fastd protocols methods ciphers macs ${RT_LIBRARY} ${LIBCAP_LIBRARY} ${LIBUECC_LIBRARIES} ${NACL_LIBRARIES} ${OPENSSL_CRYPTO_LIBRARY} ${JSON_C_LIBRARIES}) + Added: head/security/fastd-devel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fastd-devel/pkg-descr Wed Nov 11 18:42:24 2015 (r401293) @@ -0,0 +1,3 @@ +This is a fast and Secure Tunnelling Daemon. + +WWW: http://git.universe-factory.net/fastd From owner-svn-ports-head@freebsd.org Wed Nov 11 20:16:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C08A2A0E8; Wed, 11 Nov 2015 20:16:12 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607951228; Wed, 11 Nov 2015 20:16:12 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABKGB4D031352; Wed, 11 Nov 2015 20:16:11 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABKGBG8031351; Wed, 11 Nov 2015 20:16:11 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201511112016.tABKGBG8031351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 11 Nov 2015 20:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401294 - head/deskutils/taskd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 20:16:12 -0000 Author: skreuzer Date: Wed Nov 11 20:16:11 2015 New Revision: 401294 URL: https://svnweb.freebsd.org/changeset/ports/401294 Log: Install the helper scripts to create keys and certificates Modified: head/deskutils/taskd/Makefile Modified: head/deskutils/taskd/Makefile ============================================================================== --- head/deskutils/taskd/Makefile Wed Nov 11 18:42:24 2015 (r401293) +++ head/deskutils/taskd/Makefile Wed Nov 11 20:16:11 2015 (r401294) @@ -3,6 +3,7 @@ PORTNAME= taskd PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ @@ -23,7 +24,12 @@ SHEBANG_FILES= demo/client/case* \ demo/server/setup \ mon/create \ scripts/setup_server.bash \ - src/taskdctl + src/taskdctl \ + pki/generate \ + pki/generate.ca \ + pki/generate.client \ + pki/generate.crl \ + pki/generate.server CFLAGS+= -g -O0 @@ -31,8 +37,21 @@ PLIST_FILES= bin/taskd \ bin/taskdctl \ man/man1/taskd.1.gz \ man/man1/taskdctl.1.gz \ - man/man5/taskdrc.5.gz + man/man5/taskdrc.5.gz \ + share/taskd/README \ + share/taskd/generate \ + share/taskd/generate.ca \ + share/taskd/generate.client \ + share/taskd/generate.crl \ + share/taskd/generate.server \ + share/taskd/vars PORTDOCS= * +post-install: + (cd ${WRKSRC}/pki && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) +.for s in generate generate.ca generate.client generate.crl generate.server + ${CHMOD} 755 ${STAGEDIR}${DATADIR}/${s} +.endfor + .include From owner-svn-ports-head@freebsd.org Wed Nov 11 20:39:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 192B1A2A6BF; Wed, 11 Nov 2015 20:39:15 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1FA71C8C; Wed, 11 Nov 2015 20:39:14 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABKdDou037191; Wed, 11 Nov 2015 20:39:13 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABKdDw9037189; Wed, 11 Nov 2015 20:39:13 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201511112039.tABKdDw9037189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 11 Nov 2015 20:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401295 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 20:39:15 -0000 Author: brnrd Date: Wed Nov 11 20:39:13 2015 New Revision: 401295 URL: https://svnweb.freebsd.org/changeset/ports/401295 Log: Document CVE's in MySQL/MariaDB/Percona PR: 204410 Submitted by: Sevan Janiyan Reviewed by: feld Approved by: feld Security: CVE-2015-4802 Security: CVE-2015-4807 Security: CVE-2015-4815 Security: CVE-2015-4826 Security: CVE-2015-4830 Security: CVE-2015-4836 Security: CVE-2015-4858 Security: CVE-2015-4861 Security: CVE-2015-4870 Security: CVE-2015-4913 Security: CVE-2015-4792 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 11 20:16:11 2015 (r401294) +++ head/security/vuxml/vuln.xml Wed Nov 11 20:39:13 2015 (r401295) @@ -58,6 +58,98 @@ Notes: --> + + MySQL - Multiple vulnerabilities + + + mariadb-client + 5.3.13 + + + mariadb-server + 5.3.13 + + + mariadb55-client + 5.5.46 + + + mariadb55-server + 5.5.46 + + + mariadb100-client + 10.0.22 + + + mariadb100-server + 10.0.22 + + + mysql55-client + 5.5.46 + + + mysql55-server + 5.5.46 + + + mysql56-client + 5.6.27 + + + mysql56-server + 5.6.27 + + + percona55-client + 5.5.46 + + + percona55-server + 5.5.46 + + + percona56-client + 5.6.27 + + + percona56-server + 5.6.27 + + + + +

Oracle reports:

+
+

Critical Patch Update: MySQL Server, version(s) 5.5.45 and prior, 5.6.26 and prior

+
+ +
+ + http://www.oracle.com/technetwork/topics/security/cpuoct2015-2367953.html + CVE-2015-4802 + CVE-2015-4807 + CVE-2015-4815 + CVE-2015-4826 + CVE-2015-4830 + CVE-2015-4836 + CVE-2015-4858 + CVE-2015-4861 + CVE-2015-4870 + CVE-2015-4913 + CVE-2015-4792 + https://mariadb.com/kb/en/mariadb/mariadb-5546-release-notes/ + https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/ + https://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.46-37.5.html + https://www.percona.com/doc/percona-server/5.6/release-notes/Percona-Server-5.6.27-75.0.html + + + 2015-11-10 + 2015-11-11 + +
+ jenkins -- remote code execution via unsafe deserialization From owner-svn-ports-head@freebsd.org Wed Nov 11 21:03:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C70A0A2AC2C; Wed, 11 Nov 2015 21:03:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A63B18BF; Wed, 11 Nov 2015 21:03:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABL37Ar045714; Wed, 11 Nov 2015 21:03:07 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABL37bu045713; Wed, 11 Nov 2015 21:03:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511112103.tABL37bu045713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 11 Nov 2015 21:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401296 - head/devel/subversion17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:03:08 -0000 Author: ohauer Date: Wed Nov 11 21:03:07 2015 New Revision: 401296 URL: https://svnweb.freebsd.org/changeset/ports/401296 Log: - deprecate port, set expiration date to 2015-12-29 [1] Version 1.7.x is no longer supported by upstream. [1] https://subversion.apache.org/docs/release-notes/1.9.html#svn-1.7-deprecation M subversion17/Makefile.common Modified: head/devel/subversion17/Makefile.common Modified: head/devel/subversion17/Makefile.common ============================================================================== --- head/devel/subversion17/Makefile.common Wed Nov 11 20:39:13 2015 (r401295) +++ head/devel/subversion17/Makefile.common Wed Nov 11 21:03:07 2015 (r401296) @@ -9,6 +9,10 @@ MASTER_SITES= APACHE/subversion DIST_SUBDIR= subversion17 PKGNAMESUFFIX= 17 +DEPRECATED= See https://subversion.apache.org/docs/release-notes/1.9.html#svn-1.7-deprecation +EXPIRATION_DATE=2015-12-29 + + USE_KDE4= # Used below if KWallet support is enabled GNU_CONFIGURE= yes USES+= tar:bzip2 pkgconfig libtool cpe From owner-svn-ports-head@freebsd.org Wed Nov 11 21:04:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB74BA2AC69; Wed, 11 Nov 2015 21:04:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CBBB19AC; Wed, 11 Nov 2015 21:04:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABL4b0F045860; Wed, 11 Nov 2015 21:04:37 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABL4b3j045859; Wed, 11 Nov 2015 21:04:37 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201511112104.tABL4b3j045859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 11 Nov 2015 21:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401297 - head/databases/firebird25-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:04:38 -0000 Author: jkim Date: Wed Nov 11 21:04:37 2015 New Revision: 401297 URL: https://svnweb.freebsd.org/changeset/ports/401297 Log: Fix dependencies again since r401229 partially reverted r398897, which was my attempt to remove redundant libedit.so from dependencies for server. However, it was incomplete because BUILD_DEPENDS was left for configure. Now firebird25-server does not directly require devel/libedit any more. Modified: head/databases/firebird25-server/Makefile Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Wed Nov 11 21:03:07 2015 (r401296) +++ head/databases/firebird25-server/Makefile Wed Nov 11 21:04:37 2015 (r401297) @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server @@ -24,12 +24,11 @@ LICENSE_PERMS_IPL= dist-mirror dist-sell LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu -USES= gmake libedit pkgconfig tar:bzip2 +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= --with-system-editline \ - --with-system-icu \ +CONFIGURE_ARGS= --with-system-icu \ --prefix=${LOCALSTATEDIR} \ --exec-prefix=${PREFIX} \ --with-fbconf=${PREFIX}/${CONFDIR} \ @@ -44,8 +43,7 @@ CONFIGURE_ARGS= --with-system-editline \ --with-fbudf=${LIBEXECDIR}/UDF CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \ ac_cv_header_atomic_ops_h="no" \ - ac_cv_lib_atomic_ops_main="no" \ - ac_cv_lib_edit_readline="yes" + ac_cv_lib_atomic_ops_main="no" LOCALSTATEDIR= /var/db/firebird CONFDIR= etc/firebird @@ -76,7 +74,7 @@ IGNORE= your system does not support sy # Server part stuff LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird25-client -CONFIGURE_ARGS+=--enable-superserver +CONFIGURE_ARGS+=--enable-superserver --without-editline ALL_TARGET= firebird_embedded firebird_server @@ -92,6 +90,11 @@ UDF_SQL= src/extlib/ib_udf2.sql src/extl PKGINSTALL?= ${PKGDIR}/pkg-install-server .else # Client part stuff +LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit + +CONFIGURE_ARGS+= --with-system-editline +CONFIGURE_ENV+= ac_cv_lib_edit_readline="yes" + ALL_TARGET= firebird_basic libfbembed libfbclient embed_isql embed_gpre \ embed_gdef embed_qli extlib From owner-svn-ports-head@freebsd.org Wed Nov 11 21:04:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D58C9A2AC9D; Wed, 11 Nov 2015 21:04:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C6E51A82; Wed, 11 Nov 2015 21:04:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABL4mhM045977; Wed, 11 Nov 2015 21:04:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABL4mTY045975; Wed, 11 Nov 2015 21:04:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511112104.tABL4mTY045975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 11 Nov 2015 21:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401298 - in head/security/openssh-portable: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:04:49 -0000 Author: bdrewery Date: Wed Nov 11 21:04:48 2015 New Revision: 401298 URL: https://svnweb.freebsd.org/changeset/ports/401298 Log: Fix the NONECIPHER not actually being offered by the server. Upstream issue: https://github.com/rapier1/openssh-portable/issues/3 Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/files/extra-patch-hpn Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Wed Nov 11 21:04:37 2015 (r401297) +++ head/security/openssh-portable/Makefile Wed Nov 11 21:04:48 2015 (r401298) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 7.1p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable Modified: head/security/openssh-portable/files/extra-patch-hpn ============================================================================== --- head/security/openssh-portable/files/extra-patch-hpn Wed Nov 11 21:04:37 2015 (r401297) +++ head/security/openssh-portable/files/extra-patch-hpn Wed Nov 11 21:04:48 2015 (r401298) @@ -481,19 +481,6 @@ diff -urN -x configure -x config.guess - debug("kex: %s %s %s %s", ctos ? "client->server" : "server->client", newkeys->enc.name, ---- work.clean/openssh-6.8p1/myproposal.h 2015-03-17 00:49:20.000000000 -0500 -+++ work/openssh-6.8p1/myproposal.h 2015-04-03 16:43:33.747402000 -0500 -@@ -171,6 +171,10 @@ - #define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" - #define KEX_DEFAULT_LANG "" - -+#ifdef NONE_CIPHER_ENABLED -+#define KEX_ENCRYPT_INCLUDE_NONE KEX_SERVER_ENCRYPT ",none" -+#endif -+ - #define KEX_CLIENT \ - KEX_CLIENT_KEX, \ - KEX_DEFAULT_PK_ALG, \ --- work.clean/openssh-6.8p1/packet.c 2015-03-17 00:49:20.000000000 -0500 +++ work/openssh-6.8p1/packet.c 2015-04-03 16:10:57.002066000 -0500 @@ -2199,6 +2199,24 @@ @@ -1199,9 +1186,9 @@ diff -urN -x configure -x config.guess - debug("Authentication succeeded (%s).", authctxt.method->name); } ---- work.clean/openssh-6.8p1/sshd.c.orig 2015-08-17 17:01:06.925269000 -0700 -+++ work.clean/openssh-6.8p1/sshd.c 2015-08-17 17:05:40.008253000 -0700 -@@ -438,8 +438,13 @@ sshd_exchange_identification(int sock_in +--- work.clean/openssh-7.1p1/sshd.c.orig 2015-08-20 21:49:03.000000000 -0700 ++++ work.clean/openssh-7.1p1/sshd.c 2015-11-11 12:45:48.202186000 -0800 +@@ -431,8 +431,13 @@ sshd_exchange_identification(int sock_in minor = PROTOCOL_MINOR_1; } @@ -1216,7 +1203,7 @@ diff -urN -x configure -x config.guess - *options.version_addendum == '\0' ? "" : " ", options.version_addendum, newline); -@@ -1162,6 +1167,10 @@ server_listen(void) +@@ -1155,6 +1160,10 @@ server_listen(void) int ret, listen_sock, on = 1; struct addrinfo *ai; char ntop[NI_MAXHOST], strport[NI_MAXSERV]; @@ -1227,7 +1214,7 @@ diff -urN -x configure -x config.guess - for (ai = options.listen_addrs; ai; ai = ai->ai_next) { if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6) -@@ -1202,6 +1211,13 @@ server_listen(void) +@@ -1195,6 +1204,13 @@ server_listen(void) debug("Bind to port %s on %s.", strport, ntop); @@ -1241,7 +1228,23 @@ diff -urN -x configure -x config.guess - /* Bind the socket to the desired port. */ if (bind(listen_sock, ai->ai_addr, ai->ai_addrlen) < 0) { error("Bind to port %s on %s failed: %.200s.", -@@ -2130,6 +2146,11 @@ main(int ac, char **av) +@@ -1693,6 +1709,15 @@ main(int ac, char **av) + /* Fill in default values for those options not explicitly set. */ + fill_default_server_options(&options); + ++#ifdef NONE_CIPHER_ENABLED ++ if (options.none_enabled == 1) { ++ char *old_ciphers = options.ciphers; ++ ++ xasprintf(&options.ciphers, "%s,none", old_ciphers); ++ free(old_ciphers); ++ } ++#endif ++ + /* challenge-response is implemented via keyboard interactive */ + if (options.challenge_response_authentication) + options.kbd_interactive_authentication = 1; +@@ -2123,6 +2148,11 @@ main(int ac, char **av) cleanup_exit(255); } @@ -1253,16 +1256,13 @@ diff -urN -x configure -x config.guess - /* * We use get_canonical_hostname with usedns = 0 instead of * get_remote_ipaddr here so IP options will be checked. -@@ -2564,6 +2585,14 @@ do_ssh2_kex(void) +@@ -2539,6 +2569,11 @@ do_ssh2_kex(void) struct kex *kex; int r; +#ifdef NONE_CIPHER_ENABLED -+ if (options.none_enabled == 1) { ++ if (options.none_enabled == 1) + debug ("WARNING: None cipher enabled"); -+ myproposal[PROPOSAL_ENC_ALGS_CTOS] = -+ myproposal[PROPOSAL_ENC_ALGS_STOC] = KEX_ENCRYPT_INCLUDE_NONE; -+ } +#endif + myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal( From owner-svn-ports-head@freebsd.org Wed Nov 11 21:21:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0961A2AF67; Wed, 11 Nov 2015 21:21:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3DD31F44; Wed, 11 Nov 2015 21:21:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABLLk3K051697; Wed, 11 Nov 2015 21:21:46 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABLLjO6051679; Wed, 11 Nov 2015 21:21:45 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511112121.tABLLjO6051679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 11 Nov 2015 21:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401299 - head/security/openssh-portable/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:21:48 -0000 Author: bdrewery Date: Wed Nov 11 21:21:44 2015 New Revision: 401299 URL: https://svnweb.freebsd.org/changeset/ports/401299 Log: Make portlint stop spamming me. It's gotten quite silly. There's no reason to regenerate these for the sake of having 'UTC' in the patch and it also considers patches with comments to be invalid. WARN: /root/svn/ports/security/openssh-portable/files/patch-auth.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-auth2.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-readconf.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-regress__test-exec.sh: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-servconf.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-session.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-ssh-agent.1: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-ssh-agent.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-ssh.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-ssh_config: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-ssh_config.5: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-sshconnect.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-sshd.8: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-sshd.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-sshd_config: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /root/svn/ports/security/openssh-portable/files/patch-sshd_config.5: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. Modified: head/security/openssh-portable/files/patch-auth.c head/security/openssh-portable/files/patch-auth2.c head/security/openssh-portable/files/patch-readconf.c head/security/openssh-portable/files/patch-regress__test-exec.sh head/security/openssh-portable/files/patch-servconf.c head/security/openssh-portable/files/patch-session.c head/security/openssh-portable/files/patch-ssh-agent.1 head/security/openssh-portable/files/patch-ssh-agent.c head/security/openssh-portable/files/patch-ssh.c head/security/openssh-portable/files/patch-ssh_config head/security/openssh-portable/files/patch-ssh_config.5 head/security/openssh-portable/files/patch-sshconnect.c head/security/openssh-portable/files/patch-sshd.8 head/security/openssh-portable/files/patch-sshd.c head/security/openssh-portable/files/patch-sshd_config head/security/openssh-portable/files/patch-sshd_config.5 Modified: head/security/openssh-portable/files/patch-auth.c ============================================================================== --- head/security/openssh-portable/files/patch-auth.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-auth.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r100838 | fanf | 2002-07-28 19:36:24 -0500 (Sun, 28 Jul 2002) | 7 lines Changed paths: M /head/crypto/openssh/auth.c Modified: head/security/openssh-portable/files/patch-auth2.c ============================================================================== --- head/security/openssh-portable/files/patch-auth2.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-auth2.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r99053 | des | 2002-06-29 05:57:13 -0500 (Sat, 29 Jun 2002) | 4 lines Changed paths: M /head/crypto/openssh/auth2.c Modified: head/security/openssh-portable/files/patch-readconf.c ============================================================================== --- head/security/openssh-portable/files/patch-readconf.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-readconf.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC base defaults r99048 | des | 2002-06-29 05:51:56 -0500 (Sat, 29 Jun 2002) | 4 lines Modified: head/security/openssh-portable/files/patch-regress__test-exec.sh ============================================================================== --- head/security/openssh-portable/files/patch-regress__test-exec.sh Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-regress__test-exec.sh Wed Nov 11 21:21:44 2015 (r401299) @@ -1,4 +1,4 @@ ---- regress/test-exec.sh.orig 2015-04-03 18:20:32.256126000 -0500 +--- regress/test-exec.sh.orig 2015-04-03 18:20:32.256126000 UTC +++ regress/test-exec.sh 2015-04-03 18:20:41.599903000 -0500 @@ -408,6 +408,7 @@ cat << EOF > $OBJ/sshd_config LogLevel DEBUG3 Modified: head/security/openssh-portable/files/patch-servconf.c ============================================================================== --- head/security/openssh-portable/files/patch-servconf.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-servconf.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,4 +1,4 @@ ---- servconf.c.orig 2015-08-17 20:37:29.913831000 -0700 +--- servconf.c.orig 2015-08-17 20:37:29.913831000 UTC +++ servconf.c 2015-08-17 20:37:29.950132000 -0700 @@ -57,6 +57,7 @@ #include "auth.h" Modified: head/security/openssh-portable/files/patch-session.c ============================================================================== --- head/security/openssh-portable/files/patch-session.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-session.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,5 +1,5 @@ ---- session.c 2013-03-14 19:22:37.000000000 -0500 -+++ session.c 2013-04-12 21:10:44.510757912 -0500 +--- session.c 2013-03-14 19:22:37 UTC ++++ session.c @@ -1131,6 +1136,9 @@ struct passwd *pw = s->pw; #if !defined (HAVE_LOGIN_CAP) && !defined (HAVE_CYGWIN) Modified: head/security/openssh-portable/files/patch-ssh-agent.1 ============================================================================== --- head/security/openssh-portable/files/patch-ssh-agent.1 Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-ssh-agent.1 Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r226103 | des | 2011-10-07 08:10:16 -0500 (Fri, 07 Oct 2011) | 5 lines Add a -x option that causes ssh-agent(1) to exit when all clients have Modified: head/security/openssh-portable/files/patch-ssh-agent.c ============================================================================== --- head/security/openssh-portable/files/patch-ssh-agent.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-ssh-agent.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r110506 | des | 2003-02-07 09:48:27 -0600 (Fri, 07 Feb 2003) | 4 lines Set the ruid to the euid at startup as a workaround for a bug in pam_ssh. Modified: head/security/openssh-portable/files/patch-ssh.c ============================================================================== --- head/security/openssh-portable/files/patch-ssh.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-ssh.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r99054 | des | 2002-06-29 05:57:53 -0500 (Sat, 29 Jun 2002) | 4 lines Changed paths: M /head/crypto/openssh/ssh.c Modified: head/security/openssh-portable/files/patch-ssh_config ============================================================================== --- head/security/openssh-portable/files/patch-ssh_config Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-ssh_config Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r100678 | fanf | 2002-07-25 10:59:40 -0500 (Thu, 25 Jul 2002) | 5 lines Document the FreeBSD default for CheckHostIP, which was changed in Modified: head/security/openssh-portable/files/patch-ssh_config.5 ============================================================================== --- head/security/openssh-portable/files/patch-ssh_config.5 Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-ssh_config.5 Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r100678 | fanf | 2002-07-25 10:59:40 -0500 (Thu, 25 Jul 2002) | 5 lines Document the FreeBSD default for CheckHostIP, which was changed in Modified: head/security/openssh-portable/files/patch-sshconnect.c ============================================================================== --- head/security/openssh-portable/files/patch-sshconnect.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-sshconnect.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC Added for bindresvport_sa(3) --- sshconnect.c.orig 2015-04-02 15:04:24.482112000 -0500 Modified: head/security/openssh-portable/files/patch-sshd.8 ============================================================================== --- head/security/openssh-portable/files/patch-sshd.8 Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-sshd.8 Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC Document FreeBSD/port-specific paths --- sshd.8.orig 2010-08-04 21:03:13.000000000 -0600 Modified: head/security/openssh-portable/files/patch-sshd.c ============================================================================== --- head/security/openssh-portable/files/patch-sshd.c Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-sshd.c Wed Nov 11 21:21:44 2015 (r401299) @@ -1,3 +1,4 @@ +--- UTC r109683 | des | 2003-01-22 08:12:59 -0600 (Wed, 22 Jan 2003) | 7 lines Changed paths: M /head/crypto/openssh/sshd.c Modified: head/security/openssh-portable/files/patch-sshd_config ============================================================================== --- head/security/openssh-portable/files/patch-sshd_config Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-sshd_config Wed Nov 11 21:21:44 2015 (r401299) @@ -1,4 +1,4 @@ ---- sshd_config.orig 2013-02-11 18:02:09.000000000 -0600 +--- sshd_config.orig 2013-02-11 18:02:09.000000000 UTC +++ sshd_config 2013-05-13 06:46:45.153627197 -0500 @@ -10,6 +10,9 @@ # possible, but leave them commented. Uncommented options override the Modified: head/security/openssh-portable/files/patch-sshd_config.5 ============================================================================== --- head/security/openssh-portable/files/patch-sshd_config.5 Wed Nov 11 21:04:48 2015 (r401298) +++ head/security/openssh-portable/files/patch-sshd_config.5 Wed Nov 11 21:21:44 2015 (r401299) @@ -1,4 +1,4 @@ ---- sshd_config.5.orig 2015-05-29 03:27:21.000000000 -0500 +--- sshd_config.5.orig 2015-05-29 03:27:21.000000000 UTC +++ sshd_config.5 2015-06-02 09:49:08.463186000 -0500 @@ -375,7 +375,9 @@ By default, no banner is displayed. .It Cm ChallengeResponseAuthentication From owner-svn-ports-head@freebsd.org Wed Nov 11 21:44:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7BA0A2C5A6; Wed, 11 Nov 2015 21:44:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84C571D7F; Wed, 11 Nov 2015 21:44:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABLiO4N057694; Wed, 11 Nov 2015 21:44:24 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABLiOQ9057693; Wed, 11 Nov 2015 21:44:24 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511112144.tABLiOQ9057693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 11 Nov 2015 21:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401300 - head/devel/pecl-svn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:44:25 -0000 Author: ohauer Date: Wed Nov 11 21:44:24 2015 New Revision: 401300 URL: https://svnweb.freebsd.org/changeset/ports/401300 Log: - depends on deprecated subversion17, there is no new release with subversion 1.8+ support therefore scedule the removal of the port Modified: head/devel/pecl-svn/Makefile Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Wed Nov 11 21:21:44 2015 (r401299) +++ head/devel/pecl-svn/Makefile Wed Nov 11 21:44:24 2015 (r401300) @@ -16,6 +16,9 @@ LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 +DEPRECATED= Depends on deprecated subversion17 +EXPIRATION_DATE=2015-12-29 + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes From owner-svn-ports-head@freebsd.org Wed Nov 11 22:01:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CB05A2C91E; Wed, 11 Nov 2015 22:01:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0377A15BD; Wed, 11 Nov 2015 22:01:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABM128S062971; Wed, 11 Nov 2015 22:01:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABM12ol062969; Wed, 11 Nov 2015 22:01:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511112201.tABM12ol062969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 11 Nov 2015 22:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401301 - head/multimedia/dvdstyler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 22:01:03 -0000 Author: riggs Date: Wed Nov 11 22:01:01 2015 New Revision: 401301 URL: https://svnweb.freebsd.org/changeset/ports/401301 Log: Update to upstream version 2.9.4 PR: 203801 Submitted by: tkato432@yahoo.com Modified: head/multimedia/dvdstyler/Makefile head/multimedia/dvdstyler/distinfo Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Wed Nov 11 21:44:24 2015 (r401300) +++ head/multimedia/dvdstyler/Makefile Wed Nov 11 22:01:01 2015 (r401301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dvdstyler -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -33,9 +33,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/z USES= autoreconf compiler:c++11-lib gettext gmake pkgconfig tar:bzip2 USE_CXXSTD= gnu++11 USE_WX= 3.0 -GNU_CONFIGURE= yes -WX_UNICODE= yes WX_CONF_ARGS= absolute +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/multimedia/dvdstyler/distinfo ============================================================================== --- head/multimedia/dvdstyler/distinfo Wed Nov 11 21:44:24 2015 (r401300) +++ head/multimedia/dvdstyler/distinfo Wed Nov 11 22:01:01 2015 (r401301) @@ -1,2 +1,2 @@ -SHA256 (DVDStyler-2.9.3.tar.bz2) = ffbc22454e210ba8fcad9a7954b426d9dc5ff933527a6e39391d310101128c39 -SIZE (DVDStyler-2.9.3.tar.bz2) = 7861272 +SHA256 (DVDStyler-2.9.4.tar.bz2) = 8b15ec98e3e5ec8c5a1f23eee316f646476e76b86b80d44b7c842887946a39e0 +SIZE (DVDStyler-2.9.4.tar.bz2) = 7863263 From owner-svn-ports-head@freebsd.org Wed Nov 11 22:12:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A37A2CC10; Wed, 11 Nov 2015 22:12:46 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D6AA1C9F; Wed, 11 Nov 2015 22:12:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so66253850wme.1; Wed, 11 Nov 2015 14:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Fo+iadUxOPrskMRil04bYOKcDbkFw4S+lBvGHHX6P/I=; b=jUH2gacbEdPHDZPDQp+TTALQcBakX24f4lP+VQ0SnspQKIOYjY4y/aZBT9xm12z1OL e+ymVhsZV2mOg/U8pjPAi8HXcAQIP58djCBvU1uzHZ4Vppw4lextvm1rLhqEHt/1KTOm MO0dq9Yr70iATVOHgCYZQE6N++q8ouYvN3bXgeOPGJdALPGnIVGD9P4ZNZseJe+WIPSk 1Gl6Fgy1ZjA8wWTZ9MWSDwBN8lF8oFaVQdQ4/2JkQsWLTLuHFy2lxBiNNQo3Fncf9xUk OmBhXGqcOrEZ7TTiytzoJnYGuEYuFgqmRN4ZwIxx3TDrkjhA4DepfsERAyUluxHmN7un eqIw== X-Received: by 10.194.203.106 with SMTP id kp10mr12837784wjc.86.1447279963701; Wed, 11 Nov 2015 14:12:43 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id m64sm8239346wmf.14.2015.11.11.14.12.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Nov 2015 14:12:42 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 11 Nov 2015 23:12:38 +0100 From: Baptiste Daroussin To: Jung-uk Kim Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401297 - head/databases/firebird25-server Message-ID: <20151111221237.GO10134@ivaldir.etoilebsd.net> References: <201511112104.tABL4b3j045859@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uX2tiToO0oGq+LKk" Content-Disposition: inline In-Reply-To: <201511112104.tABL4b3j045859@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 22:12:46 -0000 --uX2tiToO0oGq+LKk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 11, 2015 at 09:04:37PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Wed Nov 11 21:04:37 2015 > New Revision: 401297 > URL: https://svnweb.freebsd.org/changeset/ports/401297 >=20 > Log: > Fix dependencies again since r401229 partially reverted r398897, which = was > my attempt to remove redundant libedit.so from dependencies for server. > However, it was incomplete because BUILD_DEPENDS was left for configure. > Now firebird25-server does not directly require devel/libedit any more. libedit is enforced from ports, for some reasons. the libedit in base in 9 = and 10 is broken as not supporting correctly unicode. There is a trend to try rely on ports as much as possible for some things l= ike ncurses (not done yet), libarchive, libedit etc. The reason is we have to maintain various version of freebsd and those libr= aries can be old, broken, or have different API/ABI: - openssl is a big case where it causes issues, and probably the most complicated one given that if you start doing it then you need to bring gssapi, kerberos, etc along with it. - libedit showed the issue with unicode and only 11 and 10.3 will have a fi= xed version - libarchive had 2 different API/ABI accross version not that long ago, and= can be built differently: libmd or libcrypto which can make things complicate= d for ports. - ncurses was dead old until recently and it is still a castrated version we have in base (no binaries, just the libs) USES=3Dlibedit is an attempt to fix that. for libedit (making sure all the = version of freebsd can ship a valid unicode for ruby cli, unlike osx for example) it also simplify the life of the people working on ports. By reducing the p= ain supporting multiple version of various libs. There are also lots of people asking for a "ports compiler" to only have to= deal with a limited set of differents compilers. Best regards, Bapt --uX2tiToO0oGq+LKk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZDvVUACgkQ8kTtMUmk6EySEACeP/XcvNS3TgDkxCqhGpWVRLWi FBsAn3A2HljXgDjJe/JNewQNLfi9P99s =4dZG -----END PGP SIGNATURE----- --uX2tiToO0oGq+LKk-- From owner-svn-ports-head@freebsd.org Wed Nov 11 22:34:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0881AA2C027; Wed, 11 Nov 2015 22:34:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx2.freebsd.org", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE4771863; Wed, 11 Nov 2015 22:34:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx2.freebsd.org (Postfix) with ESMTP id 94B55143E; Wed, 11 Nov 2015 22:34:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: svn commit: r401297 - head/databases/firebird25-server To: Baptiste Daroussin References: <201511112104.tABL4b3j045859@repo.freebsd.org> <20151111221237.GO10134@ivaldir.etoilebsd.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Jung-uk Kim X-Enigmail-Draft-Status: N1110 Message-ID: <5643C272.5080309@FreeBSD.org> Date: Wed, 11 Nov 2015 17:34:26 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151111221237.GO10134@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 22:34:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 11/11/15 05:12 PM, Baptiste Daroussin wrote: > On Wed, Nov 11, 2015 at 09:04:37PM +0000, Jung-uk Kim wrote: >> Author: jkim Date: Wed Nov 11 21:04:37 2015 New Revision: 401297 >> URL: https://svnweb.freebsd.org/changeset/ports/401297 >> >> Log: Fix dependencies again since r401229 partially reverted >> r398897, which was my attempt to remove redundant libedit.so from >> dependencies for server. However, it was incomplete because >> BUILD_DEPENDS was left for configure. Now firebird25-server does >> not directly require devel/libedit any more. > > libedit is enforced from ports, for some reasons. the libedit in > base in 9 and 10 is broken as not supporting correctly unicode. > > There is a trend to try rely on ports as much as possible for some > things like ncurses (not done yet), libarchive, libedit etc. > > The reason is we have to maintain various version of freebsd and > those libraries can be old, broken, or have different API/ABI: - > openssl is a big case where it causes issues, and probably the > most complicated one given that if you start doing it then you need > to bring gssapi, kerberos, etc along with it. - libedit showed the > issue with unicode and only 11 and 10.3 will have a fixed version - > libarchive had 2 different API/ABI accross version not that long > ago, and can be built differently: libmd or libcrypto which can > make things complicated for ports. - ncurses was dead old until > recently and it is still a castrated version we have in base (no > binaries, just the libs) > > USES=libedit is an attempt to fix that. for libedit (making sure > all the version of freebsd can ship a valid unicode for ruby cli, > unlike osx for example) > > it also simplify the life of the people working on ports. By > reducing the pain supporting multiple version of various libs. > > There are also lots of people asking for a "ports compiler" to only > have to deal with a limited set of differents compilers. Yes, I understand all of the above issues. However, what I dislike is the fact that USES=libedit implies USES=localbase. Therefore, it unconditionally spams CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS. Unfortunately, it makes it very hard to deal with complex compiler flags. For example, USES=libedit should not be used with OpenSSL if you have multiple libcrypto unless the port requires one from ${LOCALBASE}. :-( Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWQ8JuAAoJEHyflib82/FG0mIH/1FzpsQi7eUBxQFvWOVJaE3Z yq/aVZpE5DoRVv6GIcIcfwNG/Vio+0uYMI0/fY22gYzV5ukTzP0yW8xHaGYQll3F X7Gtb8WjbdWRtfX+XYPfSdGWCWLbSmlFb5zUfICURP0FkhA0m7oMA8g7kYSvu2rS EeLscmIZMB0VZG2AUcgiUVCRz5yebtxLj+eiOvTShwBhPGNHKAh/JfK7nH1LWMBK yfKszO0frAJx4Vp9tVWevoYqx3jXTCd4bafWcTHSeRtNzIh43uXQYvwq1qitSGkf Xz84FlTsflmsGMEg+kXgo+JhOe1pTWwal358Oaoo6FhlsJz9DkqJX7b6FFm/Mcs= =yGSq -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Wed Nov 11 22:43:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90224A2C224; Wed, 11 Nov 2015 22:43:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9981C5D; Wed, 11 Nov 2015 22:43:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABMhwe7074969; Wed, 11 Nov 2015 22:43:58 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABMhw1f074967; Wed, 11 Nov 2015 22:43:58 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511112243.tABMhw1f074967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 11 Nov 2015 22:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401302 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 22:43:59 -0000 Author: rene Date: Wed Nov 11 22:43:58 2015 New Revision: 401302 URL: https://svnweb.freebsd.org/changeset/ports/401302 Log: Document new vulnerabilities in www/chromium < 46.0.2490.86 Obtained from: http://googlechromereleases.blogspot.nl/2015/11/stable-channel-update.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 11 22:01:01 2015 (r401301) +++ head/security/vuxml/vuln.xml Wed Nov 11 22:43:58 2015 (r401302) @@ -58,6 +58,36 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + + chromium-npapi + chromium-pulse + 46.0.2490.86 + + + + +

Google Chrome Releases reports:

+
+

[520422] High CVE-2015-1302: Information leak in PDF viewer. + Credit to Rob Wu.

+
+ +
+ + CVE-2015-1302 + http://googlechromereleases.blogspot.nl/2015/11/stable-channel-update.html + + + 2015-11-10 + 2015-11-11 + +
+ MySQL - Multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Nov 11 23:03:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D49C7A2C77F; Wed, 11 Nov 2015 23:03:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFF3161E; Wed, 11 Nov 2015 23:03:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABN3JgC080836; Wed, 11 Nov 2015 23:03:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABN3Jcp080834; Wed, 11 Nov 2015 23:03:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201511112303.tABN3Jcp080834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 11 Nov 2015 23:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401303 - head/devel/p5-Exporter-Easy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 23:03:20 -0000 Author: adamw Date: Wed Nov 11 23:03:19 2015 New Revision: 401303 URL: https://svnweb.freebsd.org/changeset/ports/401303 Log: Update to 0.18. Changes: https://metacpan.org/changes/distribution/Exporter-Easy Modified: head/devel/p5-Exporter-Easy/Makefile head/devel/p5-Exporter-Easy/distinfo Modified: head/devel/p5-Exporter-Easy/Makefile ============================================================================== --- head/devel/p5-Exporter-Easy/Makefile Wed Nov 11 22:43:58 2015 (r401302) +++ head/devel/p5-Exporter-Easy/Makefile Wed Nov 11 23:03:19 2015 (r401303) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Exporter-Easy -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Exporter-Easy/distinfo ============================================================================== --- head/devel/p5-Exporter-Easy/distinfo Wed Nov 11 22:43:58 2015 (r401302) +++ head/devel/p5-Exporter-Easy/distinfo Wed Nov 11 23:03:19 2015 (r401303) @@ -1,2 +1,2 @@ -SHA256 (Exporter-Easy-0.17.tar.gz) = 7aa57ad5790431133452ac59b20de43d341d75b0ecf9768a76327e8530cf8080 -SIZE (Exporter-Easy-0.17.tar.gz) = 16841 +SHA256 (Exporter-Easy-0.18.tar.gz) = d347b2292ffc6332e5bac1aece73796cb75c1eb4a79b1a4de9c54ab08f1c2565 +SIZE (Exporter-Easy-0.18.tar.gz) = 17218 From owner-svn-ports-head@freebsd.org Wed Nov 11 23:07:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA14A2C952; Wed, 11 Nov 2015 23:07:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB8E18E7; Wed, 11 Nov 2015 23:07:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABN78Q4081055; Wed, 11 Nov 2015 23:07:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABN78wa081054; Wed, 11 Nov 2015 23:07:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511112307.tABN78wa081054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 11 Nov 2015 23:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401304 - head/multimedia/umr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 23:07:09 -0000 Author: riggs Date: Wed Nov 11 23:07:07 2015 New Revision: 401304 URL: https://svnweb.freebsd.org/changeset/ports/401304 Log: Un-break port: Distfile is fetchable again PR: 204451 Submitted by: matthew@reztek.cz MFH: 2015Q4 (blanket) Modified: head/multimedia/umr/Makefile Modified: head/multimedia/umr/Makefile ============================================================================== --- head/multimedia/umr/Makefile Wed Nov 11 23:03:19 2015 (r401303) +++ head/multimedia/umr/Makefile Wed Nov 11 23:07:07 2015 (r401304) @@ -9,10 +9,8 @@ MASTER_SITES= http://www.oldunreal.com/m MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Media Ripper -BROKEN= unfetchable - - PLIST_FILES= bin/${PORTNAME} +FETCH_AFTER_ARGS= --referer=http://www.oldunreal.com/mods.html do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Wed Nov 11 23:19:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A7CA2CBCD; Wed, 11 Nov 2015 23:19:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 349AF1FBD; Wed, 11 Nov 2015 23:19:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABNJNo5084355; Wed, 11 Nov 2015 23:19:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABNJNG9084353; Wed, 11 Nov 2015 23:19:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201511112319.tABNJNG9084353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 11 Nov 2015 23:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401306 - head/devel/gb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 23:19:24 -0000 Author: swills Date: Wed Nov 11 23:19:22 2015 New Revision: 401306 URL: https://svnweb.freebsd.org/changeset/ports/401306 Log: devel/gb: update to 0.3.1 PR: 204436 Submitted by: Maciej Pasternacki Modified: head/devel/gb/Makefile head/devel/gb/distinfo Modified: head/devel/gb/Makefile ============================================================================== --- head/devel/gb/Makefile Wed Nov 11 23:18:06 2015 (r401305) +++ head/devel/gb/Makefile Wed Nov 11 23:19:22 2015 (r401306) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gb -PORTVERSION= 0.1.0 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/gb/distinfo ============================================================================== --- head/devel/gb/distinfo Wed Nov 11 23:18:06 2015 (r401305) +++ head/devel/gb/distinfo Wed Nov 11 23:19:22 2015 (r401306) @@ -1,2 +1,2 @@ -SHA256 (constabulary-gb-v0.1.0_GH0.tar.gz) = 7a0a77318dfd5f7f4a2c42d6f3cd99134fff1d6152f8649243126ef990befe54 -SIZE (constabulary-gb-v0.1.0_GH0.tar.gz) = 61599 +SHA256 (constabulary-gb-v0.3.1_GH0.tar.gz) = 475f1453f903a80da22846750553783416286e8333ab99ca51c9036272ff3e59 +SIZE (constabulary-gb-v0.3.1_GH0.tar.gz) = 67813 From owner-svn-ports-head@freebsd.org Wed Nov 11 23:40:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D16F5A2C129; Wed, 11 Nov 2015 23:40:29 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 819B61CAC; Wed, 11 Nov 2015 23:40:29 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABNeS9O090242; Wed, 11 Nov 2015 23:40:28 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABNeSh6090239; Wed, 11 Nov 2015 23:40:28 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201511112340.tABNeSh6090239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 11 Nov 2015 23:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401307 - head/sysutils/cfengine36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 23:40:29 -0000 Author: skreuzer Date: Wed Nov 11 23:40:28 2015 New Revision: 401307 URL: https://svnweb.freebsd.org/changeset/ports/401307 Log: Update to version 3.6.6 Approved by: cy@ Differential Revision: D4128 Modified: head/sysutils/cfengine36/Makefile head/sysutils/cfengine36/distinfo head/sysutils/cfengine36/pkg-plist Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Wed Nov 11 23:19:22 2015 (r401306) +++ head/sysutils/cfengine36/Makefile Wed Nov 11 23:40:28 2015 (r401307) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.6.5 +PORTVERSION= 3.6.6 PORTEPOCH= 2 CATEGORIES= sysutils -MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ +MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ +DISTFILES= ${PORTNAME}-${PORTVERSION}-2.tar.gz MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port Modified: head/sysutils/cfengine36/distinfo ============================================================================== --- head/sysutils/cfengine36/distinfo Wed Nov 11 23:19:22 2015 (r401306) +++ head/sysutils/cfengine36/distinfo Wed Nov 11 23:40:28 2015 (r401307) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.6.5.tar.gz) = 25fded0d675001856d25b927ca7c4de5a5d52511edad175a20bd496c3e04e9a1 -SIZE (cfengine-3.6.5.tar.gz) = 2011114 +SHA256 (cfengine-3.6.6-2.tar.gz) = 73469f1a79eec88c0f3f8628b97fdd256110b8dac5100f9219d101e29486aacd +SIZE (cfengine-3.6.6-2.tar.gz) = 1976322 Modified: head/sysutils/cfengine36/pkg-plist ============================================================================== --- head/sysutils/cfengine36/pkg-plist Wed Nov 11 23:19:22 2015 (r401306) +++ head/sysutils/cfengine36/pkg-plist Wed Nov 11 23:40:28 2015 (r401307) @@ -223,6 +223,7 @@ sbin/rpmvercmp %%DOCSDIR%%/examples/package_windows_feature.cf %%DOCSDIR%%/examples/package_yum.cf %%DOCSDIR%%/examples/package_zypper.cf +%%DOCSDIR%%/examples/packagesmatching.cf %%DOCSDIR%%/examples/parallel_exec.cf %%DOCSDIR%%/examples/parseintrealstringarray.cf %%DOCSDIR%%/examples/parsestringarray.cf From owner-svn-ports-head@freebsd.org Thu Nov 12 00:18:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F0C8A2B08A; Thu, 12 Nov 2015 00:18:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D4051979; Thu, 12 Nov 2015 00:18:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC0IiOq001689; Thu, 12 Nov 2015 00:18:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC0Ihht001685; Thu, 12 Nov 2015 00:18:43 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201511120018.tAC0Ihht001685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Nov 2015 00:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401308 - in head/www: moodle28 moodle29 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 00:18:45 -0000 Author: wen Date: Thu Nov 12 00:18:43 2015 New Revision: 401308 URL: https://svnweb.freebsd.org/changeset/ports/401308 Log: - Update to moodle-2.8.9 and moodle-2.9.3 MFH: 2015Q4 Modified: head/www/moodle28/Makefile head/www/moodle28/distinfo head/www/moodle29/Makefile head/www/moodle29/distinfo Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Wed Nov 11 23:40:28 2015 (r401307) +++ head/www/moodle28/Makefile Thu Nov 12 00:18:43 2015 (r401308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.8.8 +PORTVERSION= 2.8.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable28/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle28/distinfo ============================================================================== --- head/www/moodle28/distinfo Wed Nov 11 23:40:28 2015 (r401307) +++ head/www/moodle28/distinfo Thu Nov 12 00:18:43 2015 (r401308) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.8.8.tgz) = e5f9289edc847e84159a99767bf6621ddd930ef0aa1fd43d41d484e06f58d6f5 -SIZE (moodle-2.8.8.tgz) = 35960643 +SHA256 (moodle-2.8.9.tgz) = 09fca589cdf4b63052e5319931e8c42ca2e0e53d5eeb12cab852ef84bb50f034 +SIZE (moodle-2.8.9.tgz) = 35992485 Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Wed Nov 11 23:40:28 2015 (r401307) +++ head/www/moodle29/Makefile Thu Nov 12 00:18:43 2015 (r401308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable29/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle29/distinfo ============================================================================== --- head/www/moodle29/distinfo Wed Nov 11 23:40:28 2015 (r401307) +++ head/www/moodle29/distinfo Thu Nov 12 00:18:43 2015 (r401308) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.9.2.tgz) = 14599e518b95269aa770d00c29b45b8d3acab6308f6112197564205674b171c2 -SIZE (moodle-2.9.2.tgz) = 36435068 +SHA256 (moodle-2.9.3.tgz) = 48f59bd77df53fb5f608da492f09c21eb7c8994c3ddce39fa7a9fd8e3e0e8f46 +SIZE (moodle-2.9.3.tgz) = 36476693 From owner-svn-ports-head@freebsd.org Thu Nov 12 00:33:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6169A2B5A4; Thu, 12 Nov 2015 00:33:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 716E815D3; Thu, 12 Nov 2015 00:33:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC0XetR007463; Thu, 12 Nov 2015 00:33:40 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC0Xe71007462; Thu, 12 Nov 2015 00:33:40 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511120033.tAC0Xe71007462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 12 Nov 2015 00:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401309 - head/deskutils/note X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 00:33:41 -0000 Author: junovitch Date: Thu Nov 12 00:33:40 2015 New Revision: 401309 URL: https://svnweb.freebsd.org/changeset/ports/401309 Log: deskutils/note: Remove BROKEN - Remove BROKEN, make fetch works with both MASTER_SITE and distcache PR: 204365 Submitted by: idefix@fechner.net (maintainer) Modified: head/deskutils/note/Makefile Modified: head/deskutils/note/Makefile ============================================================================== --- head/deskutils/note/Makefile Thu Nov 12 00:18:43 2015 (r401308) +++ head/deskutils/note/Makefile Thu Nov 12 00:33:40 2015 (r401309) @@ -11,7 +11,6 @@ COMMENT= Console based tool to handle en LICENSE= GPLv1 -BROKEN= Does not fetch RUN_DEPENDS= p5-YAML>=0.1:${PORTSDIR}/textproc/p5-YAML \ p5-Crypt-IDEA>=1.0:${PORTSDIR}/security/p5-Crypt-IDEA From owner-svn-ports-head@freebsd.org Thu Nov 12 00:50:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C435DA2B90D; Thu, 12 Nov 2015 00:50:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 878131C41; Thu, 12 Nov 2015 00:50:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC0oDb0010637; Thu, 12 Nov 2015 00:50:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC0oDJY010636; Thu, 12 Nov 2015 00:50:13 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201511120050.tAC0oDJY010636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 12 Nov 2015 00:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401310 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 00:50:14 -0000 Author: linimon Date: Thu Nov 12 00:50:13 2015 New Revision: 401310 URL: https://svnweb.freebsd.org/changeset/ports/401310 Log: textproc/xalan-c was revived in 401253 by pawel. Obtained from: portsmon Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 12 00:33:40 2015 (r401309) +++ head/MOVED Thu Nov 12 00:50:13 2015 (r401310) @@ -6893,7 +6893,6 @@ textproc/sgmltools-lite||2014-09-01|Not textproc/sml-fxp||2014-09-01|Not staged textproc/tei-guidelines-p3||2014-09-01|Not staged textproc/tei-p3||2014-09-01|Not staged -textproc/xalan-c||2014-09-01|Not staged vietnamese/vntex||2014-09-01|Not staged vietnamese/vnxfonts||2014-09-01|Not staged vietnamese/xvnkb||2014-09-01|Not staged From owner-svn-ports-head@freebsd.org Thu Nov 12 01:05:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62D88A2BD4D; Thu, 12 Nov 2015 01:05:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22F5614DA; Thu, 12 Nov 2015 01:05:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC15L0P016211; Thu, 12 Nov 2015 01:05:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC15L2F016209; Thu, 12 Nov 2015 01:05:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201511120105.tAC15L2F016209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Nov 2015 01:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401311 - head/databases/p5-Dancer2-Plugin-DBIC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 01:05:22 -0000 Author: wen Date: Thu Nov 12 01:05:20 2015 New Revision: 401311 URL: https://svnweb.freebsd.org/changeset/ports/401311 Log: - Update to 0.0010 Changes: http://search.cpan.org/src/IRONCAMEL/Dancer2-Plugin-DBIC-0.0010/CHANGES PR: 204450 Submitted by: hvo.pm@xs4all.nl(maintainer) Modified: head/databases/p5-Dancer2-Plugin-DBIC/Makefile head/databases/p5-Dancer2-Plugin-DBIC/distinfo Modified: head/databases/p5-Dancer2-Plugin-DBIC/Makefile ============================================================================== --- head/databases/p5-Dancer2-Plugin-DBIC/Makefile Thu Nov 12 00:50:13 2015 (r401310) +++ head/databases/p5-Dancer2-Plugin-DBIC/Makefile Thu Nov 12 01:05:20 2015 (r401311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-DBIC -PORTVERSION= 0.0009 +PORTVERSION= 0.0010 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer2-Plugin-DBIC/distinfo ============================================================================== --- head/databases/p5-Dancer2-Plugin-DBIC/distinfo Thu Nov 12 00:50:13 2015 (r401310) +++ head/databases/p5-Dancer2-Plugin-DBIC/distinfo Thu Nov 12 01:05:20 2015 (r401311) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = d30a78f0cb9a51684af75c76b9bd89d56b82e7556816a2b6ad5f8f68a2a70c69 -SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465 +SHA256 (Dancer2-Plugin-DBIC-0.0010.tar.gz) = 36e22bf331a78ad4c2483d8669b486da2de0ee32be8115788f6edc1a3c380e85 +SIZE (Dancer2-Plugin-DBIC-0.0010.tar.gz) = 16676 From owner-svn-ports-head@freebsd.org Thu Nov 12 01:17:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579BFA2C0DD; Thu, 12 Nov 2015 01:17:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 192B01BFB; Thu, 12 Nov 2015 01:17:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC1Hsgc019262; Thu, 12 Nov 2015 01:17:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC1Hss6019259; Thu, 12 Nov 2015 01:17:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201511120117.tAC1Hss6019259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Nov 2015 01:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401312 - head/net-p2p/btsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 01:17:55 -0000 Author: wen Date: Thu Nov 12 01:17:53 2015 New Revision: 401312 URL: https://svnweb.freebsd.org/changeset/ports/401312 Log: - Update to 2.2.6 PR: 204486 Submitted by: joshruehlig@gmail.com(maintainer) Modified: head/net-p2p/btsync/Makefile head/net-p2p/btsync/distinfo Modified: head/net-p2p/btsync/Makefile ============================================================================== --- head/net-p2p/btsync/Makefile Thu Nov 12 01:05:20 2015 (r401311) +++ head/net-p2p/btsync/Makefile Thu Nov 12 01:17:53 2015 (r401312) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= btsync -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.6 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.getsyncapp.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ Modified: head/net-p2p/btsync/distinfo ============================================================================== --- head/net-p2p/btsync/distinfo Thu Nov 12 01:05:20 2015 (r401311) +++ head/net-p2p/btsync/distinfo Thu Nov 12 01:17:53 2015 (r401312) @@ -1,4 +1,4 @@ -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = aed1e3253872b8ea6f974a7b3608baa559261b057c36f708917b8cc6bc88c7af -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 4871605 -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = 2f2f3cf26b804be5e9ebd435152eac975195679e4be48a6b29d3478a108772bc -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 4941486 +SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 2266e9785343adec5d44ac96f6c935f3c5987101a219df0f345855cb857d8ba3 +SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5153702 +SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = 3950ecc3282e07293758f52a344c81e6588e2be917c1145fa2f76cec7e7aa76f +SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5406823 From owner-svn-ports-head@freebsd.org Thu Nov 12 02:04:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0971A2B056; Thu, 12 Nov 2015 02:04:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C2BDB14E4; Thu, 12 Nov 2015 02:04:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C1F7D1AAF; Thu, 12 Nov 2015 02:04:46 +0000 (UTC) Date: Thu, 12 Nov 2015 02:04:46 +0000 From: Alexey Dokuchaev To: Jung-uk Kim Cc: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401297 - head/databases/firebird25-server Message-ID: <20151112020446.GA43902@FreeBSD.org> References: <201511112104.tABL4b3j045859@repo.freebsd.org> <20151111221237.GO10134@ivaldir.etoilebsd.net> <5643C272.5080309@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5643C272.5080309@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:04:46 -0000 On Wed, Nov 11, 2015 at 05:34:26PM -0500, Jung-uk Kim wrote: > [...] > Yes, I understand all of the above issues. However, what I dislike is > the fact that USES=libedit implies USES=localbase. Therefore, it > unconditionally spams CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS. Hmm, looks like this ".include "${USESDIR}/localbase.mk" line should not be needed: `devel/libedit' installs libdata/pkgconfig/libedit.pc and its consumers should use pkgconf(1) instead of expecting headers and libraries at some default paths. The problem I guess is that no one wants to patch consumer ports to use pkgconf(1) for libedit. :-( ./danfe From owner-svn-ports-head@freebsd.org Thu Nov 12 02:12:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CAA4A2B1BC; Thu, 12 Nov 2015 02:12:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F38CA192B; Thu, 12 Nov 2015 02:12:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id F2AE31C16; Thu, 12 Nov 2015 02:12:25 +0000 (UTC) Date: Thu, 12 Nov 2015 02:12:25 +0000 From: Alexey Dokuchaev To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401299 - head/security/openssh-portable/files Message-ID: <20151112021225.GB43902@FreeBSD.org> References: <201511112121.tABLLjO6051679@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511112121.tABLLjO6051679@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:12:26 -0000 On Wed, Nov 11, 2015 at 09:21:45PM +0000, Bryan Drewery wrote: > New Revision: 401299 > URL: https://svnweb.freebsd.org/changeset/ports/401299 > > Log: > Make portlint stop spamming me. It's gotten quite silly. I hope this is a temporary measure, even though portlint(1) can indeed get annoying at times. That said, I still don't see the problem with simply ignoring warnings that do not apply in certain particular case. > WARN: /root/svn/ports/security/openssh-portable/files/patch-auth.c: > patch was not generated using ``make makepatch''. It is recommended > to use ``make makepatch'' when you need to [re-]generate a patch to > ensure proper patch format. As John had said on IRC, this helps to get consistent patches, because prople rarely think about these little details ("repo churn? who cares about it") and portlint(1) warning gives them simple and straight course of action. Yet it's true that the check could probably be made somewhat smarter than simple grepping for "UTC". TL;DR: instead of adding noise to the patches, it's better to improve portlint(1). Or learn how to ignore its warnings. ;-) ./danfe From owner-svn-ports-head@freebsd.org Thu Nov 12 02:30:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79566A2B607; Thu, 12 Nov 2015 02:30:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29E381E82; Thu, 12 Nov 2015 02:30:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC2U0un039253; Thu, 12 Nov 2015 02:30:00 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC2U0Zd039248; Thu, 12 Nov 2015 02:30:00 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511120230.tAC2U0Zd039248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 12 Nov 2015 02:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401313 - in head/science: mcstas mcstas-comps mcstas/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:30:01 -0000 Author: junovitch Date: Thu Nov 12 02:29:59 2015 New Revision: 401313 URL: https://svnweb.freebsd.org/changeset/ports/401313 Log: science/mcstats[-comps]: update 2.1 -> 2.2a - Update PORTVERSION and distinfo to 2.2a - Simplify DISTNAME/DISTFILES/MASTER_SITES/WRKSRC handling - Clean up language in COMMENT (mcstas-comps only) - Use PORTVERSION in PLIST_SUB and %%PORTVERSION%% in pkg-plist as as port installs self-contained under ${PREFIX}/mcstas/${PORTVERSION} - Add pkg-install/pkg-install to SUB_FILES and rename appropriately - Use PREFIX in pkg-install.in/pkg-deinstall.in - Remove the post-fetch routines - Switch unnecessary bsd.port.(pre|post).mk include to just bsd.port.mk - Sync pkg-descr verbiage between ports and wrap at 76 characters PR: 204223 PR: 204224 Submitted by: Erik B Knudsen (maintainer) Added: head/science/mcstas/files/ head/science/mcstas/files/pkg-deinstall.in - copied, changed from r401312, head/science/mcstas/pkg-deinstall head/science/mcstas/files/pkg-install.in - copied, changed from r401312, head/science/mcstas/pkg-install Deleted: head/science/mcstas/pkg-deinstall head/science/mcstas/pkg-install Modified: head/science/mcstas-comps/Makefile head/science/mcstas-comps/distinfo head/science/mcstas-comps/pkg-descr head/science/mcstas-comps/pkg-plist head/science/mcstas/Makefile head/science/mcstas/distinfo head/science/mcstas/pkg-descr head/science/mcstas/pkg-plist Modified: head/science/mcstas-comps/Makefile ============================================================================== --- head/science/mcstas-comps/Makefile Thu Nov 12 01:17:53 2015 (r401312) +++ head/science/mcstas-comps/Makefile Thu Nov 12 02:29:59 2015 (r401313) @@ -2,41 +2,24 @@ # $FreeBSD$ PORTNAME= mcstas-comps -PORTVERSION= 2.1 -#PORTREVISION= beta +PORTVERSION= 2.2a CATEGORIES= science -MASTER_SITES= http://download.mcstas.org/mcstas-${PORTVERSION}/unix/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src -DISTFILES= McStas-${PORTVERSION}-UNIX-src.tar.gz -DIST_SUBDIR= mcstas -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://download.mcstas.org/mcstas-${PORTVERSION}/unix/McStas-${PORTVERSION}-UNIX-src/ +DISTNAME= mcstas-comps-${PORTVERSION}-src MAINTAINER= erkn@fysik.dtu.dk -COMMENT= Component Library for McStas Monte Carlo neutron ray tracing +COMMENT= Component Library for the McStas neutron ray tracing package LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/mcstas/${PORTVERSION}/bin/mcstas:${PORTSDIR}/science/mcstas -USES= cmake gmake bison:build +USES= cmake gmake # Apparently cmake does not generate an install/strip target if nothing # is supposed to be stripped, so override the cmake-default install # target of install/strip by resetting STRIP STRIP= #none CMAKE_ARGS= "-Denable_mcstas=1" -GNU_CONFIGURE= yes -#USE_GMAKE= yes -#USE_BISON= yes - -.include - -# this is necessary since mcxtrace and mcstas are packaged in a -# single tarball in which the kernel, component library, and tool -# tarballs reside -post-fetch: -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) - cd ${DISTDIR}/${DIST_SUBDIR};\ - ${TAR} --strip-components 1 -xzf ${DISTFILES} McStas-${PORTVERSION}-UNIX-src/${DISTNAME}.tar.gz; -.endif +PLIST_SUB+= PORTVERSION=${PORTVERSION} -.include +.include Modified: head/science/mcstas-comps/distinfo ============================================================================== --- head/science/mcstas-comps/distinfo Thu Nov 12 01:17:53 2015 (r401312) +++ head/science/mcstas-comps/distinfo Thu Nov 12 02:29:59 2015 (r401313) @@ -1,2 +1,2 @@ -SHA256 (mcstas/McStas-2.1-UNIX-src.tar.gz) = 70d5b33d67ea9b8e4c276b4e8c7ece907ac28ec63f523d7e0cbcc9e425b4aaf4 -SIZE (mcstas/McStas-2.1-UNIX-src.tar.gz) = 27807879 +SHA256 (mcstas-comps-2.2a-src.tar.gz) = 0a15a73c2bb280847c4bf6303e197b167fdbccef08739d4fdc60c762852c610f +SIZE (mcstas-comps-2.2a-src.tar.gz) = 32227843 Modified: head/science/mcstas-comps/pkg-descr ============================================================================== --- head/science/mcstas-comps/pkg-descr Thu Nov 12 01:17:53 2015 (r401312) +++ head/science/mcstas-comps/pkg-descr Thu Nov 12 02:29:59 2015 (r401313) @@ -1,6 +1,9 @@ -McStas component library for McStas, a tool for simulating neutron -instrumentation and experiments using a ray-tracing formalism. -Currently the main use of McStas is in the field of instrument -design. +McStas - Monte Carlo ray tracing simulations of neutron experiments. + +McStas is a tool for simulating neutron instrumentation and experiments +using a ray-tracing formalism. Currently the main use of McStas is in the +field of instrument design. + +This port contains the McStas component library. WWW: http://www.mcstas.org Modified: head/science/mcstas-comps/pkg-plist ============================================================================== --- head/science/mcstas-comps/pkg-plist Thu Nov 12 01:17:53 2015 (r401312) +++ head/science/mcstas-comps/pkg-plist Thu Nov 12 02:29:59 2015 (r401313) @@ -1,488 +1,493 @@ -mcstas/2.1/contrib/Al_window.comp -mcstas/2.1/contrib/Analyser_ideal.comp -mcstas/2.1/contrib/CavitiesIn.comp -mcstas/2.1/contrib/CavitiesOut.comp -mcstas/2.1/contrib/Collimator_ROC.comp -mcstas/2.1/contrib/Elliptic_guide_gravity.comp -mcstas/2.1/contrib/Exact_radial_coll.comp -mcstas/2.1/contrib/FermiChopper_ILL.comp -mcstas/2.1/contrib/Filter_graphite.comp -mcstas/2.1/contrib/Gas_tables/BinBF3.table -mcstas/2.1/contrib/Gas_tables/BinCF4.table -mcstas/2.1/contrib/Gas_tables/He3inAr.table -mcstas/2.1/contrib/Gas_tables/He3inC3H8.table -mcstas/2.1/contrib/Gas_tables/He3inC4H10.table -mcstas/2.1/contrib/Gas_tables/He3inCF4.table -mcstas/2.1/contrib/Gas_tables/He3inCO2.table -mcstas/2.1/contrib/Gas_tables/He3inHe.table -mcstas/2.1/contrib/Gas_tables/He3inXeTMA2point5percent.table -mcstas/2.1/contrib/Gas_tables/He3inXeTMA5percent.table -mcstas/2.1/contrib/Gas_tables/NinCF4.table -mcstas/2.1/contrib/Gas_tables/NinN2.table -mcstas/2.1/contrib/Gas_tables/gas.table -mcstas/2.1/contrib/Guide_curved.comp -mcstas/2.1/contrib/Guide_four_side.comp -mcstas/2.1/contrib/Guide_four_side_10_shells.comp -mcstas/2.1/contrib/Guide_four_side_2_shells.comp -mcstas/2.1/contrib/Guide_honeycomb.comp -mcstas/2.1/contrib/He3_cell.comp -mcstas/2.1/contrib/ISIS_moderator.comp -mcstas/2.1/contrib/ISIS_tables/TS1.ch4 -mcstas/2.1/contrib/ISIS_tables/TS1.crisp -mcstas/2.1/contrib/ISIS_tables/TS1.evs -mcstas/2.1/contrib/ISIS_tables/TS1.gem -mcstas/2.1/contrib/ISIS_tables/TS1.h2 -mcstas/2.1/contrib/ISIS_tables/TS1.het -mcstas/2.1/contrib/ISIS_tables/TS1.hrpd -mcstas/2.1/contrib/ISIS_tables/TS1.iris -mcstas/2.1/contrib/ISIS_tables/TS1.maps -mcstas/2.1/contrib/ISIS_tables/TS1.mari -mcstas/2.1/contrib/ISIS_tables/TS1.pearl -mcstas/2.1/contrib/ISIS_tables/TS1.polaris -mcstas/2.1/contrib/ISIS_tables/TS1.prisma -mcstas/2.1/contrib/ISIS_tables/TS1.sandals -mcstas/2.1/contrib/ISIS_tables/TS1.surf -mcstas/2.1/contrib/ISIS_tables/TS1.sxd -mcstas/2.1/contrib/ISIS_tables/TS1.tosca -mcstas/2.1/contrib/ISIS_tables/TS1.water -mcstas/2.1/contrib/ISIS_tables/TS2.broad -mcstas/2.1/contrib/ISIS_tables/TS2.e1 -mcstas/2.1/contrib/ISIS_tables/TS2.e2 -mcstas/2.1/contrib/ISIS_tables/TS2.e3 -mcstas/2.1/contrib/ISIS_tables/TS2.e4 -mcstas/2.1/contrib/ISIS_tables/TS2.e5 -mcstas/2.1/contrib/ISIS_tables/TS2.e6 -mcstas/2.1/contrib/ISIS_tables/TS2.e7 -mcstas/2.1/contrib/ISIS_tables/TS2.e8 -mcstas/2.1/contrib/ISIS_tables/TS2.e9 -mcstas/2.1/contrib/ISIS_tables/TS2.groove -mcstas/2.1/contrib/ISIS_tables/TS2.hydrogen -mcstas/2.1/contrib/ISIS_tables/TS2.narrow -mcstas/2.1/contrib/ISIS_tables/TS2.w1 -mcstas/2.1/contrib/ISIS_tables/TS2.w2 -mcstas/2.1/contrib/ISIS_tables/TS2.w3 -mcstas/2.1/contrib/ISIS_tables/TS2.w4 -mcstas/2.1/contrib/ISIS_tables/TS2.w5 -mcstas/2.1/contrib/ISIS_tables/TS2.w6 -mcstas/2.1/contrib/ISIS_tables/TS2.w7 -mcstas/2.1/contrib/ISIS_tables/TS2.w8 -mcstas/2.1/contrib/ISIS_tables/TS2.w9 -mcstas/2.1/contrib/Lens.comp -mcstas/2.1/contrib/Lens_simple.comp -mcstas/2.1/contrib/Mirror_Curved_Bispectral.comp -mcstas/2.1/contrib/Mirror_Elliptic.comp -mcstas/2.1/contrib/Mirror_Elliptic_Bispectral.comp -mcstas/2.1/contrib/Mirror_Parabolic.comp -mcstas/2.1/contrib/Monochromator_2foc.comp -mcstas/2.1/contrib/Multilayer_Sample.comp -mcstas/2.1/contrib/Neutronics/runscript.sh -mcstas/2.1/contrib/Neutronics/subs.f -mcstas/2.1/contrib/Neutronics/testSSR -mcstas/2.1/contrib/Neutronics/testSSW -mcstas/2.1/contrib/PSD_Detector.comp -mcstas/2.1/contrib/PSD_monitor_rad.comp -mcstas/2.1/contrib/Pol_bender_tapering.comp -mcstas/2.1/contrib/Pol_pi_2_rotator.comp -mcstas/2.1/contrib/Pol_triafield.comp -mcstas/2.1/contrib/Radial_div.comp -mcstas/2.1/contrib/SANSCurve.comp -mcstas/2.1/contrib/SANSCylinders.comp -mcstas/2.1/contrib/SANSEllipticCylinders.comp -mcstas/2.1/contrib/SANSLiposomes.comp -mcstas/2.1/contrib/SANSNanodiscs.comp -mcstas/2.1/contrib/SANSNanodiscsFast.comp -mcstas/2.1/contrib/SANSNanodiscsWithTags.comp -mcstas/2.1/contrib/SANSNanodiscsWithTagsFast.comp -mcstas/2.1/contrib/SANSPDB.comp -mcstas/2.1/contrib/SANSPDBFast.comp -mcstas/2.1/contrib/SANSQMonitor.comp -mcstas/2.1/contrib/SANSShells.comp -mcstas/2.1/contrib/SANSSpheres.comp -mcstas/2.1/contrib/SANS_AnySamp.comp -mcstas/2.1/contrib/SANS_DebyeS.comp -mcstas/2.1/contrib/SANS_Guinier.comp -mcstas/2.1/contrib/SANS_benchmark2.comp -mcstas/2.1/contrib/SNS_source.comp -mcstas/2.1/contrib/SNS_source_analytic.comp -mcstas/2.1/contrib/Sample_nxs.comp -mcstas/2.1/contrib/SiC.comp -mcstas/2.1/contrib/Source_gen4.comp -mcstas/2.1/contrib/Source_multi_surfaces.comp -mcstas/2.1/contrib/StatisticalChopper.comp -mcstas/2.1/contrib/StatisticalChopper_Monitor.comp -mcstas/2.1/contrib/TOFSANSdet.comp -mcstas/2.1/contrib/Transmission_polarisatorABSnT.comp -mcstas/2.1/contrib/Virtual_mcnp_input.comp -mcstas/2.1/contrib/Virtual_mcnp_output.comp -mcstas/2.1/contrib/Virtual_mcnp_ss_input.comp -mcstas/2.1/contrib/Virtual_mcnp_ss_output.comp -mcstas/2.1/contrib/Virtual_tripoli4_input.comp -mcstas/2.1/contrib/Virtual_tripoli4_output.comp -mcstas/2.1/contrib/doc/ISISdoc.pdf -mcstas/2.1/contrib/doc/ISISdoc.ps -mcstas/2.1/contrib/multi_pipe.comp -mcstas/2.1/data/Ag.laz -mcstas/2.1/data/Al.lau -mcstas/2.1/data/Al.laz -mcstas/2.1/data/Al2O3_sapphire.lau -mcstas/2.1/data/Al2O3_sapphire.laz -mcstas/2.1/data/Al2O3_sapphire.trm -mcstas/2.1/data/Au.laz -mcstas/2.1/data/B4C.lau -mcstas/2.1/data/B4C.laz -mcstas/2.1/data/Ba.laz -mcstas/2.1/data/Be.laz -mcstas/2.1/data/Be.trm -mcstas/2.1/data/BeO.lau -mcstas/2.1/data/BeO.laz -mcstas/2.1/data/Bi.laz -mcstas/2.1/data/C60.lau -mcstas/2.1/data/C_diamond.lau -mcstas/2.1/data/C_diamond.laz -mcstas/2.1/data/C_graphite.lau -mcstas/2.1/data/C_graphite.laz -mcstas/2.1/data/Cd.laz -mcstas/2.1/data/Cr.laz -mcstas/2.1/data/Cs.laz -mcstas/2.1/data/Cs_liq_tot.sqw -mcstas/2.1/data/Cu.laz -mcstas/2.1/data/D2O_liq.qSq -mcstas/2.1/data/Fe.laz -mcstas/2.1/data/Fe_Gamma.laz -mcstas/2.1/data/Ga.laz -mcstas/2.1/data/Gd.laz -mcstas/2.1/data/Ge.lau -mcstas/2.1/data/Ge.laz -mcstas/2.1/data/Ge_liq_coh.sqw -mcstas/2.1/data/Ge_liq_inc.sqw -mcstas/2.1/data/H2OD2O_liq.qSq -mcstas/2.1/data/H2O_ice_1h.laz -mcstas/2.1/data/H2O_liq.qSq -mcstas/2.1/data/HOPG.rfl -mcstas/2.1/data/HOPG.trm -mcstas/2.1/data/He4_hcp.laz -mcstas/2.1/data/He4_liq_coh.sqw -mcstas/2.1/data/Hg.laz -mcstas/2.1/data/I2.laz -mcstas/2.1/data/In.lau -mcstas/2.1/data/Instructions_new_lau_file.pdf -mcstas/2.1/data/K.laz -mcstas/2.1/data/Li.laz -mcstas/2.1/data/LiF.laz -mcstas/2.1/data/Mo.laz -mcstas/2.1/data/Na2Ca3Al2F14.laz -mcstas/2.1/data/Nb.laz -mcstas/2.1/data/Ne_liq_tot.sqw -mcstas/2.1/data/Ni.laz -mcstas/2.1/data/PPase_D_P1.lau -mcstas/2.1/data/Pb.laz -mcstas/2.1/data/Pd.laz -mcstas/2.1/data/Pt.laz -mcstas/2.1/data/README -mcstas/2.1/data/Rb.laz -mcstas/2.1/data/Rb_liq_coh.sqw -mcstas/2.1/data/Rb_liq_inc.sqw -mcstas/2.1/data/Rb_liq_tot.sqw -mcstas/2.1/data/Reflectometer_directbeam.txt -mcstas/2.1/data/Reflectometer_reffile.txt -mcstas/2.1/data/Rubredoxin.lau -mcstas/2.1/data/Se_alpha.laz -mcstas/2.1/data/Se_beta.laz -mcstas/2.1/data/Si.laz -mcstas/2.1/data/SiO2_cristobalite.lau -mcstas/2.1/data/SiO2_liq.qSq -mcstas/2.1/data/SiO2_quartza.lau -mcstas/2.1/data/SiO2_quartza.laz -mcstas/2.1/data/SiO2_quartzb.lau -mcstas/2.1/data/SiO2_quartzb.laz -mcstas/2.1/data/Sn_alpha.laz -mcstas/2.1/data/Sn_beta.laz -mcstas/2.1/data/Ti.laz -mcstas/2.1/data/TiO2_rutile.lau -mcstas/2.1/data/Tl.laz -mcstas/2.1/data/V.laz -mcstas/2.1/data/Y2O3.laz -mcstas/2.1/data/Y3Fe5O12_YIG.laz -mcstas/2.1/data/YBaCuO.lau -mcstas/2.1/data/Zn.laz -mcstas/2.1/data/Zr.laz -mcstas/2.1/data/a1Gw2-11-f5_fit_fit.dat -mcstas/2.1/data/a1Gw2-14-f5_fit_fit.dat -mcstas/2.1/data/a1Gw2-17-f5_fit_fit.dat -mcstas/2.1/data/a1Gw2-2-f5_fit_fit.dat -mcstas/2.1/data/a1Gw2-5-f5_fit_fit.dat -mcstas/2.1/data/a1Gw2-8-f5_fit_fit.dat -mcstas/2.1/data/adrenaline.lau -mcstas/2.1/data/aspirin.lau -mcstas/2.1/data/b2_l220_tp80_cw1.18mm.dat -mcstas/2.1/data/bender_r_ideal.dat -mcstas/2.1/data/cube.off -mcstas/2.1/data/flipfield.dat -mcstas/2.1/data/leucine.lau -mcstas/2.1/data/rot4m_sp_fit_fit.dat -mcstas/2.1/data/socket.off -mcstas/2.1/data/source_sct091_tu_02_1.dat -mcstas/2.1/data/source_sct21a_td_05_1.dat -mcstas/2.1/data/supermirror_m2.rfl -mcstas/2.1/data/supermirror_m3.rfl -mcstas/2.1/data/ver5tf2mm_sp_fit_fit.dat -mcstas/2.1/editors/README -mcstas/2.1/editors/emacs -mcstas/2.1/editors/mccode.vim -mcstas/2.1/editors/mcstas.xml -mcstas/2.1/editors/mcstas1.lang -mcstas/2.1/editors/mcstas2.lang -mcstas/2.1/editors/mcstas3.lang -mcstas/2.1/editors/nedit -mcstas/2.1/examples/BNL_H8.instr -mcstas/2.1/examples/ESS_2001_bispectral.instr -mcstas/2.1/examples/ESS_Brilliance_2001.instr -mcstas/2.1/examples/ESS_Brilliance_2013.instr -mcstas/2.1/examples/ESS_Brilliance_2014.instr -mcstas/2.1/examples/ESS_Brilliance_TDR.instr -mcstas/2.1/examples/ESS_IN5_reprate.instr -mcstas/2.1/examples/FZJ_BenchmarkSfin2.instr -mcstas/2.1/examples/FZJ_KWS2_Lens.instr -mcstas/2.1/examples/FZJ_SANS_KWS2_AnySample.instr -mcstas/2.1/examples/Gallmeier_SNS_decoupled_poisoned.instr -mcstas/2.1/examples/Granroth_SNS_decoupled_poisoned.instr -mcstas/2.1/examples/HZB_FLEX.instr -mcstas/2.1/examples/HZB_NEAT.instr -mcstas/2.1/examples/Histogrammer.instr -mcstas/2.1/examples/ILL_BRISP.instr -mcstas/2.1/examples/ILL_D2B.instr -mcstas/2.1/examples/ILL_D4.instr -mcstas/2.1/examples/ILL_H10_IN8.instr -mcstas/2.1/examples/ILL_H113.instr -mcstas/2.1/examples/ILL_H13_IN20.instr -mcstas/2.1/examples/ILL_H142.instr -mcstas/2.1/examples/ILL_H142_IN12.instr -mcstas/2.1/examples/ILL_H143_LADI.instr -mcstas/2.1/examples/ILL_H15.instr -mcstas/2.1/examples/ILL_H15_IN6.instr -mcstas/2.1/examples/ILL_H16.instr -mcstas/2.1/examples/ILL_H16_IN5.instr -mcstas/2.1/examples/ILL_H16_IN5_Mantid.instr -mcstas/2.1/examples/ILL_H16_Mantid.instr -mcstas/2.1/examples/ILL_H22.instr -mcstas/2.1/examples/ILL_H22_D1A.instr -mcstas/2.1/examples/ILL_H22_D1B.instr -mcstas/2.1/examples/ILL_H22_VIVALDI.instr -mcstas/2.1/examples/ILL_H24.instr -mcstas/2.1/examples/ILL_H25.instr -mcstas/2.1/examples/ILL_H25_IN22.instr -mcstas/2.1/examples/ILL_H512_D22.instr -mcstas/2.1/examples/ILL_H53.instr -mcstas/2.1/examples/ILL_H53_D16.instr -mcstas/2.1/examples/ILL_H53_IN14.instr -mcstas/2.1/examples/ILL_H8_IN1.instr -mcstas/2.1/examples/ILL_IN5.instr -mcstas/2.1/examples/ILL_IN5_Mantid.instr -mcstas/2.1/examples/ILL_IN6.instr -mcstas/2.1/examples/ILL_Lagrange.instr -mcstas/2.1/examples/ISIS_CRISP.instr -mcstas/2.1/examples/ISIS_GEM.instr -mcstas/2.1/examples/ISIS_HET.instr -mcstas/2.1/examples/ISIS_Prisma2.instr -mcstas/2.1/examples/ISIS_SANS2d.instr -mcstas/2.1/examples/ISIS_TS1_Brilliance.instr -mcstas/2.1/examples/ISIS_TS2_Brilliance.instr -mcstas/2.1/examples/ISIS_test.instr -mcstas/2.1/examples/Mezei_SNS_decoupled_poisoned.instr -mcstas/2.1/examples/PSI_DMC.instr -mcstas/2.1/examples/PSI_Focus.instr -mcstas/2.1/examples/RITA-II.instr -mcstas/2.1/examples/RITA-II_test.sh -mcstas/2.1/examples/RTP_DIF.instr -mcstas/2.1/examples/RTP_Laue.instr -mcstas/2.1/examples/RTP_NeutronRadiography.instr -mcstas/2.1/examples/RTP_SANS.instr -mcstas/2.1/examples/Reflectometer.instr -mcstas/2.1/examples/SEMSANS_instrument.instr -mcstas/2.1/examples/SNS_analytic_test.instr -mcstas/2.1/examples/SNS_test.instr -mcstas/2.1/examples/Samples_Incoherent.instr -mcstas/2.1/examples/Samples_Incoherent_off.instr -mcstas/2.1/examples/Samples_Isotropic_Sqw.instr -mcstas/2.1/examples/Samples_Phonon.instr -mcstas/2.1/examples/Samples_vanadium.instr -mcstas/2.1/examples/TestSANS.instr -mcstas/2.1/examples/Test_Collimator_Radial.instr -mcstas/2.1/examples/Test_Fermi.instr -mcstas/2.1/examples/Test_FocalisationMirrors.instr -mcstas/2.1/examples/Test_Guides.instr -mcstas/2.1/examples/Test_Guides_Curved.instr -mcstas/2.1/examples/Test_Lens.instr -mcstas/2.1/examples/Test_Magnetic_Constant.instr -mcstas/2.1/examples/Test_Magnetic_Majorana.instr -mcstas/2.1/examples/Test_Magnetic_Rotation.instr -mcstas/2.1/examples/Test_Magnetic_Userdefined.instr -mcstas/2.1/examples/Test_Monitor_Sqw.instr -mcstas/2.1/examples/Test_Monochromators.instr -mcstas/2.1/examples/Test_PSD_Detector.instr -mcstas/2.1/examples/Test_Pol_Bender.instr -mcstas/2.1/examples/Test_Pol_Bender_Vs_Guide_Curved.instr -mcstas/2.1/examples/Test_Pol_Guide_Vmirror.instr -mcstas/2.1/examples/Test_Pol_MSF.instr -mcstas/2.1/examples/Test_Pol_Mirror.instr -mcstas/2.1/examples/Test_Pol_Set.instr -mcstas/2.1/examples/Test_Pol_TripleAxis.instr -mcstas/2.1/examples/Test_SSR_SSW.instr -mcstas/2.1/examples/Test_SSR_SSW_Guide.instr -mcstas/2.1/examples/Test_Sample_nxs_diffraction.instr -mcstas/2.1/examples/Test_Sample_nxs_imaging.instr -mcstas/2.1/examples/Test_Scatter_log_losses.instr -mcstas/2.1/examples/Test_Scatter_log_mvalues.instr -mcstas/2.1/examples/Test_Scatter_log_ssw_mcnp.instr -mcstas/2.1/examples/Test_Selectors.instr -mcstas/2.1/examples/Test_Sources.instr -mcstas/2.1/examples/Test_StatisticalChopper.instr -mcstas/2.1/examples/Test_pol_tabled.instr -mcstas/2.1/examples/Test_shellguides.instr -mcstas/2.1/examples/Tomography.instr -mcstas/2.1/examples/Vin_test.instr -mcstas/2.1/examples/Vout_test.instr -mcstas/2.1/examples/h8_test_legacy.instr -mcstas/2.1/examples/linup-1.instr -mcstas/2.1/examples/linup-2.instr -mcstas/2.1/examples/linup-3.instr -mcstas/2.1/examples/linup-4.instr -mcstas/2.1/examples/linup-5.instr -mcstas/2.1/examples/linup-6.instr -mcstas/2.1/examples/linup-7.instr -mcstas/2.1/examples/template.instr -mcstas/2.1/examples/templateDIFF.instr -mcstas/2.1/examples/templateLaue.instr -mcstas/2.1/examples/templateNMX.instr -mcstas/2.1/examples/templateSANS.instr -mcstas/2.1/examples/templateSANS_Mantid.instr -mcstas/2.1/examples/templateTAS.instr -mcstas/2.1/examples/templateTOF.instr -mcstas/2.1/misc/Beam_spy.comp -mcstas/2.1/misc/PolAnalyser_ideal.comp -mcstas/2.1/misc/Progress_bar.comp -mcstas/2.1/misc/Scatter_log_iterator.comp -mcstas/2.1/misc/Scatter_log_iterator_stop.comp -mcstas/2.1/misc/Scatter_logger.comp -mcstas/2.1/misc/Scatter_logger_stop.comp -mcstas/2.1/misc/Set_pol.comp -mcstas/2.1/misc/Shape.comp -mcstas/2.1/misc/Vitess_input.comp -mcstas/2.1/misc/Vitess_output.comp -mcstas/2.1/monitors/Brilliance_monitor.comp -mcstas/2.1/monitors/DivLambda_monitor.comp -mcstas/2.1/monitors/DivPos_monitor.comp -mcstas/2.1/monitors/Divergence_monitor.comp -mcstas/2.1/monitors/EPSD_monitor.comp -mcstas/2.1/monitors/E_monitor.comp -mcstas/2.1/monitors/Hdiv_monitor.comp -mcstas/2.1/monitors/L_monitor.comp -mcstas/2.1/monitors/MeanPolLambda_monitor.comp -mcstas/2.1/monitors/Monitor.comp -mcstas/2.1/monitors/Monitor_4PI.comp -mcstas/2.1/monitors/Monitor_Sqw.comp -mcstas/2.1/monitors/Monitor_nD.comp -mcstas/2.1/monitors/PSD_TOF_monitor.comp -mcstas/2.1/monitors/PSD_monitor.comp -mcstas/2.1/monitors/PSD_monitor_4PI.comp -mcstas/2.1/monitors/PSD_monitor_psf.comp -mcstas/2.1/monitors/PSD_monitor_psf_eff.comp -mcstas/2.1/monitors/PSDcyl_monitor.comp -mcstas/2.1/monitors/PSDlin_diff_monitor.comp -mcstas/2.1/monitors/PSDlin_monitor.comp -mcstas/2.1/monitors/PolLambda_monitor.comp -mcstas/2.1/monitors/Pol_monitor.comp -mcstas/2.1/monitors/PreMonitor_nD.comp -mcstas/2.1/monitors/Res_monitor.comp -mcstas/2.1/monitors/TOF2E_monitor.comp -mcstas/2.1/monitors/TOF2Q_cylPSD_monitor.comp -mcstas/2.1/monitors/TOFLambda_monitor.comp -mcstas/2.1/monitors/TOF_PSD_monitor_rad.comp -mcstas/2.1/monitors/TOF_cylPSD_monitor.comp -mcstas/2.1/monitors/TOF_monitor.comp -mcstas/2.1/monitors/TOFlog_monitor.comp -mcstas/2.1/obsolete/ESS_moderator_long.comp -mcstas/2.1/obsolete/ESS_moderator_long_2001.comp -mcstas/2.1/obsolete/ESS_moderator_short.comp -mcstas/2.1/obsolete/V_sample.comp -mcstas/2.1/optics/Absorber.comp -mcstas/2.1/optics/Arm.comp -mcstas/2.1/optics/Beamstop.comp -mcstas/2.1/optics/Bender.comp -mcstas/2.1/optics/Collimator_linear.comp -mcstas/2.1/optics/Collimator_radial.comp -mcstas/2.1/optics/Derotator.comp -mcstas/2.1/optics/DiskChopper.comp -mcstas/2.1/optics/FermiChopper.comp -mcstas/2.1/optics/Filter_gen.comp -mcstas/2.1/optics/Guide.comp -mcstas/2.1/optics/Guide_anyshape.comp -mcstas/2.1/optics/Guide_channeled.comp -mcstas/2.1/optics/Guide_gravity.comp -mcstas/2.1/optics/Guide_tapering.comp -mcstas/2.1/optics/Guide_wavy.comp -mcstas/2.1/optics/Mirror.comp -mcstas/2.1/optics/Monochromator_curved.comp -mcstas/2.1/optics/Monochromator_flat.comp -mcstas/2.1/optics/Monochromator_pol.comp -mcstas/2.1/optics/Pol_bender.comp -mcstas/2.1/optics/Pol_constBfield.comp -mcstas/2.1/optics/Pol_guide_vmirror.comp -mcstas/2.1/optics/Pol_mirror.comp -mcstas/2.1/optics/Pol_simpleBfield.comp -mcstas/2.1/optics/Pol_simpleBfield_stop.comp -mcstas/2.1/optics/Rotator.comp -mcstas/2.1/optics/Selector.comp -mcstas/2.1/optics/Slit.comp -mcstas/2.1/optics/V_selector.comp -mcstas/2.1/optics/Virtual_mcnp_ss_Guide.comp -mcstas/2.1/optics/Vitess_ChopperFermi.comp -mcstas/2.1/samples/Incoherent.comp -mcstas/2.1/samples/Isotropic_Sqw.comp -mcstas/2.1/samples/Phonon_simple.comp -mcstas/2.1/samples/Powder1.comp -mcstas/2.1/samples/PowderN.comp -mcstas/2.1/samples/Res_sample.comp -mcstas/2.1/samples/Sans_spheres.comp -mcstas/2.1/samples/Single_crystal.comp -mcstas/2.1/samples/TOFRes_sample.comp -mcstas/2.1/samples/Tunneling_sample.comp -mcstas/2.1/share/chopper_fermi.c -mcstas/2.1/share/chopper_fermi.h -mcstas/2.1/share/ess_source-lib.c -mcstas/2.1/share/ess_source-lib.h -mcstas/2.1/share/monitor_nd-lib.c -mcstas/2.1/share/monitor_nd-lib.h -mcstas/2.1/sources/Adapt_check.comp -mcstas/2.1/sources/ESS_moderator.comp -mcstas/2.1/sources/Moderator.comp -mcstas/2.1/sources/Monitor_Optimizer.comp -mcstas/2.1/sources/Source_Maxwell_3.comp -mcstas/2.1/sources/Source_Optimizer.comp -mcstas/2.1/sources/Source_adapt.comp -mcstas/2.1/sources/Source_div.comp -mcstas/2.1/sources/Source_gen.comp -mcstas/2.1/sources/Source_simple.comp -mcstas/2.1/sources/Virtual_input.comp -mcstas/2.1/sources/Virtual_output.comp -@dir mcstas/2.1/contrib/Gas_tables -@dir mcstas/2.1/contrib/ISIS_tables -@dir mcstas/2.1/contrib/Neutronics -@dir mcstas/2.1/contrib/SANS -@dir mcstas/2.1/contrib/doc -@dir mcstas/2.1/contrib -@dir mcstas/2.1/data -@dir mcstas/2.1/editors -@dir mcstas/2.1/examples -@dir mcstas/2.1/misc -@dir mcstas/2.1/monitors -@dir mcstas/2.1/obsolete -@dir mcstas/2.1/optics -@dir mcstas/2.1/samples -@dir mcstas/2.1/share/interpolation/natural -@dir mcstas/2.1/share/interpolation/nearest -@dir mcstas/2.1/share/interpolation -@dir mcstas/2.1/share -@dir mcstas/2.1/sources -@dir mcstas/2.1 -@dir mcstas +mcstas/%%PORTVERSION%%/contrib/Al_window.comp +mcstas/%%PORTVERSION%%/contrib/Analyser_ideal.comp +mcstas/%%PORTVERSION%%/contrib/CavitiesIn.comp +mcstas/%%PORTVERSION%%/contrib/CavitiesOut.comp +mcstas/%%PORTVERSION%%/contrib/Collimator_ROC.comp +mcstas/%%PORTVERSION%%/contrib/Elliptic_guide_gravity.comp +mcstas/%%PORTVERSION%%/contrib/Exact_radial_coll.comp +mcstas/%%PORTVERSION%%/contrib/FermiChopper_ILL.comp +mcstas/%%PORTVERSION%%/contrib/Filter_graphite.comp +mcstas/%%PORTVERSION%%/contrib/Gas_tables/BinBF3.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/BinCF4.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inAr.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inC3H8.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inC4H10.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inCF4.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inCO2.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inHe.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inXeTMA2point5percent.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/He3inXeTMA5percent.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/NinCF4.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/NinN2.table +mcstas/%%PORTVERSION%%/contrib/Gas_tables/gas.table +mcstas/%%PORTVERSION%%/contrib/Guide_curved.comp +mcstas/%%PORTVERSION%%/contrib/Guide_four_side.comp +mcstas/%%PORTVERSION%%/contrib/Guide_four_side_10_shells.comp +mcstas/%%PORTVERSION%%/contrib/Guide_four_side_2_shells.comp +mcstas/%%PORTVERSION%%/contrib/Guide_honeycomb.comp +mcstas/%%PORTVERSION%%/contrib/He3_cell.comp +mcstas/%%PORTVERSION%%/contrib/ISIS_moderator.comp +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.ch4 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.crisp +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.evs +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.gem +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.h2 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.het +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.hrpd +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.iris +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.maps +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.mari +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.pearl +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.polaris +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.prisma +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.sandals +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.surf +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.sxd +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.tosca +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS1.water +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.broad +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e1 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e2 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e3 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e4 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e5 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e6 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e7 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e8 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.e9 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.groove +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.hydrogen +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.narrow +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w1 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w2 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w3 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w4 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w5 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w6 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w7 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w8 +mcstas/%%PORTVERSION%%/contrib/ISIS_tables/TS2.w9 +mcstas/%%PORTVERSION%%/contrib/Lens.comp +mcstas/%%PORTVERSION%%/contrib/Lens_simple.comp +mcstas/%%PORTVERSION%%/contrib/Mirror_Curved_Bispectral.comp +mcstas/%%PORTVERSION%%/contrib/Mirror_Elliptic.comp +mcstas/%%PORTVERSION%%/contrib/Mirror_Elliptic_Bispectral.comp +mcstas/%%PORTVERSION%%/contrib/Mirror_Parabolic.comp +mcstas/%%PORTVERSION%%/contrib/Monochromator_2foc.comp +mcstas/%%PORTVERSION%%/contrib/Multilayer_Sample.comp +mcstas/%%PORTVERSION%%/contrib/Neutronics/runscript.sh +mcstas/%%PORTVERSION%%/contrib/Neutronics/subs.f +mcstas/%%PORTVERSION%%/contrib/Neutronics/testSSR +mcstas/%%PORTVERSION%%/contrib/Neutronics/testSSW +mcstas/%%PORTVERSION%%/contrib/PSD_Detector.comp +mcstas/%%PORTVERSION%%/contrib/PSD_monitor_rad.comp +mcstas/%%PORTVERSION%%/contrib/Pol_bender_tapering.comp +mcstas/%%PORTVERSION%%/contrib/Pol_pi_2_rotator.comp +mcstas/%%PORTVERSION%%/contrib/Pol_triafield.comp +mcstas/%%PORTVERSION%%/contrib/Radial_div.comp +mcstas/%%PORTVERSION%%/contrib/SANSCurve.comp +mcstas/%%PORTVERSION%%/contrib/SANSCylinders.comp +mcstas/%%PORTVERSION%%/contrib/SANSEllipticCylinders.comp +mcstas/%%PORTVERSION%%/contrib/SANSLiposomes.comp +mcstas/%%PORTVERSION%%/contrib/SANSNanodiscs.comp +mcstas/%%PORTVERSION%%/contrib/SANSNanodiscsFast.comp +mcstas/%%PORTVERSION%%/contrib/SANSNanodiscsWithTags.comp +mcstas/%%PORTVERSION%%/contrib/SANSNanodiscsWithTagsFast.comp +mcstas/%%PORTVERSION%%/contrib/SANSPDB.comp +mcstas/%%PORTVERSION%%/contrib/SANSPDBFast.comp +mcstas/%%PORTVERSION%%/contrib/SANSQMonitor.comp +mcstas/%%PORTVERSION%%/contrib/SANSShells.comp +mcstas/%%PORTVERSION%%/contrib/SANSSpheres.comp +mcstas/%%PORTVERSION%%/contrib/SANS_AnySamp.comp +mcstas/%%PORTVERSION%%/contrib/SANS_DebyeS.comp +mcstas/%%PORTVERSION%%/contrib/SANS_Guinier.comp +mcstas/%%PORTVERSION%%/contrib/SANS_benchmark2.comp +mcstas/%%PORTVERSION%%/contrib/SNS_source.comp +mcstas/%%PORTVERSION%%/contrib/SNS_source_analytic.comp +mcstas/%%PORTVERSION%%/contrib/Sample_nxs.comp +mcstas/%%PORTVERSION%%/contrib/SiC.comp +mcstas/%%PORTVERSION%%/contrib/Source_gen4.comp +mcstas/%%PORTVERSION%%/contrib/Source_multi_surfaces.comp +mcstas/%%PORTVERSION%%/contrib/StatisticalChopper.comp +mcstas/%%PORTVERSION%%/contrib/StatisticalChopper_Monitor.comp +mcstas/%%PORTVERSION%%/contrib/TOFSANSdet.comp +mcstas/%%PORTVERSION%%/contrib/Transmission_polarisatorABSnT.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_mcnp_input.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_mcnp_output.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_mcnp_ss_input.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_mcnp_ss_output.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_tripoli4_input.comp +mcstas/%%PORTVERSION%%/contrib/Virtual_tripoli4_output.comp +mcstas/%%PORTVERSION%%/contrib/doc/ISISdoc.pdf +mcstas/%%PORTVERSION%%/contrib/doc/ISISdoc.ps +mcstas/%%PORTVERSION%%/contrib/multi_pipe.comp +mcstas/%%PORTVERSION%%/data/Ag.laz +mcstas/%%PORTVERSION%%/data/Al.lau +mcstas/%%PORTVERSION%%/data/Al.laz +mcstas/%%PORTVERSION%%/data/Al2O3_sapphire.lau +mcstas/%%PORTVERSION%%/data/Al2O3_sapphire.laz +mcstas/%%PORTVERSION%%/data/Al2O3_sapphire.trm +mcstas/%%PORTVERSION%%/data/Au.laz +mcstas/%%PORTVERSION%%/data/B4C.lau +mcstas/%%PORTVERSION%%/data/B4C.laz +mcstas/%%PORTVERSION%%/data/Ba.laz +mcstas/%%PORTVERSION%%/data/Be.laz +mcstas/%%PORTVERSION%%/data/Be.trm +mcstas/%%PORTVERSION%%/data/BeO.lau +mcstas/%%PORTVERSION%%/data/BeO.laz +mcstas/%%PORTVERSION%%/data/Bi.laz +mcstas/%%PORTVERSION%%/data/C60.lau +mcstas/%%PORTVERSION%%/data/C_diamond.lau +mcstas/%%PORTVERSION%%/data/C_diamond.laz +mcstas/%%PORTVERSION%%/data/C_graphite.lau +mcstas/%%PORTVERSION%%/data/C_graphite.laz +mcstas/%%PORTVERSION%%/data/CaF2.lau +mcstas/%%PORTVERSION%%/data/Cd.laz +mcstas/%%PORTVERSION%%/data/Cr.laz +mcstas/%%PORTVERSION%%/data/Cs.laz +mcstas/%%PORTVERSION%%/data/Cs_liq_tot.sqw +mcstas/%%PORTVERSION%%/data/Cu.laz +mcstas/%%PORTVERSION%%/data/D2O_liq.qSq +mcstas/%%PORTVERSION%%/data/D2O_liq_300_tot.sqw +mcstas/%%PORTVERSION%%/data/Fe.laz +mcstas/%%PORTVERSION%%/data/Fe_Gamma.laz +mcstas/%%PORTVERSION%%/data/Ga.laz +mcstas/%%PORTVERSION%%/data/Gd.laz +mcstas/%%PORTVERSION%%/data/Ge.lau +mcstas/%%PORTVERSION%%/data/Ge.laz +mcstas/%%PORTVERSION%%/data/Ge_liq_coh.sqw +mcstas/%%PORTVERSION%%/data/Ge_liq_inc.sqw +mcstas/%%PORTVERSION%%/data/H2OD2O_liq.qSq +mcstas/%%PORTVERSION%%/data/H2O_ice_1h.laz +mcstas/%%PORTVERSION%%/data/H2O_liq.qSq +mcstas/%%PORTVERSION%%/data/H2O_liq_300_tot.sqw +mcstas/%%PORTVERSION%%/data/HOPG.rfl +mcstas/%%PORTVERSION%%/data/HOPG.trm +mcstas/%%PORTVERSION%%/data/He4_hcp.laz +mcstas/%%PORTVERSION%%/data/He4_liq_coh.sqw +mcstas/%%PORTVERSION%%/data/Hg.laz +mcstas/%%PORTVERSION%%/data/I2.laz +mcstas/%%PORTVERSION%%/data/In.lau +mcstas/%%PORTVERSION%%/data/Instructions_new_lau_file.pdf +mcstas/%%PORTVERSION%%/data/K.laz +mcstas/%%PORTVERSION%%/data/Li.laz +mcstas/%%PORTVERSION%%/data/LiF.laz +mcstas/%%PORTVERSION%%/data/Mo.laz +mcstas/%%PORTVERSION%%/data/Na2Ca3Al2F14.laz +mcstas/%%PORTVERSION%%/data/Nb.laz +mcstas/%%PORTVERSION%%/data/Ne_liq_tot.sqw +mcstas/%%PORTVERSION%%/data/Ni.laz +mcstas/%%PORTVERSION%%/data/PPase_D_P1.lau +mcstas/%%PORTVERSION%%/data/Pb.laz +mcstas/%%PORTVERSION%%/data/Pd.laz +mcstas/%%PORTVERSION%%/data/Pt.laz +mcstas/%%PORTVERSION%%/data/README +mcstas/%%PORTVERSION%%/data/Rb.laz +mcstas/%%PORTVERSION%%/data/Rb_liq_coh.sqw +mcstas/%%PORTVERSION%%/data/Rb_liq_inc.sqw +mcstas/%%PORTVERSION%%/data/Rb_liq_tot.sqw +mcstas/%%PORTVERSION%%/data/Reflectometer_directbeam.txt +mcstas/%%PORTVERSION%%/data/Reflectometer_reffile.txt +mcstas/%%PORTVERSION%%/data/Rubredoxin.lau +mcstas/%%PORTVERSION%%/data/Se_alpha.laz +mcstas/%%PORTVERSION%%/data/Se_beta.laz +mcstas/%%PORTVERSION%%/data/Si.laz +mcstas/%%PORTVERSION%%/data/SiO2_cristobalite.lau +mcstas/%%PORTVERSION%%/data/SiO2_liq.qSq +mcstas/%%PORTVERSION%%/data/SiO2_quartza.lau +mcstas/%%PORTVERSION%%/data/SiO2_quartza.laz +mcstas/%%PORTVERSION%%/data/SiO2_quartzb.lau +mcstas/%%PORTVERSION%%/data/SiO2_quartzb.laz +mcstas/%%PORTVERSION%%/data/Sn_alpha.laz +mcstas/%%PORTVERSION%%/data/Sn_beta.laz +mcstas/%%PORTVERSION%%/data/Ti.laz +mcstas/%%PORTVERSION%%/data/TiO2_rutile.lau +mcstas/%%PORTVERSION%%/data/Tl.laz +mcstas/%%PORTVERSION%%/data/V.laz +mcstas/%%PORTVERSION%%/data/Y2O3.laz +mcstas/%%PORTVERSION%%/data/Y3Fe5O12_YIG.laz +mcstas/%%PORTVERSION%%/data/YBaCuO.lau +mcstas/%%PORTVERSION%%/data/Zn.laz +mcstas/%%PORTVERSION%%/data/Zr.laz +mcstas/%%PORTVERSION%%/data/a1Gw2-11-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/a1Gw2-14-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/a1Gw2-17-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/a1Gw2-2-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/a1Gw2-5-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/a1Gw2-8-f5_fit_fit.dat +mcstas/%%PORTVERSION%%/data/adrenaline.lau +mcstas/%%PORTVERSION%%/data/aspirin.lau +mcstas/%%PORTVERSION%%/data/b2_l220_tp80_cw1.18mm.dat +mcstas/%%PORTVERSION%%/data/bender_r_ideal.dat +mcstas/%%PORTVERSION%%/data/cube.off +mcstas/%%PORTVERSION%%/data/flipfield.dat +mcstas/%%PORTVERSION%%/data/leucine.lau +mcstas/%%PORTVERSION%%/data/rot4m_sp_fit_fit.dat +mcstas/%%PORTVERSION%%/data/socket.off +mcstas/%%PORTVERSION%%/data/source_sct091_tu_02_1.dat +mcstas/%%PORTVERSION%%/data/source_sct21a_td_05_1.dat +mcstas/%%PORTVERSION%%/data/supermirror_m2.rfl +mcstas/%%PORTVERSION%%/data/supermirror_m3.rfl +mcstas/%%PORTVERSION%%/data/ver5tf2mm_sp_fit_fit.dat +mcstas/%%PORTVERSION%%/editors/README +mcstas/%%PORTVERSION%%/editors/emacs +mcstas/%%PORTVERSION%%/editors/mccode.vim +mcstas/%%PORTVERSION%%/editors/mcstas.xml +mcstas/%%PORTVERSION%%/editors/mcstas1.lang +mcstas/%%PORTVERSION%%/editors/mcstas2.lang +mcstas/%%PORTVERSION%%/editors/mcstas3.lang +mcstas/%%PORTVERSION%%/editors/nedit +mcstas/%%PORTVERSION%%/examples/BNL_H8.instr +mcstas/%%PORTVERSION%%/examples/ESS_2001_bispectral.instr +mcstas/%%PORTVERSION%%/examples/ESS_Brilliance_2001.instr +mcstas/%%PORTVERSION%%/examples/ESS_Brilliance_2013.instr +mcstas/%%PORTVERSION%%/examples/ESS_Brilliance_2014.instr +mcstas/%%PORTVERSION%%/examples/ESS_Brilliance_2015.instr +mcstas/%%PORTVERSION%%/examples/ESS_Brilliance_TDR.instr +mcstas/%%PORTVERSION%%/examples/ESS_IN5_reprate.instr +mcstas/%%PORTVERSION%%/examples/FZJ_BenchmarkSfin2.instr +mcstas/%%PORTVERSION%%/examples/FZJ_KWS2_Lens.instr +mcstas/%%PORTVERSION%%/examples/FZJ_SANS_KWS2_AnySample.instr +mcstas/%%PORTVERSION%%/examples/Gallmeier_SNS_decoupled_poisoned.instr +mcstas/%%PORTVERSION%%/examples/Granroth_SNS_decoupled_poisoned.instr +mcstas/%%PORTVERSION%%/examples/HZB_FLEX.instr +mcstas/%%PORTVERSION%%/examples/HZB_NEAT.instr +mcstas/%%PORTVERSION%%/examples/Histogrammer.instr +mcstas/%%PORTVERSION%%/examples/ILL_BRISP.instr +mcstas/%%PORTVERSION%%/examples/ILL_D2B.instr +mcstas/%%PORTVERSION%%/examples/ILL_D4.instr +mcstas/%%PORTVERSION%%/examples/ILL_H10_IN8.instr +mcstas/%%PORTVERSION%%/examples/ILL_H113.instr +mcstas/%%PORTVERSION%%/examples/ILL_H13_IN20.instr +mcstas/%%PORTVERSION%%/examples/ILL_H142.instr +mcstas/%%PORTVERSION%%/examples/ILL_H142_IN12.instr +mcstas/%%PORTVERSION%%/examples/ILL_H143_LADI.instr +mcstas/%%PORTVERSION%%/examples/ILL_H15.instr +mcstas/%%PORTVERSION%%/examples/ILL_H15_IN6.instr +mcstas/%%PORTVERSION%%/examples/ILL_H16.instr +mcstas/%%PORTVERSION%%/examples/ILL_H16_IN5.instr +mcstas/%%PORTVERSION%%/examples/ILL_H16_IN5_Mantid.instr +mcstas/%%PORTVERSION%%/examples/ILL_H16_Mantid.instr +mcstas/%%PORTVERSION%%/examples/ILL_H22.instr +mcstas/%%PORTVERSION%%/examples/ILL_H22_D1A.instr +mcstas/%%PORTVERSION%%/examples/ILL_H22_D1B.instr +mcstas/%%PORTVERSION%%/examples/ILL_H22_VIVALDI.instr +mcstas/%%PORTVERSION%%/examples/ILL_H24.instr +mcstas/%%PORTVERSION%%/examples/ILL_H25.instr +mcstas/%%PORTVERSION%%/examples/ILL_H25_IN22.instr +mcstas/%%PORTVERSION%%/examples/ILL_H512_D22.instr +mcstas/%%PORTVERSION%%/examples/ILL_H53.instr +mcstas/%%PORTVERSION%%/examples/ILL_H53_D16.instr +mcstas/%%PORTVERSION%%/examples/ILL_H53_IN14.instr +mcstas/%%PORTVERSION%%/examples/ILL_H8_IN1.instr +mcstas/%%PORTVERSION%%/examples/ILL_IN13.instr +mcstas/%%PORTVERSION%%/examples/ILL_IN4.instr +mcstas/%%PORTVERSION%%/examples/ILL_IN5.instr +mcstas/%%PORTVERSION%%/examples/ILL_IN5_Mantid.instr +mcstas/%%PORTVERSION%%/examples/ILL_IN6.instr +mcstas/%%PORTVERSION%%/examples/ILL_Lagrange.instr +mcstas/%%PORTVERSION%%/examples/ISIS_CRISP.instr +mcstas/%%PORTVERSION%%/examples/ISIS_GEM.instr +mcstas/%%PORTVERSION%%/examples/ISIS_HET.instr +mcstas/%%PORTVERSION%%/examples/ISIS_Prisma2.instr +mcstas/%%PORTVERSION%%/examples/ISIS_SANS2d.instr +mcstas/%%PORTVERSION%%/examples/ISIS_TS1_Brilliance.instr +mcstas/%%PORTVERSION%%/examples/ISIS_TS2_Brilliance.instr +mcstas/%%PORTVERSION%%/examples/ISIS_test.instr +mcstas/%%PORTVERSION%%/examples/Mezei_SNS_decoupled_poisoned.instr +mcstas/%%PORTVERSION%%/examples/PSI_DMC.instr +mcstas/%%PORTVERSION%%/examples/PSI_Focus.instr +mcstas/%%PORTVERSION%%/examples/RITA-II.instr +mcstas/%%PORTVERSION%%/examples/RITA-II_test.sh +mcstas/%%PORTVERSION%%/examples/RTP_DIF.instr +mcstas/%%PORTVERSION%%/examples/RTP_Laue.instr +mcstas/%%PORTVERSION%%/examples/RTP_NeutronRadiography.instr +mcstas/%%PORTVERSION%%/examples/RTP_SANS.instr +mcstas/%%PORTVERSION%%/examples/Reflectometer.instr +mcstas/%%PORTVERSION%%/examples/SEMSANS_instrument.instr +mcstas/%%PORTVERSION%%/examples/SE_example.instr +mcstas/%%PORTVERSION%%/examples/SE_example2.instr +mcstas/%%PORTVERSION%%/examples/SNS_analytic_test.instr +mcstas/%%PORTVERSION%%/examples/SNS_test.instr +mcstas/%%PORTVERSION%%/examples/Samples_Incoherent.instr +mcstas/%%PORTVERSION%%/examples/Samples_Incoherent_off.instr +mcstas/%%PORTVERSION%%/examples/Samples_Isotropic_Sqw.instr +mcstas/%%PORTVERSION%%/examples/Samples_Phonon.instr +mcstas/%%PORTVERSION%%/examples/Samples_vanadium.instr +mcstas/%%PORTVERSION%%/examples/TestSANS.instr +mcstas/%%PORTVERSION%%/examples/Test_Collimator_Radial.instr +mcstas/%%PORTVERSION%%/examples/Test_Fermi.instr +mcstas/%%PORTVERSION%%/examples/Test_FocalisationMirrors.instr +mcstas/%%PORTVERSION%%/examples/Test_Guides.instr +mcstas/%%PORTVERSION%%/examples/Test_Guides_Curved.instr +mcstas/%%PORTVERSION%%/examples/Test_Jump_Iterate.instr +mcstas/%%PORTVERSION%%/examples/Test_Lens.instr +mcstas/%%PORTVERSION%%/examples/Test_Magnetic_Constant.instr +mcstas/%%PORTVERSION%%/examples/Test_Magnetic_Majorana.instr +mcstas/%%PORTVERSION%%/examples/Test_Magnetic_Rotation.instr +mcstas/%%PORTVERSION%%/examples/Test_Magnetic_Userdefined.instr +mcstas/%%PORTVERSION%%/examples/Test_Monitor_Sqw.instr +mcstas/%%PORTVERSION%%/examples/Test_Monochromators.instr +mcstas/%%PORTVERSION%%/examples/Test_PSD_Detector.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_Bender.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_Bender_Vs_Guide_Curved.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_Guide_Vmirror.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_MSF.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_Mirror.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_Set.instr +mcstas/%%PORTVERSION%%/examples/Test_Pol_TripleAxis.instr +mcstas/%%PORTVERSION%%/examples/Test_PreMonitor_nD.instr +mcstas/%%PORTVERSION%%/examples/Test_SSR_SSW.instr +mcstas/%%PORTVERSION%%/examples/Test_SSR_SSW_Guide.instr +mcstas/%%PORTVERSION%%/examples/Test_Sample_nxs_diffraction.instr +mcstas/%%PORTVERSION%%/examples/Test_Sample_nxs_imaging.instr +mcstas/%%PORTVERSION%%/examples/Test_Scatter_log_losses.instr +mcstas/%%PORTVERSION%%/examples/Test_Scatter_log_mvalues.instr +mcstas/%%PORTVERSION%%/examples/Test_Scatter_log_ssw_mcnp.instr +mcstas/%%PORTVERSION%%/examples/Test_Selectors.instr +mcstas/%%PORTVERSION%%/examples/Test_Sources.instr +mcstas/%%PORTVERSION%%/examples/Test_StatisticalChopper.instr +mcstas/%%PORTVERSION%%/examples/Test_pol_tabled.instr +mcstas/%%PORTVERSION%%/examples/Test_shellguides.instr +mcstas/%%PORTVERSION%%/examples/Tomography.instr +mcstas/%%PORTVERSION%%/examples/Vin_test.instr +mcstas/%%PORTVERSION%%/examples/Vout_test.instr +mcstas/%%PORTVERSION%%/examples/h8_test_legacy.instr +mcstas/%%PORTVERSION%%/examples/linup-1.instr +mcstas/%%PORTVERSION%%/examples/linup-2.instr +mcstas/%%PORTVERSION%%/examples/linup-3.instr +mcstas/%%PORTVERSION%%/examples/linup-4.instr +mcstas/%%PORTVERSION%%/examples/linup-5.instr +mcstas/%%PORTVERSION%%/examples/linup-6.instr +mcstas/%%PORTVERSION%%/examples/linup-7.instr +mcstas/%%PORTVERSION%%/examples/template.instr +mcstas/%%PORTVERSION%%/examples/templateDIFF.instr +mcstas/%%PORTVERSION%%/examples/templateLaue.instr +mcstas/%%PORTVERSION%%/examples/templateNMX.instr +mcstas/%%PORTVERSION%%/examples/templateSANS.instr +mcstas/%%PORTVERSION%%/examples/templateSANS_Mantid.instr +mcstas/%%PORTVERSION%%/examples/templateTAS.instr +mcstas/%%PORTVERSION%%/examples/templateTOF.instr +mcstas/%%PORTVERSION%%/misc/Beam_spy.comp +mcstas/%%PORTVERSION%%/misc/PolAnalyser_ideal.comp +mcstas/%%PORTVERSION%%/misc/Progress_bar.comp +mcstas/%%PORTVERSION%%/misc/Scatter_log_iterator.comp +mcstas/%%PORTVERSION%%/misc/Scatter_log_iterator_stop.comp +mcstas/%%PORTVERSION%%/misc/Scatter_logger.comp +mcstas/%%PORTVERSION%%/misc/Scatter_logger_stop.comp +mcstas/%%PORTVERSION%%/misc/Set_pol.comp +mcstas/%%PORTVERSION%%/misc/Shape.comp +mcstas/%%PORTVERSION%%/misc/Vitess_input.comp +mcstas/%%PORTVERSION%%/misc/Vitess_output.comp +mcstas/%%PORTVERSION%%/monitors/Brilliance_monitor.comp +mcstas/%%PORTVERSION%%/monitors/DivLambda_monitor.comp +mcstas/%%PORTVERSION%%/monitors/DivPos_monitor.comp +mcstas/%%PORTVERSION%%/monitors/Divergence_monitor.comp +mcstas/%%PORTVERSION%%/monitors/EPSD_monitor.comp +mcstas/%%PORTVERSION%%/monitors/E_monitor.comp +mcstas/%%PORTVERSION%%/monitors/Hdiv_monitor.comp +mcstas/%%PORTVERSION%%/monitors/L_monitor.comp +mcstas/%%PORTVERSION%%/monitors/MeanPolLambda_monitor.comp +mcstas/%%PORTVERSION%%/monitors/Monitor.comp +mcstas/%%PORTVERSION%%/monitors/Monitor_4PI.comp +mcstas/%%PORTVERSION%%/monitors/Monitor_Sqw.comp +mcstas/%%PORTVERSION%%/monitors/Monitor_nD.comp +mcstas/%%PORTVERSION%%/monitors/PSD_TOF_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PSD_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PSD_monitor_4PI.comp +mcstas/%%PORTVERSION%%/monitors/PSD_monitor_psf.comp +mcstas/%%PORTVERSION%%/monitors/PSD_monitor_psf_eff.comp +mcstas/%%PORTVERSION%%/monitors/PSDcyl_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PSDlin_diff_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PSDlin_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PolLambda_monitor.comp +mcstas/%%PORTVERSION%%/monitors/Pol_monitor.comp +mcstas/%%PORTVERSION%%/monitors/PreMonitor_nD.comp +mcstas/%%PORTVERSION%%/monitors/Res_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOF2E_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOF2Q_cylPSD_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOFLambda_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOF_PSD_monitor_rad.comp +mcstas/%%PORTVERSION%%/monitors/TOF_cylPSD_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOF_monitor.comp +mcstas/%%PORTVERSION%%/monitors/TOFlog_monitor.comp +mcstas/%%PORTVERSION%%/obsolete/ESS_moderator_long.comp +mcstas/%%PORTVERSION%%/obsolete/ESS_moderator_long_2001.comp +mcstas/%%PORTVERSION%%/obsolete/ESS_moderator_short.comp +mcstas/%%PORTVERSION%%/obsolete/V_sample.comp +mcstas/%%PORTVERSION%%/optics/Absorber.comp +mcstas/%%PORTVERSION%%/optics/Arm.comp +mcstas/%%PORTVERSION%%/optics/Beamstop.comp +mcstas/%%PORTVERSION%%/optics/Bender.comp +mcstas/%%PORTVERSION%%/optics/Collimator_linear.comp +mcstas/%%PORTVERSION%%/optics/Collimator_radial.comp +mcstas/%%PORTVERSION%%/optics/Derotator.comp +mcstas/%%PORTVERSION%%/optics/DiskChopper.comp +mcstas/%%PORTVERSION%%/optics/FermiChopper.comp +mcstas/%%PORTVERSION%%/optics/Filter_gen.comp +mcstas/%%PORTVERSION%%/optics/Guide.comp +mcstas/%%PORTVERSION%%/optics/Guide_anyshape.comp +mcstas/%%PORTVERSION%%/optics/Guide_channeled.comp +mcstas/%%PORTVERSION%%/optics/Guide_gravity.comp +mcstas/%%PORTVERSION%%/optics/Guide_tapering.comp +mcstas/%%PORTVERSION%%/optics/Guide_wavy.comp +mcstas/%%PORTVERSION%%/optics/Mirror.comp +mcstas/%%PORTVERSION%%/optics/Monochromator_curved.comp *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Nov 12 02:31:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08BB0A2B669; Thu, 12 Nov 2015 02:31:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37821150; Thu, 12 Nov 2015 02:31:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC2VQhd040045; Thu, 12 Nov 2015 02:31:26 GMT (envelope-from edwin@FreeBSD.org) Received: (from edwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC2VQuJ040043; Thu, 12 Nov 2015 02:31:26 GMT (envelope-from edwin@FreeBSD.org) Message-Id: <201511120231.tAC2VQuJ040043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: edwin set sender to edwin@FreeBSD.org using -f From: Edwin Groothuis Date: Thu, 12 Nov 2015 02:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401314 - head/misc/zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:31:28 -0000 Author: edwin Date: Thu Nov 12 02:31:26 2015 New Revision: 401314 URL: https://svnweb.freebsd.org/changeset/ports/401314 Log: ck transition is scheduled for Nov. 8, not Oct. 25. Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time. Fiji's 2016 fall-back transition is scheduled for January 17, not 24. Fort Nelson, British Columbia will not fall back on 2015-11-01. It has effectively been on MST (-0700) since it advanced its clocks on 2015-03-08. New zone America/Fort_Nelson. Modified: head/misc/zoneinfo/Makefile head/misc/zoneinfo/distinfo Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Thu Nov 12 02:29:59 2015 (r401313) +++ head/misc/zoneinfo/Makefile Thu Nov 12 02:31:26 2015 (r401314) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2015f +DISTVERSION= 2015g CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ Modified: head/misc/zoneinfo/distinfo ============================================================================== --- head/misc/zoneinfo/distinfo Thu Nov 12 02:29:59 2015 (r401313) +++ head/misc/zoneinfo/distinfo Thu Nov 12 02:31:26 2015 (r401314) @@ -1,2 +1,2 @@ -SHA256 (tzdata2015f.tar.gz) = 959f81b541e042ecb13c50097d264ae92ff03a57979c478dbcf24d5da242531d -SIZE (tzdata2015f.tar.gz) = 298815 +SHA256 (tzdata2015g.tar.gz) = b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161 +SIZE (tzdata2015g.tar.gz) = 300363 From owner-svn-ports-head@freebsd.org Thu Nov 12 02:40:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140D8A2B819; Thu, 12 Nov 2015 02:40:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F350D14E2; Thu, 12 Nov 2015 02:40:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id ED23D12A6; Thu, 12 Nov 2015 02:40:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id AA0F113434; Thu, 12 Nov 2015 02:40:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id tcc3taA5UFie; Thu, 12 Nov 2015 02:40:08 +0000 (UTC) Subject: Re: svn commit: r401299 - head/security/openssh-portable/files DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com DC84C1342A To: Alexey Dokuchaev References: <201511112121.tABLLjO6051679@repo.freebsd.org> <20151112021225.GB43902@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <5643FC04.4020001@FreeBSD.org> Date: Wed, 11 Nov 2015 18:40:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151112021225.GB43902@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:40:11 -0000 On 11/11/15 6:12 PM, Alexey Dokuchaev wrote: > On Wed, Nov 11, 2015 at 09:21:45PM +0000, Bryan Drewery wrote: >> New Revision: 401299 >> URL: https://svnweb.freebsd.org/changeset/ports/401299 >> >> Log: >> Make portlint stop spamming me. It's gotten quite silly. > > I hope this is a temporary measure, even though portlint(1) can indeed > get annoying at times. That said, I still don't see the problem with > simply ignoring warnings that do not apply in certain particular case. > >> WARN: /root/svn/ports/security/openssh-portable/files/patch-auth.c: >> patch was not generated using ``make makepatch''. It is recommended >> to use ``make makepatch'' when you need to [re-]generate a patch to >> ensure proper patch format. > > As John had said on IRC, this helps to get consistent patches, because > prople rarely think about these little details ("repo churn? who cares > about it") and portlint(1) warning gives them simple and straight course > of action. Yet it's true that the check could probably be made somewhat > smarter than simple grepping for "UTC". > > TL;DR: instead of adding noise to the patches, it's better to improve > portlint(1). Or learn how to ignore its warnings. ;-) > We should just ignore portlint at our own discretion since it grows stupid warnings like this? Mission accomplished? -- Regards, Bryan Drewery From owner-svn-ports-head@freebsd.org Thu Nov 12 02:51:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57A11A2BB37; Thu, 12 Nov 2015 02:51:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 165031CB0; Thu, 12 Nov 2015 02:51:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC2ppdi047749; Thu, 12 Nov 2015 02:51:51 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC2pod3047747; Thu, 12 Nov 2015 02:51:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511120251.tAC2pod3047747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 12 Nov 2015 02:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401315 - head/misc/raspberrypi-userland X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:51:52 -0000 Author: junovitch Date: Thu Nov 12 02:51:50 2015 New Revision: 401315 URL: https://svnweb.freebsd.org/changeset/ports/401315 Log: misc/raspberrypi-userland: update 20150501 -> 20151105 PR: 204388 Submitted by: mikael.urankar@gmail.com (maintainer) Modified: head/misc/raspberrypi-userland/Makefile head/misc/raspberrypi-userland/distinfo Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Thu Nov 12 02:31:26 2015 (r401314) +++ head/misc/raspberrypi-userland/Makefile Thu Nov 12 02:51:50 2015 (r401315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raspberrypi-userland -PORTVERSION= 20150501 +PORTVERSION= 20151105 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= libglesv2 libEGL USE_GITHUB= yes GH_ACCOUNT= gonzoua GH_PROJECT= userland -GH_TAGNAME= 11ffc75 +GH_TAGNAME= fcbf8a3 USE_LDCONFIG= yes Modified: head/misc/raspberrypi-userland/distinfo ============================================================================== --- head/misc/raspberrypi-userland/distinfo Thu Nov 12 02:31:26 2015 (r401314) +++ head/misc/raspberrypi-userland/distinfo Thu Nov 12 02:51:50 2015 (r401315) @@ -1,2 +1,2 @@ -SHA256 (gonzoua-userland-20150501-11ffc75_GH0.tar.gz) = de9ddfdfc6b707be3ff8f6bd96d754dcee7c6cb69b4027f4cb796a2b379ca07b -SIZE (gonzoua-userland-20150501-11ffc75_GH0.tar.gz) = 32934756 +SHA256 (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = b7d89c56e7a6eb4b3f176b18ef96b3fa0391d31b9bb533dee9febddaebe58dc5 +SIZE (gonzoua-userland-20151105-fcbf8a3_GH0.tar.gz) = 32966319 From owner-svn-ports-head@freebsd.org Thu Nov 12 03:05:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81ABBA2D0DE; Thu, 12 Nov 2015 03:05:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 745C21A38; Thu, 12 Nov 2015 03:05:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7364D1E78; Thu, 12 Nov 2015 03:05:38 +0000 (UTC) Date: Thu, 12 Nov 2015 03:05:38 +0000 From: Alexey Dokuchaev To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401299 - head/security/openssh-portable/files Message-ID: <20151112030538.GA71430@FreeBSD.org> References: <201511112121.tABLLjO6051679@repo.freebsd.org> <20151112021225.GB43902@FreeBSD.org> <5643FC04.4020001@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5643FC04.4020001@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 03:05:38 -0000 On Wed, Nov 11, 2015 at 06:40:04PM -0800, Bryan Drewery wrote: > On 11/11/15 6:12 PM, Alexey Dokuchaev wrote: > > On Wed, Nov 11, 2015 at 09:21:45PM +0000, Bryan Drewery wrote: > >> New Revision: 401299 > >> URL: https://svnweb.freebsd.org/changeset/ports/401299 > >> > >> Log: > >> Make portlint stop spamming me. It's gotten quite silly. > > > > [...] > > As John had said on IRC, this helps to get consistent patches, because > > prople rarely think about these little details ("repo churn? who cares > > about it") and portlint(1) warning gives them simple and straight course > > of action. Yet it's true that the check could probably be made somewhat > > smarter than simple grepping for "UTC". > > > > TL;DR: instead of adding noise to the patches, it's better to improve > > portlint(1). Or learn how to ignore its warnings. ;-) > > We should just ignore portlint at our own discretion since it grows > stupid warnings like this? Ignoring stupid warnings was listed second after improving portlint(1). But yes, portlint(1) can be wrong, so, answering your question, yes, "we should just ignore portlint at our own discretion". Every software has bugs, checkers can give false positives. > Mission accomplished? Mission is not to follow *everything* any lint tool tells you about your code and stuff. The mission is to have that stuff working and neat, with some tools' help or without. That's why I think that adding noise to patches is wrong approach: it makes the stuff (patches) less neat and thus portlint(1) warnings more important, while it should be the other way around. ./danfe From owner-svn-ports-head@freebsd.org Thu Nov 12 03:15:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0D22A2D268; Thu, 12 Nov 2015 03:15:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5361ED5; Thu, 12 Nov 2015 03:15:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 70A7C10D0; Thu, 12 Nov 2015 03:15:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 307BF134F1; Thu, 12 Nov 2015 03:15:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 15N-KA6MQuWO; Thu, 12 Nov 2015 03:15:47 +0000 (UTC) Subject: Re: svn commit: r401299 - head/security/openssh-portable/files DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com BCE23134EA To: Alexey Dokuchaev References: <201511112121.tABLLjO6051679@repo.freebsd.org> <20151112021225.GB43902@FreeBSD.org> <5643FC04.4020001@FreeBSD.org> <20151112030538.GA71430@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Bryan Drewery X-Enigmail-Draft-Status: N1110 Organization: FreeBSD Message-ID: <56440462.6000803@FreeBSD.org> Date: Wed, 11 Nov 2015 19:15:46 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151112030538.GA71430@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 03:15:50 -0000 On 11/11/15 7:05 PM, Alexey Dokuchaev wrote: > On Wed, Nov 11, 2015 at 06:40:04PM -0800, Bryan Drewery wrote: >> On 11/11/15 6:12 PM, Alexey Dokuchaev wrote: >>> On Wed, Nov 11, 2015 at 09:21:45PM +0000, Bryan Drewery wrote: >>>> New Revision: 401299 >>>> URL: https://svnweb.freebsd.org/changeset/ports/401299 >>>> >>>> Log: >>>> Make portlint stop spamming me. It's gotten quite silly. >>> >>> [...] >>> As John had said on IRC, this helps to get consistent patches, becaus= e >>> prople rarely think about these little details ("repo churn? who care= s >>> about it") and portlint(1) warning gives them simple and straight cou= rse >>> of action. Yet it's true that the check could probably be made somew= hat >>> smarter than simple grepping for "UTC". >>> >>> TL;DR: instead of adding noise to the patches, it's better to improve >>> portlint(1). Or learn how to ignore its warnings. ;-) >> >> We should just ignore portlint at our own discretion since it grows >> stupid warnings like this? >=20 > Ignoring stupid warnings was listed second after improving portlint(1). > But yes, portlint(1) can be wrong, so, answering your question, yes, "w= e > should just ignore portlint at our own discretion". Every software has > bugs, checkers can give false positives. >=20 >> Mission accomplished? >=20 > Mission is not to follow *everything* any lint tool tells you about you= r > code and stuff. The mission is to have that stuff working and neat, wi= th > some tools' help or without. >=20 > That's why I think that adding noise to patches is wrong approach: it m= akes > the stuff (patches) less neat and thus portlint(1) warnings more import= ant, > while it should be the other way around. >=20 If you have to tell people to ignore a warning, the warning should come OUT or be changed. Conditioning people to ignore warnings whenever they feel like it, or because the warnings are often false-positive, is not productive. It's why I spent so much time making check-plist correct last year in r351587. The problem here is not "repo churn", it is creating busy work for people. It is unfortunate that portlint is growing stuff like this and the actually wrong advice of sorting Uses, since it is just creating work for people where work is not needed. There's probably < 3 people who care about these "consistency" issues. We should not push back on contributors because they missed an optional / or did not generate their patch with -p or started the comment with an 'A' (where upstream may even have it). It's counter-productive. This check considers patches with header comments to be wrong. That's not right and I'm sure it was just overlooked. We should be doing the opposite though, encouraging comments in patches as to why they are there and their upstream status, rather than telling people to blindly blow away useful information. I do think it is worth having -p generated diffs, but 'makepatch' did not do that until relatively recently. So this warning will appear to be false-positive to people who know they did use 'makepatch' in the past. However, I don't agree with the warning since it's really asking people to do your work and lacks the larger vision of things like upstream status and whatever else I cannot think of (WE NEED MORE VISION IN PORTS). Looking at the original PR I see no evidence that this warning was added to catch actual bad patches, but only to encourage people to generate them in the new format. I keep beating this drum, let's not make people do busy work unless there's a really good reason. New PLIST format? Great, but make it worth doing, not just for the sake of it looking prettier, make it happen with sub-packages. There's 24k ports, we need things like provides/requires, not whitespace consistency distractions. --=20 Regards, Bryan Drewery From owner-svn-ports-head@freebsd.org Thu Nov 12 03:29:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 839BAA2D596; Thu, 12 Nov 2015 03:29:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 440FC1C9A; Thu, 12 Nov 2015 03:29:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC3TB93057716; Thu, 12 Nov 2015 03:29:11 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC3TAu8057707; Thu, 12 Nov 2015 03:29:10 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201511120329.tAC3TAu8057707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 12 Nov 2015 03:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401316 - in head/print/epson-inkjet-printer-escpr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 03:29:12 -0000 Author: hrs Date: Thu Nov 12 03:29:10 2015 New Revision: 401316 URL: https://svnweb.freebsd.org/changeset/ports/401316 Log: Update to 1.6.1 and add patches to fix issues reported in PR 203637. Submitted by: Tatsuki Makino (maintainer) PR: 204250 Added: head/print/epson-inkjet-printer-escpr/files/patch-lib_epson-usb.c (contents, props changed) head/print/epson-inkjet-printer-escpr/files/pkg-message.in (contents, props changed) Modified: head/print/epson-inkjet-printer-escpr/Makefile head/print/epson-inkjet-printer-escpr/distinfo head/print/epson-inkjet-printer-escpr/files/patch-configure.ac head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c head/print/epson-inkjet-printer-escpr/pkg-plist Modified: head/print/epson-inkjet-printer-escpr/Makefile ============================================================================== --- head/print/epson-inkjet-printer-escpr/Makefile Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/Makefile Thu Nov 12 03:29:10 2015 (r401316) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= epson-inkjet-printer-escpr -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONSUFFIX= -1lsb3.2 CATEGORIES= print MASTER_SITES= LOCAL/hrs @@ -15,11 +15,12 @@ BUILD_DEPENDS= cups-config:${PORTSDIR}/p LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client\ libcupsimage.so:${PORTSDIR}/print/cups-image -USES= autoreconf gmake libtool +USES= autoreconf dos2unix gmake libtool USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +SUB_FILES= pkg-message PORTDOCS= AUTHORS COPYING NEWS README README.ja OPTIONS_DEFINE= DOCS Modified: head/print/epson-inkjet-printer-escpr/distinfo ============================================================================== --- head/print/epson-inkjet-printer-escpr/distinfo Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/distinfo Thu Nov 12 03:29:10 2015 (r401316) @@ -1,2 +1,2 @@ -SHA256 (epson-inkjet-printer-escpr-1.6.0-1lsb3.2.tar.gz) = 745aa837edfca269800d3c5fd2b81b40f4e3e9a316bc0c1a3e265260e3184f95 -SIZE (epson-inkjet-printer-escpr-1.6.0-1lsb3.2.tar.gz) = 3005609 +SHA256 (epson-inkjet-printer-escpr-1.6.1-1lsb3.2.tar.gz) = bb7dea7439c571662db9cf7a8834cb87ed69fa249a7945218403187c6097c76f +SIZE (epson-inkjet-printer-escpr-1.6.1-1lsb3.2.tar.gz) = 3044091 Modified: head/print/epson-inkjet-printer-escpr/files/patch-configure.ac ============================================================================== --- head/print/epson-inkjet-printer-escpr/files/patch-configure.ac Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/files/patch-configure.ac Thu Nov 12 03:29:10 2015 (r401316) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2015-08-31 23:48:56 UTC +--- configure.ac.orig 2015-10-23 06:30:33 UTC +++ configure.ac @@ -58,9 +58,9 @@ AC_ARG_WITH([cupsfilterdir], if test "xno" = "x${with_cupsfilterdir}"; then Modified: head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h ============================================================================== --- head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/files/patch-lib-epson-escpr-api-private.h Thu Nov 12 03:29:10 2015 (r401316) @@ -1,4 +1,4 @@ ---- lib/epson-escpr-api-private.h.orig 2015-10-01 04:30:19 UTC +--- lib/epson-escpr-api-private.h.orig 1970-01-01 00:00:00 UTC +++ lib/epson-escpr-api-private.h @@ -0,0 +1,3 @@ +EPS_ERR_CODE SetupJobAttrib(const EPS_JOB_ATTRIB*); Added: head/print/epson-inkjet-printer-escpr/files/patch-lib_epson-usb.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/patch-lib_epson-usb.c Thu Nov 12 03:29:10 2015 (r401316) @@ -0,0 +1,11 @@ +--- lib/epson-usb.c.orig 2014-08-19 02:29:44 UTC ++++ lib/epson-usb.c +@@ -2325,7 +2325,7 @@ static EPS_ERR_CODE GetSerialNumber ( + EPS_RETURN( ret ); + } + +- tmpBuff = (EPS_INT8*)EPS_ALLOC(tmpBuffSize); ++ tmpBuff = (EPS_UINT8*)EPS_ALLOC(tmpBuffSize); + if (tmpBuff == NULL) { + EPS_RETURN( EPS_ERR_MEMORY_ALLOCATION ); + } Modified: head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c ============================================================================== --- head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/files/patch-src-filter.c Thu Nov 12 03:29:10 2015 (r401316) @@ -1,10 +1,103 @@ --- src/filter.c.orig 2015-09-02 06:47:47 UTC +++ src/filter.c -@@ -35,6 +35,7 @@ +@@ -35,8 +35,10 @@ #include "epson-escpr-media.h" #include "epson-protocol.h" #include "epson-escpr-api.h" +#include "epson-escpr-api-private.h" #include "epson-escpr-services.h" #include "epson-escpr-mem.h" ++#include "epson-escpage.h" + #include "err.h" + #include "mem.h" +@@ -45,6 +47,7 @@ + #include "libprtX.h" + #include "optBase.h" + #include "linux_cmn.h" ++#include "xfifo.h" + + #define WIDTH_BYTES(bits) (((bits) + 31) / 32 * 4) + +@@ -385,7 +388,7 @@ main (int argc, char *argv[]) + } + + printJob.jobStatus = EPS_STATUS_ESTABLISHED; +- int printHeight = 0; ++ EPS_UINT32 printHeight = 0; + /////////////////////////////////////////////////////////////////////////////////////////////////////////// + + print_area_x = printJob.printableAreaWidth; +@@ -416,7 +419,7 @@ main (int argc, char *argv[]) + while ((read_page_no = read (STDIN_FILENO, &page_num, 1)) > 0) // 最初に page番号を読み込み + { + long x_count, y_count; +- int band_line_count; ++ EPS_UINT32 band_line_count; + y_count = 0; + band_line_count = 0; + +@@ -504,7 +507,11 @@ main (int argc, char *argv[]) + pagebuf+= bandBmp.widthBytes; + posbuf+=bandBmp.widthBytes; + ++ if (band_line_count > printHeight) { + band_line_count -= printHeight; ++ } else { ++ band_line_count = 0; ++ } + bandBmp.bits += band_line_count; + + } +@@ -515,13 +522,17 @@ main (int argc, char *argv[]) + memcpy(pagebuf, bandBmp.bits, bandBmp.widthBytes); + pagebuf+= bandBmp.widthBytes; + posbuf+= bandBmp.widthBytes; ++ if (band_line_count > printHeight) { + band_line_count -= printHeight; ++ } else { ++ band_line_count = 0; ++ } + bandBmp.bits += band_line_count; + } + + int revert = 0; + int pos = posbuf - bandBmp.widthBytes ; +- char *rever_buf = malloc(bandBmp.widthBytes + 1000); ++ EPS_UINT8 *rever_buf = (EPS_UINT8 *)malloc(bandBmp.widthBytes + 1000); + for (revert = print_area_y; revert > 0; revert--) + { + if (3 != byte_par_pixel) +@@ -665,7 +676,11 @@ main (int argc, char *argv[]) + #endif + debug_msg("printHeight = %d\n", printHeight); + debug_msg("widthByte = %d\n", bandBmp.widthBytes); ++ if (band_line_count > printHeight) { + band_line_count -= printHeight; ++ } else { ++ band_line_count = 0; ++ } + bandBmp.bits += band_line_count; + } + +@@ -687,7 +702,11 @@ main (int argc, char *argv[]) + fprintf(fp, "\n"); + fclose(fp); + #endif ++ if (band_line_count > printHeight) { + band_line_count -= printHeight; ++ } else { ++ band_line_count = 0; ++ } + bandBmp.bits += band_line_count; + } + +@@ -886,7 +905,7 @@ EPS_INT32 print_spool_fnc(void* hParam, + + // fwrite (pBuf, cbBuf, 1, outfp); + +- XFIFOWrite(context, pBuf, cbBuf); ++ XFIFOWrite(context, (char *)pBuf, cbBuf); + + return 1; + } Added: head/print/epson-inkjet-printer-escpr/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/epson-inkjet-printer-escpr/files/pkg-message.in Thu Nov 12 03:29:10 2015 (r401316) @@ -0,0 +1,22 @@ + +Examples to add printer for EP-803AW + +# The printer connected with USB cable (using ulpt0) + +chown :cups /dev/ulpt0 +chmod g+rw /dev/ulpt0 +lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'usb:/dev/ulpt0' -D 'EPSON EP-803AW (ulpt0)' -E + +# The printer connected with USB cable (using unlpt0) + +chown :cups /dev/unlpt0 +chmod g+rw /dev/unlpt0 +lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'usb:/dev/unlpt0' -D 'EPSON EP-803AW (unlpt0)' -E + +# The printer joined network (using LPD port) + +lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'lpd://192.0.2.100:515/PASSTHRU' -D 'EPSON EP-803AW (LPR)' -E + +# The printer joined network (using port 9100) + +lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'socket://192.0.2.100:9100' -D 'EPSON EP-803AW (RAW)' -E Modified: head/print/epson-inkjet-printer-escpr/pkg-plist ============================================================================== --- head/print/epson-inkjet-printer-escpr/pkg-plist Thu Nov 12 02:51:50 2015 (r401315) +++ head/print/epson-inkjet-printer-escpr/pkg-plist Thu Nov 12 03:29:10 2015 (r401316) @@ -79,6 +79,7 @@ share/cups/model/epson-inkjet-printer-es share/cups/model/epson-inkjet-printer-escpr/Epson-L455_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-L565_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-L655_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-L805_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-L810_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-L850_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-M200_Series-epson-escpr-en.ppd @@ -103,6 +104,7 @@ share/cups/model/epson-inkjet-printer-es share/cups/model/epson-inkjet-printer-escpr/Epson-NX430_TX435-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-PF-70_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-PF-81_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-PM-400_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A750-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A820-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-PM-A840-epson-escpr-en.ppd @@ -357,6 +359,7 @@ share/cups/model/epson-inkjet-printer-es share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5620_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-WF-5690_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-WF-6090_Series-epson-escpr-en.ppd +share/cups/model/epson-inkjet-printer-escpr/Epson-WF-6530-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-WF-6590_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7110_Series-epson-escpr-en.ppd share/cups/model/epson-inkjet-printer-escpr/Epson-WF-7510_Series-epson-escpr-en.ppd From owner-svn-ports-head@freebsd.org Thu Nov 12 03:31:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D1DBA2D6DA; Thu, 12 Nov 2015 03:31:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4046712C9; Thu, 12 Nov 2015 03:31:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC3V8No060063; Thu, 12 Nov 2015 03:31:08 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC3V7T9060059; Thu, 12 Nov 2015 03:31:07 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201511120331.tAC3V7T9060059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 12 Nov 2015 03:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401317 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 03:31:09 -0000 Author: osa Date: Thu Nov 12 03:31:07 2015 New Revision: 401317 URL: https://svnweb.freebsd.org/changeset/ports/401317 Log: Upgrade third-party ldap module from 928856aa95 to be8ff8eecb. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Thu Nov 12 03:29:10 2015 (r401316) +++ head/www/nginx-devel/Makefile Thu Nov 12 03:31:07 2015 (r401317) @@ -325,7 +325,7 @@ USES+= gssapi:base,flags .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP} # WWW: https://github.com/kvspb/nginx-auth-ldap -GIT_HTTP_AUTH_LDAP_VERSION= 928856aa95 +GIT_HTTP_AUTH_LDAP_VERSION= be8ff8eecb GH_ACCOUNT+= kvspb:http_auth_ldap GH_PROJECT+= nginx-auth-ldap:http_auth_ldap GH_TAGNAME+= ${GIT_HTTP_AUTH_LDAP_VERSION}:http_auth_ldap Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Thu Nov 12 03:29:10 2015 (r401316) +++ head/www/nginx-devel/distinfo Thu Nov 12 03:31:07 2015 (r401317) @@ -2,8 +2,8 @@ SHA256 (nginx-1.9.6.tar.gz) = ed501fc6d0 SIZE (nginx-1.9.6.tar.gz) = 884733 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 -SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de -SIZE (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = 15237 +SHA256 (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = b2824a9c09f46f7c7bf705b3229c62424e5fe9f8b00ae3dc19b0d72797211b29 +SIZE (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = 15304 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Nov 12 03:29:10 2015 (r401316) +++ head/www/nginx/Makefile Thu Nov 12 03:31:07 2015 (r401317) @@ -318,7 +318,7 @@ USES+= gssapi:base,flags .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP} # WWW: https://github.com/kvspb/nginx-auth-ldap -GIT_HTTP_AUTH_LDAP_VERSION= 928856aa95 +GIT_HTTP_AUTH_LDAP_VERSION= be8ff8eecb GH_ACCOUNT+= kvspb:http_auth_ldap GH_PROJECT+= nginx-auth-ldap:http_auth_ldap GH_TAGNAME+= ${GIT_HTTP_AUTH_LDAP_VERSION}:http_auth_ldap Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Thu Nov 12 03:29:10 2015 (r401316) +++ head/www/nginx/distinfo Thu Nov 12 03:31:07 2015 (r401317) @@ -2,8 +2,8 @@ SHA256 (nginx-1.8.0.tar.gz) = 23cca12399 SIZE (nginx-1.8.0.tar.gz) = 832104 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 -SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de -SIZE (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = 15237 +SHA256 (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = b2824a9c09f46f7c7bf705b3229c62424e5fe9f8b00ae3dc19b0d72797211b29 +SIZE (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = 15304 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c From owner-svn-ports-head@freebsd.org Thu Nov 12 03:46:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8886BA2DA58; Thu, 12 Nov 2015 03:46:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 628541BBA; Thu, 12 Nov 2015 03:46:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC3k6ck063910; Thu, 12 Nov 2015 03:46:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC3k6Yh063906; Thu, 12 Nov 2015 03:46:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201511120346.tAC3k6Yh063906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 12 Nov 2015 03:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401318 - in head/net/dhcp6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 03:46:07 -0000 Author: hrs Date: Thu Nov 12 03:46:05 2015 New Revision: 401318 URL: https://svnweb.freebsd.org/changeset/ports/401318 Log: - Set FD_CLOEXEC on sockets to prevent leakage. - Call a configuration script after addresses and prefixes are set on an interface. - Do not call rc.d scripts during uninstallation. Submitted by: garga PR: 204462 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Added: head/net/dhcp6/files/patch-dhcp6c.c (contents, props changed) Modified: head/net/dhcp6/Makefile head/net/dhcp6/files/patch-Makefile.in head/net/dhcp6/pkg-plist Modified: head/net/dhcp6/Makefile ============================================================================== --- head/net/dhcp6/Makefile Thu Nov 12 03:31:07 2015 (r401317) +++ head/net/dhcp6/Makefile Thu Nov 12 03:46:05 2015 (r401318) @@ -3,7 +3,7 @@ PORTNAME= dhcp6 PORTVERSION= 20080615 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= SF/wide-dhcpv6/wide-dhcpv6/wide-dhcpv6-${PORTVERSION} DISTNAME= wide-dhcpv6-${PORTVERSION} Modified: head/net/dhcp6/files/patch-Makefile.in ============================================================================== --- head/net/dhcp6/files/patch-Makefile.in Thu Nov 12 03:31:07 2015 (r401317) +++ head/net/dhcp6/files/patch-Makefile.in Thu Nov 12 03:46:05 2015 (r401318) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2007-03-21 18:52:58.000000000 +0900 -+++ Makefile.in 2013-10-17 12:26:22.000000000 +0900 -@@ -102,14 +102,14 @@ +--- Makefile.in.orig 2007-03-21 09:52:58 UTC ++++ Makefile.in +@@ -102,14 +102,14 @@ $(srcdir)/ianaopts.h: gentab.pl bootp-dh expand bootp-dhcp-parameters | perl gentab.pl > ianaopts.h install:: Added: head/net/dhcp6/files/patch-dhcp6c.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/dhcp6/files/patch-dhcp6c.c Thu Nov 12 03:46:05 2015 (r401318) @@ -0,0 +1,72 @@ +--- dhcp6c.c.orig 2008-06-15 07:48:41 UTC ++++ dhcp6c.c +@@ -67,6 +67,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -257,7 +258,7 @@ client6_init() + { + struct addrinfo hints, *res; + static struct sockaddr_in6 sa6_allagent_storage; +- int error, on = 1; ++ int error, on = 0; + + /* get our DUID */ + if (get_duid(DUID_FILE, &client_duid)) { +@@ -287,6 +288,20 @@ client6_init() + dprintf(LOG_ERR, FNAME, "socket"); + exit(1); + } ++ ++ if ((on = fcntl(sock, F_GETFL, 0)) == -1) { ++ dprintf(LOG_ERR, FNAME, "fctnl getflags"); ++ exit(1); ++ } ++ ++ on |= FD_CLOEXEC; ++ ++ if ((on = fcntl(sock, F_SETFL, on)) == -1) { ++ dprintf(LOG_ERR, FNAME, "fctnl setflags"); ++ exit(1); ++ } ++ ++ on = 1; + if (setsockopt(sock, SOL_SOCKET, SO_REUSEPORT, + &on, sizeof(on)) < 0) { + dprintf(LOG_ERR, FNAME, +@@ -1828,15 +1843,6 @@ client6_recvreply(ifp, dh6, len, optinfo + } + + /* +- * Call the configuration script, if specified, to handle various +- * configuration parameters. +- */ +- if (ifp->scriptpath != NULL && strlen(ifp->scriptpath) != 0) { +- dprintf(LOG_DEBUG, FNAME, "executes %s", ifp->scriptpath); +- client6_script(ifp->scriptpath, state, optinfo); +- } +- +- /* + * Set refresh timer for configuration information specified in + * information-request. If the timer value is specified by the server + * in an information refresh time option, use it; use the protocol +@@ -1888,6 +1894,15 @@ client6_recvreply(ifp, dh6, len, optinfo + &optinfo->serverID, ev->authparam); + } + ++ /* ++ * Call the configuration script, if specified, to handle various ++ * configuration parameters. ++ */ ++ if (ifp->scriptpath != NULL && strlen(ifp->scriptpath) != 0) { ++ dprintf(LOG_DEBUG, FNAME, "executes %s", ifp->scriptpath); ++ client6_script(ifp->scriptpath, state, optinfo); ++ } ++ + dhcp6_remove_event(ev); + + if (state == DHCP6S_RELEASE) { Modified: head/net/dhcp6/pkg-plist ============================================================================== --- head/net/dhcp6/pkg-plist Thu Nov 12 03:31:07 2015 (r401317) +++ head/net/dhcp6/pkg-plist Thu Nov 12 03:46:05 2015 (r401318) @@ -1,9 +1,3 @@ -@unexec %D/etc/rc.d/dhcp6s.sh forcestop 2>/dev/null || true -@unexec %D/etc/rc.d/dhcp6relay.sh forcestop 2>/dev/null || true -@unexec %D/etc/rc.d/dhcp6c.sh forcestop 2>/dev/null || true -@unexec %D/etc/rc.d/dhcp6s forcestop 2>/dev/null || true -@unexec %D/etc/rc.d/dhcp6relay forcestop 2>/dev/null || true -@unexec %D/etc/rc.d/dhcp6c forcestop 2>/dev/null || true etc/dhcp6s.conf.sample etc/dhcp6c.conf.sample sbin/dhcp6c From owner-svn-ports-head@freebsd.org Thu Nov 12 07:07:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AFC6A2D110; Thu, 12 Nov 2015 07:07:42 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADAB015B7; Thu, 12 Nov 2015 07:07:41 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmdw130 with SMTP id w130so141407522wmd.0; Wed, 11 Nov 2015 23:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=eo0lzq/CJMZNHDAtUUL+d7YxDGqM3OJDm7MzMeCmvXo=; b=dRmJgKissPURYU8OESq0fd3/frFxvC1YyqpUFDHePrW1HCksZa5bLYWdR24tHzKIJo JVi26eg4CyIacslz3zN02qNXiiWB8dZLHgbsMcgp83H/TrJr5N/qeYrMBwLtwg/5eR9O 3aqD4x16W1pGwvDvM3oirhEgDqZobMSxxkySfm1JlQVzKS+4Nz5Fh3gy0Fx6uxnkaIpl U/EvWW7HqjUOvQKjPh95tE0E3UbOJmiiKL9fFOXspbhV0fwK8sDQE+i3RV6uRavL1ZDp 1v4N06oVGdxgz0gZQzoSskEGjHkMqRqQ8d7LkFq92LfQDpEExa/L4NjwbSsL2nRklkfd hcsg== X-Received: by 10.28.170.65 with SMTP id t62mr16683061wme.1.1447312060200; Wed, 11 Nov 2015 23:07:40 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id 71sm13375836wmm.24.2015.11.11.23.07.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Nov 2015 23:07:39 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 12 Nov 2015 08:07:34 +0100 From: Baptiste Daroussin To: Alexey Dokuchaev Cc: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401297 - head/databases/firebird25-server Message-ID: <20151112070734.GP10134@ivaldir.etoilebsd.net> References: <201511112104.tABL4b3j045859@repo.freebsd.org> <20151111221237.GO10134@ivaldir.etoilebsd.net> <5643C272.5080309@FreeBSD.org> <20151112020446.GA43902@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjOMJDssiV0CZSJH" Content-Disposition: inline In-Reply-To: <20151112020446.GA43902@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 07:07:42 -0000 --tjOMJDssiV0CZSJH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 12, 2015 at 02:04:46AM +0000, Alexey Dokuchaev wrote: > On Wed, Nov 11, 2015 at 05:34:26PM -0500, Jung-uk Kim wrote: > > [...] > > Yes, I understand all of the above issues. However, what I dislike is > > the fact that USES=3Dlibedit implies USES=3Dlocalbase. Therefore, it > > unconditionally spams CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS. >=20 > Hmm, looks like this ".include "${USESDIR}/localbase.mk" line should not > be needed: `devel/libedit' installs libdata/pkgconfig/libedit.pc and its > consumers should use pkgconf(1) instead of expecting headers and libraries > at some default paths. >=20 > The problem I guess is that no one wants to patch consumer ports to use > pkgconf(1) for libedit. :-( >=20 Except that pkg-config would also add to cflags -I... which would be worse = than -isystem ... So what you do propose won't help at all. Best regards, bapt --tjOMJDssiV0CZSJH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZEOrYACgkQ8kTtMUmk6EwinQCdEP4N9OsTBYvs04Grt9GAVX0O ETsAniTz7t/Ud8Ff2byIcIM/EuPVv2Qm =YF9S -----END PGP SIGNATURE----- --tjOMJDssiV0CZSJH-- From owner-svn-ports-head@freebsd.org Thu Nov 12 07:09:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40B95A2D147; Thu, 12 Nov 2015 07:09:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 069A7179D; Thu, 12 Nov 2015 07:09:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC797j5020804; Thu, 12 Nov 2015 07:09:07 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC796It020791; Thu, 12 Nov 2015 07:09:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201511120709.tAC796It020791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 12 Nov 2015 07:09:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401319 - in head/editors/psgml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 07:09:08 -0000 Author: hrs Date: Thu Nov 12 07:09:05 2015 New Revision: 401319 URL: https://svnweb.freebsd.org/changeset/ports/401319 Log: - Fix broken patches. - Remove obsolete xemacs support. - Bump version number to 1.4.0 to avoid possible misunderstandings. Major Linux distributions have adopted an unofficial version labeled as 1.4.0 which includes fixes for Emacs 24.x while the official distfile is still 1.3.2. There is no substantial difference between 1.3.2 and 1.4.0 except for Emacs 24.x compatibility, and this FreeBSD port has already had almost the same changes. Although similar unofficial versions can be found at [1] or [2], they look inconsistent and/or not actively maintained. The official distfile is used for this reason. [1] http://www.fsavigny.de/gpled-software/psgml-1.4.0.tar.gz [2] https://marmalade-repo.org/packages/psgml Added: head/editors/psgml/files/patch-configure - copied, changed from r401318, head/editors/psgml/files/patch-ai head/editors/psgml/files/patch-psgml-api.texi - copied, changed from r401318, head/editors/psgml/files/patch-af head/editors/psgml/files/patch-psgml-lucid.el (contents, props changed) head/editors/psgml/files/patch-psgml.el - copied, changed from r401318, head/editors/psgml/files/patch-ac head/editors/psgml/files/patch-psgml.texi - copied, changed from r401318, head/editors/psgml/files/patch-ae Deleted: head/editors/psgml/files/patch-ac head/editors/psgml/files/patch-ae head/editors/psgml/files/patch-af head/editors/psgml/files/patch-ai Modified: head/editors/psgml/Makefile head/editors/psgml/files/patch-Makefile.in head/editors/psgml/files/patch-psgml-dtd.el head/editors/psgml/files/patch-psgml-edit.el head/editors/psgml/files/patch-psgml-parse.el head/editors/psgml/files/post-patch-psgml.el head/editors/psgml/pkg-plist Modified: head/editors/psgml/Makefile ============================================================================== --- head/editors/psgml/Makefile Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/Makefile Thu Nov 12 07:09:05 2015 (r401319) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= psgml -PORTVERSION= 1.3.2 -PORTREVISION= 22 +PORTVERSION= 1.4.0 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= ${PORTNAME}-1.3.2 PATCH_SITES= LOCAL/hrs PATCHFILES= psgml-symbol-conflict-050503.diff.gz @@ -14,7 +14,8 @@ PATCHFILES= psgml-symbol-conflict-050503 MAINTAINER= hrs@FreeBSD.org COMMENT= Major mode for editing SGML and XML documents for Emacs -POST_PATCHES= ${PATCHDIR}/post-patch-psgml.el +LICENSE= GPLv2 + USE_EMACS= yes NOT_FOR_ARCHS= ia64 GNU_CONFIGURE= YES @@ -29,22 +30,9 @@ INFO= psgml psgml-api PSGML_STARTUPEL= psgml-startup.el PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml -.include - -.if ${EMACS_PORT_NAME} == xemacs21-mule -PLIST_SUB+= XEMACS="" \ - NON_XEMACS="@comment " -.else -PLIST_SUB+= XEMACS="@comment " \ - NON_XEMACS="" -.endif - -post-patch: - cd ${WRKSRC} && ${CAT} < ${POST_PATCHES} - post-install: cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ${MAKE} install-info ${INSTALL_DATA} ${WRKDIR}/${PSGML_STARTUPEL} \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -.include +.include Modified: head/editors/psgml/files/patch-Makefile.in ============================================================================== --- head/editors/psgml/files/patch-Makefile.in Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/files/patch-Makefile.in Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2005-03-06 01:23:40.000000000 +0900 -+++ Makefile.in 2014-11-22 15:59:39.000000000 +0900 -@@ -20,27 +20,39 @@ +--- Makefile.in.orig 2005-03-05 16:23:40 UTC ++++ Makefile.in +@@ -20,27 +20,39 @@ INSTALL_DATA = @INSTALL_DATA@ SHELL = /bin/sh compile: Copied and modified: head/editors/psgml/files/patch-configure (from r401318, head/editors/psgml/files/patch-ai) ============================================================================== --- head/editors/psgml/files/patch-ai Thu Nov 12 03:46:05 2015 (r401318, copy source) +++ head/editors/psgml/files/patch-configure Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,6 @@ ---- configure.orig Sun Oct 10 23:12:40 1999 -+++ configure Sat Oct 16 20:02:52 1999 -@@ -73,6 +73,11 @@ +--- configure.orig 2005-03-05 16:23:40 UTC ++++ configure +@@ -73,6 +73,11 @@ do case "$ac_option" in @@ -12,7 +12,7 @@ -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) -@@ -687,6 +692,7 @@ +@@ -687,6 +692,7 @@ test -n "$EMACS" && break done test -n "$EMACS" || EMACS="no" @@ -20,7 +20,7 @@ if test $EMACS != "no"; then echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6 echo "configure:693: checking where .elc files should go" >&5 -@@ -710,6 +716,7 @@ +@@ -710,6 +716,7 @@ echo "configure:693: checking where .elc fi echo "$ac_t""$lispdir" 1>&6 fi Copied and modified: head/editors/psgml/files/patch-psgml-api.texi (from r401318, head/editors/psgml/files/patch-af) ============================================================================== --- head/editors/psgml/files/patch-af Thu Nov 12 03:46:05 2015 (r401318, copy source) +++ head/editors/psgml/files/patch-psgml-api.texi Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,7 @@ ---- psgml-api.texi.orig Mon Nov 16 06:45:06 1998 -+++ psgml-api.texi Sat Jan 23 21:11:18 1999 -@@ -8,10 +8,9 @@ +--- psgml-api.texi.orig 2005-03-05 16:23:40 UTC ++++ psgml-api.texi +@@ -7,11 +7,10 @@ + @c $Id: psgml-api.texi,v 1.2 1999/12/03 17:29:39 lenst Exp $ @ifinfo -@format Modified: head/editors/psgml/files/patch-psgml-dtd.el ============================================================================== --- head/editors/psgml/files/patch-psgml-dtd.el Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/files/patch-psgml-dtd.el Thu Nov 12 07:09:05 2015 (r401319) @@ -1,5 +1,5 @@ ---- psgml-dtd.el.orig 2005-03-06 01:23:40.000000000 +0900 -+++ psgml-dtd.el 2012-08-04 11:56:25.000000000 +0900 +--- psgml-dtd.el.orig 2005-03-05 16:23:40 UTC ++++ psgml-dtd.el @@ -93,12 +93,12 @@ (defmacro sgml-for-all-final-states (s dfa &rest forms) "For all final states S in DFA do FORMS. @@ -18,7 +18,7 @@ (put 'sgml-for-all-final-states 'lisp-indent-hook 2) (put 'sgml-for-all-final-states 'edebug-form-hook '(symbolp &rest form)) -@@ -217,7 +217,7 @@ +@@ -217,7 +217,7 @@ Syntax: var dfa-expr &body forms" (defun sgml-make-pcdata () (sgml-make-* (sgml-make-primitive-content-token sgml-pcdata-token))) @@ -27,7 +27,7 @@ (while (cdr l) (setcar (cdr l) (sgml-make-conc (car l) (cadr l))) -@@ -279,7 +279,7 @@ +@@ -279,7 +279,7 @@ Syntax: var dfa-expr &body forms" (sgml-parse-delim "CRO" (digit nmstart)) (sgml-parse-delim "CRO" (digit))) (prog1 (if (sgml-is-delim "NULL" digit) @@ -36,7 +36,7 @@ (let ((spec (sgml-check-name))) (or (cdr (assoc spec '(("RE" . 10) ("RS" . 1) -@@ -336,7 +336,7 @@ +@@ -336,7 +336,7 @@ Syntax: var dfa-expr &body forms" (defsubst sgml-parse-connector () (sgml-skip-ps) (cond ((sgml-parse-delim "SEQ") @@ -45,7 +45,7 @@ ((sgml-parse-delim "OR") (function sgml-reduce-|)) ((sgml-parse-delim "AND") -@@ -884,10 +884,10 @@ +@@ -884,10 +884,10 @@ Syntax: (var seq) &body forms FORMS should produce the binary coding of element in VAR." (let ((var (car loop-c)) (seq (cadr loop-c))) Modified: head/editors/psgml/files/patch-psgml-edit.el ============================================================================== --- head/editors/psgml/files/patch-psgml-edit.el Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/files/patch-psgml-edit.el Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,6 @@ ---- psgml-edit.el.orig 2013-06-03 13:44:59.000000000 +0900 -+++ psgml-edit.el 2013-06-03 14:13:25.000000000 +0900 -@@ -185,7 +185,9 @@ +--- psgml-edit.el.orig 2015-11-12 06:36:57 UTC ++++ psgml-edit.el +@@ -185,7 +185,9 @@ possible." (goto-char (sgml-element-start element)) (delete-char (sgml-element-stag-len element)) (insert (sgml-delim "STAGO") @@ -11,7 +11,7 @@ tagc) (let* ((newel (sgml-find-context-of (point))) (newattlist (sgml-element-attlist newel)) -@@ -1870,24 +1872,28 @@ +@@ -1870,24 +1872,28 @@ characters in the current coding system. (invert (or (looking-at "&#\\([0-9]+\\)[;\n]?") (error "No character reference after point")) Added: head/editors/psgml/files/patch-psgml-lucid.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/psgml/files/patch-psgml-lucid.el Thu Nov 12 07:09:05 2015 (r401319) @@ -0,0 +1,24 @@ +--- psgml-lucid.el.orig 2015-11-12 06:36:57 UTC ++++ psgml-lucid.el +@@ -126,16 +126,16 @@ if the item is selected." + (loop for c in type collect + (if (atom c) + (vector (prin1-to-string c) +- (`(setq (, var) (, c))) ++ `(setq ,var ,c) + :style 'toggle +- :selected (`(eq (, var) '(, c)))) ++ :selected `(eq ,var ',c)) + (vector (car c) +- (`(setq (, var) '(,(cdr c)))) ++ `(setq ,var ',(cdr c)) + :style 'toggle +- :selected (`(eq (, var) '(,(cdr c))))))))) ++ :selected `(eq ,var ',(cdr c))))))) + (t + (vector desc +- (`(sgml-do-set-option '(, var))) ++ `(sgml-do-set-option ',var) + t))))) + + Modified: head/editors/psgml/files/patch-psgml-parse.el ============================================================================== --- head/editors/psgml/files/patch-psgml-parse.el Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/files/patch-psgml-parse.el Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,6 @@ ---- psgml-parse.el.orig 2012-08-04 11:37:03.000000000 +0900 -+++ psgml-parse.el 2012-08-04 11:37:19.000000000 +0900 -@@ -329,28 +329,28 @@ +--- psgml-parse.el.orig 2015-11-12 06:36:57 UTC ++++ psgml-parse.el +@@ -329,28 +329,28 @@ Applicable to XML.") ;;(progn (set-syntax-table xml-parser-syntax) (describe-syntax)) (defmacro sgml-with-parser-syntax (&rest body) @@ -35,7 +35,7 @@ (defun sgml-set-buffer-multibyte (flag) (cond ((featurep 'xemacs) -@@ -361,7 +361,7 @@ +@@ -361,7 +361,7 @@ Applicable to XML.") default-enable-multibyte-characters flag))) ((boundp 'MULE) @@ -44,7 +44,7 @@ (t flag))) ;; Probably better. -- fx -@@ -428,21 +428,21 @@ +@@ -428,21 +428,21 @@ Applicable to XML.") ;;move: (token . node) (defmacro sgml-make-move (token node) @@ -71,7 +71,7 @@ ;; normal-state: ('normal-state opts . reqs) -@@ -450,16 +450,16 @@ +@@ -450,16 +450,16 @@ Applicable to XML.") (cons 'normal-state (cons nil nil))) (defmacro sgml-normal-state-p (s) @@ -92,7 +92,7 @@ ;; adding moves ;; *** Should these functions check for ambiguity? -@@ -507,10 +507,10 @@ +@@ -507,10 +507,10 @@ Applicable to XML.") (cons next dfas)) (defmacro sgml-and-node-next (n) @@ -105,7 +105,7 @@ ;;; Using states -@@ -903,8 +903,8 @@ +@@ -903,8 +903,8 @@ If ATTSPEC is nil, nil is returned." (cons 'progn (loop for n in names collect @@ -116,7 +116,7 @@ (sgml-prop-fields ;;flags ; optional tags and mixed -@@ -919,7 +919,7 @@ +@@ -919,7 +919,7 @@ If ATTSPEC is nil, nil is returned." ) (defmacro sgml-eltype-flags (et) @@ -125,7 +125,7 @@ (defun sgml-eltype-model (et) (if (fboundp et) -@@ -966,7 +966,7 @@ +@@ -966,7 +966,7 @@ If ATTSPEC is nil, nil is returned." "Get application data from element type ET with name PROP. PROP should be a symbol, reserved names are: flags, model, attlist, includes, excludes, conref-regexp, mixed, stag-optional, etag-optional." @@ -134,7 +134,7 @@ (defun sgml-eltype-all-miscdata (et) (loop for p on (symbol-plist et) by (function cddr) -@@ -1059,7 +1059,7 @@ +@@ -1059,7 +1059,7 @@ a default for the element type name." ;;; Wing addition (defmacro sgml-char-int (ch) (if (fboundp 'char-int) @@ -143,7 +143,7 @@ ch)) (defsubst sgml-read-octet () -@@ -1434,51 +1434,51 @@ +@@ -1434,51 +1434,51 @@ list -- any of the contextual constraint (setq context '(t))) ((not (listp context)) (setq context (list context)))) @@ -216,7 +216,7 @@ (defmacro sgml-skip-upto (delim) "Skip until the delimiter or first char of one of the delimiters. -@@ -1502,8 +1502,8 @@ +@@ -1502,8 +1502,8 @@ in any of them." (let ((ds (sgml-get-delim-string (upcase (format "%s" delim))))) (if (= 1 (length ds)) (list 'skip-chars-forward (concat "^" ds)) @@ -227,7 +227,7 @@ ;;(macroexpand '(sgml-is-delim mdo)) -@@ -1520,22 +1520,22 @@ +@@ -1520,22 +1520,22 @@ in any of them." ;;; aproporiate value. (defmacro sgml-parse-char (char) @@ -259,7 +259,7 @@ (defun sgml-check-char (char) (cond ((not (sgml-parse-char char)) -@@ -1546,7 +1546,7 @@ +@@ -1546,7 +1546,7 @@ in any of them." (sgml-parse-char ?\r))) (defmacro sgml-startnm-char (c) @@ -268,7 +268,7 @@ (defsubst sgml-startnm-char-next () (and (not (eobp)) -@@ -1693,11 +1693,11 @@ +@@ -1693,11 +1693,11 @@ in any of them." (define-compiler-macro sgml-parse-name (&whole form &optional entity-name) (cond ((memq entity-name '(nil t)) @@ -283,7 +283,7 @@ (t form))) -@@ -1827,8 +1827,8 @@ +@@ -1827,8 +1827,8 @@ Return true if not at the end of the buf With optional NAME, RNI must be followed by NAME." (cond (name @@ -294,7 +294,7 @@ (t '(sgml-parse-delim "RNI")))) (defun sgml-check-token (name) -@@ -2733,11 +2733,11 @@ +@@ -2733,11 +2733,11 @@ overrides the entity type in entity look (let ((macs nil)) (while fields (push @@ -310,7 +310,7 @@ macs) (setq fields (cdr fields))) (cons 'progn macs))) -@@ -2775,7 +2775,7 @@ +@@ -2775,7 +2775,7 @@ overrides the entity type in entity look (defmacro sgml-element-stag-optional (element) "True if start-tag of ELEMENT is omissible." @@ -319,7 +319,7 @@ (defsubst sgml-element-etag-optional (element) "True if end-tag of ELEMENT is omissible." -@@ -2929,8 +2929,10 @@ +@@ -2929,8 +2929,10 @@ overrides the entity type in entity look (defun sgml-set-initial-state (dtd) "Set initial state of parsing." @@ -332,7 +332,7 @@ (add-hook 'before-change-functions 'sgml-note-change-at nil 'local) (add-hook 'after-change-functions 'sgml-set-face-after-change nil 'local) (sgml-set-active-dtd-indicator (sgml-dtd-doctype dtd)) -@@ -3504,7 +3506,7 @@ +@@ -3504,7 +3506,7 @@ Where PAIRS is a list of (delim . ename) Also move point. Return nil, either if no shortref or undefined." (macrolet Copied and modified: head/editors/psgml/files/patch-psgml.el (from r401318, head/editors/psgml/files/patch-ac) ============================================================================== --- head/editors/psgml/files/patch-ac Thu Nov 12 03:46:05 2015 (r401318, copy source) +++ head/editors/psgml/files/patch-psgml.el Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,15 @@ ---- psgml.el.orig Wed May 21 14:47:45 2003 -+++ psgml.el Wed May 21 15:44:47 2003 -@@ -340,7 +340,7 @@ +--- psgml.el.orig 2015-11-12 06:36:57 UTC ++++ psgml.el +@@ -52,7 +52,7 @@ + + ;;; Code: + +-(defconst psgml-version "1.3.2" ++(defconst psgml-version "1.4.0" + "Version of psgml package.") + + (defconst psgml-maintainer-address "lenst@lysator.liu.se") +@@ -381,7 +381,7 @@ Setting this variable automatically make (put 'sgml-system-path 'sgml-type 'file-list) (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) @@ -9,7 +18,7 @@ "*Mapping from public identifiers to file names. This is a list of possible file names. To find the file for a public identifier the elements of the list are used one at the time from the -@@ -366,13 +366,15 @@ +@@ -407,13 +407,15 @@ This variable is automatically local to (defvar sgml-catalog-files (or (delete nil (sgml-parse-colon-path (getenv "SGML_CATALOG_FILES"))) @@ -27,3 +36,48 @@ "*List of catalog files for PSGML.") (put 'sgml-ecat-files 'sgml-type 'file-list) +@@ -722,9 +724,9 @@ as that may change." + + (defun sgml-markup (entry text) + (cons entry +- (` (lambda () ++ `(lambda () + (interactive) +- (sgml-insert-markup (, text)))))) ++ (sgml-insert-markup ,text)))) + + (defun sgml-insert-markup (text) + (let ((end (sgml-mouse-region)) +@@ -1040,13 +1042,13 @@ as that may change." + (defun sgml-compute-insert-dtd-items () + (loop for e in sgml-custom-dtd collect + (vector (first e) +- (` (sgml-doctype-insert (, (cadr e)) '(, (cddr e)))) ++ `(sgml-doctype-insert ,(cadr e) ',(cddr e)) + t))) + + (defun sgml-compute-custom-markup-items () + (loop for e in sgml-custom-markup collect + (vector (first e) +- (` (sgml-insert-markup (, (cadr e)))) ++ `(sgml-insert-markup ,(cadr e)) + t))) + + (defun sgml-build-custom-menus () +@@ -1229,12 +1231,14 @@ All bindings: + (make-local-variable 'text-property-default-nonsticky) + ;; see `sgml-set-face-for': + (add-to-list 'text-property-default-nonsticky '(face . t))) +- (make-local-hook 'post-command-hook) ++ (if (fboundp 'make-local-hook) ++ (eval '(make-local-hook 'post-command-hook))) + (add-hook 'post-command-hook 'sgml-command-post 'append 'local) + (unless sgml-running-lucid + ;; XEmacs 20.4 doesn't handle local activate-menubar-hook + ;; it tries to call the function `t' when using the menubar +- (make-local-hook 'activate-menubar-hook)) ++ (if (fboundp 'make-local-hook) ++ (eval '(make-local-hook 'activate-menubar-hook)))) + (add-hook 'activate-menubar-hook 'sgml-update-all-options-menus + nil 'local) + (run-hooks 'text-mode-hook 'psgml-mode-hook) Copied and modified: head/editors/psgml/files/patch-psgml.texi (from r401318, head/editors/psgml/files/patch-ae) ============================================================================== --- head/editors/psgml/files/patch-ae Thu Nov 12 03:46:05 2015 (r401318, copy source) +++ head/editors/psgml/files/patch-psgml.texi Thu Nov 12 07:09:05 2015 (r401319) @@ -1,6 +1,7 @@ ---- psgml.texi.orig Mon Nov 16 06:45:07 1998 -+++ psgml.texi Sat Jan 23 21:10:21 1999 -@@ -11,10 +11,9 @@ +--- psgml.texi.orig 2005-03-05 16:23:40 UTC ++++ psgml.texi +@@ -10,11 +10,10 @@ + @c $Id: psgml.texi,v 1.8 2005/03/02 19:44:20 lenst Exp $ @ifinfo -@format @@ -14,7 +15,7 @@ @end ifinfo @ifinfo -@@ -401,10 +400,10 @@ +@@ -398,10 +397,10 @@ psgml understand the following substitut @code{SGML_PATH}. Given the public identifier above and the file name template @@ -27,7 +28,7 @@ @end example Note: blanks are transliterated to @samp{_} (and also @samp{/} to -@@ -420,7 +419,7 @@ +@@ -417,7 +416,7 @@ the environment variable @code{SGML_CATA is undefined the default is @lisp @@ -36,7 +37,7 @@ @end lisp @end defopt -@@ -448,7 +447,7 @@ +@@ -445,7 +444,7 @@ the same environment variable that @file environment variable is undefined the default is @lisp Modified: head/editors/psgml/files/post-patch-psgml.el ============================================================================== --- head/editors/psgml/files/post-patch-psgml.el Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/files/post-patch-psgml.el Thu Nov 12 07:09:05 2015 (r401319) @@ -1,34 +1,14 @@ ---- psgml.el.orig 2012-08-04 11:43:47.000000000 +0900 -+++ psgml.el 2012-08-04 11:43:51.000000000 +0900 -@@ -381,7 +381,7 @@ - (put 'sgml-system-path 'sgml-type 'file-list) - - (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) -- '("%S" "@prefix@/share/sgml/%o/%c/%d" )) -+ '("%S" "/usr/local/share/sgml/%o/%c/%d" )) - "*Mapping from public identifiers to file names. - This is a list of possible file names. To find the file for a public - identifier the elements of the list are used one at the time from the -@@ -407,15 +407,15 @@ - (defvar sgml-catalog-files (or (delete nil - (sgml-parse-colon-path - (getenv "SGML_CATALOG_FILES"))) -- '("catalog" "@prefix@/share/sgml/catalog" -- "@prefix@/share/xml/catalog")) -+ '("catalog" "/usr/local/share/sgml/catalog" -+ "/usr/local/share/xml/catalog")) - "*List of catalog entry files. - The files are in the format defined in the SGML Open Draft Technical - Resolution on Entity Management.") - (put 'sgml-catalog-files 'sgml-type 'file-list) - --(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT" -- "@prefix@/share/xml/ECAT") -+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/share/sgml/ECAT" -+ "/usr/local/share/xml/ECAT") - "*List of catalog files for PSGML.") - (put 'sgml-ecat-files 'sgml-type 'file-list) +--- psgml.el.orig 2015-11-12 14:12:58.516938000 +0900 ++++ psgml.el 2015-11-12 14:13:03.188835000 +0900 +@@ -52,7 +52,7 @@ + + ;;; Code: + +-(defconst psgml-version "1.3.2" ++(defconst psgml-version "1.4.0" + "Version of psgml package.") + (defconst psgml-maintainer-address "lenst@lysator.liu.se") @@ -724,9 +724,9 @@ (defun sgml-markup (entry text) Modified: head/editors/psgml/pkg-plist ============================================================================== --- head/editors/psgml/pkg-plist Thu Nov 12 03:46:05 2015 (r401318) +++ head/editors/psgml/pkg-plist Thu Nov 12 07:09:05 2015 (r401319) @@ -11,10 +11,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-ids.elc %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-info.el %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-info.elc -%%NON_XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.el -%%NON_XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.elc -%%XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-lucid.el -%%XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-lucid.elc +%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.el +%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.elc %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-parse.el %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-parse.elc %%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-sysdep.el From owner-svn-ports-head@freebsd.org Thu Nov 12 07:40:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49293A2D72E; Thu, 12 Nov 2015 07:40:35 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2055F14DC; Thu, 12 Nov 2015 07:40:34 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6EB2543BCF; Thu, 12 Nov 2015 01:40:31 -0600 (CST) Subject: Re: svn commit: r401299 - head/security/openssh-portable/files To: Bryan Drewery , Alexey Dokuchaev References: <201511112121.tABLLjO6051679@repo.freebsd.org> <20151112021225.GB43902@FreeBSD.org> <5643FC04.4020001@FreeBSD.org> <20151112030538.GA71430@FreeBSD.org> <56440462.6000803@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino X-Enigmail-Draft-Status: N1110 Reply-To: marino@freebsd.org Message-ID: <5644426B.7000908@marino.st> Date: Thu, 12 Nov 2015 08:40:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <56440462.6000803@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 07:40:35 -0000 On 11/12/2015 4:15 AM, Bryan Drewery wrote: > If you have to tell people to ignore a warning, the warning should come > OUT or be changed. To be fair, we'd prefer that the person heed the warning and regenerate the patch. However, some people rather spend 30 minutes complaining that they shouldn't have to than 2 minutes regenerating the patches. We say "ignore it / grep it out" to folks that take the above stance because it's not worth another discussion. > Conditioning people to ignore warnings whenever they feel like it, or > because the warnings are often false-positive, is not productive. It's > why I spent so much time making check-plist correct last year in r351587. Portlint is not gospel. There are plenty of emitted warnings that on stuff that is okay. > The problem here is not "repo churn", it is creating busy work for > people. It is unfortunate that portlint is growing stuff like this and > the actually wrong advice of sorting Uses, Re: sorting: I'd argue that USES tools that clobber each other to redefine tool names are wrong. Especially if multiple versions of the same tool are need for the port. If we need fmake and gmake and/or regular make then probably the port should be patched to use a single tool (for example) > since it is just creating > work for people where work is not needed. There's probably < 3 people > who care about these "consistency" issues. We should not push back on > contributors because they missed an optional / or did not generate their > patch with -p or started the comment with an 'A' (where upstream may > even have it). It's counter-productive. There is a distinction between "not needed" and "required"/"desired". Regenerating patches is not required, but it is desired if they port is being worked on substantially anyway. > This check considers patches with header comments to be wrong. That's > not right and I'm sure it was just overlooked. We should be doing the > opposite though, encouraging comments in patches as to why they are > there and their upstream status, rather than telling people to blindly > blow away useful information. This is spreading misinformation. It checks the header to determine if the patch is old or home-grown. It doesn't have to every single missing aspect. If the "UTC" is missing, there's a very high probabibilty that the patch is not in the current makepatch format. Re: comments in patches. You can get carried away. You know how danfe is on consistency? There are people in pkgsrc that rip you every time you submit a patch w/o a comment, even the change is obvious and self explanatory. No thank you. the takeaway: "make makepatch" needs to be improved to do two things 1) conserve existing comments during regeneration 2) If an existing patch touches one or more files, the regenerated version needs to cover the same files as the patch it replaces. > I do think it is worth having -p generated diffs, but 'makepatch' did > not do that until relatively recently. So this warning will appear to be > false-positive to people who know they did use 'makepatch' in the past. This is exaggerated. Even if they were so confused, it would last exactly one port when "svn diff" shows the difference. > However, I don't agree with the warning since it's really asking people > to do your work and lacks the larger vision of things like upstream > status and whatever else I cannot think of (WE NEED MORE VISION IN > PORTS). "your work"? It's not "his" work, and w/o people, people revert good work of others. This is a fact, this is why the warning appeared in portlint because it was happening A LOT. > Looking at the original PR I see no evidence that this warning > was added to catch actual bad patches, but only to encourage people to > generate them in the new format. I keep beating this drum, let's not > make people do busy work unless there's a really good reason. You make it sound like it doesn't take 20 seconds to 2 minutes to do it on top of a port overhaul they are doing anyway. > New PLIST format? Great, but make it worth doing, not just for the sake of it > looking prettier, make it happen with sub-packages. There's 24k ports, > we need things like provides/requires, not whitespace consistency > distractions. This is an entirely different topic, one that you misrepresented the first time and news flash: There is no such thing as "subpackages" right now. Any work on that can *EASILY* adjust. we're talking minutes to improve on existing PROTOYPE code. Let's not ambush this thread though. John From owner-svn-ports-head@freebsd.org Thu Nov 12 08:29:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D339A2C2C6; Thu, 12 Nov 2015 08:29:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 35E051B17; Thu, 12 Nov 2015 08:29:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 35896BDC88; Thu, 12 Nov 2015 09:29:03 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 0D3BABDC87; Thu, 12 Nov 2015 09:29:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D41DF48F59FD; Thu, 12 Nov 2015 09:29:02 +0100 (CET) Date: Thu, 12 Nov 2015 09:29:02 +0100 From: Mathieu Arnold To: Jason Unovitch , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401309 - head/deskutils/note Message-ID: In-Reply-To: <201511120033.tAC0Xe71007462@repo.freebsd.org> References: <201511120033.tAC0Xe71007462@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========6B0DCA53F15C86A4D35D==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 08:29:06 -0000 --==========6B0DCA53F15C86A4D35D========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 12 novembre 2015 00:33:40 +0000 Jason Unovitch wrote: | Author: junovitch | Date: Thu Nov 12 00:33:40 2015 | New Revision: 401309 | URL: https://svnweb.freebsd.org/changeset/ports/401309 | | Log: | deskutils/note: Remove BROKEN | | - Remove BROKEN, make fetch works with both MASTER_SITE and distcache Do note, "make fetch MASTER_SITE_BACKUP=" must work, that is, without the distcache. -- Mathieu Arnold --==========6B0DCA53F15C86A4D35D========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWRE3OXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IDysQAJvpOE5Y+fWT+uy9Z5cR8kro tvWf9jyyt+yXWuR5TKXtOD3DUZetWEt+pMkjeY1QudCtDzYqLhYAFNFZkTR3sUmJ G4WS+5emrWta9HDuLIjL5njn0LSn8TjvXpjuCITD8LqB2n73et8VvJYmJx7BbWwC 94QI6kYPBoC+uFyZP/QfmcaLIlnxsQ+Fq9/48fdiFdEJwlz7pwp898uQpMQuaIVc 8tVUyO0fljP6oclt7q01mcLOOGStMEWfMdg8fOE0jtIv35Dxso6G92qeoHYLrwhQ 6i2VvufK3ETsKorRVj6y1zpCR/bPVk+Y1rnkIiwpi3hH3EqU3BGkMY1gTkmZ1GT+ PSjj7wytCA1NSm7dFblk8i2FrpScOD2cQCFmqYHOFOxEo4roQO/x8VvyPezRN2o6 Ck7Sp/Xcaq93ZWbj3ig/F+sLUFYNFt5X/66ELfXfww880A5jY2mxHPk4Zt5rNYX1 ZwrrpNUOSruuS+Z3ztGXeF7fNWboaaSvZFK9wSXs56i+/Vv9uO6xhrqNQErF0ro7 Q1Ri3I4LxQfwjcvptKDSuFem90P3hA/HMOysiIzx4XWYKprfYRCXU6so4rz1bK0g hMsM1yNsibSif99tytDJUsd+QaxPdThnUu/BTZAhDq6/lZqG/IBBEBmOrxqZqavz OGw3u7qhBUvLwhkMGaEU =HbmA -----END PGP SIGNATURE----- --==========6B0DCA53F15C86A4D35D==========-- From owner-svn-ports-head@freebsd.org Thu Nov 12 09:37:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A77C6A2B1C2; Thu, 12 Nov 2015 09:37:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6751AA3; Thu, 12 Nov 2015 09:37:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC9ble7064173; Thu, 12 Nov 2015 09:37:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC9bl6F064171; Thu, 12 Nov 2015 09:37:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511120937.tAC9bl6F064171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 12 Nov 2015 09:37:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401320 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 09:37:48 -0000 Author: gerald Date: Thu Nov 12 09:37:47 2015 New Revision: 401320 URL: https://svnweb.freebsd.org/changeset/ports/401320 Log: Update to the 20151108 development snapshot of GCC 6. This now features PIE (position-independent executable) support for powerpc64, courtesy of andreast@. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Thu Nov 12 07:09:05 2015 (r401319) +++ head/lang/gcc6-devel/Makefile Thu Nov 12 09:37:47 2015 (r401320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20151101 +PORTVERSION= 6.0.0.s20151108 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Thu Nov 12 07:09:05 2015 (r401319) +++ head/lang/gcc6-devel/distinfo Thu Nov 12 09:37:47 2015 (r401320) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20151101.tar.bz2) = a1da18a71c7cf62bdead51d7ad651044dda0a53fb77d4120d555277d4282e18f -SIZE (gcc-6-20151101.tar.bz2) = 93391337 +SHA256 (gcc-6-20151108.tar.bz2) = 3a18cfb8a2f8bfd5802ad3a58480fea9569917399c2f7d6b6c60b634d23ca77b +SIZE (gcc-6-20151108.tar.bz2) = 93393246 From owner-svn-ports-head@freebsd.org Thu Nov 12 09:46:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 169B5A2B3E0; Thu, 12 Nov 2015 09:46:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6334105B; Thu, 12 Nov 2015 09:46:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAC9kTv0067253; Thu, 12 Nov 2015 09:46:29 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAC9kTiR067248; Thu, 12 Nov 2015 09:46:29 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201511120946.tAC9kTiR067248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 12 Nov 2015 09:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401321 - in head/www: . xpi-uBlock_origin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 09:46:31 -0000 Author: thierry Date: Thu Nov 12 09:46:29 2015 New Revision: 401321 URL: https://svnweb.freebsd.org/changeset/ports/401321 Log: Adding uBlock Origin, a non-commercial fork of Adblock Plus. Note: there is no technical conflict between this port and Adblock Plus, but there is no reason to activate them together! Submitted by: /me Added: head/www/xpi-uBlock_origin/ head/www/xpi-uBlock_origin/Makefile (contents, props changed) head/www/xpi-uBlock_origin/distinfo (contents, props changed) head/www/xpi-uBlock_origin/pkg-descr (contents, props changed) head/www/xpi-uBlock_origin/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Nov 12 09:37:47 2015 (r401320) +++ head/www/Makefile Thu Nov 12 09:46:29 2015 (r401321) @@ -2344,6 +2344,7 @@ SUBDIR += xpi-togglewordwrap SUBDIR += xpi-torbutton SUBDIR += xpi-twitterfox + SUBDIR += xpi-uBlock_origin SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-user_agent_switcher Added: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-uBlock_origin/Makefile Thu Nov 12 09:46:29 2015 (r401321) @@ -0,0 +1,20 @@ +# Created by: Thierry Thomas +# $FreeBSD$ + +PORTNAME= ublock_origin +PORTVERSION= 1.3.2 +DISTVERSIONSUFFIX= -sm+tb+fx+an +CATEGORIES= www + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Efficient blocker for Firefox, fast and lean + +LICENSE= GPLv3 + +XPI_NUM= 607454 +XPI_ID= uBlock0@raymondhill.net + +NO_ARCH= yes + +.include "../xpi-adblock/Makefile.xpi" +.include Added: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-uBlock_origin/distinfo Thu Nov 12 09:46:29 2015 (r401321) @@ -0,0 +1,2 @@ +SHA256 (xpi/ublock_origin-1.3.2-sm+tb+fx+an.xpi) = 8821414cb7157b38d1a7231ad76c15b8b729c76290492e546c2b6c7f13e18072 +SIZE (xpi/ublock_origin-1.3.2-sm+tb+fx+an.xpi) = 1441990 Added: head/www/xpi-uBlock_origin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-uBlock_origin/pkg-descr Thu Nov 12 09:46:29 2015 (r401321) @@ -0,0 +1,9 @@ +uBlock Origin is not an ad blocker; it's a general-purpose blocker. uBlock +origin blocks ads through its support of the Adblock Plus filter syntax. + +It extends the syntax and is designed to work with custom rules and filters. +Furthermore, advanced mode allows uBlock origin to work in default-deny mode, +which mode will cause all 3rd-party network requests to be blocked by default, +unless allowed by the user. + +WWW: https://github.com/gorhill/uBlock/wiki Added: head/www/xpi-uBlock_origin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-uBlock_origin/pkg-plist Thu Nov 12 09:46:29 2015 (r401321) @@ -0,0 +1,203 @@ +%%XPI_XPIDIR%%/1p-filters.html +%%XPI_XPIDIR%%/3p-filters.html +%%XPI_XPIDIR%%/LICENSE.txt +%%XPI_XPIDIR%%/about.html +%%XPI_XPIDIR%%/asset-viewer.html +%%XPI_XPIDIR%%/assets/checksums.txt +%%XPI_XPIDIR%%/assets/thirdparties/adblock.gardar.net/is.abp.txt +%%XPI_XPIDIR%%/assets/thirdparties/adblock.schack.dk/block.txt +%%XPI_XPIDIR%%/assets/thirdparties/dl.dropboxusercontent.com/u/1289327/abpxfiles/filtri.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/advblock.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/bitblock.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylist_noelemhide.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylistchina.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylistdutch.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylistgermany.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easylistitaly.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/fanboy-annoyance.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/fanboy-social.txt +%%XPI_XPIDIR%%/assets/thirdparties/easylist-downloads.adblockplus.org/liste_fr.txt +%%XPI_XPIDIR%%/assets/thirdparties/gitorious.org/adblock-latvian/adblock-latvian/raw/master_lists/latvian-list.txt +%%XPI_XPIDIR%%/assets/thirdparties/home.fredfiber.no/langsholt/adblock.txt +%%XPI_XPIDIR%%/assets/thirdparties/hosts-file.net/ad-servers +%%XPI_XPIDIR%%/assets/thirdparties/liste-ar-adblock.googlecode.com/hg/Liste_AR.txt +%%XPI_XPIDIR%%/assets/thirdparties/margevicius.lt/easylistlithuania.txt +%%XPI_XPIDIR%%/assets/thirdparties/mirror1.malwaredomains.com/files/README.md +%%XPI_XPIDIR%%/assets/thirdparties/mirror1.malwaredomains.com/files/immortal_domains.txt +%%XPI_XPIDIR%%/assets/thirdparties/mirror1.malwaredomains.com/files/justdomains +%%XPI_XPIDIR%%/assets/thirdparties/pgl.yoyo.org/as/README.md +%%XPI_XPIDIR%%/assets/thirdparties/pgl.yoyo.org/as/serverlist +%%XPI_XPIDIR%%/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abp_jp.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/szpeter80/hufilter/master/hufilter.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt +%%XPI_XPIDIR%%/assets/thirdparties/raw.githubusercontent.com/wiltteri/wiltteri.txt/master/wiltteri.txt +%%XPI_XPIDIR%%/assets/thirdparties/someonewhocares.org/hosts/hosts +%%XPI_XPIDIR%%/assets/thirdparties/spam404bl.com/spam404scamlist.txt +%%XPI_XPIDIR%%/assets/thirdparties/stanev.org/abp/adblock_bg.txt +%%XPI_XPIDIR%%/assets/thirdparties/winhelp2002.mvps.org/hosts.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/enhancedstats.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/fanboy-antifacebook.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/fanboy-korean.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/fanboy-swedish.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/fanboy-ultimate.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.fanboy.co.nz/fanboy-vietnam.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.malwaredomainlist.com/hostslist/README.md +%%XPI_XPIDIR%%/assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.void.gr/kargig/void-gr-filters.txt +%%XPI_XPIDIR%%/assets/thirdparties/www.zoso.ro/pages/rolist.txt +%%XPI_XPIDIR%%/assets/ublock/badware.txt +%%XPI_XPIDIR%%/assets/ublock/filter-lists.json +%%XPI_XPIDIR%%/assets/ublock/filters.txt +%%XPI_XPIDIR%%/assets/ublock/mirror-candidates.txt +%%XPI_XPIDIR%%/assets/ublock/privacy.txt +%%XPI_XPIDIR%%/assets/ublock/unbreak.txt +%%XPI_XPIDIR%%/background.html +%%XPI_XPIDIR%%/bootstrap.js +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/css/1p-filters.css +%%XPI_XPIDIR%%/css/3p-filters.css +%%XPI_XPIDIR%%/css/about.css +%%XPI_XPIDIR%%/css/cloud-ui.css +%%XPI_XPIDIR%%/css/common.css +%%XPI_XPIDIR%%/css/dashboard-common.css +%%XPI_XPIDIR%%/css/dashboard.css +%%XPI_XPIDIR%%/css/dyna-rules.css +%%XPI_XPIDIR%%/css/fonts/OFL.txt +%%XPI_XPIDIR%%/css/fonts/fontawesome-webfont.ttf +%%XPI_XPIDIR%%/css/legacy-toolbar-button.css +%%XPI_XPIDIR%%/css/logger-ui-inspector.css +%%XPI_XPIDIR%%/css/logger-ui.css +%%XPI_XPIDIR%%/css/popup.css +%%XPI_XPIDIR%%/css/settings.css +%%XPI_XPIDIR%%/css/whitelist.css +%%XPI_XPIDIR%%/dashboard.html +%%XPI_XPIDIR%%/document-blocked.html +%%XPI_XPIDIR%%/dyna-rules.html +%%XPI_XPIDIR%%/epicker.html +%%XPI_XPIDIR%%/frameModule.js +%%XPI_XPIDIR%%/frameScript.js +%%XPI_XPIDIR%%/icon.png +%%XPI_XPIDIR%%/img/browsericons/icon16-off.svg +%%XPI_XPIDIR%%/img/browsericons/icon16.svg +%%XPI_XPIDIR%%/img/browsericons/icon24-off.svg +%%XPI_XPIDIR%%/img/browsericons/icon24.svg +%%XPI_XPIDIR%%/img/cloud.png +%%XPI_XPIDIR%%/img/help16.png +%%XPI_XPIDIR%%/img/icon_16.png +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/js/1p-filters.js +%%XPI_XPIDIR%%/js/3p-filters.js +%%XPI_XPIDIR%%/js/about.js +%%XPI_XPIDIR%%/js/asset-viewer.js +%%XPI_XPIDIR%%/js/assets.js +%%XPI_XPIDIR%%/js/async.js +%%XPI_XPIDIR%%/js/background.js +%%XPI_XPIDIR%%/js/cloud-ui.js +%%XPI_XPIDIR%%/js/contentscript-end.js +%%XPI_XPIDIR%%/js/contentscript-start.js +%%XPI_XPIDIR%%/js/contextmenu.js +%%XPI_XPIDIR%%/js/cosmetic-filtering.js +%%XPI_XPIDIR%%/js/dashboard-common.js +%%XPI_XPIDIR%%/js/dashboard.js +%%XPI_XPIDIR%%/js/document-blocked.js +%%XPI_XPIDIR%%/js/dyna-rules.js +%%XPI_XPIDIR%%/js/dynamic-net-filtering.js +%%XPI_XPIDIR%%/js/hnswitches.js +%%XPI_XPIDIR%%/js/i18n.js +%%XPI_XPIDIR%%/js/logger-ui-inspector.js +%%XPI_XPIDIR%%/js/logger-ui.js +%%XPI_XPIDIR%%/js/logger.js +%%XPI_XPIDIR%%/js/messaging.js +%%XPI_XPIDIR%%/js/mirrors.js +%%XPI_XPIDIR%%/js/pagestore.js +%%XPI_XPIDIR%%/js/popup.js +%%XPI_XPIDIR%%/js/profiler.js +%%XPI_XPIDIR%%/js/reverselookup-worker.js +%%XPI_XPIDIR%%/js/reverselookup.js +%%XPI_XPIDIR%%/js/rpcreceiver.js +%%XPI_XPIDIR%%/js/scriptlets/cosmetic-logger.js +%%XPI_XPIDIR%%/js/scriptlets/cosmetic-off.js +%%XPI_XPIDIR%%/js/scriptlets/cosmetic-on.js +%%XPI_XPIDIR%%/js/scriptlets/cosmetic-survey.js +%%XPI_XPIDIR%%/js/scriptlets/dom-inspector.js +%%XPI_XPIDIR%%/js/scriptlets/element-picker.js +%%XPI_XPIDIR%%/js/settings.js +%%XPI_XPIDIR%%/js/start.js +%%XPI_XPIDIR%%/js/static-net-filtering.js +%%XPI_XPIDIR%%/js/storage.js +%%XPI_XPIDIR%%/js/subscriber.js +%%XPI_XPIDIR%%/js/tab.js +%%XPI_XPIDIR%%/js/traffic.js +%%XPI_XPIDIR%%/js/ublock.js +%%XPI_XPIDIR%%/js/udom.js +%%XPI_XPIDIR%%/js/uritools.js +%%XPI_XPIDIR%%/js/url-net-filtering.js +%%XPI_XPIDIR%%/js/utils.js +%%XPI_XPIDIR%%/js/vapi-background.js +%%XPI_XPIDIR%%/js/vapi-client.js +%%XPI_XPIDIR%%/js/vapi-common.js +%%XPI_XPIDIR%%/js/vapi-popup.js +%%XPI_XPIDIR%%/js/whitelist.js +%%XPI_XPIDIR%%/lib/publicsuffixlist.js +%%XPI_XPIDIR%%/lib/punycode.js +%%XPI_XPIDIR%%/lib/yamd5.js +%%XPI_XPIDIR%%/locale/ar/messages.properties +%%XPI_XPIDIR%%/locale/bg/messages.properties +%%XPI_XPIDIR%%/locale/bn/messages.properties +%%XPI_XPIDIR%%/locale/ca/messages.properties +%%XPI_XPIDIR%%/locale/cs/messages.properties +%%XPI_XPIDIR%%/locale/da/messages.properties +%%XPI_XPIDIR%%/locale/de/messages.properties +%%XPI_XPIDIR%%/locale/el/messages.properties +%%XPI_XPIDIR%%/locale/en/messages.properties +%%XPI_XPIDIR%%/locale/es/messages.properties +%%XPI_XPIDIR%%/locale/et/messages.properties +%%XPI_XPIDIR%%/locale/eu/messages.properties +%%XPI_XPIDIR%%/locale/fa/messages.properties +%%XPI_XPIDIR%%/locale/fi/messages.properties +%%XPI_XPIDIR%%/locale/fil/messages.properties +%%XPI_XPIDIR%%/locale/fr/messages.properties +%%XPI_XPIDIR%%/locale/fy/messages.properties +%%XPI_XPIDIR%%/locale/gl/messages.properties +%%XPI_XPIDIR%%/locale/he/messages.properties +%%XPI_XPIDIR%%/locale/hi/messages.properties +%%XPI_XPIDIR%%/locale/hr/messages.properties +%%XPI_XPIDIR%%/locale/hu/messages.properties +%%XPI_XPIDIR%%/locale/id/messages.properties +%%XPI_XPIDIR%%/locale/it/messages.properties +%%XPI_XPIDIR%%/locale/ja/messages.properties +%%XPI_XPIDIR%%/locale/ko/messages.properties +%%XPI_XPIDIR%%/locale/lt/messages.properties +%%XPI_XPIDIR%%/locale/lv/messages.properties +%%XPI_XPIDIR%%/locale/mr/messages.properties +%%XPI_XPIDIR%%/locale/nb/messages.properties +%%XPI_XPIDIR%%/locale/nl/messages.properties +%%XPI_XPIDIR%%/locale/pl/messages.properties +%%XPI_XPIDIR%%/locale/pt-BR/messages.properties +%%XPI_XPIDIR%%/locale/pt-PT/messages.properties +%%XPI_XPIDIR%%/locale/ro/messages.properties +%%XPI_XPIDIR%%/locale/ru/messages.properties +%%XPI_XPIDIR%%/locale/sk/messages.properties +%%XPI_XPIDIR%%/locale/sl/messages.properties +%%XPI_XPIDIR%%/locale/sq/messages.properties +%%XPI_XPIDIR%%/locale/sr/messages.properties +%%XPI_XPIDIR%%/locale/sv/messages.properties +%%XPI_XPIDIR%%/locale/ta/messages.properties +%%XPI_XPIDIR%%/locale/te/messages.properties +%%XPI_XPIDIR%%/locale/tr/messages.properties +%%XPI_XPIDIR%%/locale/uk/messages.properties +%%XPI_XPIDIR%%/locale/vi/messages.properties +%%XPI_XPIDIR%%/locale/zh-CN/messages.properties +%%XPI_XPIDIR%%/locale/zh-TW/messages.properties +%%XPI_XPIDIR%%/logger-ui.html +%%XPI_XPIDIR%%/options.xul +%%XPI_XPIDIR%%/popup.html +%%XPI_XPIDIR%%/settings.html +%%XPI_XPIDIR%%/whitelist.html From owner-svn-ports-head@freebsd.org Thu Nov 12 11:10:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 949E6A2DFD1; Thu, 12 Nov 2015 11:10:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60A101831; Thu, 12 Nov 2015 11:10:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBATWu090836; Thu, 12 Nov 2015 11:10:29 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBASNm090825; Thu, 12 Nov 2015 11:10:28 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201511121110.tACBASNm090825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 12 Nov 2015 11:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401322 - in head/sysutils/gkrellm2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:10:30 -0000 Author: ume Date: Thu Nov 12 11:10:28 2015 New Revision: 401322 URL: https://svnweb.freebsd.org/changeset/ports/401322 Log: - Use OPTIONS helper. - Use @sample. - Re-generate patches to make portlint happy. Modified: head/sysutils/gkrellm2/Makefile head/sysutils/gkrellm2/files/patch-Makefile head/sysutils/gkrellm2/files/patch-gkrellm.1 head/sysutils/gkrellm2/files/patch-gkrellmd.1 head/sysutils/gkrellm2/files/patch-server__Makefile head/sysutils/gkrellm2/files/patch-server__gkrellmd.h head/sysutils/gkrellm2/files/patch-src__Makefile head/sysutils/gkrellm2/files/patch-src__configure head/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c head/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c head/sysutils/gkrellm2/pkg-plist Modified: head/sysutils/gkrellm2/Makefile ============================================================================== --- head/sysutils/gkrellm2/Makefile Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/Makefile Thu Nov 12 11:10:28 2015 (r401322) @@ -17,23 +17,29 @@ USES= gmake pkgconfig tar:bzip2 USE_RC_SUBR= gkrellmd WANT_GNOME= yes -OPTIONS_DEFINE= DOCS GKRELLM_CLIENT NLS NTLM +OPTIONS_DEFINE= DOCS CLIENT NLS NTLM OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL -OPTIONS_DEFAULT= GKRELLM_CLIENT NTLM OPENSSL -GKRELLM_CLIENT_DESC= GKrellM Client +OPTIONS_DEFAULT= CLIENT NTLM OPENSSL +OPTIONS_SUB= yes + +CLIENT_DESC= GKrellM Client +CLIENT_CONFLICTS= gkrellm-[^2].* gkrellm[^2]-[^2].* +CLIENT_USE= GNOME=gtk20 XORG=sm,x11 +CLIENT_USE_OFF= GNOME=glib20 +CLIENT_VARS_OFF= BUILD_WRKSRC=${WRKSRC}/server \ + INSTALL_WRKSRC=${WRKSRC}/server +NTLM_LIB_DEPENDS= libntlm.so:${PORTSDIR}/security/libntlm +NTLM_VARS_OFF= MAKE_ENV+=without-ntlm=1 .include -.if ${PORT_OPTIONS:MGKRELLM_CLIENT} -CONFLICTS= gkrellm-[^2].* gkrellm[^2]-[^2].* -USE_GNOME= gtk20 +.if ${PORT_OPTIONS:MCLIENT} .if ${PORT_OPTIONS:MNLS} USES+= gettext .else MAKE_ENV+= enable_nls=0 .endif -USE_XORG= x11 sm .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= libgnutls-openssl.so:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ @@ -44,33 +50,9 @@ MAKE_ENV+= without-gnutls=1 .else MAKE_ENV+= without-gnutls=1 without-ssl=1 .endif -.else -BUILD_WRKSRC= ${WRKSRC}/server -INSTALL_WRKSRC= ${WRKSRC}/server -USE_GNOME= glib20 -.endif - -.if ${PORT_OPTIONS:MNTLM} -LIB_DEPENDS+= libntlm.so:${PORTSDIR}/security/libntlm -.else -MAKE_ENV+= without-ntlm=1 -.endif - -PLIST_SUB= PREFIX=${PREFIX} -.if ${PORT_OPTIONS:MGKRELLM_CLIENT} -PLIST_SUB+= CLIENT="" -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif -.else -PLIST_SUB+= CLIENT="@comment " NLS="@comment " .endif -.if ${PORT_OPTIONS:MDOCS} PORTDOCS= COPYRIGHT CREDITS README Themes.html -.endif ALL_TARGET= freebsd @@ -89,20 +71,20 @@ post-patch: @${REINPLACE_CMD} -e 's/gthread-2.0/gmodule-2.0 gthread-2.0/g' \ ${WRKSRC}/src/Makefile -post-install: -.if ${PORT_OPTIONS:MGKRELLM_CLIENT} +post-install-CLIENT-on: @${MKDIR} ${STAGEDIR}${LOCALBASE}/libexec/gkrellm2/plugins @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/gkrellm2/themes -.endif + +post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins-gkrellmd @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/server/gkrellmd.conf \ ${STAGEDIR}${EXAMPLESDIR}/gkrellmd.conf -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include Modified: head/sysutils/gkrellm2/files/patch-Makefile ============================================================================== --- head/sysutils/gkrellm2/files/patch-Makefile Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-Makefile Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: Makefile -diff -u Makefile.orig Makefile ---- Makefile.orig 2010-10-03 01:21:01.000000000 +0900 -+++ Makefile 2014-06-18 01:31:33.764515607 +0900 +--- Makefile.orig 2010-10-02 16:21:01 UTC ++++ Makefile @@ -3,7 +3,9 @@ # make # For FreeBSD 2.X: Modified: head/sysutils/gkrellm2/files/patch-gkrellm.1 ============================================================================== --- head/sysutils/gkrellm2/files/patch-gkrellm.1 Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-gkrellm.1 Thu Nov 12 11:10:28 2015 (r401322) @@ -1,14 +1,12 @@ -Index: gkrellm.1 -diff -u gkrellm.1.orig gkrellm.1 ---- gkrellm.1.orig Mon Oct 13 13:01:37 2003 -+++ gkrellm.1 Mon Oct 13 15:24:10 2003 +--- gkrellm.1.orig 2010-10-05 16:21:55 UTC ++++ gkrellm.1 @@ -1,4 +1,4 @@ --.TH gkrellm 1 "June 7, 2003" "GNU/Linux" "User's Manual" +-.TH gkrellm 1 "Sep 15, 2010" "GNU/Linux" "User's Manual" +.TH gkrellm 1 "June 7, 2003" "FreeBSD" "User's Manual" .SH "NAME" gkrellm \- The GNU Krell Monitors -@@ -416,7 +416,7 @@ +@@ -429,7 +429,7 @@ ppp is connecting, and the on state is the ppp link connected. The phone line lock is determined by the existence of the modem lock file @@ -17,7 +15,7 @@ diff -u gkrellm.1.orig gkrellm.1 which assumes pppd is using .IR /dev/modem. However, if your pppd setup does not use -@@ -425,11 +425,11 @@ +@@ -438,11 +438,11 @@ .PP .RS .nf @@ -31,7 +29,7 @@ diff -u gkrellm.1.orig gkrellm.1 state is detected by the existence of .IR /var/run/pppX.pid and the time stamp of this file is the base for the on line time. -@@ -1007,7 +1007,7 @@ +@@ -1138,7 +1138,7 @@ .nf ~/.gkrellm2/themes /usr/local/share/gkrellm2/themes @@ -40,7 +38,7 @@ diff -u gkrellm.1.orig gkrellm.1 .fi .RE .PP -@@ -1018,7 +1018,7 @@ +@@ -1149,7 +1149,7 @@ .RS .nf ~/.themes/THEME_NAME/gkrellm2 @@ -49,7 +47,7 @@ diff -u gkrellm.1.orig gkrellm.1 .fi .RE .PP -@@ -1046,7 +1046,7 @@ +@@ -1177,7 +1177,7 @@ The directories .IR /usr/local/lib/gkrellm2/plugins and @@ -58,7 +56,7 @@ diff -u gkrellm.1.orig gkrellm.1 are also searched for plugins to install. .PP Some plugins may be available only as source files and they will -@@ -1082,7 +1082,7 @@ +@@ -1213,7 +1213,7 @@ .I ~/.gkrellm2/plugins User plugin directory. .TP @@ -67,7 +65,7 @@ diff -u gkrellm.1.orig gkrellm.1 System wide plugin directory. .TP .I /usr/local/lib/gkrellm2/plugins -@@ -1094,13 +1094,13 @@ +@@ -1225,13 +1225,13 @@ .I ~/.themes/THEME_NAME/gkrellm2 User theme packaged as part of a user Gtk theme. .TP Modified: head/sysutils/gkrellm2/files/patch-gkrellmd.1 ============================================================================== --- head/sysutils/gkrellm2/files/patch-gkrellmd.1 Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-gkrellmd.1 Thu Nov 12 11:10:28 2015 (r401322) @@ -1,14 +1,12 @@ -Index: gkrellmd.1 -diff -u gkrellmd.1.orig gkrellmd.1 ---- gkrellmd.1.orig Mon Apr 12 12:01:47 2004 -+++ gkrellmd.1 Tue Apr 13 17:14:02 2004 +--- gkrellmd.1.orig 2010-09-14 16:55:49 UTC ++++ gkrellmd.1 @@ -1,4 +1,4 @@ --.TH gkrellmd 1 "June 7, 2003" "GNU/Linux" "User's Manual" +-.TH gkrellmd 1 "Sep 15, 2010" "GNU/Linux" "User's Manual" +.TH gkrellmd 8 "June 7, 2003" "FreeBSD" "User's Manual" .SH "NAME" gkrellmd \- The GNU Krell Monitors Server -@@ -242,7 +242,7 @@ +@@ -375,7 +375,7 @@ .SH "FILES" .TP @@ -17,7 +15,7 @@ diff -u gkrellmd.1.orig gkrellmd.1 System server config which is read first. The config file may contain lines similar to the command line args. For example: -@@ -281,16 +281,13 @@ +@@ -414,16 +414,13 @@ .RE .TP Modified: head/sysutils/gkrellm2/files/patch-server__Makefile ============================================================================== --- head/sysutils/gkrellm2/files/patch-server__Makefile Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-server__Makefile Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: server/Makefile -diff -u server/Makefile.orig server/Makefile ---- server/Makefile.orig 2010-10-03 01:21:01.000000000 +0900 -+++ server/Makefile 2014-06-18 01:15:19.903510437 +0900 +--- server/Makefile.orig 2010-10-02 16:21:01 UTC ++++ server/Makefile @@ -26,6 +26,7 @@ MANMODE ?= 644 MANDIRMODE ?= 755 Modified: head/sysutils/gkrellm2/files/patch-server__gkrellmd.h ============================================================================== --- head/sysutils/gkrellm2/files/patch-server__gkrellmd.h Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-server__gkrellmd.h Thu Nov 12 11:10:28 2015 (r401322) @@ -1,8 +1,6 @@ -Index: server/gkrellmd.h -diff -u server/gkrellmd.h.orig server/gkrellmd.h ---- server/gkrellmd.h.orig 2008-10-04 06:52:48.000000000 +0900 -+++ server/gkrellmd.h 2008-10-04 19:55:03.000000000 +0900 -@@ -118,8 +118,12 @@ +--- server/gkrellmd.h.orig 2010-09-14 16:34:34 UTC ++++ server/gkrellmd.h +@@ -131,8 +131,12 @@ #if !defined(GKRELLMD_SYSTEM_PLUGINS_DIR) #define GKRELLMD_SYSTEM_PLUGINS_DIR "/usr/lib/gkrellm2/plugins-gkrellmd" #endif Modified: head/sysutils/gkrellm2/files/patch-src__Makefile ============================================================================== --- head/sysutils/gkrellm2/files/patch-src__Makefile Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-src__Makefile Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: src/Makefile -diff -u src/Makefile.orig src/Makefile ---- src/Makefile.orig 2010-10-03 01:21:01.000000000 +0900 -+++ src/Makefile 2014-06-18 01:12:52.297511351 +0900 +--- src/Makefile.orig 2010-10-02 16:21:01 UTC ++++ src/Makefile @@ -53,7 +53,8 @@ CONFIGURE_ARGS += --without-ntlm endif @@ -12,7 +10,7 @@ diff -u src/Makefile.orig src/Makefile # pull in variables set by configure script include configure.mk -@@ -71,7 +72,7 @@ +@@ -68,7 +69,7 @@ PKG_INCLUDE = `$(PKG_CONFIG) --cflags gtk+-2.0 gthread-2.0` PKG_LIB = `$(PKG_CONFIG) --libs gtk+-2.0 gthread-2.0` Modified: head/sysutils/gkrellm2/files/patch-src__configure ============================================================================== --- head/sysutils/gkrellm2/files/patch-src__configure Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-src__configure Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: src/configure -diff -u src/configure.orig src/configure ---- src/configure.orig 2010-09-14 23:40:38.000000000 +0900 -+++ src/configure 2010-10-06 17:48:28.286565914 +0900 +--- src/configure.orig 2010-09-14 14:40:38 UTC ++++ src/configure @@ -46,8 +46,8 @@ echo -n "Checking for OpenSSL... " echo "Checking for OpenSSL... " 1>& 5 Modified: head/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c ============================================================================== --- head/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-src__sysdeps__bsd-common.c Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: src/sysdeps/bsd-common.c -diff -u -p src/sysdeps/bsd-common.c.orig src/sysdeps/bsd-common.c ---- src/sysdeps/bsd-common.c.orig 2010-09-15 01:27:35.000000000 +0900 -+++ src/sysdeps/bsd-common.c 2011-05-04 02:20:07.328745551 +0900 +--- src/sysdeps/bsd-common.c.orig 2010-09-14 16:27:35 UTC ++++ src/sysdeps/bsd-common.c @@ -64,6 +64,10 @@ gkrellm_sys_net_read_data(void) { if (ifa->ifa_addr->sa_family != AF_LINK) Modified: head/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c ============================================================================== --- head/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/files/patch-src__sysdeps__freebsd.c Thu Nov 12 11:10:28 2015 (r401322) @@ -1,7 +1,5 @@ -Index: src/sysdeps/freebsd.c -diff -u -p src/sysdeps/freebsd.c.orig src/sysdeps/freebsd.c ---- src/sysdeps/freebsd.c.orig 2010-10-07 23:29:35.000000000 +0900 -+++ src/sysdeps/freebsd.c 2015-04-30 04:11:17.549088591 +0900 +--- src/sysdeps/freebsd.c.orig 2010-10-07 14:29:35 UTC ++++ src/sysdeps/freebsd.c @@ -1441,7 +1441,9 @@ get_data(int iodev, u_char command, int struct smbcmd cmd; Modified: head/sysutils/gkrellm2/pkg-plist ============================================================================== --- head/sysutils/gkrellm2/pkg-plist Thu Nov 12 09:46:29 2015 (r401321) +++ head/sysutils/gkrellm2/pkg-plist Thu Nov 12 11:10:28 2015 (r401322) @@ -8,23 +8,21 @@ libdata/pkgconfig/gkrellmd.pc %%CLIENT%%man/man1/gkrellm.1.gz man/man8/gkrellmd.8.gz sbin/gkrellmd -@unexec if cmp -s %D/etc/gkrellmd.conf %D/%%EXAMPLESDIR%%/gkrellmd.conf; then rm -f %D/etc/gkrellmd.conf; fi -%%EXAMPLESDIR%%/gkrellmd.conf -@exec [ -f %D/etc/gkrellmd.conf ] || cp %B/%f %D/etc/gkrellmd.conf -%%NLS%%share/locale/bg/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/da/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/de/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/es/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/it/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gkrellm.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gkrellm.mo +@sample %%EXAMPLESDIR%%/gkrellmd.conf etc/gkrellmd.conf +%%CLIENT%%%%NLS%%share/locale/bg/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/cs/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/da/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/de/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/es/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/fr/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/it/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/ja/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/nl/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/pl/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/pt_BR/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/ru/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/sl/LC_MESSAGES/gkrellm.mo +%%CLIENT%%%%NLS%%share/locale/sv/LC_MESSAGES/gkrellm.mo %%CLIENT%%@dir libexec/gkrellm2/plugins @dir libexec/gkrellm2/plugins-gkrellmd %%CLIENT%%@dir %%DATADIR%%2/themes From owner-svn-ports-head@freebsd.org Thu Nov 12 11:16:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41E95A2D15A; Thu, 12 Nov 2015 11:16:32 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7F321B4A; Thu, 12 Nov 2015 11:16:31 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBGVBN093697; Thu, 12 Nov 2015 11:16:31 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBGUvj093695; Thu, 12 Nov 2015 11:16:30 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201511121116.tACBGUvj093695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 12 Nov 2015 11:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401323 - in head/security: cyrus-sasl2 cyrus-sasl2-gssapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:16:32 -0000 Author: ume Date: Thu Nov 12 11:16:30 2015 New Revision: 401323 URL: https://svnweb.freebsd.org/changeset/ports/401323 Log: Use OPTIONS helper. Modified: head/security/cyrus-sasl2-gssapi/Makefile head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2-gssapi/Makefile ============================================================================== --- head/security/cyrus-sasl2-gssapi/Makefile Thu Nov 12 11:10:28 2015 (r401322) +++ head/security/cyrus-sasl2-gssapi/Makefile Thu Nov 12 11:16:30 2015 (r401323) @@ -56,6 +56,10 @@ HEIMDAL_DESC= Use Heimdal from ports HEIMDAL_USES= gssapi:heimdal,flags HEIMDAL_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ --with-gss_impl=heimdal +HEIMDAL_PLIST_FILES= lib/sasl2/libgs2.a \ + lib/sasl2/libgs2.so \ + lib/sasl2/libgs2.so.3 \ + lib/sasl2/libgs2.so.3.0.0 MIT_DESC= Use MIT Kerberos V5 MIT_USES= gssapi:mit MIT_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ @@ -68,13 +72,6 @@ PLIST_FILES= lib/sasl2/libgssapiv2.a \ .include -.if ${PORT_OPTIONS:MHEIMDAL} -PLIST_FILES+= lib/sasl2/libgs2.a \ - lib/sasl2/libgs2.so \ - lib/sasl2/libgs2.so.3 \ - lib/sasl2/libgs2.so.3.0.0 -.endif - .if ${OPENSSLBASE} == /usr CONFIGURE_ARGS+=--with-openssl=yes .else Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Thu Nov 12 11:10:28 2015 (r401322) +++ head/security/cyrus-sasl2/Makefile Thu Nov 12 11:16:30 2015 (r401323) @@ -155,8 +155,7 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} -wpi.bak \ -e 's/\$$\*\.Tpo/$$&.$$./g' -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} @@ -170,6 +169,5 @@ post-install: .endfor @${INSTALL_DATA} ${FILESDIR}/Sendmail.README \ ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-head@freebsd.org Thu Nov 12 11:21:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E38EA2D315; Thu, 12 Nov 2015 11:21:50 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5D521DFB; Thu, 12 Nov 2015 11:21:49 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBLmLP096273; Thu, 12 Nov 2015 11:21:48 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBLmpv096272; Thu, 12 Nov 2015 11:21:48 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201511121121.tACBLmpv096272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 12 Nov 2015 11:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401324 - head/security/cyrus-sasl2-saslauthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:21:50 -0000 Author: ume Date: Thu Nov 12 11:21:48 2015 New Revision: 401324 URL: https://svnweb.freebsd.org/changeset/ports/401324 Log: Use OPTIONS helper. Modified: head/security/cyrus-sasl2-saslauthd/Makefile Modified: head/security/cyrus-sasl2-saslauthd/Makefile ============================================================================== --- head/security/cyrus-sasl2-saslauthd/Makefile Thu Nov 12 11:16:30 2015 (r401323) +++ head/security/cyrus-sasl2-saslauthd/Makefile Thu Nov 12 11:21:48 2015 (r401324) @@ -130,12 +130,12 @@ post-install: .else @${MKDIR} ${STAGEDIR}/var/run/saslauthd .endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/saslauthd .for file in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/saslauthd/${file} \ ${STAGEDIR}${DOCSDIR}/saslauthd .endfor -.endif .include From owner-svn-ports-head@freebsd.org Thu Nov 12 11:50:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A697A2D8DD; Thu, 12 Nov 2015 11:50:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4178B1A10; Thu, 12 Nov 2015 11:50:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBoGL6002546; Thu, 12 Nov 2015 11:50:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBoGOF002544; Thu, 12 Nov 2015 11:50:16 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511121150.tACBoGOF002544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 12 Nov 2015 11:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401325 - in head/lang/gcc49: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:50:17 -0000 Author: gerald Date: Thu Nov 12 11:50:15 2015 New Revision: 401325 URL: https://svnweb.freebsd.org/changeset/ports/401325 Log: Update to the 20151111 snapshot of GCC 4.9.4. Thanks to andreast@ the patch for PIE support is now upstream, so drop files/patch-pie-support. Deleted: head/lang/gcc49/files/patch-pie-support Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Thu Nov 12 11:21:48 2015 (r401324) +++ head/lang/gcc49/Makefile Thu Nov 12 11:50:15 2015 (r401325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4.s20151028 +PORTVERSION= 4.9.4.s20151111 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Thu Nov 12 11:21:48 2015 (r401324) +++ head/lang/gcc49/distinfo Thu Nov 12 11:50:15 2015 (r401325) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20151028.tar.bz2) = 71d6c7122fca661e420d8e14799d21134e293b37973991e574b4e070816fcaf6 -SIZE (gcc-4.9-20151028.tar.bz2) = 85807011 +SHA256 (gcc-4.9-20151111.tar.bz2) = 87a757d67e3da84ec7f58f7b5f2e757122f952cff22a74a7519f7b2aabccf42b +SIZE (gcc-4.9-20151111.tar.bz2) = 85841034 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEEEA2DA51; Thu, 12 Nov 2015 11:58:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 556791E2E; Thu, 12 Nov 2015 11:58:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwRlo005372; Thu, 12 Nov 2015 11:58:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwROc005370; Thu, 12 Nov 2015 11:58:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwROc005370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401326 - head/net/p5-Net-OAuth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:28 -0000 Author: sunpoet Date: Thu Nov 12 11:58:27 2015 New Revision: 401326 URL: https://svnweb.freebsd.org/changeset/ports/401326 Log: - Update to 0.62 Changes: http://search.cpan.org/dist/Net-OAuth2/Changes Modified: head/net/p5-Net-OAuth2/Makefile head/net/p5-Net-OAuth2/distinfo Modified: head/net/p5-Net-OAuth2/Makefile ============================================================================== --- head/net/p5-Net-OAuth2/Makefile Thu Nov 12 11:50:15 2015 (r401325) +++ head/net/p5-Net-OAuth2/Makefile Thu Nov 12 11:58:27 2015 (r401326) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OAuth2 -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.62 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-OAuth2/distinfo ============================================================================== --- head/net/p5-Net-OAuth2/distinfo Thu Nov 12 11:50:15 2015 (r401325) +++ head/net/p5-Net-OAuth2/distinfo Thu Nov 12 11:58:27 2015 (r401326) @@ -1,2 +1,2 @@ -SHA256 (Net-OAuth2-0.61.tar.gz) = d9462861dcc78b0c88b796432ede063d98833f93d80648d63c659264bf757a9b -SIZE (Net-OAuth2-0.61.tar.gz) = 20614 +SHA256 (Net-OAuth2-0.62.tar.gz) = 4c5efc976ad18a902ddefe4b838f1fe5f9279f0f01061749b773af86b8716cbc +SIZE (Net-OAuth2-0.62.tar.gz) = 20654 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F297FA2DA83; Thu, 12 Nov 2015 11:58:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9A561E4A; Thu, 12 Nov 2015 11:58:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwVxj005487; Thu, 12 Nov 2015 11:58:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwVZf005485; Thu, 12 Nov 2015 11:58:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwVZf005485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401327 - head/devel/p5-B-Keywords X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:33 -0000 Author: sunpoet Date: Thu Nov 12 11:58:31 2015 New Revision: 401327 URL: https://svnweb.freebsd.org/changeset/ports/401327 Log: - Update to 1.15 - Add NO_ARCH Changes: http://search.cpan.org/dist/B-Keywords/Changes Modified: head/devel/p5-B-Keywords/Makefile head/devel/p5-B-Keywords/distinfo Modified: head/devel/p5-B-Keywords/Makefile ============================================================================== --- head/devel/p5-B-Keywords/Makefile Thu Nov 12 11:58:27 2015 (r401326) +++ head/devel/p5-B-Keywords/Makefile Thu Nov 12 11:58:31 2015 (r401327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= B-Keywords -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ COMMENT= Lists of reserved barewords and LICENSE= ART10 GPLv2 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-B-Keywords/distinfo ============================================================================== --- head/devel/p5-B-Keywords/distinfo Thu Nov 12 11:58:27 2015 (r401326) +++ head/devel/p5-B-Keywords/distinfo Thu Nov 12 11:58:31 2015 (r401327) @@ -1,2 +1,2 @@ -SHA256 (B-Keywords-1.14.tar.gz) = 9c1662abbd573b408fdd13513e5cad7ef8fba28479d75e8dd33484633ac48ad2 -SIZE (B-Keywords-1.14.tar.gz) = 9981 +SHA256 (B-Keywords-1.15.tar.gz) = 65d2ef8e3cf4a37fbf2da07e6caa1da15e33a155e349e5b9a5c978d02abd0dda +SIZE (B-Keywords-1.15.tar.gz) = 10140 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E595A2DAAF; Thu, 12 Nov 2015 11:58:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1576B1F1F; Thu, 12 Nov 2015 11:58:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwaXH005603; Thu, 12 Nov 2015 11:58:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwZ5m005601; Thu, 12 Nov 2015 11:58:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwZ5m005601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401328 - head/devel/p5-DateTime-Set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:37 -0000 Author: sunpoet Date: Thu Nov 12 11:58:35 2015 New Revision: 401328 URL: https://svnweb.freebsd.org/changeset/ports/401328 Log: - Update to 0.3600 Changes: http://search.cpan.org/dist/DateTime-Set/Changes Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Thu Nov 12 11:58:31 2015 (r401327) +++ head/devel/p5-DateTime-Set/Makefile Thu Nov 12 11:58:35 2015 (r401328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.35 +PORTVERSION= 0.36 DISTVERSIONSUFFIX= 00 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Thu Nov 12 11:58:31 2015 (r401327) +++ head/devel/p5-DateTime-Set/distinfo Thu Nov 12 11:58:35 2015 (r401328) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Set-0.3500.tar.gz) = e983286167d99051f567a7a4b10ec2e67f8571f1766238e5d47fe076c5be8131 -SIZE (DateTime-Set-0.3500.tar.gz) = 44863 +SHA256 (DateTime-Set-0.3600.tar.gz) = 83503960c773efadfe2b0255e61bc1eb531bb6f497463d3b3880d7a516bc2f13 +SIZE (DateTime-Set-0.3600.tar.gz) = 45628 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1FCAA2DADC; Thu, 12 Nov 2015 11:58:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E9801FEA; Thu, 12 Nov 2015 11:58:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBweES005734; Thu, 12 Nov 2015 11:58:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwe0f005731; Thu, 12 Nov 2015 11:58:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwe0f005731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401329 - head/devel/p5-DateTime-Event-Recurrence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:42 -0000 Author: sunpoet Date: Thu Nov 12 11:58:40 2015 New Revision: 401329 URL: https://svnweb.freebsd.org/changeset/ports/401329 Log: - Update to 0.18 - Add LICENSE - Update *_DEPENDS minimal required version - Add NO_ARCH - Convert to new options target helper - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Event-Recurrence/Changes Modified: head/devel/p5-DateTime-Event-Recurrence/Makefile head/devel/p5-DateTime-Event-Recurrence/distinfo head/devel/p5-DateTime-Event-Recurrence/pkg-plist Modified: head/devel/p5-DateTime-Event-Recurrence/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Recurrence/Makefile Thu Nov 12 11:58:35 2015 (r401328) +++ head/devel/p5-DateTime-Event-Recurrence/Makefile Thu Nov 12 11:58:40 2015 (r401329) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Event-Recurrence -DISTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,18 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl DateTime extension for computing basic recurrences -BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime>=0.27:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Set>=0.36:${PORTSDIR}/devel/p5-DateTime-Set RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTDOCS= CREDITS Changes README TODO -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." Modified: head/devel/p5-DateTime-Event-Recurrence/distinfo ============================================================================== --- head/devel/p5-DateTime-Event-Recurrence/distinfo Thu Nov 12 11:58:35 2015 (r401328) +++ head/devel/p5-DateTime-Event-Recurrence/distinfo Thu Nov 12 11:58:40 2015 (r401329) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Event-Recurrence-0.16.tar.gz) = 3872e0126cd9527a918d3e537f85342d1fbb1e6a9ae5833262201b31879f8609 -SIZE (DateTime-Event-Recurrence-0.16.tar.gz) = 23915 +SHA256 (DateTime-Event-Recurrence-0.18.tar.gz) = 15d1beb23171660d84ff680f4139e6806c5de1d7365e21f4c073b6ee123d229b +SIZE (DateTime-Event-Recurrence-0.18.tar.gz) = 24702 Modified: head/devel/p5-DateTime-Event-Recurrence/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Event-Recurrence/pkg-plist Thu Nov 12 11:58:35 2015 (r401328) +++ head/devel/p5-DateTime-Event-Recurrence/pkg-plist Thu Nov 12 11:58:40 2015 (r401329) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz %%SITE_PERL%%/DateTime/Event/Recurrence.pm +%%PERL5_MAN3%%/DateTime::Event::Recurrence.3.gz From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27EC3A2DB0C; Thu, 12 Nov 2015 11:58:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2C281110; Thu, 12 Nov 2015 11:58:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwidq005850; Thu, 12 Nov 2015 11:58:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwi2x005848; Thu, 12 Nov 2015 11:58:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwi2x005848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401330 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:46 -0000 Author: sunpoet Date: Thu Nov 12 11:58:44 2015 New Revision: 401330 URL: https://svnweb.freebsd.org/changeset/ports/401330 Log: - Update to 4.01 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Thu Nov 12 11:58:40 2015 (r401329) +++ head/devel/p5-Minion/Makefile Thu Nov 12 11:58:44 2015 (r401330) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 4.0 +PORTVERSION= 4.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Thu Nov 12 11:58:40 2015 (r401329) +++ head/devel/p5-Minion/distinfo Thu Nov 12 11:58:44 2015 (r401330) @@ -1,2 +1,2 @@ -SHA256 (Minion-4.0.tar.gz) = 7913f4f80ecfe60f2f61fb47cec77ec52ba9041b58de91479ca9b72f2fc006d5 -SIZE (Minion-4.0.tar.gz) = 26205 +SHA256 (Minion-4.01.tar.gz) = 13871372cfb9b3c5d89bd9f869f5cef763919cc83a053d475f1e42428b9f03dc +SIZE (Minion-4.01.tar.gz) = 26300 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F6AFA2DB49; Thu, 12 Nov 2015 11:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40CB111F1; Thu, 12 Nov 2015 11:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwnqT005982; Thu, 12 Nov 2015 11:58:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwneI005978; Thu, 12 Nov 2015 11:58:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwneI005978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401331 - head/www/p5-Catalyst-Runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:50 -0000 Author: sunpoet Date: Thu Nov 12 11:58:48 2015 New Revision: 401331 URL: https://svnweb.freebsd.org/changeset/ports/401331 Log: - Update to 5.90103 - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo head/www/p5-Catalyst-Runtime/pkg-plist Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/Makefile Thu Nov 12 11:58:48 2015 (r401331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90102 +PORTVERSION= 5.90103 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -56,7 +56,7 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PO p5-URI>=1.65:${PORTSDIR}/net/p5-URI \ p5-URI-ws>=0.03:${PORTSDIR}/net/p5-URI-ws \ p5-libwww>=5.837:${PORTSDIR}/www/p5-libwww \ - p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-namespace-autoclean>=0.28:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-namespace-clean>=0.23:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/distinfo Thu Nov 12 11:58:48 2015 (r401331) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90102.tar.gz) = 36e589c65f4a2da7e55c2f26682006eb52e3adce1e800f10d5ab420ef3fc7ec3 -SIZE (Catalyst-Runtime-5.90102.tar.gz) = 383826 +SHA256 (Catalyst-Runtime-5.90103.tar.gz) = a9073ad12b8a747d683b9eb49700ee34bfcb1ad0849d28c494d0bb8d6e78ac87 +SIZE (Catalyst-Runtime-5.90103.tar.gz) = 394198 Modified: head/www/p5-Catalyst-Runtime/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Runtime/pkg-plist Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/pkg-plist Thu Nov 12 11:58:48 2015 (r401331) @@ -54,6 +54,7 @@ bin/catalyst.pl %%SITE_PERL%%/Catalyst/Upgrading.pod %%SITE_PERL%%/Catalyst/Utils.pm %%SITE_PERL%%/Catalyst/View.pm +%%PERL5_MAN1%%/catalyst.pl.1.gz %%PERL5_MAN3%%/Catalyst.3.gz %%PERL5_MAN3%%/Catalyst::Action.3.gz %%PERL5_MAN3%%/Catalyst::ActionChain.3.gz @@ -109,4 +110,3 @@ bin/catalyst.pl %%PERL5_MAN3%%/Catalyst::Upgrading.3.gz %%PERL5_MAN3%%/Catalyst::Utils.3.gz %%PERL5_MAN3%%/Catalyst::View.3.gz -%%PERL5_MAN1%%/catalyst.pl.1.gz From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EB59A2DB7A; Thu, 12 Nov 2015 11:58:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 567D612C5; Thu, 12 Nov 2015 11:58:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwrZ5006079; Thu, 12 Nov 2015 11:58:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwrQf006078; Thu, 12 Nov 2015 11:58:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwrQf006078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401332 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:54 -0000 Author: sunpoet Date: Thu Nov 12 11:58:53 2015 New Revision: 401332 URL: https://svnweb.freebsd.org/changeset/ports/401332 Log: - Sort PLIST Modified: head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Thu Nov 12 11:58:48 2015 (r401331) +++ head/www/p5-Mojolicious/pkg-plist Thu Nov 12 11:58:53 2015 (r401332) @@ -133,6 +133,9 @@ bin/morbo %%SITE_PERL%%/Mojolicious/resources/templates/mojo/perldoc.html.ep %%SITE_PERL%%/Test/Mojo.pm %%SITE_PERL%%/ojo.pm +%%PERL5_MAN1%%/hypnotoad.1.gz +%%PERL5_MAN1%%/mojo.1.gz +%%PERL5_MAN1%%/morbo.1.gz %%PERL5_MAN3%%/Mojo.3.gz %%PERL5_MAN3%%/Mojo::Asset.3.gz %%PERL5_MAN3%%/Mojo::Asset::File.3.gz @@ -245,6 +248,3 @@ bin/morbo %%PERL5_MAN3%%/Mojolicious::Validator::Validation.3.gz %%PERL5_MAN3%%/Test::Mojo.3.gz %%PERL5_MAN3%%/ojo.3.gz -%%PERL5_MAN1%%/hypnotoad.1.gz -%%PERL5_MAN1%%/mojo.1.gz -%%PERL5_MAN1%%/morbo.1.gz From owner-svn-ports-head@freebsd.org Thu Nov 12 11:58:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C245A2DBAE; Thu, 12 Nov 2015 11:58:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46FA31392; Thu, 12 Nov 2015 11:58:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBwvMi006194; Thu, 12 Nov 2015 11:58:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwvwZ006192; Thu, 12 Nov 2015 11:58:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwvwZ006192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401333 - head/security/rubygem-ruby-saml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:58:58 -0000 Author: sunpoet Date: Thu Nov 12 11:58:57 2015 New Revision: 401333 URL: https://svnweb.freebsd.org/changeset/ports/401333 Log: - Update to 1.1.1 Changes: https://github.com/onelogin/ruby-saml/releases Modified: head/security/rubygem-ruby-saml/Makefile head/security/rubygem-ruby-saml/distinfo Modified: head/security/rubygem-ruby-saml/Makefile ============================================================================== --- head/security/rubygem-ruby-saml/Makefile Thu Nov 12 11:58:53 2015 (r401332) +++ head/security/rubygem-ruby-saml/Makefile Thu Nov 12 11:58:57 2015 (r401333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-saml -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-ruby-saml/distinfo ============================================================================== --- head/security/rubygem-ruby-saml/distinfo Thu Nov 12 11:58:53 2015 (r401332) +++ head/security/rubygem-ruby-saml/distinfo Thu Nov 12 11:58:57 2015 (r401333) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-saml-1.1.0.gem) = f426aae67d5d33e9596154fb0f5b454f6c9b72e04d66baabe60fd016b3672e02 -SIZE (rubygem/ruby-saml-1.1.0.gem) = 213504 +SHA256 (rubygem/ruby-saml-1.1.1.gem) = 4815b2edcb006166a1c2ea71d6233dff0c98076056a83ae46a077913a65a3294 +SIZE (rubygem/ruby-saml-1.1.1.gem) = 218624 From owner-svn-ports-head@freebsd.org Thu Nov 12 11:59:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 787A6A2DBD1; Thu, 12 Nov 2015 11:59:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D61014C6; Thu, 12 Nov 2015 11:59:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACBx1G5006314; Thu, 12 Nov 2015 11:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBx1rG006312; Thu, 12 Nov 2015 11:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121159.tACBx1rG006312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 11:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401334 - head/sysutils/rubygem-winrm-fs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:59:02 -0000 Author: sunpoet Date: Thu Nov 12 11:59:00 2015 New Revision: 401334 URL: https://svnweb.freebsd.org/changeset/ports/401334 Log: - Update to 0.2.3 Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md Modified: head/sysutils/rubygem-winrm-fs/Makefile head/sysutils/rubygem-winrm-fs/distinfo Modified: head/sysutils/rubygem-winrm-fs/Makefile ============================================================================== --- head/sysutils/rubygem-winrm-fs/Makefile Thu Nov 12 11:58:57 2015 (r401333) +++ head/sysutils/rubygem-winrm-fs/Makefile Thu Nov 12 11:59:00 2015 (r401334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= winrm-fs -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-winrm-fs/distinfo ============================================================================== --- head/sysutils/rubygem-winrm-fs/distinfo Thu Nov 12 11:58:57 2015 (r401333) +++ head/sysutils/rubygem-winrm-fs/distinfo Thu Nov 12 11:59:00 2015 (r401334) @@ -1,2 +1,2 @@ -SHA256 (rubygem/winrm-fs-0.2.2.gem) = 9facbfb337b67f5714cadb12ff34dabc72a432aaf3596080e4e2c554ce366768 -SIZE (rubygem/winrm-fs-0.2.2.gem) = 19968 +SHA256 (rubygem/winrm-fs-0.2.3.gem) = 2a80a81f50bd3a3d0770648f0556f38ea2997ea36de905d32938295c135c7f97 +SIZE (rubygem/winrm-fs-0.2.3.gem) = 20480 From owner-svn-ports-head@freebsd.org Thu Nov 12 12:02:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78D9EA294F9; Thu, 12 Nov 2015 12:02:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F4041E34; Thu, 12 Nov 2015 12:02:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACC2wjI009000; Thu, 12 Nov 2015 12:02:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACC2wCs008999; Thu, 12 Nov 2015 12:02:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121202.tACC2wCs008999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 12:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401335 - head/irc/irssi-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:02:59 -0000 Author: antoine Date: Thu Nov 12 12:02:58 2015 New Revision: 401335 URL: https://svnweb.freebsd.org/changeset/ports/401335 Log: Mark BROKEN: size and checksum mismatch Deprecate: irc/irssi-devel is older than irc/irssi Modified: head/irc/irssi-devel/Makefile Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Thu Nov 12 11:59:00 2015 (r401334) +++ head/irc/irssi-devel/Makefile Thu Nov 12 12:02:58 2015 (r401335) @@ -10,6 +10,10 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Modular IRC client with many features +BROKEN= size and checksum mismatch +DEPRECATED= Older than irc/irssi +EXPIRATION_DATE= 2015-12-13 + LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* From owner-svn-ports-head@freebsd.org Thu Nov 12 12:35:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 341AFA29E4F; Thu, 12 Nov 2015 12:35:01 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA871CEF; Thu, 12 Nov 2015 12:35:00 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCZ0v2017752; Thu, 12 Nov 2015 12:35:00 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCYxHs017742; Thu, 12 Nov 2015 12:34:59 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201511121234.tACCYxHs017742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 12 Nov 2015 12:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401336 - head/security/duo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:35:01 -0000 Author: zi Date: Thu Nov 12 12:34:59 2015 New Revision: 401336 URL: https://svnweb.freebsd.org/changeset/ports/401336 Log: - Update to 1.9.17 Modified: head/security/duo/Makefile head/security/duo/distinfo Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Thu Nov 12 12:02:58 2015 (r401335) +++ head/security/duo/Makefile Thu Nov 12 12:34:59 2015 (r401336) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.14 -PORTREVISION= 1 +PORTVERSION= 1.9.17 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Thu Nov 12 12:02:58 2015 (r401335) +++ head/security/duo/distinfo Thu Nov 12 12:34:59 2015 (r401336) @@ -1,2 +1,2 @@ -SHA256 (duo_unix-1.9.14.tar.gz) = 415cf02981f66ba9447df81e2fcf41e004220126640cc5f667720d46c431abf9 -SIZE (duo_unix-1.9.14.tar.gz) = 467560 +SHA256 (duo_unix-1.9.17.tar.gz) = d841fb7cf48013d25c2abe882aa1888f230b8414b71ef5898ca988d000b5953a +SIZE (duo_unix-1.9.17.tar.gz) = 467040 From owner-svn-ports-head@freebsd.org Thu Nov 12 12:37:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7878DA29ED6; Thu, 12 Nov 2015 12:37:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 422051E74; Thu, 12 Nov 2015 12:37:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCb6uu017927; Thu, 12 Nov 2015 12:37:06 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCb6fJ017925; Thu, 12 Nov 2015 12:37:06 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121237.tACCb6fJ017925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 12:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401337 - head/devel/py-dogpile.cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:37:07 -0000 Author: wg Date: Thu Nov 12 12:37:05 2015 New Revision: 401337 URL: https://svnweb.freebsd.org/changeset/ports/401337 Log: devel/py-dogpile.cache: update to 0.5.7 Modified: head/devel/py-dogpile.cache/Makefile head/devel/py-dogpile.cache/distinfo Modified: head/devel/py-dogpile.cache/Makefile ============================================================================== --- head/devel/py-dogpile.cache/Makefile Thu Nov 12 12:34:59 2015 (r401336) +++ head/devel/py-dogpile.cache/Makefile Thu Nov 12 12:37:05 2015 (r401337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dogpile.cache -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-dogpile.cache/distinfo ============================================================================== --- head/devel/py-dogpile.cache/distinfo Thu Nov 12 12:34:59 2015 (r401336) +++ head/devel/py-dogpile.cache/distinfo Thu Nov 12 12:37:05 2015 (r401337) @@ -1,2 +1,2 @@ -SHA256 (dogpile.cache-0.5.4.tar.gz) = 9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 -SIZE (dogpile.cache-0.5.4.tar.gz) = 185676 +SHA256 (dogpile.cache-0.5.7.tar.gz) = dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 +SIZE (dogpile.cache-0.5.7.tar.gz) = 288083 From owner-svn-ports-head@freebsd.org Thu Nov 12 12:39:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6DFEA29F37; Thu, 12 Nov 2015 12:39:35 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 799F41F8C; Thu, 12 Nov 2015 12:39:35 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCdYO4018130; Thu, 12 Nov 2015 12:39:34 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCdYNw018128; Thu, 12 Nov 2015 12:39:34 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121239.tACCdYNw018128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 12:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401338 - head/devel/py-jaraco.util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:39:35 -0000 Author: wg Date: Thu Nov 12 12:39:34 2015 New Revision: 401338 URL: https://svnweb.freebsd.org/changeset/ports/401338 Log: devel/py-jaraco.util: update to 11.0 Modified: head/devel/py-jaraco.util/Makefile head/devel/py-jaraco.util/distinfo Modified: head/devel/py-jaraco.util/Makefile ============================================================================== --- head/devel/py-jaraco.util/Makefile Thu Nov 12 12:37:05 2015 (r401337) +++ head/devel/py-jaraco.util/Makefile Thu Nov 12 12:39:34 2015 (r401338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.util -PORTVERSION= 10.5 +PORTVERSION= 11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jaraco.util/distinfo ============================================================================== --- head/devel/py-jaraco.util/distinfo Thu Nov 12 12:37:05 2015 (r401337) +++ head/devel/py-jaraco.util/distinfo Thu Nov 12 12:39:34 2015 (r401338) @@ -1,2 +1,2 @@ -SHA256 (jaraco.util-10.5.zip) = f6ab6b0b10920686b9d03611fe319ecaa9d3a4f5454eb320e2994af3c13a63d8 -SIZE (jaraco.util-10.5.zip) = 83859 +SHA256 (jaraco.util-11.0.zip) = 97cadacce881f7eaad48b1c1173f240c0f99036aa9715e456d2ae4a0b11f8cc3 +SIZE (jaraco.util-11.0.zip) = 38817 From owner-svn-ports-head@freebsd.org Thu Nov 12 12:48:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E89A2B13A; Thu, 12 Nov 2015 12:48:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E768513E6; Thu, 12 Nov 2015 12:48:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCmpAD021004; Thu, 12 Nov 2015 12:48:51 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCmpoS020999; Thu, 12 Nov 2015 12:48:51 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121248.tACCmpoS020999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 12:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401339 - in head/devel: . py-setuptools_scm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:48:53 -0000 Author: wg Date: Thu Nov 12 12:48:51 2015 New Revision: 401339 URL: https://svnweb.freebsd.org/changeset/ports/401339 Log: devel/py-setuptools_scm: Setuptools plugin to manage your versions by scm tags Handles managing your python package versions in scm metadata instead of declaring them as the version argument or in a scm managed file. WWW: https://github.com/pypa/setuptools_scm/ Added: head/devel/py-setuptools_scm/ head/devel/py-setuptools_scm/Makefile (contents, props changed) head/devel/py-setuptools_scm/distinfo (contents, props changed) head/devel/py-setuptools_scm/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 12 12:39:34 2015 (r401338) +++ head/devel/Makefile Thu Nov 12 12:48:51 2015 (r401339) @@ -4286,6 +4286,7 @@ SUBDIR += py-setuptools35 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg + SUBDIR += py-setuptools_scm SUBDIR += py-sh SUBDIR += py-shapely SUBDIR += py-simplegeneric Added: head/devel/py-setuptools_scm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools_scm/Makefile Thu Nov 12 12:48:51 2015 (r401339) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= setuptools_scm +PORTVERSION= 1.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Setuptools plugin to manage your versions by scm tags + +LICENSE= MIT + +USES= python tar:bz2 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-setuptools_scm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools_scm/distinfo Thu Nov 12 12:48:51 2015 (r401339) @@ -0,0 +1,2 @@ +SHA256 (setuptools_scm-1.8.0.tar.bz2) = ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 +SIZE (setuptools_scm-1.8.0.tar.bz2) = 14491 Added: head/devel/py-setuptools_scm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools_scm/pkg-descr Thu Nov 12 12:48:51 2015 (r401339) @@ -0,0 +1,4 @@ +Handles managing your python package versions in scm metadata instead of +declaring them as the version argument or in a scm managed file. + +WWW: https://github.com/pypa/setuptools_scm/ From owner-svn-ports-head@freebsd.org Thu Nov 12 12:51:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 253CAA2B285; Thu, 12 Nov 2015 12:51:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBE071830; Thu, 12 Nov 2015 12:51:56 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCpt4Q023761; Thu, 12 Nov 2015 12:51:55 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCpt4Y023759; Thu, 12 Nov 2015 12:51:55 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121251.tACCpt4Y023759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 12:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401340 - head/devel/py-jaraco.timing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:51:57 -0000 Author: wg Date: Thu Nov 12 12:51:55 2015 New Revision: 401340 URL: https://svnweb.freebsd.org/changeset/ports/401340 Log: devel/py-jaraco.timing: update to 1.1.15 - Add LICENSE Modified: head/devel/py-jaraco.timing/Makefile head/devel/py-jaraco.timing/distinfo Modified: head/devel/py-jaraco.timing/Makefile ============================================================================== --- head/devel/py-jaraco.timing/Makefile Thu Nov 12 12:48:51 2015 (r401339) +++ head/devel/py-jaraco.timing/Makefile Thu Nov 12 12:51:55 2015 (r401340) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.timing -PORTVERSION= 1.0 +PORTVERSION= 1.1.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Routines pertinent to the fourth dimension +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm -USES= python zip +USES= python USE_PYTHON= distutils autoplist .include Modified: head/devel/py-jaraco.timing/distinfo ============================================================================== --- head/devel/py-jaraco.timing/distinfo Thu Nov 12 12:48:51 2015 (r401339) +++ head/devel/py-jaraco.timing/distinfo Thu Nov 12 12:51:55 2015 (r401340) @@ -1,2 +1,2 @@ -SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621 -SIZE (jaraco.timing-1.0.zip) = 4537 +SHA256 (jaraco.timing-1.1.5.tar.gz) = 700edf62af810f025a5a8331ac6005913d16fdd34678afc1006a966288043ae2 +SIZE (jaraco.timing-1.1.5.tar.gz) = 3634 From owner-svn-ports-head@freebsd.org Thu Nov 12 12:54:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95AC4A2B2ED; Thu, 12 Nov 2015 12:54:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46D7019CA; Thu, 12 Nov 2015 12:54:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACCsUsL023932; Thu, 12 Nov 2015 12:54:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACCsUre023931; Thu, 12 Nov 2015 12:54:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121254.tACCsUre023931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 12:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401341 - head/graphics/imlib2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 12:54:31 -0000 Author: antoine Date: Thu Nov 12 12:54:30 2015 New Revision: 401341 URL: https://svnweb.freebsd.org/changeset/ports/401341 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/graphics/imlib2/files/patch-src_modules_loaders_loader__gif.c Modified: head/graphics/imlib2/files/patch-src_modules_loaders_loader__gif.c ============================================================================== --- head/graphics/imlib2/files/patch-src_modules_loaders_loader__gif.c Thu Nov 12 12:51:55 2015 (r401340) +++ head/graphics/imlib2/files/patch-src_modules_loaders_loader__gif.c Thu Nov 12 12:54:30 2015 (r401341) @@ -12,3 +12,73 @@ if (!gif) { close(fd); +@@ -60,13 +64,21 @@ load(ImlibImage * im, ImlibProgressFunct + h = gif->Image.Height; + if (!IMAGE_DIMENSIONS_OK(w, h)) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + return 0; + } + rows = malloc(h * sizeof(GifRowType *)); + if (!rows) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + return 0; + } + for (i = 0; i < h; i++) +@@ -78,7 +90,11 @@ load(ImlibImage * im, ImlibProgressFunct + rows[i] = malloc(w * sizeof(GifPixelType)); + if (!rows[i]) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + for (i = 0; i < h; i++) + { + if (rows[i]) +@@ -150,7 +166,11 @@ load(ImlibImage * im, ImlibProgressFunct + im->data = (DATA32 *) malloc(sizeof(DATA32) * w * h); + if (!im->data) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + free(rows); + return 0; + } +@@ -181,7 +201,11 @@ load(ImlibImage * im, ImlibProgressFunct + last_per = (int)per; + if (!(progress(im, (int)per, 0, last_y, w, i))) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + for (i = 0; i < h; i++) + { + free(rows[i]); +@@ -198,7 +222,11 @@ load(ImlibImage * im, ImlibProgressFunct + { + progress(im, 100, 0, last_y, w, h); + } ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gif, NULL); ++#else + DGifCloseFile(gif); ++#endif + for (i = 0; i < h; i++) + { + free(rows[i]); From owner-svn-ports-head@freebsd.org Thu Nov 12 13:02:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA1AA2B5E9; Thu, 12 Nov 2015 13:02:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96BFC1F54; Thu, 12 Nov 2015 13:02:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACD2dRI026750; Thu, 12 Nov 2015 13:02:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACD2dKB026749; Thu, 12 Nov 2015 13:02:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121302.tACD2dKB026749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 13:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401342 - head/devel/simian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:02:40 -0000 Author: amdmi3 Date: Thu Nov 12 13:02:39 2015 New Revision: 401342 URL: https://svnweb.freebsd.org/changeset/ports/401342 Log: - Fix installation, install bin/simian from correct directory - Fix installation of mono files, INSTALL_PROGRAM fails as it can't strip PE executables - Switch to options helpers Approved by: portmgr blanket Modified: head/devel/simian/Makefile Modified: head/devel/simian/Makefile ============================================================================== --- head/devel/simian/Makefile Thu Nov 12 12:54:30 2015 (r401341) +++ head/devel/simian/Makefile Thu Nov 12 13:02:39 2015 (r401342) @@ -79,18 +79,16 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/simian.xsl ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/simian/bin -.if ${PORT_OPTIONS:MJAVA} + ${INSTALL_SCRIPT} ${WRKDIR}/simian ${STAGEDIR}${PREFIX}/bin/simian + +do-install-JAVA-on: ${INSTALL_DATA} ${WRKSRC}/bin/simian-${PORTVERSION}.jar ${STAGEDIR}${PREFIX}/simian/bin -.endif -.if ${PORT_OPTIONS:MMONO} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/*.dll ${STAGEDIR}${PREFIX}/simian/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/simian-${PORTVERSION}.exe ${STAGEDIR}${PREFIX}/simian/bin -.endif - ${INSTALL_SCRIPT} ${WRKSRC}/simian ${STAGEDIR}${PREFIX}/bin/simian -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} \ - && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ - && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \; -.endif + +do-install-MONO-on: + ${INSTALL_SCRIPT} ${WRKSRC}/bin/*.dll ${STAGEDIR}${PREFIX}/simian/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/simian-${PORTVERSION}.exe ${STAGEDIR}${PREFIX}/simian/bin + +do-install-DOCS-on: + cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Nov 12 13:13:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEB44A2BA70; Thu, 12 Nov 2015 13:13:01 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5CE013AB; Thu, 12 Nov 2015 13:13:01 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDD0L2029628; Thu, 12 Nov 2015 13:13:00 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDD0Ni029626; Thu, 12 Nov 2015 13:13:00 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201511121313.tACDD0Ni029626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 12 Nov 2015 13:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401343 - head/mail/rmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:13:02 -0000 Author: vsevolod Date: Thu Nov 12 13:13:00 2015 New Revision: 401343 URL: https://svnweb.freebsd.org/changeset/ports/401343 Log: - Update to 1.6.5 Modified: head/mail/rmilter/Makefile head/mail/rmilter/distinfo Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Thu Nov 12 13:02:39 2015 (r401342) +++ head/mail/rmilter/Makefile Thu Nov 12 13:13:00 2015 (r401343) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.5 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Thu Nov 12 13:02:39 2015 (r401342) +++ head/mail/rmilter/distinfo Thu Nov 12 13:13:00 2015 (r401343) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rmilter-1.6.1_GH0.tar.gz) = b3fe7673283d7414d091a25089ab4e87c42cd1554dea5f495c1236810d7eb460 -SIZE (vstakhov-rmilter-1.6.1_GH0.tar.gz) = 106275 +SHA256 (vstakhov-rmilter-1.6.5_GH0.tar.gz) = f5486a090e245fe1b35b96535a26145df0274603b849f0c1ee771970173d5e00 +SIZE (vstakhov-rmilter-1.6.5_GH0.tar.gz) = 117661 From owner-svn-ports-head@freebsd.org Thu Nov 12 13:14:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D793A2BAB6; Thu, 12 Nov 2015 13:14:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7B2153A; Thu, 12 Nov 2015 13:14:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDEmqo029830; Thu, 12 Nov 2015 13:14:48 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDElls029826; Thu, 12 Nov 2015 13:14:47 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121314.tACDElls029826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 13:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401344 - in head/devel: . py-functools32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:14:49 -0000 Author: wg Date: Thu Nov 12 13:14:47 2015 New Revision: 401344 URL: https://svnweb.freebsd.org/changeset/ports/401344 Log: devel/py-functools32: Backport of the functools module from Python 3 for use on 2.7 This is a backport of the Python 3.2 functools module for use on Python versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator). WWW: https://github.com/MiCHiLU/python-functools32 Added: head/devel/py-functools32/ head/devel/py-functools32/Makefile (contents, props changed) head/devel/py-functools32/distinfo (contents, props changed) head/devel/py-functools32/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 12 13:13:00 2015 (r401343) +++ head/devel/Makefile Thu Nov 12 13:14:47 2015 (r401344) @@ -4025,6 +4025,7 @@ SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib + SUBDIR += py-functools32 SUBDIR += py-fusefs SUBDIR += py-future SUBDIR += py-futures Added: head/devel/py-functools32/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-functools32/Makefile Thu Nov 12 13:14:47 2015 (r401344) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= functools32 +PORTVERSION= 3.2.3 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Backport of the functools module from Python 3.2.3 for use on 2.7 + +LICENSE= PSFL + +USE_GITHUB= yes +GH_ACCOUNT= MiCHiLU +GH_PROJECT= python-functools32 +GH_TAGNAME= ad90fa8 + +USES= python:2 +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-functools32/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-functools32/distinfo Thu Nov 12 13:14:47 2015 (r401344) @@ -0,0 +1,2 @@ +SHA256 (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 93cb95e0bf53b84b36857d7d65192f1fab8e632500035203f116301352e12b95 +SIZE (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 31582 Added: head/devel/py-functools32/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-functools32/pkg-descr Thu Nov 12 13:14:47 2015 (r401344) @@ -0,0 +1,5 @@ +This is a backport of the Python 3.2 functools module for use on Python +versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used +cache decorator). + +WWW: https://github.com/MiCHiLU/python-functools32 From owner-svn-ports-head@freebsd.org Thu Nov 12 13:26:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDC29A2BE64; Thu, 12 Nov 2015 13:26:59 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A5B51E03; Thu, 12 Nov 2015 13:26:59 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDQw89032901; Thu, 12 Nov 2015 13:26:58 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDQwgB032897; Thu, 12 Nov 2015 13:26:58 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121326.tACDQwgB032897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 13:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401345 - in head/devel: . py-vcversioner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:27:00 -0000 Author: wg Date: Thu Nov 12 13:26:58 2015 New Revision: 401345 URL: https://svnweb.freebsd.org/changeset/ports/401345 Log: devel/py-vcversioner: Use version control tags to discover version numbers You can write a setup.py with no version information specified, and vcversioner will find a recent, properly-formatted VCS tag and extract a version from it. WWW: https://github.com/habnabit/vcversioner Added: head/devel/py-vcversioner/ head/devel/py-vcversioner/Makefile (contents, props changed) head/devel/py-vcversioner/distinfo (contents, props changed) head/devel/py-vcversioner/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 12 13:14:47 2015 (r401344) +++ head/devel/Makefile Thu Nov 12 13:26:58 2015 (r401345) @@ -4357,6 +4357,7 @@ SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-validictory + SUBDIR += py-vcversioner SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv Added: head/devel/py-vcversioner/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vcversioner/Makefile Thu Nov 12 13:26:58 2015 (r401345) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= vcversioner +PORTVERSION= 2.14.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Use version control tags to discover version numbers + +LICENSE= ISCL + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-vcversioner/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vcversioner/distinfo Thu Nov 12 13:26:58 2015 (r401345) @@ -0,0 +1,2 @@ +SHA256 (vcversioner-2.14.0.0.tar.gz) = acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86 +SIZE (vcversioner-2.14.0.0.tar.gz) = 9015 Added: head/devel/py-vcversioner/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vcversioner/pkg-descr Thu Nov 12 13:26:58 2015 (r401345) @@ -0,0 +1,5 @@ +You can write a setup.py with no version information specified, and +vcversioner will find a recent, properly-formatted VCS tag and extract a +version from it. + +WWW: https://github.com/habnabit/vcversioner From owner-svn-ports-head@freebsd.org Thu Nov 12 13:30:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05C95A2BFB1; Thu, 12 Nov 2015 13:30:38 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3EB31FB3; Thu, 12 Nov 2015 13:30:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDUaF8033228; Thu, 12 Nov 2015 13:30:36 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDUar6033200; Thu, 12 Nov 2015 13:30:36 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511121330.tACDUar6033200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 13:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401347 - head/devel/py-jsonschema X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:30:38 -0000 Author: wg Date: Thu Nov 12 13:30:36 2015 New Revision: 401347 URL: https://svnweb.freebsd.org/changeset/ports/401347 Log: devel/py-jsonschema: update to 2.5.1 Modified: head/devel/py-jsonschema/Makefile head/devel/py-jsonschema/distinfo Modified: head/devel/py-jsonschema/Makefile ============================================================================== --- head/devel/py-jsonschema/Makefile Thu Nov 12 13:30:36 2015 (r401346) +++ head/devel/py-jsonschema/Makefile Thu Nov 12 13:30:36 2015 (r401347) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonschema -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,15 @@ COMMENT= JSON Schema validation for Pyth LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:${PORTSDIR}/devel/py-vcversioner + USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_VER} == "2.7" +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>0:${PORTSDIR}/devel/py-functools32 +.endif + +.include Modified: head/devel/py-jsonschema/distinfo ============================================================================== --- head/devel/py-jsonschema/distinfo Thu Nov 12 13:30:36 2015 (r401346) +++ head/devel/py-jsonschema/distinfo Thu Nov 12 13:30:36 2015 (r401347) @@ -1,2 +1,2 @@ -SHA256 (jsonschema-2.4.0.tar.gz) = 1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa -SIZE (jsonschema-2.4.0.tar.gz) = 48293 +SHA256 (jsonschema-2.5.1.tar.gz) = 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 +SIZE (jsonschema-2.5.1.tar.gz) = 50855 From owner-svn-ports-head@freebsd.org Thu Nov 12 13:30:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C47EEA2BFAE; Thu, 12 Nov 2015 13:30:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F1A71FB1; Thu, 12 Nov 2015 13:30:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDUaK2033199; Thu, 12 Nov 2015 13:30:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDUaf3033198; Thu, 12 Nov 2015 13:30:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121330.tACDUaf3033198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 13:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401346 - head/databases/riak2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:30:37 -0000 Author: amdmi3 Date: Thu Nov 12 13:30:36 2015 New Revision: 401346 URL: https://svnweb.freebsd.org/changeset/ports/401346 Log: - Fix shebangs [1] - Change ONLY_FOR_ARCHS to BROKEN [2] PR: 203990 [2] Approved by: portmgr blanket [1], maintainer [2] Modified: head/databases/riak2/Makefile Modified: head/databases/riak2/Makefile ============================================================================== --- head/databases/riak2/Makefile Thu Nov 12 13:26:58 2015 (r401345) +++ head/databases/riak2/Makefile Thu Nov 12 13:30:36 2015 (r401346) @@ -2,6 +2,7 @@ PORTNAME= riak2 PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ @@ -21,12 +22,13 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak -USES= gmake readline +USES= gmake readline shebangfix +SHEBANG_FILES= deps/eper/priv/bin/* \ + ../solr-4.7.0-yz-1/example/etc/create-solrtest.keystore.sh USE_RC_SUBR= riak USE_GCC= yes -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= Does not build on i386 +BROKEN_i386= does not build USERS= riak GROUPS= riak From owner-svn-ports-head@freebsd.org Thu Nov 12 13:35:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DCE9A2C1C4; Thu, 12 Nov 2015 13:35:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59DF81472; Thu, 12 Nov 2015 13:35:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDZ7MI036039; Thu, 12 Nov 2015 13:35:07 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDZ7KW036037; Thu, 12 Nov 2015 13:35:07 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201511121335.tACDZ7KW036037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 12 Nov 2015 13:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401348 - head/devel/py-python-jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:35:08 -0000 Author: lwhsu Date: Thu Nov 12 13:35:07 2015 New Revision: 401348 URL: https://svnweb.freebsd.org/changeset/ports/401348 Log: - Update to 0.4.11 Modified: head/devel/py-python-jenkins/Makefile head/devel/py-python-jenkins/distinfo Modified: head/devel/py-python-jenkins/Makefile ============================================================================== --- head/devel/py-python-jenkins/Makefile Thu Nov 12 13:30:36 2015 (r401347) +++ head/devel/py-python-jenkins/Makefile Thu Nov 12 13:35:07 2015 (r401348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-jenkins -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-jenkins/distinfo ============================================================================== --- head/devel/py-python-jenkins/distinfo Thu Nov 12 13:30:36 2015 (r401347) +++ head/devel/py-python-jenkins/distinfo Thu Nov 12 13:35:07 2015 (r401348) @@ -1,2 +1,2 @@ -SHA256 (python-jenkins-0.4.7.tar.gz) = f028d10b4e23927b986f460028b0cf5189b8322afe9b6236a1e5ba867c3638d8 -SIZE (python-jenkins-0.4.7.tar.gz) = 25732 +SHA256 (python-jenkins-0.4.11.tar.gz) = ae3db15c9464de40df387d4a05c3165994039417993d4d5ff50bd85aefa96f94 +SIZE (python-jenkins-0.4.11.tar.gz) = 39832 From owner-svn-ports-head@freebsd.org Thu Nov 12 13:53:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F200A2C53C; Thu, 12 Nov 2015 13:53:24 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 098D11D3C; Thu, 12 Nov 2015 13:53:23 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACDrNMc041760; Thu, 12 Nov 2015 13:53:23 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACDrM5N041757; Thu, 12 Nov 2015 13:53:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201511121353.tACDrM5N041757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 12 Nov 2015 13:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401349 - in head/security/openbsm-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 13:53:24 -0000 Author: zi Date: Thu Nov 12 13:53:22 2015 New Revision: 401349 URL: https://svnweb.freebsd.org/changeset/ports/401349 Log: - Update to 1.2-alpha4 Deleted: head/security/openbsm-devel/files/patch-libbsm__bsm_io.c Modified: head/security/openbsm-devel/Makefile head/security/openbsm-devel/distinfo head/security/openbsm-devel/pkg-plist Modified: head/security/openbsm-devel/Makefile ============================================================================== --- head/security/openbsm-devel/Makefile Thu Nov 12 13:35:07 2015 (r401348) +++ head/security/openbsm-devel/Makefile Thu Nov 12 13:53:22 2015 (r401349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openbsm -DISTVERSION= 1.2-alpha3 -PORTREVISION= 6 +DISTVERSION= 1.2-alpha4 CATEGORIES= security MASTER_SITES= http://www.trustedbsd.org/downloads/ \ http://mirrors.rit.edu/zi/ Modified: head/security/openbsm-devel/distinfo ============================================================================== --- head/security/openbsm-devel/distinfo Thu Nov 12 13:35:07 2015 (r401348) +++ head/security/openbsm-devel/distinfo Thu Nov 12 13:53:22 2015 (r401349) @@ -1,2 +1,2 @@ -SHA256 (openbsm-1.2-alpha3.tgz) = 88c9035e3c436b6ca5d19e9143bbc2c93b4a579da9e52fe10672cce51bd5a74e -SIZE (openbsm-1.2-alpha3.tgz) = 691013 +SHA256 (openbsm-1.2-alpha4.tgz) = 35b0370d19a742a387f10aaae187a38abee536d8a7b57c0e9d997d3ceaf02429 +SIZE (openbsm-1.2-alpha4.tgz) = 699451 Modified: head/security/openbsm-devel/pkg-plist ============================================================================== --- head/security/openbsm-devel/pkg-plist Thu Nov 12 13:35:07 2015 (r401348) +++ head/security/openbsm-devel/pkg-plist Thu Nov 12 13:53:22 2015 (r401349) @@ -22,6 +22,112 @@ lib/libbsm.a lib/libbsm.so lib/libbsm.so.0 lib/libbsm.so.0.0.0 +man/ac_strtopol.3.gz +man/au_bsm_to_domain.3.gz +man/au_bsm_to_errno.3.gz +man/au_bsm_to_fcntl_cmd.3.gz +man/au_bsm_to_socket_type.3.gz +man/au_close.3.gz +man/au_close_buffer.3.gz +man/au_close_token.3.gz +man/au_domain_to_bsm.3.gz +man/au_errno_to_bsm.3.gz +man/au_fcntl_cmd_to_bsm.3.gz +man/au_fetch_tok.3.gz +man/au_get_state.3.gz +man/au_notify_initialize.3.gz +man/au_notify_terminate.3.gz +man/au_open.3.gz +man/au_poltostr.3.gz +man/au_preselect.3.gz +man/au_print_flags_tok.3.gz +man/au_print_tok.3.gz +man/au_read_rec.3.gz +man/au_socket_type_to_bsm.3.gz +man/au_strerror.3.gz +man/au_to_arg.3.gz +man/au_to_arg32.3.gz +man/au_to_arg64.3.gz +man/au_to_attr64.3.gz +man/au_to_data.3.gz +man/au_to_exec_args.3.gz +man/au_to_exec_env.3.gz +man/au_to_exit.3.gz +man/au_to_file.3.gz +man/au_to_groups.3.gz +man/au_to_header.3.gz +man/au_to_header32.3.gz +man/au_to_header32_ex.3.gz +man/au_to_header64.3.gz +man/au_to_header_ex.3.gz +man/au_to_in_addr.3.gz +man/au_to_in_addr_ex.3.gz +man/au_to_ip.3.gz +man/au_to_ipc.3.gz +man/au_to_ipc_perm.3.gz +man/au_to_iport.3.gz +man/au_to_me.3.gz +man/au_to_newgroups.3.gz +man/au_to_opaque.3.gz +man/au_to_path.3.gz +man/au_to_process.3.gz +man/au_to_process32.3.gz +man/au_to_process32_ex.3.gz +man/au_to_process64.3.gz +man/au_to_process64_ex.3.gz +man/au_to_process_ex.3.gz +man/au_to_return.3.gz +man/au_to_return32.3.gz +man/au_to_return64.3.gz +man/au_to_seq.3.gz +man/au_to_sock_inet.3.gz +man/au_to_sock_inet128.3.gz +man/au_to_sock_inet32.3.gz +man/au_to_socket_ex.3.gz +man/au_to_subject.3.gz +man/au_to_subject32.3.gz +man/au_to_subject32_ex.3.gz +man/au_to_subject64.3.gz +man/au_to_subject64_ex.3.gz +man/au_to_subject_ex.3.gz +man/au_to_text.3.gz +man/au_to_trailer.3.gz +man/au_to_zonename.3.gz +man/au_user_mask.3.gz +man/au_write.3.gz +man/endac.3.gz +man/endauclass.3.gz +man/endauevent.3.gz +man/endauuser.3.gz +man/getacdir.3.gz +man/getacdist.3.gz +man/getacexpire.3.gz +man/getacfilesz.3.gz +man/getacflg.3.gz +man/getachost.3.gz +man/getacmin.3.gz +man/getacna.3.gz +man/getacpol.3.gz +man/getauclassent.3.gz +man/getauclassent_r.3.gz +man/getauclassnam.3.gz +man/getauclassnam_r.3.gz +man/getaudit_addr.2.gz +man/getauditflagsbin.3.gz +man/getauditflagschar.3.gz +man/getauevent.3.gz +man/getauevent_r.3.gz +man/getauevnam.3.gz +man/getauevnam_r.3.gz +man/getauevnonam.3.gz +man/getauevnonam_r.3.gz +man/getauevnum.3.gz +man/getauevnum_r.3.gz +man/getauuserent.3.gz +man/getauuserent_r.3.gz +man/getauusernam.3.gz +man/getauusernam_r.3.gz +man/getfauditflags.3.gz man/man1/auditreduce.1.gz man/man1/praudit.1.gz man/man2/audit.2.gz @@ -40,6 +146,7 @@ man/man3/au_fcntl_cmd.3.gz man/man3/au_free_token.3.gz man/man3/au_io.3.gz man/man3/au_mask.3.gz +man/man3/au_notify.3.gz man/man3/au_open.3.gz man/man3/au_socket_type.3.gz man/man3/au_token.3.gz @@ -57,6 +164,11 @@ man/man8/audit.8.gz man/man8/auditd.8.gz man/man8/auditdistd.8.gz man/man8/auditfilterd.8.gz +man/setac.3.gz +man/setauclass.3.gz +man/setaudit_addr.2.gz +man/setauevent.3.gz +man/setauuser.3.gz sbin/audit sbin/auditd sbin/auditdistd From owner-svn-ports-head@freebsd.org Thu Nov 12 14:27:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 173C8A2CD40; Thu, 12 Nov 2015 14:27:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3A131CC2; Thu, 12 Nov 2015 14:27:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACERc3M050581; Thu, 12 Nov 2015 14:27:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACERcCn050575; Thu, 12 Nov 2015 14:27:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511121427.tACERcCn050575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 12 Nov 2015 14:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401350 - in head/security: . elixir-comeonin_i18n elixir-comeonin_i18n/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:27:40 -0000 Author: olgeni Date: Thu Nov 12 14:27:38 2015 New Revision: 401350 URL: https://svnweb.freebsd.org/changeset/ports/401350 Log: Add security/elixir-comeonin_i18n, an internationalization library for security/elixir-comeonin. Added: head/security/elixir-comeonin_i18n/ head/security/elixir-comeonin_i18n/Makefile (contents, props changed) head/security/elixir-comeonin_i18n/distinfo (contents, props changed) head/security/elixir-comeonin_i18n/files/ head/security/elixir-comeonin_i18n/files/patch-mix.exs (contents, props changed) head/security/elixir-comeonin_i18n/pkg-descr (contents, props changed) head/security/elixir-comeonin_i18n/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 12 13:53:22 2015 (r401349) +++ head/security/Makefile Thu Nov 12 14:27:38 2015 (r401350) @@ -112,6 +112,7 @@ SUBDIR += easy-rsa SUBDIR += easypg SUBDIR += elixir-comeonin + SUBDIR += elixir-comeonin_i18n SUBDIR += elixir-jose SUBDIR += engine_pkcs11 SUBDIR += erlang-jose Added: head/security/elixir-comeonin_i18n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/elixir-comeonin_i18n/Makefile Thu Nov 12 14:27:38 2015 (r401350) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= comeonin_i18n +PORTVERSION= 0.1.3 +CATEGORIES= security +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Internationalization support for Comeonin + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= riverrun +GH_TAGNAME= 7d343fd + +MIX_BUILD_DEPS= devel/elixir-gettext +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/security/elixir-comeonin_i18n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/elixir-comeonin_i18n/distinfo Thu Nov 12 14:27:38 2015 (r401350) @@ -0,0 +1,2 @@ +SHA256 (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = e4cec940df5d7a62e76ee68f6dd2b019068f50b3c16368d4e842d0026a0b8480 +SIZE (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = 3032 Added: head/security/elixir-comeonin_i18n/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/elixir-comeonin_i18n/files/patch-mix.exs Thu Nov 12 14:27:38 2015 (r401350) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-11-12 14:00:09 UTC ++++ mix.exs +@@ -15,8 +15,7 @@ defmodule ComeoninI18n.Mixfile do + description: @description, + package: package, + source_url: "https://github.com/riverrun/comeonin_i18n", +- compilers: [:gettext] ++ Mix.compilers, +- deps: deps] ++ compilers: [:gettext] ++ Mix.compilers] + end + + def application do Added: head/security/elixir-comeonin_i18n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/elixir-comeonin_i18n/pkg-descr Thu Nov 12 14:27:38 2015 (r401350) @@ -0,0 +1,3 @@ +Internationalization support for Comeonin. + +WWW: https://github.com/riverrun/comeonin_i18n Added: head/security/elixir-comeonin_i18n/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/elixir-comeonin_i18n/pkg-plist Thu Nov 12 14:27:38 2015 (r401350) @@ -0,0 +1,11 @@ +lib/elixir/lib/comeonin_i18n/ebin/Elixir.ComeoninI18n.Gettext.beam +lib/elixir/lib/comeonin_i18n/ebin/Elixir.ComeoninI18n.beam +lib/elixir/lib/comeonin_i18n/ebin/comeonin_i18n.app +lib/elixir/lib/comeonin_i18n/lib/comeonin_i18n.ex +lib/elixir/lib/comeonin_i18n/lib/comeonin_i18n/gettext.ex +lib/elixir/lib/comeonin_i18n/priv/gettext/de_DE/LC_MESSAGES/default.po +lib/elixir/lib/comeonin_i18n/priv/gettext/es_ES/LC_MESSAGES/default.po +lib/elixir/lib/comeonin_i18n/priv/gettext/fr_FR/LC_MESSAGES/default.po +lib/elixir/lib/comeonin_i18n/priv/gettext/ja_JP/LC_MESSAGES/default.po +lib/elixir/lib/comeonin_i18n/priv/gettext/ru_RU/LC_MESSAGES/default.po +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Thu Nov 12 14:40:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59C43A2C222; Thu, 12 Nov 2015 14:40:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24BC714B2; Thu, 12 Nov 2015 14:40:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACEecNf053529; Thu, 12 Nov 2015 14:40:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACEecYX053528; Thu, 12 Nov 2015 14:40:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121440.tACEecYX053528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 14:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401351 - head/security/mhash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:40:39 -0000 Author: amdmi3 Date: Thu Nov 12 14:40:38 2015 New Revision: 401351 URL: https://svnweb.freebsd.org/changeset/ports/401351 Log: - Switch to options helpers - Switch to new testing framework Modified: head/security/mhash/Makefile Modified: head/security/mhash/Makefile ============================================================================== --- head/security/mhash/Makefile Thu Nov 12 14:27:38 2015 (r401350) +++ head/security/mhash/Makefile Thu Nov 12 14:40:38 2015 (r401351) @@ -13,18 +13,18 @@ COMMENT= Easy-to-use library for strong LICENSE= LGPL20 # or later LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 libtool +USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static --with-gnu-ld +TEST_TARGET= check PORTDOCS= example.c skid2-authentication -test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 14:42:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E69DA2C3DA; Thu, 12 Nov 2015 14:42:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15E6018FB; Thu, 12 Nov 2015 14:42:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACEg2Jh056207; Thu, 12 Nov 2015 14:42:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACEg2Lk056206; Thu, 12 Nov 2015 14:42:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121442.tACEg2Lk056206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 14:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401352 - head/security/pwman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:42:03 -0000 Author: amdmi3 Date: Thu Nov 12 14:42:01 2015 New Revision: 401352 URL: https://svnweb.freebsd.org/changeset/ports/401352 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/security/pwman/Makefile Modified: head/security/pwman/Makefile ============================================================================== --- head/security/pwman/Makefile Thu Nov 12 14:40:38 2015 (r401351) +++ head/security/pwman/Makefile Thu Nov 12 14:42:01 2015 (r401352) @@ -9,7 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Console password management application based on gpg(me) -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 @@ -27,7 +28,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/src/options.c -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Thu Nov 12 14:48:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33EB6A2C543; Thu, 12 Nov 2015 14:48:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01CB91D1D; Thu, 12 Nov 2015 14:48:11 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACEmB6V056534; Thu, 12 Nov 2015 14:48:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACEmBHQ056532; Thu, 12 Nov 2015 14:48:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201511121448.tACEmBHQ056532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 12 Nov 2015 14:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401353 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:48:12 -0000 Author: adamw Date: Thu Nov 12 14:48:10 2015 New Revision: 401353 URL: https://svnweb.freebsd.org/changeset/ports/401353 Log: Update to 6.30. Changes: https://metacpan.org/changes/distribution/Mojolicious Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Thu Nov 12 14:42:01 2015 (r401352) +++ head/www/p5-Mojolicious/Makefile Thu Nov 12 14:48:10 2015 (r401353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.29 +PORTVERSION= 6.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Thu Nov 12 14:42:01 2015 (r401352) +++ head/www/p5-Mojolicious/distinfo Thu Nov 12 14:48:10 2015 (r401353) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.29.tar.gz) = 4662b3d1962ff71e26e6bdb496cb4dbec1f5c3296cdae4669ddff1367b65ef50 -SIZE (Mojolicious-6.29.tar.gz) = 652742 +SHA256 (Mojolicious-6.30.tar.gz) = 73bde151ec10e92873c584864fac61b2873c7b9a43f4e22a663448c21055d575 +SIZE (Mojolicious-6.30.tar.gz) = 653204 From owner-svn-ports-head@freebsd.org Thu Nov 12 14:52:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A097FA2C6D1; Thu, 12 Nov 2015 14:52:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7754610B3; Thu, 12 Nov 2015 14:52:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACEqb2b059347; Thu, 12 Nov 2015 14:52:37 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACEqbfj059343; Thu, 12 Nov 2015 14:52:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511121452.tACEqbfj059343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 12 Nov 2015 14:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401354 - in head/security/elixir-comeonin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:52:38 -0000 Author: olgeni Date: Thu Nov 12 14:52:37 2015 New Revision: 401354 URL: https://svnweb.freebsd.org/changeset/ports/401354 Log: Upgrade security/elixir-comeonin to version 1.5. Modified: head/security/elixir-comeonin/Makefile head/security/elixir-comeonin/distinfo head/security/elixir-comeonin/files/patch-mix.exs head/security/elixir-comeonin/pkg-plist Modified: head/security/elixir-comeonin/Makefile ============================================================================== --- head/security/elixir-comeonin/Makefile Thu Nov 12 14:48:10 2015 (r401353) +++ head/security/elixir-comeonin/Makefile Thu Nov 12 14:52:37 2015 (r401354) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= comeonin -PORTVERSION= 1.4 +PORTVERSION= 1.5 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -16,7 +16,7 @@ USES= elixir gmake USE_GITHUB= yes GH_ACCOUNT= elixircnx -MIX_BUILD_DEPS= devel/elixir-gettext +MIX_BUILD_DEPS= security/elixir-comeonin_i18n MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} post-build: Modified: head/security/elixir-comeonin/distinfo ============================================================================== --- head/security/elixir-comeonin/distinfo Thu Nov 12 14:48:10 2015 (r401353) +++ head/security/elixir-comeonin/distinfo Thu Nov 12 14:52:37 2015 (r401354) @@ -1,2 +1,2 @@ -SHA256 (elixircnx-comeonin-v1.4_GH0.tar.gz) = 5ea60119373b399846eebc52c1e5c3779afb84bbee8754ff16a036c51fe276da -SIZE (elixircnx-comeonin-v1.4_GH0.tar.gz) = 71238 +SHA256 (elixircnx-comeonin-v1.5_GH0.tar.gz) = c14880cda746506b57cb143e02dd751466665154981285bc66568b4f56dc2590 +SIZE (elixircnx-comeonin-v1.5_GH0.tar.gz) = 70861 Modified: head/security/elixir-comeonin/files/patch-mix.exs ============================================================================== --- head/security/elixir-comeonin/files/patch-mix.exs Thu Nov 12 14:48:10 2015 (r401353) +++ head/security/elixir-comeonin/files/patch-mix.exs Thu Nov 12 14:52:37 2015 (r401354) @@ -1,9 +1,9 @@ ---- mix.exs.orig 2015-11-06 02:07:11 UTC +--- mix.exs.orig 2015-11-11 02:28:18 UTC +++ mix.exs -@@ -122,7 +122,6 @@ defmodule Comeonin.Mixfile do +@@ -120,7 +120,6 @@ defmodule Comeonin.Mixfile do package: package, source_url: "https://github.com/elixircnx/comeonin", - compilers: [:comeonin, :gettext, :elixir, :app], + compilers: [:comeonin, :elixir, :app], - deps: deps ] end Modified: head/security/elixir-comeonin/pkg-plist ============================================================================== --- head/security/elixir-comeonin/pkg-plist Thu Nov 12 14:48:10 2015 (r401353) +++ head/security/elixir-comeonin/pkg-plist Thu Nov 12 14:52:37 2015 (r401354) @@ -1,7 +1,7 @@ lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.Base64.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Bcrypt.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Config.beam -lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Gettext.beam +lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Messages.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.Common.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.Tools.beam lib/elixir/lib/comeonin/ebin/Elixir.Comeonin.Password.beam @@ -14,7 +14,7 @@ lib/elixir/lib/comeonin/lib/comeonin.ex lib/elixir/lib/comeonin/lib/comeonin/bcrypt.ex lib/elixir/lib/comeonin/lib/comeonin/bcrypt/base64.ex lib/elixir/lib/comeonin/lib/comeonin/config.ex -lib/elixir/lib/comeonin/lib/comeonin/gettext.ex +lib/elixir/lib/comeonin/lib/comeonin/messages.ex lib/elixir/lib/comeonin/lib/comeonin/password.ex lib/elixir/lib/comeonin/lib/comeonin/password/10k_6chars.txt lib/elixir/lib/comeonin/lib/comeonin/password/common.ex @@ -23,5 +23,4 @@ lib/elixir/lib/comeonin/lib/comeonin/pbk lib/elixir/lib/comeonin/lib/comeonin/pbkdf2/base64.ex lib/elixir/lib/comeonin/lib/comeonin/tools.ex lib/elixir/lib/comeonin/priv/bcrypt_nif.so -lib/elixir/lib/comeonin/priv/gettext/ja_JP/LC_MESSAGES/default.po %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Thu Nov 12 15:01:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 037A7A2C7F5; Thu, 12 Nov 2015 15:01:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE5B11363; Thu, 12 Nov 2015 15:01:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACF173S061552; Thu, 12 Nov 2015 15:01:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACF17ST061551; Thu, 12 Nov 2015 15:01:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121501.tACF17ST061551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401355 - head/textproc/libextractor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:01:09 -0000 Author: antoine Date: Thu Nov 12 15:01:07 2015 New Revision: 401355 URL: https://svnweb.freebsd.org/changeset/ports/401355 Log: Allow building with giflib 5.1 PR: 204492 Added: head/textproc/libextractor/files/patch-src_plugins_gif__extractor.c (contents, props changed) Added: head/textproc/libextractor/files/patch-src_plugins_gif__extractor.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libextractor/files/patch-src_plugins_gif__extractor.c Thu Nov 12 15:01:07 2015 (r401355) @@ -0,0 +1,26 @@ +--- src/plugins/gif_extractor.c.orig 2013-06-21 16:00:16 UTC ++++ src/plugins/gif_extractor.c +@@ -78,7 +78,11 @@ EXTRACTOR_gif_extract_method (struct EXT + if (gif_file == NULL || gif_error != 0) + { + if (gif_file != NULL) ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile (gif_file, NULL); ++#else + EGifCloseFile (gif_file); ++#endif + return; /* not a GIF */ + } + #endif +@@ -133,7 +137,11 @@ EXTRACTOR_gif_extract_method (struct EXT + DGifGetExtensionNext(gif_file, &ext)) && + (NULL != ext) ) ; /* keep going */ + } ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile (gif_file, NULL); ++#else + DGifCloseFile (gif_file); ++#endif + } + + /* end of gif_extractor.c */ From owner-svn-ports-head@freebsd.org Thu Nov 12 15:03:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80721A2C94A; Thu, 12 Nov 2015 15:03:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F93317B3; Thu, 12 Nov 2015 15:03:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhx2 with SMTP id hx2so67268972pad.1; Thu, 12 Nov 2015 07:03:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Fdz73MgphWeymR/G44Kav3AmvsqTlKSemwRYJfHLA+I=; b=EpZaFlFjr6tnQooc8x+CzzsXYUfkGAVPjLiNL8DxtHPw4bQcamNJzpZ7v/KqrcVqQw o8ae8mgC+D31LcZNlhc8h+izY2g+GS/FNEsPGb0LMAHEB9/luwz+faiz9YbEBcvEPD8A uk4QQZleQvCS/Zb053XGqMQxXfGL70d/YCxplAf9kBxBcJtka2VyppA5c5tXwhXKROoU DcrUt1vVIYAn8BYF66uEHcPGHHSF6q+wZxUyxB3XUHdQS9Jfhsg6/xB1razHqlzGn4pF YxD2ikRPTg9vCgsrAQOyqblinkwvwsOaVnqFQljpeJFFGbOnA0AdTkLOPDi3Fw46H2na 6EAg== X-Received: by 10.66.124.135 with SMTP id mi7mr24066263pab.102.1447340586663; Thu, 12 Nov 2015 07:03:06 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5? (2001-44b8-31ae-7b01-d06c-e63f-c1f0-dfb5.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5]) by smtp.gmail.com with ESMTPSA id bp2sm15280736pbc.46.2015.11.12.07.03.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Nov 2015 07:03:06 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401339 - in head/devel: . py-setuptools_scm References: <201511121248.tACCmpoS020999@repo.freebsd.org> To: William Grzybowski , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5644AA21.6070504@FreeBSD.org> Date: Fri, 13 Nov 2015 02:02:57 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511121248.tACCmpoS020999@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:03:07 -0000 On 12/11/2015 11:48 PM, William Grzybowski wrote: > Author: wg > Date: Thu Nov 12 12:48:51 2015 > New Revision: 401339 > URL: https://svnweb.freebsd.org/changeset/ports/401339 > > Log: > devel/py-setuptools_scm: Setuptools plugin to manage your versions by scm tags > > Handles managing your python package versions in scm metadata instead of > declaring them as the version argument or in a scm managed file. > > WWW: https://github.com/pypa/setuptools_scm/ > > Added: > head/devel/py-setuptools_scm/ > head/devel/py-setuptools_scm/Makefile (contents, props changed) > head/devel/py-setuptools_scm/distinfo (contents, props changed) > head/devel/py-setuptools_scm/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Thu Nov 12 12:39:34 2015 (r401338) > +++ head/devel/Makefile Thu Nov 12 12:48:51 2015 (r401339) > @@ -4286,6 +4286,7 @@ > SUBDIR += py-setuptools35 > SUBDIR += py-setuptools_darcs > SUBDIR += py-setuptools_hg > + SUBDIR += py-setuptools_scm > SUBDIR += py-sh > SUBDIR += py-shapely > SUBDIR += py-simplegeneric > > Added: head/devel/py-setuptools_scm/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-setuptools_scm/Makefile Thu Nov 12 12:48:51 2015 (r401339) > @@ -0,0 +1,17 @@ > +# $FreeBSD$ > + > +PORTNAME= setuptools_scm > +PORTVERSION= 1.8.0 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= wg@FreeBSD.org > +COMMENT= Setuptools plugin to manage your versions by scm tags > + > +LICENSE= MIT > + > +USES= python tar:bz2 > +USE_PYTHON= distutils autoplist > + > +.include > > Added: head/devel/py-setuptools_scm/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-setuptools_scm/distinfo Thu Nov 12 12:48:51 2015 (r401339) > @@ -0,0 +1,2 @@ > +SHA256 (setuptools_scm-1.8.0.tar.bz2) = ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 > +SIZE (setuptools_scm-1.8.0.tar.bz2) = 14491 > > Added: head/devel/py-setuptools_scm/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-setuptools_scm/pkg-descr Thu Nov 12 12:48:51 2015 (r401339) > @@ -0,0 +1,4 @@ > +Handles managing your python package versions in scm metadata instead of > +declaring them as the version argument or in a scm managed file. > + > +WWW: https://github.com/pypa/setuptools_scm/ > Beat me to it ;) From owner-svn-ports-head@freebsd.org Thu Nov 12 15:16:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 940DAA2CB31; Thu, 12 Nov 2015 15:16:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6341C1B; Thu, 12 Nov 2015 15:16:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFG74P065297; Thu, 12 Nov 2015 15:16:07 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFG7gq065295; Thu, 12 Nov 2015 15:16:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201511121516.tACFG7gq065295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 12 Nov 2015 15:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401356 - head/devel/elixir-excoveralls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:16:08 -0000 Author: vanilla Date: Thu Nov 12 15:16:07 2015 New Revision: 401356 URL: https://svnweb.freebsd.org/changeset/ports/401356 Log: Upgrade to 0.4.2. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Thu Nov 12 15:01:07 2015 (r401355) +++ head/devel/elixir-excoveralls/Makefile Thu Nov 12 15:16:07 2015 (r401356) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Thu Nov 12 15:01:07 2015 (r401355) +++ head/devel/elixir-excoveralls/distinfo Thu Nov 12 15:16:07 2015 (r401356) @@ -1,2 +1,2 @@ -SHA256 (parroty-excoveralls-v0.4.1_GH0.tar.gz) = 28c6d0b8d7b928f3581b7cd1fd23a5fe1df950b90fa96c577370842af52308d3 -SIZE (parroty-excoveralls-v0.4.1_GH0.tar.gz) = 15115 +SHA256 (parroty-excoveralls-v0.4.2_GH0.tar.gz) = a736c7f98215cbc68cb90a595749150cfc902d074d90f3a5e0bfc5b1aeb18b0f +SIZE (parroty-excoveralls-v0.4.2_GH0.tar.gz) = 15191 From owner-svn-ports-head@freebsd.org Thu Nov 12 15:21:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1CD7A2CC16; Thu, 12 Nov 2015 15:21:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 854E81E7A; Thu, 12 Nov 2015 15:21:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFLAEX066039; Thu, 12 Nov 2015 15:21:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFLAZf066038; Thu, 12 Nov 2015 15:21:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121521.tACFLAZf066038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401357 - head/multimedia/mplayer2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:21:11 -0000 Author: antoine Date: Thu Nov 12 15:21:10 2015 New Revision: 401357 URL: https://svnweb.freebsd.org/changeset/ports/401357 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c Modified: head/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c ============================================================================== --- head/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c Thu Nov 12 15:16:07 2015 (r401356) +++ head/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c Thu Nov 12 15:21:10 2015 (r401357) @@ -75,11 +75,16 @@ free(priv); return NULL; } -@@ -301,7 +301,7 @@ static void demux_close_gif(demuxer_t* d +@@ -300,8 +300,12 @@ static void demux_close_gif(demuxer_t* d + { gif_priv_t *priv = demuxer->priv; if (!priv) return; ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ if (priv->gif && DGifCloseFile(priv->gif, NULL) == GIF_ERROR) ++#else if (priv->gif && DGifCloseFile(priv->gif) == GIF_ERROR) - PrintGifError(); ++#endif + printf("%s\n", GifErrorString(GIF_ERROR)); free(priv->refimg); free(priv); From owner-svn-ports-head@freebsd.org Thu Nov 12 15:28:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80ED9A2CD9A; Thu, 12 Nov 2015 15:28:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC8C1233; Thu, 12 Nov 2015 15:28:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFSou0068302; Thu, 12 Nov 2015 15:28:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFSoKG068301; Thu, 12 Nov 2015 15:28:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121528.tACFSoKG068301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401358 - head/misc/magicpoint/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:28:51 -0000 Author: antoine Date: Thu Nov 12 15:28:50 2015 New Revision: 401358 URL: https://svnweb.freebsd.org/changeset/ports/401358 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/misc/magicpoint/files/patch-gif.c Modified: head/misc/magicpoint/files/patch-gif.c ============================================================================== --- head/misc/magicpoint/files/patch-gif.c Thu Nov 12 15:21:10 2015 (r401357) +++ head/misc/magicpoint/files/patch-gif.c Thu Nov 12 15:28:50 2015 (r401358) @@ -120,11 +120,16 @@ exit(-1); } } -@@ -180,7 +229,11 @@ gifLoad(fullname, name, verbose) +@@ -179,8 +228,16 @@ gifLoad(fullname, name, verbose) + pixline[x] = GifRow[x]; } ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ if (DGifCloseFile(GifFile, NULL) == GIF_ERROR) { ++#else if (DGifCloseFile(GifFile) == GIF_ERROR) { - PrintGifError(); ++#endif +#if GIFLIB_MAJOR >= 5 + localPrintGifError(GifFile->Error); +#else @@ -133,7 +138,7 @@ exit(-1); } -@@ -196,7 +249,11 @@ gifIdent(fullname, name) +@@ -196,11 +253,19 @@ gifIdent(fullname, name) GifFileType *gifp; int ret; @@ -145,3 +150,11 @@ if (gifp == NULL) ret = 0; else { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gifp, NULL); ++#else + DGifCloseFile(gifp); ++#endif + tellAboutImage(name); + ret = 1; + } From owner-svn-ports-head@freebsd.org Thu Nov 12 15:37:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77693A2CF9A; Thu, 12 Nov 2015 15:37:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39FEC17FD; Thu, 12 Nov 2015 15:37:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFbVnY071123; Thu, 12 Nov 2015 15:37:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFbVb3071122; Thu, 12 Nov 2015 15:37:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121537.tACFbVb3071122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401359 - head/graphics/metapixel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:37:32 -0000 Author: antoine Date: Thu Nov 12 15:37:31 2015 New Revision: 401359 URL: https://svnweb.freebsd.org/changeset/ports/401359 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/graphics/metapixel/files/patch-rwimg_rwgif.c Modified: head/graphics/metapixel/files/patch-rwimg_rwgif.c ============================================================================== --- head/graphics/metapixel/files/patch-rwimg_rwgif.c Thu Nov 12 15:28:50 2015 (r401358) +++ head/graphics/metapixel/files/patch-rwimg_rwgif.c Thu Nov 12 15:37:31 2015 (r401359) @@ -12,3 +12,15 @@ assert(data->file !=0); +@@ -137,7 +141,11 @@ open_gif_file (const char *filename, int + } + free(buffer); + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ assert(DGifCloseFile(data->file, NULL) == GIF_OK); ++#else + assert(DGifCloseFile(data->file) == GIF_OK); ++#endif + + return data; + } From owner-svn-ports-head@freebsd.org Thu Nov 12 15:41:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08334A2D100; Thu, 12 Nov 2015 15:41:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFE111ADC; Thu, 12 Nov 2015 15:41:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFfLhZ073881; Thu, 12 Nov 2015 15:41:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFfLML073880; Thu, 12 Nov 2015 15:41:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121541.tACFfLML073880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401360 - head/graphics/mtpaint/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:41:23 -0000 Author: antoine Date: Thu Nov 12 15:41:21 2015 New Revision: 401360 URL: https://svnweb.freebsd.org/changeset/ports/401360 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/graphics/mtpaint/files/patch-src_png.c Modified: head/graphics/mtpaint/files/patch-src_png.c ============================================================================== --- head/graphics/mtpaint/files/patch-src_png.c Thu Nov 12 15:37:31 2015 (r401359) +++ head/graphics/mtpaint/files/patch-src_png.c Thu Nov 12 15:41:21 2015 (r401360) @@ -12,7 +12,19 @@ /* Init state structure */ memset(&stat, 0, sizeof(stat)); -@@ -1621,7 +1625,11 @@ static int load_gif(char *file_name, ls_ +@@ -1608,7 +1612,11 @@ static int load_gif_frames(char *file_na + } + res = 1; + fail: mem_free_chanlist(w_set.img); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(giffy, NULL); ++#else + DGifCloseFile(giffy); ++#endif + return (res); + } + +@@ -1621,7 +1629,11 @@ static int load_gif(char *file_name, ls_ int delay = settings->gif_delay, trans = -1;//, disposal = 0; @@ -24,7 +36,19 @@ /* Get global palette */ settings->colors = convert_gif_palette(settings->pal, giffy->SColorMap); -@@ -1682,10 +1690,18 @@ static int save_gif(char *file_name, ls_ +@@ -1659,7 +1671,11 @@ static int load_gif(char *file_name, ls_ + } + } + res = 1; ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++fail: DGifCloseFile(giffy, NULL); ++#else + fail: DGifCloseFile(giffy); ++#endif + return (res); + } + +@@ -1682,10 +1698,18 @@ static int save_gif(char *file_name, ls_ nc |= nc >> 1; nc |= nc >> 2; nc |= nc >> 4; nc += !nc + 1; // No less than 2 colors @@ -43,7 +67,18 @@ if (!giffy) goto fail0; for (i = 0; i < settings->colors; i++) -@@ -1732,7 +1748,11 @@ fail: EGifCloseFile(giffy); +@@ -1725,14 +1749,22 @@ static int save_gif(char *file_name, ls_ + if (!settings->silent) progress_end(); + msg = 0; + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++fail: EGifCloseFile(giffy, NULL); ++#else + fail: EGifCloseFile(giffy); ++#endif + #ifndef WIN32 + /* giflib creates files with 0600 permissions, which is nasty - WJ */ + mode = umask(0022); umask(mode); chmod(file_name, 0666 & ~mode); #endif From owner-svn-ports-head@freebsd.org Thu Nov 12 15:47:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86EA4A2D1C7; Thu, 12 Nov 2015 15:47:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43B411DBA; Thu, 12 Nov 2015 15:47:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACFluFI074192; Thu, 12 Nov 2015 15:47:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACFluMx074191; Thu, 12 Nov 2015 15:47:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121547.tACFluMx074191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 15:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401361 - head/graphics/swftools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:47:57 -0000 Author: antoine Date: Thu Nov 12 15:47:56 2015 New Revision: 401361 URL: https://svnweb.freebsd.org/changeset/ports/401361 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/graphics/swftools/files/patch-gif2swf.c Modified: head/graphics/swftools/files/patch-gif2swf.c ============================================================================== --- head/graphics/swftools/files/patch-gif2swf.c Thu Nov 12 15:41:21 2015 (r401360) +++ head/graphics/swftools/files/patch-gif2swf.c Thu Nov 12 15:47:56 2015 (r401361) @@ -49,7 +49,19 @@ return t; } -@@ -488,7 +515,11 @@ int CheckInputFile(char *fname, char **r +@@ -455,7 +482,11 @@ TAG *MovieAddFrame(SWF * swf, TAG * t, c + + free(pal); + free(imagedata); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gft, NULL); ++#else + DGifCloseFile(gft); ++#endif + + return t; + } +@@ -488,7 +519,11 @@ int CheckInputFile(char *fname, char **r } fclose(fi); @@ -61,7 +73,7 @@ fprintf(stderr, "%s is not a GIF file!\n", fname); return -1; } -@@ -499,7 +530,11 @@ int CheckInputFile(char *fname, char **r +@@ -499,7 +534,11 @@ int CheckInputFile(char *fname, char **r global.max_image_height = gft->SHeight; if (DGifSlurp(gft) != GIF_OK) { @@ -74,3 +86,15 @@ return -1; } // After DGifSlurp() call, gft->ImageCount become available +@@ -518,7 +557,11 @@ int CheckInputFile(char *fname, char **r + fprintf(stderr, "frame: %u, delay: %.3f sec\n", i + 1, getGifDelayTime(gft, i) / 100.0); + } + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(gft, NULL); ++#else + DGifCloseFile(gft); ++#endif + + return 0; + } From owner-svn-ports-head@freebsd.org Thu Nov 12 16:07:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8078A2D691; Thu, 12 Nov 2015 16:07:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 738BF1963; Thu, 12 Nov 2015 16:07:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACG7jxS079996; Thu, 12 Nov 2015 16:07:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACG7jNJ079995; Thu, 12 Nov 2015 16:07:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121607.tACG7jNJ079995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 16:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401362 - head/emulators/vice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:07:46 -0000 Author: antoine Date: Thu Nov 12 16:07:45 2015 New Revision: 401362 URL: https://svnweb.freebsd.org/changeset/ports/401362 Log: Allow building with giflib 5.1 PR: 204492 Added: head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c (contents, props changed) Added: head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c Thu Nov 12 16:07:45 2015 (r401362) @@ -0,0 +1,50 @@ +--- src/gfxoutputdrv/gifdrv.c.orig 2012-07-25 23:46:05 UTC ++++ src/gfxoutputdrv/gifdrv.c +@@ -114,7 +114,11 @@ static int gifdrv_open(screenshot_t *scr + if (EGifPutScreenDesc(sdata->fd, screenshot->width, screenshot->height, 8, 0, gif_colors) == GIF_ERROR || + EGifPutImageDesc(sdata->fd, 0, 0, screenshot->width, screenshot->height, 0, NULL) == GIF_ERROR) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(sdata->fd, NULL); ++#else + EGifCloseFile(sdata->fd); ++#endif + VICE_FreeMapObject(gif_colors); + lib_free(sdata->data); + lib_free(sdata->ext_filename); +@@ -145,7 +149,11 @@ static int gifdrv_close(screenshot_t *sc + + sdata = screenshot->gfxoutputdrv_data; + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(sdata->fd, NULL); ++#else + EGifCloseFile(sdata->fd); ++#endif + VICE_FreeMapObject(gif_colors); + + /* for some reason giflib will create a file with unexpected +@@ -184,7 +192,11 @@ static char *gifdrv_memmap_ext_filename; + + static int gifdrv_close_memmap(void) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(gifdrv_memmap_fd, NULL); ++#else + EGifCloseFile(gifdrv_memmap_fd); ++#endif + VICE_FreeMapObject(gif_colors); + lib_free(gifdrv_memmap_ext_filename); + +@@ -231,7 +243,11 @@ static int gifdrv_open_memmap(const char + if (EGifPutScreenDesc(gifdrv_memmap_fd, x_size, y_size, 8, 0, gif_colors) == GIF_ERROR || + EGifPutImageDesc(gifdrv_memmap_fd, 0, 0, x_size, y_size, 0, NULL) == GIF_ERROR) + { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(gifdrv_memmap_fd); ++#else + EGifCloseFile(gifdrv_memmap_fd); ++#endif + VICE_FreeMapObject(gif_colors); + lib_free(gifdrv_memmap_ext_filename); + return -1; From owner-svn-ports-head@freebsd.org Thu Nov 12 16:23:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8F0BA2DAFC; Thu, 12 Nov 2015 16:23:11 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 898561516; Thu, 12 Nov 2015 16:23:11 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACGNAj7086246; Thu, 12 Nov 2015 16:23:10 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACGNAZN086245; Thu, 12 Nov 2015 16:23:10 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201511121623.tACGNAZN086245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 12 Nov 2015 16:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401363 - head/japanese/tiarra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:23:11 -0000 Author: ume Date: Thu Nov 12 16:23:10 2015 New Revision: 401363 URL: https://svnweb.freebsd.org/changeset/ports/401363 Log: Use @sample. Modified: head/japanese/tiarra/pkg-plist Modified: head/japanese/tiarra/pkg-plist ============================================================================== --- head/japanese/tiarra/pkg-plist Thu Nov 12 16:07:45 2015 (r401362) +++ head/japanese/tiarra/pkg-plist Thu Nov 12 16:23:10 2015 (r401363) @@ -205,9 +205,7 @@ tiarra/module/User/ServerOper.pm tiarra/module/User/Vanish.pm tiarra/run tiarra/run-main -@unexec if cmp -s %D/tiarra/tiarra.conf %D/tiarra/sample.conf; then rm -f %D/tiarra/tiarra.conf; fi -tiarra/sample.conf -@exec [ -f %D/tiarra/tiarra.conf ] || cp %B/%f %D/tiarra/tiarra.conf +@sample tiarra/sample.conf tiarra/tiarra.conf tiarra/tiarra tiarra/tiarra-conf.el tiarra/tiarra-conf.l From owner-svn-ports-head@freebsd.org Thu Nov 12 16:28:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB539A2DBEC; Thu, 12 Nov 2015 16:28:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74A9D18DF; Thu, 12 Nov 2015 16:28:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACGSOFZ086494; Thu, 12 Nov 2015 16:28:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACGSOBs086493; Thu, 12 Nov 2015 16:28:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121628.tACGSOBs086493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 16:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401364 - head/emulators/vice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:28:25 -0000 Author: antoine Date: Thu Nov 12 16:28:24 2015 New Revision: 401364 URL: https://svnweb.freebsd.org/changeset/ports/401364 Log: Fix previous patch in the case mmap is enabled during configure Modified: head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c Modified: head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c ============================================================================== --- head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c Thu Nov 12 16:23:10 2015 (r401363) +++ head/emulators/vice/files/patch-src_gfxoutputdrv_gifdrv.c Thu Nov 12 16:28:24 2015 (r401364) @@ -41,7 +41,7 @@ EGifPutImageDesc(gifdrv_memmap_fd, 0, 0, x_size, y_size, 0, NULL) == GIF_ERROR) { +#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 -+ EGifCloseFile(gifdrv_memmap_fd); ++ EGifCloseFile(gifdrv_memmap_fd, NULL); +#else EGifCloseFile(gifdrv_memmap_fd); +#endif From owner-svn-ports-head@freebsd.org Thu Nov 12 16:31:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8091AA2DC9C; Thu, 12 Nov 2015 16:31:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 594881AF0; Thu, 12 Nov 2015 16:31:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACGVGTK086702; Thu, 12 Nov 2015 16:31:16 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACGVGoE086700; Thu, 12 Nov 2015 16:31:16 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201511121631.tACGVGoE086700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 12 Nov 2015 16:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401365 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:31:17 -0000 Author: novel Date: Thu Nov 12 16:31:16 2015 New Revision: 401365 URL: https://svnweb.freebsd.org/changeset/ports/401365 Log: devel/libvirt: fix BHYVE option - Drop OSVERSION check that's always true because of incorrect version value - Fix plist when BHYVE option is disabled on systems where it's available While here, clean up trailing whitespace. Differential Revision: D4109 Modified: head/devel/libvirt/Makefile head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Thu Nov 12 16:28:24 2015 (r401364) +++ head/devel/libvirt/Makefile Thu Nov 12 16:31:16 2015 (r401365) @@ -27,6 +27,9 @@ OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE OPTIONS_DEFAULT_amd64+= BHYVE +.else +PLIST_SUB+= BHYVE="@comment " +CONFIGURE_ARGS+= --without-bhyve .endif QEMU_DESC= QEMU driver BHYVE_DESC= bhyve driver @@ -34,6 +37,8 @@ XEN_DESC= Xen support via libxl OPTIONS_SUB= yes +BHYVE_CONFIGURE_WITH= bhyve + QEMU_CONFIGURE_WITH= qemu yajl QEMU_CFLAGS= -I${LOCALBASE}/include QEMU_LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl @@ -56,7 +61,7 @@ VARDIR= /var USE_RC_SUBR= libvirtd GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-avahi \ +CONFIGURE_ARGS+= --without-avahi \ --without-polkit \ --without-hal \ --without-udev \ @@ -82,7 +87,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip SHLIB_VER= 0.1002.${PORTVERSION:E} -PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ +PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * @@ -90,17 +95,6 @@ SUB_FILES= pkg-message .include -.if (exists(/usr/sbin/bhyve) && ${OSVERSION} >= 100051) -CONFIGURE_ARGS+= --with-bhyve -.else -CONFIGURE_ARGS+= --without-bhyve -.endif - -.if ${PORT_OPTIONS:MBHYVE} -STRIP_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so -PLIST_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so -.endif - .if !${PLIST_SUB:MXEN} PLIST_SUB+= XEN="@comment " .endif @@ -109,7 +103,7 @@ post-patch: @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample @${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \ ${WRKSRC}/daemon/Makefile.in - + @${REINPLACE_CMD} -e 's|ln -s ../default.xml|true|' \ -e 's|$$(DESTDIR)$$(confdir)/qemu/networks|${STAGEDIR}${EXAMPLESDIR}/networks|' \ ${WRKSRC}/src/Makefile.in @@ -146,12 +140,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor -.if ${PORT_OPTIONS:MBHYVE} -.for strip in ${STRIP_FILES} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${strip} -.endfor -.endif - .for dir in run/libvirt/network \ run/libvirt/qemu \ run/libvirt/lockd \ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Thu Nov 12 16:28:24 2015 (r401364) +++ head/devel/libvirt/pkg-plist Thu Nov 12 16:31:16 2015 (r401365) @@ -295,6 +295,7 @@ share/gtk-doc/html/libvirt/up.png %%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zu/LC_MESSAGES/libvirt.mo +%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so From owner-svn-ports-head@freebsd.org Thu Nov 12 16:54:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D62E7A2C0D2; Thu, 12 Nov 2015 16:54:15 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE491456; Thu, 12 Nov 2015 16:54:15 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACGsEFK094998; Thu, 12 Nov 2015 16:54:14 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACGsELS094997; Thu, 12 Nov 2015 16:54:14 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201511121654.tACGsELS094997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 12 Nov 2015 16:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401366 - head/japanese/tomoe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:54:15 -0000 Author: ume Date: Thu Nov 12 16:54:14 2015 New Revision: 401366 URL: https://svnweb.freebsd.org/changeset/ports/401366 Log: Use OPTIONS helpers. Modified: head/japanese/tomoe/Makefile Modified: head/japanese/tomoe/Makefile ============================================================================== --- head/japanese/tomoe/Makefile Thu Nov 12 16:31:16 2015 (r401365) +++ head/japanese/tomoe/Makefile Thu Nov 12 16:54:14 2015 (r401366) @@ -39,6 +39,7 @@ PYTHON_USE= GNOME=pygtk2 PYTHON_USES= python PYTHON_CONFIGURE_OFF= --with-python=no RUBY_DESC= Enable Ruby module +RUBY_BROKEN= Does not build RUBY_USE= RUBY=yes RUBY_CONFIGURE_OFF= --with-ruby=no RUBY_BUILD_DEPENDS= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2 @@ -46,29 +47,19 @@ RUBY_RUN_DEPENDS= rubygem-glib2>0:${PORT RUBY_CFLAGS= -I${LOCALBASE}/include/ruby-${RUBY_VER} \ -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} UNIHAN_DESC= Enable Unihan database dictionary module -UNIHAN_CONFIGURE_ENABLE= unihan - -.include - -.if ${PORT_OPTIONS:MRUBY} -BROKEN= Broken with gem version of glib2 -.endif - -.if ${PORT_OPTIONS:MUNIHAN} -BROKEN= Broken with Unihan with gcc 4.2 -MASTER_SITES+= ftp://ftp.unicode.org/Public/UNIDATA/:unihan -DISTFILES+= Unihan.zip:unihan -EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip -BUILD_DEPENDS+= \ +UNIHAN_BROKEN= Does not build +UNIHAN_MASTER_SITES= ftp://ftp.unicode.org/Public/UNIDATA/:unihan +UNIHAN_DISTFILES= Unihan.zip:unihan +UNIHAN_EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +UNIHAN_BUILD_DEPENDS= \ ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ ${RUBY_SITELIBDIR}/suikyo/suikyo.rb:${PORTSDIR}/japanese/suikyo -.endif +UNIHAN_USE= RUBY=yes +UNIHAN_CONFIGURE_ENABLE=unihan -.if ${PORT_OPTIONS:MUNIHAN} -post-extract: +post-extract-UNIHAN-on: cd ${WRKSRC}/module/dict && \ ${UNZIP_CMD} -qo ${DISTDIR}/Unihan.zip -d ${WRKSRC}/module/dict -.endif post-patch: @${REINPLACE_CMD} -e 's|glib/ge.*\.h>|glib.h>|g' \ From owner-svn-ports-head@freebsd.org Thu Nov 12 17:13:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2671A2C76C; Thu, 12 Nov 2015 17:13:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68434151D; Thu, 12 Nov 2015 17:13:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHDO95000958; Thu, 12 Nov 2015 17:13:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHDOit000957; Thu, 12 Nov 2015 17:13:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121713.tACHDOit000957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401367 - head/www/libxul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:13:25 -0000 Author: amdmi3 Date: Thu Nov 12 17:13:24 2015 New Revision: 401367 URL: https://svnweb.freebsd.org/changeset/ports/401367 Log: - Remove BROKEN - TEST option builds fine Approved by: portmgr blanket Modified: head/www/libxul/Makefile Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Thu Nov 12 16:54:14 2015 (r401366) +++ head/www/libxul/Makefile Thu Nov 12 17:13:24 2015 (r401367) @@ -78,10 +78,6 @@ RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1: BUILD_DEPENDS+= gtk3>=3.14.6:${PORTSDIR}/x11-toolkits/gtk30 .endif -.if ${PORT_OPTIONS:MTEST} -BROKEN= stage-package fails with ValueError: no path specified -.endif - post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${WRKSRC}/configure.in From owner-svn-ports-head@freebsd.org Thu Nov 12 17:19:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02045A2C9F3; Thu, 12 Nov 2015 17:19:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC0E11D2C; Thu, 12 Nov 2015 17:19:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHJvTK001288; Thu, 12 Nov 2015 17:19:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHJvN3001287; Thu, 12 Nov 2015 17:19:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121719.tACHJvN3001287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401368 - head/textproc/htdig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:19:59 -0000 Author: amdmi3 Date: Thu Nov 12 17:19:57 2015 New Revision: 401368 URL: https://svnweb.freebsd.org/changeset/ports/401368 Log: - Clarify LICENSE - Switch to options helpers - Unsilence installation Modified: head/textproc/htdig/Makefile Modified: head/textproc/htdig/Makefile ============================================================================== --- head/textproc/htdig/Makefile Thu Nov 12 17:13:24 2015 (r401367) +++ head/textproc/htdig/Makefile Thu Nov 12 17:19:57 2015 (r401368) @@ -11,7 +11,7 @@ DISTNAME= htdig-3.2.0b6 MAINTAINER= ports@FreeBSD.org COMMENT= WWW indexing and searching system -LICENSE= LGPL20 +LICENSE= LGPL20 # or later LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes @@ -39,12 +39,14 @@ PORTDOCS= * post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf.sample + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ChangeLog ChangeLog.0 README STATUS - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .for f in *.html *.gif - @${INSTALL_DATA} ${WRKSRC}/htdoc/${f} ${STAGEDIR}${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/htdoc/${f} ${STAGEDIR}${DOCSDIR}/html .endfor .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:20:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63472A2CA3C; Thu, 12 Nov 2015 17:20:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2581DF5; Thu, 12 Nov 2015 17:20:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHK3bb001408; Thu, 12 Nov 2015 17:20:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHK3tF001407; Thu, 12 Nov 2015 17:20:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHK3tF001407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401369 - head/security/tinyca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:20:05 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:03 2015 New Revision: 401369 URL: https://svnweb.freebsd.org/changeset/ports/401369 Log: - Clarify LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/security/tinyca/Makefile Modified: head/security/tinyca/Makefile ============================================================================== --- head/security/tinyca/Makefile Thu Nov 12 17:19:57 2015 (r401368) +++ head/security/tinyca/Makefile Thu Nov 12 17:20:03 2015 (r401369) @@ -9,7 +9,7 @@ MASTER_SITES= http://opsec.eu/src/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Simple graphical interface to manage a small Certification Authority -LICENSE= GPLv2 +LICENSE= GPLv2 # or later RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ @@ -20,6 +20,7 @@ USES= perl5 tar:xz shebangfix USE_OPENSSL= yes SHEBANG_FILES= tinyca2 NO_BUILD= yes +NO_ARCH= yes DOC_FILES= INSTALL LIB_FILES= CA.pm CERT.pm GUI.pm HELPERS.pm KEY.pm OpenSSL.pm REQ.pm TCONFIG.pm @@ -37,6 +38,8 @@ do-install: -e "s:%%OPENSSLBASE%%:${OPENSSLBASE}:g" \ ${WRKSRC}/tinyca2 >${WRKSRC}/tinyca.new ${INSTALL_SCRIPT} ${WRKSRC}/tinyca.new ${STAGEDIR}${PREFIX}/bin/tinyca + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:20:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A53A2CA7C; Thu, 12 Nov 2015 17:20:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32D51EDC; Thu, 12 Nov 2015 17:20:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHKBMt001511; Thu, 12 Nov 2015 17:20:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHKBs8001510; Thu, 12 Nov 2015 17:20:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHKBs8001510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401370 - head/print/foo2zjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:20:12 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:11 2015 New Revision: 401370 URL: https://svnweb.freebsd.org/changeset/ports/401370 Log: - Add LICENSE - Switch to options helpers Modified: head/print/foo2zjs/Makefile Modified: head/print/foo2zjs/Makefile ============================================================================== --- head/print/foo2zjs/Makefile Thu Nov 12 17:20:03 2015 (r401369) +++ head/print/foo2zjs/Makefile Thu Nov 12 17:20:11 2015 (r401370) @@ -12,6 +12,9 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= ports@FreeBSD.org COMMENT= Driver for printers that use the ZjStream wire protocol +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db \ foomatic-rip:${PORTSDIR}/print/foomatic-filters \ @@ -24,7 +27,7 @@ SUB_FILES= pkg-message ${DEVDCONF_FILE} EXTRAFILES= msexpand getweb DEVDCONF_FILE= ${PORTNAME}.conf -MAKE_JOBS_UNSAFE= YES +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS @@ -38,6 +41,8 @@ post-install: cd ${WRKDIR} && \ ${INSTALL_SCRIPT} ${DEVDCONF_FILE} ${STAGEDIR}${PREFIX}/etc/devd @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foo2zjs-icc2ps + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ChangeLog INSTALL README manual.pdf ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:20:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C523A2CAB1; Thu, 12 Nov 2015 17:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494781F08; Thu, 12 Nov 2015 17:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHKJZY001614; Thu, 12 Nov 2015 17:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHKJsV001613; Thu, 12 Nov 2015 17:20:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHKJsV001613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401371 - head/polish/trf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:20:20 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:19 2015 New Revision: 401371 URL: https://svnweb.freebsd.org/changeset/ports/401371 Log: - Add LICENSE - Switch to options helpers Modified: head/polish/trf/Makefile Modified: head/polish/trf/Makefile ============================================================================== --- head/polish/trf/Makefile Thu Nov 12 17:20:11 2015 (r401370) +++ head/polish/trf/Makefile Thu Nov 12 17:20:19 2015 (r401371) @@ -9,9 +9,11 @@ MASTER_SITES= http://korzen.org/soft/trf MAINTAINER= ports@FreeBSD.org COMMENT= Billing software for traffic counting working with most Polish ISPs +LICENSE= GPLv2 # or later + OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README CHANGELOG ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:20:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 273FFA2CAE4; Thu, 12 Nov 2015 17:20:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E70E01FEA; Thu, 12 Nov 2015 17:20:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHKOD3001717; Thu, 12 Nov 2015 17:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHKOkp001716; Thu, 12 Nov 2015 17:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHKOkp001716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401372 - head/polish/libtlen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:20:25 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:23 2015 New Revision: 401372 URL: https://svnweb.freebsd.org/changeset/ports/401372 Log: - Switch to options helpers Modified: head/polish/libtlen/Makefile Modified: head/polish/libtlen/Makefile ============================================================================== --- head/polish/libtlen/Makefile Thu Nov 12 17:20:19 2015 (r401371) +++ head/polish/libtlen/Makefile Thu Nov 12 17:20:23 2015 (r401372) @@ -17,6 +17,8 @@ OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:20:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47702A2CB49; Thu, 12 Nov 2015 17:20:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15A29121B; Thu, 12 Nov 2015 17:20:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHKjGO003751; Thu, 12 Nov 2015 17:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHKja1003750; Thu, 12 Nov 2015 17:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHKja1003750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401373 - head/security/ddos_scan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:20:46 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:45 2015 New Revision: 401373 URL: https://svnweb.freebsd.org/changeset/ports/401373 Log: - Switch to USES=tar - Switch to options helpers - Unsilence installation Modified: head/security/ddos_scan/Makefile Modified: head/security/ddos_scan/Makefile ============================================================================== --- head/security/ddos_scan/Makefile Thu Nov 12 17:20:23 2015 (r401372) +++ head/security/ddos_scan/Makefile Thu Nov 12 17:20:45 2015 (r401373) @@ -7,18 +7,20 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://staff.washington.edu/dittrich/misc/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Scans for a limited set of distributed denial of service agents +USES= tar ALL_TARGET= dds OPTIONS_DEFINE= DOCS do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/dds ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/dds ${STAGEDIR}${PREFIX}/sbin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AAD9A2CC7D; Thu, 12 Nov 2015 17:21:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C96A71321; Thu, 12 Nov 2015 17:21:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHKxud003857; Thu, 12 Nov 2015 17:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHKxFj003856; Thu, 12 Nov 2015 17:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121720.tACHKxFj003856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401374 - head/print/detex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:01 -0000 Author: amdmi3 Date: Thu Nov 12 17:20:59 2015 New Revision: 401374 URL: https://svnweb.freebsd.org/changeset/ports/401374 Log: - Switch to USES=tar - Switch to options helpers - Add LICENSE_FILE Modified: head/print/detex/Makefile Modified: head/print/detex/Makefile ============================================================================== --- head/print/detex/Makefile Thu Nov 12 17:20:45 2015 (r401373) +++ head/print/detex/Makefile Thu Nov 12 17:20:59 2015 (r401374) @@ -6,18 +6,19 @@ PORTVERSION= 2.8 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.cs.purdue.edu/homes/trinkle/detex/ -EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Strips TeX/LaTeX codes from a file LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +USES= tar MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL -DHAVE_STRING_H" PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz - PORTDOCS= README + OPTIONS_DEFINE= DOCS post-extract: @@ -25,10 +26,10 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DBE1A2CC9F; Thu, 12 Nov 2015 17:21:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C042A1447; Thu, 12 Nov 2015 17:21:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHL8O5003965; Thu, 12 Nov 2015 17:21:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHL8ZL003964; Thu, 12 Nov 2015 17:21:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121721.tACHL8ZL003964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401375 - head/print/hpijs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:10 -0000 Author: amdmi3 Date: Thu Nov 12 17:21:08 2015 New Revision: 401375 URL: https://svnweb.freebsd.org/changeset/ports/401375 Log: - Switch to OPTIONS_SUB - Switch to options helpers - Unsilence installation Modified: head/print/hpijs/Makefile Modified: head/print/hpijs/Makefile ============================================================================== --- head/print/hpijs/Makefile Thu Nov 12 17:20:59 2015 (r401374) +++ head/print/hpijs/Makefile Thu Nov 12 17:21:08 2015 (r401375) @@ -12,14 +12,16 @@ COMMENT= Drivers and support resources f CONFLICTS= hplip-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-dependency-tracking +CONFIGURE_ARGS= --disable-dependency-tracking USES= ghostscript:run jpeg CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= CUPS DOCS FOOMATIC -OPTIONS_DEFAULT= CUPS FOOMATIC +OPTIONS_DEFAULT=CUPS FOOMATIC +OPTIONS_SUB= yes + FOOMATIC_DESC= Install foomatic-rip and PPD files INSTALL_TARGET= install-exec install-foomatic @@ -29,21 +31,17 @@ INSTALL_TARGET= install-exec install-foo CONFLICTS+= foomatic-filters-* USES+= perl5 shebangfix CONFIGURE_ARGS+= --enable-foomatic-install -PLIST_SUB+= FOOMATIC="" SHEBANG_FILES= foomatic-rip .else CONFIGURE_ARGS+= --disable-foomatic-install -PLIST_SUB+= FOOMATIC="@comment " .endif .if ${PORT_OPTIONS:MCUPS} BUILD_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base RUN_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base CONFIGURE_ARGS+= --enable-cups-install -PLIST_SUB+= CUPS="" .else CONFIGURE_ARGS+= --disable-cups-install -PLIST_SUB+= CUPS="@comment " .endif .include @@ -58,9 +56,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${STAGEDIR}${PREFIX}/bin .endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/gs_hpijs.png ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/gs_hpijs.png ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7CF4A2CCCC; Thu, 12 Nov 2015 17:21:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F2F9156C; Thu, 12 Nov 2015 17:21:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHLFVg004067; Thu, 12 Nov 2015 17:21:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHLF1u004066; Thu, 12 Nov 2015 17:21:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121721.tACHLF1u004066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401376 - head/textproc/uml2svg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:16 -0000 Author: amdmi3 Date: Thu Nov 12 17:21:15 2015 New Revision: 401376 URL: https://svnweb.freebsd.org/changeset/ports/401376 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/textproc/uml2svg/Makefile Modified: head/textproc/uml2svg/Makefile ============================================================================== --- head/textproc/uml2svg/Makefile Thu Nov 12 17:21:08 2015 (r401375) +++ head/textproc/uml2svg/Makefile Thu Nov 12 17:21:15 2015 (r401376) @@ -9,16 +9,17 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= XSL stylesheets to convert UML to SVG +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + NO_BUILD= yes +NO_ARCH= yes INSTDIR= share/xsl/uml2svg OPTIONS_DEFINE= DOCS do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${TAR} -cf - . |\ - ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR}/xsl dirs=$$(${FIND} ${WRKSRC}/src/xsl -type d | ${SED} 's|^${WRKSRC}/src/xsl||g'); \ for d in $${dirs}; do \ @@ -34,4 +35,9 @@ do-install: done ${INSTALL_DATA} ${WRKSRC}/src/uml2svg.xsl ${STAGEDIR}${PREFIX}/${INSTDIR}/ +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${TAR} -cf - . |\ + ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR}) + .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFE70A2CCFF; Thu, 12 Nov 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DA3E1773; Thu, 12 Nov 2015 17:21:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHLRfE004794; Thu, 12 Nov 2015 17:21:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHLRHv004792; Thu, 12 Nov 2015 17:21:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121721.tACHLRHv004792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401377 - head/www/gaeo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:28 -0000 Author: amdmi3 Date: Thu Nov 12 17:21:27 2015 New Revision: 401377 URL: https://svnweb.freebsd.org/changeset/ports/401377 Log: - Add LICENSE - Add NO_ARCH - Optionize DOCS - Switch to options helpers - Fix WWW: Modified: head/www/gaeo/Makefile head/www/gaeo/pkg-descr Modified: head/www/gaeo/Makefile ============================================================================== --- head/www/gaeo/Makefile Thu Nov 12 17:21:15 2015 (r401376) +++ head/www/gaeo/Makefile Thu Nov 12 17:21:27 2015 (r401377) @@ -11,6 +11,9 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Open-source web framework running on Google App Engine +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= google-appengine>=1.1.0:${PORTSDIR}/www/google-appengine \ ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson @@ -18,10 +21,13 @@ PROJECTHOST= google-app-engine-oil USES= python zip USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= LICENSE NOTICE README.TXT CHANGELOG -post-install: +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/www/gaeo/pkg-descr ============================================================================== --- head/www/gaeo/pkg-descr Thu Nov 12 17:21:15 2015 (r401376) +++ head/www/gaeo/pkg-descr Thu Nov 12 17:21:27 2015 (r401377) @@ -8,4 +8,4 @@ Google AppEngine SDK with new features s - Enhanced Request Handler (Controller) - Enhanced Object-Relation Mapping (ORM) -WWW: http://gaeo.org +WWW: http://gaeo.org/ From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B46FCA2CD2F; Thu, 12 Nov 2015 17:21:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCEF1887; Thu, 12 Nov 2015 17:21:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHLhkU004900; Thu, 12 Nov 2015 17:21:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHLhEQ004899; Thu, 12 Nov 2015 17:21:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121721.tACHLhEQ004899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401378 - head/textproc/yould X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:44 -0000 Author: amdmi3 Date: Thu Nov 12 17:21:43 2015 New Revision: 401378 URL: https://svnweb.freebsd.org/changeset/ports/401378 Log: - Add LICENSE - Add NO_ARCH - Optionize DOCS - Switch to options helpers Modified: head/textproc/yould/Makefile Modified: head/textproc/yould/Makefile ============================================================================== --- head/textproc/yould/Makefile Thu Nov 12 17:21:27 2015 (r401377) +++ head/textproc/yould/Makefile Thu Nov 12 17:21:43 2015 (r401378) @@ -10,12 +10,19 @@ MASTER_SITES= CHEESESHOP/source/y/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Pronounceable word generator +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + PORTDOCS= NEWS.txt README.txt -post-install: - @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ - @cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:21:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59CF9A2CD65; Thu, 12 Nov 2015 17:21:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239811976; Thu, 12 Nov 2015 17:21:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHLrtB005003; Thu, 12 Nov 2015 17:21:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHLr1Z005002; Thu, 12 Nov 2015 17:21:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121721.tACHLr1Z005002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401379 - head/textproc/tnef2txt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:21:54 -0000 Author: amdmi3 Date: Thu Nov 12 17:21:52 2015 New Revision: 401379 URL: https://svnweb.freebsd.org/changeset/ports/401379 Log: - Optionize DOCS - Switch to options helpers Modified: head/textproc/tnef2txt/Makefile Modified: head/textproc/tnef2txt/Makefile ============================================================================== --- head/textproc/tnef2txt/Makefile Thu Nov 12 17:21:43 2015 (r401378) +++ head/textproc/tnef2txt/Makefile Thu Nov 12 17:21:52 2015 (r401379) @@ -15,10 +15,12 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/tnef2txt PORTDOCS= README +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${STAGEDIR}${PREFIX}/bin -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:22:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F6BA2CD94; Thu, 12 Nov 2015 17:22:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1FA1A66; Thu, 12 Nov 2015 17:22:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHM3eh005132; Thu, 12 Nov 2015 17:22:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHM3Z1005131; Thu, 12 Nov 2015 17:22:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121722.tACHM3Z1005131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401380 - head/textproc/humanzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:22:05 -0000 Author: amdmi3 Date: Thu Nov 12 17:22:03 2015 New Revision: 401380 URL: https://svnweb.freebsd.org/changeset/ports/401380 Log: - Add LICENSE_FILE - Optionize DOCS - Switch to options helpers Modified: head/textproc/humanzip/Makefile Modified: head/textproc/humanzip/Makefile ============================================================================== --- head/textproc/humanzip/Makefile Thu Nov 12 17:21:52 2015 (r401379) +++ head/textproc/humanzip/Makefile Thu Nov 12 17:22:03 2015 (r401380) @@ -9,12 +9,15 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Compresses text to human readable output -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= CHANGELOG README TODO PLIST_FILES= bin/humanunzip bin/humanzip \ man/man1/humanunzip.1.gz man/man1/humanzip.1.gz +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ 's|g++|$${CXX}| ; \ @@ -27,6 +30,8 @@ do-install: (cd ${WRKSRC} && ${INSTALL_MAN} humanzip.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1) ${LN} -sf humanzip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/humanunzip.1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Thu Nov 12 17:22:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EBEDA2CDC1; Thu, 12 Nov 2015 17:22:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA9A81B6A; Thu, 12 Nov 2015 17:22:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHMBc9005235; Thu, 12 Nov 2015 17:22:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHMBGc005234; Thu, 12 Nov 2015 17:22:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121722.tACHMBGc005234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401381 - head/textproc/py-dsv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:22:13 -0000 Author: amdmi3 Date: Thu Nov 12 17:22:11 2015 New Revision: 401381 URL: https://svnweb.freebsd.org/changeset/ports/401381 Log: - Add NO_ARCH - Switch to options helpers - Unsilence install Modified: head/textproc/py-dsv/Makefile Modified: head/textproc/py-dsv/Makefile ============================================================================== --- head/textproc/py-dsv/Makefile Thu Nov 12 17:22:03 2015 (r401380) +++ head/textproc/py-dsv/Makefile Thu Nov 12 17:22:11 2015 (r401381) @@ -14,6 +14,7 @@ COMMENT= Python module to parse or write USES= python:2 USE_PYTHON= distutils autoplist DSV_BASEDIR= ${PYTHONPREFIX_SITELIBDIR}/DSV +NO_ARCH= yes OPTIONS_DEFINE= DOCS @@ -21,7 +22,9 @@ post-install: @${PRINTF} '#!/bin/sh\n${PYTHON_CMD} ${DSV_BASEDIR}/DSV.py "$$@"\n' \ >${WRKDIR}/DSV.sh ${INSTALL_SCRIPT} ${WRKDIR}/DSV.sh ${STAGEDIR}${PREFIX}/bin/DSV + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Nov 12 17:22:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7E4CA2CDF5; Thu, 12 Nov 2015 17:22:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA821D3A; Thu, 12 Nov 2015 17:22:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHMdRA005353; Thu, 12 Nov 2015 17:22:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHMdJS005352; Thu, 12 Nov 2015 17:22:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121722.tACHMdJS005352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401382 - head/www/erwn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:22:40 -0000 Author: amdmi3 Date: Thu Nov 12 17:22:39 2015 New Revision: 401382 URL: https://svnweb.freebsd.org/changeset/ports/401382 Log: - Switch to options helpers Modified: head/www/erwn/Makefile Modified: head/www/erwn/Makefile ============================================================================== --- head/www/erwn/Makefile Thu Nov 12 17:22:11 2015 (r401381) +++ head/www/erwn/Makefile Thu Nov 12 17:22:39 2015 (r401382) @@ -26,7 +26,7 @@ post-patch: @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:22:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448C9A2CE3E; Thu, 12 Nov 2015 17:22:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BECD1E16; Thu, 12 Nov 2015 17:22:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHMr6f005459; Thu, 12 Nov 2015 17:22:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHMroe005458; Thu, 12 Nov 2015 17:22:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121722.tACHMroe005458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401383 - head/textproc/py-asv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:22:54 -0000 Author: amdmi3 Date: Thu Nov 12 17:22:52 2015 New Revision: 401383 URL: https://svnweb.freebsd.org/changeset/ports/401383 Log: - Add LICENSE - Add NO_ARCH - Don't install INSTALL - Optionize DOCS and EXAMPLES - Switch to options helpers Modified: head/textproc/py-asv/Makefile Modified: head/textproc/py-asv/Makefile ============================================================================== --- head/textproc/py-asv/Makefile Thu Nov 12 17:22:39 2015 (r401382) +++ head/textproc/py-asv/Makefile Thu Nov 12 17:22:52 2015 (r401383) @@ -10,15 +10,21 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Extensible Python module to parse simple text file formats like CSV +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= python +NO_ARCH= yes -PORTDOCS= INSTALL README THANKS +PORTDOCS= README THANKS PORTEXAMPLES= asv_example.py example_data.csv PLIST_FILES= bin/asv \ %%PYTHON_SITELIBDIR%%/ASV.py \ %%PYTHON_SITELIBDIR%%/ASV.pyc \ %%PYTHON_SITELIBDIR%%/ASV.pyo +OPTIONS_DEFINE= DOCS EXAMPLES + do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} \ @@ -33,8 +39,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/asv.sh ${STAGEDIR}${PREFIX}/bin/asv @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/ASV.* ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-head@freebsd.org Thu Nov 12 17:22:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 476DBA2CE59; Thu, 12 Nov 2015 17:22:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15B751E1B; Thu, 12 Nov 2015 17:22:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHMuNH005559; Thu, 12 Nov 2015 17:22:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHMumY005558; Thu, 12 Nov 2015 17:22:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121722.tACHMumY005558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401384 - head/sysutils/ua X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:22:57 -0000 Author: amdmi3 Date: Thu Nov 12 17:22:56 2015 New Revision: 401384 URL: https://svnweb.freebsd.org/changeset/ports/401384 Log: - Switch to options helpers Modified: head/sysutils/ua/Makefile Modified: head/sysutils/ua/Makefile ============================================================================== --- head/sysutils/ua/Makefile Thu Nov 12 17:22:52 2015 (r401383) +++ head/sysutils/ua/Makefile Thu Nov 12 17:22:56 2015 (r401384) @@ -23,6 +23,8 @@ OPTIONS_DEFINE= DOCS post-install: ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1/ + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-head@freebsd.org Thu Nov 12 17:23:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210A7A2CE93; Thu, 12 Nov 2015 17:23:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCEA51FCC; Thu, 12 Nov 2015 17:23:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHN6gj005666; Thu, 12 Nov 2015 17:23:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHN63P005665; Thu, 12 Nov 2015 17:23:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121723.tACHN63P005665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401385 - head/textproc/dtdinst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:23:08 -0000 Author: amdmi3 Date: Thu Nov 12 17:23:06 2015 New Revision: 401385 URL: https://svnweb.freebsd.org/changeset/ports/401385 Log: - Add NO_ARCH - Switch to options helpers Modified: head/textproc/dtdinst/Makefile Modified: head/textproc/dtdinst/Makefile ============================================================================== --- head/textproc/dtdinst/Makefile Thu Nov 12 17:22:56 2015 (r401384) +++ head/textproc/dtdinst/Makefile Thu Nov 12 17:23:06 2015 (r401385) @@ -14,9 +14,8 @@ COMMENT= Converts DTDs to XML instance, LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/copying.txt -OPTIONS_DEFINE= DOCS EXAMPLES - NO_BUILD= yes +NO_ARCH= yes USES= zip USE_JAVA= yes @@ -25,15 +24,21 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= %%JAVAJARDIR%%/dtdinst.jar share/xsl/dtdinst/dtdinst2rng.xsl +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} (cd ${WRKSRC} && ${INSTALL_DATA} *.jar ${STAGEDIR}${JAVAJARDIR}) @${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/dtdinst (cd ${WRKSRC} && ${INSTALL_DATA} *.xsl ${STAGEDIR}${PREFIX}/share/xsl/dtdinst) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in dtdinst.rnc.txt dtdinst.rng index.html teixml.dtd.txt (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/example && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-head@freebsd.org Thu Nov 12 17:23:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91AE5A2CEC0; Thu, 12 Nov 2015 17:23:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EAF510A4; Thu, 12 Nov 2015 17:23:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACHNEa1005773; Thu, 12 Nov 2015 17:23:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACHNECr005772; Thu, 12 Nov 2015 17:23:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511121723.tACHNECr005772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Nov 2015 17:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401386 - head/textproc/chpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 17:23:15 -0000 Author: amdmi3 Date: Thu Nov 12 17:23:14 2015 New Revision: 401386 URL: https://svnweb.freebsd.org/changeset/ports/401386 Log: - Switch to options helpers Modified: head/textproc/chpp/Makefile Modified: head/textproc/chpp/Makefile ============================================================================== --- head/textproc/chpp/Makefile Thu Nov 12 17:23:06 2015 (r401385) +++ head/textproc/chpp/Makefile Thu Nov 12 17:23:14 2015 (r401386) @@ -49,11 +49,13 @@ post-patch: 's|"../regex.h"||' ${WRKSRC}/builtins/${i} .endfor -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/test && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-head@freebsd.org Thu Nov 12 18:35:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90AA9A2DEE8; Thu, 12 Nov 2015 18:35:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 576F61E45; Thu, 12 Nov 2015 18:35:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACIZtWt026215; Thu, 12 Nov 2015 18:35:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACIZsPA026200; Thu, 12 Nov 2015 18:35:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121835.tACIZsPA026200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 18:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401387 - in head: graphics/exact-image/files graphics/mapserver/files graphics/ocaml-images/files graphics/osg/files graphics/php5-swfed/files graphics/simpleviewer/files japanese/ming... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:35:56 -0000 Author: antoine Date: Thu Nov 12 18:35:53 2015 New Revision: 401387 URL: https://svnweb.freebsd.org/changeset/ports/401387 Log: Allow building with giflib 5.1 PR: 204492 Added: head/graphics/mapserver/files/ head/graphics/mapserver/files/patch-mapimageio.c (contents, props changed) head/graphics/osg/files/patch-src_osgPlugins_gif_ReaderWriterGIF.cpp (contents, props changed) Modified: head/graphics/exact-image/files/patch-codecs__gif.cc head/graphics/ocaml-images/files/patch-src_gifread.c head/graphics/ocaml-images/files/patch-src_gifwrite.c head/graphics/php5-swfed/files/patch-swf__gif.c head/graphics/simpleviewer/files/patch-src_formats_formatgif.cpp head/japanese/ming/files/patch-util_gif2dbl.c head/mail/spamprobe/files/patch-src_parser_GifParser.cc head/net-im/kmess-kde4/Makefile head/net-im/kmess-kde4/files/patch-contrib_isf-qt_src_isfqt.cpp head/net-mgmt/driftnet/files/patch-gif.c head/textproc/gladtex/files/patch-eqn2img.c head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c Modified: head/graphics/exact-image/files/patch-codecs__gif.cc ============================================================================== --- head/graphics/exact-image/files/patch-codecs__gif.cc Thu Nov 12 17:23:14 2015 (r401386) +++ head/graphics/exact-image/files/patch-codecs__gif.cc Thu Nov 12 18:35:53 2015 (r401387) @@ -115,7 +115,19 @@ return false; } } -@@ -166,7 +212,11 @@ bool GIFCodec::writeImage (std::ostream* +@@ -155,7 +201,11 @@ int GIFCodec::readImage (std::istream* s + // convert colormap to our 16bit "TIFF"format + colorspace_de_palette (image, ColorMap->ColorCount, rmap, gmap, bmap); + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(GifFile, NULL); ++#else + EGifCloseFile(GifFile); ++#endif + + return true; + } +@@ -166,7 +216,11 @@ bool GIFCodec::writeImage (std::ostream* GifFileType* GifFile; GifByteType* Ptr; @@ -127,7 +139,7 @@ { std::cerr << "Error preparing GIF file for writing." << std::endl; return false; -@@ -175,7 +225,11 @@ bool GIFCodec::writeImage (std::ostream* +@@ -175,7 +229,11 @@ bool GIFCodec::writeImage (std::ostream* int ColorMapSize = 256; // later use our own colormap generation @@ -139,7 +151,7 @@ if (!OutputColorMap) return false; -@@ -203,7 +257,11 @@ bool GIFCodec::writeImage (std::ostream* +@@ -203,7 +261,11 @@ bool GIFCodec::writeImage (std::ostream* } @@ -151,7 +163,7 @@ RedBuffer, GreenBuffer, BlueBuffer, OutputBuffer, OutputColorMap->Colors) == GIF_ERROR) { return false; -@@ -215,7 +273,7 @@ bool GIFCodec::writeImage (std::ostream* +@@ -215,7 +277,7 @@ bool GIFCodec::writeImage (std::ostream* if (EGifPutScreenDesc(GifFile, image.w, image.h, ColorMapSize, 0, OutputColorMap) == GIF_ERROR || EGifPutImageDesc(GifFile, 0, 0, image.w, image.h, @@ -160,12 +172,18 @@ { std::cerr << "Error writing GIF header." << std::endl; return false; -@@ -232,7 +290,7 @@ bool GIFCodec::writeImage (std::ostream* +@@ -232,9 +294,13 @@ bool GIFCodec::writeImage (std::ostream* } free (OutputBuffer); - delete (RedBuffer); delete (GreenBuffer); delete (BlueBuffer); + delete[] RedBuffer; delete[] GreenBuffer; delete[] BlueBuffer; ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(GifFile, NULL); ++#else EGifCloseFile(GifFile); ++#endif return true; + } + Added: head/graphics/mapserver/files/patch-mapimageio.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mapserver/files/patch-mapimageio.c Thu Nov 12 18:35:53 2015 (r401387) @@ -0,0 +1,14 @@ +--- mapimageio.c.orig 2015-07-24 07:59:36 UTC ++++ mapimageio.c +@@ -1058,7 +1058,11 @@ int readGIF(char *path, rasterBufferObj + + } while (recordType != TERMINATE_RECORD_TYPE); + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ if (DGifCloseFile(image, NULL) == GIF_ERROR) { ++#else + if (DGifCloseFile(image) == GIF_ERROR) { ++#endif + #if defined GIFLIB_MAJOR && GIFLIB_MAJOR >= 5 + msSetError(MS_MISCERR,"failed to close gif after loading: %s","readGIF()", gif_error_msg(image->Error)); + #else Modified: head/graphics/ocaml-images/files/patch-src_gifread.c ============================================================================== --- head/graphics/ocaml-images/files/patch-src_gifread.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/graphics/ocaml-images/files/patch-src_gifread.c Thu Nov 12 18:35:53 2015 (r401387) @@ -12,7 +12,19 @@ failwith("DGifOpenFileName"); } -@@ -200,7 +204,6 @@ value dGifGetLine( value hdl ) +@@ -161,7 +165,11 @@ value dGifCloseFile( value hdl ) + segmentation faults */ + ((GifFileType *)hdl)->Image.ColorMap = NULL; + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile( (GifFileType *) hdl, NULL ); ++#else + DGifCloseFile( (GifFileType *) hdl ); ++#endif + CAMLreturn(Val_unit); + } + +@@ -200,7 +208,6 @@ value dGifGetLine( value hdl ) if( DGifGetLine(GifFile, String_val(buf), GifFile->Image.Width ) == GIF_ERROR ){ Modified: head/graphics/ocaml-images/files/patch-src_gifwrite.c ============================================================================== --- head/graphics/ocaml-images/files/patch-src_gifwrite.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/graphics/ocaml-images/files/patch-src_gifwrite.c Thu Nov 12 18:35:53 2015 (r401387) @@ -33,7 +33,19 @@ failwith("EGifOpenFileName"); } /* gcc -fwritable-strings is required to compile libungif */ -@@ -133,7 +141,6 @@ value eGifPutLine( value oc, value buf ) +@@ -88,7 +96,11 @@ value eGifCloseFile( value hdl ) + segmentation faults */ + ((GifFileType *)hdl)->Image.ColorMap = NULL; + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile( (GifFileType *) hdl, NULL ); ++#else + EGifCloseFile( (GifFileType *) hdl ); ++#endif + CAMLreturn(Val_unit); + } + +@@ -133,7 +145,6 @@ value eGifPutLine( value oc, value buf ) if ( EGifPutLine(GifFileOut, String_val(buf), GifFileOut->Image.Width) == GIF_ERROR ){ Added: head/graphics/osg/files/patch-src_osgPlugins_gif_ReaderWriterGIF.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/osg/files/patch-src_osgPlugins_gif_ReaderWriterGIF.cpp Thu Nov 12 18:35:53 2015 (r401387) @@ -0,0 +1,14 @@ +--- src/osgPlugins/gif/ReaderWriterGIF.cpp.orig 2013-06-03 14:04:02 UTC ++++ src/osgPlugins/gif/ReaderWriterGIF.cpp +@@ -561,7 +561,11 @@ GifImageStream** obj) + *width_ret = giffile->SWidth; + *height_ret = giffile->SHeight; + *numComponents_ret = 4; ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(giffile, NULL); ++#else + DGifCloseFile(giffile); ++#endif + return buffer; + } + Modified: head/graphics/php5-swfed/files/patch-swf__gif.c ============================================================================== --- head/graphics/php5-swfed/files/patch-swf__gif.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/graphics/php5-swfed/files/patch-swf__gif.c Thu Nov 12 18:35:53 2015 (r401387) @@ -1,6 +1,6 @@ --- swf_gif.c.orig 2014-02-10 02:32:16 UTC +++ swf_gif.c -@@ -132,7 +132,11 @@ gifconv_gif2lossless(unsigned char *gif_ +@@ -132,14 +132,22 @@ gifconv_gif2lossless(unsigned char *gif_ gif_buff.data = gif_data; gif_buff.data_len = gif_data_len; gif_buff.data_offset = 0; @@ -12,7 +12,42 @@ if (GifFile == NULL) { fprintf(stderr, "gifconv_gif2lossless: can't open GIFFile\n"); return NULL; -@@ -252,7 +256,11 @@ gifconv_lossless2gif(void *image_data, + } + if (DGifSlurp(GifFile) == GIF_ERROR) { + fprintf(stderr, "gifconv_gif2lossless: DGifSlurp failed\n"); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(GifFile, NULL); ++#else + DGifCloseFile(GifFile); ++#endif + return NULL; + } + Image = GifFile->SavedImages[0]; +@@ -152,7 +160,11 @@ gifconv_gif2lossless(unsigned char *gif_ + bpp = ColorMap->BitsPerPixel; + if (bpp > 8) { + fprintf(stderr, "gifconv_gif2lossless: bpp=%d not implemented. accept only bpp <= 8\n", bpp); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(GifFile, NULL); ++#else + DGifCloseFile(GifFile); ++#endif + return NULL; + } + palette_num = ColorMap->ColorCount; +@@ -216,7 +228,11 @@ gifconv_gif2lossless(unsigned char *gif_ + * destruct + */ + if (GifFile) { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(GifFile, NULL); ++#else + DGifCloseFile(GifFile); ++#endif + } + return image_data; + } +@@ -252,7 +268,11 @@ gifconv_lossless2gif(void *image_data, gif_buff.data = NULL; gif_buff.data_len = 0; gif_buff.data_offset = 0; @@ -24,7 +59,7 @@ if (GifFile == NULL) { fprintf(stderr, "gifconv_lossless2gif: can't open GIFFile\n"); return NULL; -@@ -292,7 +300,11 @@ gifconv_lossless2gif(void *image_data, +@@ -292,13 +312,21 @@ gifconv_lossless2gif(void *image_data, } GifFile->SavedImages[0].RasterBits = gif_image_data; @@ -36,3 +71,13 @@ EGifSpew(GifFile); // XXX free(gif_image_data); + + if (GifFile) { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(GifFile, NULL); ++#else + EGifCloseFile(GifFile); ++#endif + } + *length = gif_buff.data_offset; + return gif_buff.data; Modified: head/graphics/simpleviewer/files/patch-src_formats_formatgif.cpp ============================================================================== --- head/graphics/simpleviewer/files/patch-src_formats_formatgif.cpp Thu Nov 12 17:23:14 2015 (r401386) +++ head/graphics/simpleviewer/files/patch-src_formats_formatgif.cpp Thu Nov 12 18:35:53 2015 (r401387) @@ -12,3 +12,27 @@ if(file == 0) { std::cout << "Error Opening GIF image" << std::endl; return false; +@@ -31,7 +35,11 @@ bool CFormatGif::Load(const char* filena + int res = DGifSlurp(file); + if(res != GIF_OK || file->ImageCount < 1) { + std::cout << "Error Opening GIF image" << std::endl; ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(file, NULL); ++#else + DGifCloseFile(file); ++#endif + return false; + } + +@@ -130,7 +138,11 @@ bool CFormatGif::Load(const char* filena + // + // std::cout << "Record Type" << (int)recordType << std::endl; + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(file, NULL); ++#else + DGifCloseFile(file); ++#endif + + return true; + } Modified: head/japanese/ming/files/patch-util_gif2dbl.c ============================================================================== --- head/japanese/ming/files/patch-util_gif2dbl.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/japanese/ming/files/patch-util_gif2dbl.c Thu Nov 12 18:35:53 2015 (r401387) @@ -1,5 +1,5 @@ ---- ../util/gif2dbl.c.orig 2002-06-24 12:21:54.000000000 +0000 -+++ ../util/gif2dbl.c 2014-12-26 17:29:52.000000000 +0000 +--- ../util/gif2dbl.c.orig 2002-06-24 12:21:54 UTC ++++ ../util/gif2dbl.c @@ -16,7 +16,6 @@ void error(char *msg) { @@ -20,3 +20,15 @@ error("Error opening file"); if(DGifSlurp(file) != GIF_OK) +@@ -181,7 +184,11 @@ unsigned char *readGif(char *fileName, i + } + + /* Done! */ ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(file, NULL); ++#else + DGifCloseFile(file); ++#endif + + *length = size; + return data; Modified: head/mail/spamprobe/files/patch-src_parser_GifParser.cc ============================================================================== --- head/mail/spamprobe/files/patch-src_parser_GifParser.cc Thu Nov 12 17:23:14 2015 (r401386) +++ head/mail/spamprobe/files/patch-src_parser_GifParser.cc Thu Nov 12 18:35:53 2015 (r401387) @@ -1,6 +1,18 @@ --- src/parser/GifParser.cc.orig 2006-11-17 07:24:49 UTC +++ src/parser/GifParser.cc -@@ -99,7 +99,11 @@ bool GifParser::parseImage() +@@ -81,7 +81,11 @@ GifParser::GifParser(Message *message, + GifParser::~GifParser() + { + if (m_gif) { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(m_gif, NULL); ++#else + DGifCloseFile(m_gif); ++#endif + } + } + +@@ -99,7 +103,11 @@ bool GifParser::parseImage() void GifParser::openImage() { m_nextByteIndex = 0; Modified: head/net-im/kmess-kde4/Makefile ============================================================================== --- head/net-im/kmess-kde4/Makefile Thu Nov 12 17:23:14 2015 (r401386) +++ head/net-im/kmess-kde4/Makefile Thu Nov 12 18:35:53 2015 (r401387) @@ -3,14 +3,15 @@ PORTNAME= kmess PORTVERSION= 2.0.6.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-im kde MASTER_SITES= SF/${PORTNAME}/Latest%20versions/${PORTVERSION}/ MAINTAINER= syncer@gmail.com COMMENT= MSN Messenger client for KDE -LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca +LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca \ + libgif.so:${PORTSDIR}/graphics/giflib USE_GNOME= libxml2 libxslt USE_KDE4= kdeprefix kdelibs libkonq automoc4 Modified: head/net-im/kmess-kde4/files/patch-contrib_isf-qt_src_isfqt.cpp ============================================================================== --- head/net-im/kmess-kde4/files/patch-contrib_isf-qt_src_isfqt.cpp Thu Nov 12 17:23:14 2015 (r401386) +++ head/net-im/kmess-kde4/files/patch-contrib_isf-qt_src_isfqt.cpp Thu Nov 12 18:35:53 2015 (r401387) @@ -72,10 +72,15 @@ { qWarning() << "EGifPutExtensionLast (0) failed!"; goto writeError; -@@ -624,12 +648,16 @@ QByteArray Stream::writerGif( const Draw +@@ -623,13 +647,21 @@ QByteArray Stream::writerGif( const Draw + writeError: // Clean up the GIF converter etc ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile( gifImage, NULL ); ++#else EGifCloseFile( gifImage ); ++#endif +#if GIFLIB_MAJOR >= 5 + GifFreeMapObject( cmap ); +#else Modified: head/net-mgmt/driftnet/files/patch-gif.c ============================================================================== --- head/net-mgmt/driftnet/files/patch-gif.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/net-mgmt/driftnet/files/patch-gif.c Thu Nov 12 18:35:53 2015 (r401387) @@ -12,3 +12,27 @@ if (!I->us) { I->err = IE_HDRFORMAT; return 0; +@@ -36,7 +40,11 @@ int gif_load_hdr(img I) { + * Abort loading a GIF file after the header is done. + */ + int gif_abort_load(img I) { ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile((GifFileType*)I->us, NULL); ++#else + DGifCloseFile((GifFileType*)I->us); ++#endif + return 1; + } + +@@ -114,7 +122,11 @@ int gif_load_img(img I) { + ret = 1; + fail: + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(g, NULL); ++#else + DGifCloseFile(g); ++#endif + + return ret; + } Modified: head/textproc/gladtex/files/patch-eqn2img.c ============================================================================== --- head/textproc/gladtex/files/patch-eqn2img.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/textproc/gladtex/files/patch-eqn2img.c Thu Nov 12 18:35:53 2015 (r401387) @@ -50,7 +50,19 @@ /* EGifSetGifVersion("89a"); this causes segfault (but is really required for transparency, I think) */ EGifPutScreenDesc(fp, width, height, 256, 255, color_map); -@@ -715,7 +727,7 @@ int to_ps(char *basename, int verbose) { +@@ -649,7 +661,11 @@ int gif_write(png_bytepp image, char *im + return -1; + } + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile(fp, NULL); ++#else + EGifCloseFile(fp); ++#endif + + return 0; + } +@@ -715,7 +731,7 @@ int to_ps(char *basename, int verbose) { fprintf(stderr, " -> ps"); cmd = NEW(char, 2*strlen(basename) + 46); Modified: head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c ============================================================================== --- head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c Thu Nov 12 17:23:14 2015 (r401386) +++ head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c Thu Nov 12 18:35:53 2015 (r401387) @@ -1,6 +1,6 @@ ---- src/gifcodec.c.orig +--- src/gifcodec.c.orig 2015-01-05 10:27:06 UTC +++ src/gifcodec.c -@@ -40,9 +40,13 @@ +@@ -40,9 +40,13 @@ GUID gdip_gif_image_format_guid = {0xb96 #include "gifcodec.h" #ifdef EgifOpen @@ -15,7 +15,7 @@ /* Data structure used for callback */ typedef struct -@@ -131,7 +135,11 @@ +@@ -131,7 +135,11 @@ AddExtensionBlockMono(SavedImage *New, i if (ExtData) { memcpy(ep->Bytes, ExtData, Len); @@ -27,7 +27,7 @@ } return (GIF_OK); -@@ -234,7 +242,11 @@ +@@ -234,7 +242,11 @@ DGifSlurpMono(GifFileType * GifFile, Sav } case EXTENSION_RECORD_TYPE: { @@ -39,7 +39,7 @@ return (GIF_ERROR); } -@@ -247,7 +259,9 @@ +@@ -247,7 +259,9 @@ DGifSlurpMono(GifFileType * GifFile, Sav if (DGifGetExtensionNext(GifFile, &ExtData) == GIF_ERROR) { return (GIF_ERROR); } @@ -49,7 +49,7 @@ } break; } -@@ -306,9 +320,17 @@ +@@ -306,9 +320,17 @@ gdip_load_gif_image (void *stream, GpIma loop_counter = FALSE; if (from_file) { @@ -67,7 +67,31 @@ } if (gif == NULL) { -@@ -663,9 +685,17 @@ +@@ -583,7 +605,11 @@ gdip_load_gif_image (void *stream, GpIma + } + + FreeExtensionMono(&global_extensions); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile (gif, NULL); ++#else + DGifCloseFile (gif); ++#endif + + *image = result; + return Ok; +@@ -599,7 +625,11 @@ error: + + if (gif != NULL) { + FreeExtensionMono (&global_extensions); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile (gif, NULL); ++#else + DGifCloseFile (gif); ++#endif + } + + *image = NULL; +@@ -663,9 +693,17 @@ gdip_save_gif_image (void *stream, GpIma } if (from_file) { @@ -85,7 +109,7 @@ } if (!fp) { -@@ -704,7 +734,11 @@ +@@ -704,7 +742,11 @@ gdip_save_gif_image (void *stream, GpIma goto error; } @@ -97,7 +121,7 @@ pixbuf = GdipAlloc(pixbuf_size); if (pixbuf == NULL) { -@@ -795,7 +829,11 @@ +@@ -795,7 +837,11 @@ gdip_save_gif_image (void *stream, GpIma pixbuf = pixbuf_org; } else { cmap_size = 256; @@ -109,7 +133,7 @@ red = GdipAlloc(pixbuf_size); green = GdipAlloc(pixbuf_size); -@@ -826,13 +864,21 @@ +@@ -826,13 +872,21 @@ gdip_save_gif_image (void *stream, GpIma v += 4; } } @@ -131,7 +155,7 @@ cmap->ColorCount = 1 << cmap->BitsPerPixel; if ((frame == 0) && (k == 0)) { -@@ -850,8 +896,15 @@ +@@ -850,8 +904,15 @@ gdip_save_gif_image (void *stream, GpIma Buffer[0] = 1; Buffer[1] = ptr[0]; Buffer[2] = ptr[1]; @@ -147,7 +171,7 @@ } } -@@ -903,7 +956,11 @@ +@@ -903,7 +964,11 @@ gdip_save_gif_image (void *stream, GpIma pixbuf += bitmap_data->width; } @@ -159,7 +183,17 @@ if (red != NULL) { GdipFree (red); } -@@ -931,7 +988,11 @@ +@@ -925,13 +990,21 @@ gdip_save_gif_image (void *stream, GpIma + } + } + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ EGifCloseFile (fp, NULL); ++#else + EGifCloseFile (fp); ++#endif + + return Ok; error: if (cmap != NULL) { From owner-svn-ports-head@freebsd.org Thu Nov 12 18:40:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E303A2D2DF; Thu, 12 Nov 2015 18:40:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B9181191; Thu, 12 Nov 2015 18:40:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACIeaPm026475; Thu, 12 Nov 2015 18:40:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACIeaGx026474; Thu, 12 Nov 2015 18:40:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121840.tACIeaGx026474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 18:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401388 - head/astro/xplanet/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:40:37 -0000 Author: antoine Date: Thu Nov 12 18:40:35 2015 New Revision: 401388 URL: https://svnweb.freebsd.org/changeset/ports/401388 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/astro/xplanet/files/patch-src_libimage_gif.c Modified: head/astro/xplanet/files/patch-src_libimage_gif.c ============================================================================== --- head/astro/xplanet/files/patch-src_libimage_gif.c Thu Nov 12 18:35:53 2015 (r401387) +++ head/astro/xplanet/files/patch-src_libimage_gif.c Thu Nov 12 18:40:35 2015 (r401388) @@ -95,7 +95,19 @@ return(0); } } -@@ -178,7 +218,11 @@ write_gif(const char *filename, int widt +@@ -154,7 +194,11 @@ read_gif(const char *filename, int *widt + + free(buffer); + ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(infile, NULL); ++#else + DGifCloseFile(infile); ++#endif + return(1); + } + +@@ -178,7 +222,11 @@ write_gif(const char *filename, int widt return(0); } @@ -107,7 +119,7 @@ for (i = 0; i < width * height; i++) { -@@ -187,10 +231,15 @@ write_gif(const char *filename, int widt +@@ -187,10 +235,15 @@ write_gif(const char *filename, int widt blue[i] = (GifByteType) rgb[3*i+2]; } @@ -124,7 +136,7 @@ return(0); } -@@ -198,24 +247,36 @@ write_gif(const char *filename, int widt +@@ -198,24 +251,36 @@ write_gif(const char *filename, int widt free(green); free(blue); @@ -166,7 +178,7 @@ return(0); } -@@ -224,7 +285,11 @@ write_gif(const char *filename, int widt +@@ -224,7 +289,11 @@ write_gif(const char *filename, int widt { if (EGifPutLine(outfile, ptr, width) == GIF_ERROR) { @@ -179,11 +191,16 @@ return(0); } ptr += width; -@@ -233,7 +298,7 @@ write_gif(const char *filename, int widt +@@ -232,8 +301,12 @@ write_gif(const char *filename, int widt + EGifSpew(outfile); ++#if GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1 || GIFLIB_MAJOR > 5 ++ if (EGifCloseFile(outfile, NULL) == GIF_ERROR) ++#else if (EGifCloseFile(outfile) == GIF_ERROR) - PrintGifError(); ++#endif + fprintf(stderr, "Can't close GIF file %s\n", filename); free(buffer); From owner-svn-ports-head@freebsd.org Thu Nov 12 18:48:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84ED8A2D4A5; Thu, 12 Nov 2015 18:48:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4471C17A5; Thu, 12 Nov 2015 18:48:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACImr9S029526; Thu, 12 Nov 2015 18:48:53 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACImrgx029522; Thu, 12 Nov 2015 18:48:53 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511121848.tACImrgx029522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 12 Nov 2015 18:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401389 - in head/net/mpich: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:48:54 -0000 Author: tijl Date: Thu Nov 12 18:48:52 2015 New Revision: 401389 URL: https://svnweb.freebsd.org/changeset/ports/401389 Log: Update to MPICH 3.2 Added: head/net/mpich/files/patch-Makefile.in (contents, props changed) Deleted: head/net/mpich/files/patch-src-mpi-pt2pt-greq_start.c head/net/mpich/files/patch-src-mutex-mutex_create.c head/net/mpich/files/patch-src-mutex-mutex_free.c head/net/mpich/files/patch-src-mutex-mutex_lock.c head/net/mpich/files/patch-src-mutex-mutex_unlock.c Modified: head/net/mpich/Makefile head/net/mpich/distinfo head/net/mpich/pkg-plist Modified: head/net/mpich/Makefile ============================================================================== --- head/net/mpich/Makefile Thu Nov 12 18:40:35 2015 (r401388) +++ head/net/mpich/Makefile Thu Nov 12 18:48:52 2015 (r401389) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= mpich -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ Modified: head/net/mpich/distinfo ============================================================================== --- head/net/mpich/distinfo Thu Nov 12 18:40:35 2015 (r401388) +++ head/net/mpich/distinfo Thu Nov 12 18:48:52 2015 (r401389) @@ -1,2 +1,2 @@ -SHA256 (mpich-3.1.4.tar.gz) = f68b5330e94306c00ca5a1c0e8e275c7f53517d01d6c524d51ce9359d240466b -SIZE (mpich-3.1.4.tar.gz) = 11325036 +SHA256 (mpich-3.2.tar.gz) = 0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc +SIZE (mpich-3.2.tar.gz) = 11862150 Added: head/net/mpich/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mpich/files/patch-Makefile.in Thu Nov 12 18:48:52 2015 (r401389) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-11-12 04:08:10 UTC ++++ Makefile.in +@@ -10241,7 +10241,7 @@ common_pm_includes = \ + # we may not want to add AM_CPPFLAGS for this program + @BUILD_PM_GFORKER_TRUE@@PRIMARY_PM_GFORKER_TRUE@src_pm_gforker_mpiexec_CPPFLAGS = $(common_pm_includes) $(AM_CPPFLAGS) + @BUILD_PM_GFORKER_TRUE@@PRIMARY_PM_GFORKER_FALSE@src_pm_gforker_mpiexec_gforker_SOURCES = src/pm/gforker/mpiexec.c +-@BUILD_PM_GFORKER_TRUE@@PRIMARY_PM_GFORKER_FALSE@src_pm_gforker_mpiexec_gforker_LDADD = src/pm/util/libmpiexec.a ++@BUILD_PM_GFORKER_TRUE@@PRIMARY_PM_GFORKER_FALSE@src_pm_gforker_mpiexec_gforker_LDADD = src/pm/util/libmpiexec.a $(mpllib) + # we may not want to add AM_CPPFLAGS for this program + @BUILD_PM_GFORKER_TRUE@@PRIMARY_PM_GFORKER_FALSE@src_pm_gforker_mpiexec_gforker_CPPFLAGS = $(common_pm_includes) $(AM_CPPFLAGS) + @BUILD_PM_REMSHELL_TRUE@@PRIMARY_PM_REMSHELL_TRUE@src_pm_remshell_mpiexec_SOURCES = src/pm/remshell/mpiexec.c Modified: head/net/mpich/pkg-plist ============================================================================== --- head/net/mpich/pkg-plist Thu Nov 12 18:40:35 2015 (r401388) +++ head/net/mpich/pkg-plist Thu Nov 12 18:48:52 2015 (r401389) @@ -45,18 +45,18 @@ include/primitives/opa_unsafe.h lib/libmpi.a lib/libmpi.so lib/libmpi.so.12 -lib/libmpi.so.12.0.5 +lib/libmpi.so.12.1.0 lib/libmpich.so lib/libmpichcxx.so %%FORTRAN%%lib/libmpichf90.so lib/libmpicxx.a lib/libmpicxx.so lib/libmpicxx.so.12 -lib/libmpicxx.so.12.0.5 +lib/libmpicxx.so.12.1.0 %%FORTRAN%%lib/libmpifort.a %%FORTRAN%%lib/libmpifort.so %%FORTRAN%%lib/libmpifort.so.12 -%%FORTRAN%%lib/libmpifort.so.12.0.5 +%%FORTRAN%%lib/libmpifort.so.12.1.0 lib/libmpl.so lib/libopa.so libdata/pkgconfig/mpich.pc @@ -80,6 +80,8 @@ man/man3/MPI_Add_error_class.3.gz man/man3/MPI_Add_error_code.3.gz man/man3/MPI_Add_error_string.3.gz man/man3/MPI_Address.3.gz +man/man3/MPI_Aint_add.3.gz +man/man3/MPI_Aint_diff.3.gz man/man3/MPI_Allgather.3.gz man/man3/MPI_Allgatherv.3.gz man/man3/MPI_Alloc_mem.3.gz @@ -173,10 +175,14 @@ man/man3/MPI_File_get_size.3.gz man/man3/MPI_File_get_type_extent.3.gz man/man3/MPI_File_get_view.3.gz man/man3/MPI_File_iread.3.gz +man/man3/MPI_File_iread_all.3.gz man/man3/MPI_File_iread_at.3.gz +man/man3/MPI_File_iread_at_all.3.gz man/man3/MPI_File_iread_shared.3.gz man/man3/MPI_File_iwrite.3.gz +man/man3/MPI_File_iwrite_all.3.gz man/man3/MPI_File_iwrite_at.3.gz +man/man3/MPI_File_iwrite_at_all.3.gz man/man3/MPI_File_iwrite_shared.3.gz man/man3/MPI_File_open.3.gz man/man3/MPI_File_preallocate.3.gz @@ -346,9 +352,11 @@ man/man3/MPI_Status_set_elements_x.3.gz man/man3/MPI_T_category_changed.3.gz man/man3/MPI_T_category_get_categories.3.gz man/man3/MPI_T_category_get_cvars.3.gz +man/man3/MPI_T_category_get_index.3.gz man/man3/MPI_T_category_get_info.3.gz man/man3/MPI_T_category_get_num.3.gz man/man3/MPI_T_category_get_pvars.3.gz +man/man3/MPI_T_cvar_get_index.3.gz man/man3/MPI_T_cvar_get_info.3.gz man/man3/MPI_T_cvar_get_num.3.gz man/man3/MPI_T_cvar_handle_alloc.3.gz @@ -359,6 +367,7 @@ man/man3/MPI_T_enum_get_info.3.gz man/man3/MPI_T_enum_get_item.3.gz man/man3/MPI_T_finalize.3.gz man/man3/MPI_T_init_thread.3.gz +man/man3/MPI_T_pvar_get_index.3.gz man/man3/MPI_T_pvar_get_info.3.gz man/man3/MPI_T_pvar_get_num.3.gz man/man3/MPI_T_pvar_handle_alloc.3.gz From owner-svn-ports-head@freebsd.org Thu Nov 12 18:49:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBBC1A2D4CE; Thu, 12 Nov 2015 18:49:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95346189F; Thu, 12 Nov 2015 18:49:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACInZks029718; Thu, 12 Nov 2015 18:49:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACInZjl029715; Thu, 12 Nov 2015 18:49:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511121849.tACInZjl029715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 12 Nov 2015 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401390 - in head/sysutils/tmux: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:49:36 -0000 Author: mat Date: Thu Nov 12 18:49:35 2015 New Revision: 401390 URL: https://svnweb.freebsd.org/changeset/ports/401390 Log: Update to 2.1 Changes: https://github.com/tmux/tmux/blob/2.1/CHANGES Sponsored by: Absolight Deleted: head/sysutils/tmux/files/patch-compat_imsg.c head/sysutils/tmux/files/patch-configure head/sysutils/tmux/files/patch-git_2c53b23d Modified: head/sysutils/tmux/Makefile head/sysutils/tmux/distinfo head/sysutils/tmux/files/extra-patch-tty-keys.c Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Thu Nov 12 18:48:52 2015 (r401389) +++ head/sysutils/tmux/Makefile Thu Nov 12 18:49:35 2015 (r401390) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tmux -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1 CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ \ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//} @@ -14,8 +13,7 @@ COMMENT= Terminal Multiplexer LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig shebangfix ncurses -SHEBANG_FILES= examples/tmux_backup.sh +USES= pkgconfig ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc @@ -39,7 +37,8 @@ LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBA LIBEVENT_STATIC_VARS= LESTATIC=${LOCALBASE}/lib/libevent.a post-patch: - @${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES + @${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES \ + ${WRKSRC}/tmux.h post-configure-LIBEVENT_STATIC-on: ${REINPLACE_CMD} -e '/LIBS/s|-levent[^[:blank:]]*|${LESTATIC}|' \ @@ -50,8 +49,12 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/tmux.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/examples/bash_completion_tmux.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/tmux + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/sysutils/tmux/distinfo ============================================================================== --- head/sysutils/tmux/distinfo Thu Nov 12 18:48:52 2015 (r401389) +++ head/sysutils/tmux/distinfo Thu Nov 12 18:49:35 2015 (r401390) @@ -1,2 +1,2 @@ -SHA256 (tmux-2.0.tar.gz) = 795f4b4446b0ea968b9201c25e8c1ef8a6ade710ebca4657dd879c35916ad362 -SIZE (tmux-2.0.tar.gz) = 455754 +SHA256 (tmux-2.1.tar.gz) = 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 +SIZE (tmux-2.1.tar.gz) = 462965 Modified: head/sysutils/tmux/files/extra-patch-tty-keys.c ============================================================================== --- head/sysutils/tmux/files/extra-patch-tty-keys.c Thu Nov 12 18:48:52 2015 (r401389) +++ head/sysutils/tmux/files/extra-patch-tty-keys.c Thu Nov 12 18:49:35 2015 (r401390) @@ -1,6 +1,6 @@ ---- tty-keys.c.orig 2015-05-05 20:21:51 UTC +--- tty-keys.c.orig 2015-09-27 09:42:08 UTC +++ tty-keys.c -@@ -556,8 +556,6 @@ first_key: +@@ -545,8 +545,6 @@ first_key: * used. termios should have a better idea. */ bspace = tty->tio.c_cc[VERASE]; From owner-svn-ports-head@freebsd.org Thu Nov 12 19:20:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20817A2DB0D; Thu, 12 Nov 2015 19:20:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2B7C1902; Thu, 12 Nov 2015 19:20:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACJKQXD038503; Thu, 12 Nov 2015 19:20:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACJKPpV038501; Thu, 12 Nov 2015 19:20:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511121920.tACJKPpV038501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 12 Nov 2015 19:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401391 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 19:20:27 -0000 Author: feld Date: Thu Nov 12 19:20:25 2015 New Revision: 401391 URL: https://svnweb.freebsd.org/changeset/ports/401391 Log: multimedia/plexmediaserver-plexpass: Update to 0.9.14.1 Changelog: https://forums.plex.tv/discussion/comment/1059801#Comment_1059801 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Nov 12 18:49:35 2015 (r401390) +++ head/multimedia/plexmediaserver-plexpass/Makefile Thu Nov 12 19:20:25 2015 (r401391) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.14.0.1539 +PORTVERSION= 0.9.14.1.1544 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 61cdd0f +PLEX_BUILD= 651f92a USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Thu Nov 12 18:49:35 2015 (r401390) +++ head/multimedia/plexmediaserver-plexpass/distinfo Thu Nov 12 19:20:25 2015 (r401391) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.14.0.1539-61cdd0f-freebsd-amd64.tar.bz2) = 26c2e0cdacae387af334e37f6ea8764e8cdb97a5d10b654b47826d614e83c0ce -SIZE (PlexMediaServer-0.9.14.0.1539-61cdd0f-freebsd-amd64.tar.bz2) = 97956115 +SHA256 (PlexMediaServer-0.9.14.1.1544-651f92a-freebsd-amd64.tar.bz2) = a2a21a569a94b5a96aa8f6fbfffa6268a7d3eca9b3e3f0d0d36174bdecd114a3 +SIZE (PlexMediaServer-0.9.14.1.1544-651f92a-freebsd-amd64.tar.bz2) = 97952812 From owner-svn-ports-head@freebsd.org Thu Nov 12 19:36:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B80D9A2DFA8; Thu, 12 Nov 2015 19:36:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9C511DC; Thu, 12 Nov 2015 19:36:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACJacDu044229; Thu, 12 Nov 2015 19:36:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACJaccv044228; Thu, 12 Nov 2015 19:36:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511121936.tACJaccv044228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 12 Nov 2015 19:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401392 - head/graphics/gnash/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 19:36:39 -0000 Author: antoine Date: Thu Nov 12 19:36:38 2015 New Revision: 401392 URL: https://svnweb.freebsd.org/changeset/ports/401392 Log: Allow building with giflib 5.1 PR: 204492 Modified: head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp Modified: head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp ============================================================================== --- head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp Thu Nov 12 19:20:25 2015 (r401391) +++ head/graphics/gnash/files/patch-libbase_GnashImageGif.cpp Thu Nov 12 19:36:38 2015 (r401392) @@ -1,6 +1,18 @@ --- libbase/GnashImageGif.cpp.orig 2012-01-19 19:17:48 UTC +++ libbase/GnashImageGif.cpp -@@ -269,7 +269,11 @@ GifInput::processRecord(GifRecordType re +@@ -121,7 +121,11 @@ GifInput::GifInput(boost::shared_ptr= 1 || GIFLIB_MAJOR > 5 ++ DGifCloseFile(_gif, NULL); ++#else + DGifCloseFile(_gif); ++#endif + } + + size_t +@@ -269,7 +273,11 @@ GifInput::processRecord(GifRecordType re void GifInput::read() { From owner-svn-ports-head@freebsd.org Thu Nov 12 20:02:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5497A2D4CE; Thu, 12 Nov 2015 20:02:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0B601E6D; Thu, 12 Nov 2015 20:02:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACK2uUe052708; Thu, 12 Nov 2015 20:02:56 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACK2u7d052705; Thu, 12 Nov 2015 20:02:56 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511122002.tACK2u7d052705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 12 Nov 2015 20:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401393 - head/deskutils/owncloudclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 20:02:58 -0000 Author: madpilot Date: Thu Nov 12 20:02:56 2015 New Revision: 401393 URL: https://svnweb.freebsd.org/changeset/ports/401393 Log: Update to 2.0.2 PR: 204407 Submitted by: Sevan Janiyan Patch by: Yonas Yanfa (maintainer) Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Thu Nov 12 19:36:38 2015 (r401392) +++ head/deskutils/owncloudclient/Makefile Thu Nov 12 20:02:56 2015 (r401393) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Thu Nov 12 19:36:38 2015 (r401392) +++ head/deskutils/owncloudclient/distinfo Thu Nov 12 20:02:56 2015 (r401393) @@ -1,2 +1,2 @@ -SHA256 (owncloudclient-2.0.1.tar.xz) = 97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287 -SIZE (owncloudclient-2.0.1.tar.xz) = 11737332 +SHA256 (owncloudclient-2.0.2.tar.xz) = 2815dce34b568141d7c2ab90bcd733abb6862970917738e3b120d8073ab68228 +SIZE (owncloudclient-2.0.2.tar.xz) = 11518700 Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Thu Nov 12 19:36:38 2015 (r401392) +++ head/deskutils/owncloudclient/pkg-plist Thu Nov 12 20:02:56 2015 (r401393) @@ -21,17 +21,12 @@ lib/owncloud/libocsync.so.%%VERSION%% %%PORTDOCS%%man/man1/owncloudcmd.1.gz share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client1.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client10.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client11.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client2.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client3.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client4.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client5.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-1.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-2.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-3.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-4.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-7.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client6.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client7.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client8.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client9.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-error.png @@ -109,20 +104,13 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/visualtour.html %%PORTDOCS%%%%DOCSDIR%%/latex/Makefile -%%PORTDOCS%%%%DOCSDIR%%/latex/client1.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client10.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client11.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client2.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client3.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client4.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client5.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-1.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-2.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-3.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-4.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client-7.png %%PORTDOCS%%%%DOCSDIR%%/latex/client6.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client7.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client8.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client9.png %%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_local.png -%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_remote.png %%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png %%PORTDOCS%%%%DOCSDIR%%/latex/icon-information.png %%PORTDOCS%%%%DOCSDIR%%/latex/icon-offline.png @@ -144,9 +132,6 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.toc %%PORTDOCS%%%%DOCSDIR%%/latex/python.ist %%PORTDOCS%%%%DOCSDIR%%/latex/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_account.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_activity.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_general.png %%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png %%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty %%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls From owner-svn-ports-head@freebsd.org Thu Nov 12 20:06:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD31CA2D557; Thu, 12 Nov 2015 20:06:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A25A2101F; Thu, 12 Nov 2015 20:06:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACK6FgU052956; Thu, 12 Nov 2015 20:06:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACK6Fjx052953; Thu, 12 Nov 2015 20:06:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511122006.tACK6Fjx052953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 12 Nov 2015 20:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401394 - head/deskutils/recoll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 20:06:16 -0000 Author: madpilot Date: Thu Nov 12 20:06:15 2015 New Revision: 401394 URL: https://svnweb.freebsd.org/changeset/ports/401394 Log: - Update to 1.21.3 - Fix some optional dependencies - Remove commented line - Cosmetic changes to pkg-descr PR: 204441 Submitted by: Ports Fury Modified: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo head/deskutils/recoll/pkg-descr Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/Makefile Thu Nov 12 20:06:15 2015 (r401394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.2 +PORTVERSION= 1.21.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -40,14 +40,13 @@ OPTIONS_SUB= yes ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_WITH= aspell CHM_DESC= CHM via CHMLIB -CHM_RUN_DEPENDS= pychm:${PORTSDIR}/textproc/pychm +CHM_RUN_DEPENDS= pychm>0:${PORTSDIR}/textproc/pychm DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre IMAGE_DESC= Store personal tags or textual descriptions in images IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool KONQUEROR_DESC= Konqueror webarchive format with Python -KONQUEROR_RUN_DEPENDS= kwebkitpart:${PORTSDIR}/www/kwebkitpart +KONQUEROR_RUN_DEPENDS= kwebkitpart>0:${PORTSDIR}/www/kwebkitpart LATEX_USE= tex=dvipsk:run -#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext PYTHON_USES= python @@ -75,7 +74,6 @@ PLIST_SUB+= PYDISTUTILS_EGGINFO="${PYDIS .if ${PORT_OPTIONS:MQT4} QT_NONSTANDARD= yes CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" -INSTALLS_ICONS= yes .endif post-patch: @@ -98,13 +96,13 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/recoll/librecoll.so.[0-9].* -.if ${PORT_OPTIONS:MPYTHON} + +post-install-PYTHON-on: .for l in recoll rclextract @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/recoll/${l}.so .endfor @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ -d ${PYTHONPREFIX_SITELIBDIR} \ -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) -.endif .include Modified: head/deskutils/recoll/distinfo ============================================================================== --- head/deskutils/recoll/distinfo Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/distinfo Thu Nov 12 20:06:15 2015 (r401394) @@ -1,2 +1,2 @@ -SHA256 (recoll-1.21.2.tar.gz) = 09c4f1852b94f74c99232b6f17762771b4f3488876ffa8897493e4faf861c31d -SIZE (recoll-1.21.2.tar.gz) = 2239191 +SHA256 (recoll-1.21.3.tar.gz) = 66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a +SIZE (recoll-1.21.3.tar.gz) = 2240527 Modified: head/deskutils/recoll/pkg-descr ============================================================================== --- head/deskutils/recoll/pkg-descr Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/pkg-descr Thu Nov 12 20:06:15 2015 (r401394) @@ -3,17 +3,17 @@ strong backend (Xapian), for which it pr feature-rich interface. Features: - * Free, GPL license. - * Easy installation, few dependancies. No database daemon, web server, - desktop environment or exotic language necessary. - * Will run on most Unix-based systems - * Qt 4 GUI, plus command line. - * Searches most common document types, emails and their attachments. - Transparently handles decompression (gzip, bzip2). - * Powerful query facilities, with boolean searches, phrases, proximity, - wildcards, filter on file types and directory tree. - * Multi-language and multi-character set with Unicode based internals. - * Extensive documentation, with a complete user manual and manual pages - for each command. + * Free, GPL license. + * Easy installation, few dependancies. No database daemon, web server, + desktop environment or exotic language necessary. + * Will run on most Unix-based systems + * Qt 4 GUI, plus command line. + * Searches most common document types, emails and their attachments. + Transparently handles decompression (gzip, bzip2). + * Powerful query facilities, with boolean searches, phrases, proximity, + wildcards, filter on file types and directory tree. + * Multi-language and multi-character set with Unicode based internals. + * Extensive documentation, with a complete user manual and manual pages + for each command. WWW: http://www.lesbonscomptes.com/recoll/ From owner-svn-ports-head@freebsd.org Thu Nov 12 20:10:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6609A2D5B0; Thu, 12 Nov 2015 20:10:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C00EF118F; Thu, 12 Nov 2015 20:10:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACKAav1053263; Thu, 12 Nov 2015 20:10:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACKAaOx053259; Thu, 12 Nov 2015 20:10:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511122010.tACKAaOx053259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 12 Nov 2015 20:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401395 - in head/sysutils/xosview: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 20:10:38 -0000 Author: madpilot Date: Thu Nov 12 20:10:36 2015 New Revision: 401395 URL: https://svnweb.freebsd.org/changeset/ports/401395 Log: - Update to 1.17 - Add LICENSE - Project moved to github - Update description and WWW link PR: 204441 Submitted by: Ports Fury Modified: head/sysutils/xosview/Makefile head/sysutils/xosview/distinfo head/sysutils/xosview/files/patch-bsd-kernel.cc head/sysutils/xosview/pkg-descr Modified: head/sysutils/xosview/Makefile ============================================================================== --- head/sysutils/xosview/Makefile Thu Nov 12 20:06:15 2015 (r401394) +++ head/sysutils/xosview/Makefile Thu Nov 12 20:10:36 2015 (r401395) @@ -2,28 +2,34 @@ # $FreeBSD$ PORTNAME= xosview -PORTVERSION= 1.16 -PORTREVISION= 2 +PORTVERSION= 1.17 CATEGORIES= sysutils -MASTER_SITES= http://www.pogo.org.uk/~mark/xosview/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical performance meter +LICENSE= BSD4CLAUSE GPLv2 +LICENSE_COMB= multi + ONLY_FOR_ARCHS= amd64 i386 ia64 ONLY_FOR_ARCHS_REASON= used i386-specific hardware resources +USE_GITHUB= yes +GH_ACCOUNT= hills + USE_XORG= xpm USES= gmake -MAKE_ENV+= PLATFORM=bsd MANDIR=${LOCALBASE}/man -ALL_TARGET= # empty +MAKE_ENV= OPTFLAGS="" PLATFORM=bsd MANDIR=${MANPREFIX}/man +ALL_TARGET= xosview + +DESKTOP_ENTRIES="XOsview" "" "" "xosview" "" "" do-configure: - @${CP} ${WRKSRC}/targets/freebsd-9.0 ${WRKSRC}/.config - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/.config + @${SED} -e '/CXX/s|^|#|' -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/targets/freebsd > ${WRKSRC}/.config post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${CP} ${WRKSRC}/Xdefaults ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XOsview .include Modified: head/sysutils/xosview/distinfo ============================================================================== --- head/sysutils/xosview/distinfo Thu Nov 12 20:06:15 2015 (r401394) +++ head/sysutils/xosview/distinfo Thu Nov 12 20:10:36 2015 (r401395) @@ -1,2 +1,2 @@ -SHA256 (xosview-1.16.tar.gz) = 8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 -SIZE (xosview-1.16.tar.gz) = 137097 +SHA256 (hills-xosview-1.17_GH0.tar.gz) = a5a84cbcee21805922781d3532cf5c4436331f031fa39e741a699f83ad5ddda9 +SIZE (hills-xosview-1.17_GH0.tar.gz) = 144327 Modified: head/sysutils/xosview/files/patch-bsd-kernel.cc ============================================================================== --- head/sysutils/xosview/files/patch-bsd-kernel.cc Thu Nov 12 20:06:15 2015 (r401394) +++ head/sysutils/xosview/files/patch-bsd-kernel.cc Thu Nov 12 20:10:36 2015 (r401395) @@ -1,5 +1,5 @@ ---- bsd/kernel.cc.orig 2013-08-23 13:40:35.000000000 +0400 -+++ bsd/kernel.cc 2014-10-03 00:35:05.000000000 +0400 +--- bsd/kernel.cc.orig 2015-09-23 13:28:14 UTC ++++ bsd/kernel.cc @@ -28,6 +28,7 @@ #include #include @@ -8,15 +8,15 @@ #include #include #include -@@ -43,7 +44,6 @@ - #if defined(XOSVIEW_FREEBSD) || defined(XOSVIEW_DFBSD) +@@ -44,7 +45,6 @@ static const char ACPIDEV[] = "/dev/acpi"; static const char APMDEV[] = "/dev/apm"; + static int maxcpus = 1; -#include #include + #include #include - #include -@@ -115,56 +115,41 @@ +@@ -114,56 +114,41 @@ static struct nlist nlst[] = // this later on. This keeps the indices within the nlist constant. #define DUMMY_SYM "dummy_sym" @@ -83,7 +83,7 @@ #endif { NULL } }; -@@ -337,7 +322,21 @@ +@@ -338,7 +323,21 @@ BSDGetPageStats(uint64_t *meminfo, uint6 #else /* HAVE_UVM */ struct vmmeter vm; #if defined(XOSVIEW_FREEBSD) @@ -106,7 +106,7 @@ #else /* XOSVIEW_DFBSD */ struct vmstats vms; size_t size = sizeof(vms); -@@ -421,99 +420,37 @@ +@@ -468,99 +467,37 @@ BSDGetCPUTimes(uint64_t *timeArray, unsi int BSDNetInit() { OpenKDIfNeeded(); @@ -118,7 +118,7 @@ } void - BSDGetNetInOut(unsigned long long *inbytes, unsigned long long *outbytes, const char *netIface, bool ignored) { + BSDGetNetInOut(uint64_t *inbytes, uint64_t *outbytes, const char *netIface, bool ignored) { - char ifname[IFNAMSIZ]; + struct ifaddrs *ifap, *ifa; *inbytes = 0; @@ -129,16 +129,19 @@ - struct if_msghdr *ifm; - struct if_data ifd; - struct sockaddr_dl *sdl; -- + - if ( sysctl(mib_ifl, 6, NULL, &size, NULL, 0) < 0 ) - err(EX_OSERR, "BSDGetNetInOut(): sysctl 1 failed"); - if ( (buf = (char *)malloc(size)) == NULL) - err(EX_OSERR, "BSDGetNetInOut(): malloc failed"); - if ( sysctl(mib_ifl, 6, buf, &size, NULL, 0) < 0 ) - err(EX_OSERR, "BSDGetNetInOut(): sysctl 2 failed"); ++ if (getifaddrs(&ifap) != 0) ++ return; - for (next = buf; next < buf + size; next += ifm->ifm_msglen) { -- bool skipif = false; ++ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { + bool skipif = false; - ifm = (struct if_msghdr *)next; - if (ifm->ifm_type != RTM_IFINFO || ifm->ifm_addrs & RTAX_IFP == 0) - continue; @@ -168,14 +171,11 @@ -#endif - safe_kvm_read(nlst[IFNET_SYM_INDEX].n_value, &ifnethd, sizeof(ifnethd)); - ifnetp = TAILQ_FIRST(&ifnethd); -+ if (getifaddrs(&ifap) != 0) -+ return; - while (ifnetp) { -+ for (ifa = ifap; ifa; ifa = ifa->ifa_next) { - bool skipif = false; +- bool skipif = false; - // Now, dereference the pointer to get the ifnet struct. -- safe_kvm_read((u_long)ifnetp, &ifnet, sizeof(ifnet)); +- safe_kvm_read((unsigned long)ifnetp, &ifnet, sizeof(ifnet)); - strlcpy(ifname, ifnet.if_xname, sizeof(ifname)); -#if defined(XOSVIEW_NETBSD) - ifnetp = TAILQ_NEXT(&ifnet, if_list); @@ -183,7 +183,6 @@ - ifnetp = TAILQ_NEXT(&ifnet, if_link); -#endif - if (!(ifnet.if_flags & IFF_UP)) -+ + if (ifa->ifa_addr->sa_family != AF_LINK) continue; + @@ -201,7 +200,7 @@ - struct ifdata_pcpu ifdata; - int ncpus = BSDCountCpus(); - for (int cpu = 0; cpu < ncpus; cpu++) { -- safe_kvm_read((u_long)ifdatap + cpu * sizeof(ifdata), +- safe_kvm_read((unsigned long)ifdatap + cpu * sizeof(ifdata), - &ifdata, sizeof(ifdata)); - *inbytes += ifdata.ifd_ibytes; - *outbytes += ifdata.ifd_obytes; Modified: head/sysutils/xosview/pkg-descr ============================================================================== --- head/sysutils/xosview/pkg-descr Thu Nov 12 20:06:15 2015 (r401394) +++ head/sysutils/xosview/pkg-descr Thu Nov 12 20:10:36 2015 (r401395) @@ -1,6 +1,7 @@ -XOsview is an application originally developed by Mike Romberg for -Linux. It can be summarized as a graphical performance meter, and -it looks similar in appearance to the zoomy performance meters to -be found on various other platforms. +xosview is a monitor which displays the status of several system +parameters. These include CPU usage, load average, memory, swap space, +network usage and more. Each resource is displayed as a horizontal bar +which is separated into color coded regions showing how much of the +resource is being put to a particular use. -WWW: http://xosview.sourceforge.net +WWW: http://www.pogo.org.uk/~mark/xosview/ From owner-svn-ports-head@freebsd.org Thu Nov 12 20:23:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B634A2D93D; Thu, 12 Nov 2015 20:23:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9E951B65; Thu, 12 Nov 2015 20:23:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACKNrHS058877; Thu, 12 Nov 2015 20:23:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACKNrZJ058873; Thu, 12 Nov 2015 20:23:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511122023.tACKNrZJ058873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 12 Nov 2015 20:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401396 - in head/audio/murmur: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 20:23:55 -0000 Author: feld Date: Thu Nov 12 20:23:53 2015 New Revision: 401396 URL: https://svnweb.freebsd.org/changeset/ports/401396 Log: audio/murmur: Update to 1.2.10 PR: 204467 Added: head/audio/murmur/files/patch-initialize-SSL (contents, props changed) head/audio/murmur/files/patch-src_mumble.pri (contents, props changed) Modified: head/audio/murmur/Makefile head/audio/murmur/distinfo Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Thu Nov 12 20:10:36 2015 (r401395) +++ head/audio/murmur/Makefile Thu Nov 12 20:23:53 2015 (r401396) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= murmur -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 1.2.10 CATEGORIES= audio net -MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} MAINTAINER= feld@FreeBSD.org @@ -18,9 +16,16 @@ LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/ USERS= murmur GROUPS= murmur -USES= compiler qmake +USES= compiler qmake pkgconfig USE_QT4= moc_build corelib network xml sql sql-sqlite3_run +USE_OPENSSL= YES +WITH_OPENSSL_PORT= YES + +USE_GITHUB= YES +GH_ACCOUNT= mumble-voip +GH_PROJECT= mumble + CONFIG= no-client QMAKE_ARGS= "CONFIG+=${CONFIG}" Modified: head/audio/murmur/distinfo ============================================================================== --- head/audio/murmur/distinfo Thu Nov 12 20:10:36 2015 (r401395) +++ head/audio/murmur/distinfo Thu Nov 12 20:23:53 2015 (r401396) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.8.tar.gz) = 4c2fc3dff49687bc1d977905958e8a9c35e109723aeed42c9ea124104febe159 -SIZE (mumble-1.2.8.tar.gz) = 3202518 +SHA256 (mumble-1.2.10_GH0.tar.gz) = 8eb14d03b67d2f83d894b05f79125fe7a1b1798078d5821744d9a3de38d7d2ef +SIZE (mumble-1.2.10_GH0.tar.gz) = 3309556 Added: head/audio/murmur/files/patch-initialize-SSL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/murmur/files/patch-initialize-SSL Thu Nov 12 20:23:53 2015 (r401396) @@ -0,0 +1,34 @@ +Description: the SSL library must be initialized, otherwise mumble and + mumble-server both fail to find the available ciphers after a rebuild + with openssl_1.0.2d-3. The two calls used are based on: + https://wiki.openssl.org/index.php/SSL/TLS_Client#Initialization +Author: Colomban Wendling + Christohper Knadle +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804363 +Bug-Mumble: https://github.com/mumble-voip/mumble/issues/1876 +Last-Updated: 2015-11-10 + +--- src/mumble/main.cpp ++++ src/mumble/main.cpp +@@ -170,6 +170,9 @@ + os_init(); + #endif + ++ SSL_library_init(); ++ SSL_load_error_strings(); ++ + bool bAllowMultiple = false; + QUrl url; + if (a.arguments().count() > 1) { +--- src/murmur/main.cpp ++++ src/murmur/main.cpp +@@ -203,6 +203,9 @@ + qsrand(QDateTime::currentDateTime().toTime_t()); + qInstallMsgHandler(murmurMessageOutput); + ++ SSL_library_init(); ++ SSL_load_error_strings(); ++ + #ifdef Q_OS_WIN + Tray tray(NULL, &le); + #endif Added: head/audio/murmur/files/patch-src_mumble.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/murmur/files/patch-src_mumble.pri Thu Nov 12 20:23:53 2015 (r401396) @@ -0,0 +1,15 @@ +--- src/mumble.pri.orig 2015-11-11 21:54:35 UTC ++++ src/mumble.pri +@@ -53,11 +53,7 @@ unix { + CONFIG *= link_pkgconfig + LIBS *= -lprotobuf + +- contains(UNAME, FreeBSD) { +- LIBS *= -lcrypto +- } else { +- PKGCONFIG *= openssl +- } ++ PKGCONFIG *= openssl + } + + QMAKE_EXTRA_COMPILERS *= pb pbh From owner-svn-ports-head@freebsd.org Thu Nov 12 20:48:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AF1BA2DDE3; Thu, 12 Nov 2015 20:48:56 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFE381367; Thu, 12 Nov 2015 20:48:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACKmtWe064941; Thu, 12 Nov 2015 20:48:55 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACKmsju064939; Thu, 12 Nov 2015 20:48:54 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511122048.tACKmsju064939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Nov 2015 20:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401397 - head/irc/py-irc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 20:48:56 -0000 Author: wg Date: Thu Nov 12 20:48:54 2015 New Revision: 401397 URL: https://svnweb.freebsd.org/changeset/ports/401397 Log: irc/py-irc: update to 13.1 PR: 202924 Submitted by: yuri rawbw dot com Modified: head/irc/py-irc/Makefile head/irc/py-irc/distinfo Modified: head/irc/py-irc/Makefile ============================================================================== --- head/irc/py-irc/Makefile Thu Nov 12 20:23:53 2015 (r401396) +++ head/irc/py-irc/Makefile Thu Nov 12 20:48:54 2015 (r401397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irc -PORTVERSION= 8.9.1 +PORTVERSION= 13.1 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,16 @@ COMMENT= IRC protocol client library for LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:${PORTSDIR}/devel/py-jaraco.util BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:${PORTSDIR}/devel/py-jaraco.util \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm -USES= python zip +USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ dccreceive.py dccsend.py ssl-cat.py Modified: head/irc/py-irc/distinfo ============================================================================== --- head/irc/py-irc/distinfo Thu Nov 12 20:23:53 2015 (r401396) +++ head/irc/py-irc/distinfo Thu Nov 12 20:48:54 2015 (r401397) @@ -1,2 +1,2 @@ -SHA256 (irc-8.9.1.zip) = 86f788293b2d924e1b71564a528f8e850135a271dcc45827577920188d4e5afc -SIZE (irc-8.9.1.zip) = 119769 +SHA256 (irc-13.1.tar.gz) = b0f9584f9748c476a2633b880fd4a85fb26465a158dcbb364c74349effa78318 +SIZE (irc-13.1.tar.gz) = 81790 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:03:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11BECA2D156; Thu, 12 Nov 2015 21:03:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D07621BFD; Thu, 12 Nov 2015 21:03:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACL3UP5070496; Thu, 12 Nov 2015 21:03:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACL3UuB070495; Thu, 12 Nov 2015 21:03:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122103.tACL3UuB070495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 21:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401398 - head/devel/tclcheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:03:32 -0000 Author: marino Date: Thu Nov 12 21:03:30 2015 New Revision: 401398 URL: https://svnweb.freebsd.org/changeset/ports/401398 Log: devel/tclcheck: Add USES=alias to fix malloc.h-less DF Modified: head/devel/tclcheck/Makefile Modified: head/devel/tclcheck/Makefile ============================================================================== --- head/devel/tclcheck/Makefile Thu Nov 12 20:48:54 2015 (r401397) +++ head/devel/tclcheck/Makefile Thu Nov 12 21:03:30 2015 (r401398) @@ -14,6 +14,8 @@ COMMENT= Program to check the nesting of LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= alias + PLIST_FILES= bin/tclCheck \ man/man1/tclCheck.1.gz PORTDOCS= * From owner-svn-ports-head@freebsd.org Thu Nov 12 21:35:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51656A2D791; Thu, 12 Nov 2015 21:35:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03A97196B; Thu, 12 Nov 2015 21:34:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLYxa4079132; Thu, 12 Nov 2015 21:34:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLYwib079130; Thu, 12 Nov 2015 21:34:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122134.tACLYwib079130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 21:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401399 - head/net/ldapsdk/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:35:00 -0000 Author: marino Date: Thu Nov 12 21:34:58 2015 New Revision: 401399 URL: https://svnweb.freebsd.org/changeset/ports/401399 Log: net/ldapsdk: Fix malloc.h-less DF and define EDEADLOCK Added: head/net/ldapsdk/files/ head/net/ldapsdk/files/patch-ldap_libraries_liblber_lber-int.h (contents, props changed) head/net/ldapsdk/files/patch-ldap_libraries_libprldap_ldappr-error.c (contents, props changed) Added: head/net/ldapsdk/files/patch-ldap_libraries_liblber_lber-int.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ldapsdk/files/patch-ldap_libraries_liblber_lber-int.h Thu Nov 12 21:34:58 2015 (r401399) @@ -0,0 +1,11 @@ +--- ldap/libraries/liblber/lber-int.h.orig 2011-01-06 12:05:39 UTC ++++ ldap/libraries/liblber/lber-int.h +@@ -63,7 +63,7 @@ extern "C" { + #ifdef macintosh + # include "ldap-macos.h" + #else /* macintosh */ +-#if !defined(BSDI) && !defined(DARWIN) && !defined(FREEBSD) ++#if !defined(BSDI) && !defined(DARWIN) && !defined(FREEBSD) && !defined(DRAGONFLY) + # include + #endif + # include Added: head/net/ldapsdk/files/patch-ldap_libraries_libprldap_ldappr-error.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ldapsdk/files/patch-ldap_libraries_libprldap_ldappr-error.c Thu Nov 12 21:34:58 2015 (r401399) @@ -0,0 +1,11 @@ +--- ldap/libraries/libprldap/ldappr-error.c.orig 2011-01-06 12:05:39 UTC ++++ ldap/libraries/libprldap/ldappr-error.c +@@ -231,7 +231,7 @@ struct prldap_errormap_entry { + + #if defined(__hpux) || defined(_AIX) || defined(OSF1) || defined(DARWIN) || \ + defined(BEOS) || defined(FREEBSD) || defined(BSDI) || defined(VMS) || \ +- defined(OPENBSD) || defined(NETBSD) ++ defined(OPENBSD) || defined(NETBSD) || defined(DRAGONFLY) + #define EDEADLOCK -1 + #endif + From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DB34A2D833; Thu, 12 Nov 2015 21:39:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 673641C1D; Thu, 12 Nov 2015 21:39:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdQrC079416; Thu, 12 Nov 2015 21:39:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdQJf079415; Thu, 12 Nov 2015 21:39:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdQJf079415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401400 - head/net-mgmt/ettercap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:27 -0000 Author: sunpoet Date: Thu Nov 12 21:39:26 2015 New Revision: 401400 URL: https://svnweb.freebsd.org/changeset/ports/401400 Log: - Add LICENSE_FILE - Use USES=localbase - Convert to new options target helper Modified: head/net-mgmt/ettercap/Makefile Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Thu Nov 12 21:34:58 2015 (r401399) +++ head/net-mgmt/ettercap/Makefile Thu Nov 12 21:39:26 2015 (r401400) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network sniffer/interceptor/injector/logger for switched LANs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet @@ -30,10 +31,10 @@ CMAKE_ARGS= -DBUNDLED_LIBS=OFF \ -DINSTALL_SYSCONFDIR=${PREFIX}/etc \ -DMAN_INSTALLDIR=${PREFIX}/man CMAKE_VERBOSE= yes -LDFLAGS+= -L${LIBDIR} -L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11 ${ICONV_LIB} -lnet -lpcap +LDFLAGS+= -L${LIBDIR} -L${LOCALBASE}/lib/libnet11 ${ICONV_LIB} -lnet -lpcap MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= bison cmake:outsource cpe iconv pkgconfig +USES= bison cmake:outsource cpe iconv localbase pkgconfig DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ @@ -74,6 +75,8 @@ UTF8_USES= iconv post-install: ${INSTALL_DATA} ${STAGEDIR}${ETCDIR}/etter.conf ${STAGEDIR}${PREFIX}/etc/etter.conf.sample + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAC80A2D856; Thu, 12 Nov 2015 21:39:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7625E1C38; Thu, 12 Nov 2015 21:39:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdUJQ079517; Thu, 12 Nov 2015 21:39:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdUYe079516; Thu, 12 Nov 2015 21:39:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdUYe079516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401401 - head/devel/rubygem-rspec-logsplit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:31 -0000 Author: sunpoet Date: Thu Nov 12 21:39:30 2015 New Revision: 401401 URL: https://svnweb.freebsd.org/changeset/ports/401401 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-rspec-logsplit/Makefile Modified: head/devel/rubygem-rspec-logsplit/Makefile ============================================================================== --- head/devel/rubygem-rspec-logsplit/Makefile Thu Nov 12 21:39:26 2015 (r401400) +++ head/devel/rubygem-rspec-logsplit/Makefile Thu Nov 12 21:39:30 2015 (r401401) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log splitter for RSpec LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB727A2D87C; Thu, 12 Nov 2015 21:39:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3BB21D1B; Thu, 12 Nov 2015 21:39:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdYoI079633; Thu, 12 Nov 2015 21:39:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdYU9079631; Thu, 12 Nov 2015 21:39:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdYU9079631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401402 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:36 -0000 Author: sunpoet Date: Thu Nov 12 21:39:34 2015 New Revision: 401402 URL: https://svnweb.freebsd.org/changeset/ports/401402 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Thu Nov 12 21:39:30 2015 (r401401) +++ head/devel/rubygem-activesupport4/Makefile Thu Nov 12 21:39:34 2015 (r401402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Thu Nov 12 21:39:30 2015 (r401401) +++ head/devel/rubygem-activesupport4/distinfo Thu Nov 12 21:39:34 2015 (r401402) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.2.4.gem) = cee4baf44852a17b01866fdca29055dc01457d671ba3a0e6ebfe856c6446c3a6 -SIZE (rubygem/activesupport-4.2.4.gem) = 330240 +SHA256 (rubygem/activesupport-4.2.5.gem) = ab92026997b67187fc14710214250b92cd984bc00115709f1ef2bf2521b35ff0 +SIZE (rubygem/activesupport-4.2.5.gem) = 330240 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28D57A2D8A9; Thu, 12 Nov 2015 21:39:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8AE51DDE; Thu, 12 Nov 2015 21:39:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdd79079748; Thu, 12 Nov 2015 21:39:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdcXJ079746; Thu, 12 Nov 2015 21:39:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdcXJ079746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401403 - head/databases/rubygem-activemodel4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:40 -0000 Author: sunpoet Date: Thu Nov 12 21:39:38 2015 New Revision: 401403 URL: https://svnweb.freebsd.org/changeset/ports/401403 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel4/Makefile head/databases/rubygem-activemodel4/distinfo Modified: head/databases/rubygem-activemodel4/Makefile ============================================================================== --- head/databases/rubygem-activemodel4/Makefile Thu Nov 12 21:39:34 2015 (r401402) +++ head/databases/rubygem-activemodel4/Makefile Thu Nov 12 21:39:38 2015 (r401403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Toolkit for building modeling frameworks LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32 Modified: head/databases/rubygem-activemodel4/distinfo ============================================================================== --- head/databases/rubygem-activemodel4/distinfo Thu Nov 12 21:39:34 2015 (r401402) +++ head/databases/rubygem-activemodel4/distinfo Thu Nov 12 21:39:38 2015 (r401403) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-4.2.4.gem) = c2046fe3857cc61d46d2e4cfc597bc41b07a7d538cce5a8be48f8e37731e1e49 -SIZE (rubygem/activemodel-4.2.4.gem) = 45568 +SHA256 (rubygem/activemodel-4.2.5.gem) = ccb62c3d5871c02230b5e91e5afb957aab2c95a09c34ea8749fd5612d0eb05a9 +SIZE (rubygem/activemodel-4.2.5.gem) = 45568 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C050A2D8CF; Thu, 12 Nov 2015 21:39:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC7A51EAD; Thu, 12 Nov 2015 21:39:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdgQn079864; Thu, 12 Nov 2015 21:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdg92079862; Thu, 12 Nov 2015 21:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdg92079862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401404 - head/databases/rubygem-activerecord4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:44 -0000 Author: sunpoet Date: Thu Nov 12 21:39:42 2015 New Revision: 401404 URL: https://svnweb.freebsd.org/changeset/ports/401404 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord4/Makefile head/databases/rubygem-activerecord4/distinfo Modified: head/databases/rubygem-activerecord4/Makefile ============================================================================== --- head/databases/rubygem-activerecord4/Makefile Thu Nov 12 21:39:38 2015 (r401403) +++ head/databases/rubygem-activerecord4/Makefile Thu Nov 12 21:39:42 2015 (r401404) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/databases/rubygem-activerecord4/distinfo ============================================================================== --- head/databases/rubygem-activerecord4/distinfo Thu Nov 12 21:39:38 2015 (r401403) +++ head/databases/rubygem-activerecord4/distinfo Thu Nov 12 21:39:42 2015 (r401404) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-4.2.4.gem) = df183f88be0a7295f821cd856845e60fa8676aa80d40ebe22881b289a338e81f -SIZE (rubygem/activerecord-4.2.4.gem) = 328192 +SHA256 (rubygem/activerecord-4.2.5.gem) = 795b885e45b8d2eda1410207a693287c9a6a143f97631f0531b7bd60dd985695 +SIZE (rubygem/activerecord-4.2.5.gem) = 329728 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79AAFA2D8F8; Thu, 12 Nov 2015 21:39:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 422D91F95; Thu, 12 Nov 2015 21:39:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdlJj079979; Thu, 12 Nov 2015 21:39:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdlZB079977; Thu, 12 Nov 2015 21:39:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdlZB079977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401405 - head/devel/rubygem-activejob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:48 -0000 Author: sunpoet Date: Thu Nov 12 21:39:46 2015 New Revision: 401405 URL: https://svnweb.freebsd.org/changeset/ports/401405 Log: - Update to 4.2.5 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob/Makefile head/devel/rubygem-activejob/distinfo Modified: head/devel/rubygem-activejob/Makefile ============================================================================== --- head/devel/rubygem-activejob/Makefile Thu Nov 12 21:39:42 2015 (r401404) +++ head/devel/rubygem-activejob/Makefile Thu Nov 12 21:39:46 2015 (r401405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-globalid>=0.3.0:${PORTSDIR}/databases/rubygem-globalid Modified: head/devel/rubygem-activejob/distinfo ============================================================================== --- head/devel/rubygem-activejob/distinfo Thu Nov 12 21:39:42 2015 (r401404) +++ head/devel/rubygem-activejob/distinfo Thu Nov 12 21:39:46 2015 (r401405) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activejob-4.2.4.gem) = ed1a47d280cc2ff6115229a0e9bad73c0d56ceb000cd66c0ef5d3b366cbeaf4f -SIZE (rubygem/activejob-4.2.4.gem) = 19456 +SHA256 (rubygem/activejob-4.2.5.gem) = 335d3dfa6bb731c87168540d5f159d12fa1e3374ba937f27125ddc42d628c0b6 +SIZE (rubygem/activejob-4.2.5.gem) = 19456 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6564A2D92B; Thu, 12 Nov 2015 21:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA8D5106E; Thu, 12 Nov 2015 21:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdpDc080095; Thu, 12 Nov 2015 21:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdpV5080093; Thu, 12 Nov 2015 21:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdpV5080093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401406 - head/devel/rubygem-actionview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:53 -0000 Author: sunpoet Date: Thu Nov 12 21:39:51 2015 New Revision: 401406 URL: https://svnweb.freebsd.org/changeset/ports/401406 Log: - Update to 4.2.5 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview/Makefile head/devel/rubygem-actionview/distinfo Modified: head/devel/rubygem-actionview/Makefile ============================================================================== --- head/devel/rubygem-actionview/Makefile Thu Nov 12 21:39:46 2015 (r401405) +++ head/devel/rubygem-actionview/Makefile Thu Nov 12 21:39:51 2015 (r401406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ Modified: head/devel/rubygem-actionview/distinfo ============================================================================== --- head/devel/rubygem-actionview/distinfo Thu Nov 12 21:39:46 2015 (r401405) +++ head/devel/rubygem-actionview/distinfo Thu Nov 12 21:39:51 2015 (r401406) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionview-4.2.4.gem) = f21d7c6b5a5641e68bf7270667d65a63adec4fc05cf55b4f16489b0c4c32cddc -SIZE (rubygem/actionview-4.2.4.gem) = 144896 +SHA256 (rubygem/actionview-4.2.5.gem) = b5dfaa0d77c8f9117f0a4d96174e89465f36a2db7cf7195ec10cb8b367076abc +SIZE (rubygem/actionview-4.2.5.gem) = 144896 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:39:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C216FA2D94F; Thu, 12 Nov 2015 21:39:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 915801188; Thu, 12 Nov 2015 21:39:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdthL080211; Thu, 12 Nov 2015 21:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdtIo080209; Thu, 12 Nov 2015 21:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdtIo080209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401407 - head/www/rubygem-actionpack4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:39:56 -0000 Author: sunpoet Date: Thu Nov 12 21:39:55 2015 New Revision: 401407 URL: https://svnweb.freebsd.org/changeset/ports/401407 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack4/Makefile head/www/rubygem-actionpack4/distinfo Modified: head/www/rubygem-actionpack4/Makefile ============================================================================== --- head/www/rubygem-actionpack4/Makefile Thu Nov 12 21:39:51 2015 (r401406) +++ head/www/rubygem-actionpack4/Makefile Thu Nov 12 21:39:55 2015 (r401407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Thu Nov 12 21:39:51 2015 (r401406) +++ head/www/rubygem-actionpack4/distinfo Thu Nov 12 21:39:55 2015 (r401407) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-4.2.4.gem) = f8cf0f87ac723ba70df2657f91e5c9330db2fd7107452b17f402abe97be5a244 -SIZE (rubygem/actionpack-4.2.4.gem) = 185856 +SHA256 (rubygem/actionpack-4.2.5.gem) = e05d1a050c5b946554dabaa1f861938c620dc2b0239f88b63a349b6ff53ca7dc +SIZE (rubygem/actionpack-4.2.5.gem) = 186368 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C573DA2D988; Thu, 12 Nov 2015 21:40:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90CA6125E; Thu, 12 Nov 2015 21:40:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLdxVu080326; Thu, 12 Nov 2015 21:39:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdxXg080324; Thu, 12 Nov 2015 21:39:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdxXg080324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401408 - head/mail/rubygem-actionmailer4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:00 -0000 Author: sunpoet Date: Thu Nov 12 21:39:59 2015 New Revision: 401408 URL: https://svnweb.freebsd.org/changeset/ports/401408 Log: - Update to 4.2.5 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer4/Makefile head/mail/rubygem-actionmailer4/distinfo Modified: head/mail/rubygem-actionmailer4/Makefile ============================================================================== --- head/mail/rubygem-actionmailer4/Makefile Thu Nov 12 21:39:55 2015 (r401407) +++ head/mail/rubygem-actionmailer4/Makefile Thu Nov 12 21:39:59 2015 (r401408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \ Modified: head/mail/rubygem-actionmailer4/distinfo ============================================================================== --- head/mail/rubygem-actionmailer4/distinfo Thu Nov 12 21:39:55 2015 (r401407) +++ head/mail/rubygem-actionmailer4/distinfo Thu Nov 12 21:39:59 2015 (r401408) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-4.2.4.gem) = b7918eb140692166784113db5ce80b0a7b31eb57c110a0347b7a4151b344fded -SIZE (rubygem/actionmailer-4.2.4.gem) = 27136 +SHA256 (rubygem/actionmailer-4.2.5.gem) = 60f8b5c8ba4ea98a08469626e0ecd4fbc41b2393df888da8f3afe4c034edffcc +SIZE (rubygem/actionmailer-4.2.5.gem) = 27136 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFC66A2D9BB; Thu, 12 Nov 2015 21:40:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE50132B; Thu, 12 Nov 2015 21:40:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLe3u9080460; Thu, 12 Nov 2015 21:40:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLe3lq080457; Thu, 12 Nov 2015 21:40:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLe3lq080457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401409 - head/www/rubygem-railties4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:04 -0000 Author: sunpoet Date: Thu Nov 12 21:40:03 2015 New Revision: 401409 URL: https://svnweb.freebsd.org/changeset/ports/401409 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties4/Makefile head/www/rubygem-railties4/distinfo Modified: head/www/rubygem-railties4/Makefile ============================================================================== --- head/www/rubygem-railties4/Makefile Thu Nov 12 21:39:59 2015 (r401408) +++ head/www/rubygem-railties4/Makefile Thu Nov 12 21:40:03 2015 (r401409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-railties4/distinfo ============================================================================== --- head/www/rubygem-railties4/distinfo Thu Nov 12 21:39:59 2015 (r401408) +++ head/www/rubygem-railties4/distinfo Thu Nov 12 21:40:03 2015 (r401409) @@ -1,2 +1,2 @@ -SHA256 (rubygem/railties-4.2.4.gem) = 9ffd07c4b5ab7e171a5f2bb187e6f06d9b4027d88a84c6ddd74ef5c1b06c836a -SIZE (rubygem/railties-4.2.4.gem) = 127488 +SHA256 (rubygem/railties-4.2.5.gem) = 5af4b2ed51bef76d981a8057cd86e23b1d97b40deeae4759d22ff73507e9fcc2 +SIZE (rubygem/railties-4.2.5.gem) = 127488 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3759A2D9E8; Thu, 12 Nov 2015 21:40:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9008C1442; Thu, 12 Nov 2015 21:40:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLe7Ho080575; Thu, 12 Nov 2015 21:40:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLe72t080573; Thu, 12 Nov 2015 21:40:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLe72t080573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401410 - head/www/rubygem-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:08 -0000 Author: sunpoet Date: Thu Nov 12 21:40:07 2015 New Revision: 401410 URL: https://svnweb.freebsd.org/changeset/ports/401410 Log: - Update to 4.2.5 Changes: https://github.com/rails/rails/commits/4-2-stable Modified: head/www/rubygem-rails4/Makefile head/www/rubygem-rails4/distinfo Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Thu Nov 12 21:40:03 2015 (r401409) +++ head/www/rubygem-rails4/Makefile Thu Nov 12 21:40:07 2015 (r401410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-rails4/distinfo ============================================================================== --- head/www/rubygem-rails4/distinfo Thu Nov 12 21:40:03 2015 (r401409) +++ head/www/rubygem-rails4/distinfo Thu Nov 12 21:40:07 2015 (r401410) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rails-4.2.4.gem) = 1c33dd7c280d1c5dc4235509f774d673bac1d3f2e8c53b1353f677e7578ffc5a -SIZE (rubygem/rails-4.2.4.gem) = 1475584 +SHA256 (rubygem/rails-4.2.5.gem) = 6248f75d4ecbcaa004166aa2b1484f87b7e956013853e905e49b68f29397b565 +SIZE (rubygem/rails-4.2.5.gem) = 1475584 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 073A0A2DA43; Thu, 12 Nov 2015 21:40:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4A471592; Thu, 12 Nov 2015 21:40:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeBSw080691; Thu, 12 Nov 2015 21:40:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeBnk080689; Thu, 12 Nov 2015 21:40:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeBnk080689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401411 - head/devel/rubygem-activesupport41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:13 -0000 Author: sunpoet Date: Thu Nov 12 21:40:11 2015 New Revision: 401411 URL: https://svnweb.freebsd.org/changeset/ports/401411 Log: - Update to 4.1.14 Changes: https://github.com/rails/rails/blob/4-1-14/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport41/Makefile head/devel/rubygem-activesupport41/distinfo Modified: head/devel/rubygem-activesupport41/Makefile ============================================================================== --- head/devel/rubygem-activesupport41/Makefile Thu Nov 12 21:40:07 2015 (r401410) +++ head/devel/rubygem-activesupport41/Makefile Thu Nov 12 21:40:11 2015 (r401411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 Modified: head/devel/rubygem-activesupport41/distinfo ============================================================================== --- head/devel/rubygem-activesupport41/distinfo Thu Nov 12 21:40:07 2015 (r401410) +++ head/devel/rubygem-activesupport41/distinfo Thu Nov 12 21:40:11 2015 (r401411) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.1.13.gem) = 98e4b3ca1ad88a4655863fcdae842eff76248f7e4748af8a0c250988225c188f -SIZE (rubygem/activesupport-4.1.13.gem) = 316928 +SHA256 (rubygem/activesupport-4.1.14.gem) = ce9fc3c4feba2008d43910d9a32f31b32fcc7743610866dd2c7fe25e572fcc59 +SIZE (rubygem/activesupport-4.1.14.gem) = 316928 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F506A2DA82; Thu, 12 Nov 2015 21:40:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB3A9164E; Thu, 12 Nov 2015 21:40:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeFZR080806; Thu, 12 Nov 2015 21:40:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeFOi080804; Thu, 12 Nov 2015 21:40:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeFOi080804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401412 - head/databases/rubygem-activemodel41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:17 -0000 Author: sunpoet Date: Thu Nov 12 21:40:15 2015 New Revision: 401412 URL: https://svnweb.freebsd.org/changeset/ports/401412 Log: - Update to 4.1.14 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-1-14/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel41/Makefile head/databases/rubygem-activemodel41/distinfo Modified: head/databases/rubygem-activemodel41/Makefile ============================================================================== --- head/databases/rubygem-activemodel41/Makefile Thu Nov 12 21:40:11 2015 (r401411) +++ head/databases/rubygem-activemodel41/Makefile Thu Nov 12 21:40:15 2015 (r401412) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Toolkit for building modeling frameworks LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32 Modified: head/databases/rubygem-activemodel41/distinfo ============================================================================== --- head/databases/rubygem-activemodel41/distinfo Thu Nov 12 21:40:11 2015 (r401411) +++ head/databases/rubygem-activemodel41/distinfo Thu Nov 12 21:40:15 2015 (r401412) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activemodel-4.1.13.gem) = fd841f9fedeb46b347c9cbc2e6d64a687dd3b2f200ccb26f91e50c17383cefad -SIZE (rubygem/activemodel-4.1.13.gem) = 44544 +SHA256 (rubygem/activemodel-4.1.14.gem) = 9f7d26f096f85552a2272506f6900eb3ac7e1928af228f4022414ede59fba854 +SIZE (rubygem/activemodel-4.1.14.gem) = 44544 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22A5FA2DAAF; Thu, 12 Nov 2015 21:40:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1D171839; Thu, 12 Nov 2015 21:40:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeJBT080922; Thu, 12 Nov 2015 21:40:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeJRp080920; Thu, 12 Nov 2015 21:40:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeJRp080920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401413 - head/databases/rubygem-activerecord41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:21 -0000 Author: sunpoet Date: Thu Nov 12 21:40:19 2015 New Revision: 401413 URL: https://svnweb.freebsd.org/changeset/ports/401413 Log: - Update to 4.1.14 Changes: https://github.com/rails/rails/blob/4-1-14/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord41/Makefile head/databases/rubygem-activerecord41/distinfo Modified: head/databases/rubygem-activerecord41/Makefile ============================================================================== --- head/databases/rubygem-activerecord41/Makefile Thu Nov 12 21:40:15 2015 (r401412) +++ head/databases/rubygem-activerecord41/Makefile Thu Nov 12 21:40:19 2015 (r401413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 Modified: head/databases/rubygem-activerecord41/distinfo ============================================================================== --- head/databases/rubygem-activerecord41/distinfo Thu Nov 12 21:40:15 2015 (r401412) +++ head/databases/rubygem-activerecord41/distinfo Thu Nov 12 21:40:19 2015 (r401413) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activerecord-4.1.13.gem) = c53cd529a24e63be6a05c6da3c0a0d7cee78a0fceec3c401db40b719afb93a2a -SIZE (rubygem/activerecord-4.1.13.gem) = 316928 +SHA256 (rubygem/activerecord-4.1.14.gem) = 81ceb0611df67cec6b28fd030a9e117b6d35889334d068e61096e5751149e466 +SIZE (rubygem/activerecord-4.1.14.gem) = 316928 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B778A2DAED; Thu, 12 Nov 2015 21:40:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12C0B1922; Thu, 12 Nov 2015 21:40:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeORD081037; Thu, 12 Nov 2015 21:40:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeNSA081035; Thu, 12 Nov 2015 21:40:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeNSA081035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401414 - head/devel/rubygem-actionview41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:25 -0000 Author: sunpoet Date: Thu Nov 12 21:40:23 2015 New Revision: 401414 URL: https://svnweb.freebsd.org/changeset/ports/401414 Log: - Update to 4.1.14 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-1-14/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview41/Makefile head/devel/rubygem-actionview41/distinfo Modified: head/devel/rubygem-actionview41/Makefile ============================================================================== --- head/devel/rubygem-actionview41/Makefile Thu Nov 12 21:40:19 2015 (r401413) +++ head/devel/rubygem-actionview41/Makefile Thu Nov 12 21:40:23 2015 (r401414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ Modified: head/devel/rubygem-actionview41/distinfo ============================================================================== --- head/devel/rubygem-actionview41/distinfo Thu Nov 12 21:40:19 2015 (r401413) +++ head/devel/rubygem-actionview41/distinfo Thu Nov 12 21:40:23 2015 (r401414) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionview-4.1.13.gem) = 956d0947048370d0f983df214b58ef9bacde84df53603b8de229554a6d644d46 -SIZE (rubygem/actionview-4.1.13.gem) = 158208 +SHA256 (rubygem/actionview-4.1.14.gem) = c2c2dd18403c0a43c7e5d53e0165189a2ba743c6ec9a5cbc94d0202e5ada713c +SIZE (rubygem/actionview-4.1.14.gem) = 158208 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F5FA2DB19; Thu, 12 Nov 2015 21:40:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B8CB19F6; Thu, 12 Nov 2015 21:40:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeSKo081153; Thu, 12 Nov 2015 21:40:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeSpj081151; Thu, 12 Nov 2015 21:40:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeSpj081151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401415 - head/www/rubygem-actionpack41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:29 -0000 Author: sunpoet Date: Thu Nov 12 21:40:27 2015 New Revision: 401415 URL: https://svnweb.freebsd.org/changeset/ports/401415 Log: - Update to 4.1.14 Changes: https://github.com/rails/rails/blob/4-1-14/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack41/Makefile head/www/rubygem-actionpack41/distinfo Modified: head/www/rubygem-actionpack41/Makefile ============================================================================== --- head/www/rubygem-actionpack41/Makefile Thu Nov 12 21:40:23 2015 (r401414) +++ head/www/rubygem-actionpack41/Makefile Thu Nov 12 21:40:27 2015 (r401415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 Modified: head/www/rubygem-actionpack41/distinfo ============================================================================== --- head/www/rubygem-actionpack41/distinfo Thu Nov 12 21:40:23 2015 (r401414) +++ head/www/rubygem-actionpack41/distinfo Thu Nov 12 21:40:27 2015 (r401415) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-4.1.13.gem) = 2a856be010a561c3b9d19f9a8a1f6c318de7ec4a9727d01ae3f7c5c0def7e900 -SIZE (rubygem/actionpack-4.1.13.gem) = 190464 +SHA256 (rubygem/actionpack-4.1.14.gem) = ac23de4a5fd789f38b2b425a584938a45f0499a07d327661a95b581bdd648e9a +SIZE (rubygem/actionpack-4.1.14.gem) = 190464 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE6B5A2DB48; Thu, 12 Nov 2015 21:40:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13BA61AD5; Thu, 12 Nov 2015 21:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeVSw081268; Thu, 12 Nov 2015 21:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeVfv081266; Thu, 12 Nov 2015 21:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeVfv081266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401416 - head/mail/rubygem-actionmailer41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:33 -0000 Author: sunpoet Date: Thu Nov 12 21:40:31 2015 New Revision: 401416 URL: https://svnweb.freebsd.org/changeset/ports/401416 Log: - Update to 4.1.14 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-1-14/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer41/Makefile head/mail/rubygem-actionmailer41/distinfo Modified: head/mail/rubygem-actionmailer41/Makefile ============================================================================== --- head/mail/rubygem-actionmailer41/Makefile Thu Nov 12 21:40:27 2015 (r401415) +++ head/mail/rubygem-actionmailer41/Makefile Thu Nov 12 21:40:31 2015 (r401416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \ rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \ Modified: head/mail/rubygem-actionmailer41/distinfo ============================================================================== --- head/mail/rubygem-actionmailer41/distinfo Thu Nov 12 21:40:27 2015 (r401415) +++ head/mail/rubygem-actionmailer41/distinfo Thu Nov 12 21:40:31 2015 (r401416) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-4.1.13.gem) = b4a96dc94bcb88857314d99c5f8a5beb69286d443cf5f4500e4aa33939f45b96 -SIZE (rubygem/actionmailer-4.1.13.gem) = 25088 +SHA256 (rubygem/actionmailer-4.1.14.gem) = 7d7f82f8b2863b0c5f72889f44b7fa925574ce431d695aaf5c7d146ddee19cf4 +SIZE (rubygem/actionmailer-4.1.14.gem) = 25088 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 580EAA2DB66; Thu, 12 Nov 2015 21:40:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 250D01BCD; Thu, 12 Nov 2015 21:40:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLearB081384; Thu, 12 Nov 2015 21:40:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeaow081382; Thu, 12 Nov 2015 21:40:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeaow081382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401417 - head/www/rubygem-railties41 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:37 -0000 Author: sunpoet Date: Thu Nov 12 21:40:35 2015 New Revision: 401417 URL: https://svnweb.freebsd.org/changeset/ports/401417 Log: - Update to 4.1.14 Changes: https://github.com/rails/rails/blob/4-1-14/railties/CHANGELOG.md Modified: head/www/rubygem-railties41/Makefile head/www/rubygem-railties41/distinfo Modified: head/www/rubygem-railties41/Makefile ============================================================================== --- head/www/rubygem-railties41/Makefile Thu Nov 12 21:40:31 2015 (r401416) +++ head/www/rubygem-railties41/Makefile Thu Nov 12 21:40:35 2015 (r401417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 Modified: head/www/rubygem-railties41/distinfo ============================================================================== --- head/www/rubygem-railties41/distinfo Thu Nov 12 21:40:31 2015 (r401416) +++ head/www/rubygem-railties41/distinfo Thu Nov 12 21:40:35 2015 (r401417) @@ -1,2 +1,2 @@ -SHA256 (rubygem/railties-4.1.13.gem) = c201d6e02a68fd98ed290f3d26c927331bcfd2bb7bd8e78b1dae4014e5b09ac5 -SIZE (rubygem/railties-4.1.13.gem) = 124928 +SHA256 (rubygem/railties-4.1.14.gem) = 776025d9edee209d0ea0c364b54ba5c15ec366cf500288cee3ade4576466f440 +SIZE (rubygem/railties-4.1.14.gem) = 124928 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F38FA2DB99; Thu, 12 Nov 2015 21:40:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B47A1CA5; Thu, 12 Nov 2015 21:40:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLeeGn081485; Thu, 12 Nov 2015 21:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeeCD081484; Thu, 12 Nov 2015 21:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeeCD081484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401418 - head/databases/rubygem-activemodel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:41 -0000 Author: sunpoet Date: Thu Nov 12 21:40:40 2015 New Revision: 401418 URL: https://svnweb.freebsd.org/changeset/ports/401418 Log: - Add LICENSE_FILE Modified: head/databases/rubygem-activemodel/Makefile Modified: head/databases/rubygem-activemodel/Makefile ============================================================================== --- head/databases/rubygem-activemodel/Makefile Thu Nov 12 21:40:35 2015 (r401417) +++ head/databases/rubygem-activemodel/Makefile Thu Nov 12 21:40:40 2015 (r401418) @@ -9,12 +9,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Toolkit for building modeling frameworks LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D700A2DBBF; Thu, 12 Nov 2015 21:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 143231D88; Thu, 12 Nov 2015 21:40:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLei5D081587; Thu, 12 Nov 2015 21:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLeiNb081586; Thu, 12 Nov 2015 21:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLeiNb081586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401419 - head/databases/rubygem-awesome_nested_set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:45 -0000 Author: sunpoet Date: Thu Nov 12 21:40:43 2015 New Revision: 401419 URL: https://svnweb.freebsd.org/changeset/ports/401419 Log: - Add LICENSE_FILE Modified: head/databases/rubygem-awesome_nested_set/Makefile Modified: head/databases/rubygem-awesome_nested_set/Makefile ============================================================================== --- head/databases/rubygem-awesome_nested_set/Makefile Thu Nov 12 21:40:40 2015 (r401418) +++ head/databases/rubygem-awesome_nested_set/Makefile Thu Nov 12 21:40:43 2015 (r401419) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Nested set implementation for Active Record LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activerecord4>=4.0.0:${PORTSDIR}/databases/rubygem-activerecord4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D603A2DBE9; Thu, 12 Nov 2015 21:40:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16B521EF7; Thu, 12 Nov 2015 21:40:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLelRu081688; Thu, 12 Nov 2015 21:40:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLelam081687; Thu, 12 Nov 2015 21:40:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLelam081687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401420 - head/databases/rubygem-seed-fu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:49 -0000 Author: sunpoet Date: Thu Nov 12 21:40:47 2015 New Revision: 401420 URL: https://svnweb.freebsd.org/changeset/ports/401420 Log: - Add LICENSE_FILE Modified: head/databases/rubygem-seed-fu/Makefile Modified: head/databases/rubygem-seed-fu/Makefile ============================================================================== --- head/databases/rubygem-seed-fu/Makefile Thu Nov 12 21:40:43 2015 (r401419) +++ head/databases/rubygem-seed-fu/Makefile Thu Nov 12 21:40:47 2015 (r401420) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library to maintain seed datas LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activerecord4>=3.1:${PORTSDIR}/databases/rubygem-activerecord4 \ rubygem-activesupport4>=3.1:${PORTSDIR}/devel/rubygem-activesupport4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A31EA2DC1F; Thu, 12 Nov 2015 21:40:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D40EE1FFE; Thu, 12 Nov 2015 21:40:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLepOS081790; Thu, 12 Nov 2015 21:40:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLep8E081789; Thu, 12 Nov 2015 21:40:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLep8E081789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401421 - head/devel/rubygem-actionpack-action_caching X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:53 -0000 Author: sunpoet Date: Thu Nov 12 21:40:51 2015 New Revision: 401421 URL: https://svnweb.freebsd.org/changeset/ports/401421 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-actionpack-action_caching/Makefile Modified: head/devel/rubygem-actionpack-action_caching/Makefile ============================================================================== --- head/devel/rubygem-actionpack-action_caching/Makefile Thu Nov 12 21:40:47 2015 (r401420) +++ head/devel/rubygem-actionpack-action_caching/Makefile Thu Nov 12 21:40:51 2015 (r401421) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Action caching for Action Pack (removed from core in Rails 4.0) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:40:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBD63A2DC50; Thu, 12 Nov 2015 21:40:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E6C910FA; Thu, 12 Nov 2015 21:40:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLetNj081891; Thu, 12 Nov 2015 21:40:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLetBd081890; Thu, 12 Nov 2015 21:40:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLetBd081890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401422 - head/devel/rubygem-coffee-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:40:57 -0000 Author: sunpoet Date: Thu Nov 12 21:40:55 2015 New Revision: 401422 URL: https://svnweb.freebsd.org/changeset/ports/401422 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-coffee-rails/Makefile Modified: head/devel/rubygem-coffee-rails/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails/Makefile Thu Nov 12 21:40:51 2015 (r401421) +++ head/devel/rubygem-coffee-rails/Makefile Thu Nov 12 21:40:55 2015 (r401422) @@ -11,12 +11,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Coffee Script adapter for the Rails asset pipeline LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \ rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F346A2DC82; Thu, 12 Nov 2015 21:41:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4FAB11AC; Thu, 12 Nov 2015 21:41:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLex67081993; Thu, 12 Nov 2015 21:40:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLexVG081992; Thu, 12 Nov 2015 21:40:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122140.tACLexVG081992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401423 - head/devel/rubygem-coffee-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:01 -0000 Author: sunpoet Date: Thu Nov 12 21:40:59 2015 New Revision: 401423 URL: https://svnweb.freebsd.org/changeset/ports/401423 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-coffee-rails4/Makefile Modified: head/devel/rubygem-coffee-rails4/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails4/Makefile Thu Nov 12 21:40:55 2015 (r401422) +++ head/devel/rubygem-coffee-rails4/Makefile Thu Nov 12 21:40:59 2015 (r401423) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Coffee Script adapter for the Rails asset pipeline LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \ rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB2AA2DCBD; Thu, 12 Nov 2015 21:41:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 216D71295; Thu, 12 Nov 2015 21:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLf4JM082098; Thu, 12 Nov 2015 21:41:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLf4xQ082097; Thu, 12 Nov 2015 21:41:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLf4xQ082097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401424 - head/devel/rubygem-default_value_for X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:05 -0000 Author: sunpoet Date: Thu Nov 12 21:41:03 2015 New Revision: 401424 URL: https://svnweb.freebsd.org/changeset/ports/401424 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-default_value_for/Makefile Modified: head/devel/rubygem-default_value_for/Makefile ============================================================================== --- head/devel/rubygem-default_value_for/Makefile Thu Nov 12 21:40:59 2015 (r401423) +++ head/devel/rubygem-default_value_for/Makefile Thu Nov 12 21:41:03 2015 (r401424) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Define default values for ActiveRecord models in a declarative manner LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDAEA2DCF8; Thu, 12 Nov 2015 21:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3054C1376; Thu, 12 Nov 2015 21:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLf7pj082201; Thu, 12 Nov 2015 21:41:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLf70w082200; Thu, 12 Nov 2015 21:41:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLf70w082200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401425 - head/devel/rubygem-enumerize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:09 -0000 Author: sunpoet Date: Thu Nov 12 21:41:07 2015 New Revision: 401425 URL: https://svnweb.freebsd.org/changeset/ports/401425 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-enumerize/Makefile Modified: head/devel/rubygem-enumerize/Makefile ============================================================================== --- head/devel/rubygem-enumerize/Makefile Thu Nov 12 21:41:03 2015 (r401424) +++ head/devel/rubygem-enumerize/Makefile Thu Nov 12 21:41:07 2015 (r401425) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E70A2DD31; Thu, 12 Nov 2015 21:41:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA8A1488; Thu, 12 Nov 2015 21:41:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfCVC082303; Thu, 12 Nov 2015 21:41:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfCf8082302; Thu, 12 Nov 2015 21:41:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfCf8082302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401426 - head/devel/rubygem-font-awesome-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:13 -0000 Author: sunpoet Date: Thu Nov 12 21:41:11 2015 New Revision: 401426 URL: https://svnweb.freebsd.org/changeset/ports/401426 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-font-awesome-rails/Makefile Modified: head/devel/rubygem-font-awesome-rails/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails/Makefile Thu Nov 12 21:41:07 2015 (r401425) +++ head/devel/rubygem-font-awesome-rails/Makefile Thu Nov 12 21:41:11 2015 (r401426) @@ -10,6 +10,7 @@ COMMENT= Provides the Font-Awesome web f LICENSE= MIT OFL11 LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3D7CA2DD5E; Thu, 12 Nov 2015 21:41:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF521599; Thu, 12 Nov 2015 21:41:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfFHs082404; Thu, 12 Nov 2015 21:41:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfFZq082403; Thu, 12 Nov 2015 21:41:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfFZq082403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401427 - head/devel/rubygem-font-awesome-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:17 -0000 Author: sunpoet Date: Thu Nov 12 21:41:15 2015 New Revision: 401427 URL: https://svnweb.freebsd.org/changeset/ports/401427 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails4/Makefile Thu Nov 12 21:41:11 2015 (r401426) +++ head/devel/rubygem-font-awesome-rails-rails4/Makefile Thu Nov 12 21:41:15 2015 (r401427) @@ -11,6 +11,7 @@ COMMENT= Provides the Font-Awesome web f LICENSE= MIT OFL11 LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties4>=3.2:${PORTSDIR}/www/rubygem-railties4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDCAA2DE8B; Thu, 12 Nov 2015 21:41:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BBA71786; Thu, 12 Nov 2015 21:41:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfKBi083114; Thu, 12 Nov 2015 21:41:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfKVf083113; Thu, 12 Nov 2015 21:41:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfKVf083113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401428 - head/devel/rubygem-generator_spec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:21 -0000 Author: sunpoet Date: Thu Nov 12 21:41:19 2015 New Revision: 401428 URL: https://svnweb.freebsd.org/changeset/ports/401428 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-generator_spec/Makefile Modified: head/devel/rubygem-generator_spec/Makefile ============================================================================== --- head/devel/rubygem-generator_spec/Makefile Thu Nov 12 21:41:15 2015 (r401427) +++ head/devel/rubygem-generator_spec/Makefile Thu Nov 12 21:41:19 2015 (r401428) @@ -9,12 +9,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Test Rails generators with RSpec LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activerecord>=3.0.0:${PORTSDIR}/databases/rubygem-activerecord \ rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F05A1A2DEB3; Thu, 12 Nov 2015 21:41:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1CA1878; Thu, 12 Nov 2015 21:41:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfOr8083215; Thu, 12 Nov 2015 21:41:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfOZA083214; Thu, 12 Nov 2015 21:41:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfOZA083214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401429 - head/devel/rubygem-generator_spec-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:26 -0000 Author: sunpoet Date: Thu Nov 12 21:41:24 2015 New Revision: 401429 URL: https://svnweb.freebsd.org/changeset/ports/401429 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-generator_spec-rails4/Makefile Modified: head/devel/rubygem-generator_spec-rails4/Makefile ============================================================================== --- head/devel/rubygem-generator_spec-rails4/Makefile Thu Nov 12 21:41:19 2015 (r401428) +++ head/devel/rubygem-generator_spec-rails4/Makefile Thu Nov 12 21:41:24 2015 (r401429) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Test Rails generators with RSpec LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4 \ rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E976A2DEF7; Thu, 12 Nov 2015 21:41:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C277F1AC5; Thu, 12 Nov 2015 21:41:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfnon085258; Thu, 12 Nov 2015 21:41:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfn37085257; Thu, 12 Nov 2015 21:41:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfn37085257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401430 - head/databases/rubygem-globalid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:51 -0000 Author: sunpoet Date: Thu Nov 12 21:41:49 2015 New Revision: 401430 URL: https://svnweb.freebsd.org/changeset/ports/401430 Log: - Add LICENSE_FILE Modified: head/databases/rubygem-globalid/Makefile Modified: head/databases/rubygem-globalid/Makefile ============================================================================== --- head/databases/rubygem-globalid/Makefile Thu Nov 12 21:41:24 2015 (r401429) +++ head/databases/rubygem-globalid/Makefile Thu Nov 12 21:41:49 2015 (r401430) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= URIs for your models makes it easy to pass references around LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=4.1.0:${PORTSDIR}/devel/rubygem-activesupport4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0B90A2DF28; Thu, 12 Nov 2015 21:41:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA2ED1ADA; Thu, 12 Nov 2015 21:41:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfrCY085358; Thu, 12 Nov 2015 21:41:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfr04085357; Thu, 12 Nov 2015 21:41:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfr04085357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401431 - head/devel/rubygem-paperclip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:55 -0000 Author: sunpoet Date: Thu Nov 12 21:41:53 2015 New Revision: 401431 URL: https://svnweb.freebsd.org/changeset/ports/401431 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-paperclip/Makefile Modified: head/devel/rubygem-paperclip/Makefile ============================================================================== --- head/devel/rubygem-paperclip/Makefile Thu Nov 12 21:41:49 2015 (r401430) +++ head/devel/rubygem-paperclip/Makefile Thu Nov 12 21:41:53 2015 (r401431) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy upload management for ActiveRecord LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:41:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76B80A2DF6C; Thu, 12 Nov 2015 21:41:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 036BB1BC0; Thu, 12 Nov 2015 21:41:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLfvRx085461; Thu, 12 Nov 2015 21:41:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLfvMk085460; Thu, 12 Nov 2015 21:41:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122141.tACLfvMk085460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401432 - head/devel/rubygem-rails-observers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:41:59 -0000 Author: sunpoet Date: Thu Nov 12 21:41:57 2015 New Revision: 401432 URL: https://svnweb.freebsd.org/changeset/ports/401432 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-rails-observers/Makefile Modified: head/devel/rubygem-rails-observers/Makefile ============================================================================== --- head/devel/rubygem-rails-observers/Makefile Thu Nov 12 21:41:53 2015 (r401431) +++ head/devel/rubygem-rails-observers/Makefile Thu Nov 12 21:41:57 2015 (r401432) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Observer classes for Rails LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5EFDA2DFA3; Thu, 12 Nov 2015 21:42:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04F231CB5; Thu, 12 Nov 2015 21:42:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLg2vw085565; Thu, 12 Nov 2015 21:42:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLg1YJ085564; Thu, 12 Nov 2015 21:42:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLg1YJ085564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401433 - head/devel/rubygem-web-console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:04 -0000 Author: sunpoet Date: Thu Nov 12 21:42:01 2015 New Revision: 401433 URL: https://svnweb.freebsd.org/changeset/ports/401433 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-web-console/Makefile Modified: head/devel/rubygem-web-console/Makefile ============================================================================== --- head/devel/rubygem-web-console/Makefile Thu Nov 12 21:41:57 2015 (r401432) +++ head/devel/rubygem-web-console/Makefile Thu Nov 12 21:42:01 2015 (r401433) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Debugging tool for your Ruby on Rails applications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ rubygem-binding_of_caller>=0.7.2:${PORTSDIR}/devel/rubygem-binding_of_caller \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6ED5A2DFCD; Thu, 12 Nov 2015 21:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EAFC1D5F; Thu, 12 Nov 2015 21:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLg6PF085655; Thu, 12 Nov 2015 21:42:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLg6dn085654; Thu, 12 Nov 2015 21:42:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLg6dn085654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401434 - head/devel/rubygem-webby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:07 -0000 Author: sunpoet Date: Thu Nov 12 21:42:05 2015 New Revision: 401434 URL: https://svnweb.freebsd.org/changeset/ports/401434 Log: - Add LICENSE_ Approved by: portmgr (blanket) Modified: head/devel/rubygem-webby/Makefile Modified: head/devel/rubygem-webby/Makefile ============================================================================== --- head/devel/rubygem-webby/Makefile Thu Nov 12 21:42:01 2015 (r401433) +++ head/devel/rubygem-webby/Makefile Thu Nov 12 21:42:05 2015 (r401434) @@ -10,6 +10,8 @@ MASTER_SITES= RG MAINTAINER= zi@FreeBSD.org COMMENT= Small website management system +LICENSE= MIT + RUN_DEPENDS= rubygem-bones>=2.5.0:${PORTSDIR}/devel/rubygem-bones \ rubygem-directory_watcher>=1.1.2:${PORTSDIR}/devel/rubygem-directory_watcher \ rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \ @@ -19,7 +21,6 @@ RUN_DEPENDS= rubygem-bones>=2.5.0:${PORT rubygem-rspec>=1.2.2:${PORTSDIR}/devel/rubygem-rspec NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E3EA2DFFD; Thu, 12 Nov 2015 21:42:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA0CC1E07; Thu, 12 Nov 2015 21:42:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLg9Xa085742; Thu, 12 Nov 2015 21:42:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLg9Ys085741; Thu, 12 Nov 2015 21:42:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLg9Ys085741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401435 - head/japanese/rubygem-jpmobile4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:11 -0000 Author: sunpoet Date: Thu Nov 12 21:42:09 2015 New Revision: 401435 URL: https://svnweb.freebsd.org/changeset/ports/401435 Log: - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/japanese/rubygem-jpmobile4/Makefile Modified: head/japanese/rubygem-jpmobile4/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile4/Makefile Thu Nov 12 21:42:05 2015 (r401434) +++ head/japanese/rubygem-jpmobile4/Makefile Thu Nov 12 21:42:09 2015 (r401435) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rails4>0:${PORTSDIR}/www/rubygem-rails4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA3E6A2D029; Thu, 12 Nov 2015 21:42:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A935F1ED6; Thu, 12 Nov 2015 21:42:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgDvS085846; Thu, 12 Nov 2015 21:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgDuj085845; Thu, 12 Nov 2015 21:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgDuj085845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401436 - head/mail/rubygem-actionmailer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:15 -0000 Author: sunpoet Date: Thu Nov 12 21:42:13 2015 New Revision: 401436 URL: https://svnweb.freebsd.org/changeset/ports/401436 Log: - Add LICENSE_FILE Modified: head/mail/rubygem-actionmailer/Makefile Modified: head/mail/rubygem-actionmailer/Makefile ============================================================================== --- head/mail/rubygem-actionmailer/Makefile Thu Nov 12 21:42:09 2015 (r401435) +++ head/mail/rubygem-actionmailer/Makefile Thu Nov 12 21:42:13 2015 (r401436) @@ -10,12 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \ rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5503A2D04F; Thu, 12 Nov 2015 21:42:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DAB91F89; Thu, 12 Nov 2015 21:42:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgH8a085946; Thu, 12 Nov 2015 21:42:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgHHd085945; Thu, 12 Nov 2015 21:42:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgHHd085945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401437 - head/mail/rubygem-exception_notification X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:20 -0000 Author: sunpoet Date: Thu Nov 12 21:42:17 2015 New Revision: 401437 URL: https://svnweb.freebsd.org/changeset/ports/401437 Log: - Add LICENSE_FILE Modified: head/mail/rubygem-exception_notification/Makefile Modified: head/mail/rubygem-exception_notification/Makefile ============================================================================== --- head/mail/rubygem-exception_notification/Makefile Thu Nov 12 21:42:13 2015 (r401436) +++ head/mail/rubygem-exception_notification/Makefile Thu Nov 12 21:42:17 2015 (r401437) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Exception notification for Rails apps LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionmailer4>=4.0.0:${PORTSDIR}/mail/rubygem-actionmailer4 \ rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0409A2D071; Thu, 12 Nov 2015 21:42:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 297282055; Thu, 12 Nov 2015 21:42:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgL5W086049; Thu, 12 Nov 2015 21:42:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgLN2086048; Thu, 12 Nov 2015 21:42:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgLN2086048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401438 - head/mail/rubygem-ruby-qmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:22 -0000 Author: sunpoet Date: Thu Nov 12 21:42:20 2015 New Revision: 401438 URL: https://svnweb.freebsd.org/changeset/ports/401438 Log: - Add LICENSE_FILE Modified: head/mail/rubygem-ruby-qmail/Makefile Modified: head/mail/rubygem-ruby-qmail/Makefile ============================================================================== --- head/mail/rubygem-ruby-qmail/Makefile Thu Nov 12 21:42:17 2015 (r401437) +++ head/mail/rubygem-ruby-qmail/Makefile Thu Nov 12 21:42:20 2015 (r401438) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby qmail library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rspec>=1.2.9:${PORTSDIR}/devel/rubygem-rspec From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3807EA2D0D9; Thu, 12 Nov 2015 21:42:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53882115; Thu, 12 Nov 2015 21:42:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgOrb086149; Thu, 12 Nov 2015 21:42:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgOM7086148; Thu, 12 Nov 2015 21:42:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgOM7086148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401439 - head/textproc/rubygem-rails-dom-testing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:26 -0000 Author: sunpoet Date: Thu Nov 12 21:42:24 2015 New Revision: 401439 URL: https://svnweb.freebsd.org/changeset/ports/401439 Log: - Add LICENSE_FILE Modified: head/textproc/rubygem-rails-dom-testing/Makefile Modified: head/textproc/rubygem-rails-dom-testing/Makefile ============================================================================== --- head/textproc/rubygem-rails-dom-testing/Makefile Thu Nov 12 21:42:20 2015 (r401438) +++ head/textproc/rubygem-rails-dom-testing/Makefile Thu Nov 12 21:42:24 2015 (r401439) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Analyse and compare DOMs using Nokogiri LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport4>=4.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-nokogiri>=1.6:${PORTSDIR}/textproc/rubygem-nokogiri \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338F7A2D105; Thu, 12 Nov 2015 21:42:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E43BB21E6; Thu, 12 Nov 2015 21:42:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgSQR086239; Thu, 12 Nov 2015 21:42:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgSYl086238; Thu, 12 Nov 2015 21:42:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgSYl086238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401440 - head/www/rubygem-acts-as-taggable-on X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:30 -0000 Author: sunpoet Date: Thu Nov 12 21:42:28 2015 New Revision: 401440 URL: https://svnweb.freebsd.org/changeset/ports/401440 Log: - Add LICENSE Approved by: portmgr (blanket) Modified: head/www/rubygem-acts-as-taggable-on/Makefile Modified: head/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile Thu Nov 12 21:42:24 2015 (r401439) +++ head/www/rubygem-acts-as-taggable-on/Makefile Thu Nov 12 21:42:28 2015 (r401440) @@ -8,10 +8,12 @@ MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Tag a single model on several contexts +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + RUN_DEPENDS= rubygem-rails>=3.0:${PORTSDIR}/www/rubygem-rails NO_ARCH= yes - USE_RUBY= YES USE_RUBYGEMS= YES RUBYGEM_AUTOPLIST= YES From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F23A2D12E; Thu, 12 Nov 2015 21:42:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6D4B22B5; Thu, 12 Nov 2015 21:42:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgWKM086340; Thu, 12 Nov 2015 21:42:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgW28086339; Thu, 12 Nov 2015 21:42:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgW28086339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401441 - head/www/rubygem-acts-as-taggable-on3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:34 -0000 Author: sunpoet Date: Thu Nov 12 21:42:32 2015 New Revision: 401441 URL: https://svnweb.freebsd.org/changeset/ports/401441 Log: - Add LICENSE_FILE Modified: head/www/rubygem-acts-as-taggable-on3/Makefile Modified: head/www/rubygem-acts-as-taggable-on3/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on3/Makefile Thu Nov 12 21:42:28 2015 (r401440) +++ head/www/rubygem-acts-as-taggable-on3/Makefile Thu Nov 12 21:42:32 2015 (r401441) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Tag a single model on several contexts LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activerecord4>=4.1.6:${PORTSDIR}/databases/rubygem-activerecord4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53E5CA2D157; Thu, 12 Nov 2015 21:42:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 983FD2442; Thu, 12 Nov 2015 21:42:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgaEv086443; Thu, 12 Nov 2015 21:42:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgail086442; Thu, 12 Nov 2015 21:42:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgail086442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401442 - head/www/rubygem-d3_rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:38 -0000 Author: sunpoet Date: Thu Nov 12 21:42:36 2015 New Revision: 401442 URL: https://svnweb.freebsd.org/changeset/ports/401442 Log: - Add LICENSE_FILE Modified: head/www/rubygem-d3_rails/Makefile Modified: head/www/rubygem-d3_rails/Makefile ============================================================================== --- head/www/rubygem-d3_rails/Makefile Thu Nov 12 21:42:32 2015 (r401441) +++ head/www/rubygem-d3_rails/Makefile Thu Nov 12 21:42:36 2015 (r401442) @@ -9,11 +9,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= JavaScript framework for data visualization LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT_LICENSE RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F46DA2D183; Thu, 12 Nov 2015 21:42:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63CC52506; Thu, 12 Nov 2015 21:42:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgebu086543; Thu, 12 Nov 2015 21:42:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLge7e086542; Thu, 12 Nov 2015 21:42:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLge7e086542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401443 - head/www/rubygem-d3_rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:41 -0000 Author: sunpoet Date: Thu Nov 12 21:42:40 2015 New Revision: 401443 URL: https://svnweb.freebsd.org/changeset/ports/401443 Log: - Add LICENSE_FILE Modified: head/www/rubygem-d3_rails-rails4/Makefile Modified: head/www/rubygem-d3_rails-rails4/Makefile ============================================================================== --- head/www/rubygem-d3_rails-rails4/Makefile Thu Nov 12 21:42:36 2015 (r401442) +++ head/www/rubygem-d3_rails-rails4/Makefile Thu Nov 12 21:42:40 2015 (r401443) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= JavaScript framework for data visualization LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT_LICENSE RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 464F9A2D1AB; Thu, 12 Nov 2015 21:42:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A218C25D2; Thu, 12 Nov 2015 21:42:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgilZ086645; Thu, 12 Nov 2015 21:42:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgiEH086644; Thu, 12 Nov 2015 21:42:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgiEH086644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401444 - head/www/rubygem-gon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:46 -0000 Author: sunpoet Date: Thu Nov 12 21:42:44 2015 New Revision: 401444 URL: https://svnweb.freebsd.org/changeset/ports/401444 Log: - Add LICENSE_FILE Modified: head/www/rubygem-gon/Makefile Modified: head/www/rubygem-gon/Makefile ============================================================================== --- head/www/rubygem-gon/Makefile Thu Nov 12 21:42:40 2015 (r401443) +++ head/www/rubygem-gon/Makefile Thu Nov 12 21:42:44 2015 (r401444) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Framework to pass data to JS easily LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack \ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F2ACA2D1D9; Thu, 12 Nov 2015 21:42:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 885B62698; Thu, 12 Nov 2015 21:42:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgmZl086746; Thu, 12 Nov 2015 21:42:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgmht086745; Thu, 12 Nov 2015 21:42:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgmht086745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401445 - head/www/rubygem-gon-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:50 -0000 Author: sunpoet Date: Thu Nov 12 21:42:48 2015 New Revision: 401445 URL: https://svnweb.freebsd.org/changeset/ports/401445 Log: - Add LICENSE_FILE Modified: head/www/rubygem-gon-rails4/Makefile Modified: head/www/rubygem-gon-rails4/Makefile ============================================================================== --- head/www/rubygem-gon-rails4/Makefile Thu Nov 12 21:42:44 2015 (r401444) +++ head/www/rubygem-gon-rails4/Makefile Thu Nov 12 21:42:48 2015 (r401445) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Framework to pass data to JS easily LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC113A2D205; Thu, 12 Nov 2015 21:42:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 901B5273A; Thu, 12 Nov 2015 21:42:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLgqqk086848; Thu, 12 Nov 2015 21:42:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgqb6086847; Thu, 12 Nov 2015 21:42:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgqb6086847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401446 - head/www/rubygem-haml-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:53 -0000 Author: sunpoet Date: Thu Nov 12 21:42:52 2015 New Revision: 401446 URL: https://svnweb.freebsd.org/changeset/ports/401446 Log: - Add LICENSE_FILE Modified: head/www/rubygem-haml-rails-rails4/Makefile Modified: head/www/rubygem-haml-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-haml-rails-rails4/Makefile Thu Nov 12 21:42:48 2015 (r401445) +++ head/www/rubygem-haml-rails-rails4/Makefile Thu Nov 12 21:42:52 2015 (r401446) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Haml generator for Rails LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-actionpack4>=4.0.1:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-activesupport4>=4.0.1:${PORTSDIR}/devel/rubygem-activesupport4 \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:42:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19A4DA2D229; Thu, 12 Nov 2015 21:42:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C375D27E1; Thu, 12 Nov 2015 21:42:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLguel086949; Thu, 12 Nov 2015 21:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLguJk086948; Thu, 12 Nov 2015 21:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLguJk086948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401447 - head/www/rubygem-jquery-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:42:58 -0000 Author: sunpoet Date: Thu Nov 12 21:42:55 2015 New Revision: 401447 URL: https://svnweb.freebsd.org/changeset/ports/401447 Log: - Add LICENSE_FILE Modified: head/www/rubygem-jquery-rails4/Makefile Modified: head/www/rubygem-jquery-rails4/Makefile ============================================================================== --- head/www/rubygem-jquery-rails4/Makefile Thu Nov 12 21:42:52 2015 (r401446) +++ head/www/rubygem-jquery-rails4/Makefile Thu Nov 12 21:42:55 2015 (r401447) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Provides a Rails generator for jQuery LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing \ rubygem-railties4>=4.2.0:${PORTSDIR}/www/rubygem-railties4 \ From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 560CBA2D24C; Thu, 12 Nov 2015 21:43:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0774028AD; Thu, 12 Nov 2015 21:43:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLh0cT087052; Thu, 12 Nov 2015 21:43:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLgx7l087051; Thu, 12 Nov 2015 21:42:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122142.tACLgx7l087051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401448 - head/www/rubygem-jquery-turbolinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:01 -0000 Author: sunpoet Date: Thu Nov 12 21:42:59 2015 New Revision: 401448 URL: https://svnweb.freebsd.org/changeset/ports/401448 Log: - Add LICENSE_FILE Modified: head/www/rubygem-jquery-turbolinks/Makefile Modified: head/www/rubygem-jquery-turbolinks/Makefile ============================================================================== --- head/www/rubygem-jquery-turbolinks/Makefile Thu Nov 12 21:42:55 2015 (r401447) +++ head/www/rubygem-jquery-turbolinks/Makefile Thu Nov 12 21:42:59 2015 (r401448) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolinks LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-railties4>=4.1.6:${PORTSDIR}/www/rubygem-railties4 \ rubygem-turbolinks>=0:${PORTSDIR}/www/rubygem-turbolinks From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A2FA2D275; Thu, 12 Nov 2015 21:43:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15AEC2954; Thu, 12 Nov 2015 21:43:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLh4hq087158; Thu, 12 Nov 2015 21:43:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLh4Yu087157; Thu, 12 Nov 2015 21:43:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLh4Yu087157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401449 - head/www/rubygem-kaminari-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:05 -0000 Author: sunpoet Date: Thu Nov 12 21:43:03 2015 New Revision: 401449 URL: https://svnweb.freebsd.org/changeset/ports/401449 Log: - Add LICENSE_FILE Modified: head/www/rubygem-kaminari-rails4/Makefile Modified: head/www/rubygem-kaminari-rails4/Makefile ============================================================================== --- head/www/rubygem-kaminari-rails4/Makefile Thu Nov 12 21:42:59 2015 (r401448) +++ head/www/rubygem-kaminari-rails4/Makefile Thu Nov 12 21:43:03 2015 (r401449) @@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Sophisticated paginator for Rails 4 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FF2A2D29B; Thu, 12 Nov 2015 21:43:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01D7C2A2A; Thu, 12 Nov 2015 21:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLh7sZ087259; Thu, 12 Nov 2015 21:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLh77E087258; Thu, 12 Nov 2015 21:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLh77E087258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401450 - head/www/rubygem-responders X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:10 -0000 Author: sunpoet Date: Thu Nov 12 21:43:07 2015 New Revision: 401450 URL: https://svnweb.freebsd.org/changeset/ports/401450 Log: - Add LICENSE_FILE Modified: head/www/rubygem-responders/Makefile Modified: head/www/rubygem-responders/Makefile ============================================================================== --- head/www/rubygem-responders/Makefile Thu Nov 12 21:43:03 2015 (r401449) +++ head/www/rubygem-responders/Makefile Thu Nov 12 21:43:07 2015 (r401450) @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties4>=4.2.0:${PORTSDIR}/www/rubygem-railties4 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E123EA2D2AE; Thu, 12 Nov 2015 21:43:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A26752AD2; Thu, 12 Nov 2015 21:43:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhBmn087361; Thu, 12 Nov 2015 21:43:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhBkq087360; Thu, 12 Nov 2015 21:43:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhBkq087360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401451 - head/www/rubygem-responders-rails3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:13 -0000 Author: sunpoet Date: Thu Nov 12 21:43:11 2015 New Revision: 401451 URL: https://svnweb.freebsd.org/changeset/ports/401451 Log: - Add LICENSE_FILE Modified: head/www/rubygem-responders-rails3/Makefile Modified: head/www/rubygem-responders-rails3/Makefile ============================================================================== --- head/www/rubygem-responders-rails3/Makefile Thu Nov 12 21:43:07 2015 (r401450) +++ head/www/rubygem-responders-rails3/Makefile Thu Nov 12 21:43:11 2015 (r401451) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B1B6A2D2F5; Thu, 12 Nov 2015 21:43:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 451D32BA9; Thu, 12 Nov 2015 21:43:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhG7b087490; Thu, 12 Nov 2015 21:43:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhFMB087487; Thu, 12 Nov 2015 21:43:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhFMB087487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401452 - head/devel/rubygem-coffee-script-source X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:18 -0000 Author: sunpoet Date: Thu Nov 12 21:43:15 2015 New Revision: 401452 URL: https://svnweb.freebsd.org/changeset/ports/401452 Log: - Update to 1.10.0 - Update WWW Changes: https://github.com/jashkenas/coffeescript/commits/master Modified: head/devel/rubygem-coffee-script-source/Makefile head/devel/rubygem-coffee-script-source/distinfo head/devel/rubygem-coffee-script-source/pkg-descr Modified: head/devel/rubygem-coffee-script-source/Makefile ============================================================================== --- head/devel/rubygem-coffee-script-source/Makefile Thu Nov 12 21:43:11 2015 (r401451) +++ head/devel/rubygem-coffee-script-source/Makefile Thu Nov 12 21:43:15 2015 (r401452) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coffee-script-source -PORTVERSION= 1.9.1.1 +PORTVERSION= 1.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ COMMENT= CoffeeScript is a little langua LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-coffee-script-source/distinfo ============================================================================== --- head/devel/rubygem-coffee-script-source/distinfo Thu Nov 12 21:43:11 2015 (r401451) +++ head/devel/rubygem-coffee-script-source/distinfo Thu Nov 12 21:43:15 2015 (r401452) @@ -1,2 +1,2 @@ -SHA256 (rubygem/coffee-script-source-1.9.1.1.gem) = 05bbce02078abdb6969abfee5b18b9b914b475895222acac3d5613fe3dcf2eab -SIZE (rubygem/coffee-script-source-1.9.1.1.gem) = 58368 +SHA256 (rubygem/coffee-script-source-1.10.0.gem) = e0e341d3717e0bc72c9e0d7113bed29ee8449723493ac8de5d83ce9cd3788ecc +SIZE (rubygem/coffee-script-source-1.10.0.gem) = 58880 Modified: head/devel/rubygem-coffee-script-source/pkg-descr ============================================================================== --- head/devel/rubygem-coffee-script-source/pkg-descr Thu Nov 12 21:43:11 2015 (r401451) +++ head/devel/rubygem-coffee-script-source/pkg-descr Thu Nov 12 21:43:15 2015 (r401452) @@ -3,4 +3,4 @@ all of those embarrassing braces and sem gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. -WWW: http://jashkenas.github.com/coffee-script/ +WWW: https://github.com/jashkenas/coffeescript From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A74F3A2D321; Thu, 12 Nov 2015 21:43:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD652C5D; Thu, 12 Nov 2015 21:43:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhK0g087592; Thu, 12 Nov 2015 21:43:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhKqI087591; Thu, 12 Nov 2015 21:43:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhKqI087591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401453 - head/devel/rubygem-coffee-script X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:21 -0000 Author: sunpoet Date: Thu Nov 12 21:43:19 2015 New Revision: 401453 URL: https://svnweb.freebsd.org/changeset/ports/401453 Log: - Add LICENSE_FILE Modified: head/devel/rubygem-coffee-script/Makefile Modified: head/devel/rubygem-coffee-script/Makefile ============================================================================== --- head/devel/rubygem-coffee-script/Makefile Thu Nov 12 21:43:15 2015 (r401452) +++ head/devel/rubygem-coffee-script/Makefile Thu Nov 12 21:43:19 2015 (r401453) @@ -10,12 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coffee-script-source>=0:${PORTSDIR}/devel/rubygem-coffee-script-source \ rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4D6A2D353; Thu, 12 Nov 2015 21:43:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 978442D20; Thu, 12 Nov 2015 21:43:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhOs3087708; Thu, 12 Nov 2015 21:43:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhObH087705; Thu, 12 Nov 2015 21:43:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhObH087705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401454 - head/devel/rubygem-rspec-support X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:26 -0000 Author: sunpoet Date: Thu Nov 12 21:43:24 2015 New Revision: 401454 URL: https://svnweb.freebsd.org/changeset/ports/401454 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rspec/rspec-support/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-support/Makefile head/devel/rubygem-rspec-support/distinfo Modified: head/devel/rubygem-rspec-support/Makefile ============================================================================== --- head/devel/rubygem-rspec-support/Makefile Thu Nov 12 21:43:19 2015 (r401453) +++ head/devel/rubygem-rspec-support/Makefile Thu Nov 12 21:43:24 2015 (r401454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-support -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Support utilities for RSpec gems LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rspec-support/distinfo ============================================================================== --- head/devel/rubygem-rspec-support/distinfo Thu Nov 12 21:43:19 2015 (r401453) +++ head/devel/rubygem-rspec-support/distinfo Thu Nov 12 21:43:24 2015 (r401454) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-support-3.3.0.gem) = 474002e7e52e3c657fde5ada8af2fb680122e842aebc559156b2538d5e7ccab3 -SIZE (rubygem/rspec-support-3.3.0.gem) = 28672 +SHA256 (rubygem/rspec-support-3.4.0.gem) = 74e4069634014cfe77a4e22bf38bf35fb6a05ef383eff450a8c79c3f4e55b2f4 +SIZE (rubygem/rspec-support-3.4.0.gem) = 31744 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0A36A2D382; Thu, 12 Nov 2015 21:43:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 367E92E08; Thu, 12 Nov 2015 21:43:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhSjF087823; Thu, 12 Nov 2015 21:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhSDF087821; Thu, 12 Nov 2015 21:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhSDF087821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401455 - head/devel/rubygem-rspec-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:31 -0000 Author: sunpoet Date: Thu Nov 12 21:43:28 2015 New Revision: 401455 URL: https://svnweb.freebsd.org/changeset/ports/401455 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-core/Makefile head/devel/rubygem-rspec-core/distinfo Modified: head/devel/rubygem-rspec-core/Makefile ============================================================================== --- head/devel/rubygem-rspec-core/Makefile Thu Nov 12 21:43:24 2015 (r401454) +++ head/devel/rubygem-rspec-core/Makefile Thu Nov 12 21:43:28 2015 (r401455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-core -PORTVERSION= 3.3.2 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= RSpec Core provides the structure for writing executable examples LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support Modified: head/devel/rubygem-rspec-core/distinfo ============================================================================== --- head/devel/rubygem-rspec-core/distinfo Thu Nov 12 21:43:24 2015 (r401454) +++ head/devel/rubygem-rspec-core/distinfo Thu Nov 12 21:43:28 2015 (r401455) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-core-3.3.2.gem) = c1c3d34841f906d3b6ff4b9cc6823906103780e755c41e5dfad6483352c48577 -SIZE (rubygem/rspec-core-3.3.2.gem) = 139264 +SHA256 (rubygem/rspec-core-3.4.0.gem) = b0c12ce992122bffed8da2fde13fee995be8bb130f1e82acc536f64b1636265e +SIZE (rubygem/rspec-core-3.4.0.gem) = 144896 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17064A2D3A7; Thu, 12 Nov 2015 21:43:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 228A92ED0; Thu, 12 Nov 2015 21:43:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhXVs087939; Thu, 12 Nov 2015 21:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhXqR087937; Thu, 12 Nov 2015 21:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhXqR087937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401456 - head/devel/rubygem-rspec-expectations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:35 -0000 Author: sunpoet Date: Thu Nov 12 21:43:32 2015 New Revision: 401456 URL: https://svnweb.freebsd.org/changeset/ports/401456 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-expectations/Makefile head/devel/rubygem-rspec-expectations/distinfo Modified: head/devel/rubygem-rspec-expectations/Makefile ============================================================================== --- head/devel/rubygem-rspec-expectations/Makefile Thu Nov 12 21:43:28 2015 (r401455) +++ head/devel/rubygem-rspec-expectations/Makefile Thu Nov 12 21:43:32 2015 (r401456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rspec-expectations adds should and should_not to every object LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support Modified: head/devel/rubygem-rspec-expectations/distinfo ============================================================================== --- head/devel/rubygem-rspec-expectations/distinfo Thu Nov 12 21:43:28 2015 (r401455) +++ head/devel/rubygem-rspec-expectations/distinfo Thu Nov 12 21:43:32 2015 (r401456) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-3.3.1.gem) = 509d558f52f88e8d11abb68bce7cad9a4c9be3a01b2e7dfb7029d33e2f2c0bb4 -SIZE (rubygem/rspec-expectations-3.3.1.gem) = 73216 +SHA256 (rubygem/rspec-expectations-3.4.0.gem) = 104d47103204190d02b156cf38a5cd3228d50055bd3fe5ef3fe871fac029ff1e +SIZE (rubygem/rspec-expectations-3.4.0.gem) = 75264 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41DBEA2D3D1; Thu, 12 Nov 2015 21:43:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88AFF2F9C; Thu, 12 Nov 2015 21:43:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhbBw088054; Thu, 12 Nov 2015 21:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhbQ6088052; Thu, 12 Nov 2015 21:43:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhbQ6088052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401457 - head/devel/rubygem-rspec-mocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:39 -0000 Author: sunpoet Date: Thu Nov 12 21:43:37 2015 New Revision: 401457 URL: https://svnweb.freebsd.org/changeset/ports/401457 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md Modified: head/devel/rubygem-rspec-mocks/Makefile head/devel/rubygem-rspec-mocks/distinfo Modified: head/devel/rubygem-rspec-mocks/Makefile ============================================================================== --- head/devel/rubygem-rspec-mocks/Makefile Thu Nov 12 21:43:32 2015 (r401456) +++ head/devel/rubygem-rspec-mocks/Makefile Thu Nov 12 21:43:37 2015 (r401457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-mocks -PORTVERSION= 3.3.2 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rspec-mocks provides a test-double framework for rspec LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support Modified: head/devel/rubygem-rspec-mocks/distinfo ============================================================================== --- head/devel/rubygem-rspec-mocks/distinfo Thu Nov 12 21:43:32 2015 (r401456) +++ head/devel/rubygem-rspec-mocks/distinfo Thu Nov 12 21:43:37 2015 (r401457) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-mocks-3.3.2.gem) = 6f8bf4c1e1edc15028486553007ed0dba4928c161ed67ed5a23dfa5b99fecbd1 -SIZE (rubygem/rspec-mocks-3.3.2.gem) = 74752 +SHA256 (rubygem/rspec-mocks-3.4.0.gem) = c14b7d92830c3863f57cbf6e5a1cc1e985e0c90ef1c63e1e736c48aeeec68947 +SIZE (rubygem/rspec-mocks-3.4.0.gem) = 74752 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:43:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAD9A2D3FB; Thu, 12 Nov 2015 21:43:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88AD107A; Thu, 12 Nov 2015 21:43:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLhfux088171; Thu, 12 Nov 2015 21:43:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLhfDj088169; Thu, 12 Nov 2015 21:43:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122143.tACLhfDj088169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401458 - head/devel/rubygem-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:43:43 -0000 Author: sunpoet Date: Thu Nov 12 21:43:41 2015 New Revision: 401458 URL: https://svnweb.freebsd.org/changeset/ports/401458 Log: - Update to 3.4.0 - Add LICENSE_FILE Changes: https://github.com/rspec/rspec/commits/master Modified: head/devel/rubygem-rspec/Makefile head/devel/rubygem-rspec/distinfo Modified: head/devel/rubygem-rspec/Makefile ============================================================================== --- head/devel/rubygem-rspec/Makefile Thu Nov 12 21:43:37 2015 (r401457) +++ head/devel/rubygem-rspec/Makefile Thu Nov 12 21:43:41 2015 (r401458) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Behaviour Driven Development in Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \ rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \ Modified: head/devel/rubygem-rspec/distinfo ============================================================================== --- head/devel/rubygem-rspec/distinfo Thu Nov 12 21:43:37 2015 (r401457) +++ head/devel/rubygem-rspec/distinfo Thu Nov 12 21:43:41 2015 (r401458) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-3.3.0.gem) = 99548f038d0b9e55f670e77edb0f1ebcaf127d456c64a1adff803d158efec5ae -SIZE (rubygem/rspec-3.3.0.gem) = 10240 +SHA256 (rubygem/rspec-3.4.0.gem) = 1a1d69ef92aaa50f80aba930880886a19a51cda9be5350866fa00a69c5875d89 +SIZE (rubygem/rspec-3.4.0.gem) = 10752 From owner-svn-ports-head@freebsd.org Thu Nov 12 21:46:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05DB8A2D481; Thu, 12 Nov 2015 21:46:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2E7814DE; Thu, 12 Nov 2015 21:46:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLkHP3088362; Thu, 12 Nov 2015 21:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLkHh5088361; Thu, 12 Nov 2015 21:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122146.tACLkHh5088361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401459 - head/www/rubygem-chosen-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:46:19 -0000 Author: sunpoet Date: Thu Nov 12 21:46:17 2015 New Revision: 401459 URL: https://svnweb.freebsd.org/changeset/ports/401459 Log: - Add LICENSE_FILE Modified: head/www/rubygem-chosen-rails/Makefile Modified: head/www/rubygem-chosen-rails/Makefile ============================================================================== --- head/www/rubygem-chosen-rails/Makefile Thu Nov 12 21:43:41 2015 (r401458) +++ head/www/rubygem-chosen-rails/Makefile Thu Nov 12 21:46:17 2015 (r401459) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Box enhancer for jQuery and Protoype LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coffee-rails4>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails4 \ rubygem-compass-rails>=2.0.4:${PORTSDIR}/textproc/rubygem-compass-rails \ @@ -16,7 +17,6 @@ RUN_DEPENDS= rubygem-coffee-rails4>=3.2: rubygem-sass-rails5>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails5 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Thu Nov 12 21:46:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B657A2D4CA; Thu, 12 Nov 2015 21:46:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34AF815E9; Thu, 12 Nov 2015 21:46:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLktZU088469; Thu, 12 Nov 2015 21:46:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLktns088468; Thu, 12 Nov 2015 21:46:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122146.tACLktns088468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 21:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401460 - head/palm/libmal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:46:56 -0000 Author: marino Date: Thu Nov 12 21:46:55 2015 New Revision: 401460 URL: https://svnweb.freebsd.org/changeset/ports/401460 Log: palm/libmal: expand patch to fix malloc.h-less DF Modified: head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Modified: head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c ============================================================================== --- head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Thu Nov 12 21:46:17 2015 (r401459) +++ head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c Thu Nov 12 21:46:55 2015 (r401460) @@ -5,7 +5,7 @@ #include -#if defined(DARWIN) || defined(__OpenBSD__) -+#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__) ++#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) #include #else #include From owner-svn-ports-head@freebsd.org Thu Nov 12 21:57:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ADFEA2D695; Thu, 12 Nov 2015 21:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DADD11B33; Thu, 12 Nov 2015 21:57:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACLvllm091364; Thu, 12 Nov 2015 21:57:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLvlfO091362; Thu, 12 Nov 2015 21:57:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122157.tACLvlfO091362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:57:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401461 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 21:57:49 -0000 Author: sunpoet Date: Thu Nov 12 21:57:47 2015 New Revision: 401461 URL: https://svnweb.freebsd.org/changeset/ports/401461 Log: - Update to 20151108 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20151108.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Thu Nov 12 21:46:55 2015 (r401460) +++ head/misc/pciids/Makefile Thu Nov 12 21:57:47 2015 (r401461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20151011 +PORTVERSION= 20151108 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Thu Nov 12 21:46:55 2015 (r401460) +++ head/misc/pciids/distinfo Thu Nov 12 21:57:47 2015 (r401461) @@ -1,2 +1,2 @@ -SHA256 (pciids-20151011.tar.xz) = 4fdbefd5918ae4ef1b605e3943c53dc29954a872fb68d94e58470ac28e2eedf3 -SIZE (pciids-20151011.tar.xz) = 179608 +SHA256 (pciids-20151108.tar.xz) = 60caa2ca9c5191280f54318b3a5dc85ac617c70d111e2f8a36208a5dddaea9e4 +SIZE (pciids-20151108.tar.xz) = 179904 From owner-svn-ports-head@freebsd.org Thu Nov 12 22:15:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 149B3A2D9FD; Thu, 12 Nov 2015 22:15:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A39150E; Thu, 12 Nov 2015 22:15:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACMF0mj097262; Thu, 12 Nov 2015 22:15:00 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACMF0lo097256; Thu, 12 Nov 2015 22:15:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201511122215.tACMF0lo097256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 12 Nov 2015 22:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401462 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 22:15:02 -0000 Author: jkim Date: Thu Nov 12 22:15:00 2015 New Revision: 401462 URL: https://svnweb.freebsd.org/changeset/ports/401462 Log: Update to 4.3.34. MFH: 2015Q4 Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose-additions/Makefile Thu Nov 12 22:15:00 2015 (r401462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.32 +DISTVERSION= 4.3.34 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose-additions/distinfo Thu Nov 12 22:15:00 2015 (r401462) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261 -SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101 +SHA256 (VirtualBox-4.3.34.tar.bz2) = 076507e924d3c5ae05c5e80a720b897da4a57a636a506a7d369b28f08b11d6c1 +SIZE (VirtualBox-4.3.34.tar.bz2) = 98166680 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose-kmod/Makefile Thu Nov 12 22:15:00 2015 (r401462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.32 +DISTVERSION= 4.3.34 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose-kmod/distinfo Thu Nov 12 22:15:00 2015 (r401462) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261 -SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101 +SHA256 (VirtualBox-4.3.34.tar.bz2) = 076507e924d3c5ae05c5e80a720b897da4a57a636a506a7d369b28f08b11d6c1 +SIZE (VirtualBox-4.3.34.tar.bz2) = 98166680 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose/Makefile Thu Nov 12 22:15:00 2015 (r401462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.32 +DISTVERSION= 4.3.34 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Thu Nov 12 21:57:47 2015 (r401461) +++ head/emulators/virtualbox-ose/distinfo Thu Nov 12 22:15:00 2015 (r401462) @@ -1,4 +1,4 @@ -SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261 -SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101 -SHA256 (VBoxGuestAdditions_4.3.32.iso) = 187f49b567dea056d9de255c155f8eaa3449dffe08ccf22ae8ab1dda708f78fe -SIZE (VBoxGuestAdditions_4.3.32.iso) = 58349568 +SHA256 (VirtualBox-4.3.34.tar.bz2) = 076507e924d3c5ae05c5e80a720b897da4a57a636a506a7d369b28f08b11d6c1 +SIZE (VirtualBox-4.3.34.tar.bz2) = 98166680 +SHA256 (VBoxGuestAdditions_4.3.34.iso) = a6f20f5b8ec11ae127ae48bcb19c20de488d38dbf807a8608a6468da7353a9a8 +SIZE (VBoxGuestAdditions_4.3.34.iso) = 58361856 From owner-svn-ports-head@freebsd.org Thu Nov 12 22:31:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407C6A2DEA9; Thu, 12 Nov 2015 22:31:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08BD11F34; Thu, 12 Nov 2015 22:31:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACMVcSU000662; Thu, 12 Nov 2015 22:31:38 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACMVbLA000660; Thu, 12 Nov 2015 22:31:37 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511122231.tACMVbLA000660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 12 Nov 2015 22:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401463 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 22:31:39 -0000 Author: gerald Date: Thu Nov 12 22:31:37 2015 New Revision: 401463 URL: https://svnweb.freebsd.org/changeset/ports/401463 Log: Update to the 20151110 snapshot of GCC 5. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Thu Nov 12 22:15:00 2015 (r401462) +++ head/lang/gcc5-devel/Makefile Thu Nov 12 22:31:37 2015 (r401463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.2.1.s20151103 +PORTVERSION= 5.2.1.s20151110 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Thu Nov 12 22:15:00 2015 (r401462) +++ head/lang/gcc5-devel/distinfo Thu Nov 12 22:31:37 2015 (r401463) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20151103.tar.bz2) = 3dd25527569b8c283fd655b60cd09c613ce9371507ae18fa08464b608d2833af -SIZE (gcc-5-20151103.tar.bz2) = 91310584 +SHA256 (gcc-5-20151110.tar.bz2) = 08388efad1d286787bfd4555ba3a0180f6055948e4f029bffb096a7a0bbe1d23 +SIZE (gcc-5-20151110.tar.bz2) = 91322403 From owner-svn-ports-head@freebsd.org Thu Nov 12 23:02:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8135DA2E555; Thu, 12 Nov 2015 23:02:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E45112D9; Thu, 12 Nov 2015 23:02:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACN2Z8C011902; Thu, 12 Nov 2015 23:02:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACN2ZXK011901; Thu, 12 Nov 2015 23:02:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122302.tACN2ZXK011901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 23:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401464 - head/sysutils/boxbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 23:02:36 -0000 Author: marino Date: Thu Nov 12 23:02:35 2015 New Revision: 401464 URL: https://svnweb.freebsd.org/changeset/ports/401464 Log: sysutils/boxbackup: Fix libexecinfo handling, remove FreeBSD checks USES=libexecinfo works fine. Moreover, it builds on FreeBSD 9 without GCC, so remove all the unnecessary FreeBSD checks. Modified: head/sysutils/boxbackup/Makefile Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Thu Nov 12 22:31:37 2015 (r401463) +++ head/sysutils/boxbackup/Makefile Thu Nov 12 23:02:35 2015 (r401464) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt -USES= perl5 tar:tgz +USES= execinfo perl5 tar:tgz USE_OPENSSL= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal autoheader @@ -39,15 +39,6 @@ OPTIONS_DEFAULT=CLIENT SERVER .include -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000 -USES+= execinfo -LDFLAGS+= -lexecinfo -.endif - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - .if ${PORT_OPTIONS:MREADLINE} CONFIGURE_ARGS+=--enable-gnu-readline .endif From owner-svn-ports-head@freebsd.org Thu Nov 12 23:25:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95011A2E7F4; Thu, 12 Nov 2015 23:25:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 613F91B09; Thu, 12 Nov 2015 23:25:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACNPrYp017804; Thu, 12 Nov 2015 23:25:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACNPrIn017803; Thu, 12 Nov 2015 23:25:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122325.tACNPrIn017803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 23:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401465 - head/games/xwelltris/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 23:25:54 -0000 Author: marino Date: Thu Nov 12 23:25:53 2015 New Revision: 401465 URL: https://svnweb.freebsd.org/changeset/ports/401465 Log: games/xwelltris: expand patch to fix malloc.h-less DF Modified: head/games/xwelltris/files/patch-src__image__picinfo.h Modified: head/games/xwelltris/files/patch-src__image__picinfo.h ============================================================================== --- head/games/xwelltris/files/patch-src__image__picinfo.h Thu Nov 12 23:02:35 2015 (r401464) +++ head/games/xwelltris/files/patch-src__image__picinfo.h Thu Nov 12 23:25:53 2015 (r401465) @@ -1,12 +1,12 @@ ---- src/image/picinfo.h.orig Sat Jan 31 16:49:01 2004 -+++ src/image/picinfo.h Sat Jan 31 16:49:59 2004 +--- src/image/picinfo.h.orig 2003-01-04 11:37:22 UTC ++++ src/image/picinfo.h @@ -11,8 +11,7 @@ #include #include #include -#ifndef __FreeBSD__ -#elif ! defined __OpenBSD__ -+#if ! defined __OpenBSD__ && ! defined __FreeBSD__ ++#if ! defined __OpenBSD__ && ! defined __FreeBSD__ && ! defined __DragonFly__ #include #endif #include From owner-svn-ports-head@freebsd.org Thu Nov 12 23:35:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43F1FA2E99B; Thu, 12 Nov 2015 23:35:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03FD71FF2; Thu, 12 Nov 2015 23:35:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACNZrtx020684; Thu, 12 Nov 2015 23:35:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACNZrcG020683; Thu, 12 Nov 2015 23:35:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122335.tACNZrcG020683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 23:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401466 - head/lang/angelscript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 23:35:54 -0000 Author: marino Date: Thu Nov 12 23:35:52 2015 New Revision: 401466 URL: https://svnweb.freebsd.org/changeset/ports/401466 Log: lang/angelscript: Add USES=alias to fix malloc.h-less DF Modified: head/lang/angelscript/Makefile Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Thu Nov 12 23:25:53 2015 (r401465) +++ head/lang/angelscript/Makefile Thu Nov 12 23:35:52 2015 (r401466) @@ -14,7 +14,7 @@ LICENSE= ZLIB MAKEFILE= makefile MAKE_ARGS= LOCAL=${STAGEDIR}${PREFIX} -USES= gmake zip compiler:c++0x +USES= alias gmake zip compiler:c++0x USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/ From owner-svn-ports-head@freebsd.org Thu Nov 12 23:40:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 633E7A2E9E7; Thu, 12 Nov 2015 23:40:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA45116B; Thu, 12 Nov 2015 23:40:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACNejiF023102; Thu, 12 Nov 2015 23:40:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACNejMu023101; Thu, 12 Nov 2015 23:40:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511122340.tACNejMu023101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 12 Nov 2015 23:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401467 - head/net-mgmt/flow-extract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 23:40:46 -0000 Author: marino Date: Thu Nov 12 23:40:45 2015 New Revision: 401467 URL: https://svnweb.freebsd.org/changeset/ports/401467 Log: net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF Modified: head/net-mgmt/flow-extract/Makefile Modified: head/net-mgmt/flow-extract/Makefile ============================================================================== --- head/net-mgmt/flow-extract/Makefile Thu Nov 12 23:35:52 2015 (r401466) +++ head/net-mgmt/flow-extract/Makefile Thu Nov 12 23:40:45 2015 (r401467) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools +USES= alias WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LIBS}" From owner-svn-ports-head@freebsd.org Thu Nov 12 23:48:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E8A1A2EB1E; Thu, 12 Nov 2015 23:48:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A75A1607; Thu, 12 Nov 2015 23:48:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACNmUnT024282; Thu, 12 Nov 2015 23:48:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACNmUGQ024281; Thu, 12 Nov 2015 23:48:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511122348.tACNmUGQ024281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 12 Nov 2015 23:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401468 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 23:48:31 -0000 Author: jbeich Date: Thu Nov 12 23:48:30 2015 New Revision: 401468 URL: https://svnweb.freebsd.org/changeset/ports/401468 Log: devel/fb-adb: unbreak build on DragonFly === configuring in stub-x86 (/wrkdirs/devel/fb-adb/.build/stub-x86) configure: running /bin/sh /wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86/configure --disable-option-checking '--prefix=/usr/local' '--mandir=/usr/local/man' '--disable-checking' '--disable-debuggable-stubs' '--with-android-ndk=system' '--build=x86_64-portbld-dragonfly4.3' 'build_alias=x86_64-portbld-dragonfly4.3' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' --cache-file=/dev/null --srcdir=/wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86 checking build system type... x86_64-portbld-dragonfly4.3 checking host system type... i686-pc-linux-android Using system Android cross-compilers [...] configure: error: could not find Android cross-compiler for i686-pc-linux-android Modified: head/devel/fb-adb/Makefile (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Thu Nov 12 23:40:45 2015 (r401467) +++ head/devel/fb-adb/Makefile Thu Nov 12 23:48:30 2015 (r401468) @@ -117,6 +117,7 @@ do-autoreconf: BUILD_DEPENDS+= ${${opt}_BUILD_DEPENDS_OFF} CONFIGURE_ENV+= ${${opt}_CONFIGURE_ENV_OFF} CONFIGURE_ARGS+= ${${opt}_CONFIGURE_OFF} +_OPTIONS_patch+= 700:post-patch-${opt}-off . endif .endfor From owner-svn-ports-head@freebsd.org Fri Nov 13 00:04:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF96A2EFD4; Fri, 13 Nov 2015 00:04:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0B101119; Fri, 13 Nov 2015 00:04:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD04clt031886; Fri, 13 Nov 2015 00:04:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD04bMx031876; Fri, 13 Nov 2015 00:04:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130004.tAD04bMx031876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 00:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401469 - head/net/wmnetmon/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 00:04:39 -0000 Author: marino Date: Fri Nov 13 00:04:37 2015 New Revision: 401469 URL: https://svnweb.freebsd.org/changeset/ports/401469 Log: net/wmnetmon: Expand patches fix malloc.h-less DF While here, regenerate all the patches to put them in unified format. Wow, that old diff format is unreadable. Modified: head/net/wmnetmon/files/patch-Makefile.in head/net/wmnetmon/files/patch-configure head/net/wmnetmon/files/patch-configure.in head/net/wmnetmon/files/patch-leds.c head/net/wmnetmon/files/patch-list.c head/net/wmnetmon/files/patch-pinger.c head/net/wmnetmon/files/patch-pinger.h head/net/wmnetmon/files/patch-tcpmonitor.c Modified: head/net/wmnetmon/files/patch-Makefile.in ============================================================================== --- head/net/wmnetmon/files/patch-Makefile.in Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-Makefile.in Fri Nov 13 00:04:37 2015 (r401469) @@ -1,14 +1,12 @@ -*** Makefile.in.orig Sat Jul 10 22:04:53 1999 ---- Makefile.in Sun Apr 1 16:16:21 2001 -*************** -*** 11,19 **** - wmnetmon: $(OBJS) - $(CC) $(OBJS) -o wmnetmon $(LDFLAGS) - -- .o:.c -- $(CC) $(CFLAGS) -c $.c -o $.o -- - install: wmnetmon - $(INSTALL) wmnetmon $(BINDIR) -o root --mode=4755 - ---- 11,16 ---- +--- Makefile.in.orig 1999-07-10 19:04:53 UTC ++++ Makefile.in +@@ -11,9 +11,6 @@ all: wmnetmon + wmnetmon: $(OBJS) + $(CC) $(OBJS) -o wmnetmon $(LDFLAGS) + +-.o:.c +- $(CC) $(CFLAGS) -c $.c -o $.o +- + install: wmnetmon + $(INSTALL) wmnetmon $(BINDIR) -o root --mode=4755 + Modified: head/net/wmnetmon/files/patch-configure ============================================================================== --- head/net/wmnetmon/files/patch-configure Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-configure Fri Nov 13 00:04:37 2015 (r401469) @@ -1,19 +1,11 @@ -*** configure.orig Sun Apr 1 15:17:16 2001 ---- configure Sun Apr 1 15:17:24 2001 -*************** -*** 1605,1611 **** - - fi - -! for ac_hdr in fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ---- 1605,1611 ---- - - fi - -! for ac_hdr in fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +--- configure.orig 1999-07-23 14:07:40 UTC ++++ configure +@@ -1605,7 +1605,7 @@ EOF + + fi + +-for ac_hdr in fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h ++for ac_hdr in fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 Modified: head/net/wmnetmon/files/patch-configure.in ============================================================================== --- head/net/wmnetmon/files/patch-configure.in Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-configure.in Fri Nov 13 00:04:37 2015 (r401469) @@ -1,19 +1,11 @@ -*** configure.in.orig Sun Apr 1 15:17:40 2001 ---- configure.in Sun Apr 1 15:17:47 2001 -*************** -*** 43,49 **** - dnl Checks for header files. - - AC_HEADER_STDC -! AC_CHECK_HEADERS(fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h,, - AC_MSG_ERROR([Couldn't find some include files... aborting])) - AC_CHECK_HEADERS(netinet/in_systm.h netinet/in.h netinet/ip.h netinet/ip_icmp.h arpa/inet.h netdb.h sys/socket.h,, - AC_MSG_ERROR([Couldn't find network include files])) ---- 43,49 ---- - dnl Checks for header files. - - AC_HEADER_STDC -! AC_CHECK_HEADERS(fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h,, - AC_MSG_ERROR([Couldn't find some include files... aborting])) - AC_CHECK_HEADERS(netinet/in_systm.h netinet/in.h netinet/ip.h netinet/ip_icmp.h arpa/inet.h netdb.h sys/socket.h,, - AC_MSG_ERROR([Couldn't find network include files])) +--- configure.in.orig 1999-07-23 14:03:17 UTC ++++ configure.in +@@ -43,7 +43,7 @@ fi + dnl Checks for header files. + + AC_HEADER_STDC +-AC_CHECK_HEADERS(fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h,, ++AC_CHECK_HEADERS(fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h,, + AC_MSG_ERROR([Couldn't find some include files... aborting])) + AC_CHECK_HEADERS(netinet/in_systm.h netinet/in.h netinet/ip.h netinet/ip_icmp.h arpa/inet.h netdb.h sys/socket.h,, + AC_MSG_ERROR([Couldn't find network include files])) Modified: head/net/wmnetmon/files/patch-leds.c ============================================================================== --- head/net/wmnetmon/files/patch-leds.c Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-leds.c Fri Nov 13 00:04:37 2015 (r401469) @@ -1,12 +1,10 @@ -*** leds.c.orig Sun Apr 1 15:18:44 2001 ---- leds.c Sun Apr 1 15:19:01 2001 -*************** -*** 1,5 **** ---- 1,7 ---- - #include -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - #include - #include "list.h" +--- leds.c.orig 1999-07-26 16:23:23 UTC ++++ leds.c +@@ -1,5 +1,7 @@ + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + #include + #include "list.h" Modified: head/net/wmnetmon/files/patch-list.c ============================================================================== --- head/net/wmnetmon/files/patch-list.c Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-list.c Fri Nov 13 00:04:37 2015 (r401469) @@ -1,13 +1,11 @@ -*** list.c.orig Sun Apr 1 15:19:28 2001 ---- list.c Sun Apr 1 15:19:39 2001 -*************** -*** 1,6 **** ---- 1,8 ---- - #include "list.h" - #include -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - - +--- list.c.orig 1999-07-22 12:43:11 UTC ++++ list.c +@@ -1,6 +1,8 @@ + #include "list.h" + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + + Modified: head/net/wmnetmon/files/patch-pinger.c ============================================================================== --- head/net/wmnetmon/files/patch-pinger.c Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-pinger.c Fri Nov 13 00:04:37 2015 (r401469) @@ -1,14 +1,12 @@ -*** pinger.c.orig Sun Apr 1 15:21:08 2001 ---- pinger.c Sun Apr 1 15:21:22 2001 -*************** -*** 14,20 **** ---- 14,22 ---- - #include - #include - #include -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - #include "list.h" - #include "config.h" +--- pinger.c.orig 2000-06-17 11:01:23 UTC ++++ pinger.c +@@ -14,7 +14,9 @@ + #include + #include + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + #include "list.h" + #include "config.h" Modified: head/net/wmnetmon/files/patch-pinger.h ============================================================================== --- head/net/wmnetmon/files/patch-pinger.h Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-pinger.h Fri Nov 13 00:04:37 2015 (r401469) @@ -1,25 +1,22 @@ -*** pinger.h.orig Fri Jul 23 17:08:26 1999 ---- pinger.h Sun Apr 1 15:30:20 2001 -*************** -*** 2,7 **** ---- 2,8 ---- - #define __PINGER_H__ - - -+ #include - #include - #include "list.h" - #include "config.h" -*************** -*** 47,54 **** ---- 48,57 ---- - #define UDP_DPORT dest - #endif - -+ #ifndef __FreeBSD__ - #if ! (defined(__GLIBC__) && (__GLIBC__ >= 2)) - #define inet_ntoa(x) inet_ntoa(*((struct in_addr *)&(x))) -+ #endif - #endif - - #define TIMEOUT_SIZE 55 +--- pinger.h.orig 1999-07-23 14:08:26 UTC ++++ pinger.h +@@ -2,6 +2,7 @@ + #define __PINGER_H__ + + ++#include + #include + #include "list.h" + #include "config.h" +@@ -47,9 +48,11 @@ + #define UDP_DPORT dest + #endif + ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #if ! (defined(__GLIBC__) && (__GLIBC__ >= 2)) + #define inet_ntoa(x) inet_ntoa(*((struct in_addr *)&(x))) + #endif ++#endif + + #define TIMEOUT_SIZE 55 + Modified: head/net/wmnetmon/files/patch-tcpmonitor.c ============================================================================== --- head/net/wmnetmon/files/patch-tcpmonitor.c Thu Nov 12 23:48:30 2015 (r401468) +++ head/net/wmnetmon/files/patch-tcpmonitor.c Fri Nov 13 00:04:37 2015 (r401469) @@ -1,31 +1,21 @@ -*** tcpmonitor.c.orig Fri Jul 23 16:58:24 1999 ---- tcpmonitor.c Sun Apr 1 15:32:49 2001 -*************** -*** 12,18 **** ---- 12,20 ---- - #include - #include - #include -+ #ifndef __FreeBSD__ - #include -+ #endif - #include - #include - #include "config.h" -*************** -*** 51,57 **** - if (debug) - fprintf(stderr,"trying to connect (tcp) to port %d at %s...\n", h->tcpport, - inet_ntoa(h->tcpsock->sin_addr)); -! if (connect(h->tcp_socket, (struct sockaddr_in*)h->tcpsock, - sizeof(struct sockaddr_in))<0) - switch(errno) { - case EISCONN: /* Common.. reported by lots of users ---- 53,59 ---- - if (debug) - fprintf(stderr,"trying to connect (tcp) to port %d at %s...\n", h->tcpport, - inet_ntoa(h->tcpsock->sin_addr)); -! if (connect(h->tcp_socket, (struct sockaddr*)h->tcpsock, - sizeof(struct sockaddr_in))<0) - switch(errno) { - case EISCONN: /* Common.. reported by lots of users +--- tcpmonitor.c.orig 1999-07-23 13:58:24 UTC ++++ tcpmonitor.c +@@ -12,7 +12,9 @@ + #include + #include + #include ++#if ! (defined __FreeBSD__ || defined __DragonFly__) + #include ++#endif + #include + #include + #include "config.h" +@@ -51,7 +53,7 @@ int tcp_isalive(pinger_host *h) + if (debug) + fprintf(stderr,"trying to connect (tcp) to port %d at %s...\n", h->tcpport, + inet_ntoa(h->tcpsock->sin_addr)); +- if (connect(h->tcp_socket, (struct sockaddr_in*)h->tcpsock, ++ if (connect(h->tcp_socket, (struct sockaddr*)h->tcpsock, + sizeof(struct sockaddr_in))<0) + switch(errno) { + case EISCONN: /* Common.. reported by lots of users From owner-svn-ports-head@freebsd.org Fri Nov 13 00:07:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41558A2C01B; Fri, 13 Nov 2015 00:07:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6C5D121C; Fri, 13 Nov 2015 00:07:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD07oa9032629; Fri, 13 Nov 2015 00:07:50 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD07n0T032625; Fri, 13 Nov 2015 00:07:49 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201511130007.tAD07n0T032625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 13 Nov 2015 00:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401470 - head/devel/liblangtag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 00:07:51 -0000 Author: jkim Date: Fri Nov 13 00:07:49 2015 New Revision: 401470 URL: https://svnweb.freebsd.org/changeset/ports/401470 Log: Update to 0.5.8. Modified: head/devel/liblangtag/Makefile head/devel/liblangtag/distinfo head/devel/liblangtag/pkg-plist Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Fri Nov 13 00:04:37 2015 (r401469) +++ head/devel/liblangtag/Makefile Fri Nov 13 00:07:49 2015 (r401470) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liblangtag -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.8 CATEGORIES= devel textproc MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/downloads/ \ LOCAL/jkim Modified: head/devel/liblangtag/distinfo ============================================================================== --- head/devel/liblangtag/distinfo Fri Nov 13 00:04:37 2015 (r401469) +++ head/devel/liblangtag/distinfo Fri Nov 13 00:07:49 2015 (r401470) @@ -1,2 +1,2 @@ -SHA256 (liblangtag-0.5.7.tar.bz2) = f2b20d7b66c37e3be73feb67831195e5db16d0bb7df0d05c2e4bb96c4deb11cf -SIZE (liblangtag-0.5.7.tar.bz2) = 671856 +SHA256 (liblangtag-0.5.8.tar.bz2) = 08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa +SIZE (liblangtag-0.5.8.tar.bz2) = 672452 Modified: head/devel/liblangtag/pkg-plist ============================================================================== --- head/devel/liblangtag/pkg-plist Fri Nov 13 00:04:37 2015 (r401469) +++ head/devel/liblangtag/pkg-plist Fri Nov 13 00:07:49 2015 (r401470) @@ -14,6 +14,7 @@ include/liblangtag/lt-lang-db.h include/liblangtag/lt-lang.h include/liblangtag/lt-list.h include/liblangtag/lt-macros.h +include/liblangtag/lt-messages.h include/liblangtag/lt-redundant-db.h include/liblangtag/lt-redundant.h include/liblangtag/lt-region-db.h @@ -22,8 +23,10 @@ include/liblangtag/lt-script-db.h include/liblangtag/lt-script.h include/liblangtag/lt-string.h include/liblangtag/lt-tag.h +include/liblangtag/lt-utils.h include/liblangtag/lt-variant-db.h include/liblangtag/lt-variant.h +include/liblangtag/lt-xml.h lib/liblangtag.so lib/liblangtag.so.1 lib/liblangtag.so.1.3.1 From owner-svn-ports-head@freebsd.org Fri Nov 13 00:31:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6340BA2C437; Fri, 13 Nov 2015 00:31:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 290501D26; Fri, 13 Nov 2015 00:31:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD0VgBd043018; Fri, 13 Nov 2015 00:31:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD0Vgkc043017; Fri, 13 Nov 2015 00:31:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130031.tAD0Vgkc043017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 00:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401471 - head/print/texvc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 00:31:43 -0000 Author: marino Date: Fri Nov 13 00:31:42 2015 New Revision: 401471 URL: https://svnweb.freebsd.org/changeset/ports/401471 Log: print/texvc is not jobs safe (like many OCAML ports) Modified: head/print/texvc/Makefile Modified: head/print/texvc/Makefile ============================================================================== --- head/print/texvc/Makefile Fri Nov 13 00:07:49 2015 (r401470) +++ head/print/texvc/Makefile Fri Nov 13 00:31:42 2015 (r401471) @@ -25,6 +25,8 @@ RASTER_USES= ghostscript:run RASTER_USE= TEX=latex,dvipsk RASTER_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Fri Nov 13 02:43:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DC16A2C3BF; Fri, 13 Nov 2015 02:43:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1971C1E12; Fri, 13 Nov 2015 02:43:41 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD2heOO092828; Fri, 13 Nov 2015 02:43:40 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD2hdDN092824; Fri, 13 Nov 2015 02:43:39 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511130243.tAD2hdDN092824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 13 Nov 2015 02:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401472 - head/finance/bitcoin-armory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 02:43:41 -0000 Author: junovitch Date: Fri Nov 13 02:43:39 2015 New Revision: 401472 URL: https://svnweb.freebsd.org/changeset/ports/401472 Log: finance/bitcoin-armory: update 0.93.2 -> 0.93.3 PR: 204315 Submitted by: yuri@rawbw.com (maintainer) Modified: head/finance/bitcoin-armory/Makefile head/finance/bitcoin-armory/distinfo head/finance/bitcoin-armory/pkg-plist Modified: head/finance/bitcoin-armory/Makefile ============================================================================== --- head/finance/bitcoin-armory/Makefile Fri Nov 13 00:31:42 2015 (r401471) +++ head/finance/bitcoin-armory/Makefile Fri Nov 13 02:43:39 2015 (r401472) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BitcoinArmory -PORTVERSION= 0.93.2 +PORTVERSION= 0.93.3 DISTVERSIONPREFIX= v CATEGORIES= finance Modified: head/finance/bitcoin-armory/distinfo ============================================================================== --- head/finance/bitcoin-armory/distinfo Fri Nov 13 00:31:42 2015 (r401471) +++ head/finance/bitcoin-armory/distinfo Fri Nov 13 02:43:39 2015 (r401472) @@ -1,2 +1,2 @@ -SHA256 (etotheipi-BitcoinArmory-v0.93.2_GH0.tar.gz) = 0efcf179a4ea0c2e8f873378d5f171efefe720cb91ba2208223871bc1b83ac71 -SIZE (etotheipi-BitcoinArmory-v0.93.2_GH0.tar.gz) = 4774815 +SHA256 (etotheipi-BitcoinArmory-v0.93.3_GH0.tar.gz) = 11bce61ed26a2d196e447735b5d5bd8281eb22633bb013e60da7cc0831b1f77d +SIZE (etotheipi-BitcoinArmory-v0.93.3_GH0.tar.gz) = 4783891 Modified: head/finance/bitcoin-armory/pkg-plist ============================================================================== --- head/finance/bitcoin-armory/pkg-plist Fri Nov 13 00:31:42 2015 (r401471) +++ head/finance/bitcoin-armory/pkg-plist Fri Nov 13 02:43:39 2015 (r401472) @@ -131,6 +131,7 @@ lib/armory/pytest/testPyBtcAddress.py lib/armory/pytest/testPyBtcWallet.py lib/armory/pytest/testPyBtcWalletRecovery.py lib/armory/pytest/testPyTX.py +lib/armory/pytest/testSigning.py lib/armory/pytest/testSplitSecret.py lib/armory/pytest/testUserAddress.py lib/armory/pytest/testUtility.py From owner-svn-ports-head@freebsd.org Fri Nov 13 03:28:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84C68A2C9F4; Fri, 13 Nov 2015 03:28:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A0E1DB4; Fri, 13 Nov 2015 03:28:02 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD3S12Z005034; Fri, 13 Nov 2015 03:28:01 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD3S1YD005031; Fri, 13 Nov 2015 03:28:01 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511130328.tAD3S1YD005031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 13 Nov 2015 03:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401473 - head/sysutils/vm-bhyve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 03:28:02 -0000 Author: junovitch Date: Fri Nov 13 03:28:00 2015 New Revision: 401473 URL: https://svnweb.freebsd.org/changeset/ports/401473 Log: sysutils/vm-bhyve: update 0.8.12 -> 0.9.13 and address minor QA issues - Add NO_ARCH - Fix capitalization in IGNORE (portlint) Changes: https://github.com/churchers/vm-bhyve/compare/24b6b35...6416f62 PR: 204493 Submitted by: Matt Churchyard (maintainer) Modified: head/sysutils/vm-bhyve/Makefile head/sysutils/vm-bhyve/distinfo head/sysutils/vm-bhyve/pkg-plist Modified: head/sysutils/vm-bhyve/Makefile ============================================================================== --- head/sysutils/vm-bhyve/Makefile Fri Nov 13 02:43:39 2015 (r401472) +++ head/sysutils/vm-bhyve/Makefile Fri Nov 13 03:28:00 2015 (r401473) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vm-bhyve -PORTVERSION= 0.8.12 +PORTVERSION= 0.9.13 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -16,14 +16,15 @@ EXAMPLES_DESC= Install example guest tem USE_GITHUB= yes GH_ACCOUNT= churchers -GH_TAGNAME= 24b6b35 +GH_TAGNAME= 6416f62 +NO_ARCH= yes NO_BUILD= yes .include .if ${OSVERSION} < 1000000 -IGNORE= This port works only on FreeBSD 10 and newer +IGNORE= this port works only on FreeBSD 10 and newer .endif do-install: Modified: head/sysutils/vm-bhyve/distinfo ============================================================================== --- head/sysutils/vm-bhyve/distinfo Fri Nov 13 02:43:39 2015 (r401472) +++ head/sysutils/vm-bhyve/distinfo Fri Nov 13 03:28:00 2015 (r401473) @@ -1,2 +1,2 @@ -SHA256 (churchers-vm-bhyve-v0.8.12-24b6b35_GH0.tar.gz) = eaf633cce50e82f682ae9792632071cb0c430c68d38964e3a48a7e915b088fed -SIZE (churchers-vm-bhyve-v0.8.12-24b6b35_GH0.tar.gz) = 30605 +SHA256 (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = eea56306d8064e260b66d28eb69b4d5a00cae250ccae2d2a056878ae31dcfd9b +SIZE (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = 41828 Modified: head/sysutils/vm-bhyve/pkg-plist ============================================================================== --- head/sysutils/vm-bhyve/pkg-plist Fri Nov 13 02:43:39 2015 (r401472) +++ head/sysutils/vm-bhyve/pkg-plist Fri Nov 13 03:28:00 2015 (r401473) @@ -4,6 +4,7 @@ lib/vm-bhyve/vm-common lib/vm-bhyve/vm-config lib/vm-bhyve/vm-core lib/vm-bhyve/vm-guest +lib/vm-bhyve/vm-info lib/vm-bhyve/vm-run lib/vm-bhyve/vm-switch lib/vm-bhyve/vm-sysrc @@ -12,6 +13,7 @@ man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf From owner-svn-ports-head@freebsd.org Fri Nov 13 03:41:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 774ABA2CD82; Fri, 13 Nov 2015 03:41:38 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 69901147F; Fri, 13 Nov 2015 03:41:38 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone.nc-us.unovitch.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id D3F3218DC; Fri, 13 Nov 2015 03:41:37 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Thu, 12 Nov 2015 22:41:37 -0500 From: Jason Unovitch To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401309 - head/deskutils/note Message-ID: <20151113034137.GA78473@Silverstone.nc-us.unovitch.com> References: <201511120033.tAC0Xe71007462@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 03:41:38 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Thu, Nov 12, 2015 at 09:29:02AM +0100, Mathieu Arnold wrote: > +--On 12 novembre 2015 00:33:40 +0000 Jason Unovitch > wrote: > | Author: junovitch > | Date: Thu Nov 12 00:33:40 2015 > | New Revision: 401309 > | URL: https://svnweb.freebsd.org/changeset/ports/401309 > | > | Log: > | deskutils/note: Remove BROKEN > | > | - Remove BROKEN, make fetch works with both MASTER_SITE and distcache > > Do note, "make fetch MASTER_SITE_BACKUP=" must work, that is, without the > distcache. Thanks! I suspect this was a temporarily failure when the port was marked BROKEN as it worked last night with an explicit fetch from the primary mirror shown by `make fetch-urlall-list` as well as the distcache. % make fetch MASTER_SITE_BACKUP= ===> License GPLv1 accepted by the user ===> note-1.3.18_2 depends on file: /usr/local/sbin/pkg - found => note-1.3.18.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://www.daemon.de/idisk/Apps/note/note-1.3.18.tar.gz note-1.3.18.tar.gz 100% of 50 kB 130 kBps 00m00s ===> Fetching all distfiles required by note-1.3. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJWRVvlXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpupWsH/3SWiFkvPPI5PNssdK4lcgh+ X3zcIxKbBjCDJKmviWpuUVbCh7xJ8nyxSI1Qaj/rI4WiZfsmwB63V2DmYiTn1UAy Md8WSmla6KHHimt+XteEDcdssGFkqZEJ22y5gpXEtlkY2GI/LYvem5ulX/C6FoE4 mEudmoNtjWWk6GFmXMMzxfPYxMBVF2iNLIOPI2x2v0H4jcb3snCLMo2q8p/Sy6M6 TKB5vlvsPCQjr1dQuNaN61gSvanNeQaW3iyFD+/Fku0Phc2F6Fle3tnd/JbpsDPy VETli7FPbPBylLQdLEF6PLnShUaTg2vjQEj0CTUJxg4wNA+LvQoLQ9pmitywAf0= =1z24 -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Fri Nov 13 04:13:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92FA4A2D266; Fri, 13 Nov 2015 04:13:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF90117E; Fri, 13 Nov 2015 04:13:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD4DY1H019406; Fri, 13 Nov 2015 04:13:34 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD4DYFK019405; Fri, 13 Nov 2015 04:13:34 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511130413.tAD4DYFK019405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 13 Nov 2015 04:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401475 - head/editors/openoffice-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 04:13:35 -0000 Author: truckman Date: Fri Nov 13 04:13:34 2015 New Revision: 401475 URL: https://svnweb.freebsd.org/changeset/ports/401475 Log: Now that we are no longer avoiding certain versions of clang, convert to USES=compiler:c++11-lib instead of trying to emulate it. Modified: head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Fri Nov 13 03:57:43 2015 (r401474) +++ head/editors/openoffice-devel/Makefile Fri Nov 13 04:13:34 2015 (r401475) @@ -139,7 +139,8 @@ JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xrandr xrender xt -USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ +USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ + desktop-file-utils \ gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ tar:${TARTYPE} INSTALLS_ICONS= yes @@ -184,8 +185,6 @@ WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-pu .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include -.else -USE_GCC= yes .endif .if ${ARCH} == amd64 From owner-svn-ports-head@freebsd.org Fri Nov 13 04:13:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A2F8A2D298; Fri, 13 Nov 2015 04:13:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45EA0124F; Fri, 13 Nov 2015 04:13:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD4Dww7019516; Fri, 13 Nov 2015 04:13:58 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD4DwjE019515; Fri, 13 Nov 2015 04:13:58 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511130413.tAD4DwjE019515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 13 Nov 2015 04:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401476 - head/editors/openoffice-4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 04:13:59 -0000 Author: truckman Date: Fri Nov 13 04:13:58 2015 New Revision: 401476 URL: https://svnweb.freebsd.org/changeset/ports/401476 Log: Now that we are no longer avoiding certain versions of clang, convert to USES=compiler:c++11-lib instead of trying to emulate it. Modified: head/editors/openoffice-4/Makefile Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Fri Nov 13 04:13:34 2015 (r401475) +++ head/editors/openoffice-4/Makefile Fri Nov 13 04:13:58 2015 (r401476) @@ -126,7 +126,8 @@ JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xrandr xrender xt -USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ +USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ + desktop-file-utils \ gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ shared-mime-info tar:bzip2 INSTALLS_ICONS= yes @@ -169,8 +170,6 @@ WIKI_PUBLISHER_VARS= BUNDLED_EXTENSIONS+ .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include -.else -USE_GCC= yes .endif .if ${ARCH} == amd64 From owner-svn-ports-head@freebsd.org Fri Nov 13 04:58:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4389A2D9F3; Fri, 13 Nov 2015 04:58:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7813E106B; Fri, 13 Nov 2015 04:58:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD4weqq030961; Fri, 13 Nov 2015 04:58:40 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD4weSQ030958; Fri, 13 Nov 2015 04:58:40 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201511130458.tAD4weSQ030958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 13 Nov 2015 04:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401477 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 04:58:41 -0000 Author: cy Date: Fri Nov 13 04:58:40 2015 New Revision: 401477 URL: https://svnweb.freebsd.org/changeset/ports/401477 Log: Update 2.067.0 --> 2.069.1 Deleted: head/lang/dmd2/files/patch-src__dmd__link.c Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Fri Nov 13 04:13:58 2015 (r401476) +++ head/lang/dmd2/Makefile Fri Nov 13 04:58:40 2015 (r401477) @@ -3,7 +3,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.067.0 +PORTVERSION= 2.069.1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -13,6 +13,7 @@ COMMENT= D 2.0 compiler, not officially USES= gmake zip MAKEFILE= posix.mak +MAKE_ARGS= AUTO_BOOTSTRAP=1 EXAMPLESDIR= ${PREFIX}/share/examples/dmd2 DOCSDIR= ${PREFIX}/share/doc/dmd2 PORTDOCS= *.txt html/ Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Fri Nov 13 04:13:58 2015 (r401476) +++ head/lang/dmd2/distinfo Fri Nov 13 04:58:40 2015 (r401477) @@ -1,2 +1,2 @@ -SHA256 (dmd.2.067.0.zip) = 0b1b65694846ef3430de1de341c8cf353151a1a39656e6a1065fe56bc90fb60b -SIZE (dmd.2.067.0.zip) = 56202019 +SHA256 (dmd.2.069.1.zip) = 8c73f29fccce71bea02bdfa2521a945178e11c804e72e768fe96a1fb8d733abc +SIZE (dmd.2.069.1.zip) = 76383062 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Fri Nov 13 04:13:58 2015 (r401476) +++ head/lang/dmd2/pkg-plist Fri Nov 13 04:58:40 2015 (r401477) @@ -30,13 +30,16 @@ lib/libphobos2.a %%EXAMPLESDIR%%/samples/d/winsamp.d %%EXAMPLESDIR%%/samples/d/winsamp.def include/d/druntime/import/core/atomic.d +include/d/druntime/import/core/attribute.d include/d/druntime/import/core/bitop.d include/d/druntime/import/core/checkedint.d include/d/druntime/import/core/cpuid.d include/d/druntime/import/core/demangle.d include/d/druntime/import/core/exception.d +include/d/druntime/import/core/internal/abort.d include/d/druntime/import/core/internal/convert.d include/d/druntime/import/core/internal/hash.d +include/d/druntime/import/core/internal/string.d include/d/druntime/import/core/internal/traits.d include/d/druntime/import/core/math.d include/d/druntime/import/core/memory.d @@ -87,6 +90,7 @@ include/d/druntime/import/core/sys/linux include/d/druntime/import/core/sys/linux/epoll.d include/d/druntime/import/core/sys/linux/errno.d include/d/druntime/import/core/sys/linux/execinfo.d +include/d/druntime/import/core/sys/linux/fcntl.d include/d/druntime/import/core/sys/linux/link.d include/d/druntime/import/core/sys/linux/sys/inotify.d include/d/druntime/import/core/sys/linux/sys/mman.d @@ -96,6 +100,7 @@ include/d/druntime/import/core/sys/linux include/d/druntime/import/core/sys/linux/termios.d include/d/druntime/import/core/sys/linux/time.d include/d/druntime/import/core/sys/linux/tipc.d +include/d/druntime/import/core/sys/linux/unistd.d include/d/druntime/import/core/sys/osx/execinfo.d include/d/druntime/import/core/sys/osx/mach/dyld.d include/d/druntime/import/core/sys/osx/mach/getsect.d @@ -175,7 +180,7 @@ include/d/druntime/import/core/thread.d include/d/druntime/import/core/time.d include/d/druntime/import/core/vararg.d include/d/druntime/import/etc/linux/memoryerror.d -include/d/druntime/import/object.di +include/d/druntime/import/object.d include/d/phobos2/etc/c/curl.d include/d/phobos2/etc/c/sqlite3.d include/d/phobos2/etc/c/zlib.d @@ -219,6 +224,7 @@ include/d/phobos2/std/c/windows/winsock. include/d/phobos2/std/compiler.d include/d/phobos2/std/complex.d include/d/phobos2/std/concurrency.d +include/d/phobos2/std/concurrencybase.d include/d/phobos2/std/container/array.d include/d/phobos2/std/container/binaryheap.d include/d/phobos2/std/container/dlist.d @@ -233,11 +239,34 @@ include/d/phobos2/std/datetime.d include/d/phobos2/std/demangle.d include/d/phobos2/std/digest/crc.d include/d/phobos2/std/digest/digest.d +include/d/phobos2/std/digest/hmac.d include/d/phobos2/std/digest/md.d include/d/phobos2/std/digest/ripemd.d include/d/phobos2/std/digest/sha.d include/d/phobos2/std/encoding.d include/d/phobos2/std/exception.d +include/d/phobos2/std/experimental/allocator/building_blocks/affix_allocator.d +include/d/phobos2/std/experimental/allocator/building_blocks/allocator_list.d +include/d/phobos2/std/experimental/allocator/building_blocks/bitmapped_block.d +include/d/phobos2/std/experimental/allocator/building_blocks/bucketizer.d +include/d/phobos2/std/experimental/allocator/building_blocks/fallback_allocator.d +include/d/phobos2/std/experimental/allocator/building_blocks/free_list.d +include/d/phobos2/std/experimental/allocator/building_blocks/free_tree.d +include/d/phobos2/std/experimental/allocator/building_blocks/kernighan_ritchie.d +include/d/phobos2/std/experimental/allocator/building_blocks/null_allocator.d +include/d/phobos2/std/experimental/allocator/building_blocks/package.d +include/d/phobos2/std/experimental/allocator/building_blocks/quantizer.d +include/d/phobos2/std/experimental/allocator/building_blocks/region.d +include/d/phobos2/std/experimental/allocator/building_blocks/scoped_allocator.d +include/d/phobos2/std/experimental/allocator/building_blocks/segregator.d +include/d/phobos2/std/experimental/allocator/building_blocks/stats_collector.d +include/d/phobos2/std/experimental/allocator/common.d +include/d/phobos2/std/experimental/allocator/gc_allocator.d +include/d/phobos2/std/experimental/allocator/mallocator.d +include/d/phobos2/std/experimental/allocator/mmap_allocator.d +include/d/phobos2/std/experimental/allocator/package.d +include/d/phobos2/std/experimental/allocator/showcase.d +include/d/phobos2/std/experimental/allocator/typed.d include/d/phobos2/std/experimental/logger/core.d include/d/phobos2/std/experimental/logger/filelogger.d include/d/phobos2/std/experimental/logger/multilogger.d @@ -267,6 +296,7 @@ include/d/phobos2/std/internal/windows/a include/d/phobos2/std/json.d include/d/phobos2/std/math.d include/d/phobos2/std/mathspecial.d +include/d/phobos2/std/meta.d include/d/phobos2/std/metastrings.d include/d/phobos2/std/mmfile.d include/d/phobos2/std/net/curl.d From owner-svn-ports-head@freebsd.org Fri Nov 13 06:35:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 001A3A2E945; Fri, 13 Nov 2015 06:35:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B81A5155E; Fri, 13 Nov 2015 06:35:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD6ZmoY059432; Fri, 13 Nov 2015 06:35:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD6Zmx7059430; Fri, 13 Nov 2015 06:35:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511130635.tAD6Zmx7059430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Nov 2015 06:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401478 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:35:50 -0000 Author: pi Date: Fri Nov 13 06:35:48 2015 New Revision: 401478 URL: https://svnweb.freebsd.org/changeset/ports/401478 Log: databases/cego: 2.26.11 -> 2.26.12 - cgsimload with 3 mio ops and 2 processes passed - Fix in CegoBTreeCursor::getFirst, if pAttrCond == 0 and btree is empty, the method call tries to claim a zero datapointer - Reorganization of CegoDistManager and CegoTabelManager, all methods, which are calling useObject/unuseObject are located in CegoTableManager class now. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri Nov 13 04:58:40 2015 (r401477) +++ head/databases/cego/Makefile Fri Nov 13 06:35:48 2015 (r401478) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.11 +PORTVERSION= 2.26.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Fri Nov 13 04:58:40 2015 (r401477) +++ head/databases/cego/distinfo Fri Nov 13 06:35:48 2015 (r401478) @@ -1,2 +1,2 @@ -SHA256 (cego-2.26.11.tar.gz) = 057abad2cb2c4f16ac774b0bcbb7c88252a1c284a1ddda1ea927979e4e6fca5d -SIZE (cego-2.26.11.tar.gz) = 1241526 +SHA256 (cego-2.26.12.tar.gz) = d6aed26acea7f6026f918b8c63cec01f1780add083317520be0031d136f6d6b3 +SIZE (cego-2.26.12.tar.gz) = 1241865 From owner-svn-ports-head@freebsd.org Fri Nov 13 06:40:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C29BFA2E98F; Fri, 13 Nov 2015 06:40:46 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE8617A0; Fri, 13 Nov 2015 06:40:46 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD6ejeI060304; Fri, 13 Nov 2015 06:40:45 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD6ejFf060302; Fri, 13 Nov 2015 06:40:45 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511130640.tAD6ejFf060302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 13 Nov 2015 06:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401479 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:40:46 -0000 Author: rene Date: Fri Nov 13 06:40:45 2015 New Revision: 401479 URL: https://svnweb.freebsd.org/changeset/ports/401479 Log: www/chromium: update to 46.0.2490.86 Submitted by: Christoph Moench-Tegeder via GitHub MFH: 2015Q4 Security: http://vuxml.freebsd.org/freebsd/f0b9049f-88c4-11e5-aed7-00262d5ed8ee.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Nov 13 06:35:48 2015 (r401478) +++ head/www/chromium/Makefile Fri Nov 13 06:40:45 2015 (r401479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 46.0.2490.80 +PORTVERSION= 46.0.2490.86 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Nov 13 06:35:48 2015 (r401478) +++ head/www/chromium/distinfo Fri Nov 13 06:40:45 2015 (r401479) @@ -1,4 +1,4 @@ -SHA256 (chromium-46.0.2490.80.tar.xz) = fe8610294664b44fdf80d9d0ed140158783474e7ae889e3a34ed32d24913fe3f -SIZE (chromium-46.0.2490.80.tar.xz) = 342486988 -SHA256 (chromium-46.0.2490.80-testdata.tar.xz) = e578b77b50f8a1d4a53411f56beb8b59febd0c6e5747e6296e6b3365c47d165a -SIZE (chromium-46.0.2490.80-testdata.tar.xz) = 116963720 +SHA256 (chromium-46.0.2490.86.tar.xz) = ee18d28ac80ff958e8a6c770bfc0d7d770b55452ed91a87f731e1b432a7d1d92 +SIZE (chromium-46.0.2490.86.tar.xz) = 356008056 +SHA256 (chromium-46.0.2490.86-testdata.tar.xz) = 16f4dd0eb784f52b5ac7a297be2fe93a157d6d3c44082e7d4d2cd439f7f18a73 +SIZE (chromium-46.0.2490.86-testdata.tar.xz) = 116964688 From owner-svn-ports-head@freebsd.org Fri Nov 13 06:55:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4359A2EC68; Fri, 13 Nov 2015 06:55:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64D181F3E; Fri, 13 Nov 2015 06:55:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD6tmWe065389; Fri, 13 Nov 2015 06:55:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD6tmeu065387; Fri, 13 Nov 2015 06:55:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511130655.tAD6tmeu065387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 13 Nov 2015 06:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401480 - in head: . deskutils deskutils/steadyflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 06:55:49 -0000 Author: rene Date: Fri Nov 13 06:55:48 2015 New Revision: 401480 URL: https://svnweb.freebsd.org/changeset/ports/401480 Log: Remove expired port: 2015-11-12 deskutils/steadyflow: No new releases for years, consider using net/uget Deleted: head/deskutils/steadyflow/ Modified: head/MOVED head/deskutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 13 06:40:45 2015 (r401479) +++ head/MOVED Fri Nov 13 06:55:48 2015 (r401480) @@ -7934,3 +7934,4 @@ databases/mysql51-scripts||2015-11-10|Ha databases/mysql51-server||2015-11-10|Has expired: EOL upstream, use mysql55 or mysql56 instead databases/p5-DBD-mysql51|databases/p5-DBD-mysql|2015-11-10|Has expired: EOL upstream, use databases/p5-DBD-mysql instead databases/py-MySQLdb51||2015-11-10|Has expired: EOL upstream, use databases/py-MySQLdb instead +deskutils/steadyflow||2015-11-13|Has expired: No new releases for years, consider using net/uget Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Nov 13 06:40:45 2015 (r401479) +++ head/deskutils/Makefile Fri Nov 13 06:55:48 2015 (r401480) @@ -225,7 +225,6 @@ SUBDIR += simplegroupware SUBDIR += sliderule SUBDIR += spice-gtk - SUBDIR += steadyflow SUBDIR += strigi SUBDIR += strigiclient SUBDIR += strigidaemon From owner-svn-ports-head@freebsd.org Fri Nov 13 07:23:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BA6BA2D261; Fri, 13 Nov 2015 07:23:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 296971B99; Fri, 13 Nov 2015 07:23:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD7NOPo074104; Fri, 13 Nov 2015 07:23:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD7NOLC074102; Fri, 13 Nov 2015 07:23:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130723.tAD7NOLC074102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 07:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401481 - head/sysutils/dvdisaster/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 07:23:25 -0000 Author: marino Date: Fri Nov 13 07:23:24 2015 New Revision: 401481 URL: https://svnweb.freebsd.org/changeset/ports/401481 Log: sysutils/dvdisaster: Patch configure to support malloc.h-less DF Added: head/sysutils/dvdisaster/files/ head/sysutils/dvdisaster/files/patch-scripts_bash-based-configure (contents, props changed) Added: head/sysutils/dvdisaster/files/patch-scripts_bash-based-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dvdisaster/files/patch-scripts_bash-based-configure Fri Nov 13 07:23:24 2015 (r401481) @@ -0,0 +1,11 @@ +--- scripts/bash-based-configure.orig 2014-05-28 19:22:05 UTC ++++ scripts/bash-based-configure +@@ -126,7 +126,7 @@ case "$cfg_uname" in + } + ;; + +- FreeBSD*) cfg_system=freebsd-std ++ FreeBSD*|DragonFly*) cfg_system=freebsd-std + CFG_SYS_OPTIONS="-DSYS_FREEBSD" + CFG_SYS_NAME="-DSYS_NAME=\\\"FreeBSD\\\"" + CFG_EXE_SUFFIX="" From owner-svn-ports-head@freebsd.org Fri Nov 13 07:52:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C4ABA2D79E; Fri, 13 Nov 2015 07:52:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33A6A1583; Fri, 13 Nov 2015 07:52:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD7qJn1080807; Fri, 13 Nov 2015 07:52:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD7qJxh080806; Fri, 13 Nov 2015 07:52:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130752.tAD7qJxh080806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 07:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401482 - head/sysutils/boxbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 07:52:20 -0000 Author: marino Date: Fri Nov 13 07:52:18 2015 New Revision: 401482 URL: https://svnweb.freebsd.org/changeset/ports/401482 Log: sysutils/boxbackup: Fix on F10+ If the base libexecinfo is used, the LDFLAGS must contain -lexecinfo (as was seen before my previous commit). I'll use the same check as USES=execinfo to determine base and set LDFLAGS conditionally to avoid another OPSYS check. Modified: head/sysutils/boxbackup/Makefile Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Fri Nov 13 07:23:24 2015 (r401481) +++ head/sysutils/boxbackup/Makefile Fri Nov 13 07:52:18 2015 (r401482) @@ -21,6 +21,10 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 +.if exists(/usr/lib/libexecinfo.so) +LDFLAGS+= -lexecinfo +.endif + MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc From owner-svn-ports-head@freebsd.org Fri Nov 13 07:59:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C2AAA2D7EB; Fri, 13 Nov 2015 07:59:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D811181C; Fri, 13 Nov 2015 07:59:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD7xg0Q083058; Fri, 13 Nov 2015 07:59:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD7xggQ083057; Fri, 13 Nov 2015 07:59:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130759.tAD7xggQ083057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 07:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401483 - head/audio/wmsmixer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 07:59:43 -0000 Author: marino Date: Fri Nov 13 07:59:42 2015 New Revision: 401483 URL: https://svnweb.freebsd.org/changeset/ports/401483 Log: audio/wmsmixer: USES=alias to support DragonFly Modified: head/audio/wmsmixer/Makefile Modified: head/audio/wmsmixer/Makefile ============================================================================== --- head/audio/wmsmixer/Makefile Fri Nov 13 07:52:18 2015 (r401482) +++ head/audio/wmsmixer/Makefile Fri Nov 13 07:59:42 2015 (r401483) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS PLIST_FILES= bin/wmsmixer PORTDOCS= README -USES= imake +USES= alias imake USE_XORG= xpm MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" From owner-svn-ports-head@freebsd.org Fri Nov 13 08:12:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50A3BA2DD60; Fri, 13 Nov 2015 08:12:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A68F1E4F; Fri, 13 Nov 2015 08:12:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD8CGe7088485; Fri, 13 Nov 2015 08:12:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD8CF5h088481; Fri, 13 Nov 2015 08:12:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130812.tAD8CF5h088481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 08:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401484 - head/sysutils/psmisc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 08:12:17 -0000 Author: marino Date: Fri Nov 13 08:12:15 2015 New Revision: 401484 URL: https://svnweb.freebsd.org/changeset/ports/401484 Log: sysutils/psmisc: Fix runtime on DragonFly by expanding existing patches While here, regenerate the other patches Modified: head/sysutils/psmisc/files/patch-doc-Makefile.in head/sysutils/psmisc/files/patch-src-Makefile.in head/sysutils/psmisc/files/patch-src-killall.c head/sysutils/psmisc/files/patch-src-pstree.c Modified: head/sysutils/psmisc/files/patch-doc-Makefile.in ============================================================================== --- head/sysutils/psmisc/files/patch-doc-Makefile.in Fri Nov 13 07:59:42 2015 (r401483) +++ head/sysutils/psmisc/files/patch-doc-Makefile.in Fri Nov 13 08:12:15 2015 (r401484) @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2010-07-12 19:38:08.000000000 +0800 -+++ doc/Makefile.in 2010-07-31 18:52:50.000000000 +0800 -@@ -189,7 +189,7 @@ +--- doc/Makefile.in.orig 2012-02-08 23:32:11 UTC ++++ doc/Makefile.in +@@ -197,7 +197,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ Modified: head/sysutils/psmisc/files/patch-src-Makefile.in ============================================================================== --- head/sysutils/psmisc/files/patch-src-Makefile.in Fri Nov 13 07:59:42 2015 (r401483) +++ head/sysutils/psmisc/files/patch-src-Makefile.in Fri Nov 13 08:12:15 2015 (r401484) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2010-07-12 04:38:08.000000000 -0700 -+++ src/Makefile.in 2010-08-11 23:39:30.652095791 -0700 -@@ -34,8 +34,8 @@ +--- src/Makefile.in.orig 2012-02-08 23:32:11 UTC ++++ src/Makefile.in +@@ -34,8 +34,8 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @@ -11,7 +11,7 @@ $(am__EXEEXT_3) $(am__EXEEXT_4) $(am__EXEEXT_5) @WANT_PEEKFD_I386_TRUE@am__append_1 = peekfd @WANT_PEEKFD_I386_TRUE@am__append_2 = -DI386 -@@ -91,10 +91,8 @@ +@@ -91,10 +91,8 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUD $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ @@ -24,7 +24,7 @@ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -@@ -299,19 +297,19 @@ +@@ -303,19 +301,19 @@ clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) @rm -f fuser$(EXEEXT) @@ -49,7 +49,7 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) -@@ -547,7 +545,7 @@ +@@ -556,7 +554,7 @@ uninstall-am: uninstall-binPROGRAMS signames.h: signames.c Makefile export LC_ALL=C ; \ @CPP@ -dM $< |\ Modified: head/sysutils/psmisc/files/patch-src-killall.c ============================================================================== --- head/sysutils/psmisc/files/patch-src-killall.c Fri Nov 13 07:59:42 2015 (r401483) +++ head/sysutils/psmisc/files/patch-src-killall.c Fri Nov 13 08:12:15 2015 (r401484) @@ -1,5 +1,5 @@ ---- src/killall.c.orig 2011-06-20 04:43:24.000000000 -0700 -+++ src/killall.c 2011-08-06 21:48:35.014330713 -0700 +--- src/killall.c.orig 2012-02-19 23:08:52 UTC ++++ src/killall.c @@ -36,6 +36,8 @@ #include #include @@ -9,7 +9,7 @@ #include #include #include -@@ -87,40 +89,35 @@ +@@ -87,40 +89,35 @@ static int verbose = 0, exact = 0, inter ignore_case = 0, pidof; static long younger_than = 0, older_than = 0; @@ -74,7 +74,7 @@ } static double -@@ -197,7 +194,7 @@ +@@ -197,7 +194,7 @@ match_process_uid(pid_t pid, uid_t uid) while (fgets(buf, sizeof buf, f)) { @@ -83,7 +83,7 @@ { re = uid==puid; break; -@@ -360,7 +357,7 @@ +@@ -360,7 +357,7 @@ kill_all (int signal, int names, char ** } #endif /*WITH_SELINUX*/ /* load process name */ @@ -92,7 +92,7 @@ continue; if (!(file = fopen (path, "r"))) { -@@ -368,7 +365,7 @@ +@@ -368,7 +365,7 @@ kill_all (int signal, int names, char ** continue; } free (path); @@ -101,7 +101,7 @@ if (!okay) { fclose(file); continue; -@@ -390,65 +387,6 @@ +@@ -390,65 +387,6 @@ kill_all (int signal, int names, char ** got_long = 0; command = NULL; /* make gcc happy */ length = strlen (comm); @@ -167,7 +167,7 @@ /* mach by process name */ for (j = 0; j < names; j++) { -@@ -499,7 +437,7 @@ +@@ -499,7 +437,7 @@ kill_all (int signal, int names, char ** { int ok = 1; @@ -176,7 +176,7 @@ continue; if (stat (path, &st) < 0) -@@ -693,7 +631,7 @@ +@@ -693,7 +631,7 @@ have_proc_self_stat (void) struct stat isproc; pid_t pid = getpid(); Modified: head/sysutils/psmisc/files/patch-src-pstree.c ============================================================================== --- head/sysutils/psmisc/files/patch-src-pstree.c Fri Nov 13 07:59:42 2015 (r401483) +++ head/sysutils/psmisc/files/patch-src-pstree.c Fri Nov 13 08:12:15 2015 (r401484) @@ -1,20 +1,20 @@ ---- src/pstree.c.orig 2009-12-27 15:46:47.000000000 +0900 -+++ src/pstree.c 2010-01-03 00:52:21.437862505 +0900 +--- src/pstree.c.orig 2012-02-19 23:07:14 UTC ++++ src/pstree.c @@ -37,6 +37,9 @@ #include #include #include -+#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ +#include +#endif #include #include #include -@@ -590,7 +594,11 @@ +@@ -609,7 +612,11 @@ static void read_proc(void) struct dirent *de; FILE *file; struct stat st; -+#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + char *path, comm[COMM_LEN + 1]; +#else char *path, *comm; @@ -22,11 +22,11 @@ char *buffer; size_t buffer_size; char readbuf[BUFSIZ + 1]; -@@ -623,7 +631,11 @@ +@@ -642,7 +649,11 @@ static void read_proc(void) if ((pid = (pid_t) atoi(de->d_name)) != 0) { if (! (path = malloc(strlen(PROC_BASE) + strlen(de->d_name) + 10))) exit(2); -+#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + sprintf(path, "%s/%d/status", PROC_BASE, pid); +#else sprintf(path, "%s/%d/stat", PROC_BASE, pid); @@ -34,11 +34,11 @@ if ((file = fopen(path, "r")) != NULL) { empty = 0; sprintf(path, "%s/%d", PROC_BASE, pid); -@@ -638,6 +650,29 @@ +@@ -657,6 +668,29 @@ static void read_proc(void) perror(path); exit(1); } -+#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + /* Read comm and ppid */ + if (fscanf(file, "%s %*d %d", readbuf, &ppid) == 2) { + tmpptr = readbuf; @@ -64,11 +64,11 @@ size = fread(readbuf, 1, BUFSIZ, file); if (ferror(file) == 0) { readbuf[size] = 0; -@@ -692,6 +727,7 @@ +@@ -711,6 +745,7 @@ static void read_proc(void) (void) closedir(taskdir); } free(taskpath); -+#endif /*__FreeBSD__*/ ++#endif /*__FreeBSD__ || __DragonFly__ */ if (!print_args) #ifdef WITH_SELINUX add_proc(comm, pid, ppid, st.st_uid, NULL, 0, 0, scontext); From owner-svn-ports-head@freebsd.org Fri Nov 13 08:27:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3415A2B17F; Fri, 13 Nov 2015 08:27:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8ABB17D6; Fri, 13 Nov 2015 08:27:49 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD8RmFl091605; Fri, 13 Nov 2015 08:27:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD8RmY0091604; Fri, 13 Nov 2015 08:27:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130827.tAD8RmY0091604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 08:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401485 - head/archivers/py-liblzma/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 08:27:50 -0000 Author: marino Date: Fri Nov 13 08:27:48 2015 New Revision: 401485 URL: https://svnweb.freebsd.org/changeset/ports/401485 Log: archivers/py-liblzma: Fix horrible malloc.h handling The source was including , then checking if system is FreeBSD (among a long list of system) in order to include again instead of , never minding that "opting-in" for a standard. Just patch out the whole macro mess, it's not needed and it fixes the build on a malloc.h-less DragonFly Approved by: just fix it Added: head/archivers/py-liblzma/files/patch-src_liblzma.h (contents, props changed) Added: head/archivers/py-liblzma/files/patch-src_liblzma.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-liblzma/files/patch-src_liblzma.h Fri Nov 13 08:27:48 2015 (r401485) @@ -0,0 +1,16 @@ +--- src/liblzma.h.orig 2010-02-20 23:07:31 UTC ++++ src/liblzma.h +@@ -8,13 +8,6 @@ + #include + #include + #include +-#if defined (__APPLE__) || defined(__FreeBSD__) || \ +- defined(__OpenBSD__) || defined(__NetBSD__) || \ +- defined (__sun) || defined (__svr4__) +-#include +-#else +-#include +-#endif + #include + #include + #if !defined(linux) && !defined(__sun) && !defined(__svr4__) From owner-svn-ports-head@freebsd.org Fri Nov 13 08:33:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 674B3A2B431; Fri, 13 Nov 2015 08:33:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3407B1CA6; Fri, 13 Nov 2015 08:33:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD8X3AR094411; Fri, 13 Nov 2015 08:33:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD8X3fc094410; Fri, 13 Nov 2015 08:33:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130833.tAD8X3fc094410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 08:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401486 - head/net/mediastreamer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 08:33:04 -0000 Author: marino Date: Fri Nov 13 08:33:03 2015 New Revision: 401486 URL: https://svnweb.freebsd.org/changeset/ports/401486 Log: net/mediastreamer: expand patch to fix malloc.h-less DF Modified: head/net/mediastreamer/files/patch-src__utils__dsptools.c Modified: head/net/mediastreamer/files/patch-src__utils__dsptools.c ============================================================================== --- head/net/mediastreamer/files/patch-src__utils__dsptools.c Fri Nov 13 08:27:48 2015 (r401485) +++ head/net/mediastreamer/files/patch-src__utils__dsptools.c Fri Nov 13 08:33:03 2015 (r401486) @@ -5,7 +5,7 @@ #include #else -#if !defined(__APPLE__) -+#if !defined(__APPLE__) && !defined(__FreeBSD__) ++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__) #include #endif #endif From owner-svn-ports-head@freebsd.org Fri Nov 13 08:47:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47B5DA2B862; Fri, 13 Nov 2015 08:47:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CC513C8; Fri, 13 Nov 2015 08:47:35 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD8lZ8U097444; Fri, 13 Nov 2015 08:47:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD8lZoW097443; Fri, 13 Nov 2015 08:47:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130847.tAD8lZoW097443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 08:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401487 - head/multimedia/xanim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 08:47:36 -0000 Author: marino Date: Fri Nov 13 08:47:34 2015 New Revision: 401487 URL: https://svnweb.freebsd.org/changeset/ports/401487 Log: multimedia/xanim: USES=alias to fix malloc.h-less DF Modified: head/multimedia/xanim/Makefile Modified: head/multimedia/xanim/Makefile ============================================================================== --- head/multimedia/xanim/Makefile Fri Nov 13 08:33:03 2015 (r401486) +++ head/multimedia/xanim/Makefile Fri Nov 13 08:47:34 2015 (r401487) @@ -18,7 +18,7 @@ NO_CDROM= Must be redistributed without # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. -USES= imake +USES= alias imake USE_GCC= any USE_XORG= xext xt sm ice xext x11 MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines From owner-svn-ports-head@freebsd.org Fri Nov 13 08:53:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E196CA2BB61; Fri, 13 Nov 2015 08:53:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFFB71A36; Fri, 13 Nov 2015 08:53:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD8rqiF000367; Fri, 13 Nov 2015 08:53:52 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD8rqG6000366; Fri, 13 Nov 2015 08:53:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130853.tAD8rqG6000366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 08:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401488 - head/emulators/visualboyadvance-m/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 08:53:54 -0000 Author: marino Date: Fri Nov 13 08:53:52 2015 New Revision: 401488 URL: https://svnweb.freebsd.org/changeset/ports/401488 Log: emulators/visualboyadvance-m: Expand patch to support malloc.h-less DF Modified: head/emulators/visualboyadvance-m/files/patch-src-gba-GBALink.cpp Modified: head/emulators/visualboyadvance-m/files/patch-src-gba-GBALink.cpp ============================================================================== --- head/emulators/visualboyadvance-m/files/patch-src-gba-GBALink.cpp Fri Nov 13 08:47:34 2015 (r401487) +++ head/emulators/visualboyadvance-m/files/patch-src-gba-GBALink.cpp Fri Nov 13 08:53:52 2015 (r401488) @@ -8,7 +8,7 @@ // malloc.h does not seem to exist on Mac OS 10.7 -#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) #include #else #include From owner-svn-ports-head@freebsd.org Fri Nov 13 09:02:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899FFA2BFE8; Fri, 13 Nov 2015 09:02:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 639EA1F82; Fri, 13 Nov 2015 09:02:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD92HIT003632; Fri, 13 Nov 2015 09:02:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD92GdR003621; Fri, 13 Nov 2015 09:02:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130902.tAD92GdR003621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 09:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401490 - head/devel/xxgdb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:02:18 -0000 Author: marino Date: Fri Nov 13 09:02:16 2015 New Revision: 401490 URL: https://svnweb.freebsd.org/changeset/ports/401490 Log: devel/xxgdb: Expand patches to support malloc.h-less DF While here, regenerate all the patches. Modified: head/devel/xxgdb/files/patch-Imakefile head/devel/xxgdb/files/patch-calldbx.c head/devel/xxgdb/files/patch-command.c head/devel/xxgdb/files/patch-dialog.c head/devel/xxgdb/files/patch-filemenu.c head/devel/xxgdb/files/patch-global.h head/devel/xxgdb/files/patch-regex.c head/devel/xxgdb/files/patch-signals.c head/devel/xxgdb/files/patch-source.c head/devel/xxgdb/files/patch-xdbx.c head/devel/xxgdb/files/patch-xxgdb.man Modified: head/devel/xxgdb/files/patch-Imakefile ============================================================================== --- head/devel/xxgdb/files/patch-Imakefile Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-Imakefile Fri Nov 13 09:02:16 2015 (r401490) @@ -1,6 +1,6 @@ ---- Imakefile.orig 1995-06-19 15:20:55.000000000 -0700 -+++ Imakefile 2014-03-25 21:44:23.829815727 -0700 -@@ -8,6 +8,7 @@ +--- Imakefile.orig 1995-06-19 22:20:55 UTC ++++ Imakefile +@@ -8,6 +8,7 @@ DEFGDB = #endif #CC = gcc @@ -8,7 +8,7 @@ #if mc68000 /* for SUN 3 */ CCOPTIONS=-m68881 -@@ -79,11 +80,15 @@ +@@ -79,11 +80,15 @@ DEFINES = -DOLDSUNOS $(DEFGDB) -DNEXTOS_ # Add to open all windows at startup #DEFINES+=-DOPEN_ALL_WINDOWS Modified: head/devel/xxgdb/files/patch-calldbx.c ============================================================================== --- head/devel/xxgdb/files/patch-calldbx.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-calldbx.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,5 +1,5 @@ ---- calldbx.c.orig 1995-06-19 15:11:00.000000000 -0700 -+++ calldbx.c 2014-03-26 12:20:00.741924675 -0700 +--- calldbx.c.orig 1995-06-19 22:11:00 UTC ++++ calldbx.c @@ -74,8 +74,16 @@ #include #include @@ -19,7 +19,7 @@ #else #include #endif -@@ -116,6 +124,7 @@ +@@ -116,6 +124,7 @@ extern char *dbxprompt; char iowintty[] = "/dev/ttyp0"; int iowinpid = 0; #endif /* CREATE_IO_WINDOW */ @@ -27,7 +27,7 @@ /* * Xdbx talks to dbx through a pseudo terminal which is a pair of master * and slave devices: /dev/pty?? and /dev/tty??, where ?? goes from p0 to -@@ -137,13 +146,17 @@ +@@ -137,13 +146,17 @@ static int open_master() #ifndef sco for (c='p'; c<'t'; c++) { @@ -46,7 +46,7 @@ if ((master = open(pty, O_RDWR)) >= 0) return (master); } -@@ -194,6 +207,7 @@ +@@ -194,6 +207,7 @@ static int open_slave(master) return slave; #endif /* SVR4 */ } @@ -54,7 +54,7 @@ #ifdef CREATE_IO_WINDOW /* use a separate io window to talk to gdb, so program output is not confused with gdb output. */ -@@ -246,8 +260,8 @@ +@@ -246,8 +260,8 @@ char *argv[]; /* * (JBL)10MAY91 : use sgttyb if generic BSD */ @@ -65,7 +65,7 @@ #else struct sgttyb Termio; #endif -@@ -261,8 +275,10 @@ +@@ -261,8 +275,10 @@ char *argv[]; #ifdef GDB /* for GDB, we use XXGDB_DEBUGGER instead */ debugger = (char *) getenv("XXGDB_DEBUGGER"); /* first looks up env var */ @@ -76,7 +76,7 @@ #endif /* CRL mod 4 3/15/91 GWC if no env var then try app res for db_name */ -@@ -275,7 +291,8 @@ +@@ -275,7 +291,8 @@ char *argv[]; debugger = XtNewString(DEBUGGER); /* CRL mod 4 3/15/91 GWC - allow the user to specify a db_prompt */ @@ -86,7 +86,7 @@ strcmp(app_resources.db_prompt, "") != 0) dbxprompt = XtNewString(app_resources.db_prompt); -@@ -288,7 +305,15 @@ +@@ -288,7 +305,15 @@ char *argv[]; if (debug) fprintf(stderr,"debugger=\"%s\"\nprompt=\"%s\"\n",debugger,dbxprompt); @@ -102,7 +102,7 @@ dbxpid = fork(); if (dbxpid == -1) { -@@ -305,6 +330,7 @@ +@@ -305,6 +330,7 @@ char *argv[]; * set line buffered mode * register dbx input with X */ @@ -110,7 +110,7 @@ close(0); close(1); -@@ -345,7 +371,9 @@ +@@ -345,7 +371,9 @@ char *argv[]; } #endif @@ -120,7 +120,7 @@ close(master); /* -@@ -355,11 +383,11 @@ +@@ -355,11 +383,11 @@ char *argv[]; /* * (JBL)10MAY91 : use sgttyb if OLDSUN or generic BSD */ Modified: head/devel/xxgdb/files/patch-command.c ============================================================================== --- head/devel/xxgdb/files/patch-command.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-command.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,6 +1,6 @@ ---- command.c.orig Fri Sep 6 22:46:19 2002 -+++ command.c Fri Sep 6 22:49:30 2002 -@@ -383,7 +383,7 @@ +--- command.c.orig 1994-11-23 00:27:05 UTC ++++ command.c +@@ -383,7 +383,7 @@ void Quit(w, client_data, call_data) XtPointer client_data; XtPointer call_data; { @@ -9,7 +9,7 @@ int status; #else union wait status; -@@ -392,7 +392,7 @@ +@@ -392,7 +392,7 @@ void Quit(w, client_data, call_data) write_dbx("quit\n"); XtDestroyApplicationContext(app_context); kill(dbxpid, SIGKILL); Modified: head/devel/xxgdb/files/patch-dialog.c ============================================================================== --- head/devel/xxgdb/files/patch-dialog.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-dialog.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,7 +1,6 @@ -diff -urNad dialog.c dialog.c ---- dialog.c 1995-06-20 00:15:13.000000000 +0200 -+++ dialog.c 2008-05-16 17:31:45.000000000 +0200 -@@ -130,8 +130,8 @@ +--- dialog.c.orig 1995-06-19 22:15:13 UTC ++++ dialog.c +@@ -130,8 +130,8 @@ void DeleteWord(w, event, params, num_pa Cardinal i; textblock.firstPos = 0; @@ -12,7 +11,7 @@ diff -urNad dialog.c dialog.c pos = XawTextGetInsertionPoint(w); if (pos <= StartPos) -@@ -142,6 +142,30 @@ +@@ -142,6 +142,30 @@ void DeleteWord(w, event, params, num_pa XawTextSetInsertionPoint(w, i); } @@ -43,7 +42,7 @@ diff -urNad dialog.c dialog.c /* Deletes the entire current input line. * simulates the action of the KILL character (ctrl-U). -@@ -159,8 +183,8 @@ +@@ -159,8 +183,8 @@ void DeleteLine(w, event, params, num_pa char *s; textblock.firstPos = 0; @@ -54,7 +53,7 @@ diff -urNad dialog.c dialog.c pos = XawTextGetInsertionPoint(w); if (w == dialogWindow) { -@@ -307,6 +331,7 @@ +@@ -307,6 +331,7 @@ Widget parent; {"SigQuit", (XtActionProc) SigQuit}, {"InsertSpace", (XtActionProc) InsertSpace}, {"Dispatch", (XtActionProc) Dispatch}, @@ -62,7 +61,7 @@ diff -urNad dialog.c dialog.c {NULL, NULL} }; -@@ -316,10 +341,10 @@ +@@ -316,10 +341,10 @@ Widget parent; Ctrl|: SigQuit()\n\ CtrlW: DeleteWord()\n\ CtrlU: DeleteLine()\n\ Modified: head/devel/xxgdb/files/patch-filemenu.c ============================================================================== --- head/devel/xxgdb/files/patch-filemenu.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-filemenu.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,5 +1,5 @@ ---- filemenu.c.orig Tue Aug 30 04:38:28 1994 -+++ filemenu.c Fri Nov 17 22:05:05 2000 +--- filemenu.c.orig 1994-08-29 19:38:28 UTC ++++ filemenu.c @@ -95,7 +95,7 @@ #endif #endif /* _POSIX_SOURCE */ @@ -9,7 +9,7 @@ #include #else #include -@@ -185,7 +185,7 @@ +@@ -185,7 +185,7 @@ char *dir; * text files * executable files */ @@ -18,7 +18,7 @@ static int InList(entry) Directory *entry; { -@@ -228,7 +228,7 @@ +@@ -228,7 +228,7 @@ Directory *entry; static void ScanDir(dir) char *dir; { @@ -27,7 +27,7 @@ extern alphasort(); Directory **namelist; #else -@@ -238,7 +238,7 @@ +@@ -238,7 +238,7 @@ char *dir; #endif register int i,j; @@ -36,7 +36,7 @@ if(!(WorkingDir = opendir(dir))) { UpdateMessageWindow("scandir: cannot open %s", dir); -@@ -262,7 +262,7 @@ +@@ -262,7 +262,7 @@ char *dir; filelist = (char **) XtMalloc((nfiles+1) * sizeof(char *)); i = 0; for (j=0; jd_name, ".")) strcpy(store, "./"); -@@ -305,7 +305,7 @@ +@@ -305,7 +305,7 @@ char *dir; } filelist[i++] = NULL; Modified: head/devel/xxgdb/files/patch-global.h ============================================================================== --- head/devel/xxgdb/files/patch-global.h Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-global.h Fri Nov 13 09:02:16 2015 (r401490) @@ -1,5 +1,5 @@ ---- global.h.orig Fri Apr 7 01:23:42 1995 -+++ global.h Fri Nov 17 21:27:09 2000 +--- global.h.orig 1995-04-06 16:23:42 UTC ++++ global.h @@ -70,7 +70,7 @@ #define alloca __builtin_alloca #endif Modified: head/devel/xxgdb/files/patch-regex.c ============================================================================== --- head/devel/xxgdb/files/patch-regex.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-regex.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,15 +1,15 @@ ---- regex.c.orig Wed Apr 19 12:58:00 1995 -+++ regex.c Thu Jul 6 22:30:45 2006 -@@ -114,7 +114,7 @@ +--- regex.c.orig 1995-04-19 16:58:00 UTC ++++ regex.c +@@ -114,7 +114,7 @@ what you give them. Help stamp out sof * Date : July 27, 1990 */ -#ifndef NeXT -+#if !defined(NeXT) && !defined(__FreeBSD__) ++#if !defined(NeXT) && !defined(__FreeBSD__) && !defined(__DragonFly__) #include #endif #include -@@ -123,7 +123,7 @@ +@@ -123,7 +123,7 @@ what you give them. Help stamp out sof #include #ifdef sparc Modified: head/devel/xxgdb/files/patch-signals.c ============================================================================== --- head/devel/xxgdb/files/patch-signals.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-signals.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,6 +1,6 @@ ---- signals.c.orig Fri Sep 6 22:52:25 2002 -+++ signals.c Fri Sep 6 22:52:56 2002 -@@ -93,7 +93,7 @@ +--- signals.c.orig 1995-04-06 16:25:04 UTC ++++ signals.c +@@ -93,7 +93,7 @@ kill_handler(sig) static void quit_handler(int sig) { int pid; @@ -9,7 +9,7 @@ int status; #else union wait status; -@@ -102,7 +102,7 @@ +@@ -102,7 +102,7 @@ static void quit_handler(int sig) /* wait for the child to report its status; if the child has died, * exit gracefully. */ Modified: head/devel/xxgdb/files/patch-source.c ============================================================================== --- head/devel/xxgdb/files/patch-source.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-source.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,11 +1,11 @@ ---- source.c.orig Sat Apr 22 01:16:02 1995 -+++ source.c Fri Nov 17 21:38:58 2000 +--- source.c.orig 1995-04-21 16:16:02 UTC ++++ source.c @@ -74,7 +74,7 @@ * LoadFile(): Search for a file and open it for display. */ -#ifndef NeXT -+#if !defined(NeXT) && !defined(__FreeBSD__) ++#if !defined(NeXT) && !defined(__FreeBSD__) && !defined(__DragonFly__) #include #endif #include Modified: head/devel/xxgdb/files/patch-xdbx.c ============================================================================== --- head/devel/xxgdb/files/patch-xdbx.c Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-xdbx.c Fri Nov 13 09:02:16 2015 (r401490) @@ -1,5 +1,5 @@ ---- xdbx.c.orig 1995-04-20 19:37:31.000000000 -0700 -+++ xdbx.c 2014-03-25 20:54:19.951463142 -0700 +--- xdbx.c.orig 1995-04-21 02:37:31 UTC ++++ xdbx.c @@ -74,11 +74,9 @@ #define XGDBVERSION "1.12" #endif Modified: head/devel/xxgdb/files/patch-xxgdb.man ============================================================================== --- head/devel/xxgdb/files/patch-xxgdb.man Fri Nov 13 09:01:25 2015 (r401489) +++ head/devel/xxgdb/files/patch-xxgdb.man Fri Nov 13 09:02:16 2015 (r401490) @@ -1,6 +1,6 @@ ---- xxgdb.man.orig 1994-12-02 17:40:19.000000000 -0800 -+++ xxgdb.man 2014-03-26 12:27:51.559896216 -0700 -@@ -29,7 +29,8 @@ +--- xxgdb.man.orig 1994-12-03 01:40:19 UTC ++++ xxgdb.man +@@ -29,7 +29,8 @@ state of the program when the core dump .LP The name of the debugger invoked by \fIxxgdb\fP is, by default, gdb, but it can be overridden with the environment variable XXGDB_DEBUGGER or with From owner-svn-ports-head@freebsd.org Fri Nov 13 09:05:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9FBCA2C088; Fri, 13 Nov 2015 09:05:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 999AF10B2; Fri, 13 Nov 2015 09:05:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pasz6 with SMTP id z6so97796540pas.2; Fri, 13 Nov 2015 01:05:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=GwH8G3aA4CjIu8iQaL6KLDSzrtl+J113uf2CX65yUM0=; b=AcJmyDR2+tKIs579R+J3rSatNjDR77Kczao/IL+LFXCGoXldKzDRL+6b3m8iK/ROxL cYuUrB1v3OOw2As/RwWgu9+eKuCYz9dr0MPo+YiglaRlgMuonWYv2hCPef5at4oD8e0X lFacgt2R0da8JOM5nJlOnvvgccEDmZVIMNUsD9soGZuHw+Cqyk49krgdYoU2SEOjNq+S /Dzm5ZZ2pRcyuZjYlsC6MAWfFfzqSHtKrQfvnhhk1LDO//EofkzTrHbEWCTezoG2nhMM QKiv8W8+GEQCctGuP6aCMTNjm9nsCAIPSZQXVTT+W3HPYojTM3+IycFWnZvwso7YvUS3 Glzw== X-Received: by 10.66.124.165 with SMTP id mj5mr29860034pab.97.1447405543251; Fri, 13 Nov 2015 01:05:43 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5? (2001-44b8-31ae-7b01-d06c-e63f-c1f0-dfb5.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5]) by smtp.gmail.com with ESMTPSA id c5sm19145563pbu.18.2015.11.13.01.05.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Nov 2015 01:05:42 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401490 - head/devel/xxgdb/files References: <201511130902.tAD92GdR003621@repo.freebsd.org> To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5645A7DC.3080308@FreeBSD.org> Date: Fri, 13 Nov 2015 20:05:32 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511130902.tAD92GdR003621@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:05:43 -0000 On 13/11/2015 8:02 PM, John Marino wrote: > Author: marino > Date: Fri Nov 13 09:02:16 2015 > New Revision: 401490 > URL: https://svnweb.freebsd.org/changeset/ports/401490 > > Log: > devel/xxgdb: Expand patches to support malloc.h-less DF > > While here, regenerate all the patches. > > Modified: > head/devel/xxgdb/files/patch-Imakefile > head/devel/xxgdb/files/patch-calldbx.c > head/devel/xxgdb/files/patch-command.c > head/devel/xxgdb/files/patch-dialog.c > head/devel/xxgdb/files/patch-filemenu.c > head/devel/xxgdb/files/patch-global.h > head/devel/xxgdb/files/patch-regex.c > head/devel/xxgdb/files/patch-signals.c > head/devel/xxgdb/files/patch-source.c > head/devel/xxgdb/files/patch-xdbx.c > head/devel/xxgdb/files/patch-xxgdb.man > > Modified: head/devel/xxgdb/files/patch-Imakefile > ============================================================================== These are great candidates for patch comments & sending upstream, nice work From owner-svn-ports-head@freebsd.org Fri Nov 13 09:11:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24EC1A2C241; Fri, 13 Nov 2015 09:11:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCB9F1510; Fri, 13 Nov 2015 09:11:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD9BcR1004788; Fri, 13 Nov 2015 09:11:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD9BcYr004787; Fri, 13 Nov 2015 09:11:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130911.tAD9BcYr004787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 09:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401491 - head/devel/pasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:11:40 -0000 Author: marino Date: Fri Nov 13 09:11:38 2015 New Revision: 401491 URL: https://svnweb.freebsd.org/changeset/ports/401491 Log: devel/pasm: USES=alias to fix malloc.h-less DF Modified: head/devel/pasm/Makefile Modified: head/devel/pasm/Makefile ============================================================================== --- head/devel/pasm/Makefile Fri Nov 13 09:02:16 2015 (r401490) +++ head/devel/pasm/Makefile Fri Nov 13 09:11:38 2015 (r401491) @@ -16,6 +16,8 @@ GH_ACCOUNT= rpaulo GH_PROJECT= am335x_pru_package PLIST_FILES= bin/pasm +USES= alias + do-build: (cd ${WRKSRC}/pru_sw/utils/pasm_source && \ ${CC} ${CFLAGS} -D_UNIX_ pasm.c pasmpp.c pasmexp.c pasmop.c \ From owner-svn-ports-head@freebsd.org Fri Nov 13 09:14:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EE3CA2C280; Fri, 13 Nov 2015 09:14:11 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20FD717C5; Fri, 13 Nov 2015 09:14:10 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2A73943BCF; Fri, 13 Nov 2015 03:14:01 -0600 (CST) Subject: Re: svn commit: r401490 - head/devel/xxgdb/files To: koobs@FreeBSD.org, John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511130902.tAD92GdR003621@repo.freebsd.org> <5645A7DC.3080308@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <5645A9D6.5050207@marino.st> Date: Fri, 13 Nov 2015 10:13:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5645A7DC.3080308@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:14:11 -0000 On 11/13/2015 10:05 AM, Kubilay Kocak wrote: > > These are great candidates for patch comments & sending upstream, nice work > hmm? All I did was run "make makepatch" after adding my litte modification. These patches have been in place for 15 years or more. John From owner-svn-ports-head@freebsd.org Fri Nov 13 09:22:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9594DA2C8CD; Fri, 13 Nov 2015 09:22:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6363E14D0; Fri, 13 Nov 2015 09:22:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD9MPWG010097; Fri, 13 Nov 2015 09:22:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD9MP6H010096; Fri, 13 Nov 2015 09:22:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130922.tAD9MP6H010096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 09:22:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401492 - head/devel/jwasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:22:26 -0000 Author: marino Date: Fri Nov 13 09:22:25 2015 New Revision: 401492 URL: https://svnweb.freebsd.org/changeset/ports/401492 Log: devel/jwasm: USES=alias to support malloc.h-less DF Modified: head/devel/jwasm/Makefile Modified: head/devel/jwasm/Makefile ============================================================================== --- head/devel/jwasm/Makefile Fri Nov 13 09:11:38 2015 (r401491) +++ head/devel/jwasm/Makefile Fri Nov 13 09:22:25 2015 (r401492) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 NO_WRKSUBDIR= yes -USES= dos2unix gmake zip +USES= alias dos2unix gmake zip MAKEFILE= GccUnix.mak PORTDOCS= * From owner-svn-ports-head@freebsd.org Fri Nov 13 09:25:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FEF1A2CAE4; Fri, 13 Nov 2015 09:25:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A18A19E2; Fri, 13 Nov 2015 09:25:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD9PpTg010502; Fri, 13 Nov 2015 09:25:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD9Ppc1010501; Fri, 13 Nov 2015 09:25:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130925.tAD9Ppc1010501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 09:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401493 - head/devel/libcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:25:52 -0000 Author: marino Date: Fri Nov 13 09:25:50 2015 New Revision: 401493 URL: https://svnweb.freebsd.org/changeset/ports/401493 Log: devel/libcli: USES=alias to support malloc.h-less DF Modified: head/devel/libcli/Makefile Modified: head/devel/libcli/Makefile ============================================================================== --- head/devel/libcli/Makefile Fri Nov 13 09:22:25 2015 (r401492) +++ head/devel/libcli/Makefile Fri Nov 13 09:25:50 2015 (r401493) @@ -11,7 +11,7 @@ COMMENT= Emulates a Cisco style command- LICENSE= LGPL21 -USES= gmake +USES= alias gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dparrish From owner-svn-ports-head@freebsd.org Fri Nov 13 09:33:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F13AA2CDEF; Fri, 13 Nov 2015 09:33:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284D111BC; Fri, 13 Nov 2015 09:33:42 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD9Xf6c013568; Fri, 13 Nov 2015 09:33:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD9XfxE013567; Fri, 13 Nov 2015 09:33:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130933.tAD9XfxE013567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 09:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401494 - head/archivers/upx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 09:33:42 -0000 Author: marino Date: Fri Nov 13 09:33:40 2015 New Revision: 401494 URL: https://svnweb.freebsd.org/changeset/ports/401494 Log: archivers/upx: Expand patch to support malloc.h-less DF Modified: head/archivers/upx/files/patch-src-miniacc.h Modified: head/archivers/upx/files/patch-src-miniacc.h ============================================================================== --- head/archivers/upx/files/patch-src-miniacc.h Fri Nov 13 09:25:50 2015 (r401493) +++ head/archivers/upx/files/patch-src-miniacc.h Fri Nov 13 09:33:40 2015 (r401494) @@ -1,6 +1,15 @@ ---- src/miniacc.h.orig 2012-10-08 16:38:10.008244000 +0000 -+++ src/miniacc.h 2012-10-08 16:38:37.382842000 +0000 -@@ -1334,7 +1334,7 @@ +--- src/miniacc.h.orig 2013-09-30 15:51:00 UTC ++++ src/miniacc.h +@@ -485,7 +485,7 @@ + # if defined(_AIX) || defined(__AIX__) || defined(__aix__) + # define ACC_OS_POSIX_AIX 1 + # define ACC_INFO_OS_POSIX "aix" +-# elif defined(__FreeBSD__) ++# elif defined(__FreeBSD__) || defined(__DragonFly__) + # define ACC_OS_POSIX_FREEBSD 1 + # define ACC_INFO_OS_POSIX "freebsd" + # elif defined(__hpux__) || defined(__hpux) +@@ -1968,7 +1968,7 @@ ACC_COMPILE_TIME_ASSERT_HEADER(ACC_SIZEO #elif !(ACC_ABI_BIG_ENDIAN) && !(ACC_ABI_LITTLE_ENDIAN) #if (ACC_ARCH_ALPHA) && (ACC_ARCH_CRAY_MPP) # define ACC_ABI_BIG_ENDIAN 1 From owner-svn-ports-head@freebsd.org Fri Nov 13 10:04:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9565A2DB6F; Fri, 13 Nov 2015 10:04:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AEE1B1C21; Fri, 13 Nov 2015 10:04:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CDD2EBDCFE; Fri, 13 Nov 2015 11:04:16 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id C9C21BDCF7; Fri, 13 Nov 2015 11:04:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 9B836493588C; Fri, 13 Nov 2015 11:04:16 +0100 (CET) Date: Fri, 13 Nov 2015 11:04:16 +0100 From: Mathieu Arnold To: Jason Unovitch cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401309 - head/deskutils/note Message-ID: <6C9F2E7FC56F2643BC7E8E4F@atuin.in.mat.cc> In-Reply-To: <20151113034137.GA78473@Silverstone.nc-us.unovitch.com> References: <201511120033.tAC0Xe71007462@repo.freebsd.org> <20151113034137.GA78473@Silverstone.nc-us.unovitch.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========7DD77CED2CE2127C0936==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:04:21 -0000 --==========7DD77CED2CE2127C0936========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 12 novembre 2015 22:41:37 -0500 Jason Unovitch wrote: | -----BEGIN PGP SIGNED MESSAGE----- | Hash: SHA512 | | On Thu, Nov 12, 2015 at 09:29:02AM +0100, Mathieu Arnold wrote: |> +--On 12 novembre 2015 00:33:40 +0000 Jason Unovitch |> wrote: |> | Author: junovitch |> | Date: Thu Nov 12 00:33:40 2015 |> | New Revision: 401309 |> | URL: https://svnweb.freebsd.org/changeset/ports/401309 |> | |> | Log: |> | deskutils/note: Remove BROKEN |> | |> | - Remove BROKEN, make fetch works with both MASTER_SITE and distcache |> |> Do note, "make fetch MASTER_SITE_BACKUP=" must work, that is, without the |> distcache. | | Thanks! I suspect this was a temporarily failure when the port was | marked BROKEN as it worked last night with an explicit fetch from the | primary mirror shown by `make fetch-urlall-list` as well as the | distcache. Well, ports are not marked broken if they fail once, they're marked broken if they fail for a long time. -- Mathieu Arnold --==========7DD77CED2CE2127C0936========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWRbWgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IwFkP/j3Vh34uWZHxhBL5C5/vOIOV DnoJxO8rs0uxSIaNbbzchJgEhDzRt2ds7etFzcQaRJM9sbUv+aoKfEW9luIgQY2W xiEOIpO0m3qYbZsBo9xovcDSiLUYezdw9scKcy6C7+DAnmlC+YH7gkjN9My8M7hw rPX36uQJtsel5P0nYbo+WudU8VgEt1chk19BNHJcfzOrBpQIKyxvn1BGG6XtTjsm VyPLMePZx5OMunJa/w4x0Ws4+kY417H/ZwNZtSdYmZoY6IsDsOSOnsC9HeJZqmUd SroAxlx3Yh55TQKXoqwc642dMlc7F6PEqHzfwGr+nydQsbLvlLtJmm18Ii6+b/BF hkCjC4CUNm78G1MFkcVDWvldjira8Lr4altGANik4D4iwkgSpCD5r3bUGWMVQGRR ixGrnAaZIVItk8+JoD2f6xshDmBhKfGq5VeE6cRVrUt8ZNR7z9arpKI3OsTeMs/m soKTO1UtqgLkKjVXFkuZ92yC5B+AYgxrf0R4UZps3Ywl0x9k5pYr4NofZ82jhTC5 VJOJMhM3t6/G70VsTE9EMBBMK3hAWEHjXByPCt/glLEGUPVWJ63mn/klf1itcHXj AvMPdcxfkqFGzdSXTBdof1ogxLQdyT1e1HW1iqjmrMjGu4JZ1Y4IDCV8yxf6N1e7 kQ+7G3gTgQso/e7J4XZ2 =125l -----END PGP SIGNATURE----- --==========7DD77CED2CE2127C0936==========-- From owner-svn-ports-head@freebsd.org Fri Nov 13 10:35:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11C59A2E4AA; Fri, 13 Nov 2015 10:35:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2669131A; Fri, 13 Nov 2015 10:35:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADAZIoP031476; Fri, 13 Nov 2015 10:35:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADAZInU031475; Fri, 13 Nov 2015 10:35:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511131035.tADAZInU031475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 Nov 2015 10:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401495 - head/mail/qmailadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:35:20 -0000 Author: amdmi3 Date: Fri Nov 13 10:35:18 2015 New Revision: 401495 URL: https://svnweb.freebsd.org/changeset/ports/401495 Log: - Fix license - Switch to USES=autoreconf Modified: head/mail/qmailadmin/Makefile Modified: head/mail/qmailadmin/Makefile ============================================================================== --- head/mail/qmailadmin/Makefile Fri Nov 13 09:33:40 2015 (r401494) +++ head/mail/qmailadmin/Makefile Fri Nov 13 10:35:18 2015 (r401495) @@ -12,28 +12,23 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= CGI program for administering Qmail with vchkpw/vpopmail -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= \ - autorespond:${PORTSDIR}/mail/autorespond \ - ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= \ - autorespond:${PORTSDIR}/mail/autorespond \ - ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +BUILD_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \ + ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +RUN_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \ + ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -USES= qmail:vars gmake +USES= autoreconf gmake qmail:vars PATCH_SITES+= http://qmail.jms1.net/vpopmail/:onchange \ - LOCAL/bdrewery/${PORTNAME}/:onchange + LOCAL/bdrewery/${PORTNAME}/:onchange PATCHFILES+= qmailadmin-1.2.12-onchange.3.patch:onchange PATCH_DIST_STRIP+= -p1 PORTSCOUT= ignore:1 -USE_AUTOTOOLS= automake aclocal autoconf -AUTOMAKE_ARGS+= --add-missing - OPTIONS_DEFINE= IPAUTH USER_INDEX MODIFY_QUOTA DOMAIN_AUTOFILL \ IDX IDX_SQL HELP SPAM_DETECTION SPAM_NEEDS_EMAIL \ CATCHALL TRIVIAL_PASSWORD NOCACHE CRACKLIB From owner-svn-ports-head@freebsd.org Fri Nov 13 11:05:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBBC9A2EB7C; Fri, 13 Nov 2015 11:05:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A57661301; Fri, 13 Nov 2015 11:05:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADB5U62039965; Fri, 13 Nov 2015 11:05:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADB5UlK039963; Fri, 13 Nov 2015 11:05:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511131105.tADB5UlK039963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 Nov 2015 11:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401496 - head/math/tomsfastmath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 11:05:32 -0000 Author: amdmi3 Date: Fri Nov 13 11:05:30 2015 New Revision: 401496 URL: https://svnweb.freebsd.org/changeset/ports/401496 Log: - Fix fetch - Update WWW Modified: head/math/tomsfastmath/Makefile head/math/tomsfastmath/pkg-descr Modified: head/math/tomsfastmath/Makefile ============================================================================== --- head/math/tomsfastmath/Makefile Fri Nov 13 10:35:18 2015 (r401495) +++ head/math/tomsfastmath/Makefile Fri Nov 13 11:05:30 2015 (r401496) @@ -3,14 +3,12 @@ PORTNAME= tomsfastmath PORTVERSION= 0.12 CATEGORIES= math -MASTER_SITES= http://libtom.org/files/ +MASTER_SITES= http://libtom.net/files/ DISTNAME= tfm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable fixed precision math library for fast exponentiations -BROKEN= unfetchable - BROKEN_powerpc= internal compiler error at src/mul/fp_mul_comba_48.c:398 USES= compiler:features gmake tar:bzip2 Modified: head/math/tomsfastmath/pkg-descr ============================================================================== --- head/math/tomsfastmath/pkg-descr Fri Nov 13 10:35:18 2015 (r401495) +++ head/math/tomsfastmath/pkg-descr Fri Nov 13 11:05:30 2015 (r401496) @@ -1,4 +1,4 @@ TomsFastMath is a portable fixed precision math library designed for very fast exponentiations. -WWW: http://libtom.org/ +WWW: http://libtom.net/ From owner-svn-ports-head@freebsd.org Fri Nov 13 11:22:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BDEAA2D0ED; Fri, 13 Nov 2015 11:22:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27F821036; Fri, 13 Nov 2015 11:22:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADBMj0k045627; Fri, 13 Nov 2015 11:22:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADBMiMW045623; Fri, 13 Nov 2015 11:22:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131122.tADBMiMW045623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 11:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401497 - head/comms/dabstick-radio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 11:22:46 -0000 Author: marino Date: Fri Nov 13 11:22:44 2015 New Revision: 401497 URL: https://svnweb.freebsd.org/changeset/ports/401497 Log: comms/dabstick-radio: Expand patch to support malloc.h-less DF While here, regenerate the rest of the patches. Modified: head/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mm_malloc.h head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Modified: head/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mm_malloc.h ============================================================================== --- head/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mm_malloc.h Fri Nov 13 11:05:30 2015 (r401496) +++ head/comms/dabstick-radio/files/patch-dabreceiver-V2_backend_mm_malloc.h Fri Nov 13 11:22:44 2015 (r401497) @@ -1,10 +1,10 @@ ---- dabreceiver-V2/backend/mm_malloc.h.orig +--- dabreceiver-V2/backend/mm_malloc.h.orig 2013-05-22 11:09:20 UTC +++ dabreceiver-V2/backend/mm_malloc.h @@ -40,7 +40,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE #if defined(_WIN32) || defined(_WIN64) #define MALLOC(a) _mm_malloc(a, 16) #else -+#ifndef __FreeBSD__ ++#if ! (defined __FreeBSD__ || defined __DragonFly__) #include +#endif #define MALLOC(a) memalign(16, a) Modified: head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro Fri Nov 13 11:05:30 2015 (r401496) +++ head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro Fri Nov 13 11:22:44 2015 (r401497) @@ -1,4 +1,4 @@ ---- dabreceiver-V2/dabreceiver.pro.orig +--- dabreceiver-V2/dabreceiver.pro.orig 2013-08-09 19:23:40 UTC +++ dabreceiver-V2/dabreceiver.pro @@ -156,36 +156,10 @@ LIBS += -lsndfile #} Modified: head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro Fri Nov 13 11:05:30 2015 (r401496) +++ head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro Fri Nov 13 11:22:44 2015 (r401497) @@ -1,4 +1,4 @@ ---- fmreceiver-dab/fmreceiver.pro.orig +--- fmreceiver-dab/fmreceiver.pro.orig 2013-08-09 10:42:19 UTC +++ fmreceiver-dab/fmreceiver.pro @@ -126,38 +126,38 @@ LIBS += -lstdc++ #} Modified: head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Fri Nov 13 11:05:30 2015 (r401496) +++ head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Fri Nov 13 11:22:44 2015 (r401497) @@ -1,4 +1,4 @@ ---- spectrum-viewer/spectrum-viewer.pro.orig +--- spectrum-viewer/spectrum-viewer.pro.orig 2013-08-09 10:54:18 UTC +++ spectrum-viewer/spectrum-viewer.pro @@ -67,32 +67,33 @@ LIBS += -lsamplerate #} From owner-svn-ports-head@freebsd.org Fri Nov 13 11:45:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC2AA2D530; Fri, 13 Nov 2015 11:45:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1F31194C; Fri, 13 Nov 2015 11:45:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADBjcGK051535; Fri, 13 Nov 2015 11:45:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADBjcfJ051527; Fri, 13 Nov 2015 11:45:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511131145.tADBjcfJ051527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 13 Nov 2015 11:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401498 - in head/lang: erlang erlang-java erlang-runtime18 erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 11:45:40 -0000 Author: olgeni Date: Fri Nov 13 11:45:37 2015 New Revision: 401498 URL: https://svnweb.freebsd.org/changeset/ports/401498 Log: Upgrade all Erlang 18 ports to version 18.1.4. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-java/Makefile Fri Nov 13 11:45:37 2015 (r401498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.1.3 +PORTVERSION= 18.1.4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 +PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \ + patch-otp-18.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-java/distinfo Fri Nov 13 11:45:37 2015 (r401498) @@ -8,3 +8,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6 SIZE (erlang/patch-otp-18.1.2) = 12029 SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912 SIZE (erlang/patch-otp-18.1.3) = 6623 +SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9 +SIZE (erlang/patch-otp-18.1.4) = 60708 Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-runtime18/Makefile Fri Nov 13 11:45:37 2015 (r401498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.1.3 +PORTVERSION= 18.1.4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 +PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \ + patch-otp-18.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -200,7 +201,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.2 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.3 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.1/* \ Modified: head/lang/erlang-runtime18/distinfo ============================================================================== --- head/lang/erlang-runtime18/distinfo Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-runtime18/distinfo Fri Nov 13 11:45:37 2015 (r401498) @@ -10,3 +10,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6 SIZE (erlang/patch-otp-18.1.2) = 12029 SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912 SIZE (erlang/patch-otp-18.1.3) = 6623 +SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9 +SIZE (erlang/patch-otp-18.1.4) = 60708 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-wx/Makefile Fri Nov 13 11:45:37 2015 (r401498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.1.3 +PORTVERSION= 18.1.4 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 +PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \ + patch-otp-18.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang-wx/distinfo Fri Nov 13 11:45:37 2015 (r401498) @@ -8,3 +8,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6 SIZE (erlang/patch-otp-18.1.2) = 12029 SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912 SIZE (erlang/patch-otp-18.1.3) = 6623 +SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9 +SIZE (erlang/patch-otp-18.1.4) = 60708 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang/Makefile Fri Nov 13 11:45:37 2015 (r401498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.1.3 +PORTVERSION= 18.1.4 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 +PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \ + patch-otp-18.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -222,7 +223,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.2 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.3 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.1/* \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Fri Nov 13 11:22:44 2015 (r401497) +++ head/lang/erlang/distinfo Fri Nov 13 11:45:37 2015 (r401498) @@ -22,3 +22,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6 SIZE (erlang/patch-otp-18.1.2) = 12029 SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912 SIZE (erlang/patch-otp-18.1.3) = 6623 +SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9 +SIZE (erlang/patch-otp-18.1.4) = 60708 From owner-svn-ports-head@freebsd.org Fri Nov 13 11:46:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76482A2D5A4; Fri, 13 Nov 2015 11:46:42 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2711E1A3D; Fri, 13 Nov 2015 11:46:42 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADBkfng051663; Fri, 13 Nov 2015 11:46:41 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADBkfC7051662; Fri, 13 Nov 2015 11:46:41 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201511131146.tADBkfC7051662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 13 Nov 2015 11:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401499 - head/deskutils/egroupware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 11:46:42 -0000 Author: danilo Date: Fri Nov 13 11:46:41 2015 New Revision: 401499 URL: https://svnweb.freebsd.org/changeset/ports/401499 Log: - Remove unneeded dependencies Reported by: Ralf Becker Modified: head/deskutils/egroupware/Makefile Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Fri Nov 13 11:45:37 2015 (r401498) +++ head/deskutils/egroupware/Makefile Fri Nov 13 11:46:41 2015 (r401499) @@ -3,6 +3,7 @@ PORTNAME= eGroupware PORTVERSION= 14.3.20151110 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2 @@ -13,15 +14,6 @@ COMMENT= Web-based GroupWare system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE -BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP \ - ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ - ${PEARDIR}/XML/Feed/Parser.php:${PORTSDIR}/textproc/pear-XML_Feed_Parser \ - ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log \ - ${PEARDIR}/HTTP/WebDAV/Server.php:${PORTSDIR}/www/pear-HTTP_WebDAV_Server -RUN_DEPENDS:= ${BUILD_DEPENDS} - -PEARDIR= ${LOCALBASE}/share/pear USES= cpe tar:bzip2 USE_PHP= bcmath bz2 ctype json mcrypt session simplexml xmlreader zlib NO_BUILD= yes @@ -30,12 +22,10 @@ SUB_FILES= pkg-message SUB_LIST= EG_DIR=${EG_DIR} \ EG_DATA=${EG_DATA} -OPTIONS_DEFINE= MYSQL POSTGRES OSSL TNEF ZIP IMAP GD LDAP MBSTRING -OPTIONS_DEFAULT=MYSQL OSSL TNEF ZIP IMAP +OPTIONS_DEFINE= MYSQL POSTGRES OSSL ZIP GD LDAP MBSTRING +OPTIONS_DEFAULT=MYSQL OSSL ZIP -OSSL_DESC= enable SSL connection support -TNEF_DESC= decoding winmail.dat attachments in felamimail support -IMAP_DESC= IMAP support +OSSL_DESC= Enable SSL connection support MBSTRING_DESC= Support multi-byte character sets POSTGRES_DESC= PostgreSQL database support ZIP_DESC= Install PHP zip extension @@ -43,12 +33,10 @@ ZIP_DESC= Install PHP zip extension MYSQL_USE= PHP=mysqli,pdo_mysql POSTGRES_USE= PHP=pgsql,pdo_pgsql MBSTRING_USE= PHP=mbstring -IMAP_USE= PHP=imap OSSL_USE= PHP=openssl ZIP_USE= PHP=zip GD_USE= PHP=gd LDAP_USE= PHP=ldap -TNEF_RUN_DEPENDS= tnef:${PORTSDIR}/converters/tnef WRKSRC= ${WRKDIR}/egroupware EG_DIR= www/eg From owner-svn-ports-head@freebsd.org Fri Nov 13 11:47:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98BD7A2D607; Fri, 13 Nov 2015 11:47:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63C451B7A; Fri, 13 Nov 2015 11:47:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADBlYx5051804; Fri, 13 Nov 2015 11:47:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADBlYMF051802; Fri, 13 Nov 2015 11:47:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511131147.tADBlYMF051802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 13 Nov 2015 11:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401500 - head/security/elixir-comeonin_i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 11:47:35 -0000 Author: olgeni Date: Fri Nov 13 11:47:34 2015 New Revision: 401500 URL: https://svnweb.freebsd.org/changeset/ports/401500 Log: Remove GH_TAGNAME because project was tagged upstream. Modified: head/security/elixir-comeonin_i18n/Makefile head/security/elixir-comeonin_i18n/distinfo Modified: head/security/elixir-comeonin_i18n/Makefile ============================================================================== --- head/security/elixir-comeonin_i18n/Makefile Fri Nov 13 11:46:41 2015 (r401499) +++ head/security/elixir-comeonin_i18n/Makefile Fri Nov 13 11:47:34 2015 (r401500) @@ -2,6 +2,7 @@ PORTNAME= comeonin_i18n PORTVERSION= 0.1.3 +DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -11,7 +12,6 @@ COMMENT= Internationalization support fo USES= elixir USE_GITHUB= yes GH_ACCOUNT= riverrun -GH_TAGNAME= 7d343fd MIX_BUILD_DEPS= devel/elixir-gettext MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} Modified: head/security/elixir-comeonin_i18n/distinfo ============================================================================== --- head/security/elixir-comeonin_i18n/distinfo Fri Nov 13 11:46:41 2015 (r401499) +++ head/security/elixir-comeonin_i18n/distinfo Fri Nov 13 11:47:34 2015 (r401500) @@ -1,2 +1,2 @@ -SHA256 (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = e4cec940df5d7a62e76ee68f6dd2b019068f50b3c16368d4e842d0026a0b8480 -SIZE (riverrun-comeonin_i18n-0.1.3-7d343fd_GH0.tar.gz) = 3032 +SHA256 (riverrun-comeonin_i18n-v0.1.3_GH0.tar.gz) = 2cb9fce94866e6fa96ced69e995274f4bc0b5f36c8ffbd950a30aa8b54588661 +SIZE (riverrun-comeonin_i18n-v0.1.3_GH0.tar.gz) = 3024 From owner-svn-ports-head@freebsd.org Fri Nov 13 12:10:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC31EA2E328; Fri, 13 Nov 2015 12:10:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 958AA17EA; Fri, 13 Nov 2015 12:10:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADC9xIf057566; Fri, 13 Nov 2015 12:09:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADC9xia057565; Fri, 13 Nov 2015 12:09:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131209.tADC9xia057565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 12:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401501 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:10:00 -0000 Author: marino Date: Fri Nov 13 12:09:59 2015 New Revision: 401501 URL: https://svnweb.freebsd.org/changeset/ports/401501 Log: net/haproxy: Move MAKE_ARGS above If it comes after the inclusion, MAKE_ARGS can't be modified by local Makefiles, e.g. Makefile.local or Makefile.${OPSYS} Approved by: just fix it Modified: head/net/haproxy/Makefile Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Fri Nov 13 11:47:34 2015 (r401500) +++ head/net/haproxy/Makefile Fri Nov 13 12:09:59 2015 (r401501) @@ -23,6 +23,9 @@ DEVICEATLAS_VERSION= 2.1 DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module +MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ + USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS}" + OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE SPCRE @@ -33,9 +36,6 @@ OPTIONS_DEFAULT= SPCRE OPENSSL .include -MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ - USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS}" - .if ${PORT_OPTIONS:MDPCRE} LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre MAKE_ARGS+= USE_PCRE=1 USE_PCRE_JIT=1 From owner-svn-ports-head@freebsd.org Fri Nov 13 12:16:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4510BA2E422; Fri, 13 Nov 2015 12:16:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0317D1AFE; Fri, 13 Nov 2015 12:16:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCGBoU060430; Fri, 13 Nov 2015 12:16:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCGBcp060429; Fri, 13 Nov 2015 12:16:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511131216.tADCGBcp060429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 13 Nov 2015 12:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401502 - head/security/mhash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:16:12 -0000 Author: antoine Date: Fri Nov 13 12:16:10 2015 New Revision: 401502 URL: https://svnweb.freebsd.org/changeset/ports/401502 Log: Unbreak Modified: head/security/mhash/Makefile Modified: head/security/mhash/Makefile ============================================================================== --- head/security/mhash/Makefile Fri Nov 13 12:09:59 2015 (r401501) +++ head/security/mhash/Makefile Fri Nov 13 12:16:10 2015 (r401502) @@ -3,7 +3,7 @@ PORTNAME= mhash PORTVERSION= 0.9.9.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static --with-gnu-ld TEST_TARGET= check +OPTIONS_DEFINE= DOCS + PORTDOCS= example.c skid2-authentication post-install: From owner-svn-ports-head@freebsd.org Fri Nov 13 12:24:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE5ECA2E676; Fri, 13 Nov 2015 12:24:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A98A11EF2; Fri, 13 Nov 2015 12:24:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCOpZp063337; Fri, 13 Nov 2015 12:24:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCOpIA063336; Fri, 13 Nov 2015 12:24:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131224.tADCOpIA063336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 12:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401503 - head/textproc/heirloom-doctools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:24:53 -0000 Author: marino Date: Fri Nov 13 12:24:51 2015 New Revision: 401503 URL: https://svnweb.freebsd.org/changeset/ports/401503 Log: textproc/heirloom-doctools is not jobs safe. This has failed on me at least twice. The last time involved a parser error (YYSTYPE was unknown) so there might be a race involving flex. Modified: head/textproc/heirloom-doctools/Makefile Modified: head/textproc/heirloom-doctools/Makefile ============================================================================== --- head/textproc/heirloom-doctools/Makefile Fri Nov 13 12:16:10 2015 (r401502) +++ head/textproc/heirloom-doctools/Makefile Fri Nov 13 12:24:51 2015 (r401503) @@ -45,6 +45,8 @@ MANDIR?= ${PREFIX}/man PORTDOCS= * +MAKE_JOBS_UNSAFE= yes + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Nov 13 12:28:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D045A2E75E; Fri, 13 Nov 2015 12:28:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D85AB111C; Fri, 13 Nov 2015 12:28:44 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCShrA063555; Fri, 13 Nov 2015 12:28:43 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCShlo063554; Fri, 13 Nov 2015 12:28:43 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131228.tADCShlo063554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 12:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401504 - head/x11/xpra/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:28:45 -0000 Author: marino Date: Fri Nov 13 12:28:43 2015 New Revision: 401504 URL: https://svnweb.freebsd.org/changeset/ports/401504 Log: x11/xpra: Add patch to support build on malloc.h-free DF Added: head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c (contents, props changed) Added: head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c Fri Nov 13 12:28:43 2015 (r401504) @@ -0,0 +1,11 @@ +--- xpra/codecs/buffers/memalign.c.orig 2015-04-30 15:00:04 UTC ++++ xpra/codecs/buffers/memalign.c +@@ -13,7 +13,7 @@ + #ifdef _WIN32 + #define _STDINT_H + #endif +-#if !defined(__APPLE__) && !defined(__FreeBSD__) ++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__) + #include + #endif + From owner-svn-ports-head@freebsd.org Fri Nov 13 12:30:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88CA0A2E7EC; Fri, 13 Nov 2015 12:30:22 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 337031238; Fri, 13 Nov 2015 12:30:22 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCULYl063733; Fri, 13 Nov 2015 12:30:21 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCULCg063731; Fri, 13 Nov 2015 12:30:21 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511131230.tADCULCg063731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 13 Nov 2015 12:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401505 - head/misc/raspberrypi-userland X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:30:22 -0000 Author: junovitch Date: Fri Nov 13 12:30:20 2015 New Revision: 401505 URL: https://svnweb.freebsd.org/changeset/ports/401505 Log: misc/raspberrypi-userland: add missing pkg-plist files; bump PORTREVISION PR: 204388 Submitted by: mikael.urankar@gmail.com (maintainer) Modified: head/misc/raspberrypi-userland/Makefile head/misc/raspberrypi-userland/pkg-plist Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Fri Nov 13 12:28:43 2015 (r401504) +++ head/misc/raspberrypi-userland/Makefile Fri Nov 13 12:30:20 2015 (r401505) @@ -3,6 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com Modified: head/misc/raspberrypi-userland/pkg-plist ============================================================================== --- head/misc/raspberrypi-userland/pkg-plist Fri Nov 13 12:28:43 2015 (r401504) +++ head/misc/raspberrypi-userland/pkg-plist Fri Nov 13 12:30:20 2015 (r401505) @@ -12,10 +12,12 @@ bin/containers_uri_pipe bin/mmal_vc_diag bin/raspistill bin/raspivid +bin/raspividyuv bin/raspiyuv bin/tvservice bin/vcgencmd bin/vchiq_test +bin/vcmailbox bin/vcsmem include/EGL/egl.h include/EGL/eglext.h @@ -52,6 +54,7 @@ include/interface/mmal/core/mmal_buffer_ include/interface/mmal/core/mmal_clock_private.h include/interface/mmal/core/mmal_component_private.h include/interface/mmal/core/mmal_core_private.h +include/interface/mmal/core/mmal_events_private.h include/interface/mmal/core/mmal_port_private.h include/interface/mmal/mmal.h include/interface/mmal/mmal_buffer.h @@ -284,6 +287,7 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d_bitmap.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_4096k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1024k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_128k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_16k.hex @@ -303,6 +307,7 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft.qinc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm From owner-svn-ports-head@freebsd.org Fri Nov 13 12:41:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E946A2E985; Fri, 13 Nov 2015 12:41:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50CC1191C; Fri, 13 Nov 2015 12:41:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCfnXG066767; Fri, 13 Nov 2015 12:41:49 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCfnIQ066765; Fri, 13 Nov 2015 12:41:49 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131241.tADCfnIQ066765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 12:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401506 - head/devel/py-lxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:41:50 -0000 Author: wg Date: Fri Nov 13 12:41:49 2015 New Revision: 401506 URL: https://svnweb.freebsd.org/changeset/ports/401506 Log: devel/py-lxml: update to 3.5.0 Modified: head/devel/py-lxml/Makefile head/devel/py-lxml/distinfo Modified: head/devel/py-lxml/Makefile ============================================================================== --- head/devel/py-lxml/Makefile Fri Nov 13 12:30:20 2015 (r401505) +++ head/devel/py-lxml/Makefile Fri Nov 13 12:41:49 2015 (r401506) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lxml -PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-lxml/distinfo ============================================================================== --- head/devel/py-lxml/distinfo Fri Nov 13 12:30:20 2015 (r401505) +++ head/devel/py-lxml/distinfo Fri Nov 13 12:41:49 2015 (r401506) @@ -1,2 +1,2 @@ -SHA256 (lxml-3.4.1.tar.gz) = 069594837d0376a1bacf5cc42aa9a1be2e1c1396dc62f7d07f7358afecd34adf -SIZE (lxml-3.4.1.tar.gz) = 3524523 +SHA256 (lxml-3.5.0.tar.gz) = 349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578 +SIZE (lxml-3.5.0.tar.gz) = 3810202 From owner-svn-ports-head@freebsd.org Fri Nov 13 12:42:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1403CA2E9B5; Fri, 13 Nov 2015 12:42:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D23011A39; Fri, 13 Nov 2015 12:42:13 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCgC18066896; Fri, 13 Nov 2015 12:42:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCgCV5066894; Fri, 13 Nov 2015 12:42:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131242.tADCgCV5066894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 12:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401507 - in head/devel/ftjam: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:42:14 -0000 Author: marino Date: Fri Nov 13 12:42:12 2015 New Revision: 401507 URL: https://svnweb.freebsd.org/changeset/ports/401507 Log: devel/ftjam: Add patch to support malloc.h-free DF Added: head/devel/ftjam/files/patch-jam.h (contents, props changed) Modified: head/devel/ftjam/Makefile Modified: head/devel/ftjam/Makefile ============================================================================== --- head/devel/ftjam/Makefile Fri Nov 13 12:41:49 2015 (r401506) +++ head/devel/ftjam/Makefile Fri Nov 13 12:42:12 2015 (r401507) @@ -12,7 +12,7 @@ COMMENT= Small build tool that can be us OPTIONS_DEFINE= DOCS USES= dos2unix gmake tar:bzip2 -DOS2UNIX_GLOB= *.c +DOS2UNIX_GLOB= *.c jam.h PORTDOCS= Jam.html \ Jambase.html \ Added: head/devel/ftjam/files/patch-jam.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ftjam/files/patch-jam.h Fri Nov 13 12:42:12 2015 (r401507) @@ -0,0 +1,11 @@ +--- jam.h.orig 2015-11-13 12:38:24 UTC ++++ jam.h +@@ -227,7 +227,7 @@ + # define OSMINOR "OS=CYGWIN" + # define OS_CYGWIN + # endif +-# ifdef __FreeBSD__ ++# if defined __FreeBSD__ || defined __DragonFly__ + # define OSMINOR "OS=FREEBSD" + # define OS_FREEBSD + # endif From owner-svn-ports-head@freebsd.org Fri Nov 13 12:49:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 563AEA2EAC0; Fri, 13 Nov 2015 12:49:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F06181BDE; Fri, 13 Nov 2015 12:49:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCnquS069865; Fri, 13 Nov 2015 12:49:52 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCnqHh069861; Fri, 13 Nov 2015 12:49:52 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131249.tADCnqHh069861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 12:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401508 - in head/devel: . py-rednose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:49:54 -0000 Author: wg Date: Fri Nov 13 12:49:52 2015 New Revision: 401508 URL: https://svnweb.freebsd.org/changeset/ports/401508 Log: devel/py-rednose: Coloured output for nosetests Rednose is a nosetests plugin for adding colour (and readability) to nosetest console results. WWW: https://github.com/gfxmonk/rednose Added: head/devel/py-rednose/ head/devel/py-rednose/Makefile (contents, props changed) head/devel/py-rednose/distinfo (contents, props changed) head/devel/py-rednose/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 13 12:42:12 2015 (r401507) +++ head/devel/Makefile Fri Nov 13 12:49:52 2015 (r401508) @@ -4246,6 +4246,7 @@ SUBDIR += py-qt4-test SUBDIR += py-rauth SUBDIR += py-raven + SUBDIR += py-rednose SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.sphinx.autointerface Added: head/devel/py-rednose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rednose/Makefile Fri Nov 13 12:49:52 2015 (r401508) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= rednose +PORTVERSION= 0.4.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Coloured output for nosetests + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-rednose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rednose/distinfo Fri Nov 13 12:49:52 2015 (r401508) @@ -0,0 +1,2 @@ +SHA256 (rednose-0.4.3.tar.gz) = 6ce5d40574c5569a23b2841678b0b14245ec5ea044a440bc6a1c20baec5464d7 +SIZE (rednose-0.4.3.tar.gz) = 6046 Added: head/devel/py-rednose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rednose/pkg-descr Fri Nov 13 12:49:52 2015 (r401508) @@ -0,0 +1,4 @@ +Rednose is a nosetests plugin for adding colour (and readability) to +nosetest console results. + +WWW: https://github.com/gfxmonk/rednose From owner-svn-ports-head@freebsd.org Fri Nov 13 13:08:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24772A2EE2E; Fri, 13 Nov 2015 13:08:01 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C68BD1436; Fri, 13 Nov 2015 13:08:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADD7x6f075578; Fri, 13 Nov 2015 13:07:59 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADD7xkw075574; Fri, 13 Nov 2015 13:07:59 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131307.tADD7xkw075574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 13:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401509 - in head/devel: . py-termstyle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:08:01 -0000 Author: wg Date: Fri Nov 13 13:07:59 2015 New Revision: 401509 URL: https://svnweb.freebsd.org/changeset/ports/401509 Log: devel/py-termstyle: Dirt-simple terminal-colour library for python Termstyle is a simple python library for adding coloured output to terminal (console) programs. The definitions come from ECMA-048, the "Control Functions for Coded Character Sets" standard. WWW: https://github.com/gfxmonk/termstyle Added: head/devel/py-termstyle/ head/devel/py-termstyle/Makefile (contents, props changed) head/devel/py-termstyle/distinfo (contents, props changed) head/devel/py-termstyle/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 13 12:49:52 2015 (r401508) +++ head/devel/Makefile Fri Nov 13 13:07:59 2015 (r401509) @@ -4322,6 +4322,7 @@ SUBDIR += py-tconfpy SUBDIR += py-tempstorage SUBDIR += py-termcolor + SUBDIR += py-termstyle SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools Added: head/devel/py-termstyle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-termstyle/Makefile Fri Nov 13 13:07:59 2015 (r401509) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= termstyle +PORTVERSION= 0.1.10 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Dirt-simple terminal-colour library for python + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-termstyle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-termstyle/distinfo Fri Nov 13 13:07:59 2015 (r401509) @@ -0,0 +1,2 @@ +SHA256 (python-termstyle-0.1.10.tar.gz) = f42a6bb16fbfc5e2c66d553e7ad46524ea833872f75ee5d827c15115fafc94e2 +SIZE (python-termstyle-0.1.10.tar.gz) = 4131 Added: head/devel/py-termstyle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-termstyle/pkg-descr Fri Nov 13 13:07:59 2015 (r401509) @@ -0,0 +1,5 @@ +Termstyle is a simple python library for adding coloured output to terminal +(console) programs. The definitions come from ECMA-048, the "Control Functions +for Coded Character Sets" standard. + +WWW: https://github.com/gfxmonk/termstyle From owner-svn-ports-head@freebsd.org Fri Nov 13 13:10:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50729A2EE87; Fri, 13 Nov 2015 13:10:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8A41575; Fri, 13 Nov 2015 13:10:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADD9xuU075823; Fri, 13 Nov 2015 13:09:59 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADD9xIM075822; Fri, 13 Nov 2015 13:09:59 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131309.tADD9xIM075822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 13:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401510 - head/devel/py-rednose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:10:00 -0000 Author: wg Date: Fri Nov 13 13:09:58 2015 New Revision: 401510 URL: https://svnweb.freebsd.org/changeset/ports/401510 Log: devel/py-rednose: add missing dependencies Modified: head/devel/py-rednose/Makefile Modified: head/devel/py-rednose/Makefile ============================================================================== --- head/devel/py-rednose/Makefile Fri Nov 13 13:07:59 2015 (r401509) +++ head/devel/py-rednose/Makefile Fri Nov 13 13:09:58 2015 (r401510) @@ -2,6 +2,7 @@ PORTNAME= rednose PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,9 @@ COMMENT= Coloured output for nosetests LICENSE= BSD2CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:${PORTSDIR}/devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}termstyle>0:${PORTSDIR}/devel/py-termstyle + USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-head@freebsd.org Fri Nov 13 13:10:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E37EBA2EEFE; Fri, 13 Nov 2015 13:10:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0B161779; Fri, 13 Nov 2015 13:10:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDAQPM075965; Fri, 13 Nov 2015 13:10:26 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDAQTZ075963; Fri, 13 Nov 2015 13:10:26 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131310.tADDAQTZ075963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 13:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401511 - head/devel/py-mongoengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:10:28 -0000 Author: wg Date: Fri Nov 13 13:10:26 2015 New Revision: 401511 URL: https://svnweb.freebsd.org/changeset/ports/401511 Log: devel/py-mongoengine: update to 0.10.0 Modified: head/devel/py-mongoengine/Makefile head/devel/py-mongoengine/distinfo Modified: head/devel/py-mongoengine/Makefile ============================================================================== --- head/devel/py-mongoengine/Makefile Fri Nov 13 13:09:58 2015 (r401510) +++ head/devel/py-mongoengine/Makefile Fri Nov 13 13:10:26 2015 (r401511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongoengine -PORTVERSION= 0.8.7 +PORTVERSION= 0.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,9 @@ COMMENT= Object-Document-Mapper for work LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:${PORTSDIR}/databases/pymongo +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}rednose>0:${PORTSDIR}/devel/py-rednose +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.7:${PORTSDIR}/databases/pymongo USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-mongoengine/distinfo ============================================================================== --- head/devel/py-mongoengine/distinfo Fri Nov 13 13:09:58 2015 (r401510) +++ head/devel/py-mongoengine/distinfo Fri Nov 13 13:10:26 2015 (r401511) @@ -1,2 +1,2 @@ -SHA256 (mongoengine-0.8.7.tar.gz) = 81aed128fbe1a034a75bb1bd71f49d9b9c02f97179c882f6a5a8ea0514b677ce -SIZE (mongoengine-0.8.7.tar.gz) = 437832 +SHA256 (mongoengine-0.10.0.tar.gz) = 37d3e37d7d9319b26541e8b1006444f1f3a0c74cfa0d56abec764f2fa47bae6c +SIZE (mongoengine-0.10.0.tar.gz) = 344179 From owner-svn-ports-head@freebsd.org Fri Nov 13 13:35:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDAA7A2E2EF; Fri, 13 Nov 2015 13:35:03 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2870100F; Fri, 13 Nov 2015 13:35:03 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDZ2bT084389; Fri, 13 Nov 2015 13:35:02 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDZ2hf084386; Fri, 13 Nov 2015 13:35:02 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201511131335.tADDZ2hf084386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 13 Nov 2015 13:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401512 - in head/devel/valgrind: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:35:04 -0000 Author: demon Date: Fri Nov 13 13:35:02 2015 New Revision: 401512 URL: https://svnweb.freebsd.org/changeset/ports/401512 Log: Add a patch for "unhandled sysarch cmd 132" error. PR: 202766 Submitted by: Julien Nadeau Added: head/devel/valgrind/files/patch-coregrind-m_syswrap-syswrap-amd64-freebsd.c (contents, props changed) Modified: head/devel/valgrind/Makefile head/devel/valgrind/files/patch-include__vki__vki-freebsd.h Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Fri Nov 13 13:10:26 2015 (r401511) +++ head/devel/valgrind/Makefile Fri Nov 13 13:35:02 2015 (r401512) @@ -4,7 +4,7 @@ PORTNAME= valgrind DISTVERSIONPREFIX= freebsd- PORTVERSION= 3.10.0.20150126 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ Added: head/devel/valgrind/files/patch-coregrind-m_syswrap-syswrap-amd64-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/valgrind/files/patch-coregrind-m_syswrap-syswrap-amd64-freebsd.c Fri Nov 13 13:35:02 2015 (r401512) @@ -0,0 +1,30 @@ +--- coregrind/m_syswrap/syswrap-amd64-freebsd.c.orig 2015-01-26 16:17:32.000000000 -0400 ++++ coregrind/m_syswrap/syswrap-amd64-freebsd.c 2015-08-31 09:51:17.506396000 -0300 +@@ -691,6 +691,27 @@ + SET_STATUS_Success2( tst->arch.vex.guest_FS_ZERO, tst->arch.vex.guest_RDX ); + POST_MEM_WRITE( ARG2, sizeof(void *) ); + break; ++ case VKI_AMD64_GET_XFPUSTATE: ++ { ++ UChar fpuState[160]; ++ struct vki_amd64_get_xfpustate *xfs = (struct vki_amd64_get_xfpustate *)ARG2; ++ int fpuSaveLen; ++ ++ PRINT("sys_amd64_get_xfpustate ( %#lx, %d )", (long unsigned int)xfs->addr, xfs->len); ++ tst = VG_(get_ThreadState)(tid); ++ ++ if (xfs->len <= sizeof(fpuState)) { ++ amd64g_dirtyhelper_FXSAVE_ALL_EXCEPT_XMM( ++ (VexGuestAMD64State *)&tst->arch.vex, ++ (HWord)fpuState); ++ VG_(memcpy)(xfs->addr, fpuState, xfs->len); ++ POST_MEM_WRITE( xfs->addr, xfs->len ); ++ SET_STATUS_Success ( 0 ); ++ } else { ++ SET_STATUS_Failure( VKI_EINVAL ); ++ } ++ } ++ break; + default: + VG_(message) (Vg_UserMsg, "unhandled sysarch cmd %ld", ARG1); + VG_(unimplemented) ("unhandled sysarch cmd"); Modified: head/devel/valgrind/files/patch-include__vki__vki-freebsd.h ============================================================================== --- head/devel/valgrind/files/patch-include__vki__vki-freebsd.h Fri Nov 13 13:10:26 2015 (r401511) +++ head/devel/valgrind/files/patch-include__vki__vki-freebsd.h Fri Nov 13 13:35:02 2015 (r401512) @@ -1,6 +1,6 @@ ---- ./include/vki/vki-freebsd.h.orig 2014-02-08 15:00:31.591069799 -0600 -+++ ./include/vki/vki-freebsd.h 2014-02-08 15:00:39.993068845 -0600 -@@ -681,6 +681,7 @@ +--- include/vki/vki-freebsd.h.orig 2015-01-26 16:17:32.000000000 -0400 ++++ include/vki/vki-freebsd.h 2015-08-31 04:55:29.139189000 -0300 +@@ -684,6 +684,7 @@ #define VKI_SOCK_STREAM 1 @@ -8,3 +8,27 @@ #include #define VKI_TCP_NODELAY TCP_NODELAY +@@ -1888,11 +1889,23 @@ + #define VKI_I386_SET_FSBASE 8 + #define VKI_I386_GET_GSBASE 9 + #define VKI_I386_SET_GSBASE 10 ++#define VKI_I386_SET_XFPUSTATE 11 + + #define VKI_AMD64_GET_FSBASE 128 + #define VKI_AMD64_SET_FSBASE 129 + #define VKI_AMD64_GET_GSBASE 130 + #define VKI_AMD64_SET_GSBASE 131 ++#define VKI_AMD64_GET_XFPUSTATE 132 ++ ++typedef struct vki_i386_get_xfpustate { ++ unsigned int addr; ++ int len; ++}; ++ ++typedef struct vki_amd64_get_xfpustate { ++ void *addr; ++ int len; ++}; + + //---------------------------------------------------------------------- + // From sys/module.h From owner-svn-ports-head@freebsd.org Fri Nov 13 13:47:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A96FEA2E48A; Fri, 13 Nov 2015 13:47:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3981484; Fri, 13 Nov 2015 13:47:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDlqO7087338; Fri, 13 Nov 2015 13:47:52 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDlqT4087336; Fri, 13 Nov 2015 13:47:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131347.tADDlqT4087336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 13:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401513 - head/devel/frama-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:47:53 -0000 Author: marino Date: Fri Nov 13 13:47:52 2015 New Revision: 401513 URL: https://svnweb.freebsd.org/changeset/ports/401513 Log: devel/frama-c: Unbreak after checking rerolled distfile Upstream re-rolled Frama-C keeping a February 2015 date stamp in the filename (!). I compared the new distfile with the old one. Only two files were modified (opam, Makefile) and all the rest were additional files (new /external directory, new /bin directory with shell scripts). It looks innocent to me. Regenerate distfile and set DIST_SUBDIR now that frama-c devs have a reputation for rerolls. Modified: head/devel/frama-c/Makefile head/devel/frama-c/distinfo Modified: head/devel/frama-c/Makefile ============================================================================== --- head/devel/frama-c/Makefile Fri Nov 13 13:35:02 2015 (r401512) +++ head/devel/frama-c/Makefile Fri Nov 13 13:47:52 2015 (r401513) @@ -4,15 +4,14 @@ PORTNAME= frama-c DISTVERSIONPREFIX= Sodium- DISTVERSION= 20150201 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ +DIST_SUBDIR= framac-01 MAINTAINER= ports@FreeBSD.org COMMENT= Extensible platform for source-code analysis of C -BROKEN= unfetchable - LICENSE= LGPL21 EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar Modified: head/devel/frama-c/distinfo ============================================================================== --- head/devel/frama-c/distinfo Fri Nov 13 13:35:02 2015 (r401512) +++ head/devel/frama-c/distinfo Fri Nov 13 13:47:52 2015 (r401513) @@ -1,2 +1,2 @@ -SHA256 (frama-c-Sodium-20150201.tar.gz) = b61638809e5e2f4138052844dd58aa2d2c44d542a65111cc80b65f6b999a4c71 -SIZE (frama-c-Sodium-20150201.tar.gz) = 5993348 +SHA256 (framac-01/frama-c-Sodium-20150201.tar.gz) = 5875d86b0c269d348afa4602f0ca7fe6b6856191fdb703d8eb0bc90d4c985a7d +SIZE (framac-01/frama-c-Sodium-20150201.tar.gz) = 6155507 From owner-svn-ports-head@freebsd.org Fri Nov 13 13:50:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E1E5A2E4E8; Fri, 13 Nov 2015 13:50:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88CD1609; Fri, 13 Nov 2015 13:50:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDoZMM087516; Fri, 13 Nov 2015 13:50:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDoZRw087515; Fri, 13 Nov 2015 13:50:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511131350.tADDoZRw087515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Nov 2015 13:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401514 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:50:37 -0000 Author: mat Date: Fri Nov 13 13:50:35 2015 New Revision: 401514 URL: https://svnweb.freebsd.org/changeset/ports/401514 Log: Refactor the list of all excluded options so that the second place it is needed is not forgotten any more. PR: 204510 With hat: portmgr Sponsored by: Absolight Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Fri Nov 13 13:47:52 2015 (r401513) +++ head/Mk/bsd.options.mk Fri Nov 13 13:50:35 2015 (r401514) @@ -205,9 +205,11 @@ OPTIONS_DEFINE+= ${opt} # Add per arch defaults OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${ARCH}} +_ALL_EXCLUDE= ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} \ + ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${OPSYS}} + # Remove options the port maintainer doesn't want -.for opt in ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} ${OPTIONS_SLAVE} \ - ${OPTIONS_EXCLUDE_${OPSYS}} +.for opt in ${_ALL_EXCLUDE:O:u} OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:N${opt}} OPTIONS_DEFINE:= ${OPTIONS_DEFINE:N${opt}} PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} @@ -451,7 +453,7 @@ ALL_OPTIONS= ${OPTIONS_DEFINE} _OPTIONS_${target}?= .endfor -.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} +.for opt in ${COMPLETE_OPTIONS_LIST} ${_ALL_EXCLUDE:O:u} # PLIST_SUB PLIST_SUB?= SUB_LIST?= From owner-svn-ports-head@freebsd.org Fri Nov 13 13:50:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46125A2E50C; Fri, 13 Nov 2015 13:50:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1091E180E; Fri, 13 Nov 2015 13:50:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDojeR087633; Fri, 13 Nov 2015 13:50:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDoj82087632; Fri, 13 Nov 2015 13:50:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511131350.tADDoj82087632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Nov 2015 13:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401515 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:50:46 -0000 Author: mat Date: Fri Nov 13 13:50:44 2015 New Revision: 401515 URL: https://svnweb.freebsd.org/changeset/ports/401515 Log: Remove this hack, now that the framework is fixed. PR: 204510 Submitted by: jbeich Sponsored by: Absolight Modified: head/devel/fb-adb/Makefile Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Fri Nov 13 13:50:35 2015 (r401514) +++ head/devel/fb-adb/Makefile Fri Nov 13 13:50:44 2015 (r401515) @@ -111,16 +111,6 @@ do-autoreconf: .include -# XXX Make _EXCLUDE behave like _SLAVE by triggering _OFF helpers -.for opt in ${OPTIONS_EXCLUDE_${OPSYS}} -. if ! ${PORT_OPTIONS:M${opt}} -BUILD_DEPENDS+= ${${opt}_BUILD_DEPENDS_OFF} -CONFIGURE_ENV+= ${${opt}_CONFIGURE_ENV_OFF} -CONFIGURE_ARGS+= ${${opt}_CONFIGURE_OFF} -_OPTIONS_patch+= 700:post-patch-${opt}-off -. endif -.endfor - # Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx # or is too old to have 7zip reader .if defined(OVERRIDE_LINUX_BASE_PORT) || \ From owner-svn-ports-head@freebsd.org Fri Nov 13 13:56:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95681A2E679; Fri, 13 Nov 2015 13:56:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CDC01BFB; Fri, 13 Nov 2015 13:56:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDuWwe090466; Fri, 13 Nov 2015 13:56:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDuWi1090465; Fri, 13 Nov 2015 13:56:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131356.tADDuWi1090465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 13:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401516 - head/arabic/arabtex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:56:33 -0000 Author: marino Date: Fri Nov 13 13:56:32 2015 New Revision: 401516 URL: https://svnweb.freebsd.org/changeset/ports/401516 Log: arabic/arabic: Fix staging after WRKDIR/WRKSRC global changes This port was left behind when it wandated WRKDIR != WRKSRC and it was failing staging. Approved by: just fix it Modified: head/arabic/arabtex/Makefile Modified: head/arabic/arabtex/Makefile ============================================================================== --- head/arabic/arabtex/Makefile Fri Nov 13 13:50:44 2015 (r401515) +++ head/arabic/arabtex/Makefile Fri Nov 13 13:56:32 2015 (r401516) @@ -24,11 +24,11 @@ PLIST_SUB= MKTEXLSR=${LOCALBASE}/bin/mkt OPTIONS_DEFINE= DOCS do-install: - (cd ${WRKDIR} && ${COPYTREE_SHARE} "fonts tex" \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} "fonts tex" \ ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}) do-install-DOCS-on: - (cd ${WRKDIR} && ${COPYTREE_SHARE} doc \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} doc \ ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}) .include From owner-svn-ports-head@freebsd.org Fri Nov 13 15:25:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C914A2E531; Fri, 13 Nov 2015 15:25:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3262C102E; Fri, 13 Nov 2015 15:25:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADFPTGK016125; Fri, 13 Nov 2015 15:25:29 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADFPTpD016123; Fri, 13 Nov 2015 15:25:29 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131525.tADFPTpD016123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 15:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401517 - head/devel/py-path.py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:25:30 -0000 Author: wg Date: Fri Nov 13 15:25:28 2015 New Revision: 401517 URL: https://svnweb.freebsd.org/changeset/ports/401517 Log: devel/py-path.py: update to 8.1.2 Modified: head/devel/py-path.py/Makefile head/devel/py-path.py/distinfo Modified: head/devel/py-path.py/Makefile ============================================================================== --- head/devel/py-path.py/Makefile Fri Nov 13 13:56:32 2015 (r401516) +++ head/devel/py-path.py/Makefile Fri Nov 13 15:25:28 2015 (r401517) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= path.py -PORTVERSION= 8.1 +PORTVERSION= 8.1.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ GH_ACCOUNT= jaraco post-patch: @${REINPLACE_CMD} -e '/setuptools_scm/d' \ - -e 's/use_scm_version=True,/version=${PORTVERSION},/' \ + -e 's/use_scm_version=True,/version="${PORTVERSION}",/' \ ${WRKSRC}/${PYSETUP} .include Modified: head/devel/py-path.py/distinfo ============================================================================== --- head/devel/py-path.py/distinfo Fri Nov 13 13:56:32 2015 (r401516) +++ head/devel/py-path.py/distinfo Fri Nov 13 15:25:28 2015 (r401517) @@ -1,2 +1,2 @@ -SHA256 (jaraco-path.py-8.1_GH0.tar.gz) = 9c070f2179631bf60f4926aae072e4a37eca4e6d4fad2975fd84c4c9e904b10e -SIZE (jaraco-path.py-8.1_GH0.tar.gz) = 32191 +SHA256 (jaraco-path.py-8.1.2_GH0.tar.gz) = 23fbc7f2a25e5696af5afccd851a931f9fca82d7dd123953cec9d369951b4c79 +SIZE (jaraco-path.py-8.1.2_GH0.tar.gz) = 32400 From owner-svn-ports-head@freebsd.org Fri Nov 13 15:40:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46D34A2EC6F; Fri, 13 Nov 2015 15:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08BF819E5; Fri, 13 Nov 2015 15:40:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADFeZng019208; Fri, 13 Nov 2015 15:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADFeYsH019206; Fri, 13 Nov 2015 15:40:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131540.tADFeYsH019206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 15:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401518 - head/security/py-certifi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:40:36 -0000 Author: sunpoet Date: Fri Nov 13 15:40:34 2015 New Revision: 401518 URL: https://svnweb.freebsd.org/changeset/ports/401518 Log: - Update to 2015.9.6.2 - Add NO_ARCH Changes: https://github.com/certifi/python-certifi/commits/master Modified: head/security/py-certifi/Makefile head/security/py-certifi/distinfo Modified: head/security/py-certifi/Makefile ============================================================================== --- head/security/py-certifi/Makefile Fri Nov 13 15:25:28 2015 (r401517) +++ head/security/py-certifi/Makefile Fri Nov 13 15:40:34 2015 (r401518) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= certifi -PORTVERSION= 2015.04.28 +PORTVERSION= 2015.9.6.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Mozilla's SSL certificates +COMMENT= Mozilla SSL certificates LICENSE= ISCL +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/security/py-certifi/distinfo ============================================================================== --- head/security/py-certifi/distinfo Fri Nov 13 15:25:28 2015 (r401517) +++ head/security/py-certifi/distinfo Fri Nov 13 15:40:34 2015 (r401518) @@ -1,2 +1,2 @@ -SHA256 (certifi-2015.04.28.tar.gz) = 99785e6cf715cdcde59dee05a676e99f04835a71e7ced201ca317401c322ba96 -SIZE (certifi-2015.04.28.tar.gz) = 370682 +SHA256 (certifi-2015.9.6.2.tar.gz) = dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 +SIZE (certifi-2015.9.6.2.tar.gz) = 368588 From owner-svn-ports-head@freebsd.org Fri Nov 13 15:54:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E61A2904D; Fri, 13 Nov 2015 15:54:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091611098; Fri, 13 Nov 2015 15:54:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADFsAkB024905; Fri, 13 Nov 2015 15:54:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADFs9Bh024902; Fri, 13 Nov 2015 15:54:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511131554.tADFs9Bh024902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Nov 2015 15:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401519 - in head: databases/phpmyadmin devel/pecl-runkit sysutils/pcbsd-appweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:54:11 -0000 Author: mat Date: Fri Nov 13 15:54:09 2015 New Revision: 401519 URL: https://svnweb.freebsd.org/changeset/ports/401519 Log: IGNORE_WITH_PHP=54 does not do anything, php 5.4 is called 5 here, so add 5 to the list. Sponsored by: Absolight Modified: head/databases/phpmyadmin/Makefile head/devel/pecl-runkit/Makefile head/sysutils/pcbsd-appweb/Makefile Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Fri Nov 13 15:40:34 2015 (r401518) +++ head/databases/phpmyadmin/Makefile Fri Nov 13 15:54:09 2015 (r401519) @@ -18,7 +18,7 @@ CPE_PRODUCT= ${PORTNAME:tl} NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -IGNORE_WITH_PHP=54 +IGNORE_WITH_PHP=5 54 USE_PHP= ctype session filter mbstring json spl mysqli .endif Modified: head/devel/pecl-runkit/Makefile ============================================================================== --- head/devel/pecl-runkit/Makefile Fri Nov 13 15:40:34 2015 (r401518) +++ head/devel/pecl-runkit/Makefile Fri Nov 13 15:54:09 2015 (r401519) @@ -17,7 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit -IGNORE_WITH_PHP= 54 55 56 +IGNORE_WITH_PHP= 5 54 55 56 CONFIGURE_ARGS= --enable-runkit=classkit Modified: head/sysutils/pcbsd-appweb/Makefile ============================================================================== --- head/sysutils/pcbsd-appweb/Makefile Fri Nov 13 15:40:34 2015 (r401518) +++ head/sysutils/pcbsd-appweb/Makefile Fri Nov 13 15:54:09 2015 (r401519) @@ -15,7 +15,7 @@ RUN_DEPENDS= syscache:${PORTSDIR}/sysuti warden:${PORTSDIR}/sysutils/warden \ nginx:${PORTSDIR}/www/nginx -IGNORE_WITH_PHP=54 +IGNORE_WITH_PHP=5 54 USE_PHP= filter gd json session WRKSRC_SUBDIR= src-webui USES= pkgconfig tar:xz From owner-svn-ports-head@freebsd.org Fri Nov 13 15:54:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3540A29085; Fri, 13 Nov 2015 15:54:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A76D011B0; Fri, 13 Nov 2015 15:54:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADFskgc025069; Fri, 13 Nov 2015 15:54:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADFskQC025065; Fri, 13 Nov 2015 15:54:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201511131554.tADFskQC025065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 13 Nov 2015 15:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401520 - in head/net-mgmt: xymon-client xymon-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:54:48 -0000 Author: feld Date: Fri Nov 13 15:54:46 2015 New Revision: 401520 URL: https://svnweb.freebsd.org/changeset/ports/401520 Log: net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23 Changelog: http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/ Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/distinfo head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/distinfo Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Fri Nov 13 15:54:09 2015 (r401519) +++ head/net-mgmt/xymon-client/Makefile Fri Nov 13 15:54:46 2015 (r401520) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.22 +PORTVERSION= 4.3.23 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: head/net-mgmt/xymon-client/distinfo ============================================================================== --- head/net-mgmt/xymon-client/distinfo Fri Nov 13 15:54:09 2015 (r401519) +++ head/net-mgmt/xymon-client/distinfo Fri Nov 13 15:54:46 2015 (r401520) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.22.tar.gz) = 72d089f472162f25db5de37610d2d8974455f2583cb01d9a5280d87d0f12ec56 -SIZE (repacked/xymon-4.3.22.tar.gz) = 2983162 +SHA256 (repacked/xymon-4.3.23.tar.gz) = e48de2f266c652149f8a855785e4873be3351298ea5936695379606d73d9ec87 +SIZE (repacked/xymon-4.3.23.tar.gz) = 2983261 Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Fri Nov 13 15:54:09 2015 (r401519) +++ head/net-mgmt/xymon-server/Makefile Fri Nov 13 15:54:46 2015 (r401520) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.22 +PORTVERSION= 4.3.23 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: head/net-mgmt/xymon-server/distinfo ============================================================================== --- head/net-mgmt/xymon-server/distinfo Fri Nov 13 15:54:09 2015 (r401519) +++ head/net-mgmt/xymon-server/distinfo Fri Nov 13 15:54:46 2015 (r401520) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.22.tar.gz) = 72d089f472162f25db5de37610d2d8974455f2583cb01d9a5280d87d0f12ec56 -SIZE (repacked/xymon-4.3.22.tar.gz) = 2983162 +SHA256 (repacked/xymon-4.3.23.tar.gz) = e48de2f266c652149f8a855785e4873be3351298ea5936695379606d73d9ec87 +SIZE (repacked/xymon-4.3.23.tar.gz) = 2983261 From owner-svn-ports-head@freebsd.org Fri Nov 13 16:45:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C028A29C43; Fri, 13 Nov 2015 16:45:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A771A43; Fri, 13 Nov 2015 16:45:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADGjLvD039665; Fri, 13 Nov 2015 16:45:21 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADGjKR8039663; Fri, 13 Nov 2015 16:45:20 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131645.tADGjKR8039663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 16:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401521 - head/devel/py-polib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 16:45:22 -0000 Author: wg Date: Fri Nov 13 16:45:20 2015 New Revision: 401521 URL: https://svnweb.freebsd.org/changeset/ports/401521 Log: devel/py-polib: update to 1.0.7 Modified: head/devel/py-polib/Makefile head/devel/py-polib/distinfo Modified: head/devel/py-polib/Makefile ============================================================================== --- head/devel/py-polib/Makefile Fri Nov 13 15:54:46 2015 (r401520) +++ head/devel/py-polib/Makefile Fri Nov 13 16:45:20 2015 (r401521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= polib -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-polib/distinfo ============================================================================== --- head/devel/py-polib/distinfo Fri Nov 13 15:54:46 2015 (r401520) +++ head/devel/py-polib/distinfo Fri Nov 13 16:45:20 2015 (r401521) @@ -1,2 +1,2 @@ -SHA256 (polib-1.0.6.tar.gz) = 20d2a0d589a692c11df549bd7cda83c665eef2a83e017b843fecdf956edbad74 -SIZE (polib-1.0.6.tar.gz) = 155877 +SHA256 (polib-1.0.7.tar.gz) = 43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca +SIZE (polib-1.0.7.tar.gz) = 156282 From owner-svn-ports-head@freebsd.org Fri Nov 13 16:50:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0070AA29D18; Fri, 13 Nov 2015 16:50:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBA9E1C06; Fri, 13 Nov 2015 16:50:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADGoGed039959; Fri, 13 Nov 2015 16:50:16 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADGoG6O039957; Fri, 13 Nov 2015 16:50:16 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131650.tADGoG6O039957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 16:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401522 - in head/devel/py-pympler: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 16:50:18 -0000 Author: wg Date: Fri Nov 13 16:50:16 2015 New Revision: 401522 URL: https://svnweb.freebsd.org/changeset/ports/401522 Log: devel/py-pympler: update to 0.4.2 Deleted: head/devel/py-pympler/files/ Modified: head/devel/py-pympler/Makefile head/devel/py-pympler/distinfo Modified: head/devel/py-pympler/Makefile ============================================================================== --- head/devel/py-pympler/Makefile Fri Nov 13 16:45:20 2015 (r401521) +++ head/devel/py-pympler/Makefile Fri Nov 13 16:50:16 2015 (r401522) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pympler -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pympler/distinfo ============================================================================== --- head/devel/py-pympler/distinfo Fri Nov 13 16:45:20 2015 (r401521) +++ head/devel/py-pympler/distinfo Fri Nov 13 16:50:16 2015 (r401522) @@ -1,2 +1,2 @@ -SHA256 (Pympler-0.3.1.tar.gz) = 8cb170fddfe592342856590e2239e8c20ac61eacf18bc4f65a95ccaf74475e3e -SIZE (Pympler-0.3.1.tar.gz) = 382158 +SHA256 (Pympler-0.4.2.tar.gz) = 3c3f9d8eb3dddf4f29c433433ea77c9c3f2f0dcc06575c0c2a9d81b2602893b2 +SIZE (Pympler-0.4.2.tar.gz) = 395765 From owner-svn-ports-head@freebsd.org Fri Nov 13 17:07:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F4A1A29FE1; Fri, 13 Nov 2015 17:07:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01DA712D3; Fri, 13 Nov 2015 17:07:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADH704k045803; Fri, 13 Nov 2015 17:07:00 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADH70Do045795; Fri, 13 Nov 2015 17:07:00 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201511131707.tADH70Do045795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 13 Nov 2015 17:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401523 - in head/net-im: tox toxic uTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 17:07:02 -0000 Author: thierry Date: Fri Nov 13 17:07:00 2015 New Revision: 401523 URL: https://svnweb.freebsd.org/changeset/ports/401523 Log: 1) Refresh toxcore 1b) Upgrade toxic to 0.7.0 Changelog at 2) Chase Tox's update and refresh uTox Submitted by: thierry (1) and Ivan Klymenko (2)(maintainer) Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo head/net-im/toxic/Makefile head/net-im/toxic/distinfo head/net-im/toxic/pkg-plist head/net-im/uTox/Makefile head/net-im/uTox/distinfo Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/tox/Makefile Fri Nov 13 17:07:00 2015 (r401523) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.151028 -PORTREVISION= 1 +PORTVERSION= 0.151112 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -18,7 +17,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a25cc96 +GH_TAGNAME= 22634a4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests @@ -58,6 +57,13 @@ PID_DIR= /var/run/tox-bootstrapd PKGMESSAGE= ${PKGDIR}/pkg-message.daemon .endif +pre-everything:: +.if ${PORT_OPTIONS:MNACL} + @${ECHO_CMD} + @${ECHO_CMD} "Warning: building toxcore against NaCl is not supported by some clients (e.g. qTox)!" + @${ECHO_CMD} +.endif + pre-configure: ${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/tox/distinfo Fri Nov 13 17:07:00 2015 (r401523) @@ -1,2 +1,2 @@ -SHA256 (irungentoo-toxcore-0.151028-a25cc96_GH0.tar.gz) = 244572620d4dbb43537756cc64757a9c0e98ecd487c10c392ae26f5c4232e7cd -SIZE (irungentoo-toxcore-0.151028-a25cc96_GH0.tar.gz) = 373964 +SHA256 (irungentoo-toxcore-0.151112-22634a4_GH0.tar.gz) = c49cc8f579d8a2b63191e6e76db1c386ae05334932a4e2c34587628663b07b77 +SIZE (irungentoo-toxcore-0.151112-22634a4_GH0.tar.gz) = 382326 Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/toxic/Makefile Fri Nov 13 17:07:00 2015 (r401523) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.6.1.151028 +PORTVERSION= 0.7.0.151113 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -11,15 +11,18 @@ COMMENT= Console client for Tox LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ + ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= Tox -GH_TAGNAME= f7e48d2 +GH_TAGNAME= 9f0feb7 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/toxic/distinfo Fri Nov 13 17:07:00 2015 (r401523) @@ -1,2 +1,2 @@ -SHA256 (Tox-toxic-0.6.1.151028-f7e48d2_GH0.tar.gz) = 561f503ce150b41172afff4f6d8b31da881f7de52555723cd6094aedac654ece -SIZE (Tox-toxic-0.6.1.151028-f7e48d2_GH0.tar.gz) = 1110683 +SHA256 (Tox-toxic-0.7.0.151113-9f0feb7_GH0.tar.gz) = c6c796ac6f6f8f4aa7365ecdf612b669db14be5a893b6c07a614325e98db0b57 +SIZE (Tox-toxic-0.7.0.151113-9f0feb7_GH0.tar.gz) = 1122832 Modified: head/net-im/toxic/pkg-plist ============================================================================== --- head/net-im/toxic/pkg-plist Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/toxic/pkg-plist Fri Nov 13 17:07:00 2015 (r401523) @@ -3,7 +3,7 @@ man/man1/toxic.1.gz man/man5/toxic.conf.5.gz share/applications/toxic.desktop %%DATADIR%%/DHTnodes -%%DATADIR%%/DNSservers +%%DATADIR%%/nameservers %%DATADIR%%/sounds/ToxicContactOffline.wav %%DATADIR%%/sounds/ToxicContactOnline.wav %%DATADIR%%/sounds/ToxicError.wav Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/uTox/Makefile Fri Nov 13 17:07:00 2015 (r401523) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.3.2.20150613 +DISTVERSION= 0.4.2.20151107 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -20,9 +20,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes -GH_ACCOUNT= notsecure +GH_ACCOUNT= GrayHatter #GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 5a5132f +GH_TAGNAME= 1316542 USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender @@ -34,6 +34,10 @@ OPTIONS_DEFAULT= DBUS DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_MAKE_ARGS_OFF= DBUS=0 +pre-configure: + ${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ + ${WRKSRC}/${MAKEFILE} + post-install: ${MV} ${WRKSRC}/utox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${RM} -rf ${STAGEDIR}${MAN1PREFIX}/share/man Modified: head/net-im/uTox/distinfo ============================================================================== --- head/net-im/uTox/distinfo Fri Nov 13 16:50:16 2015 (r401522) +++ head/net-im/uTox/distinfo Fri Nov 13 17:07:00 2015 (r401523) @@ -1,2 +1,2 @@ -SHA256 (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 8d52c35dde8148934a4e02db8a0c477e88ac66e1459e06ec806da0363ac1eceb -SIZE (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 942638 +SHA256 (GrayHatter-uTox-0.4.2.20151107-1316542_GH0.tar.gz) = 45bd5a0e2c6a9a66a3b4c474534f567a70c8e297168c6d5409ecfea4b82ce4e1 +SIZE (GrayHatter-uTox-0.4.2.20151107-1316542_GH0.tar.gz) = 958315 From owner-svn-ports-head@freebsd.org Fri Nov 13 18:00:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8260A2EB3C; Fri, 13 Nov 2015 18:00:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 946691104; Fri, 13 Nov 2015 18:00:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADI0YS2060771; Fri, 13 Nov 2015 18:00:34 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADI0Yc5060770; Fri, 13 Nov 2015 18:00:34 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201511131800.tADI0Yc5060770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 13 Nov 2015 18:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401524 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:00:36 -0000 Author: bdrewery Date: Fri Nov 13 18:00:34 2015 New Revision: 401524 URL: https://svnweb.freebsd.org/changeset/ports/401524 Log: - Only consider missing dependency origins to be fatal if they were not satisfied and needed to be installed. This restores older behavior of allowing a partial checkout where dependencies are already installed. [1] - Delay fatal errors show that all can be shown at once. With hat: portmgr Reported by: lev [1] Modified: head/Mk/Scripts/do-depends.sh Modified: head/Mk/Scripts/do-depends.sh ============================================================================== --- head/Mk/Scripts/do-depends.sh Fri Nov 13 17:07:00 2015 (r401523) +++ head/Mk/Scripts/do-depends.sh Fri Nov 13 18:00:34 2015 (r401524) @@ -92,6 +92,7 @@ find_lib() } anynotfound=0 +err=0 for _line in ${dp_RAWDEPENDS} ; do myifs=${IFS} IFS=: @@ -101,7 +102,8 @@ for _line in ${dp_RAWDEPENDS} ; do echo "Error: bad dependency syntax in ${dp_DEPTYPE}" >&2 echo "expecting: pattern:origin[:target]" >&2 echo "got: ${_line}" >&2 - exit 1 + err=1 + continue fi pattern=$1 origin=$2 @@ -109,22 +111,20 @@ for _line in ${dp_RAWDEPENDS} ; do if [ -z "${pattern}" ]; then echo "Error: there is an empty port dependency in ${dp_DEPTYPE}" >&2 - exit 1 + err=1 + continue fi if [ -z "${origin}" ]; then echo "Error: a dependency has an empty origin in ${dp_DEPTYPE}" >&2 - exit 1 + err=1 + continue fi case "${origin}" in /*) ;; *) origin="${dp_PORTSDIR}/${origin}" ;; esac - if [ ! -f "${origin}/Makefile" ]; then - echo "Error a dependency refers to a non existing origin: ${origin} in ${dp_DEPTYPE}" >&2 - exit 1 - fi depends_args="${dp_DEPENDS_ARGS}" target=${dp_DEPENDS_TARGET} @@ -146,7 +146,9 @@ for _line in ${dp_RAWDEPENDS} ; do lib*.so*) fct=find_lib ;; *) echo "Error: pattern ${pattern} in LIB_DEPENDS is not valid" - exit 1 ;; + err=1 + continue + ;; esac ;; *) case ${pattern} in @@ -161,6 +163,12 @@ for _line in ${dp_RAWDEPENDS} ; do fi [ ${pattern} = "/nonexistent" ] || anynotfound=1 + if [ ! -f "${origin}/Makefile" ]; then + echo "Error a dependency refers to a non existing origin: ${origin} in ${dp_DEPTYPE}" >&2 + err=1 + continue + fi + # Now actually install the dependencies install_depends "${origin}" "${target}" "${depends_args}" # Recheck if the installed dependency validates the pattern except for /nonexistent @@ -168,6 +176,11 @@ for _line in ${dp_RAWDEPENDS} ; do echo "===> Returning to build of ${dp_PKGNAME}" done +if [ $err -eq 1 ]; then + echo "Errors with dependencies." + exit 1 +fi + if [ -n "${dp_STRICT_DEPENDS}" -a ${anynotfound} -eq 1 ]; then \ echo "===> dp_STRICT_DEPENDS set - Not installing missing dependencies." echo " This means a dependency is wrong since it was not satisfied in the ${dp_DEPTYPE} phase." From owner-svn-ports-head@freebsd.org Fri Nov 13 18:32:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2704DA2E1DF; Fri, 13 Nov 2015 18:32:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0C2E1FE5; Fri, 13 Nov 2015 18:32:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADIWjml071491; Fri, 13 Nov 2015 18:32:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADIWjEd071488; Fri, 13 Nov 2015 18:32:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511131832.tADIWjEd071488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Nov 2015 18:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401525 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:32:47 -0000 Author: pi Date: Fri Nov 13 18:32:45 2015 New Revision: 401525 URL: https://svnweb.freebsd.org/changeset/ports/401525 Log: devel/visualparadigm: 12.2.20150902 -> 12.2.20151102 Changes: http://forums.visual-paradigm.com/posts/list/0/297960.html PR: 204403 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Fri Nov 13 18:00:34 2015 (r401524) +++ head/devel/visualparadigm/Makefile Fri Nov 13 18:32:45 2015 (r401525) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 12.2.20150902 +PORTVERSION= 12.2.20151102 CATEGORIES= devel -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.2/20150902/ -DISTNAME= Visual_Paradigm_CE_12_2_20150902_Unix_InstallFree +MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.2/20151102/ +DISTNAME= Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Fri Nov 13 18:00:34 2015 (r401524) +++ head/devel/visualparadigm/distinfo Fri Nov 13 18:32:45 2015 (r401525) @@ -1,2 +1,2 @@ -SHA256 (Visual_Paradigm_CE_12_2_20150902_Unix_InstallFree.tar.gz) = 3eb19f07c03a31dc6b72c161fb6af5c7a4a60a59f9f65fd06d4cabe177ac93dd -SIZE (Visual_Paradigm_CE_12_2_20150902_Unix_InstallFree.tar.gz) = 261086551 +SHA256 (Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree.tar.gz) = 4345f39b32395f384b36e2d5aa609971108b320d53453d918825ae3c6bc24072 +SIZE (Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree.tar.gz) = 210163713 Modified: head/devel/visualparadigm/pkg-plist ============================================================================== --- head/devel/visualparadigm/pkg-plist Fri Nov 13 18:00:34 2015 (r401524) +++ head/devel/visualparadigm/pkg-plist Fri Nov 13 18:32:45 2015 (r401525) @@ -39,6 +39,45 @@ visualparadigm/Application/bin/vp_window visualparadigm/Application/bin/vp_windows/ci visualparadigm/Application/bin/vp_windows/doxygen visualparadigm/Application/bin/vp_windows/jniwrap.lic +visualparadigm/Application/bundled/3rdPartyLicense/activation_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/ant_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/aspose_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/avalon-framework_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/axiom_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/axis2_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/batik_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/bcel_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/commons-codec_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/commons-httpclient_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/commons-io_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/commons-logging_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/crazybeans_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/flamingo_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/fop_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/foxtrot_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/gson_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/httpclient_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/httpcore_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/httpmime_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/javamail_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/javassist_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/jcommon_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/jfreechart_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/jxl_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/jython_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/msv_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/neethi_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/poi_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/sqlite-jdbc_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/trident_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/truezip_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/velocity_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/winlaf_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/wsdl4j_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/xalan_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/xmlbeans_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/xmlgraphics-commons_license.txt +visualparadigm/Application/bundled/3rdPartyLicense/xmlschema_license.txt visualparadigm/Application/bundled/j2ee-api.jar visualparadigm/Application/bundled/modelimages/Actor/Application.png visualparadigm/Application/bundled/modelimages/Actor/Application_Server.png @@ -88,7 +127,6 @@ visualparadigm/Application/lib/lib05.jar visualparadigm/Application/lib/lib06.jar visualparadigm/Application/lib/lib07.jar visualparadigm/Application/lib/lib08.jar -visualparadigm/Application/lib/lib09.jar visualparadigm/Application/lib/openapi.jar visualparadigm/Application/lib/platforminstaller.jar visualparadigm/Application/lib/startsde.jar @@ -277,6 +315,7 @@ visualparadigm/Application/resources/ins visualparadigm/Application/resources/instantgenerator/java/JavaParameter_Annotation.vm visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCAttribute.vm visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCClass.vm +visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCEnum.vm visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCOperation.vm visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCParameter.vm visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociationClass_Get.vm @@ -289,16 +328,21 @@ visualparadigm/Application/resources/ins visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAttribute_Get.vm visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAttribute_Set.vm visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCClass.vm +visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCEnum.vm +visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCEnumValue.vm visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCOperation.vm visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCParameter.vm visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCAttribute.vm visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCClass.vm +visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCEnum.vm visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCOperation.vm visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCParameter.vm visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCProperty.vm visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCAttribute_Get.vm visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCAttribute_Set.vm visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCClass.vm +visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCEnum.vm +visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCEnumValue.vm visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCOperation.vm visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCParameter.vm visualparadigm/Application/resources/instantgenerator/odl/attribute.vm @@ -780,6 +824,64 @@ visualparadigm/Application/sde/sdenb68/v visualparadigm/Application/sde/sdenb69/ide/config/Modules/com-vp-vpsde-nb.xml visualparadigm/Application/sde/sdenb69/ide/modules/com-vp-vpsde-nb.jar visualparadigm/Application/sde/sdenb69/vpupdate.xml +visualparadigm/Application/sde/sdevs2015/Templates/Activity.vpact +visualparadigm/Application/sde/sdevs2015/Templates/AndroidPhoneWireframe.vpwap +visualparadigm/Application/sde/sdevs2015/Templates/AndroidTabletWireframe.vpwat +visualparadigm/Application/sde/sdevs2015/Templates/ArchiMate.vparm +visualparadigm/Application/sde/sdevs2015/Templates/BlockDefinitionDiagram.vpbdd +visualparadigm/Application/sde/sdevs2015/Templates/Brainstorm.vpbsd +visualparadigm/Application/sde/sdevs2015/Templates/Business.vpbus +visualparadigm/Application/sde/sdevs2015/Templates/BusinessMotivationModel.vpbmm +visualparadigm/Application/sde/sdevs2015/Templates/BusinessProcess.vpbpd +visualparadigm/Application/sde/sdevs2015/Templates/BusinessRule.vpbrd +visualparadigm/Application/sde/sdevs2015/Templates/BusinessRuleGrid.vpbrg +visualparadigm/Application/sde/sdevs2015/Templates/CRCCard.vpcrc +visualparadigm/Application/sde/sdevs2015/Templates/Chart.vpchd +visualparadigm/Application/sde/sdevs2015/Templates/Class.vpcls +visualparadigm/Application/sde/sdevs2015/Templates/Collaboration.vpcol +visualparadigm/Application/sde/sdevs2015/Templates/Component.vpcom +visualparadigm/Application/sde/sdevs2015/Templates/Composite.vpcst +visualparadigm/Application/sde/sdevs2015/Templates/Conversation.vpcod +visualparadigm/Application/sde/sdevs2015/Templates/DataFlow.vpdfd +visualparadigm/Application/sde/sdevs2015/Templates/DecisionTable.vpdct +visualparadigm/Application/sde/sdevs2015/Templates/Deployment.vpdpm +visualparadigm/Application/sde/sdevs2015/Templates/DesktopWireframe.vpwdt +visualparadigm/Application/sde/sdevs2015/Templates/EPC.vpepc +visualparadigm/Application/sde/sdevs2015/Templates/Entity.vperd +visualparadigm/Application/sde/sdevs2015/Templates/Fact.vpfad +visualparadigm/Application/sde/sdevs2015/Templates/GlossaryGrid.vpglg +visualparadigm/Application/sde/sdevs2015/Templates/Grid.vpgrd +visualparadigm/Application/sde/sdevs2015/Templates/InteractionOverview.vpiod +visualparadigm/Application/sde/sdevs2015/Templates/InternalBlockDiagram.vpibd +visualparadigm/Application/sde/sdevs2015/Templates/Matrix.vpmad +visualparadigm/Application/sde/sdevs2015/Templates/MindMap.vpmmd +visualparadigm/Application/sde/sdevs2015/Templates/ORM.vporm +visualparadigm/Application/sde/sdevs2015/Templates/Object.vpobd +visualparadigm/Application/sde/sdevs2015/Templates/OrganizationChart.vpogc +visualparadigm/Application/sde/sdevs2015/Templates/Overview.vpovd +visualparadigm/Application/sde/sdevs2015/Templates/Package.vppkd +visualparadigm/Application/sde/sdevs2015/Templates/ParametricDiagram.vppad +visualparadigm/Application/sde/sdevs2015/Templates/ProcessMap.vppmd +visualparadigm/Application/sde/sdevs2015/Templates/RACI.vprac +visualparadigm/Application/sde/sdevs2015/Templates/Requirement.vpred +visualparadigm/Application/sde/sdevs2015/Templates/Sequence.vpseq +visualparadigm/Application/sde/sdevs2015/Templates/ServiceCategorization.vpstd +visualparadigm/Application/sde/sdevs2015/Templates/ServiceContract.vpscd +visualparadigm/Application/sde/sdevs2015/Templates/ServiceInterface.vpsid +visualparadigm/Application/sde/sdevs2015/Templates/ServiceParticipant.vpspd +visualparadigm/Application/sde/sdevs2015/Templates/ServicesArchitecture.vpsad +visualparadigm/Application/sde/sdevs2015/Templates/State.vpsta +visualparadigm/Application/sde/sdevs2015/Templates/Textual.vptex +visualparadigm/Application/sde/sdevs2015/Templates/Timing.vptim +visualparadigm/Application/sde/sdevs2015/Templates/UI.vpuid +visualparadigm/Application/sde/sdevs2015/Templates/UseCase.vpuse +visualparadigm/Application/sde/sdevs2015/Templates/VPSDE_VS.vsdir +visualparadigm/Application/sde/sdevs2015/Templates/WSDL.vpwsd +visualparadigm/Application/sde/sdevs2015/Templates/WebWireframe.vpwwb +visualparadigm/Application/sde/sdevs2015/Templates/Zachman.vpzmf +visualparadigm/Application/sde/sdevs2015/Templates/iPadWireframe.vpwid +visualparadigm/Application/sde/sdevs2015/Templates/iPhoneWireframe.vpwip +visualparadigm/Application/sde/sdevs2015/vpupdate.xml visualparadigm/Application/shapes/ListOfRecognizedColorKeyword.html visualparadigm/Application/shapes/SVGSchema.dtd visualparadigm/Application/shapes/default/Computers/Folders.vpt @@ -805,3 +907,4 @@ visualparadigm/Visual_Paradigm @dir visualparadigm/Application/ormlib/dotnet/4.0 @dir visualparadigm/Application/sde/sdenb36/lib/ext @dir visualparadigm/Application/sde/sdenb36/lib/vpsdenb +@dir visualparadigm/Application/sde/sdevs2015/visualstudio From owner-svn-ports-head@freebsd.org Fri Nov 13 18:35:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EE94A2E25B; Fri, 13 Nov 2015 18:35:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41AF2117E; Fri, 13 Nov 2015 18:35:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADIZWYB071701; Fri, 13 Nov 2015 18:35:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADIZWZk071700; Fri, 13 Nov 2015 18:35:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511131835.tADIZWZk071700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Nov 2015 18:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401526 - head/sysutils/boxbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:35:33 -0000 Author: pi Date: Fri Nov 13 18:35:32 2015 New Revision: 401526 URL: https://svnweb.freebsd.org/changeset/ports/401526 Log: sysutils/boxbackup: fix maintainer PR: 194223 Submitted by: marino Modified: head/sysutils/boxbackup/Makefile Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Fri Nov 13 18:32:45 2015 (r401525) +++ head/sysutils/boxbackup/Makefile Fri Nov 13 18:35:32 2015 (r401526) @@ -8,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= ${CLIENT_OR_SERVER} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Open source, completely automatic on-line backup system for Unix LICENSE= BSD3CLAUSE GPLv2 From owner-svn-ports-head@freebsd.org Fri Nov 13 18:46:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE293A2E423; Fri, 13 Nov 2015 18:46:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FDD61968; Fri, 13 Nov 2015 18:46:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADIk26E074743; Fri, 13 Nov 2015 18:46:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADIk2FJ074741; Fri, 13 Nov 2015 18:46:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511131846.tADIk2FJ074741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Nov 2015 18:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401527 - head/biology/seqtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:46:04 -0000 Author: pi Date: Fri Nov 13 18:46:02 2015 New Revision: 401527 URL: https://svnweb.freebsd.org/changeset/ports/401527 Log: biology/seqtools: 4.39.0 -> 4.39.1 - Fix a bug in Belvu where the display was being initialised in command-line-only modes. Modified: head/biology/seqtools/Makefile head/biology/seqtools/distinfo Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Fri Nov 13 18:35:32 2015 (r401526) +++ head/biology/seqtools/Makefile Fri Nov 13 18:46:02 2015 (r401527) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.39.0 +PORTVERSION= 4.39.1 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ Modified: head/biology/seqtools/distinfo ============================================================================== --- head/biology/seqtools/distinfo Fri Nov 13 18:35:32 2015 (r401526) +++ head/biology/seqtools/distinfo Fri Nov 13 18:46:02 2015 (r401527) @@ -1,2 +1,2 @@ -SHA256 (seqtools-4.39.0.tar.gz) = a8f34d72dfaf662a4bf7739f5ffe7f00ead8f97a453ede4bc8387a02a3a5f865 -SIZE (seqtools-4.39.0.tar.gz) = 5601175 +SHA256 (seqtools-4.39.1.tar.gz) = 091317c7277a3d75ef39e4ce6c05164c4cd46574db6a488fc6efd5a23a6d1e2d +SIZE (seqtools-4.39.1.tar.gz) = 5602578 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB470A2E9DE; Fri, 13 Nov 2015 19:12:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D91C18AF; Fri, 13 Nov 2015 19:12:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCLiw083150; Fri, 13 Nov 2015 19:12:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCLel083148; Fri, 13 Nov 2015 19:12:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511131912.tADJCLel083148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 Nov 2015 19:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401528 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:23 -0000 Author: amdmi3 Date: Fri Nov 13 19:12:21 2015 New Revision: 401528 URL: https://svnweb.freebsd.org/changeset/ports/401528 Log: - Add empty directory to plist - Add NO_ARCH Modified: head/www/owncloud/Makefile head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Fri Nov 13 18:46:02 2015 (r401527) +++ head/www/owncloud/Makefile Fri Nov 13 19:12:21 2015 (r401528) @@ -23,6 +23,7 @@ OWNCLOUD_GROUPNAME?= ${WWWGRP} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message PLIST_SUB= OWNCLOUD_USERNAME=${OWNCLOUD_USERNAME} \ OWNCLOUD_GROUPNAME=${OWNCLOUD_GROUPNAME} Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Fri Nov 13 18:46:02 2015 (r401527) +++ head/www/owncloud/pkg-plist Fri Nov 13 19:12:21 2015 (r401528) @@ -9945,6 +9945,7 @@ %%WWWDIR%%/themes/example/core/img/logo.svg %%WWWDIR%%/themes/example/defaults.php %%WWWDIR%%/version.php +@dir %%WWWDIR%%/apps/gallery/documentation/wiki @dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps @dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/config @dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/data From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2FC5A2EA06; Fri, 13 Nov 2015 19:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D78619AC; Fri, 13 Nov 2015 19:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCbjd083257; Fri, 13 Nov 2015 19:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCbQ8083256; Fri, 13 Nov 2015 19:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCbQ8083256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401529 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:38 -0000 Author: sunpoet Date: Fri Nov 13 19:12:37 2015 New Revision: 401529 URL: https://svnweb.freebsd.org/changeset/ports/401529 Log: - Add SPATIALITE option Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Fri Nov 13 19:12:21 2015 (r401528) +++ head/graphics/gdal/Makefile Fri Nov 13 19:12:37 2015 (r401529) @@ -21,12 +21,13 @@ LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/g libtiff.so:${PORTSDIR}/graphics/tiff OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ - KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ SQLITE \ - WEBP XERCES + KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ + SPATIALITE SQLITE WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER PCRE_DESC= Regular expression support for SQLite +SPATIALITE_DESC=SpatiaLite support CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ @@ -118,6 +119,9 @@ POPPLER_LIB_DEPENDS= libpoppler.so:${POR PROJ_CONFIGURE_OFF= --with-static-proj4=no PROJ_CONFIGURE_ON= --with-static-proj4=${LOCALBASE} PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj +SPATIALITE_CONFIGURE_OFF= --with-spatialite=no +SPATIALITE_CONFIGURE_ON=--with-spatialite=${LOCALBASE} +SPATIALITE_LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite SQLITE_CONFIGURE_OFF= --with-sqlite3=no SQLITE_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} SQLITE_USE= SQLITE=yes From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2866A2EA2C; Fri, 13 Nov 2015 19:12:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D84019C2; Fri, 13 Nov 2015 19:12:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCfes083357; Fri, 13 Nov 2015 19:12:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCfco083356; Fri, 13 Nov 2015 19:12:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCfco083356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401530 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:42 -0000 Author: sunpoet Date: Fri Nov 13 19:12:41 2015 New Revision: 401530 URL: https://svnweb.freebsd.org/changeset/ports/401530 Log: - Use WRKSRC_SUBDIR Modified: head/graphics/p5-Geo-GDAL/Makefile Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Fri Nov 13 19:12:37 2015 (r401529) +++ head/graphics/p5-Geo-GDAL/Makefile Fri Nov 13 19:12:41 2015 (r401530) @@ -20,7 +20,8 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap USE_PERL5= build run USES= perl5 tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl + +WRKSRC_SUBDIR= swig/perl post-patch: @${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE} From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABBABA2EA4D; Fri, 13 Nov 2015 19:12:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 713791AA2; Fri, 13 Nov 2015 19:12:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCj6f083460; Fri, 13 Nov 2015 19:12:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCjso083459; Fri, 13 Nov 2015 19:12:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCjso083459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401531 - head/graphics/php-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:46 -0000 Author: sunpoet Date: Fri Nov 13 19:12:45 2015 New Revision: 401531 URL: https://svnweb.freebsd.org/changeset/ports/401531 Log: - Use WRKSRC_SUBDIR Modified: head/graphics/php-gdal/Makefile Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Fri Nov 13 19:12:41 2015 (r401530) +++ head/graphics/php-gdal/Makefile Fri Nov 13 19:12:45 2015 (r401531) @@ -26,7 +26,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USES= gmake localbase tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php +WRKSRC_SUBDIR= swig/php post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A594EA2EA75; Fri, 13 Nov 2015 19:12:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6921B91; Fri, 13 Nov 2015 19:12:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCnSi083560; Fri, 13 Nov 2015 19:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCnNs083559; Fri, 13 Nov 2015 19:12:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCnNs083559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401532 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:50 -0000 Author: sunpoet Date: Fri Nov 13 19:12:49 2015 New Revision: 401532 URL: https://svnweb.freebsd.org/changeset/ports/401532 Log: - Use WRKSRC_SUBDIR Modified: head/graphics/py-gdal/Makefile Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Fri Nov 13 19:12:45 2015 (r401531) +++ head/graphics/py-gdal/Makefile Fri Nov 13 19:12:49 2015 (r401532) @@ -23,7 +23,7 @@ NUMPY_DESC= Enable array support via Num USE_PYTHON= autoplist concurrent distutils USES= python shebangfix tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python +WRKSRC_SUBDIR= swig/python SHEBANG_FILES= scripts/*.py From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 963D5A2EA91; Fri, 13 Nov 2015 19:12:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 625151C59; Fri, 13 Nov 2015 19:12:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCrLX083663; Fri, 13 Nov 2015 19:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCrg9083662; Fri, 13 Nov 2015 19:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCrg9083662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401533 - head/graphics/ruby-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:54 -0000 Author: sunpoet Date: Fri Nov 13 19:12:53 2015 New Revision: 401533 URL: https://svnweb.freebsd.org/changeset/ports/401533 Log: - Use WRKSRC_SUBDIR Modified: head/graphics/ruby-gdal/Makefile Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Fri Nov 13 19:12:49 2015 (r401532) +++ head/graphics/ruby-gdal/Makefile Fri Nov 13 19:12:53 2015 (r401533) @@ -25,7 +25,7 @@ MAKEFILE= GNUmakefile USE_RUBY= yes USES= gmake tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby +WRKSRC_SUBDIR= swig/ruby post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base From owner-svn-ports-head@freebsd.org Fri Nov 13 19:12:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E36AA2EAAD; Fri, 13 Nov 2015 19:12:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29C8C1D2F; Fri, 13 Nov 2015 19:12:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJCvVX083763; Fri, 13 Nov 2015 19:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJCv9i083762; Fri, 13 Nov 2015 19:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131912.tADJCv9i083762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401534 - head/ftp/py-curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:12:58 -0000 Author: sunpoet Date: Fri Nov 13 19:12:57 2015 New Revision: 401534 URL: https://svnweb.freebsd.org/changeset/ports/401534 Log: - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Modified: head/ftp/py-curl/Makefile Modified: head/ftp/py-curl/Makefile ============================================================================== --- head/ftp/py-curl/Makefile Fri Nov 13 19:12:53 2015 (r401533) +++ head/ftp/py-curl/Makefile Fri Nov 13 19:12:57 2015 (r401534) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.19.5.3 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP \ http://pycurl.sourceforge.net/download/ \ @@ -18,13 +19,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python -DATADIR= ${PREFIX}/share/py-curl -DOCSDIR= ${PREFIX}/share/doc/py-curl -EXAMPLESDIR= ${PREFIX}/share/examples/py-curl - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycurl.so From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69476A2EAEA; Fri, 13 Nov 2015 19:13:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3473E1E16; Fri, 13 Nov 2015 19:13:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJD1bq083884; Fri, 13 Nov 2015 19:13:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJD1Xx083882; Fri, 13 Nov 2015 19:13:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJD1Xx083882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401535 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:02 -0000 Author: sunpoet Date: Fri Nov 13 19:13:00 2015 New Revision: 401535 URL: https://svnweb.freebsd.org/changeset/ports/401535 Log: - Update to 4.2.8 Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Fri Nov 13 19:12:57 2015 (r401534) +++ head/www/tinymce/Makefile Fri Nov 13 19:13:00 2015 (r401535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.2.7 +PORTVERSION= 4.2.8 CATEGORIES= www MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Fri Nov 13 19:12:57 2015 (r401534) +++ head/www/tinymce/distinfo Fri Nov 13 19:13:00 2015 (r401535) @@ -1,2 +1,2 @@ -SHA256 (tinymce_4.2.7.zip) = f9f21f79eabd7fb500d0b8fd74f20392eab7c597f87ee802012da6738872d596 -SIZE (tinymce_4.2.7.zip) = 334467 +SHA256 (tinymce_4.2.8.zip) = 728e4e80239ae60cb692dfc52f2f8d3a5432bc9ecb69d5ac54c09f9e589a0cf1 +SIZE (tinymce_4.2.8.zip) = 334545 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B999A2EB19; Fri, 13 Nov 2015 19:13:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495421EEA; Fri, 13 Nov 2015 19:13:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJD5CB084000; Fri, 13 Nov 2015 19:13:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJD53M083998; Fri, 13 Nov 2015 19:13:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJD53M083998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401536 - head/www/wgetpaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:06 -0000 Author: sunpoet Date: Fri Nov 13 19:13:05 2015 New Revision: 401536 URL: https://svnweb.freebsd.org/changeset/ports/401536 Log: - Update to 2.26 Changes: http://people.FreeBSD.org/~sunpoet/wgetpaste-2.26.diff - Remove bpaste (http://bpaste.net/) and ca (http://pastebin.ca/) - Change default service from bpaste to poundpython Modified: head/www/wgetpaste/Makefile head/www/wgetpaste/distinfo Modified: head/www/wgetpaste/Makefile ============================================================================== --- head/www/wgetpaste/Makefile Fri Nov 13 19:13:00 2015 (r401535) +++ head/www/wgetpaste/Makefile Fri Nov 13 19:13:05 2015 (r401536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wgetpaste -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= www MASTER_SITES= http://wgetpaste.zlin.dk/ \ LOCAL/sunpoet Modified: head/www/wgetpaste/distinfo ============================================================================== --- head/www/wgetpaste/distinfo Fri Nov 13 19:13:00 2015 (r401535) +++ head/www/wgetpaste/distinfo Fri Nov 13 19:13:05 2015 (r401536) @@ -1,5 +1,5 @@ -SHA256 (wgetpaste-2.25.tar.bz2) = 6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4 -SIZE (wgetpaste-2.25.tar.bz2) = 11107 +SHA256 (wgetpaste-2.26.tar.bz2) = 9265cd0718c815cce19a12c4745f74b288cafce404a26d64daf85ddcbadc8f86 +SIZE (wgetpaste-2.26.tar.bz2) = 10818 SHA256 (wgetpaste.example) = cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d SIZE (wgetpaste.example) = 380 SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A26A2EB3C; Fri, 13 Nov 2015 19:13:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E8161FEB; Fri, 13 Nov 2015 19:13:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJD9oU084117; Fri, 13 Nov 2015 19:13:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJD9ju084115; Fri, 13 Nov 2015 19:13:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJD9ju084115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401537 - head/databases/p5-Mango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:10 -0000 Author: sunpoet Date: Fri Nov 13 19:13:09 2015 New Revision: 401537 URL: https://svnweb.freebsd.org/changeset/ports/401537 Log: - Update to 1.23 Changes: http://search.cpan.org/dist/Mango/Changes Modified: head/databases/p5-Mango/Makefile head/databases/p5-Mango/distinfo Modified: head/databases/p5-Mango/Makefile ============================================================================== --- head/databases/p5-Mango/Makefile Fri Nov 13 19:13:05 2015 (r401536) +++ head/databases/p5-Mango/Makefile Fri Nov 13 19:13:09 2015 (r401537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mango -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC Modified: head/databases/p5-Mango/distinfo ============================================================================== --- head/databases/p5-Mango/distinfo Fri Nov 13 19:13:05 2015 (r401536) +++ head/databases/p5-Mango/distinfo Fri Nov 13 19:13:09 2015 (r401537) @@ -1,2 +1,2 @@ -SHA256 (Mango-1.22.tar.gz) = 39503d94972142ebddc5f1b1572d8487ec04a98ef53dfabe8c0802b6844916d3 -SIZE (Mango-1.22.tar.gz) = 48776 +SHA256 (Mango-1.23.tar.gz) = 5371173e61f8c638c4053294ec2561189c9ce244ccbc3247751d3d38e35807e4 +SIZE (Mango-1.23.tar.gz) = 48923 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A73FA2EB6F; Fri, 13 Nov 2015 19:13:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 659DF1102; Fri, 13 Nov 2015 19:13:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDD4N084217; Fri, 13 Nov 2015 19:13:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDDIZ084216; Fri, 13 Nov 2015 19:13:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDDIZ084216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401538 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:14 -0000 Author: sunpoet Date: Fri Nov 13 19:13:13 2015 New Revision: 401538 URL: https://svnweb.freebsd.org/changeset/ports/401538 Log: - Add PORTSCOUT - Add NO_ARCH Modified: head/devel/p5-MCE/Makefile Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Fri Nov 13 19:13:09 2015 (r401537) +++ head/devel/p5-MCE/Makefile Fri Nov 13 19:13:13 2015 (r401538) @@ -14,6 +14,9 @@ COMMENT= Many-Core Engine for Perl provi LICENSE= ART10 GPLv1 LICENSE_COMB= dual +PORTSCOUT= limit:^[0-9\.]*$$ + +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A2EA2EBA2; Fri, 13 Nov 2015 19:13:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEFF4121C; Fri, 13 Nov 2015 19:13:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDHT8084350; Fri, 13 Nov 2015 19:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDH4j084347; Fri, 13 Nov 2015 19:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDH4j084347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401539 - head/dns/p5-POE-Component-Client-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:19 -0000 Author: sunpoet Date: Fri Nov 13 19:13:17 2015 New Revision: 401539 URL: https://svnweb.freebsd.org/changeset/ports/401539 Log: - Update to 1.054 - Add LICENSE - Sort and update *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-Client-DNS/CHANGES Modified: head/dns/p5-POE-Component-Client-DNS/Makefile head/dns/p5-POE-Component-Client-DNS/distinfo head/dns/p5-POE-Component-Client-DNS/pkg-plist Modified: head/dns/p5-POE-Component-Client-DNS/Makefile ============================================================================== --- head/dns/p5-POE-Component-Client-DNS/Makefile Fri Nov 13 19:13:13 2015 (r401538) +++ head/dns/p5-POE-Component-Client-DNS/Makefile Fri Nov 13 19:13:17 2015 (r401539) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS -PORTVERSION= 1.053 -PORTREVISION= 1 +PORTVERSION= 1.054 PORTEPOCH= 1 CATEGORIES= dns perl5 devel MASTER_SITES= CPAN @@ -12,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent DNS queries -BUILD_DEPENDS= p5-POE>=1.007:${PORTSDIR}/devel/p5-POE \ - p5-Net-DNS>=0.59:${PORTSDIR}/dns/p5-Net-DNS +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ + p5-POE>=1.249:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/dns/p5-POE-Component-Client-DNS/distinfo ============================================================================== --- head/dns/p5-POE-Component-Client-DNS/distinfo Fri Nov 13 19:13:13 2015 (r401538) +++ head/dns/p5-POE-Component-Client-DNS/distinfo Fri Nov 13 19:13:17 2015 (r401539) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-DNS-1.053.tar.gz) = ce1f62142a1af247e5110eea581fcfb2842c98c8e5daa8d154c545b5a281917e -SIZE (POE-Component-Client-DNS-1.053.tar.gz) = 28291 +SHA256 (POE-Component-Client-DNS-1.054.tar.gz) = b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31 +SIZE (POE-Component-Client-DNS-1.054.tar.gz) = 28412 Modified: head/dns/p5-POE-Component-Client-DNS/pkg-plist ============================================================================== --- head/dns/p5-POE-Component-Client-DNS/pkg-plist Fri Nov 13 19:13:13 2015 (r401538) +++ head/dns/p5-POE-Component-Client-DNS/pkg-plist Fri Nov 13 19:13:17 2015 (r401539) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::Client::DNS.3.gz %%SITE_PERL%%/POE/Component/Client/DNS.pm +%%PERL5_MAN3%%/POE::Component::Client::DNS.3.gz From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111E3A2EBCE; Fri, 13 Nov 2015 19:13:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B215D12D9; Fri, 13 Nov 2015 19:13:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDL7O084466; Fri, 13 Nov 2015 19:13:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDL4V084464; Fri, 13 Nov 2015 19:13:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDL4V084464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401540 - head/graphics/p5-GraphViz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:23 -0000 Author: sunpoet Date: Fri Nov 13 19:13:21 2015 New Revision: 401540 URL: https://svnweb.freebsd.org/changeset/ports/401540 Log: - Update to 2.19 - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/GraphViz/Changes Modified: head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz/distinfo Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Fri Nov 13 19:13:17 2015 (r401539) +++ head/graphics/p5-GraphViz/Makefile Fri Nov 13 19:13:21 2015 (r401540) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +11,24 @@ MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which +NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Fri Nov 13 19:13:17 2015 (r401539) +++ head/graphics/p5-GraphViz/distinfo Fri Nov 13 19:13:21 2015 (r401540) @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.18.tgz) = 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd -SIZE (GraphViz-2.18.tgz) = 115211 +SHA256 (GraphViz-2.19.tgz) = 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 +SIZE (GraphViz-2.19.tgz) = 86529 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4FF1A2EBFE; Fri, 13 Nov 2015 19:13:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABE4D13AB; Fri, 13 Nov 2015 19:13:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDP1U084583; Fri, 13 Nov 2015 19:13:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDPKf084581; Fri, 13 Nov 2015 19:13:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDPKf084581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401541 - head/mail/p5-MIME-Types X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:27 -0000 Author: sunpoet Date: Fri Nov 13 19:13:25 2015 New Revision: 401541 URL: https://svnweb.freebsd.org/changeset/ports/401541 Log: - Update to 2.12 Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog Modified: head/mail/p5-MIME-Types/Makefile head/mail/p5-MIME-Types/distinfo Modified: head/mail/p5-MIME-Types/Makefile ============================================================================== --- head/mail/p5-MIME-Types/Makefile Fri Nov 13 19:13:21 2015 (r401540) +++ head/mail/p5-MIME-Types/Makefile Fri Nov 13 19:13:25 2015 (r401541) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MIME-Types -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV Modified: head/mail/p5-MIME-Types/distinfo ============================================================================== --- head/mail/p5-MIME-Types/distinfo Fri Nov 13 19:13:21 2015 (r401540) +++ head/mail/p5-MIME-Types/distinfo Fri Nov 13 19:13:25 2015 (r401541) @@ -1,2 +1,2 @@ -SHA256 (MIME-Types-2.11.tar.gz) = 8c51fd21d5c5c5b3469672faeb76caa02c77f537a3139e018ffed0e521956dec -SIZE (MIME-Types-2.11.tar.gz) = 56456 +SHA256 (MIME-Types-2.12.tar.gz) = 065886901cff18cbb10df13551d48214c880e45564220ab77d4772abf065969f +SIZE (MIME-Types-2.12.tar.gz) = 56779 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F489A2EC1A; Fri, 13 Nov 2015 19:13:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04C9414CE; Fri, 13 Nov 2015 19:13:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDTik084699; Fri, 13 Nov 2015 19:13:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDTjR084697; Fri, 13 Nov 2015 19:13:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDTjR084697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401542 - head/devel/rubygem-byebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:31 -0000 Author: sunpoet Date: Fri Nov 13 19:13:29 2015 New Revision: 401542 URL: https://svnweb.freebsd.org/changeset/ports/401542 Log: - Update to 8.2.0 Changes: https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md Modified: head/devel/rubygem-byebug/Makefile head/devel/rubygem-byebug/distinfo Modified: head/devel/rubygem-byebug/Makefile ============================================================================== --- head/devel/rubygem-byebug/Makefile Fri Nov 13 19:13:25 2015 (r401541) +++ head/devel/rubygem-byebug/Makefile Fri Nov 13 19:13:29 2015 (r401542) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= byebug -PORTVERSION= 8.1.0 +PORTVERSION= 8.2.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-byebug/distinfo ============================================================================== --- head/devel/rubygem-byebug/distinfo Fri Nov 13 19:13:25 2015 (r401541) +++ head/devel/rubygem-byebug/distinfo Fri Nov 13 19:13:29 2015 (r401542) @@ -1,2 +1,2 @@ -SHA256 (rubygem/byebug-8.1.0.gem) = b9498f96dc10243c4923377d7af208034e277f280ad95ee05afc6a39d828bb79 -SIZE (rubygem/byebug-8.1.0.gem) = 77824 +SHA256 (rubygem/byebug-8.2.0.gem) = 105432b181a0b62f38784f3bccc59c4a851d4bd9f3fc6ff51fe66515ecb71d96 +SIZE (rubygem/byebug-8.2.0.gem) = 78336 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27E76A2EC4B; Fri, 13 Nov 2015 19:13:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5D7C15EA; Fri, 13 Nov 2015 19:13:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDXoI084816; Fri, 13 Nov 2015 19:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDXmG084814; Fri, 13 Nov 2015 19:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDXmG084814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401543 - head/sysutils/rubygem-r10k X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:35 -0000 Author: sunpoet Date: Fri Nov 13 19:13:33 2015 New Revision: 401543 URL: https://svnweb.freebsd.org/changeset/ports/401543 Log: - Update to 2.1.1 Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd Modified: head/sysutils/rubygem-r10k/Makefile head/sysutils/rubygem-r10k/distinfo Modified: head/sysutils/rubygem-r10k/Makefile ============================================================================== --- head/sysutils/rubygem-r10k/Makefile Fri Nov 13 19:13:29 2015 (r401542) +++ head/sysutils/rubygem-r10k/Makefile Fri Nov 13 19:13:33 2015 (r401543) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= r10k -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-r10k/distinfo ============================================================================== --- head/sysutils/rubygem-r10k/distinfo Fri Nov 13 19:13:29 2015 (r401542) +++ head/sysutils/rubygem-r10k/distinfo Fri Nov 13 19:13:33 2015 (r401543) @@ -1,2 +1,2 @@ -SHA256 (rubygem/r10k-2.1.0.gem) = 839f98887992c016d328aaf7fd4ec3a7871a6baa0c45d3168d4c31bb54f57c52 -SIZE (rubygem/r10k-2.1.0.gem) = 167936 +SHA256 (rubygem/r10k-2.1.1.gem) = 6678444a922a49af569b48cd7dc3279b6a83396adb02ebc0af0e419c60c27b34 +SIZE (rubygem/r10k-2.1.1.gem) = 167936 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CBCDA2EC74; Fri, 13 Nov 2015 19:13:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1795417B7; Fri, 13 Nov 2015 19:13:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDcJc084930; Fri, 13 Nov 2015 19:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDcZ7084928; Fri, 13 Nov 2015 19:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDcZ7084928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401544 - head/textproc/rubygem-github-linguist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:39 -0000 Author: sunpoet Date: Fri Nov 13 19:13:37 2015 New Revision: 401544 URL: https://svnweb.freebsd.org/changeset/ports/401544 Log: - Update to 4.7.1 Changes: https://github.com/github/linguist/releases Modified: head/textproc/rubygem-github-linguist/Makefile head/textproc/rubygem-github-linguist/distinfo Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Fri Nov 13 19:13:33 2015 (r401543) +++ head/textproc/rubygem-github-linguist/Makefile Fri Nov 13 19:13:37 2015 (r401544) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 4.7.0 +PORTVERSION= 4.7.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- head/textproc/rubygem-github-linguist/distinfo Fri Nov 13 19:13:33 2015 (r401543) +++ head/textproc/rubygem-github-linguist/distinfo Fri Nov 13 19:13:37 2015 (r401544) @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-4.7.0.gem) = 741e882327112c7b7b84ed58280362d38f04608810936f86099f8e557e38cbfa -SIZE (rubygem/github-linguist-4.7.0.gem) = 670208 +SHA256 (rubygem/github-linguist-4.7.1.gem) = 6bd750a548b52c1caba726ef1a6f98f729b0e7baee62e2b6c2c611ffeb321ed4 +SIZE (rubygem/github-linguist-4.7.1.gem) = 671744 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28896A2ECA4; Fri, 13 Nov 2015 19:13:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E699718A9; Fri, 13 Nov 2015 19:13:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDf51085035; Fri, 13 Nov 2015 19:13:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDfOm085034; Fri, 13 Nov 2015 19:13:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDfOm085034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401545 - head/graphics/phplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:43 -0000 Author: sunpoet Date: Fri Nov 13 19:13:41 2015 New Revision: 401545 URL: https://svnweb.freebsd.org/changeset/ports/401545 Log: - Add LICENSE - Add NO_ARCH - Do not restrict default php version - Convert to new options target helper - Bump PORTREVISION for dependency change Modified: head/graphics/phplot/Makefile Modified: head/graphics/phplot/Makefile ============================================================================== --- head/graphics/phplot/Makefile Fri Nov 13 19:13:37 2015 (r401544) +++ head/graphics/phplot/Makefile Fri Nov 13 19:13:41 2015 (r401545) @@ -3,7 +3,7 @@ PORTNAME= phplot PORTVERSION= 6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics www MASTER_SITES= SF \ SF/${PORTNAME}/Manual/20130511:source2 @@ -13,12 +13,15 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= PHP class for creating scientific and business charts +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +NO_ARCH= yes +NO_BUILD= yes USES= zip USE_PHP= yes -DEFAULT_PHP_VER= 5 -NO_BUILD= YES PHPLOT_DIR= ${STAGEDIR}${PREFIX}/include/php/phplot @@ -32,6 +35,8 @@ FONTS_LIB_DEPENDS= libfreetype.so:${PORT do-install: @${MKDIR} ${PHPLOT_DIR} ${INSTALL_DATA} ${LIBRARIES:S,^,${WRKSRC}/,} ${PHPLOT_DIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR}/phplotdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FE0A2ECD5; Fri, 13 Nov 2015 19:13:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C621198B; Fri, 13 Nov 2015 19:13:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDknh085151; Fri, 13 Nov 2015 19:13:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDkGV085149; Fri, 13 Nov 2015 19:13:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDkGV085149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401546 - head/japanese/jishyo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:47 -0000 Author: sunpoet Date: Fri Nov 13 19:13:45 2015 New Revision: 401546 URL: https://svnweb.freebsd.org/changeset/ports/401546 Log: - Add PORTSCOUT - Remove license information from pkg-descr Modified: head/japanese/jishyo/Makefile head/japanese/jishyo/pkg-descr Modified: head/japanese/jishyo/Makefile ============================================================================== --- head/japanese/jishyo/Makefile Fri Nov 13 19:13:41 2015 (r401545) +++ head/japanese/jishyo/Makefile Fri Nov 13 19:13:45 2015 (r401546) @@ -13,6 +13,8 @@ COMMENT= English to Japanese dictionary LICENSE= GPLv2 # or later +PORTSCOUT= skipv:0.2 + USES= gnustep USE_GNUSTEP= back build Modified: head/japanese/jishyo/pkg-descr ============================================================================== --- head/japanese/jishyo/pkg-descr Fri Nov 13 19:13:41 2015 (r401545) +++ head/japanese/jishyo/pkg-descr Fri Nov 13 19:13:45 2015 (r401546) @@ -4,6 +4,4 @@ queries, as well as multi-radical lookup large part on code from Jim Breen's xjdic. It also uses the dictionary data from the same software. -LICENSE: GPL2 or later - WWW: http://www.eskimo.com/~pburns/Dictionaries/ From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8F98A2ECFF; Fri, 13 Nov 2015 19:13:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582811A68; Fri, 13 Nov 2015 19:13:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDoXX085268; Fri, 13 Nov 2015 19:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDogj085266; Fri, 13 Nov 2015 19:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDogj085266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401547 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:51 -0000 Author: sunpoet Date: Fri Nov 13 19:13:50 2015 New Revision: 401547 URL: https://svnweb.freebsd.org/changeset/ports/401547 Log: - Update to 6.1.61 - Convert to new options helper Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Nov 13 19:13:45 2015 (r401546) +++ head/www/groupoffice/Makefile Fri Nov 13 19:13:50 2015 (r401547) @@ -3,7 +3,7 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.1.57 +DISTVERSION= 6.1.61 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} @@ -12,6 +12,7 @@ COMMENT= Modular web application framewo RESTRICTED= Free for personal use only +NO_ARCH= yes NO_BUILD= yes USE_PHP= mysqli session mbstring pcre xml WANT_PHP_WEB= yes @@ -24,19 +25,23 @@ SHEBANG_FILES= go/vendor/tcpdf/tools/tcp modules/postfixadmin/scripts/vacation.pl \ modules/sync/z-push/install.sh \ vendor/fkooman/php-oauth-client/bin/php-oauth-client-create-tables -NO_ARCH= yes WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R} SUB_FILES= pkg-message OPTIONS_DEFINE= IMAP GD CALENDAR WBXML -OPTIONS_DEFAULT= IMAP GD CALENDAR +OPTIONS_DEFAULT=IMAP GD CALENDAR CALENDAR_DESC= Calendar holiday support IMAP_DESC= IMAP support GD_DESC= Gallery support (GD) WBXML_DESC= Synchronization Support +CALENDAR_USE= PHP=calendar +GD_USE= PHP=gd +IMAP_USE= PHP=iconv imap +WBXML_LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 + post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/go/base/Config.php @@ -47,24 +52,6 @@ post-patch: ${WRKSRC}/modules/serverclient/ServerclientModule.php \ ${WRKSRC}/modules/site/index.php -.include - -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap iconv -.endif - -.if ${PORT_OPTIONS:MGD} -USE_PHP+= gd -.endif - -.if ${PORT_OPTIONS:MCALENDAR} -USE_PHP+= calendar -.endif - -.if ${PORT_OPTIONS:MWBXML} -LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 -.endif - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Nov 13 19:13:45 2015 (r401546) +++ head/www/groupoffice/distinfo Fri Nov 13 19:13:50 2015 (r401547) @@ -1,2 +1,2 @@ -SHA256 (groupoffice-com-6.1.57.tar.gz) = 2036736ec651cd8f0aaf3b1e01e09362a63b3f242a78da7bcbff26e7aeb6b5fd -SIZE (groupoffice-com-6.1.57.tar.gz) = 32594703 +SHA256 (groupoffice-com-6.1.61.tar.gz) = fabde5394c44d1b71235b42d00327d080804d27ee9b5c75c1a739445f25bb4e7 +SIZE (groupoffice-com-6.1.61.tar.gz) = 32597106 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:13:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A21EDA2ED24; Fri, 13 Nov 2015 19:13:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5107D1B3E; Fri, 13 Nov 2015 19:13:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDsbS085382; Fri, 13 Nov 2015 19:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDs07085380; Fri, 13 Nov 2015 19:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDs07085380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401548 - head/sysutils/rsnapshot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:13:55 -0000 Author: sunpoet Date: Fri Nov 13 19:13:54 2015 New Revision: 401548 URL: https://svnweb.freebsd.org/changeset/ports/401548 Log: - Update to 1.4.1 - While I'm here: - Add LICENSE - Add OPTIONS_DEFINE - Convert to new options target helper Changes: https://github.com/rsnapshot/rsnapshot/blob/release-1.4/ChangeLog PR: 204427 Submitted by: Ralf van Dooren (maintainer) Modified: head/sysutils/rsnapshot/Makefile head/sysutils/rsnapshot/distinfo Modified: head/sysutils/rsnapshot/Makefile ============================================================================== --- head/sysutils/rsnapshot/Makefile Fri Nov 13 19:13:50 2015 (r401547) +++ head/sysutils/rsnapshot/Makefile Fri Nov 13 19:13:54 2015 (r401548) @@ -2,17 +2,22 @@ # $FreeBSD$ PORTNAME= rsnapshot -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= ralfvd@gmail.com COMMENT= Filesystem snapshot utility based on rsync(1) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown +OPTIONS_DEFINE= DOCS + USES= perl5 GNU_CONFIGURE= yes NO_ARCH= yes @@ -22,7 +27,7 @@ PORTDOCS= AUTHORS ChangeLog README.md post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/rsnapshot/distinfo ============================================================================== --- head/sysutils/rsnapshot/distinfo Fri Nov 13 19:13:50 2015 (r401547) +++ head/sysutils/rsnapshot/distinfo Fri Nov 13 19:13:54 2015 (r401548) @@ -1,2 +1,2 @@ -SHA256 (rsnapshot-1.4.0.tar.gz) = 222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8 -SIZE (rsnapshot-1.4.0.tar.gz) = 488785 +SHA256 (rsnapshot-1.4.1.tar.gz) = fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 +SIZE (rsnapshot-1.4.1.tar.gz) = 489481 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:14:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14B0BA2ED4C; Fri, 13 Nov 2015 19:14:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47701C34; Fri, 13 Nov 2015 19:13:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDwI1085528; Fri, 13 Nov 2015 19:13:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDwmG085525; Fri, 13 Nov 2015 19:13:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDwmG085525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401549 - head/sysutils/debootstrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:14:00 -0000 Author: sunpoet Date: Fri Nov 13 19:13:58 2015 New Revision: 401549 URL: https://svnweb.freebsd.org/changeset/ports/401549 Log: - Update to 1.0.75 Changes: http://anonscm.debian.org/cgit/d-i/debootstrap.git/tree/debian/changelog PR: 204501 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo head/sysutils/debootstrap/pkg-plist Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Fri Nov 13 19:13:54 2015 (r401548) +++ head/sysutils/debootstrap/Makefile Fri Nov 13 19:13:58 2015 (r401549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.74 +PORTVERSION= 1.0.75 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Fri Nov 13 19:13:54 2015 (r401548) +++ head/sysutils/debootstrap/distinfo Fri Nov 13 19:13:58 2015 (r401549) @@ -1,2 +1,2 @@ -SHA256 (debootstrap_1.0.74.tar.gz) = ae1d1a8d6212f7721be489608230a185721b798d114f8c56b67c4a5e123586bf -SIZE (debootstrap_1.0.74.tar.gz) = 62347 +SHA256 (debootstrap_1.0.75.tar.gz) = 4fdc5daf7bce3816a7faa916e7cbd6d45357f241f0d845bec0015c06fd7c7cd6 +SIZE (debootstrap_1.0.75.tar.gz) = 61897 Modified: head/sysutils/debootstrap/pkg-plist ============================================================================== --- head/sysutils/debootstrap/pkg-plist Fri Nov 13 19:13:54 2015 (r401548) +++ head/sysutils/debootstrap/pkg-plist Fri Nov 13 19:13:58 2015 (r401549) @@ -1,8 +1,12 @@ @(,,0755) sbin/debootstrap man/man8/debootstrap.8.gz %%DATADIR%%/functions +%%DATADIR%%/scripts/aequorea +%%DATADIR%%/scripts/bartholomea %%DATADIR%%/scripts/breezy +%%DATADIR%%/scripts/chromodoris %%DATADIR%%/scripts/dapper +%%DATADIR%%/scripts/dasyatis %%DATADIR%%/scripts/edgy %%DATADIR%%/scripts/etch %%DATADIR%%/scripts/etch-m68k From owner-svn-ports-head@freebsd.org Fri Nov 13 19:14:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00620A2ED78; Fri, 13 Nov 2015 19:14:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF8761D10; Fri, 13 Nov 2015 19:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJE2PH085660; Fri, 13 Nov 2015 19:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJE25R085657; Fri, 13 Nov 2015 19:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131914.tADJE25R085657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401550 - head/www/pear-twig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:14:04 -0000 Author: sunpoet Date: Fri Nov 13 19:14:02 2015 New Revision: 401550 URL: https://svnweb.freebsd.org/changeset/ports/401550 Log: - Update to 1.23.1 Changes: https://github.com/twigphp/Twig/blob/1.x/CHANGELOG PR: 204516 Submitted by: Torsten Zuhlsdorff (maintainer) Modified: head/www/pear-twig/Makefile head/www/pear-twig/distinfo Modified: head/www/pear-twig/Makefile ============================================================================== --- head/www/pear-twig/Makefile Fri Nov 13 19:13:58 2015 (r401549) +++ head/www/pear-twig/Makefile Fri Nov 13 19:14:02 2015 (r401550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twig -PORTVERSION= 1.23.0 +PORTVERSION= 1.23.1 CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} Modified: head/www/pear-twig/distinfo ============================================================================== --- head/www/pear-twig/distinfo Fri Nov 13 19:13:58 2015 (r401549) +++ head/www/pear-twig/distinfo Fri Nov 13 19:14:02 2015 (r401550) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Twig-1.23.0.tgz) = 330939d86b7c704035ec60443abb7129ea6d9e880a395fcd4b3dfca21f77e8bf -SIZE (PEAR/Twig-1.23.0.tgz) = 98580 +SHA256 (PEAR/Twig-1.23.1.tgz) = 65f7245b362e054a3e69929507bccec43ce9664e32c3d2eadc60083baaa06285 +SIZE (PEAR/Twig-1.23.1.tgz) = 98740 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:14:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34AE0A2ED9A; Fri, 13 Nov 2015 19:14:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFF9E1DD8; Fri, 13 Nov 2015 19:14:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJE64G085789; Fri, 13 Nov 2015 19:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJE6gw085787; Fri, 13 Nov 2015 19:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131914.tADJE6gw085787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401551 - head/www/pecl-twig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:14:08 -0000 Author: sunpoet Date: Fri Nov 13 19:14:06 2015 New Revision: 401551 URL: https://svnweb.freebsd.org/changeset/ports/401551 Log: - Update to 1.23.1 Changes: https://github.com/twigphp/Twig/blob/1.x/CHANGELOG PR: 204517 Submitted by: Torsten Zuhlsdorff (maintainer) Modified: head/www/pecl-twig/Makefile head/www/pecl-twig/distinfo Modified: head/www/pecl-twig/Makefile ============================================================================== --- head/www/pecl-twig/Makefile Fri Nov 13 19:14:02 2015 (r401550) +++ head/www/pecl-twig/Makefile Fri Nov 13 19:14:06 2015 (r401551) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twig -PORTVERSION= 1.23.0 +PORTVERSION= 1.23.1 CATEGORIES= www MASTER_SITES= http://pear.twig-project.org/get/ PKGNAMEPREFIX= pecl- Modified: head/www/pecl-twig/distinfo ============================================================================== --- head/www/pecl-twig/distinfo Fri Nov 13 19:14:02 2015 (r401550) +++ head/www/pecl-twig/distinfo Fri Nov 13 19:14:06 2015 (r401551) @@ -1,2 +1,2 @@ -SHA256 (CTwig-1.23.0.tgz) = 5fad336549702d493e704c6052e6166dfa6f63f4df334d806a7388d6eab2be75 -SIZE (CTwig-1.23.0.tgz) = 8601 +SHA256 (CTwig-1.23.1.tgz) = 10a256bc0489268eae99feacecc47619672e0ec38632dc6391f2685deb5c3bd1 +SIZE (CTwig-1.23.1.tgz) = 8603 From owner-svn-ports-head@freebsd.org Fri Nov 13 19:16:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4612A2EE62; Fri, 13 Nov 2015 19:16:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64C8410B7; Fri, 13 Nov 2015 19:16:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJGiiI086057; Fri, 13 Nov 2015 19:16:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJGiVo086053; Fri, 13 Nov 2015 19:16:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511131916.tADJGiVo086053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 Nov 2015 19:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401552 - in head/multimedia/dvts: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:16:45 -0000 Author: amdmi3 Date: Fri Nov 13 19:16:44 2015 New Revision: 401552 URL: https://svnweb.freebsd.org/changeset/ports/401552 Log: - Add LICENSE - Switch to USES=autoreconf Added: head/multimedia/dvts/files/patch-Makefile.am (contents, props changed) head/multimedia/dvts/files/patch-configure.in (contents, props changed) Deleted: head/multimedia/dvts/files/patch-Makefile.in Modified: head/multimedia/dvts/Makefile Modified: head/multimedia/dvts/Makefile ============================================================================== --- head/multimedia/dvts/Makefile Fri Nov 13 19:14:06 2015 (r401551) +++ head/multimedia/dvts/Makefile Fri Nov 13 19:16:44 2015 (r401552) @@ -15,13 +15,17 @@ PATCH_DIST_STRIP= -p4 MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of Digital Video Transport System +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + CONFLICTS= gdvrecv-[0-9]* -USE_AUTOTOOLS= autoconf +USES= autoreconf +GNU_CONFIGURE= yes -pre-install: - @${INSTALL_MAN} ${WRKSRC}/dvts.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${STAGEDIR}${MANPREFIX}/man/man1/ +post-install: + ${INSTALL_MAN} ${WRKSRC}/dvts.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include Added: head/multimedia/dvts/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/dvts/files/patch-Makefile.am Fri Nov 13 19:16:44 2015 (r401552) @@ -0,0 +1,6 @@ +--- Makefile.am.orig 2003-02-28 16:57:31 UTC ++++ Makefile.am +@@ -1,2 +1,2 @@ + @SET_MAKE@ +-SUBDIRS=dvsend dvrecv dvplay dvsave ++SUBDIRS=dvsend dvrecv Added: head/multimedia/dvts/files/patch-configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/dvts/files/patch-configure.in Fri Nov 13 19:16:44 2015 (r401552) @@ -0,0 +1,20 @@ +--- configure.in.orig 2003-02-28 16:57:31 UTC ++++ configure.in +@@ -9,6 +9,8 @@ DVRECV_SRC="" + DVSAVE_SRC="" + DVPLAY_SRC="" + ++AC_CONFIG_MACRO_DIR([ac-macros]) ++ + AC_PROG_CC + AC_HEADER_STDC + AC_CHECK_HEADERS(fcntl.h strings.h sys/ioctl.h sys/time.h unistd.h) +@@ -18,7 +20,7 @@ AC_TYPE_SIGNAL + AC_CHECK_FUNCS(gettimeofday socket getnameinfo) + AC_PROG_RANLIB + +-AC_PROG_CC_WARNINGS() ++VL_PROG_CC_WARNINGS() + + # Check for libraries. + AC_CHECK_LIB(socket, main) From owner-svn-ports-head@freebsd.org Fri Nov 13 22:13:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1EBBA2EA34; Fri, 13 Nov 2015 22:13:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C94C17D6; Fri, 13 Nov 2015 22:13:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADMDRF8042780; Fri, 13 Nov 2015 22:13:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADMDPGY042755; Fri, 13 Nov 2015 22:13:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511132213.tADMDPGY042755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 13 Nov 2015 22:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401553 - in head: databases/mywwwatcher databases/php5-creole databases/php5-pdo_cassandra databases/php5-propel databases/php5-redis databases/php5-tarantool deskutils/fengoffice deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 22:13:28 -0000 Author: antoine Date: Fri Nov 13 22:13:24 2015 New Revision: 401553 URL: https://svnweb.freebsd.org/changeset/ports/401553 Log: Chase PHP 5.4 expiration date Modified: head/databases/mywwwatcher/Makefile head/databases/php5-creole/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/php5-propel/Makefile head/databases/php5-redis/Makefile head/databases/php5-tarantool/Makefile head/deskutils/fengoffice/Makefile head/devel/simpletest/Makefile head/graphics/php5-swfed/Makefile head/lang/php5-extensions/Makefile head/sysutils/loganalyzer/Makefile head/textproc/simplehtmldom/Makefile head/www/autoindex2/Makefile head/www/cakephp11/Makefile head/www/cakephp13/Makefile head/www/cakephp21/Makefile head/www/cakephp22/Makefile head/www/cakephp23/Makefile head/www/fluxcms/Makefile head/www/fusionpbx/Makefile head/www/jawstats/Makefile head/www/ojs2/Makefile head/www/pecl-zendopcache/Makefile head/www/webcalendar/Makefile Modified: head/databases/mywwwatcher/Makefile ============================================================================== --- head/databases/mywwwatcher/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/mywwwatcher/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= mywwwatcher-${PORTVERSION} MAINTAINER= pm@kostax.cz COMMENT= Simple web-based MySQL client + tools (dump, import, scheme, ...) +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + WRKSRC= ${WRKDIR}/mywwwatcher WANT_PHP_WEB= yes Modified: head/databases/php5-creole/Makefile ============================================================================== --- head/databases/php5-creole/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-creole/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Database abstraction layer for PHP5 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 NO_BUILD= yes Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-pdo_cassandra/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,8 @@ COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 BROKEN= fails to compile +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs Modified: head/databases/php5-propel/Makefile ============================================================================== --- head/databases/php5-propel/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-propel/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Full-service object persistence and query toolkit for PHP +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 WRKSRC= ${WRKDIR} Modified: head/databases/php5-redis/Makefile ============================================================================== --- head/databases/php5-redis/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-redis/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= PHP5-Extension for Redis LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead +EXPIRATION_DATE= 2016-01-15 + USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-tarantool/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -9,6 +9,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= vg@FreeBSD.org COMMENT= PECL PHP driver for Tarantool/Box +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes Modified: head/deskutils/fengoffice/Makefile ============================================================================== --- head/deskutils/fengoffice/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/deskutils/fengoffice/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Open source web-based collaboration software +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= zip NO_BUILD= yes USE_PHP= mysql gd simplexml Modified: head/devel/simpletest/Makefile ============================================================================== --- head/devel/simpletest/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/devel/simpletest/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ COMMENT= Unit testing, mock objects, and LICENSE= LGPL21 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= pcre USE_PHP_BUILD= yes DEFAULT_VERSIONS+= php=5 Modified: head/graphics/php5-swfed/Makefile ============================================================================== --- head/graphics/php5-swfed/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/graphics/php5-swfed/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= PHP extension to edit SWF file LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng.so:${PORTSDIR}/graphics/png Modified: head/lang/php5-extensions/Makefile ============================================================================== --- head/lang/php5-extensions/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/lang/php5-extensions/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=53 55 Modified: head/sysutils/loganalyzer/Makefile ============================================================================== --- head/sysutils/loganalyzer/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/sysutils/loganalyzer/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ COMMENT= Web based Syslog browsing and a LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= cpe CPE_VENDOR= adiscon NO_BUILD= yes Modified: head/textproc/simplehtmldom/Makefile ============================================================================== --- head/textproc/simplehtmldom/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/textproc/simplehtmldom/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PHP Simple HTML DOM Parser BROKEN= unfetchable +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 USES= zip NO_BUILD= yes Modified: head/www/autoindex2/Makefile ============================================================================== --- head/www/autoindex2/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/autoindex2/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNA MAINTAINER= ports@FreeBSD.org COMMENT= PHP 5.x script that put a directory listing into a table +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= dos2unix Modified: head/www/cakephp11/Makefile ============================================================================== --- head/www/cakephp11/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp11/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ DISTNAME= cake_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework for developing PHP web applications +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= tar:bzip2 USE_APACHE_RUN= 22+ Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp13/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp21/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp22/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README.md Modified: head/www/cakephp23/Makefile ============================================================================== --- head/www/cakephp23/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp23/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README.md Modified: head/www/fluxcms/Makefile ============================================================================== --- head/www/fluxcms/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/fluxcms/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sna MAINTAINER= beat@FreeBSD.org COMMENT= Extensible and flexible CMS based on PHP 5 and XML/XSLT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= shebangfix tar:tgz SHEBANG_FILES= div/db/dbexport.sh \ div/db/dbexport40.sh \ Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/fusionpbx/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= PHP5 Graphical User Interface f LICENSE= MPL +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php${PHP_VER}-pdo_odbc Modified: head/www/jawstats/Makefile ============================================================================== --- head/www/jawstats/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/jawstats/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.jawstats.com/sr MAINTAINER= Alan@Wave2.org COMMENT= JAWStats is a Free Web Site Statistics tool +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats NO_WRKSUBDIR= yes Modified: head/www/ojs2/Makefile ============================================================================== --- head/www/ojs2/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/ojs2/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ DISTNAME= ojs-2.2.1 MAINTAINER= filiperocha@gmail.com COMMENT= Journal management and publishing system +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + DIST_SUBDIR= ${PORTNAME} NO_BUILD= yes Modified: head/www/pecl-zendopcache/Makefile ============================================================================== --- head/www/pecl-zendopcache/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/pecl-zendopcache/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= Opcode cacher and optimizer for LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + OPTIONS_DEFINE= DOCS USES= tar:tgz Modified: head/www/webcalendar/Makefile ============================================================================== --- head/www/webcalendar/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/webcalendar/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ COMMENT= Web-based calendar application LICENSE= GPLv2 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + PORTSCOUT= limit:^1\.2\. skipb:1 USE_PHP= pcre session WANT_PHP_WEB= yes From owner-svn-ports-head@freebsd.org Fri Nov 13 22:22:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC25BA2EBD7; Fri, 13 Nov 2015 22:22:40 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 677951BC0; Fri, 13 Nov 2015 22:22:40 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADMMde9046070; Fri, 13 Nov 2015 22:22:39 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADMMdRh046068; Fri, 13 Nov 2015 22:22:39 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201511132222.tADMMdRh046068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Fri, 13 Nov 2015 22:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401554 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 22:22:40 -0000 Author: erwin Date: Fri Nov 13 22:22:39 2015 New Revision: 401554 URL: https://svnweb.freebsd.org/changeset/ports/401554 Log: Update to 4.1.6 Major Bug Bug Fixes: - This release fixes segfault after start when many interfaces are in use. - This version returns the EDNS bad version response with the AD flag unset for improved conformance. Minor Buf Fixes: - Fix #701: Fix that AD=1 set in a BADVERS response. - Fix typo in zonec.c inside error message. - Fix #711: Document that debug-mode yes is used for staying attached to the supervisor console. - Document verbosity 3 prints more information. - nsd-checkconf warns for master zones with no zonefile statement. - Fix start failure when many file descriptors are in use. - The servfail rcode is not printed with a space in the middle. - print failed token for config syntax error or parse error. PR: 204533 Submitted by: Jaap Akkerhuis (maintainer) Sponsored by: DK Hostmaster A/S Modified: head/dns/nsd/Makefile head/dns/nsd/distinfo Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Fri Nov 13 22:13:24 2015 (r401553) +++ head/dns/nsd/Makefile Fri Nov 13 22:22:39 2015 (r401554) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.5 +PORTVERSION= 4.1.6 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Fri Nov 13 22:13:24 2015 (r401553) +++ head/dns/nsd/distinfo Fri Nov 13 22:22:39 2015 (r401554) @@ -1,2 +1,2 @@ -SHA256 (nsd-4.1.5.tar.gz) = 105dda21fab68b150f1f4d045211869b13becadc52be830b9c0093f8e9f01baa -SIZE (nsd-4.1.5.tar.gz) = 1070873 +SHA256 (nsd-4.1.6.tar.gz) = 88f622055c95d38b9ef3723a240d1d0da35a28d09fe23b601015181a61d7775f +SIZE (nsd-4.1.6.tar.gz) = 1072173 From owner-svn-ports-head@freebsd.org Fri Nov 13 23:36:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF94A2EDBF; Fri, 13 Nov 2015 23:36:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3EBF1DBD; Fri, 13 Nov 2015 23:36:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADNa50s068900; Fri, 13 Nov 2015 23:36:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADNa5YQ068898; Fri, 13 Nov 2015 23:36:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511132336.tADNa5YQ068898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 13 Nov 2015 23:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401555 - head/devel/erlang-lager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 23:36:07 -0000 Author: olgeni Date: Fri Nov 13 23:36:05 2015 New Revision: 401555 URL: https://svnweb.freebsd.org/changeset/ports/401555 Log: Upgrade devel/erlang-lager to version 3.0.2. Modified: head/devel/erlang-lager/Makefile head/devel/erlang-lager/distinfo Modified: head/devel/erlang-lager/Makefile ============================================================================== --- head/devel/erlang-lager/Makefile Fri Nov 13 22:22:39 2015 (r401554) +++ head/devel/erlang-lager/Makefile Fri Nov 13 23:36:05 2015 (r401555) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lager -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-lager/distinfo ============================================================================== --- head/devel/erlang-lager/distinfo Fri Nov 13 22:22:39 2015 (r401554) +++ head/devel/erlang-lager/distinfo Fri Nov 13 23:36:05 2015 (r401555) @@ -1,2 +1,2 @@ -SHA256 (basho-lager-3.0.1_GH0.tar.gz) = 1a1487286c013756c547b76dc8e25edfb5fcefb53834c3bf3ee5ae5140ae13e9 -SIZE (basho-lager-3.0.1_GH0.tar.gz) = 235462 +SHA256 (basho-lager-3.0.2_GH0.tar.gz) = bdf804e7f43ef3aa5bc8ccb17c8fab6d69aa4e510639717df1134072135b42bf +SIZE (basho-lager-3.0.2_GH0.tar.gz) = 236476 From owner-svn-ports-head@freebsd.org Sat Nov 14 03:54:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE74BA2EF0C; Sat, 14 Nov 2015 03:54:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA2414C1; Sat, 14 Nov 2015 03:54:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3stbc048104; Sat, 14 Nov 2015 03:54:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3stZu048103; Sat, 14 Nov 2015 03:54:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140354.tAE3stZu048103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401556 - head/devel/tkcvs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:54:57 -0000 Author: amdmi3 Date: Sat Nov 14 03:54:55 2015 New Revision: 401556 URL: https://svnweb.freebsd.org/changeset/ports/401556 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Modified: head/devel/tkcvs/Makefile Modified: head/devel/tkcvs/Makefile ============================================================================== --- head/devel/tkcvs/Makefile Fri Nov 13 23:36:05 2015 (r401555) +++ head/devel/tkcvs/Makefile Sat Nov 14 03:54:55 2015 (r401556) @@ -11,10 +11,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk frontends to CVS and Subversion LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff NO_BUILD= yes +NO_ARCH= yes USES= tk OPTIONS_DEFINE= DOCS @@ -32,6 +34,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps ${INSTALL_DATA} ${WRKSRC}/tkcvs/bitmaps/*.gif ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps ${INSTALL_DATA} ${WRKSRC}/tkcvs/bitmaps/*.xbm ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in CHANGELOG.txt FAQ.txt INSTALL ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AEB1A2EF40; Sat, 14 Nov 2015 03:55:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D69E615CA; Sat, 14 Nov 2015 03:55:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3tJTH048237; Sat, 14 Nov 2015 03:55:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3tJX8048236; Sat, 14 Nov 2015 03:55:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3tJX8048236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401557 - head/astro/sscalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:21 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:19 2015 New Revision: 401557 URL: https://svnweb.freebsd.org/changeset/ports/401557 Log: - Switch to options helpers Modified: head/astro/sscalc/Makefile Modified: head/astro/sscalc/Makefile ============================================================================== --- head/astro/sscalc/Makefile Sat Nov 14 03:54:55 2015 (r401556) +++ head/astro/sscalc/Makefile Sat Nov 14 03:55:19 2015 (r401557) @@ -21,6 +21,8 @@ pre-fetch: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/sscalc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/sscalc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/cities.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E18ACA2EF66; Sat, 14 Nov 2015 03:55:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7DFA15E4; Sat, 14 Nov 2015 03:55:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3tNxG048338; Sat, 14 Nov 2015 03:55:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3tNY1048337; Sat, 14 Nov 2015 03:55:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3tNY1048337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401558 - head/audio/libgme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:25 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:23 2015 New Revision: 401558 URL: https://svnweb.freebsd.org/changeset/ports/401558 Log: - Fix LICENSE - Pet portlint - Switch to options helpers Modified: head/audio/libgme/Makefile Modified: head/audio/libgme/Makefile ============================================================================== --- head/audio/libgme/Makefile Sat Nov 14 03:55:19 2015 (r401557) +++ head/audio/libgme/Makefile Sat Nov 14 03:55:23 2015 (r401558) @@ -10,10 +10,9 @@ DISTNAME= ${PROJECTHOST}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of video game music emulators -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21 # or later -USES= tar:bzip2 cmake dos2unix ninja +USES= cmake dos2unix ninja tar:bzip2 USE_LDCONFIG= yes PORTDOCS= changes.txt design.txt gme.txt readme.txt @@ -24,7 +23,7 @@ post-patch: @${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \ ${WRKSRC}/gme/CMakeLists.txt -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A4C6A2EF90; Sat, 14 Nov 2015 03:55:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED72F188C; Sat, 14 Nov 2015 03:55:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3tWRA048471; Sat, 14 Nov 2015 03:55:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3tVfC048468; Sat, 14 Nov 2015 03:55:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3tVfC048468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401559 - in head/deskutils/pypanel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:33 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:31 2015 New Revision: 401559 URL: https://svnweb.freebsd.org/changeset/ports/401559 Log: - Switch to options helpers - Pet portlint - Regenerate patches with `make makepatch` Modified: head/deskutils/pypanel/Makefile head/deskutils/pypanel/files/patch-pypanel head/deskutils/pypanel/files/patch-pypanelrc Modified: head/deskutils/pypanel/Makefile ============================================================================== --- head/deskutils/pypanel/Makefile Sat Nov 14 03:55:23 2015 (r401558) +++ head/deskutils/pypanel/Makefile Sat Nov 14 03:55:31 2015 (r401559) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USE_XORG= xft PORTDOCS= * @@ -43,7 +43,9 @@ post-patch: ${WRKSRC}/pypanelrc post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ppmodule.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ppmodule.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/deskutils/pypanel/files/patch-pypanel ============================================================================== --- head/deskutils/pypanel/files/patch-pypanel Sat Nov 14 03:55:23 2015 (r401558) +++ head/deskutils/pypanel/files/patch-pypanel Sat Nov 14 03:55:31 2015 (r401559) @@ -1,6 +1,6 @@ ---- pypanel.orig 2005-06-26 19:24:43.000000000 -0400 -+++ pypanel 2008-12-08 00:06:37.000000000 -0500 -@@ -95,6 +95,7 @@ +--- pypanel.orig 2005-06-26 23:24:43 UTC ++++ pypanel +@@ -95,6 +95,7 @@ class PyPanel(object): self.root.change_attributes(event_mask=(X.PropertyChangeMask)) self.window.map() self.display.flush() @@ -8,7 +8,7 @@ self.loop(self.display, self.root, self.window, self.panel) #------------------------------------ -@@ -944,6 +945,9 @@ +@@ -944,6 +945,9 @@ if __name__ == "__main__": main = 2.4 config = globals().get("VERSION", None) @@ -18,7 +18,7 @@ # Set locale to user's default locale.setlocale(locale.LC_ALL, "") -@@ -953,5 +957,9 @@ +@@ -953,5 +957,9 @@ if __name__ == "__main__": sys.stderr.write("\nA current pypanelrc example can be found here -\n") sys.stderr.write("%s/pypanel/pypanelrc\n\n" % sysconfig.get_python_lib()) del main, config Modified: head/deskutils/pypanel/files/patch-pypanelrc ============================================================================== --- head/deskutils/pypanel/files/patch-pypanelrc Sat Nov 14 03:55:23 2015 (r401558) +++ head/deskutils/pypanel/files/patch-pypanelrc Sat Nov 14 03:55:31 2015 (r401559) @@ -1,5 +1,5 @@ ---- pypanelrc.orig 2005-06-26 19:27:37.000000000 -0400 -+++ pypanelrc 2008-12-08 00:06:54.000000000 -0500 +--- pypanelrc.orig 2005-06-26 23:27:37 UTC ++++ pypanelrc @@ -9,6 +9,12 @@ VERSION = 2.4 # Config file version From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA82A2EFBD; Sat, 14 Nov 2015 03:55:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0BEC1963; Sat, 14 Nov 2015 03:55:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3tjVD048600; Sat, 14 Nov 2015 03:55:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3tjnE048598; Sat, 14 Nov 2015 03:55:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3tjnE048598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401560 - in head/x11/yeahconsole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:47 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:45 2015 New Revision: 401560 URL: https://svnweb.freebsd.org/changeset/ports/401560 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/x11/yeahconsole/Makefile head/x11/yeahconsole/files/patch-Makefile Modified: head/x11/yeahconsole/Makefile ============================================================================== --- head/x11/yeahconsole/Makefile Sat Nov 14 03:55:31 2015 (r401559) +++ head/x11/yeahconsole/Makefile Sat Nov 14 03:55:45 2015 (r401560) @@ -9,7 +9,8 @@ MASTER_SITES= http://phrat.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Terminal wrapper for creating drop-down consoles -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 ALL_TARGET= ${PORTNAME} @@ -21,6 +22,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/x11/yeahconsole/files/patch-Makefile ============================================================================== --- head/x11/yeahconsole/files/patch-Makefile Sat Nov 14 03:55:31 2015 (r401559) +++ head/x11/yeahconsole/files/patch-Makefile Sat Nov 14 03:55:45 2015 (r401560) @@ -1,5 +1,5 @@ ---- Makefile.orig 2006-01-14 18:54:05.000000000 +0300 -+++ Makefile 2008-04-30 12:23:01.000000000 +0400 +--- Makefile.orig 2006-01-14 15:54:05 UTC ++++ Makefile @@ -1,24 +1,23 @@ TARGET = yeahconsole -CC = gcc From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69EFDA2EFE3; Sat, 14 Nov 2015 03:55:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 371E81A40; Sat, 14 Nov 2015 03:55:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3tui9048705; Sat, 14 Nov 2015 03:55:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3tuww048704; Sat, 14 Nov 2015 03:55:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3tuww048704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401561 - head/x11/xrsi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:57 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:56 2015 New Revision: 401561 URL: https://svnweb.freebsd.org/changeset/ports/401561 Log: - Fix license handling - Optionize docs - Switch to options helpers Modified: head/x11/xrsi/Makefile Modified: head/x11/xrsi/Makefile ============================================================================== --- head/x11/xrsi/Makefile Sat Nov 14 03:55:45 2015 (r401560) +++ head/x11/xrsi/Makefile Sat Nov 14 03:55:56 2015 (r401561) @@ -10,17 +10,23 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Minimalist break enforcer for Linux/Unix for the prevention of RSI +LICENSE= ART10 +LICENSE_FILE= ${WRKSRC}/Licence + USE_XORG= x11 PLIST_FILES= bin/xrsi -PORTDOCS= Readme Licence +PORTDOCS= Readme + +OPTIONS_DEFINE= DOCS do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -o ${WRKSRC}/xrsi ${WRKSRC}/xrsi.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrsi ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/Licence ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@freebsd.org Sat Nov 14 03:55:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B811A2EFF4; Sat, 14 Nov 2015 03:55:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BCC11A42; Sat, 14 Nov 2015 03:55:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3twBv048820; Sat, 14 Nov 2015 03:55:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3twHG048817; Sat, 14 Nov 2015 03:55:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140355.tAE3twHG048817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401562 - in head/x11-wm/plwm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:55:59 -0000 Author: amdmi3 Date: Sat Nov 14 03:55:57 2015 New Revision: 401562 URL: https://svnweb.freebsd.org/changeset/ports/401562 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/x11-wm/plwm/Makefile head/x11-wm/plwm/files/patch-plwm_outline.py Modified: head/x11-wm/plwm/Makefile ============================================================================== --- head/x11-wm/plwm/Makefile Sat Nov 14 03:55:56 2015 (r401561) +++ head/x11-wm/plwm/Makefile Sat Nov 14 03:55:57 2015 (r401562) @@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window manager construction kit -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:${PORTSDIR}/x11-toolkits/py-xlib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:${PORTSDIR}/x11-toolkits/py-xlib @@ -31,10 +32,12 @@ post-patch: @${REINPLACE_CMD} -e \ 's|$$Id|coding: utf-8 |g' ${WRKSRC}/plwm/mw_apm.py -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.pdf \ ${STAGEDIR}${DOCSDIR}) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.examplewm *.py \ ${STAGEDIR}${EXAMPLESDIR}) Modified: head/x11-wm/plwm/files/patch-plwm_outline.py ============================================================================== --- head/x11-wm/plwm/files/patch-plwm_outline.py Sat Nov 14 03:55:56 2015 (r401561) +++ head/x11-wm/plwm/files/patch-plwm_outline.py Sat Nov 14 03:55:57 2015 (r401562) @@ -1,6 +1,6 @@ ---- plwm/outline.py.orig 2001-11-26 14:48:21.000000000 +0100 -+++ plwm/outline.py 2009-06-06 17:47:13.000000000 +0200 -@@ -63,7 +63,7 @@ +--- plwm/outline.py.orig 2001-11-26 13:48:21 UTC ++++ plwm/outline.py +@@ -63,7 +63,7 @@ class XorOutlineClient: if name: self.outline_gc.set_clip_rectangles(0, 0, [coords], X.YXSorted) @@ -9,7 +9,7 @@ self.screen.root.draw_text(self.outline_gc, sx, sy, name) self.outline_name = (sx, sy, name) else: -@@ -138,8 +138,8 @@ +@@ -138,8 +138,8 @@ class WindowOutlineClient: height = s[3] - s[1] + 1) if name: @@ -20,7 +20,7 @@ width = sw, height = sh) if not self.outline_mapped: -@@ -155,7 +155,7 @@ +@@ -155,7 +155,7 @@ class WindowOutlineClient: # disappear otherwise... if name: self.outline_name_window.image_text(self.outline_name_gc, @@ -29,7 +29,7 @@ def outline_hide(self): if self.outline_mapped: -@@ -246,8 +246,8 @@ +@@ -246,8 +246,8 @@ def calculate_parts(client, x, y, w, h, sw = min(r.overall_width, w) sh = min(r.overall_ascent + r.overall_descent, h) From owner-svn-ports-head@freebsd.org Sat Nov 14 03:56:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55469A2D025; Sat, 14 Nov 2015 03:56:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 118DD1AF9; Sat, 14 Nov 2015 03:56:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE3u2Kw048926; Sat, 14 Nov 2015 03:56:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE3u2Sb048925; Sat, 14 Nov 2015 03:56:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511140356.tAE3u2Sb048925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 03:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401563 - head/sysutils/rsyncbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 03:56:03 -0000 Author: amdmi3 Date: Sat Nov 14 03:56:01 2015 New Revision: 401563 URL: https://svnweb.freebsd.org/changeset/ports/401563 Log: - Switch to options helpers Modified: head/sysutils/rsyncbackup/Makefile Modified: head/sysutils/rsyncbackup/Makefile ============================================================================== --- head/sysutils/rsyncbackup/Makefile Sat Nov 14 03:55:57 2015 (r401562) +++ head/sysutils/rsyncbackup/Makefile Sat Nov 14 03:56:01 2015 (r401563) @@ -33,6 +33,8 @@ do-install: ${INSTALL_DATA} ${CONFIGSRC}/${configfile} \ ${STAGEDIR}${ETCDIR}/${configfile}.example .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Sat Nov 14 09:27:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3941A2FEB2; Sat, 14 Nov 2015 09:27:33 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 853581E42; Sat, 14 Nov 2015 09:27:33 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAE9RW3v047094; Sat, 14 Nov 2015 09:27:32 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAE9RWn8047088; Sat, 14 Nov 2015 09:27:32 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201511140927.tAE9RWn8047088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Sat, 14 Nov 2015 09:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401564 - in head: emulators/xen emulators/xen-kernel emulators/xen-kernel/files sysutils/xen-tools sysutils/xen-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 09:27:33 -0000 Author: royger (src committer) Date: Sat Nov 14 09:27:31 2015 New Revision: 401564 URL: https://svnweb.freebsd.org/changeset/ports/401564 Log: xen: update to 4.5.2 ...and add XSA-156. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D4150 Added: head/emulators/xen-kernel/files/xsa156-4.5.patch (contents, props changed) Deleted: head/emulators/xen-kernel/files/0008-xen-arm-mm-Do-not-dump-the-p2m-when-mapping-a-foreig.patch head/emulators/xen-kernel/files/xsa148-4.5.patch head/emulators/xen-kernel/files/xsa149.patch head/emulators/xen-kernel/files/xsa150.patch head/emulators/xen-kernel/files/xsa151.patch head/emulators/xen-kernel/files/xsa152-4.5.patch head/sysutils/xen-tools/files/xsa137.patch head/sysutils/xen-tools/files/xsa138-qemuu-1.patch head/sysutils/xen-tools/files/xsa138-qemuu-2.patch head/sysutils/xen-tools/files/xsa138-qemuu-3.patch head/sysutils/xen-tools/files/xsa139-qemuu-4.5.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-1.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-2.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-3.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-4.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-5.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-6.patch head/sysutils/xen-tools/files/xsa140-qemuu-unstable-7.patch head/sysutils/xen-tools/files/xsa142-4.5.patch head/sysutils/xen-tools/files/xsa153-libxl.patch Modified: head/emulators/xen-kernel/Makefile head/emulators/xen-kernel/distinfo head/emulators/xen/Makefile head/sysutils/xen-tools/Makefile head/sysutils/xen-tools/distinfo Modified: head/emulators/xen-kernel/Makefile ============================================================================== --- head/emulators/xen-kernel/Makefile Sat Nov 14 03:56:01 2015 (r401563) +++ head/emulators/xen-kernel/Makefile Sat Nov 14 09:27:31 2015 (r401564) @@ -2,12 +2,11 @@ PORTNAME= xen PKGNAMESUFFIX= -kernel -PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTVERSION= 4.5.2 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= royger@FreeBSD.org COMMENT= Hypervisor using a microkernel design LICENSE= GPLv2 @@ -31,12 +30,7 @@ EXTRA_PATCHES= ${FILESDIR}/0001-introduc ${FILESDIR}/0005-x86-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p2 \ ${FILESDIR}/0006-xen-pvh-enable-mmu_update-hypercall.patch:-p2 \ ${FILESDIR}/0007-iommu-fix-usage-of-shared-EPT-IOMMU-page-tables-on-P.patch:-p2 \ - ${FILESDIR}/0008-xen-arm-mm-Do-not-dump-the-p2m-when-mapping-a-foreig.patch:-p2 \ - ${FILESDIR}/xsa148-4.5.patch:-p2 \ - ${FILESDIR}/xsa149.patch:-p2 \ - ${FILESDIR}/xsa150.patch:-p2 \ - ${FILESDIR}/xsa151.patch:-p2 \ - ${FILESDIR}/xsa152-4.5.patch:-p2 + ${FILESDIR}/xsa156-4.5.patch:-p2 .include Modified: head/emulators/xen-kernel/distinfo ============================================================================== --- head/emulators/xen-kernel/distinfo Sat Nov 14 03:56:01 2015 (r401563) +++ head/emulators/xen-kernel/distinfo Sat Nov 14 09:27:31 2015 (r401564) @@ -1,2 +1,2 @@ -SHA256 (xen-4.5.1.tar.gz) = 668c11d4fca67ac44329e369f810356eacd37b28d28fb96e66aac77f3c5e1371 -SIZE (xen-4.5.1.tar.gz) = 18410400 +SHA256 (xen-4.5.2.tar.gz) = 4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 +SIZE (xen-4.5.2.tar.gz) = 18416220 Added: head/emulators/xen-kernel/files/xsa156-4.5.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/xen-kernel/files/xsa156-4.5.patch Sat Nov 14 09:27:31 2015 (r401564) @@ -0,0 +1,127 @@ +x86/HVM: always intercept #AC and #DB + +Both being benign exceptions, and both being possible to get triggered +by exception delivery, this is required to prevent a guest from locking +up a CPU (resulting from no other VM exits occurring once getting into +such a loop). + +The specific scenarios: + +1) #AC may be raised during exception delivery if the handler is set to +be a ring-3 one by a 32-bit guest, and the stack is misaligned. + +2) #DB may be raised during exception delivery when a breakpoint got +placed on a data structure involved in delivering the exception. This +can result in an endless loop when a 64-bit guest uses a non-zero IST +for the vector 1 IDT entry, but even without use of IST the time it +takes until a contributory fault would get raised (results depending +on the handler) may be quite long. + +This is XSA-156. + +Reported-by: Benjamin Serebrin +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper +Tested-by: Andrew Cooper + +--- a/xen/arch/x86/hvm/svm/svm.c ++++ b/xen/arch/x86/hvm/svm/svm.c +@@ -1045,10 +1045,11 @@ static void noreturn svm_do_resume(struc + unlikely(v->arch.hvm_vcpu.debug_state_latch != debug_state) ) + { + uint32_t intercepts = vmcb_get_exception_intercepts(vmcb); +- uint32_t mask = (1U << TRAP_debug) | (1U << TRAP_int3); ++ + v->arch.hvm_vcpu.debug_state_latch = debug_state; + vmcb_set_exception_intercepts( +- vmcb, debug_state ? (intercepts | mask) : (intercepts & ~mask)); ++ vmcb, debug_state ? (intercepts | (1U << TRAP_int3)) ++ : (intercepts & ~(1U << TRAP_int3))); + } + + if ( v->arch.hvm_svm.launch_core != smp_processor_id() ) +@@ -2435,8 +2436,9 @@ void svm_vmexit_handler(struct cpu_user_ + + case VMEXIT_EXCEPTION_DB: + if ( !v->domain->debugger_attached ) +- goto unexpected_exit_type; +- domain_pause_for_debugger(); ++ hvm_inject_hw_exception(TRAP_debug, HVM_DELIVER_NO_ERROR_CODE); ++ else ++ domain_pause_for_debugger(); + break; + + case VMEXIT_EXCEPTION_BP: +@@ -2484,6 +2486,11 @@ void svm_vmexit_handler(struct cpu_user_ + break; + } + ++ case VMEXIT_EXCEPTION_AC: ++ HVMTRACE_1D(TRAP, TRAP_alignment_check); ++ hvm_inject_hw_exception(TRAP_alignment_check, vmcb->exitinfo1); ++ break; ++ + case VMEXIT_EXCEPTION_UD: + svm_vmexit_ud_intercept(regs); + break; +--- a/xen/arch/x86/hvm/vmx/vmx.c ++++ b/xen/arch/x86/hvm/vmx/vmx.c +@@ -1186,16 +1186,10 @@ static void vmx_update_host_cr3(struct v + + void vmx_update_debug_state(struct vcpu *v) + { +- unsigned long mask; +- +- mask = 1u << TRAP_int3; +- if ( !cpu_has_monitor_trap_flag ) +- mask |= 1u << TRAP_debug; +- + if ( v->arch.hvm_vcpu.debug_state_latch ) +- v->arch.hvm_vmx.exception_bitmap |= mask; ++ v->arch.hvm_vmx.exception_bitmap |= 1U << TRAP_int3; + else +- v->arch.hvm_vmx.exception_bitmap &= ~mask; ++ v->arch.hvm_vmx.exception_bitmap &= ~(1U << TRAP_int3); + + vmx_vmcs_enter(v); + vmx_update_exception_bitmap(v); +@@ -2801,9 +2795,10 @@ void vmx_vmexit_handler(struct cpu_user_ + __vmread(EXIT_QUALIFICATION, &exit_qualification); + HVMTRACE_1D(TRAP_DEBUG, exit_qualification); + write_debugreg(6, exit_qualification | 0xffff0ff0); +- if ( !v->domain->debugger_attached || cpu_has_monitor_trap_flag ) +- goto exit_and_crash; +- domain_pause_for_debugger(); ++ if ( !v->domain->debugger_attached ) ++ hvm_inject_hw_exception(vector, HVM_DELIVER_NO_ERROR_CODE); ++ else ++ domain_pause_for_debugger(); + break; + case TRAP_int3: + { +@@ -2868,6 +2863,11 @@ void vmx_vmexit_handler(struct cpu_user_ + + hvm_inject_page_fault(regs->error_code, exit_qualification); + break; ++ case TRAP_alignment_check: ++ HVMTRACE_1D(TRAP, vector); ++ __vmread(VM_EXIT_INTR_ERROR_CODE, &ecode); ++ hvm_inject_hw_exception(vector, ecode); ++ break; + case TRAP_nmi: + if ( (intr_info & INTR_INFO_INTR_TYPE_MASK) != + (X86_EVENTTYPE_NMI << 8) ) +--- a/xen/include/asm-x86/hvm/hvm.h ++++ b/xen/include/asm-x86/hvm/hvm.h +@@ -378,7 +378,10 @@ static inline int hvm_event_pending(stru + (X86_CR4_VMXE | X86_CR4_PAE | X86_CR4_MCE)) + + /* These exceptions must always be intercepted. */ +-#define HVM_TRAP_MASK ((1U << TRAP_machine_check) | (1U << TRAP_invalid_op)) ++#define HVM_TRAP_MASK ((1U << TRAP_debug) | \ ++ (1U << TRAP_invalid_op) | \ ++ (1U << TRAP_alignment_check) | \ ++ (1U << TRAP_machine_check)) + + /* + * x86 event types. This enumeration is valid for: Modified: head/emulators/xen/Makefile ============================================================================== --- head/emulators/xen/Makefile Sat Nov 14 03:56:01 2015 (r401563) +++ head/emulators/xen/Makefile Sat Nov 14 09:27:31 2015 (r401564) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= xen -PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTVERSION= 4.5.2 CATEGORIES= emulators -MAINTAINER= ports@FreeBSD.org +MAINTAINER= royger@FreeBSD.org COMMENT= Xen Hyvervisor meta port LICENSE= GPLv2 Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Sat Nov 14 03:56:01 2015 (r401563) +++ head/sysutils/xen-tools/Makefile Sat Nov 14 09:27:31 2015 (r401564) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= xen -PORTVERSION= 4.5.1 -PORTREVISION= 2 +PORTVERSION= 4.5.2 CATEGORIES= sysutils emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios PKGNAMESUFFIX= -tools -MAINTAINER= ports@FreeBSD.org +MAINTAINER= royger@FreeBSD.org COMMENT= Xen management tool, based on LibXenlight LICENSE= GPLv2 LGPL3 @@ -48,10 +47,7 @@ QEMU_ARGS= --disable-gtk \ --disable-curl \ --cxx=c++ -EXTRA_PATCHES= ${FILESDIR}/xsa137.patch:-p1 \ - ${FILESDIR}/xsa142-4.5.patch:-p1 \ - ${FILESDIR}/xsa153-libxl.patch:-p1 \ - ${FILESDIR}/0002-libxc-fix-xc_dom_load_elf_symtab.patch:-p1 +EXTRA_PATCHES= ${FILESDIR}/0002-libxc-fix-xc_dom_load_elf_symtab.patch:-p1 CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" SHEBANG_FILES= tools/misc/xencov_split \ @@ -78,10 +74,6 @@ post-patch: ${WRKSRC}/tools/libxl/libxl_dm.c \ ${WRKSRC}/tools/qemu-xen-traditional/i386-dm/helper2.c \ ${WRKSRC}/docs/man/* - @for p in ${FILESDIR}/*qemuu*.patch; do \ - ${ECHO_CMD} "====> Applying $${p##*/}" ; \ - ${PATCH} -s -p1 -i $${p} -d ${WRKSRC}/tools/qemu-xen ; \ - done post-install: ${MKDIR} ${STAGEDIR}/var/run/xen Modified: head/sysutils/xen-tools/distinfo ============================================================================== --- head/sysutils/xen-tools/distinfo Sat Nov 14 03:56:01 2015 (r401563) +++ head/sysutils/xen-tools/distinfo Sat Nov 14 09:27:31 2015 (r401564) @@ -1,4 +1,4 @@ -SHA256 (xen-4.5.1.tar.gz) = 668c11d4fca67ac44329e369f810356eacd37b28d28fb96e66aac77f3c5e1371 -SIZE (xen-4.5.1.tar.gz) = 18410400 +SHA256 (xen-4.5.2.tar.gz) = 4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 +SIZE (xen-4.5.2.tar.gz) = 18416220 SHA256 (seabios-1.8.1.tar.gz) = 283bd848f5ce9d4bc52add973a856347e02c9ce89a9e6bc92c99359b87c9871d SIZE (seabios-1.8.1.tar.gz) = 537712 From owner-svn-ports-head@freebsd.org Sat Nov 14 11:09:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 213E5A2DDBD; Sat, 14 Nov 2015 11:09:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF04F1D44; Sat, 14 Nov 2015 11:09:36 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEB9ZZl075415; Sat, 14 Nov 2015 11:09:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEB9Z8G075412; Sat, 14 Nov 2015 11:09:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511141109.tAEB9Z8G075412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 14 Nov 2015 11:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401565 - in head/devel/hwloc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 11:09:37 -0000 Author: tijl Date: Sat Nov 14 11:09:35 2015 New Revision: 401565 URL: https://svnweb.freebsd.org/changeset/ports/401565 Log: - Update to 1.11.1 - Explicitly disable OpenCL, CUDA and NVML for now - Strip libraries - Whitespace PR: 204509 Approved by: phd_kimberlite@yahoo.co.jp (maintainer) Deleted: head/devel/hwloc/files/ Modified: head/devel/hwloc/Makefile head/devel/hwloc/distinfo head/devel/hwloc/pkg-plist Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Sat Nov 14 09:27:31 2015 (r401564) +++ head/devel/hwloc/Makefile Sat Nov 14 11:09:35 2015 (r401565) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= hwloc -PORTVERSION= 1.9 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= devel -MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \ - http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/ +MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \ + http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Portable Hardware Locality software package @@ -16,10 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-static \ - --enable-libxml2 \ - --disable-gl -USES= pkgconfig pathfix iconv libtool tar:bzip2 +CONFIGURE_ARGS= --enable-static \ + --disable-opencl \ + --disable-cuda \ + --disable-nvml \ + --disable-gl +INSTALL_TARGET= install-strip +USES= iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 @@ -29,11 +31,12 @@ ONLY_FOR_ARCHS= i386 amd64 armv6 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture OPTIONS_DEFINE= CAIRO DOCS +OPTIONS_SUB= yes CAIRO_CONFIGURE_OFF= --disable-cairo --without-x CAIRO_CONFIGURE_ON= --enable-cairo --with-x -CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -CAIRO_USE= XORG=x11 +CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo +CAIRO_USE= XORG=x11 post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html Modified: head/devel/hwloc/distinfo ============================================================================== --- head/devel/hwloc/distinfo Sat Nov 14 09:27:31 2015 (r401564) +++ head/devel/hwloc/distinfo Sat Nov 14 11:09:35 2015 (r401565) @@ -1,2 +1,2 @@ -SHA256 (hwloc-1.9.tar.bz2) = 24a81ff1c3810f16633bf5ad3fb80cbbaf882e466a788af4301b2911698c4f7e -SIZE (hwloc-1.9.tar.bz2) = 3682256 +SHA256 (hwloc-1.11.1.tar.bz2) = 48614061c4baa44dec7ec078459c3bd1f3ecaa39a39331a7eb857c945cca6c0f +SIZE (hwloc-1.11.1.tar.bz2) = 3993881 Modified: head/devel/hwloc/pkg-plist ============================================================================== --- head/devel/hwloc/pkg-plist Sat Nov 14 09:27:31 2015 (r401564) +++ head/devel/hwloc/pkg-plist Sat Nov 14 11:09:35 2015 (r401565) @@ -33,7 +33,7 @@ include/hwloc/rename.h lib/libhwloc.a lib/libhwloc.so lib/libhwloc.so.5 -lib/libhwloc.so.5.5.0 +lib/libhwloc.so.5.6.7 libdata/pkgconfig/hwloc.pc man/man1/hwloc-annotate.1.gz man/man1/hwloc-assembler-remote.1.gz @@ -45,9 +45,11 @@ man/man1/hwloc-diff.1.gz man/man1/hwloc-distances.1.gz man/man1/hwloc-distrib.1.gz man/man1/hwloc-info.1.gz +man/man1/hwloc-ls.1.gz man/man1/hwloc-patch.1.gz man/man1/hwloc-ps.1.gz man/man1/lstopo.1.gz +man/man1/lstopo-no-graphics.1.gz man/man3/HWLOC_API_VERSION.3.gz man/man3/HWLOC_CPUBIND_NOMEMBIND.3.gz man/man3/HWLOC_CPUBIND_PROCESS.3.gz @@ -77,7 +79,7 @@ man/man3/HWLOC_OBJ_CORE.3.gz man/man3/HWLOC_OBJ_GROUP.3.gz man/man3/HWLOC_OBJ_MACHINE.3.gz man/man3/HWLOC_OBJ_MISC.3.gz -man/man3/HWLOC_OBJ_NODE.3.gz +man/man3/HWLOC_OBJ_NUMANODE.3.gz man/man3/HWLOC_OBJ_OSDEV_BLOCK.3.gz man/man3/HWLOC_OBJ_OSDEV_COPROC.3.gz man/man3/HWLOC_OBJ_OSDEV_DMA.3.gz @@ -85,9 +87,9 @@ man/man3/HWLOC_OBJ_OSDEV_GPU.3.gz man/man3/HWLOC_OBJ_OSDEV_NETWORK.3.gz man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3.gz man/man3/HWLOC_OBJ_OS_DEVICE.3.gz +man/man3/HWLOC_OBJ_PACKAGE.3.gz man/man3/HWLOC_OBJ_PCI_DEVICE.3.gz man/man3/HWLOC_OBJ_PU.3.gz -man/man3/HWLOC_OBJ_SOCKET.3.gz man/man3/HWLOC_OBJ_SYSTEM.3.gz man/man3/HWLOC_OBJ_TYPE_MAX.3.gz man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3.gz @@ -339,6 +341,7 @@ man/man3/hwloc_topology_diff_type_e.3.gz man/man3/hwloc_topology_diff_u.3.gz man/man3/hwloc_topology_discovery_support.3.gz man/man3/hwloc_topology_dup.3.gz +man/man3/hwloc_topology_export_synthetic.3.gz man/man3/hwloc_topology_export_xml.3.gz man/man3/hwloc_topology_export_xmlbuffer.3.gz man/man3/hwloc_topology_flags_e.3.gz @@ -349,9 +352,9 @@ man/man3/hwloc_topology_get_complete_nod man/man3/hwloc_topology_get_depth.3.gz man/man3/hwloc_topology_get_flags.3.gz man/man3/hwloc_topology_get_online_cpuset.3.gz -man/man3/hwloc_topology_get_support.3.gz man/man3/hwloc_topology_get_topology_cpuset.3.gz man/man3/hwloc_topology_get_topology_nodeset.3.gz +man/man3/hwloc_topology_get_userdata.3.gz man/man3/hwloc_topology_ignore_all_keep_structure.3.gz man/man3/hwloc_topology_ignore_type.3.gz man/man3/hwloc_topology_ignore_type_keep_structure.3.gz @@ -368,6 +371,7 @@ man/man3/hwloc_topology_set_flags.3.gz man/man3/hwloc_topology_set_fsroot.3.gz man/man3/hwloc_topology_set_pid.3.gz man/man3/hwloc_topology_set_synthetic.3.gz +man/man3/hwloc_topology_set_userdata.3.gz man/man3/hwloc_topology_set_userdata_export_callback.3.gz man/man3/hwloc_topology_set_userdata_import_callback.3.gz man/man3/hwloc_topology_set_xml.3.gz @@ -409,8 +413,10 @@ man/man3/hwlocality_object_types.3.gz man/man3/hwlocality_objects.3.gz man/man3/hwlocality_opencl.3.gz man/man3/hwlocality_openfabrics.3.gz +man/man3/hwlocality_syntheticexport.3.gz man/man3/hwlocality_tinker.3.gz man/man3/hwlocality_xmlexport.3.gz man/man7/hwloc.7.gz +%%CAIRO%%share/applications/lstopo.desktop share/hwloc/hwloc-valgrind.supp share/hwloc/hwloc.dtd From owner-svn-ports-head@freebsd.org Sat Nov 14 13:51:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E5FBA2E2F7; Sat, 14 Nov 2015 13:51:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4D219A0; Sat, 14 Nov 2015 13:51:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEDoxgE021619; Sat, 14 Nov 2015 13:50:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEDoxEL021618; Sat, 14 Nov 2015 13:50:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141350.tAEDoxEL021618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 13:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401566 - head/finance/qhacc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 13:51:00 -0000 Author: amdmi3 Date: Sat Nov 14 13:50:59 2015 New Revision: 401566 URL: https://svnweb.freebsd.org/changeset/ports/401566 Log: - Add LICENSE_FILE - Simplify newer gcc requirement - Switch to options helpers Modified: head/finance/qhacc/Makefile Modified: head/finance/qhacc/Makefile ============================================================================== --- head/finance/qhacc/Makefile Sat Nov 14 11:09:35 2015 (r401565) +++ head/finance/qhacc/Makefile Sat Nov 14 13:50:59 2015 (r401566) @@ -11,24 +11,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple Qt-based financial manager LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 -OPTIONS_DEFINE= DOCS - -USES= qmake:norecursive tar:tgz +USES= compiler:c++11-lib qmake:norecursive tar:tgz USE_QT4= corelib gui sql moc_build rcc_build uic_build -USE_CXXSTD= c++0x +USE_CXXSTD= c++11 USE_LDCONFIG= yes DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" -.include - -.if ${OSVERSION} < 1000054 -USE_GCC= yes -.endif +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ @@ -58,6 +53,8 @@ do-install: @${LN} -sf libengine.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libengine.so.1.0 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/qm && ${INSTALL_DATA} *.qm ${STAGEDIR}${DATADIR}) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog README THANKS TODO UPGRADE (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Sat Nov 14 13:51:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D87C6A2E344; Sat, 14 Nov 2015 13:51:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADEAF1AD7; Sat, 14 Nov 2015 13:51:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEDpS3t021873; Sat, 14 Nov 2015 13:51:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEDpRSW021865; Sat, 14 Nov 2015 13:51:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511141351.tAEDpRSW021865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 14 Nov 2015 13:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401567 - in head/games: . retroarch retroarch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 13:51:30 -0000 Author: pi Date: Sat Nov 14 13:51:27 2015 New Revision: 401567 URL: https://svnweb.freebsd.org/changeset/ports/401567 Log: New port: games/retroarch RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes videogame system emulators and game engines, but also more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores". WWW: http://github.com/libretro/RetroArch PR: 204347 Submitted by: yuri@rawbw.com Added: head/games/retroarch/ head/games/retroarch/Makefile (contents, props changed) head/games/retroarch/distinfo (contents, props changed) head/games/retroarch/files/ head/games/retroarch/files/patch-qb_config.libs.sh (contents, props changed) head/games/retroarch/files/patch-qb_qb.params.sh (contents, props changed) head/games/retroarch/files/pkg-message.in (contents, props changed) head/games/retroarch/pkg-descr (contents, props changed) head/games/retroarch/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Nov 14 13:50:59 2015 (r401566) +++ head/games/Makefile Sat Nov 14 13:51:27 2015 (r401567) @@ -835,6 +835,7 @@ SUBDIR += reminiscence SUBDIR += rescue SUBDIR += residualvm + SUBDIR += retroarch SUBDIR += rezerwar SUBDIR += rfksay SUBDIR += ri-li Added: head/games/retroarch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/Makefile Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,90 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= RetroArch +PORTVERSION= 1.2.2 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= yuri@rawbw.com +COMMENT= Cross-platform entertainment system based on libretro API + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon + +OPTIONS_DEFINE= FFMPEG OSS JACK PULSEAUDIO ALSA SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO +OPTIONS_DEFAULT=FFMPEG OSS PULSEAUDIO SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO +FFMPEG_DESC= On-the-fly recording of gameplay with libavcodec +NETPLAY_DESC= Peer-to-peer netplay +PYTHON_DESC= Script support in shaders +FBO_DESC= OpenGL render-to-texture + +FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_CONFIGURE_ENABLE=ffmpeg +OSS_CONFIGURE_ENABLE= oss +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack +JACK_CONFIGURE_ENABLE= jack +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_CONFIGURE_ENABLE= pulse +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CONFIGURE_ENABLE= alsa +SDL_USE= SDL=sdl2 image2 +SDL_CONFIGURE_ON= --disable-sdl --enable-sdl2 +SDL_CONFIGURE_OFF= --disable-sdl --disable-sdl2 +OPENGL_USE= GL=gl +OPENGL_CONFIGURE_ENABLE=opengl +OPENAL_USES= openal:soft +OPENAL_CONFIGURE_ENABLE=al +NETPLAY_CONFIGURE_ENABLE= netplay +PYTHON_CONFIGURE_ENABLE=python +PYTHON_USES= python:3.4+ +V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +V4L_CONFIGURE_ENABLE= v4l2 +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +FREETYPE_CONFIGURE_ENABLE= freetype +FBO_CONFIGURE_ENABLE= fbo + +CFLAGS+= -pthread +LDFLAGS+= -pthread +CONFIGURE_ARGS+=--enable-threads + +USE_GITHUB= yes +GH_ACCOUNT= libretro + +SUB_FILES= pkg-message +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--global-config-dir=${LOCALBASE}/etc +USES= compiler:c++11-lib gmake +USE_XORG= x11 xext xinerama xv xxf86vm + +MAN1PAGES= retroarch-cg2glsl.1 retroarch-joyconfig.1 retroarch.1 + +post-patch: + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/camera/drivers/video4linux2.c \ + ${WRKSRC}/deps/zlib/zutil.h \ + ${WRKSRC}/gfx/drivers/*.c \ + ${WRKSRC}/libretro-common/formats/png/rpng_decode.c \ + ${WRKSRC}/libretro-common/libco/armeabi.c \ + ${WRKSRC}/logger/netlogger/psl1ght_logger.c \ + ${WRKSRC}/wii/mem2_manager.c + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/camera/drivers/video4linux2.c + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/qb/config.libs.sh + +post-install: + if [ -n "${STRIP}" ]; then \ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/retroarch; \ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/retroarch-joyconfig; \ + fi + ${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/retroarch.1 + ${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/retroarch-cg2glsl.1 + ${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/retroarch-joyconfig.1 + ${RM} -rf ${STAGEDIR}${PREFIX}/share/man + @${REINPLACE_CMD} -e 's|# libretro_directory =|libretro_directory = "${PREFIX}/libexec/libretro"|' \ + ${STAGEDIR}${PREFIX}/etc/retroarch.cfg + +.include Added: head/games/retroarch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/distinfo Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,2 @@ +SHA256 (libretro-RetroArch-v1.2.2_GH0.tar.gz) = 1113f75f6ddb790174b0f9e0fc82ff4875e8a4d39262428a6ba4a931a147b9af +SIZE (libretro-RetroArch-v1.2.2_GH0.tar.gz) = 9155016 Added: head/games/retroarch/files/patch-qb_config.libs.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/files/patch-qb_config.libs.sh Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,37 @@ +--- qb/config.libs.sh.orig 2015-07-19 09:50:27 UTC ++++ qb/config.libs.sh +@@ -31,6 +31,9 @@ fi + + add_define_make DYLIB_LIB "$DYLIB" + ++add_include_dirs /usr/local/include ++add_library_dirs /usr/local/lib ++ + [ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present. + + [ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib +@@ -125,11 +128,11 @@ fi + add_define_make libretro "$LIBRETRO" + } + +-if [ "$MAN_DIR" ]; then ++#if [ "$MAN_DIR" ]; then + add_define_make MAN_DIR "$MAN_DIR" +-else +- add_define_make MAN_DIR "${PREFIX}/share/man/man1" +-fi ++#else ++ add_define_make MAN_DIR "${PREFIX}/man/man1" ++#fi + + if [ "$OS" = 'Win32' ]; then + HAVE_THREADS=yes +@@ -182,7 +185,7 @@ fi + check_pkgconf ALSA alsa + check_header OSS sys/soundcard.h + check_header OSS_BSD soundcard.h +-check_lib OSS_LIB -lossaudio ++#check_lib OSS_LIB -lossaudio + + if [ "$OS" = 'Darwin' ]; then + check_lib AL "-framework OpenAL" alcOpenDevice Added: head/games/retroarch/files/patch-qb_qb.params.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/files/patch-qb_qb.params.sh Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,12 @@ +--- qb/qb.params.sh.orig 2015-07-19 09:50:27 UTC ++++ qb/qb.params.sh +@@ -59,6 +59,9 @@ parse_input() # Parse stuff :V + while [ "$1" ]; do + case "$1" in + --prefix=*) PREFIX=${1##--prefix=};; ++ --build=*) ;; ++ --x-includes=*) ;; ++ --x-libraries=*) ;; + --global-config-dir=*) GLOBAL_CONFIG_DIR=${1##--global-config-dir=};; + --host=*) CROSS_COMPILE=${1##--host=}-;; + --enable-*) Added: head/games/retroarch/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/files/pkg-message.in Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,12 @@ +====================================================================== +You installed RetroArch: libretro-based entertainment platform. + +RetroArch is the lowest tier of the entertainment platform. The middle +tier is the core, which is usually an interpreter of the computer game +code. The top tier is the game code itself. + +You can run the stack with this command: +$ retroarch -L some-core-libretro.so some-game.game + +Enjoy! +====================================================================== Added: head/games/retroarch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/pkg-descr Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,6 @@ +RetroArch is the reference frontend for the libretro API. Popular examples +of implementations for this API includes videogame system emulators and +game engines, but also more generalized 3D programs. These programs are +instantiated as dynamic libraries. We refer to these as "libretro cores". + +WWW: http://github.com/libretro/RetroArch Added: head/games/retroarch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/retroarch/pkg-plist Sat Nov 14 13:51:27 2015 (r401567) @@ -0,0 +1,9 @@ +bin/retroarch +bin/retroarch-cg2glsl +bin/retroarch-joyconfig +etc/retroarch.cfg +man/man1/retroarch-cg2glsl.1.gz +man/man1/retroarch-joyconfig.1.gz +man/man1/retroarch.1.gz +share/pixmaps/retroarch.png +share/pixmaps/retroarch.svg From owner-svn-ports-head@freebsd.org Sat Nov 14 13:52:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F18A2E3BB; Sat, 14 Nov 2015 13:52:44 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0492D1DA7; Sat, 14 Nov 2015 13:52:43 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEDqgoA023839; Sat, 14 Nov 2015 13:52:42 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEDqggs023838; Sat, 14 Nov 2015 13:52:42 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201511141352.tAEDqggs023838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 14 Nov 2015 13:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401568 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 13:52:44 -0000 Author: lme Date: Sat Nov 14 13:52:42 2015 New Revision: 401568 URL: https://svnweb.freebsd.org/changeset/ports/401568 Log: - Fix fetch after upstreams switch from http to https MFH: 2015Q4 Modified: head/security/lynis/Makefile Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Sat Nov 14 13:51:27 2015 (r401567) +++ head/security/lynis/Makefile Sat Nov 14 13:52:42 2015 (r401568) @@ -4,8 +4,9 @@ PORTNAME= lynis PORTVERSION= 2.1.1 +DISTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://cisofy.com/files/ +MASTER_SITES= https://cisofy.com/files/ MAINTAINER= lme@FreeBSD.org COMMENT= Security and system auditing tool From owner-svn-ports-head@freebsd.org Sat Nov 14 13:56:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD53A2E47D; Sat, 14 Nov 2015 13:56:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4AF21FAF; Sat, 14 Nov 2015 13:56:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEDuWIe024147; Sat, 14 Nov 2015 13:56:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEDuWJd024143; Sat, 14 Nov 2015 13:56:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141356.tAEDuWJd024143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 13:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401569 - in head/audio/rioutil: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 13:56:34 -0000 Author: amdmi3 Date: Sat Nov 14 13:56:32 2015 New Revision: 401569 URL: https://svnweb.freebsd.org/changeset/ports/401569 Log: - Add LICENSE - Switch to USES=autoreconf - Clean the port up Added: head/audio/rioutil/files/patch-configure.ac - copied unchanged from r401568, head/audio/rioutil/files/extra-patch-configure.ac head/audio/rioutil/files/patch-src_Makefile.am (contents, props changed) Deleted: head/audio/rioutil/files/extra-patch-configure.ac head/audio/rioutil/files/patch-src__Makefile.in Modified: head/audio/rioutil/Makefile head/audio/rioutil/pkg-plist Modified: head/audio/rioutil/Makefile ============================================================================== --- head/audio/rioutil/Makefile Sat Nov 14 13:52:42 2015 (r401568) +++ head/audio/rioutil/Makefile Sat Nov 14 13:56:32 2015 (r401569) @@ -10,23 +10,15 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices -USES= gmake libtool +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include - -EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.ac -USE_AUTOTOOLS= autoconf - post-extract: -# @${RM} -f ${WRKSRC}/src/getopt* -# Fix for GCC 4.2 - @${REINPLACE_CMD} -e 's,read_buffer = .*),(&),' \ - ${WRKSRC}/librioutil/rio.c + @${RM} -f ${WRKSRC}/src/getopt* -.include +.include Copied: head/audio/rioutil/files/patch-configure.ac (from r401568, head/audio/rioutil/files/extra-patch-configure.ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rioutil/files/patch-configure.ac Sat Nov 14 13:56:32 2015 (r401569, copy of r401568, head/audio/rioutil/files/extra-patch-configure.ac) @@ -0,0 +1,17 @@ +--- configure.ac.orig 2009-03-07 01:48:24.000000000 +0300 ++++ configure.ac 2009-03-07 01:49:07.000000000 +0300 +@@ -74,13 +74,7 @@ + AC_MSG_RESULT(yes) + AC_DEFINE_UNQUOTED(WITH_LIBUSB) + +- AC_PATH_PROG(LIBUSB_CONFIG,libusb-config) +- if test -n "${LIBUSB_CONFIG}"; then +- CFLAGS="`${LIBUSB_CONFIG} --cflags` $CFLAGS" +- LIBS="`${LIBUSB_CONFIG} --libs` $LIBS" +- else +- AC_MSG_ERROR(Can't find libusb) +- fi ++ LIBS="-lusb $LIBS" + + AC_CHECK_LIB(usb, usb_open) + AC_SUBST(WITH_LIBUSB) Added: head/audio/rioutil/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rioutil/files/patch-src_Makefile.am Sat Nov 14 13:56:32 2015 (r401569) @@ -0,0 +1,20 @@ +--- src/Makefile.am.orig 2006-08-07 15:47:28 UTC ++++ src/Makefile.am +@@ -1,14 +1,14 @@ + bin_PROGRAMS = rioutil + +-INCLUDES = -I$(top_srcdir)/include -I/usr/local/include ++INCLUDES = -I$(top_srcdir)/include + +-rioutil_SOURCES = main.c getopt.c getopt1.c main.h getopt.h ++rioutil_SOURCES = main.c main.h + + if MACOSX + rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la -lIOKit + PREBIND_FLAGS = -prebind + else +-rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la ++rioutil_LDADD = $(top_srcdir)/librioutil/librioutil.la + endif + + rioutil_LDFLAGS = $(PREBIND_FLAGS) Modified: head/audio/rioutil/pkg-plist ============================================================================== --- head/audio/rioutil/pkg-plist Sat Nov 14 13:52:42 2015 (r401568) +++ head/audio/rioutil/pkg-plist Sat Nov 14 13:56:32 2015 (r401569) @@ -2,5 +2,6 @@ bin/rioutil include/rio.h lib/librioutil.a lib/librioutil.so +lib/librioutil.so.1 lib/librioutil.so.1.5.0 man/man1/rioutil.1.gz From owner-svn-ports-head@freebsd.org Sat Nov 14 14:45:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62D4AA2F153; Sat, 14 Nov 2015 14:45:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2922118B5; Sat, 14 Nov 2015 14:45:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEEjAs8038600; Sat, 14 Nov 2015 14:45:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEEjA53038599; Sat, 14 Nov 2015 14:45:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141445.tAEEjA53038599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 14:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401571 - head/x11/nvidia-xconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 14:45:11 -0000 Author: amdmi3 Date: Sat Nov 14 14:45:10 2015 New Revision: 401571 URL: https://svnweb.freebsd.org/changeset/ports/401571 Log: - Add LICENSE_FILE - Remove obsolete reinplace Approved by: portmgr blanket Modified: head/x11/nvidia-xconfig/Makefile Modified: head/x11/nvidia-xconfig/Makefile ============================================================================== --- head/x11/nvidia-xconfig/Makefile Sat Nov 14 14:12:33 2015 (r401570) +++ head/x11/nvidia-xconfig/Makefile Sat Nov 14 14:45:10 2015 (r401571) @@ -9,6 +9,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= Tool to manipulate X configuration files for the NVidia driver LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= NVIDIA @@ -26,7 +27,7 @@ PLIST_FILES= bin/nvidia-xconfig \ man/man1/nvidia-xconfig.1.gz post-patch: .SILENT - ${REINPLACE_CMD} -e '/^prefix/s/=/?&/' \ - -e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk + ${REINPLACE_CMD} -e '/^MANDIR/s|share/||' \ + ${WRKSRC}/utils.mk .include From owner-svn-ports-head@freebsd.org Sat Nov 14 15:02:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB06AA2F4A6; Sat, 14 Nov 2015 15:02:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A307C1121; Sat, 14 Nov 2015 15:02:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEF2c6S044403; Sat, 14 Nov 2015 15:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEF2c6Y044398; Sat, 14 Nov 2015 15:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141502.tAEF2c6Y044398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 15:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401572 - in head/games/wyrmgus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 15:02:40 -0000 Author: amdmi3 Date: Sat Nov 14 15:02:38 2015 New Revision: 401572 URL: https://svnweb.freebsd.org/changeset/ports/401572 Log: - Update to 1.6.0 Added: head/games/wyrmgus/files/ head/games/wyrmgus/files/patch-src_include_unittype.h (contents, props changed) head/games/wyrmgus/files/patch-src_unit_unittype.cpp (contents, props changed) head/games/wyrmgus/files/patch-src_unit_upgrade.cpp (contents, props changed) Modified: head/games/wyrmgus/Makefile head/games/wyrmgus/distinfo Modified: head/games/wyrmgus/Makefile ============================================================================== --- head/games/wyrmgus/Makefile Sat Nov 14 14:45:10 2015 (r401571) +++ head/games/wyrmgus/Makefile Sat Nov 14 15:02:38 2015 (r401572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wyrmgus -PORTVERSION= 1.4.1 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= games devel Modified: head/games/wyrmgus/distinfo ============================================================================== --- head/games/wyrmgus/distinfo Sat Nov 14 14:45:10 2015 (r401571) +++ head/games/wyrmgus/distinfo Sat Nov 14 15:02:38 2015 (r401572) @@ -1,2 +1,2 @@ -SHA256 (Andrettin-Wyrmgus-v1.4.1_GH0.tar.gz) = bee4c96ddd74e6c3105d725c37dfb774a6be53465355c7b578824b28719b89dc -SIZE (Andrettin-Wyrmgus-v1.4.1_GH0.tar.gz) = 1176777 +SHA256 (Andrettin-Wyrmgus-v1.6.0_GH0.tar.gz) = f8710d2a258e1f1fcf7a47d29c70add0654c7fbcab615d2418e0157a688289bf +SIZE (Andrettin-Wyrmgus-v1.6.0_GH0.tar.gz) = 1184771 Added: head/games/wyrmgus/files/patch-src_include_unittype.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmgus/files/patch-src_include_unittype.h Sat Nov 14 15:02:38 2015 (r401572) @@ -0,0 +1,23 @@ +--- src/include/unittype.h.orig 2015-11-10 20:52:37 UTC ++++ src/include/unittype.h +@@ -59,6 +59,7 @@ + #include + #include + #include ++#include + + /*---------------------------------------------------------------------------- + -- Declarations +@@ -132,9 +133,9 @@ public: + FrameWidth(0), FrameHeight(0), + Animations(NULL), Construction(NULL), Sprite(NULL), ShadowSprite(NULL), LeftArmSprite(NULL), RightArmSprite(NULL), HairSprite(NULL), ClothingSprite(NULL), ClothingLeftArmSprite(NULL), ClothingRightArmSprite(NULL), PantsSprite(NULL), ShoesSprite(NULL), WeaponSprite(NULL), ShieldSprite(NULL), HelmetSprite(NULL) + { +- memset(SpriteWhenLoaded, NULL, sizeof(SpriteWhenLoaded)); +- memset(SpriteWhenEmpty, NULL, sizeof(SpriteWhenEmpty)); +- memset(ShieldAnimation, NULL, sizeof(ShieldAnimation)); ++ memset(SpriteWhenLoaded, 0, sizeof(SpriteWhenLoaded)); ++ memset(SpriteWhenEmpty, 0, sizeof(SpriteWhenEmpty)); ++ memset(ShieldAnimation, 0, sizeof(ShieldAnimation)); + } + + ~VariationInfo(); Added: head/games/wyrmgus/files/patch-src_unit_unittype.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmgus/files/patch-src_unit_unittype.cpp Sat Nov 14 15:02:38 2015 (r401572) @@ -0,0 +1,18 @@ +--- src/unit/unittype.cpp.orig 2015-11-10 20:52:37 UTC ++++ src/unit/unittype.cpp +@@ -761,13 +761,13 @@ CUnitType::CUnitType() : + //Wyrmgus end + memset(ResInfo, 0, sizeof(ResInfo)); + //Wyrmgus start +- memset(VarInfo, NULL, sizeof(VarInfo)); ++ memset(VarInfo, 0, sizeof(VarInfo)); + memset(Drops, 0, sizeof(Drops)); + // memset(ImproveIncomes, 0, sizeof(ImproveIncomes)); + //Wyrmgus end + memset(MissileOffsets, 0, sizeof(MissileOffsets)); + //Wyrmgus start +- memset(ShieldAnimation, NULL, sizeof(ShieldAnimation)); ++ memset(ShieldAnimation, 0, sizeof(ShieldAnimation)); + //Wyrmgus end + } + Added: head/games/wyrmgus/files/patch-src_unit_upgrade.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmgus/files/patch-src_unit_upgrade.cpp Sat Nov 14 15:02:38 2015 (r401572) @@ -0,0 +1,20 @@ +--- src/unit/upgrade.cpp.orig 2015-11-10 20:52:37 UTC ++++ src/unit/upgrade.cpp +@@ -298,7 +298,7 @@ static int CclDefineModifier(lua_State * + um->UpgradeId = UpgradeIdByIdent(upgrade_name); + + if (um->UpgradeId == -1) { +- LuaError(l, "Error when defining upgrade modifier: upgrade \"%s\" doesn't exist." _C_ upgrade_name); ++ LuaError(l, "Error when defining upgrade modifier: upgrade \"%s\" doesn't exist." _C_ upgrade_name.c_str()); + } + //Wyrmgus end + +@@ -546,7 +546,7 @@ static int CclAcquireTrait(lua_State *l) + if (!strncmp(ident, "upgrade-", 8)) { + TraitAcquire(*unit, CUpgrade::Get(ident)); + unit->Trait = ident; +- } else if (ident == "") { ++ } else if (strlen(ident) == 0) { + if (!unit->Trait.empty()) { //remove previous trait, if any + if (!GameSettings.NoRandomness || unit->Type->BoolFlag[HERO_INDEX].value) { // if in no randomness setting, only change trait modifiers if the unit is a hero + IndividualUpgradeLost(*unit, CUpgrade::Get(unit->Trait)); From owner-svn-ports-head@freebsd.org Sat Nov 14 15:02:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7385A2F4C7; Sat, 14 Nov 2015 15:02:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E0F5113A; Sat, 14 Nov 2015 15:02:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEF2gl5044517; Sat, 14 Nov 2015 15:02:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEF2gP6044515; Sat, 14 Nov 2015 15:02:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141502.tAEF2gP6044515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 15:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401573 - head/games/wyrmsun X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 15:02:43 -0000 Author: amdmi3 Date: Sat Nov 14 15:02:42 2015 New Revision: 401573 URL: https://svnweb.freebsd.org/changeset/ports/401573 Log: - Update to 1.6.0 Modified: head/games/wyrmsun/Makefile head/games/wyrmsun/distinfo Modified: head/games/wyrmsun/Makefile ============================================================================== --- head/games/wyrmsun/Makefile Sat Nov 14 15:02:38 2015 (r401572) +++ head/games/wyrmsun/Makefile Sat Nov 14 15:02:42 2015 (r401573) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wyrmsun -PORTVERSION= 1.4.1 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/wyrmsun/distinfo ============================================================================== --- head/games/wyrmsun/distinfo Sat Nov 14 15:02:38 2015 (r401572) +++ head/games/wyrmsun/distinfo Sat Nov 14 15:02:42 2015 (r401573) @@ -1,2 +1,2 @@ -SHA256 (Andrettin-Wyrmsun-v1.4.1_GH0.tar.gz) = ef1a226426d17dfa2593fb928469ef6b21e72f87fa466483da5048ea8847a2fb -SIZE (Andrettin-Wyrmsun-v1.4.1_GH0.tar.gz) = 196790041 +SHA256 (Andrettin-Wyrmsun-v1.6.0_GH0.tar.gz) = c8328d0f502a5a78af1f45dbfa678b6c83bde1074ec12fb5f7782eaf074000b5 +SIZE (Andrettin-Wyrmsun-v1.6.0_GH0.tar.gz) = 196981806 From owner-svn-ports-head@freebsd.org Sat Nov 14 15:02:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F2DCA2F4F1; Sat, 14 Nov 2015 15:02:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6263212CA; Sat, 14 Nov 2015 15:02:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEF2okR044677; Sat, 14 Nov 2015 15:02:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEF2onJ044673; Sat, 14 Nov 2015 15:02:50 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511141502.tAEF2onJ044673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 14 Nov 2015 15:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401574 - in head/devel/py-pip: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 15:02:51 -0000 Author: pi Date: Sat Nov 14 15:02:49 2015 New Revision: 401574 URL: https://svnweb.freebsd.org/changeset/ports/401574 Log: devel/py-pip: 7.0.3 -> 7.1.2 Changes: https://pip.pypa.io/en/stable/news/ See also: https://reviews.freebsd.org/D4106 PR: 204367 Reviewed by: antoine, koobs, nivit Approved by: nivit (maintainer) Deleted: head/devel/py-pip/pkg-plist Modified: head/devel/py-pip/Makefile head/devel/py-pip/distinfo head/devel/py-pip/files/patch-setup.cfg head/devel/py-pip/files/patch-setup.py Modified: head/devel/py-pip/Makefile ============================================================================== --- head/devel/py-pip/Makefile Sat Nov 14 15:02:42 2015 (r401573) +++ head/devel/py-pip/Makefile Sat Nov 14 15:02:49 2015 (r401574) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= pip -PORTVERSION= 7.0.3 +PORTVERSION= 7.1.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nivit@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Tool for installing and managing Python packages LICENSE= MIT @@ -27,7 +27,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx -DOCS_MAKE_ENV= HOME=${WRKDIR} +DOCS_PORTDOCS= * +DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ + PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" USES= python shebangfix USE_GITHUB= yes @@ -37,22 +39,12 @@ SHEBANG_FILES= pip/__init__.py GH_ACCOUNT= pypa -.include - -.if ${PORT_OPTIONS:MDOCS} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PYDISTUTILS_BUILD_TARGET+= build_sphinx -n --all-files --fresh-env -.endif - -post-install: -# ${RM} ${STAGEDIR}${PREFIX}/bin/pip2 -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") -.endif -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-pip/distinfo ============================================================================== --- head/devel/py-pip/distinfo Sat Nov 14 15:02:42 2015 (r401573) +++ head/devel/py-pip/distinfo Sat Nov 14 15:02:49 2015 (r401574) @@ -1,2 +1,2 @@ -SHA256 (pypa-pip-7.0.3_GH0.tar.gz) = 00d52c4a846ea3849489a473c3c4902237d31fa950068148badb4f43e8213fa2 -SIZE (pypa-pip-7.0.3_GH0.tar.gz) = 7848309 +SHA256 (pypa-pip-7.1.2_GH0.tar.gz) = a45494a8e3041b1bbf5976598f7075e305afd54ebb655395be6f3df2ea0c2733 +SIZE (pypa-pip-7.1.2_GH0.tar.gz) = 7837584 Modified: head/devel/py-pip/files/patch-setup.cfg ============================================================================== --- head/devel/py-pip/files/patch-setup.cfg Sat Nov 14 15:02:42 2015 (r401573) +++ head/devel/py-pip/files/patch-setup.cfg Sat Nov 14 15:02:49 2015 (r401574) @@ -1,4 +1,4 @@ ---- setup.cfg.orig 2015-06-02 01:28:40 UTC +--- setup.cfg.orig 2015-08-22 22:46:55 UTC +++ setup.cfg @@ -1,5 +1,6 @@ [pytest] Modified: head/devel/py-pip/files/patch-setup.py ============================================================================== --- head/devel/py-pip/files/patch-setup.py Sat Nov 14 15:02:42 2015 (r401573) +++ head/devel/py-pip/files/patch-setup.py Sat Nov 14 15:02:49 2015 (r401574) @@ -1,6 +1,6 @@ ---- setup.py.orig 2015-06-19 02:39:23 UTC +--- setup.py.orig 2015-11-14 14:08:36 UTC +++ setup.py -@@ -98,8 +98,6 @@ setup( +@@ -78,8 +78,6 @@ setup( entry_points={ "console_scripts": [ "pip=pip:main", From owner-svn-ports-head@freebsd.org Sat Nov 14 15:35:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6657EA2F977; Sat, 14 Nov 2015 15:35:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4521DFE; Sat, 14 Nov 2015 15:35:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEFZCWS053444; Sat, 14 Nov 2015 15:35:12 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEFZCsZ053441; Sat, 14 Nov 2015 15:35:12 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511141535.tAEFZCsZ053441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 14 Nov 2015 15:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401575 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 15:35:13 -0000 Author: riggs Date: Sat Nov 14 15:35:11 2015 New Revision: 401575 URL: https://svnweb.freebsd.org/changeset/ports/401575 Log: Update to release 2.8.2 [1], add support for more external codecs [2] PR: 204511 Submitted by: jbeich [2] Reviewed by: riggs [1] Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo head/multimedia/ffmpeg/pkg-plist Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Nov 14 15:02:49 2015 (r401574) +++ head/multimedia/ffmpeg/Makefile Sat Nov 14 15:35:11 2015 (r401575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -22,15 +22,18 @@ USES= compiler cpe gmake perl5 pkgconfi USE_LDCONFIG= yes USE_PERL5= build -OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG DOCS FAAC \ - FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GSM ICONV \ - JACK LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENH264 OPENJPEG \ - OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SMB SPEEX \ - THEORA VAAPI VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX \ - X11GRAB X264 X265 XVID +OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \ + DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \ + FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK LADSPA \ + LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCL OPENCV OPENGL \ + OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO QUVI \ + RTCPU RTMP SCHROEDINGER SDL SMB SNAPPY SPEEX SSH \ + THEORA TWOLAME VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \ + VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \ + XVIDEO ZMQ ZVBI OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS ICONV \ - OPENCV SCHROEDINGER THEORA VORBIS VPX X264 XVID + OPENCV RTCPU SCHROEDINGER THEORA VORBIS VPX X264 XVID OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= GNUTLS OPENSSL @@ -44,16 +47,28 @@ OPTIONS_DEFAULT_amd64= MMX SSE OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE} ASS_DESC= Subtitles rendering via libass +BS2B_DESC= Bauer Stereophonic-to-Binaural filter CDIO_DESC= Audio CD grabbing with libcdio +DC1394_DESC= IIDC-1394 grabbing using libdc1394 FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK FFSERVER_DESC= Build and install ffserver +FLITE_DESC= Voice synthesis support via libflite +GME_DESC= Game Music Emu demuxer GPL3_DESC= Allow (L)GPL version 3 code(cs) +ILBC_DESC= Internet Low Bit Rate codec LIBV4L_DESC= Video for Linux support LICENSE_DESC= Licensing options NONFREE_DESC= Allow use of nonfree code +OPENCL_DESC= Heterogeneous computing via OpenCL OPENH264_DESC= H.264 video codec support via OpenH264 +QUVI_DESC= Flash media stream URLs +RTCPU_DESC= Detect CPU capabilities at runtime VFP_DESC= Enable Vector Floating Point instructions -X11GRAB_DESC= Enable x11 grabbing +VIDSTAB_DESC= Video stabilization filter +X11GRAB_DESC= X11 grabbing (legacy) +XCB_DESC= X11 grabbing using XCB +ZMQ_DESC= Message passing via libzmq${ZMQ_VERSION} +ZVBI_DESC= Teletext support via libzvbi OPTIONS_SUB= yes @@ -81,6 +96,14 @@ AMR_WB_IMPLIES= GPL3 ASS_LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass ASS_CONFIGURE_ENABLE= libass +# bs2b +BS2B_LIB_DEPENDS= libbs2b.so:${PORTSDIR}/audio/libbs2b +BS2B_CONFIGURE_ENABLE= libbs2b + +# caca +CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca +CACA_CONFIGURE_ENABLE= libcaca + # cdio CDIO_LIB_DEPENDS= libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia CDIO_CONFIGURE_ENABLE= libcdio @@ -89,6 +112,10 @@ CDIO_CONFIGURE_ENABLE= libcdio CELT_LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt CELT_CONFIGURE_ENABLE= libcelt +# dc1394 +DC1394_LIB_DEPENDS= libdc1394.so:${PORTSDIR}/multimedia/libdc1394 +DC1394_CONFIGURE_ENABLE= libdc1394 + # debugging DEBUG_CONFIGURE_ON= --disable-stripping DEBUG_CONFIGURE_OFF= --disable-debug @@ -111,6 +138,10 @@ FDK_AAC_IMPLIES= NONFREE FFSERVER_CONFIGURE_ENABLE= ffserver FFSERVER_VARS= USE_RC_SUBR+=ffserver +# flite +FLITE_LIB_DEPENDS= libflite.so:${PORTSDIR}/audio/flite +FLITE_CONFIGURE_ENABLE= libflite + # fontconfig FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig FONTCONFIG_CONFIGURE_ENABLE= fontconfig @@ -123,10 +154,18 @@ FREETYPE_CONFIGURE_ENABLE= libfreetype FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r FREI0R_CONFIGURE_ENABLE= frei0r +# fribidi +FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi +FRIBIDI_CONFIGURE_ENABLE= libfribidi + # gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_CONFIGURE_ENABLE= gnutls +# gme +GME_LIB_DEPENDS= libgme.so:${PORTSDIR}/audio/libgme +GME_CONFIGURE_ENABLE= libgme + # gsm GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm GSM_CONFIGURE_ENABLE= libgsm @@ -135,9 +174,19 @@ GSM_CONFIGURE_ENABLE= libgsm ICONV_USES= iconv ICONV_CONFIGURE_ENABLE= iconv +# ilbc +ILBC_LIB_DEPENDS= libilbc.so:${PORTSDIR}/net/libilbc +ILBC_CONFIGURE_ENABLE= libilbc + +# jack JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CONFIGURE_OFF= --disable-indev=jack +# ladspa +LADSPA_BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +LADSPA_RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa +LADSPA_CONFIGURE_ENABLE= ladspa + # lame LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame LAME_CONFIGURE_ENABLE= libmp3lame @@ -165,10 +214,19 @@ OPENAL_LIB_DEPENDS= libopenal.so:${PORTS OPENAL_CONFIGURE_ENABLE= openal OPENAL_CONFIGURE_OFF= --disable-indev=openal +# opencl +OPENCL_BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:${PORTSDIR}/devel/opencl +OPENCL_LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd +OPENCL_CONFIGURE_ENABLE= opencl + # opencv OPENCV_LIB_DEPENDS= libopencv_imgproc.so:${PORTSDIR}/graphics/opencv-core OPENCV_CONFIGURE_ENABLE= libopencv +# opengl +OPENGL_USE= GL=gl +OPENGL_CONFIGURE_ENABLE= opengl + # openh264 OPENH264_LIB_DEPENDS= libopenh264.so:${PORTSDIR}/multimedia/openh264 OPENH264_CONFIGURE_ENABLE= libopenh264 @@ -195,6 +253,13 @@ PULSEAUDIO_CONFIGURE_ENABLE= libpulse PULSEAUDIO_CONFIGURE_OFF= --disable-indev=pulse \ --disable-outdev=pulse +# quvi +QUVI_LIB_DEPENDS= libquvi.so:${PORTSDIR}/multimedia/libquvi +QUVI_CONFIGURE_ENABLE= libquvi + +# rtcpu +RTCPU_CONFIGURE_ENABLE= runtime-cpudetect + # rtmp RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp RTMP_CONFIGURE_ENABLE= librtmp @@ -213,6 +278,10 @@ SMB_LIB_DEPENDS= libsmbclient.so:${PORTS SMB_CONFIGURE_ENABLE= libsmbclient SMB_IMPLIES= GPL3 +# snappy +SNAPPY_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy +SNAPPY_CONFIGURE_ENABLE= libsnappy + # speex SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SPEEX_CONFIGURE_ENABLE= libspeex @@ -222,10 +291,18 @@ SSE_CONFIGURE_ENABLE= sse SSE_VARS= FFMPEG_CFLAGS+="-msse" SSE_IMPLIES= MMX +# ssh +SSH_LIB_DEPENDS= libssh.so:${PORTSDIR}/security/libssh +SSH_CONFIGURE_ENABLE= libssh + # theora THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora THEORA_CONFIGURE_ENABLE= libtheora +# twolame +TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame +TWOLAME_CONFIGURE_ENABLE= libtwolame + # vaapi VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva VAAPI_CONFIGURE_ENABLE= vaapi @@ -246,6 +323,10 @@ VO_AMRWBENC_LIB_DEPENDS= libvo-amrwbenc. VO_AMRWBENC_CONFIGURE_ENABLE= libvo-amrwbenc VO_AMRWBENC_IMPLIES= GPL3 +# vid.stab +VIDSTAB_LIB_DEPENDS= libvidstab.so:${PORTSDIR}/multimedia/vid.stab +VIDSTAB_CONFIGURE_ENABLE= libvidstab + # vorbis VORBIS_LIB_DEPENDS= libvorbisenc.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_ENABLE= libvorbis @@ -255,6 +336,14 @@ VORBIS_VARS= FFMPEG_CFLAGS+="-I${LOCALB VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx VPX_CONFIGURE_ENABLE= libvpx +# wavpack +WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack +WAVPACK_CONFIGURE_ENABLE= libwavpack + +# webp +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp +WEBP_CONFIGURE_ENABLE= libwebp + # x11grab X11GRAB_USE= XORG=x11,xext,xfixes X11GRAB_CONFIGURE_ENABLE= x11grab @@ -267,10 +356,27 @@ X264_CONFIGURE_ENABLE= libx264 X265_LIB_DEPENDS= libx265.so:${PORTSDIR}/multimedia/x265 X265_CONFIGURE_ENABLE= libx265 +# xcb +XCB_USE= XORG=xcb +XCB_CONFIGURE_ENABLE= libxcb + # xvid XVID_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid XVID_CONFIGURE_ENABLE= libxvid +# xv +XVIDEO_USE= XORG=xv +XVIDEO_CONFIGURE_OFF= --disable-outdev=xv + +# zmq +ZMQ_LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq${ZMQ_VERSION} +ZMQ_CONFIGURE_ENABLE= libzmq +ZMQ_VERSION?= 4 + +# zvbi +ZVBI_LIB_DEPENDS= libzvbi.so:${PORTSDIR}/devel/libzvbi +ZVBI_CONFIGURE_ENABLE= libzvbi + # License knobs GPL3_CONFIGURE_ENABLE= version3 GPL3_VARS= LICENSE="GPLv3 LGPL3" Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Sat Nov 14 15:02:49 2015 (r401574) +++ head/multimedia/ffmpeg/distinfo Sat Nov 14 15:35:11 2015 (r401575) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.8.1.tar.bz2) = e2ed5ab28dee1af94336739173eb0019afc21a54e38a96f4e3208e94a07866e2 -SIZE (ffmpeg-2.8.1.tar.bz2) = 8564488 +SHA256 (ffmpeg-2.8.2.tar.bz2) = 830ec647f7ad774fc0caf17ba47774bf5dee7a89cbd65894f364a87ba3ad21b2 +SIZE (ffmpeg-2.8.2.tar.bz2) = 8573586 Modified: head/multimedia/ffmpeg/pkg-plist ============================================================================== --- head/multimedia/ffmpeg/pkg-plist Sat Nov 14 15:02:49 2015 (r401574) +++ head/multimedia/ffmpeg/pkg-plist Sat Nov 14 15:35:11 2015 (r401575) @@ -75,6 +75,7 @@ include/libavutil/mem.h include/libavutil/motion_vector.h include/libavutil/murmur3.h include/libavutil/old_pix_fmts.h +%%OPENCL%%include/libavutil/opencl.h include/libavutil/opt.h include/libavutil/parseutils.h include/libavutil/pixdesc.h From owner-svn-ports-head@freebsd.org Sat Nov 14 15:37:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 374CDA2F9F4; Sat, 14 Nov 2015 15:37:28 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC611EEF; Sat, 14 Nov 2015 15:37:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEFbRBK053692; Sat, 14 Nov 2015 15:37:27 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEFbQZD053687; Sat, 14 Nov 2015 15:37:26 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511141537.tAEFbQZD053687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 14 Nov 2015 15:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401576 - in head/multimedia: mencoder mplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 15:37:28 -0000 Author: riggs Date: Sat Nov 14 15:37:26 2015 New Revision: 401576 URL: https://svnweb.freebsd.org/changeset/ports/401576 Log: Build mplayer/mencoder with latest ffmpeg release 2.8.2 - Let mplayer/mencoder use the most recent multimedia/ffmpeg distfile - Bump PORTREVISION Modified: head/multimedia/mencoder/Makefile head/multimedia/mencoder/distinfo head/multimedia/mplayer/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/mplayer/distinfo Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Sat Nov 14 15:35:11 2015 (r401575) +++ head/multimedia/mencoder/Makefile Sat Nov 14 15:37:26 2015 (r401576) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mencoder/distinfo ============================================================================== --- head/multimedia/mencoder/distinfo Sat Nov 14 15:35:11 2015 (r401575) +++ head/multimedia/mencoder/distinfo Sat Nov 14 15:37:26 2015 (r401576) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.1.tar.bz2) = e2ed5ab28dee1af94336739173eb0019afc21a54e38a96f4e3208e94a07866e2 -SIZE (ffmpeg-2.8.1.tar.bz2) = 8564488 +SHA256 (ffmpeg-2.8.2.tar.bz2) = 830ec647f7ad774fc0caf17ba47774bf5dee7a89cbd65894f364a87ba3ad21b2 +SIZE (ffmpeg-2.8.2.tar.bz2) = 8573586 SHA256 (mplayer-1.1.20150822.tar.xz) = a01e31b8a54f61d37bdeddd5c3514956c1c6366b65e3e67c25c828c47c98d9f7 SIZE (mplayer-1.1.20150822.tar.xz) = 5162400 Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sat Nov 14 15:35:11 2015 (r401575) +++ head/multimedia/mplayer/Makefile Sat Nov 14 15:37:26 2015 (r401576) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Sat Nov 14 15:35:11 2015 (r401575) +++ head/multimedia/mplayer/Makefile.common Sat Nov 14 15:37:26 2015 (r401576) @@ -6,7 +6,7 @@ MPLAYER_SNAPSHOT_DATE= 2015-08-22 MPLAYER_PORT_VERSION= 1.1.r${MPLAYER_SNAPSHOT_DATE:S/-//g} -FFMPEG_VERSION= 2.8.1 +FFMPEG_VERSION= 2.8.2 MASTER_SITES= LOCAL/riggs/mplayer:local \ http://ffmpeg.org/releases/:ffmpeg DISTFILES+= ffmpeg-${FFMPEG_VERSION}.tar.bz2:ffmpeg \ Modified: head/multimedia/mplayer/distinfo ============================================================================== --- head/multimedia/mplayer/distinfo Sat Nov 14 15:35:11 2015 (r401575) +++ head/multimedia/mplayer/distinfo Sat Nov 14 15:37:26 2015 (r401576) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.1.tar.bz2) = e2ed5ab28dee1af94336739173eb0019afc21a54e38a96f4e3208e94a07866e2 -SIZE (ffmpeg-2.8.1.tar.bz2) = 8564488 +SHA256 (ffmpeg-2.8.2.tar.bz2) = 830ec647f7ad774fc0caf17ba47774bf5dee7a89cbd65894f364a87ba3ad21b2 +SIZE (ffmpeg-2.8.2.tar.bz2) = 8573586 SHA256 (mplayer-1.1.20150822.tar.xz) = a01e31b8a54f61d37bdeddd5c3514956c1c6366b65e3e67c25c828c47c98d9f7 SIZE (mplayer-1.1.20150822.tar.xz) = 5162400 From owner-svn-ports-head@freebsd.org Sat Nov 14 16:00:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B58EAA2FDE7; Sat, 14 Nov 2015 16:00:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A99117DD; Sat, 14 Nov 2015 16:00:04 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEG036P059419; Sat, 14 Nov 2015 16:00:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEG03ft059417; Sat, 14 Nov 2015 16:00:03 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511141600.tAEG03ft059417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 14 Nov 2015 16:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401577 - head/misc/elixir-uuid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 16:00:04 -0000 Author: olgeni Date: Sat Nov 14 16:00:03 2015 New Revision: 401577 URL: https://svnweb.freebsd.org/changeset/ports/401577 Log: Upgrade misc/elixir-uuid to version 1.1.1. Modified: head/misc/elixir-uuid/Makefile head/misc/elixir-uuid/distinfo Modified: head/misc/elixir-uuid/Makefile ============================================================================== --- head/misc/elixir-uuid/Makefile Sat Nov 14 15:37:26 2015 (r401576) +++ head/misc/elixir-uuid/Makefile Sat Nov 14 16:00:03 2015 (r401577) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-uuid -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= misc Modified: head/misc/elixir-uuid/distinfo ============================================================================== --- head/misc/elixir-uuid/distinfo Sat Nov 14 15:37:26 2015 (r401576) +++ head/misc/elixir-uuid/distinfo Sat Nov 14 16:00:03 2015 (r401577) @@ -1,2 +1,2 @@ -SHA256 (zyro-elixir-uuid-v1.1.0_GH0.tar.gz) = 0aed8af389eadee8cdb6f9b4383544f78504c3590f8166166e13de4510a5f182 -SIZE (zyro-elixir-uuid-v1.1.0_GH0.tar.gz) = 12037 +SHA256 (zyro-elixir-uuid-v1.1.1_GH0.tar.gz) = 41b34136ad353b40bf9560593233c96d7d60ac2388468fc7d69a93d34a846493 +SIZE (zyro-elixir-uuid-v1.1.1_GH0.tar.gz) = 12045 From owner-svn-ports-head@freebsd.org Sat Nov 14 16:26:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCBB8A2F22A; Sat, 14 Nov 2015 16:26:23 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D1B9161E; Sat, 14 Nov 2015 16:26:23 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEGQMJx068218; Sat, 14 Nov 2015 16:26:22 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEGQMgV068217; Sat, 14 Nov 2015 16:26:22 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201511141626.tAEGQMgV068217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 14 Nov 2015 16:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401578 - head/lang/dmd2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 16:26:24 -0000 Author: cy Date: Sat Nov 14 16:26:22 2015 New Revision: 401578 URL: https://svnweb.freebsd.org/changeset/ports/401578 Log: Fix build. Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 16:00:03 2015 (r401577) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 16:26:22 2015 (r401578) @@ -1,11 +1,68 @@ ---- ../../src/dmd/posix.mak.orig 2014-08-17 22:37:03.394883855 -0700 -+++ ../../src/dmd/posix.mak 2014-08-17 22:37:43.775123006 -0700 -@@ -373,7 +373,7 @@ +--- ../../src/dmd/posix.mak.orig 2015-11-11 02:36:12.000000000 -0800 ++++ ../../src/dmd/posix.mak 2015-11-14 08:20:14.138530978 -0800 +@@ -31,9 +31,9 @@ + endif + + #ifeq (osx,$(OS)) +-# HOST_CC=clang++ ++# HOST_CC=clanc++ + #else +- HOST_CC=g++ ++ HOST_CC=c++ + #endif + CC=$(HOST_CC) + AR=ar +@@ -92,7 +92,7 @@ + -Wno-unused-value \ + -Wno-unused-variable + # GCC Specific +-ifeq ($(HOST_CC), g++) ++ifeq ($(HOST_CC), c++) + WARNINGS := $(WARNINGS) \ + -Wno-logical-op \ + -Wno-narrowing \ +@@ -100,7 +100,7 @@ + -Wno-uninitialized + endif + # Clang Specific +-ifeq ($(HOST_CC), clang++) ++ifeq ($(HOST_CC), clanc++) + WARNINGS := $(WARNINGS) \ + -Wno-tautological-constant-out-of-range-compare \ + -Wno-tautological-compare \ +@@ -112,7 +112,7 @@ + # Default Warnings + WARNINGS := -Wno-deprecated -Wstrict-aliasing + # Clang Specific +-ifeq ($(HOST_CC), clang++) ++ifeq ($(HOST_CC), clanc++) + WARNINGS := $(WARNINGS) \ + -Wno-logical-op-parentheses \ + -Wno-dynamic-class-memaccess \ +@@ -130,7 +130,7 @@ + -D__pascal= -DMARS=1 -DTARGET_$(OS_UPCASE)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1 \ + $(MODEL_FLAG) + # GCC Specific +-ifeq ($(HOST_CC), g++) ++ifeq ($(HOST_CC), c++) + CFLAGS := $(CFLAGS) \ + -std=gnu++98 + endif +@@ -312,7 +312,7 @@ + + ifneq (,$(AUTO_BOOTSTRAP)) + $(HOST_DMD_PATH): +- mkdir -p ${HOST_DMD_ROOT} ++ # mkdir -p ${HOST_DMD_ROOT} + TMPFILE=$$(mktemp deleteme.XXXXXXXX) && curl -fsSL ${HOST_DMD_URL} > $${TMPFILE}.zip && \ + unzip -qd ${HOST_DMD_ROOT} $${TMPFILE}.zip && rm $${TMPFILE}.zip + endif +@@ -423,7 +423,7 @@ $(eval bin_dir=$(if $(filter $(OS),osx), bin, bin$(MODEL))) mkdir -p $(INSTALL_DIR)/$(OS)/$(bin_dir) cp dmd $(INSTALL_DIR)/$(OS)/$(bin_dir)/dmd - cp ../ini/$(OS)/$(bin_dir)/dmd.conf $(INSTALL_DIR)/$(OS)/$(bin_dir)/dmd.conf + cp ../../$(OS)/$(bin_dir)/dmd.conf $(INSTALL_DIR)/$(OS)/$(bin_dir)/dmd.conf cp backendlicense.txt $(INSTALL_DIR)/dmd-backendlicense.txt - cp artistic.txt $(INSTALL_DIR)/dmd-artistic.txt + cp boostlicense.txt $(INSTALL_DIR)/dmd-boostlicense.txt From owner-svn-ports-head@freebsd.org Sat Nov 14 16:39:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AEC2A2F354; Sat, 14 Nov 2015 16:39:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20D0E1AF2; Sat, 14 Nov 2015 16:39:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEGdw8B071158; Sat, 14 Nov 2015 16:39:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEGdwTM071157; Sat, 14 Nov 2015 16:39:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201511141639.tAEGdwTM071157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 14 Nov 2015 16:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401579 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 16:39:59 -0000 Author: cy Date: Sat Nov 14 16:39:57 2015 New Revision: 401579 URL: https://svnweb.freebsd.org/changeset/ports/401579 Log: Previously failed builds will not remove this directory. Make sure it is gone prior to a fresh new build. Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sat Nov 14 16:26:22 2015 (r401578) +++ head/lang/dmd2/Makefile Sat Nov 14 16:39:57 2015 (r401579) @@ -51,6 +51,7 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ - MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: + @${RM} -r /tmp/.host_dmd-2.067.1 @${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/posix.mak @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" \ From owner-svn-ports-head@freebsd.org Sat Nov 14 16:45:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81DE3A2F460; Sat, 14 Nov 2015 16:45:11 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7E61DDA; Sat, 14 Nov 2015 16:45:11 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEGjAtv073972; Sat, 14 Nov 2015 16:45:10 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEGjA7h073971; Sat, 14 Nov 2015 16:45:10 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201511141645.tAEGjA7h073971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 14 Nov 2015 16:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401580 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 16:45:11 -0000 Author: cy Date: Sat Nov 14 16:45:10 2015 New Revision: 401580 URL: https://svnweb.freebsd.org/changeset/ports/401580 Log: Also, clean up after ourselves. Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sat Nov 14 16:39:57 2015 (r401579) +++ head/lang/dmd2/Makefile Sat Nov 14 16:45:10 2015 (r401580) @@ -88,4 +88,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} +post-clean: + @${RM} -r /tmp/.host_dmd-2.067.1 + .include From owner-svn-ports-head@freebsd.org Sat Nov 14 17:17:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15DF0A2F96E; Sat, 14 Nov 2015 17:17:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5F141C9C; Sat, 14 Nov 2015 17:17:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEHHcYS082767; Sat, 14 Nov 2015 17:17:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEHHcmR082766; Sat, 14 Nov 2015 17:17:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141717.tAEHHcmR082766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 17:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401581 - head/security/razorback-officeCat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 17:17:40 -0000 Author: amdmi3 Date: Sat Nov 14 17:17:38 2015 New Revision: 401581 URL: https://svnweb.freebsd.org/changeset/ports/401581 Log: - Switch to USES=autoreconf Modified: head/security/razorback-officeCat/Makefile Modified: head/security/razorback-officeCat/Makefile ============================================================================== --- head/security/razorback-officeCat/Makefile Sat Nov 14 16:45:10 2015 (r401580) +++ head/security/razorback-officeCat/Makefile Sat Nov 14 17:17:38 2015 (r401581) @@ -22,20 +22,19 @@ BUILD_DEPENDS= razorback-masterNugget>=0 RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget \ wine:${PORTSDIR}/emulators/wine -USES= pkgconfig libtool +USES= autoreconf libtool pkgconfig ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= only supported under i386 due to wine requirements -OPTIONS_DEFINE= DEBUG ASSERT -ASSERT_DESC= Enable Asserts - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf USE_LDCONFIG= ${RB_LIBDIR} INSTALL_TARGET= install-strip +OPTIONS_DEFINE= DEBUG ASSERT +ASSERT_DESC= Enable Asserts + DEBUG_CONFIGURE_ENABLE= debug ASSERT_CONFIGURE_ENABLE=assert From owner-svn-ports-head@freebsd.org Sat Nov 14 17:20:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E08F8A2FA79; Sat, 14 Nov 2015 17:20:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C49BF1DB1; Sat, 14 Nov 2015 17:20:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id BE6EA1B50; Sat, 14 Nov 2015 17:20:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 83411F127; Sat, 14 Nov 2015 17:20:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id mQcBYGRiAlVT; Sat, 14 Nov 2015 17:20:13 +0000 (UTC) Subject: Re: svn commit: r401578 - head/lang/dmd2/files DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com C41EBF11F To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511141626.tAEGQMgV068217@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56476D49.40702@FreeBSD.org> Date: Sat, 14 Nov 2015 09:20:09 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511141626.tAEGQMgV068217@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E2NJCwsOicSXOiikbJcK8bm57GDvFpmPH" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 17:20:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --E2NJCwsOicSXOiikbJcK8bm57GDvFpmPH Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/14/2015 8:26 AM, Cy Schubert wrote: > Author: cy > Date: Sat Nov 14 16:26:22 2015 > New Revision: 401578 > URL: https://svnweb.freebsd.org/changeset/ports/401578 >=20 > Log: > Fix build. >=20 > Modified: > head/lang/dmd2/files/patch-src__dmd__posix.mak >=20 > Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 16:00:03 = 2015 (r401577) > +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 16:26:22 = 2015 (r401578) > @@ -1,11 +1,68 @@ > ---- ../../src/dmd/posix.mak.orig 2014-08-17 22:37:03.394883855 -0700 > -+++ ../../src/dmd/posix.mak 2014-08-17 22:37:43.775123006 -0700 > -@@ -373,7 +373,7 @@ > +--- ../../src/dmd/posix.mak.orig 2015-11-11 02:36:12.000000000 -0800 > ++++ ../../src/dmd/posix.mak 2015-11-14 08:20:14.138530978 -0800 > +@@ -31,9 +31,9 @@ > + endif > +=20 > + #ifeq (osx,$(OS)) > +-# HOST_CC=3Dclang++ > ++# HOST_CC=3Dclanc++ > + #else > +- HOST_CC=3Dg++ > ++ HOST_CC=3Dc++ > + #endif > + CC=3D$(HOST_CC) > + AR=3Dar > +@@ -92,7 +92,7 @@ > + -Wno-unused-value \ > + -Wno-unused-variable > + # GCC Specific > +-ifeq ($(HOST_CC), g++) > ++ifeq ($(HOST_CC), c++) > + WARNINGS :=3D $(WARNINGS) \ > + -Wno-logical-op \ > + -Wno-narrowing \ > +@@ -100,7 +100,7 @@ > + -Wno-uninitialized > + endif > + # Clang Specific > +-ifeq ($(HOST_CC), clang++) > ++ifeq ($(HOST_CC), clanc++) What is clanc++, and why are we patching OSX code? --=20 Regards, Bryan Drewery --E2NJCwsOicSXOiikbJcK8bm57GDvFpmPH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEbBAEBAgAGBQJWR21TAAoJEDXXcbtuRpfPB3UH+K6bKWLNtQ+JrnFyzqlgphIv WAmYSTiedJP85XVan94jeE3nPgdUxyhz2WHcFD7tnaIF10p4cAlmiPuD1nhdpf19 la3g8AIoj38P6vGWCZL378Zfib2yO2OXvqTGc8uTPIwNpnQCQV6c28DdDDL0St1M vmO901vKg+nMKc28Ak7+R+ivKB45MraLHPs9Kd+HyRCaV065rFYmi9ew5X8VGeuK cJJb3X6tjAxQEwVS17BTyufwaVO6WiHmtKTsN259HOUUHYrywTD8CS57KGzhn9IX ePJf8KgYQveY9rKOcnKhMb/deWK978btGen0VL9soa5ihEvm78CUHS4iadf3nA== =7eZy -----END PGP SIGNATURE----- --E2NJCwsOicSXOiikbJcK8bm57GDvFpmPH-- From owner-svn-ports-head@freebsd.org Sat Nov 14 17:21:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08C14A2FB1F; Sat, 14 Nov 2015 17:21:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E48FC1039; Sat, 14 Nov 2015 17:21:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id DE7AF1D6F; Sat, 14 Nov 2015 17:21:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 94D8BF140; Sat, 14 Nov 2015 17:21:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id z74KiQjthHQG; Sat, 14 Nov 2015 17:21:03 +0000 (UTC) Subject: Re: svn commit: r401580 - head/lang/dmd2 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com ED317F139 To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511141645.tAEGjA7h073971@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56476D87.500@FreeBSD.org> Date: Sat, 14 Nov 2015 09:21:11 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511141645.tAEGjA7h073971@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ukjD4NCjaWsBDethLTFulkdanSN6ksrI5" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 17:21:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ukjD4NCjaWsBDethLTFulkdanSN6ksrI5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/14/2015 8:45 AM, Cy Schubert wrote: > Author: cy > Date: Sat Nov 14 16:45:10 2015 > New Revision: 401580 > URL: https://svnweb.freebsd.org/changeset/ports/401580 >=20 > Log: > Also, clean up after ourselves. >=20 > Modified: > head/lang/dmd2/Makefile >=20 > Modified: head/lang/dmd2/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/dmd2/Makefile Sat Nov 14 16:39:57 2015 (r401579) > +++ head/lang/dmd2/Makefile Sat Nov 14 16:45:10 2015 (r401580) > @@ -88,4 +88,7 @@ do-install: > ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} > cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} > =20 > +post-clean: > + @${RM} -r /tmp/.host_dmd-2.067.1 > + > .include >=20 This and r401579 should really be fixing the build to not use a static tmpdir name outside of WRKDIR. --=20 Regards, Bryan Drewery --ukjD4NCjaWsBDethLTFulkdanSN6ksrI5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWR22HAAoJEDXXcbtuRpfPK2kIAJB+allfjS8vlyUNFJoLwSnI 6k0YnKNipckHzJcAPoF1STLcbkcGgxCwI/L0D3rKMgtj3qckbP3HXrFbV1y1OhOq 7l2DAYuU4iKqOT1wend12nokX/PWyR+DgXo2eEykBzZTUBBKvmahTeUrZW8fXdu2 3/x0QLb5Fszt9rPAfieFe704LWeBYEwQYzoYHSC0PRlMy5zCmB18k4eQmnldcrSB QH6P96OKtkqakuDH3NA/cVhUMmV3fFVELgkJMzSI5dPgr89SnCraX6gdbUpQ0uxM YT60wqZWFXp2jTjUa0D7EdIvz2X4Y4BL+vuGYnDIHwFLsNjUafe7dGJVsNHzW2o= =CJ5I -----END PGP SIGNATURE----- --ukjD4NCjaWsBDethLTFulkdanSN6ksrI5-- From owner-svn-ports-head@freebsd.org Sat Nov 14 18:08:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFE5DA2F622; Sat, 14 Nov 2015 18:08:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 961B3121B; Sat, 14 Nov 2015 18:08:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEI8LlM097302; Sat, 14 Nov 2015 18:08:21 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEI8Lad097300; Sat, 14 Nov 2015 18:08:21 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201511141808.tAEI8Lad097300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 14 Nov 2015 18:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401582 - head/devel/cpp-netlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 18:08:23 -0000 Author: zi Date: Sat Nov 14 18:08:21 2015 New Revision: 401582 URL: https://svnweb.freebsd.org/changeset/ports/401582 Log: - Build shared libraries - Bump PORTREVISION PR: 204544 Requested by: pi@ Modified: head/devel/cpp-netlib/Makefile head/devel/cpp-netlib/pkg-plist Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Sat Nov 14 17:17:38 2015 (r401581) +++ head/devel/cpp-netlib/Makefile Sat Nov 14 18:08:21 2015 (r401582) @@ -5,6 +5,7 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.11.2 DISTVERSIONSUFFIX= -final +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org @@ -16,7 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs USES= cmake:outsource -CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF +USE_LDCONFIG= yes +CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ + -DCPP-NETLIB_BUILD_SHARED_LIBS=ON USE_GITHUB= yes .include Modified: head/devel/cpp-netlib/pkg-plist ============================================================================== --- head/devel/cpp-netlib/pkg-plist Sat Nov 14 17:17:38 2015 (r401581) +++ head/devel/cpp-netlib/pkg-plist Sat Nov 14 18:08:21 2015 (r401582) @@ -221,6 +221,12 @@ lib/cmake/cppnetlib/cppnetlibConfig.cmak lib/cmake/cppnetlib/cppnetlibConfigVersion.cmake lib/cmake/cppnetlib/cppnetlibTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/cppnetlib/cppnetlibTargets.cmake -lib/libcppnetlib-client-connections.a -lib/libcppnetlib-server-parsers.a -lib/libcppnetlib-uri.a +lib/libcppnetlib-client-connections.so +lib/libcppnetlib-client-connections.so.0 +lib/libcppnetlib-client-connections.so.0.11.1 +lib/libcppnetlib-server-parsers.so +lib/libcppnetlib-server-parsers.so.0 +lib/libcppnetlib-server-parsers.so.0.11.1 +lib/libcppnetlib-uri.so +lib/libcppnetlib-uri.so.0 +lib/libcppnetlib-uri.so.0.11.1 From owner-svn-ports-head@freebsd.org Sat Nov 14 18:59:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2838A2F0C5; Sat, 14 Nov 2015 18:59:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F53A19E8; Sat, 14 Nov 2015 18:59:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEIxmXu011752; Sat, 14 Nov 2015 18:59:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEIxmrh011751; Sat, 14 Nov 2015 18:59:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201511141859.tAEIxmrh011751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 14 Nov 2015 18:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401583 - head/net-im/toxic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 18:59:49 -0000 Author: thierry Date: Sat Nov 14 18:59:48 2015 New Revision: 401583 URL: https://svnweb.freebsd.org/changeset/ports/401583 Log: Add a missing dependency: libqrencode. Submitted by: herbert (at) oslo.ath.cx Modified: head/net-im/toxic/Makefile Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sat Nov 14 18:08:21 2015 (r401582) +++ head/net-im/toxic/Makefile Sat Nov 14 18:59:48 2015 (r401583) @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.0.151113 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -17,6 +18,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi libopus.so:${PORTSDIR}/audio/opus \ libcurl.so:${PORTSDIR}/ftp/curl \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ + libqrencode.so:${PORTSDIR}/graphics/libqrencode \ libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox From owner-svn-ports-head@freebsd.org Sat Nov 14 19:05:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CCBEA2F232; Sat, 14 Nov 2015 19:05:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 243A11D0E; Sat, 14 Nov 2015 19:05:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJ4xUH014586; Sat, 14 Nov 2015 19:04:59 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJ4xLR014584; Sat, 14 Nov 2015 19:04:59 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511141904.tAEJ4xLR014584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 14 Nov 2015 19:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401584 - head/www/serf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:05:00 -0000 Author: ohauer Date: Sat Nov 14 19:04:58 2015 New Revision: 401584 URL: https://svnweb.freebsd.org/changeset/ports/401584 Log: project moved from code.google to serf.apache.org - update MATER_SITES and pkg-desc to reflect new home Approved by: lev@ (implicit) Modified: head/www/serf/Makefile head/www/serf/pkg-descr Modified: head/www/serf/Makefile ============================================================================== --- head/www/serf/Makefile Sat Nov 14 18:59:48 2015 (r401583) +++ head/www/serf/Makefile Sat Nov 14 19:04:58 2015 (r401584) @@ -5,7 +5,7 @@ PORTNAME= serf PORTVERSION= 1.3.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://serf.googlecode.com/svn/src_releases/ +MASTER_SITES= APACHE/serf MAINTAINER= lev@FreeBSD.org COMMENT= Serf HTTP client library Modified: head/www/serf/pkg-descr ============================================================================== --- head/www/serf/pkg-descr Sat Nov 14 18:59:48 2015 (r401583) +++ head/www/serf/pkg-descr Sat Nov 14 19:04:58 2015 (r401584) @@ -4,4 +4,4 @@ running the read/write communication asy and transformations are kept to a minimum to provide high performance operation. -WWW: http://code.google.com/p/serf/ +WWW: http://serf.apache.org/ From owner-svn-ports-head@freebsd.org Sat Nov 14 19:23:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6146FA2F497; Sat, 14 Nov 2015 19:23:12 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D23112D8; Sat, 14 Nov 2015 19:23:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJNBov020336; Sat, 14 Nov 2015 19:23:11 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJNAW8020333; Sat, 14 Nov 2015 19:23:10 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511141923.tAEJNAW8020333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 19:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401585 - in head: . net net/py-pysmb net/py-smb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:23:12 -0000 Author: rm Date: Sat Nov 14 19:23:10 2015 New Revision: 401585 URL: https://svnweb.freebsd.org/changeset/ports/401585 Log: net/py-smb: rename to py-pysmb to match upstream naming Added: head/net/py-pysmb/ - copied from r401584, head/net/py-smb/ Deleted: head/net/py-smb/ Modified: head/MOVED head/net/Makefile head/net/py-pysmb/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 14 19:04:58 2015 (r401584) +++ head/MOVED Sat Nov 14 19:23:10 2015 (r401585) @@ -7935,3 +7935,4 @@ databases/mysql51-server||2015-11-10|Has databases/p5-DBD-mysql51|databases/p5-DBD-mysql|2015-11-10|Has expired: EOL upstream, use databases/p5-DBD-mysql instead databases/py-MySQLdb51||2015-11-10|Has expired: EOL upstream, use databases/py-MySQLdb instead deskutils/steadyflow||2015-11-13|Has expired: No new releases for years, consider using net/uget +net/py-smb|net/py-pysmb|2015-11-14|Renamed to match upstream naming Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Nov 14 19:04:58 2015 (r401584) +++ head/net/Makefile Sat Nov 14 19:23:10 2015 (r401585) @@ -962,6 +962,7 @@ SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile + SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pysphere SUBDIR += py-python-bitcoinrpc @@ -972,7 +973,6 @@ SUBDIR += py-raet SUBDIR += py-s3cmd SUBDIR += py-simplesoap - SUBDIR += py-smb SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-speedtest-cli Modified: head/net/py-pysmb/Makefile ============================================================================== --- head/net/py-smb/Makefile Sat Nov 14 19:04:58 2015 (r401584) +++ head/net/py-pysmb/Makefile Sat Nov 14 19:23:10 2015 (r401585) @@ -1,13 +1,12 @@ # Created by: ijliao # $FreeBSD$ -PORTNAME= smb +PORTNAME= pysmb PORTVERSION= 1.1.16 CATEGORIES= net python -MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \ +MASTER_SITES= http://miketeo.net/files/Projects/${PORTNAME}/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysmb-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= SMB/CIFS library written in Python From owner-svn-ports-head@freebsd.org Sat Nov 14 19:33:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31682A2F599; Sat, 14 Nov 2015 19:33:44 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A8D1761; Sat, 14 Nov 2015 19:33:43 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJXgZi023319; Sat, 14 Nov 2015 19:33:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJXg5f023318; Sat, 14 Nov 2015 19:33:42 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511141933.tAEJXg5f023318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 14 Nov 2015 19:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401586 - head/math/ess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:33:44 -0000 Author: riggs Date: Sat Nov 14 19:33:42 2015 New Revision: 401586 URL: https://svnweb.freebsd.org/changeset/ports/401586 Log: Reset maintainership While on it: - Pet portlint: EXTRACT_SUFX -> USES PR: 204507 Submitted by: cjr@cruwe.de (maintainer) MFH: 2014Q4 Modified: head/math/ess/Makefile Modified: head/math/ess/Makefile ============================================================================== --- head/math/ess/Makefile Sat Nov 14 19:23:10 2015 (r401585) +++ head/math/ess/Makefile Sat Nov 14 19:33:42 2015 (r401586) @@ -6,9 +6,8 @@ DISTVERSION= 14.09 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ -EXTRACT_SUFX= .tgz -MAINTAINER= cjr@cruwe.de +MAINTAINER= ports@freebsd.org COMMENT= R support for Emacsen LICENSE= GPLv2 @@ -16,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= R:${PORTSDIR}/math/R USE_EMACS= yes -USES= gmake +USES= gmake tar:tgz OPTIONS_DEFINE= DOCS From owner-svn-ports-head@freebsd.org Sat Nov 14 19:34:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F093A2F5D3; Sat, 14 Nov 2015 19:34:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 688D21873; Sat, 14 Nov 2015 19:34:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJYG0i024151; Sat, 14 Nov 2015 19:34:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJYDMS024114; Sat, 14 Nov 2015 19:34:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511141934.tAEJYDMS024114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 14 Nov 2015 19:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401587 - in head: emulators/virtualbox-ose games/openbor graphics/gd graphics/php5-gd graphics/php55-gd graphics/php56-gd mail/thunderbird multimedia/avidemux multimedia/ffmpeg multime... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:34:17 -0000 Author: jbeich Date: Sat Nov 14 19:34:12 2015 New Revision: 401587 URL: https://svnweb.freebsd.org/changeset/ports/401587 Log: multimedia/libvpx: update 1.5.0 ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer) Added: head/multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c (contents, props changed) head/multimedia/ffmpeg0/files/patch-libavcodec-libvpxenc.c (contents, props changed) head/multimedia/handbrake/files/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch (contents, props changed) head/multimedia/libav/files/patch-libavcodec_libvpxenc.c (contents, props changed) head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c (contents, props changed) Deleted: head/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c Modified: head/emulators/virtualbox-ose/Makefile (contents, props changed) head/games/openbor/Makefile (contents, props changed) head/graphics/gd/Makefile (contents, props changed) head/graphics/php5-gd/Makefile (contents, props changed) head/graphics/php55-gd/Makefile (contents, props changed) head/graphics/php56-gd/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/multimedia/avidemux/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-vp8/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-vpx/Makefile (contents, props changed) head/multimedia/handbrake/Makefile (contents, props changed) head/multimedia/libav/Makefile (contents, props changed) head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libvpx/distinfo (contents, props changed) head/multimedia/libvpx/files/patch-configure (contents, props changed) head/multimedia/libvpx/pkg-plist (contents, props changed) head/multimedia/mplayer/Makefile (contents, props changed) head/net-im/qTox/Makefile (contents, props changed) head/net-im/tox/Makefile (contents, props changed) head/net-im/toxic/Makefile (contents, props changed) head/net-im/uTox/Makefile (contents, props changed) head/net/mediastreamer/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/x11/xpra/Makefile (contents, props changed) Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/emulators/virtualbox-ose/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.3.34 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/games/openbor/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -2,7 +2,7 @@ PORTNAME= openbor PORTVERSION= 3.0.r4163 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= LOCAL/jbeich \ https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/graphics/gd/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.1.0 -PORTREVISION?= 6 +PORTREVISION?= 7 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \ Modified: head/graphics/php5-gd/Makefile ============================================================================== --- head/graphics/php5-gd/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/graphics/php5-gd/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -1,6 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php5 Modified: head/graphics/php55-gd/Makefile ============================================================================== --- head/graphics/php55-gd/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/graphics/php55-gd/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -1,6 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php55 Modified: head/graphics/php56-gd/Makefile ============================================================================== --- head/graphics/php56-gd/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/graphics/php56-gd/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -1,6 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/mail/thunderbird/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.3.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/multimedia/avidemux/Makefile ============================================================================== --- head/multimedia/avidemux/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/avidemux/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -6,7 +6,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/ffmpeg/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Added: head/multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c Sat Nov 14 19:34:12 2015 (r401587) @@ -0,0 +1,39 @@ +commit 6540fe0 +Author: James Zern +Date: Mon Oct 19 22:44:11 2015 -0700 + + libvpxenc: remove some unused ctrl id mappings + + VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed + from libvpx and the remaining values were never used here + + Reviewed-by: Michael Niedermayer + Signed-off-by: James Zern +--- + libavcodec/libvpxenc.c | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c +index 5f39783..992122c 100644 +--- libavcodec/libvpxenc.c ++++ libavcodec/libvpxenc.c +@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext { + + /** String mappings for enum vp8e_enc_control_id */ + static const char *const ctlidstr[] = { +- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", +- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", +- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", +- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", +- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", +- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", + [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", + [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", + [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", +- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", + [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", + [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", +- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", + [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", + [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", + [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/ffmpeg0/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Added: head/multimedia/ffmpeg0/files/patch-libavcodec-libvpxenc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpeg0/files/patch-libavcodec-libvpxenc.c Sat Nov 14 19:34:12 2015 (r401587) @@ -0,0 +1,39 @@ +commit 6540fe0 +Author: James Zern +Date: Mon Oct 19 22:44:11 2015 -0700 + + libvpxenc: remove some unused ctrl id mappings + + VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed + from libvpx and the remaining values were never used here + + Reviewed-by: Michael Niedermayer + Signed-off-by: James Zern +--- + libavcodec/libvpxenc.c | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c +index 5f39783..992122c 100644 +--- libavcodec/libvpxenc.c ++++ libavcodec/libvpxenc.c +@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext { + + /** String mappings for enum vp8e_enc_control_id */ + static const char *ctlidstr[] = { +- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", +- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", +- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", +- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", +- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", +- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", + [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", + [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", + [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", +- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", + [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", + [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", +- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", + [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", + [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", + [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", Modified: head/multimedia/gstreamer-plugins-vp8/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-vp8/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/gstreamer-plugins-vp8/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -1,7 +1,7 @@ # Created by: Koop Mast # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia COMMENT= Gstreamer vp8 codec plugin Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer vp8 codec plugin Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/handbrake/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= handbrake PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://download.handbrake.fr/releases/${PORTVERSION}/ \ http://download.handbrake.fr/handbrake/contrib/:contrib \ Added: head/multimedia/handbrake/files/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/handbrake/files/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch Sat Nov 14 19:34:12 2015 (r401587) @@ -0,0 +1,42 @@ +--- /dev/null 1970-01-01 00:00:00 UTC ++++ contrib/ffmpeg/A90-libvpx-1.5.0.patch +@@ -0,0 +1,39 @@ ++commit 6540fe0 ++Author: James Zern ++Date: Mon Oct 19 22:44:11 2015 -0700 ++ ++ libvpxenc: remove some unused ctrl id mappings ++ ++ VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed ++ from libvpx and the remaining values were never used here ++ ++ Reviewed-by: Michael Niedermayer ++ Signed-off-by: James Zern ++--- ++ libavcodec/libvpxenc.c | 8 -------- ++ 1 file changed, 8 deletions(-) ++ ++diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c ++index 5f39783..992122c 100644 ++--- a/libavcodec/libvpxenc.c +++++ b/libavcodec/libvpxenc.c ++@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext { ++ ++ /** String mappings for enum vp8e_enc_control_id */ ++ static const char *const ctlidstr[] = { ++- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", ++- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", ++- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", ++- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", ++- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", ++- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", ++ [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", ++ [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", ++ [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", ++- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", ++ [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", ++ [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", ++- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", ++ [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", ++ [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", ++ [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/libav/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Added: head/multimedia/libav/files/patch-libavcodec_libvpxenc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libav/files/patch-libavcodec_libvpxenc.c Sat Nov 14 19:34:12 2015 (r401587) @@ -0,0 +1,39 @@ +commit 6540fe0 +Author: James Zern +Date: Mon Oct 19 22:44:11 2015 -0700 + + libvpxenc: remove some unused ctrl id mappings + + VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed + from libvpx and the remaining values were never used here + + Reviewed-by: Michael Niedermayer + Signed-off-by: James Zern +--- + libavcodec/libvpxenc.c | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c +index 5f39783..992122c 100644 +--- libavcodec/libvpxenc.c ++++ libavcodec/libvpxenc.c +@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext { + + /** String mappings for enum vp8e_enc_control_id */ + static const char *const ctlidstr[] = { +- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", +- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", +- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", +- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", +- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", +- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", + [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", + [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", + [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", +- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", + [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", + [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", +- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", + [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", + [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", + [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/libvpx/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,9 +3,7 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0-488 # tracking www/firefox -DISTVERSIONSUFFIX= -ge67d45d -PORTREVISION= 1 +DISTVERSION= 1.5.0 CATEGORIES= multimedia MAINTAINER= ashish@FreeBSD.org Modified: head/multimedia/libvpx/distinfo ============================================================================== --- head/multimedia/libvpx/distinfo Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/libvpx/distinfo Sat Nov 14 19:34:12 2015 (r401587) @@ -1,2 +1,2 @@ -SHA256 (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 9ee182a81d866d92021e4cb11bc81cf0bee96d5bb53c2122eb4d3cc6b86b712b -SIZE (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 2324228 +SHA256 (webmproject-libvpx-v1.5.0_GH0.tar.bz2) = f199b03b67042e8d94a3ae8bc841fb82b6a8430bdf3965aeeaafe8245bcfa699 +SIZE (webmproject-libvpx-v1.5.0_GH0.tar.bz2) = 2430835 Modified: head/multimedia/libvpx/files/patch-configure ============================================================================== --- head/multimedia/libvpx/files/patch-configure Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/libvpx/files/patch-configure Sat Nov 14 19:34:12 2015 (r401587) @@ -1,9 +1,9 @@ --- configure.orig +++ configure -@@ -148,6 +148,10 @@ all_platforms="${all_platforms} x86_64-w - all_platforms="${all_platforms} x86_64-win64-vs10" +@@ -153,6 +153,10 @@ all_platforms="${all_platforms} x86_64-w all_platforms="${all_platforms} x86_64-win64-vs11" all_platforms="${all_platforms} x86_64-win64-vs12" + all_platforms="${all_platforms} x86_64-win64-vs14" +all_platforms="${all_platforms} ia64-linux-gcc" +all_platforms="${all_platforms} ppc32-linux-gcc" +all_platforms="${all_platforms} ppc64-linux-gcc" Modified: head/multimedia/libvpx/pkg-plist ============================================================================== --- head/multimedia/libvpx/pkg-plist Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/libvpx/pkg-plist Sat Nov 14 19:34:12 2015 (r401587) @@ -11,7 +11,7 @@ include/vpx/vpx_image.h include/vpx/vpx_integer.h lib/libvpx.a %%SHARED%%lib/libvpx.so -%%SHARED%%lib/libvpx.so.2 -%%SHARED%%lib/libvpx.so.2.0 -%%SHARED%%lib/libvpx.so.2.0.0 +%%SHARED%%lib/libvpx.so.3 +%%SHARED%%lib/libvpx.so.3.0 +%%SHARED%%lib/libvpx.so.3.0.0 libdata/pkgconfig/vpx.pc Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/multimedia/mplayer/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Added: head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c Sat Nov 14 19:34:12 2015 (r401587) @@ -0,0 +1,39 @@ +commit 6540fe0 +Author: James Zern +Date: Mon Oct 19 22:44:11 2015 -0700 + + libvpxenc: remove some unused ctrl id mappings + + VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed + from libvpx and the remaining values were never used here + + Reviewed-by: Michael Niedermayer + Signed-off-by: James Zern +--- + libavcodec/libvpxenc.c | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git ffmpeg/libavcodec/libvpxenc.c ffmpeg/libavcodec/libvpxenc.c +index 5f39783..992122c 100644 +--- ffmpeg/libavcodec/libvpxenc.c ++++ ffmpeg/libavcodec/libvpxenc.c +@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext { + + /** String mappings for enum vp8e_enc_control_id */ + static const char *const ctlidstr[] = { +- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", +- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", +- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", +- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", +- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", +- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", + [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", + [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", + [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", +- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", + [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", + [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", +- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", + [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", + [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", + [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/net-im/qTox/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.150614 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/net-im/tox/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.151112 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/net-im/toxic/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.0.151113 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/net-im/uTox/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -2,6 +2,7 @@ PORTNAME= uTox DISTVERSION= 0.4.2.20151107 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net Modified: head/net/mediastreamer/Makefile ============================================================================== --- head/net/mediastreamer/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/net/mediastreamer/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= mediastreamer PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/www/firefox-esr/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.3.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/www/firefox/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 41.0.2 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/www/libxul/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.3.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/www/seamonkey/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.33.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Sat Nov 14 19:33:42 2015 (r401586) +++ head/x11/xpra/Makefile Sat Nov 14 19:34:12 2015 (r401587) @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.7 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ From owner-svn-ports-head@freebsd.org Sat Nov 14 19:34:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A3EA2F62F; Sat, 14 Nov 2015 19:34:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE3711A5E; Sat, 14 Nov 2015 19:34:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJYo41024278; Sat, 14 Nov 2015 19:34:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJYoTJ024276; Sat, 14 Nov 2015 19:34:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201511141934.tAEJYoTJ024276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 14 Nov 2015 19:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401588 - in head/multimedia/libvpx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:34:52 -0000 Author: jbeich Date: Sat Nov 14 19:34:50 2015 New Revision: 401588 URL: https://svnweb.freebsd.org/changeset/ports/401588 Log: multimedia/libvpx: unbreak build on aarch64 Approved by: portmgr blanket Modified: head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libvpx/files/patch-configure (contents, props changed) Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Sat Nov 14 19:34:12 2015 (r401587) +++ head/multimedia/libvpx/Makefile Sat Nov 14 19:34:50 2015 (r401588) @@ -25,6 +25,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS +OPTIONS_EXCLUDE_aarch64=RUNTIME OPTIONS_EXCLUDE_armv6= RUNTIME MULTIRES_DESC= Enable multi-resolution encoding POSTPROC_DESC= Enable postprocessing @@ -75,6 +76,8 @@ CONFIGURE_ARGS+= --target=ppc64-linux-gc .elif ${ARCH} == "sparc64" CONFIGURE_ARGS+= --target=sparc64-linux-gcc USES:= ${USES:Ncompiler*} compiler:c++11-lib +.elif ${ARCH} == "aarch64" +CONFIGURE_ARGS+= --target=arm64-linux-gcc .elif ${ARCH} == "armv6" CONFIGURE_ARGS+= --target=armv6-linux-gcc --cpu=armv6 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-build_make_Makefile Modified: head/multimedia/libvpx/files/patch-configure ============================================================================== --- head/multimedia/libvpx/files/patch-configure Sat Nov 14 19:34:12 2015 (r401587) +++ head/multimedia/libvpx/files/patch-configure Sat Nov 14 19:34:50 2015 (r401588) @@ -1,9 +1,10 @@ --- configure.orig +++ configure -@@ -153,6 +153,10 @@ all_platforms="${all_platforms} x86_64-w +@@ -153,6 +153,11 @@ all_platforms="${all_platforms} x86_64-w all_platforms="${all_platforms} x86_64-win64-vs11" all_platforms="${all_platforms} x86_64-win64-vs12" all_platforms="${all_platforms} x86_64-win64-vs14" ++all_platforms="${all_platforms} arm64-linux-gcc" +all_platforms="${all_platforms} ia64-linux-gcc" +all_platforms="${all_platforms} ppc32-linux-gcc" +all_platforms="${all_platforms} ppc64-linux-gcc" From owner-svn-ports-head@freebsd.org Sat Nov 14 19:38:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32676A2F6E2; Sat, 14 Nov 2015 19:38:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E176C1BE6; Sat, 14 Nov 2015 19:38:12 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJcBgX024486; Sat, 14 Nov 2015 19:38:11 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJcBH8024485; Sat, 14 Nov 2015 19:38:11 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511141938.tAEJcBH8024485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 19:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401589 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:38:13 -0000 Author: rm Date: Sat Nov 14 19:38:11 2015 New Revision: 401589 URL: https://svnweb.freebsd.org/changeset/ports/401589 Log: Whitespace fixes; no actual content changed Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 14 19:34:50 2015 (r401588) +++ head/UPDATING Sat Nov 14 19:38:11 2015 (r401589) @@ -12,7 +12,7 @@ you update your ports collection, before EGroupware 1.8 was deprecated and removed from sourceforge.net. To upgrade to the new version (14.3), make a backup of all files and database, remove all files from ${PREFIX}/www/eg: - + # pkg remove egroupware # rm -rf ${PREFIX}/www/eg @@ -75,18 +75,18 @@ you update your ports collection, before 20151015: AFFECTS: users of devel/subversion, its bindings and www/mod_dav_svn AUTHOR: lev@FreeBSD.org - + The subversion upgdate to 1.9 branch introduces new "old" subversion port devel/subversion18. - + If you don't want to update your subversion installation, run - - pkg set -n subversion:subversion18 - + + pkg set -n subversion:subversion18 + and add - + WITH_SUBVERSION_VER=18 - + to your /etc/make.conf 20151013: @@ -104,7 +104,7 @@ you update your ports collection, before block rule like the following: ipfw add deny all from 'table(22)' to any - + The release announcement can be found here: http://sourceforge.net/p/sshguard/mailman/message/34534861/ @@ -113,10 +113,10 @@ you update your ports collection, before AUTHOR: sbruno@FreeBSD.org The Jemalloc update at svn r286871 introduced some TLS enhancements - for MIPS targets that require a bit of workaround. Users who want + for MIPS targets that require a bit of workaround. Users who want to build MIPS packages should update their host systems past r286871 prior to upgrading their qemu-user-static/qemu-sbruno ports. - + Discussion about this can be found here: https://lists.freebsd.org/pipermail/freebsd-mips/2015-October/004018.html @@ -290,11 +290,11 @@ you update your ports collection, before AFFECTS: users of sysutils/s6 AUTHOR: Colin Booth - s6-notifywhenup has been removed as of v2.2.0.0. Any run scripts - using readyness notification must be updated to use a notification + s6-notifywhenup has been removed as of v2.2.0.0. Any run scripts + using readyness notification must be updated to use a notification fd instead. - s6-svc options have changed for sending syncronous up/down timeouts. + s6-svc options have changed for sending syncronous up/down timeouts. Any management or wrapper scripts using those options will need to be updated. @@ -330,7 +330,7 @@ you update your ports collection, before be both used with Icinga 1.x and the Icinga 2 port (net-mgmt/icinga2). A new meta-port net-mgmt/icinga was added which depends on both new ports, so updating the Icinga port should be transparent. - + 20150812: AFFECTS: users of sysutils/moosefs-master and other moosefs packages AUTHOR: feld@FreeBSD.org @@ -497,7 +497,7 @@ you update your ports collection, before to www/varnish4. The upgrade guide can be found here: https://www.varnish-cache.org/docs/trunk/whats-new/upgrade-4.0.html - + www/varnish-libvmod-header and www/varnish-nagios have been updated to versions that work with Varnish 4.x. You should not lose access to this software. @@ -536,7 +536,7 @@ you update your ports collection, before AUTHOR: brnrd@FreeBSD.org After upgrading libressl, manually update all packages that depend on - this library since its version has changed. Normally, you can obtain the + this library since its version has changed. Normally, you can obtain the list of dependent software by running the following command: pkg query -e '%n = libressl' %ro @@ -678,8 +678,8 @@ you update your ports collection, before - SQLITE - MYSQL - PGSQL - - REDIS - + - REDIS + They are disabled/removed in upstream since 5.4.4p1, but did not get removed from port. @@ -698,7 +698,6 @@ you update your ports collection, before AFFECTS: Users of emulators/wine-devel AUTHOR: gerald@FreeBSD.org - The COMPHOLIO option in emulators/wine-devel has been renamed to STAGING to align with the upstream evolution of that project. @@ -1027,7 +1026,7 @@ AUTHOR: ohauer@FreeBSD.org # # Keep MySQL 5.5 as default version # - DEFAULT_VERSIONS+=mysql= 5.5 + DEFAULT_VERSIONS+=mysql= 5.5 If you wish to update to the new default version, you need to first stop any running server instance. Then, you will need to follow these steps, depending From owner-svn-ports-head@freebsd.org Sat Nov 14 19:40:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D832AA2F7B9; Sat, 14 Nov 2015 19:40:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BE9201D14; Sat, 14 Nov 2015 19:40:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B83E01F4E; Sat, 14 Nov 2015 19:40:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 812A7F53F; Sat, 14 Nov 2015 19:40:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Sh4FVK7VKa0d; Sat, 14 Nov 2015 19:40:46 +0000 (UTC) Subject: Re: svn commit: r401587 - in head: emulators/virtualbox-ose games/openbor graphics/gd graphics/php5-gd graphics/php55-gd graphics/php56-gd mail/thunderbird multimedia/avidemux multimedia/ffmpeg multime... DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 0AA4FF53A To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511141934.tAEJYDMS024114@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56478E45.3010403@FreeBSD.org> Date: Sat, 14 Nov 2015 11:40:53 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511141934.tAEJYDMS024114@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="piMsTmHbxCEVb802VbGQ1nb4HdGkCSe2K" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:40:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --piMsTmHbxCEVb802VbGQ1nb4HdGkCSe2K Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/14/2015 11:34 AM, Jan Beich wrote: > ABI isn't compatible, so bump PORTREVISION in consumers. Thank you! This is far too often missed. --=20 Regards, Bryan Drewery --piMsTmHbxCEVb802VbGQ1nb4HdGkCSe2K Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWR45FAAoJEDXXcbtuRpfP9BoIAJslwxML2Tt2upDOM4NNIun/ /DzINZZKlt8IV/R27RBkh2Qv4WN/3u1ZrNRbN5yPe0VZR2txvvzcc7LujvOBCO0k fhUW+4J46qC99xfJ6yGnQpfWvdDuuA1kyQ4+azGQ79OlxT4d/JOXYDB0IRcdJzAy uNSyKx7CPlH1tKuuNvcB4UaDBCQ9aJ+a2SY3BBiI3QsF6/89ogYNbStFOpy5La0E ZfqdPN30SJykX4bS9DACc89DXQE2e7jVJluWoW2CkACRSkEEnbqhFtPItMhBppuC uYd0sIH+rJP6TwC1nuaQ7XH3RvzQkyA3SlBgZGwib3m1WEkhthgUbeKJUCNKqq0= =NhGN -----END PGP SIGNATURE----- --piMsTmHbxCEVb802VbGQ1nb4HdGkCSe2K-- From owner-svn-ports-head@freebsd.org Sat Nov 14 19:49:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77C57A2FA04; Sat, 14 Nov 2015 19:49:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24721131C; Sat, 14 Nov 2015 19:49:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJnpGZ027614; Sat, 14 Nov 2015 19:49:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJnoHn027611; Sat, 14 Nov 2015 19:49:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511141949.tAEJnoHn027611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 19:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401590 - head/x11-fonts/profont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:49:52 -0000 Author: amdmi3 Date: Sat Nov 14 19:49:50 2015 New Revision: 401590 URL: https://svnweb.freebsd.org/changeset/ports/401590 Log: - Fix fetch - Add LICENSE - Add NO_ARCH - Update WWW Modified: head/x11-fonts/profont/Makefile head/x11-fonts/profont/distinfo head/x11-fonts/profont/pkg-descr Modified: head/x11-fonts/profont/Makefile ============================================================================== --- head/x11-fonts/profont/Makefile Sat Nov 14 19:38:11 2015 (r401589) +++ head/x11-fonts/profont/Makefile Sat Nov 14 19:49:50 2015 (r401590) @@ -5,15 +5,17 @@ PORTNAME= profont PORTVERSION= 400 PORTREVISION= 2 CATEGORIES= x11-fonts -MASTER_SITES= http://www.tobiasjung.net/dl/ +MASTER_SITES= http://tobiasjung.name/downloadfile.php?file=profont-x11.zip?dummy/ DISTNAME= ${PORTNAME}-x11 MAINTAINER= ports@FreeBSD.org COMMENT= Ultimate programming font -BROKEN= unfetchable +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= fonts +USES= fonts zip +NO_ARCH= yes do-build: ${GZIP_CMD} ${WRKSRC}/*.pcf Modified: head/x11-fonts/profont/distinfo ============================================================================== --- head/x11-fonts/profont/distinfo Sat Nov 14 19:38:11 2015 (r401589) +++ head/x11-fonts/profont/distinfo Sat Nov 14 19:49:50 2015 (r401590) @@ -1,2 +1,2 @@ -SHA256 (profont-x11.tar.gz) = e8211cc960043e18d55ef686e9502c22ed7015e0bfe0c7ffc97775f33bb93e18 -SIZE (profont-x11.tar.gz) = 23474 +SHA256 (profont-x11.zip) = 99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7 +SIZE (profont-x11.zip) = 32202 Modified: head/x11-fonts/profont/pkg-descr ============================================================================== --- head/x11-fonts/profont/pkg-descr Sat Nov 14 19:38:11 2015 (r401589) +++ head/x11-fonts/profont/pkg-descr Sat Nov 14 19:49:50 2015 (r401590) @@ -1,3 +1,3 @@ Profont - The ultimate programming font. -WWW: http://www.tobias-jung.de/seekingprofont/ +WWW: http://tobiasjung.name/profont/ From owner-svn-ports-head@freebsd.org Sat Nov 14 19:54:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D123A2FB79; Sat, 14 Nov 2015 19:54:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD968177D; Sat, 14 Nov 2015 19:54:38 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJscup030421; Sat, 14 Nov 2015 19:54:38 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJsbm7030419; Sat, 14 Nov 2015 19:54:37 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201511141954.tAEJsbm7030419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 14 Nov 2015 19:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401591 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:54:39 -0000 Author: cy Date: Sat Nov 14 19:54:37 2015 New Revision: 401591 URL: https://svnweb.freebsd.org/changeset/ports/401591 Log: Keep temporary build dirs within WRKDIR. Don't include the results of post-patch in the patch file. Suggested by: bdrewery Modified: head/lang/dmd2/Makefile head/lang/dmd2/files/patch-src__dmd__posix.mak Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sat Nov 14 19:49:50 2015 (r401590) +++ head/lang/dmd2/Makefile Sat Nov 14 19:54:37 2015 (r401591) @@ -4,6 +4,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 PORTVERSION= 2.069.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -14,6 +15,7 @@ COMMENT= D 2.0 compiler, not officially USES= gmake zip MAKEFILE= posix.mak MAKE_ARGS= AUTO_BOOTSTRAP=1 +MAKE_ENV+= WRKDIR=${WRKDIR} EXAMPLESDIR= ${PREFIX}/share/examples/dmd2 DOCSDIR= ${PREFIX}/share/doc/dmd2 PORTDOCS= *.txt html/ @@ -51,7 +53,6 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ - MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: - @${RM} -r /tmp/.host_dmd-2.067.1 @${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/posix.mak @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" \ @@ -88,7 +89,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} -post-clean: - @${RM} -r /tmp/.host_dmd-2.067.1 - .include Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 19:49:50 2015 (r401590) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Sat Nov 14 19:54:37 2015 (r401591) @@ -1,62 +1,14 @@ --- ../../src/dmd/posix.mak.orig 2015-11-11 02:36:12.000000000 -0800 -+++ ../../src/dmd/posix.mak 2015-11-14 08:20:14.138530978 -0800 -@@ -31,9 +31,9 @@ - endif - - #ifeq (osx,$(OS)) --# HOST_CC=clang++ -+# HOST_CC=clanc++ - #else -- HOST_CC=g++ -+ HOST_CC=c++ - #endif - CC=$(HOST_CC) - AR=ar -@@ -92,7 +92,7 @@ - -Wno-unused-value \ - -Wno-unused-variable - # GCC Specific --ifeq ($(HOST_CC), g++) -+ifeq ($(HOST_CC), c++) - WARNINGS := $(WARNINGS) \ - -Wno-logical-op \ - -Wno-narrowing \ -@@ -100,7 +100,7 @@ - -Wno-uninitialized - endif - # Clang Specific --ifeq ($(HOST_CC), clang++) -+ifeq ($(HOST_CC), clanc++) - WARNINGS := $(WARNINGS) \ - -Wno-tautological-constant-out-of-range-compare \ - -Wno-tautological-compare \ -@@ -112,7 +112,7 @@ - # Default Warnings - WARNINGS := -Wno-deprecated -Wstrict-aliasing - # Clang Specific --ifeq ($(HOST_CC), clang++) -+ifeq ($(HOST_CC), clanc++) - WARNINGS := $(WARNINGS) \ - -Wno-logical-op-parentheses \ - -Wno-dynamic-class-memaccess \ -@@ -130,7 +130,7 @@ - -D__pascal= -DMARS=1 -DTARGET_$(OS_UPCASE)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1 \ - $(MODEL_FLAG) - # GCC Specific --ifeq ($(HOST_CC), g++) -+ifeq ($(HOST_CC), c++) - CFLAGS := $(CFLAGS) \ - -std=gnu++98 - endif -@@ -312,7 +312,7 @@ - - ifneq (,$(AUTO_BOOTSTRAP)) - $(HOST_DMD_PATH): -- mkdir -p ${HOST_DMD_ROOT} -+ # mkdir -p ${HOST_DMD_ROOT} - TMPFILE=$$(mktemp deleteme.XXXXXXXX) && curl -fsSL ${HOST_DMD_URL} > $${TMPFILE}.zip && \ - unzip -qd ${HOST_DMD_ROOT} $${TMPFILE}.zip && rm $${TMPFILE}.zip - endif ++++ ../../src/dmd/posix.mak 2015-11-14 11:37:37.628381337 -0800 +@@ -57,7 +57,7 @@ + else + # Auto-bootstrapping, will download dmd automatically + HOST_DMD_VER=2.067.1 +- HOST_DMD_ROOT=/tmp/.host_dmd-$(HOST_DMD_VER) ++ HOST_DMD_ROOT=${WRKDIR}/.host_dmd-$(HOST_DMD_VER) + # dmd.2.067.1.osx.zip or dmd.2.067.1.freebsd-64.zip + HOST_DMD_ZIP=dmd.$(HOST_DMD_VER).$(OS)$(if $(filter $(OS),freebsd),-$(MODEL),).zip + # http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.osx.zip @@ -423,7 +423,7 @@ $(eval bin_dir=$(if $(filter $(OS),osx), bin, bin$(MODEL))) mkdir -p $(INSTALL_DIR)/$(OS)/$(bin_dir) From owner-svn-ports-head@freebsd.org Sat Nov 14 19:54:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6401CA2FB9B; Sat, 14 Nov 2015 19:54:50 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0C473186A; Sat, 14 Nov 2015 19:54:49 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id xguHZL2SDaHqmxguIZ83kA; Sat, 14 Nov 2015 12:54:43 -0700 X-Authority-Analysis: v=2.1 cv=DNsvm35b c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=BWvPGDcYAAAA:8 a=VxmjJ2MpAAAA:8 a=kj9zAlcOel0A:10 a=qtqOOiqGOCEA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=FuT3rd6VkglfUA6aVwQA:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 49E6313AEC; Sat, 14 Nov 2015 11:54:41 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id tAEJsemU029391; Sat, 14 Nov 2015 11:54:40 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201511141954.tAEJsemU029391@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Bryan Drewery cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401580 - head/lang/dmd2 In-Reply-To: Message from Bryan Drewery of "Sat, 14 Nov 2015 09:21:11 -0800." <56476D87.500@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 14 Nov 2015 11:54:40 -0800 X-CMAE-Envelope: MS4wfPEsjs6y+zYExwxmLl3tApPn6TV67Tu9s7AK7INg5xnddvTABYEjWYg6nZbvEnXVP0+ODlqt9vWhoyKfANc6wFLWmPs9bbrxH9z4RZe8ElecRLDdwNTu pKgtQ/dwpjrl3s+lO+cCttsok+xvj5CEG9chrEXpn4IMdj3HcqYg5sMGlOCiUqpnvNSHA2IOO+9wkIS2hMBN0mC2fMV1H2Zs6CA6SdDfyMdpcJbEe6SMaEiw 8dswOtLZBp2Oe9wvizOQGudMTFGWCcfCWx8+U1SI0i19wJZMY43vShBDZIL9k/It/h0IlObOhHDE+MxX2bCiMw== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:54:50 -0000 In message <56476D87.500@FreeBSD.org>, Bryan Drewery writes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > On 11/14/2015 8:45 AM, Cy Schubert wrote: > > Author: cy > > Date: Sat Nov 14 16:45:10 2015 > > New Revision: 401580 > > URL: https://svnweb.freebsd.org/changeset/ports/401580 > >=20 > > Log: > > Also, clean up after ourselves. > >=20 > > Modified: > > head/lang/dmd2/Makefile > >=20 > > Modified: head/lang/dmd2/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D > > --- head/lang/dmd2/Makefile Sat Nov 14 16:39:57 2015 (r401579) > > +++ head/lang/dmd2/Makefile Sat Nov 14 16:45:10 2015 (r401580) > > @@ -88,4 +88,7 @@ do-install: > > ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} > > cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} > > =20 > > +post-clean: > > + @${RM} -r /tmp/.host_dmd-2.067.1 > > + > > .include > >=20 > > This and r401579 should really be fixing the build to not use a static > tmpdir name outside of WRKDIR. Thanks. This has been fixed and the post-patch results have removed from the patch. -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Sat Nov 14 20:01:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F25E7A2FC3C; Sat, 14 Nov 2015 20:01:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D2E061DCE; Sat, 14 Nov 2015 20:01:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id C96111991; Sat, 14 Nov 2015 20:01:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 70881F5B0; Sat, 14 Nov 2015 20:01:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id vCML4E1Gr1f7; Sat, 14 Nov 2015 20:01:10 +0000 (UTC) Subject: Re: svn commit: r401591 - in head/lang/dmd2: . files DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 97571F5AA To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511141954.tAEJsbm7030419@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5647930D.8060103@FreeBSD.org> Date: Sat, 14 Nov 2015 12:01:17 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511141954.tAEJsbm7030419@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rfmbXfs22IJX6982jvWliFKVM3hMGSjQa" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:01:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rfmbXfs22IJX6982jvWliFKVM3hMGSjQa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/14/2015 11:54 AM, Cy Schubert wrote: > Author: cy > Date: Sat Nov 14 19:54:37 2015 > New Revision: 401591 > URL: https://svnweb.freebsd.org/changeset/ports/401591 >=20 > Log: > Keep temporary build dirs within WRKDIR. > =20 > Don't include the results of post-patch in the patch file. > =20 > Suggested by: bdrewery Thank you! --=20 Regards, Bryan Drewery --rfmbXfs22IJX6982jvWliFKVM3hMGSjQa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWR5MNAAoJEDXXcbtuRpfPIOUIAJCD1Bi6A1zPWQLz5SWXFO45 w9mhozCsxj+Uw2JrpXNIwHVjg6M0V+roQU4SbQGB0NnQm/WI/g5FKeZOMA+lq3iF Sf6Vp1X0Rx4If5tOQfX2iOiufSwY3QV8y8NCGySC1hJ0gvHEkTOr3ts5iA5QoNLe C4y5yxxN+glpefDeLM5z37rEMYp+elRDw1SwASwpxk1evKP4SKGiU+BUdnySZnmo A6gBYSdn+b5KN2nomrL8t1pxIA7VeYictCR8fFvSVIbwfSeyFoU5JKMYNyaqVawo iPwwZVLB3Tkx5IIQ8TunEO/pFAwh3QHVLmAfQa7Vp1w+qJxYBNkdmbabRNVj6B8= =JtWU -----END PGP SIGNATURE----- --rfmbXfs22IJX6982jvWliFKVM3hMGSjQa-- From owner-svn-ports-head@freebsd.org Sat Nov 14 20:12:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C912A2FF5A; Sat, 14 Nov 2015 20:12:41 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9AB1571; Sat, 14 Nov 2015 20:12:41 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKCeNl036121; Sat, 14 Nov 2015 20:12:40 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKCeX4036118; Sat, 14 Nov 2015 20:12:40 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201511142012.tAEKCeX4036118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 14 Nov 2015 20:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401592 - head/net/uget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:12:41 -0000 Author: olivierd Date: Sat Nov 14 20:12:40 2015 New Revision: 401592 URL: https://svnweb.freebsd.org/changeset/ports/401592 Log: Update to 2.0.3 Modified: head/net/uget/Makefile head/net/uget/distinfo head/net/uget/pkg-plist Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Sat Nov 14 19:54:37 2015 (r401591) +++ head/net/uget/Makefile Sat Nov 14 20:12:40 2015 (r401592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/net/uget/distinfo ============================================================================== --- head/net/uget/distinfo Sat Nov 14 19:54:37 2015 (r401591) +++ head/net/uget/distinfo Sat Nov 14 20:12:40 2015 (r401592) @@ -1,2 +1,2 @@ -SHA256 (uget-2.0.2.tar.gz) = b6c185215926dc0dcaed6681e43d92dbd65b5cf1b3cf18018eab1f2a789c021c -SIZE (uget-2.0.2.tar.gz) = 845134 +SHA256 (uget-2.0.3.tar.gz) = 78b4e899ce8eadc4bc6189fdb65c577757a84d0d829340c1bdf047723c90d055 +SIZE (uget-2.0.3.tar.gz) = 853290 Modified: head/net/uget/pkg-plist ============================================================================== --- head/net/uget/pkg-plist Sat Nov 14 19:54:37 2015 (r401591) +++ head/net/uget/pkg-plist Sat Nov 14 20:12:40 2015 (r401592) @@ -43,6 +43,7 @@ share/icons/hicolor/scalable/apps/uget-i %%NLS%%share/locale/it/LC_MESSAGES/uget.mo %%NLS%%share/locale/ka_GE/LC_MESSAGES/uget.mo %%NLS%%share/locale/kk/LC_MESSAGES/uget.mo +%%NLS%%share/locale/ku/LC_MESSAGES/uget.mo %%NLS%%share/locale/or_IN/LC_MESSAGES/uget.mo %%NLS%%share/locale/pl/LC_MESSAGES/uget.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/uget.mo From owner-svn-ports-head@freebsd.org Sat Nov 14 20:12:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5CBAA2FF87; Sat, 14 Nov 2015 20:12:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD7161720; Sat, 14 Nov 2015 20:12:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKCqSP036241; Sat, 14 Nov 2015 20:12:52 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKCqoT036239; Sat, 14 Nov 2015 20:12:52 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142012.tAEKCqoT036239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 20:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401593 - head/net/py-pysmb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:12:54 -0000 Author: rm Date: Sat Nov 14 20:12:52 2015 New Revision: 401593 URL: https://svnweb.freebsd.org/changeset/ports/401593 Log: net/py-pysmb: update to 1.1.17 - add LICENSE (ZLIB) - make CHEESESHOP mirror default Modified: head/net/py-pysmb/Makefile head/net/py-pysmb/distinfo Modified: head/net/py-pysmb/Makefile ============================================================================== --- head/net/py-pysmb/Makefile Sat Nov 14 20:12:40 2015 (r401592) +++ head/net/py-pysmb/Makefile Sat Nov 14 20:12:52 2015 (r401593) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= pysmb -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.17 CATEGORIES= net python -MASTER_SITES= http://miketeo.net/files/Projects/${PORTNAME}/ \ - CHEESESHOP +MASTER_SITES= CHEESESHOP \ + http://miketeo.net/files/Projects/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= SMB/CIFS library written in Python +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 OPTIONS_DEFINE= DOCS Modified: head/net/py-pysmb/distinfo ============================================================================== --- head/net/py-pysmb/distinfo Sat Nov 14 20:12:40 2015 (r401592) +++ head/net/py-pysmb/distinfo Sat Nov 14 20:12:52 2015 (r401593) @@ -1,2 +1,2 @@ -SHA256 (pysmb-1.1.16.tar.gz) = 0f192279b12d3fb38f7ece55d9cd8f573fcf5e6319f78e9b387a30d0baf0da4c -SIZE (pysmb-1.1.16.tar.gz) = 1551617 +SHA256 (pysmb-1.1.17.tar.gz) = 267def5aef2f0f41be4ba141b29dce9c23214667e84bddefd285b56fd481d813 +SIZE (pysmb-1.1.17.tar.gz) = 1962001 From owner-svn-ports-head@freebsd.org Sat Nov 14 20:27:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 370A4A2F137; Sat, 14 Nov 2015 20:27:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D97E91B5E; Sat, 14 Nov 2015 20:27:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKRCOQ039326; Sat, 14 Nov 2015 20:27:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKRCna039324; Sat, 14 Nov 2015 20:27:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511142027.tAEKRCna039324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 20:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401594 - head/math/libtommath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:27:14 -0000 Author: amdmi3 Date: Sat Nov 14 20:27:12 2015 New Revision: 401594 URL: https://svnweb.freebsd.org/changeset/ports/401594 Log: - Update MASTER_SITES and WWW, helpers Modified: head/math/libtommath/Makefile head/math/libtommath/pkg-descr Modified: head/math/libtommath/Makefile ============================================================================== --- head/math/libtommath/Makefile Sat Nov 14 20:12:52 2015 (r401593) +++ head/math/libtommath/Makefile Sat Nov 14 20:27:12 2015 (r401594) @@ -4,15 +4,12 @@ PORTNAME= libtommath PORTVERSION= 0.42.0 PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= http://libtom.org/files/ +MASTER_SITES= http://libtom.net/files/ DISTNAME= ltm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular, and portable mathematical routines -OPTIONS_DEFINE= DOCS SHARED -SHARED_DESC= Build shared library - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake tar:bzip2 ALL_TARGET= default @@ -22,30 +19,28 @@ PORTDOCS= * PLIST_FILES= include/tommath.h include/tommath_class.h \ include/tommath_superclass.h lib/libtommath.a -.include +OPTIONS_DEFINE= DOCS SHARED + +SHARED_DESC= Build shared library +SHARED_USES= libtool:build +SHARED_USE= LDCONFIG=yes +SHARED_PLIST_FILES= lib/libtommath.so lib/libtommath.so.0 lib/libtommath.so.0.0.41 +SHARED_VARS= MAKEFILE=makefile.shared +SHARED_VARS_OFF= MAKEFILE=makefile post-patch: ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.shared ${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=| ; s|-g $$(GROUP) -o $$(USER)||' ${WRKSRC}/${MAKEFILE} -.if ${PORT_OPTIONS:MSHARED} -USES+= libtool:build -USE_LDCONFIG= yes -PLIST_FILES+= lib/libtommath.so lib/libtommath.so.0 lib/libtommath.so.0.0.41 -MAKEFILE= makefile.shared -.else -MAKEFILE= makefile -.endif - post-install: -.if ${PORT_OPTIONS:MSHARED} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.0 -.endif @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/bn.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/poster.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${STAGEDIR}${DOCSDIR} +post-install-SHARED-on: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.0 + regression-test: (cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f ${MAKEFILE} mtest test; \ Modified: head/math/libtommath/pkg-descr ============================================================================== --- head/math/libtommath/pkg-descr Sat Nov 14 20:12:52 2015 (r401593) +++ head/math/libtommath/pkg-descr Sat Nov 14 20:27:12 2015 (r401594) @@ -2,4 +2,4 @@ LibTomMath provides highly optimized and majority of integer based number theoretic applications (including public key cryptography). -WWW: http://libtom.org +WWW: http://libtom.net/ From owner-svn-ports-head@freebsd.org Sat Nov 14 20:33:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A133BA2F490; Sat, 14 Nov 2015 20:33:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 660FF1FD3; Sat, 14 Nov 2015 20:33:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKXwGP042084; Sat, 14 Nov 2015 20:33:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKXwfO042083; Sat, 14 Nov 2015 20:33:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511142033.tAEKXwfO042083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 20:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401595 - in head/audio/rsynth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:33:59 -0000 Author: amdmi3 Date: Sat Nov 14 20:33:58 2015 New Revision: 401595 URL: https://svnweb.freebsd.org/changeset/ports/401595 Log: - Switch to USES=autoreconf Deleted: head/audio/rsynth/files/patch-Makefile.in Modified: head/audio/rsynth/Makefile Modified: head/audio/rsynth/Makefile ============================================================================== --- head/audio/rsynth/Makefile Sat Nov 14 20:27:12 2015 (r401594) +++ head/audio/rsynth/Makefile Sat Nov 14 20:33:58 2015 (r401595) @@ -14,8 +14,8 @@ COMMENT= Speech synthesizer LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libaudio.so:${PORTSDIR}/audio/nas +USES= autoreconf GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c From owner-svn-ports-head@freebsd.org Sat Nov 14 20:44:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517F8A2F679; Sat, 14 Nov 2015 20:44:04 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B02B132C; Sat, 14 Nov 2015 20:44:04 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKi3pv045067; Sat, 14 Nov 2015 20:44:03 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKi3SF045065; Sat, 14 Nov 2015 20:44:03 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142044.tAEKi3SF045065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 20:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401596 - head/devel/py-aniso8601 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:44:04 -0000 Author: rm Date: Sat Nov 14 20:44:02 2015 New Revision: 401596 URL: https://svnweb.freebsd.org/changeset/ports/401596 Log: devel/py-aniso8601: update to 1.1.0 Modified: head/devel/py-aniso8601/Makefile head/devel/py-aniso8601/distinfo Modified: head/devel/py-aniso8601/Makefile ============================================================================== --- head/devel/py-aniso8601/Makefile Sat Nov 14 20:33:58 2015 (r401595) +++ head/devel/py-aniso8601/Makefile Sat Nov 14 20:44:02 2015 (r401596) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aniso8601 -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ COMMENT= Library for parsing ISO 8601 st LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil + +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-aniso8601/distinfo ============================================================================== --- head/devel/py-aniso8601/distinfo Sat Nov 14 20:33:58 2015 (r401595) +++ head/devel/py-aniso8601/distinfo Sat Nov 14 20:44:02 2015 (r401596) @@ -1,2 +1,2 @@ -SHA256 (aniso8601-1.0.0.tar.gz) = f0bf0108bb24f7c7cb0b0408721a52bee9ac2fd838082c135cd8da87f4d951f4 -SIZE (aniso8601-1.0.0.tar.gz) = 44260 +SHA256 (aniso8601-1.1.0.tar.gz) = 4fc462db59811f541bc25d865b86367153d8ce773ae75b16d54e2e1cd393b5cc +SIZE (aniso8601-1.1.0.tar.gz) = 49417 From owner-svn-ports-head@freebsd.org Sat Nov 14 20:51:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C11B1A2F771; Sat, 14 Nov 2015 20:51:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 873341792; Sat, 14 Nov 2015 20:51:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKpCwE047335; Sat, 14 Nov 2015 20:51:12 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKpCFH047333; Sat, 14 Nov 2015 20:51:12 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142051.tAEKpCFH047333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 20:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401597 - head/devel/py-unipath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:51:13 -0000 Author: wg Date: Sat Nov 14 20:51:12 2015 New Revision: 401597 URL: https://svnweb.freebsd.org/changeset/ports/401597 Log: devel/py-unipath: update to 1.1 Modified: head/devel/py-unipath/Makefile head/devel/py-unipath/distinfo Modified: head/devel/py-unipath/Makefile ============================================================================== --- head/devel/py-unipath/Makefile Sat Nov 14 20:44:02 2015 (r401596) +++ head/devel/py-unipath/Makefile Sat Nov 14 20:51:12 2015 (r401597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unipath -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-unipath/distinfo ============================================================================== --- head/devel/py-unipath/distinfo Sat Nov 14 20:44:02 2015 (r401596) +++ head/devel/py-unipath/distinfo Sat Nov 14 20:51:12 2015 (r401597) @@ -1,2 +1,2 @@ -SHA256 (Unipath-1.0.tar.gz) = ef0139ac30913b43e8d388a3e776e534a22f81975966968d28369ec0338a69b7 -SIZE (Unipath-1.0.tar.gz) = 29306 +SHA256 (Unipath-1.1.tar.gz) = 09839adcc72e8a24d4f76d63656f30b5a1f721fc40c9bcd79d8c67bdd8b47dae +SIZE (Unipath-1.1.tar.gz) = 30280 From owner-svn-ports-head@freebsd.org Sat Nov 14 20:54:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E707CA2F889; Sat, 14 Nov 2015 20:54:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9B41A40; Sat, 14 Nov 2015 20:54:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEKsgBk048259; Sat, 14 Nov 2015 20:54:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEKsgg9048252; Sat, 14 Nov 2015 20:54:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142054.tAEKsgg9048252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 20:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401598 - in head: . devel devel/py-asn1-modules devel/py-pyasn1-modules net/py-ldap security/py-oauth2client security/py-service_identity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 20:54:44 -0000 Author: rm Date: Sat Nov 14 20:54:41 2015 New Revision: 401598 URL: https://svnweb.freebsd.org/changeset/ports/401598 Log: devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming - bump PORTREVISION for dependend ports Added: head/devel/py-pyasn1-modules/ - copied from r401597, head/devel/py-asn1-modules/ Deleted: head/devel/py-asn1-modules/ Modified: head/MOVED head/devel/Makefile head/devel/py-pyasn1-modules/Makefile head/net/py-ldap/Makefile head/security/py-oauth2client/Makefile head/security/py-service_identity/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 14 20:51:12 2015 (r401597) +++ head/MOVED Sat Nov 14 20:54:41 2015 (r401598) @@ -7936,3 +7936,4 @@ databases/p5-DBD-mysql51|databases/p5-DB databases/py-MySQLdb51||2015-11-10|Has expired: EOL upstream, use databases/py-MySQLdb instead deskutils/steadyflow||2015-11-13|Has expired: No new releases for years, consider using net/uget net/py-smb|net/py-pysmb|2015-11-14|Renamed to match upstream naming +devel/py-asn1-modules|devel/py-pyasn1-modules|2015-11-14|Renamed to match upstream naming Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 14 20:51:12 2015 (r401597) +++ head/devel/Makefile Sat Nov 14 20:54:41 2015 (r401598) @@ -3906,7 +3906,6 @@ SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-asn1 - SUBDIR += py-asn1-modules SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid @@ -4183,6 +4182,7 @@ SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-py + SUBDIR += py-pyasn1-modules SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus Modified: head/devel/py-pyasn1-modules/Makefile ============================================================================== --- head/devel/py-asn1-modules/Makefile Sat Nov 14 20:51:12 2015 (r401597) +++ head/devel/py-pyasn1-modules/Makefile Sat Nov 14 20:54:41 2015 (r401598) @@ -1,11 +1,10 @@ # $FreeBSD$ -PORTNAME= asn1-modules +PORTNAME= pyasn1-modules PORTVERSION= 0.0.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= Collection of ASN.1 data structures for py-asn1 @@ -20,7 +19,6 @@ USES= python shebangfix SHEBANG_FILES= tools/*.py USE_PYTHON= autoplist distutils -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTDOCS= CHANGES.txt README.txt TOOLS= cmpdump.py crldump.py crmfdump.py ocspclient.py ocspreqdump.py \ ocsprspdump.py pkcs10dump.py pkcs1dump.py pkcs7dump.py \ Modified: head/net/py-ldap/Makefile ============================================================================== --- head/net/py-ldap/Makefile Sat Nov 14 20:51:12 2015 (r401597) +++ head/net/py-ldap/Makefile Sat Nov 14 20:54:41 2015 (r401598) @@ -2,6 +2,7 @@ PORTNAME= ldap PORTVERSION= 2.4.21 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= LDAP module for python, for Ope LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:${PORTSDIR}/devel/py-pyasn1-modules USES= python:2 USE_PYTHON= autoplist distutils Modified: head/security/py-oauth2client/Makefile ============================================================================== --- head/security/py-oauth2client/Makefile Sat Nov 14 20:51:12 2015 (r401597) +++ head/security/py-oauth2client/Makefile Sat Nov 14 20:54:41 2015 (r401598) @@ -3,6 +3,7 @@ PORTNAME= oauth2client PORTVERSION= 1.4.11 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= OAuth 2.0 client library LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ - ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:${PORTSDIR}/devel/py-pyasn1-modules \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:${PORTSDIR}/security/py-rsa \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six Modified: head/security/py-service_identity/Makefile ============================================================================== --- head/security/py-service_identity/Makefile Sat Nov 14 20:51:12 2015 (r401597) +++ head/security/py-service_identity/Makefile Sat Nov 14 20:54:41 2015 (r401598) @@ -3,6 +3,7 @@ PORTNAME= service_identity PORTVERSION= 14.0.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:${PORTSDIR}/security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ - ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:${PORTSDIR}/devel/py-pyasn1-modules \ ${PYTHON_PKGNAMEPREFIX}characteristic>=14.0.0:${PORTSDIR}/devel/py-characteristic USES= python From owner-svn-ports-head@freebsd.org Sat Nov 14 21:05:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0BE6A2FAB4; Sat, 14 Nov 2015 21:05:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2A971F66; Sat, 14 Nov 2015 21:05:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEL5iXH051355; Sat, 14 Nov 2015 21:05:44 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEL5iFn051353; Sat, 14 Nov 2015 21:05:44 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142105.tAEL5iFn051353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 21:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401599 - head/devel/py-pyasn1-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:05:46 -0000 Author: rm Date: Sat Nov 14 21:05:44 2015 New Revision: 401599 URL: https://svnweb.freebsd.org/changeset/ports/401599 Log: devel/py-pyasn1-modules: update to 0.0.8 Modified: head/devel/py-pyasn1-modules/Makefile head/devel/py-pyasn1-modules/distinfo Modified: head/devel/py-pyasn1-modules/Makefile ============================================================================== --- head/devel/py-pyasn1-modules/Makefile Sat Nov 14 20:54:41 2015 (r401598) +++ head/devel/py-pyasn1-modules/Makefile Sat Nov 14 21:05:44 2015 (r401599) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyasn1-modules -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyasn1-modules/distinfo ============================================================================== --- head/devel/py-pyasn1-modules/distinfo Sat Nov 14 20:54:41 2015 (r401598) +++ head/devel/py-pyasn1-modules/distinfo Sat Nov 14 21:05:44 2015 (r401599) @@ -1,2 +1,2 @@ -SHA256 (pyasn1-modules-0.0.7.tar.gz) = 794dbcef4b7124b8271f12eb7eea0d37b466012f11ce023f91e2e2082df11c7e -SIZE (pyasn1-modules-0.0.7.tar.gz) = 38605 +SHA256 (pyasn1-modules-0.0.8.tar.gz) = 10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 +SIZE (pyasn1-modules-0.0.8.tar.gz) = 38776 From owner-svn-ports-head@freebsd.org Sat Nov 14 21:06:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 404ECA2FAF4; Sat, 14 Nov 2015 21:06:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 063DE1072; Sat, 14 Nov 2015 21:06:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEL6mcM051500; Sat, 14 Nov 2015 21:06:48 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEL6mXq051498; Sat, 14 Nov 2015 21:06:48 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142106.tAEL6mXq051498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401600 - head/multimedia/py-guessit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:06:50 -0000 Author: wg Date: Sat Nov 14 21:06:48 2015 New Revision: 401600 URL: https://svnweb.freebsd.org/changeset/ports/401600 Log: multimedia/py-guessit: update to 0.11.0 Modified: head/multimedia/py-guessit/Makefile head/multimedia/py-guessit/distinfo Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Sat Nov 14 21:05:44 2015 (r401599) +++ head/multimedia/py-guessit/Makefile Sat Nov 14 21:06:48 2015 (r401600) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guessit -PORTVERSION= 0.10.3 +PORTVERSION= 0.11.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-guessit/distinfo ============================================================================== --- head/multimedia/py-guessit/distinfo Sat Nov 14 21:05:44 2015 (r401599) +++ head/multimedia/py-guessit/distinfo Sat Nov 14 21:06:48 2015 (r401600) @@ -1,2 +1,2 @@ -SHA256 (guessit-0.10.3.tar.gz) = d14ea0a2ea3413ec46119ea4d7a91b1f045761cfb3dc262c9dcd545742712dfe -SIZE (guessit-0.10.3.tar.gz) = 141772 +SHA256 (guessit-0.11.0.tar.gz) = c4c777511a486700a6a61c3d3fe1cb286423b1403cec769aab3f39c81eef424a +SIZE (guessit-0.11.0.tar.gz) = 148248 From owner-svn-ports-head@freebsd.org Sat Nov 14 21:12:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F34A2FBFD; Sat, 14 Nov 2015 21:12:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61C7B1336; Sat, 14 Nov 2015 21:12:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELC8JT052414; Sat, 14 Nov 2015 21:12:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELC8vN052412; Sat, 14 Nov 2015 21:12:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142112.tAELC8vN052412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401601 - head/multimedia/py-librtmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:12:09 -0000 Author: wg Date: Sat Nov 14 21:12:08 2015 New Revision: 401601 URL: https://svnweb.freebsd.org/changeset/ports/401601 Log: multimedia/py-librtmp: update to 0.3.0 Modified: head/multimedia/py-librtmp/Makefile head/multimedia/py-librtmp/distinfo Modified: head/multimedia/py-librtmp/Makefile ============================================================================== --- head/multimedia/py-librtmp/Makefile Sat Nov 14 21:06:48 2015 (r401600) +++ head/multimedia/py-librtmp/Makefile Sat Nov 14 21:12:08 2015 (r401601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librtmp -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -23,4 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch +.endif + +.include Modified: head/multimedia/py-librtmp/distinfo ============================================================================== --- head/multimedia/py-librtmp/distinfo Sat Nov 14 21:06:48 2015 (r401600) +++ head/multimedia/py-librtmp/distinfo Sat Nov 14 21:12:08 2015 (r401601) @@ -1,2 +1,2 @@ -SHA256 (python-librtmp-0.2.1.tar.gz) = 118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588 -SIZE (python-librtmp-0.2.1.tar.gz) = 24069 +SHA256 (python-librtmp-0.3.0.tar.gz) = 4a41ada646270baa5b388f17481d08679d23b2947835901d0db7602c59ec772b +SIZE (python-librtmp-0.3.0.tar.gz) = 24368 From owner-svn-ports-head@freebsd.org Sat Nov 14 21:17:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAA89A2FC87; Sat, 14 Nov 2015 21:17:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 725601534; Sat, 14 Nov 2015 21:17:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELHlE6054633; Sat, 14 Nov 2015 21:17:47 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELHlbB054631; Sat, 14 Nov 2015 21:17:47 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142117.tAELHlbB054631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401602 - head/www/py-beautifulsoup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:17:48 -0000 Author: wg Date: Sat Nov 14 21:17:47 2015 New Revision: 401602 URL: https://svnweb.freebsd.org/changeset/ports/401602 Log: www/py-beautifulsoup: update to 4.4.1 - Add LICENSE Modified: head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup/distinfo Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Sat Nov 14 21:12:08 2015 (r401601) +++ head/www/py-beautifulsoup/Makefile Sat Nov 14 21:17:47 2015 (r401602) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beautifulsoup -PORTVERSION= 4.3.2 +PORTVERSION= 4.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ DISTNAME= beautifulsoup4-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= HTML/XML Parser for Python +LICENSE= MIT + USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-beautifulsoup/distinfo ============================================================================== --- head/www/py-beautifulsoup/distinfo Sat Nov 14 21:12:08 2015 (r401601) +++ head/www/py-beautifulsoup/distinfo Sat Nov 14 21:17:47 2015 (r401602) @@ -1,2 +1,2 @@ -SHA256 (beautifulsoup4-4.3.2.tar.gz) = a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e -SIZE (beautifulsoup4-4.3.2.tar.gz) = 143356 +SHA256 (beautifulsoup4-4.4.1.tar.gz) = 87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 +SIZE (beautifulsoup4-4.4.1.tar.gz) = 152140 From owner-svn-ports-head@freebsd.org Sat Nov 14 21:20:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92739A2FCE4; Sat, 14 Nov 2015 21:20:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59AE81646; Sat, 14 Nov 2015 21:20:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELKSjo054855; Sat, 14 Nov 2015 21:20:28 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELKSut054853; Sat, 14 Nov 2015 21:20:28 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142120.tAELKSut054853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401603 - head/www/py-formencode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:20:29 -0000 Author: wg Date: Sat Nov 14 21:20:28 2015 New Revision: 401603 URL: https://svnweb.freebsd.org/changeset/ports/401603 Log: www/py-formencode: update to 1.3.0 Modified: head/www/py-formencode/Makefile head/www/py-formencode/distinfo Modified: head/www/py-formencode/Makefile ============================================================================== --- head/www/py-formencode/Makefile Sat Nov 14 21:17:47 2015 (r401602) +++ head/www/py-formencode/Makefile Sat Nov 14 21:20:28 2015 (r401603) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= formencode -PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE= PSFL OPTIONS_DEFINE= DOCS -USES= gettext-runtime:run python:2 zip +USES= gettext-runtime:run python zip USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/www/py-formencode/distinfo ============================================================================== --- head/www/py-formencode/distinfo Sat Nov 14 21:17:47 2015 (r401602) +++ head/www/py-formencode/distinfo Sat Nov 14 21:20:28 2015 (r401603) @@ -1,2 +1,2 @@ -SHA256 (FormEncode-1.2.6.zip) = 70fc1d2cf8022b1cc7fcebb5d87cc984dde799e587f05c0a0fe509b374221b0c -SIZE (FormEncode-1.2.6.zip) = 318441 +SHA256 (FormEncode-1.3.0.zip) = e6757280244a0d04e9cef51beeeafb4124087c27b7944c7d41341d0a30f7af78 +SIZE (FormEncode-1.3.0.zip) = 347674 From owner-svn-ports-head@freebsd.org Sat Nov 14 21:24:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7D8DA2FE02; Sat, 14 Nov 2015 21:24:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 836B11A81; Sat, 14 Nov 2015 21:24:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELOUZx057532; Sat, 14 Nov 2015 21:24:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELOUwx057531; Sat, 14 Nov 2015 21:24:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142124.tAELOUwx057531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 21:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401604 - head/devel/py-crcmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:24:31 -0000 Author: rm Date: Sat Nov 14 21:24:30 2015 New Revision: 401604 URL: https://svnweb.freebsd.org/changeset/ports/401604 Log: devel/py-crcmod: various fixes - switch to CHEESESHOP as default mirror - add LICENSE_FILE - strip installed shared library - bump PORTREVISION because of package change Modified: head/devel/py-crcmod/Makefile Modified: head/devel/py-crcmod/Makefile ============================================================================== --- head/devel/py-crcmod/Makefile Sat Nov 14 21:20:28 2015 (r401603) +++ head/devel/py-crcmod/Makefile Sat Nov 14 21:24:30 2015 (r401604) @@ -3,19 +3,20 @@ PORTNAME= crcmod PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ - CHEESESHOP +MASTER_SITES= CHEESESHOP \ + SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Module for Cyclic Redundancy Check (CRC) calculations LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * @@ -24,5 +25,6 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crcmod/_crcfunext.so .include From owner-svn-ports-head@freebsd.org Sat Nov 14 21:26:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A690A2FE98; Sat, 14 Nov 2015 21:26:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 567221CEC; Sat, 14 Nov 2015 21:26:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELQm0g057710; Sat, 14 Nov 2015 21:26:48 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELQmb9057708; Sat, 14 Nov 2015 21:26:48 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142126.tAELQmb9057708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401605 - head/www/py-tmdb3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:26:49 -0000 Author: wg Date: Sat Nov 14 21:26:48 2015 New Revision: 401605 URL: https://svnweb.freebsd.org/changeset/ports/401605 Log: www/py-tmdb3: update to 0.7.2 Modified: head/www/py-tmdb3/Makefile head/www/py-tmdb3/distinfo Modified: head/www/py-tmdb3/Makefile ============================================================================== --- head/www/py-tmdb3/Makefile Sat Nov 14 21:24:30 2015 (r401604) +++ head/www/py-tmdb3/Makefile Sat Nov 14 21:26:48 2015 (r401605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmdb3 -PORTVERSION= 0.6.17 +PORTVERSION= 0.7.2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= TheMovieDB.org APIv3 interface -USES= python:2 zip +USES= python:2 USE_PYTHON= distutils autoplist .include Modified: head/www/py-tmdb3/distinfo ============================================================================== --- head/www/py-tmdb3/distinfo Sat Nov 14 21:24:30 2015 (r401604) +++ head/www/py-tmdb3/distinfo Sat Nov 14 21:26:48 2015 (r401605) @@ -1,2 +1,2 @@ -SHA256 (tmdb3-0.6.17.zip) = 64a6c3f1a60a9d8bf18f96a5403f3735b334040345ac3646064931c209720972 -SIZE (tmdb3-0.6.17.zip) = 38179 +SHA256 (tmdb3-0.7.2.tar.gz) = 9b6e043b8a65d159e7fc8f720badc7ffee5109296e38676c107454e03a895983 +SIZE (tmdb3-0.7.2.tar.gz) = 39545 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:01:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FAF3A2F511; Sat, 14 Nov 2015 22:01:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58D41BDC; Sat, 14 Nov 2015 22:01:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEM1Zmq066525; Sat, 14 Nov 2015 22:01:35 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEM1Ypa066523; Sat, 14 Nov 2015 22:01:34 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142201.tAEM1Ypa066523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 22:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401606 - head/devel/py-diazo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:01:36 -0000 Author: rm Date: Sat Nov 14 22:01:34 2015 New Revision: 401606 URL: https://svnweb.freebsd.org/changeset/ports/401606 Log: devel/py-diazo: update to 1.2.2 Modified: head/devel/py-diazo/Makefile head/devel/py-diazo/distinfo Modified: head/devel/py-diazo/Makefile ============================================================================== --- head/devel/py-diazo/Makefile Sat Nov 14 21:26:48 2015 (r401605) +++ head/devel/py-diazo/Makefile Sat Nov 14 22:01:34 2015 (r401606) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= diazo -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org -COMMENT= Implements a Deliverance like language using a pure XSLT engine +COMMENT= Deliverance like language using a pure XSLT engine LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}experimental.cssselect>0:${PORTSDIR}/devel/py-experimental.cssselect \ + ${PYTHON_PKGNAMEPREFIX}cssselect>0:${PORTSDIR}/www/py-cssselect \ ${PYTHON_PKGNAMEPREFIX}future>0:${PORTSDIR}/devel/py-future \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}repoze.xmliter>=0.3:${PORTSDIR}/devel/py-repoze.xmliter \ ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob -USES= python zip +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils .include Modified: head/devel/py-diazo/distinfo ============================================================================== --- head/devel/py-diazo/distinfo Sat Nov 14 21:26:48 2015 (r401605) +++ head/devel/py-diazo/distinfo Sat Nov 14 22:01:34 2015 (r401606) @@ -1,2 +1,2 @@ -SHA256 (diazo-1.1.1.zip) = 8cb16c7cb01094b07c55f221f6b44dcbe1c26e92995334deccd82e7292fb6930 -SIZE (diazo-1.1.1.zip) = 581641 +SHA256 (diazo-1.2.2.tar.gz) = 0ccccfbd68b5b804cf4fad80cbc100bc1ec0a9d3b98182a21eff1ba464c82150 +SIZE (diazo-1.2.2.tar.gz) = 365327 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:06:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2F5DA2F561; Sat, 14 Nov 2015 22:06:07 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 628C81D6A; Sat, 14 Nov 2015 22:06:07 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEM663m069206; Sat, 14 Nov 2015 22:06:06 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEM66S0069203; Sat, 14 Nov 2015 22:06:06 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142206.tAEM66S0069203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 22:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401607 - in head: . devel devel/py-experimental.cssselect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:06:07 -0000 Author: rm Date: Sat Nov 14 22:06:06 2015 New Revision: 401607 URL: https://svnweb.freebsd.org/changeset/ports/401607 Log: devel/py-experimental.cssselect: remove port The only consumer of this port has switched to www/py-cssselect Deleted: head/devel/py-experimental.cssselect/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 14 22:01:34 2015 (r401606) +++ head/MOVED Sat Nov 14 22:06:06 2015 (r401607) @@ -7937,3 +7937,4 @@ databases/py-MySQLdb51||2015-11-10|Has e deskutils/steadyflow||2015-11-13|Has expired: No new releases for years, consider using net/uget net/py-smb|net/py-pysmb|2015-11-14|Renamed to match upstream naming devel/py-asn1-modules|devel/py-pyasn1-modules|2015-11-14|Renamed to match upstream naming +devel/py-experimental.cssselect||2015-11-15|The only consumer of this port switched to www/py-cssselect Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 14 22:01:34 2015 (r401606) +++ head/devel/Makefile Sat Nov 14 22:06:06 2015 (r401607) @@ -3999,7 +3999,6 @@ SUBDIR += py-epsilon SUBDIR += py-evdev SUBDIR += py-event - SUBDIR += py-experimental.cssselect SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline From owner-svn-ports-head@freebsd.org Sat Nov 14 22:25:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D59A2F911; Sat, 14 Nov 2015 22:25:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14354188E; Sat, 14 Nov 2015 22:25:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMPTve075020; Sat, 14 Nov 2015 22:25:29 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMPTcw075018; Sat, 14 Nov 2015 22:25:29 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142225.tAEMPTcw075018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 22:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401608 - head/devel/py-pyro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:25:30 -0000 Author: rm Date: Sat Nov 14 22:25:28 2015 New Revision: 401608 URL: https://svnweb.freebsd.org/changeset/ports/401608 Log: devel/py-pyro: update to 4.40 Modified: head/devel/py-pyro/Makefile head/devel/py-pyro/distinfo Modified: head/devel/py-pyro/Makefile ============================================================================== --- head/devel/py-pyro/Makefile Sat Nov 14 22:06:06 2015 (r401607) +++ head/devel/py-pyro/Makefile Sat Nov 14 22:25:28 2015 (r401608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyro -PORTVERSION= 4.39 +PORTVERSION= 4.40 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyro/distinfo ============================================================================== --- head/devel/py-pyro/distinfo Sat Nov 14 22:06:06 2015 (r401607) +++ head/devel/py-pyro/distinfo Sat Nov 14 22:25:28 2015 (r401608) @@ -1,2 +1,2 @@ -SHA256 (Pyro4-4.39.tar.gz) = 39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24 -SIZE (Pyro4-4.39.tar.gz) = 496566 +SHA256 (Pyro4-4.40.tar.gz) = 00423d3710f60b2da146075a59e17bfa837f556ed2c8acafe05bc209dcaac3e9 +SIZE (Pyro4-4.40.tar.gz) = 501340 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:30:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC44A2F95F; Sat, 14 Nov 2015 22:30:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9E31984; Sat, 14 Nov 2015 22:30:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMUOIj075299; Sat, 14 Nov 2015 22:30:24 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMUOx8075297; Sat, 14 Nov 2015 22:30:24 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511142230.tAEMUOx8075297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 14 Nov 2015 22:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401609 - head/dns/dnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:30:26 -0000 Author: truckman Date: Sat Nov 14 22:30:24 2015 New Revision: 401609 URL: https://svnweb.freebsd.org/changeset/ports/401609 Log: Upgrade to version 0.9.0. [ Henry Stern ] * New "query timeout" feature which allows for a configurable timeout on the execution of certain types of queries. Introduces new function dnstable_query_set_timeout() and new result code dnstable_res_timeout (#8). * New "time fencing" feature which filters based on 'time_first' and 'time_last' values. Introduces new enum dnstable_filter_parameter_type and new function dnstable_query_set_filter_parameter() (#9). * Performance enhancement for some IP range and prefix searches (#11). * Fix unhandled IPv4/IPv6 address overflow for IP range/prefix queries (#14). [ Robert Edmonds ] * dnstable_convert: Assert vendor 'SIE' and message type 'dnsdedupe' so that the following cast of the return value of nmsg_message_get_payload() is safe (#10). * Use CLOCK_MONOTONIC_COARSE rather than CLOCK_MONOTONIC_RAW for query timeouts (#12). * query_iter_next_ip(): Fix zero fill condition (#15). Sponsored by: Farsight Security, Inc. Modified: head/dns/dnstable/Makefile head/dns/dnstable/distinfo Modified: head/dns/dnstable/Makefile ============================================================================== --- head/dns/dnstable/Makefile Sat Nov 14 22:25:28 2015 (r401608) +++ head/dns/dnstable/Makefile Sat Nov 14 22:30:24 2015 (r401609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/dns/dnstable/distinfo ============================================================================== --- head/dns/dnstable/distinfo Sat Nov 14 22:25:28 2015 (r401608) +++ head/dns/dnstable/distinfo Sat Nov 14 22:30:24 2015 (r401609) @@ -1,2 +1,2 @@ -SHA256 (dnstable-0.8.0.tar.gz) = 211134a407c3b70d82517f8daf0c598d8ef221e35a9071510800f14073e0e798 -SIZE (dnstable-0.8.0.tar.gz) = 385295 +SHA256 (dnstable-0.9.0.tar.gz) = e99b6db36df7123ee28ec273059dba3287a14580b5f93144e097557628bf9ba4 +SIZE (dnstable-0.9.0.tar.gz) = 389706 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:36:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57DB0A2FAD5; Sat, 14 Nov 2015 22:36:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 161E11C9F; Sat, 14 Nov 2015 22:36:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMaFBv078137; Sat, 14 Nov 2015 22:36:15 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMaFvD078135; Sat, 14 Nov 2015 22:36:15 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511142236.tAEMaFvD078135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 14 Nov 2015 22:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401610 - head/dns/py-pydnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:36:16 -0000 Author: truckman Date: Sat Nov 14 22:36:14 2015 New Revision: 401610 URL: https://svnweb.freebsd.org/changeset/ports/401610 Log: Upgrade to version 0.6.0 * Enable cython embedsignature * Add support for query timeouts * Merge pull request #4 from farsightsec/query_timeout * Add support for time fencing * Merge pull request #5 from farsightsec/time_filter * Fixup for the dnstable_query_set_filter_parameter() API change * setup.py: Require libdnstable >= 0.8.0 Sponsored by: Farsight Security, Inc. Modified: head/dns/py-pydnstable/Makefile head/dns/py-pydnstable/distinfo Modified: head/dns/py-pydnstable/Makefile ============================================================================== --- head/dns/py-pydnstable/Makefile Sat Nov 14 22:30:24 2015 (r401609) +++ head/dns/py-pydnstable/Makefile Sat Nov 14 22:36:14 2015 (r401610) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydnstable -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-pydnstable/distinfo ============================================================================== --- head/dns/py-pydnstable/distinfo Sat Nov 14 22:30:24 2015 (r401609) +++ head/dns/py-pydnstable/distinfo Sat Nov 14 22:36:14 2015 (r401610) @@ -1,2 +1,2 @@ -SHA256 (pydnstable-0.5.0.tar.gz) = 828f9d072daff5080cf5db76b701b8f25bbe5afcb38c838a6471742737ef002e -SIZE (pydnstable-0.5.0.tar.gz) = 41914 +SHA256 (pydnstable-0.6.0.tar.gz) = 8ab55e59180eb75c334aaad6f9997afdb8ecbc512faa402093bc71c8880013c7 +SIZE (pydnstable-0.6.0.tar.gz) = 49407 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:36:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FFC1A2FB00; Sat, 14 Nov 2015 22:36:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DF201D6D; Sat, 14 Nov 2015 22:36:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMaM5Z078254; Sat, 14 Nov 2015 22:36:22 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMaLX4078252; Sat, 14 Nov 2015 22:36:21 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142236.tAEMaLX4078252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 22:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401611 - head/devel/py-zc.buildout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:36:23 -0000 Author: rm Date: Sat Nov 14 22:36:21 2015 New Revision: 401611 URL: https://svnweb.freebsd.org/changeset/ports/401611 Log: devel/py-zc.buildout: update to 2.4.7 Modified: head/devel/py-zc.buildout/Makefile head/devel/py-zc.buildout/distinfo Modified: head/devel/py-zc.buildout/Makefile ============================================================================== --- head/devel/py-zc.buildout/Makefile Sat Nov 14 22:36:14 2015 (r401610) +++ head/devel/py-zc.buildout/Makefile Sat Nov 14 22:36:21 2015 (r401611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zc.buildout -PORTVERSION= 2.2.1 +PORTVERSION= 2.4.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,10 @@ MAINTAINER= rm@FreeBSD.org COMMENT= System for managing development buildouts LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-zc.buildout/distinfo ============================================================================== --- head/devel/py-zc.buildout/distinfo Sat Nov 14 22:36:14 2015 (r401610) +++ head/devel/py-zc.buildout/distinfo Sat Nov 14 22:36:21 2015 (r401611) @@ -1,2 +1,2 @@ -SHA256 (zope/zc.buildout-2.2.1.tar.gz) = a6122ea5c06c6c044a9efce4a3df452c8573e1aebfda7b24262655daac894ef5 -SIZE (zope/zc.buildout-2.2.1.tar.gz) = 303217 +SHA256 (zope/zc.buildout-2.4.7.tar.gz) = 6f1a2331212141ef93329eb42d9bf0b4053232b0688f42199794f2870aea5d11 +SIZE (zope/zc.buildout-2.4.7.tar.gz) = 301196 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:43:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95A81A2FC27; Sat, 14 Nov 2015 22:43:59 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582DB1069; Sat, 14 Nov 2015 22:43:59 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMhwSN081136; Sat, 14 Nov 2015 22:43:58 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMhwaU081133; Sat, 14 Nov 2015 22:43:58 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511142243.tAEMhwaU081133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 14 Nov 2015 22:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401612 - head/net/py-ldap3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:43:59 -0000 Author: rm Date: Sat Nov 14 22:43:58 2015 New Revision: 401612 URL: https://svnweb.freebsd.org/changeset/ports/401612 Log: net/py-ldap3: update to 0.9.9.2 Modified: head/net/py-ldap3/Makefile head/net/py-ldap3/distinfo Modified: head/net/py-ldap3/Makefile ============================================================================== --- head/net/py-ldap3/Makefile Sat Nov 14 22:36:21 2015 (r401611) +++ head/net/py-ldap3/Makefile Sat Nov 14 22:43:58 2015 (r401612) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap3 -PORTVERSION= 0.9.9.1 +PORTVERSION= 0.9.9.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ldap3/distinfo ============================================================================== --- head/net/py-ldap3/distinfo Sat Nov 14 22:36:21 2015 (r401611) +++ head/net/py-ldap3/distinfo Sat Nov 14 22:43:58 2015 (r401612) @@ -1,2 +1,2 @@ -SHA256 (ldap3-0.9.9.1.tar.gz) = 55812eff14919ddc9e53273c09846a0fd3e0d27a2c4b8a110427e58beeadd03d -SIZE (ldap3-0.9.9.1.tar.gz) = 286623 +SHA256 (ldap3-0.9.9.2.tar.gz) = 867e448822d91f8ef351bf3dcf8dce43a36312d454db1cb114a3298e3aac6ba4 +SIZE (ldap3-0.9.9.2.tar.gz) = 290242 From owner-svn-ports-head@freebsd.org Sat Nov 14 22:44:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA4EA2FC51; Sat, 14 Nov 2015 22:44:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3D0E117D; Sat, 14 Nov 2015 22:44:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMi6CG081253; Sat, 14 Nov 2015 22:44:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMi6bU081250; Sat, 14 Nov 2015 22:44:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201511142244.tAEMi6bU081250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 14 Nov 2015 22:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401613 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:44:08 -0000 Author: kwm Date: Sat Nov 14 22:44:06 2015 New Revision: 401613 URL: https://svnweb.freebsd.org/changeset/ports/401613 Log: Document latest flash vulnabilities. Security: CVE-2015-7651, CVE-2015-7652, CVE-2015-7653, CVE-2015-7654 Security: CVE-2015-7655, CVE-2015-7656, CVE-2015-7657, CVE-2015-7658 Security: CVE-2015-7659, CVE-2015-7660, CVE-2015-7661, CVE-2015-7662 Security: CVE-2015-7663, CVE-2015-8042, CVE-2015-8043, CVE-2015-8044 Security: CVE-2015-8046 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Nov 14 22:43:58 2015 (r401612) +++ head/security/vuxml/vuln.xml Sat Nov 14 22:44:06 2015 (r401613) @@ -58,6 +58,61 @@ Notes: --> + + flash -- multiple vulnabilities + + + linux-c6-flashplugin + linux-f10-flashplugin + linux-c6_64-flashplugin + 11.2r202.548 + + + + +

Adobe reports:

+
+

These updates resolve a type confusion vulnerability that + could lead to code execution (CVE-2015-7659).

+ +

These updates resolve a security bypass vulnerability that + could be exploited to write arbitrary data to the file + system under user permissions (CVE-2015-7662).

+ +

These updates resolve use-after-free vulnerabilities that + could lead to code execution (CVE-2015-7651, CVE-2015-7652, + CVE-2015-7653, CVE-2015-7654, CVE-2015-7655, CVE-2015-7656, + CVE-2015-7657, CVE-2015-7658, CVE-2015-7660, CVE-2015-7661, + CVE-2015-7663, CVE-2015-8042, CVE-2015-8043, CVE-2015-8044, + CVE-2015-8046).

+
+ +
+ + https://helpx.adobe.com/security/products/flash-player/apsb15-28.html + CVE-2015-7651 + CVE-2015-7652 + CVE-2015-7653 + CVE-2015-7654 + CVE-2015-7655 + CVE-2015-7656 + CVE-2015-7657 + CVE-2015-7658 + CVE-2015-7659 + CVE-2015-7660 + CVE-2015-7661 + CVE-2015-7662 + CVE-2015-7663 + CVE-2015-8043 + CVE-2015-8044 + CVE-2015-8046 + + + 2015-11-10 + 2015-11-14 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sat Nov 14 22:47:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFA29A2FCD0; Sat, 14 Nov 2015 22:47:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CBF313CF; Sat, 14 Nov 2015 22:47:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMlCU1081573; Sat, 14 Nov 2015 22:47:12 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMlCPG081568; Sat, 14 Nov 2015 22:47:12 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201511142247.tAEMlCPG081568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 14 Nov 2015 22:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401614 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:47:13 -0000 Author: kwm Date: Sat Nov 14 22:47:12 2015 New Revision: 401614 URL: https://svnweb.freebsd.org/changeset/ports/401614 Log: Update flash to 11.2r202.548. MFH: 2015Q4 Security: 547fbd98-8b1f-11e5-b48b-bcaec565249c Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo.i686 head/www/linux-c6-flashplugin11/distinfo.x86_64 Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Sat Nov 14 22:44:06 2015 (r401613) +++ head/www/linux-c6-flashplugin11/Makefile Sat Nov 14 22:47:12 2015 (r401614) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.540 +PORTVERSION= 11.2r202.548 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo.i686 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.i686 Sat Nov 14 22:44:06 2015 (r401613) +++ head/www/linux-c6-flashplugin11/distinfo.i686 Sat Nov 14 22:47:12 2015 (r401614) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.540/install_flash_player_11_linux.i386.tar.gz) = 7e057c77d6da64d4c5d67fc0fe277980461c037475be433142439f225c9911d9 -SIZE (flashplugin/11.2r202.540/install_flash_player_11_linux.i386.tar.gz) = 6954096 -SHA256 (flashplugin/11.2r202.540/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.540/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.548/install_flash_player_11_linux.i386.tar.gz) = 88efdfbed760994383a815c78c8c2d5eaad2abc56557f54bd15f167c0b291294 +SIZE (flashplugin/11.2r202.548/install_flash_player_11_linux.i386.tar.gz) = 6955598 +SHA256 (flashplugin/11.2r202.548/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.548/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: head/www/linux-c6-flashplugin11/distinfo.x86_64 ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo.x86_64 Sat Nov 14 22:44:06 2015 (r401613) +++ head/www/linux-c6-flashplugin11/distinfo.x86_64 Sat Nov 14 22:47:12 2015 (r401614) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.540/install_flash_player_11_linux.i386.tar.gz) = 7e057c77d6da64d4c5d67fc0fe277980461c037475be433142439f225c9911d9 -SIZE (flashplugin/11.2r202.540/install_flash_player_11_linux.i386.tar.gz) = 6954096 -SHA256 (flashplugin/11.2r202.540/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.540/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.548/install_flash_player_11_linux.i386.tar.gz) = 88efdfbed760994383a815c78c8c2d5eaad2abc56557f54bd15f167c0b291294 +SIZE (flashplugin/11.2r202.548/install_flash_player_11_linux.i386.tar.gz) = 6955598 +SHA256 (flashplugin/11.2r202.548/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.548/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-head@freebsd.org Sat Nov 14 23:10:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1524FA2D041; Sat, 14 Nov 2015 23:10:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D13C51D92; Sat, 14 Nov 2015 23:10:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAENASnk087792; Sat, 14 Nov 2015 23:10:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAENASNt087791; Sat, 14 Nov 2015 23:10:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511142310.tAENASNt087791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 23:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401615 - head/games/foobillard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 23:10:30 -0000 Author: amdmi3 Date: Sat Nov 14 23:10:28 2015 New Revision: 401615 URL: https://svnweb.freebsd.org/changeset/ports/401615 Log: - Unbreak build PR: 203748 Submitted by: kennethsalerno@yahoo.com Approved by: thomas@bsdunix.ch (maintainer) Modified: head/games/foobillard/Makefile Modified: head/games/foobillard/Makefile ============================================================================== --- head/games/foobillard/Makefile Sat Nov 14 22:47:12 2015 (r401614) +++ head/games/foobillard/Makefile Sat Nov 14 23:10:28 2015 (r401615) @@ -10,8 +10,6 @@ MASTER_SITES= http://foobillard.sunsite. MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game -BROKEN= fails to link - LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 @@ -47,6 +45,7 @@ CONFIGURE_ARGS+= --enable-glut .if ! ${PORT_OPTIONS:MNVIDIA_BUMPREF} CONFIGURE_ARGS+= --disable-nvidia +CFLAGS += -DGL_AMD_gpu_shader_int64=1 -DGLuint64EXT=uint64_t -DGLint64EXT=int64_t -UGL_VERTEX_PROGRAM_NV -DGL_NV_vertex_program=1 .endif post-patch: From owner-svn-ports-head@freebsd.org Sat Nov 14 23:16:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5233A2D1AC; Sat, 14 Nov 2015 23:16:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 859411202; Sat, 14 Nov 2015 23:16:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAENG9ln090571; Sat, 14 Nov 2015 23:16:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAENG9VJ090570; Sat, 14 Nov 2015 23:16:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511142316.tAENG9VJ090570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 23:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401616 - head/multimedia/bombono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 23:16:10 -0000 Author: amdmi3 Date: Sat Nov 14 23:16:09 2015 New Revision: 401616 URL: https://svnweb.freebsd.org/changeset/ports/401616 Log: - Unbreak: this software doesn't seem to really depend on dvda-author Modified: head/multimedia/bombono/Makefile Modified: head/multimedia/bombono/Makefile ============================================================================== --- head/multimedia/bombono/Makefile Sat Nov 14 23:10:28 2015 (r401615) +++ head/multimedia/bombono/Makefile Sat Nov 14 23:16:09 2015 (r401616) @@ -11,9 +11,6 @@ DISTNAME= ${PORTNAME}-dvd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DVD authoring program -DEPRECATED= depends on expiring audio/dvda-author -EXPIRATION_DATE= 2015-11-26 - BUILD_DEPENDS= gm:${PORTSDIR}/graphics/GraphicsMagick LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ @@ -22,7 +19,6 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR} libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= gm:${PORTSDIR}/graphics/GraphicsMagick \ - dvda-author:${PORTSDIR}/audio/dvda-author \ enca:${PORTSDIR}/converters/enca \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ toolame:${PORTSDIR}/audio/toolame From owner-svn-ports-head@freebsd.org Sat Nov 14 23:20:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EEEA2D2CB; Sat, 14 Nov 2015 23:20:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5869015C0; Sat, 14 Nov 2015 23:20:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAENKuQS092660; Sat, 14 Nov 2015 23:20:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAENKu6G092658; Sat, 14 Nov 2015 23:20:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511142320.tAENKu6G092658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 14 Nov 2015 23:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401617 - head/security/libtomcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 23:20:57 -0000 Author: amdmi3 Date: Sat Nov 14 23:20:56 2015 New Revision: 401617 URL: https://svnweb.freebsd.org/changeset/ports/401617 Log: - Update MASTER_SITES and WWW - Switch to options helpers - Switch to new test framework - Silence patching Modified: head/security/libtomcrypt/Makefile head/security/libtomcrypt/pkg-descr Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Sat Nov 14 23:16:09 2015 (r401616) +++ head/security/libtomcrypt/Makefile Sat Nov 14 23:20:56 2015 (r401617) @@ -5,7 +5,7 @@ PORTNAME= libtomcrypt PORTVERSION= 1.17 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://libtom.org/files/ +MASTER_SITES= http://libtom.net/files/ DISTNAME= crypt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -26,49 +26,41 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USES= gmake libtool:build tar:bzip2 OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= LIBTOMMATH OPTIONS_MULTI= MATH OPTIONS_MULTI_MATH= LIBTOMMATH TOMSFASTMATH GMP +OPTIONS_DEFAULT= LIBTOMMATH + LIBTOMMATH_DESC= Use LibTomMath TOMSFASTMATH_DESC= Use TomsFastMath -.include +LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath.h:${PORTSDIR}/math/libtommath +LIBTOMMATH_CFLAGS= -DLTM_DESC +LIBTOMMATH_VARS= EXTRALIBS+=-ltommath + +LIBTOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:${PORTSDIR}/math/tomsfastmath +LIBTOMSFASTMATH_CFLAGS= -DTFM_DESC +LIBTOMSFASTMATH_VARS= EXTRALIBS+=-ltfm + +GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +GMP_CFLAGS= -DGMP_DESC +GMP_VARS= EXTRALIBS+=-lgmp -.if ${PORT_OPTIONS:MLIBTOMMATH} -BUILD_DEPENDS+= ${LOCALBASE}/include/tommath.h:${PORTSDIR}/math/libtommath -CFLAGS+= -DLTM_DESC -EXTRALIBS+= -ltommath -.endif - -.if ${PORT_OPTIONS:MTOMSFASTMATH} -BUILD_DEPENDS+= ${LOCALBASE}/include/tfm.h:${PORTSDIR}/math/tomsfastmath -CFLAGS+= -DTFM_DESC -EXTRALIBS+= -ltfm -.endif - -.if ${PORT_OPTIONS:MGMP} -LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp -CFLAGS+= -DGMP_DESC -EXTRALIBS+= -lgmp -.endif - -.if ! ${PORT_OPTIONS:MDOCS} -MAKE_ARGS+= NODOCS=yes -.endif +DOCS_MAKE_ARGS_OFF= NODOCS=yes post-patch: - ${REINPLACE_CMD} -e 's|gcc|${CC}|' -e 's| make | $$(MAKE) |' \ + @${REINPLACE_CMD} -e 's|gcc|${CC}|' -e 's| make | $$(MAKE) |' \ -e 's|-g $$(GROUP)||' -e 's|-o $$(USER)||' \ ${WRKSRC}/makefile.shared ${WRKSRC}/testprof/makefile.shared post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt_prof.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt.so.0 + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf ${INSTALL_DATA} ${WRKSRC}/doc/crypt.pdf ${STAGEDIR}${DOCSDIR}/pdf - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt_prof.so.0 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt.so.0 -.if defined(MAINTAINER_MODE) -test: build +do-test: @${ECHO_MSG} "Testing with -DUSE_TFM..." (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_TFM" EXTRALIBS="-L${PREFIX}/lib -ltfm" ${MAKE_CMD} test && ${WRKSRC}/test) @@ -85,6 +77,5 @@ test: build @${ECHO_MSG} "Testing with -DUSE_GMP..." (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_GMP" EXTRALIBS="-L${PREFIX}/lib -lgmp" ${MAKE_CMD} test && ${WRKSRC}/test) -.endif .include Modified: head/security/libtomcrypt/pkg-descr ============================================================================== --- head/security/libtomcrypt/pkg-descr Sat Nov 14 23:16:09 2015 (r401616) +++ head/security/libtomcrypt/pkg-descr Sat Nov 14 23:20:56 2015 (r401617) @@ -2,4 +2,4 @@ LibTomCrypt is a portable ANSI C cryptog ciphers, one-way hashes, pseudo-random number generators, public key cryptography (via RSA,DH or ECC/DH) and a plethora of support routines. -WWW: http://www.libtomcrypt.com +WWW: http://libtom.net/