From owner-svn-ports-head@freebsd.org Sun Sep 24 05:00:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C05F9E1F047; Sun, 24 Sep 2017 05:00:22 +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 8CBF669A7E; Sun, 24 Sep 2017 05:00:22 +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 v8O50L4e041626; Sun, 24 Sep 2017 05:00:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O50LKo041623; Sun, 24 Sep 2017 05:00:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201709240500.v8O50LKo041623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 24 Sep 2017 05:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450479 - in head/security/py-cryptography: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/security/py-cryptography: . files X-SVN-Commit-Revision: 450479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 05:00:22 -0000 Author: koobs Date: Sun Sep 24 05:00:21 2017 New Revision: 450479 URL: https://svnweb.freebsd.org/changeset/ports/450479 Log: security/py-cryptography: Update to 2.0.3 - Update LICENSE section, now Dual-licensed - Update dependencies and minimum versions - Enable concurrent Python feature - Remove upstreamed patch - Remove version support declaration from pkg-descr Changelog: https://cryptography.io/en/latest/changelog/#v2-0-3 PR: 222519 Submitted by: Yasuhiro KIMURA Deleted: head/security/py-cryptography/files/ Modified: head/security/py-cryptography/Makefile head/security/py-cryptography/distinfo head/security/py-cryptography/pkg-descr Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Sat Sep 23 23:15:56 2017 (r450478) +++ head/security/py-cryptography/Makefile Sun Sep 24 05:00:21 2017 (r450479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 1.7.2 +PORTVERSION= 2.0.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,19 +10,22 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Cryptographic recipes and primitives for Python developers -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD -BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.7:devel/py-cffi RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \ - ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi \ - ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.21.0:devel/py-asn1crypto \ + ${PYTHON_PKGNAMEPREFIX}cffi>=1.7:devel/py-cffi \ + ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9.0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 +# Python 2.7, 3.4-3.6 USES?= python ssl -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: head/security/py-cryptography/distinfo ============================================================================== --- head/security/py-cryptography/distinfo Sat Sep 23 23:15:56 2017 (r450478) +++ head/security/py-cryptography/distinfo Sun Sep 24 05:00:21 2017 (r450479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486315564 -SHA256 (cryptography-1.7.2.tar.gz) = 878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9 -SIZE (cryptography-1.7.2.tar.gz) = 420867 +TIMESTAMP = 1506224276 +SHA256 (cryptography-2.0.3.tar.gz) = d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf98cc3a +SIZE (cryptography-2.0.3.tar.gz) = 427544 Modified: head/security/py-cryptography/pkg-descr ============================================================================== --- head/security/py-cryptography/pkg-descr Sat Sep 23 23:15:56 2017 (r450478) +++ head/security/py-cryptography/pkg-descr Sun Sep 24 05:00:21 2017 (r450479) @@ -1,6 +1,6 @@ cryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic -standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy. +standard library". cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests From owner-svn-ports-head@freebsd.org Sun Sep 24 08:18:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 542C8E2269B; Sun, 24 Sep 2017 08:18:18 +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 171946DEF1; Sun, 24 Sep 2017 08:18:18 +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 v8O8IHQM022946; Sun, 24 Sep 2017 08:18:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O8IGUI022942; Sun, 24 Sep 2017 08:18:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709240818.v8O8IGUI022942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Sep 2017 08:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450481 - in head/sysutils: py-pytsk sleuthkit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/sysutils: py-pytsk sleuthkit X-SVN-Commit-Revision: 450481 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 08:18:18 -0000 Author: antoine Date: Sun Sep 24 08:18:16 2017 New Revision: 450481 URL: https://svnweb.freebsd.org/changeset/ports/450481 Log: Update sleuthkit to 4.4.2 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/distinfo head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sun Sep 24 07:06:58 2017 (r450480) +++ head/sysutils/py-pytsk/Makefile Sun Sep 24 08:18:16 2017 (r450481) @@ -3,6 +3,7 @@ PORTNAME= pytsk PORTVERSION= 20170802 +PORTREVISION= 1 CATEGORIES= sysutils security devel python MASTER_SITES= CHEESESHOP \ https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Sun Sep 24 07:06:58 2017 (r450480) +++ head/sysutils/sleuthkit/Makefile Sun Sep 24 08:18:16 2017 (r450481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= sysutils security MASTER_SITES= https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-${PORTVERSION}/ @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:devel/p5-DateTime CONFLICTS= ja-ls-[0-9]* icat-[0-9]* +CPPFLAGS+= -D_WITH_GETLINE GNU_CONFIGURE= yes -USES= libtool perl5 +USES= libtool perl5 sqlite USE_LDCONFIG= yes INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/tsk Modified: head/sysutils/sleuthkit/distinfo ============================================================================== --- head/sysutils/sleuthkit/distinfo Sun Sep 24 07:06:58 2017 (r450480) +++ head/sysutils/sleuthkit/distinfo Sun Sep 24 08:18:16 2017 (r450481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496324111 -SHA256 (sleuthkit-4.4.1.tar.gz) = d90eed4064be64f156fa36a17c724bea9e76d3f4993eb092e977fb394b90130c -SIZE (sleuthkit-4.4.1.tar.gz) = 8564992 +TIMESTAMP = 1502170983 +SHA256 (sleuthkit-4.4.2.tar.gz) = 135964463f4b0a58fcd95fdf731881fcd6f2f227eeb8ffac004880c8e4d8dd53 +SIZE (sleuthkit-4.4.2.tar.gz) = 8572974 Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Sun Sep 24 07:06:58 2017 (r450480) +++ head/sysutils/sleuthkit/pkg-plist Sun Sep 24 08:18:16 2017 (r450481) @@ -28,7 +28,7 @@ bin/tsk_comparedir bin/tsk_gettimes bin/tsk_loaddb bin/tsk_recover -include/tsk/auto/sqlite3.h +bin/usnjls include/tsk/auto/tsk_auto.h include/tsk/auto/tsk_is_image_supported.h include/tsk/base/tsk_base.h @@ -56,7 +56,7 @@ include/tsk/vs/tsk_vs.h lib/libtsk.a lib/libtsk.so lib/libtsk.so.13 -lib/libtsk.so.13.3.0 +lib/libtsk.so.13.3.1 man/man1/blkcalc.1.gz man/man1/blkcat.1.gz man/man1/blkls.1.gz @@ -84,6 +84,7 @@ man/man1/tsk_comparedir.1.gz man/man1/tsk_gettimes.1.gz man/man1/tsk_loaddb.1.gz man/man1/tsk_recover.1.gz +man/man1/usnjls.1.gz %%DATADIR%%/sorter/default.sort %%DATADIR%%/sorter/freebsd.sort %%DATADIR%%/sorter/images.sort From owner-svn-ports-head@freebsd.org Sun Sep 24 09:01:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC73AE2363A; Sun, 24 Sep 2017 09:01: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 AFFD96EF78; Sun, 24 Sep 2017 09:01: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 v8O91uT7042236; Sun, 24 Sep 2017 09:01:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O91usL042235; Sun, 24 Sep 2017 09:01:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709240901.v8O91usL042235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 24 Sep 2017 09:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450482 - head/graphics/sane-epkowa X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/sane-epkowa X-SVN-Commit-Revision: 450482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 09:01:58 -0000 Author: amdmi3 Date: Sun Sep 24 09:01:56 2017 New Revision: 450482 URL: https://svnweb.freebsd.org/changeset/ports/450482 Log: - Unsilence installation commands - Fix library installation command Approved by: portmgr blanket Modified: head/graphics/sane-epkowa/Makefile Modified: head/graphics/sane-epkowa/Makefile ============================================================================== --- head/graphics/sane-epkowa/Makefile Sun Sep 24 08:18:16 2017 (r450481) +++ head/graphics/sane-epkowa/Makefile Sun Sep 24 09:01:56 2017 (r450482) @@ -99,9 +99,9 @@ do-build: .endif do-install: - @${INSTALL_MAN} ${WRKSRC}/doc/sane-epkowa.5.gz ${STAGEDIR}${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/sane-epkowa.5.gz ${STAGEDIR}${PREFIX}/man/man5 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/sane ${STAGEDIR}${PREFIX}/etc/sane.d - @${INSTALL_DATA} ${WRKSRC}/backend/.libs/libsane-epkowa.so.1 \ + ${INSTALL_LIB} ${WRKSRC}/backend/.libs/libsane-epkowa.so.1 \ ${STAGEDIR}${PREFIX}/lib/sane/ @(cd ${STAGEDIR}${PREFIX}/lib/sane; ${LN} -s libsane-epkowa.so.1 libsane-epkowa.so ) @echo "usb /dev/uscanner0" > ${STAGEDIR}${PREFIX}/etc/sane.d/epkowa.conf.sample From owner-svn-ports-head@freebsd.org Sun Sep 24 09:02:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C60EE23645; Sun, 24 Sep 2017 09:02:00 +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 594886EF7F; Sun, 24 Sep 2017 09:02:00 +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 v8O91xYb042358; Sun, 24 Sep 2017 09:01:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O91xUT042356; Sun, 24 Sep 2017 09:01:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709240901.v8O91xUT042356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Sep 2017 09:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450483 - head/security/rubygem-nexpose X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-nexpose X-SVN-Commit-Revision: 450483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 09:02:00 -0000 Author: antoine Date: Sun Sep 24 09:01:59 2017 New Revision: 450483 URL: https://svnweb.freebsd.org/changeset/ports/450483 Log: Update to 7.0.1 Modified: head/security/rubygem-nexpose/Makefile head/security/rubygem-nexpose/distinfo Modified: head/security/rubygem-nexpose/Makefile ============================================================================== --- head/security/rubygem-nexpose/Makefile Sun Sep 24 09:01:56 2017 (r450482) +++ head/security/rubygem-nexpose/Makefile Sun Sep 24 09:01:59 2017 (r450483) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nexpose -PORTVERSION= 7.0.0 +PORTVERSION= 7.0.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-nexpose/distinfo ============================================================================== --- head/security/rubygem-nexpose/distinfo Sun Sep 24 09:01:56 2017 (r450482) +++ head/security/rubygem-nexpose/distinfo Sun Sep 24 09:01:59 2017 (r450483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504945836 -SHA256 (rubygem/nexpose-7.0.0.gem) = 89ba2e6b7a54570e00b934187cdb44f7e556387de4aa0f51f3f7f40c39f7ed94 -SIZE (rubygem/nexpose-7.0.0.gem) = 109056 +TIMESTAMP = 1506145954 +SHA256 (rubygem/nexpose-7.0.1.gem) = b94b3490301b3689ae5708c0c698cbb511911e09143dc82fcdadf9075b23779f +SIZE (rubygem/nexpose-7.0.1.gem) = 110080 From owner-svn-ports-head@freebsd.org Sun Sep 24 09:06:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD960E23757; Sun, 24 Sep 2017 09:06: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 AA93E6F2FE; Sun, 24 Sep 2017 09:06:09 +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 v8O968UG043548; Sun, 24 Sep 2017 09:06:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O968VU043546; Sun, 24 Sep 2017 09:06:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709240906.v8O968VU043546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Sep 2017 09:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450484 - head/textproc/py-yapf X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-yapf X-SVN-Commit-Revision: 450484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 09:06:10 -0000 Author: antoine Date: Sun Sep 24 09:06:08 2017 New Revision: 450484 URL: https://svnweb.freebsd.org/changeset/ports/450484 Log: Update to 0.18.0 Modified: head/textproc/py-yapf/Makefile head/textproc/py-yapf/distinfo Modified: head/textproc/py-yapf/Makefile ============================================================================== --- head/textproc/py-yapf/Makefile Sun Sep 24 09:01:59 2017 (r450483) +++ head/textproc/py-yapf/Makefile Sun Sep 24 09:06:08 2017 (r450484) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yapf -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-yapf/distinfo ============================================================================== --- head/textproc/py-yapf/distinfo Sun Sep 24 09:01:59 2017 (r450483) +++ head/textproc/py-yapf/distinfo Sun Sep 24 09:06:08 2017 (r450484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503822316 -SHA256 (yapf-0.17.0.tar.gz) = 5472f4c95ab9b9fe9f5bf74ece3c986bfafa1f98ad9e1e296d4c35d291c97856 -SIZE (yapf-0.17.0.tar.gz) = 116736 +TIMESTAMP = 1506071062 +SHA256 (yapf-0.18.0.tar.gz) = c703dbe4ec882061184a4ae128d2fefcae00641bb4c73df9b85fd0ea05294354 +SIZE (yapf-0.18.0.tar.gz) = 112595 From owner-svn-ports-head@freebsd.org Sun Sep 24 09:15:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89841E23984; Sun, 24 Sep 2017 09:15:00 +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 559826F6D4; Sun, 24 Sep 2017 09:15:00 +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 v8O9Exd6047540; Sun, 24 Sep 2017 09:14:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8O9Ex5x047538; Sun, 24 Sep 2017 09:14:59 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201709240914.v8O9Ex5x047538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 24 Sep 2017 09:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450485 - head/deskutils/virt-manager X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/deskutils/virt-manager X-SVN-Commit-Revision: 450485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 09:15:00 -0000 Author: novel Date: Sun Sep 24 09:14:59 2017 New Revision: 450485 URL: https://svnweb.freebsd.org/changeset/ports/450485 Log: deskutils/virt-manager: update to 1.4.3 Modified: head/deskutils/virt-manager/Makefile head/deskutils/virt-manager/distinfo Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Sun Sep 24 09:06:08 2017 (r450484) +++ head/deskutils/virt-manager/Makefile Sun Sep 24 09:14:59 2017 (r450485) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virt-manager -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ Modified: head/deskutils/virt-manager/distinfo ============================================================================== --- head/deskutils/virt-manager/distinfo Sun Sep 24 09:06:08 2017 (r450484) +++ head/deskutils/virt-manager/distinfo Sun Sep 24 09:14:59 2017 (r450485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503809086 -SHA256 (virt-manager-1.4.2.tar.gz) = 43e440bb099facf59b59c27c2fc4eb2c42ef0d4ed8d67d93c9e3d98538b6d574 -SIZE (virt-manager-1.4.2.tar.gz) = 2770982 +TIMESTAMP = 1506088585 +SHA256 (virt-manager-1.4.3.tar.gz) = 528226b9a0fdd6cd66451a8217fc7c87f3deb6bebd08599c25fe5c7291fe6a24 +SIZE (virt-manager-1.4.3.tar.gz) = 2765924 From owner-svn-ports-head@freebsd.org Sun Sep 24 11:24:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA2FE25C4B; Sun, 24 Sep 2017 11:24: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 2A131725A2; Sun, 24 Sep 2017 11:24:28 +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 v8OBOREw000830; Sun, 24 Sep 2017 11:24:27 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OBORkL000826; Sun, 24 Sep 2017 11:24:27 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709241124.v8OBORkL000826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 24 Sep 2017 11:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450486 - head/devel/libburn X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/devel/libburn X-SVN-Commit-Revision: 450486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 11:24:28 -0000 Author: riggs Date: Sun Sep 24 11:24:26 2017 New Revision: 450486 URL: https://svnweb.freebsd.org/changeset/ports/450486 Log: Update to upstream version 1.4.8 PR: 222475 Submitted by: duchateau.olivier@gmail.com Modified: head/devel/libburn/Makefile head/devel/libburn/distinfo head/devel/libburn/pkg-descr head/devel/libburn/pkg-plist Modified: head/devel/libburn/Makefile ============================================================================== --- head/devel/libburn/Makefile Sun Sep 24 09:14:59 2017 (r450485) +++ head/devel/libburn/Makefile Sun Sep 24 11:24:26 2017 (r450486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libburn -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ Modified: head/devel/libburn/distinfo ============================================================================== --- head/devel/libburn/distinfo Sun Sep 24 09:14:59 2017 (r450485) +++ head/devel/libburn/distinfo Sun Sep 24 11:24:26 2017 (r450486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474102341 -SHA256 (libburn-1.4.6.tar.gz) = 9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 -SIZE (libburn-1.4.6.tar.gz) = 975088 +TIMESTAMP = 1505925063 +SHA256 (libburn-1.4.8.tar.gz) = 3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6 +SIZE (libburn-1.4.8.tar.gz) = 977757 Modified: head/devel/libburn/pkg-descr ============================================================================== --- head/devel/libburn/pkg-descr Sun Sep 24 09:14:59 2017 (r450485) +++ head/devel/libburn/pkg-descr Sun Sep 24 11:24:26 2017 (r450486) @@ -3,4 +3,4 @@ discs. Currently it is comprised of libraries named li libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso. -WWW: http://libburnia-project.org/ +WWW: https://dev.lovelyhq.com/libburnia/web/wikis/home Modified: head/devel/libburn/pkg-plist ============================================================================== --- head/devel/libburn/pkg-plist Sun Sep 24 09:14:59 2017 (r450485) +++ head/devel/libburn/pkg-plist Sun Sep 24 11:24:26 2017 (r450486) @@ -3,6 +3,6 @@ include/libburn/libburn.h lib/libburn.a lib/libburn.so lib/libburn.so.4 -lib/libburn.so.4.99.0 +lib/libburn.so.4.101.0 libdata/pkgconfig/libburn-1.pc man/man1/cdrskin.1.gz From owner-svn-ports-head@freebsd.org Sun Sep 24 11:27:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D3AEE25CE8; Sun, 24 Sep 2017 11:27:55 +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 6A016726CD; Sun, 24 Sep 2017 11:27:55 +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 v8OBRsqX001122; Sun, 24 Sep 2017 11:27:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OBRsQ0001117; Sun, 24 Sep 2017 11:27:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709241127.v8OBRsQ0001117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 24 Sep 2017 11:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450487 - head/devel/libisofs X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/devel/libisofs X-SVN-Commit-Revision: 450487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 11:27:55 -0000 Author: riggs Date: Sun Sep 24 11:27:54 2017 New Revision: 450487 URL: https://svnweb.freebsd.org/changeset/ports/450487 Log: Update to upstream version 1.4.8 PR: 222476 Submitted by: duchateau.olivier@gmail.com Modified: head/devel/libisofs/Makefile head/devel/libisofs/distinfo head/devel/libisofs/pkg-descr head/devel/libisofs/pkg-plist Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Sun Sep 24 11:24:26 2017 (r450486) +++ head/devel/libisofs/Makefile Sun Sep 24 11:27:54 2017 (r450487) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libisofs -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:devel/libburn -GNU_CONFIGURE= yes USES= iconv libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libisofs/distinfo ============================================================================== --- head/devel/libisofs/distinfo Sun Sep 24 11:24:26 2017 (r450486) +++ head/devel/libisofs/distinfo Sun Sep 24 11:27:54 2017 (r450487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474102657 -SHA256 (libisofs-1.4.6.tar.gz) = 14ab0b384e988d651092ca184d5f18dba83a9cfa05ff5e581770d6baa879a50a -SIZE (libisofs-1.4.6.tar.gz) = 826874 +TIMESTAMP = 1505925546 +SHA256 (libisofs-1.4.8.tar.gz) = dc9de9df366c27cf03d31d860c83a08ddad9028fe192801ee344602ccec29b69 +SIZE (libisofs-1.4.8.tar.gz) = 829979 Modified: head/devel/libisofs/pkg-descr ============================================================================== --- head/devel/libisofs/pkg-descr Sun Sep 24 11:24:26 2017 (r450486) +++ head/devel/libisofs/pkg-descr Sun Sep 24 11:27:54 2017 (r450487) @@ -3,4 +3,4 @@ discs. Currently it is comprised of libraries named li libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso. -WWW: http://libburnia-project.org/ +WWW: https://dev.lovelyhq.com/libburnia/web/wikis/home Modified: head/devel/libisofs/pkg-plist ============================================================================== --- head/devel/libisofs/pkg-plist Sun Sep 24 11:24:26 2017 (r450486) +++ head/devel/libisofs/pkg-plist Sun Sep 24 11:27:54 2017 (r450487) @@ -2,5 +2,5 @@ include/libisofs/libisofs.h lib/libisofs.a lib/libisofs.so lib/libisofs.so.6 -lib/libisofs.so.6.82.0 +lib/libisofs.so.6.84.0 libdata/pkgconfig/libisofs-1.pc From owner-svn-ports-head@freebsd.org Sun Sep 24 11:57:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C42E263B9; Sun, 24 Sep 2017 11:57:11 +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 0FBB3730E4; Sun, 24 Sep 2017 11:57:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OBvA4B013353; Sun, 24 Sep 2017 11:57:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OBv9LG013348; Sun, 24 Sep 2017 11:57:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709241157.v8OBv9LG013348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 24 Sep 2017 11:57:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450488 - in head/lang: python-doc-html python27 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/lang: python-doc-html python27 X-SVN-Commit-Revision: 450488 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 11:57:11 -0000 Author: wen Date: Sun Sep 24 11:57:09 2017 New Revision: 450488 URL: https://svnweb.freebsd.org/changeset/ports/450488 Log: - Update to 2.7.14(include security fix) PR: 222398 Submitted by: wen@(myself) Exp-run by: antoine@ MFH: 2017Q3 Modified: head/lang/python-doc-html/distinfo head/lang/python27/Makefile head/lang/python27/Makefile.version head/lang/python27/distinfo head/lang/python27/pkg-plist Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Sun Sep 24 11:27:54 2017 (r450487) +++ head/lang/python-doc-html/distinfo Sun Sep 24 11:57:09 2017 (r450488) @@ -39,3 +39,11 @@ SHA256 (python/python-2.7.13-docs-pdf-letter.tar.bz2) SIZE (python/python-2.7.13-docs-pdf-letter.tar.bz2) = 10807986 SHA256 (python/python-2.7.13-docs-text.tar.bz2) = bb6df243043bf705aa1d753cdbe73958bf1ef9c0f797c4445b230e56c9775198 SIZE (python/python-2.7.13-docs-text.tar.bz2) = 1612293 +SHA256 (python/python-2.7.14-docs-html.tar.bz2) = 624ef76fd4c94631f2c5ebf890dd44930f2fbcae4176c4879f457d5abfe3d483 +SIZE (python/python-2.7.14-docs-html.tar.bz2) = 4604956 +SHA256 (python/python-2.7.14-docs-pdf-a4.tar.bz2) = fa4f4a437242e479cc210fd74a9e9f7a28a4420e1d8267f108a8b20198bb14db +SIZE (python/python-2.7.14-docs-pdf-a4.tar.bz2) = 10810797 +SHA256 (python/python-2.7.14-docs-pdf-letter.tar.bz2) = 9e7c4db5a9c35a8b9c67b5d5c83fe41382e6e87a0cbc7ed0e1bc5fcd5e3834d9 +SIZE (python/python-2.7.14-docs-pdf-letter.tar.bz2) = 10809931 +SHA256 (python/python-2.7.14-docs-text.tar.bz2) = dec89643056f682f27c0f0af2b42e5eb9977ef04d9d91bc20eb229219dbcdf1b +SIZE (python/python-2.7.14-docs-text.tar.bz2) = 1614171 Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sun Sep 24 11:27:54 2017 (r450487) +++ head/lang/python27/Makefile Sun Sep 24 11:57:09 2017 (r450488) @@ -2,7 +2,6 @@ PORTNAME= python27 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 7 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} Modified: head/lang/python27/Makefile.version ============================================================================== --- head/lang/python27/Makefile.version Sun Sep 24 11:27:54 2017 (r450487) +++ head/lang/python27/Makefile.version Sun Sep 24 11:57:09 2017 (r450488) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 2.7.13 +PYTHON_PORTVERSION= 2.7.14 Modified: head/lang/python27/distinfo ============================================================================== --- head/lang/python27/distinfo Sun Sep 24 11:27:54 2017 (r450487) +++ head/lang/python27/distinfo Sun Sep 24 11:57:09 2017 (r450488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482062234 -SHA256 (python/Python-2.7.13.tar.xz) = 35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 -SIZE (python/Python-2.7.13.tar.xz) = 12495628 +TIMESTAMP = 1505677472 +SHA256 (python/Python-2.7.14.tar.xz) = 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 +SIZE (python/Python-2.7.14.tar.xz) = 12576112 Modified: head/lang/python27/pkg-plist ============================================================================== --- head/lang/python27/pkg-plist Sun Sep 24 11:27:54 2017 (r450487) +++ head/lang/python27/pkg-plist Sun Sep 24 11:57:09 2017 (r450488) @@ -2686,6 +2686,9 @@ lib/python2.7/test/Sine-1000Hz-300ms.aif lib/python2.7/test/__init__.py lib/python2.7/test/__init__.pyc lib/python2.7/test/__init__.pyo +lib/python2.7/test/__main__.py +lib/python2.7/test/__main__.pyc +lib/python2.7/test/__main__.pyo lib/python2.7/test/_mock_backport.py lib/python2.7/test/_mock_backport.pyc lib/python2.7/test/_mock_backport.pyo @@ -2723,6 +2726,9 @@ lib/python2.7/test/badsyntax_future7.py lib/python2.7/test/badsyntax_future8.py lib/python2.7/test/badsyntax_future9.py lib/python2.7/test/badsyntax_nocaret.py +lib/python2.7/test/bisect.py +lib/python2.7/test/bisect.pyc +lib/python2.7/test/bisect.pyo lib/python2.7/test/capath/0e4015b9.0 lib/python2.7/test/capath/4e1295a3.0 lib/python2.7/test/capath/5ed36f99.0 @@ -2968,6 +2974,9 @@ lib/python2.7/test/math_testcases.txt lib/python2.7/test/mp_fork_bomb.py lib/python2.7/test/mp_fork_bomb.pyc lib/python2.7/test/mp_fork_bomb.pyo +lib/python2.7/test/multibytecodec_support.py +lib/python2.7/test/multibytecodec_support.pyc +lib/python2.7/test/multibytecodec_support.pyo lib/python2.7/test/nokia.pem lib/python2.7/test/nullbytecert.pem lib/python2.7/test/nullcert.pem @@ -2993,6 +3002,9 @@ lib/python2.7/test/pydocfodder.pyo lib/python2.7/test/pystone.py lib/python2.7/test/pystone.pyc lib/python2.7/test/pystone.pyo +lib/python2.7/test/pythoninfo.py +lib/python2.7/test/pythoninfo.pyc +lib/python2.7/test/pythoninfo.pyo lib/python2.7/test/randv2_32.pck lib/python2.7/test/randv2_64.pck lib/python2.7/test/randv3.pck @@ -3045,6 +3057,12 @@ lib/python2.7/test/string_tests.pyo lib/python2.7/test/subprocessdata/sigchild_ignore.py lib/python2.7/test/subprocessdata/sigchild_ignore.pyc lib/python2.7/test/subprocessdata/sigchild_ignore.pyo +lib/python2.7/test/support/__init__.py +lib/python2.7/test/support/__init__.pyc +lib/python2.7/test/support/__init__.pyo +lib/python2.7/test/support/script_helper.py +lib/python2.7/test/support/script_helper.pyc +lib/python2.7/test/support/script_helper.pyo lib/python2.7/test/symlink_support.py lib/python2.7/test/symlink_support.pyc lib/python2.7/test/symlink_support.pyo @@ -3590,6 +3608,9 @@ lib/python2.7/test/test_imp.pyo lib/python2.7/test/test_import.py lib/python2.7/test/test_import.pyc lib/python2.7/test/test_import.pyo +lib/python2.7/test/test_import_magic.py +lib/python2.7/test/test_import_magic.pyc +lib/python2.7/test/test_import_magic.pyo lib/python2.7/test/test_importhooks.py lib/python2.7/test/test_importhooks.pyc lib/python2.7/test/test_importhooks.pyo @@ -3719,9 +3740,6 @@ lib/python2.7/test/test_msilib.pyo lib/python2.7/test/test_multibytecodec.py lib/python2.7/test/test_multibytecodec.pyc lib/python2.7/test/test_multibytecodec.pyo -lib/python2.7/test/test_multibytecodec_support.py -lib/python2.7/test/test_multibytecodec_support.pyc -lib/python2.7/test/test_multibytecodec_support.pyo lib/python2.7/test/test_multifile.py lib/python2.7/test/test_multifile.pyc lib/python2.7/test/test_multifile.pyo @@ -3890,6 +3908,9 @@ lib/python2.7/test/test_re.pyo lib/python2.7/test/test_readline.py lib/python2.7/test/test_readline.pyc lib/python2.7/test/test_readline.pyo +lib/python2.7/test/test_regrtest.py +lib/python2.7/test/test_regrtest.pyc +lib/python2.7/test/test_regrtest.pyo lib/python2.7/test/test_repr.py lib/python2.7/test/test_repr.pyc lib/python2.7/test/test_repr.pyo @@ -4067,6 +4088,9 @@ lib/python2.7/test/test_telnetlib.pyo lib/python2.7/test/test_tempfile.py lib/python2.7/test/test_tempfile.pyc lib/python2.7/test/test_tempfile.pyo +lib/python2.7/test/test_test_support.py +lib/python2.7/test/test_test_support.pyc +lib/python2.7/test/test_test_support.pyo lib/python2.7/test/test_textwrap.py lib/python2.7/test/test_textwrap.pyc lib/python2.7/test/test_textwrap.pyo From owner-svn-ports-head@freebsd.org Sun Sep 24 12:23:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4369E2734D; Sun, 24 Sep 2017 12:23:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8140D73E40; Sun, 24 Sep 2017 12:23:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OCNaI8025660; Sun, 24 Sep 2017 12:23:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OCNaTs025658; Sun, 24 Sep 2017 12:23:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709241223.v8OCNaTs025658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 12:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450489 - head/devel/py-pytest-asyncio X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/py-pytest-asyncio X-SVN-Commit-Revision: 450489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 12:23:37 -0000 Author: jbeich Date: Sun Sep 24 12:23:36 2017 New Revision: 450489 URL: https://svnweb.freebsd.org/changeset/ports/450489 Log: devel/py-pytest-asyncio: update to 0.8.0 Changes: https://pypi.python.org/pypi/pytest-asyncio#id1 Modified: head/devel/py-pytest-asyncio/Makefile (contents, props changed) head/devel/py-pytest-asyncio/distinfo (contents, props changed) Modified: head/devel/py-pytest-asyncio/Makefile ============================================================================== --- head/devel/py-pytest-asyncio/Makefile Sun Sep 24 11:57:09 2017 (r450488) +++ head/devel/py-pytest-asyncio/Makefile Sun Sep 24 12:23:36 2017 (r450489) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-asyncio -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pytest-asyncio/distinfo ============================================================================== --- head/devel/py-pytest-asyncio/distinfo Sun Sep 24 11:57:09 2017 (r450488) +++ head/devel/py-pytest-asyncio/distinfo Sun Sep 24 12:23:36 2017 (r450489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504901770 -SHA256 (pytest-asyncio-0.7.0.tar.gz) = ef384946ebca4a3b02f6bb210eba24c502d80cc6556936a5eb5617e7ae22a3a0 -SIZE (pytest-asyncio-0.7.0.tar.gz) = 11172 +TIMESTAMP = 1506166595 +SHA256 (pytest-asyncio-0.8.0.tar.gz) = f32804bb58a66e13a3eda11f8942a71b1b6a30466b0d2ffe9214787aab0e172e +SIZE (pytest-asyncio-0.8.0.tar.gz) = 11310 From owner-svn-ports-head@freebsd.org Sun Sep 24 12:36:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 005E8E276D2 for ; Sun, 24 Sep 2017 12:36:46 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A24067436B for ; Sun, 24 Sep 2017 12:36:44 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1dw69C-0000TP-Fa for svn-ports-head@freebsd.org; Sun, 24 Sep 2017 19:36:34 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1dw69C-0000Sz-BE; Sun, 24 Sep 2017 19:36:34 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id v8OCgVsk077000; Sun, 24 Sep 2017 18:42:31 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id v8OCgQJp076922; Sun, 24 Sep 2017 19:42:26 +0700 (+07) (envelope-from danfe) Date: Sun, 24 Sep 2017 19:42:25 +0700 From: Alexey Dokuchaev To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433863 - in head: Mk x11-drivers x11-drivers/xf86-input-acecad x11-drivers/xf86-input-egalax x11-drivers/xf86-input-elographics x11-drivers/xf86-input-evdev x11-drivers/xf86-input-evde... Message-ID: <20170924124225.GA75130@regency.nsu.ru> References: <201702111417.v1BEHxaP098524@repo.freebsd.org> <20170921180116.GA78931@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170921180116.GA78931@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 12:36:46 -0000 On Fri, Sep 22, 2017 at 01:01:16AM +0700, Alexey Dokuchaev wrote: > On Sat, Feb 11, 2017 at 02:17:59PM +0000, Matthew Rezny wrote: > > New Revision: 433863 > > URL: https://svnweb.freebsd.org/changeset/ports/433863 > > > > Log: > > Xorg-servers update to 1.18.4 with driver updates and revision bumps. > > Just to let folks know in case they notice similar regressions: this X.org > server update (apparently, input and video drivers do not play a role in > here) had broken movement in vanilla Quake2 (games/quake2lnx) for me, that > is, jumping (may it be with keyboard or mouse). [...] > > Reverting r433863 (updating to r433862 really) back to xorg-server-1.17.4 > had fixed the movement for me. I'll try to investigate more to understand > what exactly had caused this issue. Something very fishy is going on here: I've bisected xorg-server versions and found out that 1.18.2 works, but 1.18.3 does not. However, building 1.18.3 with reverted changes (not too many of them) did not fix the bug! Eventually I got two binaries (Xorg-good and Xorg-bad) that only differ in the lower two bytes of this: static int VendorRelease = (((1) * 10000000) + ((18) * 100000) + ((z) * 1000) + 0); where `z' is either 2 (good) or 3 (bad). Furthermore, building the latest `x11-servers/xorg-server' 1.18.4 with PACKAGE_VERSION='1.18.2' set in the configure script results in "good" Xorg binary. Any ideas/insights are, again, most welcome as I'm not entirely sure where to move next. (I have forcibly rebuilt all X.org-related ports, but it did not help, and I'm not ready to completely wipe out my $localbase just yet.) ./danfe From owner-svn-ports-head@freebsd.org Sun Sep 24 12:41:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4906BE278FC; Sun, 24 Sep 2017 12:41: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 23AA3746B4; Sun, 24 Sep 2017 12:41: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 v8OCfj0A030993; Sun, 24 Sep 2017 12:41:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OCfilI030989; Sun, 24 Sep 2017 12:41:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241241.v8OCfilI030989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 12:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450490 - in head: Mk lang/ruby23 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: Mk lang/ruby23 X-SVN-Commit-Revision: 450490 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 12:41:46 -0000 Author: sunpoet Date: Sun Sep 24 12:41:44 2017 New Revision: 450490 URL: https://svnweb.freebsd.org/changeset/ports/450490 Log: Update to 2.3.5 - Update WWW Changes: https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-3-5-released/ PR: 222457 Exp-run by: antoine Security: 95b01379-9d52-11e7-a25c-471bafc3262f MFH: 2017Q3 Modified: head/Mk/bsd.ruby.mk head/lang/ruby23/distinfo head/lang/ruby23/pkg-descr head/lang/ruby23/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Sun Sep 24 12:23:36 2017 (r450489) +++ head/Mk/bsd.ruby.mk Sun Sep 24 12:41:44 2017 (r450490) @@ -164,8 +164,8 @@ RUBY22= "" # PLIST_SUB helpers # # Ruby 2.3 # -RUBY_RELVERSION= 2.3.4 -RUBY_PORTREVISION= 2 +RUBY_RELVERSION= 2.3.5 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers Modified: head/lang/ruby23/distinfo ============================================================================== --- head/lang/ruby23/distinfo Sun Sep 24 12:23:36 2017 (r450489) +++ head/lang/ruby23/distinfo Sun Sep 24 12:41:44 2017 (r450490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493101646 -SHA256 (ruby/ruby-2.3.4.tar.xz) = 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c -SIZE (ruby/ruby-2.3.4.tar.xz) = 11450108 +TIMESTAMP = 1505677434 +SHA256 (ruby/ruby-2.3.5.tar.xz) = 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda +SIZE (ruby/ruby-2.3.5.tar.xz) = 11437868 Modified: head/lang/ruby23/pkg-descr ============================================================================== --- head/lang/ruby23/pkg-descr Sun Sep 24 12:23:36 2017 (r450489) +++ head/lang/ruby23/pkg-descr Sun Sep 24 12:41:44 2017 (r450490) @@ -16,4 +16,4 @@ Features of Ruby are shown below. + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) -WWW: http://www.ruby-lang.org/en/ +WWW: https://www.ruby-lang.org/en/ Modified: head/lang/ruby23/pkg-plist ============================================================================== --- head/lang/ruby23/pkg-plist Sun Sep 24 12:23:36 2017 (r450489) +++ head/lang/ruby23/pkg-plist Sun Sep 24 12:41:44 2017 (r450490) @@ -3235,6 +3235,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d5e/psych__emitter_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d5f/sha1cc_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d5f/sha1cc_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d60/structwaiting__fd.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d61/structnkf__encoding.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d64/cls__20byte_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/d64/cls__20byte_8c_source.html @@ -7360,6 +7361,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/spec-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/spec_file-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/unpack-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/verify_spec_name-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/windows_stub_script-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/wrappers-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Installer/write_build_info_file-i.ri @@ -8402,8 +8404,10 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/win_platform%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/write_file-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Text/cdesc-Text.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Text/clean_text-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Text/format_text-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Text/levenshtein_distance-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Text/truncate_text-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Uninstaller/bin_dir-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Uninstaller/cdesc-Uninstaller.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Uninstaller/gem_home-i.ri @@ -9965,45 +9969,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/%5b%5d%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/%5b%5d-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/add_field-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/basic_auth-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/basic_encode-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/canonical_each-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/capitalize-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/cdesc-HTTPHeader.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/chunked%3f-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/connection_close%3f-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/connection_keep_alive%3f-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/content_length%3d-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/content_length-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/content_range-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/content_type%3d-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/content_type-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/delete-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_capitalized-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_capitalized_name-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_header-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_key-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_name-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/each_value-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/fetch-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/form_data%3d-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/get_fields-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/initialize_http_header-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/key%3f-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/main_type-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/proxy_basic_auth-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/range%3d-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/range-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/range_length-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/set_content_type-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/set_form-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/set_form_data-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/set_range-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/sub_type-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/to_hash-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/tokens-i.ri -%%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeader/type_params-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPHeaderSyntaxError/cdesc-HTTPHeaderSyntaxError.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPIMUsed/cdesc-HTTPIMUsed.ri %%RDOC%%%%RUBY_RIDIR%%/Net/HTTPInformation/cdesc-HTTPInformation.ri @@ -10383,6 +10350,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Net/SMTP/tcp_socket-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/SMTP/tls%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/SMTP/tlsconnect-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Net/SMTP/validate_line-i.ri %%RDOC%%%%RUBY_RIDIR%%/Net/SMTPAuthenticationError/cdesc-SMTPAuthenticationError.ri %%RDOC%%%%RUBY_RIDIR%%/Net/SMTPError/cdesc-SMTPError.ri %%RDOC%%%%RUBY_RIDIR%%/Net/SMTPFatalError/cdesc-SMTPFatalError.ri @@ -13849,7 +13817,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/lang-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/last-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/local_name-c.ri -%%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/method_missing-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/name-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/namespace_context%3d-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/namespace_context-c.ri @@ -13860,6 +13827,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/position-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/processing_instruction-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/round-c.ri +%%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/send-c.ri +%%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/singleton_method_added-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/starts_with-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/string-c.ri %%RDOC%%%%RUBY_RIDIR%%/REXML/Functions/string_length-c.ri From owner-svn-ports-head@freebsd.org Sun Sep 24 13:14:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82BD3E28205; Sun, 24 Sep 2017 13:14:28 +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 4CE1A75572; Sun, 24 Sep 2017 13:14:28 +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 v8ODERLE046520; Sun, 24 Sep 2017 13:14:27 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ODEROR046518; Sun, 24 Sep 2017 13:14:27 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201709241314.v8ODEROR046518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 24 Sep 2017 13:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450491 - head/graphics/ImageMagick7 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/ImageMagick7 X-SVN-Commit-Revision: 450491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 13:14:28 -0000 Author: kwm Date: Sun Sep 24 13:14:27 2017 New Revision: 450491 URL: https://svnweb.freebsd.org/changeset/ports/450491 Log: Update ImageMagick7 to 7.0.7-4. Modified: head/graphics/ImageMagick7/Makefile head/graphics/ImageMagick7/distinfo Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Sun Sep 24 12:41:44 2017 (r450490) +++ head/graphics/ImageMagick7/Makefile Sun Sep 24 13:14:27 2017 (r450491) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.7-2 +DISTVERSION= 7.0.7-4 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ Modified: head/graphics/ImageMagick7/distinfo ============================================================================== --- head/graphics/ImageMagick7/distinfo Sun Sep 24 12:41:44 2017 (r450490) +++ head/graphics/ImageMagick7/distinfo Sun Sep 24 13:14:27 2017 (r450491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505673627 -SHA256 (ImageMagick-7.0.7-2.tar.xz) = d4f8e333cf48a385e2380ff562b9075021ac7a593bff68b48d454353fc11843c -SIZE (ImageMagick-7.0.7-2.tar.xz) = 8556476 +TIMESTAMP = 1506255580 +SHA256 (ImageMagick-7.0.7-4.tar.xz) = 88d9f111583ab0c16bf0f2cd18deaaa356d8b6a41451c97b430b255daa249c1c +SIZE (ImageMagick-7.0.7-4.tar.xz) = 8563432 From owner-svn-ports-head@freebsd.org Sun Sep 24 14:43:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B27FEE298C8; Sun, 24 Sep 2017 14:43:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81A7577BC6; Sun, 24 Sep 2017 14:43:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OEhBTr083457; Sun, 24 Sep 2017 14:43:11 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OEhBjX083455; Sun, 24 Sep 2017 14:43:11 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201709241443.v8OEhBjX083455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 24 Sep 2017 14:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450492 - head/graphics/feh X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/feh X-SVN-Commit-Revision: 450492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 14:43:12 -0000 Author: zeising Date: Sun Sep 24 14:43:11 2017 New Revision: 450492 URL: https://svnweb.freebsd.org/changeset/ports/450492 Log: Update to 2.20 Changelog: https://feh.finalrewind.org/archive/2.20/ Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Sun Sep 24 13:14:27 2017 (r450491) +++ head/graphics/feh/Makefile Sun Sep 24 14:43:11 2017 (r450492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Sun Sep 24 13:14:27 2017 (r450491) +++ head/graphics/feh/distinfo Sun Sep 24 14:43:11 2017 (r450492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499798030 -SHA256 (feh-2.19.tar.bz2) = cebe25d8393a07aa79a6b2f99beb133d8de0cbc00d46bccc4df276248cc9d0e9 -SIZE (feh-2.19.tar.bz2) = 2128358 +TIMESTAMP = 1506260670 +SHA256 (feh-2.20.tar.bz2) = 4b504302099ec6dd099c84dd7e285c80dc318977ebda48949593386bc26e700b +SIZE (feh-2.20.tar.bz2) = 2129466 From owner-svn-ports-head@freebsd.org Sun Sep 24 15:43:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E5C5E2A41E; Sun, 24 Sep 2017 15:43:34 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C25777D1E7; Sun, 24 Sep 2017 15:43:33 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OFhX9W007644; Sun, 24 Sep 2017 15:43:33 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OFhWrK007640; Sun, 24 Sep 2017 15:43:32 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201709241543.v8OFhWrK007640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 24 Sep 2017 15:43:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450493 - in head/net-im/ejabberd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/net-im/ejabberd: . files X-SVN-Commit-Revision: 450493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 15:43:34 -0000 Author: ashish Date: Sun Sep 24 15:43:32 2017 New Revision: 450493 URL: https://svnweb.freebsd.org/changeset/ports/450493 Log: - Update to 17.08 - Remove the fix added last time, accepted upstream Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/distinfo head/net-im/ejabberd/files/patch-ejabberdctl.template head/net-im/ejabberd/pkg-plist Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Sun Sep 24 14:43:11 2017 (r450492) +++ head/net-im/ejabberd/Makefile Sun Sep 24 15:43:32 2017 (r450493) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 17.07 -PORTREVISION= 1 +PORTVERSION= 17.08 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ LOCAL/ashish:deps -DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-12.tar.xz:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-13.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server Modified: head/net-im/ejabberd/distinfo ============================================================================== --- head/net-im/ejabberd/distinfo Sun Sep 24 14:43:11 2017 (r450492) +++ head/net-im/ejabberd/distinfo Sun Sep 24 15:43:32 2017 (r450493) @@ -1,5 +1,5 @@ -TIMESTAMP = 1499680084 -SHA256 (ejabberd-17.07.tgz) = 75a2f5b680dc6e1e70cee381cc5d4a7def6b056a7a7a683bc2f6c9cfc4bd17dd -SIZE (ejabberd-17.07.tgz) = 1707408 -SHA256 (ejabberd-deps-12.tar.xz) = 0a9a71788d409467ffc30b94a1c982e76f6d795b2f320413b7b3e719b06b5b05 -SIZE (ejabberd-deps-12.tar.xz) = 29216064 +TIMESTAMP = 1505662148 +SHA256 (ejabberd-17.08.tgz) = 80d9e7dc9da99444d0affade3897053f6035cf26fffdc8018844a20f35431ef2 +SIZE (ejabberd-17.08.tgz) = 1716503 +SHA256 (ejabberd-deps-13.tar.xz) = f2c54945b3e9f3214a0723d3f3665b3235c618109bcd689378b038f8f6957dba +SIZE (ejabberd-deps-13.tar.xz) = 29313680 Modified: head/net-im/ejabberd/files/patch-ejabberdctl.template ============================================================================== --- head/net-im/ejabberd/files/patch-ejabberdctl.template Sun Sep 24 14:43:11 2017 (r450492) +++ head/net-im/ejabberd/files/patch-ejabberdctl.template Sun Sep 24 15:43:32 2017 (r450493) @@ -1,6 +1,6 @@ ---- ejabberdctl.template.orig 2017-07-15 11:43:57 UTC +--- ejabberdctl.template.orig 2017-09-17 17:17:31 UTC +++ ejabberdctl.template -@@ -49,8 +49,8 @@ done +@@ -56,8 +56,8 @@ done # define ejabberd variables if not already defined from the command line : ${ETC_DIR:={{sysconfdir}}/ejabberd} @@ -11,22 +11,8 @@ : ${EJABBERD_CONFIG_PATH:="$ETC_DIR"/ejabberd.yml} : ${EJABBERDCTL_CONFIG_PATH:="$ETC_DIR"/ejabberdctl.cfg} [ -f "$EJABBERDCTL_CONFIG_PATH" ] && . "$EJABBERDCTL_CONFIG_PATH" -@@ -62,17 +62,18 @@ done - # define erl parameters - ERLANG_OPTS="+K $POLL -smp $SMP +P $ERL_PROCESSES $ERL_OPTIONS" - if [ "$FIREWALL_WINDOW" != "" ] ; then -- ERLANG_OPTS="$ERLANG_OPTS -kernel " \ -- "inet_dist_listen_min ${FIREWALL_WINDOW%-*} " \ -- "inet_dist_listen_max ${FIREWALL_WINDOW#*-}" -+ ERLANG_OPTS="$ERLANG_OPTS -kernel \ -+ inet_dist_listen_min ${FIREWALL_WINDOW%-*} \ -+ inet_dist_listen_max ${FIREWALL_WINDOW#*-}" - fi - if [ "$INET_DIST_INTERFACE" != "" ] ; then - INET_DIST_INTERFACE2=$("$ERL" -noshell -eval 'case inet:parse_address("'$INET_DIST_INTERFACE'") of {ok,IP} -> io:format("~p",[IP]); _ -> ok end.' -s erlang halt) - if [ "$INET_DIST_INTERFACE2" != "" ] ; then -- ERLANG_OPTS="$ERLANG_OPTS -kernel inet_dist_use_interface \"$INET_DIST_INTERFACE2\"" -+ ERLANG_OPTS="$ERLANG_OPTS -kernel inet_dist_use_interface $INET_DIST_INTERFACE2" +@@ -77,7 +77,8 @@ if [ "$INET_DIST_INTERFACE" != "" ] ; th + ERLANG_OPTS="$ERLANG_OPTS -kernel inet_dist_use_interface $INET_DIST_INTERFACE2" fi fi -ERL_LIBS={{libdir}} Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Sun Sep 24 14:43:11 2017 (r450492) +++ head/net-im/ejabberd/pkg-plist Sun Sep 24 15:43:32 2017 (r450493) @@ -31,6 +31,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_c2s_config.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_captcha.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_cluster.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_cluster_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_commands.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_commands_doc.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_config.beam @@ -182,6 +183,9 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_sql.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_stream.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_pubsub.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_push.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_push_keepalive.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_push_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_register.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_register_web.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_roster.beam @@ -281,15 +285,15 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_vcard.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_vcard_xupdate.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/pubsub.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/LICENSE.txt -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/cache_tab.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/cache_tab.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/cache_tab_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/cache_tab_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/ets_cache.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/ebin/ets_cache_options.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/include/ets_cache.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.9/priv/lib/ets_cache.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/LICENSE.txt +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/cache_tab.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/cache_tab.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/cache_tab_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/cache_tab_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/ets_cache.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/ebin/ets_cache_options.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/include/ets_cache.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.10/priv/lib/ets_cache.so %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/LICENSE %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_eredis.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_erldis.beam @@ -304,38 +308,38 @@ %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis_pipeline.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_erldis.config -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/LICENSE.txt -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip.app -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_app.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_client_transaction.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_codec.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_dialog.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_listener.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_server_transaction.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_socket.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_sup.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_tmp_sup.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_transaction.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_transport.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/ebin/esip_udp_sup.beam -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/include/esip.hrl -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/include/esip_lib.hrl -%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.13/priv/lib/esip_drv.so +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/LICENSE.txt +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip.app +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_app.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_client_transaction.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_codec.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_dialog.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_listener.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_server_transaction.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_socket.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_sup.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_tmp_sup.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_transaction.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_transport.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/ebin/esip_udp_sup.beam +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/include/esip.hrl +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/include/esip_lib.hrl +%%SIP%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.15/priv/lib/esip_drv.so %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/LICENSE.txt %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib.app %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib_app.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib_sup.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/priv/lib/ezlib_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/LICENSE.txt -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/ebin/fast_tls.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/ebin/fast_tls.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/ebin/fast_tls_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/ebin/fast_tls_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/ebin/p1_sha.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/priv/lib/fast_tls.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.13/priv/lib/p1_sha.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/LICENSE.txt +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/ebin/fast_tls.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/ebin/fast_tls.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/ebin/fast_tls_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/ebin/fast_tls_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/ebin/p1_sha.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/priv/lib/fast_tls.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.15/priv/lib/p1_sha.so %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.23/LICENSE.txt %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.23/ebin/fast_xml.app %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.23/ebin/fast_xml.beam @@ -472,15 +476,15 @@ %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.3/ebin/p1_mysql_recv.beam %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.3/ebin/p1_mysql_sup.beam %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.3/include/p1_mysql.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/LICENSE -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_backend.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_config.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_priv_set.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_response.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_token.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_token_generation.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/p1_oauth2.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/LICENSE +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_backend.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_config.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_priv_set.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_response.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_token.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/oauth2_token_generation.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.2/ebin/p1_oauth2.app %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/epam-1.0.3/LICENSE.txt %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/epam-1.0.3/ebin/epam.app %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/epam-1.0.3/ebin/epam.beam @@ -587,112 +591,112 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.9/ebin/stringprep_app.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.9/ebin/stringprep_sup.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.9/priv/lib/stringprep.so -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/LICENSE.txt -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun.app -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_app.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_codec.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_listener.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_shaper.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_sup.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_test.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/stun_tmp_sup.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/turn.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/turn_sm.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/ebin/turn_tmp_sup.beam -%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.12/include/stun.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/LICENSE.txt -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/flex_offline.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/jid.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/mam_query.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/muc_register.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/muc_request.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/muc_roomconfig.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/muc_roominfo.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/p1_mucsub.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/pubsub_get_pending.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/pubsub_node_config.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/pubsub_publish_options.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/pubsub_subscribe_authorization.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/pubsub_subscribe_options.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/rfc3921.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/rfc6120.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/rfc6121.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xdata_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0004.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0012.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0013.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0016.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0022.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0023.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0030.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0033.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0039.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0045.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0048.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0049.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0050.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0054.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0055.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0059.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0060.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0065.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0066.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0077.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0078.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0085.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0092.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0114.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0115.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0131.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0138.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0153.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0158.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0172.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0191.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0198.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0199.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0202.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0203.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0220.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0221.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0231.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0249.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0264.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0279.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0280.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0297.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0313.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0334.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0352.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0355.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0356.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0357.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0359.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0363.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xep0369.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp_codec_external.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp_tr.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/ebin/xmpp_util.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/flex_offline.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/jid.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/mam_query.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/muc_register.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/muc_request.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/muc_roomconfig.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/muc_roominfo.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/ns.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/pubsub_get_pending.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/pubsub_node_config.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/pubsub_publish_options.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/pubsub_subscribe_authorization.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/pubsub_subscribe_options.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/xmpp.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/include/xmpp_codec.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.13/priv/lib/jid.so +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/LICENSE.txt +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun.app +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_app.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_codec.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_listener.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_shaper.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_sup.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_test.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/stun_tmp_sup.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/turn.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/turn_sm.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/ebin/turn_tmp_sup.beam +%%STUN%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.14/include/stun.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/LICENSE.txt +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/flex_offline.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/jid.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/mam_query.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/muc_register.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/muc_request.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/muc_roomconfig.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/muc_roominfo.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/p1_mucsub.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/pubsub_get_pending.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/pubsub_node_config.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/pubsub_publish_options.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/pubsub_subscribe_authorization.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/pubsub_subscribe_options.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/rfc3921.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/rfc6120.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/rfc6121.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xdata_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0004.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0012.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0013.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0016.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0022.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0023.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0030.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0033.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0039.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0045.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0048.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0049.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0050.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0054.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0055.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0059.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0060.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0065.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0066.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0077.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0078.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0085.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0092.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0114.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0115.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0131.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0138.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0153.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0158.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0172.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0191.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0198.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0199.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0202.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0203.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0220.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0221.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0231.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0249.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0264.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0279.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0280.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0297.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0313.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0334.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0352.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0355.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0356.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0357.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0359.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0363.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xep0369.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp_codec_external.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp_tr.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/ebin/xmpp_util.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/flex_offline.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/jid.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/mam_query.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/muc_register.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/muc_request.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/muc_roomconfig.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/muc_roominfo.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/ns.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/pubsub_get_pending.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/pubsub_node_config.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/pubsub_publish_options.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/pubsub_subscribe_authorization.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/pubsub_subscribe_options.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/xmpp.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/include/xmpp_codec.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.14/priv/lib/jid.so %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/captcha.sh %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ca.msg %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/cs.msg From owner-svn-ports-head@freebsd.org Sun Sep 24 15:59:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21848E2A8C2; Sun, 24 Sep 2017 15:59: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 D20707D715; Sun, 24 Sep 2017 15:59: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 v8OFxQWr012154; Sun, 24 Sep 2017 15:59:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OFxQZP012151; Sun, 24 Sep 2017 15:59:26 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709241559.v8OFxQZP012151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 24 Sep 2017 15:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450494 - head/math/geogebra X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/math/geogebra X-SVN-Commit-Revision: 450494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 15:59:28 -0000 Author: riggs Date: Sun Sep 24 15:59:26 2017 New Revision: 450494 URL: https://svnweb.freebsd.org/changeset/ports/450494 Log: Update to upstream version 5.0.387.0, add pkg-message on linprocfs While on it: - Pet portlint PR: 222395 Submitted by: uzsolt@uzsolt.hu (maintainer) Added: head/math/geogebra/pkg-message (contents, props changed) Modified: head/math/geogebra/Makefile head/math/geogebra/distinfo Modified: head/math/geogebra/Makefile ============================================================================== --- head/math/geogebra/Makefile Sun Sep 24 15:43:32 2017 (r450493) +++ head/math/geogebra/Makefile Sun Sep 24 15:59:26 2017 (r450494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.367.0 +PORTVERSION= 5.0.387.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ \ http://freebsd.uzsolt.hu/src/ @@ -18,7 +18,7 @@ LICENSE_NAME= GeoGebra Non-Commercial License Agreemen LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 SUB_FILES= geogebra.desktop CONFLICTS= math/geogebra-i18n-[0-9]* Modified: head/math/geogebra/distinfo ============================================================================== --- head/math/geogebra/distinfo Sun Sep 24 15:43:32 2017 (r450493) +++ head/math/geogebra/distinfo Sun Sep 24 15:59:26 2017 (r450494) @@ -1,5 +1,5 @@ -TIMESTAMP = 1498140711 -SHA256 (GeoGebra-Linux-Portable-5-0-367-0.tar.bz2) = 935b424b84c3d1d164f72649fba8ebca2f15caa24f4e84b0914df39f9e5b6ee4 -SIZE (GeoGebra-Linux-Portable-5-0-367-0.tar.bz2) = 139982776 +TIMESTAMP = 1505636042 +SHA256 (GeoGebra-Linux-Portable-5-0-387-0.tar.bz2) = 86b634159e05566a1f4d405875c3251ff814e0c220b75296e272863bdf50b365 +SIZE (GeoGebra-Linux-Portable-5-0-387-0.tar.bz2) = 140214739 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 Added: head/math/geogebra/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/geogebra/pkg-message Sun Sep 24 15:59:26 2017 (r450494) @@ -0,0 +1,6 @@ +This software wants linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: + +linprocfs /compat/linux/proc linprocfs rw 0 0 + +Then run "mount /compat/linux/proc". From owner-svn-ports-head@freebsd.org Sun Sep 24 16:16:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28238E2AD8B; Sun, 24 Sep 2017 16:16: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 E693C7DF68; Sun, 24 Sep 2017 16:16:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OGGCgF020138; Sun, 24 Sep 2017 16:16:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OGGCMj020137; Sun, 24 Sep 2017 16:16:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709241616.v8OGGCMj020137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 16:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450495 - head/sysutils/pesign X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/sysutils/pesign X-SVN-Commit-Revision: 450495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 16:16:14 -0000 Author: jbeich Date: Sun Sep 24 16:16:12 2017 New Revision: 450495 URL: https://svnweb.freebsd.org/changeset/ports/450495 Log: sysutils/pesign: unbreak on 11.1+ In file included from pesign.h:30:0, from pesign.c:35: efitypes.h:50:0: error: "EFI_VARIABLE_NON_VOLATILE" redefined [-Werror] #define EFI_VARIABLE_NON_VOLATILE 0x0000000000000001 ^ In file included from efitypes.h:22:0, from pesign.h:30, from pesign.c:35: /usr/include/efivar.h:38:0: note: this is the location of the previous definition #define EFI_VARIABLE_NON_VOLATILE 0x00000001 ^ Reported by: pkg-fallout Modified: head/sysutils/pesign/Makefile (contents, props changed) Modified: head/sysutils/pesign/Makefile ============================================================================== --- head/sysutils/pesign/Makefile Sun Sep 24 15:59:26 2017 (r450494) +++ head/sysutils/pesign/Makefile Sun Sep 24 16:16:12 2017 (r450495) @@ -11,7 +11,7 @@ COMMENT= Signing utility for UEFI secure boot LICENSE= GPLv2 -LIB_DEPENDS= libefivar.so:devel/efivar \ +LIB_DEPENDS= libefivar.so.0:devel/efivar \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ libpopt.so:devel/popt \ From owner-svn-ports-head@freebsd.org Sun Sep 24 18:01:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57A63E2C512; Sun, 24 Sep 2017 18:01:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 317C6801D5; Sun, 24 Sep 2017 18:01:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OI1idA062298; Sun, 24 Sep 2017 18:01:44 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OI1ivI062295; Sun, 24 Sep 2017 18:01:44 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201709241801.v8OI1ivI062295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 24 Sep 2017 18:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450496 - head/lang/sagittarius-scheme X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/lang/sagittarius-scheme X-SVN-Commit-Revision: 450496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:01:45 -0000 Author: ashish Date: Sun Sep 24 18:01:43 2017 New Revision: 450496 URL: https://svnweb.freebsd.org/changeset/ports/450496 Log: - Update to 0.8.6 - Remove the "post-build" target as it is useless at the moment Modified: head/lang/sagittarius-scheme/Makefile head/lang/sagittarius-scheme/distinfo head/lang/sagittarius-scheme/pkg-plist Modified: head/lang/sagittarius-scheme/Makefile ============================================================================== --- head/lang/sagittarius-scheme/Makefile Sun Sep 24 16:16:12 2017 (r450495) +++ head/lang/sagittarius-scheme/Makefile Sun Sep 24 18:01:43 2017 (r450496) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= sagittarius -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.8.6 CATEGORIES= lang -MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ - LOCAL/ashish +MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ PKGNAMESUFFIX= -scheme MAINTAINER= ashish@FreeBSD.org @@ -48,8 +46,5 @@ post-patch-ODBC-off: post-install: @${LN} -sf ${PREFIX}/bin/sagittarius ${STAGEDIR}${PREFIX}/bin/sash - -post-build: - @${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} doc .include Modified: head/lang/sagittarius-scheme/distinfo ============================================================================== --- head/lang/sagittarius-scheme/distinfo Sun Sep 24 16:16:12 2017 (r450495) +++ head/lang/sagittarius-scheme/distinfo Sun Sep 24 18:01:43 2017 (r450496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486232902 -SHA256 (sagittarius-0.8.0.tar.gz) = 010f39fbb7d2cb6115c3ac108a0eba16d9b1b0d2a0ed460c1682e7fcf5c3a9a3 -SIZE (sagittarius-0.8.0.tar.gz) = 6572430 +TIMESTAMP = 1506268065 +SHA256 (sagittarius-0.8.6.tar.gz) = d15a604be5b414bf3c7f2bb101794cc01a05650c81fe889e39521c7c82398243 +SIZE (sagittarius-0.8.6.tar.gz) = 6749494 Modified: head/lang/sagittarius-scheme/pkg-plist ============================================================================== --- head/lang/sagittarius-scheme/pkg-plist Sun Sep 24 16:16:12 2017 (r450495) +++ head/lang/sagittarius-scheme/pkg-plist Sun Sep 24 18:01:43 2017 (r450496) @@ -155,14 +155,18 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/lib/core/syntax.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/cipher.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/dsa.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/ecdh.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/ecdsa.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/k-generator.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/key.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/key/component.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/key/des.scm -%%DATADIR%%/%%PORTVERSION%%/lib/crypto/key/dsa.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/key/pair.scm -%%DATADIR%%/%%PORTVERSION%%/lib/crypto/key/rsa.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/mac.scm %%DATADIR%%/%%PORTVERSION%%/lib/crypto/pkcs.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/rsa.scm +%%DATADIR%%/%%PORTVERSION%%/lib/crypto/wrap.scm %%ODBC%%%%DATADIR%%/%%PORTVERSION%%/lib/dbd/odbc.scm %%DATADIR%%/%%PORTVERSION%%/lib/math.scm %%DATADIR%%/%%PORTVERSION%%/lib/math/ec.scm @@ -291,6 +295,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/math/luhn.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/math/modulus-check-digit.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/math/mt-random.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/naming/context.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/net/mq/amqp.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/net/mq/amqp/api.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/net/mq/amqp/messaging.scm @@ -324,19 +329,34 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/ftp/messages.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/gzip.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/hmac.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/hotp.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http-connections.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/client.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/conditions.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/frame.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack-code-table.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack-static-table.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/http2/hpack.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/jose.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/jrd.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/jwa.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/jwk.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/mime.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth/conditions.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth/connection.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth/consumer.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth/signature.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth2.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/oauth2/bearer.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/pem.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/quoted-printable.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/sftp.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/sftp/connection.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/sftp/constants.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/smtp/format.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/sftp/types.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/smtp.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/smtp/authentications.scm @@ -355,6 +375,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/tls/port.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/tls/socket.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/tls/types.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/totp.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uuid.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/websocket.scm @@ -519,6 +540,14 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a14/char-sets.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a141.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a141/integer-division.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a142.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a142/bitwise.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a143.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a143/fixnums.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a144.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a144/flonums.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a151.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a151/bitwise.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a17.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a17/generalized-set!.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/%3a2.scm @@ -620,6 +649,10 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/139.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/14.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/141.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/142.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/143.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/144.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/151.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/17.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/2.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/srfi/23.scm @@ -656,6 +689,9 @@ libdata/pkgconfig/%%PORTNAME%%.pc %%DATADIR%%/%%PORTVERSION%%/sitelib/text/html-lite.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/text/gap-buffer.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/text/json.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/convert.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/object-builder.scm +%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/parse.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/text/markdown.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/text/markdown/convert.scm %%DATADIR%%/%%PORTVERSION%%/sitelib/text/markdown/parser.scm From owner-svn-ports-head@freebsd.org Sun Sep 24 18:06:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFBAE2C6C7; Sun, 24 Sep 2017 18:06:35 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC9A880488; Sun, 24 Sep 2017 18:06:35 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OI6YgE064682; Sun, 24 Sep 2017 18:06:34 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OI6Y0P064681; Sun, 24 Sep 2017 18:06:34 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201709241806.v8OI6Y0P064681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 24 Sep 2017 18:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450497 - head/lang/sagittarius-scheme X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/lang/sagittarius-scheme X-SVN-Commit-Revision: 450497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:06:36 -0000 Author: ashish Date: Sun Sep 24 18:06:34 2017 New Revision: 450497 URL: https://svnweb.freebsd.org/changeset/ports/450497 Log: - Restore MASTER_SITES, accidentally removed in r450496 Modified: head/lang/sagittarius-scheme/Makefile Modified: head/lang/sagittarius-scheme/Makefile ============================================================================== --- head/lang/sagittarius-scheme/Makefile Sun Sep 24 18:01:43 2017 (r450496) +++ head/lang/sagittarius-scheme/Makefile Sun Sep 24 18:06:34 2017 (r450497) @@ -4,7 +4,8 @@ PORTNAME= sagittarius PORTVERSION= 0.8.6 CATEGORIES= lang -MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ +MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ + LOCAL/ashish PKGNAMESUFFIX= -scheme MAINTAINER= ashish@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Sep 24 18:35:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 897E2E2D13E; Sun, 24 Sep 2017 18:35:12 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6369481192; Sun, 24 Sep 2017 18:35:12 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIZBXA076898; Sun, 24 Sep 2017 18:35:11 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIZBBO076897; Sun, 24 Sep 2017 18:35:11 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709241835.v8OIZBBO076897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 24 Sep 2017 18:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450498 - head/net-im/mastodon X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/net-im/mastodon X-SVN-Commit-Revision: 450498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:35:12 -0000 Author: jrm Date: Sun Sep 24 18:35:11 2017 New Revision: 450498 URL: https://svnweb.freebsd.org/changeset/ports/450498 Log: net-im/mastodon: Fix install with non-default ruby versions by removing false-positive %%RUBY_SUFFIX%% entries from pkg-plist. Submitted by: pkubaj@anongoth.pl Modified: head/net-im/mastodon/pkg-plist Modified: head/net-im/mastodon/pkg-plist ============================================================================== --- head/net-im/mastodon/pkg-plist Sun Sep 24 18:06:34 2017 (r450497) +++ head/net-im/mastodon/pkg-plist Sun Sep 24 18:35:11 2017 (r450498) @@ -3584,7 +3584,7 @@ %%WWWDIR%%/db/migrate/20170714184731_add_domain_to_subscriptions.rb %%WWWDIR%%/db/migrate/20170718211102_add_activitypub_to_accounts.rb %%WWWDIR%%/db/migrate/20170720000000_add_index_favourites_on_account_id_and_id.rb -%%WWWDIR%%/db/migrate/201708%%RUBY_SUFFIX%%162448_create_status_pins.rb +%%WWWDIR%%/db/migrate/20170823162448_create_status_pins.rb %%WWWDIR%%/db/migrate/20170824103029_add_timestamps_to_status_pins.rb %%WWWDIR%%/db/migrate/20170829215220_remove_status_pins_account_index.rb %%WWWDIR%%/db/migrate/20170901141119_truncate_preview_cards.rb @@ -18922,7 +18922,7 @@ %%WWWDIR%%/node_modules/stringz/.eslintignore %%WWWDIR%%/node_modules/stringz/.eslintrc %%WWWDIR%%/node_modules/stringz/.npmignore -%%WWWDIR%%/node_modules/stringz/.nyc_output/0a976b2d9c%%RUBY_SUFFIX%%13ec79ee1487d3382eab.json +%%WWWDIR%%/node_modules/stringz/.nyc_output/0a976b2d9c2313ec79ee1487d3382eab.json %%WWWDIR%%/node_modules/stringz/.nyc_output/9ad4d671792adb520cacb01a9dd8ddfc.json %%WWWDIR%%/node_modules/stringz/.travis.yml %%WWWDIR%%/node_modules/stringz/LICENSE @@ -23657,12 +23657,12 @@ %%WWWDIR%%/public/packs/Montserrat-Medium-5f797490f806b3b229299f0a66de89c9.ttf %%WWWDIR%%/public/packs/Montserrat-Medium-5f797490f806b3b229299f0a66de89c9.ttf.gz %%WWWDIR%%/public/packs/Montserrat-Regular-080422d4c1328f3407818d25c86cce51.woff2 -%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e%%RUBY_SUFFIX%%e7f%%RUBY_SUFFIX%%b8a4ef70d748cd.ttf -%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e%%RUBY_SUFFIX%%e7f%%RUBY_SUFFIX%%b8a4ef70d748cd.ttf.gz +%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e23e7f23b8a4ef70d748cd.ttf +%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e23e7f23b8a4ef70d748cd.ttf.gz %%WWWDIR%%/public/packs/Montserrat-Regular-b0322f2faed575161a052b5af953251a.woff -%%WWWDIR%%/public/packs/about-0c%%RUBY_SUFFIX%%e63f14c63c1276dc.js -%%WWWDIR%%/public/packs/about-0c%%RUBY_SUFFIX%%e63f14c63c1276dc.js.gz -%%WWWDIR%%/public/packs/about-0c%%RUBY_SUFFIX%%e63f14c63c1276dc.js.map +%%WWWDIR%%/public/packs/about-0c23e63f14c63c1276dc.js +%%WWWDIR%%/public/packs/about-0c23e63f14c63c1276dc.js.gz +%%WWWDIR%%/public/packs/about-0c23e63f14c63c1276dc.js.map %%WWWDIR%%/public/packs/admin-b3245dfa5a28024a54fb.js %%WWWDIR%%/public/packs/admin-b3245dfa5a28024a54fb.js.gz %%WWWDIR%%/public/packs/admin-b3245dfa5a28024a54fb.js.map @@ -23698,9 +23698,9 @@ %%WWWDIR%%/public/packs/features/blocks-cc0b8e0dfcab04dd1d4a.js %%WWWDIR%%/public/packs/features/blocks-cc0b8e0dfcab04dd1d4a.js.gz %%WWWDIR%%/public/packs/features/blocks-cc0b8e0dfcab04dd1d4a.js.map -%%WWWDIR%%/public/packs/features/community_timeline-0d%%RUBY_SUFFIX%%d177ecfe46d5288f.js -%%WWWDIR%%/public/packs/features/community_timeline-0d%%RUBY_SUFFIX%%d177ecfe46d5288f.js.gz -%%WWWDIR%%/public/packs/features/community_timeline-0d%%RUBY_SUFFIX%%d177ecfe46d5288f.js.map +%%WWWDIR%%/public/packs/features/community_timeline-0d23d177ecfe46d5288f.js +%%WWWDIR%%/public/packs/features/community_timeline-0d23d177ecfe46d5288f.js.gz +%%WWWDIR%%/public/packs/features/community_timeline-0d23d177ecfe46d5288f.js.map %%WWWDIR%%/public/packs/features/compose-ff3165ac52401a39480b.js %%WWWDIR%%/public/packs/features/compose-ff3165ac52401a39480b.js.gz %%WWWDIR%%/public/packs/features/compose-ff3165ac52401a39480b.js.map @@ -23737,9 +23737,9 @@ %%WWWDIR%%/public/packs/features/notifications-3693c12e8474148d91cd.js %%WWWDIR%%/public/packs/features/notifications-3693c12e8474148d91cd.js.gz %%WWWDIR%%/public/packs/features/notifications-3693c12e8474148d91cd.js.map -%%WWWDIR%%/public/packs/features/pinned_statuses-e91321354%%RUBY_SUFFIX%%cd48d031b.js -%%WWWDIR%%/public/packs/features/pinned_statuses-e91321354%%RUBY_SUFFIX%%cd48d031b.js.gz -%%WWWDIR%%/public/packs/features/pinned_statuses-e91321354%%RUBY_SUFFIX%%cd48d031b.js.map +%%WWWDIR%%/public/packs/features/pinned_statuses-e9132135423cd48d031b.js +%%WWWDIR%%/public/packs/features/pinned_statuses-e9132135423cd48d031b.js.gz +%%WWWDIR%%/public/packs/features/pinned_statuses-e9132135423cd48d031b.js.map %%WWWDIR%%/public/packs/features/public_timeline-d409bb339e29a95ce6fa.js %%WWWDIR%%/public/packs/features/public_timeline-d409bb339e29a95ce6fa.js.gz %%WWWDIR%%/public/packs/features/public_timeline-d409bb339e29a95ce6fa.js.map @@ -23793,12 +23793,12 @@ %%WWWDIR%%/public/packs/locale_hr-d628fc0c6dd378471528.js %%WWWDIR%%/public/packs/locale_hr-d628fc0c6dd378471528.js.gz %%WWWDIR%%/public/packs/locale_hr-d628fc0c6dd378471528.js.map -%%WWWDIR%%/public/packs/locale_hu-0%%RUBY_SUFFIX%%f014f6fc33767ef00.js -%%WWWDIR%%/public/packs/locale_hu-0%%RUBY_SUFFIX%%f014f6fc33767ef00.js.gz -%%WWWDIR%%/public/packs/locale_hu-0%%RUBY_SUFFIX%%f014f6fc33767ef00.js.map -%%WWWDIR%%/public/packs/locale_id-9f5c9bd%%RUBY_SUFFIX%%985f54c%%RUBY_SUFFIX%%d9.js -%%WWWDIR%%/public/packs/locale_id-9f5c9bd%%RUBY_SUFFIX%%985f54c%%RUBY_SUFFIX%%d9.js.gz -%%WWWDIR%%/public/packs/locale_id-9f5c9bd%%RUBY_SUFFIX%%985f54c%%RUBY_SUFFIX%%d9.js.map +%%WWWDIR%%/public/packs/locale_hu-023f014f6fc33767ef00.js +%%WWWDIR%%/public/packs/locale_hu-023f014f6fc33767ef00.js.gz +%%WWWDIR%%/public/packs/locale_hu-023f014f6fc33767ef00.js.map +%%WWWDIR%%/public/packs/locale_id-9f5c9bd23985f54c23d9.js +%%WWWDIR%%/public/packs/locale_id-9f5c9bd23985f54c23d9.js.gz +%%WWWDIR%%/public/packs/locale_id-9f5c9bd23985f54c23d9.js.map %%WWWDIR%%/public/packs/locale_io-12bff30874e6cddc48f7.js %%WWWDIR%%/public/packs/locale_io-12bff30874e6cddc48f7.js.gz %%WWWDIR%%/public/packs/locale_io-12bff30874e6cddc48f7.js.map @@ -23808,9 +23808,9 @@ %%WWWDIR%%/public/packs/locale_ja-a1e1ec908665d4424986.js %%WWWDIR%%/public/packs/locale_ja-a1e1ec908665d4424986.js.gz %%WWWDIR%%/public/packs/locale_ja-a1e1ec908665d4424986.js.map -%%WWWDIR%%/public/packs/locale_ko-%%RUBY_SUFFIX%%61f94b8f8635ebd24a.js -%%WWWDIR%%/public/packs/locale_ko-%%RUBY_SUFFIX%%61f94b8f8635ebd24a.js.gz -%%WWWDIR%%/public/packs/locale_ko-%%RUBY_SUFFIX%%61f94b8f8635ebd24a.js.map +%%WWWDIR%%/public/packs/locale_ko-2361f94b8f8635ebd24a.js +%%WWWDIR%%/public/packs/locale_ko-2361f94b8f8635ebd24a.js.gz +%%WWWDIR%%/public/packs/locale_ko-2361f94b8f8635ebd24a.js.map %%WWWDIR%%/public/packs/locale_nl-b1bdcf9ecc2b8b9d3bab.js %%WWWDIR%%/public/packs/locale_nl-b1bdcf9ecc2b8b9d3bab.js.gz %%WWWDIR%%/public/packs/locale_nl-b1bdcf9ecc2b8b9d3bab.js.map @@ -23832,9 +23832,9 @@ %%WWWDIR%%/public/packs/locale_ru-d22ef94838f1874797ec.js %%WWWDIR%%/public/packs/locale_ru-d22ef94838f1874797ec.js.gz %%WWWDIR%%/public/packs/locale_ru-d22ef94838f1874797ec.js.map -%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd%%RUBY_SUFFIX%%d96.js -%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd%%RUBY_SUFFIX%%d96.js.gz -%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd%%RUBY_SUFFIX%%d96.js.map +%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd23d96.js +%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd23d96.js.gz +%%WWWDIR%%/public/packs/locale_th-24d1c451a4460bd23d96.js.map %%WWWDIR%%/public/packs/locale_tr-76b587fd27ff1b04bd82.js %%WWWDIR%%/public/packs/locale_tr-76b587fd27ff1b04bd82.js.gz %%WWWDIR%%/public/packs/locale_tr-76b587fd27ff1b04bd82.js.map @@ -23854,8 +23854,8 @@ %%WWWDIR%%/public/packs/logo-fe5141d38a25f50068b4c69b77ca1ec8.svg.gz %%WWWDIR%%/public/packs/logo_alt-6090911445f54a587465e41da77a6969.svg %%WWWDIR%%/public/packs/logo_alt-6090911445f54a587465e41da77a6969.svg.gz -%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a%%RUBY_SUFFIX%%a74852b2478fa3.svg -%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a%%RUBY_SUFFIX%%a74852b2478fa3.svg.gz +%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg +%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg.gz %%WWWDIR%%/public/packs/manifest.json %%WWWDIR%%/public/packs/mastodon-getting-started-758db9bb72f30f65b07bb7b64f24ea83.png %%WWWDIR%%/public/packs/mastodon-not-found-afb3fe71154b0c7518f25c70897c03d2.png @@ -23898,8 +23898,8 @@ %%WWWDIR%%/public/packs/roboto-regular-webfont-77dc6a0145954a963b95d30773543105.svg.gz %%WWWDIR%%/public/packs/roboto-regular-webfont-b06ad091cf548c38401f3e5883cb36a2.woff %%WWWDIR%%/public/packs/robotomono-regular-webfont-09e0ef66c9dee2fa2689f6e5f2437670.woff -%%WWWDIR%%/public/packs/robotomono-regular-webfont-0ba95b3b%%RUBY_SUFFIX%%70e6bf1dcdb20aa3a54ff2.ttf -%%WWWDIR%%/public/packs/robotomono-regular-webfont-0ba95b3b%%RUBY_SUFFIX%%70e6bf1dcdb20aa3a54ff2.ttf.gz +%%WWWDIR%%/public/packs/robotomono-regular-webfont-0ba95b3b2370e6bf1dcdb20aa3a54ff2.ttf +%%WWWDIR%%/public/packs/robotomono-regular-webfont-0ba95b3b2370e6bf1dcdb20aa3a54ff2.ttf.gz %%WWWDIR%%/public/packs/robotomono-regular-webfont-51e9ccf8c829f4894a7e5a0883e864fc.svg %%WWWDIR%%/public/packs/robotomono-regular-webfont-51e9ccf8c829f4894a7e5a0883e864fc.svg.gz %%WWWDIR%%/public/packs/robotomono-regular-webfont-6c1ce30b90ee993b22618ec489585594.woff2 From owner-svn-ports-head@freebsd.org Sun Sep 24 18:45:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD36EE2D340; Sun, 24 Sep 2017 18:45:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86D5C81549; Sun, 24 Sep 2017 18:45:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIj8Y9081177; Sun, 24 Sep 2017 18:45:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIj85N081175; Sun, 24 Sep 2017 18:45:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709241845.v8OIj85N081175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 18:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450499 - head/graphics/vigra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vigra X-SVN-Commit-Revision: 450499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:45:09 -0000 Author: jbeich Date: Sun Sep 24 18:45:08 2017 New Revision: 450499 URL: https://svnweb.freebsd.org/changeset/ports/450499 Log: graphics/vigra: unbreak NUMPY=on with gcc7 In file included from include/vigra/resampling_convolution.hxx:46:0, from include/vigra/resizeimage.hxx:46, from vigranumpy/src/core/sampling.cxx:43: include/vigra/imagecontainer.hxx: In member function 'void vigra::ImagePyramid::swap(const vigra::ImagePyramid&)': include/vigra/imagecontainer.hxx:766:51: error: no matching function for call to 'swap(int&, const int&)' std::swap(lowestLevel_, other.lowestLevel_); ^ [...] PR: 222542 Reported by: math/saga Obtained from: upstream Modified: head/graphics/vigra/Makefile (contents, props changed) head/graphics/vigra/distinfo (contents, props changed) Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Sun Sep 24 18:35:11 2017 (r450498) +++ head/graphics/vigra/Makefile Sun Sep 24 18:45:08 2017 (r450499) @@ -3,8 +3,11 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 18675a51fca2.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" Modified: head/graphics/vigra/distinfo ============================================================================== --- head/graphics/vigra/distinfo Sun Sep 24 18:35:11 2017 (r450498) +++ head/graphics/vigra/distinfo Sun Sep 24 18:45:08 2017 (r450499) @@ -1,2 +1,5 @@ +TIMESTAMP = 1384793296 SHA256 (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 654074d08e46630a05084098779358baf3e4c0ab018ad6f02093823f1395b348 SIZE (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 29184342 +SHA256 (18675a51fca2.patch) = e6a00209716feb79aa0b4c634b5740adbb95ef61be3391ee2b6d2c9c635a7116 +SIZE (18675a51fca2.patch) = 1001 From owner-svn-ports-head@freebsd.org Sun Sep 24 18:45:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D79E2D388; Sun, 24 Sep 2017 18:45:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB5D181646; Sun, 24 Sep 2017 18:45:25 +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 v8OIjPXN081305; Sun, 24 Sep 2017 18:45:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIjPjS081304; Sun, 24 Sep 2017 18:45:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709241845.v8OIjPjS081304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 18:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450500 - head/biology/ssaha/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/biology/ssaha/files X-SVN-Commit-Revision: 450500 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:45:26 -0000 Author: jbeich Date: Sun Sep 24 18:45:24 2017 New Revision: 450500 URL: https://svnweb.freebsd.org/changeset/ports/450500 Log: biology/ssaha: unbreak with gcc7 In file included from Binary/..//Global/SSAHAMain.cpp:51:0: Binary/..//Global/SSAHAMain.cpp: In function 'void processQuery(QueryParameterStruct&)': Binary/..//Global/SSAHAMain.cpp:968:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] assert( pAligner!=false); ^ PR: 222542 Modified: head/biology/ssaha/files/patch-SSAHAMain.cpp (contents, props changed) Modified: head/biology/ssaha/files/patch-SSAHAMain.cpp ============================================================================== --- head/biology/ssaha/files/patch-SSAHAMain.cpp Sun Sep 24 18:45:08 2017 (r450499) +++ head/biology/ssaha/files/patch-SSAHAMain.cpp Sun Sep 24 18:45:24 2017 (r450500) @@ -37,6 +37,15 @@ cerr << "Info: will ignore hits on words that occur more than " << queryParams.maxStore << " times in the database." << endl; +@@ -964,7 +965,7 @@ delete pQueryMode; + + } // ~else + +- assert( pAligner!=false); ++ assert(pAligner!=NULL); + + // ownership of *pAligner passes to *pPrintTask + pPrintTask = new MatchTaskAlign( *pQuery, *pSubjectSource, pAligner, @@ -1151,7 +1152,7 @@ } // ~if dirent* dirEntry; From owner-svn-ports-head@freebsd.org Sun Sep 24 18:48:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D275DE2D464; Sun, 24 Sep 2017 18:48: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 9BCB4817FE; Sun, 24 Sep 2017 18:48: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 v8OImgo4081522; Sun, 24 Sep 2017 18:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OImgiW081521; Sun, 24 Sep 2017 18:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241848.v8OImgiW081521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450501 - head/converters/p5-Encode-Detect X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/p5-Encode-Detect X-SVN-Commit-Revision: 450501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:48:43 -0000 Author: sunpoet Date: Sun Sep 24 18:48:42 2017 New Revision: 450501 URL: https://svnweb.freebsd.org/changeset/ports/450501 Log: Update LICENSE - Add LICENSE_FILE Modified: head/converters/p5-Encode-Detect/Makefile Modified: head/converters/p5-Encode-Detect/Makefile ============================================================================== --- head/converters/p5-Encode-Detect/Makefile Sun Sep 24 18:45:24 2017 (r450500) +++ head/converters/p5-Encode-Detect/Makefile Sun Sep 24 18:48:42 2017 (r450501) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Encode::Encoding subclass that detects the encoding of data -LICENSE= MPL +LICENSE= MPL11 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= modbuild From owner-svn-ports-head@freebsd.org Sun Sep 24 18:48:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D9DBE2D482; Sun, 24 Sep 2017 18:48: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 2B52B81808; Sun, 24 Sep 2017 18:48: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 v8OImlgt081614; Sun, 24 Sep 2017 18:48:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OImldg081613; Sun, 24 Sep 2017 18:48:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241848.v8OImldg081613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450502 - head/databases/virtualpg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/virtualpg X-SVN-Commit-Revision: 450502 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:48:48 -0000 Author: sunpoet Date: Sun Sep 24 18:48:47 2017 New Revision: 450502 URL: https://svnweb.freebsd.org/changeset/ports/450502 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/databases/virtualpg/Makefile Modified: head/databases/virtualpg/Makefile ============================================================================== --- head/databases/virtualpg/Makefile Sun Sep 24 18:48:42 2017 (r450501) +++ head/databases/virtualpg/Makefile Sun Sep 24 18:48:47 2017 (r450502) @@ -9,9 +9,9 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite -LICENSE= MPL LGPL21 GPLv2 +LICENSE= MPL11 LGPL21 GPLv2 LICENSE_COMB= dual -LICENSE_FILE_MPL= ${WRKSRC}/COPYING +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite From owner-svn-ports-head@freebsd.org Sun Sep 24 18:48:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32EEFE2D4A8; Sun, 24 Sep 2017 18:48: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 EFF9881856; Sun, 24 Sep 2017 18:48: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 v8OImqh9081720; Sun, 24 Sep 2017 18:48:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OImqsq081719; Sun, 24 Sep 2017 18:48:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241848.v8OImqsq081719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450503 - head/deskutils/cdcat X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/deskutils/cdcat X-SVN-Commit-Revision: 450503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:48:53 -0000 Author: sunpoet Date: Sun Sep 24 18:48:51 2017 New Revision: 450503 URL: https://svnweb.freebsd.org/changeset/ports/450503 Log: Update LICENSE - Add LICENSE_FILE Modified: head/deskutils/cdcat/Makefile Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Sun Sep 24 18:48:47 2017 (r450502) +++ head/deskutils/cdcat/Makefile Sun Sep 24 18:48:51 2017 (r450503) @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$ MAINTAINER= ports@FreeBSD.org COMMENT= Qt based tool for offline CD/DVD/disk catalogs -LICENSE= GPLv2 MPL -LICENSE_COMB= multi +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cryptopp>0:security/cryptopp LIB_DEPENDS= libtar.so:devel/libtar \ From owner-svn-ports-head@freebsd.org Sun Sep 24 18:48:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00D2AE2D4D1; Sun, 24 Sep 2017 18:48: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 C3273818BE; Sun, 24 Sep 2017 18:48: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 v8OImvMw081810; Sun, 24 Sep 2017 18:48:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OImuZQ081809; Sun, 24 Sep 2017 18:48:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241848.v8OImuZQ081809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450504 - head/devel/nspr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/nspr X-SVN-Commit-Revision: 450504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:48:58 -0000 Author: sunpoet Date: Sun Sep 24 18:48:56 2017 New Revision: 450504 URL: https://svnweb.freebsd.org/changeset/ports/450504 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/devel/nspr/Makefile Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Sun Sep 24 18:48:51 2017 (r450503) +++ head/devel/nspr/Makefile Sun Sep 24 18:48:56 2017 (r450504) @@ -9,6 +9,9 @@ MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERS MAINTAINER= gecko@FreeBSD.org COMMENT= Platform-neutral API for system level and libc like functions +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= cpe gmake pathfix CPE_VENDOR= mozilla CPE_PRODUCT= netscape_portable_runtime From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4592EE2D4FF; Sun, 24 Sep 2017 18:49: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 110ED81937; Sun, 24 Sep 2017 18:49: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 v8OIn2JM081921; Sun, 24 Sep 2017 18:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIn2fB081920; Sun, 24 Sep 2017 18:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OIn2fB081920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450505 - head/devel/rubygem-yui-compressor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-yui-compressor X-SVN-Commit-Revision: 450505 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:03 -0000 Author: sunpoet Date: Sun Sep 24 18:49:02 2017 New Revision: 450505 URL: https://svnweb.freebsd.org/changeset/ports/450505 Log: Update LICENSE Modified: head/devel/rubygem-yui-compressor/Makefile Modified: head/devel/rubygem-yui-compressor/Makefile ============================================================================== --- head/devel/rubygem-yui-compressor/Makefile Sun Sep 24 18:48:56 2017 (r450504) +++ head/devel/rubygem-yui-compressor/Makefile Sun Sep 24 18:49:02 2017 (r450505) @@ -9,11 +9,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= YUI Compressor for minifying JavaScript and CSS assets -LICENSE= BSD3CLAUSE MIT MPL -LICENSE_COMB= dual +LICENSE= BSD3CLAUSE MIT MPL11 MPL20 +LICENSE_COMB= multi NO_ARCH= yes - USE_RUBY= yes USES= gem From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 486ABE2D52A; Sun, 24 Sep 2017 18:49:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12779819AF; Sun, 24 Sep 2017 18:49: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 v8OIn7F1082011; Sun, 24 Sep 2017 18:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIn7xx082010; Sun, 24 Sep 2017 18:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OIn7xx082010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450506 - head/graphics/cairo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/cairo X-SVN-Commit-Revision: 450506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:08 -0000 Author: sunpoet Date: Sun Sep 24 18:49:06 2017 New Revision: 450506 URL: https://svnweb.freebsd.org/changeset/ports/450506 Log: Update LICENSE - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/graphics/cairo/Makefile Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Sun Sep 24 18:49:02 2017 (r450505) +++ head/graphics/cairo/Makefile Sun Sep 24 18:49:06 2017 (r450506) @@ -11,8 +11,10 @@ MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support -LICENSE= LGPL21 MPL +LICENSE= LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 USES= tar:xz From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9B94E2D566; Sun, 24 Sep 2017 18:49: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 B34BD81A20; Sun, 24 Sep 2017 18:49:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OInBKI082117; Sun, 24 Sep 2017 18:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInBBm082116; Sun, 24 Sep 2017 18:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInBBm082116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450507 - head/graphics/graphite2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/graphite2 X-SVN-Commit-Revision: 450507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:13 -0000 Author: sunpoet Date: Sun Sep 24 18:49:11 2017 New Revision: 450507 URL: https://svnweb.freebsd.org/changeset/ports/450507 Log: Update LICENSE Modified: head/graphics/graphite2/Makefile Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Sun Sep 24 18:49:06 2017 (r450506) +++ head/graphics/graphite2/Makefile Sun Sep 24 18:49:11 2017 (r450507) @@ -7,7 +7,7 @@ CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL20 LICENSE_COMB= dual USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04E5FE2D593; Sun, 24 Sep 2017 18:49: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 C016A81A98; Sun, 24 Sep 2017 18:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OInG1b082209; Sun, 24 Sep 2017 18:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInGFO082208; Sun, 24 Sep 2017 18:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInGFO082208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450508 - head/hungarian/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/hungarian/hunspell X-SVN-Commit-Revision: 450508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:18 -0000 Author: sunpoet Date: Sun Sep 24 18:49:16 2017 New Revision: 450508 URL: https://svnweb.freebsd.org/changeset/ports/450508 Log: Update LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/hungarian/hunspell/Makefile Modified: head/hungarian/hunspell/Makefile ============================================================================== --- head/hungarian/hunspell/Makefile Sun Sep 24 18:49:11 2017 (r450507) +++ head/hungarian/hunspell/Makefile Sun Sep 24 18:49:16 2017 (r450508) @@ -10,9 +10,10 @@ DISTNAME= hu_HU-${PORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Hunspell Hungarian dictionary -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION} From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F1BE2D5BF; Sun, 24 Sep 2017 18:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42C6881AFF; Sun, 24 Sep 2017 18:49: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 v8OInLS1082298; Sun, 24 Sep 2017 18:49:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInLTO082297; Sun, 24 Sep 2017 18:49:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInLTO082297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450509 - head/korean/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/korean/hunspell X-SVN-Commit-Revision: 450509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:22 -0000 Author: sunpoet Date: Sun Sep 24 18:49:21 2017 New Revision: 450509 URL: https://svnweb.freebsd.org/changeset/ports/450509 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/korean/hunspell/Makefile Modified: head/korean/hunspell/Makefile ============================================================================== --- head/korean/hunspell/Makefile Sun Sep 24 18:49:16 2017 (r450508) +++ head/korean/hunspell/Makefile Sun Sep 24 18:49:21 2017 (r450509) @@ -8,11 +8,11 @@ CATEGORIES= korean textproc MAINTAINER= jkim@FreeBSD.org COMMENT= Korean hunspell dictionaries -LICENSE= GPLv2+ LGPL21+ MPL +LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/LICENSE.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/LICENSE.MPL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml TEST_DEPENDS= hunspell:textproc/hunspell From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E550E2D5F8; Sun, 24 Sep 2017 18:49: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 0C88181B77; Sun, 24 Sep 2017 18:49:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OInQec082390; Sun, 24 Sep 2017 18:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInQOc082389; Sun, 24 Sep 2017 18:49:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInQOc082389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450510 - head/lang/rhino X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/rhino X-SVN-Commit-Revision: 450510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:27 -0000 Author: sunpoet Date: Sun Sep 24 18:49:25 2017 New Revision: 450510 URL: https://svnweb.freebsd.org/changeset/ports/450510 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/lang/rhino/Makefile Modified: head/lang/rhino/Makefile ============================================================================== --- head/lang/rhino/Makefile Sun Sep 24 18:49:21 2017 (r450509) +++ head/lang/rhino/Makefile Sun Sep 24 18:49:25 2017 (r450510) @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${PORTNAME}${DISTVERSION}.zip MAINTAINER= nivit@FreeBSD.org COMMENT= Implementation of JavaScript written in Java -LICENSE= MPL +LICENSE= MPL20 ALL_TARGET= jar From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48415E2D627; Sun, 24 Sep 2017 18:49: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 126CB81BEE; Sun, 24 Sep 2017 18:49: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 v8OInVkV082495; Sun, 24 Sep 2017 18:49:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInV6Z082494; Sun, 24 Sep 2017 18:49:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInV6Z082494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450511 - head/multimedia/schroedinger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/schroedinger X-SVN-Commit-Revision: 450511 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:32 -0000 Author: sunpoet Date: Sun Sep 24 18:49:30 2017 New Revision: 450511 URL: https://svnweb.freebsd.org/changeset/ports/450511 Log: Update LICENSE Modified: head/multimedia/schroedinger/Makefile Modified: head/multimedia/schroedinger/Makefile ============================================================================== --- head/multimedia/schroedinger/Makefile Sun Sep 24 18:49:25 2017 (r450510) +++ head/multimedia/schroedinger/Makefile Sun Sep 24 18:49:30 2017 (r450511) @@ -10,10 +10,10 @@ MASTER_SITES= http://diracvideo.org/download/schroedin MAINTAINER= ports@FreeBSD.org COMMENT= High-speed Dirac codec -LICENSE= GPLv2 LGPL20 MIT MPL +LICENSE= GPLv2 LGPL20 MIT MPL11 LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= liborc-0.4.so:devel/orc From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A904E2D651; Sun, 24 Sep 2017 18:49: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 DC54181C5F; Sun, 24 Sep 2017 18:49: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 v8OInam8082586; Sun, 24 Sep 2017 18:49:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInaxT082585; Sun, 24 Sep 2017 18:49:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInaxT082585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450512 - head/net/rabbitmq X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rabbitmq X-SVN-Commit-Revision: 450512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:37 -0000 Author: sunpoet Date: Sun Sep 24 18:49:35 2017 New Revision: 450512 URL: https://svnweb.freebsd.org/changeset/ports/450512 Log: Update LICENSE - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/net/rabbitmq/Makefile Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Sun Sep 24 18:49:30 2017 (r450511) +++ head/net/rabbitmq/Makefile Sun Sep 24 18:49:35 2017 (r450512) @@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME}-server-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= RabbitMQ is an implementation of AMQP -LICENSE= MPL +LICENSE= MPL11 +LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-RabbitMQ BUILD_DEPENDS= erlang-runtime19>=19.0:lang/erlang-runtime19 \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson \ From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88210E2D67F; Sun, 24 Sep 2017 18:49: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 5358981CDF; Sun, 24 Sep 2017 18:49: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 v8OInf07082680; Sun, 24 Sep 2017 18:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInfSN082679; Sun, 24 Sep 2017 18:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInfSN082679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450513 - head/net/rabbitmq-c-devel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rabbitmq-c-devel X-SVN-Commit-Revision: 450513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:42 -0000 Author: sunpoet Date: Sun Sep 24 18:49:41 2017 New Revision: 450513 URL: https://svnweb.freebsd.org/changeset/ports/450513 Log: Update LICENSE - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/net/rabbitmq-c-devel/Makefile Modified: head/net/rabbitmq-c-devel/Makefile ============================================================================== --- head/net/rabbitmq-c-devel/Makefile Sun Sep 24 18:49:35 2017 (r450512) +++ head/net/rabbitmq-c-devel/Makefile Sun Sep 24 18:49:41 2017 (r450513) @@ -10,8 +10,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= freebsd@geoffgarside.co.uk COMMENT= RabbitMQ C AMQP client library -LICENSE= GPLv2 MPL -LICENSE_COMB= dual +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 028F1E2D6AA; Sun, 24 Sep 2017 18:49: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 BF0EC81D5D; Sun, 24 Sep 2017 18:49: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 v8OInkPe082785; Sun, 24 Sep 2017 18:49:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInkPK082784; Sun, 24 Sep 2017 18:49:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInkPK082784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450514 - head/net/rubygem-domain_name X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-domain_name X-SVN-Commit-Revision: 450514 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:48 -0000 Author: sunpoet Date: Sun Sep 24 18:49:46 2017 New Revision: 450514 URL: https://svnweb.freebsd.org/changeset/ports/450514 Log: Update LICENSE Modified: head/net/rubygem-domain_name/Makefile Modified: head/net/rubygem-domain_name/Makefile ============================================================================== --- head/net/rubygem-domain_name/Makefile Sun Sep 24 18:49:41 2017 (r450513) +++ head/net/rubygem-domain_name/Makefile Sun Sep 24 18:49:46 2017 (r450514) @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Domain Name manipulation library for ruby -LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2 LGPL21 MPL +LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2 LGPL21 MPL20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B78E2D6D9; Sun, 24 Sep 2017 18:49: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 7E90581DC4; Sun, 24 Sep 2017 18:49: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 v8OInpUK082891; Sun, 24 Sep 2017 18:49:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInptd082890; Sun, 24 Sep 2017 18:49:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInptd082890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450515 - head/palm/libmal X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/palm/libmal X-SVN-Commit-Revision: 450515 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:52 -0000 Author: sunpoet Date: Sun Sep 24 18:49:51 2017 New Revision: 450515 URL: https://svnweb.freebsd.org/changeset/ports/450515 Log: Update LICENSE Modified: head/palm/libmal/Makefile Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Sun Sep 24 18:49:46 2017 (r450514) +++ head/palm/libmal/Makefile Sun Sep 24 18:49:51 2017 (r450515) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.jlogday.com/code/libmal/ MAINTAINER= ports@FreeBSD.org COMMENT= Library encapsulating malsync -LICENSE= MPL +LICENSE= MPL10 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpisock.so:palm/pilot-link @@ -18,7 +18,7 @@ LIB_DEPENDS= libpisock.so:palm/pilot-link USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} -USE_LDCONFIG= YES +USE_LDCONFIG= yes CONFLICTS= malsync-[0-9]* INSTALL_TARGET= install-strip From owner-svn-ports-head@freebsd.org Sun Sep 24 18:49:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53F3EE2D70B; Sun, 24 Sep 2017 18:49: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 2069D81E30; Sun, 24 Sep 2017 18:49: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 v8OInu25082997; Sun, 24 Sep 2017 18:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OInu7t082996; Sun, 24 Sep 2017 18:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241849.v8OInu7t082996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450516 - head/science/rubygem-ai4r X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/rubygem-ai4r X-SVN-Commit-Revision: 450516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:49:57 -0000 Author: sunpoet Date: Sun Sep 24 18:49:56 2017 New Revision: 450516 URL: https://svnweb.freebsd.org/changeset/ports/450516 Log: Update LICENSE Modified: head/science/rubygem-ai4r/Makefile Modified: head/science/rubygem-ai4r/Makefile ============================================================================== --- head/science/rubygem-ai4r/Makefile Sun Sep 24 18:49:51 2017 (r450515) +++ head/science/rubygem-ai4r/Makefile Sun Sep 24 18:49:56 2017 (r450516) @@ -9,10 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Various Ruby artificial intelligence algorithm implementations -LICENSE= MPL +LICENSE= MPL11 NO_ARCH= yes - USE_RUBY= yes USES= gem From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 023C5E2D742; Sun, 24 Sep 2017 18:50: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 C3ECA81EA1; Sun, 24 Sep 2017 18:50: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 v8OIo05i083112; Sun, 24 Sep 2017 18:50:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIo0d2083111; Sun, 24 Sep 2017 18:50:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIo0d2083111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450517 - head/security/ca_root_nss X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/ca_root_nss X-SVN-Commit-Revision: 450517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:02 -0000 Author: sunpoet Date: Sun Sep 24 18:50:00 2017 New Revision: 450517 URL: https://svnweb.freebsd.org/changeset/ports/450517 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/security/ca_root_nss/Makefile Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sun Sep 24 18:49:56 2017 (r450516) +++ head/security/ca_root_nss/Makefile Sun Sep 24 18:50:00 2017 (r450517) @@ -9,7 +9,7 @@ DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} MAINTAINER= ports-secteam@FreeBSD.org COMMENT= Root certificate bundle from the Mozilla Project -LICENSE= MPL +LICENSE= MPL20 OPTIONS_DEFINE= ETCSYMLINK OPTIONS_DEFAULT= ETCSYMLINK From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B847E2D76B; Sun, 24 Sep 2017 18:50: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 D9B2681F19; Sun, 24 Sep 2017 18:50: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 v8OIo51o083204; Sun, 24 Sep 2017 18:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIo57V083203; Sun, 24 Sep 2017 18:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIo57V083203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450518 - head/security/nss X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/nss X-SVN-Commit-Revision: 450518 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:07 -0000 Author: sunpoet Date: Sun Sep 24 18:50:05 2017 New Revision: 450518 URL: https://svnweb.freebsd.org/changeset/ports/450518 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/security/nss/Makefile Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sun Sep 24 18:50:00 2017 (r450517) +++ head/security/nss/Makefile Sun Sep 24 18:50:05 2017 (r450518) @@ -10,7 +10,7 @@ MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${ MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip \ From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06F1EE2D799; Sun, 24 Sep 2017 18:50: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 C5F4A81F8D; Sun, 24 Sep 2017 18:50:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIoAj2083309; Sun, 24 Sep 2017 18:50:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoAFL083308; Sun, 24 Sep 2017 18:50:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoAFL083308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450519 - head/textproc/bg-hyphen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/bg-hyphen X-SVN-Commit-Revision: 450519 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:12 -0000 Author: sunpoet Date: Sun Sep 24 18:50:10 2017 New Revision: 450519 URL: https://svnweb.freebsd.org/changeset/ports/450519 Log: Update LICENSE - Add LICENSE_FILE Modified: head/textproc/bg-hyphen/Makefile Modified: head/textproc/bg-hyphen/Makefile ============================================================================== --- head/textproc/bg-hyphen/Makefile Sun Sep 24 18:50:05 2017 (r450518) +++ head/textproc/bg-hyphen/Makefile Sun Sep 24 18:50:10 2017 (r450519) @@ -12,8 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Bulgarian hyphenation rules -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL-2.0.txt +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2.1.txt +LICENSE_FILE_MPL11= ${WRKSRC}/MPL-1.1.txt USES= zip NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC98AE2D7CB; Sun, 24 Sep 2017 18:50: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 77AE581FF8; Sun, 24 Sep 2017 18:50: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 v8OIoFUk083419; Sun, 24 Sep 2017 18:50:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoFZK083418; Sun, 24 Sep 2017 18:50:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoFZK083418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450520 - head/textproc/bg-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/bg-mythes X-SVN-Commit-Revision: 450520 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:16 -0000 Author: sunpoet Date: Sun Sep 24 18:50:15 2017 New Revision: 450520 URL: https://svnweb.freebsd.org/changeset/ports/450520 Log: Update LICENSE - Add LICENSE_FILE Modified: head/textproc/bg-mythes/Makefile Modified: head/textproc/bg-mythes/Makefile ============================================================================== --- head/textproc/bg-mythes/Makefile Sun Sep 24 18:50:10 2017 (r450519) +++ head/textproc/bg-mythes/Makefile Sun Sep 24 18:50:15 2017 (r450520) @@ -12,8 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Bulgarian thesaurus -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL-2.0.txt +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2.1.txt +LICENSE_FILE_MPL11= ${WRKSRC}/MPL-1.1.txt USES= zip NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4B7CE2D7F1; Sun, 24 Sep 2017 18:50: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 8FC5D82072; Sun, 24 Sep 2017 18:50: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 v8OIoKCB083526; Sun, 24 Sep 2017 18:50:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoKgV083525; Sun, 24 Sep 2017 18:50:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoKgV083525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450521 - head/textproc/es-hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/es-hunspell X-SVN-Commit-Revision: 450521 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:21 -0000 Author: sunpoet Date: Sun Sep 24 18:50:20 2017 New Revision: 450521 URL: https://svnweb.freebsd.org/changeset/ports/450521 Log: Update LICENSE Modified: head/textproc/es-hunspell/Makefile Modified: head/textproc/es-hunspell/Makefile ============================================================================== --- head/textproc/es-hunspell/Makefile Sun Sep 24 18:50:15 2017 (r450520) +++ head/textproc/es-hunspell/Makefile Sun Sep 24 18:50:20 2017 (r450521) @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME}/es-${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Spanish hunspell dictionaries -LICENSE= GPLv3 LGPL3 MPL +LICENSE= GPLv3 LGPL3 MPL11 LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3.txt LICENSE_FILE_LGPL3= ${WRKSRC}/LGPLv3.txt From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EB87E2D82A; Sun, 24 Sep 2017 18:50: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 5B0DB820E3; Sun, 24 Sep 2017 18:50: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 v8OIoPRG083630; Sun, 24 Sep 2017 18:50:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoPiU083629; Sun, 24 Sep 2017 18:50:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoPiU083629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450522 - head/textproc/hyphen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/hyphen X-SVN-Commit-Revision: 450522 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:26 -0000 Author: sunpoet Date: Sun Sep 24 18:50:25 2017 New Revision: 450522 URL: https://svnweb.freebsd.org/changeset/ports/450522 Log: Update LICENSE Modified: head/textproc/hyphen/Makefile Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Sun Sep 24 18:50:20 2017 (r450521) +++ head/textproc/hyphen/Makefile Sun Sep 24 18:50:25 2017 (r450522) @@ -9,10 +9,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library for high quality hyphenation and justification -LICENSE= LGPL21+ MPL +LICENSE= LGPL21+ MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL GNU_CONFIGURE= yes USES= libtool pathfix perl5 shebangfix From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C740E2D88C; Sun, 24 Sep 2017 18:50: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 07E40821DB; Sun, 24 Sep 2017 18:50: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 v8OIoZmK083843; Sun, 24 Sep 2017 18:50:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoZ8N083842; Sun, 24 Sep 2017 18:50:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoZ8N083842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450524 - head/textproc/libwps X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/libwps X-SVN-Commit-Revision: 450524 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:36 -0000 Author: sunpoet Date: Sun Sep 24 18:50:34 2017 New Revision: 450524 URL: https://svnweb.freebsd.org/changeset/ports/450524 Log: Add LICENSE_FILE Modified: head/textproc/libwps/Makefile Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Sun Sep 24 18:50:30 2017 (r450523) +++ head/textproc/libwps/Makefile Sun Sep 24 18:50:34 2017 (r450524) @@ -11,6 +11,8 @@ COMMENT= Microsoft file word processor format import f LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B494E2D850; Sun, 24 Sep 2017 18:50: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 4639B8215C; Sun, 24 Sep 2017 18:50: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 v8OIoUY4083737; Sun, 24 Sep 2017 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoUB8083736; Sun, 24 Sep 2017 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoUB8083736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450523 - head/textproc/libvisio01 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/libvisio01 X-SVN-Commit-Revision: 450523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:31 -0000 Author: sunpoet Date: Sun Sep 24 18:50:30 2017 New Revision: 450523 URL: https://svnweb.freebsd.org/changeset/ports/450523 Log: Update and sort LICENSE - Add LICENSE_FILE Modified: head/textproc/libvisio01/Makefile Modified: head/textproc/libvisio01/Makefile ============================================================================== --- head/textproc/libvisio01/Makefile Sun Sep 24 18:50:25 2017 (r450522) +++ head/textproc/libvisio01/Makefile Sun Sep 24 18:50:30 2017 (r450523) @@ -10,8 +10,9 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure -LICENSE= LGPL21 MPL GPLv2 +LICENSE= GPLv2+ LGPL21+ MPL11 MPL20 LICENSE_COMB= dual +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 147DBE2D8B8; Sun, 24 Sep 2017 18:50: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 D7DE48225C; Sun, 24 Sep 2017 18:50: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 v8OIoeJJ083949; Sun, 24 Sep 2017 18:50:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoeJX083948; Sun, 24 Sep 2017 18:50:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoeJX083948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450525 - head/textproc/libwps03 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/libwps03 X-SVN-Commit-Revision: 450525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:41 -0000 Author: sunpoet Date: Sun Sep 24 18:50:39 2017 New Revision: 450525 URL: https://svnweb.freebsd.org/changeset/ports/450525 Log: Update LICENSE - Add LICENSE_FILE Modified: head/textproc/libwps03/Makefile Modified: head/textproc/libwps03/Makefile ============================================================================== --- head/textproc/libwps03/Makefile Sun Sep 24 18:50:34 2017 (r450524) +++ head/textproc/libwps03/Makefile Sun Sep 24 18:50:39 2017 (r450525) @@ -11,8 +11,10 @@ PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library -LICENSE= LGPL21 MPL +LICENSE= LGPL21 MPL20 LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1C8E2D8E9; Sun, 24 Sep 2017 18:50: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 D961C822D6; Sun, 24 Sep 2017 18:50: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 v8OIoi7E084056; Sun, 24 Sep 2017 18:50:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIoiMU084055; Sun, 24 Sep 2017 18:50:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIoiMU084055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450526 - head/textproc/ro-hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/ro-hunspell X-SVN-Commit-Revision: 450526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:46 -0000 Author: sunpoet Date: Sun Sep 24 18:50:44 2017 New Revision: 450526 URL: https://svnweb.freebsd.org/changeset/ports/450526 Log: Update and sort LICENSE - Add LICENSE_FILE Modified: head/textproc/ro-hunspell/Makefile Modified: head/textproc/ro-hunspell/Makefile ============================================================================== --- head/textproc/ro-hunspell/Makefile Sun Sep 24 18:50:39 2017 (r450525) +++ head/textproc/ro-hunspell/Makefile Sun Sep 24 18:50:44 2017 (r450526) @@ -11,8 +11,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Romanian hunspell dictionaries -LICENSE= LGPL21 GPLv2 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL USES= zip NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A28EDE2D918; Sun, 24 Sep 2017 18:50: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 724538234D; Sun, 24 Sep 2017 18:50: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 v8OIon7S084160; Sun, 24 Sep 2017 18:50:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIon8A084159; Sun, 24 Sep 2017 18:50:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIon8A084159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450527 - head/textproc/ro-hyphen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/ro-hyphen X-SVN-Commit-Revision: 450527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:50 -0000 Author: sunpoet Date: Sun Sep 24 18:50:49 2017 New Revision: 450527 URL: https://svnweb.freebsd.org/changeset/ports/450527 Log: Fix LICENSE - Add LICENSE_FILE Modified: head/textproc/ro-hyphen/Makefile Modified: head/textproc/ro-hyphen/Makefile ============================================================================== --- head/textproc/ro-hyphen/Makefile Sun Sep 24 18:50:44 2017 (r450526) +++ head/textproc/ro-hyphen/Makefile Sun Sep 24 18:50:49 2017 (r450527) @@ -11,8 +11,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Romanian hyphenation rules -LICENSE= LGPL21 GPLv2 MPL -LICENSE_COMB= dual +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING.GPL USES= zip NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:50:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F366E2D942; Sun, 24 Sep 2017 18:50: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 3AE06823CA; Sun, 24 Sep 2017 18:50: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 v8OIosdL084267; Sun, 24 Sep 2017 18:50:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIose9084266; Sun, 24 Sep 2017 18:50:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIose9084266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450528 - head/textproc/sk-hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-hunspell X-SVN-Commit-Revision: 450528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:50:55 -0000 Author: sunpoet Date: Sun Sep 24 18:50:54 2017 New Revision: 450528 URL: https://svnweb.freebsd.org/changeset/ports/450528 Log: Update and sort LICENSE - Add LICENSE_FILE Modified: head/textproc/sk-hunspell/Makefile Modified: head/textproc/sk-hunspell/Makefile ============================================================================== --- head/textproc/sk-hunspell/Makefile Sun Sep 24 18:50:49 2017 (r450527) +++ head/textproc/sk-hunspell/Makefile Sun Sep 24 18:50:54 2017 (r450528) @@ -12,8 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Slovak hunspell dictionaries -LICENSE= LGPL21 GPLv2 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/doc/GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LGPL +LICENSE_FILE_MPL11= ${WRKSRC}/doc/MPL USES= zip NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:51:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058E9E2D978; Sun, 24 Sep 2017 18:51:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6C3582449; Sun, 24 Sep 2017 18:50: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 v8OIowCk084357; Sun, 24 Sep 2017 18:50:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIowe7084356; Sun, 24 Sep 2017 18:50:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241850.v8OIowe7084356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450529 - head/textproc/uchardet X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/uchardet X-SVN-Commit-Revision: 450529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:51:00 -0000 Author: sunpoet Date: Sun Sep 24 18:50:58 2017 New Revision: 450529 URL: https://svnweb.freebsd.org/changeset/ports/450529 Log: Update LICENSE - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/textproc/uchardet/Makefile Modified: head/textproc/uchardet/Makefile ============================================================================== --- head/textproc/uchardet/Makefile Sun Sep 24 18:50:54 2017 (r450528) +++ head/textproc/uchardet/Makefile Sun Sep 24 18:50:58 2017 (r450529) @@ -9,8 +9,9 @@ MASTER_SITES= https://www.freedesktop.org/software/${P MAINTAINER= yuri@rawbw.com COMMENT= Universal charset detection library -LICENSE= GPLv2+ LGPL21+ MPL +LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING USES= cmake pathfix tar:xz USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:51:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B5B1E2D9A4; Sun, 24 Sep 2017 18:51:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC8C2824BA; Sun, 24 Sep 2017 18:51:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIp3RV086583; Sun, 24 Sep 2017 18:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIp3S7086582; Sun, 24 Sep 2017 18:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241851.v8OIp3S7086582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450530 - head/www/rubygem-hashicorp-checkpoint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-hashicorp-checkpoint X-SVN-Commit-Revision: 450530 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:51:05 -0000 Author: sunpoet Date: Sun Sep 24 18:51:03 2017 New Revision: 450530 URL: https://svnweb.freebsd.org/changeset/ports/450530 Log: Update LICENSE - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/www/rubygem-hashicorp-checkpoint/Makefile Modified: head/www/rubygem-hashicorp-checkpoint/Makefile ============================================================================== --- head/www/rubygem-hashicorp-checkpoint/Makefile Sun Sep 24 18:50:58 2017 (r450529) +++ head/www/rubygem-hashicorp-checkpoint/Makefile Sun Sep 24 18:51:03 2017 (r450530) @@ -9,10 +9,10 @@ MASTER_SITES= RG MAINTAINER= joe@thrallingpenguin.com COMMENT= Internal HashiCorp service to check version information -LICENSE= MPL +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes - USE_RUBY= yes USES= gem From owner-svn-ports-head@freebsd.org Sun Sep 24 18:51:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C86ECE2D9CB; Sun, 24 Sep 2017 18:51:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 970D882535; Sun, 24 Sep 2017 18:51:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIp82o086675; Sun, 24 Sep 2017 18:51:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIp8pp086674; Sun, 24 Sep 2017 18:51:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241851.v8OIp8pp086674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 18:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450531 - head/www/yuicompressor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/yuicompressor X-SVN-Commit-Revision: 450531 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:51:09 -0000 Author: sunpoet Date: Sun Sep 24 18:51:08 2017 New Revision: 450531 URL: https://svnweb.freebsd.org/changeset/ports/450531 Log: Update LICENSE Approved by: portmgr (blanket) Modified: head/www/yuicompressor/Makefile Modified: head/www/yuicompressor/Makefile ============================================================================== --- head/www/yuicompressor/Makefile Sun Sep 24 18:51:03 2017 (r450530) +++ head/www/yuicompressor/Makefile Sun Sep 24 18:51:08 2017 (r450531) @@ -13,7 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= citrin@citrin.ru COMMENT= The Yahoo! JavaScript and CSS Compressor -LICENSE= BSD3CLAUSE MPL +LICENSE= BSD3CLAUSE MPL20 LICENSE_COMB= multi NO_WRKSUBDIR= yes From owner-svn-ports-head@freebsd.org Sun Sep 24 18:59:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEB09E2DC53; Sun, 24 Sep 2017 18:59:00 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB1B0835CF; Sun, 24 Sep 2017 18:59:00 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIwxtV088535; Sun, 24 Sep 2017 18:58:59 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIwxVI088528; Sun, 24 Sep 2017 18:58:59 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709241858.v8OIwxVI088528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 24 Sep 2017 18:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450532 - in head/databases: postgresql10-server postgresql10-server/files postgresql95-plperl postgresql95-plpython postgresql96-docs postgresql96-pltcl X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: postgresql10-server postgresql10-server/files postgresql95-plperl postgresql95-plpython postgresql96-docs postgresql96-pltcl X-SVN-Commit-Revision: 450532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 18:59:01 -0000 Author: girgen Date: Sun Sep 24 18:58:59 2017 New Revision: 450532 URL: https://svnweb.freebsd.org/changeset/ports/450532 Log: Correct default data directory for postgresql 10 ...and make sure not to bump portrevision more than necessary. POINTED OUT BY: Peter Laursen Modified: head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/files/postgresql.in head/databases/postgresql95-plperl/Makefile head/databases/postgresql95-plpython/Makefile head/databases/postgresql96-docs/Makefile head/databases/postgresql96-pltcl/Makefile Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql10-server/Makefile Sun Sep 24 18:58:59 2017 (r450532) @@ -3,6 +3,7 @@ DISTVERSION?= 10rc1 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/files/postgresql.in ============================================================================== --- head/databases/postgresql10-server/files/postgresql.in Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql10-server/files/postgresql.in Sun Sep 24 18:58:59 2017 (r450532) @@ -10,7 +10,7 @@ # # postgresql_enable="YES" # # optional -# postgresql_data="/var/db/%%PG_USER%%/data96" +# postgresql_data="/var/db/%%PG_USER%%/data10" # postgresql_flags="-w -s -m fast" # postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" # postgresql_class="default" @@ -34,7 +34,7 @@ load_rc_config postgresql postgresql_enable=${postgresql_enable:-"NO"} postgresql_flags=${postgresql_flags:-"-w -s -m fast"} postgresql_user=${postgresql_user:-"%%PG_USER%%"} -eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data96"} +eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data10"} postgresql_class=${postgresql_class:-"default"} postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} Modified: head/databases/postgresql95-plperl/Makefile ============================================================================== --- head/databases/postgresql95-plperl/Makefile Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql95-plperl/Makefile Sun Sep 24 18:58:59 2017 (r450532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVIOSION= 0 +PORTREVISION= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} Modified: head/databases/postgresql95-plpython/Makefile ============================================================================== --- head/databases/postgresql95-plpython/Makefile Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql95-plpython/Makefile Sun Sep 24 18:58:59 2017 (r450532) @@ -2,6 +2,7 @@ PORTNAME= postgresql CATEGORIES= databases python +PORTREVISION= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org Modified: head/databases/postgresql96-docs/Makefile ============================================================================== --- head/databases/postgresql96-docs/Makefile Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql96-docs/Makefile Sun Sep 24 18:58:59 2017 (r450532) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S,.,,}-docs -DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set @@ -11,6 +11,8 @@ COMMENT= The PostgreSQL documentation set MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server WANT_PGSQL_VER?=9.6 +DISTV= ${DISTVERSION:R} + SLAVE_ONLY= YES COMPONENT= -docs @@ -40,6 +42,5 @@ post-install: @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST} @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \ ${SED} 's,.*,@unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST} - .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql96-pltcl/Makefile ============================================================================== --- head/databases/postgresql96-pltcl/Makefile Sun Sep 24 18:51:08 2017 (r450531) +++ head/databases/postgresql96-pltcl/Makefile Sun Sep 24 18:58:59 2017 (r450532) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} From owner-svn-ports-head@freebsd.org Sun Sep 24 19:03:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15631E2DDF7; Sun, 24 Sep 2017 19:03: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 E339683944; Sun, 24 Sep 2017 19:03: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 v8OJ3QBe092723; Sun, 24 Sep 2017 19:03:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ3PxF092718; Sun, 24 Sep 2017 19:03:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241903.v8OJ3PxF092718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450533 - in head/devel: . p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames X-SVN-Commit-Revision: 450533 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:03:27 -0000 Author: sunpoet Date: Sun Sep 24 19:03:25 2017 New Revision: 450533 URL: https://svnweb.freebsd.org/changeset/ports/450533 Log: Add p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames 0.002003 MooseX::TraitFor::Meta::Class::BetterAnonClassNames is a metaclass trait to attempt to demystify generated anonymous class names. WWW: http://search.cpan.org/dist/MooseX-TraitFor-Meta-Class-BetterAnonClassNames/ Added: head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/ head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile (contents, props changed) head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/distinfo (contents, props changed) head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-descr (contents, props changed) head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 24 18:58:59 2017 (r450532) +++ head/devel/Makefile Sun Sep 24 19:03:25 2017 (r450533) @@ -2975,6 +2975,7 @@ SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor + SUBDIR += p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods Added: head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile Sun Sep 24 19:03:25 2017 (r450533) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= MooseX-TraitFor-Meta-Class-BetterAnonClassNames +PORTVERSION= 0.002003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Metaclass trait to demystify generated anonymous class names + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-autobox-Core>=0:devel/p5-autobox-Core \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ + p5-Test-Moose-More>=0:devel/p5-Test-Moose-More + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/distinfo Sun Sep 24 19:03:25 2017 (r450533) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506265676 +SHA256 (MooseX-TraitFor-Meta-Class-BetterAnonClassNames-0.002003.tar.gz) = 866c4a9b547a81c79a27afee84dcd72af7e17affdbc0a6ac89eccc774a07b7be +SIZE (MooseX-TraitFor-Meta-Class-BetterAnonClassNames-0.002003.tar.gz) = 28532 Added: head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-descr Sun Sep 24 19:03:25 2017 (r450533) @@ -0,0 +1,4 @@ +MooseX::TraitFor::Meta::Class::BetterAnonClassNames is a metaclass trait to +attempt to demystify generated anonymous class names. + +WWW: http://search.cpan.org/dist/MooseX-TraitFor-Meta-Class-BetterAnonClassNames/ Added: head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/pkg-plist Sun Sep 24 19:03:25 2017 (r450533) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/MooseX/TraitFor/Meta/Class/BetterAnonClassNames.pm +%%PERL5_MAN3%%/MooseX::TraitFor::Meta::Class::BetterAnonClassNames.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 24 19:03:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC8AEE2DE27; Sun, 24 Sep 2017 19:03: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 A37B483A20; Sun, 24 Sep 2017 19:03: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 v8OJ3rEr092917; Sun, 24 Sep 2017 19:03:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ3rZ3092912; Sun, 24 Sep 2017 19:03:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241903.v8OJ3rZ3092912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450534 - in head/devel: . p5-MooseX-Util X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-MooseX-Util X-SVN-Commit-Revision: 450534 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:03:54 -0000 Author: sunpoet Date: Sun Sep 24 19:03:53 2017 New Revision: 450534 URL: https://svnweb.freebsd.org/changeset/ports/450534 Log: Add p5-MooseX-Util 0.006 MooseX::Util is a utility module that handles all of the same functions that Moose::Util handles. In fact, most of the functions exported by this package are simply re-exports from Moose::Util, so you're recommended to read the documentation of that module for a comprehensive view. WWW: http://search.cpan.org/dist/MooseX-Util/ Added: head/devel/p5-MooseX-Util/ head/devel/p5-MooseX-Util/Makefile (contents, props changed) head/devel/p5-MooseX-Util/distinfo (contents, props changed) head/devel/p5-MooseX-Util/pkg-descr (contents, props changed) head/devel/p5-MooseX-Util/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 24 19:03:25 2017 (r450533) +++ head/devel/Makefile Sun Sep 24 19:03:53 2017 (r450534) @@ -2999,6 +2999,7 @@ SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable + SUBDIR += p5-MooseX-Util SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers Added: head/devel/p5-MooseX-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Util/Makefile Sun Sep 24 19:03:53 2017 (r450534) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= MooseX-Util +PORTVERSION= 0.006 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Moose::Util extensions + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +xBUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames>=0.002001:devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames \ + p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ + p5-Test-Moose-More>=0.016:devel/p5-Test-Moose-More \ + p5-Test-Requires>=0:devel/p5-Test-Requires \ + p5-aliased>=0:devel/p5-aliased + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-MooseX-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Util/distinfo Sun Sep 24 19:03:53 2017 (r450534) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506265171 +SHA256 (MooseX-Util-0.006.tar.gz) = 974d5a174b458d6677d4e2ebe38ae9003fdfaf73667112ca6be493f7c75cb818 +SIZE (MooseX-Util-0.006.tar.gz) = 28606 Added: head/devel/p5-MooseX-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Util/pkg-descr Sun Sep 24 19:03:53 2017 (r450534) @@ -0,0 +1,6 @@ +MooseX::Util is a utility module that handles all of the same functions that +Moose::Util handles. In fact, most of the functions exported by this package are +simply re-exports from Moose::Util, so you're recommended to read the +documentation of that module for a comprehensive view. + +WWW: http://search.cpan.org/dist/MooseX-Util/ Added: head/devel/p5-MooseX-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Util/pkg-plist Sun Sep 24 19:03:53 2017 (r450534) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/MooseX/Util.pm +%%SITE_PERL%%/MooseX/Util/Meta/Class.pm +%%PERL5_MAN3%%/MooseX::Util.3.gz +%%PERL5_MAN3%%/MooseX::Util::Meta::Class.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 24 19:04:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE7B0E2DE62; Sun, 24 Sep 2017 19:04: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 9A81C83B00; Sun, 24 Sep 2017 19:04: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 v8OJ4XBX093103; Sun, 24 Sep 2017 19:04:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ4Xpt093099; Sun, 24 Sep 2017 19:04:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241904.v8OJ4Xpt093099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450535 - in head/devel: . rubygem-reentrant_flock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-reentrant_flock X-SVN-Commit-Revision: 450535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:04:34 -0000 Author: sunpoet Date: Sun Sep 24 19:04:33 2017 New Revision: 450535 URL: https://svnweb.freebsd.org/changeset/ports/450535 Log: Add rubygem-reentrant_flock 0.1.0 ReentrantFlock is a reentrant/recursive flock. WWW: https://github.com/sonots/reentrant_flock Added: head/devel/rubygem-reentrant_flock/ head/devel/rubygem-reentrant_flock/Makefile (contents, props changed) head/devel/rubygem-reentrant_flock/distinfo (contents, props changed) head/devel/rubygem-reentrant_flock/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 24 19:03:53 2017 (r450534) +++ head/devel/Makefile Sun Sep 24 19:04:33 2017 (r450535) @@ -5687,6 +5687,7 @@ SUBDIR += rubygem-redis-activesupport-rails50 SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support + SUBDIR += rubygem-reentrant_flock SUBDIR += rubygem-ref SUBDIR += rubygem-request_store SUBDIR += rubygem-require_all Added: head/devel/rubygem-reentrant_flock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-reentrant_flock/Makefile Sun Sep 24 19:04:33 2017 (r450535) @@ -0,0 +1,16 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= reentrant_flock +PORTVERSION= 0.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Reentrant/recursive flock for Ruby + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-reentrant_flock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-reentrant_flock/distinfo Sun Sep 24 19:04:33 2017 (r450535) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506267758 +SHA256 (rubygem/reentrant_flock-0.1.0.gem) = d168991d1ed7928bd0acf9889c9df3fd8fd2b7b868e0fe786530a1986b06342b +SIZE (rubygem/reentrant_flock-0.1.0.gem) = 7680 Added: head/devel/rubygem-reentrant_flock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-reentrant_flock/pkg-descr Sun Sep 24 19:04:33 2017 (r450535) @@ -0,0 +1,3 @@ +ReentrantFlock is a reentrant/recursive flock. + +WWW: https://github.com/sonots/reentrant_flock From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBEBE2DF7F; Sun, 24 Sep 2017 19:08: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 EDFB683CCA; Sun, 24 Sep 2017 19:08: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 v8OJ83Vw093329; Sun, 24 Sep 2017 19:08:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ83QI093327; Sun, 24 Sep 2017 19:08:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ83QI093327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450536 - head/misc/help2man X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/help2man X-SVN-Commit-Revision: 450536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:04 -0000 Author: sunpoet Date: Sun Sep 24 19:08:02 2017 New Revision: 450536 URL: https://svnweb.freebsd.org/changeset/ports/450536 Log: Update to 1.47.5 - Refresh Brazilian Portuguese translation from translation project copy (trivial date change). - Update Swedish translation (thanks to Sebastian Rasmussen). - Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert). - Update copyright years. Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Sun Sep 24 19:04:33 2017 (r450535) +++ head/misc/help2man/Makefile Sun Sep 24 19:08:02 2017 (r450536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.47.4 +PORTVERSION= 1.47.5 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Sun Sep 24 19:04:33 2017 (r450535) +++ head/misc/help2man/distinfo Sun Sep 24 19:08:02 2017 (r450536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479577891 -SHA256 (help2man-1.47.4.tar.xz) = d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753 -SIZE (help2man-1.47.4.tar.xz) = 189456 +TIMESTAMP = 1506260928 +SHA256 (help2man-1.47.5.tar.xz) = 7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1 +SIZE (help2man-1.47.5.tar.xz) = 186044 From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 410E3E2DF9D; Sun, 24 Sep 2017 19:08: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 0FDE083CDE; Sun, 24 Sep 2017 19:08: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 v8OJ882N093450; Sun, 24 Sep 2017 19:08:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ88UJ093448; Sun, 24 Sep 2017 19:08:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ88UJ093448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450537 - head/science/py-pysal X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-pysal X-SVN-Commit-Revision: 450537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:09 -0000 Author: sunpoet Date: Sun Sep 24 19:08:07 2017 New Revision: 450537 URL: https://svnweb.freebsd.org/changeset/ports/450537 Log: Update to 1.14.2 Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt Modified: head/science/py-pysal/Makefile head/science/py-pysal/distinfo Modified: head/science/py-pysal/Makefile ============================================================================== --- head/science/py-pysal/Makefile Sun Sep 24 19:08:02 2017 (r450536) +++ head/science/py-pysal/Makefile Sun Sep 24 19:08:07 2017 (r450537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysal -PORTVERSION= 1.14.1 +PORTVERSION= 1.14.2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-pysal/distinfo ============================================================================== --- head/science/py-pysal/distinfo Sun Sep 24 19:08:02 2017 (r450536) +++ head/science/py-pysal/distinfo Sun Sep 24 19:08:07 2017 (r450537) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501398775 -SHA256 (PySAL-1.14.1.tar.gz) = 0df9111c55d0d416f21978ecdcbcc441d1a704e15ca5dc81bc317112c51e9551 -SIZE (PySAL-1.14.1.tar.gz) = 17801200 +TIMESTAMP = 1506262429 +SHA256 (PySAL-1.14.2.tar.gz) = 3b1aff76c471bd5979db250c96278e6089710558f7340849769ed18201994e97 +SIZE (PySAL-1.14.2.tar.gz) = 17788067 From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5813EE2DFC5; Sun, 24 Sep 2017 19:08: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 1E4C383D38; Sun, 24 Sep 2017 19:08: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 v8OJ8DPQ093556; Sun, 24 Sep 2017 19:08:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8DVe093555; Sun, 24 Sep 2017 19:08:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8DVe093555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450538 - head/devel/py-wrapt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-wrapt X-SVN-Commit-Revision: 450538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:14 -0000 Author: sunpoet Date: Sun Sep 24 19:08:12 2017 New Revision: 450538 URL: https://svnweb.freebsd.org/changeset/ports/450538 Log: Allow adding py3- slave port PR: 222530 Submitted by: philip Modified: head/devel/py-wrapt/Makefile Modified: head/devel/py-wrapt/Makefile ============================================================================== --- head/devel/py-wrapt/Makefile Sun Sep 24 19:08:07 2017 (r450537) +++ head/devel/py-wrapt/Makefile Sun Sep 24 19:08:12 2017 (r450538) @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= python +USES?= python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/wrapt/_wrappers.so From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99F40E2DFF7; Sun, 24 Sep 2017 19:08: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 60FB183DCE; Sun, 24 Sep 2017 19:08: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 v8OJ8Jms093670; Sun, 24 Sep 2017 19:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8Jul093668; Sun, 24 Sep 2017 19:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8Jul093668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450539 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450539 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:20 -0000 Author: sunpoet Date: Sun Sep 24 19:08:19 2017 New Revision: 450539 URL: https://svnweb.freebsd.org/changeset/ports/450539 Log: Document Perl vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 24 19:08:12 2017 (r450538) +++ head/security/vuxml/vuln.xml Sun Sep 24 19:08:19 2017 (r450539) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + perl -- multiple vulnerabilities + + + perl5 + 5.24.05.24.3 + 5.26.05.26.1 + + + + +

SO-AND-SO reports:

+
+

CVE-2017-12814: $ENV{$key} stack buffer overflow on Windows

+

A possible stack buffer overflow in the %ENV code on Windows has been + fixed by removing the buffer completely since it was superfluous anyway.

+

CVE-2017-12837: Heap buffer overflow in regular expression compiler

+

Compiling certain regular expression patterns with the case-insensitive + modifier could cause a heap buffer overflow and crash perl. This has now + been fixed.

+

CVE-2017-12883: Buffer over-read in regular expression parser

+

For certain types of syntax error in a regular expression pattern, the + error message could either contain the contents of a random, possibly + large, chunk of memory, or could crash perl. This has now been fixed.

+
+ +
+ + https://metacpan.org/changes/release/SHAY/perl-5.24.3 + https://metacpan.org/changes/release/SHAY/perl-5.26.1 + CVE-2017-12814 + CVE-2017-12837 + CVE-2017-12883 + + + 2017-09-19 + 2017-09-24 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9A1AE2E023; Sun, 24 Sep 2017 19:08: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 953B383E4E; Sun, 24 Sep 2017 19:08: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 v8OJ8ODZ093802; Sun, 24 Sep 2017 19:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8OXT093799; Sun, 24 Sep 2017 19:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8OXT093799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450540 - head/lang/perl5.26 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/perl5.26 X-SVN-Commit-Revision: 450540 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:25 -0000 Author: sunpoet Date: Sun Sep 24 19:08:24 2017 New Revision: 450540 URL: https://svnweb.freebsd.org/changeset/ports/450540 Log: Update to 5.26.1 Changes: https://metacpan.org/changes/release/SHAY/perl-5.26.1 Modified: head/lang/perl5.26/distinfo head/lang/perl5.26/pkg-plist head/lang/perl5.26/version.mk (contents, props changed) Modified: head/lang/perl5.26/distinfo ============================================================================== --- head/lang/perl5.26/distinfo Sun Sep 24 19:08:19 2017 (r450539) +++ head/lang/perl5.26/distinfo Sun Sep 24 19:08:24 2017 (r450540) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496218881 -SHA256 (perl/perl-5.26.0.tar.xz) = 9bf2e3d0d72aad77865c3bdbc20d3b576d769c5c255c4ceb30fdb9335266bf55 -SIZE (perl/perl-5.26.0.tar.xz) = 11961692 +TIMESTAMP = 1506257373 +SHA256 (perl/perl-5.26.1.tar.xz) = fe8208133e73e47afc3251c08d2c21c5a60160165a8ab8b669c43a420e4ec680 +SIZE (perl/perl-5.26.1.tar.xz) = 11922848 Modified: head/lang/perl5.26/pkg-plist ============================================================================== --- head/lang/perl5.26/pkg-plist Sun Sep 24 19:08:19 2017 (r450539) +++ head/lang/perl5.26/pkg-plist Sun Sep 24 19:08:24 2017 (r450540) @@ -967,9 +967,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5221delta.1.gz %%MAN1%%/perl5222delta.1.gz %%MAN1%%/perl5223delta.1.gz +%%MAN1%%/perl5224delta.1.gz %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5241delta.1.gz +%%MAN1%%/perl5242delta.1.gz %%MAN1%%/perl5260delta.1.gz +%%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1745,9 +1748,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5221delta.pod %%PRIV_LIB%%/pod/perl5222delta.pod %%PRIV_LIB%%/pod/perl5223delta.pod +%%PRIV_LIB%%/pod/perl5224delta.pod %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5241delta.pod +%%PRIV_LIB%%/pod/perl5242delta.pod %%PRIV_LIB%%/pod/perl5260delta.pod +%%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod Modified: head/lang/perl5.26/version.mk ============================================================================== --- head/lang/perl5.26/version.mk Sun Sep 24 19:08:19 2017 (r450539) +++ head/lang/perl5.26/version.mk Sun Sep 24 19:08:24 2017 (r450540) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.26.0 +PERL_VERSION= 5.26.1 PERL5_DEPEND= perl5>=5.26<5.27 From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81056E2E078; Sun, 24 Sep 2017 19:08: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 5DC5983EE7; Sun, 24 Sep 2017 19:08: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 v8OJ8Uwa093939; Sun, 24 Sep 2017 19:08:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8U2s093936; Sun, 24 Sep 2017 19:08:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8U2s093936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450541 - head/devel/p5-MooseX-AttributeShortcuts X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-MooseX-AttributeShortcuts X-SVN-Commit-Revision: 450541 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:31 -0000 Author: sunpoet Date: Sun Sep 24 19:08:30 2017 New Revision: 450541 URL: https://svnweb.freebsd.org/changeset/ports/450541 Log: Update to 0.035 - Fix TEST_DEPENDS - Fix version requirement of *_DEPENDS Changes: http://search.cpan.org/dist/MooseX-AttributeShortcuts/Changes Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile head/devel/p5-MooseX-AttributeShortcuts/distinfo head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/Makefile Sun Sep 24 19:08:24 2017 (r450540) +++ head/devel/p5-MooseX-AttributeShortcuts/Makefile Sun Sep 24 19:08:30 2017 (r450541) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeShortcuts -PORTVERSION= 0.034 +PORTVERSION= 0.035 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=1.14:devel/p5-Moose \ p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ - p5-MooseX-SemiAffordanceAccessor>=0:devel/p5-MooseX-SemiAffordanceAccessor \ - p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ + p5-MooseX-Util>=0:devel/p5-MooseX-Util \ p5-aliased>=0:devel/p5-aliased \ p5-namespace-autoclean>=0.24:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -25,9 +25,8 @@ TEST_DEPENDS= p5-MooseX-Types-Path-Class>=0:devel/p5-M p5-Path-Class>=0:devel/p5-Path-Class \ p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-Test-Moose-More>=0.018:devel/p5-Test-Moose-More \ - p5-Test-Requires>=0:devel/p5-Test-Requires \ - p5-Test-Warn>=0:devel/p5-Test-Warn + p5-Test-Moose-More>=0.049:devel/p5-Test-Moose-More \ + p5-Test-Requires>=0:devel/p5-Test-Requires NO_ARCH= yes USES= perl5 Modified: head/devel/p5-MooseX-AttributeShortcuts/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/distinfo Sun Sep 24 19:08:24 2017 (r450540) +++ head/devel/p5-MooseX-AttributeShortcuts/distinfo Sun Sep 24 19:08:30 2017 (r450541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501142075 -SHA256 (MooseX-AttributeShortcuts-0.034.tar.gz) = bc76c1be008e014f1a05786c5eae37c86a3119f1c2424026c41a295c693dbe4d -SIZE (MooseX-AttributeShortcuts-0.034.tar.gz) = 52986 +TIMESTAMP = 1506262446 +SHA256 (MooseX-AttributeShortcuts-0.035.tar.gz) = 54138b3c904e35cad995cb5918a714dfd52c91174e7cc97aa3da107a5c0d06e8 +SIZE (MooseX-AttributeShortcuts-0.035.tar.gz) = 54993 Modified: head/devel/p5-MooseX-AttributeShortcuts/pkg-plist ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Sun Sep 24 19:08:24 2017 (r450540) +++ head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Sun Sep 24 19:08:30 2017 (r450541) @@ -1,8 +1,14 @@ %%SITE_PERL%%/MooseX/AttributeShortcuts.pm %%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute.pm %%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute/HasAnonBuilder.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Method/Builder.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Method/HasDefinitionContext.pm %%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Role/Attribute.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Role/Method/Builder.pm %%PERL5_MAN3%%/MooseX::AttributeShortcuts.3.gz %%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute.3.gz %%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Method::Builder.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Method::HasDefinitionContext.3.gz %%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Role::Attribute.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Role::Method::Builder.3.gz From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F017E2E0AE; Sun, 24 Sep 2017 19:08: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 579FF83F66; Sun, 24 Sep 2017 19:08: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 v8OJ8Z0Q094046; Sun, 24 Sep 2017 19:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8Z67094045; Sun, 24 Sep 2017 19:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8Z67094045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450542 - head/devel/py-backports.weakref X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-backports.weakref X-SVN-Commit-Revision: 450542 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:36 -0000 Author: sunpoet Date: Sun Sep 24 19:08:35 2017 New Revision: 450542 URL: https://svnweb.freebsd.org/changeset/ports/450542 Log: Fix USES=python - While I'm here, add NO_ARCH With hat: python Modified: head/devel/py-backports.weakref/Makefile Modified: head/devel/py-backports.weakref/Makefile ============================================================================== --- head/devel/py-backports.weakref/Makefile Sun Sep 24 19:08:30 2017 (r450541) +++ head/devel/py-backports.weakref/Makefile Sun Sep 24 19:08:35 2017 (r450542) @@ -14,7 +14,8 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm -USES= python +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B41CCE2E0E8; Sun, 24 Sep 2017 19:08: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 8262D83FE3; Sun, 24 Sep 2017 19:08: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 v8OJ8eht094151; Sun, 24 Sep 2017 19:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8eSG094150; Sun, 24 Sep 2017 19:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8eSG094150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450543 - head/devel/rubygem-bootsnap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-bootsnap X-SVN-Commit-Revision: 450543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:41 -0000 Author: sunpoet Date: Sun Sep 24 19:08:40 2017 New Revision: 450543 URL: https://svnweb.freebsd.org/changeset/ports/450543 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-bootsnap/Makefile Modified: head/devel/rubygem-bootsnap/Makefile ============================================================================== --- head/devel/rubygem-bootsnap/Makefile Sun Sep 24 19:08:35 2017 (r450542) +++ head/devel/rubygem-bootsnap/Makefile Sun Sep 24 19:08:40 2017 (r450543) @@ -2,6 +2,7 @@ PORTNAME= bootsnap PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +12,7 @@ COMMENT= Boot large ruby/rails apps faster LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-msgpack1>0:devel/rubygem-msgpack1 \ - rubygem-snappy>0:archivers/rubygem-snappy +RUN_DEPENDS= rubygem-msgpack1>=1.0:devel/rubygem-msgpack1 USE_RUBY= yes USES= gem shebangfix From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E24CE2E111; Sun, 24 Sep 2017 19:08: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 44B4784071; Sun, 24 Sep 2017 19:08: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 v8OJ8k0g094273; Sun, 24 Sep 2017 19:08:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8kFC094271; Sun, 24 Sep 2017 19:08:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8kFC094271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450544 - head/devel/rubygem-childprocess X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-childprocess X-SVN-Commit-Revision: 450544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:47 -0000 Author: sunpoet Date: Sun Sep 24 19:08:45 2017 New Revision: 450544 URL: https://svnweb.freebsd.org/changeset/ports/450544 Log: Update to 0.8.0 Changes: https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md Modified: head/devel/rubygem-childprocess/Makefile head/devel/rubygem-childprocess/distinfo Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Sun Sep 24 19:08:40 2017 (r450543) +++ head/devel/rubygem-childprocess/Makefile Sun Sep 24 19:08:45 2017 (r450544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-childprocess/distinfo ============================================================================== --- head/devel/rubygem-childprocess/distinfo Sun Sep 24 19:08:40 2017 (r450543) +++ head/devel/rubygem-childprocess/distinfo Sun Sep 24 19:08:45 2017 (r450544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574332 -SHA256 (rubygem/childprocess-0.7.1.gem) = 411abbefacab4d769d20ab2b69fe6dff855b7ee4b7b6b2d22d5211ef79bd9e11 -SIZE (rubygem/childprocess-0.7.1.gem) = 32256 +TIMESTAMP = 1506262454 +SHA256 (rubygem/childprocess-0.8.0.gem) = bab28cef7c17bc9242d75c8dd535dd8d2bdc989d1c5cf02550b04b9cdfea3020 +SIZE (rubygem/childprocess-0.8.0.gem) = 32768 From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576DDE2E145; Sun, 24 Sep 2017 19:08: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 25D2B840E6; Sun, 24 Sep 2017 19:08: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 v8OJ8p6B094396; Sun, 24 Sep 2017 19:08:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8pbb094394; Sun, 24 Sep 2017 19:08:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8pbb094394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450545 - head/www/rubygem-geminabox X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-geminabox X-SVN-Commit-Revision: 450545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:52 -0000 Author: sunpoet Date: Sun Sep 24 19:08:50 2017 New Revision: 450545 URL: https://svnweb.freebsd.org/changeset/ports/450545 Log: Update to 0.13.8 Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md Modified: head/www/rubygem-geminabox/Makefile head/www/rubygem-geminabox/distinfo Modified: head/www/rubygem-geminabox/Makefile ============================================================================== --- head/www/rubygem-geminabox/Makefile Sun Sep 24 19:08:45 2017 (r450544) +++ head/www/rubygem-geminabox/Makefile Sun Sep 24 19:08:50 2017 (r450545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geminabox -PORTVERSION= 0.13.7 +PORTVERSION= 0.13.8 CATEGORIES= www rubygems MASTER_SITES= RG @@ -16,6 +16,7 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder rubygem-faraday>=0:www/rubygem-faraday \ rubygem-httpclient>=2.2.7:www/rubygem-httpclient \ rubygem-nesty>=0:devel/rubygem-nesty \ + rubygem-reentrant_flock>=0:devel/rubygem-reentrant_flock \ rubygem-sinatra>=1.2.7:www/rubygem-sinatra NO_ARCH= yes Modified: head/www/rubygem-geminabox/distinfo ============================================================================== --- head/www/rubygem-geminabox/distinfo Sun Sep 24 19:08:45 2017 (r450544) +++ head/www/rubygem-geminabox/distinfo Sun Sep 24 19:08:50 2017 (r450545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176483 -SHA256 (rubygem/geminabox-0.13.7.gem) = 5b98b0f0b65ed3959581bd6093bf2a742c7209ddcf9e46f23cfb64be2a51edae -SIZE (rubygem/geminabox-0.13.7.gem) = 50688 +TIMESTAMP = 1506262463 +SHA256 (rubygem/geminabox-0.13.8.gem) = 2e969af499c29bbb02ad593661e9194fa7a3a111825a8b37f07aff279b864841 +SIZE (rubygem/geminabox-0.13.8.gem) = 50688 From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7EEE2E178; Sun, 24 Sep 2017 19:08: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 F17388415B; Sun, 24 Sep 2017 19:08: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 v8OJ8uVc094486; Sun, 24 Sep 2017 19:08:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8uwl094485; Sun, 24 Sep 2017 19:08:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8uwl094485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450546 - head/security/openca-tools-forked X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/openca-tools-forked X-SVN-Commit-Revision: 450546 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:08:57 -0000 Author: sunpoet Date: Sun Sep 24 19:08:55 2017 New Revision: 450546 URL: https://svnweb.freebsd.org/changeset/ports/450546 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/security/openca-tools-forked/Makefile Modified: head/security/openca-tools-forked/Makefile ============================================================================== --- head/security/openca-tools-forked/Makefile Sun Sep 24 19:08:50 2017 (r450545) +++ head/security/openca-tools-forked/Makefile Sun Sep 24 19:08:55 2017 (r450546) @@ -12,6 +12,8 @@ COMMENT= Tools to deal with SCEP and PKCS7 messages LICENSE= APACHE20 +BROKEN_SSL= openssl-devel + USE_GITHUB= yes GH_ACCOUNT= openxpki @@ -26,10 +28,4 @@ post-install: @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f} .endfor -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Sun Sep 24 19:16:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 653B7E2E337 for ; Sun, 24 Sep 2017 19:16:01 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C97A84910 for ; Sun, 24 Sep 2017 19:16:01 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x242.google.com with SMTP id 85so3057263ith.5 for ; Sun, 24 Sep 2017 12:16:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=CVu1VOqpX3mTBCaSbEbL9xmVCme45cnzqoe3xbLsZ84=; b=XhaBVSKFxelHBnwVkmlKRaqExyMGo05kaiZ++YwP1bdUsxH3gtOeaEhidQ3bWD/HdX zz1pfwz5jio+gTC+FvrGIz50qhqKuBzzcBTtTiOiatGUvsESZVF6a7+lKVB+LKjjGnvs Jt1H/kOsmOoZ2dLTNa/8Xh7CyczgN9gbTcw5U7VtU+MPlIMOSh1i67fc2vTepiFSJkYc jczAupHWrXlrBxdIzkyAGMPX0pFKaNZTah0E/eHpEQcH+G5Q3zmVdBzRLQeu5BRWfdSR C5g5XXgTnKpaq8zmCgkoVlZDHCr88bebX+iBcfQZQrjcqtjIZubJv0y027BGlY0EvmZz b9mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=CVu1VOqpX3mTBCaSbEbL9xmVCme45cnzqoe3xbLsZ84=; b=IYJSpH3SDRQwaLPo56njja4GmQ49oY8RsmO4G/+o+s80aP1uk4+cfqvVH2rDoa/wlE wZwH3jKEtah4Mxv54NHXe3CiN8OlAKtqhVlAO4rzYdNr7oKoC7P5XffyNHxwkxIqObZU matZ0RYd6Hk4R96bCOZLU6lJ5SzUxeSd7z23dp5w/VPsXqeH51ObMl9tufDssPIg/2ei /yP/ZqRa7LO0GpWuuAqbkXZlQnXeHfB2VvD9+gkqrDtuE08Mt/VAVAQlVT9FQHtDAAR2 kaFNk/MgGtlcSICDkjCWK0QoAj7bTSjC8FdiK0/fAz2yB14gxujoZkZr0ATFCSD5ksAs D6YQ== X-Gm-Message-State: AHPjjUig9TWtcE5EaTf71jsq5SZ3V7UFznfVUYBiPr+PFpfturF/b6hg 7KH1x7ngNp4wnYazGR14rcZuCXpetLLvl5o/wsxa18isARw= X-Google-Smtp-Source: AOwi7QA0RNWh8h746dpyxloDX03y2XlBkKyoTLIvPF22qq4o//CmETAhk0lydl713otB+zgy87RBU02xURbG9t/h5Tc= X-Received: by 10.36.13.82 with SMTP id 79mr16398187itx.129.1506280560192; Sun, 24 Sep 2017 12:16:00 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.3.205 with HTTP; Sun, 24 Sep 2017 12:15:19 -0700 (PDT) In-Reply-To: <201709241908.v8OJ8OXT093799@repo.freebsd.org> References: <201709241908.v8OJ8OXT093799@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Sep 2017 03:15:19 +0800 X-Google-Sender-Auth: suKILIgcxbb0k-Kq9c3KJewp4FE Message-ID: Subject: Re: svn commit: r450540 - head/lang/perl5.26 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:16:01 -0000 On Mon, Sep 25, 2017 at 3:08 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Sep 24 19:08:24 2017 > New Revision: 450540 > URL: https://svnweb.freebsd.org/changeset/ports/450540 > > Log: > Update to 5.26.1 > > Changes: https://metacpan.org/changes/release/SHAY/perl-5.26.1 Security: d9e82328-a129-11e7-987e-4f174049b30a MFH: 2017Q3 > > Modified: > head/lang/perl5.26/distinfo > head/lang/perl5.26/pkg-plist > head/lang/perl5.26/version.mk (contents, props changed) > > Modified: head/lang/perl5.26/distinfo > ============================================================ > ================== > --- head/lang/perl5.26/distinfo Sun Sep 24 19:08:19 2017 (r450539) > +++ head/lang/perl5.26/distinfo Sun Sep 24 19:08:24 2017 (r450540) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1496218881 > -SHA256 (perl/perl-5.26.0.tar.xz) = 9bf2e3d0d72aad77865c3bdbc20d3b > 576d769c5c255c4ceb30fdb9335266bf55 > -SIZE (perl/perl-5.26.0.tar.xz) = 11961692 > +TIMESTAMP = 1506257373 > +SHA256 (perl/perl-5.26.1.tar.xz) = fe8208133e73e47afc3251c08d2c21 > c5a60160165a8ab8b669c43a420e4ec680 > +SIZE (perl/perl-5.26.1.tar.xz) = 11922848 > > Modified: head/lang/perl5.26/pkg-plist > ============================================================ > ================== > --- head/lang/perl5.26/pkg-plist Sun Sep 24 19:08:19 2017 > (r450539) > +++ head/lang/perl5.26/pkg-plist Sun Sep 24 19:08:24 2017 > (r450540) > @@ -967,9 +967,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf > %%MAN1%%/perl5221delta.1.gz > %%MAN1%%/perl5222delta.1.gz > %%MAN1%%/perl5223delta.1.gz > +%%MAN1%%/perl5224delta.1.gz > %%MAN1%%/perl5240delta.1.gz > %%MAN1%%/perl5241delta.1.gz > +%%MAN1%%/perl5242delta.1.gz > %%MAN1%%/perl5260delta.1.gz > +%%MAN1%%/perl5261delta.1.gz > %%MAN1%%/perl561delta.1.gz > %%MAN1%%/perl56delta.1.gz > %%MAN1%%/perl581delta.1.gz > @@ -1745,9 +1748,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf > %%PRIV_LIB%%/pod/perl5221delta.pod > %%PRIV_LIB%%/pod/perl5222delta.pod > %%PRIV_LIB%%/pod/perl5223delta.pod > +%%PRIV_LIB%%/pod/perl5224delta.pod > %%PRIV_LIB%%/pod/perl5240delta.pod > %%PRIV_LIB%%/pod/perl5241delta.pod > +%%PRIV_LIB%%/pod/perl5242delta.pod > %%PRIV_LIB%%/pod/perl5260delta.pod > +%%PRIV_LIB%%/pod/perl5261delta.pod > %%PRIV_LIB%%/pod/perl561delta.pod > %%PRIV_LIB%%/pod/perl56delta.pod > %%PRIV_LIB%%/pod/perl581delta.pod > > Modified: head/lang/perl5.26/version.mk > ============================================================ > ================== > --- head/lang/perl5.26/version.mk Sun Sep 24 19:08:19 2017 > (r450539) > +++ head/lang/perl5.26/version.mk Sun Sep 24 19:08:24 2017 > (r450540) > @@ -1,2 +1,2 @@ > -PERL_VERSION= 5.26.0 > +PERL_VERSION= 5.26.1 > PERL5_DEPEND= perl5>=5.26<5.27 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-svn-ports-head@freebsd.org Sun Sep 24 19:22:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 646E4E2E6DB; Sun, 24 Sep 2017 19:22:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3008884DBF; Sun, 24 Sep 2017 19:22:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OJMThn002506; Sun, 24 Sep 2017 19:22:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJMTUn002505; Sun, 24 Sep 2017 19:22:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709241922.v8OJMTUn002505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 24 Sep 2017 19:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450547 - head/math/hfst X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/math/hfst X-SVN-Commit-Revision: 450547 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 19:22:30 -0000 Author: rakuco Date: Sun Sep 24 19:22:29 2017 New Revision: 450547 URL: https://svnweb.freebsd.org/changeset/ports/450547 Log: Point WWW to the project's current location. Modified: head/math/hfst/pkg-descr Modified: head/math/hfst/pkg-descr ============================================================================== --- head/math/hfst/pkg-descr Sun Sep 24 19:08:55 2017 (r450546) +++ head/math/hfst/pkg-descr Sun Sep 24 19:22:29 2017 (r450547) @@ -2,4 +2,4 @@ The Helsinki Finite-State Transducer toolkit is intend natural language morphologies. The toolkit is demonstrated by wide-coverage implementations of a number of languages of varying morphological complexity. -WWW: http://hfst.sourceforge.net/ +WWW: https://hfst.github.io/ From owner-svn-ports-head@freebsd.org Sun Sep 24 20:15:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5C7E0027F; Sun, 24 Sep 2017 20:15:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE98917C8; Sun, 24 Sep 2017 20:15: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 v8OKFmpS022919; Sun, 24 Sep 2017 20:15:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OKFmJE022917; Sun, 24 Sep 2017 20:15:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709242015.v8OKFmJE022917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 20:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450548 - head/math/hfst X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/hfst X-SVN-Commit-Revision: 450548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 20:15:50 -0000 Author: jbeich Date: Sun Sep 24 20:15:48 2017 New Revision: 450548 URL: https://svnweb.freebsd.org/changeset/ports/450548 Log: math/hfst: unbreak with gcc7 PR: 222567 Submitted by: rakuco Obtained from: upstream (hfst-3.13.0) Approved by: portmgr blanket Modified: head/math/hfst/Makefile (contents, props changed) head/math/hfst/distinfo (contents, props changed) Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Sun Sep 24 19:22:29 2017 (r450547) +++ head/math/hfst/Makefile Sun Sep 24 20:15:48 2017 (r450548) @@ -3,9 +3,12 @@ PORTNAME= hfst PORTVERSION= 3.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/source + +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= 134d5a5aac3f.patch:-p1 MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies Modified: head/math/hfst/distinfo ============================================================================== --- head/math/hfst/distinfo Sun Sep 24 19:22:29 2017 (r450547) +++ head/math/hfst/distinfo Sun Sep 24 20:15:48 2017 (r450548) @@ -1,2 +1,4 @@ SHA256 (hfst-3.8.2.tar.gz) = bdae235271368a8d13db4a224fe8a53cf7266b8fce194cf63c96031e007e3d63 SIZE (hfst-3.8.2.tar.gz) = 3158251 +SHA256 (134d5a5aac3f.patch) = 9f7eacf517002af2cb1eb3d48d095d0f5d2f3100adfc4edf24279245f7d7d542 +SIZE (134d5a5aac3f.patch) = 1027 From owner-svn-ports-head@freebsd.org Sun Sep 24 20:16:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4B60E002BC; Sun, 24 Sep 2017 20:16:02 +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 924781889; Sun, 24 Sep 2017 20:16:02 +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 v8OKG1dB023035; Sun, 24 Sep 2017 20:16:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OKG1Tj023034; Sun, 24 Sep 2017 20:16:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709242016.v8OKG1Tj023034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 20:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450549 - head/print/pdftk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/print/pdftk X-SVN-Commit-Revision: 450549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 20:16:02 -0000 Author: jbeich Date: Sun Sep 24 20:16:01 2017 New Revision: 450549 URL: https://svnweb.freebsd.org/changeset/ports/450549 Log: print/pdftk: decouple from default GCC version Only lang/gcc6 still supports JAVA option. PR: 222573 Reported by: rakuco Approved by: portmgr blanket Modified: head/print/pdftk/Makefile (contents, props changed) Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Sun Sep 24 20:15:48 2017 (r450548) +++ head/print/pdftk/Makefile Sun Sep 24 20:16:01 2017 (r450549) @@ -16,7 +16,7 @@ LICENSE= GPLv2 # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} -USE_GCC= yes +USE_GCC= 6 USES= iconv gmake zip # gcj/libgcj don't exist on some platforms From owner-svn-ports-head@freebsd.org Sun Sep 24 20:47:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 719FEE00DF6; Sun, 24 Sep 2017 20:47: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 325662963; Sun, 24 Sep 2017 20:47:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OKlmGB035571; Sun, 24 Sep 2017 20:47:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OKlme1035570; Sun, 24 Sep 2017 20:47:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709242047.v8OKlme1035570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 20:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450550 - head/print/pdftk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/print/pdftk X-SVN-Commit-Revision: 450550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 20:47:49 -0000 Author: jbeich Date: Sun Sep 24 20:47:48 2017 New Revision: 450550 URL: https://svnweb.freebsd.org/changeset/ports/450550 Log: print/pdftk: add inline comment for r450549 PR: 222573 Submitted by: gerald Pointy hat to: jbeich Modified: head/print/pdftk/Makefile (contents, props changed) Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Sun Sep 24 20:16:01 2017 (r450549) +++ head/print/pdftk/Makefile Sun Sep 24 20:47:48 2017 (r450550) @@ -16,7 +16,7 @@ LICENSE= GPLv2 # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} -USE_GCC= 6 +USE_GCC= 6 # Only GCC 6 provides Java (GCJ and libgcj). USES= iconv gmake zip # gcj/libgcj don't exist on some platforms From owner-svn-ports-head@freebsd.org Sun Sep 24 22:12:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDE15E02823; Sun, 24 Sep 2017 22:12:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 995CE641A7; Sun, 24 Sep 2017 22:12:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OMCV0r072151; Sun, 24 Sep 2017 22:12:31 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OMCV5D072148; Sun, 24 Sep 2017 22:12:31 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709242212.v8OMCV5D072148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 24 Sep 2017 22:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450551 - in head/net-mgmt/networkmgr: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-mgmt/networkmgr: . files X-SVN-Commit-Revision: 450551 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 22:12:32 -0000 Author: dbaio Date: Sun Sep 24 22:12:31 2017 New Revision: 450551 URL: https://svnweb.freebsd.org/changeset/ports/450551 Log: net-mgmt/networkmgr: Update to 2.4 - Inform the correct location of doas.conf (pkg-message). - While here, set architecture neutral, fix shebang (QA) and add LICENSE_FILE. PR: 222489 Submitted by: ericturgeon.bsd@gmail.com (maintainer) Modified: head/net-mgmt/networkmgr/Makefile head/net-mgmt/networkmgr/distinfo head/net-mgmt/networkmgr/files/pkg-message.in Modified: head/net-mgmt/networkmgr/Makefile ============================================================================== --- head/net-mgmt/networkmgr/Makefile Sun Sep 24 20:47:48 2017 (r450550) +++ head/net-mgmt/networkmgr/Makefile Sun Sep 24 22:12:31 2017 (r450551) @@ -2,23 +2,28 @@ # $FreeBSD$ PORTNAME= networkmgr -PORTVERSION= 2.2 +PORTVERSION= 2.4 CATEGORIES= net-mgmt MAINTAINER= ericturgeon.bsd@gmail.com COMMENT= FreeBSD/GhostBSD network conection manager LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= doas:security/doas USE_GITHUB= yes GH_ACCOUNT= GhostBSD -USES= python:2.7 +NO_ARCH= yes +USES= python:2.7 shebangfix USE_PYTHON= distutils USE_GNOME= pygtk2 SUB_FILES= pkg-message + +SHEBANG_FILES= ${WRKSRC}/src/*.py \ + ${WRKSRC}/src/netcardmgr .include Modified: head/net-mgmt/networkmgr/distinfo ============================================================================== --- head/net-mgmt/networkmgr/distinfo Sun Sep 24 20:47:48 2017 (r450550) +++ head/net-mgmt/networkmgr/distinfo Sun Sep 24 22:12:31 2017 (r450551) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485637875 -SHA256 (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 7af236cd96941199f0e42973bd35146de9ac4be045448081b0b890f92f2a68ab -SIZE (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 21782 +TIMESTAMP = 1506287663 +SHA256 (GhostBSD-networkmgr-2.4_GH0.tar.gz) = ee32e6e059d1208bdff57ffe94713f96cc18286158bdd170a4fd62f45f00a5b7 +SIZE (GhostBSD-networkmgr-2.4_GH0.tar.gz) = 21858 Modified: head/net-mgmt/networkmgr/files/pkg-message.in ============================================================================== --- head/net-mgmt/networkmgr/files/pkg-message.in Sun Sep 24 20:47:48 2017 (r450550) +++ head/net-mgmt/networkmgr/files/pkg-message.in Sun Sep 24 22:12:31 2017 (r450551) @@ -3,7 +3,7 @@ Any bug reports or request of new feature should be addressed at: https://github.com/GhostBSD/networkmgr/issues -Make sure that the %%ETCDIR%%/doas.conf have someting simular like this: +Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this: permit nopass keepenv :wheel cmd netcardmgr permit nopass keepenv :wheel cmd detect-nics From owner-svn-ports-head@freebsd.org Sun Sep 24 22:16:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96C0FE02918; Sun, 24 Sep 2017 22:16:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6381F643AD; Sun, 24 Sep 2017 22:16:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OMGjNi072449; Sun, 24 Sep 2017 22:16:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OMGjvg072447; Sun, 24 Sep 2017 22:16:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709242216.v8OMGjvg072447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 22:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450552 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 450552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 22:16:46 -0000 Author: jbeich Date: Sun Sep 24 22:16:45 2017 New Revision: 450552 URL: https://svnweb.freebsd.org/changeset/ports/450552 Log: emulators/rpcs3: update to 0.0.3.381 Changes: https://github.com/RPCS3/rpcs3/compare/5c93acef...2b1c7570 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sun Sep 24 22:12:31 2017 (r450551) +++ head/emulators/rpcs3/Makefile Sun Sep 24 22:16:45 2017 (r450552) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-348 -DISTVERSIONSUFFIX= -g5c93acef +DISTVERSION= 0.0.3-381 +DISTVERSIONSUFFIX= -g2b1c7570 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sun Sep 24 22:12:31 2017 (r450551) +++ head/emulators/rpcs3/distinfo Sun Sep 24 22:16:45 2017 (r450552) @@ -1,6 +1,6 @@ -TIMESTAMP = 1505822827 -SHA256 (RPCS3-rpcs3-v0.0.3-348-g5c93acef_GH0.tar.gz) = b283e036663f52f88845b4fdc0d6ccd55361015914a481e96d4e419631b8263e -SIZE (RPCS3-rpcs3-v0.0.3-348-g5c93acef_GH0.tar.gz) = 4169501 +TIMESTAMP = 1506279829 +SHA256 (RPCS3-rpcs3-v0.0.3-381-g2b1c7570_GH0.tar.gz) = 391a78e9474df233fa29f672831f769da821e66610c57975bb47eff97f793f72 +SIZE (RPCS3-rpcs3-v0.0.3-381-g2b1c7570_GH0.tar.gz) = 3513142 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 From owner-svn-ports-head@freebsd.org Sun Sep 24 22:38:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 947EFE02EF7; Sun, 24 Sep 2017 22:38:27 +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 6309864BC5; Sun, 24 Sep 2017 22:38:27 +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 v8OMcQiO080670; Sun, 24 Sep 2017 22:38:26 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OMcQek080668; Sun, 24 Sep 2017 22:38:26 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201709242238.v8OMcQek080668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 24 Sep 2017 22:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450553 - head/sysutils/e2fsprogs X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/sysutils/e2fsprogs X-SVN-Commit-Revision: 450553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 22:38:27 -0000 Author: mandree Date: Sun Sep 24 22:38:26 2017 New Revision: 450553 URL: https://svnweb.freebsd.org/changeset/ports/450553 Log: Add FUSEFS option. Assorted fixes. This adds a FUSEFS option based on earlier work by Fedor Uporov (fsu@) and Pedro Giffuni (pfg@). While here, repair DOCS/NLS options, broken since r418578 (1.43.1). Leverage OPTIONS_SUB to replace NLS and FUSEFS in pkg-plist. Add --enable-libuuid to avoid picking up a dynamic system libuuid.so from /usr/local which would break the static /sbin/e2fsck (by including a lib below /usr). Bump PORTREVISION. Reported by: pfg@ Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/pkg-plist Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Sun Sep 24 22:16:45 2017 (r450552) +++ head/sysutils/e2fsprogs/Makefile Sun Sep 24 22:38:26 2017 (r450553) @@ -3,7 +3,7 @@ PORTNAME= e2fsprogs PORTVERSION= 1.43.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -18,40 +18,39 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} PORTSCOUT= ignore # cannot handle the version in the directory +BROKEN_aarch64= fails to link: missing sbrk + USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-fsck --disable-e2initrd-helper \ +CONFIGURE_ARGS+=--disable-fsck \ + --disable-e2initrd-helper \ + --enable-libuuid \ --with-root-prefix='${PREFIX}' CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS MAKE_ARGS+= LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true .if !defined(MASTERDIR) -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS FUSEFS PARALLELTESTS OPTIONS_EXCLUDE+= EXAMPLES +OPTIONS_SUB= yes -BUILD_DEPENDS+= gdd:sysutils/coreutils - -BROKEN_aarch64= fails to link: missing sbrk -#BROKEN_armv6= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -#BROKEN_mips= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -#BROKEN_mips64= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -#BROKEN_powerpc64= fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV - -PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES - -OPTIONS_DEFINE= PARALLELTESTS OPTIONS_SINGLE= SELFTEST OPTIONS_SINGLE_SELFTEST= NOTESTS SMALLTESTS ALLTESTS OPTIONS_DEFAULT= SMALLTESTS +FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) SELFTEST_DESC= Choose which set of self-tests to run -NOTESTS_DESC= Do not run any self-tests (only Tier-1 & DISCOURAGED) -SMALLTESTS_DESC=Run tests that fit into 500 MB disk space (DEFAULT) -ALLTESTS_DESC= Run most self-tests (requires more RAM & disk space) -PARALLELTESTS_DESC= Run self-tests in parallel (requires more disk space) +NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) +SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) +ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) +PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) + +BUILD_DEPENDS+= gdd:sysutils/coreutils + +PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES .endif PKGDEINSTALL= ${PKGINSTALL} @@ -60,6 +59,12 @@ MAKE_ARGS+= V=1 .include +.if ${PORT_OPTIONS:MFUSEFS} +USES+= fuse +CONFIGURE_ARGS+=--enable-fuse2fs +LDFLAGS+= -L${LOCALBASE}/lib +.endif + .if ${PORT_OPTIONS:MNLS} USES+= gettext iconv:build .endif @@ -72,7 +77,6 @@ USE_PERL5= build .include .if ${PORT_OPTIONS:MNLS} -PLIST_SUB= NLS="" . if empty(ICONV_LIB) libintl= "${LOCALBASE}/lib/libintl.a" . else @@ -80,7 +84,6 @@ libintl= "${LOCALBASE}/lib/libintl.a ${LOCALBASE}/lib/ . endif .else CONFIGURE_ARGS+=--disable-nls -PLIST_SUB= NLS="@comment " libintl= .endif @@ -162,9 +165,9 @@ post-build: # else we're in trouble if e2fsck is needed for boot: # (we don't use e2fsck.static, since we can link libc.so dynamically) cd ${WRKSRC}/e2fsck && ${RM} e2fsck \ - && ${MAKE_CMD} e2fsck \ + && ${MAKE_CMD} e2fsck V=1 \ STATIC_LIBS="../lib/libext2fs.a ../lib/libcom_err.a \ - ../lib/libblkid.a ../lib/libuuid.a" \ + ../lib/libblkid.a ../lib/libuuid.a" \ LIBINTL=${libintl} LIBMAGIC=/usr/lib/libmagic.a\ -lz # Regression check: avoid a port (not upstream!) regression from 1.40.5, # check that e2fsck isn't dynalinked against anything but libc.so: Modified: head/sysutils/e2fsprogs/pkg-plist ============================================================================== --- head/sysutils/e2fsprogs/pkg-plist Sun Sep 24 22:16:45 2017 (r450552) +++ head/sysutils/e2fsprogs/pkg-plist Sun Sep 24 22:38:26 2017 (r450553) @@ -2,6 +2,7 @@ bin/chattr bin/lsattr etc/mke2fs.conf.dist man/man1/chattr.1.gz +%%FUSEFS%%man/man1/fuse2fs.1.gz man/man1/lsattr.1.gz man/man5/e2fsck.conf.5.gz man/man5/mke2fs.conf.5.gz @@ -44,6 +45,7 @@ sbin/fsck.ext2 sbin/fsck.ext3 sbin/fsck.ext4 sbin/fsck_ext2fs +%%FUSEFS%%sbin/fuse2fs sbin/logsave sbin/mke2fs sbin/mkfs.ext2 From owner-svn-ports-head@freebsd.org Sun Sep 24 23:30:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6678AE03EE1; Sun, 24 Sep 2017 23:30:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CB5C65E43; Sun, 24 Sep 2017 23:30:32 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ONUVfw001204; Sun, 24 Sep 2017 23:30:31 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ONUVQx001202; Sun, 24 Sep 2017 23:30:31 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709242330.v8ONUVQx001202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 24 Sep 2017 23:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450554 - head/mail/mutt X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/mail/mutt X-SVN-Commit-Revision: 450554 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 24 Sep 2017 23:30:32 -0000 Author: dbaio Date: Sun Sep 24 23:30:31 2017 New Revision: 450554 URL: https://svnweb.freebsd.org/changeset/ports/450554 Log: mail/mutt: Update to 1.9.1 - Greeting patch is still 1.9.0 From Mutt News[1]: This is a bug-fix release, fixing a possible segfault with IMAP when syncing, along with trash folder and imap_poll_timeout reconnection issues. 1 - http://www.mutt.org/news.html PR: 222579 Submitted by: dereks@lifeofadishwasher.com (maintainer) Differential Revision: D12486 Modified: head/mail/mutt/Makefile head/mail/mutt/distinfo Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Sun Sep 24 22:38:26 2017 (r450553) +++ head/mail/mutt/Makefile Sun Sep 24 23:30:31 2017 (r450554) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mutt -PORTVERSION= 1.9.0 -PORTREVISION?= 1 +PORTVERSION= 1.9.1 +PORTREVISION?= 0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -210,7 +210,7 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref # un/comment as each VERSION is created for PORTVERSION #VVV_PATCH_VERSION= 1.8.3 -#GREETING_PATCH_VERSION= 1.8.3 +GREETING_PATCH_VERSION= 1.9.0 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Sun Sep 24 22:38:26 2017 (r450553) +++ head/mail/mutt/distinfo Sun Sep 24 23:30:31 2017 (r450554) @@ -1,13 +1,13 @@ -TIMESTAMP = 1505077543 -SHA256 (mutt/mutt-1.9.0.tar.gz) = ec6d7595d3a1f26ae9f565b5ba5ffee94f9b2dc0683b0014684f2dc874f9e2d4 -SIZE (mutt/mutt-1.9.0.tar.gz) = 4191932 +TIMESTAMP = 1506285098 +SHA256 (mutt/mutt-1.9.1.tar.gz) = 749b83a96373c6e2101ebe8c4b9a651735e02c478edb750750a5146a15d91bb1 +SIZE (mutt/mutt-1.9.1.tar.gz) = 4193868 SHA256 (mutt/date-conditional.diff) = 8936c5fe7a2a62a68f2a8d001c7a6dddf138c48186a338482b6639507ba9133e SIZE (mutt/date-conditional.diff) = 2023 SHA256 (mutt/mutt-1.9.0.vc.greeting) = b4ac804c24a07c7eb8330ebfdc94cdbf6fd7a4671badfb32fb611df09c008317 SIZE (mutt/mutt-1.9.0.vc.greeting) = 4534 -SHA256 (mutt/patch-1.9.0.vvv.nntp.gz) = f7098b713dfcbb2a4a6e5edaf536eb99be6d92fad073d5d3ac436b0191c7c892 -SIZE (mutt/patch-1.9.0.vvv.nntp.gz) = 60687 -SHA256 (mutt/patch-1.9.0.vvv.initials.gz) = 4673ca438fb673dfee09c6b8b8f9e8e78af06056f1b515c6030b0533dae847e5 -SIZE (mutt/patch-1.9.0.vvv.initials.gz) = 681 -SHA256 (mutt/patch-1.9.0.vvv.quote.gz) = 22967bd615bd0c10046e264270b6d9cd037fd078365ed3bc1f4d631b8c69b003 -SIZE (mutt/patch-1.9.0.vvv.quote.gz) = 1279 +SHA256 (mutt/patch-1.9.1.vvv.nntp.gz) = f7098b713dfcbb2a4a6e5edaf536eb99be6d92fad073d5d3ac436b0191c7c892 +SIZE (mutt/patch-1.9.1.vvv.nntp.gz) = 60687 +SHA256 (mutt/patch-1.9.1.vvv.initials.gz) = 4673ca438fb673dfee09c6b8b8f9e8e78af06056f1b515c6030b0533dae847e5 +SIZE (mutt/patch-1.9.1.vvv.initials.gz) = 681 +SHA256 (mutt/patch-1.9.1.vvv.quote.gz) = 22967bd615bd0c10046e264270b6d9cd037fd078365ed3bc1f4d631b8c69b003 +SIZE (mutt/patch-1.9.1.vvv.quote.gz) = 1279 From owner-svn-ports-head@freebsd.org Mon Sep 25 00:01:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83FECE04A26; Mon, 25 Sep 2017 00:01:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51B7C6695E; Mon, 25 Sep 2017 00:01:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P013sn017111; Mon, 25 Sep 2017 00:01:03 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P013Gq017109; Mon, 25 Sep 2017 00:01:03 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709250001.v8P013Gq017109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 25 Sep 2017 00:01:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450555 - head/sysutils/monit X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/monit X-SVN-Commit-Revision: 450555 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:01:04 -0000 Author: dbaio Date: Mon Sep 25 00:01:03 2017 New Revision: 450555 URL: https://svnweb.freebsd.org/changeset/ports/450555 Log: sysutils/monit: Update to 5.24.0 PR: 222566 Submitted by: martinp@tildeslash.com (maintainer) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Sun Sep 24 23:30:31 2017 (r450554) +++ head/sysutils/monit/Makefile Mon Sep 25 00:01:03 2017 (r450555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.23.0 +PORTVERSION= 5.24.0 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Sun Sep 24 23:30:31 2017 (r450554) +++ head/sysutils/monit/distinfo Mon Sep 25 00:01:03 2017 (r450555) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497113017 -SHA256 (monit-5.23.0.tar.gz) = dd39fe3a379c02402ba9c44c201b3ba925ebdc8f04225918820607b6c5d56713 -SIZE (monit-5.23.0.tar.gz) = 1298472 +TIMESTAMP = 1506297541 +SHA256 (monit-5.24.0.tar.gz) = 754d1f0e165e5a26d4639a6a83f44ccf839e381f2622e0946d5302fa1f2d2414 +SIZE (monit-5.24.0.tar.gz) = 1352660 From owner-svn-ports-head@freebsd.org Mon Sep 25 00:02:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBE2E04B4C; Mon, 25 Sep 2017 00:02:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61F2E66C7D; Mon, 25 Sep 2017 00:02:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P02j4b019613; Mon, 25 Sep 2017 00:02:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P02aMm019523; Mon, 25 Sep 2017 00:02:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250002.v8P02aMm019523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450556 - in head: archivers/unarchiver audio/musicpd audio/ncmpcpp databases/clickhouse databases/couchdb databases/evolution-data-server databases/firebird25-client databases/firebird... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: archivers/unarchiver audio/musicpd audio/ncmpcpp databases/clickhouse databases/couchdb databases/evolution-data-server databases/firebird25-client databases/firebird25-server databases/kdb d... X-SVN-Commit-Revision: 450556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:02:47 -0000 Author: jbeich Date: Mon Sep 25 00:02:36 2017 New Revision: 450556 URL: https://svnweb.freebsd.org/changeset/ports/450556 Log: devel/icu: update to 59.1 - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Added: head/devel/icu/files/patch-common_unicode_umachine.h (contents, props changed) head/devel/icu/files/patch-common_unicode_unistr.h (contents, props changed) head/devel/icu/files/patch-common_unicode_uvernum.h (contents, props changed) Deleted: head/devel/icu/files/patch-r39484 head/devel/icu/files/patch-r39671 Modified: head/archivers/unarchiver/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/databases/clickhouse/Makefile (contents, props changed) head/databases/couchdb/Makefile (contents, props changed) head/databases/evolution-data-server/Makefile (contents, props changed) head/databases/firebird25-client/Makefile (contents, props changed) head/databases/firebird25-server/Makefile (contents, props changed) head/databases/kdb/Makefile (contents, props changed) head/databases/postgresql92-server/Makefile (contents, props changed) head/databases/postgresql96-server/Makefile (contents, props changed) head/databases/sqlite3/Makefile (contents, props changed) head/deskutils/bijiben/Makefile (contents, props changed) head/deskutils/calibre/Makefile (contents, props changed) head/deskutils/gnome-calendar/Makefile (contents, props changed) head/deskutils/gnome-todo/Makefile (contents, props changed) head/deskutils/orage/Makefile (contents, props changed) head/deskutils/osmo/Makefile (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/dee/Makefile (contents, props changed) head/devel/glib20/Makefile (contents, props changed) head/devel/hs-text-icu/Makefile (contents, props changed) head/devel/icu-le-hb/Makefile (contents, props changed) head/devel/icu/Makefile (contents, props changed) head/devel/icu/distinfo (contents, props changed) head/devel/icu/files/patch-common_unicode_platform.h (contents, props changed) head/devel/icu/pkg-plist (contents, props changed) head/devel/libical/Makefile (contents, props changed) head/devel/objecthash/Makefile (contents, props changed) head/devel/pecl-intl/Makefile (contents, props changed) head/devel/php70-intl/Makefile (contents, props changed) head/devel/php71-intl/Makefile (contents, props changed) head/devel/py-pyicu/Makefile (contents, props changed) head/devel/qt4-corelib/Makefile (contents, props changed) head/devel/qt5-core/Makefile (contents, props changed) head/dns/libpsl/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/emulators/open-vm-tools/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/an/Makefile (contents, props changed) head/games/liblcf/Makefile (contents, props changed) head/games/openttd/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libfreehand/Makefile (contents, props changed) head/graphics/libzmf/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/tesseract/Makefile (contents, props changed) head/irc/znc/Makefile (contents, props changed) head/java/openjfx8-devel/Makefile (contents, props changed) head/lang/gnustep-base/Makefile (contents, props changed) head/lang/parrot/Makefile (contents, props changed) head/lang/phantomjs/Makefile (contents, props changed) head/lang/spidermonkey38/Makefile (contents, props changed) head/lang/swift/Makefile (contents, props changed) head/lang/v8-devel/Makefile (contents, props changed) head/mail/cyrus-imapd30/Makefile (contents, props changed) head/mail/dovecot/Makefile (contents, props changed) head/mail/evolution-ews/Makefile (contents, props changed) head/mail/evolution/Makefile (contents, props changed) head/mail/postfix-current/Makefile (contents, props changed) head/mail/postfix/Makefile (contents, props changed) head/mail/rspamd-devel/Makefile (contents, props changed) head/mail/rspamd/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/math/R/Makefile (contents, props changed) head/misc/sword/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/subtitlecomposer-kde4/Makefile (contents, props changed) head/net/yaz/Makefile (contents, props changed) head/net/zebra-server/Makefile (contents, props changed) head/news/tin/Makefile (contents, props changed) head/print/harfbuzz-icu/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/tex-xetex/Makefile (contents, props changed) head/print/texlive-base/Makefile (contents, props changed) head/security/certificate-transparency/Makefile (contents, props changed) head/sysutils/gdisk/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/sysutils/tracker/Makefile (contents, props changed) head/textproc/R-cran-stringi/Makefile (contents, props changed) head/textproc/dwdiff/Makefile (contents, props changed) head/textproc/ibus-qt/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/raptor2/Makefile (contents, props changed) head/textproc/rubygem-charlock_holmes/Makefile (contents, props changed) head/textproc/zorba/Makefile (contents, props changed) head/www/chromium/Makefile (contents, props changed) head/www/cppcms/Makefile (contents, props changed) head/www/epiphany/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/iridium/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/node/Makefile (contents, props changed) head/www/node4/Makefile (contents, props changed) head/www/node6/Makefile (contents, props changed) head/www/qt5-webkit/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/www/webkit-gtk2/Makefile (contents, props changed) head/www/webkit-gtk3/Makefile (contents, props changed) head/www/webkit2-gtk3/Makefile (contents, props changed) head/x11-toolkits/gnustep-gui/Makefile (contents, props changed) head/x11/gnome-shell/Makefile (contents, props changed) Modified: head/archivers/unarchiver/Makefile ============================================================================== --- head/archivers/unarchiver/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/archivers/unarchiver/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/audio/musicpd/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/audio/ncmpcpp/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/clickhouse/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= proler@gmail.com Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/couchdb/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${PORTVERSION} Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/evolution-data-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.24.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/firebird25-client/Makefile ============================================================================== --- head/databases/firebird25-client/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/firebird25-client/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= firebird +PORTREVISION= 1 PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client COMMENT= Firebird-2 database client Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/firebird25-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server Modified: head/databases/kdb/Makefile ============================================================================== --- head/databases/kdb/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/kdb/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= kdb PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/postgresql92-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.23 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql96-server/Makefile ============================================================================== --- head/databases/postgresql96-server/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/postgresql96-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.6.5 -PORTREVISION?= 0 +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/databases/sqlite3/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.20.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: head/deskutils/bijiben/Makefile ============================================================================== --- head/deskutils/bijiben/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/bijiben/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= bijiben PORTVERSION= 3.18.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/calibre/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/gnome-calendar/Makefile ============================================================================== --- head/deskutils/gnome-calendar/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/gnome-calendar/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= gnome-calendar PORTVERSION= 3.18.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/gnome-todo/Makefile ============================================================================== --- head/deskutils/gnome-todo/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/gnome-todo/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= gnome-todo PORTVERSION= 3.18.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/orage/Makefile ============================================================================== --- head/deskutils/orage/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/orage/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/deskutils/osmo/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/boost-libs/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) Modified: head/devel/dee/Makefile ============================================================================== --- head/devel/dee/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/dee/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= dee PORTVERSION= 1.2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/151383425/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/glib20/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.50.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME Modified: head/devel/hs-text-icu/Makefile ============================================================================== --- head/devel/hs-text-icu/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/hs-text-icu/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= text-icu PORTVERSION= 0.7.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org Modified: head/devel/icu-le-hb/Makefile ============================================================================== --- head/devel/icu-le-hb/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/icu-le-hb/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= icu-le-hb DISTVERSION= 1.0.3-3 DISTVERSIONSUFFIX= -gb8a3163 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel print MAINTAINER= office@FreeBSD.org Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/icu/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= icu -DISTVERSION= 58_2 -PORTREVISION?= 3 # keep for icu-lx +DISTVERSION= 59_1 +PORTREVISION?= 0 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ @@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--with-data-packaging=archive \ CPPFLAGS+= -DICU_NO_USER_DATA_OVERRIDE MAKE_ARGS= VERBOSE=1 TEST_TARGET= check -USES+= compiler:c++0x gmake pathfix tar:tgz +USES+= compiler:c++11-lib gmake pathfix tar:tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/icu/source Modified: head/devel/icu/distinfo ============================================================================== --- head/devel/icu/distinfo Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/icu/distinfo Mon Sep 25 00:02:36 2017 (r450556) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481218489 -SHA256 (icu4c-58_2-src.tgz) = 2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c -SIZE (icu4c-58_2-src.tgz) = 23369902 +TIMESTAMP = 1491550830 +SHA256 (icu4c-59_1-src.tgz) = 7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe +SIZE (icu4c-59_1-src.tgz) = 22706578 Modified: head/devel/icu/files/patch-common_unicode_platform.h ============================================================================== --- head/devel/icu/files/patch-common_unicode_platform.h Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/icu/files/patch-common_unicode_platform.h Mon Sep 25 00:02:36 2017 (r450556) @@ -1,6 +1,6 @@ ---- common/unicode/platform.h.orig 2016-03-23 20:49:58 UTC +--- common/unicode/platform.h.orig 2017-03-22 19:06:26 UTC +++ common/unicode/platform.h -@@ -379,8 +379,8 @@ +@@ -382,8 +382,8 @@ */ #ifdef U_IS_BIG_ENDIAN /* Use the predefined value. */ @@ -11,3 +11,21 @@ #elif defined(__BYTE_ORDER__) && defined(__ORDER_BIG_ENDIAN__) /* gcc */ # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) +@@ -498,11 +498,15 @@ + # define U_CPLUSPLUS_VERSION 1 + #endif + +-#if (U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390) && defined(__cplusplus) &&(U_CPLUSPLUS_VERSION < 11) ++#if defined(__cplusplus) && (U_CPLUSPLUS_VERSION < 11) + // add in std::nullptr_t + namespace std { ++#if (U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390) + typedef decltype(nullptr) nullptr_t; +-}; ++#elif defined(__GNUC__) && !defined(__clang__) ++ typedef __decltype(__null) nullptr_t; ++#endif ++} + #endif + + /** Added: head/devel/icu/files/patch-common_unicode_umachine.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icu/files/patch-common_unicode_umachine.h Mon Sep 25 00:02:36 2017 (r450556) @@ -0,0 +1,11 @@ +--- common/unicode/umachine.h.orig 2017-03-16 19:01:12 UTC ++++ common/unicode/umachine.h +@@ -295,7 +295,7 @@ typedef int8_t UBool; + * If 1, then char16_t is a typedef and not a real type (yet) + * @internal + */ +-#if (U_PLATFORM == U_PF_AIX) && defined(__cplusplus) &&(U_CPLUSPLUS_VERSION < 11) ++#if defined(__cplusplus) && (U_CPLUSPLUS_VERSION < 11) + // for AIX, uchar.h needs to be included + # include + # define U_CHAR16_IS_TYPEDEF 1 Added: head/devel/icu/files/patch-common_unicode_unistr.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icu/files/patch-common_unicode_unistr.h Mon Sep 25 00:02:36 2017 (r450556) @@ -0,0 +1,33 @@ +--- common/unicode/unistr.h.orig 2017-03-29 04:44:37 UTC ++++ common/unicode/unistr.h +@@ -117,12 +117,20 @@ class UnicodeStringAppendable; // unicode/appendable. + * The string parameter must be a C string literal. + * The length of the string, not including the terminating + * NUL, must be specified as a constant. ++ * The U_STRING_DECL macro should be invoked exactly once for one ++ * such string variable before it is used. + * @stable ICU 2.0 + */ + #if !U_CHAR16_IS_TYPEDEF + # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, u ## cs, _length) ++#elif defined(U_DECLARE_UTF16) ++# define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t *)U_DECLARE_UTF16(cs), _length) ++#elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16))) ++# define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t *)L ## cs, _length) ++#elif U_SIZEOF_UCHAR==1 && U_CHARSET_FAMILY==U_ASCII_FAMILY ++# define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t *)cs, _length) + #else +-# define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t*)u ## cs, _length) ++# define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) + #endif + + /** +@@ -3985,7 +3993,7 @@ UnicodeString::isBufferWritable() const + inline const char16_t * + UnicodeString::getBuffer() const { + if(fUnion.fFields.fLengthAndFlags&(kIsBogus|kOpenGetBuffer)) { +- return nullptr; ++ return NULL; + } else if(fUnion.fFields.fLengthAndFlags&kUsingStackBuffer) { + return fUnion.fStackFields.fBuffer; + } else { Added: head/devel/icu/files/patch-common_unicode_uvernum.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icu/files/patch-common_unicode_uvernum.h Mon Sep 25 00:02:36 2017 (r450556) @@ -0,0 +1,8 @@ +--- common/unicode/uvernum.h.orig 2017-03-21 01:03:49 UTC ++++ common/unicode/uvernum.h +@@ -125,4 +125,4 @@ + * This value will change in the subsequent releases of ICU + * @stable ICU 2.6 + */ +-#if U_PLATFORM_HAS_WINUWP_API == 0 ++#ifndef U_PLATFORM_HAS_WINUWP_API Modified: head/devel/icu/pkg-plist ============================================================================== --- head/devel/icu/pkg-plist Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/icu/pkg-plist Mon Sep 25 00:02:36 2017 (r450556) @@ -1,3 +1,4 @@ +sbin/escapesrc sbin/icupkg sbin/gensprep sbin/gennorm2 @@ -44,6 +45,8 @@ include/unicode/bytestrie.h include/unicode/bytestriebuilder.h include/unicode/calendar.h include/unicode/caniter.h +include/unicode/casemap.h +include/unicode/char16ptr.h include/unicode/chariter.h include/unicode/choicfmt.h include/unicode/coleitr.h @@ -63,6 +66,7 @@ include/unicode/dtitvfmt.h include/unicode/dtitvinf.h include/unicode/dtptngen.h include/unicode/dtrule.h +include/unicode/edits.h include/unicode/enumset.h include/unicode/errorcode.h include/unicode/fieldpos.h Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/libical/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -4,6 +4,7 @@ PORTNAME= libical PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= gnome@FreeBSD.org Modified: head/devel/objecthash/Makefile ============================================================================== --- head/devel/objecthash/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/objecthash/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= objecthash PORTVERSION= 20160802 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= amutu@amutu.com Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/pecl-intl/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= intl PORTVERSION= 3.0.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org Modified: head/devel/php70-intl/Makefile ============================================================================== --- head/devel/php70-intl/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/php70-intl/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: head/devel/php71-intl/Makefile ============================================================================== --- head/devel/php71-intl/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/php71-intl/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: head/devel/py-pyicu/Makefile ============================================================================== --- head/devel/py-pyicu/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/py-pyicu/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= pyicu PORTVERSION= 1.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/qt4-corelib/Makefile ============================================================================== --- head/devel/qt4-corelib/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/qt4-corelib/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= corelib DISTVERSION= ${QT4_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt5-core/Makefile ============================================================================== --- head/devel/qt5-core/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/devel/qt5-core/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/dns/libpsl/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -4,6 +4,7 @@ PORTNAME= libpsl PORTVERSION= 0.18.0 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/editors/libreoffice/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext Modified: head/editors/poedit/Makefile ============================================================================== --- head/editors/poedit/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/editors/poedit/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/emulators/open-vm-tools/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= emulators Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/games/0ad/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases Modified: head/games/an/Makefile ============================================================================== --- head/games/an/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/games/an/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= an PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig Modified: head/games/liblcf/Makefile ============================================================================== --- head/games/liblcf/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/games/liblcf/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= liblcf PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/games/openttd/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ Modified: head/games/widelands/Makefile ============================================================================== --- head/games/widelands/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/games/widelands/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= widelands DISTVERSION= build19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://launchpad.net/widelands/${DISTVERSION}/${DISTVERSION}/+download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/libcdr01/Makefile ============================================================================== --- head/graphics/libcdr01/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/graphics/libcdr01/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/graphics/libfreehand/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LODEV Modified: head/graphics/libzmf/Makefile ============================================================================== --- head/graphics/libzmf/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/graphics/libzmf/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= libzmf PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LODEV Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/graphics/mapnik/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ Modified: head/graphics/tesseract/Makefile ============================================================================== --- head/graphics/tesseract/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/graphics/tesseract/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 3.05.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= pkubaj@anongoth.pl Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/irc/znc/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= znc PORTVERSION= 1.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/java/openjfx8-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= openjfx8 PORTVERSION= 20170722 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java x11-toolkits devel MASTER_SITES= https://bitbucket.org/tobik/openjfx-rt/get/freebsd${PORTVERSION}${EXTRACT_SUFX}?dummy=/ PKGNAMESUFFIX= -devel Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/gnustep-base/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.25.0 +PORTREVISION= 1 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/parrot/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/phantomjs/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MAINTAINER= feld@FreeBSD.org Modified: head/lang/spidermonkey38/Makefile ============================================================================== --- head/lang/spidermonkey38/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/spidermonkey38/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= spidermonkey38 PORTVERSION= 38.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source DISTNAME= firefox-${PORTVERSION}esr.source Modified: head/lang/swift/Makefile ============================================================================== --- head/lang/swift/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/swift/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,9 +2,9 @@ PORTNAME= swift PORTVERSION= 3.1.1 -PORTREVISION= 1 DISTVERSIONPREFIX= swift- DISTVERSIONSUFFIX= -RELEASE +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= swills@FreeBSD.org @@ -44,6 +44,7 @@ USE_AUTOTOOLS= autoconf:env USE_GNOME= libxml2 USE_LDCONFIG= yes ONLY_FOR_ARCHS= amd64 +BROKEN= fails to build with ICU 59, see bug 222428 BROKEN_FreeBSD_10= Builds but does not work CONFLICTS_BUILD= googletest LDFLAGS+= -lobjc Modified: head/lang/v8-devel/Makefile ============================================================================== --- head/lang/v8-devel/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/lang/v8-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.27.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/cyrus-imapd30/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.4 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/dovecot/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -13,6 +13,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.32 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ Modified: head/mail/evolution-ews/Makefile ============================================================================== --- head/mail/evolution-ews/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/evolution-ews/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= evolution-ews PORTVERSION= 3.24.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/evolution/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.24.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/postfix-current/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= postfix DISTVERSION= 3.3-20170910 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/postfix/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= postfix PORTVERSION= 3.2.2 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/rspamd-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.5.4.a1.20170328 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/rspamd/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/mail/thunderbird/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/math/R/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= R DISTVERSION= 3.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/misc/sword/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ Modified: head/multimedia/aegisub/Makefile ============================================================================== --- head/multimedia/aegisub/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/multimedia/aegisub/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ Modified: head/multimedia/subtitlecomposer-kde4/Makefile ============================================================================== --- head/multimedia/subtitlecomposer-kde4/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/multimedia/subtitlecomposer-kde4/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= subtitlecomposer PORTVERSION= 0.5.7 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia kde MAINTAINER= ports@FreeBSD.org Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/net/yaz/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= yaz PORTVERSION= 5.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/zebra-server/Makefile ============================================================================== --- head/net/zebra-server/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/net/zebra-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= zebra-server PORTVERSION= 2.0.55 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ DISTNAME= idzebra-${PORTVERSION} Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/news/tin/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= tin PORTVERSION= 2.4.1 -PORTREVISION?= 0 # keep for chinese/tin +PORTREVISION?= 1 # keep for chinese/tin CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ Modified: head/print/harfbuzz-icu/Makefile ============================================================================== --- head/print/harfbuzz-icu/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/print/harfbuzz-icu/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support Modified: head/print/libmspub01/Makefile ============================================================================== --- head/print/libmspub01/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/print/libmspub01/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/print/tex-xetex/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/print/texlive-base/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/security/certificate-transparency/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MAINTAINER= ports@FreeBSD.org Modified: head/sysutils/gdisk/Makefile ============================================================================== --- head/sysutils/gdisk/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/sysutils/gdisk/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= gdisk PORTVERSION= 0.8.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/gptfdisk/gptfdisk/${PORTVERSION} DISTNAME= gptfdisk-${PORTVERSION} Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/sysutils/osquery/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= osquery PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org Modified: head/sysutils/tracker/Makefile ============================================================================== --- head/sysutils/tracker/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/sysutils/tracker/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= tracker PORTVERSION= 1.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils gnome MASTER_SITES= GNOME Modified: head/textproc/R-cran-stringi/Makefile ============================================================================== --- head/textproc/R-cran-stringi/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/textproc/R-cran-stringi/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,6 +3,7 @@ PORTNAME= stringi DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/dwdiff/Makefile ============================================================================== --- head/textproc/dwdiff/Makefile Mon Sep 25 00:01:03 2017 (r450555) +++ head/textproc/dwdiff/Makefile Mon Sep 25 00:02:36 2017 (r450556) @@ -3,7 +3,7 @@ PORTNAME= dwdiff PORTVERSION= 2.0.9 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Sep 25 00:05:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 029E4E04BDB; Mon, 25 Sep 2017 00:05: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 A09A666DC9; Mon, 25 Sep 2017 00:05:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P05Fiq026748; Mon, 25 Sep 2017 00:05:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P056Al026652; Mon, 25 Sep 2017 00:05:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250005.v8P056Al026652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450557 - in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/libosmium audio/ardour audio/ardour5 audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot ... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/libosmium audio/ardour audio/ardour5 audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot audio/mumble audio/murmur... X-SVN-Commit-Revision: 450557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:05:17 -0000 Author: jbeich Date: Mon Sep 25 00:05:05 2017 New Revision: 450557 URL: https://svnweb.freebsd.org/changeset/ports/450557 Log: devel/boost-*: enable C++11 features PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Modified: head/archivers/innoextract/Makefile (contents, props changed) head/archivers/tardy/Makefile (contents, props changed) head/astro/libkgeomap/Makefile (contents, props changed) head/astro/libosmium/Makefile (contents, props changed) head/audio/ardour/Makefile (contents, props changed) head/audio/ardour5/Makefile (contents, props changed) head/audio/clementine-player/Makefile (contents, props changed) head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/csound6/Makefile (contents, props changed) head/audio/mp3plot/Makefile (contents, props changed) head/audio/mumble/Makefile (contents, props changed) head/audio/murmur/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/audio/patchage/Makefile (contents, props changed) head/audio/pms/Makefile (contents, props changed) head/audio/py-tagpy/Makefile (contents, props changed) head/audio/raul/Makefile (contents, props changed) head/audio/supercollider/Makefile (contents, props changed) head/biology/seqan-apps/Makefile (contents, props changed) head/cad/freecad/Makefile (contents, props changed) head/cad/fritzing/Makefile (contents, props changed) head/cad/kicad-devel/Makefile (contents, props changed) head/cad/kicad/Makefile (contents, props changed) head/cad/librecad/Makefile (contents, props changed) head/cad/linuxcnc-devel/Makefile (contents, props changed) head/cad/openscad/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/comms/fldigi/Makefile (contents, props changed) head/comms/gnuradio/Makefile (contents, props changed) head/comms/gqrx/Makefile (contents, props changed) head/comms/gr-osmosdr/Makefile (contents, props changed) head/comms/uhd/Makefile (contents, props changed) head/comms/usrp/Makefile (contents, props changed) head/converters/osm2pgsql/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/clickhouse/Makefile (contents, props changed) head/databases/galera/Makefile (contents, props changed) head/databases/glom/Makefile (contents, props changed) head/databases/grass7/Makefile (contents, props changed) head/databases/hamsterdb/Makefile (contents, props changed) head/databases/mariadb100-server/Makefile (contents, props changed) head/databases/mariadb101-server/Makefile (contents, props changed) head/databases/mariadb102-server/Makefile (contents, props changed) head/databases/mariadb55-server/Makefile (contents, props changed) head/databases/mongodb/Makefile (contents, props changed) head/databases/mongodb34-rocks/Makefile (contents, props changed) head/databases/mongodb34/Makefile (contents, props changed) head/databases/mysql-connector-c++/Makefile (contents, props changed) head/databases/pgrouting/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/sfcgal/Makefile (contents, props changed) head/databases/soci/Makefile (contents, props changed) head/databases/speedtables/Makefile (contents, props changed) head/databases/vsqlite/Makefile (contents, props changed) head/deskutils/easystroke/Makefile (contents, props changed) head/deskutils/gnote/Makefile (contents, props changed) head/deskutils/kdepim4-runtime/Makefile (contents, props changed) head/deskutils/kdepim4/Makefile (contents, props changed) head/deskutils/kdepimlibs4/Makefile (contents, props changed) head/deskutils/launchy/Makefile (contents, props changed) head/deskutils/pinot/Makefile (contents, props changed) head/devel/avro-cpp/Makefile (contents, props changed) head/devel/boost-all/compiled.mk head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) head/devel/boost_build/Makefile (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/cpp-hocon/Makefile (contents, props changed) head/devel/cpp-netlib/Makefile (contents, props changed) head/devel/cpprestsdk/Makefile (contents, props changed) head/devel/eblob/Makefile (contents, props changed) head/devel/edb/Makefile (contents, props changed) head/devel/gearmand-devel/Makefile (contents, props changed) head/devel/gearmand/Makefile (contents, props changed) head/devel/kdevplatform/Makefile (contents, props changed) head/devel/leatherman/Makefile (contents, props changed) head/devel/libarea/Makefile (contents, props changed) head/devel/libclaw/Makefile (contents, props changed) head/devel/libcutl/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/devel/libftdi/Makefile (contents, props changed) head/devel/libftdi1/Makefile (contents, props changed) head/devel/libiqxmlrpc/Makefile (contents, props changed) head/devel/libkolab/Makefile (contents, props changed) head/devel/liblas/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/liborcus/Makefile (contents, props changed) head/devel/log4cxx/Makefile (contents, props changed) head/devel/love07/Makefile (contents, props changed) head/devel/love08/Makefile (contents, props changed) head/devel/love5/Makefile (contents, props changed) head/devel/luabind/Makefile (contents, props changed) head/devel/mongo-cxx-driver/Makefile (contents, props changed) head/devel/monotone/Makefile (contents, props changed) head/devel/py-pyopencl/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/simgear/Makefile (contents, props changed) head/devel/smack/Makefile (contents, props changed) head/devel/srecord/Makefile (contents, props changed) head/devel/subcommander2/Makefile (contents, props changed) head/devel/synfig/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/uatraits/Makefile (contents, props changed) head/devel/umbrello/Makefile (contents, props changed) head/devel/vera++/Makefile (contents, props changed) head/devel/xmltooling/Makefile (contents, props changed) head/devel/yaml-cpp/Makefile (contents, props changed) head/dns/dnsdist/Makefile (contents, props changed) head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/editors/calligra/Makefile (contents, props changed) head/editors/jucipp/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/madedit/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/pdfedit/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/editors/xmlcopyeditor/Makefile (contents, props changed) head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64mk2/Makefile (contents, props changed) head/finance/kmymoney-kde4/Makefile (contents, props changed) head/finance/ledger/Makefile (contents, props changed) head/finance/moneymanagerex/Makefile (contents, props changed) head/games/alephone/Makefile (contents, props changed) head/games/allacrost/Makefile (contents, props changed) head/games/arx-libertatis/Makefile (contents, props changed) head/games/asc/Makefile (contents, props changed) head/games/bastet/Makefile (contents, props changed) head/games/blobby/Makefile (contents, props changed) head/games/burrtools/Makefile (contents, props changed) head/games/easyrpg-player/Makefile (contents, props changed) head/games/fishsupper/Makefile (contents, props changed) head/games/flightgear/Makefile (contents, props changed) head/games/flyhard/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/galaxyhack/Makefile (contents, props changed) head/games/glob2/Makefile (contents, props changed) head/games/lander/Makefile (contents, props changed) head/games/mkhexgrid/Makefile (contents, props changed) head/games/openclonk/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) head/games/openmw/Makefile (contents, props changed) head/games/openyahtzee/Makefile (contents, props changed) head/games/pingus/Makefile (contents, props changed) head/games/pokerth/Makefile (contents, props changed) head/games/py-fife/Makefile (contents, props changed) head/games/scummvm-tools/Makefile (contents, props changed) head/games/spring/Makefile (contents, props changed) head/games/springlobby/Makefile (contents, props changed) head/games/stuntrally/Makefile (contents, props changed) head/games/supertux2/Makefile (contents, props changed) head/games/traingame/Makefile (contents, props changed) head/games/valyriatear/Makefile (contents, props changed) head/games/vamos/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile (contents, props changed) head/games/wesnoth/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/graphics/agave/Makefile (contents, props changed) head/graphics/appleseed/Makefile (contents, props changed) head/graphics/aqsis/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/caffe/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/colmap/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/dspdfviewer/Makefile (contents, props changed) head/graphics/enblend/Makefile (contents, props changed) head/graphics/evolvotron/Makefile (contents, props changed) head/graphics/fracplanet/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/hugin/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/kipi-plugin-gpssync/Makefile (contents, props changed) head/graphics/krita/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libfreehand/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/libzmf/Makefile (contents, props changed) head/graphics/luminance-qt5/Makefile (contents, props changed) head/graphics/luminance/Makefile (contents, props changed) head/graphics/luxrender/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mitsuba/Makefile (contents, props changed) head/graphics/ogre3d/Makefile (contents, props changed) head/graphics/openimageio/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/panomatic/Makefile (contents, props changed) head/graphics/povray37/Makefile (contents, props changed) head/graphics/py-exiv2/Makefile (contents, props changed) head/graphics/scantailor/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/lang/sdcc-devel/Makefile (contents, props changed) head/lang/sdcc/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/aspcud/Makefile (contents, props changed) head/math/cadabra2/Makefile (contents, props changed) head/math/cgal/Makefile (contents, props changed) head/math/clblas/Makefile (contents, props changed) head/math/cryptominisat/Makefile (contents, props changed) head/math/dynare/Makefile (contents, props changed) head/math/fityk/Makefile (contents, props changed) head/math/freemat/Makefile (contents, props changed) head/math/kig/Makefile (contents, props changed) head/math/liborigin/Makefile (contents, props changed) head/math/mosesdecoder/Makefile (contents, props changed) head/math/pdal/Makefile (contents, props changed) head/math/rocs/Makefile (contents, props changed) head/math/stp/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/math/vowpal_wabbit/Makefile (contents, props changed) head/misc/artikulate/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/bombono/Makefile (contents, props changed) head/multimedia/cclive/Makefile (contents, props changed) head/multimedia/flvtool++/Makefile (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt5/Makefile (contents, props changed) head/multimedia/miro/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile (contents, props changed) head/multimedia/oggvideotools/Makefile (contents, props changed) head/multimedia/omxplayer/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/vdr-plugin-upnp/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/net-im/licq-icq/Makefile (contents, props changed) head/net-im/licq-jabber/Makefile (contents, props changed) head/net-im/licq-msn/Makefile (contents, props changed) head/net-im/licq-osd/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/net-im/licq/Makefile (contents, props changed) head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/icinga2/Makefile (contents, props changed) head/net-p2p/bitcoin-daemon/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-daemon/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-gtk/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-lib/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-qt/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile (contents, props changed) head/net-p2p/libktorrent/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/linuxdcpp/Makefile (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net/asio/Makefile (contents, props changed) head/net/ceph-devel/Makefile (contents, props changed) head/net/ceph/Makefile (contents, props changed) head/net/grive/Makefile (contents, props changed) head/net/grive2/Makefile (contents, props changed) head/net/kdenetwork4-strigi-analyzers/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kget/Makefile (contents, props changed) head/net/libcmis/Makefile (contents, props changed) head/net/pktanon/Makefile (contents, props changed) head/net/scribe/Makefile (contents, props changed) head/net/tcpflow/Makefile (contents, props changed) head/net/xorp/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/libpagemaker/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/pdfcube/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/science/avogadro/Makefile (contents, props changed) head/science/bddsolve/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/iboview/Makefile (contents, props changed) head/science/libgeodecomp/Makefile (contents, props changed) head/science/libkml/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-postgresql/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/science/pulseview/Makefile (contents, props changed) head/security/botan110/Makefile (contents, props changed) head/security/clamfs/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/security/opensaml2/Makefile (contents, props changed) head/security/quantis/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/spass/Makefile (contents, props changed) head/sysutils/condor/Makefile (contents, props changed) head/sysutils/facter/Makefile (contents, props changed) head/sysutils/freefilesync/Makefile (contents, props changed) head/sysutils/kf5-kwallet/Makefile (contents, props changed) head/sysutils/logstalgia/Makefile (contents, props changed) head/sysutils/ori/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/textproc/clucene/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/kenlm/Makefile (contents, props changed) head/textproc/kiss-templates/Makefile (contents, props changed) head/textproc/libabw/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile (contents, props changed) head/textproc/libmwaw03/Makefile (contents, props changed) head/textproc/libodfgen01/Makefile (contents, props changed) head/textproc/librevenge/Makefile (contents, props changed) head/textproc/libstaroffice/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/libwpd010/Makefile (contents, props changed) head/textproc/libwps/Makefile (contents, props changed) head/textproc/libwps03/Makefile (contents, props changed) head/textproc/luceneplusplus/Makefile (contents, props changed) head/textproc/randlm/Makefile (contents, props changed) head/textproc/source-highlight/Makefile (contents, props changed) head/textproc/xmlwrapp/Makefile (contents, props changed) head/www/anyterm/Makefile (contents, props changed) head/www/domoticz/Makefile (contents, props changed) head/www/kdewebdev4/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/wt/Makefile (contents, props changed) head/x11-toolkits/flowcanvas/Makefile (contents, props changed) head/x11/kde4-workspace/Makefile (contents, props changed) head/x11/kf5-kactivities/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/archivers/innoextract/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/archivers/tardy/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/astro/libkgeomap/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/astro/libosmium/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.13.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/ardour/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ Modified: head/audio/ardour5/Makefile ============================================================================== --- head/audio/ardour5/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/ardour5/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/clementine-player/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/cpp-xmms2/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio PKGNAMEPREFIX= cpp- Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/csound6/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/mp3plot/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/mumble/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/murmur/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/musicpd/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/ncmpcpp/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/patchage/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/pms/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/py-tagpy/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/raul/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ Modified: head/audio/supercollider/Makefile ============================================================================== --- head/audio/supercollider/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/audio/supercollider/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= supercollider PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source-linux Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/biology/seqan-apps/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,7 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/freecad/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170616 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/fritzing/Makefile ============================================================================== --- head/cad/fritzing/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/fritzing/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,7 +4,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/kicad-devel/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,8 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 -#PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/kicad/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/librecad/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org Modified: head/cad/linuxcnc-devel/Makefile ============================================================================== --- head/cad/linuxcnc-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/linuxcnc-devel/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/cad/openscad/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/chinese/librime/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/fldigi/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/gnuradio/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/gqrx/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,6 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/gr-osmosdr/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/uhd/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.10.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/comms/usrp/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/converters/osm2pgsql/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.92.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/akonadi/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/clickhouse/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= proler@gmail.com Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/galera/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,6 +4,7 @@ PORTNAME= galera PORTVERSION?= 25.3.21 DISTVERSIONPREFIX?= release_ +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= devel@galeracluster.com Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/glom/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/grass7/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,6 +3,7 @@ PORTNAME= grass PORTVERSION= 7.2.2 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/hamsterdb/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mariadb100-server/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.32 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mariadb101-server/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.26 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb102-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mariadb102-server/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.2.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mariadb55-server/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.57 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mongodb/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,6 +3,7 @@ PORTNAME= mongodb PORTVERSION= 2.6.12 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} Modified: head/databases/mongodb34-rocks/Makefile ============================================================================== --- head/databases/mongodb34-rocks/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mongodb34-rocks/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= mongodb PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mongodb34/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/mysql-connector-c++/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,6 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/pgrouting/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,6 +4,7 @@ PORTNAME= pgrouting PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/php5-pdo_cassandra/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases PKGNAMEPREFIX= php5- Modified: head/databases/sfcgal/Makefile ============================================================================== --- head/databases/sfcgal/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/sfcgal/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,6 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases math graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/soci/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/speedtables/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -4,6 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.13.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/vsqlite/Makefile ============================================================================== --- head/databases/vsqlite/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/databases/vsqlite/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/easystroke/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= SF Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/gnote/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/kdepim4-runtime/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/kdepim4/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/kdepimlibs4/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/launchy/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/deskutils/pinot/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/avro-cpp/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/boost-all/compiled.mk Mon Sep 25 00:05:05 2017 (r450557) @@ -4,7 +4,8 @@ MAKE_CMD= bjam MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= stage -USES+= compiler:features +USES+= compiler:c++11-lib +USE_CXXSTD= gnu++11 PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/boost-libs/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -10,6 +10,9 @@ BROKEN_sparc64= https://github.com/boostorg/context/co BUILD_DEPENDS+= bjam:devel/boost-jam +# libs/config/test/boost_no_cxx11_thread_local.ipp fails (see base r303795) +PLIST_SUB+= FIBER="${"${OPSYS}"=="FreeBSD" && ${OSREL:R} < 11:?@comment :}" + OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU Modified: head/devel/boost-libs/pkg-plist ============================================================================== --- head/devel/boost-libs/pkg-plist Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/boost-libs/pkg-plist Mon Sep 25 00:05:05 2017 (r450557) @@ -12498,6 +12498,9 @@ lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_exception.a +%%FIBER%%lib/libboost_fiber.a +%%FIBER%%lib/libboost_fiber.so +%%FIBER%%lib/libboost_fiber.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% Modified: head/devel/boost_build/Makefile ============================================================================== --- head/devel/boost_build/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/boost_build/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= boost_build PORTVERSION= 2.0.m12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/boost/boost-build/2.0-m12 DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/} Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/codeblocks/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 16.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/cpp-hocon/Makefile ============================================================================== --- head/devel/cpp-hocon/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/cpp-hocon/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,6 +2,7 @@ PORTNAME= cpp-hocon PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/cpp-netlib/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -5,7 +5,7 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org Modified: head/devel/cpprestsdk/Makefile ============================================================================== --- head/devel/cpprestsdk/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/cpprestsdk/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= cpprestsdk PORTVERSION= 2.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= projects@phess.net Modified: head/devel/eblob/Makefile ============================================================================== --- head/devel/eblob/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/eblob/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= eblob PORTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: head/devel/edb/Makefile ============================================================================== --- head/devel/edb/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/edb/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= edb PORTVERSION= 0.9.18 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://codef00.com/projects/ DISTNAME= debugger-${PORTVERSION} Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/gearmand-devel/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ PKGNAMESUFFIX= -devel Modified: head/devel/gearmand/Makefile ============================================================================== --- head/devel/gearmand/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/gearmand/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ Modified: head/devel/kdevplatform/Makefile ============================================================================== --- head/devel/kdevplatform/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/kdevplatform/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} Modified: head/devel/leatherman/Makefile ============================================================================== --- head/devel/leatherman/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/leatherman/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,6 +2,7 @@ PORTNAME= leatherman PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org Modified: head/devel/libarea/Makefile ============================================================================== --- head/devel/libarea/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libarea/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libarea PORTVERSION= 20160313 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel cad MAINTAINER= pfg@FreeBSD.org Modified: head/devel/libclaw/Makefile ============================================================================== --- head/devel/libclaw/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libclaw/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libclaw PORTVERSION= 1.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/libcutl/Makefile ============================================================================== --- head/devel/libcutl/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libcutl/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= libcutl PORTVERSION= 1.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ Modified: head/devel/libflatarray/Makefile ============================================================================== --- head/devel/libflatarray/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libflatarray/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libflatarray PORTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ Modified: head/devel/libftdi/Makefile ============================================================================== --- head/devel/libftdi/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libftdi/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= libftdi PORTVERSION= 0.20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libftdi1/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,6 +2,7 @@ PORTNAME= libftdi1 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ Modified: head/devel/libiqxmlrpc/Makefile ============================================================================== --- head/devel/libiqxmlrpc/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libiqxmlrpc/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libiqxmlrpc PORTVERSION= 0.13.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel net MASTER_SITES= SF Modified: head/devel/libkolab/Makefile ============================================================================== --- head/devel/libkolab/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libkolab/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= libkolab PORTVERSION= 0.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/liblas/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org Modified: head/devel/libopkele/Makefile ============================================================================== --- head/devel/libopkele/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/libopkele/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/liborcus/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -2,7 +2,7 @@ PORTNAME= liborcus PORTVERSION= 0.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/log4cxx/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= log4cxx PORTVERSION= 0.10.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} Modified: head/devel/love07/Makefile ============================================================================== --- head/devel/love07/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/love07/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/devel/love08/Makefile ============================================================================== --- head/devel/love08/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/love08/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/devel/love5/Makefile ============================================================================== --- head/devel/love5/Makefile Mon Sep 25 00:02:36 2017 (r450556) +++ head/devel/love5/Makefile Mon Sep 25 00:05:05 2017 (r450557) @@ -3,7 +3,7 @@ PORTNAME= love DISTVERSION= 0.5-0 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Sep 25 00:05:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A472E04C45; Mon, 25 Sep 2017 00:05:34 +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 D7B8766E80; Mon, 25 Sep 2017 00:05:33 +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 v8P05XA1026958; Mon, 25 Sep 2017 00:05:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P05WKH026951; Mon, 25 Sep 2017 00:05:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250005.v8P05WKH026951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450558 - in head/graphics/aqsis: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/aqsis: . files X-SVN-Commit-Revision: 450558 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:05:34 -0000 Author: jbeich Date: Mon Sep 25 00:05:32 2017 New Revision: 450558 URL: https://svnweb.freebsd.org/changeset/ports/450558 Log: graphics/aqsis: switch to C++11 for Boost PR: 220787 Added: head/graphics/aqsis/files/patch-include_aqsis_tex_filtering_texturesampleoptions.h (contents, props changed) head/graphics/aqsis/files/patch-include_aqsis_tex_io_texfileheader.h (contents, props changed) head/graphics/aqsis/files/patch-libs_core_texturing__old_shadowmap__old.cpp (contents, props changed) head/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp (contents, props changed) head/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp (contents, props changed) Modified: head/graphics/aqsis/Makefile (contents, props changed) head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp (contents, props changed) Modified: head/graphics/aqsis/Makefile ============================================================================== --- head/graphics/aqsis/Makefile Mon Sep 25 00:05:05 2017 (r450557) +++ head/graphics/aqsis/Makefile Mon Sep 25 00:05:32 2017 (r450558) @@ -20,13 +20,14 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff RUN_DEPENDS= bash:shells/bash -BROKEN= fails to build against Boost with C++11 features, see bug 220787 BROKEN_sparc64= Fails to build: cannot link with boost LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= cmake:outsource desktop-file-utils shared-mime-info shebangfix +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + shared-mime-info shebangfix +USE_CXXSTD= gnu++11 SHEBANG_FILES= examples/*/*/*.sh \ tools/neqsus/houdini/post.sh \ distribution/linux/*.sh Added: head/graphics/aqsis/files/patch-include_aqsis_tex_filtering_texturesampleoptions.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-include_aqsis_tex_filtering_texturesampleoptions.h Mon Sep 25 00:05:32 2017 (r450558) @@ -0,0 +1,149 @@ +In file included from libs/tex/filtering/dummytexturesampler.cpp:38: +In file included from libs/tex/filtering/dummytexturesampler.h:41: +In file included from include/aqsis/tex/filtering/itexturesampler.h:46: +include/aqsis/tex/filtering/texturesampleoptions.h:239:31: error: ISO C++11 does not allow access declarations; use using declarations instead + CqTextureSampleOptionsBase::sBlur; + ^ + using +include/aqsis/tex/filtering/texturesampleoptions.h:240:31: error: ISO C++11 does not allow access declarations; use using declarations instead + CqTextureSampleOptionsBase::tBlur; + ^ + using +include/aqsis/tex/filtering/texturesampleoptions.h:241:31: error: ISO C++11 does not allow access declarations; use using declarations instead + CqTextureSampleOptionsBase::sWidth; + ^ + using +[...] + +--- include/aqsis/tex/filtering/texturesampleoptions.h.orig 2012-08-24 12:26:50 UTC ++++ include/aqsis/tex/filtering/texturesampleoptions.h +@@ -236,37 +236,37 @@ class CqTextureSampleOptions : private CqTextureSample + CqTextureSampleOptions(); + + // Accessors from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::sBlur; +- CqTextureSampleOptionsBase::tBlur; +- CqTextureSampleOptionsBase::sWidth; +- CqTextureSampleOptionsBase::tWidth; +- CqTextureSampleOptionsBase::minWidth; +- CqTextureSampleOptionsBase::truncAmount; +- CqTextureSampleOptionsBase::logTruncAmount; +- CqTextureSampleOptionsBase::filterType; +- CqTextureSampleOptionsBase::startChannel; +- CqTextureSampleOptionsBase::numChannels; +- CqTextureSampleOptionsBase::sWrapMode; +- CqTextureSampleOptionsBase::tWrapMode; ++ using CqTextureSampleOptionsBase::sBlur; ++ using CqTextureSampleOptionsBase::tBlur; ++ using CqTextureSampleOptionsBase::sWidth; ++ using CqTextureSampleOptionsBase::tWidth; ++ using CqTextureSampleOptionsBase::minWidth; ++ using CqTextureSampleOptionsBase::truncAmount; ++ using CqTextureSampleOptionsBase::logTruncAmount; ++ using CqTextureSampleOptionsBase::filterType; ++ using CqTextureSampleOptionsBase::startChannel; ++ using CqTextureSampleOptionsBase::numChannels; ++ using CqTextureSampleOptionsBase::sWrapMode; ++ using CqTextureSampleOptionsBase::tWrapMode; + + // Modifiers from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::setBlur; +- CqTextureSampleOptionsBase::setSBlur; +- CqTextureSampleOptionsBase::setTBlur; +- CqTextureSampleOptionsBase::setWidth; +- CqTextureSampleOptionsBase::setSWidth; +- CqTextureSampleOptionsBase::setTWidth; +- CqTextureSampleOptionsBase::setMinWidth; +- CqTextureSampleOptionsBase::setTruncAmount; +- CqTextureSampleOptionsBase::setFilterType; +- CqTextureSampleOptionsBase::setStartChannel; +- CqTextureSampleOptionsBase::setNumChannels; +- CqTextureSampleOptionsBase::setWrapMode; +- CqTextureSampleOptionsBase::setSWrapMode; +- CqTextureSampleOptionsBase::setTWrapMode; ++ using CqTextureSampleOptionsBase::setBlur; ++ using CqTextureSampleOptionsBase::setSBlur; ++ using CqTextureSampleOptionsBase::setTBlur; ++ using CqTextureSampleOptionsBase::setWidth; ++ using CqTextureSampleOptionsBase::setSWidth; ++ using CqTextureSampleOptionsBase::setTWidth; ++ using CqTextureSampleOptionsBase::setMinWidth; ++ using CqTextureSampleOptionsBase::setTruncAmount; ++ using CqTextureSampleOptionsBase::setFilterType; ++ using CqTextureSampleOptionsBase::setStartChannel; ++ using CqTextureSampleOptionsBase::setNumChannels; ++ using CqTextureSampleOptionsBase::setWrapMode; ++ using CqTextureSampleOptionsBase::setSWrapMode; ++ using CqTextureSampleOptionsBase::setTWrapMode; + + // Other stuff from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::fillFromFileHeader; ++ using CqTextureSampleOptionsBase::fillFromFileHeader; + + //-------------------------------------------------- + // Plain-texture specific sample options +@@ -307,37 +307,37 @@ class CqShadowSampleOptions : private CqTextureSampleO + CqShadowSampleOptions(); + + // Accessors from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::sBlur; +- CqTextureSampleOptionsBase::tBlur; +- CqTextureSampleOptionsBase::sWidth; +- CqTextureSampleOptionsBase::tWidth; +- CqTextureSampleOptionsBase::minWidth; +- CqTextureSampleOptionsBase::truncAmount; +- CqTextureSampleOptionsBase::logTruncAmount; +- CqTextureSampleOptionsBase::filterType; +- CqTextureSampleOptionsBase::startChannel; +- CqTextureSampleOptionsBase::numChannels; +- CqTextureSampleOptionsBase::sWrapMode; +- CqTextureSampleOptionsBase::tWrapMode; ++ using CqTextureSampleOptionsBase::sBlur; ++ using CqTextureSampleOptionsBase::tBlur; ++ using CqTextureSampleOptionsBase::sWidth; ++ using CqTextureSampleOptionsBase::tWidth; ++ using CqTextureSampleOptionsBase::minWidth; ++ using CqTextureSampleOptionsBase::truncAmount; ++ using CqTextureSampleOptionsBase::logTruncAmount; ++ using CqTextureSampleOptionsBase::filterType; ++ using CqTextureSampleOptionsBase::startChannel; ++ using CqTextureSampleOptionsBase::numChannels; ++ using CqTextureSampleOptionsBase::sWrapMode; ++ using CqTextureSampleOptionsBase::tWrapMode; + + // Modifiers from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::setBlur; +- CqTextureSampleOptionsBase::setSBlur; +- CqTextureSampleOptionsBase::setTBlur; +- CqTextureSampleOptionsBase::setWidth; +- CqTextureSampleOptionsBase::setSWidth; +- CqTextureSampleOptionsBase::setTWidth; +- CqTextureSampleOptionsBase::setMinWidth; +- CqTextureSampleOptionsBase::setTruncAmount; +- CqTextureSampleOptionsBase::setFilterType; +- CqTextureSampleOptionsBase::setStartChannel; +- CqTextureSampleOptionsBase::setNumChannels; +- CqTextureSampleOptionsBase::setWrapMode; +- CqTextureSampleOptionsBase::setSWrapMode; +- CqTextureSampleOptionsBase::setTWrapMode; ++ using CqTextureSampleOptionsBase::setBlur; ++ using CqTextureSampleOptionsBase::setSBlur; ++ using CqTextureSampleOptionsBase::setTBlur; ++ using CqTextureSampleOptionsBase::setWidth; ++ using CqTextureSampleOptionsBase::setSWidth; ++ using CqTextureSampleOptionsBase::setTWidth; ++ using CqTextureSampleOptionsBase::setMinWidth; ++ using CqTextureSampleOptionsBase::setTruncAmount; ++ using CqTextureSampleOptionsBase::setFilterType; ++ using CqTextureSampleOptionsBase::setStartChannel; ++ using CqTextureSampleOptionsBase::setNumChannels; ++ using CqTextureSampleOptionsBase::setWrapMode; ++ using CqTextureSampleOptionsBase::setSWrapMode; ++ using CqTextureSampleOptionsBase::setTWrapMode; + + // Other stuff from CqTextureSampleOptionsBase +- CqTextureSampleOptionsBase::fillFromFileHeader; ++ using CqTextureSampleOptionsBase::fillFromFileHeader; + + //-------------------------------------------------- + // Shadow-specific sample options Added: head/graphics/aqsis/files/patch-include_aqsis_tex_io_texfileheader.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-include_aqsis_tex_io_texfileheader.h Mon Sep 25 00:05:32 2017 (r450558) @@ -0,0 +1,137 @@ +In file included from libs/tex/io/tiffoutputfile.cpp:38: +In file included from libs/tex/io/tiffoutputfile.h:43: +In file included from include/aqsis/tex/io/itexoutputfile.h:46: +In file included from include/aqsis/tex/buffers/mixedimagebuffer.h:44: +/usr/include/c++/v1/map:629:15: error: object of type + 'std::__1::pair' cannot be assigned + because its copy assignment operator is implicitly deleted + {__nc = __v.__cc; return *this;} + ^ +/usr/include/c++/v1/__tree:1645:35: note: in instantiation of member function + 'std::__1::__value_type::operator=' + requested here + __cache->__value_ = *__first; + ^ +/usr/include/c++/v1/__tree:1575:9: note: in instantiation of function template specialization + 'std::__1::__tree, + std::__1::__map_value_compare, + std::__1::less, true>, + std::__1::allocator > + >::__assign_multi, + std::__1::__tree_node, void *> *, long> >' requested here + __assign_multi(__t.begin(), __t.end()); + ^ +/usr/include/c++/v1/map:912:21: note: in instantiation of member function + 'std::__1::__tree, + std::__1::__map_value_compare, + std::__1::less, true>, + std::__1::allocator > >::operator=' requested here + __tree_ = __m.__tree_; + ^ +include/aqsis/tex/io/texfileheader.h:74:7: note: + in instantiation of member function 'std::__1::map, + std::__1::allocator + > >::operator=' requested here +class CqTexFileHeader + ^ +/usr/include/c++/v1/utility:325:5: note: copy assignment operator is implicitly deleted because + 'pair' has a user-declared move + constructor + pair(pair&&) = default; + ^ + +--- include/aqsis/tex/io/texfileheader.h.orig 2012-08-24 12:26:50 UTC ++++ include/aqsis/tex/io/texfileheader.h +@@ -43,6 +43,9 @@ + + #include + #include ++#if __cplusplus >= 201103L ++#include ++#endif + + #include + #include +@@ -74,9 +77,13 @@ namespace Aqsis { + class CqTexFileHeader + { + private: ++#if __cplusplus < 201103L + class CqTypeInfoHolder; + /// Underlying map type. + typedef std::map TqAttributeMap; ++#else ++ typedef std::map TqAttributeMap; ++#endif + typedef TqAttributeMap::const_iterator const_iterator; + public: + +@@ -180,6 +187,7 @@ class CqTexFileHeader + }; + + ++#if __cplusplus < 201103L + //============================================================================== + // Implementation details + //============================================================================== +@@ -200,6 +208,7 @@ class CqTexFileHeader::CqTypeInfoHolder + return m_typeInfo.before(rhs.m_typeInfo) != 0; + } + }; ++#endif + + //------------------------------------------------------------------------------ + // CqTexFileHeader +@@ -261,13 +270,21 @@ inline void CqTexFileHeader::setTimestamp() + template + inline void CqTexFileHeader::set(const typename AttrTagType::type& value) + { ++#if __cplusplus < 201103L + m_attributeMap[CqTypeInfoHolder(typeid(AttrTagType))] = value; ++#else ++ m_attributeMap[std::type_index(typeid(AttrTagType))] = value; ++#endif + } + + template + void CqTexFileHeader::erase() + { ++#if __cplusplus < 201103L + m_attributeMap.erase(CqTypeInfoHolder(typeid(AttrTagType))); ++#else ++ m_attributeMap.erase(std::type_index(typeid(AttrTagType))); ++#endif + } + + template +@@ -280,7 +297,11 @@ inline typename AttrTagType::type& CqTexFileHeader::fi + template + inline const typename AttrTagType::type& CqTexFileHeader::find() const + { ++#if __cplusplus < 201103L + const_iterator iter = m_attributeMap.find(CqTypeInfoHolder(typeid(AttrTagType))); ++#else ++ const_iterator iter = m_attributeMap.find(std::type_index(typeid(AttrTagType))); ++#endif + if(iter == m_attributeMap.end()) + { + AQSIS_THROW_XQERROR(XqInternal, EqE_BadFile, "Requested attribute \"" +@@ -310,7 +331,11 @@ inline typename AttrTagType::type* CqTexFileHeader::fi + template + inline const typename AttrTagType::type* CqTexFileHeader::findPtr() const + { ++#if __cplusplus < 201103L + const_iterator iter = m_attributeMap.find(CqTypeInfoHolder(typeid(AttrTagType))); ++#else ++ const_iterator iter = m_attributeMap.find(std::type_index(typeid(AttrTagType))); ++#endif + if(iter == m_attributeMap.end()) + return 0; + return & boost::any_cast(iter->second); Added: head/graphics/aqsis/files/patch-libs_core_texturing__old_shadowmap__old.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-libs_core_texturing__old_shadowmap__old.cpp Mon Sep 25 00:05:32 2017 (r450558) @@ -0,0 +1,16 @@ +libs/core/texturing_old/shadowmap_old.cpp: In member function 'void Aqsis::CqShadowMapOld::LoadZFile()': +libs/core/texturing_old/shadowmap_old.cpp:179:13: error: no match for 'operator!=' (operand types are 'std::ifstream {aka std::basic_ifstream}' and 'long int') + if ( file != NULL ) + ^ + +--- libs/core/texturing_old/shadowmap_old.cpp.orig 2012-08-24 12:26:50 UTC ++++ libs/core/texturing_old/shadowmap_old.cpp +@@ -176,7 +176,7 @@ void CqShadowMapOld::LoadZFile() + { + std::ifstream file( m_strName.c_str(), std::ios::in | std::ios::binary ); + +- if ( file != NULL ) ++ if ( file ) + { + // Save a file type and version marker + TqPchar origHeader = tokenCast(ZFILE_HEADER); Added: head/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-libs_shadervm_dsoshadeops.cpp Mon Sep 25 00:05:32 2017 (r450558) @@ -0,0 +1,15 @@ +libs/shadervm/dsoshadeops.cpp:150:44: error: cast from pointer to smaller type 'char' loses information + while( ( pShadeOp->m_opspec )[0] != (char) NULL ) + ^~~~~~~~~~~ + +--- libs/shadervm/dsoshadeops.cpp.orig 2012-08-24 12:26:50 UTC ++++ libs/shadervm/dsoshadeops.cpp +@@ -147,7 +147,7 @@ CqDSORepository::getShadeOpMethods(CqString* pShadeOpN + { + //We have an appropriate named shadeop table + SqShadeOp *pShadeOp = (SqShadeOp*) pTableSymbol; +- while( ( pShadeOp->m_opspec )[0] != (char) NULL ) ++ while( ( pShadeOp->m_opspec )[0] != '\0' ) + { + SqDSOExternalCall *pDSOCall = NULL; + pDSOCall = parseShadeOpTableEntry( handle, pShadeOp ); Added: head/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp Mon Sep 25 00:05:32 2017 (r450558) @@ -0,0 +1,16 @@ +libs/shadervm/shaderexecenv/shadeops_tmap.cpp:257:56: error: ISO C++11 does not allow access declarations; use using declarations instead + CqSampleOptionExtractorBase::extractVarying; + ^ + using + +--- libs/shadervm/shaderexecenv/shadeops_tmap.cpp.orig 2012-08-24 12:26:50 UTC ++++ libs/shadervm/shaderexecenv/shadeops_tmap.cpp +@@ -254,7 +254,7 @@ class CqSampleOptionExtractor + extractUniformAndCacheVarying(paramList, numParams, opts); + } + +- CqSampleOptionExtractorBase::extractVarying; ++ using CqSampleOptionExtractorBase::extractVarying; + }; + + Modified: head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp ============================================================================== --- head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp Mon Sep 25 00:05:05 2017 (r450557) +++ head/graphics/aqsis/files/patch-tools_displays_piqsl_piqsldisplay.cpp Mon Sep 25 00:05:32 2017 (r450558) @@ -1,6 +1,23 @@ +tools/displays/piqsl/piqsldisplay.cpp:400:35: error: non-constant-expression cannot be narrowed from type 'TqInt' (aka 'int') to 'unsigned int' in initializer list [-Wc++11-narrowing] + PtDspyDevFormat fmt = {name, typeID}; + ^~~~~~ +tools/displays/piqsl/piqsldisplay.cpp:400:35: note: insert an explicit cast to silence this issue + PtDspyDevFormat fmt = {name, typeID}; + ^~~~~~ + static_cast( ) + --- tools/displays/piqsl/piqsldisplay.cpp.orig 2012-08-24 12:26:50 UTC +++ tools/displays/piqsl/piqsldisplay.cpp -@@ -450,8 +450,8 @@ extern "C" PtDspyError DspyImageData(PtD +@@ -397,7 +397,7 @@ extern "C" PtDspyError DspyImageOpen(PtDspyImageHandle + TqInt typeID = g_mapNameToType[typeName]; + char* name = new char[strlen(formatName)+1]; + strcpy(name, formatName); +- PtDspyDevFormat fmt = {name, typeID}; ++ PtDspyDevFormat fmt = {name, static_cast(typeID)}; + outFormat.push_back(fmt); + formatNode = formatNode->NextSiblingElement("Format"); + iformat++; +@@ -450,8 +450,8 @@ extern "C" PtDspyError DspyImageData(PtDspyImageHandle TiXmlElement* bucketDataXML = new TiXmlElement("BucketData"); std::stringstream base64Data; From owner-svn-ports-head@freebsd.org Mon Sep 25 00:05:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CC94E04C7F; Mon, 25 Sep 2017 00:05:48 +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 249C366F67; Mon, 25 Sep 2017 00:05:48 +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 v8P05l6S027101; Mon, 25 Sep 2017 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P05lTw027099; Mon, 25 Sep 2017 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250005.v8P05lTw027099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450559 - head/games/stuntrally X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/stuntrally X-SVN-Commit-Revision: 450559 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:05:48 -0000 Author: jbeich Date: Mon Sep 25 00:05:47 2017 New Revision: 450559 URL: https://svnweb.freebsd.org/changeset/ports/450559 Log: games/stuntrally: switch to C++11 for Boost PR: 222189 Modified: head/games/stuntrally/Makefile (contents, props changed) head/games/stuntrally/distinfo (contents, props changed) Modified: head/games/stuntrally/Makefile ============================================================================== --- head/games/stuntrally/Makefile Mon Sep 25 00:05:32 2017 (r450558) +++ head/games/stuntrally/Makefile Mon Sep 25 00:05:47 2017 (r450559) @@ -9,17 +9,19 @@ CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D racing game based on VDrift and OGRE with track editor +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f7703d8d3f30.patch:-p1 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt -BROKEN= fails to build against Boost with C++11 features, see bug 222189 - LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes GH_TUPLE= stuntrally:tracks:${PORTVERSION}:tracks/data/tracks -USES= cmake:outsource dos2unix pkgconfig +USES= compiler:c++11-lib cmake:outsource dos2unix pkgconfig +USE_CXXSTD= gnu++11 DOS2UNIX_FILES= source/ogre/BaseApp_Create.cpp CMAKE_ARGS= -DSHARE_INSTALL="${DATADIR_REL}" \ -DBULLET_ROOT="${LOCALBASE}" Modified: head/games/stuntrally/distinfo ============================================================================== --- head/games/stuntrally/distinfo Mon Sep 25 00:05:32 2017 (r450558) +++ head/games/stuntrally/distinfo Mon Sep 25 00:05:47 2017 (r450559) @@ -3,3 +3,5 @@ SHA256 (stuntrally-stuntrally-2.6_GH0.tar.gz) = 8cc309 SIZE (stuntrally-stuntrally-2.6_GH0.tar.gz) = 651577187 SHA256 (stuntrally-tracks-2.6_GH0.tar.gz) = 4bce700516a2a178ac04cfbf7df2887ba42225802f5a3e670f770ea01345687b SIZE (stuntrally-tracks-2.6_GH0.tar.gz) = 355793120 +SHA256 (f7703d8d3f30.patch) = 25d881ab7e21b438cfedd2a9c7c813e93c7143e87b7a99ef734025d998444282 +SIZE (f7703d8d3f30.patch) = 5343 From owner-svn-ports-head@freebsd.org Mon Sep 25 00:08:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5714EE04E25; Mon, 25 Sep 2017 00:08:25 +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 CCB1F671BF; Mon, 25 Sep 2017 00:08:24 +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 v8P08OBc034464; Mon, 25 Sep 2017 00:08:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P08Hgg034395; Mon, 25 Sep 2017 00:08:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250008.v8P08Hgg034395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450560 - in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/libosmium audio/ardour audio/ardour5 audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot ... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/libosmium audio/ardour audio/ardour5 audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot audio/mumble audio/murmur... X-SVN-Commit-Revision: 450560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:08:25 -0000 Author: jbeich Date: Mon Sep 25 00:08:16 2017 New Revision: 450560 URL: https://svnweb.freebsd.org/changeset/ports/450560 Log: devel/boost-*: update to 1.65.1 Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Added: head/devel/boost-libs/files/patch-boost_stacktrace_detail_collect__unwind.ipp (contents, props changed) head/devel/boost-libs/files/patch-libs_stacktrace_build_has__addr2line.cpp (contents, props changed) Deleted: head/devel/boost-libs/files/patch-boost_serialization_array.hpp Modified: head/archivers/innoextract/Makefile (contents, props changed) head/archivers/tardy/Makefile (contents, props changed) head/astro/libkgeomap/Makefile (contents, props changed) head/astro/libosmium/Makefile (contents, props changed) head/audio/ardour/Makefile (contents, props changed) head/audio/ardour5/Makefile (contents, props changed) head/audio/clementine-player/Makefile (contents, props changed) head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/csound6/Makefile (contents, props changed) head/audio/mp3plot/Makefile (contents, props changed) head/audio/mumble/Makefile (contents, props changed) head/audio/murmur/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/audio/patchage/Makefile (contents, props changed) head/audio/pms/Makefile (contents, props changed) head/audio/py-tagpy/Makefile (contents, props changed) head/audio/raul/Makefile (contents, props changed) head/audio/supercollider/Makefile (contents, props changed) head/biology/seqan-apps/Makefile (contents, props changed) head/cad/freecad/Makefile (contents, props changed) head/cad/fritzing/Makefile (contents, props changed) head/cad/kicad-devel/Makefile (contents, props changed) head/cad/kicad/Makefile (contents, props changed) head/cad/librecad/Makefile (contents, props changed) head/cad/linuxcnc-devel/Makefile (contents, props changed) head/cad/openscad/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/comms/fldigi/Makefile (contents, props changed) head/comms/gnuradio/Makefile (contents, props changed) head/comms/gqrx/Makefile (contents, props changed) head/comms/gr-osmosdr/Makefile (contents, props changed) head/comms/uhd/Makefile (contents, props changed) head/comms/usrp/Makefile (contents, props changed) head/converters/osm2pgsql/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/clickhouse/Makefile (contents, props changed) head/databases/galera/Makefile (contents, props changed) head/databases/glom/Makefile (contents, props changed) head/databases/grass7/Makefile (contents, props changed) head/databases/hamsterdb/Makefile (contents, props changed) head/databases/mariadb100-server/Makefile (contents, props changed) head/databases/mariadb101-server/Makefile (contents, props changed) head/databases/mariadb102-server/Makefile (contents, props changed) head/databases/mariadb55-server/Makefile (contents, props changed) head/databases/mongodb/Makefile (contents, props changed) head/databases/mongodb34-rocks/Makefile (contents, props changed) head/databases/mongodb34/Makefile (contents, props changed) head/databases/mysql-connector-c++/Makefile (contents, props changed) head/databases/pgrouting/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/sfcgal/Makefile (contents, props changed) head/databases/soci/Makefile (contents, props changed) head/databases/speedtables/Makefile (contents, props changed) head/databases/vsqlite/Makefile (contents, props changed) head/deskutils/easystroke/Makefile (contents, props changed) head/deskutils/gnote/Makefile (contents, props changed) head/deskutils/kdepim4-runtime/Makefile (contents, props changed) head/deskutils/kdepim4/Makefile (contents, props changed) head/deskutils/kdepimlibs4/Makefile (contents, props changed) head/deskutils/launchy/Makefile (contents, props changed) head/deskutils/pinot/Makefile (contents, props changed) head/devel/avro-cpp/Makefile (contents, props changed) head/devel/boost-all/common.mk head/devel/boost-docs/distinfo (contents, props changed) head/devel/boost-docs/pkg-plist (contents, props changed) head/devel/boost-jam/distinfo (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/distinfo (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) head/devel/boost-python-libs/distinfo (contents, props changed) head/devel/boost_build/Makefile (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/cpp-hocon/Makefile (contents, props changed) head/devel/cpp-netlib/Makefile (contents, props changed) head/devel/cpprestsdk/Makefile (contents, props changed) head/devel/eblob/Makefile (contents, props changed) head/devel/edb/Makefile (contents, props changed) head/devel/gearmand-devel/Makefile (contents, props changed) head/devel/gearmand/Makefile (contents, props changed) head/devel/kdevplatform/Makefile (contents, props changed) head/devel/leatherman/Makefile (contents, props changed) head/devel/libarea/Makefile (contents, props changed) head/devel/libclaw/Makefile (contents, props changed) head/devel/libcutl/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/devel/libftdi/Makefile (contents, props changed) head/devel/libftdi1/Makefile (contents, props changed) head/devel/libiqxmlrpc/Makefile (contents, props changed) head/devel/libkolab/Makefile (contents, props changed) head/devel/liblas/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/liborcus/Makefile (contents, props changed) head/devel/log4cxx/Makefile (contents, props changed) head/devel/love07/Makefile (contents, props changed) head/devel/love08/Makefile (contents, props changed) head/devel/love5/Makefile (contents, props changed) head/devel/luabind/Makefile (contents, props changed) head/devel/mongo-cxx-driver/Makefile (contents, props changed) head/devel/monotone/Makefile (contents, props changed) head/devel/msp430-debug-stack/Makefile (contents, props changed) head/devel/py-pyopencl/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/simgear/Makefile (contents, props changed) head/devel/smack/Makefile (contents, props changed) head/devel/srecord/Makefile (contents, props changed) head/devel/subcommander2/Makefile (contents, props changed) head/devel/synfig/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/uatraits/Makefile (contents, props changed) head/devel/umbrello/Makefile (contents, props changed) head/devel/vera++/Makefile (contents, props changed) head/devel/xmltooling/Makefile (contents, props changed) head/devel/yaml-cpp/Makefile (contents, props changed) head/dns/dnsdist/Makefile (contents, props changed) head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/editors/calligra/Makefile (contents, props changed) head/editors/jucipp/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/madedit/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/pdfedit/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/editors/xmlcopyeditor/Makefile (contents, props changed) head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64mk2/Makefile (contents, props changed) head/finance/kmymoney-kde4/Makefile (contents, props changed) head/finance/ledger/Makefile (contents, props changed) head/finance/moneymanagerex/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/alephone/Makefile (contents, props changed) head/games/allacrost/Makefile (contents, props changed) head/games/arx-libertatis/Makefile (contents, props changed) head/games/asc/Makefile (contents, props changed) head/games/bastet/Makefile (contents, props changed) head/games/blobby/Makefile (contents, props changed) head/games/burrtools/Makefile (contents, props changed) head/games/easyrpg-player/Makefile (contents, props changed) head/games/fishsupper/Makefile (contents, props changed) head/games/flightgear/Makefile (contents, props changed) head/games/flyhard/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/galaxyhack/Makefile (contents, props changed) head/games/glob2/Makefile (contents, props changed) head/games/lander/Makefile (contents, props changed) head/games/mkhexgrid/Makefile (contents, props changed) head/games/openclonk/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) head/games/openmw/Makefile (contents, props changed) head/games/openyahtzee/Makefile (contents, props changed) head/games/pingus/Makefile (contents, props changed) head/games/pokerth/Makefile (contents, props changed) head/games/py-fife/Makefile (contents, props changed) head/games/scummvm-tools/Makefile (contents, props changed) head/games/spring/Makefile (contents, props changed) head/games/springlobby/Makefile (contents, props changed) head/games/stuntrally/Makefile (contents, props changed) head/games/supertux2/Makefile (contents, props changed) head/games/traingame/Makefile (contents, props changed) head/games/valyriatear/Makefile (contents, props changed) head/games/vamos/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile (contents, props changed) head/games/wesnoth/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/graphics/agave/Makefile (contents, props changed) head/graphics/appleseed/Makefile (contents, props changed) head/graphics/aqsis/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/caffe/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/colmap/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/dspdfviewer/Makefile (contents, props changed) head/graphics/enblend/Makefile (contents, props changed) head/graphics/evolvotron/Makefile (contents, props changed) head/graphics/fracplanet/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/hugin/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/kipi-plugin-gpssync/Makefile (contents, props changed) head/graphics/krita/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libfreehand/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/libzmf/Makefile (contents, props changed) head/graphics/luminance-qt5/Makefile (contents, props changed) head/graphics/luminance/Makefile (contents, props changed) head/graphics/luxrender/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mitsuba/Makefile (contents, props changed) head/graphics/ogre3d/Makefile (contents, props changed) head/graphics/openimageio/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/panomatic/Makefile (contents, props changed) head/graphics/povray37/Makefile (contents, props changed) head/graphics/py-exiv2/Makefile (contents, props changed) head/graphics/scantailor/Makefile (contents, props changed) head/graphics/vigra/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/lang/sdcc-devel/Makefile (contents, props changed) head/lang/sdcc/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/aspcud/Makefile (contents, props changed) head/math/cadabra2/Makefile (contents, props changed) head/math/cgal/Makefile (contents, props changed) head/math/clblas/Makefile (contents, props changed) head/math/cryptominisat/Makefile (contents, props changed) head/math/dynare/Makefile (contents, props changed) head/math/fityk/Makefile (contents, props changed) head/math/freemat/Makefile (contents, props changed) head/math/kig/Makefile (contents, props changed) head/math/liborigin/Makefile (contents, props changed) head/math/mosesdecoder/Makefile (contents, props changed) head/math/pdal/Makefile (contents, props changed) head/math/rocs/Makefile (contents, props changed) head/math/stp/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/math/vowpal_wabbit/Makefile (contents, props changed) head/misc/artikulate/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/bombono/Makefile (contents, props changed) head/multimedia/cclive/Makefile (contents, props changed) head/multimedia/flvtool++/Makefile (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt5/Makefile (contents, props changed) head/multimedia/miro/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile (contents, props changed) head/multimedia/oggvideotools/Makefile (contents, props changed) head/multimedia/omxplayer/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/vdr-plugin-upnp/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/net-im/licq-icq/Makefile (contents, props changed) head/net-im/licq-jabber/Makefile (contents, props changed) head/net-im/licq-msn/Makefile (contents, props changed) head/net-im/licq-osd/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/net-im/licq/Makefile (contents, props changed) head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/icinga2/Makefile (contents, props changed) head/net-p2p/bitcoin-daemon/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/dogecoin/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-daemon/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-gtk/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-lib/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-qt/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile (contents, props changed) head/net-p2p/libktorrent/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/linuxdcpp/Makefile (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/namecoin/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net-p2p/zetacoin/Makefile (contents, props changed) head/net/asio/Makefile (contents, props changed) head/net/ceph-devel/Makefile (contents, props changed) head/net/ceph/Makefile (contents, props changed) head/net/grive/Makefile (contents, props changed) head/net/grive2/Makefile (contents, props changed) head/net/kdenetwork4-strigi-analyzers/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kget/Makefile (contents, props changed) head/net/libcmis/Makefile (contents, props changed) head/net/pktanon/Makefile (contents, props changed) head/net/scribe/Makefile (contents, props changed) head/net/tcpflow/Makefile (contents, props changed) head/net/xorp/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/libpagemaker/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/pdfcube/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/science/avogadro/Makefile (contents, props changed) head/science/bddsolve/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/iboview/Makefile (contents, props changed) head/science/libgeodecomp/Makefile (contents, props changed) head/science/libkml/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-postgresql/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/science/pulseview/Makefile (contents, props changed) head/security/botan110/Makefile (contents, props changed) head/security/clamfs/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/security/opensaml2/Makefile (contents, props changed) head/security/quantis/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/spass/Makefile (contents, props changed) head/sysutils/condor/Makefile (contents, props changed) head/sysutils/facter/Makefile (contents, props changed) head/sysutils/freefilesync/Makefile (contents, props changed) head/sysutils/kf5-kwallet/Makefile (contents, props changed) head/sysutils/logstalgia/Makefile (contents, props changed) head/sysutils/ori/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/textproc/clucene/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/kenlm/Makefile (contents, props changed) head/textproc/kiss-templates/Makefile (contents, props changed) head/textproc/libabw/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile (contents, props changed) head/textproc/libmwaw03/Makefile (contents, props changed) head/textproc/libodfgen01/Makefile (contents, props changed) head/textproc/librevenge/Makefile (contents, props changed) head/textproc/libstaroffice/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/libwpd010/Makefile (contents, props changed) head/textproc/libwps/Makefile (contents, props changed) head/textproc/libwps03/Makefile (contents, props changed) head/textproc/luceneplusplus/Makefile (contents, props changed) head/textproc/randlm/Makefile (contents, props changed) head/textproc/source-highlight/Makefile (contents, props changed) head/textproc/xmlwrapp/Makefile (contents, props changed) head/www/anyterm/Makefile (contents, props changed) head/www/domoticz/Makefile (contents, props changed) head/www/kdewebdev4/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/wt/Makefile (contents, props changed) head/x11-toolkits/flowcanvas/Makefile (contents, props changed) head/x11/kde4-workspace/Makefile (contents, props changed) head/x11/kf5-kactivities/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/archivers/innoextract/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/archivers/tardy/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/astro/libkgeomap/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/astro/libosmium/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.13.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/ardour/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ Modified: head/audio/ardour5/Makefile ============================================================================== --- head/audio/ardour5/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/ardour5/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/clementine-player/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/cpp-xmms2/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio PKGNAMEPREFIX= cpp- Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/csound6/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/mp3plot/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/mumble/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/murmur/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/musicpd/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/ncmpcpp/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/patchage/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/pms/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/py-tagpy/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/raul/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ Modified: head/audio/supercollider/Makefile ============================================================================== --- head/audio/supercollider/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/audio/supercollider/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= supercollider PORTVERSION= 3.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source-linux Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/biology/seqan-apps/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/freecad/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170616 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/fritzing/Makefile ============================================================================== --- head/cad/fritzing/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/fritzing/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/kicad-devel/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/kicad/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= cad Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/librecad/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org Modified: head/cad/linuxcnc-devel/Makefile ============================================================================== --- head/cad/linuxcnc-devel/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/linuxcnc-devel/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad PKGNAMESUFFIX= -devel Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/cad/openscad/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/chinese/librime/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/fldigi/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/gnuradio/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/gqrx/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.8 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/gr-osmosdr/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/uhd/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.10.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/comms/usrp/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/converters/osm2pgsql/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.92.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/akonadi/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/clickhouse/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= proler@gmail.com @@ -22,7 +22,6 @@ LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl \ libicudata.so:devel/icu \ - libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ libdouble-conversion.so:devel/libdouble-conversion \ @@ -43,7 +42,9 @@ BROKEN_FreeBSD_10= Builds but does not work USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes +# Bug 222439: use bundled boost 1.65.0 to avoid 1.65.1 bustage CMAKE_ARGS= -DUNBUNDLED=1 \ + -DUSE_INTERNAL_BOOST_LIBRARY=1 \ -DUSE_STATIC_LIBRARIES=0 \ -DNO_WERROR=1 \ -DENABLE_TESTS=0 \ Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/galera/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION?= 25.3.21 DISTVERSIONPREFIX?= release_ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= devel@galeracluster.com Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/glom/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/grass7/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/hamsterdb/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mariadb100-server/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.32 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mariadb101-server/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.26 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb102-server/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mariadb102-server/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.2.7 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mariadb55-server/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.57 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mongodb/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= mongodb PORTVERSION= 2.6.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} Modified: head/databases/mongodb34-rocks/Makefile ============================================================================== --- head/databases/mongodb34-rocks/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mongodb34-rocks/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -2,7 +2,7 @@ PORTNAME= mongodb PORTVERSION= 3.4.6 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mongodb34/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/mysql-connector-c++/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/pgrouting/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= pgrouting PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/php5-pdo_cassandra/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases PKGNAMEPREFIX= php5- Modified: head/databases/sfcgal/Makefile ============================================================================== --- head/databases/sfcgal/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/sfcgal/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases math graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/soci/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/speedtables/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -4,7 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.13.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/vsqlite/Makefile ============================================================================== --- head/databases/vsqlite/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/databases/vsqlite/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/easystroke/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MASTER_SITES= SF Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/gnote/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnome MASTER_SITES= GNOME Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/kdepim4-runtime/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/kdepim4/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/kdepimlibs4/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/launchy/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/deskutils/pinot/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Mon Sep 25 00:05:47 2017 (r450559) +++ head/devel/avro-cpp/Makefile Mon Sep 25 00:08:16 2017 (r450560) @@ -3,7 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Mon Sep 25 00:05:47 2017 (r450559) +++ head/devel/boost-all/common.mk Mon Sep 25 00:08:16 2017 (r450560) @@ -1,5 +1,5 @@ -PORTVERSION= 1.64.0 +PORTVERSION= 1.65.1 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} @@ -7,6 +7,7 @@ CATEGORIES= devel MAINTAINER= office@FreeBSD.org CONFLICTS+= boost-python-1* boost-1* -MASTER_SITES= SF/boost/boost/${PORTVERSION} +MASTER_SITES= https://dl.bintray.com/boostorg/release/${PORTVERSION}/source/ \ + SF/boost/boost/${PORTVERSION} USES+= tar:bzip2 Modified: head/devel/boost-docs/distinfo ============================================================================== --- head/devel/boost-docs/distinfo Mon Sep 25 00:05:47 2017 (r450559) +++ head/devel/boost-docs/distinfo Mon Sep 25 00:08:16 2017 (r450560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492395735 -SHA256 (boost_1_64_0.tar.bz2) = 7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 -SIZE (boost_1_64_0.tar.bz2) = 80472424 +TIMESTAMP = 1504346165 +SHA256 (boost_1_65_1.tar.bz2) = 9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81 +SIZE (boost_1_65_1.tar.bz2) = 82594767 Modified: head/devel/boost-docs/pkg-plist ============================================================================== --- head/devel/boost-docs/pkg-plist Mon Sep 25 00:05:47 2017 (r450559) +++ head/devel/boost-docs/pkg-plist Mon Sep 25 00:08:16 2017 (r450560) @@ -36,6 +36,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_HOMOGENEOUS.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PARAMETER_NESTED_KEYWORD.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_DECL.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_IMPLICIT_VALUE_NEXT_TOKEN.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_VERSION.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html @@ -43,7 +44,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp703208080.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp711643488.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html @@ -64,7 +65,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp703262064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp711697472.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RANDOM_MERSENNE_TWISTER_DISCARD_THRESHOLD.html @@ -73,7 +74,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG_IF_CXX11.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END_IF_CXX11.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SERIALI_idp498726400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SERIALI_idp499634080.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html @@ -94,7 +95,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp771932256.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp776608736.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html @@ -131,12 +132,6 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/acknowledgements.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/reference.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/user_s_guide.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm/CXX11.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm/CXX14.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm/Misc.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm/Searching.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/algorithm/reference.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/acknowledgments.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/align/compatibility.html @@ -170,6 +165,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/reference.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/tasks.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/util.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/constrained_value.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy/exception_wrapper.html @@ -179,88 +175,88 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357226976.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357229072.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp357231184.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360029104.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360031872.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360034640.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360037424.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408483232.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408486000.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408488768.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408491552.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408520448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp408522528.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410275200.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410478000.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410480112.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410626496.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410628576.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410713184.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410717728.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410758368.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410760448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410818656.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410820752.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410822864.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410826512.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410837840.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410839888.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410842000.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410878432.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410881216.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410909280.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410937024.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410941472.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410957136.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp410959248.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp411582640.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp411585424.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412926192.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412928272.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412930352.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412932448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412934560.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412938240.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413023424.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413054640.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413056752.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413058768.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413060784.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357193264.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357196976.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357200672.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357207376.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357236448.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357240160.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp357243920.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360044624.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408474672.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408498752.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp408503744.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410278464.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410593840.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410606880.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410630688.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410670688.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410686304.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410729984.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410738416.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410764176.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp410767888.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411547216.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411557808.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411569536.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411592576.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp411597568.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412660432.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412882832.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412908736.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413009232.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413026688.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413041072.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413066048.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360158224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360160320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360162432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360386800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360388880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360390960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360393056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360395168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp360398848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412540720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412878192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412909360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412911472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412913488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp412915504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413033744.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413036512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413039280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413042064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413922576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413925344.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413928112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413930896.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413959792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp413961872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414028000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414030112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414176496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414178576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414263184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414267728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414308368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414310448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414368656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414370752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414372864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414376512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414387840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414389888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414392000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414428432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414431216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414459280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414487024.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414491472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414507136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp414509248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp416381152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_ta_idp416383936.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360124464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360128176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360131920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360138624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360167696.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360171408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360175168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360339776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360343440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360369344.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp360523248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412543984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412864000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412881408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp412895792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413908976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413914016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413938096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp413943088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414143840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414156880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414180688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414220688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414236304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414279984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414288416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414314176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp414317888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp416345728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp416356320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp416368048.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp416391088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_f_idp416396080.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html @@ -272,7 +268,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_sq_idp412888624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_sq_idp360349232.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_mean.html @@ -287,15 +283,15 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean_of_weights.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent__idp410925808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent__idp414475808.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumu_idp411562032.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quan_idp411575424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumu_idp416360544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quan_idp416373936.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail_idp410748960.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Sep 25 00:23:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9E5DE05712; Mon, 25 Sep 2017 00:23:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B927367B1A; Mon, 25 Sep 2017 00:23:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P0Nngs042486; Mon, 25 Sep 2017 00:23:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P0NnmE042483; Mon, 25 Sep 2017 00:23:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250023.v8P0NnmE042483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450561 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 450561 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:23:51 -0000 Author: jbeich Date: Mon Sep 25 00:23:49 2017 New Revision: 450561 URL: https://svnweb.freebsd.org/changeset/ports/450561 Log: emulators/citra: update to s20170924 Changes: https://github.com/citra-emu/citra/compare/3fd864d67...93930a96 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Mon Sep 25 00:08:16 2017 (r450560) +++ head/emulators/citra/Makefile Mon Sep 25 00:23:49 2017 (r450561) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170809 -PORTREVISION?= 3 +PORTVERSION= s20170924 +PORTREVISION?= 0 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 3fd864d67 +GH_TAGNAME= 93930a96 GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:8f15e3f:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-187-gac5484c:fmt/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Mon Sep 25 00:08:16 2017 (r450560) +++ head/emulators/citra/distinfo Mon Sep 25 00:23:49 2017 (r450561) @@ -1,6 +1,6 @@ -TIMESTAMP = 1504457282 -SHA256 (citra-emu-citra-s20170809-3fd864d67_GH0.tar.gz) = c7ac3ec43d7ba9125b3c79c957c746137451db17b6d5106222b283f2726ee427 -SIZE (citra-emu-citra-s20170809-3fd864d67_GH0.tar.gz) = 1280731 +TIMESTAMP = 1506261436 +SHA256 (citra-emu-citra-s20170924-93930a96_GH0.tar.gz) = cf23f31ce739b064aa93040e4232a22819200e091b064e9300adb88fa7d1221d +SIZE (citra-emu-citra-s20170924-93930a96_GH0.tar.gz) = 1291911 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-8f15e3f_GH0.tar.gz) = 3e5b184c8d190849374fa426ee6a511f3375682232b46aaa8e060632eaa4cadb From owner-svn-ports-head@freebsd.org Mon Sep 25 00:51:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 013C3E05DD2; Mon, 25 Sep 2017 00:51:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD0AE68585; Mon, 25 Sep 2017 00:51:04 +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 v8P0p3bp053186; Mon, 25 Sep 2017 00:51:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P0p2re053174; Mon, 25 Sep 2017 00:51:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250051.v8P0p2re053174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450562 - in head: devel/googlemock devel/googletest devel/googletest/files emulators/dolphin-emu science/libkml science/orthanc science/orthanc-dicomweb science/orthanc-webviewer secur... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/googlemock devel/googletest devel/googletest/files emulators/dolphin-emu science/libkml science/orthanc science/orthanc-dicomweb science/orthanc-webviewer security/certificate-transpare... X-SVN-Commit-Revision: 450562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:51:05 -0000 Author: jbeich Date: Mon Sep 25 00:51:02 2017 New Revision: 450562 URL: https://svnweb.freebsd.org/changeset/ports/450562 Log: devel/google{test,mock}: update to 1.8.0.358 Changes: https://github.com/google/googletest/compare/59c795c...f1a87d7 Modified: head/devel/googlemock/Makefile (contents, props changed) head/devel/googlemock/distinfo (contents, props changed) head/devel/googletest/Makefile (contents, props changed) head/devel/googletest/distinfo (contents, props changed) head/devel/googletest/files/patch-Makefile.am (contents, props changed) head/devel/googletest/files/patch-bsd-defines (contents, props changed) head/emulators/dolphin-emu/Makefile (contents, props changed) head/science/libkml/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/security/certificate-transparency/Makefile (contents, props changed) Modified: head/devel/googlemock/Makefile ============================================================================== --- head/devel/googlemock/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googlemock/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,9 +3,8 @@ PORTNAME= googlemock DISTVERSIONPREFIX= release- -DISTVERSION= 1.8.0-50 -DISTVERSIONSUFFIX= -g59c795c -PORTREVISION= 1 +DISTVERSION= 1.8.0-358 +DISTVERSIONSUFFIX= -gf1a87d7 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/googlemock/distinfo ============================================================================== --- head/devel/googlemock/distinfo Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googlemock/distinfo Mon Sep 25 00:51:02 2017 (r450562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495138798 -SHA256 (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = c342155719a2dd5e6d38344056cfffea3c960569879727e22888f9cd6ae5ca66 -SIZE (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = 1285161 +TIMESTAMP = 1506208862 +SHA256 (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = cc71cd610a5781cca285d1568e4b573e7a33f585bf690b7569e433c2dff99c41 +SIZE (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = 953367 Modified: head/devel/googletest/Makefile ============================================================================== --- head/devel/googletest/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googletest/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,8 +3,8 @@ PORTNAME= googletest DISTVERSIONPREFIX= release- -DISTVERSION= 1.8.0-50 -DISTVERSIONSUFFIX= -g59c795c +DISTVERSION= 1.8.0-358 +DISTVERSIONSUFFIX= -gf1a87d7 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/googletest/distinfo ============================================================================== --- head/devel/googletest/distinfo Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googletest/distinfo Mon Sep 25 00:51:02 2017 (r450562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495138798 -SHA256 (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = c342155719a2dd5e6d38344056cfffea3c960569879727e22888f9cd6ae5ca66 -SIZE (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = 1285161 +TIMESTAMP = 1506208862 +SHA256 (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = cc71cd610a5781cca285d1568e4b573e7a33f585bf690b7569e433c2dff99c41 +SIZE (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = 953367 Modified: head/devel/googletest/files/patch-Makefile.am ============================================================================== --- head/devel/googletest/files/patch-Makefile.am Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googletest/files/patch-Makefile.am Mon Sep 25 00:51:02 2017 (r450562) @@ -1,6 +1,6 @@ Move custom headers into their own directory ---- Makefile.am.orig 2016-11-03 20:36:28 UTC +--- Makefile.am.orig 2017-09-23 23:21:02 UTC +++ Makefile.am @@ -208,7 +208,10 @@ pkginclude_internal_HEADERS = \ include/gtest/internal/gtest-port-arch.h \ Modified: head/devel/googletest/files/patch-bsd-defines ============================================================================== --- head/devel/googletest/files/patch-bsd-defines Mon Sep 25 00:23:49 2017 (r450561) +++ head/devel/googletest/files/patch-bsd-defines Mon Sep 25 00:51:02 2017 (r450562) @@ -1,8 +1,8 @@ -o Add DragonFly, NetBSD and GNU/kFreeBSD support +o Add DragonFly and GNU/kFreeBSD support o Implement GetThreadCount() for BSDs o Work around StreamingListenerTest with GCC 4.2 ---- include/gtest/internal/gtest-port-arch.h.orig 2016-11-03 20:36:28 UTC +--- include/gtest/internal/gtest-port-arch.h.orig 2017-09-23 23:21:02 UTC +++ include/gtest/internal/gtest-port-arch.h @@ -67,6 +67,10 @@ # if TARGET_OS_IPHONE @@ -14,52 +14,38 @@ o Work around StreamingListenerTest with GCC 4.2 +# define GTEST_OS_GNU_KFREEBSD 1 #elif defined __FreeBSD__ # define GTEST_OS_FREEBSD 1 - #elif defined __linux__ -@@ -84,6 +88,8 @@ - # define GTEST_OS_HPUX 1 - #elif defined __native_client__ - # define GTEST_OS_NACL 1 -+#elif defined __NetBSD__ -+# define GTEST_OS_NETBSD 1 - #elif defined __OpenBSD__ - # define GTEST_OS_OPENBSD 1 - #elif defined __QNX__ ---- include/gtest/internal/gtest-port.h.orig 2016-11-03 20:36:28 UTC + #elif defined __Fuchsia__ +--- include/gtest/internal/gtest-port.h.orig 2017-09-23 23:21:02 UTC +++ include/gtest/internal/gtest-port.h -@@ -121,13 +121,16 @@ +@@ -121,7 +121,9 @@ // // GTEST_OS_AIX - IBM AIX // GTEST_OS_CYGWIN - Cygwin +// GTEST_OS_DRAGONFLY - DragonFly // GTEST_OS_FREEBSD - FreeBSD +// GTEST_OS_GNU_KFREEBSD - GNU/kFreeBSD + // GTEST_OS_FUCHSIA - Fuchsia // GTEST_OS_HPUX - HP-UX // GTEST_OS_LINUX - Linux - // GTEST_OS_LINUX_ANDROID - Google Android - // GTEST_OS_MAC - Mac OS X - // GTEST_OS_IOS - iOS - // GTEST_OS_NACL - Google Native Client (NaCl) -+// GTEST_OS_NETBSD - NetBSD - // GTEST_OS_OPENBSD - OpenBSD - // GTEST_OS_QNX - QNX - // GTEST_OS_SOLARIS - Sun Solaris -@@ -607,6 +610,7 @@ typedef struct _RTL_CRITICAL_SECTION GTE - // To disable threading support in Google Test, add -DGTEST_HAS_PTHREAD=0 +@@ -610,6 +612,7 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SE // to your compiler flags. - # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ -+ || GTEST_OS_GNU_KFREEBSD || GTEST_OS_DRAGONFLY || GTEST_OS_NETBSD || GTEST_OS_OPENBSD \ - || GTEST_OS_QNX || GTEST_OS_FREEBSD || GTEST_OS_NACL) + #define GTEST_HAS_PTHREAD \ + (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX || GTEST_OS_QNX || \ ++ GTEST_OS_GNU_KFREEBSD || GTEST_OS_DRAGONFLY || GTEST_OS_OPENBSD || \ + GTEST_OS_FREEBSD || GTEST_OS_NACL || GTEST_OS_NETBSD || GTEST_OS_FUCHSIA) #endif // GTEST_HAS_PTHREAD -@@ -800,6 +804,7 @@ using ::std::tuple_size; +@@ -803,7 +806,8 @@ using ::std::tuple_size; (GTEST_OS_MAC && !GTEST_OS_IOS) || \ (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ +- GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD || GTEST_OS_NETBSD) + GTEST_OS_GNU_KFREEBSD || GTEST_OS_DRAGONFLY || GTEST_OS_NETBSD || \ - GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD) ++ GTEST_OS_OPENBSD || GTEST_OS_QNX || GTEST_OS_FREEBSD) # define GTEST_HAS_DEATH_TEST 1 #endif -@@ -832,7 +837,8 @@ using ::std::tuple_size; + +@@ -835,7 +839,8 @@ using ::std::tuple_size; (GTEST_OS_WINDOWS || GTEST_OS_CYGWIN || GTEST_OS_SYMBIAN || GTEST_OS_AIX) // Determines whether test results can be streamed to a socket. @@ -69,7 +55,7 @@ o Work around StreamingListenerTest with GCC 4.2 # define GTEST_CAN_STREAM_RESULTS_ 1 #endif ---- src/gtest-port.cc.orig 2016-11-03 20:36:28 UTC +--- src/gtest-port.cc.orig 2017-09-23 23:21:02 UTC +++ src/gtest-port.cc @@ -52,6 +52,14 @@ # include @@ -167,7 +153,7 @@ o Work around StreamingListenerTest with GCC 4.2 #elif GTEST_OS_QNX // Returns the number of threads running in the process, or 0 to indicate that ---- src/gtest.cc.orig 2016-11-03 20:36:28 UTC +--- src/gtest.cc.orig 2017-09-23 23:21:02 UTC +++ src/gtest.cc @@ -127,7 +127,7 @@ #endif @@ -178,9 +164,9 @@ o Work around StreamingListenerTest with GCC 4.2 # include // NOLINT # include // NOLINT # include // NOLINT ---- test/gtest-port_test.cc.orig 2016-11-03 20:36:28 UTC +--- test/gtest-port_test.cc.orig 2017-09-23 23:21:02 UTC +++ test/gtest-port_test.cc -@@ -304,7 +304,8 @@ TEST(FormatCompilerIndependentFileLocati +@@ -304,7 +304,8 @@ TEST(FormatCompilerIndependentFileLocationTest, Format EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(NULL, -1)); } @@ -190,9 +176,9 @@ o Work around StreamingListenerTest with GCC 4.2 void* ThreadFunc(void* data) { internal::Mutex* mutex = static_cast(data); mutex->Lock(); ---- test/gtest_unittest.cc.orig 2016-11-03 20:36:28 UTC +--- test/gtest_unittest.cc.orig 2017-09-23 23:21:02 UTC +++ test/gtest_unittest.cc -@@ -118,6 +118,7 @@ TEST_F(StreamingListenerTest, OnTestIter +@@ -118,6 +118,7 @@ TEST_F(StreamingListenerTest, OnTestIterationEnd) { EXPECT_EQ("event=TestIterationEnd&passed=1&elapsed_time=0ms\n", *output()); } @@ -200,7 +186,7 @@ o Work around StreamingListenerTest with GCC 4.2 TEST_F(StreamingListenerTest, OnTestCaseStart) { *output() = ""; streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL)); -@@ -129,6 +130,7 @@ TEST_F(StreamingListenerTest, OnTestCase +@@ -129,6 +130,7 @@ TEST_F(StreamingListenerTest, OnTestCaseEnd) { streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL)); EXPECT_EQ("event=TestCaseEnd&passed=1&elapsed_time=0ms\n", *output()); } Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/emulators/dolphin-emu/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/science/libkml/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= libkml PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org Modified: head/science/orthanc-dicomweb/Makefile ============================================================================== --- head/science/orthanc-dicomweb/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/science/orthanc-dicomweb/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= orthanc-dicomweb PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science net MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ DISTNAME= OrthancDicomWeb-${PORTVERSION} Modified: head/science/orthanc-webviewer/Makefile ============================================================================== --- head/science/orthanc-webviewer/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/science/orthanc-webviewer/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= orthanc-webviewer PORTVERSION= 2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/science/orthanc/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= orthanc PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Sep 25 00:23:49 2017 (r450561) +++ head/security/certificate-transparency/Makefile Mon Sep 25 00:51:02 2017 (r450562) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MAINTAINER= ports@FreeBSD.org From owner-svn-ports-head@freebsd.org Mon Sep 25 00:57:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD1B7E06052; Mon, 25 Sep 2017 00:57:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8771C687AF; Mon, 25 Sep 2017 00:57:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P0vZiq055010; Mon, 25 Sep 2017 00:57:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P0vZNa055009; Mon, 25 Sep 2017 00:57:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250057.v8P0vZNa055009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450563 - head/databases/clickhouse X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/databases/clickhouse X-SVN-Commit-Revision: 450563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 00:57:36 -0000 Author: jbeich Date: Mon Sep 25 00:57:35 2017 New Revision: 450563 URL: https://svnweb.freebsd.org/changeset/ports/450563 Log: databases/clickhouse: mark BROKEN after r450560 In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:19: In file included from contrib/libboost/boost_1_65_0/boost/rational.hpp:82: contrib/libboost/boost_1_65_0/boost/integer/common_factor_rt.hpp:447:44: error: no member named 'min' in 'std::__1::numeric_limits<__uint128_t>' if(a == (std::numeric_limits::min)()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ contrib/libboost/boost_1_65_0/boost/rational.hpp:854:26: note: in instantiation of function template specialization 'boost::integer::gcd' requested here IntType g = integer::gcd(num, den); ^ contrib/libboost/boost_1_65_0/boost/rational.hpp:163:8: note: in instantiation of member function 'boost::rational::normalize' requested here normalize(); ^ contrib/libboost/boost_1_65_0/boost/rational.hpp:251:23: note: in instantiation of function template specialization 'boost::rational::rational' requested here return *this = rational(static_cast(n), static_cast(d)); ^ contrib/libboost/boost_1_65_0/boost/rational.hpp:211:8: note: in instantiation of function template specialization 'boost::rational::assign' requested here assign(n, static_cast(1)); ^ dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:122:16: note: in instantiation of function template specialization 'boost::rational::rational' requested here return 1; ^ [...] PR: 222439 Pointy hat to: jbeich (bundled boost didn't help) Modified: head/databases/clickhouse/Makefile (contents, props changed) Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Sep 25 00:51:02 2017 (r450562) +++ head/databases/clickhouse/Makefile Mon Sep 25 00:57:35 2017 (r450563) @@ -12,6 +12,8 @@ CATEGORIES= databases MAINTAINER= proler@gmail.com COMMENT= ClickHouse is an column-oriented database management system +BROKEN= fails to build with boost 1.65 (bundled & system), see bug 222439 + LICENSE= APACHE20 BUILD_DEPENDS= bash:shells/bash \ @@ -22,6 +24,7 @@ LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl \ libicudata.so:devel/icu \ + libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ libdouble-conversion.so:devel/libdouble-conversion \ @@ -42,9 +45,7 @@ BROKEN_FreeBSD_10= Builds but does not work USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes -# Bug 222439: use bundled boost 1.65.0 to avoid 1.65.1 bustage CMAKE_ARGS= -DUNBUNDLED=1 \ - -DUSE_INTERNAL_BOOST_LIBRARY=1 \ -DUSE_STATIC_LIBRARIES=0 \ -DNO_WERROR=1 \ -DENABLE_TESTS=0 \ From owner-svn-ports-head@freebsd.org Mon Sep 25 01:14:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E93C0E0661C; Mon, 25 Sep 2017 01:14:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5AAB69398; Mon, 25 Sep 2017 01:14:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P1Ef7T063232; Mon, 25 Sep 2017 01:14:41 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P1EfUS063230; Mon, 25 Sep 2017 01:14:41 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201709250114.v8P1EfUS063230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Mon, 25 Sep 2017 01:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450564 - in head: net/openvswitch www/owncloud X-SVN-Group: ports-head X-SVN-Commit-Author: kevlo X-SVN-Commit-Paths: in head: net/openvswitch www/owncloud X-SVN-Commit-Revision: 450564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 01:14:43 -0000 Author: kevlo Date: Mon Sep 25 01:14:41 2017 New Revision: 450564 URL: https://svnweb.freebsd.org/changeset/ports/450564 Log: Drop maintainership. Modified: head/net/openvswitch/Makefile head/www/owncloud/Makefile Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Mon Sep 25 00:57:35 2017 (r450563) +++ head/net/openvswitch/Makefile Mon Sep 25 01:14:41 2017 (r450564) @@ -6,7 +6,7 @@ PORTVERSION= 2.3.3 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Mon Sep 25 00:57:35 2017 (r450563) +++ head/www/owncloud/Makefile Mon Sep 25 01:14:41 2017 (r450564) @@ -1,3 +1,4 @@ +# Created by: Kevin Lo # $FreeBSD$ PORTNAME= owncloud @@ -5,7 +6,7 @@ PORTVERSION= 10.0.2 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 From owner-svn-ports-head@freebsd.org Mon Sep 25 01:19:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58D02E066D2; Mon, 25 Sep 2017 01:19:09 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E39694BD; Mon, 25 Sep 2017 01:19:09 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P1J8Gp063474; Mon, 25 Sep 2017 01:19:08 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P1J85C063473; Mon, 25 Sep 2017 01:19:08 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201709250119.v8P1J85C063473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 25 Sep 2017 01:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450565 - head/www/novnc-websockify X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/www/novnc-websockify X-SVN-Commit-Revision: 450565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 01:19:09 -0000 Author: araujo Date: Mon Sep 25 01:19:07 2017 New Revision: 450565 URL: https://svnweb.freebsd.org/changeset/ports/450565 Log: Fix stage. Modified: head/www/novnc-websockify/Makefile Modified: head/www/novnc-websockify/Makefile ============================================================================== --- head/www/novnc-websockify/Makefile Mon Sep 25 01:14:41 2017 (r450564) +++ head/www/novnc-websockify/Makefile Mon Sep 25 01:19:07 2017 (r450565) @@ -25,6 +25,7 @@ TARGET_DIR= ${PREFIX}/libexec/novnc/utils/websockify do-install: ${MKDIR} ${TARGET_DIR} + ${MKDIR} ${STAGEDIR}${TARGET_DIR} cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} @${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run From owner-svn-ports-head@freebsd.org Mon Sep 25 02:38:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFF53E07ABA; Mon, 25 Sep 2017 02:38:29 +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 AB9B06AF68; Mon, 25 Sep 2017 02:38:29 +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 v8P2cSeX095675; Mon, 25 Sep 2017 02:38:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P2cSlO095673; Mon, 25 Sep 2017 02:38:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709250238.v8P2cSlO095673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 25 Sep 2017 02:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450566 - head/finance/weberp X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/finance/weberp X-SVN-Commit-Revision: 450566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 02:38:30 -0000 Author: wen Date: Mon Sep 25 02:38:28 2017 New Revision: 450566 URL: https://svnweb.freebsd.org/changeset/ports/450566 Log: - Update to 4.14.1 Modified: head/finance/weberp/Makefile head/finance/weberp/distinfo Modified: head/finance/weberp/Makefile ============================================================================== --- head/finance/weberp/Makefile Mon Sep 25 01:19:07 2017 (r450565) +++ head/finance/weberp/Makefile Mon Sep 25 02:38:28 2017 (r450566) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= weberp -PORTVERSION= 4.13.1 +PORTVERSION= 4.14.1 CATEGORIES= finance www MASTER_SITES= SF/web-erp/ -DISTNAME= webERP_${PORTVERSION} +DISTNAME= webERP${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open-Source Web-Based ERP System @@ -15,7 +15,7 @@ LICENSE= GPLv2 PORTSCOUT= skipv:3.12 USES= gettext shebangfix zip -SHEBANG_FILES= report_runner.php +SHEBANG_FILES= report_runner.php make_release.sh USE_PHP= mysqli gettext WRKSRC= ${WRKDIR}/webERP Modified: head/finance/weberp/distinfo ============================================================================== --- head/finance/weberp/distinfo Mon Sep 25 01:19:07 2017 (r450565) +++ head/finance/weberp/distinfo Mon Sep 25 02:38:28 2017 (r450566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480319447 -SHA256 (webERP_4.13.1.zip) = 7d6c438435ce07bfd208ce96c39e7adcb39acd3083813b9949cff3095fcd264f -SIZE (webERP_4.13.1.zip) = 30231652 +TIMESTAMP = 1506334148 +SHA256 (webERP4.14.1.zip) = 686a5c5c72bfa3f42dd72d361ed3e6d4fcda1af3bc3ff512cea480e322ab0a72 +SIZE (webERP4.14.1.zip) = 30862574 From owner-svn-ports-head@freebsd.org Mon Sep 25 03:19:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B72F7E08154; Mon, 25 Sep 2017 03:19:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BC4D6BF83; Mon, 25 Sep 2017 03:19:28 +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 v8P3JRNi012621; Mon, 25 Sep 2017 03:19:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P3JRXw012619; Mon, 25 Sep 2017 03:19:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250319.v8P3JRXw012619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 03:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450567 - head/multimedia/mpc-qt X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/mpc-qt X-SVN-Commit-Revision: 450567 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 03:19:28 -0000 Author: jbeich Date: Mon Sep 25 03:19:27 2017 New Revision: 450567 URL: https://svnweb.freebsd.org/changeset/ports/450567 Log: multimedia/mpc-qt: update to 17.09.18 Changes: https://github.com/cmdrkotori/mpc-qt/compare/485ba78...1f6806d Modified: head/multimedia/mpc-qt/Makefile (contents, props changed) head/multimedia/mpc-qt/distinfo (contents, props changed) Modified: head/multimedia/mpc-qt/Makefile ============================================================================== --- head/multimedia/mpc-qt/Makefile Mon Sep 25 02:38:28 2017 (r450566) +++ head/multimedia/mpc-qt/Makefile Mon Sep 25 03:19:27 2017 (r450567) @@ -2,8 +2,8 @@ PORTNAME= mpc-qt DISTVERSIONPREFIX= v -DISTVERSION= 17.09-12 -DISTVERSIONSUFFIX= -g485ba78 +DISTVERSION= 17.09-18 +DISTVERSIONSUFFIX= -g1f6806d CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/mpc-qt/distinfo ============================================================================== --- head/multimedia/mpc-qt/distinfo Mon Sep 25 02:38:28 2017 (r450566) +++ head/multimedia/mpc-qt/distinfo Mon Sep 25 03:19:27 2017 (r450567) @@ -1,5 +1,5 @@ -TIMESTAMP = 1504521873 -SHA256 (cmdrkotori-mpc-qt-v17.09-12-g485ba78_GH0.tar.gz) = bed5309ae7a46cee27ae88f45c49a7b691510cf212da15c173a2d34c665421b6 -SIZE (cmdrkotori-mpc-qt-v17.09-12-g485ba78_GH0.tar.gz) = 172717 +TIMESTAMP = 1506072779 +SHA256 (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 5d5a377c695b8eaf5c68d368fd121d3447a4b3820395a93e44f9195a11277c62 +SIZE (cmdrkotori-mpc-qt-v17.09-18-g1f6806d_GH0.tar.gz) = 172885 SHA256 (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 4b180ea8f4f45bb8d822745b32d22d61b09204a2d192543429a562801f3af650 SIZE (Argon--mpv-stats-1.1-24-g6a37a6d_GH0.tar.gz) = 15179 From owner-svn-ports-head@freebsd.org Mon Sep 25 03:19:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF138E081A4; Mon, 25 Sep 2017 03:19:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E6676C053; Mon, 25 Sep 2017 03:19:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P3JhRZ012753; Mon, 25 Sep 2017 03:19:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P3JhqI012751; Mon, 25 Sep 2017 03:19:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250319.v8P3JhqI012751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 03:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450568 - head/devel/android-tools-adb-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/android-tools-adb-devel X-SVN-Commit-Revision: 450568 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 03:19:44 -0000 Author: jbeich Date: Mon Sep 25 03:19:43 2017 New Revision: 450568 URL: https://svnweb.freebsd.org/changeset/ports/450568 Log: devel/android-tools-adb-devel: update to o.p.4.4506 Changes: https://android.googlesource.com/platform/system/core/+log/cfadedb1391f..7229576bfed0/adb Modified: head/devel/android-tools-adb-devel/Makefile (contents, props changed) head/devel/android-tools-adb-devel/distinfo (contents, props changed) Modified: head/devel/android-tools-adb-devel/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/Makefile Mon Sep 25 03:19:27 2017 (r450567) +++ head/devel/android-tools-adb-devel/Makefile Mon Sep 25 03:19:43 2017 (r450568) @@ -1,8 +1,8 @@ # $FreeBSD$ # Hint: git describe --abbrev=12 --match android-o-preview-4 -DISTVERSION= o-preview-4-4407 -DISTVERSIONSUFFIX= -gcfadedb1391f +DISTVERSION= o-preview-4-4506 +DISTVERSIONSUFFIX= -g7229576bfed0 PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* Modified: head/devel/android-tools-adb-devel/distinfo ============================================================================== --- head/devel/android-tools-adb-devel/distinfo Mon Sep 25 03:19:27 2017 (r450567) +++ head/devel/android-tools-adb-devel/distinfo Mon Sep 25 03:19:43 2017 (r450568) @@ -1,6 +1,6 @@ -TIMESTAMP = 1504840524 -SHA256 (android-platform_system_core-android-o-preview-4-4407-gcfadedb1391f_GH0.tar.gz) = 234a3c2d5f5b79946cf8cb2960c59c65eb46bea3e1f0a75130d55113db23503c -SIZE (android-platform_system_core-android-o-preview-4-4407-gcfadedb1391f_GH0.tar.gz) = 5257246 +TIMESTAMP = 1506130722 +SHA256 (android-platform_system_core-android-o-preview-4-4506-g7229576bfed0_GH0.tar.gz) = 48bd7b4ebe9a609fb5f936a728a5b2c20d8fd1acf3a6434a253a03440f6dbece +SIZE (android-platform_system_core-android-o-preview-4-4506-g7229576bfed0_GH0.tar.gz) = 5271639 SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c SIZE (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = 5967 SHA256 (android-platform_development-android-o-preview-4-62-g417a8e237642_GH0.tar.gz) = 44ecd4159178ab9410c883954c0a3bf5b3bc6d6d6e485dad75267626e186604e From owner-svn-ports-head@freebsd.org Mon Sep 25 05:27:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE2ECE0A003; Mon, 25 Sep 2017 05:27:00 +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 7CFF16E9B0; Mon, 25 Sep 2017 05:27:00 +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 v8P5QxAr065410; Mon, 25 Sep 2017 05:26:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P5QxxQ065409; Mon, 25 Sep 2017 05:26:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709250526.v8P5QxxQ065409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Sep 2017 05:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450569 - head/www/links-hacked X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/links-hacked X-SVN-Commit-Revision: 450569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 05:27:00 -0000 Author: antoine Date: Mon Sep 25 05:26:59 2017 New Revision: 450569 URL: https://svnweb.freebsd.org/changeset/ports/450569 Log: Revert r450353 and unbreak Reported by: pkg-fallout With hat: portmgr Modified: head/www/links-hacked/Makefile Modified: head/www/links-hacked/Makefile ============================================================================== --- head/www/links-hacked/Makefile Mon Sep 25 03:19:43 2017 (r450568) +++ head/www/links-hacked/Makefile Mon Sep 25 05:26:59 2017 (r450569) @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --without-pmshell --without-atheos --without-fb CFLAGS+= -Wno-error=return-type -LDFLAGS+= -lexecinfo +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo CONFLICTS= links-[0-9]* From owner-svn-ports-head@freebsd.org Mon Sep 25 05:55:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9384DE0A557; Mon, 25 Sep 2017 05:55: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 560206F273; Mon, 25 Sep 2017 05:55: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 v8P5ttLs077423; Mon, 25 Sep 2017 05:55:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P5ttPI077421; Mon, 25 Sep 2017 05:55:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709250555.v8P5ttPI077421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Sep 2017 05:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450570 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit-payloads X-SVN-Commit-Revision: 450570 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 05:55:56 -0000 Author: antoine Date: Mon Sep 25 05:55:55 2017 New Revision: 450570 URL: https://svnweb.freebsd.org/changeset/ports/450570 Log: Update to 1.3.8 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Mon Sep 25 05:26:59 2017 (r450569) +++ head/security/rubygem-metasploit-payloads/Makefile Mon Sep 25 05:55:55 2017 (r450570) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Mon Sep 25 05:26:59 2017 (r450569) +++ head/security/rubygem-metasploit-payloads/distinfo Mon Sep 25 05:55:55 2017 (r450570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504945779 -SHA256 (rubygem/metasploit-payloads-1.3.7.gem) = 46c0d07ed4fe58cca69a13e3085180105546bc56cea3d069b21746e5a1abd5c8 -SIZE (rubygem/metasploit-payloads-1.3.7.gem) = 11930112 +TIMESTAMP = 1506145890 +SHA256 (rubygem/metasploit-payloads-1.3.8.gem) = 1446d5ab5885daec42c2e913c6f539af22cd70f975695002ebd1909293902d10 +SIZE (rubygem/metasploit-payloads-1.3.8.gem) = 11930112 From owner-svn-ports-head@freebsd.org Mon Sep 25 05:56:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E149FE0A593; Mon, 25 Sep 2017 05:56:27 +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 AB5166F34D; Mon, 25 Sep 2017 05:56:27 +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 v8P5uQR2077557; Mon, 25 Sep 2017 05:56:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P5uQBa077554; Mon, 25 Sep 2017 05:56:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709250556.v8P5uQBa077554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Sep 2017 05:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450571 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 450571 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 05:56:28 -0000 Author: antoine Date: Mon Sep 25 05:56:26 2017 New Revision: 450571 URL: https://svnweb.freebsd.org/changeset/ports/450571 Log: Update to 4.16.8 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Mon Sep 25 05:55:55 2017 (r450570) +++ head/security/metasploit/Makefile Mon Sep 25 05:56:26 2017 (r450571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.6 +PORTVERSION= 4.16.8 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -26,7 +26,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.3.7:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=1.3.8:security/rubygem-metasploit-payloads \ rubygem-metasploit_payloads-mettle>=0.2.2:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack1>=0:devel/rubygem-msgpack1 \ rubygem-network_interface>=0:net/rubygem-network_interface \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Mon Sep 25 05:55:55 2017 (r450570) +++ head/security/metasploit/distinfo Mon Sep 25 05:56:26 2017 (r450571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504945681 -SHA256 (rapid7-metasploit-framework-4.16.6_GH0.tar.gz) = ce52552388df286028aa5e7c29ddc323749742890947b5bdc5038c807a85332b -SIZE (rapid7-metasploit-framework-4.16.6_GH0.tar.gz) = 24085120 +TIMESTAMP = 1506145799 +SHA256 (rapid7-metasploit-framework-4.16.8_GH0.tar.gz) = fb226b13fb69df8928097ec427fc85dddd0c3bd377548dcda5840719e772840e +SIZE (rapid7-metasploit-framework-4.16.8_GH0.tar.gz) = 24089210 From owner-svn-ports-head@freebsd.org Mon Sep 25 06:06:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B33E0A746; Mon, 25 Sep 2017 06:06:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEAB56F704; Mon, 25 Sep 2017 06:06:06 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P666HZ081776; Mon, 25 Sep 2017 06:06:06 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P66644081774; Mon, 25 Sep 2017 06:06:06 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201709250606.v8P66644081774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 25 Sep 2017 06:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450572 - head/devel/sbt X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/devel/sbt X-SVN-Commit-Revision: 450572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 06:06:07 -0000 Author: ale Date: Mon Sep 25 06:06:05 2017 New Revision: 450572 URL: https://svnweb.freebsd.org/changeset/ports/450572 Log: Update to 1.0.2 release. Modified: head/devel/sbt/Makefile head/devel/sbt/distinfo Modified: head/devel/sbt/Makefile ============================================================================== --- head/devel/sbt/Makefile Mon Sep 25 05:56:26 2017 (r450571) +++ head/devel/sbt/Makefile Mon Sep 25 06:06:05 2017 (r450572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sbt -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel java MASTER_SITES= https://cocl.us/ Modified: head/devel/sbt/distinfo ============================================================================== --- head/devel/sbt/distinfo Mon Sep 25 05:56:26 2017 (r450571) +++ head/devel/sbt/distinfo Mon Sep 25 06:06:05 2017 (r450572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504873206 -SHA256 (sbt-1.0.1.tgz) = 5b68996a890b4a91efd9d13b9aca5e2b09f78c254c2907b3d548a9a7a73b0e5a -SIZE (sbt-1.0.1.tgz) = 59744300 +TIMESTAMP = 1506319431 +SHA256 (sbt-1.0.2.tgz) = c3f063d8122d87f0d80b25221d76b0a164e9247d35190f31ec360edcb4352ef0 +SIZE (sbt-1.0.2.tgz) = 59752308 From owner-svn-ports-head@freebsd.org Mon Sep 25 06:35:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0846AE0C15E; Mon, 25 Sep 2017 06:35:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C712E70256; Mon, 25 Sep 2017 06:34:59 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P6YwG1094032; Mon, 25 Sep 2017 06:34:58 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P6Yw1n094030; Mon, 25 Sep 2017 06:34:58 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201709250634.v8P6Yw1n094030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 25 Sep 2017 06:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450573 - in head/audio/mixxx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/audio/mixxx: . files X-SVN-Commit-Revision: 450573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 06:35:00 -0000 Author: acm Date: Mon Sep 25 06:34:58 2017 New Revision: 450573 URL: https://svnweb.freebsd.org/changeset/ports/450573 Log: - Add missing dependency - Take maintainership - Fix libmp3lame detection - Bump PORTREVISION Added: head/audio/mixxx/files/patch-src-encoder_encodermp3.cpp (contents, props changed) Modified: head/audio/mixxx/Makefile Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Mon Sep 25 06:06:05 2017 (r450572) +++ head/audio/mixxx/Makefile Mon Sep 25 06:34:58 2017 (r450573) @@ -4,11 +4,11 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= DJ mixing application LICENSE= GPLv2+ @@ -32,8 +32,8 @@ BROKEN_aarch64= fails to compile: Exception("invalid BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack USES= scons iconv pkgconfig -USE_QT4= corelib gui network opengl script scripttools sql svg \ - testlib xml xmlpatterns linguisttools_build moc_build \ +USE_QT4= corelib gui network opengl script scripttools sql sql-sqlite3 \ + svg testlib xml xmlpatterns linguisttools_build moc_build \ qmake_build rcc_build uic_build USE_GL= gl glu MAKE_ARGS= qtdir="${PREFIX}" install_root="${PREFIX}" \ Added: head/audio/mixxx/files/patch-src-encoder_encodermp3.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mixxx/files/patch-src-encoder_encodermp3.cpp Mon Sep 25 06:34:58 2017 (r450573) @@ -0,0 +1,11 @@ +--- src/encoder/encodermp3.cpp 2017-09-24 22:09:28.258505000 -0500 ++++ src/encoder/encodermp3.cpp 2017-09-24 22:12:09.197474000 -0500 +@@ -76,7 +76,7 @@ + */ + QStringList libnames; + QString libname = ""; +-#ifdef __LINUX__ ++#if defined(__LINUX__) || defined(__FreeBSD__) + libnames << "mp3lame"; + #elif __WINDOWS__ + libnames << "lame_enc.dll"; From owner-svn-ports-head@freebsd.org Mon Sep 25 08:11:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF81E0DB91; Mon, 25 Sep 2017 08:11:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A8FE724E7; Mon, 25 Sep 2017 08:11:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P8BJJs031939; Mon, 25 Sep 2017 08:11:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P8BJaX031938; Mon, 25 Sep 2017 08:11:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709250811.v8P8BJaX031938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Sep 2017 08:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450574 - head/devel/gearmand-devel X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/gearmand-devel X-SVN-Commit-Revision: 450574 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 08:11:20 -0000 Author: antoine Date: Mon Sep 25 08:11:18 2017 New Revision: 450574 URL: https://svnweb.freebsd.org/changeset/ports/450574 Log: Revert r450353 and unbreak Reported by: pkg-fallout With hat: portmgr Modified: head/devel/gearmand-devel/Makefile Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Mon Sep 25 06:34:58 2017 (r450573) +++ head/devel/gearmand-devel/Makefile Mon Sep 25 08:11:18 2017 (r450574) @@ -32,7 +32,8 @@ SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \ --localstatedir=/var/db/${PORTNAME} --enable-static -LDFLAGS+= -lexecinfo +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB OPTIONS_DEFAULT=SQLITE From owner-svn-ports-head@freebsd.org Mon Sep 25 09:02:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44B82E0EADA; Mon, 25 Sep 2017 09:02: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 19BE17374C; Mon, 25 Sep 2017 09:02: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 v8P91x2K052601; Mon, 25 Sep 2017 09:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P91wxu052596; Mon, 25 Sep 2017 09:01:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709250901.v8P91wxu052596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 25 Sep 2017 09:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450575 - in head/ftp/cftp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/ftp/cftp: . files X-SVN-Commit-Revision: 450575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:02:00 -0000 Author: amdmi3 Date: Mon Sep 25 09:01:58 2017 New Revision: 450575 URL: https://svnweb.freebsd.org/changeset/ports/450575 Log: - Add LICENSE - Regenerate patches - Update WWW Added: head/ftp/cftp/files/patch-mkbind.c - copied, changed from r450574, head/ftp/cftp/files/patch-mkbind_c Deleted: head/ftp/cftp/files/patch-mkbind_c Modified: head/ftp/cftp/Makefile head/ftp/cftp/files/patch-ftp.c head/ftp/cftp/files/patch-readrc.c head/ftp/cftp/pkg-descr Modified: head/ftp/cftp/Makefile ============================================================================== --- head/ftp/cftp/Makefile Mon Sep 25 08:11:18 2017 (r450574) +++ head/ftp/cftp/Makefile Mon Sep 25 09:01:58 2017 (r450575) @@ -11,6 +11,9 @@ MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Comfortable FTP, a full screen ftp client +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sftp Modified: head/ftp/cftp/files/patch-ftp.c ============================================================================== --- head/ftp/cftp/files/patch-ftp.c Mon Sep 25 08:11:18 2017 (r450574) +++ head/ftp/cftp/files/patch-ftp.c Mon Sep 25 09:01:58 2017 (r450575) @@ -1,6 +1,6 @@ ---- ftp.c.orig Tue Sep 17 16:58:18 2002 -+++ ftp.c Sat Sep 28 15:49:05 2002 -@@ -311,7 +311,7 @@ +--- ftp.c.orig 2002-09-17 14:58:18 UTC ++++ ftp.c +@@ -311,7 +311,7 @@ directory * rftp_list(char *path) { directory *dir; @@ -9,7 +9,7 @@ FILE *f; if (ftp_mode('a') == -1 || ftp_cwd(path) == -1) -@@ -321,7 +321,7 @@ +@@ -321,7 +321,7 @@ rftp_list(char *path) return NULL; ftp_put("list"); @@ -18,7 +18,7 @@ close(fd); dir = (directory *)malloc(sizeof(directory)); dir->line = (direntry *)malloc(sizeof(direntry)); -@@ -379,7 +379,7 @@ +@@ -379,7 +379,7 @@ ftp_cd(char *wd, int force) void * rftp_retr(char *file, int mode, long *startp, long *sizep) { @@ -27,7 +27,7 @@ char *dir, *name, *can, *p; FILE *fin; -@@ -400,7 +400,7 @@ +@@ -400,7 +400,7 @@ rftp_retr(char *file, int mode, long *st } ftp_put("retr %s", name); Copied and modified: head/ftp/cftp/files/patch-mkbind.c (from r450574, head/ftp/cftp/files/patch-mkbind_c) ============================================================================== --- head/ftp/cftp/files/patch-mkbind_c Mon Sep 25 08:11:18 2017 (r450574, copy source) +++ head/ftp/cftp/files/patch-mkbind.c Mon Sep 25 09:01:58 2017 (r450575) @@ -1,6 +1,6 @@ $OpenBSD: patch-mkbind_c,v 1.1 2003/04/15 15:50:11 avsm Exp $ ---- mkbind.c.orig Tue Apr 15 16:47:09 2003 -+++ mkbind.c Tue Apr 15 16:47:24 2003 +--- mkbind.c.orig 2002-09-17 11:46:23 UTC ++++ mkbind.c @@ -86,7 +86,7 @@ int main(int argc, char **argv) { Modified: head/ftp/cftp/files/patch-readrc.c ============================================================================== --- head/ftp/cftp/files/patch-readrc.c Mon Sep 25 08:11:18 2017 (r450574) +++ head/ftp/cftp/files/patch-readrc.c Mon Sep 25 09:01:58 2017 (r450575) @@ -1,6 +1,6 @@ ---- readrc.c.orig 2010-01-09 23:30:28.000000000 -0800 -+++ readrc.c 2010-01-09 23:31:10.000000000 -0800 -@@ -46,7 +46,7 @@ +--- readrc.c.orig 2002-09-16 12:42:41 UTC ++++ readrc.c +@@ -46,7 +46,7 @@ readrc(char **userp, char **passp, char char b[8192], *p, *tok, *q, *home; char *user, *pass, *host, *port, *wdir; Modified: head/ftp/cftp/pkg-descr ============================================================================== --- head/ftp/cftp/pkg-descr Mon Sep 25 08:11:18 2017 (r450574) +++ head/ftp/cftp/pkg-descr Mon Sep 25 09:01:58 2017 (r450575) @@ -4,4 +4,4 @@ your local computer via the FTP protocol. fullscreen representation of the remote directory so you can easily choose what to get or where to go. -WWW: http://nih.at/cftp/ +WWW: https://nih.at/cftp/ From owner-svn-ports-head@freebsd.org Mon Sep 25 09:03:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE576E0EB68; Mon, 25 Sep 2017 09:03:06 +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 BBC9E7389B; Mon, 25 Sep 2017 09:03:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P935N7054897; Mon, 25 Sep 2017 09:03:05 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P935U7054895; Mon, 25 Sep 2017 09:03:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709250903.v8P935U7054895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 25 Sep 2017 09:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450576 - head/www/ilias X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/ilias X-SVN-Commit-Revision: 450576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:03:07 -0000 Author: wen Date: Mon Sep 25 09:03:05 2017 New Revision: 450576 URL: https://svnweb.freebsd.org/changeset/ports/450576 Log: - Update to 5.2.8 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Mon Sep 25 09:01:58 2017 (r450575) +++ head/www/ilias/Makefile Mon Sep 25 09:03:05 2017 (r450576) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.8 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Mon Sep 25 09:01:58 2017 (r450575) +++ head/www/ilias/distinfo Mon Sep 25 09:03:05 2017 (r450576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503823227 -SHA256 (ILIAS-eLearning-ILIAS-v5.2.7_GH0.tar.gz) = 5839614ad36331aaca99d129845364372f43b4777ac53ec6a9f25ee8d3e50805 -SIZE (ILIAS-eLearning-ILIAS-v5.2.7_GH0.tar.gz) = 152241490 +TIMESTAMP = 1506284419 +SHA256 (ILIAS-eLearning-ILIAS-v5.2.8_GH0.tar.gz) = 74841b615fbe3dac9fc4e47d08587e25662f6e0f3a2760180d2bb865b9fdf082 +SIZE (ILIAS-eLearning-ILIAS-v5.2.8_GH0.tar.gz) = 152257019 From owner-svn-ports-head@freebsd.org Mon Sep 25 09:10:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C03ABE0EC10; Mon, 25 Sep 2017 09:10:22 +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 991E3739E8; Mon, 25 Sep 2017 09:10:22 +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 v8P9ALx5055320; Mon, 25 Sep 2017 09:10:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P9ALWo055315; Mon, 25 Sep 2017 09:10:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201709250910.v8P9ALWo055315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Sep 2017 09:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450577 - in head/security: py-acme py-certbot X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/security: py-acme py-certbot X-SVN-Commit-Revision: 450577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:10:22 -0000 Author: koobs Date: Mon Sep 25 09:10:21 2017 New Revision: 450577 URL: https://svnweb.freebsd.org/changeset/ports/450577 Log: security/py-{acme,certbot}: Update to 0.18.2 certbot produces an error [1] when used with versions of pyOpenSSL > 17.2.0, who's port was recently updated [2] to 17.3.0. This version update contains a fix for that issue. While I'm here, improve pkg-message usage invocation example and provide a link to documentation [1] https://github.com/certbot/certbot/issues/5111 [2] http://svnweb.freebsd.org/changeset/ports/450350 Reported by: Daniel Boothby (via private email) Approved by: cpm (py-acme maintainer) Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo head/security/py-certbot/pkg-message Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Mon Sep 25 09:03:05 2017 (r450576) +++ head/security/py-acme/Makefile Mon Sep 25 09:10:21 2017 (r450577) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Mon Sep 25 09:03:05 2017 (r450576) +++ head/security/py-acme/distinfo Mon Sep 25 09:10:21 2017 (r450577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505333278 -SHA256 (acme-0.18.1.tar.gz) = 1e4c6c0a3fb9906f0d1389a39c76d730e2691d7f168a219e464237381ddcc667 -SIZE (acme-0.18.1.tar.gz) = 94681 +TIMESTAMP = 1506217356 +SHA256 (acme-0.18.2.tar.gz) = 718efa9b3a7e6defcc7179e214a838d43a2bcef7dbd77667a2e505504e453ef6 +SIZE (acme-0.18.2.tar.gz) = 94686 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Mon Sep 25 09:03:05 2017 (r450576) +++ head/security/py-certbot/Makefile Mon Sep 25 09:10:21 2017 (r450577) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Mon Sep 25 09:03:05 2017 (r450576) +++ head/security/py-certbot/distinfo Mon Sep 25 09:10:21 2017 (r450577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505333366 -SHA256 (certbot-0.18.1.tar.gz) = ae0aaf0cc1af53713232a222fb20891475ec9ff9d128a277c4e0f92ea7c36b4c -SIZE (certbot-0.18.1.tar.gz) = 276600 +TIMESTAMP = 1506217370 +SHA256 (certbot-0.18.2.tar.gz) = 0122e6ee3fc1167fa91883b9f2ea1897f3d0d4612739f175827b5a3e8f259c9a +SIZE (certbot-0.18.2.tar.gz) = 276589 Modified: head/security/py-certbot/pkg-message ============================================================================== --- head/security/py-certbot/pkg-message Mon Sep 25 09:03:05 2017 (r450576) +++ head/security/py-certbot/pkg-message Mon Sep 25 09:10:21 2017 (r450577) @@ -1,19 +1,25 @@ =========================================================================== -This port installs the "standalone" Python client only, which does not use and +This port installs the "standalone" client only, which does not use and is not the certbot-auto bootstrap/wrapper script. -To obtain certificates, use the 'certonly' command as follows: +The simplest form of usage to obtain certificates is: - # sudo certbot certonly --standalone -d [server FQDN] + # sudo certbot certonly --standalone -d , [domain2, ... domainN]> -Note: The client currently requires the ability to bind on TCP port 80. If -you have a server running on this port, it will need to be temporarily stopped -so that the standalone server can listen on that port to complete -authentication. +NOTE: +The client requires the ability to bind on TCP port 80 or 443 (depending +on the --preferred-challenges option used). If a server is running on that +port, it will need to be temporarily stopped so that the standalone server +can listen on that port to complete the challenge authentication process. + +For more information on the 'standalone' mode, see: + + https://certbot.eff.org/docs/using.html#standalone + The certbot plugins to support apache and nginx certificate installation -will be made available soon in the following ports: +will be made available in the following ports: * Apache plugin: security/py-certbot-apache * Nginx plugin: security/py-certbot-nginx From owner-svn-ports-head@freebsd.org Mon Sep 25 09:22:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98F58E0F08C; Mon, 25 Sep 2017 09:22:15 +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 64B7B74303; Mon, 25 Sep 2017 09:22:15 +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 v8P9ME2i062970; Mon, 25 Sep 2017 09:22:14 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P9MERw062969; Mon, 25 Sep 2017 09:22:14 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201709250922.v8P9MERw062969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Sep 2017 09:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450578 - head/security/py-openssl X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/security/py-openssl X-SVN-Commit-Revision: 450578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:22:15 -0000 Author: koobs Date: Mon Sep 25 09:22:14 2017 New Revision: 450578 URL: https://svnweb.freebsd.org/changeset/ports/450578 Log: security/py-openssl: Fix RUN_DEPENDS - Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1] - Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent PR: 222520 [1] Submitted by: Yasuhiro KIMURA [1] Approved by: portmgr (blanket) Modified: head/security/py-openssl/Makefile Modified: head/security/py-openssl/Makefile ============================================================================== --- head/security/py-openssl/Makefile Mon Sep 25 09:10:21 2017 (r450577) +++ head/security/py-openssl/Makefile Mon Sep 25 09:22:14 2017 (r450578) @@ -14,7 +14,7 @@ COMMENT= Python interface to the OpenSSL library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six OPTIONS_DEFINE= EXAMPLES @@ -25,7 +25,6 @@ USE_PYTHON= autoplist concurrent distutils pythonprefi CPE_VENDOR= jean-paul_calderone CPE_PRODUCT= py${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= * post-install: From owner-svn-ports-head@freebsd.org Mon Sep 25 09:37:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CF98E0F2D1; Mon, 25 Sep 2017 09:37:34 +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 3950C747C2; Mon, 25 Sep 2017 09:37:34 +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 v8P9bXKJ067681; Mon, 25 Sep 2017 09:37:33 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P9bXvL067679; Mon, 25 Sep 2017 09:37:33 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709250937.v8P9bXvL067679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 25 Sep 2017 09:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450579 - in head/databases/lmdb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/databases/lmdb: . files X-SVN-Commit-Revision: 450579 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:37:34 -0000 Author: gahr Date: Mon Sep 25 09:37:33 2017 New Revision: 450579 URL: https://svnweb.freebsd.org/changeset/ports/450579 Log: databases/lmdb: use fdatasync where supported Submitted upstream in http://www.openldap.org/its/index.cgi?findid=8739 PR: 222514 Submitted by: gahr Approved by: delphij (maintainer, via private email) Added: head/databases/lmdb/files/patch-mdb.c (contents, props changed) Modified: head/databases/lmdb/Makefile Modified: head/databases/lmdb/Makefile ============================================================================== --- head/databases/lmdb/Makefile Mon Sep 25 09:22:14 2017 (r450578) +++ head/databases/lmdb/Makefile Mon Sep 25 09:37:33 2017 (r450579) @@ -15,8 +15,6 @@ LICENSE_NAME= OpenLDAP Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -# XXX FreeBSD does not implement O_DSYNC and fdatasync at this time. -CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync WRKSRC_SUBDIR= libraries/liblmdb MAKE_ARGS+= CC="${CC}" MAKE_ARGS+= prefix="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" Added: head/databases/lmdb/files/patch-mdb.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/lmdb/files/patch-mdb.c Mon Sep 25 09:37:33 2017 (r450579) @@ -0,0 +1,11 @@ +--- mdb.c.orig 2017-06-01 16:51:10 UTC ++++ mdb.c +@@ -125,6 +125,8 @@ typedef SSIZE_T ssize_t; + # define MDB_FDATASYNC fsync + #elif defined(ANDROID) + # define MDB_FDATASYNC fsync ++#elif defined(__FreeBSD_version) && __FreeBSD_version < 1101000 ++# define MDB_FDATASYNC fsync + #endif + + #ifndef _WIN32 From owner-svn-ports-head@freebsd.org Mon Sep 25 09:39:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C3E9E0F330; Mon, 25 Sep 2017 09:39:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBF19748B9; Mon, 25 Sep 2017 09:39:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8P9dbjW067888; Mon, 25 Sep 2017 09:39:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P9daAl067885; Mon, 25 Sep 2017 09:39:36 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201709250939.v8P9daAl067885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 25 Sep 2017 09:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450580 - head/astro/stellarium X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/astro/stellarium X-SVN-Commit-Revision: 450580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 09:39:38 -0000 Author: danfe Date: Mon Sep 25 09:39:36 2017 New Revision: 450580 URL: https://svnweb.freebsd.org/changeset/ports/450580 Log: Update Stellarium and official User Guide to version 0.16.1. TIMESTAMP (stellarium-0.16.1.tar.gz) = 1506084780 Modified: head/astro/stellarium/Makefile head/astro/stellarium/distinfo head/astro/stellarium/pkg-plist Modified: head/astro/stellarium/Makefile ============================================================================== --- head/astro/stellarium/Makefile Mon Sep 25 09:37:33 2017 (r450579) +++ head/astro/stellarium/Makefile Mon Sep 25 09:39:36 2017 (r450580) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stellarium -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/astro/stellarium/distinfo ============================================================================== --- head/astro/stellarium/distinfo Mon Sep 25 09:37:33 2017 (r450579) +++ head/astro/stellarium/distinfo Mon Sep 25 09:39:36 2017 (r450580) @@ -1,8 +1,8 @@ -TIMESTAMP = 1498032288 -SHA256 (stellarium-0.16.0.tar.gz) = 2835c4aa22c1b64edbd17b174a23e4ed23654cd09e12f3573709f44843913dcf -SIZE (stellarium-0.16.0.tar.gz) = 204675673 -SHA256 (stellarium_user_guide-0.16.0-1.pdf) = 8e48cb11206f39e3db67c73d8bc7a342a13784be174d33e41642ffaf76f90a41 -SIZE (stellarium_user_guide-0.16.0-1.pdf) = 25612337 +TIMESTAMP = 1506084780 +SHA256 (stellarium-0.16.1.tar.gz) = b001c252afddaa1c470fb444fcbb5595b7f7a7db028d884743d20bcb5635fd20 +SIZE (stellarium-0.16.1.tar.gz) = 206118721 +SHA256 (stellarium_user_guide-0.16.1-1.pdf) = 8767feca7d36e63678e9daa107273084d84c7231e187d258d45cb0f801e18edd +SIZE (stellarium_user_guide-0.16.1-1.pdf) = 25945137 SHA256 (stars_4_1v0_1.cat) = 7a2084e5e45610bbffae9448d9552d8a8dd191e5b1a07b0e47d27622fab4a979 SIZE (stars_4_1v0_1.cat) = 17040932 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164 Modified: head/astro/stellarium/pkg-plist ============================================================================== --- head/astro/stellarium/pkg-plist Mon Sep 25 09:37:33 2017 (r450579) +++ head/astro/stellarium/pkg-plist Mon Sep 25 09:39:36 2017 (r450580) @@ -512,6 +512,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/nebulae/default/n869-884spano.png %%DATADIR%%/nebulae/default/n891oleg.png %%DATADIR%%/nebulae/default/names.dat +%%DATADIR%%/nebulae/default/outlines.dat %%DATADIR%%/nebulae/default/pleiades.png %%DATADIR%%/nebulae/default/rcw158-trev.png %%DATADIR%%/nebulae/default/rho-a00.png @@ -1270,8 +1271,8 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/skycultures/western/ara.png %%DATADIR%%/skycultures/western/argonavis.png %%DATADIR%%/skycultures/western/aries.png +%%DATADIR%%/skycultures/western/asterism_lines.fab %%DATADIR%%/skycultures/western/asterism_names.eng.fab -%%DATADIR%%/skycultures/western/asterismship.fab %%DATADIR%%/skycultures/western/auriga.png %%DATADIR%%/skycultures/western/bootes.png %%DATADIR%%/skycultures/western/caelum.png @@ -1413,6 +1414,7 @@ share/pixmaps/stellarium.xpm %%DATADIR%%/textures/dione.png %%DATADIR%%/textures/earth-clouds.png %%DATADIR%%/textures/earth-shadow.png +%%DATADIR%%/textures/earth-shadow-new.png %%DATADIR%%/textures/earth_cmap.png %%DATADIR%%/textures/earthmap.png %%DATADIR%%/textures/enceladus.png @@ -1513,6 +1515,7 @@ share/pixmaps/stellarium.xpm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/sl.qm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/sr.qm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/sv.qm +%%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/sw.qm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/th.qm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/tr.qm %%SCRIPTS%%%%DATADIR%%/translations/stellarium-remotecontrol/tt.qm From owner-svn-ports-head@freebsd.org Mon Sep 25 10:20:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6E34E0FF13; Mon, 25 Sep 2017 10:20:54 +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 7541C75780; Mon, 25 Sep 2017 10:20:54 +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 v8PAKreg084189; Mon, 25 Sep 2017 10:20:53 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PAKrfU084186; Mon, 25 Sep 2017 10:20:53 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201709251020.v8PAKrfU084186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 25 Sep 2017 10:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450581 - head/math/openfst X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/math/openfst X-SVN-Commit-Revision: 450581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 10:20:54 -0000 Author: demon Date: Mon Sep 25 10:20:53 2017 New Revision: 450581 URL: https://svnweb.freebsd.org/changeset/ports/450581 Log: Update to version 1.6.3. Modified: head/math/openfst/Makefile head/math/openfst/distinfo head/math/openfst/pkg-plist Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Mon Sep 25 09:39:36 2017 (r450580) +++ head/math/openfst/Makefile Mon Sep 25 10:20:53 2017 (r450581) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openfst -PORTVERSION= 1.5.4 -PORTREVISION= 2 +PORTVERSION= 1.6.3 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -15,8 +14,7 @@ LICENSE= APACHE20 USES= compiler:c++11-lib libtool python:2 USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python -CFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 +CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python --enable-special LDFLAGS+= "-L${LOCALBASE}/lib" MAKE_ENV+= PYTHON=${PYTHON_CMD} Modified: head/math/openfst/distinfo ============================================================================== --- head/math/openfst/distinfo Mon Sep 25 09:39:36 2017 (r450580) +++ head/math/openfst/distinfo Mon Sep 25 10:20:53 2017 (r450581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472123773 -SHA256 (openfst-1.5.4.tar.gz) = acc115aaaa33de53de62dae44120ab368fabaea06f52606b77714081ecd32657 -SIZE (openfst-1.5.4.tar.gz) = 1187326 +TIMESTAMP = 1506333206 +SHA256 (openfst-1.6.3.tar.gz) = 5c28b6ccd017fc6ff94ebd0c73ed8ab37d48f563dab1c603856fb05bc9333d99 +SIZE (openfst-1.6.3.tar.gz) = 1213465 Modified: head/math/openfst/pkg-plist ============================================================================== --- head/math/openfst/pkg-plist Mon Sep 25 09:39:36 2017 (r450580) +++ head/math/openfst/pkg-plist Mon Sep 25 10:20:53 2017 (r450581) @@ -42,6 +42,7 @@ bin/fstreweight bin/fstrmepsilon bin/fstshortestdistance bin/fstshortestpath +bin/fstspecial bin/fstsymbols bin/fstsynchronize bin/fsttopsort @@ -99,13 +100,13 @@ include/fst/extensions/far/far-class.h include/fst/extensions/far/far.h include/fst/extensions/far/farlib.h include/fst/extensions/far/farscript.h +include/fst/extensions/far/getters.h include/fst/extensions/far/info.h include/fst/extensions/far/isomorphic.h include/fst/extensions/far/print-strings.h include/fst/extensions/far/script-impl.h include/fst/extensions/far/stlist.h include/fst/extensions/far/sttable.h -include/fst/extensions/far/util.h include/fst/extensions/linear/linear-fst-data-builder.h include/fst/extensions/linear/linear-fst-data.h include/fst/extensions/linear/linear-fst.h @@ -135,6 +136,9 @@ include/fst/extensions/pdt/pdtscript.h include/fst/extensions/pdt/replace.h include/fst/extensions/pdt/reverse.h include/fst/extensions/pdt/shortest-path.h +include/fst/extensions/special/phi-fst.h +include/fst/extensions/special/rho-fst.h +include/fst/extensions/special/sigma-fst.h include/fst/factor-weight.h include/fst/filter-state.h include/fst/flags.h @@ -336,40 +340,52 @@ lib/fst/ngram-fst.so.0.0.0 lib/fst/olabel_lookahead-fst.so lib/fst/olabel_lookahead-fst.so.0 lib/fst/olabel_lookahead-fst.so.0.0.0 +lib/fst/phi-fst.so +lib/fst/phi-fst.so.0 +lib/fst/phi-fst.so.0.0.0 +lib/fst/rho-fst.so +lib/fst/rho-fst.so.0 +lib/fst/rho-fst.so.0.0.0 +lib/fst/sigma-fst.so +lib/fst/sigma-fst.so.0 +lib/fst/sigma-fst.so.0.0.0 lib/libfst.so -lib/libfst.so.5 -lib/libfst.so.5.0.0 +lib/libfst.so.8 +lib/libfst.so.8.0.0 lib/libfstcompact.so -lib/libfstcompact.so.5 -lib/libfstcompact.so.5.0.0 +lib/libfstcompact.so.8 +lib/libfstcompact.so.8.0.0 lib/libfstcompressscript.so -lib/libfstcompressscript.so.5 -lib/libfstcompressscript.so.5.0.0 +lib/libfstcompressscript.so.8 +lib/libfstcompressscript.so.8.0.0 lib/libfstconst.so -lib/libfstconst.so.5 -lib/libfstconst.so.5.0.0 +lib/libfstconst.so.8 +lib/libfstconst.so.8.0.0 lib/libfstfar.so -lib/libfstfar.so.5 -lib/libfstfar.so.5.0.0 +lib/libfstfar.so.8 +lib/libfstfar.so.8.0.0 lib/libfstfarscript.so -lib/libfstfarscript.so.5 -lib/libfstfarscript.so.5.0.0 +lib/libfstfarscript.so.8 +lib/libfstfarscript.so.8.0.0 lib/libfstlinearscript.so -lib/libfstlinearscript.so.5 -lib/libfstlinearscript.so.5.0.0 +lib/libfstlinearscript.so.8 +lib/libfstlinearscript.so.8.0.0 lib/libfstlookahead.so -lib/libfstlookahead.so.5 -lib/libfstlookahead.so.5.0.0 +lib/libfstlookahead.so.8 +lib/libfstlookahead.so.8.0.0 lib/libfstmpdtscript.so -lib/libfstmpdtscript.so.5 -lib/libfstmpdtscript.so.5.0.0 +lib/libfstmpdtscript.so.8 +lib/libfstmpdtscript.so.8.0.0 lib/libfstngram.so -lib/libfstngram.so.5 -lib/libfstngram.so.5.0.0 +lib/libfstngram.so.8 +lib/libfstngram.so.8.0.0 lib/libfstpdtscript.so -lib/libfstpdtscript.so.5 -lib/libfstpdtscript.so.5.0.0 +lib/libfstpdtscript.so.8 +lib/libfstpdtscript.so.8.0.0 lib/libfstscript.so -lib/libfstscript.so.5 -lib/libfstscript.so.5.0.0 +lib/libfstscript.so.8 +lib/libfstscript.so.8.0.0 +lib/libfstspecial.so +lib/libfstspecial.so.8 +lib/libfstspecial.so.8.0.0 %%PYTHON_SITELIBDIR%%/pywrapfst.so From owner-svn-ports-head@freebsd.org Mon Sep 25 11:05:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30FD7E10A30; Mon, 25 Sep 2017 11:05:17 +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 6E56176717; Mon, 25 Sep 2017 11:05:16 +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 v8PB5FZo004109; Mon, 25 Sep 2017 11:05:15 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PB5FFH004106; Mon, 25 Sep 2017 11:05:15 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709251105.v8PB5FFH004106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 25 Sep 2017 11:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450582 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 11:05:17 -0000 Author: brnrd Date: Mon Sep 25 11:05:15 2017 New Revision: 450582 URL: https://svnweb.freebsd.org/changeset/ports/450582 Log: security/vuxml: Document WeeChat 1.9 vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Sep 25 10:20:53 2017 (r450581) +++ head/security/vuxml/vuln.xml Mon Sep 25 11:05:15 2017 (r450582) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + weechat -- crash in logger plugin + + + weechat + 1.9.1 + + + + +

WeeChat reports:

+
+

security problem: a crash can happen in logger plugin when + converting date/time specifiers in file mask.

+
+ +
+ + https://weechat.org/news/98/20170923-Version-1.9.1-security-release/ + CVE-2017-14727 + + + 2017-09-23 + 2017-09-25 + +
+ perl -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Mon Sep 25 11:05:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD0AE10A64; Mon, 25 Sep 2017 11:05:37 +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 A474E767F3; Mon, 25 Sep 2017 11:05:37 +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 v8PB5aUY004295; Mon, 25 Sep 2017 11:05:36 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PB5a6c004290; Mon, 25 Sep 2017 11:05:36 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201709251105.v8PB5a6c004290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 25 Sep 2017 11:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450583 - in head/math/hfst: . files X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: in head/math/hfst: . files X-SVN-Commit-Revision: 450583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 11:05:37 -0000 Author: demon Date: Mon Sep 25 11:05:36 2017 New Revision: 450583 URL: https://svnweb.freebsd.org/changeset/ports/450583 Log: Update to version 3.13.0. Added: head/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc - copied, changed from r450582, head/math/hfst/files/patch-tools-src-parsers-XfstCompiler.cc Deleted: head/math/hfst/files/patch-tools-src-parsers-XfstCompiler.cc Modified: head/math/hfst/Makefile head/math/hfst/distinfo head/math/hfst/files/patch-tools-src-hfst-commandline.cc head/math/hfst/pkg-plist Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Mon Sep 25 11:05:15 2017 (r450582) +++ head/math/hfst/Makefile Mon Sep 25 11:05:36 2017 (r450583) @@ -2,22 +2,19 @@ # $FreeBSD$ PORTNAME= hfst -PORTVERSION= 3.8.2 -PORTREVISION= 5 +PORTVERSION= 3.13.0 CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/source -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= 134d5a5aac3f.patch:-p1 - MAINTAINER= demon@FreeBSD.org -COMMENT= A toolkit for for processing natural language morphologies +COMMENT= Toolkit for for processing natural language morphologies -USES= libtool pathfix pkgconfig python:2 readline shebangfix -USE_GNOME= glib20 libxml2 +USE_GITHUB= yes +GH_TAGNAME= c187d5a + +USES= autoreconf libtool pathfix pkgconfig python:2 readline shebangfix USE_GCC= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-calculate --enable-edit-metadata --enable-lexc-wrapper --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse +CONFIGURE_ARGS= --with-readline --enable-lexc-wrapper --enable-proc --enable-tagger --enable-train-tagger --enable-xfst --enable-shuffle --enable-traverse CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py Modified: head/math/hfst/distinfo ============================================================================== --- head/math/hfst/distinfo Mon Sep 25 11:05:15 2017 (r450582) +++ head/math/hfst/distinfo Mon Sep 25 11:05:36 2017 (r450583) @@ -1,4 +1,5 @@ -SHA256 (hfst-3.8.2.tar.gz) = bdae235271368a8d13db4a224fe8a53cf7266b8fce194cf63c96031e007e3d63 -SIZE (hfst-3.8.2.tar.gz) = 3158251 +TIMESTAMP = 1506332455 +SHA256 (hfst-hfst-3.13.0-c187d5a_GH0.tar.gz) = 5d90d1d7e6ebdf6010532a097ae1d7e170be9ab82a43d3d6018e42fb0c51cc90 +SIZE (hfst-hfst-3.13.0-c187d5a_GH0.tar.gz) = 23840495 SHA256 (134d5a5aac3f.patch) = 9f7eacf517002af2cb1eb3d48d095d0f5d2f3100adfc4edf24279245f7d7d542 SIZE (134d5a5aac3f.patch) = 1027 Copied and modified: head/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc (from r450582, head/math/hfst/files/patch-tools-src-parsers-XfstCompiler.cc) ============================================================================== --- head/math/hfst/files/patch-tools-src-parsers-XfstCompiler.cc Mon Sep 25 11:05:15 2017 (r450582, copy source) +++ head/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc Mon Sep 25 11:05:36 2017 (r450583) @@ -1,5 +1,5 @@ ---- tools/src/parsers/XfstCompiler.cc.orig 2014-07-04 18:26:59.000000000 +0400 -+++ tools/src/parsers/XfstCompiler.cc 2014-07-04 18:27:09.000000000 +0400 +--- libhfst/src/parsers/XfstCompiler.cc.orig 2014-07-04 18:26:59.000000000 +0400 ++++ libhfst/src/parsers/XfstCompiler.cc 2014-07-04 18:27:09.000000000 +0400 @@ -18,6 +18,7 @@ # include #endif Modified: head/math/hfst/files/patch-tools-src-hfst-commandline.cc ============================================================================== --- head/math/hfst/files/patch-tools-src-hfst-commandline.cc Mon Sep 25 11:05:15 2017 (r450582) +++ head/math/hfst/files/patch-tools-src-hfst-commandline.cc Mon Sep 25 11:05:36 2017 (r450583) @@ -1,10 +1,11 @@ ---- tools/src/hfst-commandline.cc.orig 2014-07-04 18:13:51.000000000 +0400 -+++ tools/src/hfst-commandline.cc 2014-07-04 18:14:35.000000000 +0400 -@@ -21,6 +21,7 @@ - # include +--- tools/src/hfst-commandline.cc.orig 2017-09-25 13:48:38.560155000 +0300 ++++ tools/src/hfst-commandline.cc 2017-09-25 13:48:46.814581000 +0300 +@@ -24,6 +24,8 @@ + # define PACKAGE_BUGREPORT "" #endif +#define _WITH_GETLINE ++ #include #include #include Modified: head/math/hfst/pkg-plist ============================================================================== --- head/math/hfst/pkg-plist Mon Sep 25 11:05:15 2017 (r450582) +++ head/math/hfst/pkg-plist Mon Sep 25 11:05:36 2017 (r450583) @@ -12,6 +12,7 @@ bin/hfst-determinize bin/hfst-disjunct bin/hfst-edit-metadata bin/hfst-expand +bin/hfst-flookup bin/hfst-format bin/hfst-fst2fst bin/hfst-fst2strings @@ -58,20 +59,17 @@ bin/hfst-summarise bin/hfst-summarize bin/hfst-tag bin/hfst-tail +bin/hfst-tokenise +bin/hfst-tokenize bin/hfst-train-tagger bin/hfst-train-tagger-loc bin/hfst-train-tagger-system bin/hfst-traverse bin/hfst-twolc -bin/hfst-twolc-loc -bin/hfst-twolc-system bin/hfst-txt2fst bin/hfst-union bin/hfst-xfst bin/hfst_tagger_compute_data_statistics.py -bin/htwolcpre1 -bin/htwolcpre2 -bin/htwolcpre3 include/hfst/ComposeIntersectFst.h include/hfst/ComposeIntersectLexicon.h include/hfst/ComposeIntersectRule.h @@ -80,16 +78,20 @@ include/hfst/ConvertTransducerFormat.h include/hfst/FomaTransducer.h include/hfst/FormatSpecifiers.h include/hfst/HarmonizeUnknownAndIdentitySymbols.h +include/hfst/HfstBasicTransducer.h +include/hfst/HfstBasicTransition.h include/hfst/HfstDataTypes.h include/hfst/HfstEpsilonHandler.h include/hfst/HfstExceptionDefs.h include/hfst/HfstExtractStrings.h -include/hfst/HfstFastTransitionData.h include/hfst/HfstFlagDiacritics.h include/hfst/HfstInputStream.h include/hfst/HfstLookupFlagDiacritics.h include/hfst/HfstOlTransducer.h include/hfst/HfstOutputStream.h +include/hfst/HfstPrintDot.h +include/hfst/HfstPrintPCKimmo.h +include/hfst/HfstStrings2FstTokenizer.h include/hfst/HfstSymbolDefs.h include/hfst/HfstTokenizer.h include/hfst/HfstTransducer.h @@ -103,8 +105,10 @@ include/hfst/PmatchCompiler.h include/hfst/SfstTransducer.h include/hfst/TropicalWeightTransducer.h include/hfst/XreCompiler.h +include/hfst/hfst-string-conversions.h include/hfst/hfst.h include/hfst/hfst_apply_schemas.h +include/hfst/hfstdll.h include/hfst/implementations/ComposeIntersectFst.h include/hfst/implementations/ComposeIntersectLexicon.h include/hfst/implementations/ComposeIntersectRule.h @@ -112,7 +116,8 @@ include/hfst/implementations/ComposeIntersectRulePair. include/hfst/implementations/ComposeIntersectUtilities.h include/hfst/implementations/ConvertTransducerFormat.h include/hfst/implementations/FomaTransducer.h -include/hfst/implementations/HfstFastTransitionData.h +include/hfst/implementations/HfstBasicTransducer.h +include/hfst/implementations/HfstBasicTransition.h include/hfst/implementations/HfstOlTransducer.h include/hfst/implementations/HfstTransition.h include/hfst/implementations/HfstTransitionGraph.h @@ -120,6 +125,7 @@ include/hfst/implementations/HfstTropicalTransducerTra include/hfst/implementations/LogWeightTransducer.h include/hfst/implementations/SfstTransducer.h include/hfst/implementations/TropicalWeightTransducer.h +include/hfst/implementations/XfsmTransducer.h include/hfst/implementations/compose_intersect/ComposeIntersectFst.h include/hfst/implementations/compose_intersect/ComposeIntersectLexicon.h include/hfst/implementations/compose_intersect/ComposeIntersectRule.h @@ -127,17 +133,57 @@ include/hfst/implementations/compose_intersect/Compose include/hfst/implementations/compose_intersect/ComposeIntersectUtilities.h include/hfst/implementations/optimized-lookup/convert.h include/hfst/implementations/optimized-lookup/pmatch.h +include/hfst/implementations/optimized-lookup/pmatch_tokenize.h include/hfst/implementations/optimized-lookup/transducer.h +include/hfst/parsers/Alphabet.h +include/hfst/parsers/CommandLine.h +include/hfst/parsers/ConflictResolvingLeftArrowRule.h +include/hfst/parsers/ConflictResolvingRightArrowRule.h +include/hfst/parsers/ConstContainerIterator.h +include/hfst/parsers/HfstTwolcDefs.h +include/hfst/parsers/InputReader.h +include/hfst/parsers/LeftArrowRule.h +include/hfst/parsers/LeftArrowRuleContainer.h +include/hfst/parsers/LeftRestrictionArrowRule.h include/hfst/parsers/LexcCompiler.h +include/hfst/parsers/MatchedConstContainerIterator.h +include/hfst/parsers/MixedConstContainerIterator.h +include/hfst/parsers/OtherSymbolTransducer.h include/hfst/parsers/PmatchCompiler.h +include/hfst/parsers/RightArrowRule.h +include/hfst/parsers/RightArrowRuleContainer.h +include/hfst/parsers/Rule.h +include/hfst/parsers/RuleContainer.h +include/hfst/parsers/RuleSymbolVector.h +include/hfst/parsers/RuleVariables.h +include/hfst/parsers/RuleVariablesConstIterator.h +include/hfst/parsers/SfstAlphabet.h +include/hfst/parsers/SfstBasic.h +include/hfst/parsers/SfstCompiler.h +include/hfst/parsers/SfstUtf8.h +include/hfst/parsers/TwolCGrammar.h +include/hfst/parsers/TwolcCompiler.h +include/hfst/parsers/VariableBlock.h +include/hfst/parsers/VariableBlockContainer.h +include/hfst/parsers/VariableContainer.h +include/hfst/parsers/VariableContainerBase.h +include/hfst/parsers/VariableDefs.h +include/hfst/parsers/VariableValueIterator.h +include/hfst/parsers/VariableValues.h +include/hfst/parsers/XfstCompiler.h include/hfst/parsers/XreCompiler.h +include/hfst/parsers/grammar_defs.h include/hfst/parsers/lexc-utils.h include/hfst/parsers/pmatch_utils.h +include/hfst/parsers/string_manipulation.h +include/hfst/parsers/xfst-utils.h +include/hfst/parsers/xfst_help_message.h include/hfst/parsers/xre_utils.h +include/hfst/string-utils.h lib/libhfst.a lib/libhfst.so -lib/libhfst.so.40 -lib/libhfst.so.40.0.0 +lib/libhfst.so.50 +lib/libhfst.so.50.0.0 %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.py %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyc %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyo @@ -160,8 +206,6 @@ man/man1/hfst-disjunct.1.gz man/man1/hfst-edit-metadata.1.gz man/man1/hfst-expand-equivalences.1.gz man/man1/hfst-expand.1.gz -man/man1/hfst-foma-wrapper.1.gz -man/man1/hfst-foma.1.gz man/man1/hfst-format.1.gz man/man1/hfst-fst2fst.1.gz man/man1/hfst-fst2strings.1.gz @@ -208,18 +252,13 @@ man/man1/hfst-summarise.1.gz man/man1/hfst-summarize.1.gz man/man1/hfst-tag.1.gz man/man1/hfst-tail.1.gz -man/man1/hfst-train-tagger-loc.1.gz -man/man1/hfst-train-tagger-system.1.gz +man/man1/hfst-tokenise.1.gz +man/man1/hfst-tokenize.1.gz man/man1/hfst-train-tagger.1.gz man/man1/hfst-traverse.1.gz -man/man1/hfst-twolc-loc.1.gz -man/man1/hfst-twolc-system.1.gz man/man1/hfst-twolc.1.gz man/man1/hfst-txt2fst.1.gz man/man1/hfst-union.1.gz man/man1/hfst-xfst.1.gz man/man1/hfst_tagger_compute_data_statistics.py.1.gz -man/man1/htwolcpre1.1.gz -man/man1/htwolcpre2.1.gz -man/man1/htwolcpre3.1.gz share/aclocal/hfst.m4 From owner-svn-ports-head@freebsd.org Mon Sep 25 12:09:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3A2AE12984; Mon, 25 Sep 2017 12:09:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEE337C5DD; Mon, 25 Sep 2017 12:09:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PC9gVh028962; Mon, 25 Sep 2017 12:09:42 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PC9gd0028956; Mon, 25 Sep 2017 12:09:42 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201709251209.v8PC9gd0028956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 25 Sep 2017 12:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450584 - in head/graphics/azpainter: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/graphics/azpainter: . files X-SVN-Commit-Revision: 450584 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 12:09:44 -0000 Author: danfe Date: Mon Sep 25 12:09:42 2017 New Revision: 450584 URL: https://svnweb.freebsd.org/changeset/ports/450584 Log: Update AzPainter to version 2.1.1. TIMESTAMP (azpainter-2.1.1.tar.xz) = 1505689613 Modified: head/graphics/azpainter/Makefile head/graphics/azpainter/distinfo head/graphics/azpainter/files/patch-translation_en head/graphics/azpainter/files/patch-translation_ru head/graphics/azpainter/files/patch-translation_uk head/graphics/azpainter/pkg-plist Modified: head/graphics/azpainter/Makefile ============================================================================== --- head/graphics/azpainter/Makefile Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/Makefile Mon Sep 25 12:09:42 2017 (r450584) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= azpainter -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= graphics -MASTER_SITES= http://aarnet.dl.osdn.jp/azpainter/68231/ \ - http://acc.dl.osdn.jp/azpainter/68231/ \ - http://c3sl.dl.osdn.jp/azpainter/68231/ \ - http://cznic.dl.osdn.jp/azpainter/68231/ \ - http://gigenet.dl.osdn.jp/azpainter/68231/ \ - http://iij.dl.osdn.jp/azpainter/68231/ \ - http://jaist.dl.osdn.jp/azpainter/68231/ \ - http://master.dl.osdn.jp/azpainter/68231/ \ - http://nchc.dl.osdn.jp/azpainter/68231/ \ - http://onet.dl.osdn.jp/azpainter/68231/ \ - http://osdn.dl.osdn.jp/azpainter/68231/ \ - http://pumath.dl.osdn.jp/azpainter/68231/ \ - http://rwthaachen.dl.osdn.jp/azpainter/68231/ \ - http://ymu.dl.osdn.jp/azpainter/68231/ +MASTER_SITES= http://aarnet.dl.osdn.jp/azpainter/68339/ \ + http://acc.dl.osdn.jp/azpainter/68339/ \ + http://c3sl.dl.osdn.jp/azpainter/68339/ \ + http://cznic.dl.osdn.jp/azpainter/68339/ \ + http://gigenet.dl.osdn.jp/azpainter/68339/ \ + http://iij.dl.osdn.jp/azpainter/68339/ \ + http://jaist.dl.osdn.jp/azpainter/68339/ \ + http://master.dl.osdn.jp/azpainter/68339/ \ + http://nchc.dl.osdn.jp/azpainter/68339/ \ + http://onet.dl.osdn.jp/azpainter/68339/ \ + http://osdn.dl.osdn.jp/azpainter/68339/ \ + http://pumath.dl.osdn.jp/azpainter/68339/ \ + http://rwthaachen.dl.osdn.jp/azpainter/68339/ \ + http://ymu.dl.osdn.jp/azpainter/68339/ MAINTAINER= danfe@FreeBSD.org COMMENT= 16-bit RGB full color painting application Modified: head/graphics/azpainter/distinfo ============================================================================== --- head/graphics/azpainter/distinfo Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/distinfo Mon Sep 25 12:09:42 2017 (r450584) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503704488 -SHA256 (azpainter-2.1.0.tar.xz) = adf57d328f5cefdd92150da3d4b410c6a99a62fcc479b495f0769cb2fda3d2e5 -SIZE (azpainter-2.1.0.tar.xz) = 769156 +TIMESTAMP = 1505689613 +SHA256 (azpainter-2.1.1.tar.xz) = f70111edbbbbd512a48954289be130ecc7f3ff39cc8ccb3cc6b9e9cfdd3c932b +SIZE (azpainter-2.1.1.tar.xz) = 771600 Modified: head/graphics/azpainter/files/patch-translation_en ============================================================================== --- head/graphics/azpainter/files/patch-translation_en Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/files/patch-translation_en Mon Sep 25 12:09:42 2017 (r450584) @@ -1,42 +1,20 @@ --- translation/en.orig 2017-05-20 02:07:36 UTC +++ translation/en -@@ -821,9 +821,9 @@ - - [2018] - 0=Panel setting --+=panel --+=pane --+=pane%d -++=panels -++=position -++=panel%d - +=Canvas - - #---------------------- -@@ -864,7 +864,7 @@ - +=tool action - +=other action - +=command --+=buttom -++=button - +=Please push button on this - +=set - -@@ -1101,7 +1101,7 @@ - +=Fill(&F) - +=Erase(&E) - +=Change canvas size(&S)... --+=Canvas Resize(&R)... -++=Resize canvas(&R)... - +=Change DPI value(&D)... - - ### select -@@ -1112,7 +1112,7 @@ - +=Cut(&X) - +=Paste new layer(&V) - +=Expand/Shrink(&E)... --+=Output image in range to PNG(&P) -++=Export selection to PNG(&P) - - ### layer - 4000=New layer(&N)... +@@ -598,7 +598,7 @@ + 100=type + +=blend mode + +=color +-+=[palette]\nRight click/Ctrl+left click: regist color +++=[palette]\nRight click/Ctrl+left click: register color + +=Double clicking on the image preview part of the layer list\nwill display a color selection dialog. + +=inverted color luminance to alpha value + +=merge with new layer +@@ -1166,7 +1166,7 @@ + 5100=Brightness/Contrast... + +=Gamma... + +=Level... +-+=RGB... +++=RGB adjustment... + +=HSV adjustment... + +=Negative-positive reversal + +=Grayscale Modified: head/graphics/azpainter/files/patch-translation_ru ============================================================================== --- head/graphics/azpainter/files/patch-translation_ru Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/files/patch-translation_ru Mon Sep 25 12:09:42 2017 (r450584) @@ -1,216 +1,86 @@ --- translation/ru.orig 2017-06-02 01:28:14 UTC +++ translation/ru -@@ -19,6 +19,7 @@ - 18=abcdefg ABCDEFG АбВгДе 01234 - 19=Размер - 20=Изменено -+21=Отобразить скрытые файлы - 1000=Открыть файл - 1001=Сохранить файл - 1002=Выберите папку -@@ -179,6 +180,7 @@ - +=Использовать выбранную текстуру - +=Обычная окружность - 100=Выбрать изображение -++=Выбрать изображение текстуры +@@ -89,7 +89,7 @@ + +=[Shift: с шагом в 45°] [ПКМ/ЛКМ DBLCLK/Enter/ESC: завершить] [BS: замкнуть со стартовой точкой и завершить] + +=[Shift: с шагом в 45°] [ПКМ/ЛКМ DBLCLK/Enter/ESC: завершить] + +=[Shift: с шагом в 45°] [ПКМ/ESC: отмена] [BS: возврат к точке 1] +-+=[добавит точки кликом (+Ctrl: нажим 0)] [BS: шаг назад] [ПКМ/ЛКМ DBLCLK/Enter: нарисовать] [ESC: отмена] +++=[добавить точки кликом (+Ctrl: нажим 0)] [BS: шаг назад] [ПКМ/ЛКМ DBLCLK/Enter: нарисовать] [ESC: отмена] + +=[Shift: с шагом в 45°] [ПКМ/ЛКМ DBLCLK/Enter: нарисовать] [ESC: отмена] - #----------------- - # blend mode -@@ -226,6 +228,7 @@ - +=Просмотрщик холста - +=Просмотрщик изображений - +=Список фильтров -++=Колесо цветов - - #********************** -@@ -243,11 +246,15 @@ - +=Очистить(&C) - +=Управление просмотром(&S)... - +=Подогнать(&F) -++=Отзеркалить(&H) -+ - 100=Меню - +=Открыть - +=Предыдущее - +=Следующее - +=Масштаб -++=Подогнать -++=Отзеркалить - - #------------------ - # canvas view -@@ -291,13 +298,13 @@ - +=Сделать все белыми(&C)... - +=Загрузить из файла(&L)... - +=Сохранить в файл(&S)... --+=дисплей Настройка(&O)... -++=Настройки отображения(&O)... - - 1200=Изменить количество ячеек - +=количество - +=В текущей палитре всё будет заменено белым, ВЫ УВЕРЕНЫ? --+=дисплей Настройка --+=Максимальное число горизонтальных\n(0 = автоматический) -++=Настройки отображения -++=Максимальное количество горизонтально\n(0 = автоматически) - - #------------------ - # option -@@ -355,11 +362,12 @@ - # brush - brush list - - [1007] --0=Новая кисть(&B) --+=Вставить новую кисть(&P) -+0=Новая кисть - стандартно(&B) -++=Новая кисть - вставить(&P) - +=Новая группа(&G) - +=Настройки группы(&O) --+=Изменить группы и кисти(&E) -++=Изменить список(&E) -++=Новая кисть - копировать(&D) - - 100=Переименовать(&N) - +=Копировать(&C) -@@ -428,7 +436,14 @@ - 240=записать в %c - +=сбросить - -+#------------------- -+# color wheel - -+[1009] -+0=HSV треугольник -++=HSV квадрат -+ -+ - #********************** - # tool option - #********************** -@@ -522,9 +537,12 @@ - +=Ctrl+ЛКМ - +=Shift+ЛКМ - +=ПКМ -++=СКМ -+ - 100=прокрутка просмотра - +=прокрутка холста - +=тянуть вверх-вниз для смены масштаба -+ - 200=Прокрутка - +=тянуть вверх-вниз для смены масштаба - +=пипетка (основной цвет) -@@ -552,12 +570,20 @@ +@@ -570,7 +570,7 @@ 100=История +=Реестр +=Шаблон +-1000=Максимальний размер редактирования %d px +1000=Максимальный размер редактирования %d px #------------------ # palette edit - - [2004] - 0=Изменить палитру -++=Удалить -++=Градация -++=количество -++=Добавить -++=Вставить -++=RGB значение (пример: 255,0,128)\nнажмите Enter для подтверждения +@@ -583,7 +583,7 @@ + +=Добавить + +=Вставить + +=RGB значение (пример: 255,0,128)\nнажмите Enter для подтверждения +-+=+Shift: виделить до определённой позиции\nD&D: переместить ++=+Shift: выделить до определённой позиции\nD&D: переместить #------------------- # layer dialogs -@@ -749,7 +775,7 @@ +@@ -761,7 +761,7 @@ + +=Наклонный - [2017] - 0=Клавиши действий на холсте --+=Когда нужная опция будет выбрана,\nпожалуйста, нажмите одну клавишу.\nВы сможете очистить предустановку, нажав Space. -++=Когда нужная опция будет выбрана,\nпожалуйста, нажмите одну клавишу.\nВы можете очистить её нажав Space. - +=Очистить все + #----------------------- +-# Shrotcut key setting ++# Shortcut key setting - 100=сменить инструмент -@@ -795,6 +821,10 @@ + [2016] + 0=Комбинации клавиш +@@ -1080,7 +1080,7 @@ + +=Слой(&L) + +=Выделение(&S) + +=Фильтры(&T) +-+=Просмотр(&V) +++=Вид(&V) + +=Настройки(&O) - [2018] - 0=Расположение панелей -++=панели -++=расположение -++=панель%d -++=Холст - - #---------------------- - # вкладки в диалоге "Настройки(O) -> Параметры программы(E)" -@@ -804,7 +834,7 @@ - +=Параметры 1 - +=Параметры 2 - +=Диапазон масштаба --+=Управление -++=Кнопка - +=Система - +=Курсор - +=Интерфейс -@@ -827,7 +857,20 @@ - +=один шаг вращения холста - +=шаг размера кисти при изменении\nперетягиванием влево-вправо на один пиксель - ### диалог "Настройки(O) -> Параметры программы(E) -> Управление" -+400=по умолчанию -++=стилус планшет -++=ластик -++=пусто (по умолчанию) -++=действие инструмента -++=другое действие -++=команда -++=клавиша -++=Наведите курсор СЮДА и нажмите клавишу -++=установить - ### диалог "Настройки(O) -> Параметры программы(E) -> Cистема" -+500=рабочая папка -++=папка кистей -++=папка текстур - ### диалог "Настройки(O) -> Параметры программы(E) -> Курсор" - 600=позиция точки - +=загрузить изображение -@@ -840,6 +883,9 @@ - +=слои - +=другие - +=перестроить панель инструментов -++=шрифт (необходимо перезапустить программу) -++=по умолчанию -++=панель - - 1000=Несуществующая папка выбрана в качестве рабочей папки. - +=Единицы измерения можно записывать с префиксами K,M,G.\n(Байты записывают без префикса)\nМаксимум 1 гигабайт (1G).\nВведите 0 для вывода всех файлов. -@@ -1003,6 +1049,7 @@ - +=Изображение изменено.\nВы хотите сохранить эти изменения? - +=Отказ создания рабочей папки.\nОперация отмены может работать неправильно. - +=Хотите ли вы перенести кисти и палитры с ver.1?\n(Градиенты используются совместно с ver.1) -++=Этот файл отсутствует, поэтому убрать его из истории - - #-------------------- - # Mask check - "Меню -> Правка(E) -> Проверить состояние маски(M)" -@@ -1065,6 +1112,7 @@ - +=Вырезать(&X) - +=Вставить новый слой(&V) - +=Расширить/Сузить(&E)... -++=Экспортировать выделение в PNG(&P) - - ### layer - Меню "Слой(L)" - 4000=Создать(&N)... -@@ -1084,6 +1132,7 @@ - +=Просмотр(&V) + ### file - Меню "Файл(F)" +@@ -1129,10 +1129,10 @@ + +=Объединить слои выборочно(&W)... + +=Объединить все(&M) + +=Изменить(&E) +-+=Просмотр(&V) +++=Отображение(&V) +=Метки(&G) +=Экспортировать в файл(&S)... +-+=Закрить все папки(&Q) ++=Закрыть все папки(&Q) 4100=Отразить по горизонтали(&H) +=Отразить по вертикали(&V) -@@ -1227,6 +1276,7 @@ - +=Просмотр холста(&V) +@@ -1154,7 +1154,7 @@ + +=Замена цвета + +=Альфа-канал (проверенный слой) + +=Альфа-канал (текущий слой) +-+=Сглаживание +++=Размывание + +=Рисование + +=Рисование (комикс) + +=Пикселизация +@@ -1251,6 +1251,7 @@ + +=Сдвиг... + + +=Полупрозрачные в полностью непрозрачные +++=Коррекция в HLS... + + ### Меню "Просмотр(V)" + 6000=Панели(&P) +@@ -1273,7 +1274,7 @@ + +=Цвет(&C) + +=Цветовая палитра(&P) + +=Операции с холстом(&R) +-+=Просмотр холста(&V) +++=Просмотрщик холста(&V) +=Просмотрщик изображений(&I) +=Список фильтров(&F) -++=Колесо цветов(&H) - - 6200=Приблизить на 1 уровень(&U) - +=Отдалить на 1 уровень(&D) + +=Колесо цветов(&H) Modified: head/graphics/azpainter/files/patch-translation_uk ============================================================================== --- head/graphics/azpainter/files/patch-translation_uk Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/files/patch-translation_uk Mon Sep 25 12:09:42 2017 (r450584) @@ -1,129 +1,6 @@ --- translation/uk.orig 2017-06-02 01:28:14 UTC +++ translation/uk -@@ -19,6 +19,7 @@ - 18=abcdefg ABCDEFG АбВгДе 01234 - 19=Розмір - 20=Змінено -+21=Показати приховані файли - 1000=Відкрити файл - 1001=Зберегти файл - 1002=Оберіть теку -@@ -179,6 +180,7 @@ - +=Використовувати обрану текстуру - +=Звичайне коло - 100=Обрати зображення -++=Обрати зображення текстури - - #----------------- - # blend mode -@@ -226,6 +228,7 @@ - +=Переглядач полотна - +=Переглядач зображень - +=Список фільтрів -++=Колесо кольорів - - - #********************** -@@ -243,11 +246,15 @@ - +=Очистити(&C) - +=Керування переглядом(&S)... - +=Підігнати(&F) -++=Віддзеркалити(&H) -+ - 100=Меню - +=Відкрити - +=Попереднє - +=Наступне - +=Масштаб -++=Підігнати -++=Віддзеркалити - - #------------------ - # canvas view -@@ -291,13 +298,13 @@ - +=Зробити усі білими(&C)... - +=Завантажити з файлу(&L)... - +=Зберегти у файл(&S)... --+=дисплей Налаштування(&O)... -++=Налаштування відображення(&O)... - - 1200=Змінити кількість комірок - +=кількість - +=В поточній палітрі все буде замінено білим, ВИ ВПЕВНЕНІ? --+=дисплей Налаштування --+=Максимальне число горизонтальних\n(0 = автоматичний) -++=Налаштування відображення -++=Максимальна кількість горизонтально\n(0 = автоматично) - - #------------------ - # option - вкладки на панелі "Опції" -@@ -355,11 +362,12 @@ - # brush - brush list - - [1007] --0=Новий пензель(&B) --+=Вставити новий пензель(&P) -+0=Новий пензель - типово(&B) -++=Новий пензель - вставити(&P) - +=Нова група(&G) - +=Налаштування групи(&O) --+=Змінити групи і пензлі(&E) -++=Редагувати список(&E) -++=Новий пензель - копіювати(&D) - - 100=Перейменувати(&N) - +=Копіювати(&C) -@@ -428,7 +436,14 @@ - 240=записати в %c - +=скинути - -+#------------------- -+# color wheel - -+[1009] -+0=HSV трикутник -++=HSV квадрат -+ -+ - #********************** - # tool option - #********************** -@@ -522,9 +537,12 @@ - +=Ctrl+ЛКМ - +=Shift+ЛКМ - +=ПКМ -++=СКМ -+ - 100=прокрутка перегляду - +=прокрутка полотна - +=тягнути вверх-вниз для зміни масштабу -+ - 200=Прокрутка - +=тягнути вверх-вниз для зміни масштабу - +=піпетка (основний колір) -@@ -552,12 +570,20 @@ - 100=Історія - +=Реєстр - +=Шаблон -+1000=Максимальний розмір редагування %d px - - #------------------ - # palette edit - - [2004] --0=Змінити палітру -+0=Редагувати палітру -++=Видалити -++=Градація -++=кількість -++=Додати -++=Вставити -++=RGB значення (приклад: 255,0,128)\nнатисніть Enter щоб підтвердити -++=+Shift: виділити до визначеної позиції\nD&D: перемістити - - #------------------- - # layer dialogs -@@ -735,7 +761,7 @@ +@@ -761,7 +761,7 @@ +=Нахилений #----------------------- @@ -132,100 +9,75 @@ [2016] 0=Комбінації клавіш -@@ -749,7 +775,7 @@ +@@ -1129,7 +1129,7 @@ + +=Об'єднати шари вибірково(&W)... + +=Об'єднати всі(&M) + +=Змінити(&E) +-+=Перегляд(&V) +++=Відображення(&V) + +=Мітки(&G) + +=Експортувати у файл(&S)... + +=Закрити усі теки(&Q) +@@ -1154,7 +1154,7 @@ + +=Заміна кольору + +=Альфа-канал (перевірений шар) + +=Альфа-канал (поточний шар) +-+=Згладжування +++=Розмивання + +=Малювання + +=Малювання (комікс) + +=Пікселізація +@@ -1166,8 +1166,8 @@ + 5100=Яскравість/Контраст... + +=Гамма.. + +=Рівні... +-+=Корекція RGB... +-+=Корекція HSV... +++=Корекція в RGB... +++=Корекція в HSV... + +=Інвертувати кольори + +=Відтінки сірого + +=Тонування сепією +@@ -1196,11 +1196,11 @@ + +=Текстурне вирізання + +=Створити відтінки сірого з альфа-каналу - [2017] - 0=Клавіші дій на полотні --+=Коли буде обрано необхідну дію,\nбудь-ласка, натисніть одну клавішу.\nВи зможете очистити поточну -++=Коли буде обрано необхідну дію,\nбудь-ласка, натисніть одну клавішу.\nВи можете прибрати її натиснувши Space. - +=Очистити усі +-+=Розмиття... +-+=Розмиття по Гаусу... +-+=Розмиття рухом... +-+=Радіальне розмиття... +-+=Оптичне розмиття... +++=Розмивання... +++=Гаусеве розмивання... +++=Розмивання рухом... +++=Радіальне розмивання... +++=Оптичне розмивання... - 100=змінити інструмент -@@ -791,10 +817,14 @@ - +=перемістити рамку виділення + +=Хмари... + +=Точкова матриця (1)... +@@ -1235,7 +1235,7 @@ + +=Розсіювання... + +=Подряпини... + +=Медіана... +-+=Розмиття... +++=Розмивання... - #-------------------- --# Palette setting - заголовок і кнопки в діалозі "Опції(O) -> Положення панелей(P)" -+# Panel setting - заголовок і кнопки в діалозі "Опції(O) -> Положення панелей(P)" + +=Хвиля... + +=Брижі... +@@ -1251,6 +1251,7 @@ + +=Зсув... - [2018] - 0=Положення панелей -++=панелі -++=положення -++=панель%d -++=Полотно + +=Напівпрозорі в повністю непрозорі +++=Корекція в HLS... - #---------------------- - # Environment setting - вкладки у діалозі "Опції(O) -> Параметри програми(E)" -@@ -804,7 +834,7 @@ - +=Параметри 1 - +=Параметри 2 - +=Діапазон масштабу --+=Управління -++=Кнопка - +=Система - +=Курсор - +=Інтерфейс -@@ -827,7 +857,20 @@ - +=один крок обертання полотна - +=крок зміни розміру пензля перетягуванням\nліворуч-праворуч на один піксель - ### діалог "Опції(O) -> Параметри програми(E) -> Керування" -+400=типово -++=стилус планшет -++=гумка -++=пусто (типово) -++=дія інструменту -++=інша дія -++=команда -++=клавіша -++=Наведіть курсор СЮДИ і натисніть клавішу -++=встановити - ### діалог "Опції(O) -> Параметри програми(E) -> Cистема" -+500=робоча тека -++=тека пензлів -++=тека текстур - ### діалог "Опції(O) -> Параметри програми(E) -> Курсор" - 600=позиція точки - +=обрати зображення -@@ -840,6 +883,9 @@ - +=шари - +=інші - +=перебудувати панель інструментів -++=шрифт (необхідно перезапустити програму) -++=типово -++=панель - - 1000=Неіснюча тека обрана в якості робочої. - +=Одиниці виміру можна записати з префіксами K,M,G.\n(Байти записують без префіксу)\nМаксимум 1 гігабайт (1G).\nВведіть 0 для виводу усіх файлів. -@@ -1003,6 +1049,7 @@ - +=Зображення змінено.\nВи хочете зберегти ці зміни? - +=Відмова створення робочої теки.\nОперація відміни може працювати некоректно. - +=Чи бажаєте ви перенести пензлі і палітри з ver.1?\n(Градієнти використовуються спільно з ver.1) -++=Цей файл відсутній, тож прибрати його з історії - - #-------------------- - # Mask check - "Меню -> Редагування(E) -> Перевірити стан маски(M)" -@@ -1065,6 +1112,7 @@ - +=Вирізати(&X) - +=Вставити новий шар(&V) - +=Розширити/Звузити(&E)... -++=Експортувати виділення у PNG(&P) - - ### layer - Меню "Шар(L)" - 4000=Створити(&N)... -@@ -1084,6 +1132,7 @@ - +=Перегляд(&V) - +=Мітки(&G) - +=Експортувати у файл(&S)... -++=Закрити усі теки(&Q) - - 4100=Відзеркалити горизонтально(&H) - +=Відзеркалити вертикально(&V) -@@ -1227,6 +1276,7 @@ - +=Перегляд полотна(&V) + ### Меню "Перегляд(V)" + 6000=Панелі(&P) +@@ -1273,7 +1274,7 @@ + +=Колір(&C) + +=Палітра кольорів(&P) + +=Операції з полотном(&R) +-+=Перегляд полотна(&V) +++=Переглядач полотна(&V) +=Переглядач зображень(&I) +=Список фільтрів(&F) -++=Колесо кольорів(&H) - - 6200=Наблизити на 1 рівень(&U) - +=Віддалити на 1 рівень(&D) + +=Колесо кольорів(&H) Modified: head/graphics/azpainter/pkg-plist ============================================================================== --- head/graphics/azpainter/pkg-plist Mon Sep 25 11:05:36 2017 (r450583) +++ head/graphics/azpainter/pkg-plist Mon Sep 25 12:09:42 2017 (r450584) @@ -22,6 +22,7 @@ bin/azpainter %%DATADIR%%/brush/circle1.png %%DATADIR%%/brush/ellipse.png %%DATADIR%%/brush-2.dat +%%DATADIR%%/coltype.png %%DATADIR%%/grad.dat %%DATADIR%%/icon.png %%DATADIR%%/palette-2.dat From owner-svn-ports-head@freebsd.org Mon Sep 25 12:15:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC3EE12BDE; Mon, 25 Sep 2017 12:15:59 +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 B9DBD7CA9D; Mon, 25 Sep 2017 12:15:59 +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 v8PCFwVG032868; Mon, 25 Sep 2017 12:15:58 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PCFwdH032867; Mon, 25 Sep 2017 12:15:58 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709251215.v8PCFwdH032867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 25 Sep 2017 12:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450585 - head/x11/startup-notification X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11/startup-notification X-SVN-Commit-Revision: 450585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 12:16:00 -0000 Author: gahr Date: Mon Sep 25 12:15:58 2017 New Revision: 450585 URL: https://svnweb.freebsd.org/changeset/ports/450585 Log: x11/startup-notification: fix WWW line in pkg-descr Modified: head/x11/startup-notification/pkg-descr Modified: head/x11/startup-notification/pkg-descr ============================================================================== --- head/x11/startup-notification/pkg-descr Mon Sep 25 12:09:42 2017 (r450584) +++ head/x11/startup-notification/pkg-descr Mon Sep 25 12:15:58 2017 (r450585) @@ -1,4 +1,4 @@ startup-notification is a minimal library that supports the startup notification spec described at www.freedesktop.org. -WWW: http://www.freedesktop.org/wiki/Software_2fstartup_2dnotification +WWW: https://www.freedesktop.org/wiki/Software/startup-notification/ From owner-svn-ports-head@freebsd.org Mon Sep 25 12:25:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C408AE15088; Mon, 25 Sep 2017 12:25:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DDB57D0D5; Mon, 25 Sep 2017 12:25:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 50AE3BDD2D; Mon, 25 Sep 2017 14:25:00 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 2DC85BDD25; Mon, 25 Sep 2017 14:25:00 +0200 (CEST) Subject: Re: svn commit: r450432 - head/graphics/tesseract To: Ben Woods , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709231239.v8NCdugm033459@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <1cfe9907-2a23-b086-5dd3-860894469d3a@FreeBSD.org> Date: Mon, 25 Sep 2017 14:24:41 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709231239.v8NCdugm033459@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="31JX89kOvIt96FstODMuNPPX0FFsnfuWg" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 12:25:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --31JX89kOvIt96FstODMuNPPX0FFsnfuWg Content-Type: multipart/mixed; boundary="Mc1LAh1wkpFHAAJNBb8aLXFqlnHKHtC8C"; protected-headers="v1" From: Mathieu Arnold To: Ben Woods , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <1cfe9907-2a23-b086-5dd3-860894469d3a@FreeBSD.org> Subject: Re: svn commit: r450432 - head/graphics/tesseract References: <201709231239.v8NCdugm033459@repo.freebsd.org> In-Reply-To: <201709231239.v8NCdugm033459@repo.freebsd.org> --Mc1LAh1wkpFHAAJNBb8aLXFqlnHKHtC8C Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 23/09/2017 =C3=A0 14:39, Ben Woods a =C3=A9crit=C2=A0: > Author: woodsb02 > Date: Sat Sep 23 12:39:56 2017 > New Revision: 450432 > URL: https://svnweb.freebsd.org/changeset/ports/450432 > > Log: > graphics/tesseract: Add graphics/tesseract-data as RUN_DEPENDS You should have bumped PORTREVISION for the dependency change. (It was done since then for the icu update, so no need to do it.) --=20 Mathieu Arnold --Mc1LAh1wkpFHAAJNBb8aLXFqlnHKHtC8C-- --31JX89kOvIt96FstODMuNPPX0FFsnfuWg 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 iQJ8BAEBCgBmBQJZyPWbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IXbMP/jZavoTBtcjBVNJ5GAFoMs8X icGDL/99SuaiW3yHFA2XZAkvJ2R3XdoUx8jVhP2BazNXX4wzh1IZLRXgAdQnuw5z OyzAk4yxnfE2XzC2nbLLLXRc+P57DAc3RdV8O/r2ZEmaselg0QnfrYMYHS0tEXzm 1UZ3/ceY5gRSGjqbvuyhJTC13jdNtkY5K4oQq8O/mlc0EuJMtBqNj30OKU2eK4fo Qd7j3vL9iuD11Hh60zYRgz39qCI3MAo++40ZcYvYfCMgFJPapImotdJIjwOHQXNd KAOSK9NOfDotQbuRBWWfETGtIri2a5DJ/zrKGxM2axO8buzm1UyFsLAVLUhveSSV HZ3lCOPSVyek20rqpHNb2mVmW4qX74/cy3cCHdlrUsfLI6+eMYYBncVn1exQ1Ers 383jqKRmW83TQmqS0xQjHXU6yaunYshh2AoMnEc/MCGt9fqQuST+Vw1glmzXKEsE vEa+hSjFkCcEQ+7d/b1fh0lWnubQv+jKtmFbb0giseFVJ21oyOlm5K6zFhFOF9rT kMq5lE9r9oL6V1fyH/TIC1ls99mUMKrevvqBJvKcSB0+HZfeMF1LzlX0GAPPA5wj fC/6vH8r/AUL3MYuIpKIhIrKY6a5iEKVhpwffAh/Rf6knLjulZcAByqFBF3x7dzC wFTdVVNDmpRvwGn3WBgF =hNp7 -----END PGP SIGNATURE----- --31JX89kOvIt96FstODMuNPPX0FFsnfuWg-- From owner-svn-ports-head@freebsd.org Mon Sep 25 12:35:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7739E153B8; Mon, 25 Sep 2017 12:35:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B957D5C1; Mon, 25 Sep 2017 12:35:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PCZE5W041245; Mon, 25 Sep 2017 12:35:14 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PCZE9b041243; Mon, 25 Sep 2017 12:35:14 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201709251235.v8PCZE9b041243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 25 Sep 2017 12:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450587 - head/security/clusterssh X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/clusterssh X-SVN-Commit-Revision: 450587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 12:35:16 -0000 Author: ehaupt Date: Mon Sep 25 12:35:14 2017 New Revision: 450587 URL: https://svnweb.freebsd.org/changeset/ports/450587 Log: Update to 4.10_02 PR: 221875 Approved by: maintainer timeout (lx, 28 days) Modified: head/security/clusterssh/Makefile head/security/clusterssh/distinfo Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Mon Sep 25 12:17:27 2017 (r450586) +++ head/security/clusterssh/Makefile Mon Sep 25 12:35:14 2017 (r450587) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clusterssh -PORTVERSION= 4.09 +DISTVERSION= 4.10_02 CATEGORIES= security net MAINTAINER= lx@FreeBSD.org Modified: head/security/clusterssh/distinfo ============================================================================== --- head/security/clusterssh/distinfo Mon Sep 25 12:17:27 2017 (r450586) +++ head/security/clusterssh/distinfo Mon Sep 25 12:35:14 2017 (r450587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490543173 -SHA256 (duncs-clusterssh-4.09-4665a23_GH0.tar.gz) = 9445cfcf934f38756c265ba539fafe635bd08e130bb44048095a4687bcee08cf -SIZE (duncs-clusterssh-4.09-4665a23_GH0.tar.gz) = 73553 +TIMESTAMP = 1506342329 +SHA256 (duncs-clusterssh-4.10_02-4665a23_GH0.tar.gz) = 9445cfcf934f38756c265ba539fafe635bd08e130bb44048095a4687bcee08cf +SIZE (duncs-clusterssh-4.10_02-4665a23_GH0.tar.gz) = 73553 From owner-svn-ports-head@freebsd.org Mon Sep 25 13:01:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33ED8E15918; Mon, 25 Sep 2017 13:01:24 +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 0D1707DF2E; Mon, 25 Sep 2017 13:01:23 +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 v8PD1NPm053225; Mon, 25 Sep 2017 13:01:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PD1MOZ053220; Mon, 25 Sep 2017 13:01:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709251301.v8PD1MOZ053220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Sep 2017 13:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450588 - in head/lang/perl5.24: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/lang/perl5.24: . files X-SVN-Commit-Revision: 450588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 13:01:24 -0000 Author: mat Date: Mon Sep 25 13:01:22 2017 New Revision: 450588 URL: https://svnweb.freebsd.org/changeset/ports/450588 Log: Update to 5.24.3. Sponsored by: Absolight Modified: head/lang/perl5.24/distinfo (contents, props changed) head/lang/perl5.24/files/patch-Configure (contents, props changed) head/lang/perl5.24/files/patch-dtrace (contents, props changed) head/lang/perl5.24/pkg-plist (contents, props changed) head/lang/perl5.24/version.mk Modified: head/lang/perl5.24/distinfo ============================================================================== --- head/lang/perl5.24/distinfo Mon Sep 25 12:35:14 2017 (r450587) +++ head/lang/perl5.24/distinfo Mon Sep 25 13:01:22 2017 (r450588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500199044 -SHA256 (perl/perl-5.24.2.tar.xz) = b25dd465ef32edf853078eb540b26243db0a3b5e1b1cc84393703d9564be67c0 -SIZE (perl/perl-5.24.2.tar.xz) = 11570420 +TIMESTAMP = 1506285242 +SHA256 (perl/perl-5.24.3.tar.xz) = 03fe3e4ea39d2a4982703572599a80f3d5f368a1359ed89746ea1d8bec6cfbba +SIZE (perl/perl-5.24.3.tar.xz) = 11574740 Modified: head/lang/perl5.24/files/patch-Configure ============================================================================== --- head/lang/perl5.24/files/patch-Configure Mon Sep 25 12:35:14 2017 (r450587) +++ head/lang/perl5.24/files/patch-Configure Mon Sep 25 13:01:22 2017 (r450588) @@ -1,4 +1,4 @@ ---- Configure.orig 2016-04-23 17:51:26 UTC +--- Configure.orig 2017-08-23 20:07:24 UTC +++ Configure @@ -3862,7 +3862,10 @@ esac . ./posthint.sh @@ -21,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9590,8 +9593,7 @@ prefixvar=siteman3dir +@@ -9604,8 +9607,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in Modified: head/lang/perl5.24/files/patch-dtrace ============================================================================== --- head/lang/perl5.24/files/patch-dtrace Mon Sep 25 12:35:14 2017 (r450587) +++ head/lang/perl5.24/files/patch-dtrace Mon Sep 25 13:01:22 2017 (r450588) @@ -1,4 +1,4 @@ ---- Configure.orig 2016-07-14 19:08:07 UTC +--- Configure.orig 2017-09-22 14:26:35 UTC +++ Configure @@ -940,6 +940,7 @@ lddlflags='' usedl='' @@ -8,7 +8,7 @@ ebcdic='' fflushNULL='' fflushall='' -@@ -8140,10 +8141,19 @@ while $test 1 ; do +@@ -8154,10 +8155,19 @@ while $test 1 ; do if $test -f $dtrace then @@ -29,7 +29,7 @@ echo " " echo "Good: your $dtrace knows about the -h flag." else -@@ -8157,6 +8167,17 @@ while $test 1 ; do +@@ -8171,6 +8181,17 @@ while $test 1 ; do EOM exit 1 fi @@ -47,7 +47,7 @@ break; fi -@@ -20756,7 +20777,11 @@ $define) +@@ -20770,7 +20791,11 @@ $define) dtraceobject=$define ;; ' '|'') @@ -60,7 +60,7 @@ $cat >try.c </dev/null ;; @@ -153,7 +153,7 @@ + +$spitshell >>$Makefile <<'!NO!SUBS!' + - perltoc_pod_prereqs = extra.pods pod/perl5242delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod + perltoc_pod_prereqs = extra.pods pod/perl5243delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) generated_headers = uudmap.h bitcount.h mg_data.h @@ -860,19 +908,32 @@ mydtrace.h: $(DTRACE_H) @@ -220,7 +220,7 @@ -@rm -f miniperl.xok !NO!SUBS! ---- Porting/Glossary.orig 2016-07-14 19:06:55 UTC +--- Porting/Glossary.orig 2017-06-30 21:03:20 UTC +++ Porting/Glossary @@ -2949,6 +2949,11 @@ dtrace (usedtrace.U): dtraceobject (dtraceobject.U): @@ -234,7 +234,7 @@ dynamic_ext (Extensions.U): This variable holds a list of XS extension files we want to link dynamically into the package. It is used by Makefile. ---- ext/XS-APItest/Makefile.PL.orig 2016-07-14 19:08:07 UTC +--- ext/XS-APItest/Makefile.PL.orig 2017-06-30 21:03:22 UTC +++ ext/XS-APItest/Makefile.PL @@ -58,7 +58,8 @@ sub MY::postamble DTRACE_D = ../../perldtrace.d @@ -246,7 +246,7 @@ POSTAMBLE return $post; ---- hints/freebsd.sh.orig 2016-07-14 19:07:39 UTC +--- hints/freebsd.sh.orig 2017-06-30 21:03:22 UTC +++ hints/freebsd.sh @@ -105,6 +105,15 @@ case "$osvers" in ;; Modified: head/lang/perl5.24/pkg-plist ============================================================================== --- head/lang/perl5.24/pkg-plist Mon Sep 25 12:35:14 2017 (r450587) +++ head/lang/perl5.24/pkg-plist Mon Sep 25 13:01:22 2017 (r450588) @@ -1450,9 +1450,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5221delta.pod %%PRIV_LIB%%/pod/perl5222delta.pod %%PRIV_LIB%%/pod/perl5223delta.pod +%%PRIV_LIB%%/pod/perl5224delta.pod %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5241delta.pod %%PRIV_LIB%%/pod/perl5242delta.pod +%%PRIV_LIB%%/pod/perl5243delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod @@ -2122,9 +2124,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5221delta.1.gz %%MAN1%%/perl5222delta.1.gz %%MAN1%%/perl5223delta.1.gz +%%MAN1%%/perl5224delta.1.gz %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5241delta.1.gz %%MAN1%%/perl5242delta.1.gz +%%MAN1%%/perl5243delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz Modified: head/lang/perl5.24/version.mk ============================================================================== --- head/lang/perl5.24/version.mk Mon Sep 25 12:35:14 2017 (r450587) +++ head/lang/perl5.24/version.mk Mon Sep 25 13:01:22 2017 (r450588) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.24.2 +PERL_VERSION= 5.24.3 PERL5_DEPEND= perl5>=5.24<5.25 From owner-svn-ports-head@freebsd.org Mon Sep 25 13:01:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CE83E15932; Mon, 25 Sep 2017 13:01:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D54797DF49; Mon, 25 Sep 2017 13:01:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PD1U2j053377; Mon, 25 Sep 2017 13:01:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PD1UrY053373; Mon, 25 Sep 2017 13:01:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709251301.v8PD1UrY053373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Sep 2017 13:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450589 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 450589 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 13:01:32 -0000 Author: mat Date: Mon Sep 25 13:01:30 2017 New Revision: 450589 URL: https://svnweb.freebsd.org/changeset/ports/450589 Log: Update to v5.27.4-28-g60dfa51. Changes: https://github.com/Perl/perl5/compare/v5.27.3-107-g4369267...v5.27.4-28-g60dfa51 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Sep 25 13:01:22 2017 (r450588) +++ head/lang/perl5-devel/Makefile Mon Sep 25 13:01:30 2017 (r450589) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.27.3-107-g4369267 +GH_TAGNAME= v5.27.4-28-g60dfa51 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Sep 25 13:01:22 2017 (r450588) +++ head/lang/perl5-devel/distinfo Mon Sep 25 13:01:30 2017 (r450589) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505729296 -SHA256 (perl/Perl-perl5-v5.27.3-107-g4369267_GH0.tar.gz) = 98f2225e7fbdfe7800a3461089ec67e0a1860034bab2d42e49c4d8ce85d2b478 -SIZE (perl/Perl-perl5-v5.27.3-107-g4369267_GH0.tar.gz) = 18672292 +TIMESTAMP = 1506341985 +SHA256 (perl/Perl-perl5-v5.27.4-28-g60dfa51_GH0.tar.gz) = 451fb4476b77fbba7f444a603614b1135c19eb1cd46c9a5109701fad8517a0f6 +SIZE (perl/Perl-perl5-v5.27.4-28-g60dfa51_GH0.tar.gz) = 18692387 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Sep 25 13:01:22 2017 (r450588) +++ head/lang/perl5-devel/pkg-plist Mon Sep 25 13:01:30 2017 (r450589) @@ -976,12 +976,15 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5241delta.1.gz %%MAN1%%/perl5242delta.1.gz +%%MAN1%%/perl5243delta.1.gz %%MAN1%%/perl5260delta.1.gz +%%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl5270delta.1.gz %%MAN1%%/perl5271delta.1.gz %%MAN1%%/perl5272delta.1.gz %%MAN1%%/perl5273delta.1.gz %%MAN1%%/perl5274delta.1.gz +%%MAN1%%/perl5275delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1761,12 +1764,15 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5241delta.pod %%PRIV_LIB%%/pod/perl5242delta.pod +%%PRIV_LIB%%/pod/perl5243delta.pod %%PRIV_LIB%%/pod/perl5260delta.pod +%%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl5270delta.pod %%PRIV_LIB%%/pod/perl5271delta.pod %%PRIV_LIB%%/pod/perl5272delta.pod %%PRIV_LIB%%/pod/perl5273delta.pod %%PRIV_LIB%%/pod/perl5274delta.pod +%%PRIV_LIB%%/pod/perl5275delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon Sep 25 13:01:22 2017 (r450588) +++ head/lang/perl5-devel/version.mk Mon Sep 25 13:01:30 2017 (r450589) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.27.4 +PERL_VERSION= 5.27.5 PERL5_DEPEND= perl5>=5.27<5.28 From owner-svn-ports-head@freebsd.org Mon Sep 25 13:01:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 583F1E1594F; Mon, 25 Sep 2017 13:01: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 302EE7E0AC; Mon, 25 Sep 2017 13:01: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 v8PD1ZZs053525; Mon, 25 Sep 2017 13:01:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PD1YqK053521; Mon, 25 Sep 2017 13:01:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709251301.v8PD1YqK053521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Sep 2017 13:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450590 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 450590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 13:01:36 -0000 Author: mat Date: Mon Sep 25 13:01:34 2017 New Revision: 450590 URL: https://svnweb.freebsd.org/changeset/ports/450590 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Sep 25 13:01:30 2017 (r450589) +++ head/dns/bind9-devel/Makefile Mon Sep 25 13:01:34 2017 (r450590) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.09.18 -HASH= 0bcb8b0 +ISCVERSION= 9.12.0a.2017.09.23 +HASH= 2919a6d USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Sep 25 13:01:30 2017 (r450589) +++ head/dns/bind9-devel/distinfo Mon Sep 25 13:01:34 2017 (r450590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505729393 -SHA256 (bind9-0bcb8b0.tar.gz) = 0f2e2eb97c8b3207e46a0d5e1d0954ede2714b026fd97b0991bcb2c3180ecc14 -SIZE (bind9-0bcb8b0.tar.gz) = 11694132 +TIMESTAMP = 1506342038 +SHA256 (bind9-2919a6d.tar.gz) = 360cb4f842a6fbbffee4fd703452a5f48189c80ab7906a6305314dd6f18f784d +SIZE (bind9-2919a6d.tar.gz) = 11701389 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 25 13:01:30 2017 (r450589) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 25 13:01:34 2017 (r450590) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-09-18 04:28:39 UTC +--- bin/named/config.c.orig 2017-09-23 04:57:27 UTC +++ bin/named/config.c @@ -179,12 +179,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -7,7 +7,7 @@ + min-cache-ttl 0; /* no minimal, zero is allowed */\n\ # min-roots ;\n\ minimal-any false;\n\ - minimal-responses true;\n\ + minimal-responses no-auth-recursive;\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -15,7 +15,7 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2017-09-18 04:28:39 UTC +--- bin/named/server.c.orig 2017-09-23 04:57:27 UTC +++ bin/named/server.c @@ -4090,6 +4090,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -34,7 +34,7 @@ result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-09-18 04:28:39 UTC +--- lib/dns/include/dns/view.h.orig 2017-09-23 04:57:27 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -45,7 +45,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-09-18 04:28:39 UTC +--- lib/dns/resolver.c.orig 2017-09-23 04:57:27 UTC +++ lib/dns/resolver.c @@ -5751,6 +5751,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -66,7 +66,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-09-18 04:28:39 UTC +--- lib/isccfg/namedconf.c.orig 2017-09-23 04:57:27 UTC +++ lib/isccfg/namedconf.c @@ -1918,6 +1918,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Sep 25 13:01:30 2017 (r450589) +++ head/dns/bind9-devel/files/patch-configure Mon Sep 25 13:01:34 2017 (r450590) @@ -1,6 +1,6 @@ ---- configure.orig 2017-09-18 04:28:39 UTC +--- configure.orig 2017-09-23 04:57:27 UTC +++ configure -@@ -14414,27 +14414,9 @@ done +@@ -14417,27 +14417,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14477,47 +14459,7 @@ $as_echo "no" >&6; } ;; +@@ -14480,47 +14462,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22987,7 +22929,7 @@ $as_echo "" >&6; } +@@ -23029,7 +22971,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-head@freebsd.org Mon Sep 25 13:16:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C50DE15EF1; Mon, 25 Sep 2017 13:16:28 +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 464107E812; Mon, 25 Sep 2017 13:16:28 +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 v8PDGRTJ057874; Mon, 25 Sep 2017 13:16:27 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PDGR3k057873; Mon, 25 Sep 2017 13:16:27 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709251316.v8PDGR3k057873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 25 Sep 2017 13:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450591 - head/x11/startup-notification X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11/startup-notification X-SVN-Commit-Revision: 450591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 13:16:28 -0000 Author: gahr Date: Mon Sep 25 13:16:27 2017 New Revision: 450591 URL: https://svnweb.freebsd.org/changeset/ports/450591 Log: x11/startup-notification: set LICENSE Modified: head/x11/startup-notification/Makefile Modified: head/x11/startup-notification/Makefile ============================================================================== --- head/x11/startup-notification/Makefile Mon Sep 25 13:01:34 2017 (r450590) +++ head/x11/startup-notification/Makefile Mon Sep 25 13:16:27 2017 (r450591) @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org +LICENSE= LGPL20 MIT +LICENSE_COMB= multi + LIB_DEPENDS= libxcb-util.so:x11/xcb-util USE_XORG= x11 From owner-svn-ports-head@freebsd.org Mon Sep 25 14:06:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E848AE16B92; Mon, 25 Sep 2017 14:06:03 +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 584B87F950; Mon, 25 Sep 2017 14:06:03 +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 v8PE62v9078695; Mon, 25 Sep 2017 14:06:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PE62u6078693; Mon, 25 Sep 2017 14:06:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709251406.v8PE62u6078693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 25 Sep 2017 14:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450592 - head/x11-wm/i3 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-wm/i3 X-SVN-Commit-Revision: 450592 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 14:06:04 -0000 Author: bapt Date: Mon Sep 25 14:06:02 2017 New Revision: 450592 URL: https://svnweb.freebsd.org/changeset/ports/450592 Log: Update to 4.14.1 Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Mon Sep 25 13:16:27 2017 (r450591) +++ head/x11-wm/i3/Makefile Mon Sep 25 14:06:02 2017 (r450592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.14 +DISTVERSION= 4.14.1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Mon Sep 25 13:16:27 2017 (r450591) +++ head/x11-wm/i3/distinfo Mon Sep 25 14:06:02 2017 (r450592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504530368 -SHA256 (i3-4.14.tar.bz2) = ae3abde3af1b87e269d8aad2348be6f7298338cb8e06bad11cbf91cdbf92a5d6 -SIZE (i3-4.14.tar.bz2) = 1152501 +TIMESTAMP = 1506347730 +SHA256 (i3-4.14.1.tar.bz2) = d0063ac561f3aa8d7e31e137356815bad781bd6ad774030362c89abe96ab5fb1 +SIZE (i3-4.14.1.tar.bz2) = 1173560 From owner-svn-ports-head@freebsd.org Mon Sep 25 14:47:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 339DBE178CC; Mon, 25 Sep 2017 14:47:34 +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 EC5FC809C1; Mon, 25 Sep 2017 14:47:33 +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 v8PElXgC095112; Mon, 25 Sep 2017 14:47:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PElXWI095111; Mon, 25 Sep 2017 14:47:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709251447.v8PElXWI095111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 25 Sep 2017 14:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450593 - head/x11-wm/i3 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-wm/i3 X-SVN-Commit-Revision: 450593 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 14:47:34 -0000 Author: bapt Date: Mon Sep 25 14:47:32 2017 New Revision: 450593 URL: https://svnweb.freebsd.org/changeset/ports/450593 Log: Pet portlint PR: 222596 Submitted by: gahr Modified: head/x11-wm/i3/Makefile Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Mon Sep 25 14:06:02 2017 (r450592) +++ head/x11-wm/i3/Makefile Mon Sep 25 14:47:32 2017 (r450593) @@ -27,8 +27,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 -USE_XORG= xcb USES= pkgconfig gmake iconv perl5 tar:bzip2 +USE_XORG= xcb GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC="" @@ -37,7 +37,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install-strip post-install: - @${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - + ${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include From owner-svn-ports-head@freebsd.org Mon Sep 25 14:48:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EAD0E17956; Mon, 25 Sep 2017 14:48:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E16080B9D; Mon, 25 Sep 2017 14:48:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PEmDan095398; Mon, 25 Sep 2017 14:48:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PEmDvx095396; Mon, 25 Sep 2017 14:48:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709251448.v8PEmDvx095396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Sep 2017 14:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450595 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450595 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 14:48:14 -0000 Author: swills Date: Mon Sep 25 14:48:12 2017 New Revision: 450595 URL: https://svnweb.freebsd.org/changeset/ports/450595 Log: Add second CVE To geminabox entry, update versions affected Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Sep 25 14:47:51 2017 (r450594) +++ head/security/vuxml/vuln.xml Mon Sep 25 14:48:12 2017 (r450595) @@ -260,7 +260,7 @@ Notes: rubygem-geminabox - 0.13.6 + 0.13.7 @@ -281,6 +281,7 @@ Notes: https://baraktawily.blogspot.com/2017/09/gem-in-box-xss-vulenrability-cve-2017.html CVE-2017-14506 + CVE-2017-14683 2017-09-18 From owner-svn-ports-head@freebsd.org Mon Sep 25 14:57:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE90FE17B48; Mon, 25 Sep 2017 14:57:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BDF480F72; Mon, 25 Sep 2017 14:57:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PEvNVU099583; Mon, 25 Sep 2017 14:57:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PEvNAT099581; Mon, 25 Sep 2017 14:57:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709251457.v8PEvNAT099581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 25 Sep 2017 14:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450596 - head/www/kcgi X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/www/kcgi X-SVN-Commit-Revision: 450596 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 14:57:24 -0000 Author: bapt Date: Mon Sep 25 14:57:23 2017 New Revision: 450596 URL: https://svnweb.freebsd.org/changeset/ports/450596 Log: Update to 0.9.7 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Mon Sep 25 14:48:12 2017 (r450595) +++ head/www/kcgi/Makefile Mon Sep 25 14:57:23 2017 (r450596) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Mon Sep 25 14:48:12 2017 (r450595) +++ head/www/kcgi/distinfo Mon Sep 25 14:57:23 2017 (r450596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504255667 -SHA256 (kcgi-0.9.6.tgz) = 66d999440c53556eb3ece34d0ba02ecd9a365d8e29b85cddc65ce3ab60fdf736 -SIZE (kcgi-0.9.6.tgz) = 143613 +TIMESTAMP = 1506351409 +SHA256 (kcgi-0.9.7.tgz) = e4980c7a2b8afe36a9a2c9716e33dcfd50c88ea9945fc26df7d5e72393ef0732 +SIZE (kcgi-0.9.7.tgz) = 145420 From owner-svn-ports-head@freebsd.org Mon Sep 25 14:57:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65667E17B5D; Mon, 25 Sep 2017 14:57:33 +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 3491980FA0; Mon, 25 Sep 2017 14:57:33 +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 v8PEvWnN099708; Mon, 25 Sep 2017 14:57:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PEvW60099706; Mon, 25 Sep 2017 14:57:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709251457.v8PEvW60099706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 25 Sep 2017 14:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450597 - head/math/libxlsxwriter X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxlsxwriter X-SVN-Commit-Revision: 450597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 14:57:33 -0000 Author: bapt Date: Mon Sep 25 14:57:32 2017 New Revision: 450597 URL: https://svnweb.freebsd.org/changeset/ports/450597 Log: Update to 0.7.5 Modified: head/math/libxlsxwriter/Makefile head/math/libxlsxwriter/distinfo Modified: head/math/libxlsxwriter/Makefile ============================================================================== --- head/math/libxlsxwriter/Makefile Mon Sep 25 14:57:23 2017 (r450596) +++ head/math/libxlsxwriter/Makefile Mon Sep 25 14:57:32 2017 (r450597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxlsxwriter -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel Modified: head/math/libxlsxwriter/distinfo ============================================================================== --- head/math/libxlsxwriter/distinfo Mon Sep 25 14:57:23 2017 (r450596) +++ head/math/libxlsxwriter/distinfo Mon Sep 25 14:57:32 2017 (r450597) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503330093 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 4a1143e4d9532468305fe7553792ab01274febdf715175a89c7ab8296378fa14 -SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.4_GH0.tar.gz) = 12195563 +TIMESTAMP = 1506351395 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.5_GH0.tar.gz) = 9b57d9cc989e552e4ac6366b7bac0950aeab0bc7032a8c18a5d5b33132f0de9c +SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.5_GH0.tar.gz) = 12475182 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:11:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E692E17F6C; Mon, 25 Sep 2017 15:11: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 06F1381834; Mon, 25 Sep 2017 15:11: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 v8PFBgVC006381; Mon, 25 Sep 2017 15:11:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFBgrR006379; Mon, 25 Sep 2017 15:11:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251511.v8PFBgrR006379@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, 25 Sep 2017 15:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450598 - head/devel/p5-MooseX-App X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-MooseX-App X-SVN-Commit-Revision: 450598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:11:43 -0000 Author: sunpoet Date: Mon Sep 25 15:11:41 2017 New Revision: 450598 URL: https://svnweb.freebsd.org/changeset/ports/450598 Log: Update to 1.39 Changes: http://search.cpan.org/dist/MooseX-App/Changes Modified: head/devel/p5-MooseX-App/Makefile head/devel/p5-MooseX-App/distinfo Modified: head/devel/p5-MooseX-App/Makefile ============================================================================== --- head/devel/p5-MooseX-App/Makefile Mon Sep 25 14:57:32 2017 (r450597) +++ head/devel/p5-MooseX-App/Makefile Mon Sep 25 15:11:41 2017 (r450598) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-App -PORTVERSION= 1.38 +PORTVERSION= 1.39 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-App/distinfo ============================================================================== --- head/devel/p5-MooseX-App/distinfo Mon Sep 25 14:57:32 2017 (r450597) +++ head/devel/p5-MooseX-App/distinfo Mon Sep 25 15:11:41 2017 (r450598) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495551620 -SHA256 (MooseX-App-1.38.tar.gz) = f0585e35678834ffc6167d16098eb9ccd47b84a3a48409438821b631060ddfcb -SIZE (MooseX-App-1.38.tar.gz) = 90382 +TIMESTAMP = 1506343525 +SHA256 (MooseX-App-1.39.tar.gz) = b18c504f741cb24eb74db46be5934c8a082e632a93103f8a07ddb82f796356d5 +SIZE (MooseX-App-1.39.tar.gz) = 90782 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:11:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1125DE17F82; Mon, 25 Sep 2017 15:11: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 D49A68184B; Mon, 25 Sep 2017 15:11: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 v8PFBlIs006501; Mon, 25 Sep 2017 15:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFBke7006499; Mon, 25 Sep 2017 15:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251511.v8PFBke7006499@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, 25 Sep 2017 15:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450599 - head/converters/pecl-igbinary X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/pecl-igbinary X-SVN-Commit-Revision: 450599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:11:48 -0000 Author: sunpoet Date: Mon Sep 25 15:11:46 2017 New Revision: 450599 URL: https://svnweb.freebsd.org/changeset/ports/450599 Log: Update to 2.0.2 Changes: https://pecl.php.net/package-changelog.php?package=igbinary Modified: head/converters/pecl-igbinary/Makefile head/converters/pecl-igbinary/distinfo Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Mon Sep 25 15:11:41 2017 (r450598) +++ head/converters/pecl-igbinary/Makefile Mon Sep 25 15:11:46 2017 (r450599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org Modified: head/converters/pecl-igbinary/distinfo ============================================================================== --- head/converters/pecl-igbinary/distinfo Mon Sep 25 15:11:41 2017 (r450598) +++ head/converters/pecl-igbinary/distinfo Mon Sep 25 15:11:46 2017 (r450599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482334197 -SHA256 (PECL/igbinary-2.0.1.tgz) = 94824980ef22d8c353bf005fc167f758e8b3981ce5d543c4c6b92c066b0cf033 -SIZE (PECL/igbinary-2.0.1.tgz) = 66826 +TIMESTAMP = 1506343532 +SHA256 (PECL/igbinary-2.0.2.tgz) = c00815639382d1e3aca5c7850d9135ea1942a26f7c205ef4c7b74986e5b52f8f +SIZE (PECL/igbinary-2.0.2.tgz) = 67192 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BB19E18158; Mon, 25 Sep 2017 15:12: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 EF0F381993; Mon, 25 Sep 2017 15:12: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 v8PFC2F6007606; Mon, 25 Sep 2017 15:12:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFC2KK007604; Mon, 25 Sep 2017 15:12:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFC2KK007604@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, 25 Sep 2017 15:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450602 - head/textproc/sk-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-mythes X-SVN-Commit-Revision: 450602 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:03 -0000 Author: sunpoet Date: Mon Sep 25 15:12:01 2017 New Revision: 450602 URL: https://svnweb.freebsd.org/changeset/ports/450602 Log: Update to 2017.09.24 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Sep 25 15:11:56 2017 (r450601) +++ head/textproc/sk-mythes/Makefile Mon Sep 25 15:12:01 2017 (r450602) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.09.17 +PORTVERSION= 2017.09.24 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Sep 25 15:11:56 2017 (r450601) +++ head/textproc/sk-mythes/distinfo Mon Sep 25 15:12:01 2017 (r450602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505748646 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170917.zip) = 0480b490738d561555f0c31829df94aa25c783889b611b2d88691e7d76c00775 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170917.zip) = 239473 +TIMESTAMP = 1506340457 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170924.zip) = 9e0a10bedea7b25a35473fd54b59d25c5aa5f181211dd9ccd0c221cca99380b9 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170924.zip) = 239473 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77971E181E6; Mon, 25 Sep 2017 15:12: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 44E6681A85; Mon, 25 Sep 2017 15:12: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 v8PFCCjw007851; Mon, 25 Sep 2017 15:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCCIJ007849; Mon, 25 Sep 2017 15:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCCIJ007849@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, 25 Sep 2017 15:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450604 - head/ftp/p5-File-Fetch X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/p5-File-Fetch X-SVN-Commit-Revision: 450604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:13 -0000 Author: sunpoet Date: Mon Sep 25 15:12:12 2017 New Revision: 450604 URL: https://svnweb.freebsd.org/changeset/ports/450604 Log: Update to 0.54 Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Modified: head/ftp/p5-File-Fetch/Makefile head/ftp/p5-File-Fetch/distinfo Modified: head/ftp/p5-File-Fetch/Makefile ============================================================================== --- head/ftp/p5-File-Fetch/Makefile Mon Sep 25 15:12:06 2017 (r450603) +++ head/ftp/p5-File-Fetch/Makefile Mon Sep 25 15:12:12 2017 (r450604) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Fetch -PORTVERSION= 0.52 -PORTREVISION= 1 +PORTVERSION= 0.54 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-File-Fetch/distinfo ============================================================================== --- head/ftp/p5-File-Fetch/distinfo Mon Sep 25 15:12:06 2017 (r450603) +++ head/ftp/p5-File-Fetch/distinfo Mon Sep 25 15:12:12 2017 (r450604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476027584 -SHA256 (File-Fetch-0.52.tar.gz) = b14f65afe467e965ce929ddd1446361f1e46883beb055c4451c4191c11efaff4 -SIZE (File-Fetch-0.52.tar.gz) = 20960 +TIMESTAMP = 1506343550 +SHA256 (File-Fetch-0.54.tar.gz) = 842efe620aed06417b64eadccfa1a1b11b3a40292123309134b63cc7e5646f49 +SIZE (File-Fetch-0.54.tar.gz) = 20950 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50B52E1819C; Mon, 25 Sep 2017 15:12: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 1A3FC81A0B; Mon, 25 Sep 2017 15:12: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 v8PFC7pv007729; Mon, 25 Sep 2017 15:12:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFC76J007727; Mon, 25 Sep 2017 15:12:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFC76J007727@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, 25 Sep 2017 15:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450603 - head/databases/p5-DBD-Pg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBD-Pg X-SVN-Commit-Revision: 450603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:08 -0000 Author: sunpoet Date: Mon Sep 25 15:12:06 2017 New Revision: 450603 URL: https://svnweb.freebsd.org/changeset/ports/450603 Log: Update to 3.7.0 Changes: http://search.cpan.org/dist/DBD-Pg/Changes Modified: head/databases/p5-DBD-Pg/Makefile head/databases/p5-DBD-Pg/distinfo Modified: head/databases/p5-DBD-Pg/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Mon Sep 25 15:12:01 2017 (r450602) +++ head/databases/p5-DBD-Pg/Makefile Mon Sep 25 15:12:06 2017 (r450603) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-Pg -PORTVERSION= 3.6.2 +PORTVERSION= 3.7.0 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-Pg/distinfo ============================================================================== --- head/databases/p5-DBD-Pg/distinfo Mon Sep 25 15:12:01 2017 (r450602) +++ head/databases/p5-DBD-Pg/distinfo Mon Sep 25 15:12:06 2017 (r450603) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495556861 -SHA256 (DBD-Pg-3.6.2.tar.gz) = 4b1d2edea07cfaadbb710ac138f41346752bb62f5d29cd0363f11cb4f7c3c4ae -SIZE (DBD-Pg-3.6.2.tar.gz) = 258640 +TIMESTAMP = 1506343541 +SHA256 (DBD-Pg-3.7.0.tar.gz) = e36e0459c9cf0f12edafb74f4cef685876d0460dbe6b411e7109070c67e56459 +SIZE (DBD-Pg-3.7.0.tar.gz) = 260083 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:11:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E04E18131; Mon, 25 Sep 2017 15:11: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 100EF8191B; Mon, 25 Sep 2017 15:11: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 v8PFBvhC007480; Mon, 25 Sep 2017 15:11:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFBvMS007478; Mon, 25 Sep 2017 15:11:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251511.v8PFBvMS007478@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, 25 Sep 2017 15:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450601 - head/polish/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/polish/hunspell X-SVN-Commit-Revision: 450601 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:11:58 -0000 Author: sunpoet Date: Mon Sep 25 15:11:56 2017 New Revision: 450601 URL: https://svnweb.freebsd.org/changeset/ports/450601 Log: Update to 20170924 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Sep 25 15:11:51 2017 (r450600) +++ head/polish/hunspell/Makefile Mon Sep 25 15:11:56 2017 (r450601) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170914 +PORTVERSION= 20170924 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Sep 25 15:11:51 2017 (r450600) +++ head/polish/hunspell/distinfo Mon Sep 25 15:11:56 2017 (r450601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505418304 -SHA256 (hunspell/sjp-myspell-pl-20170914.zip) = 626da060e2efb1159af08f6a3c53d670cae308cffdb4589cdcc520ea1642dd37 -SIZE (hunspell/sjp-myspell-pl-20170914.zip) = 1187937 +TIMESTAMP = 1506340496 +SHA256 (hunspell/sjp-myspell-pl-20170924.zip) = 8addf1a6228268625598d2f36ffefdd7b0d4025e67c6ee15c29cda0e169a888b +SIZE (hunspell/sjp-myspell-pl-20170924.zip) = 1200697 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01FC9E1821B; Mon, 25 Sep 2017 15:12: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 BD72681B0B; Mon, 25 Sep 2017 15:12: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 v8PFCHaq007974; Mon, 25 Sep 2017 15:12:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCH7S007972; Mon, 25 Sep 2017 15:12:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCH7S007972@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, 25 Sep 2017 15:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450605 - head/databases/rubygem-activerecord-jdbc-adapter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord-jdbc-adapter X-SVN-Commit-Revision: 450605 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:19 -0000 Author: sunpoet Date: Mon Sep 25 15:12:17 2017 New Revision: 450605 URL: https://svnweb.freebsd.org/changeset/ports/450605 Log: Update to 1.3.24 Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile head/databases/rubygem-activerecord-jdbc-adapter/distinfo Modified: head/databases/rubygem-activerecord-jdbc-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbc-adapter/Makefile Mon Sep 25 15:12:12 2017 (r450604) +++ head/databases/rubygem-activerecord-jdbc-adapter/Makefile Mon Sep 25 15:12:17 2017 (r450605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord-jdbc-adapter -PORTVERSION= 1.3.23 +PORTVERSION= 1.3.24 CATEGORIES= databases rubygems java MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-jdbc-adapter/distinfo ============================================================================== --- head/databases/rubygem-activerecord-jdbc-adapter/distinfo Mon Sep 25 15:12:12 2017 (r450604) +++ head/databases/rubygem-activerecord-jdbc-adapter/distinfo Mon Sep 25 15:12:17 2017 (r450605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494842339 -SHA256 (rubygem/activerecord-jdbc-adapter-1.3.23.gem) = 5bd032fe98f96bed1e676e0f49924859d9ef832d2e61dd9975fc09291d0e1399 -SIZE (rubygem/activerecord-jdbc-adapter-1.3.23.gem) = 402432 +TIMESTAMP = 1506343560 +SHA256 (rubygem/activerecord-jdbc-adapter-1.3.24.gem) = 34bf282324b8b9af7f70882f340c19b16f90050ffc38c77288eeb4e16079506e +SIZE (rubygem/activerecord-jdbc-adapter-1.3.24.gem) = 402944 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:11:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FD3CE18119; Mon, 25 Sep 2017 15:11: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 EC7DE818AC; Mon, 25 Sep 2017 15:11: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 v8PFBqQ9006624; Mon, 25 Sep 2017 15:11:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFBpCD006622; Mon, 25 Sep 2017 15:11:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251511.v8PFBpCD006622@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, 25 Sep 2017 15:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450600 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 450600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:11:53 -0000 Author: sunpoet Date: Mon Sep 25 15:11:51 2017 New Revision: 450600 URL: https://svnweb.freebsd.org/changeset/ports/450600 Log: Update to 2017.09.24 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Sep 25 15:11:46 2017 (r450599) +++ head/german/mythes/Makefile Mon Sep 25 15:11:51 2017 (r450600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.09.17 +PORTVERSION= 2017.09.24 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Sep 25 15:11:46 2017 (r450599) +++ head/german/mythes/distinfo Mon Sep 25 15:11:51 2017 (r450600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505748638 -SHA256 (mythes/Deutscher-Thesaurus-20170917.oxt) = d88020f0878899c26dfc4554621768f9ad840afbe0c8f22b5a42019fa7f76c80 -SIZE (mythes/Deutscher-Thesaurus-20170917.oxt) = 8724133 +TIMESTAMP = 1506340450 +SHA256 (mythes/Deutscher-Thesaurus-20170924.oxt) = 3410a7221231d9b46bb0e0b228d3415aaa2ac30206dc366517586da592933ddd +SIZE (mythes/Deutscher-Thesaurus-20170924.oxt) = 8725818 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B127EE18245; Mon, 25 Sep 2017 15:12: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 7BEEA81B78; Mon, 25 Sep 2017 15:12: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 v8PFCM7s008097; Mon, 25 Sep 2017 15:12:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCMAc008095; Mon, 25 Sep 2017 15:12:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCMAc008095@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, 25 Sep 2017 15:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450606 - head/databases/rubygem-activerecord-jdbcmysql-adapter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord-jdbcmysql-adapter X-SVN-Commit-Revision: 450606 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:23 -0000 Author: sunpoet Date: Mon Sep 25 15:12:22 2017 New Revision: 450606 URL: https://svnweb.freebsd.org/changeset/ports/450606 Log: Update to 1.3.24 Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile ============================================================================== --- head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Mon Sep 25 15:12:17 2017 (r450605) +++ head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile Mon Sep 25 15:12:22 2017 (r450606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord-jdbcmysql-adapter -PORTVERSION= 1.3.23 +PORTVERSION= 1.3.24 CATEGORIES= databases rubygems java MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo ============================================================================== --- head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Mon Sep 25 15:12:17 2017 (r450605) +++ head/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo Mon Sep 25 15:12:22 2017 (r450606) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494833522 -SHA256 (rubygem/activerecord-jdbcmysql-adapter-1.3.23.gem) = d04fc3c8839f7a2541a63a70afd6f8720fb151f85bcc7f4e1b07888ec15c93a8 -SIZE (rubygem/activerecord-jdbcmysql-adapter-1.3.23.gem) = 6144 +TIMESTAMP = 1506343566 +SHA256 (rubygem/activerecord-jdbcmysql-adapter-1.3.24.gem) = dfda02b2a00724cd7d7bc393770a14aaadb4f3d5a6747a8e4082868b9ad0b458 +SIZE (rubygem/activerecord-jdbcmysql-adapter-1.3.24.gem) = 6144 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F05BE182A9; Mon, 25 Sep 2017 15:12: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 47BA681C71; Mon, 25 Sep 2017 15:12: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 v8PFCWRw009008; Mon, 25 Sep 2017 15:12:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCWxl009006; Mon, 25 Sep 2017 15:12:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCWxl009006@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, 25 Sep 2017 15:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450608 - head/databases/rubygem-pghero-rails5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-pghero-rails5 X-SVN-Commit-Revision: 450608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:33 -0000 Author: sunpoet Date: Mon Sep 25 15:12:32 2017 New Revision: 450608 URL: https://svnweb.freebsd.org/changeset/ports/450608 Log: Update to 2.0.6 Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Modified: head/databases/rubygem-pghero-rails5/Makefile head/databases/rubygem-pghero-rails5/distinfo Modified: head/databases/rubygem-pghero-rails5/Makefile ============================================================================== --- head/databases/rubygem-pghero-rails5/Makefile Mon Sep 25 15:12:27 2017 (r450607) +++ head/databases/rubygem-pghero-rails5/Makefile Mon Sep 25 15:12:32 2017 (r450608) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pghero -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.6 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 Modified: head/databases/rubygem-pghero-rails5/distinfo ============================================================================== --- head/databases/rubygem-pghero-rails5/distinfo Mon Sep 25 15:12:27 2017 (r450607) +++ head/databases/rubygem-pghero-rails5/distinfo Mon Sep 25 15:12:32 2017 (r450608) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505499063 -SHA256 (rubygem/pghero-2.0.5.gem) = e4fbb5cf7af725c289becccf9e3ac49e8b78e076024d31a89dd9a6fed9c4a535 -SIZE (rubygem/pghero-2.0.5.gem) = 274432 +TIMESTAMP = 1506343579 +SHA256 (rubygem/pghero-2.0.6.gem) = 02290ecc6f8e83c1865d66836e6850ccb40cc80635fb70624cdd32a422cc8bcf +SIZE (rubygem/pghero-2.0.6.gem) = 274944 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86234E182F0; Mon, 25 Sep 2017 15: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 50F0181CF9; Mon, 25 Sep 2017 15: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 v8PFCbDH009129; Mon, 25 Sep 2017 15:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCbuQ009127; Mon, 25 Sep 2017 15:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCbuQ009127@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, 25 Sep 2017 15:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450609 - head/databases/rubygem-pghero-rails50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-pghero-rails50 X-SVN-Commit-Revision: 450609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:38 -0000 Author: sunpoet Date: Mon Sep 25 15:12:37 2017 New Revision: 450609 URL: https://svnweb.freebsd.org/changeset/ports/450609 Log: Update to 2.0.6 Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Modified: head/databases/rubygem-pghero-rails50/Makefile head/databases/rubygem-pghero-rails50/distinfo Modified: head/databases/rubygem-pghero-rails50/Makefile ============================================================================== --- head/databases/rubygem-pghero-rails50/Makefile Mon Sep 25 15:12:32 2017 (r450608) +++ head/databases/rubygem-pghero-rails50/Makefile Mon Sep 25 15:12:37 2017 (r450609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pghero -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 Modified: head/databases/rubygem-pghero-rails50/distinfo ============================================================================== --- head/databases/rubygem-pghero-rails50/distinfo Mon Sep 25 15:12:32 2017 (r450608) +++ head/databases/rubygem-pghero-rails50/distinfo Mon Sep 25 15:12:37 2017 (r450609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505487330 -SHA256 (rubygem/pghero-2.0.5.gem) = e4fbb5cf7af725c289becccf9e3ac49e8b78e076024d31a89dd9a6fed9c4a535 -SIZE (rubygem/pghero-2.0.5.gem) = 274432 +TIMESTAMP = 1506343584 +SHA256 (rubygem/pghero-2.0.6.gem) = 02290ecc6f8e83c1865d66836e6850ccb40cc80635fb70624cdd32a422cc8bcf +SIZE (rubygem/pghero-2.0.6.gem) = 274944 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C72AE18340; Mon, 25 Sep 2017 15:12: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 5622F81D6C; Mon, 25 Sep 2017 15:12: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 v8PFCgab009251; Mon, 25 Sep 2017 15:12:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCgmB009249; Mon, 25 Sep 2017 15:12:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCgmB009249@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, 25 Sep 2017 15:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450610 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-api-client X-SVN-Commit-Revision: 450610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:43 -0000 Author: sunpoet Date: Mon Sep 25 15:12:42 2017 New Revision: 450610 URL: https://svnweb.freebsd.org/changeset/ports/450610 Log: Update to 0.14.4 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Mon Sep 25 15:12:37 2017 (r450609) +++ head/devel/rubygem-google-api-client/Makefile Mon Sep 25 15:12:42 2017 (r450610) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Mon Sep 25 15:12:37 2017 (r450609) +++ head/devel/rubygem-google-api-client/distinfo Mon Sep 25 15:12:42 2017 (r450610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506141371 -SHA256 (rubygem/google-api-client-0.14.3.gem) = a68ac49bf125048a671704645576177006c380499cc8f067d9e478a8741dd321 -SIZE (rubygem/google-api-client-0.14.3.gem) = 3255296 +TIMESTAMP = 1506343641 +SHA256 (rubygem/google-api-client-0.14.4.gem) = 558b1cc916f46f4fa850d7dd53464f2c5fb44dbb9e8ce121673e9d4feb959d05 +SIZE (rubygem/google-api-client-0.14.4.gem) = 3259904 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 790A1E183C5; Mon, 25 Sep 2017 15:12: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 4530581E4F; Mon, 25 Sep 2017 15:12: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 v8PFCq7a009494; Mon, 25 Sep 2017 15:12:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCqFe009492; Mon, 25 Sep 2017 15:12:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCqFe009492@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, 25 Sep 2017 15:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450612 - head/www/rubygem-geminabox X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-geminabox X-SVN-Commit-Revision: 450612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:53 -0000 Author: sunpoet Date: Mon Sep 25 15:12:52 2017 New Revision: 450612 URL: https://svnweb.freebsd.org/changeset/ports/450612 Log: Update to 0.13.9 Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md Modified: head/www/rubygem-geminabox/Makefile head/www/rubygem-geminabox/distinfo Modified: head/www/rubygem-geminabox/Makefile ============================================================================== --- head/www/rubygem-geminabox/Makefile Mon Sep 25 15:12:47 2017 (r450611) +++ head/www/rubygem-geminabox/Makefile Mon Sep 25 15:12:52 2017 (r450612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geminabox -PORTVERSION= 0.13.8 +PORTVERSION= 0.13.9 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-geminabox/distinfo ============================================================================== --- head/www/rubygem-geminabox/distinfo Mon Sep 25 15:12:47 2017 (r450611) +++ head/www/rubygem-geminabox/distinfo Mon Sep 25 15:12:52 2017 (r450612) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506262463 -SHA256 (rubygem/geminabox-0.13.8.gem) = 2e969af499c29bbb02ad593661e9194fa7a3a111825a8b37f07aff279b864841 -SIZE (rubygem/geminabox-0.13.8.gem) = 50688 +TIMESTAMP = 1506343664 +SHA256 (rubygem/geminabox-0.13.9.gem) = 8fb88cd7819593c89293e530b0b12a4f62386ca15e78db71ed97d30a3ac5c389 +SIZE (rubygem/geminabox-0.13.9.gem) = 51200 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ABF5E18262; Mon, 25 Sep 2017 15:12: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 4730F81BF3; Mon, 25 Sep 2017 15:12: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 v8PFCRFH008217; Mon, 25 Sep 2017 15:12:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCRI4008215; Mon, 25 Sep 2017 15:12:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCRI4008215@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, 25 Sep 2017 15:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450607 - head/databases/rubygem-pghero X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-pghero X-SVN-Commit-Revision: 450607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:28 -0000 Author: sunpoet Date: Mon Sep 25 15:12:27 2017 New Revision: 450607 URL: https://svnweb.freebsd.org/changeset/ports/450607 Log: Update to 2.0.6 Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Modified: head/databases/rubygem-pghero/Makefile head/databases/rubygem-pghero/distinfo Modified: head/databases/rubygem-pghero/Makefile ============================================================================== --- head/databases/rubygem-pghero/Makefile Mon Sep 25 15:12:22 2017 (r450606) +++ head/databases/rubygem-pghero/Makefile Mon Sep 25 15:12:27 2017 (r450607) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pghero -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-pghero/distinfo ============================================================================== --- head/databases/rubygem-pghero/distinfo Mon Sep 25 15:12:22 2017 (r450606) +++ head/databases/rubygem-pghero/distinfo Mon Sep 25 15:12:27 2017 (r450607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505487325 -SHA256 (rubygem/pghero-2.0.5.gem) = e4fbb5cf7af725c289becccf9e3ac49e8b78e076024d31a89dd9a6fed9c4a535 -SIZE (rubygem/pghero-2.0.5.gem) = 274432 +TIMESTAMP = 1506343574 +SHA256 (rubygem/pghero-2.0.6.gem) = 02290ecc6f8e83c1865d66836e6850ccb40cc80635fb70624cdd32a422cc8bcf +SIZE (rubygem/pghero-2.0.6.gem) = 274944 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BFA6E18397; Mon, 25 Sep 2017 15:12: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 6568781DDB; Mon, 25 Sep 2017 15:12: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 v8PFClTi009374; Mon, 25 Sep 2017 15:12:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFClmc009372; Mon, 25 Sep 2017 15:12:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFClmc009372@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, 25 Sep 2017 15:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450611 - head/security/rubygem-openssl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-openssl X-SVN-Commit-Revision: 450611 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:48 -0000 Author: sunpoet Date: Mon Sep 25 15:12:47 2017 New Revision: 450611 URL: https://svnweb.freebsd.org/changeset/ports/450611 Log: Update to 2.0.6 - Add USES=ssl Changes: https://github.com/ruby/openssl/blob/master/History.md Modified: head/security/rubygem-openssl/Makefile head/security/rubygem-openssl/distinfo Modified: head/security/rubygem-openssl/Makefile ============================================================================== --- head/security/rubygem-openssl/Makefile Mon Sep 25 15:12:42 2017 (r450610) +++ head/security/rubygem-openssl/Makefile Mon Sep 25 15:12:47 2017 (r450611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,6 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt USE_RUBY= yes -USES= gem +USES= gem ssl .include Modified: head/security/rubygem-openssl/distinfo ============================================================================== --- head/security/rubygem-openssl/distinfo Mon Sep 25 15:12:42 2017 (r450610) +++ head/security/rubygem-openssl/distinfo Mon Sep 25 15:12:47 2017 (r450611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502295344 -SHA256 (rubygem/openssl-2.0.5.gem) = 52561474ca84c044faf463b2115e390c31dc2e3b8479b4c626333b16ab6a4e6a -SIZE (rubygem/openssl-2.0.5.gem) = 168448 +TIMESTAMP = 1506343649 +SHA256 (rubygem/openssl-2.0.6.gem) = e4d35c69c8240885ffff08bb0341025812c2235b4f017173a3caa1834faabd3c +SIZE (rubygem/openssl-2.0.6.gem) = 169472 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:12:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8021BE183FD; Mon, 25 Sep 2017 15: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 49D3A81ECB; Mon, 25 Sep 2017 15: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 v8PFCvXk009617; Mon, 25 Sep 2017 15:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFCvAU009615; Mon, 25 Sep 2017 15:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251512.v8PFCvAU009615@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, 25 Sep 2017 15:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450613 - head/devel/py-python-statsd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-python-statsd X-SVN-Commit-Revision: 450613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:12:58 -0000 Author: sunpoet Date: Mon Sep 25 15:12:57 2017 New Revision: 450613 URL: https://svnweb.freebsd.org/changeset/ports/450613 Log: Update to 2.1.0 - While I'm here: - Add NO_ARCH - Sort USE_PYTHON Changes: https://github.com/WoLpH/python-statsd/commits/develop PR: 222592 Submitted by: Eero Hanninen (maintainer) Modified: head/devel/py-python-statsd/Makefile head/devel/py-python-statsd/distinfo Modified: head/devel/py-python-statsd/Makefile ============================================================================== --- head/devel/py-python-statsd/Makefile Mon Sep 25 15:12:52 2017 (r450612) +++ head/devel/py-python-statsd/Makefile Mon Sep 25 15:12:57 2017 (r450613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-statsd -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,9 @@ COMMENT= Statsd is a client for Etsy's node-js statsd LICENSE= BSD3CLAUSE +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils post-extract: ${RM} -r ${WRKSRC}/tests Modified: head/devel/py-python-statsd/distinfo ============================================================================== --- head/devel/py-python-statsd/distinfo Mon Sep 25 15:12:52 2017 (r450612) +++ head/devel/py-python-statsd/distinfo Mon Sep 25 15:12:57 2017 (r450613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470226088 -SHA256 (python-statsd-2.0.0.tar.gz) = 54ed1a223eef8d735661c26f830ca9beaf307a56322532cebeea8c805b40a19a -SIZE (python-statsd-2.0.0.tar.gz) = 10374 +TIMESTAMP = 1506347421 +SHA256 (python-statsd-2.1.0.tar.gz) = d2c573d325d0f015b4d79f0d0f8c88dd8413d7b9ef890c09076a9b6089ab301c +SIZE (python-statsd-2.1.0.tar.gz) = 10834 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:13:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B07A7E1844D; Mon, 25 Sep 2017 15:13: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 7E2F681F51; Mon, 25 Sep 2017 15:13: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 v8PFD2pg009757; Mon, 25 Sep 2017 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFD2VL009753; Mon, 25 Sep 2017 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251513.v8PFD2VL009753@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, 25 Sep 2017 15:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450614 - head/textproc/py-regex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-regex X-SVN-Commit-Revision: 450614 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:13:03 -0000 Author: sunpoet Date: Mon Sep 25 15:13:02 2017 New Revision: 450614 URL: https://svnweb.freebsd.org/changeset/ports/450614 Log: Update to 2017.09.23 Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default PR: 222593 Submitted by: Eero Hanninen (maintainer) Modified: head/textproc/py-regex/Makefile head/textproc/py-regex/distinfo Modified: head/textproc/py-regex/Makefile ============================================================================== --- head/textproc/py-regex/Makefile Mon Sep 25 15:12:57 2017 (r450613) +++ head/textproc/py-regex/Makefile Mon Sep 25 15:13:02 2017 (r450614) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= regex -PORTVERSION= 2016.11.21 +PORTVERSION= 2017.09.23 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-regex/distinfo ============================================================================== --- head/textproc/py-regex/distinfo Mon Sep 25 15:12:57 2017 (r450613) +++ head/textproc/py-regex/distinfo Mon Sep 25 15:13:02 2017 (r450614) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482835736 -SHA256 (regex-2016.11.21.tar.gz) = 245258012db0792838718c67fc33107f8b940196e29aa628341956d3d903ed1f -SIZE (regex-2016.11.21.tar.gz) = 599308 +TIMESTAMP = 1506334740 +SHA256 (regex-2017.09.23.tar.gz) = 80166c9e21c0171c7b502035f3ba25f43b5122def387ca6ba9706b6892fed7aa +SIZE (regex-2017.09.23.tar.gz) = 607533 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:19:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28B9EE185E6; Mon, 25 Sep 2017 15:19: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 EBF17828D0; Mon, 25 Sep 2017 15:19: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 v8PFJi6R010085; Mon, 25 Sep 2017 15:19:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PFJiQN010084; Mon, 25 Sep 2017 15:19:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709251519.v8PFJiQN010084@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, 25 Sep 2017 15:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450615 - head/www/owncloud X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/owncloud X-SVN-Commit-Revision: 450615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:19:45 -0000 Author: sunpoet Date: Mon Sep 25 15:19:43 2017 New Revision: 450615 URL: https://svnweb.freebsd.org/changeset/ports/450615 Log: Take maintainership Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Mon Sep 25 15:13:02 2017 (r450614) +++ head/www/owncloud/Makefile Mon Sep 25 15:19:43 2017 (r450615) @@ -6,7 +6,7 @@ PORTVERSION= 10.0.2 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 From owner-svn-ports-head@freebsd.org Mon Sep 25 15:29:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9512E18834; Mon, 25 Sep 2017 15:29:36 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 62DB282E52; Mon, 25 Sep 2017 15:29:35 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id wVHcdY0QtM9gtwVHddeyyy; Mon, 25 Sep 2017 09:26:58 -0600 X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=2JCJgTwv5E4A:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=s4dJBhaRAAAA:8 a=ZEaDlhVXN4i2v9OrbQIA:9 a=QEXdDO2ut3YA:10 a=FUvm8tW4z-4o9aVGtFQA:9 a=B9ELiYrmsxCJbSUU:21 a=_W_S_7VecoQA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 a=hmap9BkKk4P4500B9JCw:22 Received: from [25.81.203.182] (S0106d4ca6d8943b0.gv.shawcable.net [24.68.134.59]) by spqr.komquats.com (Postfix) with ESMTPSA id A2F5C48E; Mon, 25 Sep 2017 08:26:30 -0700 (PDT) MIME-Version: 1.0 From: Cy Schubert Subject: RE: svn commit: r450615 - head/www/owncloud Date: Mon, 25 Sep 2017 08:27:00 -0700 To: Sunpoet Po-Chuan Hsieh , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Message-Id: <20170925152630.A2F5C48E@spqr.komquats.com> X-CMAE-Envelope: MS4wfLkeVy/BKCTr0OP0DUZLAKzgjFFuFAfAtRY2wqiwxQJ9LhLbxmaas2iPrCJLaWO1gQdZckPvMVOBnLqHP4fSyBvA7PS3ccZ1PdDDglHO201iVGkewAIY WrPAygQDqIcervWiTcbvFgwnGyGoK3cUZD9dN8oPMpkoz7CbJq8JSllbvaM/RFapngpYF/MiN4+EujOblGxnFnOcHM3MSj5Q2HJfSDo/y61kHH6w5EKmU0lZ P+I/ZLKK9U9XB0ITguxRXLOThDTVYyCeEZqEcm5uUCUEqXfyerTYz21WaIbKQzIQ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 15:29:36 -0000 Thank you. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Cy Schubert or -----Original Message----- From: Sunpoet Po-Chuan Hsieh Sent: 25/09/2017 08:19 To: ports-committers@freebsd.org; svn-ports-all@freebsd.org; svn-ports-head= @freebsd.org Subject: svn commit: r450615 - head/www/owncloud Author: sunpoet Date: Mon Sep 25 15:19:43 2017 New Revision: 450615 URL: https://svnweb.freebsd.org/changeset/ports/450615 Log: Take maintainership Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/owncloud/Makefile Mon Sep 25 15:13:02 2017 (r450614) +++ head/www/owncloud/Makefile Mon Sep 25 15:19:43 2017 (r450615) @@ -6,7 +6,7 @@ PORTVERSION=3D 10.0.2 CATEGORIES=3D www MASTER_SITES=3D http://download.owncloud.org/community/ =20 -MAINTAINER=3D ports@FreeBSD.org +MAINTAINER=3D sunpoet@FreeBSD.org COMMENT=3D Personal cloud which runs on your own server =20 LICENSE=3D AGPLv3 From owner-svn-ports-head@freebsd.org Mon Sep 25 16:20:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3EDAE1E8CA; Mon, 25 Sep 2017 16:20:36 +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 8166E8482A; Mon, 25 Sep 2017 16:20:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PGKZjc035217; Mon, 25 Sep 2017 16:20:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PGKZIH035215; Mon, 25 Sep 2017 16:20:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201709251620.v8PGKZIH035215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Sep 2017 16:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450619 - head/www/py-yarl X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/www/py-yarl X-SVN-Commit-Revision: 450619 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:20:36 -0000 Author: koobs Date: Mon Sep 25 16:20:35 2017 New Revision: 450619 URL: https://svnweb.freebsd.org/changeset/ports/450619 Log: www/py-yarl: Update to 0.12.0 - Update PORTVERSION/distinfo checksum (0.12.0) [1] - Set RUN_DEPENDS minimum version to match setup.py:*_requires - Add TEST_DEPENDS and test target - Strip shared library PR: 222524 Submitted by: philip [1] Approved by: wg (maintainer) Modified: head/www/py-yarl/Makefile head/www/py-yarl/distinfo Modified: head/www/py-yarl/Makefile ============================================================================== --- head/www/py-yarl/Makefile Mon Sep 25 16:19:10 2017 (r450618) +++ head/www/py-yarl/Makefile Mon Sep 25 16:20:35 2017 (r450619) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yarl -PORTVERSION= 0.10.3 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,16 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cython:lang/cython -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>=2.0:www/py-multidict +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner USES= python:3.4+ USE_PYTHON= autoplist distutils +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yarl/_quoting.so .include Modified: head/www/py-yarl/distinfo ============================================================================== --- head/www/py-yarl/distinfo Mon Sep 25 16:19:10 2017 (r450618) +++ head/www/py-yarl/distinfo Mon Sep 25 16:20:35 2017 (r450619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497631728 -SHA256 (yarl-0.10.3.tar.gz) = 27b24ba3ef3cb8475aea1a655a1750bb11918ba139278af21db5846ee9643138 -SIZE (yarl-0.10.3.tar.gz) = 127867 +TIMESTAMP = 1506352820 +SHA256 (yarl-0.12.0.tar.gz) = fc0f71ffdce882b4d4b287b0b3a68d9f2557ab14cc2c10ce4df714c42512cbde +SIZE (yarl-0.12.0.tar.gz) = 132769 From owner-svn-ports-head@freebsd.org Mon Sep 25 16:21:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77C45E1EB15; Mon, 25 Sep 2017 16:21:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4488984B58; Mon, 25 Sep 2017 16:21:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PGLNSo038290; Mon, 25 Sep 2017 16:21:23 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PGLN0w038287; Mon, 25 Sep 2017 16:21:23 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709251621.v8PGLN0w038287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 25 Sep 2017 16:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450621 - in head/mail: rainloop rainloop-community X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/mail: rainloop rainloop-community X-SVN-Commit-Revision: 450621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:21:24 -0000 Author: girgen Date: Mon Sep 25 16:21:23 2017 New Revision: 450621 URL: https://svnweb.freebsd.org/changeset/ports/450621 Log: Make sure we don't install program files as the web user It is sufficient that the data directory is writable. PR: 222572 Approved by: maintainer Modified: head/mail/rainloop-community/pkg-plist head/mail/rainloop/Makefile head/mail/rainloop/pkg-plist Modified: head/mail/rainloop-community/pkg-plist ============================================================================== --- head/mail/rainloop-community/pkg-plist Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop-community/pkg-plist Mon Sep 25 16:21:23 2017 (r450621) @@ -1,8 +1,3 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -%%WWWDIR%%/data/EMPTY -%%WWWDIR%%/data/VERSION -%%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini @@ -1545,3 +1540,9 @@ %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less +%%WWWDIR%%/data/EMPTY +%%WWWDIR%%/data/VERSION +%%WWWDIR%%/index.php +@owner %%WWWOWN%% +@group %%WWWGRP%% +@dir %%WWWDIR%%/data Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop/Makefile Mon Sep 25 16:21:23 2017 (r450621) @@ -2,6 +2,7 @@ PORTNAME= rainloop PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/ Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Mon Sep 25 16:20:43 2017 (r450620) +++ head/mail/rainloop/pkg-plist Mon Sep 25 16:21:23 2017 (r450621) @@ -1,8 +1,3 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -%%WWWDIR%%/data/EMPTY -%%WWWDIR%%/data/VERSION -%%WWWDIR%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini @@ -1546,3 +1541,9 @@ %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png %%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less +%%WWWDIR%%/data/EMPTY +%%WWWDIR%%/data/VERSION +%%WWWDIR%%/index.php +@owner %%WWWOWN%% +@group %%WWWGRP%% +@dir %%WWWDIR%%/data From owner-svn-ports-head@freebsd.org Mon Sep 25 16:33:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42CF5E1EEEE; Mon, 25 Sep 2017 16:33:26 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AEBD333; Mon, 25 Sep 2017 16:33:25 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PGXPKl043237; Mon, 25 Sep 2017 16:33:25 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PGXPWK043233; Mon, 25 Sep 2017 16:33:25 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201709251633.v8PGXPWK043233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 25 Sep 2017 16:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450622 - head/net/uget X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/net/uget X-SVN-Commit-Revision: 450622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:33:26 -0000 Author: danfe Date: Mon Sep 25 16:33:24 2017 New Revision: 450622 URL: https://svnweb.freebsd.org/changeset/ports/450622 Log: Update `net/uget' to version 2.0.10. PR: 222499 (modified) Submitted by: olivierd Modified: head/net/uget/Makefile head/net/uget/distinfo head/net/uget/pkg-plist Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Mon Sep 25 16:21:23 2017 (r450621) +++ head/net/uget/Makefile Mon Sep 25 16:33:24 2017 (r450622) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= uget -PORTVERSION= 2.0.9 -PORTREVISION= 3 +PORTVERSION= 2.0.10 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/net/uget/distinfo ============================================================================== --- head/net/uget/distinfo Mon Sep 25 16:21:23 2017 (r450621) +++ head/net/uget/distinfo Mon Sep 25 16:33:24 2017 (r450622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487500344 -SHA256 (uget-2.0.9.tar.gz) = 5501c1d0c17e2e7b689eaaeae959d6c9c1f7855daf82086858efcb1e4d4208d6 -SIZE (uget-2.0.9.tar.gz) = 933261 +TIMESTAMP = 1503809423 +SHA256 (uget-2.0.10.tar.gz) = 0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe +SIZE (uget-2.0.10.tar.gz) = 949687 Modified: head/net/uget/pkg-plist ============================================================================== --- head/net/uget/pkg-plist Mon Sep 25 16:21:23 2017 (r450621) +++ head/net/uget/pkg-plist Mon Sep 25 16:33:24 2017 (r450622) @@ -41,9 +41,11 @@ share/icons/hicolor/scalable/apps/uget-icon.svg %%NLS%%share/locale/hu/LC_MESSAGES/uget.mo %%NLS%%share/locale/id/LC_MESSAGES/uget.mo %%NLS%%share/locale/it/LC_MESSAGES/uget.mo +%%NLS%%share/locale/ja/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/lt/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 Mon Sep 25 16:38:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B05EE1EFDE; Mon, 25 Sep 2017 16:38:41 +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 CE494939; Mon, 25 Sep 2017 16:38:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F1548BDD2D; Mon, 25 Sep 2017 18:38:38 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id EABFDBDD25; Mon, 25 Sep 2017 18:38:38 +0200 (CEST) Subject: Re: svn commit: r450446 - in head/chinese: . gcin-gtk3 gcin-gtk3/files To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709231426.v8NEQhEX080399@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 25 Sep 2017 18:38:38 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709231426.v8NEQhEX080399@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sFFUI7TXmHMbVg0UldSvJ1NM6NXMB6JRe" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:38:41 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --sFFUI7TXmHMbVg0UldSvJ1NM6NXMB6JRe Content-Type: multipart/mixed; boundary="Ga3Ss44Jh7LRvukb5IaRJAu5c8IEIMeX7"; protected-headers="v1" From: Mathieu Arnold To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r450446 - in head/chinese: . gcin-gtk3 gcin-gtk3/files References: <201709231426.v8NEQhEX080399@repo.freebsd.org> In-Reply-To: <201709231426.v8NEQhEX080399@repo.freebsd.org> --Ga3Ss44Jh7LRvukb5IaRJAu5c8IEIMeX7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 23/09/2017 =C3=A0 16:26, Vanilla I. Shu a =C3=A9crit=C2=A0: > +EXTRACT_ONLY=3D gcin-${PORTVERSION}.tar.xz There is only one DISTFILE, this is not needed. > +WRKSRC=3D ${WRKDIR}/${PORTNAME}-${PORTVERSION}/gtk3-im WRKSRC_SUBDIR=3D=C2=A0=C2=A0=C2=A0 gtk3-im (also, it should appear later in the Makefile) --=20 Mathieu Arnold --Ga3Ss44Jh7LRvukb5IaRJAu5c8IEIMeX7-- --sFFUI7TXmHMbVg0UldSvJ1NM6NXMB6JRe 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 iQJ8BAEBCgBmBQJZyTEOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I8TgP/A+lRlhuytaTWNsonY4Thew7 9MFHOaIhz4llkl2EUhcsv3LCNKA3hAP9ESxJZtplY5uKUUe0U9dPdLb7uvLIms43 2I7KSttHPe58Cwn5l+vL4TbhfBggomIHqww05wloU+DKzG2VxfBL/UF6BP7qMpTF rYQDwT+LJoB427sYlkbgz7KfohoJtVtsb755EiquWq4TlLX/yRurD8qnu55M5F7s Dt0Z653UBPwgqW7n5o/54bcgFvPa0xar9HzHSdl6m2/Ank1/mPyR4Dap2ecD4rvX bvexmjO+WHTi/TAdajefshN1tkyOJcyYq4aRXpqiaBy0L4sfGXty2+YJOBBV1rb8 /KBSbANIuWZnGe7bB73wsSLjP1v92Nq9Kf4p01thXpzQvH55FcJY/8pUbsWrAipZ DLnEEj4OQnZBTSNaMsJc6ozV7dXj8sWN2febqjjV4j6aUAU9eWsGQJyyj+lOv0OR sLUXJbnzJcvgTqeyaKwpCTmCI/WzSm5Z7GaaqaOxp94dNO2X9j7M+EIF6gvUungD ueuX76Tb15vyigh5c19QbRmk5k9hYDmcgVVenutvjBL7+pKXGoKK2++o+8a94iCJ n544v6lJHIPChr9h6ZNHtZj8dv5Sy3ahHOh8HkuUkQgy4in7YbKP9k+tj/+imvEP pq56DhJEkIO3PcU+L0+g =jyUN -----END PGP SIGNATURE----- --sFFUI7TXmHMbVg0UldSvJ1NM6NXMB6JRe-- From owner-svn-ports-head@freebsd.org Mon Sep 25 16:39:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35D07E1F02B; Mon, 25 Sep 2017 16:39:30 +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 ED7BFA1F; Mon, 25 Sep 2017 16:39:29 +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 7B7AABDD2F; Mon, 25 Sep 2017 18:39:28 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 67CFDBDD2D; Mon, 25 Sep 2017 18:39:28 +0200 (CEST) Subject: Re: svn commit: r450447 - in head/chinese: . gcin-qt4 gcin-qt4/files To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709231429.v8NETEfu080732@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 25 Sep 2017 18:39:27 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709231429.v8NETEfu080732@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ff8mfW4JWmN9hgSC9S19AlqLBII035EFG" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:39:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ff8mfW4JWmN9hgSC9S19AlqLBII035EFG Content-Type: multipart/mixed; boundary="7G9aV1S3mdJNPqF6N87PUKxfmOtGE5l2F"; protected-headers="v1" From: Mathieu Arnold To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r450447 - in head/chinese: . gcin-qt4 gcin-qt4/files References: <201709231429.v8NETEfu080732@repo.freebsd.org> In-Reply-To: <201709231429.v8NETEfu080732@repo.freebsd.org> --7G9aV1S3mdJNPqF6N87PUKxfmOtGE5l2F Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 23/09/2017 =C3=A0 16:29, Vanilla I. Shu a =C3=A9crit=C2=A0: > +EXTRACT_ONLY=3D gcin-${PORTVERSION}.tar.xz There is only one DISTFILE in this port, it is not needed. > +WRKSRC=3D ${WRKDIR}/${PORTNAME}-${PORTVERSION}/qt4-im WRKSRC_SUBDIR=3D=C2=A0=C2=A0=C2=A0 qt4-im (Also, it should appear later in the Makefile) --=20 Mathieu Arnold --7G9aV1S3mdJNPqF6N87PUKxfmOtGE5l2F-- --ff8mfW4JWmN9hgSC9S19AlqLBII035EFG 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 iQJ8BAEBCgBmBQJZyTFAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ICb8P/Rom3Ld+Fee0xK28TrcHOKl/ dFsT0b22wWvy8IbXutrk3UlwNOOqQswBUpXCLGU3NedMbS744q3gnmMQjOD6i5az M8/BuD3hntIUcJjEMvA0qSaVwh+6IuVigM2oCdQUpXEcNKOMDrPwCfFudDtVxezL 1/h9uSoquKpZC5LEoWuRntpe0Xwp4D13um+hKOA5IMsQZVfJaBistICLqn4X4+pB MfHGFH/NHsF+Zp9KXTcpdyHXBtoV95ljJHV9fD5BZ1d+R9Bn9ZuD25ozn+FOdCV9 3v8nNtWaPGFiUfmLIuHZsTj9o7+/hExZBmW+aybOzs6oMskVqNAUV4BWrXvnSkmS EAbhLuDRkxFSyIpIf3ETyAWcZaf4AcsAgo9+vvd9RA7J7ckSAOFdq0X4yMUdA7kb oKSWWC4XZenSIBqaQhzXi//lyJluxZMn7xp1MZgX6FlPbVmYR/bNZBXOa9oJPE4J QAD+Abpvpfe4nwl3PZc30AM5v7WF7GpFF6Ib5gYzidqCFEsG+1X059fcLYMN4CsW luq3fIoM2JaNeP7ZMluPGpwGMN2AHe+tnyzfV9GdNDIpUMXy6N+h+OmzeP3Yg6pG kxITkbVNArLfndG6rwNEoJRIHRLptdQonKgwBUe8sM7Bdt8gyjbHTD6y/ZNVxX2/ DDdBFjBP/Ay0HcPwleg2 =keej -----END PGP SIGNATURE----- --ff8mfW4JWmN9hgSC9S19AlqLBII035EFG-- From owner-svn-ports-head@freebsd.org Mon Sep 25 16:45:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FD04E1F269; Mon, 25 Sep 2017 16:45:09 +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 32968DE8; Mon, 25 Sep 2017 16:45:09 +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 A93B0BDD31; Mon, 25 Sep 2017 18:45:07 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 875F7BDD2F; Mon, 25 Sep 2017 18:45:07 +0200 (CEST) Subject: Re: svn commit: r450565 - head/www/novnc-websockify To: Marcelo Araujo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709250119.v8P1J85C063473@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 25 Sep 2017 18:45:06 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709250119.v8P1J85C063473@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cW0lEB8BdlokXikBh9Wk6U23dBI371lGS" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:45:09 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --cW0lEB8BdlokXikBh9Wk6U23dBI371lGS Content-Type: multipart/mixed; boundary="FRn15Hv5nAvUhUELm3B4dQhWJC0XVNJjq"; protected-headers="v1" From: Mathieu Arnold To: Marcelo Araujo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r450565 - head/www/novnc-websockify References: <201709250119.v8P1J85C063473@repo.freebsd.org> In-Reply-To: <201709250119.v8P1J85C063473@repo.freebsd.org> --FRn15Hv5nAvUhUELm3B4dQhWJC0XVNJjq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 25/09/2017 =C3=A0 03:19, Marcelo Araujo a =C3=A9crit=C2=A0: > Author: araujo > Date: Mon Sep 25 01:19:07 2017 > New Revision: 450565 > URL: https://svnweb.freebsd.org/changeset/ports/450565 > > Log: > Fix stage. > > Modified: > head/www/novnc-websockify/Makefile > > Modified: head/www/novnc-websockify/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/www/novnc-websockify/Makefile Mon Sep 25 01:14:41 2017 (r45056= 4) > +++ head/www/novnc-websockify/Makefile Mon Sep 25 01:19:07 2017 (r45056= 5) > @@ -25,6 +25,7 @@ TARGET_DIR=3D ${PREFIX}/libexec/novnc/utils/websockif= y > =20 > do-install: > ${MKDIR} ${TARGET_DIR} This one probably needs to be removed. > + ${MKDIR} ${STAGEDIR}${TARGET_DIR} > cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml > cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} > @${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run > > --=20 Mathieu Arnold --FRn15Hv5nAvUhUELm3B4dQhWJC0XVNJjq-- --cW0lEB8BdlokXikBh9Wk6U23dBI371lGS 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 iQJ8BAEBCgBmBQJZyTKTXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IG9UQAI/7XCf43G7XKUflmdeFkPDh N90WKKDoHIOzHiVPwsmETZ7ghuT4kBNv2MZobSILiuBVmIEUUDB7+WtjVTr1GLjg qEcsBKiDmwchzQJ56srCSn0Y5V3etKsxJPffHF6+UkiZ+zGSyqLntiXFwfu3bDCZ GJV3VP4MYukNuv3WQ5TzgJhD+2XUrdW1XlLimEuddBKQUVm58CNKY06q6M4c1yVZ 8l0Hl5BEgUIa57fcIdtS3fo4kZC7pAeGoNpfYebziro3HjYvJNkpPwqERMOK+tHF /uKQBSpSsODULpdqDJkS4+E7o/2xOJtAApmNKImsO1KA2rzAFM/1DCCYRpW1V0o7 jUh8pZmu3SMKvWIkmx7sg6dvTGmee7b4mFoJQ4+J67qMXIXz6rlxdw/WPbtCAbhV HT8lkpff32KavDb2CtfxgftWy8B+En8DIBDrBxxvsPqUGJqznXSODQoxIaO+M5Wz KFJyLUF8k3WC6nh/1ZPE9y7Gtv+164/98dbtwsSfKSeKdI08W7nT2ctZoJV2Kwbm k49QEViZ4F0Y8dv6UWTuOWbM9muHa4g1FiORJyid0SQiK6I8Kl4QmiAG1VdbgD0W mGZ97Tt3R8Y2+CUqa7PNBBQAx5yaONOly7T5Y/J+j8H1cDYDgIdOGIpP3hGnXiHn TTzgWT0QS/e18mNIj+sZ =/nho -----END PGP SIGNATURE----- --cW0lEB8BdlokXikBh9Wk6U23dBI371lGS-- From owner-svn-ports-head@freebsd.org Mon Sep 25 16:45:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36CDE1F291; Mon, 25 Sep 2017 16:45:14 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ua0-x22a.google.com (mail-ua0-x22a.google.com [IPv6:2607:f8b0:400c:c08::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 99B95DF8; Mon, 25 Sep 2017 16:45:14 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-ua0-x22a.google.com with SMTP id n38so4691507uai.9; Mon, 25 Sep 2017 09:45:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=RU5rrUr8RFr2PWRrvU5leDIh24qO4ytHbKC0/JLPK6k=; b=oc2c1Iu9pWMEuDq9YRxxtKmCUDcuHRAKyaIOj5aiv45/O5Ob1yKZg/bOGbsGtaMNBa g4z93fr6H/aTfKgF8H9ZnXpvQxZQK9i6QEFIgA5kxCsMNaKKckPRsTSk4EiA9HleXkIl 6raXm+9ZugJvco7hNHPxvRxJ3tXMzjiuHTN+g5ZtuRtAhWA71kjWNgw0enICtydCOTom 3ORRVbLVm/XJwtLF/C2UhUkzAG8Qao4nPMdp8xpQz2lm7GpPO9xrd6gjjNw3owVTSisf TI5jt6g04R9W/Z6MlLPRqeeMqNH7qMPtRM1za2LxIHRiTnSEvT2zhPCMBDD6VBnU9JEB +Y4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=RU5rrUr8RFr2PWRrvU5leDIh24qO4ytHbKC0/JLPK6k=; b=mniwErgWZnB1j8iW5YYWpEU8lbiE7GJO12olWPVebvrSQeGHtgAeGtnexofweH20X5 OPY9g/kBcx/NE+A19yvcKfhC10negIUBs2OBkwIc7KwZLwwB9smYvZ6IyNNlL3Dph/Wt VMC+SeVojNzxszTi9morwSBw3hkiqvpMAdUxGFDNxJrctKctnvUA4jgBUtGBRl2hMCO+ Wc9O+QaUYlKX9hpcbjRt6ElcMFJuW630r3yAGWT7FycV6bVESAz3gYshpDArGqAHToKP c4vFlFGrZvABJ/hPPtFUlrDILswwo2H4C+XqhDEYTO1jaHBhprBYgxb2DdwjD2biu4bD Wk+Q== X-Gm-Message-State: AHPjjUiZDdd/aWdfMZhCePWpFPvSbvC9JYkXJarBpFM04ZYFS4e0pwI7 Iv6UI0M8T8iEqoLE0Apz4AyFemuNzxGrQeOrTtlBLQ== X-Google-Smtp-Source: AOwi7QCMO65Pl75JU4r8pqr5rOPHXm/TEquzKR6WebPyUoRYcnDQsd0a8OWg1/zeS/pziSzUkaN093jYgRvRs7Fq5hw= X-Received: by 10.159.49.140 with SMTP id v12mr7799034uad.187.1506357913539; Mon, 25 Sep 2017 09:45:13 -0700 (PDT) MIME-Version: 1.0 References: <201709231239.v8NCdugm033459@repo.freebsd.org> <1cfe9907-2a23-b086-5dd3-860894469d3a@FreeBSD.org> In-Reply-To: <1cfe9907-2a23-b086-5dd3-860894469d3a@FreeBSD.org> From: Ben Woods Date: Mon, 25 Sep 2017 16:45:02 +0000 Message-ID: Subject: Re: svn commit: r450432 - head/graphics/tesseract To: Ben Woods , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:45:15 -0000 On Mon, 25 Sep 2017 at 2:25 pm, Mathieu Arnold wrote: > Le 23/09/2017 =C3=A0 14:39, Ben Woods a =C3=A9crit : > > Author: woodsb02 > > Date: Sat Sep 23 12:39:56 2017 > > New Revision: 450432 > > URL: https://svnweb.freebsd.org/changeset/ports/450432 > > > > Log: > > graphics/tesseract: Add graphics/tesseract-data as RUN_DEPENDS > > You should have bumped PORTREVISION for the dependency change. (It was > done since then for the icu update, so no need to do it.) > > > -- > Mathieu Arnold Sorry - I didn't think about it because the compiled program didn't change... but of course we want to alert the portmaster/portupgrade tools to rebuild the pkg. Thanks for the heads up. -Ben > -- -- From: Benjamin Woods woodsb02@gmail.com From owner-svn-ports-head@freebsd.org Mon Sep 25 16:47:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A496DE1F376; Mon, 25 Sep 2017 16:47:13 +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 63F251085; Mon, 25 Sep 2017 16:47:12 +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 18436BDD25; Mon, 25 Sep 2017 18:47:10 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 0A8C3BDD1E; Mon, 25 Sep 2017 18:47:10 +0200 (CEST) Subject: Re: svn commit: r450583 - in head/math/hfst: . files To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709251105.v8PB5a6c004290@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 25 Sep 2017 18:47:09 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709251105.v8PB5a6c004290@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="M41B75CQ964QhitTwB39r6c84EMJUUs9j" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 16:47:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --M41B75CQ964QhitTwB39r6c84EMJUUs9j Content-Type: multipart/mixed; boundary="r5Q3vESOHKHk1UF25TgsC2EAAvkPnFVPV"; protected-headers="v1" From: Mathieu Arnold To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r450583 - in head/math/hfst: . files References: <201709251105.v8PB5a6c004290@repo.freebsd.org> In-Reply-To: <201709251105.v8PB5a6c004290@repo.freebsd.org> --r5Q3vESOHKHk1UF25TgsC2EAAvkPnFVPV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 25/09/2017 =C3=A0 13:05, Dmitry Sivachenko a =C3=A9crit=C2=A0: > +USE_GITHUB=3D yes > +GH_TAGNAME=3D c187d5a > + > +USES=3D autoreconf libtool pathfix pkgconfig python:2 readline sheban= gfix This is out of order. Please have a look at: https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html --=20 Mathieu Arnold --r5Q3vESOHKHk1UF25TgsC2EAAvkPnFVPV-- --M41B75CQ964QhitTwB39r6c84EMJUUs9j 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 iQJ8BAEBCgBmBQJZyTMNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IhysP/3zldmzaskR7K60YbEUA/BIa ZhkVtxMu0IPoR/qVDdvq/xhIP07N+Wn7sd6G5EQkHD67c5P51BxQr6ujHfpWBY4E GmxowLhntrUlR03Kg046QzBhB+WfMkYwb3c7W2wLQM6ANJOIDtXH5Tqai8BzB+J7 CuzVL0Mds0JUxE4wM9t3HCzaAN3iEOwx0NOAYMbZLrqvf5IQWC1nn8OAQt7TIupA fqWDOrJJwZ35G3RtWloh0ipfF5nQh3K6/3KAGQWnigXRglXjWNoMyUJaW/ghqKOn 1fBEdKdn+pOe5U2d0wKNTk5iBCc83/E7lhnm1Mh43aIgIODHtzsBkVfBy/+aepSs gXJjsXNTUGzLHDVebXOuyQ1jfk+ALA/aoEkYvUedmB86ufdeCMa13QO+9Kh6uKYd 5UJ+IJGMJ98L2PiGBS2g6XtCc38JfP6WAKAvbCrrrLE6BFs2bUGT2/aRKNvciU4g iJx4JJgaxYzJ9FskKR+w4mUjHJ+IEh++WPf+Ac0FZB/g6BYyTC0N5VOntd4KGRic iUL8F5rwV45oHkbAxNWsGWbLaHDWBYXGfyclzNBlP0aFhAzGx0qpOIU4LD3Y0oaz ygDhToiLdYeCFx6R1tTdBp5j3UOVxGtFo2muFLufhvla6QRw+9T+Ue7afMrl4pyG ZbCsxRW20vMJZTDiUVXJ =42VB -----END PGP SIGNATURE----- --M41B75CQ964QhitTwB39r6c84EMJUUs9j-- From owner-svn-ports-head@freebsd.org Mon Sep 25 17:19:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8269EE1FE53; Mon, 25 Sep 2017 17:19:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515232173; Mon, 25 Sep 2017 17:19:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PHJbDg060015; Mon, 25 Sep 2017 17:19:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PHJbsp060014; Mon, 25 Sep 2017 17:19:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709251719.v8PHJbsp060014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 17:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450623 - head/www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/firefox/files X-SVN-Commit-Revision: 450623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 17:19:38 -0000 Author: jbeich Date: Mon Sep 25 17:19:37 2017 New Revision: 450623 URL: https://svnweb.freebsd.org/changeset/ports/450623 Log: www/firefox: unbreak on powerpc64, sparc64 In file included from toolkit/crashreporter/google-breakpad/src/third_party/curl/curl.h:44:0, from toolkit/components/telemetry/pingsender/pingsender_unix_common.cpp:13, from objdir/toolkit/components/telemetry/pingsender/Unified_cpp_pingsender0.cpp:11: toolkit/crashreporter/google-breakpad/src/third_party/curl/curlrules.h:144:41: error: size of array '__curl_rule_01__' is negative [CurlchkszEQ(long, CURL_SIZEOF_LONG)]; ^ Reported by: jhibbits Added: head/www/firefox/files/patch-bug1388744 (contents, props changed) Added: head/www/firefox/files/patch-bug1388744 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:19:37 2017 (r450623) @@ -0,0 +1,14 @@ +Unbreak pingsender build on Tier3 archs + +--- toolkit/crashreporter/google-breakpad/src/third_party/curl/curlbuild.h ++++ toolkit/crashreporter/google-breakpad/src/third_party/curl/curlbuild.h +@@ -154,8 +154,7 @@ + #endif + + /* The size of `long', as computed by sizeof. */ +-#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \ +- defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64) ++#if defined(_M_X64) || (defined(__LP64__) && !defined(__ILP32__)) + #define CURL_SIZEOF_LONG 8 + #else + #define CURL_SIZEOF_LONG 4 From owner-svn-ports-head@freebsd.org Mon Sep 25 17:23:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A396E20051; Mon, 25 Sep 2017 17:23: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 394F2260B; Mon, 25 Sep 2017 17:23:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PHMxe6064037; Mon, 25 Sep 2017 17:22:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PHMx2Y064036; Mon, 25 Sep 2017 17:22:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709251722.v8PHMx2Y064036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 17:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450624 - head/www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/firefox/files X-SVN-Commit-Revision: 450624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 17:23:00 -0000 Author: jbeich Date: Mon Sep 25 17:22:59 2017 New Revision: 450624 URL: https://svnweb.freebsd.org/changeset/ports/450624 Log: www/firefox: oops, drop redundant check Modified: head/www/firefox/files/patch-bug1388744 (contents, props changed) Modified: head/www/firefox/files/patch-bug1388744 ============================================================================== --- head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:19:37 2017 (r450623) +++ head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:22:59 2017 (r450624) @@ -8,7 +8,7 @@ Unbreak pingsender build on Tier3 archs /* The size of `long', as computed by sizeof. */ -#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \ - defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64) -+#if defined(_M_X64) || (defined(__LP64__) && !defined(__ILP32__)) ++#if defined(_M_X64) || defined(__LP64__) #define CURL_SIZEOF_LONG 8 #else #define CURL_SIZEOF_LONG 4 From owner-svn-ports-head@freebsd.org Mon Sep 25 17:41:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B517E205BC; Mon, 25 Sep 2017 17:41:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF2D2E70; Mon, 25 Sep 2017 17:41:47 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PHflwq070204; Mon, 25 Sep 2017 17:41:47 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PHflJj070203; Mon, 25 Sep 2017 17:41:47 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709251741.v8PHflJj070203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 25 Sep 2017 17:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450626 - head/sysutils/slurm-wlm X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/sysutils/slurm-wlm X-SVN-Commit-Revision: 450626 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 17:41:48 -0000 Author: jrm Date: Mon Sep 25 17:41:47 2017 New Revision: 450626 URL: https://svnweb.freebsd.org/changeset/ports/450626 Log: sysutils/slurm-wlm: fix typo in option description Reported by: bacon4000@gmail.com Modified: head/sysutils/slurm-wlm/Makefile Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Mon Sep 25 17:25:30 2017 (r450625) +++ head/sysutils/slurm-wlm/Makefile Mon Sep 25 17:41:47 2017 (r450626) @@ -42,7 +42,7 @@ CURL_DESC= Require cURL for elasticsearch plugins GTK2_DESC= Build sview GUI config tool HDF5_DESC= Job profiling using HDF5 HWLOC_DESC= Portable hardware locality -IPMI_DESC= IPMI engergy consumption accounting +IPMI_DESC= IPMI energy consumption accounting RRD_DESC= RRD external sensor data collection LINUX_DESC= Support jobacct_gather/linux (requires linprocfs) From owner-svn-ports-head@freebsd.org Mon Sep 25 17:54:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29EB0E208DA; Mon, 25 Sep 2017 17:54: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 ED39E34F7; Mon, 25 Sep 2017 17:54: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 v8PHs6Ic076821; Mon, 25 Sep 2017 17:54:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PHs6i8076819; Mon, 25 Sep 2017 17:54:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709251754.v8PHs6i8076819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Sep 2017 17:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450627 - head/textproc/py-xlsxwriter X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-xlsxwriter X-SVN-Commit-Revision: 450627 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 17:54:07 -0000 Author: antoine Date: Mon Sep 25 17:54:05 2017 New Revision: 450627 URL: https://svnweb.freebsd.org/changeset/ports/450627 Log: Update to 1.0.0 Modified: head/textproc/py-xlsxwriter/Makefile head/textproc/py-xlsxwriter/distinfo Modified: head/textproc/py-xlsxwriter/Makefile ============================================================================== --- head/textproc/py-xlsxwriter/Makefile Mon Sep 25 17:41:47 2017 (r450626) +++ head/textproc/py-xlsxwriter/Makefile Mon Sep 25 17:54:05 2017 (r450627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XlsxWriter -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-xlsxwriter/distinfo ============================================================================== --- head/textproc/py-xlsxwriter/distinfo Mon Sep 25 17:41:47 2017 (r450626) +++ head/textproc/py-xlsxwriter/distinfo Mon Sep 25 17:54:05 2017 (r450627) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505027809 -SHA256 (XlsxWriter-0.9.9.tar.gz) = 9ae87f451ee28fc229dbdc74ec3d55b4d0ebcd470ec37bfe33a56e82dea1ce35 -SIZE (XlsxWriter-0.9.9.tar.gz) = 238653 +TIMESTAMP = 1506071131 +SHA256 (XlsxWriter-1.0.0.tar.gz) = 68f1a5a3370c4ced2c49442b7163ffc787be5fab3fdaee9a577b25e0409a31f4 +SIZE (XlsxWriter-1.0.0.tar.gz) = 240179 From owner-svn-ports-head@freebsd.org Mon Sep 25 18:51:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14B55E21AD2; Mon, 25 Sep 2017 18:51:19 +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 E274964925; Mon, 25 Sep 2017 18:51:18 +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 v8PIpIl3098788; Mon, 25 Sep 2017 18:51:18 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PIpHa2098782; Mon, 25 Sep 2017 18:51:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709251851.v8PIpHa2098782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 25 Sep 2017 18:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450628 - in head/sysutils: . syslog-ng syslog-ng312 syslog-ng312/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: . syslog-ng syslog-ng312 syslog-ng312/files X-SVN-Commit-Revision: 450628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 18:51:19 -0000 Author: cy Date: Mon Sep 25 18:51:17 2017 New Revision: 450628 URL: https://svnweb.freebsd.org/changeset/ports/450628 Log: Welcome to syslog-ng312, trackng syslog-ng the 3.12 branch. Submitted by: Peter Czanik (CzP) Balabit / syslog-ng upstream Added: head/sysutils/syslog-ng312/ - copied from r450568, head/sysutils/syslog-ng311/ Modified: head/sysutils/Makefile head/sysutils/syslog-ng/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng312/distinfo head/sysutils/syslog-ng312/files/syslog-ng.conf.sample head/sysutils/syslog-ng312/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Sep 25 17:54:05 2017 (r450627) +++ head/sysutils/Makefile Mon Sep 25 18:51:17 2017 (r450628) @@ -1143,6 +1143,7 @@ SUBDIR += syslog-ng-incubator SUBDIR += syslog-ng310 SUBDIR += syslog-ng311 + SUBDIR += syslog-ng312 SUBDIR += syslog-ng36 SUBDIR += syslog-ng37 SUBDIR += syslog-ng39 Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Mon Sep 25 17:54:05 2017 (r450627) +++ head/sysutils/syslog-ng/Makefile Mon Sep 25 18:51:17 2017 (r450628) @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 36 37 39 310 311 +VERSIONS= 36 37 39 310 311 312 SYSLOG_NG_VERSION?= 311 MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION} Modified: head/sysutils/syslog-ng312/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Mon Sep 25 03:19:43 2017 (r450568) +++ head/sysutils/syslog-ng312/Makefile Mon Sep 25 18:51:17 2017 (r450628) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= syslog-ng -DISTVERSION= 3.11.1 -PORTREVISION= 1 +DISTVERSION= 3.12.1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ .if !defined(MASTERDIR) -PKGNAMESUFFIX= 311 +PKGNAMESUFFIX= 312 .endif MAINTAINER= cy@FreeBSD.org Modified: head/sysutils/syslog-ng312/distinfo ============================================================================== --- head/sysutils/syslog-ng311/distinfo Mon Sep 25 03:19:43 2017 (r450568) +++ head/sysutils/syslog-ng312/distinfo Mon Sep 25 18:51:17 2017 (r450628) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504528897 -SHA256 (syslog-ng-3.11.1.tar.gz) = 64099dc39d2d760f8fd24db44054df7874862949dbcf773fc18fe83ce00a45e9 -SIZE (syslog-ng-3.11.1.tar.gz) = 8523684 +TIMESTAMP = 1505999152 +SHA256 (syslog-ng-3.12.1.tar.gz) = 12d2acb8e292d16068debae7f9a699e791ca497540d28833a694a9a1ccd78f43 +SIZE (syslog-ng-3.12.1.tar.gz) = 8905646 Modified: head/sysutils/syslog-ng312/files/syslog-ng.conf.sample ============================================================================== --- head/sysutils/syslog-ng311/files/syslog-ng.conf.sample Mon Sep 25 03:19:43 2017 (r450568) +++ head/sysutils/syslog-ng312/files/syslog-ng.conf.sample Mon Sep 25 18:51:17 2017 (r450628) @@ -1,4 +1,4 @@ -@version:3.11 +@version:3.12 @include "scl.conf" # Modified: head/sysutils/syslog-ng312/pkg-plist ============================================================================== --- head/sysutils/syslog-ng311/pkg-plist Mon Sep 25 03:19:43 2017 (r450568) +++ head/sysutils/syslog-ng312/pkg-plist Mon Sep 25 18:51:17 2017 (r450628) @@ -77,6 +77,7 @@ include/syslog-ng/logproto/logproto-indented-multiline include/syslog-ng/logproto/logproto-regexp-multiline-server.h include/syslog-ng/logproto/logproto-record-server.h include/syslog-ng/logproto/logproto-builtins.h +include/syslog-ng/logproto/logproto-multiline-server.h include/syslog-ng/logproto/logproto.h include/syslog-ng/parser/parser-expr.h include/syslog-ng/parser/parser-expr-parser.h @@ -190,7 +191,6 @@ include/syslog-ng/transport/transport-aux-data.h include/syslog-ng/transport/transport-tls.h include/syslog-ng/transport/transport-file.h include/syslog-ng/transport/transport-pipe.h -include/syslog-ng/transport/transport-device.h include/syslog-ng/transport/transport-socket.h include/syslog-ng/value-pairs/value-pairs.h include/syslog-ng/value-pairs/transforms.h @@ -229,11 +229,11 @@ include/syslog-ng/stats/stats-cluster-single.h include/syslog-ng/stats/stats-control.h include/syslog-ng/stats/stats-query-commands.h include/syslog-ng/stats/stats-query.h -lib/libevtlog-3.11.so.0 -lib/libevtlog-3.11.so.0.0.0 +lib/libevtlog-3.12.so.0 +lib/libevtlog-3.12.so.0.0.0 lib/libevtlog.so -lib/libsyslog-ng-3.11.so.0.0.0 -lib/libsyslog-ng-3.11.so.0 +lib/libsyslog-ng-3.12.so.0.0.0 +lib/libsyslog-ng-3.12.so.0 lib/libsyslog-ng.so lib/libsyslog-ng-native-connector.a lib/syslog-ng/libtest/libsyslog-ng-test.a @@ -262,6 +262,8 @@ lib/syslog-ng/libmap-value-pairs.so lib/syslog-ng/libsnmptrapd-parser.so lib/syslog-ng/libstardate.so lib/syslog-ng/libtfgetent.so +lib/syslog-ng/libtags-parser.so +lib/syslog-ng/libxml.so libdata/pkgconfig/syslog-ng.pc libdata/pkgconfig/syslog-ng-test.pc libdata/pkgconfig/syslog-ng-native-connector.pc @@ -296,6 +298,8 @@ share/syslog-ng/include/scl/logmatic/logmatic.conf share/syslog-ng/include/scl/cisco/plugin.conf share/syslog-ng/include/scl/snmptrap/snmptrapd-source.conf share/syslog-ng/include/scl/osquery/plugin.conf +share/syslog-ng/include/scl/windowseventlog/plugin.conf +share/syslog-ng/include/scl/windowseventlog/windowseventlog.xml share/syslog-ng/tools/lex-rules.am share/syslog-ng/tools/cfg-grammar.y share/syslog-ng/tools/merge-grammar.py From owner-svn-ports-head@freebsd.org Mon Sep 25 19:27:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE43EE22632; Mon, 25 Sep 2017 19:27:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAA7B6594A; Mon, 25 Sep 2017 19:27:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PJR4Bh013888; Mon, 25 Sep 2017 19:27:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PJR4DB013887; Mon, 25 Sep 2017 19:27:04 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201709251927.v8PJR4DB013887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 25 Sep 2017 19:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450629 - head/devel/libgtop/files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/devel/libgtop/files X-SVN-Commit-Revision: 450629 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 19:27:06 -0000 Author: kwm Date: Mon Sep 25 19:27:04 2017 New Revision: 450629 URL: https://svnweb.freebsd.org/changeset/ports/450629 Log: Allow to build on arm64 and riscv by removing the usage of sbrk(2), which doesn't exist on arm64 and riscv. PR: 221751 Submitted by: brooks@ Added: head/devel/libgtop/files/patch-examples_mountlist.c (contents, props changed) Added: head/devel/libgtop/files/patch-examples_mountlist.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libgtop/files/patch-examples_mountlist.c Mon Sep 25 19:27:04 2017 (r450629) @@ -0,0 +1,33 @@ +Remove unreliable and non-portable way to demonstrate memory utilization +with sbrk(2). + +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221751 + +--- examples/mountlist.c.orig ++++ examples/mountlist.c +@@ -71,16 +71,12 @@ + + printf ("Host = '%s' - %u\n\n", buffer, port); + +- printf ("sbrk (0) = %p\n\n", sbrk (0)); +- + for (c = 0; c < PROFILE_COUNT; c++) { + mount_entries = glibtop_get_mountlist (&mount_list, 1); + + g_free (mount_entries); + } + +- printf ("sbrk (0) = %p\n\n", sbrk (0)); +- + mount_entries = glibtop_get_mountlist (&mount_list, 1); + + if (mount_entries == NULL) +@@ -108,8 +104,6 @@ + + g_free (mount_entries); + +- printf ("\nsbrk (0) = %p\n\n", sbrk (0)); +- + glibtop_close (); + + exit (0); From owner-svn-ports-head@freebsd.org Mon Sep 25 20:34:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6373BE23988; Mon, 25 Sep 2017 20:34:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3673567DA3; Mon, 25 Sep 2017 20:34:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PKYGX0042674; Mon, 25 Sep 2017 20:34:16 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PKYGZc042672; Mon, 25 Sep 2017 20:34:16 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201709252034.v8PKYGZc042672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 25 Sep 2017 20:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450630 - head/net-mgmt/netdata X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/net-mgmt/netdata X-SVN-Commit-Revision: 450630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 20:34:17 -0000 Author: mmokhi Date: Mon Sep 25 20:34:16 2017 New Revision: 450630 URL: https://svnweb.freebsd.org/changeset/ports/450630 Log: net-mgmt/netdata: Fix the pkg-plist that became broken by r450382 PR: 222589 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12477 Modified: head/net-mgmt/netdata/Makefile head/net-mgmt/netdata/pkg-plist Modified: head/net-mgmt/netdata/Makefile ============================================================================== --- head/net-mgmt/netdata/Makefile Mon Sep 25 19:27:04 2017 (r450629) +++ head/net-mgmt/netdata/Makefile Mon Sep 25 20:34:16 2017 (r450630) @@ -59,5 +59,8 @@ post-install: ${MKDIR} ${STAGEDIR}${NETDATA_CACHE} ${MKDIR} ${STAGEDIR}${NETDATA_LOG} ${MKDIR} ${STAGEDIR}${NETDATA_PERST} + (for file in ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/*/*.conf; do \ + ${MV} $$file $$file".sample"; \ + done) .include Modified: head/net-mgmt/netdata/pkg-plist ============================================================================== --- head/net-mgmt/netdata/pkg-plist Mon Sep 25 19:27:04 2017 (r450629) +++ head/net-mgmt/netdata/pkg-plist Mon Sep 25 20:34:16 2017 (r450630) @@ -23,23 +23,36 @@ @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/apache.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/backend.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/bind_rndc.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/cpu.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/disks.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/elasticsearch.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/entropy.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/fping.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/haproxy.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/ipc.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/ipfs.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/ipmi.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/isc_dhcpd.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/lighttpd.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/mdstat.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/memcached.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/memory.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/mongodb.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/mysql.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/named.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/net.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/netfilter.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/nginx.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/postgres.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/qos.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/ram.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/redis.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/retroshare.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/softnet.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/squid.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/swap.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/tcp_resets.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/health.d/udp_errors.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/varnish.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/web_log.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/health.d/zfs.conf.sample @@ -54,6 +67,7 @@ %%ETCDIR%%/node.d/named.conf.md %%ETCDIR%%/node.d/sma_webbox.conf.md %%ETCDIR%%/node.d/snmp.conf.md +%%ETCDIR%%/node.d/stiebeleltron.conf.md @mode @owner @group @@ -61,6 +75,7 @@ @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/apache.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/apache_cache.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/bind_rndc.conf.sample +@sample(netdata,netdata,0640) %%ETCDIR%%/python.d/chrony.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/cpufreq.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/dovecot.conf.sample @sample(netdata,netdata,0640) %%ETCDIR%%/python.d/dns_query_time.conf.sample @@ -119,18 +134,19 @@ libexec/netdata/charts.d/tomcat.chart.sh libexec/netdata/node.d/README.md libexec/netdata/node.d/fronius.node.js libexec/netdata/node.d/named.node.js -libexec/netdata/node.d/node_modules/asn1.js -libexec/netdata/node.d/node_modules/ber/errors.js -libexec/netdata/node.d/node_modules/ber/index.js -libexec/netdata/node.d/node_modules/ber/reader.js -libexec/netdata/node.d/node_modules/ber/types.js -libexec/netdata/node.d/node_modules/ber/writer.js +libexec/netdata/node.d/node_modules/asn1-ber.js libexec/netdata/node.d/node_modules/extend.js +libexec/netdata/node.d/node_modules/lib/ber/errors.js +libexec/netdata/node.d/node_modules/lib/ber/index.js +libexec/netdata/node.d/node_modules/lib/ber/reader.js +libexec/netdata/node.d/node_modules/lib/ber/types.js +libexec/netdata/node.d/node_modules/lib/ber/writer.js libexec/netdata/node.d/node_modules/net-snmp.js libexec/netdata/node.d/node_modules/netdata.js libexec/netdata/node.d/node_modules/pixl-xml.js libexec/netdata/node.d/sma_webbox.node.js libexec/netdata/node.d/snmp.node.js +libexec/netdata/node.d/stiebeleltron.node.js libexec/netdata/plugins.d/README.md libexec/netdata/plugins.d/alarm-email.sh libexec/netdata/plugins.d/alarm-notify.sh @@ -148,6 +164,7 @@ libexec/netdata/python.d/README.md libexec/netdata/python.d/apache.chart.py libexec/netdata/python.d/apache_cache.chart.py libexec/netdata/python.d/bind_rndc.chart.py +libexec/netdata/python.d/chrony.chart.py libexec/netdata/python.d/cpufreq.chart.py libexec/netdata/python.d/cpuidle.chart.py libexec/netdata/python.d/dns_query_time.chart.py @@ -211,6 +228,42 @@ libexec/netdata/python.d/python_modules/pyyaml3/resolv libexec/netdata/python.d/python_modules/pyyaml3/scanner.py libexec/netdata/python.d/python_modules/pyyaml3/serializer.py libexec/netdata/python.d/python_modules/pyyaml3/tokens.py +libexec/netdata/python.d/python_modules/urllib3/__init__.py +libexec/netdata/python.d/python_modules/urllib3/_collections.py +libexec/netdata/python.d/python_modules/urllib3/connection.py +libexec/netdata/python.d/python_modules/urllib3/connectionpool.py +libexec/netdata/python.d/python_modules/urllib3/contrib/__init__.py +libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/__init__.py +libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/bindings.py +libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/low_level.py +libexec/netdata/python.d/python_modules/urllib3/contrib/appengine.py +libexec/netdata/python.d/python_modules/urllib3/contrib/ntlmpool.py +libexec/netdata/python.d/python_modules/urllib3/contrib/%%PYTHON_PYOEXTENSION%%penssl.py +libexec/netdata/python.d/python_modules/urllib3/contrib/securetransport.py +libexec/netdata/python.d/python_modules/urllib3/contrib/socks.py +libexec/netdata/python.d/python_modules/urllib3/exceptions.py +libexec/netdata/python.d/python_modules/urllib3/fields.py +libexec/netdata/python.d/python_modules/urllib3/filepost.py +libexec/netdata/python.d/python_modules/urllib3/packages/__init__.py +libexec/netdata/python.d/python_modules/urllib3/packages/backports/__init__.py +libexec/netdata/python.d/python_modules/urllib3/packages/backports/makefile.py +libexec/netdata/python.d/python_modules/urllib3/packages/ordered_dict.py +libexec/netdata/python.d/python_modules/urllib3/packages/six.py +libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname/__init__.py +libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname/_implementation.py +libexec/netdata/python.d/python_modules/urllib3/poolmanager.py +libexec/netdata/python.d/python_modules/urllib3/request.py +libexec/netdata/python.d/python_modules/urllib3/response.py +libexec/netdata/python.d/python_modules/urllib3/util/__init__.py +libexec/netdata/python.d/python_modules/urllib3/util/connection.py +libexec/netdata/python.d/python_modules/urllib3/util/request.py +libexec/netdata/python.d/python_modules/urllib3/util/response.py +libexec/netdata/python.d/python_modules/urllib3/util/retry.py +libexec/netdata/python.d/python_modules/urllib3/util/selectors.py +libexec/netdata/python.d/python_modules/urllib3/util/ssl_.py +libexec/netdata/python.d/python_modules/urllib3/util/timeout.py +libexec/netdata/python.d/python_modules/urllib3/util/url.py +libexec/netdata/python.d/python_modules/urllib3/util/wait.py libexec/netdata/python.d/rabbitmq.chart.py libexec/netdata/python.d/redis.chart.py libexec/netdata/python.d/retroshare.chart.py From owner-svn-ports-head@freebsd.org Mon Sep 25 20:37:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67981E23A12; Mon, 25 Sep 2017 20:37:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3440268004; Mon, 25 Sep 2017 20:37:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PKbZOR042916; Mon, 25 Sep 2017 20:37:35 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PKbZCd042914; Mon, 25 Sep 2017 20:37:35 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201709252037.v8PKbZCd042914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 25 Sep 2017 20:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450631 - in head/dns/powerdns: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/dns/powerdns: . files X-SVN-Commit-Revision: 450631 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 20:37:36 -0000 Author: krion Date: Mon Sep 25 20:37:35 2017 New Revision: 450631 URL: https://svnweb.freebsd.org/changeset/ports/450631 Log: Fix a segfault in the ECC-GOST algorithm (DNSSEC algorithm #12). PR: 222587 Submitted by: maintainer Approved by: mat Differential Revision: https://reviews.freebsd.org/D12490 Added: head/dns/powerdns/files/patch-pdns_botan110signers.cc (contents, props changed) Modified: head/dns/powerdns/Makefile Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Sep 25 20:34:16 2017 (r450630) +++ head/dns/powerdns/Makefile Mon Sep 25 20:37:35 2017 (r450631) @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Added: head/dns/powerdns/files/patch-pdns_botan110signers.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/powerdns/files/patch-pdns_botan110signers.cc Mon Sep 25 20:37:35 2017 (r450631) @@ -0,0 +1,15 @@ +https://github.com/PowerDNS/pdns/pull/5498/commits/0f8f34997afc2c3609b2f3df72ca808940d2a778#diff-a69f1deeeb9a0d7ebabc200a4c24c9f9L184 +--- pdns/botan110signers.cc.orig 2017-08-31 08:52:49 UTC ++++ pdns/botan110signers.cc +@@ -181,8 +181,9 @@ std::string GOSTDNSCryptoKeyEngine::getP + + std::string GOSTDNSCryptoKeyEngine::getPublicKeyString() const + { +- const BigInt&x =d_key->public_point().get_affine_x(); +- const BigInt&y =d_key->public_point().get_affine_y(); ++ std::shared_ptr pk = d_pubkey ? d_pubkey : d_key; ++ const BigInt&x =pk->public_point().get_affine_x(); ++ const BigInt&y =pk->public_point().get_affine_y(); + + size_t part_size = std::max(x.bytes(), y.bytes()); + From owner-svn-ports-head@freebsd.org Mon Sep 25 20:38:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91283E23A66; Mon, 25 Sep 2017 20:38:30 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D72C6811F; Mon, 25 Sep 2017 20:38:30 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PKcT4Q043082; Mon, 25 Sep 2017 20:38:29 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PKcTuT043080; Mon, 25 Sep 2017 20:38:29 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201709252038.v8PKcTuT043080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 25 Sep 2017 20:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450632 - in head/dns/powerdns-recursor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/dns/powerdns-recursor: . files X-SVN-Commit-Revision: 450632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 20:38:30 -0000 Author: krion Date: Mon Sep 25 20:38:29 2017 New Revision: 450632 URL: https://svnweb.freebsd.org/changeset/ports/450632 Log: Fix a segfault in the ECC-GOST algorithm (DNSSEC algorithm #12) PR: 222588 Submitted by: maintainer Approved by: mat Differential Revision: https://reviews.freebsd.org/D12491 Added: head/dns/powerdns-recursor/files/patch-botan110signers.cc (contents, props changed) Modified: head/dns/powerdns-recursor/Makefile Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Sep 25 20:37:35 2017 (r450631) +++ head/dns/powerdns-recursor/Makefile Mon Sep 25 20:38:29 2017 (r450632) @@ -3,7 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Added: head/dns/powerdns-recursor/files/patch-botan110signers.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/powerdns-recursor/files/patch-botan110signers.cc Mon Sep 25 20:38:29 2017 (r450632) @@ -0,0 +1,15 @@ +https://github.com/PowerDNS/pdns/pull/5498/commits/0f8f34997afc2c3609b2f3df72ca808940d2a778#diff-a69f1deeeb9a0d7ebabc200a4c24c9f9L184 +--- botan110signers.cc.orig 2017-07-04 15:43:07 UTC ++++ botan110signers.cc +@@ -181,8 +181,9 @@ std::string GOSTDNSCryptoKeyEngine::getP + + std::string GOSTDNSCryptoKeyEngine::getPublicKeyString() const + { +- const BigInt&x =d_key->public_point().get_affine_x(); +- const BigInt&y =d_key->public_point().get_affine_y(); ++ std::shared_ptr pk = d_pubkey ? d_pubkey : d_key; ++ const BigInt&x =pk->public_point().get_affine_x(); ++ const BigInt&y =pk->public_point().get_affine_y(); + + size_t part_size = std::max(x.bytes(), y.bytes()); + From owner-svn-ports-head@freebsd.org Mon Sep 25 20:52:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F05EE24134; Mon, 25 Sep 2017 20:52:07 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19265691C2; Mon, 25 Sep 2017 20:52:07 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PKq6RE049152; Mon, 25 Sep 2017 20:52:06 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PKq5pD049144; Mon, 25 Sep 2017 20:52:05 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201709252052.v8PKq5pD049144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Mon, 25 Sep 2017 20:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450633 - head/misc/freebsd-release-manifests X-SVN-Group: ports-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: head/misc/freebsd-release-manifests X-SVN-Commit-Revision: 450633 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 20:52:07 -0000 Author: marius Date: Mon Sep 25 20:52:05 2017 New Revision: 450633 URL: https://svnweb.freebsd.org/changeset/ports/450633 Log: Add 10.4-RC2 checksums. Approved by: bdrewery (maintainer, implicit, re@ blanket) Added: head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 (contents, props changed) head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 (contents, props changed) head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 (contents, props changed) head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 (contents, props changed) head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 (contents, props changed) head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 (contents, props changed) Modified: head/misc/freebsd-release-manifests/Makefile head/misc/freebsd-release-manifests/pkg-plist Modified: head/misc/freebsd-release-manifests/Makefile ============================================================================== --- head/misc/freebsd-release-manifests/Makefile Mon Sep 25 20:38:29 2017 (r450632) +++ head/misc/freebsd-release-manifests/Makefile Mon Sep 25 20:52:05 2017 (r450633) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20170917 +DISTVERSION= 20170925 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Added: head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,7 @@ +base.txz e67bd0203570ee26cee531eae4eadabbbb1609da192a8359eaa49001ff29d947 20271 base "Base system (MANDATORY)" on +doc.txz f391874c33da83047eaa2b09e172803efd8a26c336194acecc8b19ffd14ccec7 121 doc "Additional documentation" off +games.txz 56ac3ea8b7f1023b3fdf46ab456f9c90108d098a86f872a3f2139e639d1e2203 53 games "Games (fortune, etc.)" on +kernel.txz 8f79b4f5e2c604241c0251cb5a5da737d750299d372c858f8557c21eedc9f747 1574 kernel "Kernel (MANDATORY)" on +lib32.txz 0319a5b1d46e6ab2096d3c5c503d799cb4cfbf8e8e605d4591269b592076ff07 687 lib32 "32-bit compatibility libraries" on +ports.txz f65401979d69ba47c93037013e862bde3b189b424d3d593d590fd215d5ff3736 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,6 @@ +base.txz 3a5b14dd0961ad99d2314963f35e726566252d1bd1ca27dbc1156af684fb44d3 20285 base "Base system (MANDATORY)" on +doc.txz 7645ce68314613e365a2ef95f6cf1232e11344708850046dec5abefa99d8e2df 121 doc "Additional documentation" off +games.txz 32a26e7646b5e4fd477d916baafaa73d03a23d62664ae2c1793ea5a14fd7b12a 53 games "Games (fortune, etc.)" on +kernel.txz a1daed629e6166311ffc00eb98292d304446fe3b8b8f52ee15abd6452be4ff98 1610 kernel "Kernel (MANDATORY)" on +ports.txz 919b7f01cf1d9c7ad4d9cf54167eacb0daa7058bb8db0581efb398560239d098 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,6 @@ +base.txz 7b1e613a2a82c601a6bffddc5341785cf52032d1a3f1f53fef0966bb2f3f0c8a 20273 base "Base system (MANDATORY)" on +doc.txz ee405511ab1b34e3327caa112b3e1add0ac36f6e30bcfa7846cb579493adfd37 121 doc "Additional documentation" off +games.txz 078185438ba11bcdb8f15f60aef0bb940bf0fe18448dfb52081de5da33e77f52 53 games "Games (fortune, etc.)" on +kernel.txz 32b41bc98b72e1363509627b6416db52ac1df02be486615d5c0b6b2ab5593cff 1087 kernel "Kernel (MANDATORY)" on +ports.txz c2bf066fb201c07a619cd1602d6ce17cc1a92f2b270f27770a14a624c7ac98ae 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Modified: head/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- head/misc/freebsd-release-manifests/pkg-plist Mon Sep 25 20:38:29 2017 (r450632) +++ head/misc/freebsd-release-manifests/pkg-plist Mon Sep 25 20:52:05 2017 (r450633) @@ -80,3 +80,9 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-RC1 %%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-RC1 %%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-RC1 +%%DATADIR%%/MANIFESTS/amd64-amd64-10.4-RC2 +%%DATADIR%%/MANIFESTS/i386-i386-10.4-RC2 +%%DATADIR%%/MANIFESTS/ia64-ia64-10.4-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.4-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.4-RC2 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.4-RC2 Added: head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,6 @@ +base.txz b5838aab23b9e56ba2bad9d4e2d23d125fa641642be2097ac1ae08ab45a156a3 20369 base "Base system (MANDATORY)" on +doc.txz da91acd158f696628c3fb0a086060003da5e4a7994896de018b9630b683a2cdd 121 doc "Additional documentation" off +games.txz 3a1db905f21326c4295a901d0c4648e7be17ec6cb1e256143d9296dd4148deec 53 games "Games (fortune, etc.)" on +kernel.txz 227d9a79c6474168d81dd51bd21ba29a7b6594aaa72a03f8d4746e93dc651506 1039 kernel "Kernel (MANDATORY)" on +ports.txz eee45b242a67c8d448ba55ee1b3f0566be3f8357d43e248b3ae0ac79191cc986 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,7 @@ +base.txz a9abee0d023b6a36c85818d475dd6c6d30053fbef15ed2608b195906104b9083 20387 base "Base system (MANDATORY)" on +doc.txz 11edec7333a6203f1c06ef3de0e9c4d221ef74fd2dbdf0f8ba1cd0677d5e6396 121 doc "Additional documentation" off +games.txz 49c7c50745b948ed798634168ae442ea6bbf98b11a0d2d099e668e3ffe941994 53 games "Games (fortune, etc.)" on +kernel.txz d8a36eb4c506a486bfa7e33d61067ba24db8ce4365d07568e84a7988d54329ad 1261 kernel "Kernel (MANDATORY)" on +lib32.txz dd49c2ae27b763471fb722bd317b9cb5999d8aa2a58e58104a8c8295410a88b5 684 lib32 "32-bit compatibility libraries" on +ports.txz 4666506a6ee431c63b5146096985e193a665e5ead0c30e0b965882dde9723137 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Added: head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 Mon Sep 25 20:52:05 2017 (r450633) @@ -0,0 +1,6 @@ +base.txz 5ec96c79bed0a9b204df3db45f515b8fd35be4bf2f094e54611264e0ccd54ca2 20339 base "Base system (MANDATORY)" on +doc.txz 288560e1ab49939b9929dd1859192f5cc3ecf83086ccabaca63d1a7d9281100f 121 doc "Additional documentation" off +games.txz fd1836a10db032701ba2ae9432bfd1745abe7632c669a96dae0d7b71598d0e1f 53 games "Games (fortune, etc.)" on +kernel.txz 99f4a33c92867be3105bfab28e66d9faca5e21dd398cd407ddb25255451d7989 1043 kernel "Kernel (MANDATORY)" on +ports.txz 4e8e1500b8bec79030bc2a9363a4d6bd02210d6ff7a68f7c27ccd0169833907d 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off From owner-svn-ports-head@freebsd.org Mon Sep 25 20:55:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42219E241BF; Mon, 25 Sep 2017 20:55:29 +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 12F6C69342; Mon, 25 Sep 2017 20:55:29 +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 v8PKtSbn051556; Mon, 25 Sep 2017 20:55:28 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PKtSqN051553; Mon, 25 Sep 2017 20:55:28 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201709252055.v8PKtSqN051553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 25 Sep 2017 20:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450634 - in head: Mk/Uses converters/libiconv converters/libiconv/files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses converters/libiconv converters/libiconv/files X-SVN-Commit-Revision: 450634 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 20:55:29 -0000 Author: tijl Date: Mon Sep 25 20:55:27 2017 New Revision: 450634 URL: https://svnweb.freebsd.org/changeset/ports/450634 Log: Define ICONV_GET_ILSEQ_INVALID and ICONV_SET_ILSEQ_INVALID when mimicking base system iconv.h. Modified: head/Mk/Uses/iconv.mk head/converters/libiconv/Makefile head/converters/libiconv/files/patch-include-iconv.h.in Modified: head/Mk/Uses/iconv.mk ============================================================================== --- head/Mk/Uses/iconv.mk Mon Sep 25 20:52:05 2017 (r450633) +++ head/Mk/Uses/iconv.mk Mon Sep 25 20:55:27 2017 (r450634) @@ -43,7 +43,7 @@ ICONV_LIB_PATH= /usr/lib/libc.so .if exists(${LOCALBASE}/include/iconv.h) # Check that libiconv iconv.h is recent enough for LIBICONV_PLUG to work. -BUILD_DEPENDS+= libiconv>=1.14_9:converters/libiconv +BUILD_DEPENDS+= libiconv>=1.14_11:converters/libiconv .endif # LIBICONV_PLUG makes libiconv iconv.h act like libc iconv.h. Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Mon Sep 25 20:52:05 2017 (r450633) +++ head/converters/libiconv/Makefile Mon Sep 25 20:55:27 2017 (r450634) @@ -3,7 +3,7 @@ PORTNAME= libiconv PORTVERSION= 1.14 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= converters devel MASTER_SITES= GNU Modified: head/converters/libiconv/files/patch-include-iconv.h.in ============================================================================== --- head/converters/libiconv/files/patch-include-iconv.h.in Mon Sep 25 20:52:05 2017 (r450633) +++ head/converters/libiconv/files/patch-include-iconv.h.in Mon Sep 25 20:55:27 2017 (r450634) @@ -36,8 +36,14 @@ extern int iconvctl (iconv_t cd, int request, void* argument); /* Hook performed after every successful conversion of a Unicode character. */ -@@ -212,7 +217,9 @@ struct iconv_fallbacks { +@@ -210,9 +215,15 @@ struct iconv_fallbacks { + #define ICONV_SET_DISCARD_ILSEQ 4 /* const int *argument */ + #define ICONV_SET_HOOKS 5 /* const struct iconv_hooks *argument */ #define ICONV_SET_FALLBACKS 6 /* const struct iconv_fallbacks *argument */ ++#ifdef LIBICONV_PLUG ++#define ICONV_GET_ILSEQ_INVALID 128 ++#define ICONV_SET_ILSEQ_INVALID 129 ++#endif /* Listing of locale independent encodings. */ +#ifndef LIBICONV_PLUG @@ -46,7 +52,7 @@ extern void iconvlist (int (*do_one) (unsigned int namescount, const char * const * names, void* data), -@@ -224,6 +231,7 @@ extern const char * iconv_canonicalize ( +@@ -224,6 +235,7 @@ extern const char * iconv_canonicalize (const char * n /* Support for relocatable packages. */ @@ -54,7 +60,7 @@ /* Sets the original and the current installation prefix of the package. Relocation simply replaces a pathname starting with the original prefix by the corresponding pathname with the current prefix instead. Both -@@ -231,12 +239,12 @@ extern const char * iconv_canonicalize ( +@@ -231,12 +243,12 @@ extern const char * iconv_canonicalize (const char * n instead of "/"). */ extern void libiconv_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix); From owner-svn-ports-head@freebsd.org Mon Sep 25 21:21:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C5FE24783; Mon, 25 Sep 2017 21:21:35 +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 C4A4969EA9; Mon, 25 Sep 2017 21:21:34 +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 v8PLLXWF059922; Mon, 25 Sep 2017 21:21:33 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PLLXYu059920; Mon, 25 Sep 2017 21:21:33 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201709252121.v8PLLXYu059920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 25 Sep 2017 21:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450635 - in head: Mk multimedia/librespot X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: in head: Mk multimedia/librespot X-SVN-Commit-Revision: 450635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 21:21:35 -0000 Author: dumbbell Date: Mon Sep 25 21:21:33 2017 New Revision: 450635 URL: https://svnweb.freebsd.org/changeset/ports/450635 Log: Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship Cargo Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the port revision in the 1.19.0_2 commit. Reported by: jbeich@ Modified: head/Mk/bsd.gecko.mk head/multimedia/librespot/Makefile Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Sep 25 20:55:27 2017 (r450634) +++ head/Mk/bsd.gecko.mk Mon Sep 25 21:21:33 2017 (r450635) @@ -389,7 +389,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} -BUILD_DEPENDS+= rust>=1.19.0:${RUST_PORT} +BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT} RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else Modified: head/multimedia/librespot/Makefile ============================================================================== --- head/multimedia/librespot/Makefile Mon Sep 25 20:55:27 2017 (r450634) +++ head/multimedia/librespot/Makefile Mon Sep 25 21:21:33 2017 (r450635) @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= tries to clone git repository during build phase -BUILD_DEPENDS= rust>=1.19.0:lang/rust \ +BUILD_DEPENDS= rust>=1.19.0_2:lang/rust \ portaudio>0:audio/portaudio USES= localbase pathfix pkgconfig shebangfix From owner-svn-ports-head@freebsd.org Mon Sep 25 21:23:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 911BFE247D1; Mon, 25 Sep 2017 21:23:18 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (mail.made4.biz [195.154.164.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC5C6A14C; Mon, 25 Sep 2017 21:23:17 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freebsd.org ; s=20170531; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Sender:Reply-To:Content-Transfer-Encoding:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=aziZARSdiOcpem9ab8WpGLTJALU1nLxpXREqTW/8kSo=; b=QMaah4kxd16/vXzmaTiUEHmi8g JRFAvC64Hz/NhQmVrQEro0PeUKQ162bqolPQ6J2ePxy9UpOYhuzZwT/uFxIcHOUKHuNgSdVas/jWH V0vdq6wW619Rhz/mJwrL+m2fov/GNNbNO5R120CCBuayfM6D8hgUELZxs4T3wTCeMfrQ=; Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpa (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dwaqR-0002Wr-4D; Mon, 25 Sep 2017 23:23:15 +0200 Subject: Re: svn commit: r450375 - head/Mk/Uses To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709221357.v8MDvG86072776@repo.freebsd.org> From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Message-ID: <58e9b070-5254-1814-ba9f-faf6969c86fa@FreeBSD.org> Date: Mon, 25 Sep 2017 23:23:10 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rcKL5UXo1LHXUsu7PXwxr0TNjVr0UJX0R" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 21:23:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rcKL5UXo1LHXUsu7PXwxr0TNjVr0UJX0R Content-Type: multipart/mixed; boundary="QkNttB00TUc3QADFDic6igDxW0d5FxDbm"; protected-headers="v1" From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <58e9b070-5254-1814-ba9f-faf6969c86fa@FreeBSD.org> Subject: Re: svn commit: r450375 - head/Mk/Uses References: <201709221357.v8MDvG86072776@repo.freebsd.org> In-Reply-To: --QkNttB00TUc3QADFDic6igDxW0d5FxDbm Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 22.09.2017 18:18, Jan Beich wrote: > What about other places that previously dependend on devel/cargo? > Mk/bsd.gecko.mk and multimedia/librespot/Makefile Thank you, it's fixed in r450635. I shouldn't rush incomplete fixes... --=20 Jean-S=C3=A9bastien P=C3=A9dron --QkNttB00TUc3QADFDic6igDxW0d5FxDbm-- --rcKL5UXo1LHXUsu7PXwxr0TNjVr0UJX0R Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEZwh/0a6uDhLbxqbwOemXYaX9lMwFAlnJc74ACgkQOemXYaX9 lMzjIxAA5I9pDPdPVw6Q55OwGZS+7QOBrNpZpgw7xwWFo2nKX2qCH6GFDiH+NpFH 1e97b/Bxl+n8lqyJYVjipO1oLtNn5C767JdaVeYysf8fuXlUUeonKzBjg89fpKZ1 sNMmzgCQPXFvvLm5c0e6YWcao3aZooBtRrBfm/2k1Kg+nxQ28brFDmTlkOI6hTkg llfudjWK1JnzthUAeafma6Kv1PF1dKfJZ/EkhraE3r3ckUD0atq68Y65aYCbJSBB hiUBo4W+7mnlDLZUDLB+ifkxrmFD/eBlx3wUkgcD5I8R/zxmYW7LElx9rpOZ5Slj 7Ku9R+8X6V/mLbwQdaMWe+6vheANcXMy4xo0Cc1pUMcjbJ2dY93eyJOL6Jeyu36y RcIyTdVMGR1tRxRNHMpL1NvhYSos81FMFLOetxIOMXACTwDJTWpRDHGHI2OKk7Fu fzdf4mgpAzOgsRAI2tobuPhpe7Aps5skI2AQIna9FK/t8NQcXp8qes5kXdV+vBDN 8BjqG+Nq0QCdDp9D5c759WhRD9HgCvq6Z9i8LMG56iZbs0+HmpY4EjLGoH6cEHr6 zotEr/oemBwIqVmYwr541zEWjT3GZOpqoXwIdfLCbnqMqVCgFTcACpMEbi8dxTN6 T0hTSOYxVLu/ufLHodVgf2xUDSME6lvC0sXif41XlUPvNeaE80M= =UGgh -----END PGP SIGNATURE----- --rcKL5UXo1LHXUsu7PXwxr0TNjVr0UJX0R-- From owner-svn-ports-head@freebsd.org Mon Sep 25 21:39:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BE9EE24B2C; Mon, 25 Sep 2017 21:39:31 +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 1DBEE6A879; Mon, 25 Sep 2017 21:39:31 +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 v8PLdUTD068206; Mon, 25 Sep 2017 21:39:30 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PLdTCI068203; Mon, 25 Sep 2017 21:39:29 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709252139.v8PLdTCI068203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 25 Sep 2017 21:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450636 - in head/emulators/virtualbox-ose: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/emulators/virtualbox-ose: . files X-SVN-Commit-Revision: 450636 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 21:39:31 -0000 Author: jkim Date: Mon Sep 25 21:39:29 2017 New Revision: 450636 URL: https://svnweb.freebsd.org/changeset/ports/450636 Log: Build recompiler with Clang if global register variable is supported. Note support for global register variable was proposed in the following upstream code reviews: https://reviews.llvm.org/D3261 https://reviews.llvm.org/D3797 and commits: http://llvm.org/viewvc/llvm-project?view=revision&revision=208104 http://llvm.org/viewvc/llvm-project?view=revision&revision=209149 However, it has very limited support as described in the following upstream PR in the gory details: https://bugs.llvm.org/show_bug.cgi?id=31005 Although it is incomplete, I *believe* Clang 3.5 and later has just enough code to support (ancient) QEMU-based recompiler. If you experience any VM crash related to recompiler, e.g., "fatal error in recompiler cpu" in its VBox.log, please let me know. FYI, QEMU was rewritten not to use this GCC-specific feature long time ago: http://lists.gnu.org/archive/html/qemu-devel/2011-05/msg00855.html https://www.mail-archive.com/qemu-devel@nongnu.org/msg63834.html Unfortunately, VirtualBox stopped merging code from QEMU for some time now. Tested by: soralx@cydem.org Added: head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_dyngen-exec.h (contents, props changed) head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_tcg_i386_tcg-target.h (contents, props changed) Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Mon Sep 25 21:21:33 2017 (r450635) +++ head/emulators/virtualbox-ose/Makefile Mon Sep 25 21:39:29 2017 (r450636) @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.1.28 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} @@ -227,7 +228,11 @@ KMK_FLAGS+= -j${MAKE_JOBS_NUMBER} PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ ${PATCHDIR}/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk \ - ${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk + ${PATCHDIR}/extrapatch-src_recompiler_dyngen-exec.h \ + ${PATCHDIR}/extrapatch-src_recompiler_tcg_i386_tcg-target.h +.if ${COMPILER_VERSION} < 35 +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk +.endif .endif .if ${PYTHON_MAJOR_VER} >= 3 Added: head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_dyngen-exec.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_dyngen-exec.h Mon Sep 25 21:39:29 2017 (r450636) @@ -0,0 +1,21 @@ +--- src/recompiler/dyngen-exec.h.orig 2017-09-13 09:34:47 UTC ++++ src/recompiler/dyngen-exec.h +@@ -75,10 +75,18 @@ typedef void * host_reg_t; + # ifndef VBOX + #define AREG0 "ebp" + # else /* VBOX - why are we different? frame-pointer optimizations on mac? */ ++# ifndef __clang__ + # define AREG0 "esi" ++# else /* __clang __ */ ++# define AREG0 "ebp" ++# endif /* __clang __ */ + # endif /* VBOX */ + #elif defined(__x86_64__) ++# ifndef __clang__ + #define AREG0 "r14" ++# else /* __clang__ */ ++# define AREG0 "rbp" ++# endif /* __clang__ */ + #elif defined(_ARCH_PPC) + #define AREG0 "r27" + #elif defined(__arm__) Added: head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_tcg_i386_tcg-target.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_tcg_i386_tcg-target.h Mon Sep 25 21:39:29 2017 (r450636) @@ -0,0 +1,23 @@ +--- src/recompiler/tcg/i386/tcg-target.h.orig 2017-09-13 09:34:48 UTC ++++ src/recompiler/tcg/i386/tcg-target.h +@@ -120,12 +120,20 @@ enum { + + /* Note: must be synced with dyngen-exec.h */ + #if TCG_TARGET_REG_BITS == 64 ++# ifndef __clang__ + # define TCG_AREG0 TCG_REG_R14 ++# else /* __clang__ */ ++# define TCG_AREG0 TCG_REG_RBP ++# endif /* __clang__ */ + #else + # ifndef VBOX /* we're using ESI instead of EBP, probably due to frame pointer opt issues */ + # define TCG_AREG0 TCG_REG_EBP + # else /* VBOX */ ++# ifndef __clang__ + # define TCG_AREG0 TCG_REG_ESI ++# else /* __clang__ */ ++# define TCG_AREG0 TCG_REG_EBP ++# endif /* __clang__ */ + # endif /* VBOX */ + #endif + From owner-svn-ports-head@freebsd.org Mon Sep 25 21:48:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06350E24F97; Mon, 25 Sep 2017 21:48:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id 69CFF6AD19; Mon, 25 Sep 2017 21:48:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: svn commit: r450636 - in head/emulators/virtualbox-ose: . files From: Jung-uk Kim To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709252139.v8PLdTCI068203@repo.freebsd.org> Message-ID: Date: Mon, 25 Sep 2017 17:48:21 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709252139.v8PLdTCI068203@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 21:48:27 -0000 On 09/25/2017 17:39, Jung-uk Kim wrote: > Author: jkim > Date: Mon Sep 25 21:39:29 2017 > New Revision: 450636 > URL: https://svnweb.freebsd.org/changeset/ports/450636 > > Log: > Build recompiler with Clang if global register variable is supported. > > Note support for global register variable was proposed in the following > upstream code reviews: > > https://reviews.llvm.org/D3261 > https://reviews.llvm.org/D3797 > > and commits: > > http://llvm.org/viewvc/llvm-project?view=revision&revision=208104 > http://llvm.org/viewvc/llvm-project?view=revision&revision=209149 > > However, it has very limited support as described in the following upstream > PR in the gory details: > > https://bugs.llvm.org/show_bug.cgi?id=31005 > > Although it is incomplete, I *believe* Clang 3.5 and later has just enough > code to support (ancient) QEMU-based recompiler. If you experience any VM > crash related to recompiler, e.g., "fatal error in recompiler cpu" in its > VBox.log, please let me know. > > FYI, QEMU was rewritten not to use this GCC-specific feature long time ago: > > http://lists.gnu.org/archive/html/qemu-devel/2011-05/msg00855.html > https://www.mail-archive.com/qemu-devel@nongnu.org/msg63834.html ... I meant to add the following URL, not the mail-archive.com one. http://lists.gnu.org/archive/html/qemu-devel/2011-05/msg01116.html Jung-uk Kim From owner-svn-ports-head@freebsd.org Mon Sep 25 21:51:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98251E2518D; Mon, 25 Sep 2017 21:51: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 614386B004; Mon, 25 Sep 2017 21:51: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 v8PLpG99074540; Mon, 25 Sep 2017 21:51:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PLpGGv074538; Mon, 25 Sep 2017 21:51:16 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709252151.v8PLpGGv074538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 25 Sep 2017 21:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450637 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 450637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 21:51:17 -0000 Author: gerald Date: Mon Sep 25 21:51:16 2017 New Revision: 450637 URL: https://svnweb.freebsd.org/changeset/ports/450637 Log: Update to the 20170924 snapshot of GCC 8. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Mon Sep 25 21:39:29 2017 (r450636) +++ head/lang/gcc8-devel/Makefile Mon Sep 25 21:51:16 2017 (r450637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20170917 +PORTVERSION= 8.0.0.s20170924 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Mon Sep 25 21:39:29 2017 (r450636) +++ head/lang/gcc8-devel/distinfo Mon Sep 25 21:51:16 2017 (r450637) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505689904 -SHA256 (gcc-8-20170917.tar.xz) = 7b420017793d4d1dcd0f66e5bed6083bf2560c888a2f59bf58268d6dd104fb76 -SIZE (gcc-8-20170917.tar.xz) = 60015036 +TIMESTAMP = 1506371295 +SHA256 (gcc-8-20170924.tar.xz) = ea9c453e008f2fcca9e3defb4b79b2a9bf58aa251771cae5f2472cd9a9a5d1b3 +SIZE (gcc-8-20170924.tar.xz) = 60085872 From owner-svn-ports-head@freebsd.org Mon Sep 25 22:45:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4416DE25C53; Mon, 25 Sep 2017 22:45:09 +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 06EDC6C630; Mon, 25 Sep 2017 22:45:08 +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 v8PMj8um096567; Mon, 25 Sep 2017 22:45:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PMj88O096566; Mon, 25 Sep 2017 22:45:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709252245.v8PMj88O096566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Sep 2017 22:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450638 - head/Mk/Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/Mk/Scripts X-SVN-Commit-Revision: 450638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 22:45:09 -0000 Author: mat Date: Mon Sep 25 22:45:08 2017 New Revision: 450638 URL: https://svnweb.freebsd.org/changeset/ports/450638 Log: Remove a useless block in the shebang checks. * Once upon a time, we checked all of STAGEDIR/PREFIX's executable files. * We then decided too many false positives were found, so we switched to only checking executable files in bin/sbin/libexec/www, and also symlinks that were in there. * And then, we decided to go back to check all of STAGEDIR/PREFIX's executable files, but forgot to remove the checks for symlinks (which are now useless because we already check all the executable files.) Reported by: lifanov Sponsored by: Absolight Modified: head/Mk/Scripts/qa.sh (contents, props changed) Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Sep 25 21:51:16 2017 (r450637) +++ head/Mk/Scripts/qa.sh Mon Sep 25 22:45:08 2017 (r450638) @@ -105,26 +105,6 @@ shebang() { -type f -perm +111 2>/dev/null) EOF - # Split stat(1) result into 2 lines and read each line separately to - # retain spaces in filenames. - while read l; do - # No results presents a blank line - [ -z "${l}" ] && continue - read link - - case "${link}" in - /*) f="${STAGEDIR}${link}" ;; - *) f="${l%/*}/${link}" ;; - esac - if [ -f "${f}" ]; then - shebangonefile "${f}" || rc=1 - fi - # Use heredoc to avoid losing rc from find|while subshell - done <<-EOF - $(find ${STAGEDIR}${PREFIX} \ - -type l -exec stat -f "%N${LF}%Y" {} + 2>/dev/null) - EOF - return ${rc} } From owner-svn-ports-head@freebsd.org Mon Sep 25 22:49:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6DDE25C9C; Mon, 25 Sep 2017 22:49:42 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4D66C761; Mon, 25 Sep 2017 22:49:42 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PMnfB6096821; Mon, 25 Sep 2017 22:49:41 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PMnfhZ096820; Mon, 25 Sep 2017 22:49:41 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201709252249.v8PMnfhZ096820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 25 Sep 2017 22:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450639 - head/sysutils/ansible X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/ansible X-SVN-Commit-Revision: 450639 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 25 Sep 2017 22:49:42 -0000 Author: lifanov Date: Mon Sep 25 22:49:41 2017 New Revision: 450639 URL: https://svnweb.freebsd.org/changeset/ports/450639 Log: fix setting value for ansible_python_interpreter Thanks to mat for fixing qa.sh for this! PR: 222561 Submitted by: gwright@antiope.com Reported by: gwright@antiope.com, Alex Mur (private email) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Mon Sep 25 22:45:08 2017 (r450638) +++ head/sysutils/ansible/Makefile Mon Sep 25 22:49:41 2017 (r450639) @@ -3,7 +3,7 @@ PORTNAME= ansible PORTVERSION?= 2.4.0.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -46,7 +46,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ -e 's|/etc/ansible|${ETCDIR}|g' \ -e 's|/usr/share/ansible|${DATADIR}|g' From owner-svn-ports-head@freebsd.org Tue Sep 26 00:27:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31BBAE2750D; Tue, 26 Sep 2017 00:27:48 +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 EA5C06EA44; Tue, 26 Sep 2017 00:27:47 +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 v8Q0RleZ037534; Tue, 26 Sep 2017 00:27:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q0Rl7W037532; Tue, 26 Sep 2017 00:27:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709260027.v8Q0Rl7W037532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Sep 2017 00:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450640 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 450640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 00:27:48 -0000 Author: jbeich Date: Tue Sep 26 00:27:46 2017 New Revision: 450640 URL: https://svnweb.freebsd.org/changeset/ports/450640 Log: emulators/citra: update to s20170925 Changes: https://github.com/citra-emu/citra/compare/93930a96...fd30d48c Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Mon Sep 25 22:49:41 2017 (r450639) +++ head/emulators/citra/Makefile Tue Sep 26 00:27:46 2017 (r450640) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170924 +PORTVERSION= s20170925 PORTREVISION?= 0 CATEGORIES= emulators @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 93930a96 +GH_TAGNAME= fd30d48c GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:8f15e3f:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-187-gac5484c:fmt/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Mon Sep 25 22:49:41 2017 (r450639) +++ head/emulators/citra/distinfo Tue Sep 26 00:27:46 2017 (r450640) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506261436 -SHA256 (citra-emu-citra-s20170924-93930a96_GH0.tar.gz) = cf23f31ce739b064aa93040e4232a22819200e091b064e9300adb88fa7d1221d -SIZE (citra-emu-citra-s20170924-93930a96_GH0.tar.gz) = 1291911 +TIMESTAMP = 1506381852 +SHA256 (citra-emu-citra-s20170925-fd30d48c_GH0.tar.gz) = 5b1b5f8fef7945faf17a156a8f43cc4500f22ba5949148d84525daf6565877b7 +SIZE (citra-emu-citra-s20170925-fd30d48c_GH0.tar.gz) = 1295493 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-8f15e3f_GH0.tar.gz) = 3e5b184c8d190849374fa426ee6a511f3375682232b46aaa8e060632eaa4cadb From owner-svn-ports-head@freebsd.org Tue Sep 26 01:35:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEB5DE29A35; Tue, 26 Sep 2017 01:35:58 +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 88B2470CFB; Tue, 26 Sep 2017 01:35:58 +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 v8Q1ZvZB066450; Tue, 26 Sep 2017 01:35:57 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q1Zv9t066444; Tue, 26 Sep 2017 01:35:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201709260135.v8Q1Zv9t066444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 26 Sep 2017 01:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450641 - in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Commit-Revision: 450641 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 01:35:58 -0000 Author: feld Date: Tue Sep 26 01:35:56 2017 New Revision: 450641 URL: https://svnweb.freebsd.org/changeset/ports/450641 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.9.2 Changelog: http://forums.plex.tv/discussion/comment/1523751/#Comment_1523751 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver-plexpass/Makefile Tue Sep 26 01:35:56 2017 (r450641) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.9.0.4252 +PORTVERSION= 1.9.2.4285 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= d07c1f408 +PLEX_BUILD= 9f65b88ae USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver-plexpass/distinfo Tue Sep 26 01:35:56 2017 (r450641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505785509 -SHA256 (PlexMediaServer-1.9.0.4252-d07c1f408-freebsd-amd64.tar.bz2) = 94bf4feebf4e8229c0dcfb2d69eece37ec5d478dbabf1bdbaede84f7a6afa836 -SIZE (PlexMediaServer-1.9.0.4252-d07c1f408-freebsd-amd64.tar.bz2) = 85398826 +TIMESTAMP = 1506377771 +SHA256 (PlexMediaServer-1.9.2.4285-9f65b88ae-freebsd-amd64.tar.bz2) = a27cfd6dd5bcf830c28fee2ca0f527bd4a1f474094d360239b1763790150d52f +SIZE (PlexMediaServer-1.9.2.4285-9f65b88ae-freebsd-amd64.tar.bz2) = 85376575 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Sep 26 01:35:56 2017 (r450641) @@ -1457,8 +1457,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone5-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-30205f137753d0a20df0-plex-3.20.5-d2e4fde.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-e9cc46758dcf94ba1c5e-plex-3.20.5-d2e4fde.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-d7947b2fee1af32eaaf2-plex-3.20.8-3826ed9.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-3ac296738498f2e339a6-plex-3.20.8-3826ed9.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.8883144fb7acc2430ef50eda6c1a41c8.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.3a6aa4986f36a5810792d74118deda14.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver/Makefile Tue Sep 26 01:35:56 2017 (r450641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.8.4.4249 +PORTVERSION?= 1.9.2.4285 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ @@ -12,7 +12,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 3497d6779 +PLEX_BUILD?= 9f65b88ae NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver/distinfo Tue Sep 26 01:35:56 2017 (r450641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504832306 -SHA256 (PlexMediaServer-1.8.4.4249-3497d6779-freebsd-amd64.tar.bz2) = d48c43ead970a7c227e49cc8db741609298edce16b765e62e9a738327876d47e -SIZE (PlexMediaServer-1.8.4.4249-3497d6779-freebsd-amd64.tar.bz2) = 85403266 +TIMESTAMP = 1506377771 +SHA256 (PlexMediaServer-1.9.2.4285-9f65b88ae-freebsd-amd64.tar.bz2) = a27cfd6dd5bcf830c28fee2ca0f527bd4a1f474094d360239b1763790150d52f +SIZE (PlexMediaServer-1.9.2.4285-9f65b88ae-freebsd-amd64.tar.bz2) = 85376575 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Tue Sep 26 00:27:46 2017 (r450640) +++ head/multimedia/plexmediaserver/pkg-plist Tue Sep 26 01:35:56 2017 (r450641) @@ -1457,8 +1457,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone5-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-30205f137753d0a20df0-plex-3.20.5-d2e4fde.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-e9cc46758dcf94ba1c5e-plex-3.20.5-d2e4fde.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-d7947b2fee1af32eaaf2-plex-3.20.8-3826ed9.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-3ac296738498f2e339a6-plex-3.20.8-3826ed9.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.8883144fb7acc2430ef50eda6c1a41c8.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.3a6aa4986f36a5810792d74118deda14.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html From owner-svn-ports-head@freebsd.org Tue Sep 26 04:56:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF40E2EECA; Tue, 26 Sep 2017 04:56:07 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B90D176326; Tue, 26 Sep 2017 04:56:07 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q4u7rZ050065; Tue, 26 Sep 2017 04:56:07 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q4u4td050042; Tue, 26 Sep 2017 04:56:04 GMT (envelope-from rodrigc@FreeBSD.org) Message-Id: <201709260456.v8Q4u4td050042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f From: Craig Rodrigues Date: Tue, 26 Sep 2017 04:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450642 - in head/devel: . buildbot buildbot-console-view buildbot-pkg buildbot-waterfall-view buildbot-worker buildbot-worker/files buildbot-www buildbot/files py-buildbot-grid-view X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigc X-SVN-Commit-Paths: in head/devel: . buildbot buildbot-console-view buildbot-pkg buildbot-waterfall-view buildbot-worker buildbot-worker/files buildbot-www buildbot/files py-buildbot-grid-view X-SVN-Commit-Revision: 450642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 04:56:08 -0000 Author: rodrigc (src committer) Date: Tue Sep 26 04:56:04 2017 New Revision: 450642 URL: https://svnweb.freebsd.org/changeset/ports/450642 Log: devel/buildbot*: Update to 0.9.11, Add buildbot-grid-view * Update to buildbot 0.9.11 * Add required devel/py-buildbot-grid-view dependency * Clean up stuff from individual Makefiles that was copy/pasted from the main buildbot Makefile * buildbot-www, buildbot-grid-view, buildbot-console-view, buildbot-waterfall-view cannot be tested outside of buildbot, so remove stuff from their Makefiles to simplify. Reviewed_by: koobs, asomers, sunpoet Approved by: grembo Differential_Revision: https://reviews.freebsd.org/D12479 Added: head/devel/py-buildbot-grid-view/ head/devel/py-buildbot-grid-view/Makefile (contents, props changed) head/devel/py-buildbot-grid-view/distinfo (contents, props changed) head/devel/py-buildbot-grid-view/pkg-descr (contents, props changed) Deleted: head/devel/buildbot/files/patch-buildbot-secrets Modified: head/devel/Makefile head/devel/buildbot-console-view/Makefile head/devel/buildbot-console-view/distinfo head/devel/buildbot-console-view/pkg-descr head/devel/buildbot-pkg/Makefile head/devel/buildbot-pkg/distinfo head/devel/buildbot-pkg/pkg-descr head/devel/buildbot-waterfall-view/Makefile head/devel/buildbot-waterfall-view/distinfo head/devel/buildbot-waterfall-view/pkg-descr head/devel/buildbot-worker/Makefile head/devel/buildbot-worker/distinfo head/devel/buildbot-worker/files/patch-setup.py head/devel/buildbot-worker/pkg-descr head/devel/buildbot-www/Makefile head/devel/buildbot-www/distinfo head/devel/buildbot-www/pkg-descr head/devel/buildbot/Makefile head/devel/buildbot/distinfo head/devel/buildbot/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -4259,6 +4259,7 @@ SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-bsd + SUBDIR += py-buildbot-grid-view SUBDIR += py-cached-property SUBDIR += py-cachetools SUBDIR += py-calendar Modified: head/devel/buildbot-console-view/Makefile ============================================================================== --- head/devel/buildbot-console-view/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-console-view -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,12 @@ COMMENT= Continuous Integration Framework (Console Vie LICENSE= GPLv2 -MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -BUILD_DEPENDS= ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} -TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ - ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ - ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq +BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg +RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -USES= python:-2.7 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|/usr/bin/python|${PYTHON_CMD}|g' - @${FIND} ${WRKSRC} -name \*.bak -delete - -do-test: - @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot-console-view/distinfo ============================================================================== --- head/devel/buildbot-console-view/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051930 -SHA256 (buildbot-console-view-0.9.10.tar.gz) = ca62780a7405df761fa2d80019890c8b25d79f6b716df26fbc4ce257a21f762e -SIZE (buildbot-console-view-0.9.10.tar.gz) = 640908 +TIMESTAMP = 1506179816 +SHA256 (buildbot-console-view-0.9.11.tar.gz) = a0467c096971178462dc18b6a652b53485d1ad0f2791c19f6026a432a07d9d9b +SIZE (buildbot-console-view-0.9.11.tar.gz) = 640623 Modified: head/devel/buildbot-console-view/pkg-descr ============================================================================== --- head/devel/buildbot-console-view/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Console View Plugin for BuildBot. For the buildmaster, -install the devel/buildbot port +install the devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-pkg/Makefile ============================================================================== --- head/devel/buildbot-pkg/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-pkg -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,9 @@ COMMENT= Continuous Integration Framework (packaging) LICENSE= GPLv2 -MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot -BUILD_DEPENDS= ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} -TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ - ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ - ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq - -USES= python:-2.7 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|/usr/bin/python|${PYTHON_CMD}|g' - @${FIND} ${WRKSRC} -name \*.bak -delete - -do-test: - @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot-pkg/distinfo ============================================================================== --- head/devel/buildbot-pkg/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051931 -SHA256 (buildbot-pkg-0.9.10.tar.gz) = 6eecdde02f98be469ec9fde47c55fe64ca04eec764a4729be2ff4faa892532d8 -SIZE (buildbot-pkg-0.9.10.tar.gz) = 4422 +TIMESTAMP = 1506179823 +SHA256 (buildbot-pkg-0.9.11.tar.gz) = 6328abfa68efba299d0309a88b8de40d71d1da4d7bc9148476fed8f393e407be +SIZE (buildbot-pkg-0.9.11.tar.gz) = 4420 Modified: head/devel/buildbot-pkg/pkg-descr ============================================================================== --- head/devel/buildbot-pkg/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Web UI part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-waterfall-view/Makefile ============================================================================== --- head/devel/buildbot-waterfall-view/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-waterfall-view -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,12 @@ COMMENT= Continuous Integration Framework (Waterfall V LICENSE= GPLv2 -MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -BUILD_DEPENDS= ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} -TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ - ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ - ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq +BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg +RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -USES= python:-2.7 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|/usr/bin/python|${PYTHON_CMD}|g' - @${FIND} ${WRKSRC} -name \*.bak -delete - -do-test: - @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot-waterfall-view/distinfo ============================================================================== --- head/devel/buildbot-waterfall-view/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051937 -SHA256 (buildbot-waterfall-view-0.9.10.tar.gz) = c2768391d7eb92e550afe4210e3cba7b69b34a7c9a27d333582f2a04b0f8b030 -SIZE (buildbot-waterfall-view-0.9.10.tar.gz) = 714260 +TIMESTAMP = 1506179833 +SHA256 (buildbot-waterfall-view-0.9.11.tar.gz) = 54e36f8d02be7c046510173f7adb14e3eaeb912e0f41f1b7784e2ac0744799c1 +SIZE (buildbot-waterfall-view-0.9.11.tar.gz) = 713915 Modified: head/devel/buildbot-waterfall-view/pkg-descr ============================================================================== --- head/devel/buildbot-waterfall-view/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Waterfall View Plugin for BuildBot. For the buildmaster, -install the devel/buildbot port +install the devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-worker/Makefile ============================================================================== --- head/devel/buildbot-worker/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-worker -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -14,11 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted - TEST_DEPENDS= trial:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -USES= python:-2.7 +USES= python:2.7 USE_PYTHON= autoplist distutils USE_RC_SUBR= buildbot-worker @@ -32,6 +31,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-test: - @cd ${WRKSRC} && trial buildbot_worker.test + ${MKDIR} ${WRKDIR}/tmp + cd ${WRKDIR}/tmp && ${PYTHON_CMD} -m twisted.trial buildbot_worker.test .include Modified: head/devel/buildbot-worker/distinfo ============================================================================== --- head/devel/buildbot-worker/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051939 -SHA256 (buildbot-worker-0.9.10.tar.gz) = 1793631d74629cd73bc0df1fadf28fb34d87e63aa72cba82058122bde165a824 -SIZE (buildbot-worker-0.9.10.tar.gz) = 99028 +TIMESTAMP = 1506179860 +SHA256 (buildbot-worker-0.9.11.tar.gz) = 4254bf964465acb6586fda36b26a424466a265b6a5259138cf4fa63a1e9f6851 +SIZE (buildbot-worker-0.9.11.tar.gz) = 100746 Modified: head/devel/buildbot-worker/files/patch-setup.py ============================================================================== --- head/devel/buildbot-worker/files/patch-setup.py Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/files/patch-setup.py Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ ---- setup.py.orig 2017-02-08 10:06:13.000000000 +0100 -+++ setup.py 2017-03-07 15:28:03.225761995 +0100 -@@ -104,9 +104,6 @@ +--- setup.py.orig 2017-07-01 19:16:48 UTC ++++ setup.py +@@ -106,9 +106,6 @@ setup_args = { "buildbot_worker.test.unit", "buildbot_worker.test.util", ], Modified: head/devel/buildbot-worker/pkg-descr ============================================================================== --- head/devel/buildbot-worker/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the worker part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-www/Makefile ============================================================================== --- head/devel/buildbot-www/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-www -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,31 +11,17 @@ COMMENT= Continuous Integration Framework (WWW) LICENSE= GPLv2 -MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \ +BUILD_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \ buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock -BUILD_DEPENDS= ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} \ - buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \ +RUN_DEPENDS= buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \ + buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \ buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity -TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ - ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ - ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq -USES= python:-2.7 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|/usr/bin/python|${PYTHON_CMD}|g' - @${FIND} ${WRKSRC} -name \*.bak -delete - -do-test: - @cd ${WRKSRC} && trial buildbot .include Modified: head/devel/buildbot-www/distinfo ============================================================================== --- head/devel/buildbot-www/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051917 -SHA256 (buildbot-www-0.9.10.tar.gz) = 9083516d702feefb8b61dd6cb351a54163f3b2d4f34b14071f77f2f550de9bf6 -SIZE (buildbot-www-0.9.10.tar.gz) = 693452 +TIMESTAMP = 1506180945 +SHA256 (buildbot-www-0.9.11.tar.gz) = af01216d543eddba0772e55a0a97a2a1d0a9b0fddc1c87dd59b449b4818893db +SIZE (buildbot-www-0.9.11.tar.gz) = 687664 Modified: head/devel/buildbot-www/pkg-descr ============================================================================== --- head/devel/buildbot-www/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Web UI part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -24,13 +24,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:de ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq -TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ +TEST_DEPENDS= buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ + buildbot-www>=${PORTVERSION}:devel/buildbot-www \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 +USES= python:2.7 USE_RC_SUBR= buildbot -USES= python:-2.7 USE_PYTHON= autoplist distutils SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} @@ -43,6 +43,7 @@ post-patch: @${FIND} ${WRKSRC} -name \*.bak -delete do-test: - @cd ${WRKSRC} && trial buildbot + ${MKDIR} ${WRKDIR}/tmp + cd ${WRKDIR}/tmp && ${PYTHON_CMD} -m twisted.trial buildbot.test .include Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051787 -SHA256 (buildbot-0.9.10.tar.gz) = 8c5ed75f3f16f4ff0f2c9e3f9b091acb5e6e1c0ef68ffa8f687a55413a833143 -SIZE (buildbot-0.9.10.tar.gz) = 3112750 +TIMESTAMP = 1506179805 +SHA256 (buildbot-0.9.11.tar.gz) = 9be352c0aab5d1520fedac8d6b19aadda4f48763ac7f72bb00e5f8cc51107ee8 +SIZE (buildbot-0.9.11.tar.gz) = 3096455 Modified: head/devel/buildbot/pkg-descr ============================================================================== --- head/devel/buildbot/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -17,6 +17,6 @@ their time with. Developers get immediate (and potenti about their changes, encouraging them to be more careful about testing before checkin. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Added: head/devel/py-buildbot-grid-view/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= buildbot-grid-view +PORTVERSION= 0.9.11 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= rodrigc@FreeBSD.org +COMMENT= Continuous Integration Framework (Grid View) + +LICENSE= GPLv2 + +BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg +RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg + +USES= python:2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-buildbot-grid-view/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506180944 +SHA256 (buildbot-grid-view-0.9.11.tar.gz) = f93088ba6ac063c4bd7400b2477c94e86a7531fc614c3965c18914dcc701812b +SIZE (buildbot-grid-view-0.9.11.tar.gz) = 638818 Added: head/devel/py-buildbot-grid-view/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,6 @@ +This port is the Grid View Plugin for BuildBot. For the buildmaster, +install the devel/buildbot port. + +For more information, please see: https://buildbot.net/trac + +WWW: https://buildbot.net From owner-svn-ports-head@freebsd.org Tue Sep 26 06:28:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B13CE0098C; Tue, 26 Sep 2017 06:28:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECD17CFF8; Tue, 26 Sep 2017 06:28:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPS id 09da25c3 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 26 Sep 2017 06:28:08 +0000 (UTC) Date: Tue, 26 Sep 2017 06:28:08 +0000 From: Pietro Cerutti To: Marius Strobl Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450633 - head/misc/freebsd-release-manifests Message-ID: <20170926062808.ltg7lkkbdxpbqreh@ptrcrt.ch> Reply-To: Pietro Cerutti References: <201709252052.v8PKq5pD049144@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cln5q43ggijyrzdq" Content-Disposition: inline In-Reply-To: <201709252052.v8PKq5pD049144@repo.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; get=; get= OpenPGP: id=A192089E; url=https://gahr.ch/pgp/0xADD0D38EA192089E.txt; url=https://keybase.io/gahr/key.asc User-Agent: NeoMutt/20170912-25-6a501c X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 06:28:13 -0000 --cln5q43ggijyrzdq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sep 25 17 20:52, Marius Strobl wrote: > Author: marius > Date: Mon Sep 25 20:52:05 2017 > New Revision: 450633 > URL: https://svnweb.freebsd.org/changeset/ports/450633 >=20 > Log: > Add 10.4-RC2 checksums. > =20 > Approved by: bdrewery (maintainer, implicit, re@ blanket) >=20 > Added: > head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 (contents, p= rops changed) > head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 (contents, pro= ps changed) > head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 (contents, pro= ps changed) > head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 (content= s, props changed) > head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 (conte= nts, props changed) > head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 (content= s, props changed) These should go in files/MANIFESTS. Plist is currently broken. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org --cln5q43ggijyrzdq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJiBAABCgBMFiEE2m3hBqW4VLhd2G1JrdDTjqGSCJ4FAlnJ83QuFIAAAAAAFQAQ cGthLWFkZHJlc3NAZ251cGcub3JnZ2FockBGcmVlQlNELm9yZwAKCRCt0NOOoZII npL4D/4qYvGr7OXXIU0kisPY99AmSJf+zUYNi/TPvUyqLCXWIGmTmkFgR+Ug03ON mGdMGkZytrLqevwJLtpmlZ1VW92wLffqePNRKOEsqNRfcoG3WVTatrF2N0O9+sJu 53mkJ4ugfiXqyvS46DUbcC5GDJV2Q9v2yQ+OqfdoJwODmAZj7Scb1vuJJ6zdIQ22 rp3X+0n9AAmLr7gUafFvOiihrbzwhsCsHLZXQJoIl9RngfnD9JiD2klqYgNVrbsx mMlcRe65/+Zm2J0j1y2eYSUHoOQNiRFFIDB3ygcVFwlWCeIZMpzLmGkGeFx7MlXX 5h4ydwRINixTfi+P/VrQyhj1zugIelumX/lx/IM5v10tW74sD8OB6zV10Qas4cOS c9qXpJHpEEYKVDpNq93bz0uWXQ8W61/jV5gZuRAFmSrdhnWo+TjE8gPGGLOBgu6l DCijwFFvhVy1q52cegcCtpqlWl8tJbODNEKo8SCqWJc0UemapuhgHz2jJXec09q5 7C1JeKsCGV4MHc/Wu1thXscROkuYcHGa9NLojf4T4L8SJUN2Ea+THq9o+ne9HWZQ DY70VZwTs11jCSYGFiOUHrbK9pnUKbF2mmFO6jMha2L9L9VnbDL6xM0QX1U3ZqUl AQvhuwsLwUL6z2KQ662Qr2XwkYPJ275hE4906KcBooZO5vW5fg== =qigm -----END PGP SIGNATURE----- --cln5q43ggijyrzdq-- From owner-svn-ports-head@freebsd.org Tue Sep 26 06:39:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 168C7E00F13; Tue, 26 Sep 2017 06:39:32 +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 E49667D58B; Tue, 26 Sep 2017 06:39:31 +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 v8Q6dVL3090713; Tue, 26 Sep 2017 06:39:31 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q6dUmr090706; Tue, 26 Sep 2017 06:39:30 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201709260639.v8Q6dUmr090706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 26 Sep 2017 06:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450643 - in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 450643 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 06:39:32 -0000 Author: ohauer Date: Tue Sep 26 06:39:30 2017 New Revision: 450643 URL: https://svnweb.freebsd.org/changeset/ports/450643 Log: - move files to correct location Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RC2 - copied unchanged from r450642, head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 Deleted: head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2 head/misc/freebsd-release-manifests/i386-i386-10.4-RC2 head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2 head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2 head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2 head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2 Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/amd64-amd64-10.4-RC2) @@ -0,0 +1,7 @@ +base.txz e67bd0203570ee26cee531eae4eadabbbb1609da192a8359eaa49001ff29d947 20271 base "Base system (MANDATORY)" on +doc.txz f391874c33da83047eaa2b09e172803efd8a26c336194acecc8b19ffd14ccec7 121 doc "Additional documentation" off +games.txz 56ac3ea8b7f1023b3fdf46ab456f9c90108d098a86f872a3f2139e639d1e2203 53 games "Games (fortune, etc.)" on +kernel.txz 8f79b4f5e2c604241c0251cb5a5da737d750299d372c858f8557c21eedc9f747 1574 kernel "Kernel (MANDATORY)" on +lib32.txz 0319a5b1d46e6ab2096d3c5c503d799cb4cfbf8e8e605d4591269b592076ff07 687 lib32 "32-bit compatibility libraries" on +ports.txz f65401979d69ba47c93037013e862bde3b189b424d3d593d590fd215d5ff3736 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/i386-i386-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/i386-i386-10.4-RC2) @@ -0,0 +1,6 @@ +base.txz 3a5b14dd0961ad99d2314963f35e726566252d1bd1ca27dbc1156af684fb44d3 20285 base "Base system (MANDATORY)" on +doc.txz 7645ce68314613e365a2ef95f6cf1232e11344708850046dec5abefa99d8e2df 121 doc "Additional documentation" off +games.txz 32a26e7646b5e4fd477d916baafaa73d03a23d62664ae2c1793ea5a14fd7b12a 53 games "Games (fortune, etc.)" on +kernel.txz a1daed629e6166311ffc00eb98292d304446fe3b8b8f52ee15abd6452be4ff98 1610 kernel "Kernel (MANDATORY)" on +ports.txz 919b7f01cf1d9c7ad4d9cf54167eacb0daa7058bb8db0581efb398560239d098 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/ia64-ia64-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/ia64-ia64-10.4-RC2) @@ -0,0 +1,6 @@ +base.txz 7b1e613a2a82c601a6bffddc5341785cf52032d1a3f1f53fef0966bb2f3f0c8a 20273 base "Base system (MANDATORY)" on +doc.txz ee405511ab1b34e3327caa112b3e1add0ac36f6e30bcfa7846cb579493adfd37 121 doc "Additional documentation" off +games.txz 078185438ba11bcdb8f15f60aef0bb940bf0fe18448dfb52081de5da33e77f52 53 games "Games (fortune, etc.)" on +kernel.txz 32b41bc98b72e1363509627b6416db52ac1df02be486615d5c0b6b2ab5593cff 1087 kernel "Kernel (MANDATORY)" on +ports.txz c2bf066fb201c07a619cd1602d6ce17cc1a92f2b270f27770a14a624c7ac98ae 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/powerpc-powerpc-10.4-RC2) @@ -0,0 +1,6 @@ +base.txz b5838aab23b9e56ba2bad9d4e2d23d125fa641642be2097ac1ae08ab45a156a3 20369 base "Base system (MANDATORY)" on +doc.txz da91acd158f696628c3fb0a086060003da5e4a7994896de018b9630b683a2cdd 121 doc "Additional documentation" off +games.txz 3a1db905f21326c4295a901d0c4648e7be17ec6cb1e256143d9296dd4148deec 53 games "Games (fortune, etc.)" on +kernel.txz 227d9a79c6474168d81dd51bd21ba29a7b6594aaa72a03f8d4746e93dc651506 1039 kernel "Kernel (MANDATORY)" on +ports.txz eee45b242a67c8d448ba55ee1b3f0566be3f8357d43e248b3ae0ac79191cc986 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/powerpc-powerpc64-10.4-RC2) @@ -0,0 +1,7 @@ +base.txz a9abee0d023b6a36c85818d475dd6c6d30053fbef15ed2608b195906104b9083 20387 base "Base system (MANDATORY)" on +doc.txz 11edec7333a6203f1c06ef3de0e9c4d221ef74fd2dbdf0f8ba1cd0677d5e6396 121 doc "Additional documentation" off +games.txz 49c7c50745b948ed798634168ae442ea6bbf98b11a0d2d099e668e3ffe941994 53 games "Games (fortune, etc.)" on +kernel.txz d8a36eb4c506a486bfa7e33d61067ba24db8ce4365d07568e84a7988d54329ad 1261 kernel "Kernel (MANDATORY)" on +lib32.txz dd49c2ae27b763471fb722bd317b9cb5999d8aa2a58e58104a8c8295410a88b5 684 lib32 "32-bit compatibility libraries" on +ports.txz 4666506a6ee431c63b5146096985e193a665e5ead0c30e0b965882dde9723137 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off Copied: head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RC2 (from r450642, head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-10.4-RC2 Tue Sep 26 06:39:30 2017 (r450643, copy of r450642, head/misc/freebsd-release-manifests/sparc64-sparc64-10.4-RC2) @@ -0,0 +1,6 @@ +base.txz 5ec96c79bed0a9b204df3db45f515b8fd35be4bf2f094e54611264e0ccd54ca2 20339 base "Base system (MANDATORY)" on +doc.txz 288560e1ab49939b9929dd1859192f5cc3ecf83086ccabaca63d1a7d9281100f 121 doc "Additional documentation" off +games.txz fd1836a10db032701ba2ae9432bfd1745abe7632c669a96dae0d7b71598d0e1f 53 games "Games (fortune, etc.)" on +kernel.txz 99f4a33c92867be3105bfab28e66d9faca5e21dd398cd407ddb25255451d7989 1043 kernel "Kernel (MANDATORY)" on +ports.txz 4e8e1500b8bec79030bc2a9363a4d6bd02210d6ff7a68f7c27ccd0169833907d 166796 ports "Ports tree" on +src.txz 1d3c640d9b9fdb10df399c9ca3520aae11fecae1bfb7a9609bd7011bc3f74933 71851 src "System source code" off From owner-svn-ports-head@freebsd.org Tue Sep 26 06:43:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85A28E010DB; Tue, 26 Sep 2017 06:43:09 +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 51FD87D8EE; Tue, 26 Sep 2017 06:43:09 +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 v8Q6h8sB094792; Tue, 26 Sep 2017 06:43:08 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q6h8wm094790; Tue, 26 Sep 2017 06:43:08 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201709260643.v8Q6h8wm094790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 26 Sep 2017 06:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450644 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 450644 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 06:43:09 -0000 Author: ohauer Date: Tue Sep 26 06:43:08 2017 New Revision: 450644 URL: https://svnweb.freebsd.org/changeset/ports/450644 Log: - update to 3.3-20170924 Changelog: 20170923 Bugfix (introduced: Postfix 3.2): panic in the postqueue command after output write error while listing the queue. This change restores a write error check that was lost with the Postfix 3.2.2 rewrite of the vbuf_print formatter. Problem reported by Andreas Schulze. File: util/vbuf_print.c. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Sep 26 06:39:30 2017 (r450643) +++ head/mail/postfix-current/Makefile Tue Sep 26 06:43:08 2017 (r450644) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.3-20170910 -PORTREVISION?= 1 +DISTVERSION= 3.3-20170924 +PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue Sep 26 06:39:30 2017 (r450643) +++ head/mail/postfix-current/distinfo Tue Sep 26 06:43:08 2017 (r450644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505063460 -SHA256 (postfix/postfix-3.3-20170910.tar.gz) = d6382513a569ea28139d174d90f55df2e89ef3f19dff693d926db17d3524e778 -SIZE (postfix/postfix-3.3-20170910.tar.gz) = 4397230 +TIMESTAMP = 1506256380 +SHA256 (postfix/postfix-3.3-20170924.tar.gz) = b9b8a2dd43cf1ae0002d815946d1f765b775a983ccf3bfbe7c2cae43e3677032 +SIZE (postfix/postfix-3.3-20170924.tar.gz) = 4397375 From owner-svn-ports-head@freebsd.org Tue Sep 26 06:44:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 950C9E011C3; Tue, 26 Sep 2017 06:44:23 +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 626F67DAA6; Tue, 26 Sep 2017 06:44:23 +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 v8Q6iMCP094974; Tue, 26 Sep 2017 06:44:22 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q6iMUw094972; Tue, 26 Sep 2017 06:44:22 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201709260644.v8Q6iMUw094972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 26 Sep 2017 06:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450645 - head/mail/postfix X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix X-SVN-Commit-Revision: 450645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 06:44:23 -0000 Author: ohauer Date: Tue Sep 26 06:44:22 2017 New Revision: 450645 URL: https://svnweb.freebsd.org/changeset/ports/450645 Log: - update to 3.2.3 Changelog: 20170620 Bugfix (introduced: Postfix 3.2) extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. Files: global/mail_adr_crunch.c, global/mail_addr_crunch.ref. 20170910 Safety: restore sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2.2 rewrite of the vbuf_print formatter. File: vbuf_print.c. 20170923 Bugfix (introduced: Postfix 3.2): panic in the postqueue command after output write error while listing the queue. This change restores a write error check that was lost with the Postfix 3.2.2 rewrite of the vbuf_print formatter. Problem reported by Andreas Schulze. File: util/vbuf_print.c. Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Tue Sep 26 06:43:08 2017 (r450644) +++ head/mail/postfix/Makefile Tue Sep 26 06:44:22 2017 (r450645) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.2.2 -PORTREVISION?= 1 +PORTVERSION= 3.2.3 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Tue Sep 26 06:43:08 2017 (r450644) +++ head/mail/postfix/distinfo Tue Sep 26 06:44:22 2017 (r450645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497386094 -SHA256 (postfix/postfix-3.2.2.tar.gz) = d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576 -SIZE (postfix/postfix-3.2.2.tar.gz) = 4390318 +TIMESTAMP = 1506256620 +SHA256 (postfix/postfix-3.2.3.tar.gz) = 5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf +SIZE (postfix/postfix-3.2.3.tar.gz) = 4390567 From owner-svn-ports-head@freebsd.org Tue Sep 26 07:40:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFA88E01E09; Tue, 26 Sep 2017 07:40:56 +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 AD4547ED39; Tue, 26 Sep 2017 07:40:56 +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 v8Q7etAm016813; Tue, 26 Sep 2017 07:40:55 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q7et2k016811; Tue, 26 Sep 2017 07:40:55 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201709260740.v8Q7et2k016811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 26 Sep 2017 07:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450646 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 450646 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 07:40:57 -0000 Author: lwhsu Date: Tue Sep 26 07:40:55 2017 New Revision: 450646 URL: https://svnweb.freebsd.org/changeset/ports/450646 Log: - Update to 2.80 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Sep 26 06:44:22 2017 (r450645) +++ head/devel/jenkins/Makefile Tue Sep 26 07:40:55 2017 (r450646) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.79 +PORTVERSION= 2.80 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Sep 26 06:44:22 2017 (r450645) +++ head/devel/jenkins/distinfo Tue Sep 26 07:40:55 2017 (r450646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506182802 -SHA256 (jenkins/2.79/jenkins.war) = 9c1047774d648f65e34bb3cbdc92e2a297b0b512f749021eebe38c9faac4a7e3 -SIZE (jenkins/2.79/jenkins.war) = 73097791 +TIMESTAMP = 1506411531 +SHA256 (jenkins/2.80/jenkins.war) = 69a84b894ad03518a66ffef6f63e289476a35a15e0ff186f0ab70f17b87a2a88 +SIZE (jenkins/2.80/jenkins.war) = 73094442 From owner-svn-ports-head@freebsd.org Tue Sep 26 07:41:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 774F9E01E80; Tue, 26 Sep 2017 07:41:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4502A7EE88; Tue, 26 Sep 2017 07:41:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q7fYGI016958; Tue, 26 Sep 2017 07:41:34 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q7fYdA016956; Tue, 26 Sep 2017 07:41:34 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201709260741.v8Q7fYdA016956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 26 Sep 2017 07:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450647 - head/security/clusterssh X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/clusterssh X-SVN-Commit-Revision: 450647 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 07:41:35 -0000 Author: ehaupt Date: Tue Sep 26 07:41:34 2017 New Revision: 450647 URL: https://svnweb.freebsd.org/changeset/ports/450647 Log: - Use DISTVERSIONPREFIX instead of GH_TAGNAME - Take maintainership Approved by: lx (maintainer) Modified: head/security/clusterssh/Makefile head/security/clusterssh/distinfo Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Tue Sep 26 07:40:55 2017 (r450646) +++ head/security/clusterssh/Makefile Tue Sep 26 07:41:34 2017 (r450647) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= clusterssh +DISTVERSIONPREFIX= release- DISTVERSION= 4.10_02 +PORTREVISION= 1 CATEGORIES= security net -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controls multiple hosts simultaneously via xterms and ssh LICENSE= GPLv2 @@ -41,7 +43,6 @@ USE_GITHUB= yes USE_PERL5= modbuild GH_ACCOUNT= duncs -GH_TAGNAME= 4665a23 OPTIONS_SUB= yes OPTIONS_DEFINE= BASH Modified: head/security/clusterssh/distinfo ============================================================================== --- head/security/clusterssh/distinfo Tue Sep 26 07:40:55 2017 (r450646) +++ head/security/clusterssh/distinfo Tue Sep 26 07:41:34 2017 (r450647) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506342329 -SHA256 (duncs-clusterssh-4.10_02-4665a23_GH0.tar.gz) = 9445cfcf934f38756c265ba539fafe635bd08e130bb44048095a4687bcee08cf -SIZE (duncs-clusterssh-4.10_02-4665a23_GH0.tar.gz) = 73553 +TIMESTAMP = 1506408903 +SHA256 (duncs-clusterssh-release-4.10_02_GH0.tar.gz) = 54ccc4e566120e991caec9c63652dec97894cd7ffcb5418ef1dbd2e6113f169a +SIZE (duncs-clusterssh-release-4.10_02_GH0.tar.gz) = 83066 From owner-svn-ports-head@freebsd.org Tue Sep 26 08:10:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E027BE0277E; Tue, 26 Sep 2017 08:10:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF2D27F986; Tue, 26 Sep 2017 08:10:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q8AvLx027930; Tue, 26 Sep 2017 08:10:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q8Av8c027928; Tue, 26 Sep 2017 08:10:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709260810.v8Q8Av8c027928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 26 Sep 2017 08:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450648 - head/net-im/py-fbmq X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net-im/py-fbmq X-SVN-Commit-Revision: 450648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 08:10:59 -0000 Author: olgeni Date: Tue Sep 26 08:10:57 2017 New Revision: 450648 URL: https://svnweb.freebsd.org/changeset/ports/450648 Log: Update net-im/py-fbmq to version 2.3.1. Modified: head/net-im/py-fbmq/Makefile head/net-im/py-fbmq/distinfo Modified: head/net-im/py-fbmq/Makefile ============================================================================== --- head/net-im/py-fbmq/Makefile Tue Sep 26 07:41:34 2017 (r450647) +++ head/net-im/py-fbmq/Makefile Tue Sep 26 08:10:57 2017 (r450648) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fbmq -PORTVERSION= 2.1.0 +PORTVERSION= 2.3.1 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-fbmq/distinfo ============================================================================== --- head/net-im/py-fbmq/distinfo Tue Sep 26 07:41:34 2017 (r450647) +++ head/net-im/py-fbmq/distinfo Tue Sep 26 08:10:57 2017 (r450648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501663948 -SHA256 (fbmq-2.1.0.tar.gz) = 64c81605158ca4cb2da85f1ca11186d78c9ea066e32d60305245fdaa09a76163 -SIZE (fbmq-2.1.0.tar.gz) = 5544 +TIMESTAMP = 1506412442 +SHA256 (fbmq-2.3.1.tar.gz) = 1dd8bf49a0d85ea397e4afbc7c0f6fbccaafd49d0c776357bb187430b627b4c4 +SIZE (fbmq-2.3.1.tar.gz) = 5818 From owner-svn-ports-head@freebsd.org Tue Sep 26 08:27:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E32A9E02BC2; Tue, 26 Sep 2017 08:27:57 +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 AFA518009D; Tue, 26 Sep 2017 08:27:57 +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 v8Q8RuXJ035694; Tue, 26 Sep 2017 08:27:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q8RuDt035692; Tue, 26 Sep 2017 08:27:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709260827.v8Q8RuDt035692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 26 Sep 2017 08:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450649 - head/graphics/pdfpc X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/graphics/pdfpc X-SVN-Commit-Revision: 450649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 08:27:58 -0000 Author: bapt Date: Tue Sep 26 08:27:56 2017 New Revision: 450649 URL: https://svnweb.freebsd.org/changeset/ports/450649 Log: Update to 4.0.8-2 Modified: head/graphics/pdfpc/Makefile head/graphics/pdfpc/distinfo Modified: head/graphics/pdfpc/Makefile ============================================================================== --- head/graphics/pdfpc/Makefile Tue Sep 26 08:10:57 2017 (r450648) +++ head/graphics/pdfpc/Makefile Tue Sep 26 08:27:56 2017 (r450649) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pdfpc -PORTVERSION= 4.0.7 -PORTREVISION= 1 +DISTVERSION= 4.0.8-2 CATEGORIES= graphics DISTVERSIONPREFIX= v Modified: head/graphics/pdfpc/distinfo ============================================================================== --- head/graphics/pdfpc/distinfo Tue Sep 26 08:10:57 2017 (r450648) +++ head/graphics/pdfpc/distinfo Tue Sep 26 08:27:56 2017 (r450649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498486264 -SHA256 (pdfpc-pdfpc-v4.0.7_GH0.tar.gz) = 25d5aa2cce344f1554f1f45a7c1f636576587cfd553d75d704e0c95ae3b2a503 -SIZE (pdfpc-pdfpc-v4.0.7_GH0.tar.gz) = 83626 +TIMESTAMP = 1506414416 +SHA256 (pdfpc-pdfpc-v4.0.8-2_GH0.tar.gz) = 5dcd87da548fd1994f97a6b980209c096de0952b375b61524aeb48d2fd3c19a6 +SIZE (pdfpc-pdfpc-v4.0.8-2_GH0.tar.gz) = 91138 From owner-svn-ports-head@freebsd.org Tue Sep 26 09:01:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81879E03A1B; Tue, 26 Sep 2017 09:01: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 4F99A812E6; Tue, 26 Sep 2017 09:01: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 v8Q91wev051195; Tue, 26 Sep 2017 09:01:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q91wss051193; Tue, 26 Sep 2017 09:01:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709260901.v8Q91wss051193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Sep 2017 09:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450650 - head/devel/checkbashisms X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/checkbashisms X-SVN-Commit-Revision: 450650 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 09:01:59 -0000 Author: amdmi3 Date: Tue Sep 26 09:01:58 2017 New Revision: 450650 URL: https://svnweb.freebsd.org/changeset/ports/450650 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/checkbashisms/pkg-descr Modified: head/devel/checkbashisms/pkg-descr ============================================================================== --- head/devel/checkbashisms/pkg-descr Tue Sep 26 08:27:56 2017 (r450649) +++ head/devel/checkbashisms/pkg-descr Tue Sep 26 09:01:58 2017 (r450650) @@ -1,4 +1,4 @@ This script performs basic checks for the presence of bashisms in /bin/sh scripts and the lack of bashisms in /bin/bash ones. -WWW: http://packages.qa.debian.org/d/devscripts.html +WWW: https://packages.qa.debian.org/d/devscripts.html From owner-svn-ports-head@freebsd.org Tue Sep 26 09:02:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A783CE03A2B; Tue, 26 Sep 2017 09:02: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 7474981315; Tue, 26 Sep 2017 09:02: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 v8Q921df051498; Tue, 26 Sep 2017 09:02:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q921tG051497; Tue, 26 Sep 2017 09:02:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709260902.v8Q921tG051497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Sep 2017 09:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450651 - head/audio/gogglesmm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/audio/gogglesmm X-SVN-Commit-Revision: 450651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 09:02:02 -0000 Author: amdmi3 Date: Tue Sep 26 09:02:01 2017 New Revision: 450651 URL: https://svnweb.freebsd.org/changeset/ports/450651 Log: - Update WWW Approved by: portmgr blanket Modified: head/audio/gogglesmm/pkg-descr Modified: head/audio/gogglesmm/pkg-descr ============================================================================== --- head/audio/gogglesmm/pkg-descr Tue Sep 26 09:01:58 2017 (r450650) +++ head/audio/gogglesmm/pkg-descr Tue Sep 26 09:02:01 2017 (r450651) @@ -2,4 +2,4 @@ Goggles Music Manager is a music collection manager an automatically categorizes your music files based on genre, artist, album, and song. It supports gapless playback and features easy tag editing. -WWW: http://gogglesmm.github.io/ +WWW: https://gogglesmm.github.io/ From owner-svn-ports-head@freebsd.org Tue Sep 26 09:43:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E4A7E05072; Tue, 26 Sep 2017 09:43:41 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2180832C8; Tue, 26 Sep 2017 09:43:40 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q9herE069293; Tue, 26 Sep 2017 09:43:40 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q9heY9069292; Tue, 26 Sep 2017 09:43:40 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201709260943.v8Q9heY9069292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Tue, 26 Sep 2017 09:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450652 - head/net/mpd5 X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/net/mpd5 X-SVN-Commit-Revision: 450652 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 09:43:41 -0000 Author: eugen Date: Tue Sep 26 09:43:40 2017 New Revision: 450652 URL: https://svnweb.freebsd.org/changeset/ports/450652 Log: Elaborate license information by changing it to right "BSD3CLAUSE" instead of generic (and not entirely correct in this case) "BSD". PR: 222545 Reported by: Yasuhiro KIMURA Modified: head/net/mpd5/Makefile Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Tue Sep 26 09:02:01 2017 (r450651) +++ head/net/mpd5/Makefile Tue Sep 26 09:43:40 2017 (r450652) @@ -12,7 +12,7 @@ DIST_SUBDIR= mpd5 MAINTAINER= eugen@FreeBSD.org COMMENT= Multi-link PPP daemon based on netgraph(4) -LICENSE= BSD +LICENSE= BSD3CLAUSE OPTIONS_DEFINE= NG_IPACCT NG_IPACCT_DESC= Use ng_ipacct kernel module from port From owner-svn-ports-head@freebsd.org Tue Sep 26 09:56:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9813E05546; Tue, 26 Sep 2017 09:56:53 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73BE9838D6; Tue, 26 Sep 2017 09:56:53 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q9uqgj073437; Tue, 26 Sep 2017 09:56:52 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q9uqQ1073436; Tue, 26 Sep 2017 09:56:52 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201709260956.v8Q9uqQ1073436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 26 Sep 2017 09:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450653 - head/www/novnc-websockify X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/www/novnc-websockify X-SVN-Commit-Revision: 450653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 09:56:53 -0000 Author: araujo Date: Tue Sep 26 09:56:52 2017 New Revision: 450653 URL: https://svnweb.freebsd.org/changeset/ports/450653 Log: - Remove MKDIR forgotten in my last commit. Modified: head/www/novnc-websockify/Makefile Modified: head/www/novnc-websockify/Makefile ============================================================================== --- head/www/novnc-websockify/Makefile Tue Sep 26 09:43:40 2017 (r450652) +++ head/www/novnc-websockify/Makefile Tue Sep 26 09:56:52 2017 (r450653) @@ -24,7 +24,6 @@ NO_ARCH= yes TARGET_DIR= ${PREFIX}/libexec/novnc/utils/websockify do-install: - ${MKDIR} ${TARGET_DIR} ${MKDIR} ${STAGEDIR}${TARGET_DIR} cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} From owner-svn-ports-head@freebsd.org Tue Sep 26 09:57:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFAF8E0558D; Tue, 26 Sep 2017 09:57:14 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::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 8ADEE839B3; Tue, 26 Sep 2017 09:57:14 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-wr0-x231.google.com with SMTP id g29so12464958wrg.11; Tue, 26 Sep 2017 02:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=DmDNMb5r1WSJ6sGwNmSFXJdoD9Oj2heC7ve6Ks8X9BA=; b=Uc0l7znFHixg3kWuHIvcnbTTHmwjdPyeXNsNmRWxhMBIb2GQ1PurG/BZL6lQZJQxOA Os/VbhG6PBQJAcEwz45rOmiZj83Xg+5FQq28rHVJUaRijye7XyeaouPbBzcBRGTS1ghZ UAmzesFg1RyLV3YQYBWWv5ss1ob1sdmTfzF11DmMseiQT1Jkh9PiHTNhTfjJdFfHfJ1L KySiQyApFJjdlhuaZaaW9JdEIHNC6DlRufI2ElG7J1xfOqo7cdL4PuOCUpapNW81nORa HHNVuVDEPAg1rr+SbGl5xHZHBtre1bNHQ+ZFM2r/Kq3S0l+vCeiFPRNGkLppwTfbvZ2w 0iEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=DmDNMb5r1WSJ6sGwNmSFXJdoD9Oj2heC7ve6Ks8X9BA=; b=Dp0eNgCkYjyM6FdiGaSf6y8vOOYMPX9ad+6C8TaQQ6C79cTxxMrNNzZOnPfEby3CKj T0+S7PwNvIGwDusWq0Ast8DD5JITBYwKqrZau4jrpC5WFpOBwABoxb1sKTJygxW7B+qL uAm7ZwqeV+w/FSViIdAUTPtz2U/VvJIDd8HGX/MjPE6YokIcrxMiM7my1+Wkcb8onBKI FE6eAoDDB/OkmfYeYgcFofV+IqcqvSTIX+35MRfxpe8Gx74iVdmfD8hSMS4Gdihcl8cf Do21xJEJaXgsnlfa/yl6RJdGSvi0mxE0Nlz++MkvQ4FZpva3g68YMRBjSWATkiunQUN7 BFAQ== X-Gm-Message-State: AHPjjUj5RaoCU+xatJIcbCuUylsjt8wbEbV/macZwaPXrefAHe3SiIeJ wgkI+ZJJJvJ3Qo8sW3aPa/Z8jf5dRBmYILSOwGFQEg== X-Google-Smtp-Source: AOwi7QAKCjjbkMXbcrSjrsogclaLodTjv9rnSRl/P2QrmVHZO2lV2O5n06cCne0rFHW0jOXioGbk6Z7wgfTCBDYsdSs= X-Received: by 10.46.88.20 with SMTP id m20mr3850472ljb.72.1506419832363; Tue, 26 Sep 2017 02:57:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.193.211 with HTTP; Tue, 26 Sep 2017 02:57:11 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: References: <201709250119.v8P1J85C063473@repo.freebsd.org> From: Marcelo Araujo Date: Tue, 26 Sep 2017 17:57:11 +0800 Message-ID: Subject: Re: svn commit: r450565 - head/www/novnc-websockify To: Mathieu Arnold Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 09:57:15 -0000 2017-09-26 0:45 GMT+08:00 Mathieu Arnold : > Le 25/09/2017 =C3=A0 03:19, Marcelo Araujo a =C3=A9crit : > > Author: araujo > > Date: Mon Sep 25 01:19:07 2017 > > New Revision: 450565 > > URL: https://svnweb.freebsd.org/changeset/ports/450565 > > > > Log: > > Fix stage. > > > > Modified: > > head/www/novnc-websockify/Makefile > > > > Modified: head/www/novnc-websockify/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- head/www/novnc-websockify/Makefile Mon Sep 25 01:14:41 2017 > (r450564) > > +++ head/www/novnc-websockify/Makefile Mon Sep 25 01:19:07 2017 > (r450565) > > @@ -25,6 +25,7 @@ TARGET_DIR=3D ${PREFIX}/libexec/novnc/utils/websockif= y > > > > do-install: > > ${MKDIR} ${TARGET_DIR} > > This one probably needs to be removed. > > > + ${MKDIR} ${STAGEDIR}${TARGET_DIR} > > cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml > > cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} > > @${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run > > > > > > -- > Mathieu Arnold > > > Done at 450653, tks! --=20 --=20 Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-head@freebsd.org Tue Sep 26 10:09:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1B1AE05B0D; Tue, 26 Sep 2017 10:09:57 +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 C0EE483FCC; Tue, 26 Sep 2017 10:09:57 +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 v8QA9vts077578; Tue, 26 Sep 2017 10:09:57 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QA9uv2077576; Tue, 26 Sep 2017 10:09:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709261009.v8QA9uv2077576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 26 Sep 2017 10:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450654 - head/security/krb5-115 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-115 X-SVN-Commit-Revision: 450654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 10:09:58 -0000 Author: cy Date: Tue Sep 26 10:09:56 2017 New Revision: 450654 URL: https://svnweb.freebsd.org/changeset/ports/450654 Log: Update 1.15.1 --> 1.15.2 Modified: head/security/krb5-115/Makefile (contents, props changed) head/security/krb5-115/distinfo (contents, props changed) Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Tue Sep 26 09:56:52 2017 (r450653) +++ head/security/krb5-115/Makefile Tue Sep 26 10:09:56 2017 (r450654) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.15.1 -PORTREVISION= 5 +PORTVERSION= 1.15.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) Modified: head/security/krb5-115/distinfo ============================================================================== --- head/security/krb5-115/distinfo Tue Sep 26 09:56:52 2017 (r450653) +++ head/security/krb5-115/distinfo Tue Sep 26 10:09:56 2017 (r450654) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488585680 -SHA256 (krb5-1.15.1.tar.gz) = 437c8831ddd5fde2a993fef425dedb48468109bb3d3261ef838295045a89eb45 -SIZE (krb5-1.15.1.tar.gz) = 9375538 +TIMESTAMP = 1506419874 +SHA256 (krb5-1.15.2.tar.gz) = 1639e392edf25e3b6cfec2ae68f97eb53e07c2dbe74bfeede0108465d5d1c87e +SIZE (krb5-1.15.2.tar.gz) = 9380755 From owner-svn-ports-head@freebsd.org Tue Sep 26 10:10:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 277E5E05B65; Tue, 26 Sep 2017 10:10:21 +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 EAFAB10F; Tue, 26 Sep 2017 10:10:20 +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 v8QAAKTD077733; Tue, 26 Sep 2017 10:10:20 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QAAKpF077731; Tue, 26 Sep 2017 10:10:20 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709261010.v8QAAKpF077731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 26 Sep 2017 10:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450655 - head/security/krb5-114 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-114 X-SVN-Commit-Revision: 450655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 10:10:21 -0000 Author: cy Date: Tue Sep 26 10:10:19 2017 New Revision: 450655 URL: https://svnweb.freebsd.org/changeset/ports/450655 Log: Update 1.14.5 --> 1.14.6 Modified: head/security/krb5-114/Makefile (contents, props changed) head/security/krb5-114/distinfo (contents, props changed) Modified: head/security/krb5-114/Makefile ============================================================================== --- head/security/krb5-114/Makefile Tue Sep 26 10:09:56 2017 (r450654) +++ head/security/krb5-114/Makefile Tue Sep 26 10:10:19 2017 (r450655) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.14.5 -PORTREVISION= 5 +PORTVERSION= 1.14.6 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) Modified: head/security/krb5-114/distinfo ============================================================================== --- head/security/krb5-114/distinfo Tue Sep 26 10:09:56 2017 (r450654) +++ head/security/krb5-114/distinfo Tue Sep 26 10:10:19 2017 (r450655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488585722 -SHA256 (krb5-1.14.5.tar.gz) = 262485c15af1208b69b55bef39cd246a892b5f41adf1956055ba52884a4dc7bf -SIZE (krb5-1.14.5.tar.gz) = 12322802 +TIMESTAMP = 1506419928 +SHA256 (krb5-1.14.6.tar.gz) = e259f8ed9f0c2a326e5a4d06b3f268575443fa83c0d348b37b7b5329ac5d0470 +SIZE (krb5-1.14.6.tar.gz) = 12326355 From owner-svn-ports-head@freebsd.org Tue Sep 26 10:29:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A04B3E05F4C; Tue, 26 Sep 2017 10:29:24 +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 6F8CBC01; Tue, 26 Sep 2017 10:29:24 +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 v8QATNk6086143; Tue, 26 Sep 2017 10:29:23 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QATNKd086140; Tue, 26 Sep 2017 10:29:23 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709261029.v8QATNKd086140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 26 Sep 2017 10:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450656 - head/security/krb5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-devel X-SVN-Commit-Revision: 450656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 10:29:24 -0000 Author: cy Date: Tue Sep 26 10:29:23 2017 New Revision: 450656 URL: https://svnweb.freebsd.org/changeset/ports/450656 Log: Update to the latest MIT commit. Move MIT_COMMIT_DATE next to HASH to be more easily seen. Modified: head/security/krb5-devel/Makefile head/security/krb5-devel/distinfo head/security/krb5-devel/pkg-plist Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Tue Sep 26 10:10:19 2017 (r450655) +++ head/security/krb5-devel/Makefile Tue Sep 26 10:29:23 2017 (r450656) @@ -7,7 +7,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= 96d0499 +HASH= 9563fab +MIT_COMMIT_DATE= 2017.09.26 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 @@ -19,7 +20,6 @@ LICENSE= MIT USE_GITHUB= yes GH_TAGNAME= ${HASH} -MIT_COMMIT_DATE= 2017.07.17 CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]* Modified: head/security/krb5-devel/distinfo ============================================================================== --- head/security/krb5-devel/distinfo Tue Sep 26 10:10:19 2017 (r450655) +++ head/security/krb5-devel/distinfo Tue Sep 26 10:29:23 2017 (r450656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501104500 -SHA256 (krb5-krb5-1.16.2017.07.17-96d0499_GH0.tar.gz) = 08397f2fc19d00c158aa863608fa292f05c64720306699df2fbd14e86917bce5 -SIZE (krb5-krb5-1.16.2017.07.17-96d0499_GH0.tar.gz) = 6095755 +TIMESTAMP = 1506421165 +SHA256 (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = b22fe7baa60d33ecf6a8e644d4b13336ae23df598ba62446379806f638024a17 +SIZE (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = 6116326 Modified: head/security/krb5-devel/pkg-plist ============================================================================== --- head/security/krb5-devel/pkg-plist Tue Sep 26 10:10:19 2017 (r450655) +++ head/security/krb5-devel/pkg-plist Tue Sep 26 10:29:23 2017 (r450656) @@ -49,7 +49,9 @@ include/krb5/ccselect_plugin.h include/krb5/certauth_plugin.h include/krb5/clpreauth_plugin.h include/krb5/hostrealm_plugin.h +include/krb5/kadm5_auth_plugin.h include/krb5/kadm5_hook_plugin.h +include/krb5/kdcpolicy_plugin.h include/krb5/kdcpreauth_plugin.h include/krb5/localauth_plugin.h include/krb5/krb5.h From owner-svn-ports-head@freebsd.org Tue Sep 26 12:12:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D1E8E08EBA; Tue, 26 Sep 2017 12:12:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB5CC63655; Tue, 26 Sep 2017 12:12:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QCCPC6030666; Tue, 26 Sep 2017 12:12:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QCCPSU030664; Tue, 26 Sep 2017 12:12:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261212.v8QCCPSU030664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 12:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450657 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450657 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 12:12:27 -0000 Author: swills Date: Tue Sep 26 12:12:25 2017 New Revision: 450657 URL: https://svnweb.freebsd.org/changeset/ports/450657 Log: Document ansible issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 10:29:23 2017 (r450656) +++ head/security/vuxml/vuln.xml Tue Sep 26 12:12:25 2017 (r450657) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ansible -- information disclosure flaw + + + ansible + 2.2.3 + + + + +

ansible developers reports:

+
+

Ansible versions 2.2.3 and earlier are vulnerable to an information disclosure flaw due to the interaction of call back plugins and the no_log directive where the information may not be sanitized properly.

+
+ +
+ + https://github.com/ansible/ansible/issues/22505 + CVE-2017-7473 + + + 2017-7-21 + 2017-9-25 + +
+ weechat -- crash in logger plugin From owner-svn-ports-head@freebsd.org Tue Sep 26 12:19:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C73E0910A; Tue, 26 Sep 2017 12:19:10 +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 A16F663AD9; Tue, 26 Sep 2017 12:19:10 +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 v8QCJ9Ts031015; Tue, 26 Sep 2017 12:19:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QCJ9QR031013; Tue, 26 Sep 2017 12:19:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261219.v8QCJ9QR031013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 12:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450658 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 12:19:10 -0000 Author: swills Date: Tue Sep 26 12:19:09 2017 New Revision: 450658 URL: https://svnweb.freebsd.org/changeset/ports/450658 Log: Document aacplusenc issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 12:12:25 2017 (r450657) +++ head/security/vuxml/vuln.xml Tue Sep 26 12:19:09 2017 (r450658) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + aacplusenc -- denial of service + + + aacplusenc + 0.17.5_2 + + + + +

Gentoo developers report:

+
+

DeleteBitBuffer in libbitbuf/bitbuffer.c in mp4tools aacplusenc 0.17.5 allows remote attackers to cause a denial of service (invalid memory write, SEGV on unknown address 0x000000000030, and application crash) or possibly have unspecified other impact via a crafted .wav file, aka a NULL pointer dereference.

+
+ +
+ + https://blogs.gentoo.org/ago/2017/09/07/aacplusenc-null-pointer-dereference-in-deletebitbuffer-bitbuffer-c/ + https://github.com/teknoraver/aacplusenc/issues/1 + CVE-2017-14181 + + + 2017-9-7 + 2017-9-25 + +
+ ansible -- information disclosure flaw From owner-svn-ports-head@freebsd.org Tue Sep 26 12:52:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E222DE09FCF; Tue, 26 Sep 2017 12:52:58 +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 AF81F64CB4; Tue, 26 Sep 2017 12:52:58 +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 v8QCqv4n046961; Tue, 26 Sep 2017 12:52:57 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QCqv4Z046959; Tue, 26 Sep 2017 12:52:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709261252.v8QCqv4Z046959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 26 Sep 2017 12:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450659 - head/astro/py-aipy X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/astro/py-aipy X-SVN-Commit-Revision: 450659 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 12:52:59 -0000 Author: wen Date: Tue Sep 26 12:52:57 2017 New Revision: 450659 URL: https://svnweb.freebsd.org/changeset/ports/450659 Log: - Update to 2.1.6 Modified: head/astro/py-aipy/Makefile head/astro/py-aipy/distinfo Modified: head/astro/py-aipy/Makefile ============================================================================== --- head/astro/py-aipy/Makefile Tue Sep 26 12:19:09 2017 (r450658) +++ head/astro/py-aipy/Makefile Tue Sep 26 12:52:57 2017 (r450659) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aipy -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.6 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/astro/py-aipy/distinfo ============================================================================== --- head/astro/py-aipy/distinfo Tue Sep 26 12:19:09 2017 (r450658) +++ head/astro/py-aipy/distinfo Tue Sep 26 12:52:57 2017 (r450659) @@ -1,2 +1,3 @@ -SHA256 (aipy-2.1.0.tar.gz) = 495a4ee6776b2255c22bfb15338451d4e923e86e00e6b505510d49c2887809fb -SIZE (aipy-2.1.0.tar.gz) = 981319 +TIMESTAMP = 1506093818 +SHA256 (aipy-2.1.6.tar.gz) = cf3c8a5e95b0f3dc9d67917e0be76ff6a4f3ca305559b51cc3257f14657a8e28 +SIZE (aipy-2.1.6.tar.gz) = 970991 From owner-svn-ports-head@freebsd.org Tue Sep 26 13:02:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B99B3E0A2A5; Tue, 26 Sep 2017 13:02:21 +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 84173650E7; Tue, 26 Sep 2017 13:02:21 +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 v8QD2KV0050238; Tue, 26 Sep 2017 13:02:20 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QD2KVp050236; Tue, 26 Sep 2017 13:02:20 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709261302.v8QD2KVp050236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 26 Sep 2017 13:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450660 - head/www/py-aws-requests-auth X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/py-aws-requests-auth X-SVN-Commit-Revision: 450660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 13:02:21 -0000 Author: wen Date: Tue Sep 26 13:02:20 2017 New Revision: 450660 URL: https://svnweb.freebsd.org/changeset/ports/450660 Log: - Update to 0.4.0 PR: 222616 Submitted by: james@elstone.net(maintainer) Modified: head/www/py-aws-requests-auth/Makefile head/www/py-aws-requests-auth/distinfo Modified: head/www/py-aws-requests-auth/Makefile ============================================================================== --- head/www/py-aws-requests-auth/Makefile Tue Sep 26 12:52:57 2017 (r450659) +++ head/www/py-aws-requests-auth/Makefile Tue Sep 26 13:02:20 2017 (r450660) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-requests-auth -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= www python textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ COMMENT= Authenticate to AWS with Amazon's signature v LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-aws-requests-auth/distinfo ============================================================================== --- head/www/py-aws-requests-auth/distinfo Tue Sep 26 12:52:57 2017 (r450659) +++ head/www/py-aws-requests-auth/distinfo Tue Sep 26 13:02:20 2017 (r450660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484647108 -SHA256 (aws-requests-auth-0.3.0.tar.gz) = fe170fe909f5326ac97b2e4f92326cceb48ce86a5788db251e05b61a000abe87 -SIZE (aws-requests-auth-0.3.0.tar.gz) = 6516 +TIMESTAMP = 1506459238 +SHA256 (aws-requests-auth-0.4.0.tar.gz) = 635147a7216b1734582932e36e5cd30530f3ef1724bf171434d52be040e91155 +SIZE (aws-requests-auth-0.4.0.tar.gz) = 9032 From owner-svn-ports-head@freebsd.org Tue Sep 26 13:06:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78710E0A3F4; Tue, 26 Sep 2017 13:06:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42F75652A8; Tue, 26 Sep 2017 13:06:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QD6b37051235; Tue, 26 Sep 2017 13:06:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QD6bAB051233; Tue, 26 Sep 2017 13:06:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709261306.v8QD6bAB051233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 26 Sep 2017 13:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450661 - head/devel/py-geojson X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-geojson X-SVN-Commit-Revision: 450661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 13:06:38 -0000 Author: wen Date: Tue Sep 26 13:06:36 2017 New Revision: 450661 URL: https://svnweb.freebsd.org/changeset/ports/450661 Log: - Update to 2.3.0 Modified: head/devel/py-geojson/Makefile head/devel/py-geojson/distinfo Modified: head/devel/py-geojson/Makefile ============================================================================== --- head/devel/py-geojson/Makefile Tue Sep 26 13:02:20 2017 (r450660) +++ head/devel/py-geojson/Makefile Tue Sep 26 13:06:36 2017 (r450661) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geojson -PORTVERSION= 2.1.0 +PORTVERSION= 2.3.0 PORTEPOCH= 1 CATEGORIES= devel geography python MASTER_SITES= CHEESESHOP Modified: head/devel/py-geojson/distinfo ============================================================================== --- head/devel/py-geojson/distinfo Tue Sep 26 13:02:20 2017 (r450660) +++ head/devel/py-geojson/distinfo Tue Sep 26 13:06:36 2017 (r450661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504420456 -SHA256 (geojson-2.1.0.tar.gz) = a4b6d1ac8bb9f0e58f7985b2d382c8c83db393a496263ff0d0226bf50ef8f760 -SIZE (geojson-2.1.0.tar.gz) = 17357 +TIMESTAMP = 1506459728 +SHA256 (geojson-2.3.0.tar.gz) = c8873d12421665f6731b8e4c3b2484a4516c0d9b286c26cb7cffa781d062301a +SIZE (geojson-2.3.0.tar.gz) = 18501 From owner-svn-ports-head@freebsd.org Tue Sep 26 13:20:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10AACE0A876; Tue, 26 Sep 2017 13:20:02 +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 D3BB26580C; Tue, 26 Sep 2017 13:20:01 +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 v8QDK1gP055734; Tue, 26 Sep 2017 13:20:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QDK068055732; Tue, 26 Sep 2017 13:20:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261320.v8QDK068055732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 13:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450662 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450662 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 13:20:02 -0000 Author: swills Date: Tue Sep 26 13:20:00 2017 New Revision: 450662 URL: https://svnweb.freebsd.org/changeset/ports/450662 Log: Document ledger vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 13:06:36 2017 (r450661) +++ head/security/vuxml/vuln.xml Tue Sep 26 13:20:00 2017 (r450662) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ledger -- multiple vulnerabilities + + + ledger + 3.1.1 + + + + +

Talos reports:

+
+

An exploitable buffer overflow vulnerability exists in the tag parsing functionality of Ledger-CLI 3.1.1. A specially crafted journal file can cause an integer underflow resulting in code execution. An attacker can construct a malicious journal file to trigger this vulnerability.

+

An exploitable use-after-free vulnerability exists in the account parsing component of the Ledger-CLI 3.1.1. A specially crafted ledger file can cause a use-after-free vulnerability resulting in arbitrary code execution. An attacker can convince a user to load a journal file to trigger this vulnerability.

+
+ +
+ + http://www.securityfocus.com/bid/100543 + https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0303 + http://www.securityfocus.com/bid/100546 + https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0304 + CVE-2017-2808 + CVE-2017-2807 + + + 2017-9-5 + 2017-9-26 + +
+ aacplusenc -- denial of service From owner-svn-ports-head@freebsd.org Tue Sep 26 14:14:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D27E0CB9D; Tue, 26 Sep 2017 14:14: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 24D0E67483; Tue, 26 Sep 2017 14:14:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QEEjLS079528; Tue, 26 Sep 2017 14:14:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEEjvQ079525; Tue, 26 Sep 2017 14:14:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709261414.v8QEEjvQ079525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Sep 2017 14:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450663 - in head/Mk: . Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/Mk: . Scripts X-SVN-Commit-Revision: 450663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:14:46 -0000 Author: mat Date: Tue Sep 26 14:14:44 2017 New Revision: 450663 URL: https://svnweb.freebsd.org/changeset/ports/450663 Log: Implement basic flavors. **Do not start migrating any ports, a hook will prevent it** This has been a long awaiting feature, most of the work has been done by bapt, bdrewery and antoine, I am just the one actually doing the commit. All this informations, and more to come are in the first link to our wiki in the bottom block. A roadmap is in the second link. To define a different flavors in a port, before any include, set: FLAVORS= flavor1 flavor2 [...] The first flavor in the list will be the default. You can then check for flavors after includ'ing bsd.port.options.mk with: .if ${FLAVOR} == flavor2 [some stuff] .endif To build flavor2, simply run: make FLAVOR=flavor2 To depend on a specific flavor, write @ at the end of the depend string, like: RUN_DEPENDS= something:origin@foo Submitted by: bapt, bdrewery, antoine Reviewed by: portmgr More infos: https://wiki.freebsd.org/Ports/FlavorsMigration Todo List: https://wiki.freebsd.org/Ports/FlavorsAndSubPackages With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10327 Modified: head/Mk/Scripts/depends-list.sh (contents, props changed) head/Mk/Scripts/do-depends.sh (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/Scripts/depends-list.sh ============================================================================== --- head/Mk/Scripts/depends-list.sh Tue Sep 26 13:20:00 2017 (r450662) +++ head/Mk/Scripts/depends-list.sh Tue Sep 26 14:14:44 2017 (r450663) @@ -59,8 +59,13 @@ check_dep() { IFS=${myifs} case "${2}" in - /*) d=${2} ;; - *) d=${PORTSDIR}/${2} ;; + /*) d=${2} ;; + *) d=${PORTSDIR}/${2} ;; + esac + + case "${d}" in + *@*/*) ;; # Ignore @ in the path which would not be a flavor + *@*) d=${d%@*} ;; esac case " ${checked} " in Modified: head/Mk/Scripts/do-depends.sh ============================================================================== --- head/Mk/Scripts/do-depends.sh Tue Sep 26 13:20:00 2017 (r450662) +++ head/Mk/Scripts/do-depends.sh Tue Sep 26 14:14:44 2017 (r450663) @@ -94,13 +94,15 @@ find_lib() anynotfound=0 err=0 for _line in ${dp_RAWDEPENDS} ; do + # ensure we never leak flavors + unset FLAVOR myifs=${IFS} IFS=: set -- ${_line} IFS=${myifs} if [ $# -lt 2 -o $# -gt 3 ]; then echo "Error: bad dependency syntax in ${dp_DEPTYPE}" >&2 - echo "expecting: pattern:origin[:target]" >&2 + echo "expecting: pattern:origin[@flavour][:target]" >&2 echo "got: ${_line}" >&2 err=1 continue @@ -124,6 +126,13 @@ for _line in ${dp_RAWDEPENDS} ; do case "${origin}" in /*) ;; *) origin="${PORTSDIR}/${origin}" ;; + esac + case "${origin}" in + *@*/*) ;; # Ignore @ in the path which would not be a flavor + *@*) + export FLAVOR="${origin##*@}" + origin=${origin%@*} + ;; esac depends_args="${dp_DEPENDS_ARGS}" Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 26 13:20:00 2017 (r450662) +++ head/Mk/bsd.port.mk Tue Sep 26 14:14:44 2017 (r450663) @@ -1056,6 +1056,9 @@ SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= +FLAVORS?= +FLAVOR?= +PORTS_FEATURES+= FLAVORS MINIMAL_PKG_VERSION= 1.6.0 _PORTS_DIRECTORIES+= ${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${EXTRACT_WRKDIR} \ @@ -1071,6 +1074,21 @@ _PORTS_DIRECTORIES+= ${PKG_DBDIR} ${PREFIX} ${WRKDIR} .include "${PORTSDIR}/Mk/bsd.commands.mk" +.if !empty(FLAVOR) +. if empty(FLAVORS) +IGNORE= FLAVOR is defined while this port does not have FLAVORS. +. elif ! ${FLAVORS:M${FLAVOR}} +IGNORE= Unknown flavor '${FLAVOR}', possible flavors: ${FLAVORS}. +. endif +.endif + +.if !empty(FLAVORS) && empty(FLAVOR) +FLAVOR= ${FLAVORS:[1]} +.endif + +# Do not leak flavors to childs make +.MAKEOVERRIDES:= ${MAKEOVERRIDES:NFLAVOR=*} + .if defined(CROSS_TOOLCHAIN) .if !defined(CROSS_SYSROOT) IGNORE= CROSS_SYSROOT should be defined @@ -1508,6 +1526,11 @@ PKG_NOTES+= expiration_date PKG_NOTE_expiration_date= ${EXPIRATION_DATE} .endif +.if !empty(FLAVOR) +PKG_NOTES+= flavor +PKG_NOTE_flavor= ${FLAVOR} +.endif + TEST_ARGS?= ${MAKE_ARGS} TEST_ENV?= ${MAKE_ENV} @@ -1576,7 +1599,13 @@ MAKE_ENV+= NM=${NM} \ CONFIGURE_ENV+= PKG_CONFIG_SYSROOT_DIR="${CROSS_SYSROOT}" .endif -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work +.if empty(FLAVOR) +_WRKDIR= work +.else +_WRKDIR= work-${FLAVOR} +.endif + +WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/${_WRKDIR} .if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) && empty(USE_GITHUB:Mnodefault) WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} .endif @@ -3680,20 +3709,59 @@ do-clean: .endif .if !target(clean) -clean: +pre-clean: clean-msg +clean-msg: + @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" + +.if empty(FLAVORS) +CLEAN_DEPENDENCIES= .if !defined(NOCLEANDEPENDS) +CLEAN_DEPENDENCIES+= limited-clean-depends-noflavor +limited-clean-depends-noflavor: @cd ${.CURDIR} && ${MAKE} limited-clean-depends .endif - @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" .if target(pre-clean) - @cd ${.CURDIR} && ${MAKE} pre-clean +CLEAN_DEPENDENCIES+= pre-clean-noflavor +pre-clean-noflavor: + @cd ${.CURDIR} && ${SETENV} ${MAKE} pre-clean .endif - @cd ${.CURDIR} && ${MAKE} do-clean +CLEAN_DEPENDENCIES+= do-clean-noflavor +do-clean-noflavor: + @cd ${.CURDIR} && ${SETENV} ${MAKE} do-clean .if target(post-clean) - @cd ${.CURDIR} && ${MAKE} post-clean +CLEAN_DEPENDENCIES+= post-clean-noflavor +post-clean-${_f}: + @cd ${.CURDIR} && ${SETENV} ${MAKE} post-clean .endif +.ORDER: ${CLEAN_DEPENDENCIES} +clean: ${CLEAN_DEPENDENCIES} .endif +.for _f in ${FLAVORS} +CLEAN_DEPENDENCIES= +.if !defined(NOCLEANDEPENDS) +CLEAN_DEPENDENCIES+= limited-clean-depends-${_f} +limited-clean-depends-${_f}: + @cd ${.CURDIR} && ${MAKE} FLAVOR=${_f} limited-clean-depends +.endif +.if target(pre-clean) +CLEAN_DEPENDENCIES+= pre-clean-${_f} +pre-clean-${_f}: + @cd ${.CURDIR} && ${SETENV} FLAVOR=${_f} ${MAKE} pre-clean +.endif +CLEAN_DEPENDENCIES+= do-clean-${_f} +do-clean-${_f}: + @cd ${.CURDIR} && ${SETENV} FLAVOR=${_f} ${MAKE} do-clean +.if target(post-clean) +CLEAN_DEPENDENCIES+= post-clean-${_f} +post-clean-${_f}: + @cd ${.CURDIR} && ${SETENV} FLAVOR=${_f} ${MAKE} post-clean +.endif +.ORDER: ${CLEAN_DEPENDENCIES} +clean: ${CLEAN_DEPENDENCIES} +.endfor +.endif + .if !target(distclean) distclean: clean @cd ${.CURDIR} && ${MAKE} delete-distfiles RESTRICTED_FILES="${_DISTFILES:Q} ${_PATCHFILES:Q}" @@ -4217,12 +4285,12 @@ missing-packages: # first to avoid gratuitous breakage. . if !target(describe) -_EXTRACT_DEPENDS=${EXTRACT_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} -_PATCH_DEPENDS=${PATCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} -_FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} -_LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} -_BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} -_RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} +_EXTRACT_DEPENDS=${EXTRACT_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} +_PATCH_DEPENDS=${PATCH_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} +_FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} +_LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} +_BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} +_RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS} . if exists(${DESCR}) _DESCR=${DESCR} . else From owner-svn-ports-head@freebsd.org Tue Sep 26 14:14:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76C6DE0CBBB; Tue, 26 Sep 2017 14:14:50 +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 3F41A67489; Tue, 26 Sep 2017 14:14:50 +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 v8QEEnBB079631; Tue, 26 Sep 2017 14:14:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEEnHN079629; Tue, 26 Sep 2017 14:14:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709261414.v8QEEnHN079629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Sep 2017 14:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450664 - in head: net/py-miniupnpc www/geronimo X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: net/py-miniupnpc www/geronimo X-SVN-Commit-Revision: 450664 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:14:50 -0000 Author: mat Date: Tue Sep 26 14:14:49 2017 New Revision: 450664 URL: https://svnweb.freebsd.org/changeset/ports/450664 Log: Fix ports setting WRKDIR themselves to use the new _WRKDIR instead of the litteral "work". I think it should be really safe to remove both instances because they they point to directories that are empty anyway. With hat: portmgr Sponsored by: Absolight Modified: head/net/py-miniupnpc/Makefile (contents, props changed) head/www/geronimo/Makefile (contents, props changed) Modified: head/net/py-miniupnpc/Makefile ============================================================================== --- head/net/py-miniupnpc/Makefile Tue Sep 26 14:14:44 2017 (r450663) +++ head/net/py-miniupnpc/Makefile Tue Sep 26 14:14:49 2017 (r450664) @@ -12,7 +12,7 @@ MASTERDIR= ${.CURDIR}/../miniupnpc USES= python USE_PYTHON= autoplist distutils -WRKDIR= ${WRKDIRPREFIX}${MASTERDIR}/work +WRKDIR= ${WRKDIRPREFIX}${MASTERDIR}/${_WRKDIR} PLIST= ${.CURDIR}/pkg-plist post-patch: Modified: head/www/geronimo/Makefile ============================================================================== --- head/www/geronimo/Makefile Tue Sep 26 14:14:44 2017 (r450663) +++ head/www/geronimo/Makefile Tue Sep 26 14:14:49 2017 (r450664) @@ -47,7 +47,7 @@ GERONIMO_USER?= www GERONIMO_GROUP?=www GERONIMO_OUT= ${LOG_DIR}/geronimo.out PID_FILE= /var/run/${APP_SHORTNAME}.pid -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work +WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/${_WRKDIR} WRKSRC= ${WRKDIR}/${DISTNAME:S/-bin//} JAR_FILE= bin/server.jar PLIST_FILES= "@(${GERONIMO_USER},${GERONIMO_GROUP},) ${GERONIMO_OUT:S,^${PREFIX}/,,}" From owner-svn-ports-head@freebsd.org Tue Sep 26 14:37:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FAD7E0D7B5; Tue, 26 Sep 2017 14:37:02 +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 4CF2468425; Tue, 26 Sep 2017 14:37:02 +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 v8QEb11c088105; Tue, 26 Sep 2017 14:37:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEb1Bx088103; Tue, 26 Sep 2017 14:37:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261437.v8QEb1Bx088103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 14:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450665 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450665 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:37:02 -0000 Author: swills Date: Tue Sep 26 14:37:01 2017 New Revision: 450665 URL: https://svnweb.freebsd.org/changeset/ports/450665 Log: Document issue in php and gd Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 14:14:49 2017 (r450664) +++ head/security/vuxml/vuln.xml Tue Sep 26 14:37:01 2017 (r450665) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php-gd and gd -- Buffer over-read into uninitialized memory + + + libgd + 2.2.5 + + + php70-gd + 7.0.21 + + + php71-gd + 7.1.7 + + + + +

PHP developers report:

+
+

The GIF decoding function gdImageCreateFromGifCtx in gd_gif_in.c in the GD Graphics Library (aka libgd), as used in PHP before 5.6.31 and 7.x before 7.1.7, does not zero colorMap arrays before use. A specially crafted GIF image could use the uninitialized tables to read ~700 bytes from the top of the stack, potentially disclosing sensitive information.

+
+ +
+ + https://bugs.php.net/bug.php?id=74435 + CVE-2017-7890 + + + 2017-08-02 + 2017-09-26 + +
+ ledger -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Sep 26 14:39:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E061E0D895; Tue, 26 Sep 2017 14:39:04 +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 1A952685D8; Tue, 26 Sep 2017 14:39:04 +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 v8QEd36E088265; Tue, 26 Sep 2017 14:39:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEd2ec088263; Tue, 26 Sep 2017 14:39:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261439.v8QEd2ec088263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 14:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450666 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450666 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:39:04 -0000 Author: swills Date: Tue Sep 26 14:39:02 2017 New Revision: 450666 URL: https://svnweb.freebsd.org/changeset/ports/450666 Log: Document issue in gd Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 14:37:01 2017 (r450665) +++ head/security/vuxml/vuln.xml Tue Sep 26 14:39:02 2017 (r450666) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libgd -- Denial of servica via double free + + + libgd + 2.2.5 + + + + +

libgd developers report:

+
+

Double free vulnerability in the gdImagePngPtr function in libgd2 before 2.2.5 allows remote attackers to cause a denial of service via vectors related to a palette with no colors.

+
+ +
+ + http://www.debian.org/security/2017/dsa-3961 + https://github.com/libgd/libgd/issues/381 + https://github.com/libgd/libgd/releases/tag/gd-2.2.5 + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N2BLXX7KNRE7ZVQAKGTHHWS33CUCXVUP/ + CVE-2017-6362 + + + 2017-9-7 + 2017-9-26 + +
+ php-gd and gd -- Buffer over-read into uninitialized memory From owner-svn-ports-head@freebsd.org Tue Sep 26 14:46:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E3D9E0DDCA; Tue, 26 Sep 2017 14:46:58 +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 2A8C168B70; Tue, 26 Sep 2017 14:46:58 +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 v8QEkvKT092186; Tue, 26 Sep 2017 14:46:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEkvlv092184; Tue, 26 Sep 2017 14:46:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261446.v8QEkvlv092184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 14:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450667 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:46:58 -0000 Author: swills Date: Tue Sep 26 14:46:56 2017 New Revision: 450667 URL: https://svnweb.freebsd.org/changeset/ports/450667 Log: Document libraw issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 14:39:02 2017 (r450666) +++ head/security/vuxml/vuln.xml Tue Sep 26 14:46:56 2017 (r450667) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libraw -- denial of service and remote code execution + + + libraw + 0.18.3 + + + + +

libraw developers report:

+
+

A Stack-based Buffer Overflow was discovered in xtrans_interpolate in internal/dcraw_common.cpp in LibRaw before 0.18.3. It could allow a remote denial of service or code execution attack.

+
+ +
+ + https://github.com/LibRaw/LibRaw/issues/99 + CVE-2017-14265 + + + 2017-9-11 + 2017-9-26 + +
+ libgd -- Denial of servica via double free From owner-svn-ports-head@freebsd.org Tue Sep 26 14:48:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0371CE0DE85; Tue, 26 Sep 2017 14:48:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6428691A7; Tue, 26 Sep 2017 14:48:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QEmPv9092328; Tue, 26 Sep 2017 14:48:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEmPP8092326; Tue, 26 Sep 2017 14:48:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261448.v8QEmPP8092326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 14:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450668 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450668 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 14:48:27 -0000 Author: swills Date: Tue Sep 26 14:48:25 2017 New Revision: 450668 URL: https://svnweb.freebsd.org/changeset/ports/450668 Log: Document libraw issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 14:46:56 2017 (r450667) +++ head/security/vuxml/vuln.xml Tue Sep 26 14:48:25 2017 (r450668) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libraw -- buffer overflow + + + libraw + 0.18.4 + + + + +

libraw developers report:

+
+

LibRaw before 0.18.4 has a heap-based Buffer Overflow in the processCanonCameraInfo function via a crafted file.

+
+ +
+ + http://www.securityfocus.com/bid/100866 + https://github.com/LibRaw/LibRaw/issues/100 + CVE-2017-14348 + + + 2017-9-12 + 2017-9-26 + +
+ libraw -- denial of service and remote code execution From owner-svn-ports-head@freebsd.org Tue Sep 26 15:02:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60939E0E174; Tue, 26 Sep 2017 15:02:30 +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 2817569857; Tue, 26 Sep 2017 15:02:30 +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 v8QF2TuN099733; Tue, 26 Sep 2017 15:02:29 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QF2T6o099731; Tue, 26 Sep 2017 15:02:29 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201709261502.v8QF2T6o099731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 26 Sep 2017 15:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450669 - head/graphics/p5-Geo-Proj4 X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/graphics/p5-Geo-Proj4 X-SVN-Commit-Revision: 450669 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:02:30 -0000 Author: culot Date: Tue Sep 26 15:02:28 2017 New Revision: 450669 URL: https://svnweb.freebsd.org/changeset/ports/450669 Log: - Update to 1.06 Changes: http://search.cpan.org/dist/Geo-Proj4/Changes Modified: head/graphics/p5-Geo-Proj4/Makefile head/graphics/p5-Geo-Proj4/distinfo Modified: head/graphics/p5-Geo-Proj4/Makefile ============================================================================== --- head/graphics/p5-Geo-Proj4/Makefile Tue Sep 26 14:48:25 2017 (r450668) +++ head/graphics/p5-Geo-Proj4/Makefile Tue Sep 26 15:02:28 2017 (r450669) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= Geo-Proj4 -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Perl cartographic projections wrapper for Proj library +COMMENT= Cartographic projections wrapper for Proj library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual @@ -19,5 +19,8 @@ CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE} MAKE_ENV= INC=-I${LOCALBASE}/include USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/Proj4/Proj4.so .include Modified: head/graphics/p5-Geo-Proj4/distinfo ============================================================================== --- head/graphics/p5-Geo-Proj4/distinfo Tue Sep 26 14:48:25 2017 (r450668) +++ head/graphics/p5-Geo-Proj4/distinfo Tue Sep 26 15:02:28 2017 (r450669) @@ -1,2 +1,3 @@ -SHA256 (Geo-Proj4-1.05.tar.gz) = 21a4ef32b02f922bcf2f8a721dd053beeac800f8ba6177b338235c102f2ee497 -SIZE (Geo-Proj4-1.05.tar.gz) = 18684 +TIMESTAMP = 1506435543 +SHA256 (Geo-Proj4-1.06.tar.gz) = 7aeddcc04d14c3b24c378e73e985c8316530c5c799cf9f3f17974b3b3580a2a4 +SIZE (Geo-Proj4-1.06.tar.gz) = 18601 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:29:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52C97E0E85D; Tue, 26 Sep 2017 15:29:23 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F9DF6A55F; Tue, 26 Sep 2017 15:29:23 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QFTMRG008979; Tue, 26 Sep 2017 15:29:22 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFTMpU008977; Tue, 26 Sep 2017 15:29:22 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201709261529.v8QFTMpU008977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 26 Sep 2017 15:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450670 - in head/ftp/lftp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head/ftp/lftp: . files X-SVN-Commit-Revision: 450670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:29:23 -0000 Author: martymac Date: Tue Sep 26 15:29:22 2017 New Revision: 450670 URL: https://svnweb.freebsd.org/changeset/ports/450670 Log: Update to 4.8.2 Deleted: head/ftp/lftp/files/patch-src-PollVec.cc Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Tue Sep 26 15:02:28 2017 (r450669) +++ head/ftp/lftp/Makefile Tue Sep 26 15:29:22 2017 (r450670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Tue Sep 26 15:02:28 2017 (r450669) +++ head/ftp/lftp/distinfo Tue Sep 26 15:29:22 2017 (r450670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505324333 -SHA256 (lftp-4.8.1.tar.gz) = 6117866215cd889dab30ff73292cd1d35fe0e12a9af5cd76d093500d07ab65a3 -SIZE (lftp-4.8.1.tar.gz) = 2825304 +TIMESTAMP = 1506421908 +SHA256 (lftp-4.8.2.tar.gz) = 9b21261faaa05d4fd235589cc21e2e45fc14c9314d7b4bb1f1aec44ea39eb3ee +SIZE (lftp-4.8.2.tar.gz) = 2824498 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:45:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76A20E0EE05; Tue, 26 Sep 2017 15:45:06 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FFA26AE36; Tue, 26 Sep 2017 15:45:05 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QFj5GR017325; Tue, 26 Sep 2017 15:45:05 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFj5mU017323; Tue, 26 Sep 2017 15:45:05 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201709261545.v8QFj5mU017323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Tue, 26 Sep 2017 15:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450671 - head/security/py-libnacl X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/security/py-libnacl X-SVN-Commit-Revision: 450671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:45:06 -0000 Author: philip Date: Tue Sep 26 15:45:04 2017 New Revision: 450671 URL: https://svnweb.freebsd.org/changeset/ports/450671 Log: security/py-libnacl: Update to 1.5.2 PR: 222526 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: D12475 Modified: head/security/py-libnacl/Makefile head/security/py-libnacl/distinfo Modified: head/security/py-libnacl/Makefile ============================================================================== --- head/security/py-libnacl/Makefile Tue Sep 26 15:29:22 2017 (r450670) +++ head/security/py-libnacl/Makefile Tue Sep 26 15:45:04 2017 (r450671) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libnacl -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-libnacl/distinfo ============================================================================== --- head/security/py-libnacl/distinfo Tue Sep 26 15:29:22 2017 (r450670) +++ head/security/py-libnacl/distinfo Tue Sep 26 15:45:04 2017 (r450671) @@ -1,2 +1,3 @@ -SHA256 (libnacl-1.4.4.tar.gz) = f2ee401a78dc693fcbc2051befcee2f76bb13ce75a933420646abfa47a39a6db -SIZE (libnacl-1.4.4.tar.gz) = 30965 +TIMESTAMP = 1505406754 +SHA256 (libnacl-1.5.2.tar.gz) = c58390b0d191db948fc9ab681f07fdfce2a573cd012356bada47d56795d00ee2 +SIZE (libnacl-1.5.2.tar.gz) = 49573 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:55:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D87BE0F2D7; Tue, 26 Sep 2017 15:55:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17D906B352; Tue, 26 Sep 2017 15:55: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 v8QFtapq021415; Tue, 26 Sep 2017 15:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFta4J021410; Tue, 26 Sep 2017 15:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261555.v8QFta4J021410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450672 - in head/dns: . p5-Net-LibIDN2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . p5-Net-LibIDN2 X-SVN-Commit-Revision: 450672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:55:38 -0000 Author: sunpoet Date: Tue Sep 26 15:55:36 2017 New Revision: 450672 URL: https://svnweb.freebsd.org/changeset/ports/450672 Log: Add p5-Net-LibIDN2 1.00 Net::LibIDN2 provides bindings for GNU Libidn2, a C library for handling internationalized domain names based on IDNA 2008, Punycode and TR46. WWW: http://search.cpan.org/dist/Net-LibIDN2/ Added: head/dns/p5-Net-LibIDN2/ head/dns/p5-Net-LibIDN2/Makefile (contents, props changed) head/dns/p5-Net-LibIDN2/distinfo (contents, props changed) head/dns/p5-Net-LibIDN2/pkg-descr (contents, props changed) head/dns/p5-Net-LibIDN2/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Sep 26 15:45:04 2017 (r450671) +++ head/dns/Makefile Tue Sep 26 15:55:36 2017 (r450672) @@ -147,6 +147,7 @@ SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Domain-TLD SUBDIR += p5-Net-LibIDN + SUBDIR += p5-Net-LibIDN2 SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-Net-RNDC Added: head/dns/p5-Net-LibIDN2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-LibIDN2/Makefile Tue Sep 26 15:55:36 2017 (r450672) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Net-LibIDN2 +PORTVERSION= 1.00 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl bindings for GNU Libidn2 + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libidn2.so:dns/libidn2 + +USE_PERL5= modbuild +USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN2/LibIDN2.so + +.include Added: head/dns/p5-Net-LibIDN2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-LibIDN2/distinfo Tue Sep 26 15:55:36 2017 (r450672) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506440269 +SHA256 (Net-LibIDN2-1.00.tar.gz) = f85f3aa96f87ccf5e1600379991fb0e10bea50ac1e1ccd95dfab24aa851b5a19 +SIZE (Net-LibIDN2-1.00.tar.gz) = 23603 Added: head/dns/p5-Net-LibIDN2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-LibIDN2/pkg-descr Tue Sep 26 15:55:36 2017 (r450672) @@ -0,0 +1,4 @@ +Net::LibIDN2 provides bindings for GNU Libidn2, a C library for handling +internationalized domain names based on IDNA 2008, Punycode and TR46. + +WWW: http://search.cpan.org/dist/Net-LibIDN2/ Added: head/dns/p5-Net-LibIDN2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-LibIDN2/pkg-plist Tue Sep 26 15:55:36 2017 (r450672) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Net/LibIDN2.pm +%%SITE_ARCH%%/auto/Net/LibIDN2/LibIDN2.so +%%PERL5_MAN3%%/Net::LibIDN2.3.gz From owner-svn-ports-head@freebsd.org Tue Sep 26 15:55:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAFA6E0F34F; Tue, 26 Sep 2017 15:55: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 87BEB6B378; Tue, 26 Sep 2017 15:55: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 v8QFtfFX021522; Tue, 26 Sep 2017 15:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFtfu8021521; Tue, 26 Sep 2017 15:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261555.v8QFtfu8021521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450673 - head/misc/help2man X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/help2man X-SVN-Commit-Revision: 450673 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:55:42 -0000 Author: sunpoet Date: Tue Sep 26 15:55:41 2017 New Revision: 450673 URL: https://svnweb.freebsd.org/changeset/ports/450673 Log: Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mails Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Tue Sep 26 15:55:36 2017 (r450672) +++ head/misc/help2man/Makefile Tue Sep 26 15:55:41 2017 (r450673) @@ -26,6 +26,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_PLIST_FILES= lib/bindtextdomain.so NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NLS_USES= gettext +NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." .for lang in de es fr pl uk zh_CN NLS_INFO+= ${PORTNAME}-${lang} From owner-svn-ports-head@freebsd.org Tue Sep 26 15:55:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8AA1E0F382; Tue, 26 Sep 2017 15:55: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 B52CD6B3D8; Tue, 26 Sep 2017 15:55: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 v8QFtklG021647; Tue, 26 Sep 2017 15:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFtkXw021645; Tue, 26 Sep 2017 15:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261555.v8QFtkXw021645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450674 - head/devel/p5-Bread-Board X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Bread-Board X-SVN-Commit-Revision: 450674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:55:48 -0000 Author: sunpoet Date: Tue Sep 26 15:55:46 2017 New Revision: 450674 URL: https://svnweb.freebsd.org/changeset/ports/450674 Log: Update to 0.36 Changes: http://search.cpan.org/dist/Bread-Board/Changes Modified: head/devel/p5-Bread-Board/Makefile head/devel/p5-Bread-Board/distinfo Modified: head/devel/p5-Bread-Board/Makefile ============================================================================== --- head/devel/p5-Bread-Board/Makefile Tue Sep 26 15:55:41 2017 (r450673) +++ head/devel/p5-Bread-Board/Makefile Tue Sep 26 15:55:46 2017 (r450674) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Bread-Board -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:YANICK Modified: head/devel/p5-Bread-Board/distinfo ============================================================================== --- head/devel/p5-Bread-Board/distinfo Tue Sep 26 15:55:41 2017 (r450673) +++ head/devel/p5-Bread-Board/distinfo Tue Sep 26 15:55:46 2017 (r450674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694313 -SHA256 (Bread-Board-0.35.tar.gz) = 8b2cc99b1f819e4483fabb4c2c0878f1f98649276ead5828f14299cd026f2ee4 -SIZE (Bread-Board-0.35.tar.gz) = 92709 +TIMESTAMP = 1506437651 +SHA256 (Bread-Board-0.36.tar.gz) = 31b33e980cd96303c722af542d0427e412104cd6c8dacd79d3e53ea0a69f126f +SIZE (Bread-Board-0.36.tar.gz) = 92541 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:55:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11747E0F3A8; Tue, 26 Sep 2017 15:55:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C876C6B44D; Tue, 26 Sep 2017 15:55:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QFtp85021770; Tue, 26 Sep 2017 15:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFtpqL021768; Tue, 26 Sep 2017 15:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261555.v8QFtpqL021768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450675 - head/www/p5-Plack-Middleware-RemoveRedundantBody X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Middleware-RemoveRedundantBody X-SVN-Commit-Revision: 450675 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:55:53 -0000 Author: sunpoet Date: Tue Sep 26 15:55:51 2017 New Revision: 450675 URL: https://svnweb.freebsd.org/changeset/ports/450675 Log: Update to 0.06 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/Changes Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile Tue Sep 26 15:55:46 2017 (r450674) +++ head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile Tue Sep 26 15:55:51 2017 (r450675) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-RemoveRedundantBody -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +12,13 @@ COMMENT= Sets removes body for HTTP response if it is LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Tue Sep 26 15:55:46 2017 (r450674) +++ head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Tue Sep 26 15:55:51 2017 (r450675) @@ -1,2 +1,3 @@ -SHA256 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = a0676e1c792bea7f25f1d901bee59054d35012d5ea8cd42529d336143fa87cd8 -SIZE (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 10387 +TIMESTAMP = 1506437661 +SHA256 (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 3fbfc3b33e7ca5774f941ed085de14508c6a4f7123e36ece11fd72f2aec683ed +SIZE (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 10262 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:55:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D046BE0F3DB; Tue, 26 Sep 2017 15:55:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E1316B4B8; Tue, 26 Sep 2017 15:55:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QFtuDB021894; Tue, 26 Sep 2017 15:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFtuZ4021892; Tue, 26 Sep 2017 15:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261555.v8QFtuZ4021892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450676 - head/converters/pecl-igbinary X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/pecl-igbinary X-SVN-Commit-Revision: 450676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:55:58 -0000 Author: sunpoet Date: Tue Sep 26 15:55:56 2017 New Revision: 450676 URL: https://svnweb.freebsd.org/changeset/ports/450676 Log: Update to 2.0.3 Changes: https://pecl.php.net/package-changelog.php?package=igbinary Modified: head/converters/pecl-igbinary/Makefile head/converters/pecl-igbinary/distinfo Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Tue Sep 26 15:55:51 2017 (r450675) +++ head/converters/pecl-igbinary/Makefile Tue Sep 26 15:55:56 2017 (r450676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org Modified: head/converters/pecl-igbinary/distinfo ============================================================================== --- head/converters/pecl-igbinary/distinfo Tue Sep 26 15:55:51 2017 (r450675) +++ head/converters/pecl-igbinary/distinfo Tue Sep 26 15:55:56 2017 (r450676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506343532 -SHA256 (PECL/igbinary-2.0.2.tgz) = c00815639382d1e3aca5c7850d9135ea1942a26f7c205ef4c7b74986e5b52f8f -SIZE (PECL/igbinary-2.0.2.tgz) = 67192 +TIMESTAMP = 1506438968 +SHA256 (PECL/igbinary-2.0.3.tgz) = 67312b5471e740acf6af0262e0d68d10ab638d7eee43b767d8ce5feabc932c51 +SIZE (PECL/igbinary-2.0.3.tgz) = 67819 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA014E0F3FD; Tue, 26 Sep 2017 15:56:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D746B526; Tue, 26 Sep 2017 15:56: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 v8QFu1u2022023; Tue, 26 Sep 2017 15:56:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFu1Th022021; Tue, 26 Sep 2017 15:56:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFu1Th022021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450677 - head/devel/p5-CPAN-Recent-Uploads X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CPAN-Recent-Uploads X-SVN-Commit-Revision: 450677 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:03 -0000 Author: sunpoet Date: Tue Sep 26 15:56:01 2017 New Revision: 450677 URL: https://svnweb.freebsd.org/changeset/ports/450677 Log: Update to 0.14 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/CPAN-Recent-Uploads/Changes Modified: head/devel/p5-CPAN-Recent-Uploads/Makefile head/devel/p5-CPAN-Recent-Uploads/distinfo Modified: head/devel/p5-CPAN-Recent-Uploads/Makefile ============================================================================== --- head/devel/p5-CPAN-Recent-Uploads/Makefile Tue Sep 26 15:55:56 2017 (r450676) +++ head/devel/p5-CPAN-Recent-Uploads/Makefile Tue Sep 26 15:56:01 2017 (r450677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Recent-Uploads -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS @@ -16,9 +16,10 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-URI>=1.56:net/p5-URI \ - p5-YAML-LibYAML>=0.64:textproc/p5-YAML-LibYAML \ - p5-libwww>=5.835:www/p5-libwww + p5-YAML-LibYAML>=0.64:textproc/p5-YAML-LibYAML RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \ + p5-HTTP-Message>=0:www/p5-HTTP-Message NO_ARCH= yes USES= perl5 Modified: head/devel/p5-CPAN-Recent-Uploads/distinfo ============================================================================== --- head/devel/p5-CPAN-Recent-Uploads/distinfo Tue Sep 26 15:55:56 2017 (r450676) +++ head/devel/p5-CPAN-Recent-Uploads/distinfo Tue Sep 26 15:56:01 2017 (r450677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494610051 -SHA256 (CPAN-Recent-Uploads-0.12.tar.gz) = d5cad9861aa28af733b5245943b1b00c9fdecf20f4802d0cf1f48fe5bba2c6f0 -SIZE (CPAN-Recent-Uploads-0.12.tar.gz) = 13468 +TIMESTAMP = 1506437708 +SHA256 (CPAN-Recent-Uploads-0.14.tar.gz) = 9e5958ba33faffd2d5f694be41280a187bff61752af62db551be94b728b3006d +SIZE (CPAN-Recent-Uploads-0.14.tar.gz) = 13536 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 786CCE0F437; Tue, 26 Sep 2017 15:56: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 435396B5A3; Tue, 26 Sep 2017 15:56: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 v8QFu7Uf022145; Tue, 26 Sep 2017 15:56:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFu77h022143; Tue, 26 Sep 2017 15:56:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFu77h022143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450678 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Dispatch X-SVN-Commit-Revision: 450678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:08 -0000 Author: sunpoet Date: Tue Sep 26 15:56:07 2017 New Revision: 450678 URL: https://svnweb.freebsd.org/changeset/ports/450678 Log: Update to 2.67 Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Tue Sep 26 15:56:01 2017 (r450677) +++ head/devel/p5-Log-Dispatch/Makefile Tue Sep 26 15:56:07 2017 (r450678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.66 +PORTVERSION= 2.67 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Tue Sep 26 15:56:01 2017 (r450677) +++ head/devel/p5-Log-Dispatch/distinfo Tue Sep 26 15:56:07 2017 (r450678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502810033 -SHA256 (Log-Dispatch-2.66.tar.gz) = 02ec068ae44525839cf0ef47156bcd96a0df3ef84e3e9da8410ad469603449f0 -SIZE (Log-Dispatch-2.66.tar.gz) = 67636 +TIMESTAMP = 1506437723 +SHA256 (Log-Dispatch-2.67.tar.gz) = a94da2a5a24b3519012b69b94d32c558b332fae1a37c773e6e058009e2d0f304 +SIZE (Log-Dispatch-2.67.tar.gz) = 68022 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BB81E0F47A; Tue, 26 Sep 2017 15:56: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 587B46B618; Tue, 26 Sep 2017 15:56: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 v8QFuCcd022270; Tue, 26 Sep 2017 15:56:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFuCok022268; Tue, 26 Sep 2017 15:56:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFuCok022268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450679 - head/dns/p5-Net-LibIDN X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Net-LibIDN X-SVN-Commit-Revision: 450679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:13 -0000 Author: sunpoet Date: Tue Sep 26 15:56:12 2017 New Revision: 450679 URL: https://svnweb.freebsd.org/changeset/ports/450679 Log: Fix LICENSE - Add LICENSE_FILE - Sort PLIST Modified: head/dns/p5-Net-LibIDN/Makefile head/dns/p5-Net-LibIDN/pkg-plist Modified: head/dns/p5-Net-LibIDN/Makefile ============================================================================== --- head/dns/p5-Net-LibIDN/Makefile Tue Sep 26 15:56:07 2017 (r450678) +++ head/dns/p5-Net-LibIDN/Makefile Tue Sep 26 15:56:12 2017 (r450679) @@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This module provides access to the libidn library -LICENSE= ART10 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic LIB_DEPENDS= libidn.so:dns/libidn Modified: head/dns/p5-Net-LibIDN/pkg-plist ============================================================================== --- head/dns/p5-Net-LibIDN/pkg-plist Tue Sep 26 15:56:07 2017 (r450678) +++ head/dns/p5-Net-LibIDN/pkg-plist Tue Sep 26 15:56:12 2017 (r450679) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Net::LibIDN.3.gz %%SITE_ARCH%%/Net/LibIDN.pm %%SITE_ARCH%%/auto/Net/LibIDN/LibIDN.so %%SITE_ARCH%%/auto/Net/LibIDN/autosplit.ix +%%PERL5_MAN3%%/Net::LibIDN.3.gz From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C69E0F4AE; Tue, 26 Sep 2017 15:56: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 37F636B685; Tue, 26 Sep 2017 15:56: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 v8QFuH3M022405; Tue, 26 Sep 2017 15:56:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFuHoR022402; Tue, 26 Sep 2017 15:56:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFuHoR022402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450680 - in head/textproc/rubygem-gitlab-grit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc/rubygem-gitlab-grit: . files X-SVN-Commit-Revision: 450680 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:18 -0000 Author: sunpoet Date: Tue Sep 26 15:56:16 2017 New Revision: 450680 URL: https://svnweb.freebsd.org/changeset/ports/450680 Log: Update to 2.8.2 Changes: https://github.com/gitlabhq/grit/blob/master/History.txt Deleted: head/textproc/rubygem-gitlab-grit/files/ Modified: head/textproc/rubygem-gitlab-grit/Makefile head/textproc/rubygem-gitlab-grit/distinfo Modified: head/textproc/rubygem-gitlab-grit/Makefile ============================================================================== --- head/textproc/rubygem-gitlab-grit/Makefile Tue Sep 26 15:56:12 2017 (r450679) +++ head/textproc/rubygem-gitlab-grit/Makefile Tue Sep 26 15:56:16 2017 (r450680) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-gitlab-grit/distinfo ============================================================================== --- head/textproc/rubygem-gitlab-grit/distinfo Tue Sep 26 15:56:12 2017 (r450679) +++ head/textproc/rubygem-gitlab-grit/distinfo Tue Sep 26 15:56:16 2017 (r450680) @@ -1,2 +1,3 @@ -SHA256 (rubygem/gitlab-grit-2.8.1.gem) = d6180a4702374488a654d6b790628351a8b0c8c1a67a1e63b72be37f4d66c151 -SIZE (rubygem/gitlab-grit-2.8.1.gem) = 46592 +TIMESTAMP = 1506437733 +SHA256 (rubygem/gitlab-grit-2.8.2.gem) = 84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75 +SIZE (rubygem/gitlab-grit-2.8.2.gem) = 46592 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD2DCE0F4E9; Tue, 26 Sep 2017 15:56: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 65F546B6F4; Tue, 26 Sep 2017 15:56: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 v8QFuMfq022527; Tue, 26 Sep 2017 15:56:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFuMIf022525; Tue, 26 Sep 2017 15:56:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFuMIf022525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450681 - head/www/rubygem-selenium-webdriver X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-selenium-webdriver X-SVN-Commit-Revision: 450681 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:23 -0000 Author: sunpoet Date: Tue Sep 26 15:56:22 2017 New Revision: 450681 URL: https://svnweb.freebsd.org/changeset/ports/450681 Log: Update to 3.6.0 Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Tue Sep 26 15:56:16 2017 (r450680) +++ head/www/rubygem-selenium-webdriver/Makefile Tue Sep 26 15:56:22 2017 (r450681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Tue Sep 26 15:56:16 2017 (r450680) +++ head/www/rubygem-selenium-webdriver/distinfo Tue Sep 26 15:56:22 2017 (r450681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504799750 -SHA256 (rubygem/selenium-webdriver-3.5.2.gem) = fe42fdc7dfb654488715b79b970f59937a19acbbd1ad52e30206bfb3a8815d82 -SIZE (rubygem/selenium-webdriver-3.5.2.gem) = 830976 +TIMESTAMP = 1506437748 +SHA256 (rubygem/selenium-webdriver-3.6.0.gem) = 1276317792e13f24a556f4bec954bbd5213ac22018fa4ecb194904a450499626 +SIZE (rubygem/selenium-webdriver-3.6.0.gem) = 841216 From owner-svn-ports-head@freebsd.org Tue Sep 26 15:56:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C8E4E0F51B; Tue, 26 Sep 2017 15:56: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 37BE66B75D; Tue, 26 Sep 2017 15:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QFuRnc022636; Tue, 26 Sep 2017 15:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QFuRDG022635; Tue, 26 Sep 2017 15:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709261556.v8QFuRDG022635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Sep 2017 15:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450682 - head/www/rubygem-rails5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rails5 X-SVN-Commit-Revision: 450682 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 15:56:28 -0000 Author: sunpoet Date: Tue Sep 26 15:56:27 2017 New Revision: 450682 URL: https://svnweb.freebsd.org/changeset/ports/450682 Log: Update RUN_DEPENDS Modified: head/www/rubygem-rails5/Makefile Modified: head/www/rubygem-rails5/Makefile ============================================================================== --- head/www/rubygem-rails5/Makefile Tue Sep 26 15:56:22 2017 (r450681) +++ head/www/rubygem-rails5/Makefile Tue Sep 26 15:56:27 2017 (r450682) @@ -20,11 +20,10 @@ RUN_DEPENDS= rubygem-actioncable5>=${PORTVERSION}:www/ rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 \ rubygem-activerecord5>=${PORTVERSION}:databases/rubygem-activerecord5 \ rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ - rubygem-bundler<2.0:sysutils/rubygem-bundler \ + rubygem-bundler>=1.3.0:sysutils/rubygem-bundler \ rubygem-railties5>=${PORTVERSION}:www/rubygem-railties5 \ - rubygem-sprockets-rails-rails5>=2.0.0:devel/rubygem-sprockets-rails-rails5 - -RUN_DEPENDS+= rubygem-bindex>=0.5.0:devel/rubygem-bindex \ + rubygem-sprockets-rails-rails5>=2.0.0:devel/rubygem-sprockets-rails-rails5 \ + rubygem-bindex>=0.5.0:devel/rubygem-bindex \ rubygem-byebug>=9.0.6:devel/rubygem-byebug \ rubygem-capybara>=2.14.0:devel/rubygem-capybara \ rubygem-coffee-rails-rails5>=4.2.1:devel/rubygem-coffee-rails-rails5 \ From owner-svn-ports-head@freebsd.org Tue Sep 26 16:48:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A56CFE107D7; Tue, 26 Sep 2017 16:48: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 7428C6D29A; Tue, 26 Sep 2017 16:48: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 v8QGm28J043104; Tue, 26 Sep 2017 16:48:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QGm2se043102; Tue, 26 Sep 2017 16:48:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709261648.v8QGm2se043102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Sep 2017 16:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450683 - head/games/minerbold X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/minerbold X-SVN-Commit-Revision: 450683 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 16:48:03 -0000 Author: amdmi3 Date: Tue Sep 26 16:48:02 2017 New Revision: 450683 URL: https://svnweb.freebsd.org/changeset/ports/450683 Log: - Update to 1.4 Modified: head/games/minerbold/Makefile head/games/minerbold/distinfo Modified: head/games/minerbold/Makefile ============================================================================== --- head/games/minerbold/Makefile Tue Sep 26 15:56:27 2017 (r450682) +++ head/games/minerbold/Makefile Tue Sep 26 16:48:02 2017 (r450683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minerbold -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/minerbold/distinfo ============================================================================== --- head/games/minerbold/distinfo Tue Sep 26 15:56:27 2017 (r450682) +++ head/games/minerbold/distinfo Tue Sep 26 16:48:02 2017 (r450683) @@ -1,2 +1,3 @@ -SHA256 (gl00my-minerbold-1.3_GH0.tar.gz) = b25a567520cc141cbf55c79b6bd74d2d93759379fa5e80be7566aadbea2c3279 -SIZE (gl00my-minerbold-1.3_GH0.tar.gz) = 201654 +TIMESTAMP = 1506340380 +SHA256 (gl00my-minerbold-1.4_GH0.tar.gz) = e1905291798a14376a248d79fc92163563eb9a4a989ca57e39a0fda6df8254b5 +SIZE (gl00my-minerbold-1.4_GH0.tar.gz) = 203933 From owner-svn-ports-head@freebsd.org Tue Sep 26 17:44:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2E49E11E7A; Tue, 26 Sep 2017 17:44: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 CD8746EFB0; Tue, 26 Sep 2017 17:44: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 v8QHiPQN067569; Tue, 26 Sep 2017 17:44:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QHiOi6067567; Tue, 26 Sep 2017 17:44:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261744.v8QHiOi6067567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 17:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450684 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 17:44:26 -0000 Author: swills Date: Tue Sep 26 17:44:24 2017 New Revision: 450684 URL: https://svnweb.freebsd.org/changeset/ports/450684 Log: Document multiple vulnerabilities in tcpdump Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 16:48:02 2017 (r450683) +++ head/security/vuxml/vuln.xml Tue Sep 26 17:44:24 2017 (r450684) @@ -58,6 +58,119 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + tcpdump -- multiple vulnerabilities + + + tcpdump + 4.9.2 + + + + +

tcpdump developers report:

+
+

Too many issues to detail, see CVE references for details.

+
+ +
+ + CVE-2017-11541 + CVE-2017-11542 + CVE-2017-11543 + CVE-2017-12893 + CVE-2017-12894 + CVE-2017-12895 + CVE-2017-12896 + CVE-2017-12897 + CVE-2017-12898 + CVE-2017-12899 + CVE-2017-12900 + CVE-2017-12901 + CVE-2017-12902 + CVE-2017-12985 + CVE-2017-12986 + CVE-2017-12987 + CVE-2017-12988 + CVE-2017-12989 + CVE-2017-12990 + CVE-2017-12991 + CVE-2017-12992 + CVE-2017-12993 + CVE-2017-12994 + CVE-2017-12995 + CVE-2017-12996 + CVE-2017-12997 + CVE-2017-12998 + CVE-2017-12999 + CVE-2017-13000 + CVE-2017-13001 + CVE-2017-13002 + CVE-2017-13003 + CVE-2017-13004 + CVE-2017-13005 + CVE-2017-13006 + CVE-2017-13007 + CVE-2017-13008 + CVE-2017-13009 + CVE-2017-13010 + CVE-2017-13011 + CVE-2017-13012 + CVE-2017-13013 + CVE-2017-13014 + CVE-2017-13015 + CVE-2017-13016 + CVE-2017-13017 + CVE-2017-13018 + CVE-2017-13019 + CVE-2017-13020 + CVE-2017-13021 + CVE-2017-13022 + CVE-2017-13023 + CVE-2017-13024 + CVE-2017-13025 + CVE-2017-13026 + CVE-2017-13027 + CVE-2017-13028 + CVE-2017-13029 + CVE-2017-13030 + CVE-2017-13031 + CVE-2017-13032 + CVE-2017-13033 + CVE-2017-13034 + CVE-2017-13035 + CVE-2017-13036 + CVE-2017-13037 + CVE-2017-13038 + CVE-2017-13039 + CVE-2017-13040 + CVE-2017-13041 + CVE-2017-13042 + CVE-2017-13043 + CVE-2017-13044 + CVE-2017-13045 + CVE-2017-13046 + CVE-2017-13047 + CVE-2017-13048 + CVE-2017-13049 + CVE-2017-13050 + CVE-2017-13051 + CVE-2017-13052 + CVE-2017-13053 + CVE-2017-13054 + CVE-2017-13055 + CVE-2017-13687 + CVE-2017-13688 + CVE-2017-13689 + CVE-2017-13690 + CVE-2017-13725 + + + 2017-7-22 + 2017-9-26 + +
+ libraw -- buffer overflow From owner-svn-ports-head@freebsd.org Tue Sep 26 17:51:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59221E12146; Tue, 26 Sep 2017 17:51:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FAAE6F3A8; Tue, 26 Sep 2017 17:51:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QHpmP3071119; Tue, 26 Sep 2017 17:51:48 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QHplcA071112; Tue, 26 Sep 2017 17:51:47 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709261751.v8QHplcA071112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 26 Sep 2017 17:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450685 - in head/databases: . pointcloud pointcloud/files X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: . pointcloud pointcloud/files X-SVN-Commit-Revision: 450685 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 17:51:49 -0000 Author: girgen Date: Tue Sep 26 17:51:47 2017 New Revision: 450685 URL: https://svnweb.freebsd.org/changeset/ports/450685 Log: Add pointcloud to the ports tree A PostgreSQL extension for storing point cloud (LIDAR) data. PR: 221577 Added: head/databases/pointcloud/ head/databases/pointcloud/Makefile (contents, props changed) head/databases/pointcloud/distinfo (contents, props changed) head/databases/pointcloud/files/ head/databases/pointcloud/files/patch-CMakeLists.txt (contents, props changed) head/databases/pointcloud/files/patch-pgsql_pc__access.c (contents, props changed) head/databases/pointcloud/pkg-descr (contents, props changed) head/databases/pointcloud/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 26 17:44:24 2017 (r450684) +++ head/databases/Makefile Tue Sep 26 17:51:47 2017 (r450685) @@ -660,6 +660,7 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check + SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 Added: head/databases/pointcloud/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/Makefile Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,28 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= pointcloud +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v +CATEGORIES= databases geography + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= LIDAR types for PostgreSQL + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +BUILD_DEPENDS= ${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf +LIB_DEPENDS= libght.so:devel/libght + +USES= cmake pgsql +WANT_PGSQL= server +CMAKE_ARGS+= -DWITH_TESTS:BOOL=FALSE +CFLAGS+= -I${LOCALBASE}/include +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= pgpointcloud + +.include Added: head/databases/pointcloud/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/distinfo Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502912568 +SHA256 (pgpointcloud-pointcloud-v1.0.1_GH0.tar.gz) = 3fac2efe1263b0876c26fc77e28f3664b56aa1e142c92383f9eb5b828999d0e7 +SIZE (pgpointcloud-pointcloud-v1.0.1_GH0.tar.gz) = 281146 Added: head/databases/pointcloud/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/files/patch-CMakeLists.txt Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2015-08-09 08:58:06 UTC ++++ CMakeLists.txt +@@ -79,7 +79,7 @@ exec_program(${PG_CONFIG} ARGS --include + exec_program(${PG_CONFIG} ARGS --pkglibdir OUTPUT_VARIABLE PGSQL_PKGLIBDIR) + exec_program(${PG_CONFIG} ARGS --sharedir OUTPUT_VARIABLE PGSQL_SHAREDIR) + exec_program(${PG_CONFIG} ARGS --bindir OUTPUT_VARIABLE PGSQL_BINDIR) +-exec_program(${PG_CONFIG} ARGS --cppflags OUTPUT_VARIABLE PGSQL_CPPFLAGS) ++exec_program(${PG_CONFIG} ARGS --cflags OUTPUT_VARIABLE PGSQL_CFLAGS) + exec_program(${PG_CONFIG} ARGS --ldflags OUTPUT_VARIABLE PGSQL_LDFLAGS) + exec_program(${PG_CONFIG} ARGS --libs OUTPUT_VARIABLE PGSQL_LIBS) + +@@ -90,7 +90,7 @@ find_package (LibXml2 REQUIRED) + mark_as_advanced (CLEAR LIBXML2_INCLUDE_DIR) + mark_as_advanced (CLEAR LIBXML2_LIBRARIES) + include_directories (${LIBXML2_INCLUDE_DIR}) +- ++link_directories (${CMAKE_INSTALL_PREFIX}/lib) + + #------------------------------------------------------------------------------ Added: head/databases/pointcloud/files/patch-pgsql_pc__access.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/files/patch-pgsql_pc__access.c Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,11 @@ +--- pgsql/pc_access.c.orig 2015-08-09 08:58:06 UTC ++++ pgsql/pc_access.c +@@ -315,7 +315,7 @@ Datum pointcloud_agg_transfn(PG_FUNCTION + + if (fcinfo->context && IsA(fcinfo->context, AggState)) + { +- aggcontext = ((AggState *) fcinfo->context)->aggcontext; ++ aggcontext = ((AggState *) fcinfo->context)->aggcontexts; + } + else if (fcinfo->context && IsA(fcinfo->context, WindowAggState)) + { Added: head/databases/pointcloud/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/pkg-descr Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,3 @@ +A PostgreSQL extension for storing point cloud (LIDAR) data. + +WWW: https://github.com/pgpointcloud/pointcloud/ Added: head/databases/pointcloud/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pointcloud/pkg-plist Tue Sep 26 17:51:47 2017 (r450685) @@ -0,0 +1,5 @@ +lib/postgresql/pointcloud.so +share/postgresql/extension/pointcloud--1.0.1.sql +share/postgresql/extension/pointcloud.control +share/postgresql/extension/pointcloud_postgis--1.0.sql +share/postgresql/extension/pointcloud_postgis.control From owner-svn-ports-head@freebsd.org Tue Sep 26 18:05:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F3E7E12889; Tue, 26 Sep 2017 18:05:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F21C26FCBC; Tue, 26 Sep 2017 18:05: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 v8QI5dQq076235; Tue, 26 Sep 2017 18:05:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QI5dL1076233; Tue, 26 Sep 2017 18:05:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709261805.v8QI5dL1076233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Sep 2017 18:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450686 - head/games/powder-toy X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/powder-toy X-SVN-Commit-Revision: 450686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:05:40 -0000 Author: amdmi3 Date: Tue Sep 26 18:05:38 2017 New Revision: 450686 URL: https://svnweb.freebsd.org/changeset/ports/450686 Log: - Update to 92.5 Modified: head/games/powder-toy/Makefile head/games/powder-toy/distinfo Modified: head/games/powder-toy/Makefile ============================================================================== --- head/games/powder-toy/Makefile Tue Sep 26 17:51:47 2017 (r450685) +++ head/games/powder-toy/Makefile Tue Sep 26 18:05:38 2017 (r450686) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= powder-toy -PORTVERSION= 92.1 +PORTVERSION= 92.5 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= .332 # build number, not part of official version CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -17,7 +16,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libfftw3.so:math/fftw3 USE_GITHUB= yes -GH_ACCOUNT= simtr +GH_ACCOUNT= ThePowderToy GH_PROJECT= The-Powder-Toy USES= scons localbase:ldflags lua:51 Modified: head/games/powder-toy/distinfo ============================================================================== --- head/games/powder-toy/distinfo Tue Sep 26 17:51:47 2017 (r450685) +++ head/games/powder-toy/distinfo Tue Sep 26 18:05:38 2017 (r450686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503170043 -SHA256 (simtr-The-Powder-Toy-v92.1.332_GH0.tar.gz) = 062f53525879957361f988c5e60629fed78009a3ed25930d7c4551a02afa6509 -SIZE (simtr-The-Powder-Toy-v92.1.332_GH0.tar.gz) = 988376 +TIMESTAMP = 1506444443 +SHA256 (ThePowderToy-The-Powder-Toy-v92.5_GH0.tar.gz) = 289ba62b48230e4d3a885362fb68c26a0ac2288b21ef9d1f2764af19438403c4 +SIZE (ThePowderToy-The-Powder-Toy-v92.5_GH0.tar.gz) = 988767 From owner-svn-ports-head@freebsd.org Tue Sep 26 18:08:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E164EE12AB5; Tue, 26 Sep 2017 18:08:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAC4D6FF62; Tue, 26 Sep 2017 18:08:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QI8XXX076438; Tue, 26 Sep 2017 18:08:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QI8XPN076436; Tue, 26 Sep 2017 18:08:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709261808.v8QI8XPN076436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 26 Sep 2017 18:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450687 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/databases/elixir-timex_ecto X-SVN-Commit-Revision: 450687 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:08:35 -0000 Author: olgeni Date: Tue Sep 26 18:08:33 2017 New Revision: 450687 URL: https://svnweb.freebsd.org/changeset/ports/450687 Log: Update databases/elixir-timex_ecto to version 3.2.1. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Tue Sep 26 18:05:38 2017 (r450686) +++ head/databases/elixir-timex_ecto/Makefile Tue Sep 26 18:08:33 2017 (r450687) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Tue Sep 26 18:05:38 2017 (r450686) +++ head/databases/elixir-timex_ecto/distinfo Tue Sep 26 18:08:33 2017 (r450687) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498724495 -SHA256 (bitwalker-timex_ecto-3.2.0_GH0.tar.gz) = a52c4b3b6567de1620091e33af9686646279be7870d2e07157473ec67ec8113f -SIZE (bitwalker-timex_ecto-3.2.0_GH0.tar.gz) = 10239 +TIMESTAMP = 1506448991 +SHA256 (bitwalker-timex_ecto-3.2.1_GH0.tar.gz) = 05e8060103ff67e96bccbedbcc8f363b23f476a82ae359d235b00e73505a47c5 +SIZE (bitwalker-timex_ecto-3.2.1_GH0.tar.gz) = 11716 From owner-svn-ports-head@freebsd.org Tue Sep 26 18:14:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 484D4E12EC8; Tue, 26 Sep 2017 18:14:32 +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 15A06705BD; Tue, 26 Sep 2017 18:14:32 +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 v8QIEV5V080396; Tue, 26 Sep 2017 18:14:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIEVk7080394; Tue, 26 Sep 2017 18:14:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261814.v8QIEVk7080394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 18:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450688 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450688 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:14:32 -0000 Author: swills Date: Tue Sep 26 18:14:30 2017 New Revision: 450688 URL: https://svnweb.freebsd.org/changeset/ports/450688 Log: Document libbson issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 18:08:33 2017 (r450687) +++ head/security/vuxml/vuln.xml Tue Sep 26 18:14:30 2017 (r450688) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libbson -- Denial of Service + + + libbson + 1.8.1 + + + + +

mongodb developers report:

+
+

In MongoDB libbson 1.7.0, the bson_iter_codewscope function in bson-iter.c miscalculates a bson_utf8_validate length argument, which allows remote attackers to cause a denial of service (heap-based buffer over-read in the bson_utf8_validate function in bson-utf8.c), as demonstrated by bson-to-json.c.

+
+ +
+ + http://www.securityfocus.com/bid/100825 + https://bugzilla.redhat.com/show_bug.cgi?id=1489355 + https://bugzilla.redhat.com/show_bug.cgi?id=1489356 + https://bugzilla.redhat.com/show_bug.cgi?id=1489362 + CVE-2017-14227 + + + 2017-9-9 + 2017-9-26 + +
+ tcpdump -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Sep 26 18:24:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C317E1566F; Tue, 26 Sep 2017 18:24:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 490FF70CE3; Tue, 26 Sep 2017 18:24:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QIOZVX084623; Tue, 26 Sep 2017 18:24:35 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIOZvW084620; Tue, 26 Sep 2017 18:24:35 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709261824.v8QIOZvW084620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 26 Sep 2017 18:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450689 - head/security/libressl-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/libressl-devel X-SVN-Commit-Revision: 450689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:24:36 -0000 Author: brnrd Date: Tue Sep 26 18:24:35 2017 New Revision: 450689 URL: https://svnweb.freebsd.org/changeset/ports/450689 Log: security/libressl-devel: Update to 2.6.2 - Bugfix update Modified: head/security/libressl-devel/Makefile head/security/libressl-devel/distinfo head/security/libressl-devel/pkg-plist Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Tue Sep 26 18:14:30 2017 (r450688) +++ head/security/libressl-devel/Makefile Tue Sep 26 18:24:35 2017 (r450689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: head/security/libressl-devel/distinfo ============================================================================== --- head/security/libressl-devel/distinfo Tue Sep 26 18:14:30 2017 (r450688) +++ head/security/libressl-devel/distinfo Tue Sep 26 18:24:35 2017 (r450689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504715231 -SHA256 (libressl-2.6.1.tar.gz) = c293b3b5f1fc1d6349c019c3905355d577df32734b631d7e656503894e09127e -SIZE (libressl-2.6.1.tar.gz) = 3219005 +TIMESTAMP = 1506449242 +SHA256 (libressl-2.6.2.tar.gz) = b029d2492b72a9ba5b5fcd9f3d602c9fd0baa087912f2aaecc28f52f567ec478 +SIZE (libressl-2.6.2.tar.gz) = 3229140 Modified: head/security/libressl-devel/pkg-plist ============================================================================== --- head/security/libressl-devel/pkg-plist Tue Sep 26 18:14:30 2017 (r450688) +++ head/security/libressl-devel/pkg-plist Tue Sep 26 18:24:35 2017 (r450689) @@ -2590,5 +2590,7 @@ man/man1/openssl.1.gz %%MAN3%%man/man3/tls_unload_file.3.gz %%MAN3%%man/man3/tls_write.3.gz %%MAN3%%man/man3/verify_callback.3.gz +man/man5/openssl.cnf.5.gz +man/man5/x509v3.cnf.5.gz @dir etc/ssl/certs @dir include/openssl From owner-svn-ports-head@freebsd.org Tue Sep 26 18:26:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1949CE156B0; Tue, 26 Sep 2017 18:26:13 +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 D74A870DDB; Tue, 26 Sep 2017 18:26:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QIQBtA084778; Tue, 26 Sep 2017 18:26:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIQBNa084777; Tue, 26 Sep 2017 18:26:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709261826.v8QIQBNa084777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 26 Sep 2017 18:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450690 - head/databases X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/databases X-SVN-Commit-Revision: 450690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:26:13 -0000 Author: adamw Date: Tue Sep 26 18:26:11 2017 New Revision: 450690 URL: https://svnweb.freebsd.org/changeset/ports/450690 Log: Unhook pointcloud r450685 introduced pointcloud, but not its dependency archivers/lazperf. Once lazperf is added, pointcloud can be hooked back up. Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 26 18:24:35 2017 (r450689) +++ head/databases/Makefile Tue Sep 26 18:26:11 2017 (r450690) @@ -660,7 +660,7 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check - SUBDIR += pointcloud +# SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 From owner-svn-ports-head@freebsd.org Tue Sep 26 18:30:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23FC5E15745; Tue, 26 Sep 2017 18:30:10 +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 D6D3770F04; Tue, 26 Sep 2017 18:30:09 +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 v8QIU83x085019; Tue, 26 Sep 2017 18:30:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIU8HE085018; Tue, 26 Sep 2017 18:30:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709261830.v8QIU8HE085018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Sep 2017 18:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450691 - in head/databases: . pointcloud X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/databases: . pointcloud X-SVN-Commit-Revision: 450691 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:30:10 -0000 Author: mat Date: Tue Sep 26 18:30:08 2017 New Revision: 450691 URL: https://svnweb.freebsd.org/changeset/ports/450691 Log: Remove non functionnal port. Sponsored by: Absolight Deleted: head/databases/pointcloud/ Modified: head/databases/Makefile (contents, props changed) Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 26 18:26:11 2017 (r450690) +++ head/databases/Makefile Tue Sep 26 18:30:08 2017 (r450691) @@ -660,7 +660,6 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check -# SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 From owner-svn-ports-head@freebsd.org Tue Sep 26 18:31:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111ACE15910; Tue, 26 Sep 2017 18:31:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2584711D3; Tue, 26 Sep 2017 18:31:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QIVoMl087970; Tue, 26 Sep 2017 18:31:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIVon8087968; Tue, 26 Sep 2017 18:31:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261831.v8QIVon8087968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 18:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450692 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:31:52 -0000 Author: swills Date: Tue Sep 26 18:31:50 2017 New Revision: 450692 URL: https://svnweb.freebsd.org/changeset/ports/450692 Log: Document libzip issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 18:30:08 2017 (r450691) +++ head/security/vuxml/vuln.xml Tue Sep 26 18:31:50 2017 (r450692) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libzip -- denial of service + + + libzip + 1.3.0 + + + + +

libzip developers report:

+
+

The _zip_read_eocd64 function in zip_open.c in libzip before 1.3.0 mishandles EOCD records, which allows remote attackers to cause a denial of service (memory allocation failure in _zip_cdir_grow in zip_dirent.c) via a crafted ZIP archive.

+
+ +
+ + https://blogs.gentoo.org/ago/2017/09/01/libzip-memory-allocation-failure-in-_zip_cdir_grow-zip_dirent-c/ + https://github.com/nih-at/libzip/commit/9b46957ec98d85a572e9ef98301247f39338a3b5 + CVE-2017-14107 + + + 2017-9-1 + 2017-9-26 + +
+ libbson -- Denial of Service From owner-svn-ports-head@freebsd.org Tue Sep 26 18:39:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5090CE159EF; Tue, 26 Sep 2017 18:39:13 +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 0DC1B713DF; Tue, 26 Sep 2017 18:39:12 +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 v8QIdCIN089051; Tue, 26 Sep 2017 18:39:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QIdC3C089050; Tue, 26 Sep 2017 18:39:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709261839.v8QIdC3C089050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 26 Sep 2017 18:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450693 - head/sysutils/passwordsafe/files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/sysutils/passwordsafe/files X-SVN-Commit-Revision: 450693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 18:39:13 -0000 Author: brnrd Date: Tue Sep 26 18:39:12 2017 New Revision: 450693 URL: https://svnweb.freebsd.org/changeset/ports/450693 Log: sysutils/passwordsafe: Add missing patch for Yubikey Added: head/sysutils/passwordsafe/files/patch-Makefile.freebsd (contents, props changed) Added: head/sysutils/passwordsafe/files/patch-Makefile.freebsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/passwordsafe/files/patch-Makefile.freebsd Tue Sep 26 18:39:12 2017 (r450693) @@ -0,0 +1,11 @@ +--- Makefile.freebsd.orig 2017-05-01 15:10:07 UTC ++++ Makefile.freebsd +@@ -34,8 +34,6 @@ GIT := git + GZIP := gzip + ECHO := /bin/echo + +-export NO_YUBI := yes +- + GPG := /usr/local/bin/gpg + GPG_SIGN := $(GPG) --detach-sign --default-key $(GPG_KEY) + SIGN_CMD := $(foreach file, $(wildcard $(RELEASEDIR)/*$(RELEASENAME)*), $(GPG_SIGN) $(file); ) From owner-svn-ports-head@freebsd.org Tue Sep 26 19:13:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78A5E163D0; Tue, 26 Sep 2017 19:13:51 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8373D72392; Tue, 26 Sep 2017 19:13:51 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QJDosY005553; Tue, 26 Sep 2017 19:13:50 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QJDnij005546; Tue, 26 Sep 2017 19:13:49 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709261913.v8QJDnij005546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 26 Sep 2017 19:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450694 - in head: archivers archivers/lazperf archivers/lazperf/files databases X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head: archivers archivers/lazperf archivers/lazperf/files databases X-SVN-Commit-Revision: 450694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:13:51 -0000 Author: girgen Date: Tue Sep 26 19:13:49 2017 New Revision: 450694 URL: https://svnweb.freebsd.org/changeset/ports/450694 Log: Add lazperf to the ports tree and reenable databases/pointcloud PR: 221577 Added: head/archivers/lazperf/ head/archivers/lazperf/Makefile (contents, props changed) head/archivers/lazperf/distinfo (contents, props changed) head/archivers/lazperf/files/ head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp (contents, props changed) head/archivers/lazperf/pkg-descr (contents, props changed) head/archivers/lazperf/pkg-plist (contents, props changed) Modified: head/archivers/Makefile head/databases/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Tue Sep 26 18:39:12 2017 (r450693) +++ head/archivers/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -54,6 +54,7 @@ SUBDIR += kf5-karchive SUBDIR += kzip SUBDIR += laszip + SUBDIR += lazperf SUBDIR += lbrate SUBDIR += lbzip2 SUBDIR += lcab Added: head/archivers/lazperf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,23 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= lazperf +PORTVERSION= 1.1.0 +CATEGORIES= archivers databases geography + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Alternative LAZ implementation for C++ and JavaScript + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake +CMAKE_ARGS+= -DWITH_TESTS:BOOL=FALSE + +USE_GITHUB= yes +GH_ACCOUNT= hobu +GH_PROJECT= laz-perf + +post-build: + ${RM} ${WRKSRC}/laz-perf/portable_endian.hpp.orig +.include Added: head/archivers/lazperf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/distinfo Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502918669 +SHA256 (hobu-laz-perf-1.1.0_GH0.tar.gz) = 5413bb3e727d8b7155900f35b8f5e487eee418957d251fb3799d2cd3e17b2158 +SIZE (hobu-laz-perf-1.1.0_GH0.tar.gz) = 4025260 Added: head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,16 @@ +--- laz-perf/portable_endian.hpp.orig 2017-08-16 21:27:03 UTC ++++ laz-perf/portable_endian.hpp +@@ -41,11 +41,11 @@ + # define __PDP_ENDIAN PDP_ENDIAN + **/ + +-#elif defined(__OpenBSD__) || defined(EMSCRIPTEN_OPEN_BSD) ++#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(EMSCRIPTEN_OPEN_BSD) + + # include + +-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(EMSCRIPTEN_BSD) ++#elif defined(__NetBSD__) || defined(__DragonFly__) || defined(EMSCRIPTEN_BSD) + + # include + Added: head/archivers/lazperf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/pkg-descr Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,5 @@ +Alternative LAZ implementation. It supports compilation and usage in JavaScript, + usage in database contexts such as pgpointcloud and Oracle Point Cloud, and it +executes faster than the LASzip codebase. + +WWW: https://github.com/hobu/laz-perf Added: head/archivers/lazperf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/pkg-plist Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,22 @@ +include/laz-perf/common/common.hpp +include/laz-perf/common/types.hpp +include/laz-perf/compressor.hpp +include/laz-perf/decoder.hpp +include/laz-perf/decompressor.hpp +include/laz-perf/detail/field_gpstime.hpp +include/laz-perf/detail/field_point10.hpp +include/laz-perf/detail/field_rgb.hpp +include/laz-perf/detail/field_xyz.hpp +include/laz-perf/encoder.hpp +include/laz-perf/excepts.hpp +include/laz-perf/factory.hpp +include/laz-perf/formats.hpp +include/laz-perf/io.hpp +include/laz-perf/las.hpp +include/laz-perf/main.cpp +include/laz-perf/model.hpp +include/laz-perf/portable_endian.hpp +include/laz-perf/streams.hpp +include/laz-perf/util.hpp +lib/cmake/lazperf/lazperf-config.cmake +lib/cmake/lazperf/lazperf-configVersion.cmake Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 26 18:39:12 2017 (r450693) +++ head/databases/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -660,6 +660,7 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check + SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 From owner-svn-ports-head@freebsd.org Tue Sep 26 19:16:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C5A4E1642A; Tue, 26 Sep 2017 19:16:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7651072492; Tue, 26 Sep 2017 19:16:04 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QJG34T005874; Tue, 26 Sep 2017 19:16:03 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QJG3tH005866; Tue, 26 Sep 2017 19:16:03 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709261916.v8QJG3tH005866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 26 Sep 2017 19:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450695 - in head/devel: . libght libght/files X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/devel: . libght libght/files X-SVN-Commit-Revision: 450695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:16:04 -0000 Author: girgen Date: Tue Sep 26 19:16:02 2017 New Revision: 450695 URL: https://svnweb.freebsd.org/changeset/ports/450695 Log: Add libght to the ports tree PR: 221577 Added: head/devel/libght/ head/devel/libght/Makefile (contents, props changed) head/devel/libght/distinfo (contents, props changed) head/devel/libght/files/ head/devel/libght/files/patch-CMakeLists.txt (contents, props changed) head/devel/libght/files/patch-src_ght__hash.c (contents, props changed) head/devel/libght/pkg-descr (contents, props changed) head/devel/libght/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 26 19:13:49 2017 (r450694) +++ head/devel/Makefile Tue Sep 26 19:16:02 2017 (r450695) @@ -1398,6 +1398,7 @@ SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline + SUBDIR += libght SUBDIR += libghthash SUBDIR += libgit2 SUBDIR += libgit2-glib Added: head/devel/libght/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/Makefile Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,26 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= libght +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel geography + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= GeoHashTree library for storing and accessing multi-dimensional point clouds + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libproj.so:graphics/proj \ + liblas.so:devel/liblas \ + libcunit.so:devel/cunit + +USES= cmake +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= pramsey + +.include Added: head/devel/libght/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/distinfo Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502917817 +SHA256 (pramsey-libght-v0.1.0_GH0.tar.gz) = 3af40719bcb59785a2927ff95524ef9c961304c3b6522172036b66a1991164db +SIZE (pramsey-libght-v0.1.0_GH0.tar.gz) = 57017 Added: head/devel/libght/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/files/patch-CMakeLists.txt Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2013-07-11 17:41:23 UTC ++++ CMakeLists.txt +@@ -53,6 +53,7 @@ find_package (LibXml2 REQUIRED) + mark_as_advanced (CLEAR LIBXML2_INCLUDE_DIR) + mark_as_advanced (CLEAR LIBXML2_LIBRARIES) + include_directories (${LIBXML2_INCLUDE_DIR}) ++link_directories (${CMAKE_INSTALL_PREFIX}/lib) + + #------------------------------------------------------------------------------ + # need libLAS and Proj4 for file translation tools Added: head/devel/libght/files/patch-src_ght__hash.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/files/patch-src_ght__hash.c Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,10 @@ +--- src/ght_hash.c.orig 2013-07-11 17:41:23 UTC ++++ src/ght_hash.c +@@ -7,6 +7,7 @@ + ******************************************************************************/ + + #include "ght_internal.h" ++#include + + #define MAX_HASH_LENGTH 22 + Added: head/devel/libght/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/pkg-descr Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,19 @@ +A file format and library for storing and rapidly accessing point cloud data, in + particular LIDAR data. + +GeoHashTree organizes points into a tree structure for fast spatial access. The +tree structure itself encodes the significant bits of at each node, so child nod +es can omit them. The result is a smaller file than if all the points were store +d with full precision. Each node includes statistical information about the chil +dren below (e.g. average/median Z value) permitting fast overview generation. Ad +ditional attributes are attached to the tree at parent nodes, below which all ch +ildren share the attribute value. This reduces duplicate data storage further. + +The advantage of a GeoHashTree file over a LAS file is fast access and filtering +, since the tree encodes useful information at each node to speed searches over +the full set of points in the file. LASZ zipped files can be smaller, but will b +e less efficient at overviews, searching and sub-setting. GHT is a good working +format for applications that will be filtering and querying large sets of LIDAR +data. + +WWW: https://github.com/pramsey/libght Added: head/devel/libght/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libght/pkg-plist Tue Sep 26 19:16:02 2017 (r450695) @@ -0,0 +1,6 @@ +bin/las2ght +include/ght.h +include/ght_core.h +lib/libght.a +lib/libght.so +lib/libght.so.0.1.0 From owner-svn-ports-head@freebsd.org Tue Sep 26 19:27:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D08E16996; Tue, 26 Sep 2017 19:27:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE7F72CE1; Tue, 26 Sep 2017 19:27:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7369D2155D; Tue, 26 Sep 2017 19:27:02 +0000 (UTC) From: Jan Beich To: Palle Girgensohn Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450694 - in head: archivers archivers/lazperf archivers/lazperf/files databases References: <201709261913.v8QJDnij005546@repo.freebsd.org> Date: Tue, 26 Sep 2017 21:26:57 +0200 In-Reply-To: <201709261913.v8QJDnij005546@repo.freebsd.org> (Palle Girgensohn's message of "Tue, 26 Sep 2017 19:13:49 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:27:03 -0000 Palle Girgensohn writes: > Modified: head/databases/Makefile > ============================================================================== > --- head/databases/Makefile Tue Sep 26 18:39:12 2017 (r450693) > +++ head/databases/Makefile Tue Sep 26 19:13:49 2017 (r450694) > @@ -660,6 +660,7 @@ > SUBDIR += phppgadmin > SUBDIR += pldebugger > SUBDIR += plpgsql_check > + SUBDIR += pointcloud > SUBDIR += postgis-jdbc > SUBDIR += postgis20 > SUBDIR += postgis21 This is likely to break INDEX build. The port in question doesn't exist, it was removed in r450691. From owner-svn-ports-head@freebsd.org Tue Sep 26 19:32:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1FEDE16C39; Tue, 26 Sep 2017 19:32:58 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88A0F7308A; Tue, 26 Sep 2017 19:32:58 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QJWv1b014085; Tue, 26 Sep 2017 19:32:57 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QJWvIj014084; Tue, 26 Sep 2017 19:32:57 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709261932.v8QJWvIj014084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 26 Sep 2017 19:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450696 - head/databases/pointcloud X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/databases/pointcloud X-SVN-Commit-Revision: 450696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:32:58 -0000 Author: girgen Date: Tue Sep 26 19:32:57 2017 New Revision: 450696 URL: https://svnweb.freebsd.org/changeset/ports/450696 Log: reenable pointcloud, all of it this time... It was removed in r450691 since depending ports where not added to the tree. PR: 221577 Added: head/databases/pointcloud/ - copied from r450690, head/databases/pointcloud/ From owner-svn-ports-head@freebsd.org Tue Sep 26 19:41:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 677C8E1F3CF; Tue, 26 Sep 2017 19:41:12 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [109.228.164.3]) by mx1.freebsd.org (Postfix) with ESMTP id 29995735E1; Tue, 26 Sep 2017 19:41:11 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from [10.0.1.10] (h-158-174-8-242.NA.cust.bahnhof.se [158.174.8.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 2583C2455B; Tue, 26 Sep 2017 21:34:26 +0200 (CEST) From: Palle Girgensohn Message-Id: <0E68CB5D-8694-4AC1-922B-7826F401BED8@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_D5B792B3-0034-456C-A4B3-70C77AD01686"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450694 - in head: archivers archivers/lazperf archivers/lazperf/files databases Date: Tue, 26 Sep 2017 21:34:26 +0200 In-Reply-To: Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Adam Weinberger To: Jan Beich References: <201709261913.v8QJDnij005546@repo.freebsd.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:41:12 -0000 --Apple-Mail=_D5B792B3-0034-456C-A4B3-70C77AD01686 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > 26 sep. 2017 kl. 21:26 skrev Jan Beich : >=20 > Palle Girgensohn writes: >=20 >> Modified: head/databases/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/databases/Makefile Tue Sep 26 18:39:12 2017 = (r450693) >> +++ head/databases/Makefile Tue Sep 26 19:13:49 2017 = (r450694) >> @@ -660,6 +660,7 @@ >> SUBDIR +=3D phppgadmin >> SUBDIR +=3D pldebugger >> SUBDIR +=3D plpgsql_check >> + SUBDIR +=3D pointcloud >> SUBDIR +=3D postgis-jdbc >> SUBDIR +=3D postgis20 >> SUBDIR +=3D postgis21 >=20 > This is likely to break INDEX build. The port in question doesn't = exist, > it was removed in r450691. Ah, sorry for the confusion. svn didn't help me realize that the port = was not only removed from the Makefile, but was entirely removed... It = should all be restored now. Palle --Apple-Mail=_D5B792B3-0034-456C-A4B3-70C77AD01686 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJZyqvCAAoJEDQn0sf36UlsJiEH/i9RgCVdsNHJSG17jZ1rBKNG Fo8Z9O/nqFZneozH7R0ATdC4GsIXiuKGos+S+Y47KNlXMJe6PN3l6xFyuneMSder GWyrShoaoEs2YFMkMKxGTOUBwk+lRYoR3nRryN/Ecg3J058MRRaKI+Q/69YhjkYL C0Yt2Q1xi015gfNwmuqt0qmxHkob3DF2o1BZDTZmEE6fT1I/wD0V6ehjnRaWIWJX O8NqmSn2cyDhrK63ViLIUeJ+nLQOCA7JBksrjQD/hRvSdY4sMyBRnZcISfFVLPVG XvjyWniVpCR9YmMfwZS7jJMII6Cw+ap6M4b5Ilmpy6S5+Rtl6kovLYN+CEqiCRQ= =anrp -----END PGP SIGNATURE----- --Apple-Mail=_D5B792B3-0034-456C-A4B3-70C77AD01686-- From owner-svn-ports-head@freebsd.org Tue Sep 26 19:48:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC088E1F7BC; Tue, 26 Sep 2017 19:48:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7057399C; Tue, 26 Sep 2017 19:48:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FD4FC.dip0.t-ipconnect.de [91.15.212.252]) by toco-domains.de (Postfix) with ESMTPA id 0D9251AAF001; Tue, 26 Sep 2017 21:48:32 +0200 (CEST) Subject: Re: svn commit: r450588 - in head/lang/perl5.24: . files To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201709251301.v8PD1MOZ053220@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Tue, 26 Sep 2017 21:48:31 +0200 MIME-Version: 1.0 In-Reply-To: <201709251301.v8PD1MOZ053220@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 19:48:44 -0000 This stop here with this error: ===>  Cleaning for perl5-5.24.3 make: don't know how to make post-clean-noflavor. Stop make: stopped in /usr/ports/lang/perl5.24 Am 25.09.2017 um 15:01 schrieb Mathieu Arnold: > Author: mat > Date: Mon Sep 25 13:01:22 2017 > New Revision: 450588 > URL: https://svnweb.freebsd.org/changeset/ports/450588 > > Log: > Update to 5.24.3. > > Sponsored by: Absolight > > Modified: > head/lang/perl5.24/distinfo (contents, props changed) > head/lang/perl5.24/files/patch-Configure (contents, props changed) > head/lang/perl5.24/files/patch-dtrace (contents, props changed) > head/lang/perl5.24/pkg-plist (contents, props changed) > head/lang/perl5.24/version.mk > > Modified: head/lang/perl5.24/distinfo > ============================================================================== > --- head/lang/perl5.24/distinfo Mon Sep 25 12:35:14 2017 (r450587) > +++ head/lang/perl5.24/distinfo Mon Sep 25 13:01:22 2017 (r450588) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1500199044 > -SHA256 (perl/perl-5.24.2.tar.xz) = b25dd465ef32edf853078eb540b26243db0a3b5e1b1cc84393703d9564be67c0 > -SIZE (perl/perl-5.24.2.tar.xz) = 11570420 > +TIMESTAMP = 1506285242 > +SHA256 (perl/perl-5.24.3.tar.xz) = 03fe3e4ea39d2a4982703572599a80f3d5f368a1359ed89746ea1d8bec6cfbba > +SIZE (perl/perl-5.24.3.tar.xz) = 11574740 > > Modified: head/lang/perl5.24/files/patch-Configure > ============================================================================== > --- head/lang/perl5.24/files/patch-Configure Mon Sep 25 12:35:14 2017 (r450587) > +++ head/lang/perl5.24/files/patch-Configure Mon Sep 25 13:01:22 2017 (r450588) > @@ -1,4 +1,4 @@ > ---- Configure.orig 2016-04-23 17:51:26 UTC > +--- Configure.orig 2017-08-23 20:07:24 UTC > +++ Configure > @@ -3862,7 +3862,10 @@ esac > . ./posthint.sh > @@ -21,7 +21,7 @@ > case " $libpth " in > *" $xxx "*) ;; > *) libpth="$libpth $xxx";; > -@@ -9590,8 +9593,7 @@ prefixvar=siteman3dir > +@@ -9604,8 +9607,7 @@ prefixvar=siteman3dir > > : determine where add-on public executable scripts go > case "$sitescript" in > > Modified: head/lang/perl5.24/files/patch-dtrace > ============================================================================== > --- head/lang/perl5.24/files/patch-dtrace Mon Sep 25 12:35:14 2017 (r450587) > +++ head/lang/perl5.24/files/patch-dtrace Mon Sep 25 13:01:22 2017 (r450588) > @@ -1,4 +1,4 @@ > ---- Configure.orig 2016-07-14 19:08:07 UTC > +--- Configure.orig 2017-09-22 14:26:35 UTC > +++ Configure > @@ -940,6 +940,7 @@ lddlflags='' > usedl='' > @@ -8,7 +8,7 @@ > ebcdic='' > fflushNULL='' > fflushall='' > -@@ -8140,10 +8141,19 @@ while $test 1 ; do > +@@ -8154,10 +8155,19 @@ while $test 1 ; do > > if $test -f $dtrace > then > @@ -29,7 +29,7 @@ > echo " " > echo "Good: your $dtrace knows about the -h flag." > else > -@@ -8157,6 +8167,17 @@ while $test 1 ; do > +@@ -8171,6 +8181,17 @@ while $test 1 ; do > EOM > exit 1 > fi > @@ -47,7 +47,7 @@ > break; > fi > > -@@ -20756,7 +20777,11 @@ $define) > +@@ -20770,7 +20791,11 @@ $define) > dtraceobject=$define > ;; > ' '|'') > @@ -60,7 +60,7 @@ > $cat >try.c < #include "perldtrace.h" > int main(void) { > -@@ -20766,14 +20791,14 @@ int main(void) { > +@@ -20780,14 +20805,14 @@ int main(void) { > EOM > dtraceobject=$undef > if $cc -c -o try.o $optimize $ccflags try.c \ > @@ -77,7 +77,7 @@ > esac > > : Determine if this is an EBCDIC system > -@@ -24722,6 +24747,7 @@ drand01='$drand01' > +@@ -24736,6 +24761,7 @@ drand01='$drand01' > drand48_r_proto='$drand48_r_proto' > dtrace='$dtrace' > dtraceobject='$dtraceobject' > @@ -85,7 +85,7 @@ > dynamic_ext='$dynamic_ext' > eagain='$eagain' > ebcdic='$ebcdic' > ---- Makefile.SH.orig 2016-07-16 10:52:42 UTC > +--- Makefile.SH.orig 2017-07-15 18:00:51 UTC > +++ Makefile.SH > @@ -390,8 +390,13 @@ VG_TEST ?= ./perl -e 1 2>/dev/null > ;; > @@ -153,7 +153,7 @@ > + > +$spitshell >>$Makefile <<'!NO!SUBS!' > + > - perltoc_pod_prereqs = extra.pods pod/perl5242delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod > + perltoc_pod_prereqs = extra.pods pod/perl5243delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod > generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) > generated_headers = uudmap.h bitcount.h mg_data.h > @@ -860,19 +908,32 @@ mydtrace.h: $(DTRACE_H) > @@ -220,7 +220,7 @@ > -@rm -f miniperl.xok > !NO!SUBS! > > ---- Porting/Glossary.orig 2016-07-14 19:06:55 UTC > +--- Porting/Glossary.orig 2017-06-30 21:03:20 UTC > +++ Porting/Glossary > @@ -2949,6 +2949,11 @@ dtrace (usedtrace.U): > dtraceobject (dtraceobject.U): > @@ -234,7 +234,7 @@ > dynamic_ext (Extensions.U): > This variable holds a list of XS extension files we want to > link dynamically into the package. It is used by Makefile. > ---- ext/XS-APItest/Makefile.PL.orig 2016-07-14 19:08:07 UTC > +--- ext/XS-APItest/Makefile.PL.orig 2017-06-30 21:03:22 UTC > +++ ext/XS-APItest/Makefile.PL > @@ -58,7 +58,8 @@ sub MY::postamble > DTRACE_D = ../../perldtrace.d > @@ -246,7 +246,7 @@ > POSTAMBLE > > return $post; > ---- hints/freebsd.sh.orig 2016-07-14 19:07:39 UTC > +--- hints/freebsd.sh.orig 2017-06-30 21:03:22 UTC > +++ hints/freebsd.sh > @@ -105,6 +105,15 @@ case "$osvers" in > ;; > > Modified: head/lang/perl5.24/pkg-plist > ============================================================================== > --- head/lang/perl5.24/pkg-plist Mon Sep 25 12:35:14 2017 (r450587) > +++ head/lang/perl5.24/pkg-plist Mon Sep 25 13:01:22 2017 (r450588) > @@ -1450,9 +1450,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf > %%PRIV_LIB%%/pod/perl5221delta.pod > %%PRIV_LIB%%/pod/perl5222delta.pod > %%PRIV_LIB%%/pod/perl5223delta.pod > +%%PRIV_LIB%%/pod/perl5224delta.pod > %%PRIV_LIB%%/pod/perl5240delta.pod > %%PRIV_LIB%%/pod/perl5241delta.pod > %%PRIV_LIB%%/pod/perl5242delta.pod > +%%PRIV_LIB%%/pod/perl5243delta.pod > %%PRIV_LIB%%/pod/perl561delta.pod > %%PRIV_LIB%%/pod/perl56delta.pod > %%PRIV_LIB%%/pod/perl581delta.pod > @@ -2122,9 +2124,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf > %%MAN1%%/perl5221delta.1.gz > %%MAN1%%/perl5222delta.1.gz > %%MAN1%%/perl5223delta.1.gz > +%%MAN1%%/perl5224delta.1.gz > %%MAN1%%/perl5240delta.1.gz > %%MAN1%%/perl5241delta.1.gz > %%MAN1%%/perl5242delta.1.gz > +%%MAN1%%/perl5243delta.1.gz > %%MAN1%%/perl561delta.1.gz > %%MAN1%%/perl56delta.1.gz > %%MAN1%%/perl581delta.1.gz > > Modified: head/lang/perl5.24/version.mk > ============================================================================== > --- head/lang/perl5.24/version.mk Mon Sep 25 12:35:14 2017 (r450587) > +++ head/lang/perl5.24/version.mk Mon Sep 25 13:01:22 2017 (r450588) > @@ -1,2 +1,2 @@ > -PERL_VERSION= 5.24.2 > +PERL_VERSION= 5.24.3 > PERL5_DEPEND= perl5>=5.24<5.25 > From owner-svn-ports-head@freebsd.org Tue Sep 26 20:06:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5933EE20132; Tue, 26 Sep 2017 20:06:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D61274523; Tue, 26 Sep 2017 20:06:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from pi by fc.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dww7l-000MG9-Db; Tue, 26 Sep 2017 22:06:33 +0200 Date: Tue, 26 Sep 2017 22:06:33 +0200 From: Kurt Jaeger To: Jochen Neumeister Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450588 - in head/lang/perl5.24: . files Message-ID: <20170926200633.GA18907@fc.opsec.eu> References: <201709251301.v8PD1MOZ053220@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 20:06:39 -0000 Hi! > This stop here with this error: > > ===>?? Cleaning for perl5-5.24.3 > make: don't know how to make post-clean-noflavor. Stop That's probably a side effect of the FLAVOURS feature recently added. Will probably be fixed soon. -- pi@FreeBSD.org +49 171 3101372 3 years to go ! From owner-svn-ports-head@freebsd.org Tue Sep 26 20:28:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B15FE20915; Tue, 26 Sep 2017 20:28:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEF3D75106; Tue, 26 Sep 2017 20:28:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QKSreZ034751; Tue, 26 Sep 2017 20:28:53 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QKSrl1034750; Tue, 26 Sep 2017 20:28:53 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201709262028.v8QKSrl1034750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Sep 2017 20:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450697 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450697 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 20:28:55 -0000 Author: mat Date: Tue Sep 26 20:28:53 2017 New Revision: 450697 URL: https://svnweb.freebsd.org/changeset/ports/450697 Log: Fix post-clean. Submitted by: antoine Sponsored by: Absolight Modified: head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Sep 26 19:32:57 2017 (r450696) +++ head/Mk/bsd.port.mk Tue Sep 26 20:28:53 2017 (r450697) @@ -3730,7 +3730,7 @@ do-clean-noflavor: @cd ${.CURDIR} && ${SETENV} ${MAKE} do-clean .if target(post-clean) CLEAN_DEPENDENCIES+= post-clean-noflavor -post-clean-${_f}: +post-clean-noflavor: @cd ${.CURDIR} && ${SETENV} ${MAKE} post-clean .endif .ORDER: ${CLEAN_DEPENDENCIES} From owner-svn-ports-head@freebsd.org Tue Sep 26 20:35:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19066E20CCF; Tue, 26 Sep 2017 20:35:47 +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 D9E7975590; Tue, 26 Sep 2017 20:35:46 +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 v8QKZjtm039075; Tue, 26 Sep 2017 20:35:45 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QKZjrw039073; Tue, 26 Sep 2017 20:35:45 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709262035.v8QKZjrw039073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 26 Sep 2017 20:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450698 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 450698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 20:35:47 -0000 Author: madpilot Date: Tue Sep 26 20:35:45 2017 New Revision: 450698 URL: https://svnweb.freebsd.org/changeset/ports/450698 Log: Update deskutils/calibre to 3.8.0 Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Sep 26 20:28:53 2017 (r450697) +++ head/deskutils/calibre/Makefile Tue Sep 26 20:35:45 2017 (r450698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTVERSION= 3.8.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Tue Sep 26 20:28:53 2017 (r450697) +++ head/deskutils/calibre/distinfo Tue Sep 26 20:35:45 2017 (r450698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503646501 -SHA256 (calibre-3.7.0.tar.xz) = ea03815bafe3fce8ac3aeda06c7d2b94add4a9b0017fcd7e2b17e0107a8f60f1 -SIZE (calibre-3.7.0.tar.xz) = 36636488 +TIMESTAMP = 1506068632 +SHA256 (calibre-3.8.0.tar.xz) = 17bfe172420e55ff4f4b19b80253210bacb9a4d0f2fdcffd5b0f456cf5765c4c +SIZE (calibre-3.8.0.tar.xz) = 37922608 From owner-svn-ports-head@freebsd.org Tue Sep 26 21:32:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0EA8E2278A; Tue, 26 Sep 2017 21:32:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B36A778A7; Tue, 26 Sep 2017 21:32:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QLWuLK063977; Tue, 26 Sep 2017 21:32:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QLWuEw063975; Tue, 26 Sep 2017 21:32:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709262132.v8QLWuEw063975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 21:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450699 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450699 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 21:32:57 -0000 Author: swills Date: Tue Sep 26 21:32:56 2017 New Revision: 450699 URL: https://svnweb.freebsd.org/changeset/ports/450699 Log: Document sugarcrm issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 20:35:45 2017 (r450698) +++ head/security/vuxml/vuln.xml Tue Sep 26 21:32:56 2017 (r450699) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + sugarcrm -- multiple vulnerabilities + + + sugarcrm + 6.5.26 + + + + +

sugarcrm developers reports:

+
+

An issue was discovered in SugarCRM before 7.7.2.3, 7.8.x before 7.8.2.2, and 7.9.x before 7.9.2.0 (and Sugar Community Edition 6.5.26). Several areas have been identified in the Documents and Emails module that could allow an authenticated user to perform SQL injection, as demonstrated by a backslash character at the end of a bean_id to modules/Emails/DetailView.php. An attacker could exploit these vulnerabilities by sending a crafted SQL request to the affected areas. An exploit could allow the attacker to modify the SQL database. Proper SQL escaping has been added to prevent such exploits.

+

An issue was discovered in SugarCRM before 7.7.2.3, 7.8.x before 7.8.2.2, and 7.9.x before 7.9.2.0 (and Sugar Community Edition 6.5.26). A remote file inclusion has been identified in the Connectors module allowing authenticated users to include remotely accessible system files via a query string. Proper input validation has been added to mitigate this issue.

+

An issue was discovered in SugarCRM before 7.7.2.3, 7.8.x before 7.8.2.2, and 7.9.x before 7.9.2.0 (and Sugar Community Edition 6.5.26). The WebToLeadCapture functionality is found vulnerable to unauthenticated cross-site scripting (XSS) attacks. This attack vector is mitigated by proper validating the redirect URL values being passed along.

+
+ +
+ + https://blog.ripstech.com/2017/sugarcrm-security-diet-multiple-vulnerabilities/ + https://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-006/ + https://blog.ripstech.com/2017/sugarcrm-security-diet-multiple-vulnerabilities/ + https://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-007/ + https://blog.ripstech.com/2017/sugarcrm-security-diet-multiple-vulnerabilities/ + https://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-008/ + CVE-2017-14508 + CVE-2017-14509 + CVE-2017-14510 + + + 2017-9-17 + 2017-9-26 + +
+ libzip -- denial of service From owner-svn-ports-head@freebsd.org Tue Sep 26 22:31:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40396E23F51; Tue, 26 Sep 2017 22:31: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 0EF197D8BA; Tue, 26 Sep 2017 22:31:48 +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 v8QMVmUI087903; Tue, 26 Sep 2017 22:31:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QMVmeY087902; Tue, 26 Sep 2017 22:31:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709262231.v8QMVmeY087902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Sep 2017 22:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450700 - head/emulators/mame/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/mame/files X-SVN-Commit-Revision: 450700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 22:31:49 -0000 Author: jbeich Date: Tue Sep 26 22:31:48 2017 New Revision: 450700 URL: https://svnweb.freebsd.org/changeset/ports/450700 Log: emulators/{mame,mess}: unbreak after r450461 ../../../../../src/osd/modules/render/drawbgfx.c:174:8: error: no member named 'sdlSetWindow' in namespace 'bgfx' bgfx::sdlSetWindow(window().sdl_window()); ~~~~~~^ Reported by: pkg-fallout Added: head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h (contents, props changed) Added: head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h Tue Sep 26 22:31:48 2017 (r450700) @@ -0,0 +1,13 @@ +Catch up with https://hg.libsdl.org/SDL/rev/d11daa346140 + +--- 3rdparty/bgfx/include/bgfxplatform.h.orig 2015-09-30 06:29:01 UTC ++++ 3rdparty/bgfx/include/bgfxplatform.h +@@ -186,7 +186,7 @@ namespace bgfx + + #endif // BX_PLATFORM_ + +-#if defined(_SDL_syswm_h) ++#if defined(_SDL_syswm_h) || defined(SDL_syswm_h_) + // If SDL_syswm.h is included before bgfxplatform.h we can enable SDL window + // interop convenience code. + From owner-svn-ports-head@freebsd.org Tue Sep 26 22:32:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57B3DE23F86; Tue, 26 Sep 2017 22:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3485E7D9BD; Tue, 26 Sep 2017 22:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QMW410088026; Tue, 26 Sep 2017 22:32:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QMW4hP088025; Tue, 26 Sep 2017 22:32:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709262232.v8QMW4hP088025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Sep 2017 22:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450701 - head/science/gnudatalanguage X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/science/gnudatalanguage X-SVN-Commit-Revision: 450701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 22:32:05 -0000 Author: jbeich Date: Tue Sep 26 22:32:04 2017 New Revision: 450701 URL: https://svnweb.freebsd.org/changeset/ports/450701 Log: science/gnudatalanguage: unbreak with gcc6 on 10.* src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_decinc_dot_expr(ProgNode*, int)': GDLInterpreter.cpp:(.text+0x4c24): undefined reference to `operator delete(void*, unsigned int)' GDLInterpreter.cpp:(.text+0x4f51): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_arrayexpr_mfcall_as_arrayexpr(ProgNode*, BaseGDL*)': GDLInterpreter.cpp:(.text+0x51e9): undefined reference to `operator delete(void*, unsigned int)' GDLInterpreter.cpp:(.text+0x5442): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o: In function `GDLInterpreter::l_arrayexpr_mfcall(ProgNode*, BaseGDL*)': GDLInterpreter.cpp:(.text+0x5ab2): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/GDLInterpreter.cpp.o:GDLInterpreter.cpp:(.text._ZN5antlr15CharInputBufferD0Ev[_ZN5antlr15CharInputBufferD5Ev]+0x5d): more undefined references to `operator delete(void*, unsigned int)' follow src/CMakeFiles/gdl.dir/basic_fun.cpp.o: In function `ForInfoListT::resize(unsigned long long)': basic_fun.cpp:(.text._ZN12ForInfoListTI12ForLoopInfoTLy32EE6resizeEy[_ZN12ForInfoListTI12ForLoopInfoTLy32EE6resizeEy]+0x17e): undefined reference to `operator delete[](void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::~DCommon()': dcommon.cpp:(.text+0xf5): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::~DCommon()': dcommon.cpp:(.text+0x154): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommonRef::~DCommonRef()': dcommon.cpp:(.text+0x3fd): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcommon.cpp.o: In function `DCommon::AddVar(std::__1::basic_string, std::__1::allocator > const&)': dcommon.cpp:(.text+0x482): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcompiler.cpp.o: In function `DCompiler::ForwardFunction(std::__1::basic_string, std::__1::allocator > const&)': dcompiler.cpp:(.text+0x226): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/dcompiler.cpp.o:dcompiler.cpp:(.text+0x314): more undefined references to `operator delete(void*, unsigned int)' follow src/CMakeFiles/gdl.dir/envt.cpp.o: In function `ForInfoListT::~ForInfoListT()': envt.cpp:(.text._ZN12ForInfoListTI12ForLoopInfoTLy32EED2Ev[_ZN12ForInfoListTI12ForLoopInfoTLy32EED5Ev]+0x76): undefined reference to `operator delete[](void*, unsigned int)' src/CMakeFiles/gdl.dir/envt.cpp.o: In function `EnvUDT::~EnvUDT()': envt.cpp:(.text._ZN6EnvUDTD2Ev[_ZN6EnvUDTD5Ev]+0xca): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/extrat.cpp.o: In function `ExtraT::ResolveExtra(EnvBaseT*)': extrat.cpp:(.text+0x1aaa): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/fmtnode.cpp.o: In function `FMTNode::~FMTNode()': fmtnode.cpp:(.text+0x44): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/gdlexception.cpp.o: In function `WarnAboutObsoleteRoutine(antlr::ASTRefCount, std::__1::basic_string, std::__1::allocator > const&)': gdlexception.cpp:(.text+0x1c6f): undefined reference to `operator delete(void*, unsigned int)' gdlexception.cpp:(.text+0x1eab): undefined reference to `operator delete(void*, unsigned int)' src/CMakeFiles/gdl.dir/gdlxstream.cpp.o:gdlxstream.cpp:(.text._ZN10GDLXStreamD0Ev[_ZN10GDLXStreamD5Ev]+0x1d): more undefined references to `operator delete(void*, unsigned int)' follow PR: 219300 Reported by: pkg-fallout Submitted by: rakuco Modified: head/science/gnudatalanguage/Makefile (contents, props changed) Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue Sep 26 22:31:48 2017 (r450700) +++ head/science/gnudatalanguage/Makefile Tue Sep 26 22:32:04 2017 (r450701) @@ -26,6 +26,13 @@ USE_WX= 3.0+ USE_XORG= x11 sm ice xext USES= cmake:outsource compiler:gcc-c++11-lib dos2unix ncurses pkgconfig readline tar:tgz +# On FreeBSD < 11 libc++ lacks support for sized delete operators. +# GCC dropped the builtin version of these operators in 6+ by +# defaulting to gnu++14. Force c++11 instead. +# For a more detailed discussion see: +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 +USE_CXXSTD= gnu++11 + # Disable ncurses and readline from ports # Disable ImageMagick (does'nt work with plplot because dynamic drivers # are enabled by default) From owner-svn-ports-head@freebsd.org Tue Sep 26 23:37:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E1DEE25979; Tue, 26 Sep 2017 23:37:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1899280023; Tue, 26 Sep 2017 23:37:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QNbKvX013885; Tue, 26 Sep 2017 23:37:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QNbKwN013882; Tue, 26 Sep 2017 23:37:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709262337.v8QNbKwN013882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Sep 2017 23:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450702 - in head/security/botan110: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security/botan110: . files X-SVN-Commit-Revision: 450702 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 26 Sep 2017 23:37:21 -0000 Author: jbeich Date: Tue Sep 26 23:37:19 2017 New Revision: 450702 URL: https://svnweb.freebsd.org/changeset/ports/450702 Log: security/botan110: make ECC mandatory Boost >= 1.65 no longer provides TR1. However, GCC defaults to C++14 while libc++ leaks enough C++11 features that TR1 can be emulated in C++98 mode. PR: 220760 Approved by: portmgr blanket Tested by: Dmitri Goutnik, Ralf van der Enden Added: head/security/botan110/files/patch-src_ssl_tls__record.h (contents, props changed) Modified: head/security/botan110/Makefile (contents, props changed) Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Tue Sep 26 22:32:04 2017 (r450701) +++ head/security/botan110/Makefile Tue Sep 26 23:37:19 2017 (r450702) @@ -3,7 +3,7 @@ PORTNAME= botan PORTVERSION= 1.10.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 @@ -15,14 +15,14 @@ COMMENT= Portable, easy to use, and efficient C++ cryp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt -OPTIONS_DEFINE= SSL GMP ECC DOCS -OPTIONS_DEFAULT= SSL GMP ECC -ECC_DESC= ECC support +OPTIONS_DEFINE= SSL GMP DOCS +OPTIONS_DEFAULT= SSL GMP USES= compiler gmake python:build tar:tgz HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py -CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib +CONFIGURE_ARGS= --prefix=${PREFIX} --cc ${CHOSEN_COMPILER_TYPE} \ + --with-tr1-implementation=system --with-bzip2 --with-zlib MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ @@ -41,23 +41,12 @@ CONFIGURE_ARGS+=--with-openssl .endif .if ${PORT_OPTIONS:MGMP} +USES+= localbase:ldflags LIB_DEPENDS+= libgmp.so:math/gmp CONFIGURE_ARGS+=--with-gnump -MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" .endif -.if ${PORT_OPTIONS:MECC} -BROKEN= fails to build with boost 1.65, see bug 220760 -BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:devel/boost-libs -CONFIGURE_ARGS+=--with-tr1-implementation=boost -CXXFLAGS+= -I${LOCALBASE}/include -.else -CONFIGURE_ARGS+=--with-tr1-implementation=none -.endif - .include - -CONFIGURE_ARGS+=--cc ${COMPILER_TYPE} post-patch: ${REINPLACE_CMD} -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \ Added: head/security/botan110/files/patch-src_ssl_tls__record.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/botan110/files/patch-src_ssl_tls__record.h Tue Sep 26 23:37:19 2017 (r450702) @@ -0,0 +1,31 @@ +--- src/ssl/tls_record.h.orig 2016-04-28 13:27:08 UTC ++++ src/ssl/tls_record.h +@@ -17,8 +17,15 @@ + + #if defined(BOTAN_USE_STD_TR1) + +-#if defined(BOTAN_BUILD_COMPILER_IS_MSVC) ++#if defined(_LIBCPP_VERSION) || defined(BOTAN_BUILD_COMPILER_IS_MSVC) + #include ++ #if defined(_LIBCPP_VERSION) ++ namespace std { ++ namespace tr1 { ++ using std::function; ++ } ++ } ++ #endif + #else + #include + #endif +@@ -31,7 +38,11 @@ + + namespace Botan { + ++#if defined(_LIBCPP_VERSION) ++using namespace std::placeholders; ++#else + using namespace std::tr1::placeholders; ++#endif + + /** + * TLS Record Writer From owner-svn-ports-head@freebsd.org Wed Sep 27 04:06:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1095E2A018; Wed, 27 Sep 2017 04:06:16 +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 3E092214A; Wed, 27 Sep 2017 04:06:16 +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 v8R46FVv024882; Wed, 27 Sep 2017 04:06:15 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R46FiT024878; Wed, 27 Sep 2017 04:06:15 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709270406.v8R46FiT024878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 27 Sep 2017 04:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450703 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/pecl-swoole: . files X-SVN-Commit-Revision: 450703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:06:16 -0000 Author: vanilla Date: Wed Sep 27 04:06:14 2017 New Revision: 450703 URL: https://svnweb.freebsd.org/changeset/ports/450703 Log: 1: Update to 1.9.21 2: add a patch for libressl. Added: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c (contents, props changed) Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo head/devel/pecl-swoole/files/patch-config.m4 Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Tue Sep 26 23:37:19 2017 (r450702) +++ head/devel/pecl-swoole/Makefile Wed Sep 27 04:06:14 2017 (r450703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.9.16 +PORTVERSION= 1.9.21 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org @@ -18,13 +18,11 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre -OPTIONS_DEFINE= HTTP2 REDIS RING_BUFFER SOCKETS +OPTIONS_DEFINE= HTTP2 REDIS SOCKETS HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ON= --enable-async-redis -RING_BUFFER_DESC= Use ring buffer pool -RING_BUFFER_CONFIGURE_ON= --enable-ringbuffer SOCKETS_USE= PHP=sockets:build SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Tue Sep 26 23:37:19 2017 (r450702) +++ head/devel/pecl-swoole/distinfo Wed Sep 27 04:06:14 2017 (r450703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500129219 -SHA256 (PECL/swoole-1.9.16.tgz) = bd7a13b2ab5663cb28af24945246b2bcf280b667686548e1314778a72dcabab2 -SIZE (PECL/swoole-1.9.16.tgz) = 689633 +TIMESTAMP = 1506483954 +SHA256 (PECL/swoole-1.9.21.tgz) = 4e8dbd491693c2cc34e8af657f759ca661db3a25860f96242f6c62db8008b70b +SIZE (PECL/swoole-1.9.21.tgz) = 707603 Modified: head/devel/pecl-swoole/files/patch-config.m4 ============================================================================== --- head/devel/pecl-swoole/files/patch-config.m4 Tue Sep 26 23:37:19 2017 (r450702) +++ head/devel/pecl-swoole/files/patch-config.m4 Wed Sep 27 04:06:14 2017 (r450703) @@ -1,6 +1,6 @@ ---- config.m4.orig 2017-04-18 09:30:04 UTC +--- config.m4.orig 2017-09-26 08:30:45 UTC +++ config.m4 -@@ -250,7 +250,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -255,7 +255,7 @@ if test "$PHP_SWOOLE" != "no"; then AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) Added: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-swoole/files/patch-src_protocol_SSL.c Wed Sep 27 04:06:14 2017 (r450703) @@ -0,0 +1,11 @@ +--- src/protocol/SSL.c.orig 2017-09-27 04:04:44 UTC ++++ src/protocol/SSL.c +@@ -98,7 +98,7 @@ static const SSL_METHOD *swSSL_get_metho + + void swSSL_init(void) + { +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L + OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL); + #else + OPENSSL_config(NULL); From owner-svn-ports-head@freebsd.org Wed Sep 27 04:11:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 433F2E2A286; Wed, 27 Sep 2017 04:11:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091952470; Wed, 27 Sep 2017 04:11: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 v8R4Bnlw028079; Wed, 27 Sep 2017 04:11:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4BnHR028078; Wed, 27 Sep 2017 04:11:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270411.v8R4BnHR028078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450704 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450704 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:11:50 -0000 Author: jbeich Date: Wed Sep 27 04:11:49 2017 New Revision: 450704 URL: https://svnweb.freebsd.org/changeset/ports/450704 Log: gecko: PULSEAUDIO-only builds can fallback to OSS Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Sep 27 04:06:14 2017 (r450703) +++ head/Mk/bsd.gecko.mk Wed Sep 27 04:11:49 2017 (r450704) @@ -359,12 +359,7 @@ MOZ_OPTIONS+= --enable-alsa .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -. if ${PORT_OPTIONS:MALSA} -BUILD_DEPENDS+= pulseaudio>0:audio/pulseaudio -. else -# pull pulse package if we cannot fallback to another backend -LIB_DEPENDS+= libpulse.so:audio/pulseaudio -. endif +BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/pulseaudio.h:audio/pulseaudio MOZ_OPTIONS+= --enable-pulseaudio .else MOZ_OPTIONS+= --disable-pulseaudio From owner-svn-ports-head@freebsd.org Wed Sep 27 04:12:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E00B2E2A2AC; Wed, 27 Sep 2017 04:12:07 +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 B6850266C; Wed, 27 Sep 2017 04:12:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R4C6XB028425; Wed, 27 Sep 2017 04:12:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4C5Eq028412; Wed, 27 Sep 2017 04:12:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270412.v8R4C5Eq028412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450705 - in head: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/seamonkey www/seamonkey/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/seamonkey www/seamonkey/files X-SVN-Commit-Revision: 450705 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:12:08 -0000 Author: jbeich Date: Wed Sep 27 04:12:05 2017 New Revision: 450705 URL: https://svnweb.freebsd.org/changeset/ports/450705 Log: gecko: add JACK option (enabled by default) PR: 221464 Added: head/mail/thunderbird/files/patch-bug1386957 (contents, props changed) head/www/firefox-esr/files/patch-bug1386957 (contents, props changed) head/www/firefox/files/patch-bug1386957 (contents, props changed) head/www/seamonkey/files/patch-bug1386957 (contents, props changed) Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/pkg-message (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/Makefile.options (contents, props changed) head/www/firefox/pkg-message (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Sep 27 04:11:49 2017 (r450704) +++ head/Mk/bsd.gecko.mk Wed Sep 27 04:12:05 2017 (r450705) @@ -358,6 +358,11 @@ RUN_DEPENDS+= alsa-lib>=1.1.1_1:audio/alsa-lib MOZ_OPTIONS+= --enable-alsa .endif +.if ${PORT_OPTIONS:MJACK} +BUILD_DEPENDS+= ${LOCALBASE}/include/jack/jack.h:audio/jack +MOZ_OPTIONS+= --enable-jack +.endif + .if ${PORT_OPTIONS:MPULSEAUDIO} BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/pulseaudio.h:audio/pulseaudio MOZ_OPTIONS+= --enable-pulseaudio Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed Sep 27 04:11:49 2017 (r450704) +++ head/mail/thunderbird/Makefile Wed Sep 27 04:12:05 2017 (r450705) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Added: head/mail/thunderbird/files/patch-bug1386957 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1386957 Wed Sep 27 04:12:05 2017 (r450705) @@ -0,0 +1,14 @@ +https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2 + +--- mozilla/media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC ++++ mozilla/media/libcubeb/src/cubeb_jack.cpp +@@ -8,7 +8,9 @@ + */ + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#ifndef __FreeBSD__ + #define _POSIX_SOURCE ++#endif + #include + #include + #include Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/firefox-esr/Makefile Wed Sep 27 04:12:05 2017 (r450705) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.3.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Added: head/www/firefox-esr/files/patch-bug1386957 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1386957 Wed Sep 27 04:12:05 2017 (r450705) @@ -0,0 +1,14 @@ +https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2 + +--- media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC ++++ media/libcubeb/src/cubeb_jack.cpp +@@ -8,7 +8,9 @@ + */ + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#ifndef __FreeBSD__ + #define _POSIX_SOURCE ++#endif + #include + #include + #include Modified: head/www/firefox-esr/pkg-message ============================================================================== --- head/www/firefox-esr/pkg-message Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/firefox-esr/pkg-message Wed Sep 27 04:12:05 2017 (r450705) @@ -10,6 +10,13 @@ Some features available on other platforms are not imp ====================================================================== +To select non-default audio backend open about:config page and create +media.cubeb.backend preference. Supported values are: alsa, jack, +pulse, oss, sndio. Currently, selected backend can be inspected on +about:support page. + +====================================================================== + smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/firefox/Makefile Wed Sep 27 04:12:05 2017 (r450705) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 55.0.3 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/firefox/Makefile.options Wed Sep 27 04:12:05 2017 (r450705) @@ -5,12 +5,14 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DT OPTIMIZED_CFLAGS PGO PROFILE TEST OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS \ - ALSA PULSEAUDIO \ + ${OPTIONS_MULTI_AUDIO:NSNDIO} \ ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} OPTIONS_MULTI+= AUDIO -OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO SNDIO +OPTIONS_MULTI_AUDIO= ALSA JACK PULSEAUDIO SNDIO +# WebRTC legacy audio library only supports ALSA and PulseAudio +JACK_IMPLIES= ALSA # No lazy-bindings and inconsistent fallback order (libcubeb vs. audio_device) SNDIO_PREVENTS= ${OPTIONS_MULTI_AUDIO:NSNDIO} Added: head/www/firefox/files/patch-bug1386957 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1386957 Wed Sep 27 04:12:05 2017 (r450705) @@ -0,0 +1,14 @@ +https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2 + +--- media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC ++++ media/libcubeb/src/cubeb_jack.cpp +@@ -8,7 +8,9 @@ + */ + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#ifndef __FreeBSD__ + #define _POSIX_SOURCE ++#endif + #include + #include + #include Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/firefox/pkg-message Wed Sep 27 04:12:05 2017 (r450705) @@ -11,6 +11,13 @@ Some features available on other platforms are not imp ====================================================================== +To select non-default audio backend open about:config page and create +media.cubeb.backend preference. Supported values are: alsa, jack, +pulse, pulse-rust, oss, sndio. Currently, selected backend can be +inspected on about:support page. + +====================================================================== + smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/libxul/Makefile Wed Sep 27 04:12:05 2017 (r450705) @@ -58,6 +58,7 @@ OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 .include "${.CURDIR}/../../www/firefox/Makefile.options" +OPTIONS_MULTI_AUDIO:= ${OPTIONS_MULTI_AUDIO:NJACK} .if ${USE_MOZILLA:M-nss} MOZ_PKGCONFIG_FILES+= mozilla-nss Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Wed Sep 27 04:11:49 2017 (r450704) +++ head/www/seamonkey/Makefile Wed Sep 27 04:12:05 2017 (r450705) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.48 MOZILLA_VER= 51 # above + 3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Added: head/www/seamonkey/files/patch-bug1386957 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug1386957 Wed Sep 27 04:12:05 2017 (r450705) @@ -0,0 +1,14 @@ +https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2 + +--- mozilla/media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC ++++ mozilla/media/libcubeb/src/cubeb_jack.cpp +@@ -8,7 +8,9 @@ + */ + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#ifndef __FreeBSD__ + #define _POSIX_SOURCE ++#endif + #include + #include + #include From owner-svn-ports-head@freebsd.org Wed Sep 27 04:12:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 896C9E2A2E0; Wed, 27 Sep 2017 04:12:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28DBB2725; Wed, 27 Sep 2017 04:12:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R4CKth029286; Wed, 27 Sep 2017 04:12:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4CKKN029282; Wed, 27 Sep 2017 04:12:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270412.v8R4CKKN029282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450706 - in head/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox-esr firefox-esr-i18n X-SVN-Commit-Revision: 450706 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:12:21 -0000 Author: jbeich Date: Wed Sep 27 04:12:19 2017 New Revision: 450706 URL: https://svnweb.freebsd.org/changeset/ports/450706 Log: www/firefox-esr: update to 52.4.0 Changes: https://www.mozilla.org/firefox/52.4.0/releasenotes/ Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q3 Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr-i18n/distinfo (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Wed Sep 27 04:12:05 2017 (r450705) +++ head/www/firefox-esr-i18n/Makefile Wed Sep 27 04:12:19 2017 (r450706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.3.0 +PORTVERSION= 52.4.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi Modified: head/www/firefox-esr-i18n/distinfo ============================================================================== --- head/www/firefox-esr-i18n/distinfo Wed Sep 27 04:12:05 2017 (r450705) +++ head/www/firefox-esr-i18n/distinfo Wed Sep 27 04:12:19 2017 (r450706) @@ -1,185 +1,185 @@ -TIMESTAMP = 1501645147 -SHA256 (xpi/firefox-52.3.0/ach.xpi) = c0aacc28486d754902edbbbe50ed183abad204a8cce75b11863e1cf96a60d825 -SIZE (xpi/firefox-52.3.0/ach.xpi) = 427640 -SHA256 (xpi/firefox-52.3.0/af.xpi) = 207af367fa9f488aeacc765706cd94d7cf3c105ee457e705209d627037822dcc -SIZE (xpi/firefox-52.3.0/af.xpi) = 436823 -SHA256 (xpi/firefox-52.3.0/an.xpi) = e72d2816b03299b1194c2a88d1ed582d1ee159ed1202ed00bc1a062a6e1deef8 -SIZE (xpi/firefox-52.3.0/an.xpi) = 445142 -SHA256 (xpi/firefox-52.3.0/ar.xpi) = 0e8b755d190e1c55eecb7821ee2069d680695bef0a89b10cb4b53f65baa67b17 -SIZE (xpi/firefox-52.3.0/ar.xpi) = 473382 -SHA256 (xpi/firefox-52.3.0/as.xpi) = 238f44c6f9377d9d28859ae4a956ad7078a0c1e32ea90704e5bb748d54cb7eae -SIZE (xpi/firefox-52.3.0/as.xpi) = 486889 -SHA256 (xpi/firefox-52.3.0/ast.xpi) = 2ef4009632b74fca6615b56d7416f6af9d22584c4ee35031162d3ac9ffa097dc -SIZE (xpi/firefox-52.3.0/ast.xpi) = 440033 -SHA256 (xpi/firefox-52.3.0/az.xpi) = 768244143eda032162c3daea1d2c1533b31c6a86b6d0d19ce5ec39e09a43e523 -SIZE (xpi/firefox-52.3.0/az.xpi) = 454923 -SHA256 (xpi/firefox-52.3.0/bg.xpi) = 1bac7681facb8cc8c04ac68f605bf97e2d8b4edb6c9cf1e98aa1dd379812ef13 -SIZE (xpi/firefox-52.3.0/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.3.0/bn-BD.xpi) = 397b9e0887ee70f343c3952ad1e0e9cc7656cbdedd73e059e9ca9dc6f0e1ef5c -SIZE (xpi/firefox-52.3.0/bn-BD.xpi) = 511995 -SHA256 (xpi/firefox-52.3.0/bn-IN.xpi) = d66093cc936920feb983c1489d6cce00c8fa8a0bf9bb5330ceb7f5d78e871e61 -SIZE (xpi/firefox-52.3.0/bn-IN.xpi) = 509376 -SHA256 (xpi/firefox-52.3.0/br.xpi) = 29fa4dc8bad69fe943baf9c089ff1f27c3a42e42dde597823742dfbd96a7752c -SIZE (xpi/firefox-52.3.0/br.xpi) = 435483 -SHA256 (xpi/firefox-52.3.0/bs.xpi) = a1d4e7260166048e4f19e5d633ab058edd84d3ae39515d243d3bdff8db08f8ce -SIZE (xpi/firefox-52.3.0/bs.xpi) = 441782 -SHA256 (xpi/firefox-52.3.0/ca.xpi) = e5f075e6cadc0d8cb1c53717f4f67f5e929a992508d9dcdb10d94ab8573cc1f9 -SIZE (xpi/firefox-52.3.0/ca.xpi) = 443304 -SHA256 (xpi/firefox-52.3.0/cak.xpi) = 14811772d5c76968e667f3207b2e5ac5bc6f455e62b7c6fcfcfbc57ca8ac26f6 -SIZE (xpi/firefox-52.3.0/cak.xpi) = 459185 -SHA256 (xpi/firefox-52.3.0/cs.xpi) = a69dc84defc8c777a7ff19fa3554aab9fbfd3cb268abdc2049034dc7acbcc189 -SIZE (xpi/firefox-52.3.0/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.3.0/cy.xpi) = b373c2f301d0c88486ba29fde7dcf10cf40011398b1efcfd19c8213afad6e8a7 -SIZE (xpi/firefox-52.3.0/cy.xpi) = 436583 -SHA256 (xpi/firefox-52.3.0/da.xpi) = 94747b5e4ad531a57945abb45903fcd954b61c3b34340cc765abebb7f8a2ee6d -SIZE (xpi/firefox-52.3.0/da.xpi) = 424394 -SHA256 (xpi/firefox-52.3.0/de.xpi) = d6b299afd7c1ffbc1ea998a44700dcbd8d0903c5a5257e24b8a7559f2d0dd9f1 -SIZE (xpi/firefox-52.3.0/de.xpi) = 442479 -SHA256 (xpi/firefox-52.3.0/dsb.xpi) = 767e298998ad290b3cd2dd15936362d1018fc2b1dd0ce2cf4fd4d2535d402f70 -SIZE (xpi/firefox-52.3.0/dsb.xpi) = 459425 -SHA256 (xpi/firefox-52.3.0/el.xpi) = 59fafef324b25195dce95869dd2caf80ae63608f9274a34b3378fe8f6881957f -SIZE (xpi/firefox-52.3.0/el.xpi) = 516592 -SHA256 (xpi/firefox-52.3.0/en-GB.xpi) = ced1286a91e7c870814fe38247805bed009f12fcc3b527a0b990fc946efb7846 -SIZE (xpi/firefox-52.3.0/en-GB.xpi) = 419323 -SHA256 (xpi/firefox-52.3.0/en-US.xpi) = 267dd3d9070915c1b949982f64d5f727f49faa0c32c4a06b0b5ac0efd9239f16 -SIZE (xpi/firefox-52.3.0/en-US.xpi) = 428630 -SHA256 (xpi/firefox-52.3.0/en-ZA.xpi) = f8270ae9412b220fb7d57a6afb6d29890e8d8a17f42898e206b96c5060f69cc4 -SIZE (xpi/firefox-52.3.0/en-ZA.xpi) = 412212 -SHA256 (xpi/firefox-52.3.0/eo.xpi) = ffe9c253de049981753a1bb5f29d8f1f8f5ce958d727de19d152e3c0433f8c05 -SIZE (xpi/firefox-52.3.0/eo.xpi) = 437474 -SHA256 (xpi/firefox-52.3.0/es-AR.xpi) = c30654478b3855f25946478656106052d44c30b5751c6a0354f064628b85c354 -SIZE (xpi/firefox-52.3.0/es-AR.xpi) = 445925 -SHA256 (xpi/firefox-52.3.0/es-CL.xpi) = e59310284b6034c665e8c294fa1733aabc267929aae2d00008e7601b4fc6af4b -SIZE (xpi/firefox-52.3.0/es-CL.xpi) = 445676 -SHA256 (xpi/firefox-52.3.0/es-ES.xpi) = d70ddac75d37e654dac89bc1c0c4ff963bfbc8743d552efc08e663df5c07702b -SIZE (xpi/firefox-52.3.0/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-52.3.0/es-MX.xpi) = a708b3395913ad9a0a45659be578822a4211de8b381d851cf2404c07b8703a80 -SIZE (xpi/firefox-52.3.0/es-MX.xpi) = 448385 -SHA256 (xpi/firefox-52.3.0/et.xpi) = 465c067184efdec93c8d8f4678ece0e1acfae458fc7caa646fa3e7b26a1f5e83 -SIZE (xpi/firefox-52.3.0/et.xpi) = 425113 -SHA256 (xpi/firefox-52.3.0/eu.xpi) = 8a3dbf459aa5e5bcffb69f4c42d27c940d08e6fb14293c2375f1d7352ae506df -SIZE (xpi/firefox-52.3.0/eu.xpi) = 438479 -SHA256 (xpi/firefox-52.3.0/fa.xpi) = f41c413d7b0e2bd96776b5f400835ebea9483ed6ff8b36171f72653cf91326a8 -SIZE (xpi/firefox-52.3.0/fa.xpi) = 491344 -SHA256 (xpi/firefox-52.3.0/ff.xpi) = 408d13cab9eec8dba25caa288240612b018329a484fdac20a8e7a8fa458c4251 -SIZE (xpi/firefox-52.3.0/ff.xpi) = 440928 -SHA256 (xpi/firefox-52.3.0/fi.xpi) = 62c5f927f1c265170eb65e748b9b005dcbcca2b25d26b9f593aec0dbf1ed5c16 -SIZE (xpi/firefox-52.3.0/fi.xpi) = 430061 -SHA256 (xpi/firefox-52.3.0/fr.xpi) = 1254dc79973bceb1f50ef4c5806cbb9b05be71ed7b4019b524a120429efd2c4b -SIZE (xpi/firefox-52.3.0/fr.xpi) = 450210 -SHA256 (xpi/firefox-52.3.0/fy-NL.xpi) = af1c46ce12cced81d0d16f124805250a64b8ea4cfb8b2c50b56b25710c591d78 -SIZE (xpi/firefox-52.3.0/fy-NL.xpi) = 444970 -SHA256 (xpi/firefox-52.3.0/ga-IE.xpi) = 7de28f84b6b75f2d20e45d4f47bdc232c192c33d95c6267f05a9fd4057bc477b -SIZE (xpi/firefox-52.3.0/ga-IE.xpi) = 458164 -SHA256 (xpi/firefox-52.3.0/gd.xpi) = 04b66cd227d63d88af75966da3fb7af63dd4c9cd895b426b4316b6f3b6fca06a -SIZE (xpi/firefox-52.3.0/gd.xpi) = 447268 -SHA256 (xpi/firefox-52.3.0/gl.xpi) = efaa0f33d619dc0fd5b2c4ca663b02051a0aaef260c41e6a6929af7a74e888c7 -SIZE (xpi/firefox-52.3.0/gl.xpi) = 447295 -SHA256 (xpi/firefox-52.3.0/gn.xpi) = a415eb324efc28fd0fd40ca0984c0da3c4bee5edef61535c038f12ea9d5913c2 -SIZE (xpi/firefox-52.3.0/gn.xpi) = 456214 -SHA256 (xpi/firefox-52.3.0/gu-IN.xpi) = 79a00a6a34ec1ddb108cc5aaa069e1fa63d26809b0bd3960de7ea1b95d521867 -SIZE (xpi/firefox-52.3.0/gu-IN.xpi) = 489364 -SHA256 (xpi/firefox-52.3.0/he.xpi) = fe6b5002bf32098bec2900958dfe6fee6a738b3cf6bed34420ce3168ef6b5688 -SIZE (xpi/firefox-52.3.0/he.xpi) = 455283 -SHA256 (xpi/firefox-52.3.0/hi-IN.xpi) = 54873b68e7ba70b2b5c49d2c053bb8db6f1263c90300e1a8dd072d3f8054b5f8 -SIZE (xpi/firefox-52.3.0/hi-IN.xpi) = 506519 -SHA256 (xpi/firefox-52.3.0/hr.xpi) = c04362df15f9b547e28afabe693837d23f5719dc2ba5cb226137e4a95a99a885 -SIZE (xpi/firefox-52.3.0/hr.xpi) = 447503 -SHA256 (xpi/firefox-52.3.0/hsb.xpi) = 89d2919938885e466d5ba0dd400a8e286f3b30aaef352c43af7db9d652d862ce -SIZE (xpi/firefox-52.3.0/hsb.xpi) = 457259 -SHA256 (xpi/firefox-52.3.0/hu.xpi) = a601b2d34694509cc21bb3c5c946e888a91493718814b9ba47836cc8f8ad6645 -SIZE (xpi/firefox-52.3.0/hu.xpi) = 451496 -SHA256 (xpi/firefox-52.3.0/hy-AM.xpi) = 6e3f082abd61476672c23534f7f95b5002e49f08b0d953185e8c9f4faf289e01 -SIZE (xpi/firefox-52.3.0/hy-AM.xpi) = 495773 -SHA256 (xpi/firefox-52.3.0/id.xpi) = 0bb07e6d635a2232b8082dd39013ca49de04a2e2fe5352bcdcdd19a6b533d079 -SIZE (xpi/firefox-52.3.0/id.xpi) = 426023 -SHA256 (xpi/firefox-52.3.0/is.xpi) = fd20e675130a0a585d91dce4a5106c80ae6e7bf909824d2f941b9a0b38bd6b4b -SIZE (xpi/firefox-52.3.0/is.xpi) = 442694 -SHA256 (xpi/firefox-52.3.0/it.xpi) = 9589fe155880559c82ef6ea24c8ca021912eee157b52be0a9cdb2b88ba842770 -SIZE (xpi/firefox-52.3.0/it.xpi) = 339221 -SHA256 (xpi/firefox-52.3.0/ja.xpi) = 04f35c740f43a4d48bd5c5a3feba707c844467d1ec25662e7b2c04f8aec0157b -SIZE (xpi/firefox-52.3.0/ja.xpi) = 488343 -SHA256 (xpi/firefox-52.3.0/ka.xpi) = 76ed819e06dd339dccc2a5d7bab98b675868b0389571d02fca97cb4bc4200c80 -SIZE (xpi/firefox-52.3.0/ka.xpi) = 475375 -SHA256 (xpi/firefox-52.3.0/kab.xpi) = 664b673704e86a8878339f9c7c0edf12944da58e097521237f4840eeffeaba5b -SIZE (xpi/firefox-52.3.0/kab.xpi) = 444520 -SHA256 (xpi/firefox-52.3.0/kk.xpi) = 0247e0acbb439ae7903b40211d4b99d442e5dcc7fedbe200d790df8adb65eb3d -SIZE (xpi/firefox-52.3.0/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.3.0/km.xpi) = 6eb3f00754d8966de6b73ea9126a479831111b4585af2fd3db801840119295d7 -SIZE (xpi/firefox-52.3.0/km.xpi) = 520344 -SHA256 (xpi/firefox-52.3.0/kn.xpi) = d6bdbde687f2cedbe9cf416b10d1d7ea2a6fa897836f4b9309682aeada87ca6f -SIZE (xpi/firefox-52.3.0/kn.xpi) = 519454 -SHA256 (xpi/firefox-52.3.0/ko.xpi) = 29acfdef713913306dca8a3a5c720df92c855f8ebfb85c6a72563e05454001d7 -SIZE (xpi/firefox-52.3.0/ko.xpi) = 463630 -SHA256 (xpi/firefox-52.3.0/lij.xpi) = 79e6bc6f251ae76c57f12e6262510e193236503a534fbfd5d162eab4663c8ee3 -SIZE (xpi/firefox-52.3.0/lij.xpi) = 421071 -SHA256 (xpi/firefox-52.3.0/lt.xpi) = 06251c9170717780d2d0ef5591e36f7956780a4944be54abd63b6a66a5733c36 -SIZE (xpi/firefox-52.3.0/lt.xpi) = 452235 -SHA256 (xpi/firefox-52.3.0/lv.xpi) = 7f51052a2f1304401bb75282cce13d00b2a11775fe53e459047d94f33e0676fc -SIZE (xpi/firefox-52.3.0/lv.xpi) = 448450 -SHA256 (xpi/firefox-52.3.0/mai.xpi) = 958a0cc344f19e5fc73b65243582f13b103bd89bd3ad8d2edaae4452e05892f1 -SIZE (xpi/firefox-52.3.0/mai.xpi) = 499841 -SHA256 (xpi/firefox-52.3.0/mk.xpi) = edbe13a53ab97555ed6392b7550cf7742da4ad8a2e43da159d3a3439cb95a529 -SIZE (xpi/firefox-52.3.0/mk.xpi) = 496199 -SHA256 (xpi/firefox-52.3.0/ml.xpi) = e62c41c31010b7b07bee966fd54c944c81ef4a10aad7d56e5951dbed2325de45 -SIZE (xpi/firefox-52.3.0/ml.xpi) = 516487 -SHA256 (xpi/firefox-52.3.0/mr.xpi) = 853783790923104f333c5f98f4fc9c79a30a45cd95b103863c3437689e8810e7 -SIZE (xpi/firefox-52.3.0/mr.xpi) = 502431 -SHA256 (xpi/firefox-52.3.0/ms.xpi) = 59341afa10dbd2dbee2a5b2f1764d0949d7254104738b8e4a950138540d445d0 -SIZE (xpi/firefox-52.3.0/ms.xpi) = 435991 -SHA256 (xpi/firefox-52.3.0/nb-NO.xpi) = e9a3814fa0244b9b1955a44e2659e58f35318785db1fc1ed39b47ef7e90d5b68 -SIZE (xpi/firefox-52.3.0/nb-NO.xpi) = 434412 -SHA256 (xpi/firefox-52.3.0/nl.xpi) = a250553eb68dae9856a3d642b02a34d9ec4b08d8c95c468a22bafab5d28cb927 -SIZE (xpi/firefox-52.3.0/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.3.0/nn-NO.xpi) = 2c9658b313547ae23defe170f5338c19bb2fd290505b32f86f9687d09a4eb681 -SIZE (xpi/firefox-52.3.0/nn-NO.xpi) = 428645 -SHA256 (xpi/firefox-52.3.0/or.xpi) = e6fd7b8e2495fa5fa2e455dc93882fbe956bbd69ceb1028974f19c5134e9d18e -SIZE (xpi/firefox-52.3.0/or.xpi) = 496917 -SHA256 (xpi/firefox-52.3.0/pa-IN.xpi) = 4c116bc2534cfe7828408e007e97ee10f4ce676d07c1788383a2a08ac6d970cb -SIZE (xpi/firefox-52.3.0/pa-IN.xpi) = 476587 -SHA256 (xpi/firefox-52.3.0/pl.xpi) = 488fb4dc5e2c6dfb72d0c093dc0489ced730117f85154027a68b61d53046a120 -SIZE (xpi/firefox-52.3.0/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.3.0/pt-BR.xpi) = 06e1d14174175a2a7e507e6768c2da488d6c942bfc25e121ec8f98830d28ce7b -SIZE (xpi/firefox-52.3.0/pt-BR.xpi) = 438170 -SHA256 (xpi/firefox-52.3.0/pt-PT.xpi) = 706004d4d41d4a95aa7ebcb8a414d1247f82850bca7977004e70d69c03c11d3f -SIZE (xpi/firefox-52.3.0/pt-PT.xpi) = 436727 -SHA256 (xpi/firefox-52.3.0/rm.xpi) = b1ec6987f5b522c59bb77fc85e1469c498c2017d449e9232ddda1f7da2bd72de -SIZE (xpi/firefox-52.3.0/rm.xpi) = 434609 -SHA256 (xpi/firefox-52.3.0/ro.xpi) = ae523a1649c133d895f61b1da543d612d5fdb309fc0131299320a5755447bc2e -SIZE (xpi/firefox-52.3.0/ro.xpi) = 449938 -SHA256 (xpi/firefox-52.3.0/ru.xpi) = c8901b71bc06e55d03276bf6e87db0b0f29e84ca213b6d613af3f0c7ca99acb3 -SIZE (xpi/firefox-52.3.0/ru.xpi) = 395364 -SHA256 (xpi/firefox-52.3.0/si.xpi) = 3bbb55aad8181ab949623d2aeae7a91f1ad0228bd1a6415ab674d717fbb3ed87 -SIZE (xpi/firefox-52.3.0/si.xpi) = 491959 -SHA256 (xpi/firefox-52.3.0/sk.xpi) = b4b0e72778e495ae9ff9376b15b7d98061c03698983f0673ce55580bd2f2275c -SIZE (xpi/firefox-52.3.0/sk.xpi) = 455820 -SHA256 (xpi/firefox-52.3.0/sl.xpi) = 4de94b52639ccafeaf69cc4c036b03303bcc22f5a7a8f40de2f9376ace18694d -SIZE (xpi/firefox-52.3.0/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.3.0/son.xpi) = bef2c59b89bbcbf6ab00e6738c44b1bad29f4110e49a7d975dbd974826ae7451 -SIZE (xpi/firefox-52.3.0/son.xpi) = 435128 -SHA256 (xpi/firefox-52.3.0/sq.xpi) = 0f43fcf1e3f8b5cc2c9a625b9b3adead743101d278568dc040ee16224920b213 -SIZE (xpi/firefox-52.3.0/sq.xpi) = 448156 -SHA256 (xpi/firefox-52.3.0/sr.xpi) = 78e9bd35f77e2286711c141be0462bdecd071ead330c3f2118bbc9dd8c67d56c -SIZE (xpi/firefox-52.3.0/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.3.0/sv-SE.xpi) = 2037a612d56dab5c05b452b37ea8bc37cd836b01246f66463b11c644cbe1d4d2 -SIZE (xpi/firefox-52.3.0/sv-SE.xpi) = 441178 -SHA256 (xpi/firefox-52.3.0/ta.xpi) = b5d75397a8f1290cd9613e2dece0a85f2e65866493b07d9fc900212a64214559 -SIZE (xpi/firefox-52.3.0/ta.xpi) = 494798 -SHA256 (xpi/firefox-52.3.0/te.xpi) = 21abd4943f8e041eb3028391fc8212f2080f04796cce8bebd5156afc029cc481 -SIZE (xpi/firefox-52.3.0/te.xpi) = 515241 -SHA256 (xpi/firefox-52.3.0/th.xpi) = bdc05f6b3463c6f79393ce2fb224d49aa4077087604cf29429aa44c8f50bb4bd -SIZE (xpi/firefox-52.3.0/th.xpi) = 489379 -SHA256 (xpi/firefox-52.3.0/tr.xpi) = a53e53cfbb8e3f4f871980e4bf6d9bb5e7bf0adb45fe7272fd34337d5d0f0905 -SIZE (xpi/firefox-52.3.0/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.3.0/uk.xpi) = 2df09f7facb021332ce80ec7b1105d5ba9d79b1f56372e5b96ff9b1af7258a3e -SIZE (xpi/firefox-52.3.0/uk.xpi) = 495095 -SHA256 (xpi/firefox-52.3.0/uz.xpi) = e3e7d5e42e0ed8a74b0eb5fa215095a56094ab826f812319d7faf057f76ec488 -SIZE (xpi/firefox-52.3.0/uz.xpi) = 447917 -SHA256 (xpi/firefox-52.3.0/vi.xpi) = 35e5d402e48d3df920d47bdb4c6e818a0bf7ff3fbe74decf00c5a241cf309b37 -SIZE (xpi/firefox-52.3.0/vi.xpi) = 450805 -SHA256 (xpi/firefox-52.3.0/xh.xpi) = f47466dc94ebcd3e60b01aaf8cfae1db7acd6faa7c49c7b05fb8c864f97a06f9 -SIZE (xpi/firefox-52.3.0/xh.xpi) = 441173 -SHA256 (xpi/firefox-52.3.0/zh-CN.xpi) = 161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 -SIZE (xpi/firefox-52.3.0/zh-CN.xpi) = 461695 -SHA256 (xpi/firefox-52.3.0/zh-TW.xpi) = 664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a -SIZE (xpi/firefox-52.3.0/zh-TW.xpi) = 472534 +TIMESTAMP = 1505758942 +SHA256 (xpi/firefox-52.4.0/ach.xpi) = 849534789075ef5a137e2fd37ce49b51a0a2a56b71ef968f0d5c75d37fe58fe0 +SIZE (xpi/firefox-52.4.0/ach.xpi) = 427641 +SHA256 (xpi/firefox-52.4.0/af.xpi) = 4daafb9d024128b8fa15281e0e8cdaeb0302c77acef0e4fe8eff96c521e8258b +SIZE (xpi/firefox-52.4.0/af.xpi) = 436823 +SHA256 (xpi/firefox-52.4.0/an.xpi) = 83c3d0a90837484cef7f0e3b3e7060804d0709bac36e65c3cbc4a8ed989f0237 +SIZE (xpi/firefox-52.4.0/an.xpi) = 445142 +SHA256 (xpi/firefox-52.4.0/ar.xpi) = f00404a340e6655f502c8381a7ae127c0bfa956159864449dfabaf4dbb458c29 +SIZE (xpi/firefox-52.4.0/ar.xpi) = 473382 +SHA256 (xpi/firefox-52.4.0/as.xpi) = ac98414c854e58177b732e588514fd8bcf10aa8cb8cb169f2a4393434537508a +SIZE (xpi/firefox-52.4.0/as.xpi) = 486889 +SHA256 (xpi/firefox-52.4.0/ast.xpi) = 8d207c1fd78d88e456aad55235816ec46063ba743d8964d263076d1a00cf975b +SIZE (xpi/firefox-52.4.0/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.4.0/az.xpi) = 292750b2ef920e25515ee0d70634757483757349835bb9f5e50e919c1175ad89 +SIZE (xpi/firefox-52.4.0/az.xpi) = 454923 +SHA256 (xpi/firefox-52.4.0/bg.xpi) = 5938ad4fdcfeccc04f39069b63cedec661ed3f4da439970d0f22d9f763d5cbed +SIZE (xpi/firefox-52.4.0/bg.xpi) = 487892 +SHA256 (xpi/firefox-52.4.0/bn-BD.xpi) = ad18250f9d2c58e908d02e19d0672289cabb2fd57787d287b734631a801ee154 +SIZE (xpi/firefox-52.4.0/bn-BD.xpi) = 511995 +SHA256 (xpi/firefox-52.4.0/bn-IN.xpi) = 6a38543dc1278b1a12a21066189ae4c04ed395e77568d7edbb5fa05ffa7863fe +SIZE (xpi/firefox-52.4.0/bn-IN.xpi) = 509376 +SHA256 (xpi/firefox-52.4.0/br.xpi) = 8c16e949e7d13a95282e67e64dbd078e6e38b6da2e42a9f5ca5d10baa1db4bdc +SIZE (xpi/firefox-52.4.0/br.xpi) = 435483 +SHA256 (xpi/firefox-52.4.0/bs.xpi) = 83813f4314f373b8361873a18e3a04426783b8ef98b2284ec8c273258b4285e4 +SIZE (xpi/firefox-52.4.0/bs.xpi) = 441783 +SHA256 (xpi/firefox-52.4.0/ca.xpi) = 8fc2b1a19002d7f84eb77d0c925e7ed0a1273e7a460b1a879fa592042c4de203 +SIZE (xpi/firefox-52.4.0/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.4.0/cak.xpi) = 44f39a99d9213d287a8b4cc5e297ff75ceac797d8a4413d612de3c7bdbf7fdf0 +SIZE (xpi/firefox-52.4.0/cak.xpi) = 459185 +SHA256 (xpi/firefox-52.4.0/cs.xpi) = 735403b3909272c6c31f316800e8849365883b93a39f10f019b683e2e4980480 +SIZE (xpi/firefox-52.4.0/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.4.0/cy.xpi) = 0cdb17feca1f10a52708459d9cf2a9cb85e1576b7dbd3a875d38aa0d87bfc7e6 +SIZE (xpi/firefox-52.4.0/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.4.0/da.xpi) = 51fdead034fc68c37cbffb6d8a6c67bef173c80ddde9c632bd7fb065fe0f33bf +SIZE (xpi/firefox-52.4.0/da.xpi) = 424394 +SHA256 (xpi/firefox-52.4.0/de.xpi) = 5f2f083b1b0f257c6995829f2c8e0861a545342145b80e8cf7ad6bbe2791f14a +SIZE (xpi/firefox-52.4.0/de.xpi) = 442479 +SHA256 (xpi/firefox-52.4.0/dsb.xpi) = 28d0456e3181d27171b0f29e9f115ed997047b064c41c66f1ea6a6edbfa1ff4a +SIZE (xpi/firefox-52.4.0/dsb.xpi) = 459425 +SHA256 (xpi/firefox-52.4.0/el.xpi) = f6a9e21b8a13181cd2e1e870534e64ad0dd1d002f9df3622bf67f67229a4d294 +SIZE (xpi/firefox-52.4.0/el.xpi) = 516592 +SHA256 (xpi/firefox-52.4.0/en-GB.xpi) = 41d629a6ec8f32ca3751eb82eff1cc1599c34ff6917046dbd292f3454984cfff +SIZE (xpi/firefox-52.4.0/en-GB.xpi) = 419324 +SHA256 (xpi/firefox-52.4.0/en-US.xpi) = 65e74dd3c94a2a8dc90acacbf39ea30bd45a6099476629e5d57f6a2299afdc67 +SIZE (xpi/firefox-52.4.0/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.4.0/en-ZA.xpi) = 2a0e00022367fbfd199cdc369f51577903f995451a90c1a98cbedc950350e99b +SIZE (xpi/firefox-52.4.0/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.4.0/eo.xpi) = 0d8320c0df6ccfbeef4ef478881ea66d089dd4975acd0ec71324d0169cf8bab1 +SIZE (xpi/firefox-52.4.0/eo.xpi) = 437474 +SHA256 (xpi/firefox-52.4.0/es-AR.xpi) = 72ddafb5ad8ccd238d441526891e1791691520d7126f65282201c220fbe05978 +SIZE (xpi/firefox-52.4.0/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.4.0/es-CL.xpi) = 67c45d0360bcdb100d20535e945dfea6166d42437ef96701757721aa85d877c6 +SIZE (xpi/firefox-52.4.0/es-CL.xpi) = 445676 +SHA256 (xpi/firefox-52.4.0/es-ES.xpi) = 329362146be29f61f2ecf74af3bf379b08b0fa5e26ac8428854f08323c70c0c3 +SIZE (xpi/firefox-52.4.0/es-ES.xpi) = 344876 +SHA256 (xpi/firefox-52.4.0/es-MX.xpi) = 3afa1bfd5aed0d7dd0cbd076b1f39d7cddcf7131fb992770a40a6139d2eb1c3c +SIZE (xpi/firefox-52.4.0/es-MX.xpi) = 448385 +SHA256 (xpi/firefox-52.4.0/et.xpi) = b48b1675c95eda4c2b0f2360abca6d3d6a73c511c6be7f684308ebef33a45966 +SIZE (xpi/firefox-52.4.0/et.xpi) = 425113 +SHA256 (xpi/firefox-52.4.0/eu.xpi) = 9d6200f81be57953790dbf93d049308986f293b509a8971253e88105fea67057 +SIZE (xpi/firefox-52.4.0/eu.xpi) = 438479 +SHA256 (xpi/firefox-52.4.0/fa.xpi) = e3e70b2e233854990260df02d74a48f047b997700271ac70e91d309cb81e5676 +SIZE (xpi/firefox-52.4.0/fa.xpi) = 491344 +SHA256 (xpi/firefox-52.4.0/ff.xpi) = e0877445c7f76134e5d3b94b55c3667888c4845939b8bd79e3c1f5e799f715a0 +SIZE (xpi/firefox-52.4.0/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.4.0/fi.xpi) = cb0ee9a6422b22e9ab5c2d0ec17d806037acd20bc8845a74c48b55fa55cff965 +SIZE (xpi/firefox-52.4.0/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.4.0/fr.xpi) = 64a95c201c46cbd2e85c7fd6e4bbea55fb2b61d36bd36d41e0c5aa8e8ce403b0 +SIZE (xpi/firefox-52.4.0/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.4.0/fy-NL.xpi) = 46931dfcf24650ac70791821ff1791fc0d545b44a0ee903e306b01ce795eb99a +SIZE (xpi/firefox-52.4.0/fy-NL.xpi) = 444974 +SHA256 (xpi/firefox-52.4.0/ga-IE.xpi) = 8ee9d7ba2a19020925066b22370ac8b7a43591f9fe3734f94866c1f75b3565e9 +SIZE (xpi/firefox-52.4.0/ga-IE.xpi) = 458164 +SHA256 (xpi/firefox-52.4.0/gd.xpi) = 4a89c0d3cb2416155daa667b9cf1ae99780f0c6256fb61b433a1b45d59b57ff1 +SIZE (xpi/firefox-52.4.0/gd.xpi) = 447268 +SHA256 (xpi/firefox-52.4.0/gl.xpi) = b414b04fa8d1256bcff93d5c0fee8eba5e40edd085128afb84d15bcb7b89a428 +SIZE (xpi/firefox-52.4.0/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.4.0/gn.xpi) = ab229962c9580b3d875194997998c4eb67b04cda9c97b1d29476aca4976842c0 +SIZE (xpi/firefox-52.4.0/gn.xpi) = 456214 +SHA256 (xpi/firefox-52.4.0/gu-IN.xpi) = 4351e52270549a145d4e9ac042639490399287fb59be2ef770c9b1e1891d29c6 +SIZE (xpi/firefox-52.4.0/gu-IN.xpi) = 489365 +SHA256 (xpi/firefox-52.4.0/he.xpi) = f04ae7cd0162130c4bdafebcf31627df42cdb06b2fbb2fd66abdf5211db75c9d +SIZE (xpi/firefox-52.4.0/he.xpi) = 455282 +SHA256 (xpi/firefox-52.4.0/hi-IN.xpi) = 8f340a2d47fe467efd16e454e16725c58c921a9addcdab73817e38ad3480264f +SIZE (xpi/firefox-52.4.0/hi-IN.xpi) = 506519 +SHA256 (xpi/firefox-52.4.0/hr.xpi) = f3963d4e309258304f9a518990788deb37e92e79aa96ef9592c2294a252bbd95 +SIZE (xpi/firefox-52.4.0/hr.xpi) = 447503 +SHA256 (xpi/firefox-52.4.0/hsb.xpi) = 159911740be4e29a532cd01fba9f3e3173998a5efa066470b201809a16258b4a +SIZE (xpi/firefox-52.4.0/hsb.xpi) = 457259 +SHA256 (xpi/firefox-52.4.0/hu.xpi) = b6d2deb5d0af1b60711023fe75603f970b812bcd9dc32227268a088f7699462b +SIZE (xpi/firefox-52.4.0/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.4.0/hy-AM.xpi) = 6d23d67cebd3dae17534b1b982e139cb5948f715619ad696e478e196a75c3469 +SIZE (xpi/firefox-52.4.0/hy-AM.xpi) = 495774 +SHA256 (xpi/firefox-52.4.0/id.xpi) = 3af195fa1c292c0e60e6dcddfb610d014953edb7aaec4b61586de81ac4dc83bb +SIZE (xpi/firefox-52.4.0/id.xpi) = 426023 +SHA256 (xpi/firefox-52.4.0/is.xpi) = d7990afc2a99ffcd7f8a899a121b1315f59c2b0cb369af223afa780695607162 +SIZE (xpi/firefox-52.4.0/is.xpi) = 442693 +SHA256 (xpi/firefox-52.4.0/it.xpi) = 8132a0d95cfa6afe010e1cf084a88a6c028862859b7f7e1da41f8ddb7bc74ff7 +SIZE (xpi/firefox-52.4.0/it.xpi) = 339221 +SHA256 (xpi/firefox-52.4.0/ja.xpi) = 028ca2f87827a2fc6f3849e681aca2caf9736c8e64d7876f7ae29a7109930ff0 +SIZE (xpi/firefox-52.4.0/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.4.0/ka.xpi) = f8e4be4e7a1af9288fdb798af70992fbb8682c2e41cebf42fcc0a544682280b3 +SIZE (xpi/firefox-52.4.0/ka.xpi) = 475375 +SHA256 (xpi/firefox-52.4.0/kab.xpi) = 4f6d01ebf6f7a29f1ce5edfc5284e00d9759620686548e63e043498ef4db7a9d +SIZE (xpi/firefox-52.4.0/kab.xpi) = 444519 +SHA256 (xpi/firefox-52.4.0/kk.xpi) = ee9aac5683aa6dbe86e4669095620899e387a966ea3bc9ac6e1d690fee077497 +SIZE (xpi/firefox-52.4.0/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.4.0/km.xpi) = 6aecb8009ff63deb63b291176b3caca8ba430fb4d3a409bac5a9b83f50c6abfe +SIZE (xpi/firefox-52.4.0/km.xpi) = 520343 +SHA256 (xpi/firefox-52.4.0/kn.xpi) = dad84ad16a39e889a2cffad173bdb8987697730cca38e7676a49d5f921d87a93 +SIZE (xpi/firefox-52.4.0/kn.xpi) = 519455 +SHA256 (xpi/firefox-52.4.0/ko.xpi) = 48760688416658f134ddde3c036adbf7d3a147c4fc38e56a86e6497e5894ec17 +SIZE (xpi/firefox-52.4.0/ko.xpi) = 463630 +SHA256 (xpi/firefox-52.4.0/lij.xpi) = 491f2f0e2cc67dcd82c4fe97c21e39434a7bc4e685ba9148f550abb029b3324e +SIZE (xpi/firefox-52.4.0/lij.xpi) = 421070 +SHA256 (xpi/firefox-52.4.0/lt.xpi) = 279158371b28ee4ad2ca50de4d60e7200123d19e4d768ee6578cf0d5e8a4bdbe +SIZE (xpi/firefox-52.4.0/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.4.0/lv.xpi) = 18d772bbcd0c7d3d01cc58028580774430b0d2475e426bc4e42a91d234b8a6ff +SIZE (xpi/firefox-52.4.0/lv.xpi) = 448451 +SHA256 (xpi/firefox-52.4.0/mai.xpi) = ea7746eca6fb14256fe144e4cbb6dfb90e9181eb1a4fa6ef7778320af5b61ac9 +SIZE (xpi/firefox-52.4.0/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.4.0/mk.xpi) = dd54b95275c83cee23bc634876d6d7614b2c281cdb24b0cddeecfe41921ccb12 +SIZE (xpi/firefox-52.4.0/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.4.0/ml.xpi) = 8d632479fa26fffa901b5d9859adb9db1111dac7ad7e6cd23d6b180c4e3aa78b +SIZE (xpi/firefox-52.4.0/ml.xpi) = 516487 +SHA256 (xpi/firefox-52.4.0/mr.xpi) = 2138cf255c33c7d0fad2e88c07e6f7a96bfb1791c24937dad88eb17945696a08 +SIZE (xpi/firefox-52.4.0/mr.xpi) = 502431 +SHA256 (xpi/firefox-52.4.0/ms.xpi) = 3360337d84f8850a26639b5452c01414f98484db02a151346580ca85b60553d7 +SIZE (xpi/firefox-52.4.0/ms.xpi) = 435990 +SHA256 (xpi/firefox-52.4.0/nb-NO.xpi) = 5d907b6f1704c47c9d8fdc26cc75c2ff7279d669684beb73e894e020183770f2 +SIZE (xpi/firefox-52.4.0/nb-NO.xpi) = 434412 +SHA256 (xpi/firefox-52.4.0/nl.xpi) = 96a8eb2001e082071a66eb069f306d9567e29e7f8f40de1725116bfbaf51fab8 +SIZE (xpi/firefox-52.4.0/nl.xpi) = 432008 +SHA256 (xpi/firefox-52.4.0/nn-NO.xpi) = 93f909ef550c15681669b1c3de867b3e6569ad554ceefb0b38f6d87c4bd90a6c +SIZE (xpi/firefox-52.4.0/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.4.0/or.xpi) = 785a1e747d2fdfb178d6a5f997cfb1f2de38a45c6dc3ce3e8a462dd916a6b81f +SIZE (xpi/firefox-52.4.0/or.xpi) = 496917 +SHA256 (xpi/firefox-52.4.0/pa-IN.xpi) = 7b9ed33240caeec6ff0f5de90f1185b9d27e9615c79b04daae450368bc32a63b +SIZE (xpi/firefox-52.4.0/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.4.0/pl.xpi) = 599d44452ae267739b4a9ad382a0fc0cfeaed341348b0189756998ccc8297a23 +SIZE (xpi/firefox-52.4.0/pl.xpi) = 352852 +SHA256 (xpi/firefox-52.4.0/pt-BR.xpi) = 29c9e063366ab3450e9ed4cdc099dd713f7bb44dc5ad556879372363ae64ed09 +SIZE (xpi/firefox-52.4.0/pt-BR.xpi) = 438170 +SHA256 (xpi/firefox-52.4.0/pt-PT.xpi) = 90d94c8e0a2e6b222e7d8fec575f87e2d3815ee8da5e7496a69d9f6db124ee7a +SIZE (xpi/firefox-52.4.0/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.4.0/rm.xpi) = ff039481abf5dda360198521bc8094a953942c824951a034935902251b12a406 +SIZE (xpi/firefox-52.4.0/rm.xpi) = 434608 +SHA256 (xpi/firefox-52.4.0/ro.xpi) = 2a296552811b0131b02024bd4c126bf6b525c2e32354c095e83b879eb8523e84 +SIZE (xpi/firefox-52.4.0/ro.xpi) = 449938 +SHA256 (xpi/firefox-52.4.0/ru.xpi) = 9ad618042b6209606231dfbb136928321ddc32cad6e8c7ad36fbb9921718f298 +SIZE (xpi/firefox-52.4.0/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.4.0/si.xpi) = 498155f29edc1c70fbaa1c65ccf35fd1763ad18ba5c55beb3083e31dbbd2cf09 +SIZE (xpi/firefox-52.4.0/si.xpi) = 491959 +SHA256 (xpi/firefox-52.4.0/sk.xpi) = 7244559892e9420b6e9eb3e99d15081ccf28bb8601c35ea7ccce7e1b08320be0 +SIZE (xpi/firefox-52.4.0/sk.xpi) = 455820 +SHA256 (xpi/firefox-52.4.0/sl.xpi) = 96d384aaae5bae5b03e2dbd0c8f749ebaba158498e90f987e5eb6525b47efb19 +SIZE (xpi/firefox-52.4.0/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.4.0/son.xpi) = 30432c78c71694bd054dd6d257f70cd79235249a44b5662399af99ed20445147 +SIZE (xpi/firefox-52.4.0/son.xpi) = 435128 +SHA256 (xpi/firefox-52.4.0/sq.xpi) = 27c2ad11771d27420cec9220eb0a9a672f0545779d0497c0ca270dc303700e76 +SIZE (xpi/firefox-52.4.0/sq.xpi) = 448156 +SHA256 (xpi/firefox-52.4.0/sr.xpi) = 0a3acb48ebbd8462a3ed84cb2e4f27b5a80984a9c5dbd233f8cd91402b33d354 +SIZE (xpi/firefox-52.4.0/sr.xpi) = 463395 +SHA256 (xpi/firefox-52.4.0/sv-SE.xpi) = 0445ca278fb176bc2373cdb739ce5d6140be9d4a33ef035b29f2e7f7330327d2 +SIZE (xpi/firefox-52.4.0/sv-SE.xpi) = 441182 +SHA256 (xpi/firefox-52.4.0/ta.xpi) = e9aca6395f5a56703011d400d45de7f5b24a180ffd6747c82c67b38b0f5eebba +SIZE (xpi/firefox-52.4.0/ta.xpi) = 494798 +SHA256 (xpi/firefox-52.4.0/te.xpi) = 9cd76ff3cfe3416b14433fbde7c380d04ecf284d89439daffd88acd0cc40b857 +SIZE (xpi/firefox-52.4.0/te.xpi) = 515241 +SHA256 (xpi/firefox-52.4.0/th.xpi) = a6c613c6c06b33e0ade3f70da7cea8d9ed5ea464dcce5bc7a14d2974e71045ba +SIZE (xpi/firefox-52.4.0/th.xpi) = 489379 +SHA256 (xpi/firefox-52.4.0/tr.xpi) = bea50941b9b0b8e1f2f99428bbd7b1c6afa6b34eba0e0cd657b78ad2610c5a60 +SIZE (xpi/firefox-52.4.0/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.4.0/uk.xpi) = 4cb213d22730ed2e46cd238aaf57573ce2b83eb18a27a2de0b7d2c0055f22d55 +SIZE (xpi/firefox-52.4.0/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.4.0/uz.xpi) = 5ca12643bd93c36b64782d454a9baaebda86a38173eda93c07c44f4202ce47e5 +SIZE (xpi/firefox-52.4.0/uz.xpi) = 447917 +SHA256 (xpi/firefox-52.4.0/vi.xpi) = d9dbfdad3d46d7fda56ef8c628314bd0897813a764adc8d2babec6e2538cffbb +SIZE (xpi/firefox-52.4.0/vi.xpi) = 450805 +SHA256 (xpi/firefox-52.4.0/xh.xpi) = bba3c36e5ca71827a46fdad1f86a99b4a0843c42508cb566847944cf0821cb25 +SIZE (xpi/firefox-52.4.0/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.4.0/zh-CN.xpi) = 8716ba127ab236ab8635086edf410e19539a0bdbaaff56d0c11f39f7c711fcc7 +SIZE (xpi/firefox-52.4.0/zh-CN.xpi) = 461694 +SHA256 (xpi/firefox-52.4.0/zh-TW.xpi) = f88307189fd516a291f5ead0845b7e3cd1b00c2bb34561fd3bae991c2dce6cd5 +SIZE (xpi/firefox-52.4.0/zh-TW.xpi) = 472534 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Wed Sep 27 04:12:05 2017 (r450705) +++ head/www/firefox-esr/Makefile Wed Sep 27 04:12:19 2017 (r450706) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.3.0 +DISTVERSION= 52.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Wed Sep 27 04:12:05 2017 (r450705) +++ head/www/firefox-esr/distinfo Wed Sep 27 04:12:19 2017 (r450706) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501720050 -SHA256 (firefox-52.3.0esr.source.tar.xz) = c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b -SIZE (firefox-52.3.0esr.source.tar.xz) = 210881900 +TIMESTAMP = 1506100255 +SHA256 (firefox-52.4.0esr.source.tar.xz) = 58ae7cb6c2fb81d22762ab3c60e46cadbe7c5b687f24c2823d9533ec998a21ee +SIZE (firefox-52.4.0esr.source.tar.xz) = 212285560 From owner-svn-ports-head@freebsd.org Wed Sep 27 04:12:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32741E2A33B; Wed, 27 Sep 2017 04:12:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8948D283C; Wed, 27 Sep 2017 04:12:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R4CZwl029654; Wed, 27 Sep 2017 04:12:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4CY7N029642; Wed, 27 Sep 2017 04:12:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270412.v8R4CY7N029642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450707 - in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 450707 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:12:37 -0000 Author: jbeich Date: Wed Sep 27 04:12:34 2017 New Revision: 450707 URL: https://svnweb.freebsd.org/changeset/ports/450707 Log: www/firefox: update to 56.0 (rust required) This is slightly early but due to recent PORTREVISION bump there's no point doing QA for 55.0.* anymore. Changes: https://www.mozilla.org/firefox/56.0/releasenotes/ PR: 221335 Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07 MFH: 2017Q3 not possible: requires r447450 and r450556 Added: head/www/firefox/files/patch-bug1401093 (contents, props changed) Deleted: head/www/firefox/files/patch-bug1312182 head/www/firefox/files/patch-bug1376268 head/www/firefox/files/patch-bug1376277 head/www/firefox/files/patch-bug1385597 head/www/firefox/files/patch-rust-option Modified: head/Mk/Uses/gecko.mk (contents, props changed) head/Mk/bsd.gecko.mk (contents, props changed) head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) head/www/firefox/files/patch-bug1144632 (contents, props changed) head/www/firefox/files/patch-bug826985 (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) head/www/firefox/files/patch-z-bug517422 (contents, props changed) head/www/firefox/pkg-message (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Wed Sep 27 04:12:19 2017 (r450706) +++ head/Mk/Uses/gecko.mk Wed Sep 27 04:12:34 2017 (r450707) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 55 +_GECKO_VERSIONS= 52 56 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -55_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +56_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Sep 27 04:12:19 2017 (r450706) +++ head/Mk/bsd.gecko.mk Wed Sep 27 04:12:34 2017 (r450707) @@ -388,10 +388,12 @@ post-patch-SNDIO-on: ${MOZSRC}/media/webrtc/signaling/test/common.build .endif -.if ${PORT_OPTIONS:MRUST} +.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT} RUST_PORT?= lang/rust +. if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust +. endif .else MOZ_OPTIONS+= --disable-rust .endif @@ -401,6 +403,9 @@ MOZ_OPTIONS+= --enable-debug --disable-release STRIP= # ports/184285 .else MOZ_OPTIONS+= --disable-debug --disable-debug-symbols --enable-release +. if ${MOZILLA_VER:R:R} >= 56 +MOZ_OPTIONS+= --enable-rust-simd +. endif .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox-i18n/Makefile Wed Sep 27 04:12:34 2017 (r450707) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 55.0.3 +PORTVERSION= 56.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,55,build +USES= zip:infozip gecko:firefox,56,build USE_XPI= firefox NO_ARCH= yes Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox-i18n/distinfo Wed Sep 27 04:12:34 2017 (r450707) @@ -1,191 +1,191 @@ -TIMESTAMP = 1503590171 -SHA256 (xpi/firefox-i18n-55.0.3/ach.xpi) = 57e804fe2d2ecfce6f57406985d74d05b1bb6a4b0dccd3fcee8c3d9d36ce753d -SIZE (xpi/firefox-i18n-55.0.3/ach.xpi) = 447504 -SHA256 (xpi/firefox-i18n-55.0.3/af.xpi) = 4f676b98ab4198a36ed1ac3cb9f357e6b59110d1d86f756adcb675a86ab2069d -SIZE (xpi/firefox-i18n-55.0.3/af.xpi) = 448924 -SHA256 (xpi/firefox-i18n-55.0.3/an.xpi) = 33ac2d10ce013952bcb50e7f3769641d029dbdfe8c624a3a3bc2c8aa1ba70660 -SIZE (xpi/firefox-i18n-55.0.3/an.xpi) = 468638 -SHA256 (xpi/firefox-i18n-55.0.3/ar.xpi) = 0ee1a5d9b6f03a7b65840f1257fcabbe7637951d1051fb830820f11ac34dba04 -SIZE (xpi/firefox-i18n-55.0.3/ar.xpi) = 492759 -SHA256 (xpi/firefox-i18n-55.0.3/as.xpi) = 993d5f49b51453869b5ff75c1ba4f16dd8fd59beb62bffed33cf4fc7024f6129 -SIZE (xpi/firefox-i18n-55.0.3/as.xpi) = 501507 -SHA256 (xpi/firefox-i18n-55.0.3/ast.xpi) = e969a3716c0659b3c313f73f29ce3ffbab296ef81734ff9f4410982dc4830c8a -SIZE (xpi/firefox-i18n-55.0.3/ast.xpi) = 460841 -SHA256 (xpi/firefox-i18n-55.0.3/az.xpi) = 2708ec4d49a06b727e4a06d920b3cc4e68fcff0c10bf269ccba8a60f82312ff0 -SIZE (xpi/firefox-i18n-55.0.3/az.xpi) = 475368 -SHA256 (xpi/firefox-i18n-55.0.3/be.xpi) = ca95866a02a0ccacd2c00a8ff69540fd2e6967a35b25f215aca6e372f11569d0 -SIZE (xpi/firefox-i18n-55.0.3/be.xpi) = 522575 -SHA256 (xpi/firefox-i18n-55.0.3/bg.xpi) = 846cbd821bbea4e6a83ff7d391d4e286508925bd7c0089c42026fd13332dcf01 -SIZE (xpi/firefox-i18n-55.0.3/bg.xpi) = 520012 -SHA256 (xpi/firefox-i18n-55.0.3/bn-BD.xpi) = fb61c9008ba7b82230f925af5e37db806b1af20b772a5091558421e43bd6a572 -SIZE (xpi/firefox-i18n-55.0.3/bn-BD.xpi) = 535107 -SHA256 (xpi/firefox-i18n-55.0.3/bn-IN.xpi) = 11cb288dbcf601403ca2dde29a6ac394b12cb4841016788cc5efdd7db1d524f3 -SIZE (xpi/firefox-i18n-55.0.3/bn-IN.xpi) = 526354 -SHA256 (xpi/firefox-i18n-55.0.3/br.xpi) = 008ee7d4781834f7520f0b3459089ca1d97eb6518c670144279562094862dcd9 -SIZE (xpi/firefox-i18n-55.0.3/br.xpi) = 457060 -SHA256 (xpi/firefox-i18n-55.0.3/bs.xpi) = dd243f01e59854112f48b8a3683d840173aee994ba532496ee2a06b10fada878 -SIZE (xpi/firefox-i18n-55.0.3/bs.xpi) = 465026 -SHA256 (xpi/firefox-i18n-55.0.3/ca.xpi) = 25c6e4bdb355f6d116be23d241a62ffe7853a971e461c56a1ab586433743bffe -SIZE (xpi/firefox-i18n-55.0.3/ca.xpi) = 473018 -SHA256 (xpi/firefox-i18n-55.0.3/cak.xpi) = 5df85a9d3fb158eece6118ff9d6493928b4a846f6c0e5c8178dea6b5f878b8d3 -SIZE (xpi/firefox-i18n-55.0.3/cak.xpi) = 481774 -SHA256 (xpi/firefox-i18n-55.0.3/cs.xpi) = e5ba4844b9ced4c6a6cfd75853b6000fe2eabb9b33fffa73cc19e9562475d95c -SIZE (xpi/firefox-i18n-55.0.3/cs.xpi) = 476809 -SHA256 (xpi/firefox-i18n-55.0.3/cy.xpi) = 7a80d417cde600be304f1d7b59840ea62706509183515b5191d703ce59a668a0 -SIZE (xpi/firefox-i18n-55.0.3/cy.xpi) = 458725 -SHA256 (xpi/firefox-i18n-55.0.3/da.xpi) = 38bf51be7d418b67a69366f20aa1fe9b0c22fcf769757a0aefbcd60ac59240b9 -SIZE (xpi/firefox-i18n-55.0.3/da.xpi) = 452604 -SHA256 (xpi/firefox-i18n-55.0.3/de.xpi) = 1b815ec21a24870acb7a84171ef7b64cff8d718c666c70b986ea8594da3dd95a -SIZE (xpi/firefox-i18n-55.0.3/de.xpi) = 465990 -SHA256 (xpi/firefox-i18n-55.0.3/dsb.xpi) = 33f12a4322495be14a67a28c5b9518d9757dbf39a733e229cf3b9f28b64a6ddf -SIZE (xpi/firefox-i18n-55.0.3/dsb.xpi) = 482081 -SHA256 (xpi/firefox-i18n-55.0.3/el.xpi) = a6d1aefe768a046f9ba79b8b287d4e4656004556de9f2306af44b901c169ff9f -SIZE (xpi/firefox-i18n-55.0.3/el.xpi) = 539777 -SHA256 (xpi/firefox-i18n-55.0.3/en-GB.xpi) = 07474847b08f035f977013a0c7a5e42e07636901251207ba3d21300985d0eff9 -SIZE (xpi/firefox-i18n-55.0.3/en-GB.xpi) = 439269 -SHA256 (xpi/firefox-i18n-55.0.3/en-US.xpi) = f57cda45b8c6e177bbc705fb5db21878d5297c57281c8fba810c6cbb6b095ae8 -SIZE (xpi/firefox-i18n-55.0.3/en-US.xpi) = 439814 -SHA256 (xpi/firefox-i18n-55.0.3/en-ZA.xpi) = bf5e3fac34d5ccc83af7c5b60e6d2077c27ded688d3e37efcfbf6386459a3f39 -SIZE (xpi/firefox-i18n-55.0.3/en-ZA.xpi) = 438621 -SHA256 (xpi/firefox-i18n-55.0.3/eo.xpi) = 4dffe19fb6787d5b2795066618532bb4951695ac10dbca20c17ccedadff2334b -SIZE (xpi/firefox-i18n-55.0.3/eo.xpi) = 461140 -SHA256 (xpi/firefox-i18n-55.0.3/es-AR.xpi) = 1b4b1ca27e4265a7868858a9f9822384908b87f567808b7253cc49be7616c036 -SIZE (xpi/firefox-i18n-55.0.3/es-AR.xpi) = 467619 -SHA256 (xpi/firefox-i18n-55.0.3/es-CL.xpi) = 6dcd97412618233b7d82d4f8b614da267010e2d5af3a736209bd0179c1f5ea35 -SIZE (xpi/firefox-i18n-55.0.3/es-CL.xpi) = 471599 -SHA256 (xpi/firefox-i18n-55.0.3/es-ES.xpi) = 8f29eab7fcea76fb16fddbc6bc1505373b414f07e1678f231c8dd77fcd7c2dbb -SIZE (xpi/firefox-i18n-55.0.3/es-ES.xpi) = 359824 -SHA256 (xpi/firefox-i18n-55.0.3/es-MX.xpi) = c5cc49fb974401edcfd58b114d0d4f7d2a528522f89d50d393677fab7d586fac -SIZE (xpi/firefox-i18n-55.0.3/es-MX.xpi) = 474245 -SHA256 (xpi/firefox-i18n-55.0.3/et.xpi) = 155bdfe2c508b68c4a23a362158cd84d3be3080f3396b1fa060aed117bad89b7 -SIZE (xpi/firefox-i18n-55.0.3/et.xpi) = 454471 -SHA256 (xpi/firefox-i18n-55.0.3/eu.xpi) = c32de1d149e2f33cdee8a58e226d00cff29a78d783e6360e7715a006e74aeeec -SIZE (xpi/firefox-i18n-55.0.3/eu.xpi) = 460419 -SHA256 (xpi/firefox-i18n-55.0.3/fa.xpi) = ae990f77aea02c797fb14e2e10f736109888735cee39e39b1bfcec9c9add5c46 -SIZE (xpi/firefox-i18n-55.0.3/fa.xpi) = 511561 -SHA256 (xpi/firefox-i18n-55.0.3/ff.xpi) = 14f8217883d80c32c08f38284f42e5978c3d6cf077dcc6065e8d2d954c3640d5 -SIZE (xpi/firefox-i18n-55.0.3/ff.xpi) = 455294 -SHA256 (xpi/firefox-i18n-55.0.3/fi.xpi) = d00ebd2bc119a6f78c29701cfaa9434d51a14d62e0c3be7e271c143fc87bf1ce -SIZE (xpi/firefox-i18n-55.0.3/fi.xpi) = 453945 -SHA256 (xpi/firefox-i18n-55.0.3/fr.xpi) = a2ea34fa62fb6b83f77843d7284ad96491af8700aaa4f2df5cba6a5058ddc47c -SIZE (xpi/firefox-i18n-55.0.3/fr.xpi) = 476667 -SHA256 (xpi/firefox-i18n-55.0.3/fy-NL.xpi) = 0fe4964412a415c03c09ef320e299a9a361a41c84f317dee795e36b7f5612115 -SIZE (xpi/firefox-i18n-55.0.3/fy-NL.xpi) = 469971 -SHA256 (xpi/firefox-i18n-55.0.3/ga-IE.xpi) = 7e2e87dd6d25934dfc66d804531320ca71b53933245c361c8dd6404688b8ef39 -SIZE (xpi/firefox-i18n-55.0.3/ga-IE.xpi) = 481440 -SHA256 (xpi/firefox-i18n-55.0.3/gd.xpi) = 6c45c76ff5a0ae373f6ec8c0d81859f345cc31ad55471e702704c434797cca07 -SIZE (xpi/firefox-i18n-55.0.3/gd.xpi) = 469055 -SHA256 (xpi/firefox-i18n-55.0.3/gl.xpi) = b1b699a2f9134d951d704c1b42f6677004c2cede354881b9b96438323ccbcb33 -SIZE (xpi/firefox-i18n-55.0.3/gl.xpi) = 459111 -SHA256 (xpi/firefox-i18n-55.0.3/gn.xpi) = af4389f4028790c393fd9623b13b8ea9587d25918c2b1635743d18de09f6269f -SIZE (xpi/firefox-i18n-55.0.3/gn.xpi) = 476201 -SHA256 (xpi/firefox-i18n-55.0.3/gu-IN.xpi) = 547e37eca8d5a45fce201c550a4aca379b9bb006d7ff83b71971afedb641a3f4 -SIZE (xpi/firefox-i18n-55.0.3/gu-IN.xpi) = 498986 -SHA256 (xpi/firefox-i18n-55.0.3/he.xpi) = 451c0b7cb95accda6f8bca275f4d4a19c39be7160cce08975c6d751d11405255 -SIZE (xpi/firefox-i18n-55.0.3/he.xpi) = 479882 -SHA256 (xpi/firefox-i18n-55.0.3/hi-IN.xpi) = 77fd9e88268d1bb3f42b99af29e87c666e7a1ebaa26fafaad3afa55aab6ea1ce -SIZE (xpi/firefox-i18n-55.0.3/hi-IN.xpi) = 530571 -SHA256 (xpi/firefox-i18n-55.0.3/hr.xpi) = d36986ce628ebeddc28a56713f1444ec8aa99ffa297d4bc1b3478a92c3e6a8f0 -SIZE (xpi/firefox-i18n-55.0.3/hr.xpi) = 467992 -SHA256 (xpi/firefox-i18n-55.0.3/hsb.xpi) = 0200e7ad91f8ae46cbd63e1b865f8fc8a58353aa189001b58a38da079bf9f02a -SIZE (xpi/firefox-i18n-55.0.3/hsb.xpi) = 479798 -SHA256 (xpi/firefox-i18n-55.0.3/hu.xpi) = c60d25907f159b1a59475682a55a8afa9f899e93a739c5f721b46c3bd7f63012 -SIZE (xpi/firefox-i18n-55.0.3/hu.xpi) = 481645 -SHA256 (xpi/firefox-i18n-55.0.3/hy-AM.xpi) = 2564f7fa81cc2d0e2fa87e7199e62afd3174b9f0339001d730da1a6255a8782a -SIZE (xpi/firefox-i18n-55.0.3/hy-AM.xpi) = 520878 -SHA256 (xpi/firefox-i18n-55.0.3/id.xpi) = 13ee8d82e28f13d6e29555dd261dd1bacf1db930889eecb594bbb0ee214a9d9f -SIZE (xpi/firefox-i18n-55.0.3/id.xpi) = 450290 -SHA256 (xpi/firefox-i18n-55.0.3/is.xpi) = 77fa1716d95bef9ff32e5e554df1a6f74638ebe3e679a8239a5209a7ad6c3551 -SIZE (xpi/firefox-i18n-55.0.3/is.xpi) = 464372 -SHA256 (xpi/firefox-i18n-55.0.3/it.xpi) = 0bdd8bf97c9c3880d1f002d647450487cf21fc003067469f2b9eda8301bd9f13 -SIZE (xpi/firefox-i18n-55.0.3/it.xpi) = 352941 -SHA256 (xpi/firefox-i18n-55.0.3/ja.xpi) = c907bbf1efde7e601ec2ff6fb528896c8b2c3b70783dfa309e7d8aa54c45e655 -SIZE (xpi/firefox-i18n-55.0.3/ja.xpi) = 519764 -SHA256 (xpi/firefox-i18n-55.0.3/ka.xpi) = ab9bec8018935ba426f04a96e23b93e0f0d633f26f84a34c6553b883c6dd3c17 -SIZE (xpi/firefox-i18n-55.0.3/ka.xpi) = 493535 -SHA256 (xpi/firefox-i18n-55.0.3/kab.xpi) = 5e13da854fb8fdcfef8f760c9bb1cbfb7571856b933c181d41d09f36a7449dfb -SIZE (xpi/firefox-i18n-55.0.3/kab.xpi) = 470044 -SHA256 (xpi/firefox-i18n-55.0.3/kk.xpi) = 5edae7dba33d4369d529f3f965851798e31fd701c792c575de42602cf91eaee0 -SIZE (xpi/firefox-i18n-55.0.3/kk.xpi) = 526707 -SHA256 (xpi/firefox-i18n-55.0.3/km.xpi) = 8c741376968bc5145cf808c715c5dc92f7cf2a7134d3c1eaa9bc66e96d1b3ff0 -SIZE (xpi/firefox-i18n-55.0.3/km.xpi) = 540646 -SHA256 (xpi/firefox-i18n-55.0.3/kn.xpi) = d387a3a29d621d2e1163cd6d1728861f6344c370950124cfce754f4ff5fe37d8 -SIZE (xpi/firefox-i18n-55.0.3/kn.xpi) = 538859 -SHA256 (xpi/firefox-i18n-55.0.3/ko.xpi) = 524eca8be7b4ec0c04dfc09376d18479a9ddf677b006155b3b8c889f1d1c7425 -SIZE (xpi/firefox-i18n-55.0.3/ko.xpi) = 494547 -SHA256 (xpi/firefox-i18n-55.0.3/lij.xpi) = 79cfb9142d836ffda39039205e72f52eba8d09a61d6d77382267320a3dc4d984 -SIZE (xpi/firefox-i18n-55.0.3/lij.xpi) = 458698 -SHA256 (xpi/firefox-i18n-55.0.3/lt.xpi) = b8c979f9259ce409ff26af1beddd004fa90420021f5d98f2c069beb362f92160 -SIZE (xpi/firefox-i18n-55.0.3/lt.xpi) = 481082 -SHA256 (xpi/firefox-i18n-55.0.3/lv.xpi) = d58361769c078859d65aba27d79a93fc839871a14f026d73e607facf49373a84 -SIZE (xpi/firefox-i18n-55.0.3/lv.xpi) = 473736 -SHA256 (xpi/firefox-i18n-55.0.3/mai.xpi) = a3ab546aad483b92e5d2757d46654d89b2593097624052a1638cc8f0c2caee41 -SIZE (xpi/firefox-i18n-55.0.3/mai.xpi) = 517894 -SHA256 (xpi/firefox-i18n-55.0.3/mk.xpi) = aba046611289624c02c1d3c81fe8a4ea50a96088ece2bd7fb2be40df882ac795 -SIZE (xpi/firefox-i18n-55.0.3/mk.xpi) = 500207 -SHA256 (xpi/firefox-i18n-55.0.3/ml.xpi) = b40dd990aa6b36924279bb9af0a0e4ce5c8497b275244794b200e5815ac42b48 -SIZE (xpi/firefox-i18n-55.0.3/ml.xpi) = 540982 -SHA256 (xpi/firefox-i18n-55.0.3/mr.xpi) = bebcf5b465fc9e33955cdf4343c479f7b998819667ba3a23e298d38f833d2ead -SIZE (xpi/firefox-i18n-55.0.3/mr.xpi) = 528249 -SHA256 (xpi/firefox-i18n-55.0.3/ms.xpi) = 06d40cc6207dfd452fb12a3429b0bdf85c4fc196d51e66e6197ede9e9e5c9a82 -SIZE (xpi/firefox-i18n-55.0.3/ms.xpi) = 459191 -SHA256 (xpi/firefox-i18n-55.0.3/my.xpi) = 48e005f6558c13ad0f3f73afc81489c0cb384b00589bf2b3cd03569e6bd2a82c -SIZE (xpi/firefox-i18n-55.0.3/my.xpi) = 528097 -SHA256 (xpi/firefox-i18n-55.0.3/nb-NO.xpi) = 00e8ac31e0597ef4a1928b05b4d199563fcb249b3368d9bb63b8539174eafd5c -SIZE (xpi/firefox-i18n-55.0.3/nb-NO.xpi) = 457645 -SHA256 (xpi/firefox-i18n-55.0.3/nl.xpi) = 358bd38888586ae4498b41ea6bd7417939cc828cce78be80ffef3a32741458bf -SIZE (xpi/firefox-i18n-55.0.3/nl.xpi) = 461510 -SHA256 (xpi/firefox-i18n-55.0.3/nn-NO.xpi) = 11dbe5bce47e3829a7b5d43c12178fc2ff750495f6aa0209c69fc7b6b96f6b8e -SIZE (xpi/firefox-i18n-55.0.3/nn-NO.xpi) = 458457 -SHA256 (xpi/firefox-i18n-55.0.3/or.xpi) = 64d1c4205a8e249bbb8604efac83b73251fadfc23daee75f40a51d9e2a9ca6a1 -SIZE (xpi/firefox-i18n-55.0.3/or.xpi) = 511354 -SHA256 (xpi/firefox-i18n-55.0.3/pa-IN.xpi) = c2fa26e5fe2400c6890aea2722ab010265cd7541653092d190e45a6805d9ec13 -SIZE (xpi/firefox-i18n-55.0.3/pa-IN.xpi) = 498453 -SHA256 (xpi/firefox-i18n-55.0.3/pl.xpi) = c4973aa40a75f371d0c85a1e1d9c6fc5184eac38313ed50ea9c7189590a3d416 -SIZE (xpi/firefox-i18n-55.0.3/pl.xpi) = 372429 -SHA256 (xpi/firefox-i18n-55.0.3/pt-BR.xpi) = 3555d0e761bbe2ba1035f62960344836b9ad1b2cb55edc07b215d826385c8d5b -SIZE (xpi/firefox-i18n-55.0.3/pt-BR.xpi) = 462717 -SHA256 (xpi/firefox-i18n-55.0.3/pt-PT.xpi) = be15f048d135f364a7605527b9569ae81cc819cf38c7ed933298b3d4c58b5eef -SIZE (xpi/firefox-i18n-55.0.3/pt-PT.xpi) = 465239 -SHA256 (xpi/firefox-i18n-55.0.3/rm.xpi) = 588239d7468d46d5eae7ac832eb48ba3630fd9da4cc1d4fd35a2f32c28f62f10 -SIZE (xpi/firefox-i18n-55.0.3/rm.xpi) = 458265 -SHA256 (xpi/firefox-i18n-55.0.3/ro.xpi) = 70b05f40b253b9fb63081db12e8675873fe45eda3a1a180e77e15ae215a62216 -SIZE (xpi/firefox-i18n-55.0.3/ro.xpi) = 462973 -SHA256 (xpi/firefox-i18n-55.0.3/ru.xpi) = 0c0d0296dd9d62ba86203b1b21476ff064f9d74d512bb6ffefe6f74ddf549352 -SIZE (xpi/firefox-i18n-55.0.3/ru.xpi) = 530901 -SHA256 (xpi/firefox-i18n-55.0.3/si.xpi) = f1f196f5523254940d10938c5c974a3d4128ec777fc1e8fb1399e24014b21fef -SIZE (xpi/firefox-i18n-55.0.3/si.xpi) = 508353 -SHA256 (xpi/firefox-i18n-55.0.3/sk.xpi) = dcdc24e7411113728f6485465493cb5ee4c82981823c83edebe3e43257d8bf1a -SIZE (xpi/firefox-i18n-55.0.3/sk.xpi) = 487582 -SHA256 (xpi/firefox-i18n-55.0.3/sl.xpi) = a1e7c731478f11da9f6f9f3c6b4f18787a04bd62c1636cdaa60c765b907cbc46 -SIZE (xpi/firefox-i18n-55.0.3/sl.xpi) = 465760 -SHA256 (xpi/firefox-i18n-55.0.3/son.xpi) = 61cc16ef2218aee4e58b4bd8bba3dea83bd362c5fccbe368d04b325bf875cf9e -SIZE (xpi/firefox-i18n-55.0.3/son.xpi) = 456958 -SHA256 (xpi/firefox-i18n-55.0.3/sq.xpi) = 61ee5ee3e418d4a5098e94c22f646555f8b69f3cd1042b7e50fe0b9d28336c31 -SIZE (xpi/firefox-i18n-55.0.3/sq.xpi) = 470630 -SHA256 (xpi/firefox-i18n-55.0.3/sr.xpi) = f2d1fc0ca15e814210306ce2b1777c91c64444f79ea1431e4663eb5476c713b1 -SIZE (xpi/firefox-i18n-55.0.3/sr.xpi) = 494878 -SHA256 (xpi/firefox-i18n-55.0.3/sv-SE.xpi) = 9a68ef76d1ba8b94238f7d724eb57ba9c94984e8b440f6068811cb8eb9853000 -SIZE (xpi/firefox-i18n-55.0.3/sv-SE.xpi) = 466011 -SHA256 (xpi/firefox-i18n-55.0.3/ta.xpi) = 8d5f997e93cca5083d7d7196cd8f1524097ae6c6471bd373717c87dd1a5d4f2e -SIZE (xpi/firefox-i18n-55.0.3/ta.xpi) = 519998 -SHA256 (xpi/firefox-i18n-55.0.3/te.xpi) = 77e8558ae06366ee01252b37c756b42a77a013b85ccad1baa0ce69f0d7fa1831 -SIZE (xpi/firefox-i18n-55.0.3/te.xpi) = 542539 -SHA256 (xpi/firefox-i18n-55.0.3/th.xpi) = 5c35f335847368570b196fc470de14bfa10a9a63c0b27facedbf7e9ab3aef436 -SIZE (xpi/firefox-i18n-55.0.3/th.xpi) = 511903 -SHA256 (xpi/firefox-i18n-55.0.3/tr.xpi) = a2790b948e050421d209b5802bb388664b75ae2d5c69175e0c84ab01b2b2a0c4 -SIZE (xpi/firefox-i18n-55.0.3/tr.xpi) = 472160 -SHA256 (xpi/firefox-i18n-55.0.3/uk.xpi) = 379ed1579d3f4cf9d149eb3906491505898f846f0e9476bd7562a07981baecf6 -SIZE (xpi/firefox-i18n-55.0.3/uk.xpi) = 526436 -SHA256 (xpi/firefox-i18n-55.0.3/ur.xpi) = 8924709d63a5476f31e2a67031bd3020ff73884f6879aeace68b6ab41abb4076 -SIZE (xpi/firefox-i18n-55.0.3/ur.xpi) = 520753 -SHA256 (xpi/firefox-i18n-55.0.3/uz.xpi) = 5cb211b260f5a781e28ab841618423e0662b48742fec2c1a2156cbdc9a7c5676 -SIZE (xpi/firefox-i18n-55.0.3/uz.xpi) = 467671 -SHA256 (xpi/firefox-i18n-55.0.3/vi.xpi) = 4c546bbf624f6416c6c094965a00db675beb014500b55cf96fba8d1f4c03adbb -SIZE (xpi/firefox-i18n-55.0.3/vi.xpi) = 476527 -SHA256 (xpi/firefox-i18n-55.0.3/xh.xpi) = 9c8eed4ed4947dbf6f6518f731e18a00cfe26d031f429222d5ae037814c4034e -SIZE (xpi/firefox-i18n-55.0.3/xh.xpi) = 470719 -SHA256 (xpi/firefox-i18n-55.0.3/zh-CN.xpi) = b5ce9d67f7df55aff43f3bb3bb2d8bf8fa7ea15c1c40f94c1a331e3082cdcd88 -SIZE (xpi/firefox-i18n-55.0.3/zh-CN.xpi) = 490383 -SHA256 (xpi/firefox-i18n-55.0.3/zh-TW.xpi) = dfb0e10364b058869bcf832b01f586645f2c3c0fc647049f76c3c14561b2000e -SIZE (xpi/firefox-i18n-55.0.3/zh-TW.xpi) = 489347 +TIMESTAMP = 1505781928 +SHA256 (xpi/firefox-i18n-56.0/ach.xpi) = 9f284521955c5288b00a9cf9b43408814217da3b69ac4153602e21f5a98708b4 +SIZE (xpi/firefox-i18n-56.0/ach.xpi) = 454895 +SHA256 (xpi/firefox-i18n-56.0/af.xpi) = 708ec52153122ebcdaf73c50588cf40e211cf8735dd81689d319e57b4a0432ba +SIZE (xpi/firefox-i18n-56.0/af.xpi) = 456213 +SHA256 (xpi/firefox-i18n-56.0/an.xpi) = 66987c4c963db384953755d1d6c6896221da8a62574692b0f52d6ff713aaded6 +SIZE (xpi/firefox-i18n-56.0/an.xpi) = 475862 +SHA256 (xpi/firefox-i18n-56.0/ar.xpi) = 0bd9dfd95767c6e03403b38f06f3e0cd0bf9c4168fef8c65c451aaef19b38d82 +SIZE (xpi/firefox-i18n-56.0/ar.xpi) = 500711 +SHA256 (xpi/firefox-i18n-56.0/as.xpi) = abb9088fde31eab8a4c7e15c0241a1dd6f018b4c3027515ee890954a5ae49739 +SIZE (xpi/firefox-i18n-56.0/as.xpi) = 508236 +SHA256 (xpi/firefox-i18n-56.0/ast.xpi) = 4559c2201594ef2b2243e71f98a7f1a245cc5bfae9e1a958c762fc2b40db3dee +SIZE (xpi/firefox-i18n-56.0/ast.xpi) = 469156 +SHA256 (xpi/firefox-i18n-56.0/az.xpi) = 53d71852e952d764163bbc97991bf15edd5ce035f3c97ce8ea364382cc9b7a9b +SIZE (xpi/firefox-i18n-56.0/az.xpi) = 484983 +SHA256 (xpi/firefox-i18n-56.0/be.xpi) = eb8211b25dca43482cf85e121fd5f4397f0f368d0a2400f393b7abb288f697fc +SIZE (xpi/firefox-i18n-56.0/be.xpi) = 531383 +SHA256 (xpi/firefox-i18n-56.0/bg.xpi) = 8bedb8067912eddf59a19d203f4dcd6dcb6aa2ac368f8a5ad8838d3b42bb9887 +SIZE (xpi/firefox-i18n-56.0/bg.xpi) = 528787 +SHA256 (xpi/firefox-i18n-56.0/bn-BD.xpi) = f3549198626f6c9c55dfdd59f0d73bfd71cc7a378938f98650914d6e8d993ea3 +SIZE (xpi/firefox-i18n-56.0/bn-BD.xpi) = 542770 +SHA256 (xpi/firefox-i18n-56.0/bn-IN.xpi) = dbdc23f2e5b8630e1e2fb217a3a3c846c99095e5ae0e1a275dbf1609b9644a98 +SIZE (xpi/firefox-i18n-56.0/bn-IN.xpi) = 534449 +SHA256 (xpi/firefox-i18n-56.0/br.xpi) = 0d6c272e49ef57ce00da2bcf612fd4b7b8aefb6d4391cbd28fe1ba979b34cc4c +SIZE (xpi/firefox-i18n-56.0/br.xpi) = 464254 +SHA256 (xpi/firefox-i18n-56.0/bs.xpi) = 8016af6c04fa76e03e8f9446fcf199f3e9f7f6985da78c57152b8e72750d054e +SIZE (xpi/firefox-i18n-56.0/bs.xpi) = 472254 +SHA256 (xpi/firefox-i18n-56.0/ca.xpi) = 5f76ae9d5ad7646adabd9fd41577b74db909121ef0c30be324b7d1689f6d9d74 +SIZE (xpi/firefox-i18n-56.0/ca.xpi) = 480362 +SHA256 (xpi/firefox-i18n-56.0/cak.xpi) = 587ff3f26a8ef7582bcb5a6392917bf586818970e8d01e488dce90ed7ca73420 +SIZE (xpi/firefox-i18n-56.0/cak.xpi) = 489506 +SHA256 (xpi/firefox-i18n-56.0/cs.xpi) = fc85604d385fe84c270142259cade851b52737f2a26bdfe594177ab5fdd411bb +SIZE (xpi/firefox-i18n-56.0/cs.xpi) = 485089 +SHA256 (xpi/firefox-i18n-56.0/cy.xpi) = 93ac985b804780f762d317fa375d3cf38585bb6d758ead31fce25ea29ad19dd7 +SIZE (xpi/firefox-i18n-56.0/cy.xpi) = 466287 +SHA256 (xpi/firefox-i18n-56.0/da.xpi) = 8e05141c5dbb72a19140c4c849ad0531c5318daa1c8540a7816882dfdc1762ce +SIZE (xpi/firefox-i18n-56.0/da.xpi) = 460090 +SHA256 (xpi/firefox-i18n-56.0/de.xpi) = b269327762cf43a89567ed15ab43235da513270012486e30e5b5d13dfb0df211 +SIZE (xpi/firefox-i18n-56.0/de.xpi) = 473854 +SHA256 (xpi/firefox-i18n-56.0/dsb.xpi) = 7198dee15dce499491b2934b7e8c93352d06058a8aaa09e2c31834618d4c55f3 +SIZE (xpi/firefox-i18n-56.0/dsb.xpi) = 489896 +SHA256 (xpi/firefox-i18n-56.0/el.xpi) = 6b6541d02b37c1a0ffaf425f26fc67d829eb8b0ffc9c77a7a14d9e70cd1f1095 +SIZE (xpi/firefox-i18n-56.0/el.xpi) = 554119 +SHA256 (xpi/firefox-i18n-56.0/en-GB.xpi) = 20a67d7425f4fc854e02870a4a495a16009ac7c04e0c6320c505f3ba3aff08ea +SIZE (xpi/firefox-i18n-56.0/en-GB.xpi) = 447373 +SHA256 (xpi/firefox-i18n-56.0/en-US.xpi) = 0e01e320c38e7707a1db73a070401c2c7807fda106bde89b7f2d93826497e395 +SIZE (xpi/firefox-i18n-56.0/en-US.xpi) = 446950 +SHA256 (xpi/firefox-i18n-56.0/en-ZA.xpi) = 13a8422c2f770ed2234be39f7fdfcd66ea2e755213359e43586abbe0a9b2181d +SIZE (xpi/firefox-i18n-56.0/en-ZA.xpi) = 445915 +SHA256 (xpi/firefox-i18n-56.0/eo.xpi) = 184eb2a2deffc09449f1a245ffd6ad1a0487d784e04e424676d1ae5463ef0ea7 +SIZE (xpi/firefox-i18n-56.0/eo.xpi) = 468950 +SHA256 (xpi/firefox-i18n-56.0/es-AR.xpi) = 9c7c1728ac939ccbf2d6b6e0964ff2ca15bd580c8de2c356f999326aba976a39 +SIZE (xpi/firefox-i18n-56.0/es-AR.xpi) = 475447 +SHA256 (xpi/firefox-i18n-56.0/es-CL.xpi) = 569a062a0c0d28ed1b8f5d53bd934ea3bf307134b7f6684b3694018b98056472 +SIZE (xpi/firefox-i18n-56.0/es-CL.xpi) = 479921 +SHA256 (xpi/firefox-i18n-56.0/es-ES.xpi) = 6995892b26fee06bc81e287fcd3ccd0a4a9730ced181c60b97f2af44661b5f4b +SIZE (xpi/firefox-i18n-56.0/es-ES.xpi) = 365629 +SHA256 (xpi/firefox-i18n-56.0/es-MX.xpi) = 101efa0972578b9866768b833f16d2c8b7f080094576a9ddbf0d91eeeb57332e +SIZE (xpi/firefox-i18n-56.0/es-MX.xpi) = 482563 +SHA256 (xpi/firefox-i18n-56.0/et.xpi) = f4d5851ec8492344eb03d7c3f266df4223eb35cca7414306a3b57f3d4be96919 +SIZE (xpi/firefox-i18n-56.0/et.xpi) = 462102 +SHA256 (xpi/firefox-i18n-56.0/eu.xpi) = 775ee6afb9776266c0eccb03013c4bf90e70e604d6b1e6a23e554c04629a906c +SIZE (xpi/firefox-i18n-56.0/eu.xpi) = 467883 +SHA256 (xpi/firefox-i18n-56.0/fa.xpi) = e4ef465cd8cea694a77df077e4dce457c2e27bf98f600e94e9ba75e559b74aa4 +SIZE (xpi/firefox-i18n-56.0/fa.xpi) = 522907 +SHA256 (xpi/firefox-i18n-56.0/ff.xpi) = 0c9907334c78a0df391b723586ec9251ceddf703b6e395c524131d1d718c8388 +SIZE (xpi/firefox-i18n-56.0/ff.xpi) = 463097 +SHA256 (xpi/firefox-i18n-56.0/fi.xpi) = e868307c543675f4c7f9bc04a108be7e65de1db81041055f366e9c05209c5c90 +SIZE (xpi/firefox-i18n-56.0/fi.xpi) = 461922 +SHA256 (xpi/firefox-i18n-56.0/fr.xpi) = aae90b0ebe74d7545c8e320072af88c37f0032de01d3f5a9f76c54902ea617ad +SIZE (xpi/firefox-i18n-56.0/fr.xpi) = 484560 +SHA256 (xpi/firefox-i18n-56.0/fy-NL.xpi) = 22f1ff599aebdc20d70e8e4f4ad30118c4462fed68b13c9f001bb271bfa7c989 +SIZE (xpi/firefox-i18n-56.0/fy-NL.xpi) = 478039 +SHA256 (xpi/firefox-i18n-56.0/ga-IE.xpi) = e051897700eebd6b350e549df50a74771cc7ea2face2bcd6233205c3ab6eda7d +SIZE (xpi/firefox-i18n-56.0/ga-IE.xpi) = 489378 +SHA256 (xpi/firefox-i18n-56.0/gd.xpi) = 25dd90c80e9350cdce653a6208af2010457f4c2acac8ab91d5665c6235b8da51 +SIZE (xpi/firefox-i18n-56.0/gd.xpi) = 476925 +SHA256 (xpi/firefox-i18n-56.0/gl.xpi) = d17de05fa14e3024b86cff5ac9c536eb94eb6065f5696819e1e849364d048054 +SIZE (xpi/firefox-i18n-56.0/gl.xpi) = 466467 +SHA256 (xpi/firefox-i18n-56.0/gn.xpi) = 16c7db01979b1d672a65ed617145b50450a2b3c38eb736a268c799555064d344 +SIZE (xpi/firefox-i18n-56.0/gn.xpi) = 485789 +SHA256 (xpi/firefox-i18n-56.0/gu-IN.xpi) = 831400812cc60e615278be8a3327f6f34581d83c246c3b5a7a583c02bdf4dc48 +SIZE (xpi/firefox-i18n-56.0/gu-IN.xpi) = 513735 +SHA256 (xpi/firefox-i18n-56.0/he.xpi) = ba6f1edfbc307a45b80c17962ac3a8ffcc2ea270d00f80d8ccee806bb1cd1248 +SIZE (xpi/firefox-i18n-56.0/he.xpi) = 488493 +SHA256 (xpi/firefox-i18n-56.0/hi-IN.xpi) = 99f3944940ceaca067e1d03875bfd42284f270ddf2bfafc84a0aec9b4976aec5 +SIZE (xpi/firefox-i18n-56.0/hi-IN.xpi) = 538302 +SHA256 (xpi/firefox-i18n-56.0/hr.xpi) = 9bfb9ef6e15d01b58a1274513f8cccc06e2726e9e4fb61790f9206836bbe4eb5 +SIZE (xpi/firefox-i18n-56.0/hr.xpi) = 475056 +SHA256 (xpi/firefox-i18n-56.0/hsb.xpi) = 7a060735c524d21eb9eccfa669d358f65cb570d3a8cd2adf6bea580e6e56e4cf +SIZE (xpi/firefox-i18n-56.0/hsb.xpi) = 487595 +SHA256 (xpi/firefox-i18n-56.0/hu.xpi) = d2b6b38c43088db0ce58923bceaedbe6eaa8d55c3df2272276a875b3a9bde0b3 +SIZE (xpi/firefox-i18n-56.0/hu.xpi) = 490101 +SHA256 (xpi/firefox-i18n-56.0/hy-AM.xpi) = ac82ec57693d4cac9f275ec563c99c5810a1f68564d767723867fb10ba816042 +SIZE (xpi/firefox-i18n-56.0/hy-AM.xpi) = 527710 +SHA256 (xpi/firefox-i18n-56.0/id.xpi) = 265ca0ba0ba4b0088272e65d320c829e844b2837da39bfe68f86111b6b430d09 +SIZE (xpi/firefox-i18n-56.0/id.xpi) = 459065 +SHA256 (xpi/firefox-i18n-56.0/is.xpi) = 7f69bc3bf4c304c5813a981ba06fd70e9bbeaf5e31559ab4b1781c239d7d98a5 +SIZE (xpi/firefox-i18n-56.0/is.xpi) = 467442 +SHA256 (xpi/firefox-i18n-56.0/it.xpi) = 9f6be0fca35d4503c91e3b67c3511c0dcc2c08e272658b8a73676425cc0e4c9a +SIZE (xpi/firefox-i18n-56.0/it.xpi) = 358693 +SHA256 (xpi/firefox-i18n-56.0/ja.xpi) = ca20531c885dfdccc51df5db8825960acd297e8a0bce75ed669b201d8fb31ac4 +SIZE (xpi/firefox-i18n-56.0/ja.xpi) = 527924 +SHA256 (xpi/firefox-i18n-56.0/ka.xpi) = dedf5f7f8176d04ad6f9b0514787465a68f31c269fb92b3ea2b26637c876b5cf +SIZE (xpi/firefox-i18n-56.0/ka.xpi) = 509095 +SHA256 (xpi/firefox-i18n-56.0/kab.xpi) = 8c942b66ee4a9568a0fe694d91cac659b81c356ac95b4b3e230debb63eb7937b +SIZE (xpi/firefox-i18n-56.0/kab.xpi) = 477419 +SHA256 (xpi/firefox-i18n-56.0/kk.xpi) = dba606bedf12452db5650e955de23c7c4ac0d2d418e17fa8af6cbc032c44d784 +SIZE (xpi/firefox-i18n-56.0/kk.xpi) = 534931 +SHA256 (xpi/firefox-i18n-56.0/km.xpi) = 839454b15e12552a2229f246592aa1be9ee29c75540f3f10a82b17b8c02252e7 +SIZE (xpi/firefox-i18n-56.0/km.xpi) = 549343 +SHA256 (xpi/firefox-i18n-56.0/kn.xpi) = f2432182ec92846499e98120e859b31e800b8e01a45acbebc5de50ea92c0fbf7 +SIZE (xpi/firefox-i18n-56.0/kn.xpi) = 545515 +SHA256 (xpi/firefox-i18n-56.0/ko.xpi) = b4b3d2b1d873899b4a77bd21fe006bab4cf19b9bf41c4914e406bbaf4c1d9f0b +SIZE (xpi/firefox-i18n-56.0/ko.xpi) = 502893 +SHA256 (xpi/firefox-i18n-56.0/lij.xpi) = 45c23550a79c4f061fdc9b1e563766c266e8d5d4b0ad4101b328ef91bb442b24 +SIZE (xpi/firefox-i18n-56.0/lij.xpi) = 467274 +SHA256 (xpi/firefox-i18n-56.0/lt.xpi) = ddb6c1e7af036bdc4735cf57d299e294ca83d8c47e04b13a5cd326fffdfb109b +SIZE (xpi/firefox-i18n-56.0/lt.xpi) = 488751 +SHA256 (xpi/firefox-i18n-56.0/lv.xpi) = 3f040de2f2be8e7fb3b07877ccbda2779110953881f03f1813dffcfce6621479 +SIZE (xpi/firefox-i18n-56.0/lv.xpi) = 481627 +SHA256 (xpi/firefox-i18n-56.0/mai.xpi) = 08eda83db69cff2f80f94daf3f5923ca8185bc95ba03550abeadba85b29f233a +SIZE (xpi/firefox-i18n-56.0/mai.xpi) = 524701 +SHA256 (xpi/firefox-i18n-56.0/mk.xpi) = e7c3c394f6cf12cb96debea660462a700f49c9009cfe55a6a2fa593b3d546832 +SIZE (xpi/firefox-i18n-56.0/mk.xpi) = 507816 +SHA256 (xpi/firefox-i18n-56.0/ml.xpi) = a4a2a260eefc3d63333a1080b15e260cc144490c177bffb10bb820d20c9973f8 +SIZE (xpi/firefox-i18n-56.0/ml.xpi) = 547545 +SHA256 (xpi/firefox-i18n-56.0/mr.xpi) = a77a1c09a13009826113e5970ca22e6468956eb86db48b58f0e82aab0fa1080f +SIZE (xpi/firefox-i18n-56.0/mr.xpi) = 536672 +SHA256 (xpi/firefox-i18n-56.0/ms.xpi) = d6d1a0d6cdef33f45d3c19a99e0e052f80eec34a8e1c23025e80b4e663095801 +SIZE (xpi/firefox-i18n-56.0/ms.xpi) = 466106 +SHA256 (xpi/firefox-i18n-56.0/my.xpi) = 4ed3bd9b0eaa9ce313cad1607fd5cf5a12f5ce39f7d5fbc18da5311dfb5958dd +SIZE (xpi/firefox-i18n-56.0/my.xpi) = 536721 +SHA256 (xpi/firefox-i18n-56.0/nb-NO.xpi) = 67898a380d324fc7b3e676621de695de8cf926ebc90c4a3f2f07b4ebd2c6a810 +SIZE (xpi/firefox-i18n-56.0/nb-NO.xpi) = 465574 +SHA256 (xpi/firefox-i18n-56.0/nl.xpi) = 0f3d94f7f7b93d516656160d6bfa589bd77813e4fa6906fb38a5b11da3297727 +SIZE (xpi/firefox-i18n-56.0/nl.xpi) = 469052 +SHA256 (xpi/firefox-i18n-56.0/nn-NO.xpi) = 4778700a808a7155b967e585578e41fab71e671c9dc3c0f5331c40bfe5e323f9 +SIZE (xpi/firefox-i18n-56.0/nn-NO.xpi) = 466206 +SHA256 (xpi/firefox-i18n-56.0/or.xpi) = 39ee3d9f5b8c0e0ba24fe2a9e14ce6c8470a28f362c5d7e4bcf3835e7728f234 +SIZE (xpi/firefox-i18n-56.0/or.xpi) = 518164 +SHA256 (xpi/firefox-i18n-56.0/pa-IN.xpi) = 1c89fc9e307bfe597d91648bdcae9bf528e43b260770bef23315c9e9c359287c +SIZE (xpi/firefox-i18n-56.0/pa-IN.xpi) = 509045 +SHA256 (xpi/firefox-i18n-56.0/pl.xpi) = 8e38c9f5ec52a6138c882455db5ddbe4efa7f846fbbcddfa53055953abef989d +SIZE (xpi/firefox-i18n-56.0/pl.xpi) = 377523 +SHA256 (xpi/firefox-i18n-56.0/pt-BR.xpi) = 407dc8e947de858814c551426cf67af0757b0348caa97703bd25ed136cd06f4c +SIZE (xpi/firefox-i18n-56.0/pt-BR.xpi) = 470952 +SHA256 (xpi/firefox-i18n-56.0/pt-PT.xpi) = afd9bb70a2f3567c3ee16e3f2291c1757f2645891210ba027188710ef1bcde30 +SIZE (xpi/firefox-i18n-56.0/pt-PT.xpi) = 472802 +SHA256 (xpi/firefox-i18n-56.0/rm.xpi) = abd278a93cb03bfe79347f6d4ffd37b1248f910c6faec53cd33d159c4806be11 +SIZE (xpi/firefox-i18n-56.0/rm.xpi) = 467017 +SHA256 (xpi/firefox-i18n-56.0/ro.xpi) = 3f1893a6fb817b53af75cfc0af48c83f4c265f267e60e9e5ea0d26a729eb54d7 +SIZE (xpi/firefox-i18n-56.0/ro.xpi) = 470784 +SHA256 (xpi/firefox-i18n-56.0/ru.xpi) = 96258cc88b1587330e1cc72046cd0cb067bc0bbe3f55fd4fc06b6f3659feb493 +SIZE (xpi/firefox-i18n-56.0/ru.xpi) = 541436 +SHA256 (xpi/firefox-i18n-56.0/si.xpi) = 226c7cf365572c9ceb6f54b345bc575913b6c8456d6026d927a4077a90864c36 +SIZE (xpi/firefox-i18n-56.0/si.xpi) = 515920 +SHA256 (xpi/firefox-i18n-56.0/sk.xpi) = 231ce8d9d071bb9798f0b4678a69213f1e6fe528205ddac9a1edb907871d97a3 +SIZE (xpi/firefox-i18n-56.0/sk.xpi) = 495562 +SHA256 (xpi/firefox-i18n-56.0/sl.xpi) = 6eed457874c8709c72a36034b335dac000aa3ee9b6e6bc2523dd85ead47ba5fa +SIZE (xpi/firefox-i18n-56.0/sl.xpi) = 473805 +SHA256 (xpi/firefox-i18n-56.0/son.xpi) = a8431ff1336941ed17b84f1124f14bac4f5697a0e129f4155c2535e82e2b703c +SIZE (xpi/firefox-i18n-56.0/son.xpi) = 464322 +SHA256 (xpi/firefox-i18n-56.0/sq.xpi) = 95163819b78538153713dfd0c20a3a53c73c658498f3406afa1462b3ccf874fa +SIZE (xpi/firefox-i18n-56.0/sq.xpi) = 479511 +SHA256 (xpi/firefox-i18n-56.0/sr.xpi) = b8f55b2ded9f6be98ca18521435875a68dd3b49b9bd5a23d0c0c04588a0ce4fa +SIZE (xpi/firefox-i18n-56.0/sr.xpi) = 504485 +SHA256 (xpi/firefox-i18n-56.0/sv-SE.xpi) = 38a83647c52aeea3bfdcb4e3d7e0413e97bac892cf820391349a65126c1cc3ef +SIZE (xpi/firefox-i18n-56.0/sv-SE.xpi) = 473946 +SHA256 (xpi/firefox-i18n-56.0/ta.xpi) = 8ef4c84fd34279b71608161c761f57dd308802d614d1b7bb12aef630d3c7dd03 +SIZE (xpi/firefox-i18n-56.0/ta.xpi) = 530643 +SHA256 (xpi/firefox-i18n-56.0/te.xpi) = cabd063c306339300479f671a24987f871d66842f21664b9823f6e7dfa6638fc +SIZE (xpi/firefox-i18n-56.0/te.xpi) = 549584 +SHA256 (xpi/firefox-i18n-56.0/th.xpi) = b013e2295535e4d45fe969565d6d984c3887685e51865c8e2fd0676108974712 +SIZE (xpi/firefox-i18n-56.0/th.xpi) = 520296 +SHA256 (xpi/firefox-i18n-56.0/tr.xpi) = e47a48132a51f1616c8a3991a8b5e9dbb2801b94a93e33d4d78f533ddf710aaa +SIZE (xpi/firefox-i18n-56.0/tr.xpi) = 480549 +SHA256 (xpi/firefox-i18n-56.0/uk.xpi) = a3c5450a4dcd55de8942c118b69e5c52c5930ecf0c6d0bd0f35805e71cd920f1 +SIZE (xpi/firefox-i18n-56.0/uk.xpi) = 535435 +SHA256 (xpi/firefox-i18n-56.0/ur.xpi) = 0e27c60be0a06f30b57a14b209293f17f98212536d496048a99eefd298aa1a9b +SIZE (xpi/firefox-i18n-56.0/ur.xpi) = 527347 +SHA256 (xpi/firefox-i18n-56.0/uz.xpi) = 8fb7b22d001da8cd442d0a269c4aed11c96a4a5bfa9443cc67569340ea9d2e97 +SIZE (xpi/firefox-i18n-56.0/uz.xpi) = 475100 +SHA256 (xpi/firefox-i18n-56.0/vi.xpi) = e3dbe47980fda1a504f7c4bda02be3a66680684bf599b4511de68693b749ac06 +SIZE (xpi/firefox-i18n-56.0/vi.xpi) = 487148 +SHA256 (xpi/firefox-i18n-56.0/xh.xpi) = bac603f5117493d0abb645efa8a63adabafb970f1847e013a46e703e32c6691b +SIZE (xpi/firefox-i18n-56.0/xh.xpi) = 477837 +SHA256 (xpi/firefox-i18n-56.0/zh-CN.xpi) = 91e2e7ca6b338bed8df0fdea0d4d773f5d7ca3f2749f0aa0617f622b4df8cff1 +SIZE (xpi/firefox-i18n-56.0/zh-CN.xpi) = 498978 +SHA256 (xpi/firefox-i18n-56.0/zh-TW.xpi) = 92f2d02297eb2cc688fabe0d5e3e62e70648292d0895fb564a27b906762435c6 +SIZE (xpi/firefox-i18n-56.0/zh-TW.xpi) = 497763 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/Makefile Wed Sep 27 04:12:34 2017 (r450707) @@ -2,30 +2,31 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 55.0.3 +DISTVERSION= 56.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.15:devel/nspr \ - nss>=3.31.1:security/nss \ - libevent>=2.0.22:devel/libevent \ - harfbuzz>=1.4.6:print/harfbuzz \ +BUILD_DEPENDS= nspr>=4.16:devel/nspr \ + nss>=3.32.1:security/nss \ + icu>=59.1,1:devel/icu \ + libevent>=2.1.8:devel/libevent \ + harfbuzz>=1.4.7:print/harfbuzz \ graphite2>=1.3.10:graphics/graphite2 \ - png>=1.6.28:graphics/png \ + png>=1.6.31:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.19.2:databases/sqlite3 \ + sqlite3>=3.19.3:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ + llvm40>0:devel/llvm40 \ zip:archivers/zip # soundtouch>=1.9.0:audio/soundtouch \ @@ -42,16 +43,13 @@ USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png +MOZ_EXPORT= BINDGEN_CFLAGS="-isystem${LOCALBASE}/include/nspr \ + -isystem${LOCALBASE}/include/pixman-1" # XXX bug 1341234 MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding -OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO OPTIONS_EXCLUDE= GNOMEUI -# XXX lang/rust currently builds only on these platforms -OPTIONS_DEFAULT_aarch64=RUST -OPTIONS_DEFAULT_amd64= RUST -OPTIONS_DEFAULT_i386= RUST .include "${.CURDIR}/../../www/firefox/Makefile.options" Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/distinfo Wed Sep 27 04:12:34 2017 (r450707) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503590171 -SHA256 (firefox-55.0.3.source.tar.xz) = 891836df85f8798c49f7b25661820f64d1311d59703c716eda471819b93ccda2 -SIZE (firefox-55.0.3.source.tar.xz) = 236010652 +TIMESTAMP = 1506460173 +SHA256 (firefox-56.0.source.tar.xz) = 0d8b7e91429f622c25509b7e73530807506ef3ff9f749d962251a35ed2bfed7e +SIZE (firefox-56.0.source.tar.xz) = 255389204 Modified: head/www/firefox/files/patch-bug1144632 ============================================================================== --- head/www/firefox/files/patch-bug1144632 Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/files/patch-bug1144632 Wed Sep 27 04:12:34 2017 (r450707) @@ -1,8 +1,10 @@ Revert bug 1323303 to unbreak build on big-endian architectures. ---- toolkit/moz.configure.orig 2017-07-31 16:20:54 UTC +diff --git toolkit/moz.configure toolkit/moz.configure +index 67fcbc39d075..c117fd11a358 100644 +--- toolkit/moz.configure +++ toolkit/moz.configure -@@ -771,11 +771,11 @@ +@@ -1032,11 +1032,11 @@ add_old_configure_assignment('NECKO_PROTOCOLS', necko_protocols) # ============================================================== option('--disable-skia', help='Disable use of Skia') @@ -19,23 +21,3 @@ Revert bug 1323303 to unbreak build on big-endian arch return True set_config('MOZ_ENABLE_SKIA', skia) ---- gfx/2d/ScaledFontBase.cpp.orig 2017-07-31 16:20:54 UTC -+++ gfx/2d/ScaledFontBase.cpp -@@ -212,14 +212,16 @@ ScaledFontBase::CopyGlyphsToBuilder(const GlyphBuffer - cairoPath->AppendPathToBuilder(builder); - return; - } -+#endif -+#ifdef USE_SKIA - if (backendType == BackendType::RECORDING) { - SkPath skPath = GetSkiaPathForGlyphs(aBuffer); - RefPtr path = MakeAndAddRef(skPath, FillRule::FILL_WINDING); - path->StreamToSink(aBuilder); - return; - } -- MOZ_ASSERT(false, "Path not being copied"); - #endif -+ MOZ_ASSERT(false, "Path not being copied"); - } - - void Added: head/www/firefox/files/patch-bug1401093 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1401093 Wed Sep 27 04:12:34 2017 (r450707) @@ -0,0 +1,11 @@ +--- toolkit/moz.configure.orig 2017-08-08 06:07:58 UTC ++++ toolkit/moz.configure +@@ -620,7 +620,7 @@ def stylo_config(value, _, target): + + # If nothing is specified, default to building stylo where possible. + if value.origin == 'default': +- if target.os == 'GNU' and target.bitness == 32: ++ if target.os != 'WINNT' and target.bitness == 32: + # The clang setup we use in automation is a little unusual, and + # doesn't play well with bindgen on 32-bit Linux. + pass Modified: head/www/firefox/files/patch-bug826985 ============================================================================== --- head/www/firefox/files/patch-bug826985 Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/files/patch-bug826985 Wed Sep 27 04:12:34 2017 (r450707) @@ -107,10 +107,11 @@ index 12df1b3..e9863ba 100644 #include -@@ -26,6 +31,15 @@ - #include "critical_section_wrapper.h" - #include "video_capture_linux.h" - +@@ -32,6 +35,15 @@ + #include "webrtc/modules/video_capture/linux/video_capture_linux.h" + #include "webrtc/system_wrappers/include/critical_section_wrapper.h" + #include "webrtc/system_wrappers/include/trace.h" ++ +#ifdef HAVE_LIBV4L2 +#define open v4l2_open +#define close v4l2_close @@ -119,10 +120,9 @@ index 12df1b3..e9863ba 100644 +#define mmap v4l2_mmap +#define munmap v4l2_munmap +#endif -+ - namespace webrtc - { - namespace videocapturemodule + + namespace webrtc { + namespace videocapturemodule { diff --git media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi index d46b5aa..e452223 100644 --- media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/files/patch-bug847568 Wed Sep 27 04:12:34 2017 (r450707) @@ -261,7 +261,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.4.6', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.4.7', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) Modified: head/www/firefox/files/patch-z-bug517422 ============================================================================== --- head/www/firefox/files/patch-z-bug517422 Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/files/patch-z-bug517422 Wed Sep 27 04:12:34 2017 (r450707) @@ -110,7 +110,7 @@ index 93ecda4319af..ff674c64ea07 100644 , mDumpFile(nullptr) , mState(INITIALIZED) , mDataSource(aSource) -@@ -130,9 +132,11 @@ AudioStream::~AudioStream() +@@ -135,9 +137,11 @@ AudioStream::~AudioStream() if (mDumpFile) { fclose(mDumpFile); } @@ -119,9 +119,9 @@ index 93ecda4319af..ff674c64ea07 100644 soundtouch::destroySoundTouchObj(mTimeStretcher); } +#endif - } - - size_t + #if defined(XP_WIN) + if (XRE_IsContentProcess()) { + audio::AudioNotificationReceiver::Unregister(this); @@ -151,7 +155,11 @@ nsresult AudioStream::EnsureTimeStretcherInitializedUnlocked() { mMonitor.AssertCurrentThreadOwns(); Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Wed Sep 27 04:12:19 2017 (r450706) +++ head/www/firefox/pkg-message Wed Sep 27 04:12:34 2017 (r450707) @@ -8,6 +8,7 @@ Some features available on other platforms are not imp - Performance profiling (requires GeckoProfiler) - Gamepad API (requires libusbhid backend) - WebVR (requires open source runtime) +- U2F Security Keys (requires libusbhid backend) ====================================================================== From owner-svn-ports-head@freebsd.org Wed Sep 27 04:15:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C35E2A3DB; Wed, 27 Sep 2017 04:15:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E427C2A01; Wed, 27 Sep 2017 04:15:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R4FC6Z029888; Wed, 27 Sep 2017 04:15:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4FBar029886; Wed, 27 Sep 2017 04:15:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270415.v8R4FBar029886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450708 - in head/www: firefox firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-esr X-SVN-Commit-Revision: 450708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:15:13 -0000 Author: jbeich Date: Wed Sep 27 04:15:11 2017 New Revision: 450708 URL: https://svnweb.freebsd.org/changeset/ports/450708 Log: gecko: oops, drop bogus comma Modified: head/www/firefox-esr/pkg-message (contents, props changed) head/www/firefox/pkg-message (contents, props changed) Modified: head/www/firefox-esr/pkg-message ============================================================================== --- head/www/firefox-esr/pkg-message Wed Sep 27 04:12:34 2017 (r450707) +++ head/www/firefox-esr/pkg-message Wed Sep 27 04:15:11 2017 (r450708) @@ -12,7 +12,7 @@ Some features available on other platforms are not imp To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, oss, sndio. Currently, selected backend can be inspected on +pulse, oss, sndio. Currently selected backend can be inspected on about:support page. ====================================================================== Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Wed Sep 27 04:12:34 2017 (r450707) +++ head/www/firefox/pkg-message Wed Sep 27 04:15:11 2017 (r450708) @@ -14,7 +14,7 @@ Some features available on other platforms are not imp To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, pulse-rust, oss, sndio. Currently, selected backend can be +pulse, pulse-rust, oss, sndio. Currently selected backend can be inspected on about:support page. ====================================================================== From owner-svn-ports-head@freebsd.org Wed Sep 27 04:22:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71098E2A57C; Wed, 27 Sep 2017 04:22:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC802D86; Wed, 27 Sep 2017 04:22:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R4MEBb034102; Wed, 27 Sep 2017 04:22:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R4MEbv034100; Wed, 27 Sep 2017 04:22:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270422.v8R4MEbv034100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 04:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450709 - in head/www: firefox firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-esr X-SVN-Commit-Revision: 450709 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 04:22:15 -0000 Author: jbeich Date: Wed Sep 27 04:22:13 2017 New Revision: 450709 URL: https://svnweb.freebsd.org/changeset/ports/450709 Log: gecko: reword pkg-message slightly Modified: head/www/firefox-esr/pkg-message (contents, props changed) head/www/firefox/pkg-message (contents, props changed) Modified: head/www/firefox-esr/pkg-message ============================================================================== --- head/www/firefox-esr/pkg-message Wed Sep 27 04:15:11 2017 (r450708) +++ head/www/firefox-esr/pkg-message Wed Sep 27 04:22:13 2017 (r450709) @@ -12,7 +12,7 @@ Some features available on other platforms are not imp To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, oss, sndio. Currently selected backend can be inspected on +pulse, oss, sndio. Currently used backend can be inspected on about:support page. ====================================================================== Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Wed Sep 27 04:15:11 2017 (r450708) +++ head/www/firefox/pkg-message Wed Sep 27 04:22:13 2017 (r450709) @@ -14,8 +14,8 @@ Some features available on other platforms are not imp To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, pulse-rust, oss, sndio. Currently selected backend can be -inspected on about:support page. +pulse, pulse-rust, oss, sndio. Currently used backend can be inspected +on about:support page. ====================================================================== From owner-svn-ports-head@freebsd.org Wed Sep 27 05:02:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5654DE2AF39; Wed, 27 Sep 2017 05:02:18 +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 2B5A33DEB; Wed, 27 Sep 2017 05:02:18 +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 v8R52HQe049672; Wed, 27 Sep 2017 05:02:17 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R52GMK049666; Wed, 27 Sep 2017 05:02:16 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709270502.v8R52GMK049666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 27 Sep 2017 05:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450710 - in head/java: . bootstrap-openjdk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/java: . bootstrap-openjdk6 X-SVN-Commit-Revision: 450710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:02:18 -0000 Author: jkim Date: Wed Sep 27 05:02:16 2017 New Revision: 450710 URL: https://svnweb.freebsd.org/changeset/ports/450710 Log: Add bootstrap JDK for OpenJDK6. java/bootstrap-openjdk will be used for OpenJDK7 and OpenJDK8 later. Added: head/java/bootstrap-openjdk6/ - copied from r450641, head/java/bootstrap-openjdk/ Deleted: head/java/bootstrap-openjdk6/distinfo.arm head/java/bootstrap-openjdk6/distinfo.powerpc64 Modified: head/java/Makefile head/java/bootstrap-openjdk6/Makefile head/java/bootstrap-openjdk6/Makefile.update head/java/bootstrap-openjdk6/distinfo.amd64 head/java/bootstrap-openjdk6/distinfo.i386 head/java/bootstrap-openjdk6/pkg-plist Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Wed Sep 27 04:22:13 2017 (r450709) +++ head/java/Makefile Wed Sep 27 05:02:16 2017 (r450710) @@ -8,6 +8,7 @@ SUBDIR += berkeley-db SUBDIR += bluej SUBDIR += bootstrap-openjdk + SUBDIR += bootstrap-openjdk6 SUBDIR += bouncycastle SUBDIR += bouncycastle15 SUBDIR += cacao Modified: head/java/bootstrap-openjdk6/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/java/bootstrap-openjdk6/Makefile Wed Sep 27 05:02:16 2017 (r450710) @@ -1,77 +1,48 @@ # $FreeBSD$ -PORTNAME= ${JDK_NAME} -PORTVERSION= ${DISTVERSION_${JDK_ARCH}} -PORTREVISION= 1 +PORTNAME= openjdk6 +PORTVERSION= ${DISTVERSION_${ARCH}} CATEGORIES= java devel -MASTER_SITES= ${JDK_MASTER_SITES} +MASTER_SITES= LOCAL/jkim PKGNAMEPREFIX= bootstrap- -DISTNAME= ${JDK_PORT}-${JDK_ARCH}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Oracle\'s Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 + RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo -BUNDLE_LIBS= yes +DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} +DISTVERSION_amd64= r450701 +DISTVERSION_i386= r450701 -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc64 -BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg +JDK_ROOT= bootstrap-${PORTNAME} -DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} -DISTVERSION_amd64= r351880 -DISTVERSION_arm= r378760 -DISTVERSION_i386= r351880 -DISTVERSION_powerpc64= r407937 - -JDK_ARCH= ${ARCH:C/armv6.*/arm/} -JDK_NAME= openjdk -JDK_ROOT= bootstrap-${JDK_NAME} - NO_BUILD= yes -PLIST_SUB= JDK_ARCH=${JDK_ARCH} JDK_NAME=${JDK_NAME} JDK_ROOT=${JDK_ROOT} +PLIST_SUB= ARCH=${ARCH} JDK_ROOT=${JDK_ROOT} USES= tar:xz WRKSRC= ${WRKDIR}/${JDK_ROOT} INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} -.if !exists(/usr/lib/libstdc++.so.6) -PLIST_SUB+= LIBSTDCXX="" -.else -EXCLUDE_EXP= -not -name libstdc++.so.6 -PLIST_SUB+= LIBSTDCXX="@comment " -.endif - .include -JDK_MASTER_SITES= LOCAL/jkim - -.if ${ARCH:Marmv6*} -JDK_PORT= openjdk7 -.else -JDK_PORT= openjdk6 -.endif - .if ${ARCH} == "i386" PLIST_SUB+= CLIENTVM="" .else PLIST_SUB+= CLIENTVM="@comment " .endif -.if ${ARCH} == "powerpc64" -JDK_PORT= openjdk7 -JDK_NAME= openjdk -JDK_MASTER_SITES= LOCAL/glewis/bootstrap-openjdk -.endif - do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} "${EXCLUDE_EXP}" + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} @cd ${WRKSRC} && ${COPYTREE_BIN} "bin jre/bin" ${INSTALLDIR} update: @${MAKE} -f ${.CURDIR}/Makefile.update \ - JDK_NAME=${JDK_NAME} JDK_PORT=${JDK_PORT} JDK_ROOT=${JDK_ROOT} + JDK_PORT=${PORTNAME} JDK_ROOT=${JDK_ROOT} .include Modified: head/java/bootstrap-openjdk6/Makefile.update ============================================================================== --- head/java/bootstrap-openjdk/Makefile.update Tue Sep 26 01:35:56 2017 (r450641) +++ head/java/bootstrap-openjdk6/Makefile.update Wed Sep 27 05:02:16 2017 (r450710) @@ -1,9 +1,8 @@ # $FreeBSD$ -JDK_NAME?= openjdk JDK_PORT?= openjdk6 -JDK_ROOT?= bootstrap-${JDK_NAME} -TARGET_OS?= 8 +JDK_ROOT?= bootstrap-${JDK_PORT} +TARGET_OS?= 10 .if !defined(PORTSDIR) .if exists(${.CURDIR}/../${JDK_PORT}/Makefile) @@ -17,8 +16,6 @@ LOCALBASE?= /usr/local .include "${PORTSDIR}/Mk/bsd.commands.mk" -FT2_PORTDIR!= ${REALPATH} ${PORTSDIR}/print/freetype2 -FT2_IMAGEDIR?= ${FT2_PORTDIR}/work/stage/usr/local JDK_PORTDIR!= ${REALPATH} ${PORTSDIR}/java/${JDK_PORT} JDK_IMAGEDIR?= ${JDK_PORTDIR}/work/stage/usr/local/${JDK_PORT} @@ -40,20 +37,14 @@ PLIST_SUB= ARCH="${ARCH}" JDK_ROOT="." BUILD_ARGS= BATCH=yes PORT_DBDIR=/var/empty BUILD_ENV= __MAKE_CONF=/dev/null PATH="${PATH}" -FT2_BUILD_ARGS= ${BUILD_ARGS} -FT2_BUILD_ARGS+=CONFIGURE_ARGS="--without-bzip2 --without-png --without-zlib" JDK_BUILD_ARGS= ${BUILD_ARGS} JDK_BUILD_ARGS+=java_openjdk6_UNSET=ICEDTEA -JDK_BUILD_ARGS+=ALT_FREETYPE_HEADERS_PATH="${FT2_IMAGEDIR}/include" -JDK_BUILD_ARGS+=ALT_FREETYPE_LIB_PATH="${FT2_IMAGEDIR}/lib" -JDK_BUILD_ARGS+=SYSTEM_ZLIB=false ZLIB_LDFLAGS="" .if ${ARCH} == "i386" PLIST_SUB+= CLIENTVM="" .else PLIST_SUB+= CLIENTVM="@comment " .endif -PLIST_SUB+= LIBSTDCXX="" all: @${ECHO} "" @@ -74,12 +65,7 @@ all: @${ECHO} "" .if !defined(NO_BUILD) @${SETENV} -i ${BUILD_ENV} \ - ${MAKE} -C "${FT2_PORTDIR}" ${FT2_BUILD_ARGS} stage - @${SETENV} -i ${BUILD_ENV} \ ${MAKE} -C "${JDK_PORTDIR}" ${JDK_BUILD_ARGS} stage - @${CP} -p /usr/lib/libstdc++.so.6 "${JDK_IMAGEDIR}/jre/lib/${ARCH}" - @${CP} -p "${FT2_IMAGEDIR}/lib/libfreetype.so.6" \ - "${JDK_IMAGEDIR}/jre/lib/${ARCH}" @${FIND} "${JDK_IMAGEDIR}" -type f \ -exec ${STRIP_CMD} -s {} \; 2> /dev/null .endif @@ -100,7 +86,7 @@ all: @${ECHO} "Finished at "`date -u`"." @${ECHO} "" @${ECHO} "You may clean up the build directory if everything looks okay," - @${ECHO} "e.g., 'rm -fr ${FT2_PORTDIR}/work ${JDK_PORTDIR}/work'." + @${ECHO} "e.g., 'rm -fr ${JDK_PORTDIR}/work'." @${ECHO} "" @${ECHO} "==============================================================" @${ECHO} "" Modified: head/java/bootstrap-openjdk6/distinfo.amd64 ============================================================================== --- head/java/bootstrap-openjdk/distinfo.amd64 Tue Sep 26 01:35:56 2017 (r450641) +++ head/java/bootstrap-openjdk6/distinfo.amd64 Wed Sep 27 05:02:16 2017 (r450710) @@ -1,2 +1,3 @@ -SHA256 (openjdk6-amd64-r351880.tar.xz) = 1e94f633fbf627aefdacb22b0a8509f1711a7aee00b522276cd0696775481c33 -SIZE (openjdk6-amd64-r351880.tar.xz) = 22627688 +TIMESTAMP = 1506476350 +SHA256 (openjdk6-amd64-r450701.tar.xz) = efeae4b3d09d92d06182fe79b9a0348fddf4229909db33cbb0aef6d25a2fabf0 +SIZE (openjdk6-amd64-r450701.tar.xz) = 22084332 Modified: head/java/bootstrap-openjdk6/distinfo.i386 ============================================================================== --- head/java/bootstrap-openjdk/distinfo.i386 Tue Sep 26 01:35:56 2017 (r450641) +++ head/java/bootstrap-openjdk6/distinfo.i386 Wed Sep 27 05:02:16 2017 (r450710) @@ -1,2 +1,3 @@ -SHA256 (openjdk6-i386-r351880.tar.xz) = e885716265167100ee70dbf07d9c58760426b56584301699339301b888c8f226 -SIZE (openjdk6-i386-r351880.tar.xz) = 22721876 +TIMESTAMP = 1506476351 +SHA256 (openjdk6-i386-r450701.tar.xz) = ec38b1473e1a7c4118080043cc6458771f3ac8a9b56dc344e10badd6e4abeece +SIZE (openjdk6-i386-r450701.tar.xz) = 22155724 Modified: head/java/bootstrap-openjdk6/pkg-plist ============================================================================== --- head/java/bootstrap-openjdk/pkg-plist Tue Sep 26 01:35:56 2017 (r450641) +++ head/java/bootstrap-openjdk6/pkg-plist Wed Sep 27 05:02:16 2017 (r450710) @@ -25,22 +25,20 @@ %%JDK_ROOT%%/jre/lib/net.properties %%JDK_ROOT%%/jre/lib/resources.jar %%JDK_ROOT%%/jre/lib/rt.jar -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/jvm.cfg -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libfontmanager.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libfreetype.so.6 -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjava.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjpeg.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/liblcms.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnet.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnio.so -%%LIBSTDCXX%%%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libstdc++.so.6 -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libverify.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libzip.so -%%CLIENTVM%%%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/client/libjvm.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/headless/libmawt.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/server/libjvm.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/xawt/libmawt.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/jvm.cfg +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libawt.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libfontmanager.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libjava.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libjpeg.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/liblcms.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libnet.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libnio.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libverify.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/libzip.so +%%CLIENTVM%%%%JDK_ROOT%%/jre/lib/%%ARCH%%/client/libjvm.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/headless/libmawt.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/server/libjvm.so +%%JDK_ROOT%%/jre/lib/%%ARCH%%/xawt/libmawt.so %%JDK_ROOT%%/jre/lib/cmm/GRAY.pf %%JDK_ROOT%%/jre/lib/cmm/PYCC.pf %%JDK_ROOT%%/jre/lib/cmm/sRGB.pf From owner-svn-ports-head@freebsd.org Wed Sep 27 05:03:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FF59E2AF71; Wed, 27 Sep 2017 05:03:04 +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 2F9433F43; Wed, 27 Sep 2017 05:03:04 +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 v8R533qg050645; Wed, 27 Sep 2017 05:03:03 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R533qC050644; Wed, 27 Sep 2017 05:03:03 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709270503.v8R533qC050644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 27 Sep 2017 05:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450711 - head/java/openjdk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk6 X-SVN-Commit-Revision: 450711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:03:04 -0000 Author: jkim Date: Wed Sep 27 05:03:03 2017 New Revision: 450711 URL: https://svnweb.freebsd.org/changeset/ports/450711 Log: Use java/bootstrap-openjdk6 to bootstrap. Modified: head/java/openjdk6/Makefile Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Wed Sep 27 05:02:16 2017 (r450710) +++ head/java/openjdk6/Makefile Wed Sep 27 05:03:03 2017 (r450711) @@ -86,7 +86,7 @@ NOPRECIOUSMAKEVARS= yes ONLY_FOR_ARCHS= amd64 i386 BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk6 \ - ${LOCALBASE}/bootstrap-openjdk + ${LOCALBASE}/bootstrap-openjdk6 # do we have valid native jdk installed? .for CJDK in ${BOOTSTRAP_JDKS} @@ -97,8 +97,8 @@ BOOTSTRAPJDKDIR= ${CJDK} # if no valid jdk found, set dependency .if !defined(BOOTSTRAPJDKDIR) -BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk +BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk6 +BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk6 .endif MAKE_ENV= OS= \ From owner-svn-ports-head@freebsd.org Wed Sep 27 05:09:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C97E6E2B004; Wed, 27 Sep 2017 05:09: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 98B746331D; Wed, 27 Sep 2017 05:09: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 v8R59UZa050947; Wed, 27 Sep 2017 05:09:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R59UEm050946; Wed, 27 Sep 2017 05:09:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709270509.v8R59UEm050946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 27 Sep 2017 05:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450712 - head/games/super_methane_brothers X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/super_methane_brothers X-SVN-Commit-Revision: 450712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:09:31 -0000 Author: jbeich Date: Wed Sep 27 05:09:30 2017 New Revision: 450712 URL: https://svnweb.freebsd.org/changeset/ports/450712 Log: games/super_methane_brothers: unbreak after r450353 In file included from sources/game.cpp:28: In file included from sources/target.h:21: In file included from /usr/local/include/ClanLib-2.3/ClanLib/display.h:112: In file included from /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h:44: /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/../Window/display_window.h:48:10: fatal error: 'X11/Xlib.h' file not found #include ^ Modified: head/games/super_methane_brothers/Makefile (contents, props changed) Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Wed Sep 27 05:03:03 2017 (r450711) +++ head/games/super_methane_brothers/Makefile Wed Sep 27 05:09:30 2017 (r450712) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libclan23Core.so:devel/clanlib -USES= gmake pkgconfig tar:tgz +USES= gmake localbase pkgconfig tar:tgz MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@freebsd.org Wed Sep 27 05:40:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2929E2B679; Wed, 27 Sep 2017 05:40:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E72463D50; Wed, 27 Sep 2017 05:40:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R5e9md063394; Wed, 27 Sep 2017 05:40:09 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R5e958063392; Wed, 27 Sep 2017 05:40:09 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270540.v8R5e958063392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 05:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450713 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:40:10 -0000 Author: delphij Date: Wed Sep 27 05:40:09 2017 New Revision: 450713 URL: https://svnweb.freebsd.org/changeset/ports/450713 Log: Add LASTBIND option. PR: ports/222623 Submitted by: Trix Farrar Modified: head/net/openldap24-server/Makefile head/net/openldap24-server/pkg-plist Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 05:09:30 2017 (r450712) +++ head/net/openldap24-server/Makefile Wed Sep 27 05:40:09 2017 (r450713) @@ -56,7 +56,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLD .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.8 OPENLDAP_MAJOR= ${DISTVERSION:R} @@ -75,6 +75,7 @@ OPTIONS_DEFINE+= REFINT RETCODE RWM SEQMOD SSSVLV SYNC OPTIONS_DEFINE+= UNIQUE VALSORT SMBPWD SHA2 DYNAMIC_BACKENDS SASL OPTIONS_DEFINE+= LMPASSWD OPTIONS_DEFINE+= OUTLOOK +OPTIONS_DEFINE+= LASTBIND OPTIONS_DEFAULT= MDB SYNCPROV DYNAMIC_BACKENDS @@ -119,6 +120,7 @@ SHA2_DESC= With SHA2 Password hashes overlay LMPASSWD_DESC= With LM hash password support (DEPRECATED) DYNAMIC_BACKENDS_DESC= Build dynamic backends OUTLOOK_DESC= Force caseIgnoreOrderingMatch on name attribute (experimental) +LASTBIND_DESC= With lastbind overlay .endif .if defined(CLIENT_ONLY) @@ -351,6 +353,10 @@ CONFIGURE_ARGS+= --enable-aci CONFIGURE_ARGS+= --enable-dynacl .endif +.if ${PORT_OPTIONS:MLASTBIND} +CONFIGURE_ARGS+= --enable-lastbind +.endif + .if !${PORT_OPTIONS:MBDB} CONFIGURE_ARGS+= --disable-bdb \ --disable-hdb @@ -449,6 +455,12 @@ PLIST_SUB+= SHA2="" PLIST_SUB+= SHA2="@comment " .endif +.if ${PORT_OPTIONS:MLASTBIND} +PLIST_SUB+= LASTBIND="" +.else +PLIST_SUB+= LASTBIND="@comment " +.endif + .if ${PORT_OPTIONS:MRLOOKUPS} CONFIGURE_ARGS+= --enable-rlookups PLIST_SUB+= RLOOKUPS="" @@ -552,7 +564,12 @@ post-build: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" all) .endif +.if ${PORT_OPTIONS:MLASTBIND} + @(cd ${BUILD_WRKSRC}/contrib/slapd-modules/lastbind && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ + ${MAKE_ARGS} prefix="${PREFIX}" all) .endif +.endif pre-install: .if !defined(CLIENT_ONLY) @@ -587,6 +604,12 @@ post-install: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" install) ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/pw-sha2.a +.endif +.if ${PORT_OPTIONS:MLASTBIND} + @(cd ${WRKSRC}/contrib/slapd-modules/lastbind && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ + ${MAKE_ARGS} prefix="${PREFIX}" install) + ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/lastbind.a .endif .if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so Modified: head/net/openldap24-server/pkg-plist ============================================================================== --- head/net/openldap24-server/pkg-plist Wed Sep 27 05:09:30 2017 (r450712) +++ head/net/openldap24-server/pkg-plist Wed Sep 27 05:40:09 2017 (r450713) @@ -34,7 +34,7 @@ %%SLAPI%%lib/libslapi.a %%SLAPI%%lib/libslapi.la %%SLAPI%%lib/libslapi.so -%%MODULES%%@exec mkdir -p %D/libexec/openldap +%%MODULES%%@preexec mkdir -p %D/libexec/openldap %%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_BDB%%libexec/openldap/back_bdb.la @@ -99,6 +99,10 @@ %%SMBPWD%%libexec/openldap/smbk5pwd.so %%SMBPWD%%libexec/openldap/smbk5pwd.so.0 %%SMBPWD%%libexec/openldap/smbk5pwd.so.0.0.0 +%%LASTBIND%%libexec/openldap/lastbind.la +%%LASTBIND%%libexec/openldap/lastbind.so +%%LASTBIND%%libexec/openldap/lastbind.so.0 +%%LASTBIND%%libexec/openldap/lastbind.so.0.0.0 libexec/slapd man/man5/slapd-bdb.5.gz man/man5/slapd-config.5.gz From owner-svn-ports-head@freebsd.org Wed Sep 27 05:44:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BA1E2B7FB; Wed, 27 Sep 2017 05:44:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91010640B4; Wed, 27 Sep 2017 05:44:43 +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 v8R5ignm067248; Wed, 27 Sep 2017 05:44:42 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R5ig76067247; Wed, 27 Sep 2017 05:44:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709270544.v8R5ig76067247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 27 Sep 2017 05:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450714 - head/java/bootstrap-openjdk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/bootstrap-openjdk6 X-SVN-Commit-Revision: 450714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:44:44 -0000 Author: jkim Date: Wed Sep 27 05:44:42 2017 New Revision: 450714 URL: https://svnweb.freebsd.org/changeset/ports/450714 Log: Add a missing runtime dependency. Modified: head/java/bootstrap-openjdk6/Makefile Modified: head/java/bootstrap-openjdk6/Makefile ============================================================================== --- head/java/bootstrap-openjdk6/Makefile Wed Sep 27 05:40:09 2017 (r450713) +++ head/java/bootstrap-openjdk6/Makefile Wed Sep 27 05:44:42 2017 (r450714) @@ -14,7 +14,8 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo +RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo \ + ${LOCALBASE}/lib/libfreetype.so.6:print/freetype2 DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} DISTVERSION_amd64= r450701 From owner-svn-ports-head@freebsd.org Wed Sep 27 05:52:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FEBEE2BAD3; Wed, 27 Sep 2017 05:52:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CEC4646A9; Wed, 27 Sep 2017 05:52:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R5qsV6071272; Wed, 27 Sep 2017 05:52:54 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R5qsTj071271; Wed, 27 Sep 2017 05:52:54 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270552.v8R5qsTj071271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 05:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450715 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:52:55 -0000 Author: delphij Date: Wed Sep 27 05:52:54 2017 New Revision: 450715 URL: https://svnweb.freebsd.org/changeset/ports/450715 Log: Use @preunexec in favor of the deprecated @unexec. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/pkg-plist Modified: head/net/openldap24-server/pkg-plist ============================================================================== --- head/net/openldap24-server/pkg-plist Wed Sep 27 05:44:42 2017 (r450714) +++ head/net/openldap24-server/pkg-plist Wed Sep 27 05:52:54 2017 (r450715) @@ -1,4 +1,4 @@ -@unexec %%RC_DIR%%/etc/rc.d/slapd stop 2>&1 >/dev/null || true +@preunexec %%RC_DIR%%/etc/rc.d/slapd stop 2>&1 >/dev/null || true %%ETCDIR%%/schema/README %%ETCDIR%%/schema/collective.ldif @sample %%ETCDIR%%/schema/collective.schema.sample From owner-svn-ports-head@freebsd.org Wed Sep 27 05:56:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B1B7E2BB78; Wed, 27 Sep 2017 05:56:08 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6879D64824; Wed, 27 Sep 2017 05:56:08 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R5u7Ai071516; Wed, 27 Sep 2017 05:56:07 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R5u7jD071515; Wed, 27 Sep 2017 05:56:07 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270556.v8R5u7jD071515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 05:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450716 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 05:56:08 -0000 Author: delphij Date: Wed Sep 27 05:56:07 2017 New Revision: 450716 URL: https://svnweb.freebsd.org/changeset/ports/450716 Log: Remove ftp.dti.ad.jp from MASTER_SITES. It is unavailable for a log time. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 05:52:54 2017 (r450715) +++ head/net/openldap24-server/Makefile Wed Sep 27 05:56:07 2017 (r450716) @@ -8,7 +8,6 @@ CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/openldap/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/db/openldap/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ From owner-svn-ports-head@freebsd.org Wed Sep 27 06:01:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AFDBE2BC74; Wed, 27 Sep 2017 06:01:24 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5820864C3C; Wed, 27 Sep 2017 06:01:24 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R61N6R072794; Wed, 27 Sep 2017 06:01:23 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R61NQ5072793; Wed, 27 Sep 2017 06:01:23 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270601.v8R61NQ5072793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 06:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450717 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450717 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:01:24 -0000 Author: delphij Date: Wed Sep 27 06:01:23 2017 New Revision: 450717 URL: https://svnweb.freebsd.org/changeset/ports/450717 Log: Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 05:56:07 2017 (r450716) +++ head/net/openldap24-server/Makefile Wed Sep 27 06:01:23 2017 (r450717) @@ -29,7 +29,6 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3] .else PKGNAMESUFFIX?= -server .endif -EXTRACT_SUFX= .tgz MAINTAINER= delphij@FreeBSD.org COMMENT?= Open source LDAP server implementation @@ -41,7 +40,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-s GNU_CONFIGURE= yes # :keepla because port uses lt_dlopen -USES= cpe libtool:keepla ssl +USES= cpe libtool:keepla ssl tar:tgz .if !defined(CLIENT_ONLY) USERS= ldap GROUPS= ldap From owner-svn-ports-head@freebsd.org Wed Sep 27 06:15:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8E2AE2BFE0; Wed, 27 Sep 2017 06:15:08 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D99651B3; Wed, 27 Sep 2017 06:15:08 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R6F78t080154; Wed, 27 Sep 2017 06:15:07 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R6F7DL080153; Wed, 27 Sep 2017 06:15:07 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270615.v8R6F7DL080153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 06:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450718 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450718 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:15:08 -0000 Author: delphij Date: Wed Sep 27 06:15:07 2017 New Revision: 450718 URL: https://svnweb.freebsd.org/changeset/ports/450718 Log: There is no MODULES options, remove it. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 06:01:23 2017 (r450717) +++ head/net/openldap24-server/Makefile Wed Sep 27 06:15:07 2017 (r450718) @@ -217,7 +217,7 @@ USE_RC_SUBR= slapd EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in -.if ${PORT_OPTIONS:MMODULES} || ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI} +.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI} LIB_DEPENDS+= libltdl.so:devel/libltdl CONFIGURE_ARGS+= --enable-modules PLIST_SUB+= MODULES="" From owner-svn-ports-head@freebsd.org Wed Sep 27 06:30:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B3FE2C332; Wed, 27 Sep 2017 06:30:25 +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 73D256573D; Wed, 27 Sep 2017 06:30:25 +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 v8R6UOKW084430; Wed, 27 Sep 2017 06:30:24 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R6UOhO084427; Wed, 27 Sep 2017 06:30:24 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709270630.v8R6UOhO084427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 06:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450719 - head/x11-fm/filerunner X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11-fm/filerunner X-SVN-Commit-Revision: 450719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:30:25 -0000 Author: gahr Date: Wed Sep 27 06:30:24 2017 New Revision: 450719 URL: https://svnweb.freebsd.org/changeset/ports/450719 Log: x11-fm/filerunner: update to 17.04.01.19 Modified: head/x11-fm/filerunner/Makefile head/x11-fm/filerunner/distinfo head/x11-fm/filerunner/pkg-plist Modified: head/x11-fm/filerunner/Makefile ============================================================================== --- head/x11-fm/filerunner/Makefile Wed Sep 27 06:15:07 2017 (r450718) +++ head/x11-fm/filerunner/Makefile Wed Sep 27 06:30:24 2017 (r450719) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filerunner -PORTVERSION= 14.06.18.10 +PORTVERSION= 17.04.01.19 CATEGORIES= x11-fm tk MASTER_SITES= SF/${PORTNAME}/release-${PORTVERSION} DISTNAME= fr-${PORTVERSION} @@ -23,7 +23,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} -.for file in fr frftp frcolor.tcl +.for file in fr frftp @${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/${file} .endfor @${LN} -sf ${DATADIR}/fr ${STAGEDIR}${PREFIX}/bin/fr Modified: head/x11-fm/filerunner/distinfo ============================================================================== --- head/x11-fm/filerunner/distinfo Wed Sep 27 06:15:07 2017 (r450718) +++ head/x11-fm/filerunner/distinfo Wed Sep 27 06:30:24 2017 (r450719) @@ -1,2 +1,3 @@ -SHA256 (fr-14.06.18.10.tar.gz) = f44bc8e9d1b16d35b7b83ec95f4fe908c898cd9827de504f2957a65767d66384 -SIZE (fr-14.06.18.10.tar.gz) = 523973 +TIMESTAMP = 1506493495 +SHA256 (fr-17.04.01.19.tar.gz) = e2c95d0118aa679f663f8743dbb99513030861e9358e891cd273384fb3f01f2b +SIZE (fr-17.04.01.19.tar.gz) = 813556 Modified: head/x11-fm/filerunner/pkg-plist ============================================================================== --- head/x11-fm/filerunner/pkg-plist Wed Sep 27 06:15:07 2017 (r450718) +++ head/x11-fm/filerunner/pkg-plist Wed Sep 27 06:30:24 2017 (r450719) @@ -1,5 +1,4 @@ bin/fr -%%DATADIR%%/FontControl.tcl %%DATADIR%%/LnkFile.tcl %%DATADIR%%/Makefiles/INSTALL %%DATADIR%%/Makefiles/alien.tcl @@ -7,24 +6,24 @@ bin/fr %%DATADIR%%/Makefiles/buildRPM.tcl %%DATADIR%%/Makefiles/build_inotify %%DATADIR%%/Makefiles/buildindex +%%DATADIR%%/Makefiles/buildtclfilelist %%DATADIR%%/Makefiles/expand.tcl %%DATADIR%%/Makefiles/extras %%DATADIR%%/Makefiles/filerunner.desktop %%DATADIR%%/Makefiles/filerunner.spec %%DATADIR%%/Makefiles/make_icons -%%DATADIR%%/Makefiles/makeiconfile.tcl %%DATADIR%%/Makefiles/makepackagelinks.tcl %%DATADIR%%/Makefiles/makerelease +%%DATADIR%%/Makefiles/msi-tool.tcl +%%DATADIR%%/Makefiles/msiControl %%DATADIR%%/Makefiles/pack -%%DATADIR%%/Makefiles/release.awk -%%DATADIR%%/Makefiles/strip.awk %%DATADIR%%/Makefiles/tcl-inotify-1.4.1.tar.gz %%DATADIR%%/Makefiles/tip_index.tcl %%DATADIR%%/Makefiles/trim-inotify.tcl %%DATADIR%%/Makefiles/wrapfilelist.txt +%%DATADIR%%/Makefiles/wraplistControl %%DATADIR%%/Makefiles/wrapwindows %%DATADIR%%/aftp.tcl -%%DATADIR%%/balloon.tcl %%DATADIR%%/bitmaps/bitmapeditor %%DATADIR%%/bitmaps/cross.bit %%DATADIR%%/bitmaps/frterm.bit @@ -44,48 +43,85 @@ bin/fr %%DATADIR%%/bitmaps/up.bit %%DATADIR%%/bitmaps/update.bit %%DATADIR%%/bitmaps/xterm.bit -%%DATADIR%%/centerWin.tcl %%DATADIR%%/chmod.tcl %%DATADIR%%/cmd.tcl %%DATADIR%%/cmdcomplete.tcl %%DATADIR%%/colorList.tcl %%DATADIR%%/config.tcl %%DATADIR%%/cript.tcl -%%DATADIR%%/doc/COPYING +%%DATADIR%%/cript2.tcl +%%DATADIR%%/doc/COPYING.gz +%%DATADIR%%/doc/Eula +%%DATADIR%%/doc/Eula.rtf %%DATADIR%%/doc/FAQ %%DATADIR%%/doc/HISTORY %%DATADIR%%/doc/KnownBugs.txt %%DATADIR%%/doc/QuickStart.txt %%DATADIR%%/doc/README %%DATADIR%%/doc/Tips.txt +%%DATADIR%%/doc/To_Do.txt %%DATADIR%%/doc/Users_Guide.txt %%DATADIR%%/editfont.tcl -%%DATADIR%%/entrydialog.tcl +%%DATADIR%%/find.fr.tcl %%DATADIR%%/font.tcl %%DATADIR%%/fr %%DATADIR%%/fr-inotify.tcl %%DATADIR%%/fr.bak -%%DATADIR%%/frcolor.tcl +%%DATADIR%%/fr.tcl +%%DATADIR%%/frNavagate.tcl +%%DATADIR%%/frVersion.tcl %%DATADIR%%/frftp -%%DATADIR%%/frputs.tcl +%%DATADIR%%/frlib/Alt_tkGetSel.tcl +%%DATADIR%%/frlib/FontControl.tcl +%%DATADIR%%/frlib/auto_execOk.tcl +%%DATADIR%%/frlib/balloon.tcl +%%DATADIR%%/frlib/buildCasMenu.tcl +%%DATADIR%%/frlib/centerWin.tcl +%%DATADIR%%/frlib/colorList.tcl +%%DATADIR%%/frlib/findFilter.tcl +%%DATADIR%%/frlib/fixtearoff.tcl +%%DATADIR%%/frlib/follow.tcl +%%DATADIR%%/frlib/frECF.tcl +%%DATADIR%%/frlib/frcolor.tcl +%%DATADIR%%/frlib/frputs.tcl +%%DATADIR%%/frlib/getRel.tcl +%%DATADIR%%/frlib/killCode.tcl +%%DATADIR%%/frlib/ldelete.tcl +%%DATADIR%%/frlib/patternListSearch.tcl +%%DATADIR%%/frlib/patternStringSearch.tcl +%%DATADIR%%/frlib/pipeo.tcl +%%DATADIR%%/frlib/putsTrim.tcl +%%DATADIR%%/frlib/recHardLink.tcl +%%DATADIR%%/frlib/shuntingYard.tcl +%%DATADIR%%/frlib/slLib.tcl +%%DATADIR%%/frlib/smart_dialog.tcl +%%DATADIR%%/frlib/spell-filters.tcl +%%DATADIR%%/frlib/spell_check.tcl +%%DATADIR%%/frlib/tclServer.tcl +%%DATADIR%%/frlib/tclmultilistbox.tcl +%%DATADIR%%/frlib/tempMountPoints.tcl +%%DATADIR%%/frlib/textsearch.tcl +%%DATADIR%%/frlib/waitForIdle.tcl +%%DATADIR%%/frlib/windowsAutoExecOk.tcl %%DATADIR%%/frutils.tcl %%DATADIR%%/ftp.tcl %%DATADIR%%/ftp_control.tcl %%DATADIR%%/http.tcl %%DATADIR%%/icons/filerunner-128x128.png %%DATADIR%%/icons/filerunner-16x16.png -%%DATADIR%%/icons/filerunner-22x22.png -%%DATADIR%%/icons/filerunner-24x24.png %%DATADIR%%/icons/filerunner-256x256.png %%DATADIR%%/icons/filerunner-32x32.png %%DATADIR%%/icons/filerunner-48x48.png -%%DATADIR%%/icons/filerunner-64x64.png %%DATADIR%%/icons/filerunner-icons.ico +%%DATADIR%%/icons/fr_mercury-master.png +%%DATADIR%%/icons/fr_mercury-master.xcf %%DATADIR%%/packageLinks.tcl %%DATADIR%%/packages/expect/expect.tcl %%DATADIR%%/packages/expect/pkgIndex.tcl %%DATADIR%%/packages/ftp/ftp.tcl %%DATADIR%%/packages/ftp/pkgIndex.tcl +%%DATADIR%%/packages/inotify/armv6l/libinotify1.4.1.so +%%DATADIR%%/packages/inotify/armv6l/pkgIndex.tcl %%DATADIR%%/packages/inotify/i386/libinotify1.4.1.so %%DATADIR%%/packages/inotify/i386/pkgIndex.tcl %%DATADIR%%/packages/inotify/i686/libinotify1.4.1.so @@ -94,13 +130,10 @@ bin/fr %%DATADIR%%/packages/inotify/x86_64/pkgIndex.tcl %%DATADIR%%/packages/log/log.tcl %%DATADIR%%/packages/log/pkgIndex.tcl -%%DATADIR%%/patternListSearch.tcl -%%DATADIR%%/replacetearoff.tcl +%%DATADIR%%/packages/tkcon/pkgIndex.tcl +%%DATADIR%%/packages/tkcon/tkcon.tcl +%%DATADIR%%/rsyncCmd.tcl %%DATADIR%%/sftp.tcl -%%DATADIR%%/smart_dialog.tcl -%%DATADIR%%/spell_check.tcl -%%DATADIR%%/spell_filters.tcl %%DATADIR%%/tclIndex -%%DATADIR%%/tclmultilistbox.tcl -%%DATADIR%%/textsearch.tcl +%%DATADIR%%/trim-inotify.tcl %%DATADIR%%/updateinplace.tcl From owner-svn-ports-head@freebsd.org Wed Sep 27 06:31:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2974EE2C425; Wed, 27 Sep 2017 06:31:16 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFA10658CE; Wed, 27 Sep 2017 06:31:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R6VE0T086714; Wed, 27 Sep 2017 06:31:14 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R6VEuh086713; Wed, 27 Sep 2017 06:31:14 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270631.v8R6VEuh086713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 06:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450720 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450720 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:31:16 -0000 Author: delphij Date: Wed Sep 27 06:31:14 2017 New Revision: 450720 URL: https://svnweb.freebsd.org/changeset/ports/450720 Log: Unmute all commands at install stage. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 06:30:24 2017 (r450719) +++ head/net/openldap24-server/Makefile Wed Sep 27 06:31:14 2017 (r450720) @@ -571,46 +571,46 @@ post-build: pre-install: .if !defined(CLIENT_ONLY) - @${MKDIR} ${STAGEDIR}${DATABASEDIR} + ${MKDIR} ${STAGEDIR}${DATABASEDIR} .endif post-install: .if defined(CLIENT_ONLY) - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} - @for dir in drafts rfc; do \ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} + for dir in drafts rfc; do \ ${MKDIR} ${STAGEDIR}${DOCSDIR}/$${dir}; \ ${INSTALL_DATA} ${WRKSRC}/doc/$${dir}/* ${STAGEDIR}${DOCSDIR}/$${dir}; \ done - @for prog in ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn ldappasswd ldapsearch ldapurl ldapwhoami; do\ + for prog in ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn ldappasswd ldapsearch ldapurl ldapwhoami; do\ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$${prog}; \ done - @for library in lber ldap ldap_r; do \ + for library in lber ldap ldap_r; do \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib$${library}-${OPENLDAP_MAJOR}.so.${OPENLDAP_SHLIB_MAJOR}; \ done .else - @${MKDIR} ${STAGEDIR}${LDAP_RUN_DIR} + ${MKDIR} ${STAGEDIR}${LDAP_RUN_DIR} .if ${PORT_OPTIONS:MSMBPWD} - @(cd ${WRKSRC}/contrib/slapd-modules/smbk5pwd && \ + (cd ${WRKSRC}/contrib/slapd-modules/smbk5pwd && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" install) ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/smbk5pwd.a .endif .if ${PORT_OPTIONS:MSHA2} - @(cd ${WRKSRC}/contrib/slapd-modules/passwd/sha2 && \ + (cd ${WRKSRC}/contrib/slapd-modules/passwd/sha2 && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" install) ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/pw-sha2.a .endif .if ${PORT_OPTIONS:MLASTBIND} - @(cd ${WRKSRC}/contrib/slapd-modules/lastbind && \ + (cd ${WRKSRC}/contrib/slapd-modules/lastbind && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" install) ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/lastbind.a .endif .if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so .endif .endif # defined(CLIENT_ONLY) From owner-svn-ports-head@freebsd.org Wed Sep 27 06:40:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6617FE2C7DF; Wed, 27 Sep 2017 06:40:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32A086610B; Wed, 27 Sep 2017 06:40:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R6eoTj088933; Wed, 27 Sep 2017 06:40:50 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R6eoON088931; Wed, 27 Sep 2017 06:40:50 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270640.v8R6eoON088931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 06:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450721 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:40:51 -0000 Author: delphij Date: Wed Sep 27 06:40:50 2017 New Revision: 450721 URL: https://svnweb.freebsd.org/changeset/ports/450721 Log: Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile head/net/openldap24-server/pkg-plist Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 06:31:14 2017 (r450720) +++ head/net/openldap24-server/Makefile Wed Sep 27 06:40:50 2017 (r450721) @@ -612,6 +612,9 @@ post-install: .if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSMBPWD} || ${PORT_OPTIONS:MSHA2} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so .endif +.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI} + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openldap +.endif .endif # defined(CLIENT_ONLY) .include Modified: head/net/openldap24-server/pkg-plist ============================================================================== --- head/net/openldap24-server/pkg-plist Wed Sep 27 06:31:14 2017 (r450720) +++ head/net/openldap24-server/pkg-plist Wed Sep 27 06:40:50 2017 (r450721) @@ -34,7 +34,6 @@ %%SLAPI%%lib/libslapi.a %%SLAPI%%lib/libslapi.la %%SLAPI%%lib/libslapi.so -%%MODULES%%@preexec mkdir -p %D/libexec/openldap %%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%BACK_BDB%%libexec/openldap/back_bdb-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%BACK_BDB%%libexec/openldap/back_bdb.la From owner-svn-ports-head@freebsd.org Wed Sep 27 06:58:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254ACE2CB42; Wed, 27 Sep 2017 06:58:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2B2366683; Wed, 27 Sep 2017 06:58:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R6vxaL097118; Wed, 27 Sep 2017 06:57:59 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R6vxRN097117; Wed, 27 Sep 2017 06:57:59 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201709270657.v8R6vxRN097117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 27 Sep 2017 06:57:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450722 - head/net/openldap24-server X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/openldap24-server X-SVN-Commit-Revision: 450722 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 06:58:01 -0000 Author: delphij Date: Wed Sep 27 06:57:59 2017 New Revision: 450722 URL: https://svnweb.freebsd.org/changeset/ports/450722 Log: Reorder several variable definitions in Makefile. PR: ports/222405 Submitted by: Yasuhiro KIMURA Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Wed Sep 27 06:40:50 2017 (r450721) +++ head/net/openldap24-server/Makefile Wed Sep 27 06:57:59 2017 (r450722) @@ -13,30 +13,41 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SU ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release - .if defined(CLIENT_ONLY) .if ${CLIENT_ONLY} == sasl PKGNAMESUFFIX= -sasl-client -COMMENT= Open source LDAP client implementation with SASL2 support -CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \ - ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[0-3].* .else PKGNAMESUFFIX= -client -COMMENT= Open source LDAP client implementation -CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3].* \ - ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.* .endif .else PKGNAMESUFFIX?= -server .endif MAINTAINER= delphij@FreeBSD.org -COMMENT?= Open source LDAP server implementation +.if defined(CLIENT_ONLY) +.if ${CLIENT_ONLY} == sasl +COMMENT= Open source LDAP client implementation with SASL2 support +.else +COMMENT= Open source LDAP client implementation +.endif +.else +COMMENT= Open source LDAP server implementation +.endif LICENSE= OPENLDAP LICENSE_NAME= OpenLDAP Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +.if defined(CLIENT_ONLY) +.if ${CLIENT_ONLY} == sasl +CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \ + ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[0-3].* +.else +CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3].* \ + ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.* +.endif +.endif GNU_CONFIGURE= yes # :keepla because port uses lt_dlopen From owner-svn-ports-head@freebsd.org Wed Sep 27 08:08:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37F26E2DD1C; Wed, 27 Sep 2017 08:08:49 +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 053AC683AF; Wed, 27 Sep 2017 08:08:48 +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 v8R88mvI026061; Wed, 27 Sep 2017 08:08:48 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R88mL9026060; Wed, 27 Sep 2017 08:08:48 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709270808.v8R88mL9026060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 27 Sep 2017 08:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450723 - head/security/R-cran-openssl X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/security/R-cran-openssl X-SVN-Commit-Revision: 450723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 08:08:49 -0000 Author: tota Date: Wed Sep 27 08:08:48 2017 New Revision: 450723 URL: https://svnweb.freebsd.org/changeset/ports/450723 Log: - Remove IGNORE PR: 222251 Submitted by: brnrd@ Modified: head/security/R-cran-openssl/Makefile (contents, props changed) Modified: head/security/R-cran-openssl/Makefile ============================================================================== --- head/security/R-cran-openssl/Makefile Wed Sep 27 06:57:59 2017 (r450722) +++ head/security/R-cran-openssl/Makefile Wed Sep 27 08:08:48 2017 (r450723) @@ -22,10 +22,4 @@ R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_ post-patch: ${REINPLACE_CMD} -e '1,5d' ${WRKSRC}/src/ssl.c -.include - -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= detected LibreSSL (missing RSA_get0_key and others) -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Wed Sep 27 09:02:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA7CFE2EE35; Wed, 27 Sep 2017 09:02: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 A825769F31; Wed, 27 Sep 2017 09:02: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 v8R91x5n048174; Wed, 27 Sep 2017 09:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R91xr6048173; Wed, 27 Sep 2017 09:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709270901.v8R91xr6048173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 Sep 2017 09:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450724 - head/graphics/py-stltools X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/py-stltools X-SVN-Commit-Revision: 450724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:02:01 -0000 Author: amdmi3 Date: Wed Sep 27 09:01:59 2017 New Revision: 450724 URL: https://svnweb.freebsd.org/changeset/ports/450724 Log: - Add NO_ARCH - Switch to options helpers - Unsilence installation commands Approved by: portmgr blanket Modified: head/graphics/py-stltools/Makefile Modified: head/graphics/py-stltools/Makefile ============================================================================== --- head/graphics/py-stltools/Makefile Wed Sep 27 08:08:48 2017 (r450723) +++ head/graphics/py-stltools/Makefile Wed Sep 27 09:01:59 2017 (r450724) @@ -3,7 +3,7 @@ PORTNAME= stltools PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://rsmith.home.xs4all.nl/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,27 +17,25 @@ RUN_DEPENDS= ${PYNUMPY} USES= zip python:2.7 USE_PYTHON= distutils +NO_ARCH= yes DOCS= README.txt EXAMPLES= test/cube.stl test/cube_bin.stl -OPTIONS_DEFINE= PYCAIRO DOCS +OPTIONS_DEFINE= PYCAIRO DOCS EXAMPLES PYCAIRO_DESC= Use (py)Cairo to enable stl2pdf to function. +PYCAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>1.8:graphics/py-cairo -.include - -.if ${PORT_OPTIONS:MPYCAIRO} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>1.8:graphics/py-cairo -.endif - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${EXAMPLES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EXAMPLESDIR} .endfor .include From owner-svn-ports-head@freebsd.org Wed Sep 27 09:05:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9D9DE2EEB7; Wed, 27 Sep 2017 09:05:05 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0D0F6A1BC; Wed, 27 Sep 2017 09:05:05 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R95460050546; Wed, 27 Sep 2017 09:05:04 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R954V8050544; Wed, 27 Sep 2017 09:05:04 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709270905.v8R954V8050544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 27 Sep 2017 09:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450725 - in head/www/gitlab: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/www/gitlab: . files X-SVN-Commit-Revision: 450725 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:05:06 -0000 Author: tz Date: Wed Sep 27 09:05:04 2017 New Revision: 450725 URL: https://svnweb.freebsd.org/changeset/ports/450725 Log: www/gitlab: Fix options which do the opposite Currently we have MYSQL and PG option. Since the last change the MYSQL option installs the PG configuration and vise versa. This is now fixed. Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Wed Sep 27 09:01:59 2017 (r450724) +++ head/www/gitlab/Makefile Wed Sep 27 09:05:04 2017 (r450725) @@ -3,6 +3,7 @@ PORTNAME= gitlab PORTVERSION= 9.3.11 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -205,15 +206,19 @@ GROUPS= git NO_ARCH= yes NO_BUILD= yes +post-patch-MYSQL-on: + ${CP} ${WRKSRC}/config/database.yml.mysql ${WRKSRC}/config/database.yml.sample + post-patch-MYSQL-off: ${REINPLACE_CMD} -e "/gem 'mysql2'/d" ${WRKSRC}/Gemfile ${REINPLACE_CMD} -e "/gem 'peek-mysql2'/d" ${WRKSRC}/Gemfile - ${CP} ${WRKSRC}/config/database.yml.mysql ${WRKSRC}/config/database.yml.sample +post-patch-PGSQL-on: + ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample + post-patch-PGSQL-off: ${REINPLACE_CMD} -e "/gem 'pg'/d" ${WRKSRC}/Gemfile ${REINPLACE_CMD} -e "/gem 'peek-pg'/d" ${WRKSRC}/Gemfile - ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample do-install: ${FIND} ${WRKSRC} -name '*.orig' -delete Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Wed Sep 27 09:01:59 2017 (r450724) +++ head/www/gitlab/files/patch-Gemfile Wed Sep 27 09:05:04 2017 (r450725) @@ -1,6 +1,6 @@ --- Gemfile.orig 2017-09-06 21:34:31 UTC +++ Gemfile -@@ -1,12 +1,12 @@ +@@ -1,48 +1,47 @@ source 'https://rubygems.org' -gem 'rails', '4.2.8' @@ -15,7 +15,12 @@ # Default values for AR models gem 'default_value_for', '~> 3.0.0' -@@ -17,32 +17,31 @@ gem 'pg', '~> 0.18.2', group: :postgres + + # Supported DBs +-gem 'mysql2', '~> 0.3.16', group: :mysql +-gem 'pg', '~> 0.18.2', group: :postgres ++gem 'mysql2', '>= 0.3.16', group: :mysql ++gem 'pg', '>= 0.18.2', group: :postgres gem 'rugged', '~> 0.25.1.1' From owner-svn-ports-head@freebsd.org Wed Sep 27 09:32:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7B68E2F894; Wed, 27 Sep 2017 09:32:23 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86C506B1F1; Wed, 27 Sep 2017 09:32:23 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8R9WMFH062813; Wed, 27 Sep 2017 09:32:22 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R9WMkH062811; Wed, 27 Sep 2017 09:32:22 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709270932.v8R9WMkH062811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Wed, 27 Sep 2017 09:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450726 - head/sysutils/beats X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/sysutils/beats X-SVN-Commit-Revision: 450726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:32:23 -0000 Author: girgen Date: Wed Sep 27 09:32:22 2017 New Revision: 450726 URL: https://svnweb.freebsd.org/changeset/ports/450726 Log: Update beats to latest version Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Wed Sep 27 09:05:04 2017 (r450725) +++ head/sysutils/beats/Makefile Wed Sep 27 09:32:22 2017 (r450726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 5.6.0 +PORTVERSION= 5.6.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Wed Sep 27 09:05:04 2017 (r450725) +++ head/sysutils/beats/distinfo Wed Sep 27 09:32:22 2017 (r450726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505234011 -SHA256 (elastic-beats-v5.6.0_GH0.tar.gz) = 7ec86da04b97fa7dcddc88250f0f7d2efd06f4ef058cc0097d1d439526b9ed44 -SIZE (elastic-beats-v5.6.0_GH0.tar.gz) = 18142573 +TIMESTAMP = 1506504498 +SHA256 (elastic-beats-v5.6.2_GH0.tar.gz) = 72e247d6ec3586883cd58bc6465d18b7eb0857763ff422259205abf090557e45 +SIZE (elastic-beats-v5.6.2_GH0.tar.gz) = 18142395 From owner-svn-ports-head@freebsd.org Wed Sep 27 09:35:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5092DE2F960; Wed, 27 Sep 2017 09:35: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 1F5946B3D8; Wed, 27 Sep 2017 09:35:01 +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 v8R9Z0qb063035; Wed, 27 Sep 2017 09:35:00 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R9Z03k063033; Wed, 27 Sep 2017 09:35:00 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709270935.v8R9Z03k063033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 27 Sep 2017 09:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450727 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/graphics/R-cran-rgdal X-SVN-Commit-Revision: 450727 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:35:01 -0000 Author: tota Date: Wed Sep 27 09:35:00 2017 New Revision: 450727 URL: https://svnweb.freebsd.org/changeset/ports/450727 Log: - Update to 1.2-11 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Wed Sep 27 09:32:22 2017 (r450726) +++ head/graphics/R-cran-rgdal/Makefile Wed Sep 27 09:35:00 2017 (r450727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.2-8 +DISTVERSION= 1.2-11 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Wed Sep 27 09:32:22 2017 (r450726) +++ head/graphics/R-cran-rgdal/distinfo Wed Sep 27 09:35:00 2017 (r450727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499061812 -SHA256 (rgdal_1.2-8.tar.gz) = b87cc7e70eeb10091890c9cb8e07a8f7f5e1a358473dea40dc272da252e4aa25 -SIZE (rgdal_1.2-8.tar.gz) = 1655258 +TIMESTAMP = 1505814601 +SHA256 (rgdal_1.2-11.tar.gz) = 9b373f9f02bbb71a2471b178c0be42d38b9afc43fd26fb3dd6909c690750161a +SIZE (rgdal_1.2-11.tar.gz) = 1656457 From owner-svn-ports-head@freebsd.org Wed Sep 27 09:49:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B49E2FC51; Wed, 27 Sep 2017 09:49:13 +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 AAF9C6B997; Wed, 27 Sep 2017 09:49:13 +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 v8R9nCHd067356; Wed, 27 Sep 2017 09:49:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R9nCBC067354; Wed, 27 Sep 2017 09:49:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709270949.v8R9nCBC067354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 27 Sep 2017 09:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450728 - head/irc/weechat X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/irc/weechat X-SVN-Commit-Revision: 450728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:49:14 -0000 Author: brnrd Date: Wed Sep 27 09:49:12 2017 New Revision: 450728 URL: https://svnweb.freebsd.org/changeset/ports/450728 Log: irc/weechat: Security update to 1.9.1 - Fixes crash in logger MFH: 2017Q3 Security: b63421b6-a1e0-11e7-ac58-b499baebfeaf Modified: head/irc/weechat/Makefile head/irc/weechat/distinfo Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Wed Sep 27 09:35:00 2017 (r450727) +++ head/irc/weechat/Makefile Wed Sep 27 09:49:12 2017 (r450728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 1.9 +PORTVERSION= 1.9.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ Modified: head/irc/weechat/distinfo ============================================================================== --- head/irc/weechat/distinfo Wed Sep 27 09:35:00 2017 (r450727) +++ head/irc/weechat/distinfo Wed Sep 27 09:49:12 2017 (r450728) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499337468 -SHA256 (weechat-1.9.tar.xz) = cc85eb299a5a979bcfda390c20bcb9dd8fd7b25a32fb01e5f128e13c51fa7dff -SIZE (weechat-1.9.tar.xz) = 1877604 +TIMESTAMP = 1506337543 +SHA256 (weechat-1.9.1.tar.xz) = c2991fc616a9b1ac155e7f2591922421b49924ea45e4e5b64622dcb7f38522fd +SIZE (weechat-1.9.1.tar.xz) = 1877428 From owner-svn-ports-head@freebsd.org Wed Sep 27 09:58:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3FEFE2FE6B; Wed, 27 Sep 2017 09:58:35 +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 70DF86BDB5; Wed, 27 Sep 2017 09:58:35 +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 v8R9wYdq071388; Wed, 27 Sep 2017 09:58:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8R9wYDF071386; Wed, 27 Sep 2017 09:58:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709270958.v8R9wYDF071386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 27 Sep 2017 09:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450729 - in head/www/mod_md-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/www/mod_md-devel: . files X-SVN-Commit-Revision: 450729 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 09:58:35 -0000 Author: brnrd Date: Wed Sep 27 09:58:34 2017 New Revision: 450729 URL: https://svnweb.freebsd.org/changeset/ports/450729 Log: www/mod_md-devel: Update to 0.9.7 - Remove no longer used extra-patch Deleted: head/www/mod_md-devel/files/ Modified: head/www/mod_md-devel/Makefile head/www/mod_md-devel/distinfo Modified: head/www/mod_md-devel/Makefile ============================================================================== --- head/www/mod_md-devel/Makefile Wed Sep 27 09:49:12 2017 (r450728) +++ head/www/mod_md-devel/Makefile Wed Sep 27 09:58:34 2017 (r450729) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_md-devel -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_md-devel/distinfo ============================================================================== --- head/www/mod_md-devel/distinfo Wed Sep 27 09:49:12 2017 (r450728) +++ head/www/mod_md-devel/distinfo Wed Sep 27 09:58:34 2017 (r450729) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505471480 -SHA256 (icing-mod_md-v0.9.6_GH0.tar.gz) = d71ba8c0bdcf7698d547bf4c15209c19df38d066adf4ce8b41fd78ea3f941a7c -SIZE (icing-mod_md-v0.9.6_GH0.tar.gz) = 189299 +TIMESTAMP = 1506505096 +SHA256 (icing-mod_md-v0.9.7_GH0.tar.gz) = b0e5e30deeb014314f6a0207ad055b49aacf171912eabc161f39530e43e212a0 +SIZE (icing-mod_md-v0.9.7_GH0.tar.gz) = 191080 From owner-svn-ports-head@freebsd.org Wed Sep 27 10:55:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD2AE30CD2; Wed, 27 Sep 2017 10:55:22 +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 7B6346D54F; Wed, 27 Sep 2017 10:55:22 +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 v8RAtLf9095801; Wed, 27 Sep 2017 10:55:21 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RAtLJY095800; Wed, 27 Sep 2017 10:55:21 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271055.v8RAtLJY095800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 10:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450730 - head/devel/critcl/files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/critcl/files X-SVN-Commit-Revision: 450730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 10:55:22 -0000 Author: gahr Date: Wed Sep 27 10:55:21 2017 New Revision: 450730 URL: https://svnweb.freebsd.org/changeset/ports/450730 Log: devel/critcl: avoid putting build cache files outside of WRKSRC Modified: head/devel/critcl/files/patch-build.tcl Modified: head/devel/critcl/files/patch-build.tcl ============================================================================== --- head/devel/critcl/files/patch-build.tcl Wed Sep 27 09:58:34 2017 (r450729) +++ head/devel/critcl/files/patch-build.tcl Wed Sep 27 10:55:21 2017 (r450730) @@ -1,6 +1,6 @@ ---- build.tcl.orig 2017-08-25 03:29:15 UTC -+++ build.tcl -@@ -323,7 +323,7 @@ proc _install {args} { +--- build.tcl.orig 2017-08-25 03:29:15.000000000 +0000 ++++ build.tcl 2017-09-27 10:53:21.223065000 +0000 +@@ -323,7 +323,7 @@ set dsta [file dirname [file dirname [file normalize [info nameofexecutable]/___]]] } else { set dstl [lindex $args 0] @@ -9,7 +9,7 @@ } set selfdir [file dirname $me] -@@ -369,7 +369,7 @@ proc _install {args} { +@@ -369,7 +369,7 @@ set theapp [critapp $dsta] set c [open $theapp w] @@ -18,3 +18,11 @@ close $c +x $theapp +@@ -395,6 +395,7 @@ + lappend cmd [info nameofexecutable] + } + lappend cmd $theapp ++ lappend cmd -cache [file join $selfdir cache] + if {$target ne {}} { + lappend cmd -target $target + } From owner-svn-ports-head@freebsd.org Wed Sep 27 11:33:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C023E31D91; Wed, 27 Sep 2017 11:33:53 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 269446E8A6; Wed, 27 Sep 2017 11:33:53 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RBXqvr012193; Wed, 27 Sep 2017 11:33:52 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RBXqCu012191; Wed, 27 Sep 2017 11:33:52 GMT (envelope-from db@FreeBSD.org) Message-Id: <201709271133.v8RBXqCu012191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 27 Sep 2017 11:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450731 - head/comms/fldigi X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/fldigi X-SVN-Commit-Revision: 450731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 11:33:53 -0000 Author: db Date: Wed Sep 27 11:33:51 2017 New Revision: 450731 URL: https://svnweb.freebsd.org/changeset/ports/450731 Log: Version 4.0.10 WX HamQth bug fix * Fixed access to remote data for Metar and HamQth queries win7 mingw build fixes * PRI?SZ format specifiers not recognized on all build platforms wefax ui mods wefax_map * Create unique wefax mapping widget based on pre 3.23 picture widget . resolution of new picture widget resize fault during wefax Rx auto start * add delays to allow sufficient time for external process to become stable Modified: head/comms/fldigi/Makefile head/comms/fldigi/distinfo Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Wed Sep 27 10:55:21 2017 (r450730) +++ head/comms/fldigi/Makefile Wed Sep 27 11:33:51 2017 (r450731) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 4.0.9 -PORTREVISION= 3 +PORTVERSION= 4.0.10 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/fldigi/distinfo ============================================================================== --- head/comms/fldigi/distinfo Wed Sep 27 10:55:21 2017 (r450730) +++ head/comms/fldigi/distinfo Wed Sep 27 11:33:51 2017 (r450731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504530215 -SHA256 (fldigi-4.0.9.tar.gz) = 11971ebfa629c11a2f19f3ba544d012f40f50e4ad16c2341f0d27eab0cd7d954 -SIZE (fldigi-4.0.9.tar.gz) = 3625206 +TIMESTAMP = 1506439725 +SHA256 (fldigi-4.0.10.tar.gz) = 07d1d5111926f5b8bc5eaa9226970a01cb4ee855dc32ce11e091e8f731725905 +SIZE (fldigi-4.0.10.tar.gz) = 3633010 From owner-svn-ports-head@freebsd.org Wed Sep 27 11:38:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012BBE005D8; Wed, 27 Sep 2017 11:38:17 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C02306EBB8; Wed, 27 Sep 2017 11:38:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RBcFXN012470; Wed, 27 Sep 2017 11:38:15 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RBcFv8012468; Wed, 27 Sep 2017 11:38:15 GMT (envelope-from db@FreeBSD.org) Message-Id: <201709271138.v8RBcFv8012468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 27 Sep 2017 11:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450732 - head/comms/flrig X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/flrig X-SVN-Commit-Revision: 450732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 11:38:17 -0000 Author: db Date: Wed Sep 27 11:38:15 2017 New Revision: 450732 URL: https://svnweb.freebsd.org/changeset/ports/450732 Log: Version 1.3.35 FTdX5000 mods * fix scaling of power out and swr meters mingw-mods * modifications to allow building on Windows MinGW/Msys xml inhibit * inhibit both client and server xml i/o until transceiver fully initialized Modified: head/comms/flrig/Makefile head/comms/flrig/distinfo Modified: head/comms/flrig/Makefile ============================================================================== --- head/comms/flrig/Makefile Wed Sep 27 11:33:51 2017 (r450731) +++ head/comms/flrig/Makefile Wed Sep 27 11:38:15 2017 (r450732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.34 +PORTVERSION= 1.3.35 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} Modified: head/comms/flrig/distinfo ============================================================================== --- head/comms/flrig/distinfo Wed Sep 27 11:33:51 2017 (r450731) +++ head/comms/flrig/distinfo Wed Sep 27 11:38:15 2017 (r450732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505139120 -SHA256 (flrig-1.3.34.tar.gz) = 6a6311c2cf3d533f0ac10d7e6b8c6b9ef71c6ce98a7baa2e5c8aeb7e5f91f96f -SIZE (flrig-1.3.34.tar.gz) = 691775 +TIMESTAMP = 1506512077 +SHA256 (flrig-1.3.35.tar.gz) = 4f193902aa743ff06720aafb34b5fe3a5b1e3b0dc91db8e9368313895c1ff989 +SIZE (flrig-1.3.35.tar.gz) = 692055 From owner-svn-ports-head@freebsd.org Wed Sep 27 11:45:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2551AE00CD0; Wed, 27 Sep 2017 11:45:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F39696F0C1; Wed, 27 Sep 2017 11:45:12 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RBjC1U016594; Wed, 27 Sep 2017 11:45:12 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RBjBaT016587; Wed, 27 Sep 2017 11:45:11 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709271145.v8RBjBaT016587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 27 Sep 2017 11:45:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450733 - in head/devel: rubygem-aws-sdk rubygem-aws-sdk-core rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/devel: rubygem-aws-sdk rubygem-aws-sdk-core rubygem-aws-sdk-resources X-SVN-Commit-Revision: 450733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 11:45:13 -0000 Author: jrm Date: Wed Sep 27 11:45:11 2017 New Revision: 450733 URL: https://svnweb.freebsd.org/changeset/ports/450733 Log: devel/rubygem-aws-sdk, devel/rubygem-aws-sdk-core, devel/rubygem-aws-sdk-resources: Update to version 2.10.53 Upstream changes: https://github.com/aws/aws-sdk-ruby/releases/tag/v2.10.53 Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Sep 27 11:45:11 2017 (r450733) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.52 +PORTVERSION= 2.10.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Sep 27 11:45:11 2017 (r450733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506141351 -SHA256 (rubygem/aws-sdk-core-2.10.52.gem) = cdd313f2d17ace1d4e148fea7a1dd8ca53b3674a00d0cc29fd7a5e86614b72fd -SIZE (rubygem/aws-sdk-core-2.10.52.gem) = 1069568 +TIMESTAMP = 1506511388 +SHA256 (rubygem/aws-sdk-core-2.10.53.gem) = 3fa96ef5207e53da62bbd79522a9c55e674853574e6c62cbb6b5befa56675a67 +SIZE (rubygem/aws-sdk-core-2.10.53.gem) = 1069568 Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Sep 27 11:45:11 2017 (r450733) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.52 +PORTVERSION= 2.10.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Sep 27 11:45:11 2017 (r450733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506141357 -SHA256 (rubygem/aws-sdk-resources-2.10.52.gem) = 951ea578fe04fa8e12ff4b66bc254cb50954ca9f9b1ee7b0cd15108c94bfa8d6 -SIZE (rubygem/aws-sdk-resources-2.10.52.gem) = 48640 +TIMESTAMP = 1506511406 +SHA256 (rubygem/aws-sdk-resources-2.10.53.gem) = a41753dd0d032dfb350d6f4ed5daefbe75fc33623ac4f2c5284b2342ad4d683c +SIZE (rubygem/aws-sdk-resources-2.10.53.gem) = 48640 Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk/Makefile Wed Sep 27 11:45:11 2017 (r450733) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.52 +PORTVERSION= 2.10.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Sep 27 11:38:15 2017 (r450732) +++ head/devel/rubygem-aws-sdk/distinfo Wed Sep 27 11:45:11 2017 (r450733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506141362 -SHA256 (rubygem/aws-sdk-2.10.52.gem) = 54c08af39b8b7dea203f04ec724ac65ed237b7399685dec8292b94ed49747e66 -SIZE (rubygem/aws-sdk-2.10.52.gem) = 4608 +TIMESTAMP = 1506511421 +SHA256 (rubygem/aws-sdk-2.10.53.gem) = 287bc1a66958554ff4603b2bcc566d3c1b4b26eb67266d32956db5fe4f659806 +SIZE (rubygem/aws-sdk-2.10.53.gem) = 4608 From owner-svn-ports-head@freebsd.org Wed Sep 27 12:19:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A1E4E023C3; Wed, 27 Sep 2017 12:19:29 +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 15F2470590; Wed, 27 Sep 2017 12:19:29 +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 v8RCJSZl029225; Wed, 27 Sep 2017 12:19:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RCJROW029215; Wed, 27 Sep 2017 12:19:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709271219.v8RCJROW029215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 27 Sep 2017 12:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450734 - in head/www/midori: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/www/midori: . files X-SVN-Commit-Revision: 450734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 12:19:29 -0000 Author: madpilot Date: Wed Sep 27 12:19:27 2017 New Revision: 450734 URL: https://svnweb.freebsd.org/changeset/ports/450734 Log: - Fix build with upcoming vala 0.36 [1] While here: - Indentition fixes - Silence portlint warning about variables ordering - Convert to USES=localbase PR: 222015 [1] Submitted by: cpm Added: head/www/midori/files/patch-extensions_adblock_widgets.vala (contents, props changed) head/www/midori/files/patch-extensions_apps.vala (contents, props changed) head/www/midori/files/patch-extensions_history-list.vala (contents, props changed) head/www/midori/files/patch-extensions_notes.vala (contents, props changed) head/www/midori/files/patch-extensions_transfers.vala (contents, props changed) head/www/midori/files/patch-midori_midori-notebook.vala (contents, props changed) Modified: head/www/midori/Makefile head/www/midori/files/patch-config__search head/www/midori/files/patch-extensions__external-download-manager.vala Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Wed Sep 27 11:45:11 2017 (r450733) +++ head/www/midori/Makefile Wed Sep 27 12:19:27 2017 (r450734) @@ -5,7 +5,7 @@ PORTNAME= midori PORTVERSION= 0.5.11 CATEGORIES= www xfce MASTER_SITES= https://launchpadlibrarian.net/215909491/ \ - https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ + https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -21,17 +21,16 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libgcr-3.so:security/gcr RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -Wno-return-type CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF \ - -DUSE_GRANITE:BOOL=OFF + -DUSE_GRANITE:BOOL=OFF +USES= cmake desktop-file-utils gettext localbase:ldflags pkgconfig \ + sqlite tar:bzip2 USE_GNOME= glib20 intltool libxml2 USE_XORG= xscrnsaver INSTALLS_ICONS= yes USE_LDCONFIG= yes -USES= cmake desktop-file-utils gettext pkgconfig sqlite tar:bzip2 PLIST_SUB= VERSION="${PORTVERSION:R}" Modified: head/www/midori/files/patch-config__search ============================================================================== --- head/www/midori/files/patch-config__search Wed Sep 27 11:45:11 2017 (r450733) +++ head/www/midori/files/patch-config__search Wed Sep 27 12:19:27 2017 (r450734) @@ -1,6 +1,6 @@ ---- ./config/search.orig 2013-11-20 01:26:52.000000000 +0000 -+++ ./config/search 2013-11-20 18:03:47.000000000 +0000 -@@ -16,6 +16,12 @@ +--- config/search.orig 2015-08-30 11:56:26 UTC ++++ config/search +@@ -16,6 +16,12 @@ text=Web Search uri=http://www.google.com/search?q=%s token=g Modified: head/www/midori/files/patch-extensions__external-download-manager.vala ============================================================================== --- head/www/midori/files/patch-extensions__external-download-manager.vala Wed Sep 27 11:45:11 2017 (r450733) +++ head/www/midori/files/patch-extensions__external-download-manager.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -1,7 +1,7 @@ ---- ./extensions/external-download-manager.vala.orig 2013-03-07 17:44:14.000000000 +0000 -+++ ./extensions/external-download-manager.vala 2013-03-11 06:50:27.000000000 +0000 -@@ -16,7 +16,7 @@ - using WebKit; +--- extensions/external-download-manager.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/external-download-manager.vala +@@ -10,7 +10,7 @@ + */ namespace EDM { -#if !HAVE_WIN32 @@ -9,7 +9,7 @@ [DBus (name = "net.launchpad.steadyflow.App")] interface SteadyflowInterface : GLib.Object { public abstract void AddFile (string url) throws IOError; -@@ -183,6 +183,7 @@ +@@ -203,6 +203,7 @@ namespace EDM { } } @@ -17,22 +17,21 @@ private class SteadyFlow : ExternalDownloadManager { public override bool download (DownloadRequest dlReq) { try { -@@ -210,6 +211,7 @@ +@@ -230,6 +231,7 @@ namespace EDM { } } #endif +#endif private class CommandLinePreferences : Gtk.Dialog { - protected Entry input; -@@ -339,8 +341,10 @@ + protected Gtk.Entry input; +@@ -359,7 +361,9 @@ public Katze.Array extension_init () { var extensions = new Katze.Array( typeof (Midori.Extension)); #if !HAVE_WIN32 extensions.add_item (new EDM.Aria2 ()); + #if HAVE_GTK3 extensions.add_item (new EDM.SteadyFlow ()); - #endif + #endif + #endif extensions.add_item (new EDM.CommandLine ()); return extensions; - } Added: head/www/midori/files/patch-extensions_adblock_widgets.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions_adblock_widgets.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,14 @@ +--- extensions/adblock/widgets.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/adblock/widgets.vala +@@ -227,7 +227,11 @@ namespace Adblock { + liststore.get (iter, 0, out sub); + if (sub.mutable) { + config.remove (sub); ++#if VALA_0_36 ++ liststore.remove (ref iter); ++#else + liststore.remove (iter); ++#endif + return true; + } + } Added: head/www/midori/files/patch-extensions_apps.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions_apps.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,14 @@ +--- extensions/apps.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/apps.vala +@@ -265,7 +265,11 @@ namespace Apps { + store.get (iter, 0, out launcher); + try { + launcher.file.trash (null); ++#if VALA_0_36 ++ store.remove (ref iter); ++#else + store.remove (iter); ++#endif + + string filename = Midori.Download.clean_filename (launcher.name); + #if HAVE_WIN32 Added: head/www/midori/files/patch-extensions_history-list.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions_history-list.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,14 @@ +--- extensions/history-list.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/history-list.vala +@@ -223,7 +223,11 @@ namespace HistoryList { + FixMe: the retrun value of `Gtk.ListStore.remove` should be checked + Note: in some cases the return value of `Gtk.ListStore.remove` is wrong + */ ++#if VALA_0_36 ++ model.remove (ref iter); ++#else + model.remove (iter); ++#endif + this.browser.close_tab (view); + if (length > 2) + this.resize_treeview (); Added: head/www/midori/files/patch-extensions_notes.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions_notes.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,14 @@ +--- extensions/notes.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/notes.vala +@@ -116,7 +116,11 @@ namespace ClipNotes { + if (current_note == note) { + current_note = null; + } ++#if VALA_0_36 ++ notes_list_store.remove (ref iter); ++#else + notes_list_store.remove (iter); ++#endif + break; + } + } while (notes_list_store.iter_next (ref iter)); Added: head/www/midori/files/patch-extensions_transfers.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions_transfers.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,27 @@ +--- extensions/transfers.vala.orig 2015-08-30 11:56:26 UTC ++++ extensions/transfers.vala +@@ -275,7 +275,11 @@ namespace Transfers { + Transfer found; + store.get (iter, 0, out found); + if (transfer == found) { ++#if VALA_0_36 ++ store.remove (ref iter); ++#else + store.remove (iter); ++#endif + break; + } + } while (store.iter_next (ref iter)); +@@ -455,7 +459,11 @@ namespace Transfers { + if (notifications.length () == 1) + msg = _("The file '%s' has been downloaded.").printf (filename); + else +- msg = _("'%s' and %d other files have been downloaded.").printf (filename, notifications.length ()); ++#if VALA_0_36 ++ msg = _("'%s' and %d other files have been downloaded.").printf (filename, (int) notifications.length ()); ++#else ++ msg = _("'%s' and %d other files have been downloaded.").printf (filename, notifications.length ()); ++#endif + get_app ().send_notification (_("Transfer completed"), msg); + notifications = new GLib.List (); + } Added: head/www/midori/files/patch-midori_midori-notebook.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-midori_midori-notebook.vala Wed Sep 27 12:19:27 2017 (r450734) @@ -0,0 +1,29 @@ +--- midori/midori-notebook.vala.orig 2015-08-30 11:56:26 UTC ++++ midori/midori-notebook.vala +@@ -10,7 +10,7 @@ + */ + + namespace Midori { +- protected class Tally : Gtk.EventBox { ++ internal class Tally : Gtk.EventBox { + public Midori.Tab tab { get; set; } + Gtk.Spinner spinner; + public Gtk.Label label; +@@ -22,7 +22,7 @@ namespace Midori { + public bool close_button_left { get; set; default = false; } + public bool close_button_visible { get; set; default = false; } + +- protected Tally (Midori.Tab tab) { ++ internal Tally (Midori.Tab tab) { + this.tab = tab; + box = new Gtk.HBox (false, 1); + add (box); +@@ -155,7 +155,7 @@ namespace Midori { + int last_tab_size = 0; + + #if !HAVE_GTK3 +- static const string style_fixup = """ ++ const string style_fixup = """ + style "midori-close-button-style" + { + GtkWidget::focus-padding = 0 From owner-svn-ports-head@freebsd.org Wed Sep 27 12:28:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1BE1E02B4F; Wed, 27 Sep 2017 12:28:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F15C70D41; Wed, 27 Sep 2017 12:28:29 +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 v8RCSSE1033241; Wed, 27 Sep 2017 12:28:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RCSSKJ033239; Wed, 27 Sep 2017 12:28:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709271228.v8RCSSKJ033239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 27 Sep 2017 12:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450735 - head/textproc/erlang-p1_utils X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/textproc/erlang-p1_utils X-SVN-Commit-Revision: 450735 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 12:28:29 -0000 Author: olgeni Date: Wed Sep 27 12:28:28 2017 New Revision: 450735 URL: https://svnweb.freebsd.org/changeset/ports/450735 Log: Update textproc/erlang-p1_utils to version 1.0.10. Modified: head/textproc/erlang-p1_utils/Makefile head/textproc/erlang-p1_utils/distinfo Modified: head/textproc/erlang-p1_utils/Makefile ============================================================================== --- head/textproc/erlang-p1_utils/Makefile Wed Sep 27 12:19:27 2017 (r450734) +++ head/textproc/erlang-p1_utils/Makefile Wed Sep 27 12:28:28 2017 (r450735) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p1_utils -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-p1_utils/distinfo ============================================================================== --- head/textproc/erlang-p1_utils/distinfo Wed Sep 27 12:19:27 2017 (r450734) +++ head/textproc/erlang-p1_utils/distinfo Wed Sep 27 12:28:28 2017 (r450735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496831277 -SHA256 (processone-p1_utils-1.0.9_GH0.tar.gz) = a930055af617b1f21eecb9ff00dd68a429017e0b44bfe65377c42165ae967cf9 -SIZE (processone-p1_utils-1.0.9_GH0.tar.gz) = 55110 +TIMESTAMP = 1506515231 +SHA256 (processone-p1_utils-1.0.10_GH0.tar.gz) = 57bfc575179733a723717f4fecb65b9f7fd056595f798b52e7bc0206e8a9333f +SIZE (processone-p1_utils-1.0.10_GH0.tar.gz) = 55119 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:13:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B82B4E03A18; Wed, 27 Sep 2017 13:13:14 +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 878517219E; Wed, 27 Sep 2017 13:13:14 +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 v8RDDD4a053825; Wed, 27 Sep 2017 13:13:13 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDDDLS053823; Wed, 27 Sep 2017 13:13:13 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271313.v8RDDDLS053823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 13:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450736 - in head/x11-wm/i3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/x11-wm/i3: . files X-SVN-Commit-Revision: 450736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:13:14 -0000 Author: gahr Date: Wed Sep 27 13:13:13 2017 New Revision: 450736 URL: https://svnweb.freebsd.org/changeset/ports/450736 Log: x11-wm/i3: import patch from upstream, bump PORTREVISION The patch fixes https://github.com/i3/i3/issues/2846 Approved by: bapt (maintainer) Added: head/x11-wm/i3/files/ head/x11-wm/i3/files/patch-pull2849 (contents, props changed) Modified: head/x11-wm/i3/Makefile Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Wed Sep 27 12:28:28 2017 (r450735) +++ head/x11-wm/i3/Makefile Wed Sep 27 13:13:13 2017 (r450736) @@ -3,6 +3,7 @@ PORTNAME= i3 DISTVERSION= 4.14.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ Added: head/x11-wm/i3/files/patch-pull2849 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3/files/patch-pull2849 Wed Sep 27 13:13:13 2017 (r450736) @@ -0,0 +1,27 @@ +From bfc6e1217265c8c77a8382f5c7970d049e958250 Mon Sep 17 00:00:00 2001 +From: Dan Elkouby +Date: Sun, 30 Jul 2017 18:49:42 +0300 +Subject: [PATCH] Create a new split container when switching a workspace + container to split layout + +The behavior before 52ce8c8 was to do it regardless of what layout we're +switching to. + +Fixes #2846 +--- + src/con.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/con.c b/src/con.c +index d346b9f45..94bfa6e9e 100644 +--- src/con.c.orig ++++ src/con.c +@@ -1719,7 +1719,7 @@ void con_set_layout(Con *con, layout_t layout) { + con->workspace_layout = ws_layout; + DLOG("Setting layout to %d\n", layout); + con->layout = layout; +- } else if (layout == L_STACKED || layout == L_TABBED) { ++ } else if (layout == L_STACKED || layout == L_TABBED || layout == L_SPLITV || layout == L_SPLITH) { + DLOG("Creating new split container\n"); + /* 1: create a new split container */ + Con *new = con_new(NULL, NULL); From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36F5CE03CDF; Wed, 27 Sep 2017 13:23: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 059FB7263B; Wed, 27 Sep 2017 13:23: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 v8RDNWl4057997; Wed, 27 Sep 2017 13:23:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNVnQ057993; Wed, 27 Sep 2017 13:23:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNVnQ057993@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, 27 Sep 2017 13:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450737 - head/databases/xapian-core12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-core12 X-SVN-Commit-Revision: 450737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:33 -0000 Author: sunpoet Date: Wed Sep 27 13:23:31 2017 New Revision: 450737 URL: https://svnweb.freebsd.org/changeset/ports/450737 Log: Update to 1.2.25 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.2.25 Modified: head/databases/xapian-core12/Makefile head/databases/xapian-core12/distinfo head/databases/xapian-core12/pkg-plist Modified: head/databases/xapian-core12/Makefile ============================================================================== --- head/databases/xapian-core12/Makefile Wed Sep 27 13:13:13 2017 (r450736) +++ head/databases/xapian-core12/Makefile Wed Sep 27 13:23:31 2017 (r450737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.24 +PORTVERSION= 1.2.25 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ Modified: head/databases/xapian-core12/distinfo ============================================================================== --- head/databases/xapian-core12/distinfo Wed Sep 27 13:13:13 2017 (r450736) +++ head/databases/xapian-core12/distinfo Wed Sep 27 13:23:31 2017 (r450737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475134941 -SHA256 (xapian-core-1.2.24.tar.xz) = 57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b -SIZE (xapian-core-1.2.24.tar.xz) = 3210192 +TIMESTAMP = 1506515418 +SHA256 (xapian-core-1.2.25.tar.xz) = 7c77ff259bc92414c620015d6798f5f3e2c52907936096ec97c23c17fc0d6403 +SIZE (xapian-core-1.2.25.tar.xz) = 3253292 Modified: head/databases/xapian-core12/pkg-plist ============================================================================== --- head/databases/xapian-core12/pkg-plist Wed Sep 27 13:13:13 2017 (r450736) +++ head/databases/xapian-core12/pkg-plist Wed Sep 27 13:23:31 2017 (r450737) @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.so lib/libxapian.so.22 -lib/libxapian.so.22.7.2 +lib/libxapian.so.22.7.3 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-chert-update.1.gz From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B21E03CEE; Wed, 27 Sep 2017 13:23: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 7E4B172644; Wed, 27 Sep 2017 13:23: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 v8RDNb8w058120; Wed, 27 Sep 2017 13:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNbJX058118; Wed, 27 Sep 2017 13:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNbJX058118@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, 27 Sep 2017 13:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450738 - head/databases/p5-Search-Xapian12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-Search-Xapian12 X-SVN-Commit-Revision: 450738 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:38 -0000 Author: sunpoet Date: Wed Sep 27 13:23:37 2017 New Revision: 450738 URL: https://svnweb.freebsd.org/changeset/ports/450738 Log: Update to 1.2.25.0 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.2.25 http://search.cpan.org/dist/Search-Xapian/Changes Modified: head/databases/p5-Search-Xapian12/Makefile head/databases/p5-Search-Xapian12/distinfo Modified: head/databases/p5-Search-Xapian12/Makefile ============================================================================== --- head/databases/p5-Search-Xapian12/Makefile Wed Sep 27 13:23:31 2017 (r450737) +++ head/databases/p5-Search-Xapian12/Makefile Wed Sep 27 13:23:37 2017 (r450738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Search-Xapian -PORTVERSION= 1.2.24.0 +PORTVERSION= 1.2.25.0 CATEGORIES= databases perl5 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ LOCAL/sunpoet \ Modified: head/databases/p5-Search-Xapian12/distinfo ============================================================================== --- head/databases/p5-Search-Xapian12/distinfo Wed Sep 27 13:23:31 2017 (r450737) +++ head/databases/p5-Search-Xapian12/distinfo Wed Sep 27 13:23:37 2017 (r450738) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475136368 -SHA256 (Search-Xapian-1.2.24.0.tar.gz) = 77c1e3970a704f7903a27d4253816f23ac3dd297fea0e84254f40bf8537c16f7 -SIZE (Search-Xapian-1.2.24.0.tar.gz) = 71768 +TIMESTAMP = 1506515429 +SHA256 (Search-Xapian-1.2.25.0.tar.gz) = 5e5b5968c4001e89d72f93c8a118fa0840c888401ff62acc440ec76be32481d4 +SIZE (Search-Xapian-1.2.25.0.tar.gz) = 72097 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD0A2E03D19; Wed, 27 Sep 2017 13:23: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 7C5367268A; Wed, 27 Sep 2017 13:23: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 v8RDNgnD058245; Wed, 27 Sep 2017 13:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNgvd058243; Wed, 27 Sep 2017 13:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNgvd058243@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, 27 Sep 2017 13:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450739 - head/databases/xapian-bindings12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-bindings12 X-SVN-Commit-Revision: 450739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:43 -0000 Author: sunpoet Date: Wed Sep 27 13:23:42 2017 New Revision: 450739 URL: https://svnweb.freebsd.org/changeset/ports/450739 Log: Update to 1.2.25 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.2.25 Modified: head/databases/xapian-bindings12/Makefile head/databases/xapian-bindings12/distinfo Modified: head/databases/xapian-bindings12/Makefile ============================================================================== --- head/databases/xapian-bindings12/Makefile Wed Sep 27 13:23:37 2017 (r450738) +++ head/databases/xapian-bindings12/Makefile Wed Sep 27 13:23:42 2017 (r450739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-bindings -PORTVERSION= 1.2.24 +PORTVERSION= 1.2.25 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/databases/xapian-bindings12/distinfo ============================================================================== --- head/databases/xapian-bindings12/distinfo Wed Sep 27 13:23:37 2017 (r450738) +++ head/databases/xapian-bindings12/distinfo Wed Sep 27 13:23:42 2017 (r450739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475134758 -SHA256 (xapian-bindings-1.2.24.tar.xz) = 0c2a0df0a4616e2bd8e578d372c9bb4684780573abebbd1ac515502177229965 -SIZE (xapian-bindings-1.2.24.tar.xz) = 886148 +TIMESTAMP = 1506515445 +SHA256 (xapian-bindings-1.2.25.tar.xz) = 5f07425d6c5fc540fab965cd011bb043e3ee0df7da03a8814d6fc20dc5e9dd0f +SIZE (xapian-bindings-1.2.25.tar.xz) = 1711860 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C65EE03D59; Wed, 27 Sep 2017 13:23: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 597C072756; Wed, 27 Sep 2017 13:23: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 v8RDNqN0058492; Wed, 27 Sep 2017 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNq2H058490; Wed, 27 Sep 2017 13:23:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNq2H058490@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, 27 Sep 2017 13:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450741 - head/misc/p5-Geo-Coder-OpenCage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geo-Coder-OpenCage X-SVN-Commit-Revision: 450741 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:53 -0000 Author: sunpoet Date: Wed Sep 27 13:23:52 2017 New Revision: 450741 URL: https://svnweb.freebsd.org/changeset/ports/450741 Log: Update to 0.11 Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile head/misc/p5-Geo-Coder-OpenCage/distinfo Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/Makefile Wed Sep 27 13:23:47 2017 (r450740) +++ head/misc/p5-Geo-Coder-OpenCage/Makefile Wed Sep 27 13:23:52 2017 (r450741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Geo-Coder-OpenCage/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/distinfo Wed Sep 27 13:23:47 2017 (r450740) +++ head/misc/p5-Geo-Coder-OpenCage/distinfo Wed Sep 27 13:23:52 2017 (r450741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493992942 -SHA256 (Geo-Coder-OpenCage-0.10.tar.gz) = 5d81e10d2941e873a91529293d621465ea90894cee935c394309e1a7c30eb9a5 -SIZE (Geo-Coder-OpenCage-0.10.tar.gz) = 12772 +TIMESTAMP = 1506515465 +SHA256 (Geo-Coder-OpenCage-0.11.tar.gz) = faa4d314a84399c63a6401c3da52fa064dcbc1b74ddeb99c2ae402d6d417d80a +SIZE (Geo-Coder-OpenCage-0.11.tar.gz) = 12848 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC5FE03D76; Wed, 27 Sep 2017 13:23: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 7BBDE727CC; Wed, 27 Sep 2017 13:23: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 v8RDNvb0058617; Wed, 27 Sep 2017 13:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNvwA058615; Wed, 27 Sep 2017 13:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNvwA058615@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, 27 Sep 2017 13:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450742 - head/converters/pecl-igbinary X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/pecl-igbinary X-SVN-Commit-Revision: 450742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:58 -0000 Author: sunpoet Date: Wed Sep 27 13:23:57 2017 New Revision: 450742 URL: https://svnweb.freebsd.org/changeset/ports/450742 Log: Update to 2.0.4 Changes: https://pecl.php.net/package-changelog.php?package=igbinary Modified: head/converters/pecl-igbinary/Makefile head/converters/pecl-igbinary/distinfo Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Wed Sep 27 13:23:52 2017 (r450741) +++ head/converters/pecl-igbinary/Makefile Wed Sep 27 13:23:57 2017 (r450742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org Modified: head/converters/pecl-igbinary/distinfo ============================================================================== --- head/converters/pecl-igbinary/distinfo Wed Sep 27 13:23:52 2017 (r450741) +++ head/converters/pecl-igbinary/distinfo Wed Sep 27 13:23:57 2017 (r450742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506438968 -SHA256 (PECL/igbinary-2.0.3.tgz) = 67312b5471e740acf6af0262e0d68d10ab638d7eee43b767d8ce5feabc932c51 -SIZE (PECL/igbinary-2.0.3.tgz) = 67819 +TIMESTAMP = 1506515473 +SHA256 (PECL/igbinary-2.0.4.tgz) = ed98a5704f46bb62d1dad3bd24d07b8a474b4293960ca88d1b6ebd051ca1a528 +SIZE (PECL/igbinary-2.0.4.tgz) = 68294 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:23:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2359E03D32; Wed, 27 Sep 2017 13:23: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 8CCC3726F2; Wed, 27 Sep 2017 13:23: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 v8RDNlcP058367; Wed, 27 Sep 2017 13:23:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDNlFC058365; Wed, 27 Sep 2017 13:23:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271323.v8RDNlFC058365@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, 27 Sep 2017 13:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450740 - head/www/xapian-omega12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/xapian-omega12 X-SVN-Commit-Revision: 450740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:23:48 -0000 Author: sunpoet Date: Wed Sep 27 13:23:47 2017 New Revision: 450740 URL: https://svnweb.freebsd.org/changeset/ports/450740 Log: Update to 1.2.25 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.2.25 Modified: head/www/xapian-omega12/Makefile head/www/xapian-omega12/distinfo Modified: head/www/xapian-omega12/Makefile ============================================================================== --- head/www/xapian-omega12/Makefile Wed Sep 27 13:23:42 2017 (r450739) +++ head/www/xapian-omega12/Makefile Wed Sep 27 13:23:47 2017 (r450740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-omega -PORTVERSION= 1.2.24 +PORTVERSION= 1.2.25 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/xapian-omega12/distinfo ============================================================================== --- head/www/xapian-omega12/distinfo Wed Sep 27 13:23:42 2017 (r450739) +++ head/www/xapian-omega12/distinfo Wed Sep 27 13:23:47 2017 (r450740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475135073 -SHA256 (xapian-omega-1.2.24.tar.xz) = 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 -SIZE (xapian-omega-1.2.24.tar.xz) = 438104 +TIMESTAMP = 1506515455 +SHA256 (xapian-omega-1.2.25.tar.xz) = 041ada3c22d5a5f1c10fd3681426377696924def75ea6cb6710a182016bc7482 +SIZE (xapian-omega-1.2.25.tar.xz) = 440224 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:24:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78226E03D91; Wed, 27 Sep 2017 13:24: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 47D327282E; Wed, 27 Sep 2017 13:24: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 v8RDO2JY058743; Wed, 27 Sep 2017 13:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDO2HM058741; Wed, 27 Sep 2017 13:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271324.v8RDO2HM058741@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, 27 Sep 2017 13:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450743 - head/security/py-m2crypto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-m2crypto X-SVN-Commit-Revision: 450743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:24:03 -0000 Author: sunpoet Date: Wed Sep 27 13:24:02 2017 New Revision: 450743 URL: https://svnweb.freebsd.org/changeset/ports/450743 Log: Update to 0.26.4 Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES Modified: head/security/py-m2crypto/Makefile head/security/py-m2crypto/distinfo Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Wed Sep 27 13:23:57 2017 (r450742) +++ head/security/py-m2crypto/Makefile Wed Sep 27 13:24:02 2017 (r450743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= m2crypto -PORTVERSION= 0.26.3 +PORTVERSION= 0.26.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-m2crypto/distinfo ============================================================================== --- head/security/py-m2crypto/distinfo Wed Sep 27 13:23:57 2017 (r450742) +++ head/security/py-m2crypto/distinfo Wed Sep 27 13:24:02 2017 (r450743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506141320 -SHA256 (M2Crypto-0.26.3.tar.gz) = 98e634ecc30ba3c88f550861eb2c6bec74546c4a05c9df23dfd9ed0bf3adc14f -SIZE (M2Crypto-0.26.3.tar.gz) = 1116229 +TIMESTAMP = 1506515488 +SHA256 (M2Crypto-0.26.4.tar.gz) = 5cae7acc0b34821f8c0ddf6665e482893fe1f198ad6379e61ffa9d8e65f5c199 +SIZE (M2Crypto-0.26.4.tar.gz) = 1116587 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:24:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8FA4E03E35; Wed, 27 Sep 2017 13:24: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 77E33729F4; Wed, 27 Sep 2017 13:24: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 v8RDOM7M059240; Wed, 27 Sep 2017 13:24:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDOMHF059238; Wed, 27 Sep 2017 13:24:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271324.v8RDOMHF059238@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, 27 Sep 2017 13:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450747 - head/devel/rubygem-pry X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-pry X-SVN-Commit-Revision: 450747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:24:23 -0000 Author: sunpoet Date: Wed Sep 27 13:24:22 2017 New Revision: 450747 URL: https://svnweb.freebsd.org/changeset/ports/450747 Log: Update to 0.11.1 Changes: https://github.com/pry/pry/blob/0-11-stable/CHANGELOG.md Modified: head/devel/rubygem-pry/Makefile head/devel/rubygem-pry/distinfo Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Wed Sep 27 13:24:16 2017 (r450746) +++ head/devel/rubygem-pry/Makefile Wed Sep 27 13:24:22 2017 (r450747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coderay>=1.1.0:textproc/rubygem-coderay \ - rubygem-method_source>=0.8.1:devel/rubygem-method_source + rubygem-method_source>=0.9.0:devel/rubygem-method_source NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-pry/distinfo ============================================================================== --- head/devel/rubygem-pry/distinfo Wed Sep 27 13:24:16 2017 (r450746) +++ head/devel/rubygem-pry/distinfo Wed Sep 27 13:24:22 2017 (r450747) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506005456 -SHA256 (rubygem/pry-0.11.0.gem) = e9de4a15f6dfa51c8bf55e55c43c1110e94e51a596b618cd0b0f0da75c77aa07 -SIZE (rubygem/pry-0.11.0.gem) = 150016 +TIMESTAMP = 1506515525 +SHA256 (rubygem/pry-0.11.1.gem) = 723a70fca9360f71ff136a1072e90bc8a4e3983f89b29a6906c5ea5254302432 +SIZE (rubygem/pry-0.11.1.gem) = 150016 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:24:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F288E03E03; Wed, 27 Sep 2017 13:24: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 1C68B72979; Wed, 27 Sep 2017 13:24: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 v8RDOHep059115; Wed, 27 Sep 2017 13:24:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDOHIQ059113; Wed, 27 Sep 2017 13:24:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271324.v8RDOHIQ059113@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, 27 Sep 2017 13:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450746 - head/devel/rubygem-method_source X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-method_source X-SVN-Commit-Revision: 450746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:24:18 -0000 Author: sunpoet Date: Wed Sep 27 13:24:16 2017 New Revision: 450746 URL: https://svnweb.freebsd.org/changeset/ports/450746 Log: Update to 0.9.0 Changes: https://github.com/banister/method_source/commits/master Modified: head/devel/rubygem-method_source/Makefile head/devel/rubygem-method_source/distinfo Modified: head/devel/rubygem-method_source/Makefile ============================================================================== --- head/devel/rubygem-method_source/Makefile Wed Sep 27 13:24:11 2017 (r450745) +++ head/devel/rubygem-method_source/Makefile Wed Sep 27 13:24:16 2017 (r450746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= method_source -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-method_source/distinfo ============================================================================== --- head/devel/rubygem-method_source/distinfo Wed Sep 27 13:24:11 2017 (r450745) +++ head/devel/rubygem-method_source/distinfo Wed Sep 27 13:24:16 2017 (r450746) @@ -1,2 +1,3 @@ -SHA256 (rubygem/method_source-0.8.2.gem) = c2e9d0f4ebefd6b37efe38fe2964337b1d315fe198cad850681fd2da0027b1bc -SIZE (rubygem/method_source-0.8.2.gem) = 13312 +TIMESTAMP = 1506515517 +SHA256 (rubygem/method_source-0.9.0.gem) = f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277 +SIZE (rubygem/method_source-0.9.0.gem) = 13312 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:24:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2876E03DB5; Wed, 27 Sep 2017 13:24: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 C0B8F7288D; Wed, 27 Sep 2017 13:24: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 v8RDO7Na058868; Wed, 27 Sep 2017 13:24:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDO6Ni058866; Wed, 27 Sep 2017 13:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271324.v8RDO6Ni058866@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, 27 Sep 2017 13:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450744 - head/french/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/french/hunspell X-SVN-Commit-Revision: 450744 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:24:08 -0000 Author: sunpoet Date: Wed Sep 27 13:24:06 2017 New Revision: 450744 URL: https://svnweb.freebsd.org/changeset/ports/450744 Log: Update to 6.1 - Use DISTVERSIONPREFIX instead of DISTNAME - Update LICENSE Modified: head/french/hunspell/Makefile head/french/hunspell/distinfo Modified: head/french/hunspell/Makefile ============================================================================== --- head/french/hunspell/Makefile Wed Sep 27 13:24:02 2017 (r450743) +++ head/french/hunspell/Makefile Wed Sep 27 13:24:06 2017 (r450744) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 5.7 +PORTVERSION= 6.1 +DISTVERSIONPREFIX= french-dictionaries-v CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} -DISTNAME= hunspell-french-dictionaries-v${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Modern French hunspell dictionaries -LICENSE= MPL +LICENSE= MPL20 USES= zip NO_ARCH= yes Modified: head/french/hunspell/distinfo ============================================================================== --- head/french/hunspell/distinfo Wed Sep 27 13:24:02 2017 (r450743) +++ head/french/hunspell/distinfo Wed Sep 27 13:24:06 2017 (r450744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479593894 -SHA256 (hunspell/hunspell-french-dictionaries-v5.7.zip) = 275c19c202913f7d6ec2a7687d45120bd9277351d7ca0fc3dcd88faae81e483f -SIZE (hunspell/hunspell-french-dictionaries-v5.7.zip) = 1513672 +TIMESTAMP = 1506518357 +SHA256 (hunspell/hunspell-french-dictionaries-v6.1.zip) = 0c6acc29d3ec88feed4e4772af4521af1d52ce3fb092e685d474486e06fc5070 +SIZE (hunspell/hunspell-french-dictionaries-v6.1.zip) = 1536548 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:24:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C998E03DD1; Wed, 27 Sep 2017 13:24: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 0C15D72904; Wed, 27 Sep 2017 13:24: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 v8RDOCFI058991; Wed, 27 Sep 2017 13:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDOBMU058989; Wed, 27 Sep 2017 13:24:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271324.v8RDOBMU058989@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, 27 Sep 2017 13:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450745 - head/devel/py-pytools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pytools X-SVN-Commit-Revision: 450745 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:24:13 -0000 Author: sunpoet Date: Wed Sep 27 13:24:11 2017 New Revision: 450745 URL: https://svnweb.freebsd.org/changeset/ports/450745 Log: Update to 2017.6 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/inducer/pytools/commits/master Modified: head/devel/py-pytools/Makefile head/devel/py-pytools/distinfo Modified: head/devel/py-pytools/Makefile ============================================================================== --- head/devel/py-pytools/Makefile Wed Sep 27 13:24:06 2017 (r450744) +++ head/devel/py-pytools/Makefile Wed Sep 27 13:24:11 2017 (r450745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytools -PORTVERSION= 2017.4 +PORTVERSION= 2017.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:dev ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/devel/py-pytools/distinfo ============================================================================== --- head/devel/py-pytools/distinfo Wed Sep 27 13:24:06 2017 (r450744) +++ head/devel/py-pytools/distinfo Wed Sep 27 13:24:11 2017 (r450745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500642192 -SHA256 (pytools-2017.4.tar.gz) = 8a44ed4402c765ba714f2f50b1418beb093cf64de9475ec68dac488da922b399 -SIZE (pytools-2017.4.tar.gz) = 51339 +TIMESTAMP = 1506516198 +SHA256 (pytools-2017.6.tar.gz) = 80f1bba4469d473c1b3969bc8e188c03bcc94d35807a889ceebbfc78e3208115 +SIZE (pytools-2017.6.tar.gz) = 53637 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:33:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F7E6E044A9; Wed, 27 Sep 2017 13:33:08 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8227341C; Wed, 27 Sep 2017 13:33:07 +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 v8RDX7ci063275; Wed, 27 Sep 2017 13:33:07 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDX7Gq063272; Wed, 27 Sep 2017 13:33:07 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201709271333.v8RDX7Gq063272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 27 Sep 2017 13:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450748 - head/audio/mpg123 X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/audio/mpg123 X-SVN-Commit-Revision: 450748 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:33:08 -0000 Author: novel Date: Wed Sep 27 13:33:06 2017 New Revision: 450748 URL: https://svnweb.freebsd.org/changeset/ports/450748 Log: audio/mpg123: update to 1.25.7 Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Wed Sep 27 13:24:22 2017 (r450747) +++ head/audio/mpg123/Makefile Wed Sep 27 13:33:06 2017 (r450748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.25.6 +PORTVERSION= 1.25.7 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Wed Sep 27 13:24:22 2017 (r450747) +++ head/audio/mpg123/distinfo Wed Sep 27 13:33:06 2017 (r450748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502601485 -SHA256 (mpg123-1.25.6.tar.bz2) = 0f0458c9b87799bc2c9bf9455279cc4d305e245db43b51a39ef27afe025c5a8e -SIZE (mpg123-1.25.6.tar.bz2) = 919169 +TIMESTAMP = 1506432844 +SHA256 (mpg123-1.25.7.tar.bz2) = 31b15ebcf26111b874732e07c8e60de5053ee555eea15fb70c657a4f9f0344f3 +SIZE (mpg123-1.25.7.tar.bz2) = 920705 Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Wed Sep 27 13:24:22 2017 (r450747) +++ head/audio/mpg123/pkg-plist Wed Sep 27 13:33:06 2017 (r450748) @@ -7,7 +7,7 @@ include/mpg123.h include/out123.h lib/libmpg123.so lib/libmpg123.so.0 -lib/libmpg123.so.0.44.5 +lib/libmpg123.so.0.44.6 lib/libout123.so lib/libout123.so.0 lib/libout123.so.0.2.1 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:33:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC65E04514; Wed, 27 Sep 2017 13:33:40 +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 86D8A734FC; Wed, 27 Sep 2017 13:33:40 +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 v8RDXdek063415; Wed, 27 Sep 2017 13:33:39 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDXdGe063413; Wed, 27 Sep 2017 13:33:39 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201709271333.v8RDXdGe063413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 27 Sep 2017 13:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450749 - head/misc/py-tqdm X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/misc/py-tqdm X-SVN-Commit-Revision: 450749 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:33:40 -0000 Author: culot Date: Wed Sep 27 13:33:39 2017 New Revision: 450749 URL: https://svnweb.freebsd.org/changeset/ports/450749 Log: - Update to 4.18.0 PR: 222640 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Wed Sep 27 13:33:06 2017 (r450748) +++ head/misc/py-tqdm/Makefile Wed Sep 27 13:33:39 2017 (r450749) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.17.0 +PORTVERSION= 4.18.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Wed Sep 27 13:33:06 2017 (r450748) +++ head/misc/py-tqdm/distinfo Wed Sep 27 13:33:39 2017 (r450749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506037012 -SHA256 (tqdm-tqdm-v4.17.0_GH0.tar.gz) = 5b962eb79df884f3d6d5d8bc4149cb70c9813276613b994d464646cd102798e5 -SIZE (tqdm-tqdm-v4.17.0_GH0.tar.gz) = 68616 +TIMESTAMP = 1506511212 +SHA256 (tqdm-tqdm-v4.18.0_GH0.tar.gz) = 9b85200b71a84398309a9b632cc97e563da9a13a311ec8f4d70d2e06440512d3 +SIZE (tqdm-tqdm-v4.18.0_GH0.tar.gz) = 69576 From owner-svn-ports-head@freebsd.org Wed Sep 27 13:44:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7168EE047F4; Wed, 27 Sep 2017 13:44:10 +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 3E79373992; Wed, 27 Sep 2017 13:44:10 +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 v8RDi9uP067678; Wed, 27 Sep 2017 13:44:09 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RDi9AD067676; Wed, 27 Sep 2017 13:44:09 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201709271344.v8RDi9AD067676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 27 Sep 2017 13:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450750 - head/misc/p5-Chatbot-Eliza X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/misc/p5-Chatbot-Eliza X-SVN-Commit-Revision: 450750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 13:44:10 -0000 Author: culot Date: Wed Sep 27 13:44:09 2017 New Revision: 450750 URL: https://svnweb.freebsd.org/changeset/ports/450750 Log: - Update to 1.08 Changes: http://search.cpan.org/dist/Chatbot-Eliza/Changes Modified: head/misc/p5-Chatbot-Eliza/Makefile head/misc/p5-Chatbot-Eliza/distinfo Modified: head/misc/p5-Chatbot-Eliza/Makefile ============================================================================== --- head/misc/p5-Chatbot-Eliza/Makefile Wed Sep 27 13:33:39 2017 (r450749) +++ head/misc/p5-Chatbot-Eliza/Makefile Wed Sep 27 13:44:09 2017 (r450750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Chatbot-Eliza -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Chatbot-Eliza/distinfo ============================================================================== --- head/misc/p5-Chatbot-Eliza/distinfo Wed Sep 27 13:33:39 2017 (r450749) +++ head/misc/p5-Chatbot-Eliza/distinfo Wed Sep 27 13:44:09 2017 (r450750) @@ -1,2 +1,3 @@ -SHA256 (Chatbot-Eliza-1.06.tar.gz) = bc030f03e6d3c4885f0937498404331eda992dd56f4a7f7ecfa333139828cf7f -SIZE (Chatbot-Eliza-1.06.tar.gz) = 40050 +TIMESTAMP = 1506519693 +SHA256 (Chatbot-Eliza-1.08.tar.gz) = 1fca6db94b1426c6f5c532e45dbb27104ca81659f99f8addf6fe497eab7163c5 +SIZE (Chatbot-Eliza-1.08.tar.gz) = 40294 From owner-svn-ports-head@freebsd.org Wed Sep 27 14:36:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11130E05A1B; Wed, 27 Sep 2017 14:36:04 +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 D1EDF754FE; Wed, 27 Sep 2017 14:36:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8REa30v088636; Wed, 27 Sep 2017 14:36:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8REa2Om088634; Wed, 27 Sep 2017 14:36:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709271436.v8REa2Om088634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Sep 2017 14:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450751 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 14:36:04 -0000 Author: swills Date: Wed Sep 27 14:36:02 2017 New Revision: 450751 URL: https://svnweb.freebsd.org/changeset/ports/450751 Log: Correct version of libbson issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 13:44:09 2017 (r450750) +++ head/security/vuxml/vuln.xml Wed Sep 27 14:36:02 2017 (r450751) @@ -125,7 +125,7 @@ Notes: libbson - 1.8.1 + 1.8.0 From owner-svn-ports-head@freebsd.org Wed Sep 27 14:37:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9989E05A5B; Wed, 27 Sep 2017 14:37:15 +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 7A21B75678; Wed, 27 Sep 2017 14:37:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8REbEt0088810; Wed, 27 Sep 2017 14:37:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8REbE8J088806; Wed, 27 Sep 2017 14:37:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709271437.v8REbE8J088806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Sep 2017 14:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450752 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 450752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 14:37:15 -0000 Author: swills Date: Wed Sep 27 14:37:14 2017 New Revision: 450752 URL: https://svnweb.freebsd.org/changeset/ports/450752 Log: databases/timescaledb: Update to 0.5.0 PR: 222486 Submitted by: kbowling (maintainer) Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-message Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/Makefile Wed Sep 27 14:37:14 2017 (r450752) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -28,7 +27,9 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.2.0--0.3.0.sql \ share/postgresql/extension/timescaledb--0.3.0--0.4.0.sql \ share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \ - share/postgresql/extension/timescaledb--0.4.1.sql \ + share/postgresql/extension/timescaledb--0.4.1--0.4.2.sql \ + share/postgresql/extension/timescaledb--0.4.2--0.5.0.sql \ + share/postgresql/extension/timescaledb--0.5.0.sql \ share/postgresql/extension/timescaledb.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/distinfo Wed Sep 27 14:37:14 2017 (r450752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504590249 -SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed -SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040 +TIMESTAMP = 1505981978 +SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537 +SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507 Modified: head/databases/timescaledb/pkg-message ============================================================================== --- head/databases/timescaledb/pkg-message Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/pkg-message Wed Sep 27 14:37:14 2017 (r450752) @@ -4,4 +4,4 @@ run CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; If you are upgrading, restart PostgreSQL server and run - ALTER EXTENSION timescaledb UPDATE TO '0.4.1'; + ALTER EXTENSION timescaledb UPDATE TO '0.5.0'; From owner-svn-ports-head@freebsd.org Wed Sep 27 15:02:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 186FFE0659F; Wed, 27 Sep 2017 15:02:41 +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 DBD4476597; Wed, 27 Sep 2017 15:02:40 +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 v8RF2eeJ001221; Wed, 27 Sep 2017 15:02:40 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RF2ec6001220; Wed, 27 Sep 2017 15:02:40 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271502.v8RF2ec6001220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 15:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450753 - head/security/libtomcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/security/libtomcrypt X-SVN-Commit-Revision: 450753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:02:41 -0000 Author: gahr Date: Wed Sep 27 15:02:39 2017 New Revision: 450753 URL: https://svnweb.freebsd.org/changeset/ports/450753 Log: security/libtomcrypt: take maintainership Modified: head/security/libtomcrypt/Makefile Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Wed Sep 27 14:37:14 2017 (r450752) +++ head/security/libtomcrypt/Makefile Wed Sep 27 15:02:39 2017 (r450753) @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://libtom.net/files/ DISTNAME= crypt-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Comprehensive, modular, and portable cryptographic toolkit LICENSE= PD From owner-svn-ports-head@freebsd.org Wed Sep 27 15:20:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A6BE06D67; Wed, 27 Sep 2017 15:20:32 +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 6193B770B5; Wed, 27 Sep 2017 15:20:32 +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 v8RFKVeO005993; Wed, 27 Sep 2017 15:20:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFKVne005991; Wed, 27 Sep 2017 15:20:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709271520.v8RFKVne005991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Sep 2017 15:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450754 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:20:32 -0000 Author: swills Date: Wed Sep 27 15:20:31 2017 New Revision: 450754 URL: https://svnweb.freebsd.org/changeset/ports/450754 Log: Document libofx issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 15:02:39 2017 (r450753) +++ head/security/vuxml/vuln.xml Wed Sep 27 15:20:31 2017 (r450754) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libofx -- exploitable buffer overflow + + + libofx + 0.9.11 + + + + +

Talos developers report:

+
+

An exploitable buffer overflow vulnerability exists in the tag parsing functionality of LibOFX 0.9.11. A specially crafted OFX file can cause a write out of bounds resulting in a buffer overflow on the stack. An attacker can construct a malicious OFX file to trigger this vulnerability.

+
+ +
+ + http://www.securityfocus.com/bid/100828 + https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0317 + CVE-2017-2816 + + + 2017-9-13 + 2017-9-27 + +
+ sugarcrm -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Sep 27 15:31:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C2E3E074C3; Wed, 27 Sep 2017 15:31:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 689A877A5B; Wed, 27 Sep 2017 15:31:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RFV6Dl013348; Wed, 27 Sep 2017 15:31:06 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFV6PI013345; Wed, 27 Sep 2017 15:31:06 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709271531.v8RFV6PI013345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 27 Sep 2017 15:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450756 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 450756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:31:07 -0000 Author: jrm Date: Wed Sep 27 15:31:06 2017 New Revision: 450756 URL: https://svnweb.freebsd.org/changeset/ports/450756 Log: net-im/mastodon: Remove Gemfile.lock in the rc scripts before starting web and worker services. There does not seem to be a simple way to prevent a removed Gemfile.lock from being re-generated when the web or worker services are started. This can cause startup errors when users upgrade dependencies and they no longer match what is in Gemfile.lock. Modified: head/net-im/mastodon/Makefile head/net-im/mastodon/files/mastodon_web.in head/net-im/mastodon/files/mastodon_workers.in Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Wed Sep 27 15:25:39 2017 (r450755) +++ head/net-im/mastodon/Makefile Wed Sep 27 15:31:06 2017 (r450756) @@ -3,6 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/files/mastodon_web.in ============================================================================== --- head/net-im/mastodon/files/mastodon_web.in Wed Sep 27 15:25:39 2017 (r450755) +++ head/net-im/mastodon/files/mastodon_web.in Wed Sep 27 15:31:06 2017 (r450756) @@ -33,6 +33,7 @@ mastodon_web_user="mastodon" pidfile="%%WWWDIR%%/tmp/${name}.pid" procname="%%RUBY%%:" +start_precmd="rm -f %%WWWDIR%%/Gemfile.lock" command="%%PREFIX%%/bin/puma" command_flags="-C config/puma.rb" command_args=">> /var/log/mastodon/${name##mastodon_}.log 2>&1 &" Modified: head/net-im/mastodon/files/mastodon_workers.in ============================================================================== --- head/net-im/mastodon/files/mastodon_workers.in Wed Sep 27 15:25:39 2017 (r450755) +++ head/net-im/mastodon/files/mastodon_workers.in Wed Sep 27 15:31:06 2017 (r450756) @@ -30,6 +30,7 @@ mastodon_workers_user="mastodon" pidfile="%%WWWDIR%%/tmp/${name}.pid" procname="%%RUBY%%:" +start_precmd="rm -f %%WWWDIR%%/Gemfile.lock" command="%%PREFIX%%/bin/sidekiq" command_flags="-c ${mastodon_workers_threads} -q default -q mailers -q pull -q push" command_args=">> /var/log/mastodon/${name##mastodon_}.log 2>&1 &" From owner-svn-ports-head@freebsd.org Wed Sep 27 15:33:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 663F1E07548; Wed, 27 Sep 2017 15:33: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 32F9577C61; Wed, 27 Sep 2017 15:33: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 v8RFXkV7014976; Wed, 27 Sep 2017 15:33:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFXkAa014974; Wed, 27 Sep 2017 15:33:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709271533.v8RFXkAa014974@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, 27 Sep 2017 15:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450757 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450757 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:33:47 -0000 Author: sunpoet Date: Wed Sep 27 15:33:45 2017 New Revision: 450757 URL: https://svnweb.freebsd.org/changeset/ports/450757 Log: Update rubygem-geminabox vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 15:31:06 2017 (r450756) +++ head/security/vuxml/vuln.xml Wed Sep 27 15:33:45 2017 (r450757) @@ -691,7 +691,7 @@ Notes: rubygem-geminabox - 0.13.7 + 0.13.8 @@ -717,6 +717,7 @@ Notes: 2017-09-18 2017-09-19 + 2017-09-27 From owner-svn-ports-head@freebsd.org Wed Sep 27 15:38:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBA68E075C8; Wed, 27 Sep 2017 15:38:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 881F877DD4; Wed, 27 Sep 2017 15:38:48 +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 v8RFclvM015298; Wed, 27 Sep 2017 15:38:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFclk9015296; Wed, 27 Sep 2017 15:38:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709271538.v8RFclk9015296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Sep 2017 15:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450758 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:38:48 -0000 Author: swills Date: Wed Sep 27 15:38:47 2017 New Revision: 450758 URL: https://svnweb.freebsd.org/changeset/ports/450758 Log: Document ImageMagick issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 15:33:45 2017 (r450757) +++ head/security/vuxml/vuln.xml Wed Sep 27 15:38:47 2017 (r450758) @@ -58,6 +58,47 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ImageMagick -- denial of service via a crafted font file + + + ImageMagick7 + 7.0.7.4 + + + ImageMagick7-nox11 + 7.0.7.4 + + + ImageMagick + 6.9.8.9_1 + + + ImageMagick-nox11 + 6.9.8.9_1 + + + + +

MITRE reports:

+
+

The ReadCAPTIONImage function in coders/caption.c in ImageMagick allows remote attackers to cause a denial of service (infinite loop) via a crafted font file.

+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14741 + https://github.com/ImageMagick/ImageMagick/issues/771 + https://github.com/ImageMagick/ImageMagick/commit/7d8e14899c562157c7760a77fc91625a27cb596f + https://github.com/ImageMagick/ImageMagick/commit/bb11d07139efe0f5e4ce0e4afda32abdbe82fa9d + CVE-2017-14741 + + + 2017-09-21 + 2017-09-26 + +
+ libofx -- exploitable buffer overflow From owner-svn-ports-head@freebsd.org Wed Sep 27 15:46:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EE8E079B3; Wed, 27 Sep 2017 15:46:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AF297C541; Wed, 27 Sep 2017 15:46:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RFkdo3019486; Wed, 27 Sep 2017 15:46:39 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFkdGF019482; Wed, 27 Sep 2017 15:46:39 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201709271546.v8RFkdGF019482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Wed, 27 Sep 2017 15:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450759 - in head/deskutils/charmtimetracker: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/deskutils/charmtimetracker: . files X-SVN-Commit-Revision: 450759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:46:40 -0000 Author: adridg Date: Wed Sep 27 15:46:39 2017 New Revision: 450759 URL: https://svnweb.freebsd.org/changeset/ports/450759 Log: Switch Charm Time Tracker to Qt5 and take maintainership. Approved by: tcberner (mentor) Approved by: avg (maintainer) Differential Revision: https://reviews.freebsd.org/D12489 Modified: head/deskutils/charmtimetracker/Makefile head/deskutils/charmtimetracker/files/patch-CMakeLists.txt head/deskutils/charmtimetracker/pkg-plist Modified: head/deskutils/charmtimetracker/Makefile ============================================================================== --- head/deskutils/charmtimetracker/Makefile Wed Sep 27 15:38:47 2017 (r450758) +++ head/deskutils/charmtimetracker/Makefile Wed Sep 27 15:46:39 2017 (r450759) @@ -2,32 +2,32 @@ # $FreeBSD$ PORTNAME= charmtimetracker -PORTVERSION= 1.11.4 +DISTVERSION= 1.11.4 +PORTREVISION= 1 CATEGORIES= deskutils -MAINTAINER= avg@icyb.net.ua +MAINTAINER= adridg@FreeBSD.org COMMENT= Time tracker +# The top-level license file is GPLv2, but all the sources say +# (at your option) GPLv2+ . LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++0x" +USES= cmake:outsource compiler:c++11-lib +# Use bundled keychain; the keychain is only used for KDAB-internal +# features not available or configurable in the port. +CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION} \ + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Keychain=TRUE USE_GITHUB= yes GH_ACCOUNT= KDAB GH_PROJECT= Charm -USES= cmake -CMAKE_ARGS+= -DCharm_VERSION:STRING=${PORTVERSION} -DCHARM_FORCE_QT4=true -USE_QT4= qmake_build moc_build rcc_build uic_build corelib dbus gui \ - network qtestlib script sql sql-sqlite3 xml -USE_XORG= ice x11 xext xscrnsaver -INSTALLS_ICONS= yes - -PORTDOCS= ReadMe.txt - -OPTIONS_DEFINE= DOCS - -post-install: - ${RM} ${STAGEDIR}${DOCSDIR}/License.txt +USE_QT5= core dbus gui \ + network printsupport script sql sql-sqlite3 \ + testlib widgets xml \ + buildtools_build qmake_build +USE_XORG= ice x11 xcb xext xscrnsaver .include Modified: head/deskutils/charmtimetracker/files/patch-CMakeLists.txt ============================================================================== --- head/deskutils/charmtimetracker/files/patch-CMakeLists.txt Wed Sep 27 15:38:47 2017 (r450758) +++ head/deskutils/charmtimetracker/files/patch-CMakeLists.txt Wed Sep 27 15:46:39 2017 (r450759) @@ -1,7 +1,34 @@ ---- CMakeLists.txt.orig 2012-04-19 18:05:29.938959913 +0300 -+++ CMakeLists.txt 2012-04-19 18:05:39.398959691 +0300 -@@ -191,7 +191,7 @@ + - Shuffle a little to enforce C++11 in a normal way + - Drop non-standard flags (unbreak PPC64) + - Don't install license, since the ports LICENSE_FILE already does that + +--- CMakeLists.txt.orig 2016-11-02 11:10:18 UTC ++++ CMakeLists.txt +@@ -1,4 +1,8 @@ +-PROJECT( Charm ) ++CMAKE_MINIMUM_REQUIRED( VERSION 2.6.0 ) ++PROJECT( Charm CXX ) ++SET( CMAKE_CXX_STANDARD 11 ) ++SET( CMAKE_CXX_STANDARD_REQUIRED ON ) ++ + IF( NOT Charm_VERSION ) + FIND_PACKAGE( Git QUIET ) + IF( EXISTS ${GIT_EXECUTABLE} ) +@@ -34,12 +38,8 @@ ENDIF() + + MESSAGE( STATUS "Building Charm ${Charm_VERSION} in ${CMAKE_BUILD_TYPE} mode" ) + +-CMAKE_MINIMUM_REQUIRED( VERSION 2.6.0 ) + SET( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake" ) + +-IF(CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") +- SET(CMAKE_CXX_FLAGS "-std=c++0x ${CMAKE_CXX_FLAGS}") +-ENDIF() + IF(MSVC) + SET(CMAKE_CXX_FLAGS "-D_USING_V110_SDK71_=1 ${CMAKE_CXX_FLAGS}") ENDIF() +@@ -191,7 +185,7 @@ IF( APPLE AND "${QT_VERSION_MAJOR}.${QT_ + ENDIF() IF( CMAKE_BUILD_TYPE MATCHES "^[Rr]elease$" ) - ADD_DEFINITIONS( -DQT_NO_DEBUG_OUTPUT ) @@ -9,3 +36,12 @@ ENDIF() # Always include the source and build directories in the include path +@@ -264,7 +258,7 @@ CONFIGURE_FILE( CharmCMake.h.cmake ${CMA + SET( LICENSE_FILE "License.txt" ) + SET( README_FILE "ReadMe.txt" ) + IF( NOT APPLE ) +- INSTALL( FILES "${LICENSE_FILE}" "${README_FILE}" DESTINATION ${DOC_INSTALL_DIR} ) ++ INSTALL( FILES "${README_FILE}" DESTINATION ${DOC_INSTALL_DIR} ) + ENDIF() + + # Only support CPack packaging on newer versions of CMake. Modified: head/deskutils/charmtimetracker/pkg-plist ============================================================================== --- head/deskutils/charmtimetracker/pkg-plist Wed Sep 27 15:38:47 2017 (r450758) +++ head/deskutils/charmtimetracker/pkg-plist Wed Sep 27 15:46:39 2017 (r450759) @@ -1,3 +1,4 @@ bin/charmtimetracker share/applications/charmtimetracker.desktop +%%DOCSDIR%%/ReadMe.txt share/icons/hicolor/128x128/apps/Charm-128x128.png From owner-svn-ports-head@freebsd.org Wed Sep 27 15:54:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F247E07D81; Wed, 27 Sep 2017 15:54:34 +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 2CA917CA91; Wed, 27 Sep 2017 15:54:34 +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 v8RFsXlW023803; Wed, 27 Sep 2017 15:54:33 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RFsXjK023802; Wed, 27 Sep 2017 15:54:33 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271554.v8RFsXjK023802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 15:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450761 - head/math/tomsfastmath X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/math/tomsfastmath X-SVN-Commit-Revision: 450761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 15:54:34 -0000 Author: gahr Date: Wed Sep 27 15:54:33 2017 New Revision: 450761 URL: https://svnweb.freebsd.org/changeset/ports/450761 Log: math/tomsfastmath: build PIC Modified: head/math/tomsfastmath/Makefile Modified: head/math/tomsfastmath/Makefile ============================================================================== --- head/math/tomsfastmath/Makefile Wed Sep 27 15:52:59 2017 (r450760) +++ head/math/tomsfastmath/Makefile Wed Sep 27 15:54:33 2017 (r450761) @@ -2,7 +2,7 @@ PORTNAME= tomsfastmath PORTVERSION= 0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://libtom.net/files/ DISTNAME= tfm-${PORTVERSION} @@ -16,6 +16,7 @@ USES= compiler:features gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile ALL_TARGET= default +CFLAGS+= -fPIC PLIST_FILES= include/tfm.h lib/libtfm.a From owner-svn-ports-head@freebsd.org Wed Sep 27 16:00:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E1EE07F4A; Wed, 27 Sep 2017 16:00:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE747CDEA; Wed, 27 Sep 2017 16:00:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RG0hYL025117; Wed, 27 Sep 2017 16:00:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RG0hrb025111; Wed, 27 Sep 2017 16:00:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709271600.v8RG0hrb025111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 27 Sep 2017 16:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450763 - in head/x11-themes: . sddm-freebsd-black-theme sddm-freebsd-black-theme/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11-themes: . sddm-freebsd-black-theme sddm-freebsd-black-theme/files X-SVN-Commit-Revision: 450763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:00:44 -0000 Author: tcberner Date: Wed Sep 27 16:00:42 2017 New Revision: 450763 URL: https://svnweb.freebsd.org/changeset/ports/450763 Log: New port: x11-themes/sddm-freebsd-black-theme Simple SDDM theme inspired on the FBSD SLiM theme. https://github.com/lebarondemerde/sddm-freebsd-black-theme Submitted by: lbdm_privacychain.ch Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D12390 Added: head/x11-themes/sddm-freebsd-black-theme/ head/x11-themes/sddm-freebsd-black-theme/Makefile (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/distinfo (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/files/ head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/pkg-descr (contents, props changed) head/x11-themes/sddm-freebsd-black-theme/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Wed Sep 27 15:54:49 2017 (r450762) +++ head/x11-themes/Makefile Wed Sep 27 16:00:42 2017 (r450763) @@ -161,6 +161,7 @@ SUBDIR += qtcurve-utils SUBDIR += rezlooks SUBDIR += sawfish-themes + SUBDIR += sddm-freebsd-black-theme SUBDIR += slim-themes SUBDIR += thewidgetfactory SUBDIR += ubuntulooks Added: head/x11-themes/sddm-freebsd-black-theme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/Makefile Wed Sep 27 16:00:42 2017 (r450763) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= sddm-freebsd-black-theme +PORTVERSION= 1.0 +CATEGORIES= x11-themes + +MAINTAINER= lbdm@privacychain.ch +COMMENT= Simple SDDM theme inspired on the FBSD SLiM theme + +LICENSE= CC-BY-SA-3.0 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= lebarondemerde + +NO_BUILD= yes + +THEMEDIR_REL= share/sddm/themes/sddm-freebsd-black-theme +THEMEDIR= ${PREFIX}/${THEMEDIR_REL} +PLIST_SUB= THEMEDIR=${THEMEDIR_REL} + +SUB_FILES= pkg-message +PORTDOCS= README.md AUTHORS COPYING TRADEMARKS + +do-install: + ${MKDIR} ${STAGEDIR}${THEMEDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR} \ + "! ( -name README.md -o -name AUTHORS -o -name COPYING -o -name TRADEMARKS )") + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && \ + ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +.include Added: head/x11-themes/sddm-freebsd-black-theme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/distinfo Wed Sep 27 16:00:42 2017 (r450763) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505500057 +SHA256 (lebarondemerde-sddm-freebsd-black-theme-1.0_GH0.tar.gz) = a6ec7769500f7a4ff74961f3db0f548cadca0ea247afbbfe7aedee9b2bc7eb88 +SIZE (lebarondemerde-sddm-freebsd-black-theme-1.0_GH0.tar.gz) = 90574 Added: head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/files/pkg-message.in Wed Sep 27 16:00:42 2017 (r450763) @@ -0,0 +1,12 @@ +------------------------------------------------------------------ + + To enable this theme edit: + + %%PREFIX%%/etc/sddm.conf + + This theme use the x11-fonts/montserrat font by default. However, it + can be changed to any desired font editing: + + %%PREFIX%%/share/sddm/themes/sddm-freebsd-black-theme/theme.conf + +------------------------------------------------------------------ Added: head/x11-themes/sddm-freebsd-black-theme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/pkg-descr Wed Sep 27 16:00:42 2017 (r450763) @@ -0,0 +1,7 @@ +Simple SDDM theme inspired on the FBSD SLiM theme. + +This theme was created to make available an option to have a +branded x11/sddm. It is following the official FreeBSD logo and +colors. The FBSD SLiM theme was used as inpiration. + +WWW: https://github.com/lebarondemerde/sddm-freebsd-black-theme Added: head/x11-themes/sddm-freebsd-black-theme/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/sddm-freebsd-black-theme/pkg-plist Wed Sep 27 16:00:42 2017 (r450763) @@ -0,0 +1,9 @@ +%%THEMEDIR%%/Main.qml +%%THEMEDIR%%/angle-down.png +%%THEMEDIR%%/background.png +%%THEMEDIR%%/freebsd.png +%%THEMEDIR%%/freebsd.qmlproject +%%THEMEDIR%%/metadata.desktop +%%THEMEDIR%%/screenshot.png +%%THEMEDIR%%/theme.conf +%%THEMEDIR%%/warning.png From owner-svn-ports-head@freebsd.org Wed Sep 27 16:06:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A8D5E081E5; Wed, 27 Sep 2017 16:06:32 +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 37EFD7D1D9; Wed, 27 Sep 2017 16:06: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 v8RG6VwR028573; Wed, 27 Sep 2017 16:06:31 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RG6VSV028572; Wed, 27 Sep 2017 16:06:31 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271606.v8RG6VSV028572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 16:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450764 - head/security/libtomcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/security/libtomcrypt X-SVN-Commit-Revision: 450764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:06:32 -0000 Author: gahr Date: Wed Sep 27 16:06:31 2017 New Revision: 450764 URL: https://svnweb.freebsd.org/changeset/ports/450764 Log: security/libtomcrypt: fix dependencies Modified: head/security/libtomcrypt/Makefile Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Wed Sep 27 16:00:42 2017 (r450763) +++ head/security/libtomcrypt/Makefile Wed Sep 27 16:06:31 2017 (r450764) @@ -35,9 +35,9 @@ LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath LIBTOMMATH_CFLAGS= -DLTM_DESC LIBTOMMATH_VARS= EXTRALIBS+=-ltommath -LIBTOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath -LIBTOMSFASTMATH_CFLAGS= -DTFM_DESC -LIBTOMSFASTMATH_VARS= EXTRALIBS+=-ltfm +TOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath +TOMSFASTMATH_CFLAGS= -DTFM_DESC +TOMSFASTMATH_VARS= EXTRALIBS+=-ltfm GMP_LIB_DEPENDS= libgmp.so:math/gmp GMP_CFLAGS= -DGMP_DESC From owner-svn-ports-head@freebsd.org Wed Sep 27 16:30:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F2FE0887A; Wed, 27 Sep 2017 16:30:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 711D77DC02; Wed, 27 Sep 2017 16:30:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RGUcRw037086; Wed, 27 Sep 2017 16:30:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RGUctV037085; Wed, 27 Sep 2017 16:30:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271630.v8RGUctV037085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 16:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450765 - head/archivers/libzip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/libzip X-SVN-Commit-Revision: 450765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:30:39 -0000 Author: rakuco Date: Wed Sep 27 16:30:38 2017 New Revision: 450765 URL: https://svnweb.freebsd.org/changeset/ports/450765 Log: Switch to https in WWW. Modified: head/archivers/libzip/pkg-descr Modified: head/archivers/libzip/pkg-descr ============================================================================== --- head/archivers/libzip/pkg-descr Wed Sep 27 16:06:31 2017 (r450764) +++ head/archivers/libzip/pkg-descr Wed Sep 27 16:30:38 2017 (r450765) @@ -4,4 +4,4 @@ data copied directly from other zip archives. Changes closing the archive can be reverted. The API is documented by man pages. -WWW: http://www.nih.at/libzip/ +WWW: https://nih.at/libzip/ From owner-svn-ports-head@freebsd.org Wed Sep 27 16:50:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7840DE08DD7; Wed, 27 Sep 2017 16:50:22 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 478A67E579; Wed, 27 Sep 2017 16:50:22 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RGoL0w045778; Wed, 27 Sep 2017 16:50:21 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RGoL1B045776; Wed, 27 Sep 2017 16:50:21 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271650.v8RGoL1B045776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 16:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450767 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:50:22 -0000 Author: rakuco Date: Wed Sep 27 16:50:21 2017 New Revision: 450767 URL: https://svnweb.freebsd.org/changeset/ports/450767 Log: Fix version range for libzip's CVE-2017-14107 (r450692). I am going to land a fix for libzip 1.1.3 (the version currently in the ports tree) instead of updating the port to 1.3.0. 1.3.0 has a different SOVERSION number, which also requires updating dependent ports and makes MFH'ing the fix more difficult. PR: 222638 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 16:41:52 2017 (r450766) +++ head/security/vuxml/vuln.xml Wed Sep 27 16:50:21 2017 (r450767) @@ -166,7 +166,7 @@ Notes: libzip - 1.3.0 + 1.1.13_1 @@ -184,7 +184,7 @@ Notes: 2017-9-1 - 2017-9-26 + 2017-9-27 From owner-svn-ports-head@freebsd.org Wed Sep 27 16:52:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5734DE08F72; Wed, 27 Sep 2017 16:52:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B547E8AB; Wed, 27 Sep 2017 16:52:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RGqK1t049525; Wed, 27 Sep 2017 16:52:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RGqK82049523; Wed, 27 Sep 2017 16:52:20 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271652.v8RGqK82049523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 16:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450768 - in head/archivers/libzip: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/archivers/libzip: . files X-SVN-Commit-Revision: 450768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:52:21 -0000 Author: rakuco Date: Wed Sep 27 16:52:20 2017 New Revision: 450768 URL: https://svnweb.freebsd.org/changeset/ports/450768 Log: Add a patch for CVE-2017-14107. This is a minor security vulnerability that can lead to a denial of service issue in libzip when a specially crafted archive is used. PR: 222638 Security: b2952517-07e5-4d19-8850-21c5b7e0623f Security: CVE-2017-14107 Added: head/archivers/libzip/files/patch-CVE-2017-14107 (contents, props changed) Modified: head/archivers/libzip/Makefile Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Wed Sep 27 16:50:21 2017 (r450767) +++ head/archivers/libzip/Makefile Wed Sep 27 16:52:20 2017 (r450768) @@ -3,6 +3,7 @@ PORTNAME= libzip PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ Added: head/archivers/libzip/files/patch-CVE-2017-14107 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libzip/files/patch-CVE-2017-14107 Wed Sep 27 16:52:20 2017 (r450768) @@ -0,0 +1,27 @@ +From 9b46957ec98d85a572e9ef98301247f39338a3b5 Mon Sep 17 00:00:00 2001 +From: Thomas Klausner +Date: Tue, 29 Aug 2017 10:25:03 +0200 +Subject: [PATCH] Make eocd checks more consistent between zip and zip64 cases. + +--- + lib/zip_open.c | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git a/lib/zip_open.c b/lib/zip_open.c +index 3bd593b..9d3a4cb 100644 +--- lib/zip_open.c ++++ lib/zip_open.c +@@ -847,7 +847,12 @@ _zip_read_eocd64(zip_source_t *src, zip_buffer_t *buffer, zip_uint64_t buf_offse + zip_error_set(error, ZIP_ER_SEEK, EFBIG); + return NULL; + } +- if ((flags & ZIP_CHECKCONS) && offset+size != eocd_offset) { ++ if (offset+size > buf_offset + eocd_offset) { ++ /* cdir spans past EOCD record */ ++ zip_error_set(error, ZIP_ER_INCONS, 0); ++ return NULL; ++ } ++ if ((flags & ZIP_CHECKCONS) && offset+size != buf_offset + eocd_offset) { + zip_error_set(error, ZIP_ER_INCONS, 0); + return NULL; + } From owner-svn-ports-head@freebsd.org Wed Sep 27 16:59:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D3F4E090BC; Wed, 27 Sep 2017 16:59:51 +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 3C6717EBC8; Wed, 27 Sep 2017 16:59:51 +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 v8RGxoPD050100; Wed, 27 Sep 2017 16:59:50 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RGxoeZ050099; Wed, 27 Sep 2017 16:59:50 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201709271659.v8RGxoeZ050099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 27 Sep 2017 16:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450770 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 450770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 16:59:51 -0000 Author: lwhsu Date: Wed Sep 27 16:59:50 2017 New Revision: 450770 URL: https://svnweb.freebsd.org/changeset/ports/450770 Log: Mark IGNORE: 2.80 have been identified a critical regression and 2.81 is being prepared Modified: head/devel/jenkins/Makefile Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed Sep 27 16:53:51 2017 (r450769) +++ head/devel/jenkins/Makefile Wed Sep 27 16:59:50 2017 (r450770) @@ -14,6 +14,8 @@ COMMENT= Open-source continuous integration server LICENSE= MIT +IGNORE= have been identified a critical regression in 2.80, and are preparing a 2.81 + CONFLICTS= jenkins-lts-[0-9]* USE_JAVA= yes JAVA_VERSION= 1.8+ From owner-svn-ports-head@freebsd.org Wed Sep 27 17:50:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC760E09F4A; Wed, 27 Sep 2017 17:50:52 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C0618027E; Wed, 27 Sep 2017 17:50:52 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RHopO1070767; Wed, 27 Sep 2017 17:50:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RHopYc070766; Wed, 27 Sep 2017 17:50:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271750.v8RHopYc070766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 17:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450772 - head/archivers/libzip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/libzip X-SVN-Commit-Revision: 450772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 17:50:52 -0000 Author: rakuco Date: Wed Sep 27 17:50:51 2017 New Revision: 450772 URL: https://svnweb.freebsd.org/changeset/ports/450772 Log: Switch MASTER_SITES to https. Modified: head/archivers/libzip/Makefile Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Wed Sep 27 17:01:15 2017 (r450771) +++ head/archivers/libzip/Makefile Wed Sep 27 17:50:51 2017 (r450772) @@ -5,7 +5,7 @@ PORTNAME= libzip PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= archivers devel -MASTER_SITES= http://www.nih.at/libzip/ +MASTER_SITES= https://www.nih.at/libzip/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives From owner-svn-ports-head@freebsd.org Wed Sep 27 18:01:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BCCEE0A1AF; Wed, 27 Sep 2017 18:01:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC222807E6; Wed, 27 Sep 2017 18:01:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RI1N5t076673; Wed, 27 Sep 2017 18:01:23 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RI1NvV076671; Wed, 27 Sep 2017 18:01:23 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201709271801.v8RI1NvV076671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 27 Sep 2017 18:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450773 - in head/net-im: finch libpurple X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: in head/net-im: finch libpurple X-SVN-Commit-Revision: 450773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:01:25 -0000 Author: marcus Date: Wed Sep 27 18:01:23 2017 New Revision: 450773 URL: https://svnweb.freebsd.org/changeset/ports/450773 Log: Make sure we do not include gconf2 when we're not using the GTK+ UI. PR: 208733 Submitted by: cyberleo@cyberleo.net Modified: head/net-im/finch/Makefile head/net-im/libpurple/Makefile Modified: head/net-im/finch/Makefile ============================================================================== --- head/net-im/finch/Makefile Wed Sep 27 17:50:51 2017 (r450772) +++ head/net-im/finch/Makefile Wed Sep 27 18:01:23 2017 (r450773) @@ -3,7 +3,7 @@ # $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ PORTNAME= finch -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Wed Sep 27 17:50:51 2017 (r450772) +++ head/net-im/libpurple/Makefile Wed Sep 27 18:01:23 2017 (r450773) @@ -121,7 +121,7 @@ PLIST_SUB+= PERL:="@comment not installed: " \ PERLMAN:="@comment not installed: " .endif -.if !defined(PIDGIN_SLAVE) +.if defined(WITH_GTKUI) && !defined(PIDGIN_SLAVE) USE_GNOME+= gconf2 GCONF_SCHEMAS= purple.schemas .endif From owner-svn-ports-head@freebsd.org Wed Sep 27 18:06:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC63FE0A4AB; Wed, 27 Sep 2017 18:06:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7563D80A6C; Wed, 27 Sep 2017 18:06:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RI66if079157; Wed, 27 Sep 2017 18:06:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RI660A079153; Wed, 27 Sep 2017 18:06:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271806.v8RI660A079153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 18:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450774 - in head/archivers/libzip: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/archivers/libzip: . files X-SVN-Commit-Revision: 450774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:06:07 -0000 Author: rakuco Date: Wed Sep 27 18:06:06 2017 New Revision: 450774 URL: https://svnweb.freebsd.org/changeset/ports/450774 Log: Update libzip to 1.3.0. It includes the fix for CVE-2017-14107 (landed separately in r450768) as well as a fix for CVE-2017-12858, which did not affect us due to the fact that the vulnerability was introduced in 1.2.0. libzip.so's SOVERSION got bumped after the removal of the undocumented function zip_archive_set_tempdir(). All ports depending on libzip continue to build fine after that. PR: 222638 Submitted by: Dani Deleted: head/archivers/libzip/files/patch-CVE-2017-14107 Modified: head/archivers/libzip/Makefile head/archivers/libzip/distinfo head/archivers/libzip/files/patch-lib__Makefile.in head/archivers/libzip/pkg-plist Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Wed Sep 27 18:01:23 2017 (r450773) +++ head/archivers/libzip/Makefile Wed Sep 27 18:06:06 2017 (r450774) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libzip -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= archivers devel MASTER_SITES= https://www.nih.at/libzip/ Modified: head/archivers/libzip/distinfo ============================================================================== --- head/archivers/libzip/distinfo Wed Sep 27 18:01:23 2017 (r450773) +++ head/archivers/libzip/distinfo Wed Sep 27 18:06:06 2017 (r450774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477213191 -SHA256 (libzip-1.1.3.tar.xz) = 729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee -SIZE (libzip-1.1.3.tar.xz) = 460128 +TIMESTAMP = 1506503583 +SHA256 (libzip-1.3.0.tar.xz) = aa936efe34911be7acac2ab07fb5c8efa53ed9bb4d44ad1fe8bff19630e0d373 +SIZE (libzip-1.3.0.tar.xz) = 955876 Modified: head/archivers/libzip/files/patch-lib__Makefile.in ============================================================================== --- head/archivers/libzip/files/patch-lib__Makefile.in Wed Sep 27 18:01:23 2017 (r450773) +++ head/archivers/libzip/files/patch-lib__Makefile.in Wed Sep 27 18:06:06 2017 (r450774) @@ -1,17 +1,17 @@ ---- lib/Makefile.in.orig 2016-02-19 14:21:44 UTC -+++ lib/Makefile.in -@@ -367,8 +367,8 @@ AM_CFLAGS = @CFLAG_VISIBILITY@ +--- lib/Makefile.in.orig 2017-09-02 18:10:43.000000000 +0200 ++++ lib/Makefile.in 2017-09-27 11:19:40.288590998 +0200 +@@ -496,8 +496,8 @@ AM_CFLAGS = @CFLAG_VISIBILITY@ libincludedir = ${libdir}/@PACKAGE@/include lib_LTLIBRARIES = libzip.la - noinst_HEADERS = zipint.h + noinst_HEADERS = zipint.h gladman-fcrypt.h -include_HEADERS = zip.h -nodist_libinclude_HEADERS = zipconf.h +include_HEADERS = zip.h zipconf.h +nodist_libinclude_HEADERS = # also update CMakeLists.txt when changing version - libzip_la_LDFLAGS = -no-undefined -version-info 4:0:0 -@@ -882,8 +882,7 @@ info: info-am + libzip_la_LDFLAGS = -no-undefined -version-info 5:0:0 +@@ -1926,8 +1926,7 @@ info: info-recursive info-am: @@ -19,5 +19,5 @@ - install-nodist_libincludeHEADERS +install-data-am: install-includeHEADERS - install-dvi: install-dvi-am + install-dvi: install-dvi-recursive Modified: head/archivers/libzip/pkg-plist ============================================================================== --- head/archivers/libzip/pkg-plist Wed Sep 27 18:01:23 2017 (r450773) +++ head/archivers/libzip/pkg-plist Wed Sep 27 18:06:06 2017 (r450774) @@ -5,8 +5,8 @@ include/zip.h include/zipconf.h lib/libzip.a lib/libzip.so -lib/libzip.so.4 -lib/libzip.so.4.0.0 +lib/libzip.so.5 +lib/libzip.so.5.0.0 libdata/pkgconfig/libzip.pc man/man1/zipcmp.1.gz man/man1/zipmerge.1.gz @@ -51,6 +51,7 @@ man/man3/zip_file_get_external_attributes.3.gz man/man3/zip_file_rename.3.gz man/man3/zip_file_replace.3.gz man/man3/zip_file_set_comment.3.gz +man/man3/zip_file_set_encryption.3.gz man/man3/zip_file_set_external_attributes.3.gz man/man3/zip_file_set_mtime.3.gz man/man3/zip_file_strerror.3.gz @@ -59,6 +60,8 @@ man/man3/zip_fopen_encrypted.3.gz man/man3/zip_fopen_index.3.gz man/man3/zip_fopen_index_encrypted.3.gz man/man3/zip_fread.3.gz +man/man3/zip_fseek.3.gz +man/man3/zip_ftell.3.gz man/man3/zip_get_archive_comment.3.gz man/man3/zip_get_archive_flag.3.gz man/man3/zip_get_error.3.gz @@ -69,6 +72,7 @@ man/man3/zip_get_num_files.3.gz man/man3/zip_name_locate.3.gz man/man3/zip_open.3.gz man/man3/zip_open_from_source.3.gz +man/man3/zip_register_progress_callback.3.gz man/man3/zip_rename.3.gz man/man3/zip_replace.3.gz man/man3/zip_set_archive_comment.3.gz From owner-svn-ports-head@freebsd.org Wed Sep 27 18:08:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 760CCE0A511; Wed, 27 Sep 2017 18:08:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5047380B9F; Wed, 27 Sep 2017 18:08:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RI8GI2079754; Wed, 27 Sep 2017 18:08:16 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RI8EFL079736; Wed, 27 Sep 2017 18:08:14 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271808.v8RI8EFL079736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 18:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450775 - in head: archivers/php56-zip archivers/php70-zip archivers/php71-zip audio/deadbeef cad/repsnapper comms/libconcord deskutils/kchmviewer devel/libsigrok emulators/ppsspp emula... X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head: archivers/php56-zip archivers/php70-zip archivers/php71-zip audio/deadbeef cad/repsnapper comms/libconcord deskutils/kchmviewer devel/libsigrok emulators/ppsspp emulators/ppsspp-qt5 games/fre... X-SVN-Commit-Revision: 450775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:08:17 -0000 Author: rakuco Date: Wed Sep 27 18:08:14 2017 New Revision: 450775 URL: https://svnweb.freebsd.org/changeset/ports/450775 Log: Bump PORTREVISION in ports depending on archivers/libzip. libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5 after the removal of zip_archive_set_tempdir(). All dependent ports continue to build fine without that symbol. PR: 222638 Modified: head/archivers/php56-zip/Makefile head/archivers/php70-zip/Makefile head/archivers/php71-zip/Makefile head/audio/deadbeef/Makefile head/cad/repsnapper/Makefile head/comms/libconcord/Makefile head/deskutils/kchmviewer/Makefile head/devel/libsigrok/Makefile head/emulators/ppsspp-qt5/Makefile head/emulators/ppsspp/Makefile head/games/freedink-engine/Makefile head/games/naev/Makefile head/games/openrct2/Makefile head/graphics/pstoedit/Makefile head/math/sc-im/Makefile head/sysutils/fusefs-zip/Makefile head/textproc/ebook-tools/Makefile head/x11-fm/librfm/Makefile Modified: head/archivers/php56-zip/Makefile ============================================================================== --- head/archivers/php56-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/archivers/php56-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -1,6 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php70-zip/Makefile ============================================================================== --- head/archivers/php70-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/archivers/php70-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -1,6 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: head/archivers/php71-zip/Makefile ============================================================================== --- head/archivers/php71-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/archivers/php71-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/audio/deadbeef/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/cad/repsnapper/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= repsnapper DISTVERSION= 2.5a4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= martin.dieringer@gmx.de Modified: head/comms/libconcord/Makefile ============================================================================== --- head/comms/libconcord/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/comms/libconcord/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= libconcord PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/concordance/concordance/${PORTVERSION} DISTNAME= concordance-${PORTVERSION} Modified: head/deskutils/kchmviewer/Makefile ============================================================================== --- head/deskutils/kchmviewer/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/deskutils/kchmviewer/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= kchmviewer PORTVERSION= 7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= SF Modified: head/devel/libsigrok/Makefile ============================================================================== --- head/devel/libsigrok/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/devel/libsigrok/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= libsigrok PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ Modified: head/emulators/ppsspp-qt5/Makefile ============================================================================== --- head/emulators/ppsspp-qt5/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/emulators/ppsspp-qt5/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/emulators/ppsspp/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.4.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage Modified: head/games/freedink-engine/Makefile ============================================================================== --- head/games/freedink-engine/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/games/freedink-engine/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= freedink PORTVERSION= 108.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= GNU PKGNAMESUFFIX= -engine Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/games/naev/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= naev PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ Modified: head/games/openrct2/Makefile ============================================================================== --- head/games/openrct2/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/games/openrct2/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -4,7 +4,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games EXTRACT_ONLY= ${PORTNAME}-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}_GH0${EXTRACT_SUFX} Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/graphics/pstoedit/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print MASTER_SITES= SF Modified: head/math/sc-im/Makefile ============================================================================== --- head/math/sc-im/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/math/sc-im/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -2,6 +2,7 @@ PORTNAME= sc-im PORTVERSION= 0.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/sysutils/fusefs-zip/Makefile ============================================================================== --- head/sysutils/fusefs-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/sysutils/fusefs-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -2,6 +2,7 @@ PORTNAME= fuse-zip PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/agalanin/fuse-zip/downloads/ Modified: head/textproc/ebook-tools/Makefile ============================================================================== --- head/textproc/ebook-tools/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/textproc/ebook-tools/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= ebook-tools PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc kde MASTER_SITES= SF Modified: head/x11-fm/librfm/Makefile ============================================================================== --- head/x11-fm/librfm/Makefile Wed Sep 27 18:06:06 2017 (r450774) +++ head/x11-fm/librfm/Makefile Wed Sep 27 18:08:14 2017 (r450775) @@ -3,7 +3,7 @@ PORTNAME= librfm PORTVERSION= 5.3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION} DISTNAME= ${PORTNAME}5-${PORTVERSION} From owner-svn-ports-head@freebsd.org Wed Sep 27 18:13:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11E26E0A8DB; Wed, 27 Sep 2017 18:13:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D571A8101D; Wed, 27 Sep 2017 18:13:15 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RIDFm0083649; Wed, 27 Sep 2017 18:13:15 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RIDFqO083648; Wed, 27 Sep 2017 18:13:15 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201709271813.v8RIDFqO083648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Sep 2017 18:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450776 - head/archivers/libzip X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/archivers/libzip X-SVN-Commit-Revision: 450776 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:13:16 -0000 Author: rakuco Date: Wed Sep 27 18:13:14 2017 New Revision: 450776 URL: https://svnweb.freebsd.org/changeset/ports/450776 Log: Set TEST_TARGET. Use it to run `make check'. Submitted by: gpalmer Modified: head/archivers/libzip/Makefile Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Wed Sep 27 18:08:14 2017 (r450775) +++ head/archivers/libzip/Makefile Wed Sep 27 18:13:14 2017 (r450776) @@ -19,5 +19,6 @@ USES= cpe libtool pathfix perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check .include From owner-svn-ports-head@freebsd.org Wed Sep 27 18:24:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F223FE0AC03; Wed, 27 Sep 2017 18:24:41 +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 CAB2B81519; Wed, 27 Sep 2017 18:24:41 +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 v8RIOe8x088062; Wed, 27 Sep 2017 18:24:40 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RIOeR4088058; Wed, 27 Sep 2017 18:24:40 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709271824.v8RIOeR4088058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 27 Sep 2017 18:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450777 - in head/sysutils/xfce4-battery-plugin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/sysutils/xfce4-battery-plugin: . files X-SVN-Commit-Revision: 450777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:24:42 -0000 Author: madpilot Date: Wed Sep 27 18:24:40 2017 New Revision: 450777 URL: https://svnweb.freebsd.org/changeset/ports/450777 Log: - Update sysutils/xfce4-battery-plugin to 1.1.0 - Correctly sort and order variables - Add dependencies reported by QA script - Regenerate patch PR: 222497 Submitted by: Olivier Duchateau Modified: head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-battery-plugin/distinfo head/sysutils/xfce4-battery-plugin/files/patch-configure head/sysutils/xfce4-battery-plugin/pkg-plist Modified: head/sysutils/xfce4-battery-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-battery-plugin/Makefile Wed Sep 27 18:13:14 2017 (r450776) +++ head/sysutils/xfce4-battery-plugin/Makefile Wed Sep 27 18:24:40 2017 (r450777) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-battery-plugin -PORTVERSION= 1.0.5 -PORTREVISION= 4 +PORTVERSION= 1.1.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,17 +12,18 @@ COMMENT= Battery monitor panel plugin for Xfce4 LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 SSP_UNSAFE= yes +USES= alias gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes +USE_GNOME= gtk30 glib20 intltool cairo +USE_XFCE= panel INSTALLS_ICONS= yes +USE_LDCONFIG= yes INSTALL_TARGET= install-strip -USES= alias gmake libtool pkgconfig gettext-tools xfce tar:bzip2 -USE_GNOME= gtk20 glib20 intltool intlhack -USE_XFCE= panel -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes Modified: head/sysutils/xfce4-battery-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-battery-plugin/distinfo Wed Sep 27 18:13:14 2017 (r450776) +++ head/sysutils/xfce4-battery-plugin/distinfo Wed Sep 27 18:24:40 2017 (r450777) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11 -SIZE (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = 403505 +TIMESTAMP = 1506013469 +SHA256 (xfce4/xfce4-battery-plugin-1.1.0.tar.bz2) = 8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece +SIZE (xfce4/xfce4-battery-plugin-1.1.0.tar.bz2) = 398621 Modified: head/sysutils/xfce4-battery-plugin/files/patch-configure ============================================================================== --- head/sysutils/xfce4-battery-plugin/files/patch-configure Wed Sep 27 18:13:14 2017 (r450776) +++ head/sysutils/xfce4-battery-plugin/files/patch-configure Wed Sep 27 18:24:40 2017 (r450777) @@ -1,6 +1,6 @@ ---- ./configure.orig 2012-06-30 07:50:07.000000000 +0000 -+++ ./configure 2014-01-30 14:32:38.000000000 +0000 -@@ -13225,7 +13225,7 @@ +--- configure.orig 2016-10-31 17:27:48 UTC ++++ configure +@@ -13269,7 +13269,7 @@ _ACEOF fi fi Modified: head/sysutils/xfce4-battery-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-battery-plugin/pkg-plist Wed Sep 27 18:13:14 2017 (r450776) +++ head/sysutils/xfce4-battery-plugin/pkg-plist Wed Sep 27 18:24:40 2017 (r450777) @@ -48,12 +48,14 @@ share/icons/hicolor/scalable/apps/xfce4-battery-plugin %%NLS%%share/locale/da/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-battery-plugin.mo @@ -64,22 +66,29 @@ share/icons/hicolor/scalable/apps/xfce4-battery-plugin %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/uz/LC_MESSAGES/xfce4-battery-plugin.mo +%%NLS%%share/locale/uz@Latn/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-battery-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-battery-plugin.mo From owner-svn-ports-head@freebsd.org Wed Sep 27 18:50:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7451E0C4A2; Wed, 27 Sep 2017 18:50:46 +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 AC49382183; Wed, 27 Sep 2017 18:50:46 +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 v8RIojDu097178; Wed, 27 Sep 2017 18:50:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RIojeB097176; Wed, 27 Sep 2017 18:50:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709271850.v8RIojeB097176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 27 Sep 2017 18:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450778 - head/math/R-cran-forecast X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-forecast X-SVN-Commit-Revision: 450778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:50:47 -0000 Author: tota Date: Wed Sep 27 18:50:45 2017 New Revision: 450778 URL: https://svnweb.freebsd.org/changeset/ports/450778 Log: - Update to 8.2 Modified: head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Wed Sep 27 18:24:40 2017 (r450777) +++ head/math/R-cran-forecast/Makefile Wed Sep 27 18:50:45 2017 (r450778) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 8.1 +PORTVERSION= 8.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Wed Sep 27 18:24:40 2017 (r450777) +++ head/math/R-cran-forecast/distinfo Wed Sep 27 18:50:45 2017 (r450778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498628167 -SHA256 (forecast_8.1.tar.gz) = c1e823ea14f0e94266c87c9af349950d5a4c9ac1799a25d30de2084d73cf89b8 -SIZE (forecast_8.1.tar.gz) = 783567 +TIMESTAMP = 1506505585 +SHA256 (forecast_8.2.tar.gz) = eb3fab64ed139d068e7d026cd3880f1b623f4153a832fb71845488fa75e8b812 +SIZE (forecast_8.2.tar.gz) = 784337 From owner-svn-ports-head@freebsd.org Wed Sep 27 18:59:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 410BBE0C6C5; Wed, 27 Sep 2017 18:59: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 04F3B8248B; Wed, 27 Sep 2017 18:58: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 v8RIwx3e000918; Wed, 27 Sep 2017 18:58:59 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RIwwL4000914; Wed, 27 Sep 2017 18:58:58 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271858.v8RIwwL4000914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 18:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450779 - in head/www: . py-google-auth X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-auth X-SVN-Commit-Revision: 450779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 18:59:00 -0000 Author: wg Date: Wed Sep 27 18:58:58 2017 New Revision: 450779 URL: https://svnweb.freebsd.org/changeset/ports/450779 Log: www/py-google-auth: Google Authentication Library This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python Added: head/www/py-google-auth/ head/www/py-google-auth/Makefile (contents, props changed) head/www/py-google-auth/distinfo (contents, props changed) head/www/py-google-auth/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 18:50:45 2017 (r450778) +++ head/www/Makefile Wed Sep 27 18:58:58 2017 (r450779) @@ -1668,6 +1668,7 @@ SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client + SUBDIR += py-google-auth SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests Added: head/www/py-google-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/Makefile Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= google-auth +PORTVERSION= 1.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Google Authentication Library + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules \ + ${PYTHON_PKGNAMEPREFIX}rsa>0:security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}cachetools>0:devel/py-cachetools + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-google-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/distinfo Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506509328 +SHA256 (google-auth-1.1.1.tar.gz) = e00236a914906409367e96fdcf5c08aaca3ab5bd3aab0c5c5ea9255162640215 +SIZE (google-auth-1.1.1.tar.gz) = 290557 Added: head/www/py-google-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/pkg-descr Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,4 @@ +This library simplifies using Google's various server-to-server +authentication mechanisms to access Google APIs. + +WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python From owner-svn-ports-head@freebsd.org Wed Sep 27 19:02:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 308C4E0C8FB; Wed, 27 Sep 2017 19:02:41 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 EBF55828E1; Wed, 27 Sep 2017 19:02:40 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x236.google.com with SMTP id e189so16674898ioa.4; Wed, 27 Sep 2017 12:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=nw51uIFurg3r50KbdcyNZPhSlVA5ny9mPYrpPHNLOQM=; b=kbKive34nOruFdhIerWrzbiwxXV62CVvXfRcVt+4Gn++p7RJTh3ccVXTLbQ6DUHmyb +jA4J7wXZNigBZsK0fBT8jAxxgX3NY4PJGQGbKhizs1Ib6c03yCBInMW4blV/SXuSUOh LOLUwpPtjTNriqPzk3ry/j2VxbVbmHlZ+5TgFUC1lm7QR6AvgbDaUWTMOJ2+02aPS64B TYBjHBSE/+VqtERMfEkuP8ZpYKiy5EUV/XCBeuAbzZ/iY4hxJ/9fXtMy9uI54nLyfi/9 tXKuET+/fiynt8phrqBJZekfGaBvixQe98vS1xyFJnwNsqMioQaJqiidrL7XUFe39lNX Fyvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=nw51uIFurg3r50KbdcyNZPhSlVA5ny9mPYrpPHNLOQM=; b=K8x7hdOE/jncpz+8Rf9CRTXEOhmTLm9iMnWENJMMM4YD+ubmO9N+fKOYZ005l6V/67 nxKnBGJld/IXz8Dg87bMDYp1Ayfv4tL7DuwK40pQ73OscusuBwoCYmzG+uPCNDIBGvOP ZrD8VIzPGmjqxlgXPhOgnvxkvVSxg6msTJ0qTcZnvrOkja9JT4foFud7+HWT9MC1fKNP mC2VSqUVh8Y4BJ+ZgKGcUpsbNZO/Vf2xWScndsapoJ9alTHwXCZRm+aXO63sNQToJSI5 kEorbTH6dH2+4BtBxWz+yIcqXjGHJId2GOWsajMgf3tqxNTvYTM3iybqZ9bS/mcMn9oV P2sQ== X-Gm-Message-State: AHPjjUj2uli6kg2ob84d4csfIHpAyA6KaPtz7FAbAW2fZs3X82km4n7D Lf7ZeZGN/RR66hhmGMDb+4L+EV0VYCq2OHyeFVc= X-Google-Smtp-Source: AOwi7QBntNijagivVHMAqW1u/8187x8ME5IT3py+FfJroPg4u4xXlAJpLn1vF+EZpcVUlxYBWT456M8Gjea1AqDJXME= X-Received: by 10.107.168.98 with SMTP id r95mr3528777ioe.158.1506538960116; Wed, 27 Sep 2017 12:02:40 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.130.11 with HTTP; Wed, 27 Sep 2017 12:02:39 -0700 (PDT) In-Reply-To: <201709271858.v8RIwwL4000914@repo.freebsd.org> References: <201709271858.v8RIwwL4000914@repo.freebsd.org> From: Antoine Brodin Date: Wed, 27 Sep 2017 21:02:39 +0200 X-Google-Sender-Auth: iCCBKc7u1fy_A7VQzygblHEGPA8 Message-ID: Subject: Re: svn commit: r450779 - in head/www: . py-google-auth To: William Grzybowski 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.23 Precedence: list List-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, 27 Sep 2017 19:02:41 -0000 On Wed, Sep 27, 2017 at 8:58 PM, William Grzybowski wrote: > Author: wg > Date: Wed Sep 27 18:58:58 2017 > New Revision: 450779 > URL: https://svnweb.freebsd.org/changeset/ports/450779 > > Log: > www/py-google-auth: Google Authentication Library This is duplicate of security/py-google-auth, please revert. Antoine From owner-svn-ports-head@freebsd.org Wed Sep 27 19:21:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F727E0D2E4; Wed, 27 Sep 2017 19:21: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 4AA5D833C7; Wed, 27 Sep 2017 19:21:54 +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 v8RJLrxs012235; Wed, 27 Sep 2017 19:21:53 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJLrws012231; Wed, 27 Sep 2017 19:21:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271921.v8RJLrws012231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450780 - in head/devel: . py-googleapis-common-protos X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/devel: . py-googleapis-common-protos X-SVN-Commit-Revision: 450780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:21:54 -0000 Author: wg Date: Wed Sep 27 19:21:52 2017 New Revision: 450780 URL: https://svnweb.freebsd.org/changeset/ports/450780 Log: www/py-googleapis-common-protos: Common protobufs used in Google APIs googleapis-common-protos contains the python classes generated from the common protos in the googleapis repository. WWW: https://github.com/googleapis/googleapis Added: head/devel/py-googleapis-common-protos/ head/devel/py-googleapis-common-protos/Makefile (contents, props changed) head/devel/py-googleapis-common-protos/distinfo (contents, props changed) head/devel/py-googleapis-common-protos/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 27 18:58:58 2017 (r450779) +++ head/devel/Makefile Wed Sep 27 19:21:52 2017 (r450780) @@ -4432,6 +4432,7 @@ SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-google-apputils + SUBDIR += py-googleapis-common-protos SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled Added: head/devel/py-googleapis-common-protos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/Makefile Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= googleapis-common-protos +PORTVERSION= 1.5.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Common protobufs used in Google APIs + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-googleapis-common-protos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/distinfo Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506510294 +SHA256 (googleapis-common-protos-1.5.3.tar.gz) = c075eddaa2628ab519e01b7d75b76e66c40eaa50fc52758d8225f84708950ef2 +SIZE (googleapis-common-protos-1.5.3.tar.gz) = 28479 Added: head/devel/py-googleapis-common-protos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/pkg-descr Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,4 @@ +googleapis-common-protos contains the python classes generated from the common +protos in the googleapis repository. + +WWW: https://github.com/googleapis/googleapis From owner-svn-ports-head@freebsd.org Wed Sep 27 19:26:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D77E0D588; Wed, 27 Sep 2017 19:26:46 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003: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 7913C8385B; Wed, 27 Sep 2017 19:26:46 +0000 (UTC) (envelope-from william88@gmail.com) Received: by mail-oi0-x22e.google.com with SMTP id j126so18298229oia.10; Wed, 27 Sep 2017 12:26:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=EJKEnndCfPiQzqYdPVg3UHQtBrmLEwjHJA2OBUtqXBo=; b=YL6ny5KT87gZlj0x3m5JU+f7/+r5uzkN2hNbt4Eq1YpYumXQ1tVetX+3tW+DMIRun/ gE+xUFZrQKVJYB8puqW6ejdixWnLpAhLoB/lsCqb9djsXHxwjImdnh4rssJi9L4hhBcF bPYANLb88k4ZuBhSLC8oFkPMg9YFErDCW7c+T6xdBEhVJbzMu+PW8Z90iwqs0wfhzSDq l5pyIRRg4gU4SRN+X3fpSQ51PRtqZBNt5bAIYKIJQAc5o8F+nIFPQrgh2y5z/Ol4ov5p fmXTLgDeGnXAK3AHlK5zOKhUJQ3PkX9TWt3Mf80xNdfwBK4zfx2P4LE6q39OW0UBVJAg KPaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=EJKEnndCfPiQzqYdPVg3UHQtBrmLEwjHJA2OBUtqXBo=; b=nh3IrzA6r97bgSf+Lw3WnZUlkldGT3lxnf727aDtqymcHa1xpU3A6lBrkN9LTUf499 I5QTBNoaTxf3cpzdrXcnr3bkZJbK1x2Sc6M48suNRlC8XnRmG8HVSGHkfCjpqCnvgs7j q3pKPxAPIBwjFE4GfiuNHu768RVv/54DBdU0ITbaCsN+BEZiAbXAbNM/00ZiMmRNbMjb fZHO3khnUfXlqu0gbZyWSjsSns84uMW6FnEHx+h7QGoYtasx97aQYkcOuVmuRoDVbQyn zEBuK3zupvGvPpSp6dY5wsCxMW1AyC2U0tsX/skcIihrTTuMXcPnZ+Ig80izAHLcWJPr Mgxg== X-Gm-Message-State: AMCzsaWIX+R8Ia9V4XIBZICaudhkyDiIixGxgyhoOIyKU3zK9TEEJiFn vguAjfa6CqSp3LPc16qpSMuiJ/pDP1m6oZoapIM= X-Google-Smtp-Source: AOwi7QA7oFPAm7GGg/oyGrxpNWZaPR8HjY5wVaf+9lVj3m5WOviop6llPMHAC3douaSbiPz8qtC/V3UlMGgwDKe6Xc0= X-Received: by 10.157.54.193 with SMTP id s1mr98012otd.420.1506540404830; Wed, 27 Sep 2017 12:26:44 -0700 (PDT) MIME-Version: 1.0 Sender: william88@gmail.com Received: by 10.157.81.196 with HTTP; Wed, 27 Sep 2017 12:26:44 -0700 (PDT) In-Reply-To: References: <201709271858.v8RIwwL4000914@repo.freebsd.org> From: William Grzybowski Date: Wed, 27 Sep 2017 16:26:44 -0300 X-Google-Sender-Auth: bsu1OuoHuhw1_rtWIw6tA-RnUnc Message-ID: Subject: Re: svn commit: r450779 - in head/www: . py-google-auth To: Antoine Brodin 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.23 Precedence: list List-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, 27 Sep 2017 19:26:46 -0000 On Wed, Sep 27, 2017 at 4:02 PM, Antoine Brodin wrote: > On Wed, Sep 27, 2017 at 8:58 PM, William Grzybowski wrote: >> Author: wg >> Date: Wed Sep 27 18:58:58 2017 >> New Revision: 450779 >> URL: https://svnweb.freebsd.org/changeset/ports/450779 >> >> Log: >> www/py-google-auth: Google Authentication Library > > This is duplicate of security/py-google-auth, please revert. > > Antoine Sorry, make search failed me. -- William Grzybowski / wg FreeBSD Ports Committer From owner-svn-ports-head@freebsd.org Wed Sep 27 19:28:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5DA2E0D61E; Wed, 27 Sep 2017 19:28:32 +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 94CA68395D; Wed, 27 Sep 2017 19:28:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RJSVoh013322; Wed, 27 Sep 2017 19:28:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJSVCG013320; Wed, 27 Sep 2017 19:28:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709271928.v8RJSVCG013320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 27 Sep 2017 19:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450781 - head/math/R-cran-backports X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-backports X-SVN-Commit-Revision: 450781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:28:32 -0000 Author: tota Date: Wed Sep 27 19:28:31 2017 New Revision: 450781 URL: https://svnweb.freebsd.org/changeset/ports/450781 Log: - Update to 1.1.1 - Add "compiles" argument to USES=cran Modified: head/math/R-cran-backports/Makefile (contents, props changed) head/math/R-cran-backports/distinfo (contents, props changed) Modified: head/math/R-cran-backports/Makefile ============================================================================== --- head/math/R-cran-backports/Makefile Wed Sep 27 19:21:52 2017 (r450780) +++ head/math/R-cran-backports/Makefile Wed Sep 27 19:28:31 2017 (r450781) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= backports -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= math -DISTNAME= ${PORTNAME}_${DISTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Reimplementations of Functions Introduced Since R-3.0.0 LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-backports/distinfo ============================================================================== --- head/math/R-cran-backports/distinfo Wed Sep 27 19:21:52 2017 (r450780) +++ head/math/R-cran-backports/distinfo Wed Sep 27 19:28:31 2017 (r450781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495680362 -SHA256 (backports_1.1.0.tar.gz) = c5536966ed6ca93f20c9a21d4f569cc1c6865d3352445ea66448f82590349fcd -SIZE (backports_1.1.0.tar.gz) = 7909 +TIMESTAMP = 1506508269 +SHA256 (backports_1.1.1.tar.gz) = 494e81a4829339c8f1cc3e015daa807e9138b8e21b929965fc7c00b1abbe8897 +SIZE (backports_1.1.1.tar.gz) = 10090 From owner-svn-ports-head@freebsd.org Wed Sep 27 19:35:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03097E0D7C3; Wed, 27 Sep 2017 19:35:11 +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 B2F9E83CC6; Wed, 27 Sep 2017 19:35:10 +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 v8RJZ9xb017531; Wed, 27 Sep 2017 19:35:09 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJZ9Kc017530; Wed, 27 Sep 2017 19:35:09 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271935.v8RJZ9Kc017530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450782 - in head/www: . py-google-auth X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-auth X-SVN-Commit-Revision: 450782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:35:11 -0000 Author: wg Date: Wed Sep 27 19:35:09 2017 New Revision: 450782 URL: https://svnweb.freebsd.org/changeset/ports/450782 Log: py-google-auth already exists in security category Reported by: antoine Deleted: head/www/py-google-auth/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:28:31 2017 (r450781) +++ head/www/Makefile Wed Sep 27 19:35:09 2017 (r450782) @@ -1668,7 +1668,6 @@ SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client - SUBDIR += py-google-auth SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests From owner-svn-ports-head@freebsd.org Wed Sep 27 19:37:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57B79E0D8E0; Wed, 27 Sep 2017 19:37:33 +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 318BC83F36; Wed, 27 Sep 2017 19:37:33 +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 v8RJbWCJ017770; Wed, 27 Sep 2017 19:37:32 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJbVPm017766; Wed, 27 Sep 2017 19:37:31 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271937.v8RJbVPm017766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450783 - in head/www: . py-google-cloud-core X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-cloud-core X-SVN-Commit-Revision: 450783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:37:33 -0000 Author: wg Date: Wed Sep 27 19:37:31 2017 New Revision: 450783 URL: https://svnweb.freebsd.org/changeset/ports/450783 Log: www/py-google-cloud-core: API Client library for Google Cloud: Core Helpers This library is not meant to stand-alone. Instead it defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages. WWW: https://pypi.python.org/pypi/google-cloud-core Added: head/www/py-google-cloud-core/ head/www/py-google-cloud-core/Makefile (contents, props changed) head/www/py-google-cloud-core/distinfo (contents, props changed) head/www/py-google-cloud-core/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:35:09 2017 (r450782) +++ head/www/Makefile Wed Sep 27 19:37:31 2017 (r450783) @@ -1668,6 +1668,7 @@ SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client + SUBDIR += py-google-cloud-core SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests Added: head/www/py-google-cloud-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-core/Makefile Wed Sep 27 19:37:31 2017 (r450783) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-core +PORTVERSION= 0.27.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= API Client library for Google Cloud: Core Helpers + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>0:devel/py-googleapis-common-protos \ + ${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth \ + ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include Added: head/www/py-google-cloud-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-core/distinfo Wed Sep 27 19:37:31 2017 (r450783) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506509178 +SHA256 (google-cloud-core-0.27.1.tar.gz) = 1e52449feb72160a726798a085d7b0cf1d7b88d4b4af00f04d9ca9d6eb47847b +SIZE (google-cloud-core-0.27.1.tar.gz) = 58048 Added: head/www/py-google-cloud-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-core/pkg-descr Wed Sep 27 19:37:31 2017 (r450783) @@ -0,0 +1,4 @@ +This library is not meant to stand-alone. Instead it defines common helpers +(e.g. base Client classes) used by all of the google-cloud-* packages. + +WWW: https://pypi.python.org/pypi/google-cloud-core From owner-svn-ports-head@freebsd.org Wed Sep 27 19:48:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B3D0E0DC85; Wed, 27 Sep 2017 19:48: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 073A3845D4; Wed, 27 Sep 2017 19:48:33 +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 v8RJmXIE022309; Wed, 27 Sep 2017 19:48:33 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJmWqx022305; Wed, 27 Sep 2017 19:48:32 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271948.v8RJmWqx022305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450784 - in head/www: . py-google-resumable-media X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-resumable-media X-SVN-Commit-Revision: 450784 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:48:34 -0000 Author: wg Date: Wed Sep 27 19:48:32 2017 New Revision: 450784 URL: https://svnweb.freebsd.org/changeset/ports/450784 Log: www/py-google-resumable-media: Utilities for Google Media Downloads and Resumable Uploads. This package has some general purposes modules, e.g. common, but the majority of the public interface will be contained in subpackages. WWW: https://pypi.python.org/pypi/google-resumable-media Added: head/www/py-google-resumable-media/ head/www/py-google-resumable-media/Makefile (contents, props changed) head/www/py-google-resumable-media/distinfo (contents, props changed) head/www/py-google-resumable-media/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:37:31 2017 (r450783) +++ head/www/Makefile Wed Sep 27 19:48:32 2017 (r450784) @@ -1669,6 +1669,7 @@ SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core + SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests Added: head/www/py-google-resumable-media/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/Makefile Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= google-resumable-media +PORTVERSION= 0.2.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utilities for Google Media Downloads and Resumable Uploads + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include Added: head/www/py-google-resumable-media/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/distinfo Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506512612 +SHA256 (google-resumable-media-0.2.3.tar.gz) = be95e3e775dbc0ff6a962a0f2b274f51ceae18f57b0eb47b444585477b317414 +SIZE (google-resumable-media-0.2.3.tar.gz) = 2112643 Added: head/www/py-google-resumable-media/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-resumable-media/pkg-descr Wed Sep 27 19:48:32 2017 (r450784) @@ -0,0 +1,6 @@ +Utilities for Google Media Downloads and Resumable Uploads. + +This package has some general purposes modules, e.g. common, but the majority +of the public interface will be contained in subpackages. + +WWW: https://pypi.python.org/pypi/google-resumable-media From owner-svn-ports-head@freebsd.org Wed Sep 27 19:53:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49BF8E0DF28; Wed, 27 Sep 2017 19:53: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 23D4184ADD; Wed, 27 Sep 2017 19:53: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 v8RJrLmm026251; Wed, 27 Sep 2017 19:53:21 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJrKYg026247; Wed, 27 Sep 2017 19:53:20 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271953.v8RJrKYg026247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450785 - in head/www: . py-google-cloud-storage X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-cloud-storage X-SVN-Commit-Revision: 450785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 19:53:22 -0000 Author: wg Date: Wed Sep 27 19:53:20 2017 New Revision: 450785 URL: https://svnweb.freebsd.org/changeset/ports/450785 Log: www/py-google-cloud-storage: Python Client for Google Cloud Storage Google Cloud Storage allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download. WWW: https://pypi.python.org/pypi/google-cloud-storage Added: head/www/py-google-cloud-storage/ head/www/py-google-cloud-storage/Makefile (contents, props changed) head/www/py-google-cloud-storage/distinfo (contents, props changed) head/www/py-google-cloud-storage/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:48:32 2017 (r450784) +++ head/www/Makefile Wed Sep 27 19:53:20 2017 (r450785) @@ -1669,6 +1669,7 @@ SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core + SUBDIR += py-google-cloud-storage SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web Added: head/www/py-google-cloud-storage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/Makefile Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-storage +PORTVERSION= 1.4.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Python Client for Google Cloud Storage + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>0:www/py-google-cloud-core \ + ${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth \ + ${PYTHON_PKGNAMEPREFIX}google-resumable-media>0:www/py-google-resumable-media \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include Added: head/www/py-google-cloud-storage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/distinfo Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506508932 +SHA256 (google-cloud-storage-1.4.0.tar.gz) = c108a0690db4abe748d6fc5dce9f1261f99ba119301734901985d7d70ebb2858 +SIZE (google-cloud-storage-1.4.0.tar.gz) = 5344989 Added: head/www/py-google-cloud-storage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/pkg-descr Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,5 @@ +Google Cloud Storage allows you to store data on Google infrastructure with +very high reliability, performance and availability, and can be used to +distribute large data objects to users via direct download. + +WWW: https://pypi.python.org/pypi/google-cloud-storage From owner-svn-ports-head@freebsd.org Wed Sep 27 20:56:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B691EE0F079; Wed, 27 Sep 2017 20:56:53 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 923F11754; Wed, 27 Sep 2017 20:56:53 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RKuq8F050872; Wed, 27 Sep 2017 20:56:52 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RKuqqI050863; Wed, 27 Sep 2017 20:56:52 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201709272056.v8RKuqqI050863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 27 Sep 2017 20:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450786 - in head: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 450786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 20:56:53 -0000 Author: joneum Date: Wed Sep 27 20:56:51 2017 New Revision: 450786 URL: https://svnweb.freebsd.org/changeset/ports/450786 Log: - Update to 4.8.2 - Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/ Approved by: mentors (implicit) MFH: 2017Q3 Modified: head/french/wordpress/Makefile head/french/wordpress/distinfo head/german/wordpress/Makefile head/german/wordpress/distinfo head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Wed Sep 27 19:53:20 2017 (r450785) +++ head/french/wordpress/Makefile Wed Sep 27 20:56:51 2017 (r450786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: head/french/wordpress/distinfo ============================================================================== --- head/french/wordpress/distinfo Wed Sep 27 19:53:20 2017 (r450785) +++ head/french/wordpress/distinfo Wed Sep 27 20:56:51 2017 (r450786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501770946 -SHA256 (wordpress-4.8.1-fr_FR.tar.gz) = f12dce8d3e8c168c620c85f6f4064a4f0d50d9543bfb89e4d0973e992431de7f -SIZE (wordpress-4.8.1-fr_FR.tar.gz) = 8657939 +TIMESTAMP = 1506543915 +SHA256 (wordpress-4.8.2-fr_FR.tar.gz) = be217cb78b1b7a916c9652078e537b3ae331c70e2c1ef5e042d250fb43d91773 +SIZE (wordpress-4.8.2-fr_FR.tar.gz) = 8662105 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Wed Sep 27 19:53:20 2017 (r450785) +++ head/german/wordpress/Makefile Wed Sep 27 20:56:51 2017 (r450786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 PORTREVISION= 1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Wed Sep 27 19:53:20 2017 (r450785) +++ head/german/wordpress/distinfo Wed Sep 27 20:56:51 2017 (r450786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501953514 -SHA256 (wordpress-4.8.1-de_DE.tar.gz) = 5363d171a81825ee72e09f9ec675bc8ed59e71a078363a4c22156b26e148e785 -SIZE (wordpress-4.8.1-de_DE.tar.gz) = 8660299 +TIMESTAMP = 1506543958 +SHA256 (wordpress-4.8.2-de_DE.tar.gz) = 9c60c12b84d1d3fe5eb30d91b67e2ad814065e7d9b786600dae3b13a1afee3c3 +SIZE (wordpress-4.8.2-de_DE.tar.gz) = 8664471 Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Wed Sep 27 19:53:20 2017 (r450785) +++ head/japanese/wordpress/Makefile Wed Sep 27 20:56:51 2017 (r450786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Wed Sep 27 19:53:20 2017 (r450785) +++ head/japanese/wordpress/distinfo Wed Sep 27 20:56:51 2017 (r450786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504106777 -SHA256 (wordpress-4.8.1-ja.tar.gz) = cfc58fdb65db98617297491710b612572a772fb1aac2ad650565b2511b1c55a8 -SIZE (wordpress-4.8.1-ja.tar.gz) = 8652714 +TIMESTAMP = 1506544079 +SHA256 (wordpress-4.8.2-ja.tar.gz) = 60a566d08ca98121f8363432637b4ec2697c870682af1832af79513653ddb2c4 +SIZE (wordpress-4.8.2-ja.tar.gz) = 8667800 Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Wed Sep 27 19:53:20 2017 (r450785) +++ head/www/wordpress/Makefile Wed Sep 27 20:56:51 2017 (r450786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 +PORTVERSION= 4.8.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Wed Sep 27 19:53:20 2017 (r450785) +++ head/www/wordpress/distinfo Wed Sep 27 20:56:51 2017 (r450786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497012616 -SHA256 (wordpress-4.8.tar.gz) = 39210d593700dc26c58a53b38172be63ea3da67020d80bb2cf34b396b732dd4d -SIZE (wordpress-4.8.tar.gz) = 8169865 +TIMESTAMP = 1506544275 +SHA256 (wordpress-4.8.2.tar.gz) = c2c65d156e1f3f1d81bbb61a4bb7267b108a09130d46d33b9b9c6b2e93e16752 +SIZE (wordpress-4.8.2.tar.gz) = 8183815 From owner-svn-ports-head@freebsd.org Wed Sep 27 21:07:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54313E0F4FE; Wed, 27 Sep 2017 21:07:50 +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 1738E1DAB; Wed, 27 Sep 2017 21:07:50 +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 v8RL7n35055186; Wed, 27 Sep 2017 21:07:49 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RL7nZr055183; Wed, 27 Sep 2017 21:07:49 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709272107.v8RL7nZr055183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 27 Sep 2017 21:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450787 - in head/lang/gcc5-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc5-devel: . files X-SVN-Commit-Revision: 450787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:07:50 -0000 Author: gerald Date: Wed Sep 27 21:07:48 2017 New Revision: 450787 URL: https://svnweb.freebsd.org/changeset/ports/450787 Log: Update to the 20170926 snapshot of GCC 5.4.1. The patches to gcc/auto-profile.c and gcc/graphite-isl-ast-to-gimple.c that were part of files/patch-libc++ have now been backported upstream into this snapshot (in similar form) and thus can (and need to) be removed. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo head/lang/gcc5-devel/files/patch-libc++ Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/Makefile Wed Sep 27 21:07:48 2017 (r450787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170919 +PORTVERSION= 5.4.1.s20170926 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/distinfo Wed Sep 27 21:07:48 2017 (r450787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506026745 -SHA256 (gcc-5-20170919.tar.xz) = d9ab03070d695eed0ab946e2e574d96aa3a3b6cd82c4a4470c4f427e23bb9cad -SIZE (gcc-5-20170919.tar.xz) = 69384604 +TIMESTAMP = 1506528342 +SHA256 (gcc-5-20170926.tar.xz) = dfa5537341d7efb44f0ce0db93c95012d4d34c9a1fdbbc2f4ddde582cc85ece3 +SIZE (gcc-5-20170926.tar.xz) = 69385412 Modified: head/lang/gcc5-devel/files/patch-libc++ ============================================================================== --- head/lang/gcc5-devel/files/patch-libc++ Wed Sep 27 20:56:51 2017 (r450786) +++ head/lang/gcc5-devel/files/patch-libc++ Wed Sep 27 21:07:48 2017 (r450787) @@ -1,36 +1,3 @@ ---- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC -+++ gcc/auto-profile.c -@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3. - . */ - - #include "config.h" --#include "system.h" -- --#include - #include - #include -+#include "system.h" - - #include "coretypes.h" - #include "hash-set.h" ---- gcc/graphite-isl-ast-to-gimple.c.orig 2017-01-19 21:02:12 UTC -+++ gcc/graphite-isl-ast-to-gimple.c -@@ -38,6 +38,7 @@ extern "C" { - #endif - #endif - -+#include - #include "system.h" - #include "coretypes.h" - #include "hash-set.h" -@@ -75,7 +76,6 @@ extern "C" { - #include "tree-scalar-evolution.h" - #include "gimple-ssa.h" - #include "tree-into-ssa.h" --#include - - #ifdef HAVE_isl - #include "graphite-poly.h" --- gcc/system.h.orig 2015-01-05 12:33:28 UTC +++ gcc/system.h @@ -217,6 +217,7 @@ extern int errno; From owner-svn-ports-head@freebsd.org Wed Sep 27 21:13:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64A00E0F6DD; Wed, 27 Sep 2017 21:13:25 +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 26B7A2175; Wed, 27 Sep 2017 21:13:25 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RLDOcS059173; Wed, 27 Sep 2017 21:13:24 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RLDOpC059171; Wed, 27 Sep 2017 21:13:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201709272113.v8RLDOpC059171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 27 Sep 2017 21:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450788 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:13:25 -0000 Author: mandree Date: Wed Sep 27 21:13:23 2017 New Revision: 450788 URL: https://svnweb.freebsd.org/changeset/ports/450788 Log: Document OpenVPN <2.4.4 CVE-2017-12166 legacy vuln. Security: CVE-2017-12166 Security: 3dd6ccf4-a3c6-11e7-a52e-0800279f2ff8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 21:07:48 2017 (r450787) +++ head/security/vuxml/vuln.xml Wed Sep 27 21:13:23 2017 (r450788) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OpenVPN -- out-of-bounds write in legacy key-method 1 + + + openvpn + 2.4.02.4.4 + 2.3.18 + + + + +

Steffan Karger reports:

+
+

The bounds check in read_key() was performed after using the value, + instead of before. If 'key-method 1' is used, this allowed an + attacker to send a malformed packet to trigger a stack buffer + overflow. [...]

+

Note that 'key-method 1' has been replaced by 'key method 2' as the + default in OpenVPN 2.0 (released on 2005-04-17), and explicitly + deprecated in 2.4 and marked for removal in 2.5. This should limit + the amount of users impacted by this issue.

+
+ +
+ + https://community.openvpn.net/openvpn/wiki/CVE-2017-12166 + https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15492.html + CVE-2017-12166 + + + 2017-09-21 + 2017-09-27 + +
+ ImageMagick -- denial of service via a crafted font file From owner-svn-ports-head@freebsd.org Wed Sep 27 21:15:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C423EE0F7B9; Wed, 27 Sep 2017 21:15:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92BD822A9; Wed, 27 Sep 2017 21:15:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RLFnBe059516; Wed, 27 Sep 2017 21:15:49 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RLFnxL059514; Wed, 27 Sep 2017 21:15:49 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201709272115.v8RLFnxL059514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 27 Sep 2017 21:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450789 - head/devel/phpunit6 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/phpunit6 X-SVN-Commit-Revision: 450789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:15:50 -0000 Author: joneum Date: Wed Sep 27 21:15:49 2017 New Revision: 450789 URL: https://svnweb.freebsd.org/changeset/ports/450789 Log: - devel/phpunit6: Update from 6.3.0 to 6.3.1 - Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.3.md Approved by: mentors (implicit) Modified: head/devel/phpunit6/Makefile head/devel/phpunit6/distinfo Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Wed Sep 27 21:13:23 2017 (r450788) +++ head/devel/phpunit6/Makefile Wed Sep 27 21:15:49 2017 (r450789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 6.3.0 +PORTVERSION= 6.3.1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 6 Modified: head/devel/phpunit6/distinfo ============================================================================== --- head/devel/phpunit6/distinfo Wed Sep 27 21:13:23 2017 (r450788) +++ head/devel/phpunit6/distinfo Wed Sep 27 21:15:49 2017 (r450789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502269496 -SHA256 (phpunit-6.3.0.phar) = b6f83f6430ffba4aad1945b393bb83969e62442b02d833007aac7be2439068a4 -SIZE (phpunit-6.3.0.phar) = 2724060 +TIMESTAMP = 1506546730 +SHA256 (phpunit-6.3.1.phar) = 1cb5250aba62933db9fa22446debd0d09bcc758da4dc98daf048773b5fa98ab5 +SIZE (phpunit-6.3.1.phar) = 2728219 From owner-svn-ports-head@freebsd.org Wed Sep 27 21:16:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08DD6E0F7F6; Wed, 27 Sep 2017 21:16:38 +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 C947F2490; Wed, 27 Sep 2017 21:16:37 +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 v8RLGaRJ059643; Wed, 27 Sep 2017 21:16:36 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RLGa1D059640; Wed, 27 Sep 2017 21:16:36 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201709272116.v8RLGa1D059640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 27 Sep 2017 21:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450790 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:16:38 -0000 Author: mandree Date: Wed Sep 27 21:16:36 2017 New Revision: 450790 URL: https://svnweb.freebsd.org/changeset/ports/450790 Log: Extend OpenVPN security issue to slave ports. Security: CVE-2017-12166 Security: 3dd6ccf4-a3c6-11e7-a52e-0800279f2ff8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 27 21:15:49 2017 (r450789) +++ head/security/vuxml/vuln.xml Wed Sep 27 21:16:36 2017 (r450790) @@ -62,6 +62,14 @@ Notes: OpenVPN -- out-of-bounds write in legacy key-method 1 + openvpn-polarssl + 2.3.18 + + + openvpn-mbedtls + 2.4.02.4.4 + + openvpn 2.4.02.4.4 2.3.18 From owner-svn-ports-head@freebsd.org Wed Sep 27 21:19:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C4AE0F92D; Wed, 27 Sep 2017 21:19:01 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22BAB26B9; Wed, 27 Sep 2017 21:19:01 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RLJ0NP059835; Wed, 27 Sep 2017 21:19:00 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RLJ0GI059833; Wed, 27 Sep 2017 21:19:00 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201709272119.v8RLJ0GI059833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 27 Sep 2017 21:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450791 - head/sysutils/py-diffoscope X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/sysutils/py-diffoscope X-SVN-Commit-Revision: 450791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:19:01 -0000 Author: ygy (doc committer) Date: Wed Sep 27 21:18:59 2017 New Revision: 450791 URL: https://svnweb.freebsd.org/changeset/ports/450791 Log: sysutils/py-diffoscope: Update to 86 PR: 220870 Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D12328 Modified: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo Modified: head/sysutils/py-diffoscope/Makefile ============================================================================== --- head/sysutils/py-diffoscope/Makefile Wed Sep 27 21:16:36 2017 (r450790) +++ head/sysutils/py-diffoscope/Makefile Wed Sep 27 21:18:59 2017 (r450791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 84 +PORTVERSION= 86 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libarchive-c>=0:archivers/py3-libarchive-c \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py3-python-magic + ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py3-python-magic \ + gdiff:textproc/diffutils TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ zipinfo:archivers/unzip \ isoinfo:sysutils/cdrkit \ Modified: head/sysutils/py-diffoscope/distinfo ============================================================================== --- head/sysutils/py-diffoscope/distinfo Wed Sep 27 21:16:36 2017 (r450790) +++ head/sysutils/py-diffoscope/distinfo Wed Sep 27 21:18:59 2017 (r450791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500326473 -SHA256 (diffoscope-84.tar.gz) = 7a8e6a2bd3562fa650cad90f4c9a3ec9b070d5a2e55d437f5f28a8a07aecd53f -SIZE (diffoscope-84.tar.gz) = 914564 +TIMESTAMP = 1505191058 +SHA256 (diffoscope-86.tar.gz) = 630fa7645a9f54fd48c9c1752e23af3758192aa62961e8580b541b4927bdb872 +SIZE (diffoscope-86.tar.gz) = 969720 From owner-svn-ports-head@freebsd.org Wed Sep 27 21:27:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2B41E0FB6C; Wed, 27 Sep 2017 21:27:16 +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 6F8CB2AB9; Wed, 27 Sep 2017 21:27:16 +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 v8RLRF8v063819; Wed, 27 Sep 2017 21:27:15 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RLRFmi063817; Wed, 27 Sep 2017 21:27:15 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201709272127.v8RLRFmi063817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 27 Sep 2017 21:27:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450792 - head/security/openvpn X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/openvpn X-SVN-Commit-Revision: 450792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 21:27:16 -0000 Author: mandree Date: Wed Sep 27 21:27:15 2017 New Revision: 450792 URL: https://svnweb.freebsd.org/changeset/ports/450792 Log: OpenVPN[-mbedtls] security update to 2.4.4 Upstream maintainers write: "This release includes a large number of small fixes and enhancements. There is also an important security fix for legacy setups that may still be using key-method 1. As that option was deprecated 12 years ago we estimate that not many production setups are affected in practice." Security information: Change Summary: Changes as Git shortlog: Given the low impact, let's forget about MFHing this three days before 2017Q3 becomes EOL and relieved by 2017Q4. Reported by: portscout Security: CVE-2017-12166 Security: 3dd6ccf4-a3c6-11e7-a52e-0800279f2ff8 Modified: head/security/openvpn/Makefile head/security/openvpn/distinfo Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Wed Sep 27 21:18:59 2017 (r450791) +++ head/security/openvpn/Makefile Wed Sep 27 21:27:15 2017 (r450792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.3 +DISTVERSION= 2.4.4 PORTREVISION?= 0 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ Modified: head/security/openvpn/distinfo ============================================================================== --- head/security/openvpn/distinfo Wed Sep 27 21:18:59 2017 (r450791) +++ head/security/openvpn/distinfo Wed Sep 27 21:27:15 2017 (r450792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498064673 -SHA256 (openvpn-2.4.3.tar.xz) = 15e15fc97f189b52aee7c90ec8355aa77469c773125110b4c2f089abecde36fb -SIZE (openvpn-2.4.3.tar.xz) = 938440 +TIMESTAMP = 1506531327 +SHA256 (openvpn-2.4.4.tar.xz) = 96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80 +SIZE (openvpn-2.4.4.tar.xz) = 924172 From owner-svn-ports-head@freebsd.org Wed Sep 27 22:11:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1B6AE10A7E; Wed, 27 Sep 2017 22:11:31 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADB443E2A; Wed, 27 Sep 2017 22:11:31 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RMBUwb080579; Wed, 27 Sep 2017 22:11:30 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RMBUtp080575; Wed, 27 Sep 2017 22:11:30 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201709272211.v8RMBUtp080575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 27 Sep 2017 22:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450793 - in head/mail/mutt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head/mail/mutt: . files X-SVN-Commit-Revision: 450793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 22:11:31 -0000 Author: ak Date: Wed Sep 27 22:11:30 2017 New Revision: 450793 URL: https://svnweb.freebsd.org/changeset/ports/450793 Log: - Remove autotools dependency - Build sidebar by default, it's small and don't have side-effects when not enabled - Cleanup WITHOUT=XML handling Added: head/mail/mutt/files/patch-Makefile.in - copied, changed from r450792, head/mail/mutt/files/patch-Makefile.am head/mail/mutt/files/patch-contrib_Makefile.in - copied, changed from r450792, head/mail/mutt/files/patch-contrib_Makefile.am head/mail/mutt/files/patch-doc_Makefile.in - copied, changed from r450792, head/mail/mutt/files/patch-doc_Makefile.am Deleted: head/mail/mutt/files/patch-Makefile.am head/mail/mutt/files/patch-contrib_Makefile.am head/mail/mutt/files/patch-doc_Makefile.am head/mail/mutt/files/patch-m4_gssapi.m4 Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Wed Sep 27 21:27:15 2017 (r450792) +++ head/mail/mutt/Makefile Wed Sep 27 22:11:30 2017 (r450793) @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.9.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -36,7 +36,7 @@ CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-fcntl --with-ssl=${OPENSSLBASE} \ --with-docdir=${DOCSDIR} --sysconfdir=${PREFIX}/etc \ --enable-external-dotlock --enable-pop --enable-imap \ - --enable-compressed + --enable-compressed --enable-sidebar USES+= cpe ncurses shebangfix ssl SHEBANG_FILES= doc/gen-map-doc smime_keys.pl contrib/smime_keys_test.pl @@ -45,9 +45,7 @@ SHEBANG_FILES= doc/gen-map-doc smime_keys.pl contrib/s CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif -USES+= autoreconf GNU_CONFIGURE= yes -AUTOMAKE_ARGS= --add-missing --foreign OPTIONS_SUB= yes @@ -57,7 +55,7 @@ OPTIONS_EXCLUDE= NLS DOCS EXAMPLES OPTIONS_DEFINE= SASL DEBUG DOCS EXAMPLES FLOCK \ FORCEBASE64 GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH \ - NLS NNTP QUOTE_PATCH REVERSE_REPLY_PATCH SIDEBAR SMART_DATE \ + NLS NNTP QUOTE_PATCH REVERSE_REPLY_PATCH SMART_DATE \ SMIME_OUTLOOK_COMPAT SMTP URLVIEW XML OPTIONS_SINGLE= GSSAPI HCACHE SCREEN @@ -83,7 +81,6 @@ NCURSES_DESC= Ncurses support NLS_DESC= Native language support (implies ICONV) QUOTE_PATCH_DESC= Extended quoting REVERSE_REPLY_PATCH_DESC= Reverse_reply -SIDEBAR_DESC= Sidebar support SLANG_DESC= SLANG support SMART_DATE_DESC= Dynamic date formatting with "%@" SMIME_OUTLOOK_COMPAT_DESC= SMIME outlook compatibility @@ -202,8 +199,6 @@ NNTP_CONFIGURE_ON= --enable-nntp NNTP_VARS= XML_NEEDED=yes NNTP_CATEGORIES= news -SIDEBAR_CONFIGURE_ENABLE= sidebar - DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref .include @@ -219,21 +214,12 @@ VVV_PATCH_VERSION= ${PORTVERSION} GREETING_PATCH_VERSION= ${PORTVERSION} .endif -# XXX -# this should be done automagically by aclocal but .... -# for now, this will have to do -pre-build:: - @${REINPLACE_CMD} -E -e "s|^(ACLOCAL = ).+|\1${ACLOCAL}|" \ - -e "s|^(AUTOCONF = ).+|\1${AUTOCONF}|" \ - -e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \ - -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ - ${BUILD_WRKSRC}/Makefile - LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib:/usr/lib -ltinfow -CFLAGS+= ${CFLAGS_ADD} -LDFLAGS+= ${LDFLAGS_ADD} post-patch-NNTP-on: +# Restore timestamps for autotools sources + @${TOUCH} -r ${WRKSRC}/configure.ac.orig ${WRKSRC}/configure.ac + @${TOUCH} -r ${WRKSRC}/Makefile.am.orig ${WRKSRC}/Makefile.am .if ${PORT_OPTIONS:MMAILDIR_MTIME_PATCH} @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-maildir-mtime-nntp .endif @@ -258,6 +244,8 @@ post-install-NNTP-on: WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} pre-configure:: + @${REINPLACE_CMD} -e 's,?eimdal\*),?eimdal*|\"FreeBSD heimdal\"*),' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc @${REINPLACE_CMD} -e 's,pgp6,pgp,g' \ @@ -270,19 +258,11 @@ pre-configure:: ${WRKSRC}/INSTALL \ ${WRKSRC}/init.h @${REINPLACE_CMD} -e 's#$$(docdir)/samples#${EXAMPLESDIR}#g' \ - ${WRKSRC}/contrib/Makefile.am + ${WRKSRC}/contrib/Makefile.in -pre-configure:: - @${RM} ${WRKSRC}/missing -.if defined(WITH_KRB5_SYS) - @${ECHO_CMD} "#define HAVE_HEIMDAL" >> ${WRKSRC}/config.h.in - @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/imap/auth_gss.c -.endif - pre-configure-HCACHE_BDB-on: @${REINPLACE_CMD} -E -e 's/BDB_VERSIONS="/&${BDB_LIB_NAME} db${BDB_VER} /' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}.ac + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .if defined (XML_NEEDED) && ${PORT_OPTIONS:MXML} BUILD_DEPENDS+= xsltproc:textproc/libxslt \ @@ -290,7 +270,8 @@ BUILD_DEPENDS+= xsltproc:textproc/libxslt \ lynx:www/lynx .else pre-build:: - @${REINPLACE_CMD} -E -e 's|-xsltproc|@-true xsltproc|g' \ + @${REINPLACE_CMD} \ + -e 's,manual.html stamp-doc-rc stamp-doc-chunked manual.txt,stamp-doc-rc,' \ ${WRKSRC}/doc/Makefile .endif Copied and modified: head/mail/mutt/files/patch-Makefile.in (from r450792, head/mail/mutt/files/patch-Makefile.am) ============================================================================== --- head/mail/mutt/files/patch-Makefile.am Wed Sep 27 21:27:15 2017 (r450792, copy source) +++ head/mail/mutt/files/patch-Makefile.in Wed Sep 27 22:11:30 2017 (r450793) @@ -1,15 +1,14 @@ ---- Makefile.am.orig 2017-02-27 01:12:49 UTC -+++ Makefile.am -@@ -14,7 +14,7 @@ IMAP_SUBDIR = imap - IMAP_INCLUDES = -I$(top_srcdir)/imap - endif - +Index: Makefile.in +@@ -471,7 +471,7 @@ + @BUILD_DOC_TRUE@DOC_SUBDIR = doc + @BUILD_IMAP_TRUE@IMAP_SUBDIR = imap + @BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap -SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR) +SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . $(DOC_SUBDIR) - bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) - -@@ -161,18 +161,9 @@ install-exec-hook: + @BUILD_HCACHE_TRUE@HCVERSION = hcversion.h + BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h conststrings.c $(HCVERSION) +@@ -1359,18 +1359,9 @@ rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ fi Copied and modified: head/mail/mutt/files/patch-contrib_Makefile.in (from r450792, head/mail/mutt/files/patch-contrib_Makefile.am) ============================================================================== --- head/mail/mutt/files/patch-contrib_Makefile.am Wed Sep 27 21:27:15 2017 (r450792, copy source) +++ head/mail/mutt/files/patch-contrib_Makefile.in Wed Sep 27 22:11:30 2017 (r450793) @@ -1,9 +1,8 @@ ---- contrib/Makefile.am.orig 2017-04-12 23:01:05 UTC -+++ contrib/Makefile.am -@@ -2,7 +2,7 @@ - +Index: contrib/Makefile.in +@@ -270,7 +270,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ subdir = contrib - -SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ +SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp6.rc Tin.rc \ sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \ Copied and modified: head/mail/mutt/files/patch-doc_Makefile.in (from r450792, head/mail/mutt/files/patch-doc_Makefile.am) ============================================================================== --- head/mail/mutt/files/patch-doc_Makefile.am Wed Sep 27 21:27:15 2017 (r450792, copy source) +++ head/mail/mutt/files/patch-doc_Makefile.in Wed Sep 27 22:11:30 2017 (r450793) @@ -1,6 +1,5 @@ ---- doc/Makefile.am.orig 2016-10-08 19:30:21 UTC -+++ doc/Makefile.am -@@ -79,14 +79,7 @@ install-data-local: makedoc-all instdoc +Index: doc/Makefile.in +@@ -667,14 +667,7 @@ -for f in $(HTML_DOCFILES) ; do \ $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; \ done @@ -16,7 +15,7 @@ uninstall-local: for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ -@@ -109,9 +102,7 @@ uninstall-local: +@@ -697,9 +690,7 @@ check: manual.txt: manual.html From owner-svn-ports-head@freebsd.org Wed Sep 27 22:46:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E4BAE12450; Wed, 27 Sep 2017 22:46:37 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0516A63F07; Wed, 27 Sep 2017 22:46:36 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Thu, 28 Sep 2017 00:29:02 +0200 From: Alex Kozlov To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r450793 - in head/mail/mutt: . files Message-ID: <20170927222902.GA95414@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 22:46:37 -0000 On Fri, Sep 28, 2017 at 00:11:30 +0000, Alex Kozlov wrote: > Author: ak > Date: Wed Sep 27 22:11:30 2017 > New Revision: 450793 > URL: https://svnweb.freebsd.org/changeset/ports/450793 > > Log: > - Remove autotools dependency > - Build sidebar by default, it's small and don't have side-effects when not enabled > - Cleanup WITHOUT=XML handling PR: 222648 Approved by: dereks@lifeofadishwasher.com (maintainer) -- Alex From owner-svn-ports-head@freebsd.org Wed Sep 27 23:29:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F345E155D8; Wed, 27 Sep 2017 23:29:44 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A6E665814; Wed, 27 Sep 2017 23:29:44 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RNThex013469; Wed, 27 Sep 2017 23:29:43 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RNThqI013464; Wed, 27 Sep 2017 23:29:43 GMT (envelope-from db@FreeBSD.org) Message-Id: <201709272329.v8RNThqI013464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 27 Sep 2017 23:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450794 - in head/comms/wspr: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/wspr: . files X-SVN-Commit-Revision: 450794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 27 Sep 2017 23:29:44 -0000 Author: db Date: Wed Sep 27 23:29:43 2017 New Revision: 450794 URL: https://svnweb.freebsd.org/changeset/ports/450794 Log: Fix build under gfortran7 Bug 222560: comms/wspr: fails to build with lang/gcc7 or later https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222560 PR: ports/222560 Reported by: Jan Beich Added: head/comms/wspr/files/patch-wspr2.f90 (contents, props changed) Modified: head/comms/wspr/distinfo head/comms/wspr/files/patch-Makefile.in head/comms/wspr/files/patch-configure.ac (contents, props changed) head/comms/wspr/files/patch-wspr.py Modified: head/comms/wspr/distinfo ============================================================================== --- head/comms/wspr/distinfo Wed Sep 27 22:11:30 2017 (r450793) +++ head/comms/wspr/distinfo Wed Sep 27 23:29:43 2017 (r450794) @@ -1,2 +1,3 @@ +TIMESTAMP = 1506554893 SHA256 (wspr-r4198.tar.bz2) = 8ca522b52da16bd18568977d58aad85dcb771d3994136e374e4fd5ffe9fb350a SIZE (wspr-r4198.tar.bz2) = 4617738 Modified: head/comms/wspr/files/patch-Makefile.in ============================================================================== --- head/comms/wspr/files/patch-Makefile.in Wed Sep 27 22:11:30 2017 (r450793) +++ head/comms/wspr/files/patch-Makefile.in Wed Sep 27 23:29:43 2017 (r450794) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2015-07-27 16:22:02 UTC +--- Makefile.in.orig 2017-09-27 19:55:15 UTC +++ Makefile.in @@ -25,7 +25,8 @@ SHELL := @SHELL@ MKDIR := @MKDIR@ Modified: head/comms/wspr/files/patch-configure.ac ============================================================================== --- head/comms/wspr/files/patch-configure.ac Wed Sep 27 22:11:30 2017 (r450793) +++ head/comms/wspr/files/patch-configure.ac Wed Sep 27 23:29:43 2017 (r450794) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2016-04-08 05:56:23 UTC +--- configure.ac.orig 2017-09-27 19:55:15 UTC +++ configure.ac @@ -10,18 +10,33 @@ dnl ------------------------------------ dnl path vars Modified: head/comms/wspr/files/patch-wspr.py ============================================================================== --- head/comms/wspr/files/patch-wspr.py Wed Sep 27 22:11:30 2017 (r450793) +++ head/comms/wspr/files/patch-wspr.py Wed Sep 27 23:29:43 2017 (r450794) @@ -1,4 +1,4 @@ ---- wspr.py.orig 2015-07-27 16:22:02 UTC +--- wspr.py.orig 2017-09-27 19:55:15 UTC +++ wspr.py @@ -50,7 +50,7 @@ from WsprMod import g import Pmw Added: head/comms/wspr/files/patch-wspr2.f90 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/wspr/files/patch-wspr2.f90 Wed Sep 27 23:29:43 2017 (r450794) @@ -0,0 +1,11 @@ +--- wspr2.f90.orig 2017-09-27 23:05:56 UTC ++++ wspr2.f90 +@@ -40,7 +40,7 @@ subroutine wspr2 + include 'acom2.f90' + character dectxt*80,logfile*80 + integer nt(9) +- integer iclock(12) ++ integer iclock(36) + integer ib(15) + common/patience/npatience + data nrxnormal/0/,ireset/1/ From owner-svn-ports-head@freebsd.org Thu Sep 28 00:53:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB8FCE20006; Thu, 28 Sep 2017 00:53: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 1721C67843; Thu, 28 Sep 2017 00:53: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 v8S0rmqv049675; Thu, 28 Sep 2017 00:53:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S0rmL8049673; Thu, 28 Sep 2017 00:53:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709280053.v8S0rmL8049673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 00:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450795 - head/games/manaplus X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/manaplus X-SVN-Commit-Revision: 450795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 00:53:49 -0000 Author: jbeich Date: Thu Sep 28 00:53:48 2017 New Revision: 450795 URL: https://svnweb.freebsd.org/changeset/ports/450795 Log: games/manaplus: update to 1.7.9.16 Changes: https://manaplus.org/changelog#new_release_17916 PR: 222544 Submitted by: Thibault Payet (maintainer) MFH: 2017Q3 Modified: head/games/manaplus/Makefile (contents, props changed) head/games/manaplus/distinfo (contents, props changed) Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Wed Sep 27 23:29:43 2017 (r450794) +++ head/games/manaplus/Makefile Thu Sep 28 00:53:48 2017 (r450795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.9.2 +PORTVERSION= 1.7.9.16 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Wed Sep 27 23:29:43 2017 (r450794) +++ head/games/manaplus/distinfo Thu Sep 28 00:53:48 2017 (r450795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504363795 -SHA256 (manaplus-1.7.9.2.tar.xz) = 8fcbdf7cc5045e7f0118152774e6e190d27f9e612c440d929d5c02750716542d -SIZE (manaplus-1.7.9.2.tar.xz) = 14900648 +TIMESTAMP = 1506192928 +SHA256 (manaplus-1.7.9.16.tar.xz) = 8b282b85bb030947ddfbb547fa66505021917b770dbac2268b13d95db4e99a9b +SIZE (manaplus-1.7.9.16.tar.xz) = 14920804 From owner-svn-ports-head@freebsd.org Thu Sep 28 00:54:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECF8E20040; Thu, 28 Sep 2017 00:54:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B40E6792F; Thu, 28 Sep 2017 00:54:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S0s43p049835; Thu, 28 Sep 2017 00:54:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S0s49l049833; Thu, 28 Sep 2017 00:54:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709280054.v8S0s49l049833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 00:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450796 - head/www/py-flexget X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/py-flexget X-SVN-Commit-Revision: 450796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 00:54:05 -0000 Author: jbeich Date: Thu Sep 28 00:54:04 2017 New Revision: 450796 URL: https://svnweb.freebsd.org/changeset/ports/450796 Log: www/py-flexget: update to 2.10.95 Changes: https://github.com/Flexget/Flexget/compare/2.10.93...2.10.95 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Thu Sep 28 00:53:48 2017 (r450795) +++ head/www/py-flexget/Makefile Thu Sep 28 00:54:04 2017 (r450796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.93 +PORTVERSION= 2.10.95 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Thu Sep 28 00:53:48 2017 (r450795) +++ head/www/py-flexget/distinfo Thu Sep 28 00:54:04 2017 (r450796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505787221 -SHA256 (flexget-Flexget-2.10.93_GH0.tar.gz) = 15c5a0954a3f7a3c7371490c1fb2d33af098f03cee4b58986de6d5cba0ce4f2d -SIZE (flexget-Flexget-2.10.93_GH0.tar.gz) = 6587907 +TIMESTAMP = 1506392021 +SHA256 (flexget-Flexget-2.10.95_GH0.tar.gz) = 1b27ac6871d7f00df4be762efa21bf1723eb06dec57226b72819a6296611a87e +SIZE (flexget-Flexget-2.10.95_GH0.tar.gz) = 6587594 From owner-svn-ports-head@freebsd.org Thu Sep 28 00:54:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C79E8E200C4; Thu, 28 Sep 2017 00:54: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 97401679EE; Thu, 28 Sep 2017 00:54: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 v8S0sG2R049967; Thu, 28 Sep 2017 00:54:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S0sGKn049965; Thu, 28 Sep 2017 00:54:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709280054.v8S0sGKn049965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 00:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450797 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 450797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 00:54:17 -0000 Author: jbeich Date: Thu Sep 28 00:54:16 2017 New Revision: 450797 URL: https://svnweb.freebsd.org/changeset/ports/450797 Log: emulators/rpcs3: update to 0.0.3.388 Changes: https://github.com/RPCS3/rpcs3/compare/2b1c7570...9650218b Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Thu Sep 28 00:54:04 2017 (r450796) +++ head/emulators/rpcs3/Makefile Thu Sep 28 00:54:16 2017 (r450797) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-381 -DISTVERSIONSUFFIX= -g2b1c7570 +DISTVERSION= 0.0.3-388 +DISTVERSIONSUFFIX= -g9650218b CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Thu Sep 28 00:54:04 2017 (r450796) +++ head/emulators/rpcs3/distinfo Thu Sep 28 00:54:16 2017 (r450797) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506279829 -SHA256 (RPCS3-rpcs3-v0.0.3-381-g2b1c7570_GH0.tar.gz) = 391a78e9474df233fa29f672831f769da821e66610c57975bb47eff97f793f72 -SIZE (RPCS3-rpcs3-v0.0.3-381-g2b1c7570_GH0.tar.gz) = 3513142 +TIMESTAMP = 1506552380 +SHA256 (RPCS3-rpcs3-v0.0.3-388-g9650218b_GH0.tar.gz) = 23adffd091972c4e4e7e82a1c413a2c405f99f4cc6774501f8ed55dcd50b4ddb +SIZE (RPCS3-rpcs3-v0.0.3-388-g9650218b_GH0.tar.gz) = 3514294 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 From owner-svn-ports-head@freebsd.org Thu Sep 28 02:26:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 388BBE2532D; Thu, 28 Sep 2017 02:26:09 +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 023CF6B597; Thu, 28 Sep 2017 02:26: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 v8S2Q8Zx086806; Thu, 28 Sep 2017 02:26:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S2Q8pS086805; Thu, 28 Sep 2017 02:26:08 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709280226.v8S2Q8pS086805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 28 Sep 2017 02:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450798 - head/devel/pecl-swoole/files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/pecl-swoole/files X-SVN-Commit-Revision: 450798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 02:26:09 -0000 Author: vanilla Date: Thu Sep 28 02:26:07 2017 New Revision: 450798 URL: https://svnweb.freebsd.org/changeset/ports/450798 Log: Regen patch to fix building. Modified: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c Modified: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c ============================================================================== --- head/devel/pecl-swoole/files/patch-src_protocol_SSL.c Thu Sep 28 00:54:16 2017 (r450797) +++ head/devel/pecl-swoole/files/patch-src_protocol_SSL.c Thu Sep 28 02:26:07 2017 (r450798) @@ -1,11 +1,11 @@ ---- src/protocol/SSL.c.orig 2017-09-27 04:04:44 UTC +--- src/protocol/SSL.c.orig 2017-09-28 02:24:13 UTC +++ src/protocol/SSL.c @@ -98,7 +98,7 @@ static const SSL_METHOD *swSSL_get_metho void swSSL_init(void) { --#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER >= 0x10100003L +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL); #else OPENSSL_config(NULL); From owner-svn-ports-head@freebsd.org Thu Sep 28 02:43:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5E3AE25B1E; Thu, 28 Sep 2017 02:43:42 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 901066BDAF; Thu, 28 Sep 2017 02:43:42 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S2hfZR094808; Thu, 28 Sep 2017 02:43:41 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S2heGD094806; Thu, 28 Sep 2017 02:43:40 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201709280243.v8S2heGD094806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 28 Sep 2017 02:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450799 - head/biology/molden X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/biology/molden X-SVN-Commit-Revision: 450799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 02:43:42 -0000 Author: jmd Date: Thu Sep 28 02:43:40 2017 New Revision: 450799 URL: https://svnweb.freebsd.org/changeset/ports/450799 Log: biology/molden: unbreak by chasing latest intransparent distfile update. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12521 Modified: head/biology/molden/Makefile head/biology/molden/distinfo Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Thu Sep 28 02:26:07 2017 (r450798) +++ head/biology/molden/Makefile Thu Sep 28 02:43:40 2017 (r450799) @@ -3,7 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ Modified: head/biology/molden/distinfo ============================================================================== --- head/biology/molden/distinfo Thu Sep 28 02:26:07 2017 (r450798) +++ head/biology/molden/distinfo Thu Sep 28 02:43:40 2017 (r450799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499981613 -SHA256 (molden5.7.tar.gz) = 8ebef49ab532948056cfa01d3c0d50535f6f787223ad8b18f533f306d4f3d974 -SIZE (molden5.7.tar.gz) = 5344432 +TIMESTAMP = 1506011431 +SHA256 (molden5.7.tar.gz) = e208e91e35e74548e9a52f638dbb798664ce0e254658b3598ed59a12c2bc43f5 +SIZE (molden5.7.tar.gz) = 5346235 From owner-svn-ports-head@freebsd.org Thu Sep 28 02:44:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB37FE25BA4; Thu, 28 Sep 2017 02:44:49 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A5B06BEBB; Thu, 28 Sep 2017 02:44:49 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S2imdg094995; Thu, 28 Sep 2017 02:44:48 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S2im0H094992; Thu, 28 Sep 2017 02:44:48 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201709280244.v8S2im0H094992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 28 Sep 2017 02:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450800 - head/devel/oclgrind X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/oclgrind X-SVN-Commit-Revision: 450800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 02:44:49 -0000 Author: jmd Date: Thu Sep 28 02:44:48 2017 New Revision: 450800 URL: https://svnweb.freebsd.org/changeset/ports/450800 Log: Upgrade oclgrind to catch up with 8 months of development. Among the changes: int64 atomics support, more parts of OpenCL 2.0, and usage of clang's builtin OpenCL headers. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12523 Modified: head/devel/oclgrind/Makefile head/devel/oclgrind/distinfo head/devel/oclgrind/pkg-plist Modified: head/devel/oclgrind/Makefile ============================================================================== --- head/devel/oclgrind/Makefile Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/Makefile Thu Sep 28 02:44:48 2017 (r450800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oclgrind -PORTVERSION= 20170122 +PORTVERSION= 20170919 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -22,7 +22,7 @@ BROKEN_FreeBSD_10= oclgrind is only supported on FreeB USE_GITHUB= yes GH_ACCOUNT= jrprice GH_PROJECT= Oclgrind -GH_TAGNAME= b777367 +GH_TAGNAME= 6419e66 USE_LDCONFIG= yes USES= cmake Modified: head/devel/oclgrind/distinfo ============================================================================== --- head/devel/oclgrind/distinfo Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/distinfo Thu Sep 28 02:44:48 2017 (r450800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486354287 -SHA256 (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 0c72e1d82498bc3659990c8c3b5cd43fdf8a00f812c5a7dc8aa735f86c31a320 -SIZE (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 192908 +TIMESTAMP = 1505837375 +SHA256 (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 13a7eca436a4ec782ede78131680a58394b11562036cfe215fe388341f2c7768 +SIZE (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 195502 Modified: head/devel/oclgrind/pkg-plist ============================================================================== --- head/devel/oclgrind/pkg-plist Thu Sep 28 02:43:40 2017 (r450799) +++ head/devel/oclgrind/pkg-plist Thu Sep 28 02:44:48 2017 (r450800) @@ -9,11 +9,13 @@ include/oclgrind/Program.h include/oclgrind/Queue.h include/oclgrind/WorkGroup.h include/oclgrind/WorkItem.h -include/oclgrind/clc.h -include/oclgrind/clc32.pch -include/oclgrind/clc64.pch include/oclgrind/common.h include/oclgrind/half.h +include/oclgrind/opencl-c-1.2-32.pch +include/oclgrind/opencl-c-1.2-64.pch +include/oclgrind/opencl-c-2.0-32.pch +include/oclgrind/opencl-c-2.0-64.pch +include/oclgrind/opencl-c.h lib/liboclgrind-rt-icd.so lib/liboclgrind-rt.so lib/liboclgrind.so From owner-svn-ports-head@freebsd.org Thu Sep 28 05:54:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4D6BE2990D; Thu, 28 Sep 2017 05:54:25 +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 66B7170D0D; Thu, 28 Sep 2017 05:54:25 +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 v8S5sOVO073387; Thu, 28 Sep 2017 05:54:24 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S5sO3w073384; Thu, 28 Sep 2017 05:54:24 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709280554.v8S5sO3w073384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 28 Sep 2017 05:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450802 - head/security/krb5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-devel X-SVN-Commit-Revision: 450802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 05:54:25 -0000 Author: cy Date: Thu Sep 28 05:54:24 2017 New Revision: 450802 URL: https://svnweb.freebsd.org/changeset/ports/450802 Log: Update to the latest MIT commit. This includes addition of a German translation. Modified: head/security/krb5-devel/Makefile (contents, props changed) head/security/krb5-devel/distinfo (contents, props changed) head/security/krb5-devel/pkg-plist (contents, props changed) Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Thu Sep 28 05:30:31 2017 (r450801) +++ head/security/krb5-devel/Makefile Thu Sep 28 05:54:24 2017 (r450802) @@ -7,8 +7,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= 9563fab -MIT_COMMIT_DATE= 2017.09.26 +HASH= 0c9a4d9 +MIT_COMMIT_DATE= 2017.09.27 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 Modified: head/security/krb5-devel/distinfo ============================================================================== --- head/security/krb5-devel/distinfo Thu Sep 28 05:30:31 2017 (r450801) +++ head/security/krb5-devel/distinfo Thu Sep 28 05:54:24 2017 (r450802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506421165 -SHA256 (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = b22fe7baa60d33ecf6a8e644d4b13336ae23df598ba62446379806f638024a17 -SIZE (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = 6116326 +TIMESTAMP = 1506577218 +SHA256 (krb5-krb5-1.16.2017.09.27-0c9a4d9_GH0.tar.gz) = b947714d9528ec3ff2b6257f3d946affbe1e8240868fbfa39e0968c477578179 +SIZE (krb5-krb5-1.16.2017.09.27-0c9a4d9_GH0.tar.gz) = 6176990 Modified: head/security/krb5-devel/pkg-plist ============================================================================== --- head/security/krb5-devel/pkg-plist Thu Sep 28 05:30:31 2017 (r450801) +++ head/security/krb5-devel/pkg-plist Thu Sep 28 05:54:24 2017 (r450802) @@ -162,6 +162,7 @@ sbin/sserver sbin/uuserver share/et/et_c.awk share/et/et_h.awk +%%NLS%%share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%LDAP%%%%DATADIR%%/kerberos.schema %%LDAP%%%%DATADIR%%/kerberos.ldif From owner-svn-ports-head@freebsd.org Thu Sep 28 06:25:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 711D1E2A41B; Thu, 28 Sep 2017 06:25:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B51671CBF; Thu, 28 Sep 2017 06:25:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S6PqXH085717; Thu, 28 Sep 2017 06:25:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S6PqhB085714; Thu, 28 Sep 2017 06:25:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709280625.v8S6PqhB085714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 28 Sep 2017 06:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450803 - head/net/gnatsd X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net/gnatsd X-SVN-Commit-Revision: 450803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 06:25:53 -0000 Author: olgeni Date: Thu Sep 28 06:25:52 2017 New Revision: 450803 URL: https://svnweb.freebsd.org/changeset/ports/450803 Log: Update net/gnatsd to version 1.0.4. Modified: head/net/gnatsd/Makefile head/net/gnatsd/distinfo Modified: head/net/gnatsd/Makefile ============================================================================== --- head/net/gnatsd/Makefile Thu Sep 28 05:54:24 2017 (r450802) +++ head/net/gnatsd/Makefile Thu Sep 28 06:25:52 2017 (r450803) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnatsd -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.4 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/gnatsd/distinfo ============================================================================== --- head/net/gnatsd/distinfo Thu Sep 28 05:54:24 2017 (r450802) +++ head/net/gnatsd/distinfo Thu Sep 28 06:25:52 2017 (r450803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500494326 -SHA256 (nats-io-gnatsd-v1.0.2_GH0.tar.gz) = 98cad081f019d251a9e7274ccc8c3409c6a5aeeb361a129e09f9220aeee5c599 -SIZE (nats-io-gnatsd-v1.0.2_GH0.tar.gz) = 305772 +TIMESTAMP = 1506579905 +SHA256 (nats-io-gnatsd-v1.0.4_GH0.tar.gz) = 860479e3fcac18402737533da39018f784e56f28e55b7e2067a0f78ea9793717 +SIZE (nats-io-gnatsd-v1.0.4_GH0.tar.gz) = 312504 From owner-svn-ports-head@freebsd.org Thu Sep 28 08:01:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E823DE2C099; Thu, 28 Sep 2017 08:01:05 +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 C4B4774627; Thu, 28 Sep 2017 08:01:05 +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 v8S8142W022893; Thu, 28 Sep 2017 08:01:04 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S814eG022890; Thu, 28 Sep 2017 08:01:04 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709280801.v8S814eG022890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 28 Sep 2017 08:01:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450804 - in head/math/tomsfastmath: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/math/tomsfastmath: . files X-SVN-Commit-Revision: 450804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 08:01:06 -0000 Author: gahr Date: Thu Sep 28 08:01:04 2017 New Revision: 450804 URL: https://svnweb.freebsd.org/changeset/ports/450804 Log: math/tomsfastmath: update to 0.13.1 Release notes: https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1 https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0 Modified: head/math/tomsfastmath/Makefile head/math/tomsfastmath/distinfo head/math/tomsfastmath/files/patch-makefile Modified: head/math/tomsfastmath/Makefile ============================================================================== --- head/math/tomsfastmath/Makefile Thu Sep 28 06:25:52 2017 (r450803) +++ head/math/tomsfastmath/Makefile Thu Sep 28 08:01:04 2017 (r450804) @@ -1,18 +1,22 @@ # $FreeBSD$ PORTNAME= tomsfastmath -PORTVERSION= 0.12 -PORTREVISION= 4 +PORTVERSION= 0.13.1 +DISTVERSIONPREFIX= v CATEGORIES= math -MASTER_SITES= http://libtom.net/files/ -DISTNAME= tfm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable fixed precision math library for fast exponentiations +LICENSE= PD WTFPL +LICENSE_COMB= dual + BROKEN_powerpc= internal compiler error at src/mul/fp_mul_comba_48.c:398 USES= compiler:features gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= libtom + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile ALL_TARGET= default @@ -34,5 +38,9 @@ post-patch: ${WRKSRC}/src/mont/fp_montgomery_reduce.c \ ${WRKSRC}/src/mul/fp_mul_comba.c \ ${WRKSRC}/src/sqr/fp_sqr_comba.c + +do-install: + ${INSTALL_DATA} ${WRKSRC}/src/headers/tfm.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libtfm.a ${STAGEDIR}${PREFIX}/lib .include Modified: head/math/tomsfastmath/distinfo ============================================================================== --- head/math/tomsfastmath/distinfo Thu Sep 28 06:25:52 2017 (r450803) +++ head/math/tomsfastmath/distinfo Thu Sep 28 08:01:04 2017 (r450804) @@ -1,2 +1,3 @@ -SHA256 (tfm-0.12.tar.bz2) = aa854c6664c3ba173809326ad9d3c18918b52f84040658b247e2ce7527032021 -SIZE (tfm-0.12.tar.bz2) = 216082 +TIMESTAMP = 1506584765 +SHA256 (libtom-tomsfastmath-v0.13.1_GH0.tar.gz) = 207e8624382e815f58bc5c3d4aad725d94588a6cc465d34634e6533dcaae2e0d +SIZE (libtom-tomsfastmath-v0.13.1_GH0.tar.gz) = 421999 Modified: head/math/tomsfastmath/files/patch-makefile ============================================================================== --- head/math/tomsfastmath/files/patch-makefile Thu Sep 28 06:25:52 2017 (r450803) +++ head/math/tomsfastmath/files/patch-makefile Thu Sep 28 08:01:04 2017 (r450804) @@ -1,7 +1,23 @@ ---- makefile.orig Wed Apr 12 13:16:32 2006 -+++ makefile Wed Apr 12 13:16:48 2006 -@@ -11,7 +11,7 @@ endif +--- makefile.orig 2017-04-04 10:24:49 UTC ++++ makefile +@@ -10,12 +10,9 @@ ifndef PREFIX + PREFIX= + endif +-ifeq ($(CC),cc) +- CC = $(PREFIX)gcc +-endif +-LD=$(PREFIX)ld +-AR=$(PREFIX)ar +-RANLIB=$(PREFIX)ranlib ++LD=ld ++AR=ar ++RANLIB=ranlib + + ifndef MAKE + MAKE=make +@@ -39,7 +36,7 @@ CFLAGS += -g3 + else ifndef IGNORE_SPEED -CFLAGS += -O3 -funroll-loops @@ -9,7 +25,7 @@ #profiling #PROF=-pg -g -@@ -52,11 +52,11 @@ HEADERS=src/headers/tfm.h +@@ -83,11 +80,11 @@ HEADERS=src/headers/tfm_private.h $(HEAD #END_INS ifndef LIBPATH @@ -23,18 +39,3 @@ endif ifndef INSTALL_GROUP -@@ -82,10 +82,10 @@ $(LIBNAME): $(OBJECTS) - ranlib $@ - - install: $(LIBNAME) -- install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) -- install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) -- install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH) -- install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) -+ install -d $(DESTDIR)$(LIBPATH) -+ install -d $(DESTDIR)$(INCPATH) -+ install -m 644 $(LIBNAME) $(DESTDIR)$(LIBPATH) -+ install -m 644 $(HEADERS) $(DESTDIR)$(INCPATH) - - mtest/mtest: mtest/mtest.o - cd mtest ; CFLAGS="$(CFLAGS) -I../" MAKE=${MAKE} ${MAKE} mtest From owner-svn-ports-head@freebsd.org Thu Sep 28 08:12:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC67DE2C332; Thu, 28 Sep 2017 08:12:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A616974C0A; Thu, 28 Sep 2017 08:12:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S8C784028235; Thu, 28 Sep 2017 08:12:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S8C7Bc028232; Thu, 28 Sep 2017 08:12:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709280812.v8S8C7Bc028232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 28 Sep 2017 08:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450805 - in head/textproc/erlang-fast_xml: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/textproc/erlang-fast_xml: . files X-SVN-Commit-Revision: 450805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 08:12:09 -0000 Author: olgeni Date: Thu Sep 28 08:12:07 2017 New Revision: 450805 URL: https://svnweb.freebsd.org/changeset/ports/450805 Log: Update textproc/erlang-fast_xml to version 1.1.24. Modified: head/textproc/erlang-fast_xml/Makefile head/textproc/erlang-fast_xml/distinfo head/textproc/erlang-fast_xml/files/patch-rebar.config Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Thu Sep 28 08:01:04 2017 (r450804) +++ head/textproc/erlang-fast_xml/Makefile Thu Sep 28 08:12:07 2017 (r450805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.23 +PORTVERSION= 1.1.24 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-fast_xml/distinfo ============================================================================== --- head/textproc/erlang-fast_xml/distinfo Thu Sep 28 08:01:04 2017 (r450804) +++ head/textproc/erlang-fast_xml/distinfo Thu Sep 28 08:12:07 2017 (r450805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497004422 -SHA256 (processone-fast_xml-1.1.23_GH0.tar.gz) = 7f2b153e1f5f47ad70e8b0143f97c79e855a1d56e597588ed86f87a7335bdf8c -SIZE (processone-fast_xml-1.1.23_GH0.tar.gz) = 92419 +TIMESTAMP = 1506585835 +SHA256 (processone-fast_xml-1.1.24_GH0.tar.gz) = d22d2411aae16f57a11a2a479556fd0fda01a63f6292351e3cdf4fd88c8ee669 +SIZE (processone-fast_xml-1.1.24_GH0.tar.gz) = 92596 Modified: head/textproc/erlang-fast_xml/files/patch-rebar.config ============================================================================== --- head/textproc/erlang-fast_xml/files/patch-rebar.config Thu Sep 28 08:01:04 2017 (r450804) +++ head/textproc/erlang-fast_xml/files/patch-rebar.config Thu Sep 28 08:12:07 2017 (r450805) @@ -1,10 +1,10 @@ ---- rebar.config.orig 2017-06-09 10:39:21 UTC +--- rebar.config.orig 2017-09-28 08:06:10 UTC +++ rebar.config -@@ -31,7 +31,7 @@ +@@ -32,7 +32,7 @@ {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]}, {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}. +{deps, []}. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}. From owner-svn-ports-head@freebsd.org Thu Sep 28 08:37:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71D6BE2CB52; Thu, 28 Sep 2017 08:37:45 +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 3F5D475689; Thu, 28 Sep 2017 08:37:45 +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 v8S8bi6I039327; Thu, 28 Sep 2017 08:37:44 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S8bi79039325; Thu, 28 Sep 2017 08:37:44 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201709280837.v8S8bi79039325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 28 Sep 2017 08:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450806 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 450806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 08:37:45 -0000 Author: lwhsu Date: Thu Sep 28 08:37:44 2017 New Revision: 450806 URL: https://svnweb.freebsd.org/changeset/ports/450806 Log: - Update to 2.81 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Sep 28 08:12:07 2017 (r450805) +++ head/devel/jenkins/Makefile Thu Sep 28 08:37:44 2017 (r450806) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.80 +PORTVERSION= 2.81 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins @@ -13,8 +13,6 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Open-source continuous integration server LICENSE= MIT - -IGNORE= have been identified a critical regression in 2.80, and are preparing a 2.81 CONFLICTS= jenkins-lts-[0-9]* USE_JAVA= yes Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Sep 28 08:12:07 2017 (r450805) +++ head/devel/jenkins/distinfo Thu Sep 28 08:37:44 2017 (r450806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506411531 -SHA256 (jenkins/2.80/jenkins.war) = 69a84b894ad03518a66ffef6f63e289476a35a15e0ff186f0ab70f17b87a2a88 -SIZE (jenkins/2.80/jenkins.war) = 73094442 +TIMESTAMP = 1506580567 +SHA256 (jenkins/2.81/jenkins.war) = 6cdb8912f63b19bad5f87e9200babb8926ab1a1a480998b1f54d4a215c354338 +SIZE (jenkins/2.81/jenkins.war) = 73097494 From owner-svn-ports-head@freebsd.org Thu Sep 28 08:44:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7068EE2CDB8; Thu, 28 Sep 2017 08:44: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 4C78675BF6; Thu, 28 Sep 2017 08:44: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 v8S8inoX043717; Thu, 28 Sep 2017 08:44:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S8imPM043710; Thu, 28 Sep 2017 08:44:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709280844.v8S8imPM043710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 28 Sep 2017 08:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450807 - in head/devel/py-grpcio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/py-grpcio: . files X-SVN-Commit-Revision: 450807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 08:44:50 -0000 Author: vanilla Date: Thu Sep 28 08:44:48 2017 New Revision: 450807 URL: https://svnweb.freebsd.org/changeset/ports/450807 Log: Update to 1.6.3. Added: head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h (contents, props changed) head/devel/py-grpcio/files/patch-third__party_boringssl_ssl_CMakeLists.txt (contents, props changed) Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo head/devel/py-grpcio/files/patch-setup.py head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Thu Sep 28 08:37:44 2017 (r450806) +++ head/devel/py-grpcio/Makefile Thu Sep 28 08:44:48 2017 (r450807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,17 +14,17 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf + ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf \ + ${PYTHON_PKGNAMEPREFIX}futures>=3:devel/py-futures LIB_DEPENDS= libcares.so:dns/c-ares BROKEN_aarch64= fails to compile: cpu-aarch64-linux.c: fatal error: 'sys/auxv.h' file not found BROKEN_powerpc64= fails to compile: cpu-ppc64le.c: 'AT_HWCAP2' undeclared -USES= python +USES= localbase:ldflags python USE_PYTHON= distutils -CFLAGS+= -Ithird_party/boringssl/include \ - -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lcares +CFLAGS+= -Ithird_party/boringssl/include +LDFLAGS+= -lcares post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc.so Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Thu Sep 28 08:37:44 2017 (r450806) +++ head/devel/py-grpcio/distinfo Thu Sep 28 08:44:48 2017 (r450807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498115398 -SHA256 (grpcio-1.4.0.tar.gz) = a3a213a4c24b5c572b386d752e3b74a3f1b8fa5d03c07b6166fa39f3a6cdef34 -SIZE (grpcio-1.4.0.tar.gz) = 9095819 +TIMESTAMP = 1506586700 +SHA256 (grpcio-1.6.3.tar.gz) = e9662782c58bc21be26163b78136eaed091dfd45fac699cb711ee9eeeb7e2f9b +SIZE (grpcio-1.6.3.tar.gz) = 9964070 Modified: head/devel/py-grpcio/files/patch-setup.py ============================================================================== --- head/devel/py-grpcio/files/patch-setup.py Thu Sep 28 08:37:44 2017 (r450806) +++ head/devel/py-grpcio/files/patch-setup.py Thu Sep 28 08:44:48 2017 (r450807) @@ -1,6 +1,6 @@ ---- setup.py.orig 2017-04-27 21:44:50 UTC +--- setup.py.orig 2017-09-27 21:43:56 UTC +++ setup.py -@@ -52,13 +52,6 @@ PYTHON_STEM = os.path.join('src', 'pytho +@@ -37,13 +37,6 @@ PYTHON_STEM = os.path.join('src', 'pytho CORE_INCLUDE = ('include', '.',) BORINGSSL_INCLUDE = (os.path.join('third_party', 'boringssl', 'include'),) ZLIB_INCLUDE = (os.path.join('third_party', 'zlib'),) Modified: head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c ============================================================================== --- head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c Thu Sep 28 08:37:44 2017 (r450806) +++ head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.c Thu Sep 28 08:44:48 2017 (r450807) @@ -1,6 +1,6 @@ ---- src/core/tsi/ssl_transport_security.c.orig 2017-04-27 21:44:51 UTC +--- src/core/tsi/ssl_transport_security.c.orig 2017-09-27 21:43:56 UTC +++ src/core/tsi/ssl_transport_security.c -@@ -35,6 +35,7 @@ +@@ -20,6 +20,7 @@ #include Modified: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py ============================================================================== --- head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Sep 28 08:37:44 2017 (r450806) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Sep 28 08:44:48 2017 (r450807) @@ -1,6 +1,14 @@ ---- src/python/grpcio/grpc_core_dependencies.py.orig 2017-04-27 21:44:50 UTC +--- src/python/grpcio/grpc_core_dependencies.py.orig 2017-09-27 21:43:56 UTC +++ src/python/grpcio/grpc_core_dependencies.py -@@ -630,53 +630,4 @@ CORE_SOURCE_FILES = [ +@@ -610,7 +610,6 @@ CORE_SOURCE_FILES = [ + 'third_party/boringssl/ssl/ssl_file.c', + 'third_party/boringssl/ssl/ssl_lib.c', + 'third_party/boringssl/ssl/ssl_privkey.c', +- 'third_party/boringssl/ssl/ssl_privkey_cc.cc', + 'third_party/boringssl/ssl/ssl_session.c', + 'third_party/boringssl/ssl/ssl_stat.c', + 'third_party/boringssl/ssl/ssl_transcript.c', +@@ -638,53 +637,4 @@ CORE_SOURCE_FILES = [ 'third_party/zlib/trees.c', 'third_party/zlib/uncompr.c', 'third_party/zlib/zutil.c', Added: head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h Thu Sep 28 08:44:48 2017 (r450807) @@ -0,0 +1,12 @@ +--- third_party/boringssl/include/openssl/base.h.orig 2017-09-27 21:43:59 UTC ++++ third_party/boringssl/include/openssl/base.h +@@ -328,9 +328,6 @@ typedef void *OPENSSL_BLOCK; + // MSVC doesn't set __cplusplus to 201103 to indicate C++11 support (see + // https://connect.microsoft.com/VisualStudio/feedback/details/763051/a-value-of-predefined-macro-cplusplus-is-still-199711l) + // so MSVC is just assumed to support C++11. +-#if !defined(BORINGSSL_NO_CXX) && __cplusplus < 201103L && !defined(_MSC_VER) +-#define BORINGSSL_NO_CXX +-#endif + + #if !defined(BORINGSSL_NO_CXX) + extern "C++" { Added: head/devel/py-grpcio/files/patch-third__party_boringssl_ssl_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-grpcio/files/patch-third__party_boringssl_ssl_CMakeLists.txt Thu Sep 28 08:44:48 2017 (r450807) @@ -0,0 +1,10 @@ +--- third_party/boringssl/ssl/CMakeLists.txt.orig 2017-09-28 08:26:07 UTC ++++ third_party/boringssl/ssl/CMakeLists.txt +@@ -25,7 +25,6 @@ add_library( + ssl_file.c + ssl_lib.c + ssl_privkey.c +- ssl_privkey_cc.cc + ssl_session.c + ssl_stat.c + ssl_transcript.c From owner-svn-ports-head@freebsd.org Thu Sep 28 09:02:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D120EE2D517; Thu, 28 Sep 2017 09:02: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 9E6D076613; Thu, 28 Sep 2017 09:02:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S920hh051639; Thu, 28 Sep 2017 09:02:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S9205N051638; Thu, 28 Sep 2017 09:02:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709280902.v8S9205N051638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 Sep 2017 09:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450808 - head/lang/fpc-base X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/fpc-base X-SVN-Commit-Revision: 450808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 09:02:01 -0000 Author: amdmi3 Date: Thu Sep 28 09:02:00 2017 New Revision: 450808 URL: https://svnweb.freebsd.org/changeset/ports/450808 Log: - Update WWW Approved by: portmgr blanket Modified: head/lang/fpc-base/pkg-descr Modified: head/lang/fpc-base/pkg-descr ============================================================================== --- head/lang/fpc-base/pkg-descr Thu Sep 28 08:44:48 2017 (r450807) +++ head/lang/fpc-base/pkg-descr Thu Sep 28 09:02:00 2017 (r450808) @@ -3,4 +3,4 @@ FPC Base This collection constitutes the base packages and utilities for Free Pascal. -WWW: http://www.freepascal.org/ +WWW: https://www.freepascal.org/ From owner-svn-ports-head@freebsd.org Thu Sep 28 09:02:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00F96E2D51F; Thu, 28 Sep 2017 09:02:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C425E7661A; Thu, 28 Sep 2017 09:02: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 v8S922hg051732; Thu, 28 Sep 2017 09:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S922ru051731; Thu, 28 Sep 2017 09:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709280902.v8S922ru051731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 Sep 2017 09:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450809 - head/sysutils/gnome_subr X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/gnome_subr X-SVN-Commit-Revision: 450809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 09:02:04 -0000 Author: amdmi3 Date: Thu Sep 28 09:02:02 2017 New Revision: 450809 URL: https://svnweb.freebsd.org/changeset/ports/450809 Log: - Update WWW Approved by: portmgr blanket Modified: head/sysutils/gnome_subr/pkg-descr Modified: head/sysutils/gnome_subr/pkg-descr ============================================================================== --- head/sysutils/gnome_subr/pkg-descr Thu Sep 28 09:02:00 2017 (r450808) +++ head/sysutils/gnome_subr/pkg-descr Thu Sep 28 09:02:02 2017 (r450809) @@ -1,3 +1,3 @@ Common startup and shutdown subroutines used by GNOME scripts. -WWW: http://www.FreeBSD.org/gnome/ +WWW: https://www.FreeBSD.org/gnome/ From owner-svn-ports-head@freebsd.org Thu Sep 28 09:06:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA732E2D5E9; Thu, 28 Sep 2017 09:06:29 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6936D768A2; Thu, 28 Sep 2017 09:06:28 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S96R9f051988; Thu, 28 Sep 2017 09:06:27 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S96RT9051986; Thu, 28 Sep 2017 09:06:27 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709280906.v8S96RT9051986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 28 Sep 2017 09:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450810 - head/www/yarn X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/www/yarn X-SVN-Commit-Revision: 450810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 09:06:29 -0000 Author: pizzamig Date: Thu Sep 28 09:06:27 2017 New Revision: 450810 URL: https://svnweb.freebsd.org/changeset/ports/450810 Log: www/yarn: Updating to version 1.0.2 Adopting a more fine grained conflict type Fixing a Linux incompatibility Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12516 Modified: head/www/yarn/Makefile head/www/yarn/distinfo Modified: head/www/yarn/Makefile ============================================================================== --- head/www/yarn/Makefile Thu Sep 28 09:02:02 2017 (r450809) +++ head/www/yarn/Makefile Thu Sep 28 09:06:27 2017 (r450810) @@ -2,7 +2,7 @@ PORTNAME= yarn DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= www MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/ @@ -27,7 +27,7 @@ NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6 NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 -HADOOPCOMPAT_CONFLICTS_OFF= hadoop2* +HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2* NO_ARCH= yes NO_BUILD= yes @@ -37,8 +37,6 @@ post-patch: @${REINPLACE_CMD} -i '' \ -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \ ${WRKSRC}/package.json - @${REINPLACE_CMD} -i '' -e 's%Linux)%Linux|FreeBSD)%g' \ - ${WRKSRC}/bin/yarn do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn Modified: head/www/yarn/distinfo ============================================================================== --- head/www/yarn/distinfo Thu Sep 28 09:02:02 2017 (r450809) +++ head/www/yarn/distinfo Thu Sep 28 09:06:27 2017 (r450810) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505124517 -SHA256 (yarn-v1.0.1.tar.gz) = 6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 -SIZE (yarn-v1.0.1.tar.gz) = 843398 +TIMESTAMP = 1506246826 +SHA256 (yarn-v1.0.2.tar.gz) = 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 +SIZE (yarn-v1.0.2.tar.gz) = 843696 From owner-svn-ports-head@freebsd.org Thu Sep 28 09:09:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E0D8E2D671; Thu, 28 Sep 2017 09:09:07 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D15D5769AC; Thu, 28 Sep 2017 09:09:06 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8S996f2052187; Thu, 28 Sep 2017 09:09:06 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8S995av052185; Thu, 28 Sep 2017 09:09:05 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709280909.v8S995av052185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 28 Sep 2017 09:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450811 - head/benchmarks/stress-ng X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/benchmarks/stress-ng X-SVN-Commit-Revision: 450811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 09:09:07 -0000 Author: pizzamig Date: Thu Sep 28 09:09:05 2017 New Revision: 450811 URL: https://svnweb.freebsd.org/changeset/ports/450811 Log: benchmarks/stress-ng: Update to version 0.08.16 Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12517 Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu Sep 28 09:06:27 2017 (r450810) +++ head/benchmarks/stress-ng/Makefile Thu Sep 28 09:09:05 2017 (r450811) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.08.14 +PORTVERSION= 0.08.16 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Thu Sep 28 09:06:27 2017 (r450810) +++ head/benchmarks/stress-ng/distinfo Thu Sep 28 09:09:05 2017 (r450811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505207642 -SHA256 (stress-ng-0.08.14.tar.gz) = a7a8767ec92cffdd2c16145e7d1547cee87cb375fd56ce0bd6ecee8a397f0cd9 -SIZE (stress-ng-0.08.14.tar.gz) = 444376 +TIMESTAMP = 1506246709 +SHA256 (stress-ng-0.08.16.tar.gz) = 315311d4fd09d1e06935bcb9c72b8bbb8289f8d4385a32a6b427bd067d816a87 +SIZE (stress-ng-0.08.16.tar.gz) = 446671 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:20:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30781E2E5BB; Thu, 28 Sep 2017 10:20:28 +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 0C40B7C5EA; Thu, 28 Sep 2017 10:20:27 +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 v8SAKR9s080920; Thu, 28 Sep 2017 10:20:27 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAKQTn080911; Thu, 28 Sep 2017 10:20:26 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709281020.v8SAKQTn080911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 28 Sep 2017 10:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450812 - in head/finance: gnucash gnucash-docs gnucash/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/finance: gnucash gnucash-docs gnucash/files X-SVN-Commit-Revision: 450812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:20:28 -0000 Author: madpilot Date: Thu Sep 28 10:20:26 2017 New Revision: 450812 URL: https://svnweb.freebsd.org/changeset/ports/450812 Log: - Update finance/gnucash to 2.6.18 - Update finance/gnucash-docs to 2.6.18 - Silence portlint warning about variable ordering - Regenerate some patches The gnucash distfile was regenerated after initial release due to missing files, and has a non conforming filename, so the port adds variables to correctly handle this. Modified: head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash-docs/pkg-plist head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/files/patch-configure head/finance/gnucash/files/patch-src_app-utils_guile-util.c head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in head/finance/gnucash/pkg-plist Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash-docs/Makefile Thu Sep 28 10:20:26 2017 (r450812) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.17 +PORTVERSION= 2.6.18 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash-docs/distinfo Thu Sep 28 10:20:26 2017 (r450812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499107148 -SHA256 (gnucash-docs-2.6.17.tar.gz) = 79646c60b1cbc3dd6da817e2546af7baa72497ab846939d3565711044825cb35 -SIZE (gnucash-docs-2.6.17.tar.gz) = 92073384 +TIMESTAMP = 1506292615 +SHA256 (gnucash-docs-2.6.18.tar.gz) = abeef203cd6d938236ec6e376216001a472aae0baafb602a625aa8d5763dec2f +SIZE (gnucash-docs-2.6.18.tar.gz) = 92213102 Modified: head/finance/gnucash-docs/pkg-plist ============================================================================== --- head/finance/gnucash-docs/pkg-plist Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash-docs/pkg-plist Thu Sep 28 10:20:26 2017 (r450812) @@ -1047,10 +1047,10 @@ share/gnome/help/gnucash-guide/ru/figures/basics_Doubl share/gnome/help/gnucash-guide/ru/figures/basics_EmptyAccounts.png share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup.png share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png +share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png +share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewAccountHierarchySetup_currency.png -share/gnome/help/gnucash-guide/ru/figures/basics_NewBookOpts.png share/gnome/help/gnucash-guide/ru/figures/basics_QIF_Import_welcome.png share/gnome/help/gnucash-guide/ru/figures/basics_SaveSQL.png share/gnome/help/gnucash-guide/ru/figures/basics_SaveXML.png Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/Makefile Thu Sep 28 10:20:26 2017 (r450812) @@ -2,8 +2,8 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.17 -PORTREVISION= 2 +PORTVERSION= 2.6.18 +DISTVERSIONSUFFIX=-1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -64,9 +64,9 @@ GUILE2_LIB_DEPENDS= libguile-2.0.so:lang/guile2 GUILE2_BUILD_DEPENDS= slib-guile2>0:lang/slib-guile2 GUILE2_RUN_DEPENDS= slib-guile2>0:lang/slib-guile2 -USE_XORG= x11 USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool localbase \ perl5 pkgconfig shebangfix tar:bzip2 +USE_XORG= x11 USE_CXXSTD= c++11 INSTALLS_ICONS= yes USE_GNOME+= cairo gtk20 intltool libgnomecanvas libxml2 libxslt @@ -75,6 +75,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-error-on-warning \ --disable-doxygen SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ org.gnucash.dialogs.checkprinting.gschema.xml \ Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/distinfo Thu Sep 28 10:20:26 2017 (r450812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499106917 -SHA256 (gnucash-2.6.17.tar.bz2) = db965f39b6c5181810a064a1d1f5bb719722ac3b54dfce0cecf43ee7b38e593c -SIZE (gnucash-2.6.17.tar.bz2) = 13508462 +TIMESTAMP = 1506459146 +SHA256 (gnucash-2.6.18-1.tar.bz2) = 68730bcfcead7485011eb43d3b2c5df032c714571c81f9a15d33d8494fc4249d +SIZE (gnucash-2.6.18-1.tar.bz2) = 13583327 Modified: head/finance/gnucash/files/patch-configure ============================================================================== --- head/finance/gnucash/files/patch-configure Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/files/patch-configure Thu Sep 28 10:20:26 2017 (r450812) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-17 19:13:08 UTC +--- configure.orig 2017-09-22 22:13:51 UTC +++ configure -@@ -20532,6 +20532,7 @@ $as_echo_n "checking for guile-2.0 >= 2. +@@ -21090,6 +21090,7 @@ $as_echo_n "checking for guile-2.0 >= 2.0.0... " >&6; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } succeeded=yes Modified: head/finance/gnucash/files/patch-src_app-utils_guile-util.c ============================================================================== --- head/finance/gnucash/files/patch-src_app-utils_guile-util.c Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/files/patch-src_app-utils_guile-util.c Thu Sep 28 10:20:26 2017 (r450812) @@ -1,6 +1,6 @@ ---- src/app-utils/guile-util.c.orig 2016-12-17 17:28:09 UTC +--- src/app-utils/guile-util.c.orig 2017-09-19 23:23:17 UTC +++ src/app-utils/guile-util.c -@@ -1083,6 +1083,8 @@ gnc_parse_time_to_time64 (const gchar *s +@@ -1083,6 +1083,8 @@ gnc_parse_time_to_time64 (const gchar *s, const gchar g_return_val_if_fail(s && format, -1); Modified: head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in ============================================================================== --- head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in Thu Sep 28 10:20:26 2017 (r450812) @@ -1,6 +1,6 @@ ---- src/report/report-gnome/Makefile.in.orig 2016-12-17 19:13:07 UTC +--- src/report/report-gnome/Makefile.in.orig 2017-09-22 22:13:50 UTC +++ src/report/report-gnome/Makefile.in -@@ -586,6 +586,7 @@ EXTRA_DIST = \ +@@ -599,6 +599,7 @@ EXTRA_DIST = \ @GNC_HAVE_GUILE_2_TRUE@GUILE_COMPILE_ENV = \ @GNC_HAVE_GUILE_2_TRUE@ --gnc-module-dir ${top_builddir}/src/app-utils \ @GNC_HAVE_GUILE_2_TRUE@ --gnc-module-dir ${top_builddir}/src/engine \ Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Thu Sep 28 09:09:05 2017 (r450811) +++ head/finance/gnucash/pkg-plist Thu Sep 28 10:20:26 2017 (r450812) @@ -509,6 +509,21 @@ share/applications/gnucash.desktop %%DATADIR%%/accounts/C/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseretire.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_brokerage.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_carloan.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_childcare.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_common.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_currency.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_eduloan.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_fixedassets.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_homeloan.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_homeown.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_otherloan.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_renter.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_retiremt.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_spouseinc.gnucash-xea +%%DATADIR%%/accounts/ca/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea From owner-svn-ports-head@freebsd.org Thu Sep 28 10:39:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ED19E2EBD7; Thu, 28 Sep 2017 10:39: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 3AD0D7CF44; Thu, 28 Sep 2017 10:39: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 v8SAcxhj089354; Thu, 28 Sep 2017 10:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAcxVD089350; Thu, 28 Sep 2017 10:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281038.v8SAcxVD089350@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, 28 Sep 2017 10:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450813 - in head/devel: . rubygem-cucumber-tag_expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-tag_expressions X-SVN-Commit-Revision: 450813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:39:00 -0000 Author: sunpoet Date: Thu Sep 28 10:38:58 2017 New Revision: 450813 URL: https://svnweb.freebsd.org/changeset/ports/450813 Log: Add rubygem-cucumber-tag_expressions 1.0.1 Tag Expressions provide a simple query language for tags. The simplest tag expression is simply a single tag. WWW: https://github.com/cucumber/tag-expressions-ruby Added: head/devel/rubygem-cucumber-tag_expressions/ head/devel/rubygem-cucumber-tag_expressions/Makefile (contents, props changed) head/devel/rubygem-cucumber-tag_expressions/distinfo (contents, props changed) head/devel/rubygem-cucumber-tag_expressions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 28 10:20:26 2017 (r450812) +++ head/devel/Makefile Thu Sep 28 10:38:58 2017 (r450813) @@ -5376,6 +5376,7 @@ SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi Added: head/devel/rubygem-cucumber-tag_expressions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/Makefile Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-tag_expressions +PORTVERSION= 1.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cucumber tag expressions for Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-cucumber-tag_expressions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/distinfo Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506587579 +SHA256 (rubygem/cucumber-tag_expressions-1.0.1.gem) = 8ee1756f01115627f283124909f23361d0a3f958b56622bf221a3db54d020583 +SIZE (rubygem/cucumber-tag_expressions-1.0.1.gem) = 8192 Added: head/devel/rubygem-cucumber-tag_expressions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/pkg-descr Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,4 @@ +Tag Expressions provide a simple query language for tags. The simplest tag +expression is simply a single tag. + +WWW: https://github.com/cucumber/tag-expressions-ruby From owner-svn-ports-head@freebsd.org Thu Sep 28 10:39:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 108E3E2EC13; Thu, 28 Sep 2017 10:39: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 E09CC7D023; Thu, 28 Sep 2017 10:39: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 v8SAdc4J089538; Thu, 28 Sep 2017 10:39:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAdbdY089534; Thu, 28 Sep 2017 10:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281039.v8SAdbdY089534@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, 28 Sep 2017 10:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450814 - in head/devel: . rubygem-cucumber-expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-expressions X-SVN-Commit-Revision: 450814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:39:39 -0000 Author: sunpoet Date: Thu Sep 28 10:39:37 2017 New Revision: 450814 URL: https://svnweb.freebsd.org/changeset/ports/450814 Log: Add rubygem-cucumber-expressions 4.0.3 Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps. Cucumber Expressions offer similar functionality to Regular Expressions, with the following improvements: - Improved readability - Custom parameter types - Expression generation WWW: https://github.com/cucumber/cucumber-expressions-ruby Added: head/devel/rubygem-cucumber-expressions/ head/devel/rubygem-cucumber-expressions/Makefile (contents, props changed) head/devel/rubygem-cucumber-expressions/distinfo (contents, props changed) head/devel/rubygem-cucumber-expressions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 28 10:38:58 2017 (r450813) +++ head/devel/Makefile Thu Sep 28 10:39:37 2017 (r450814) @@ -5376,6 +5376,7 @@ SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-expressions SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses Added: head/devel/rubygem-cucumber-expressions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/Makefile Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-expressions +PORTVERSION= 4.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cucumber Expressions for Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-cucumber-expressions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/distinfo Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506593056 +SHA256 (rubygem/cucumber-expressions-4.0.3.gem) = f7ea9e2f319e31620a87cf98d775ad0427cf420c11d9f1f51284c7d01e29b539 +SIZE (rubygem/cucumber-expressions-4.0.3.gem) = 16384 Added: head/devel/rubygem-cucumber-expressions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/pkg-descr Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,10 @@ +Cucumber Expressions are simple patterns for matching Step Definitions with +Gherkin steps. + +Cucumber Expressions offer similar functionality to Regular Expressions, with +the following improvements: +- Improved readability +- Custom parameter types +- Expression generation + +WWW: https://github.com/cucumber/cucumber-expressions-ruby From owner-svn-ports-head@freebsd.org Thu Sep 28 10:40:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19C3DE2EC59; Thu, 28 Sep 2017 10: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 DCC067D117; Thu, 28 Sep 2017 10: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 v8SAeSYb089722; Thu, 28 Sep 2017 10:40:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAeRsF089718; Thu, 28 Sep 2017 10:40:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281040.v8SAeRsF089718@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, 28 Sep 2017 10:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450815 - head/devel/libdap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libdap X-SVN-Commit-Revision: 450815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:40:29 -0000 Author: sunpoet Date: Thu Sep 28 10:40:27 2017 New Revision: 450815 URL: https://svnweb.freebsd.org/changeset/ports/450815 Log: Update to 3.19.1 Changes: https://github.com/OPENDAP/libdap4/blob/master/NEWS Modified: head/devel/libdap/Makefile head/devel/libdap/distinfo head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Thu Sep 28 10:39:37 2017 (r450814) +++ head/devel/libdap/Makefile Thu Sep 28 10:40:27 2017 (r450815) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.19.0 +PORTVERSION= 3.19.1 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet Modified: head/devel/libdap/distinfo ============================================================================== --- head/devel/libdap/distinfo Thu Sep 28 10:39:37 2017 (r450814) +++ head/devel/libdap/distinfo Thu Sep 28 10:40:27 2017 (r450815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496327979 -SHA256 (libdap-3.19.0.tar.gz) = 59c384c2da01104a4ef37f010f3bcf5d46e85e30fcfc942c9181e17128f168a5 -SIZE (libdap-3.19.0.tar.gz) = 2412047 +TIMESTAMP = 1506585841 +SHA256 (libdap-3.19.1.tar.gz) = 5215434bacf385ba3f7445494ce400a5ade3995533d8d38bb97fcef1478ad33e +SIZE (libdap-3.19.1.tar.gz) = 2512834 Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Thu Sep 28 10:39:37 2017 (r450814) +++ head/devel/libdap/pkg-plist Thu Sep 28 10:40:27 2017 (r450815) @@ -141,15 +141,15 @@ include/libdap/xdr-datatypes.h lib/libdap.a lib/libdap.so lib/libdap.so.25 -lib/libdap.so.25.0.0 +lib/libdap.so.25.0.1 lib/libdapclient.a lib/libdapclient.so lib/libdapclient.so.6 -lib/libdapclient.so.6.1.6 +lib/libdapclient.so.6.1.7 lib/libdapserver.a lib/libdapserver.so lib/libdapserver.so.7 -lib/libdapserver.so.7.6.6 +lib/libdapserver.so.7.6.7 lib/libtest-types.a libdata/pkgconfig/libdap.pc libdata/pkgconfig/libdapclient.pc From owner-svn-ports-head@freebsd.org Thu Sep 28 10:40:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1210E2EC7C; Thu, 28 Sep 2017 10:40: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 9EA6B7D143; Thu, 28 Sep 2017 10: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 v8SAeYW9089846; Thu, 28 Sep 2017 10:40:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAeYu1089844; Thu, 28 Sep 2017 10:40:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281040.v8SAeYu1089844@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, 28 Sep 2017 10:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450816 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-PAR-Packer X-SVN-Commit-Revision: 450816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:40:35 -0000 Author: sunpoet Date: Thu Sep 28 10:40:34 2017 New Revision: 450816 URL: https://svnweb.freebsd.org/changeset/ports/450816 Log: Update to 1.038 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Thu Sep 28 10:40:27 2017 (r450815) +++ head/devel/p5-PAR-Packer/Makefile Thu Sep 28 10:40:34 2017 (r450816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.037 +PORTVERSION= 1.038 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=1.02:archivers/p5-Archi p5-PAR>=1.014:devel/p5-PAR \ p5-PAR-Dist>=0.22:devel/p5-PAR-Dist RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 MAKE_JOBS_UNSAFE= yes USE_PERL5= configure Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Thu Sep 28 10:40:27 2017 (r450815) +++ head/devel/p5-PAR-Packer/distinfo Thu Sep 28 10:40:34 2017 (r450816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495974847 -SHA256 (PAR-Packer-1.037.tar.gz) = 569dd8468cbf9975930787ca07d5e7ab33b3d218d5393ddd3feff17cd780c07d -SIZE (PAR-Packer-1.037.tar.gz) = 199461 +TIMESTAMP = 1506585853 +SHA256 (PAR-Packer-1.038.tar.gz) = b93c4d260626a7117bfa489184f35dd28d8f744f843a5fd11271c23e515303ba +SIZE (PAR-Packer-1.038.tar.gz) = 198584 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:40:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4733CE2ECA5; Thu, 28 Sep 2017 10:40: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 14FDE7D1E2; Thu, 28 Sep 2017 10:40: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 v8SAefA6089971; Thu, 28 Sep 2017 10:40:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAefqn089969; Thu, 28 Sep 2017 10:40:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281040.v8SAefqn089969@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, 28 Sep 2017 10:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450817 - head/misc/p5-Geo-Coder-OpenCage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geo-Coder-OpenCage X-SVN-Commit-Revision: 450817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:40:42 -0000 Author: sunpoet Date: Thu Sep 28 10:40:40 2017 New Revision: 450817 URL: https://svnweb.freebsd.org/changeset/ports/450817 Log: Update to 0.12 Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile head/misc/p5-Geo-Coder-OpenCage/distinfo Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/Makefile Thu Sep 28 10:40:34 2017 (r450816) +++ head/misc/p5-Geo-Coder-OpenCage/Makefile Thu Sep 28 10:40:40 2017 (r450817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,6 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-JSON>=2.53:converters/p5-JSON \ - p5-List-MoreUtils>=0.33:lang/p5-List-MoreUtils \ p5-URI>=1.60:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \ Modified: head/misc/p5-Geo-Coder-OpenCage/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/distinfo Thu Sep 28 10:40:34 2017 (r450816) +++ head/misc/p5-Geo-Coder-OpenCage/distinfo Thu Sep 28 10:40:40 2017 (r450817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506515465 -SHA256 (Geo-Coder-OpenCage-0.11.tar.gz) = faa4d314a84399c63a6401c3da52fa064dcbc1b74ddeb99c2ae402d6d417d80a -SIZE (Geo-Coder-OpenCage-0.11.tar.gz) = 12848 +TIMESTAMP = 1506585865 +SHA256 (Geo-Coder-OpenCage-0.12.tar.gz) = da14c111fe7f9c7e2a8f9d5277dbdaa9556fb238e611467c475091535f79f0e7 +SIZE (Geo-Coder-OpenCage-0.12.tar.gz) = 13411 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:40:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D011EE2ECFA; Thu, 28 Sep 2017 10:40: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 AB68A7D340; Thu, 28 Sep 2017 10: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 v8SAethj092397; Thu, 28 Sep 2017 10:40:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAetK2092379; Thu, 28 Sep 2017 10:40:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281040.v8SAetK2092379@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, 28 Sep 2017 10:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450819 - in head/devel/rubygem-cucumber-core: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-cucumber-core: . files X-SVN-Commit-Revision: 450819 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:40:56 -0000 Author: sunpoet Date: Thu Sep 28 10:40:55 2017 New Revision: 450819 URL: https://svnweb.freebsd.org/changeset/ports/450819 Log: Update to 3.0.0 Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md https://github.com/cucumber/cucumber-ruby-core/commits/master Added: head/devel/rubygem-cucumber-core/files/patch-lib-cucumber-core-event.rb (contents, props changed) Modified: head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-cucumber-core/distinfo head/devel/rubygem-cucumber-core/files/patch-gemspec Modified: head/devel/rubygem-cucumber-core/Makefile ============================================================================== --- head/devel/rubygem-cucumber-core/Makefile Thu Sep 28 10:40:47 2017 (r450818) +++ head/devel/rubygem-cucumber-core/Makefile Thu Sep 28 10:40:55 2017 (r450819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-core -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ COMMENT= Core library for the Cucumber BDD app LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gherkin>=4.0:textproc/rubygem-gherkin +RUN_DEPENDS= rubygem-cucumber-tag_expressions>=1.0.1:devel/rubygem-cucumber-tag_expressions \ + rubygem-gherkin>=4.1.3:textproc/rubygem-gherkin NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-cucumber-core/distinfo ============================================================================== --- head/devel/rubygem-cucumber-core/distinfo Thu Sep 28 10:40:47 2017 (r450818) +++ head/devel/rubygem-cucumber-core/distinfo Thu Sep 28 10:40:55 2017 (r450819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480754821 -SHA256 (rubygem/cucumber-core-2.0.0.gem) = 75614abf0fffb7641527192f9aac1e9699483c3033f8c77ef79810b2f1b6d08c -SIZE (rubygem/cucumber-core-2.0.0.gem) = 50688 +TIMESTAMP = 1506585883 +SHA256 (rubygem/cucumber-core-3.0.0.gem) = 14877556e8f05aae857f2f2a5356cb96dfabf40e244a2544c57d2d6f54b71b9f +SIZE (rubygem/cucumber-core-3.0.0.gem) = 52736 Modified: head/devel/rubygem-cucumber-core/files/patch-gemspec ============================================================================== --- head/devel/rubygem-cucumber-core/files/patch-gemspec Thu Sep 28 10:40:47 2017 (r450818) +++ head/devel/rubygem-cucumber-core/files/patch-gemspec Thu Sep 28 10:40:55 2017 (r450819) @@ -1,10 +1,10 @@ ---- cucumber-core.gemspec.orig 2016-12-03 11:42:41 UTC +--- cucumber-core.gemspec.orig 2017-09-28 08:34:06 UTC +++ cucumber-core.gemspec -@@ -25,7 +25,6 @@ Gem::Specification.new do |s| - +@@ -26,7 +26,6 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 4.0"]) -- s.add_runtime_dependency(%q.freeze, ["~> 3.6"]) + s.add_runtime_dependency(%q.freeze, [">= 4.1.3"]) + s.add_runtime_dependency(%q.freeze, [">= 1.0.1"]) +- s.add_runtime_dependency(%q.freeze, [">= 3.8.0"]) s.add_development_dependency(%q.freeze, [">= 1.3.5"]) s.add_development_dependency(%q.freeze, [">= 0.9.2"]) s.add_development_dependency(%q.freeze, ["~> 3"]) Added: head/devel/rubygem-cucumber-core/files/patch-lib-cucumber-core-event.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-core/files/patch-lib-cucumber-core-event.rb Thu Sep 28 10:40:55 2017 (r450819) @@ -0,0 +1,8 @@ +--- lib/cucumber/core/event.rb.orig 2017-09-28 08:34:06 UTC ++++ lib/cucumber/core/event.rb +@@ -1,5 +1,3 @@ +-require 'backports/2.1.0/array/to_h' +- + module Cucumber + module Core + class Event From owner-svn-ports-head@freebsd.org Thu Sep 28 10:40:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0208AE2ECDE; Thu, 28 Sep 2017 10: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 C35F27D27C; Thu, 28 Sep 2017 10: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 v8SAelSY090096; Thu, 28 Sep 2017 10:40:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAelqJ090094; Thu, 28 Sep 2017 10:40:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281040.v8SAelqJ090094@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, 28 Sep 2017 10:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450818 - head/databases/py-sqlparse X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-sqlparse X-SVN-Commit-Revision: 450818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:40:49 -0000 Author: sunpoet Date: Thu Sep 28 10:40:47 2017 New Revision: 450818 URL: https://svnweb.freebsd.org/changeset/ports/450818 Log: Update to 0.2.4 - Add LICENSE_FILE Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Modified: head/databases/py-sqlparse/Makefile head/databases/py-sqlparse/distinfo Modified: head/databases/py-sqlparse/Makefile ============================================================================== --- head/databases/py-sqlparse/Makefile Thu Sep 28 10:40:40 2017 (r450817) +++ head/databases/py-sqlparse/Makefile Thu Sep 28 10:40:47 2017 (r450818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlparse -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-validating SQL parser for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/databases/py-sqlparse/distinfo ============================================================================== --- head/databases/py-sqlparse/distinfo Thu Sep 28 10:40:40 2017 (r450817) +++ head/databases/py-sqlparse/distinfo Thu Sep 28 10:40:47 2017 (r450818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488463006 -SHA256 (sqlparse-0.2.3.tar.gz) = becd7cc7cebbdf311de8ceedfcf2bd2403297024418801947f8c953025beeff8 -SIZE (sqlparse-0.2.3.tar.gz) = 60742 +TIMESTAMP = 1506585875 +SHA256 (sqlparse-0.2.4.tar.gz) = ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec +SIZE (sqlparse-0.2.4.tar.gz) = 61614 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E24CE2ED3D; Thu, 28 Sep 2017 10:41: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 CE4B17D3F0; Thu, 28 Sep 2017 10:41: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 v8SAf2Hv092528; Thu, 28 Sep 2017 10:41:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAf25x092526; Thu, 28 Sep 2017 10:41:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAf25x092526@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, 28 Sep 2017 10:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450820 - head/net/rubygem-fog-google X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-google X-SVN-Commit-Revision: 450820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:04 -0000 Author: sunpoet Date: Thu Sep 28 10:41:02 2017 New Revision: 450820 URL: https://svnweb.freebsd.org/changeset/ports/450820 Log: Update to 0.6.0 Changes: https://github.com/fog/fog-google/commits/master Modified: head/net/rubygem-fog-google/Makefile head/net/rubygem-fog-google/distinfo Modified: head/net/rubygem-fog-google/Makefile ============================================================================== --- head/net/rubygem-fog-google/Makefile Thu Sep 28 10:40:55 2017 (r450819) +++ head/net/rubygem-fog-google/Makefile Thu Sep 28 10:41:02 2017 (r450820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-google -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-google/distinfo ============================================================================== --- head/net/rubygem-fog-google/distinfo Thu Sep 28 10:40:55 2017 (r450819) +++ head/net/rubygem-fog-google/distinfo Thu Sep 28 10:41:02 2017 (r450820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504161225 -SHA256 (rubygem/fog-google-0.5.5.gem) = ca92c4aca49595216019457b3a1f1b9278a46c666bd188c14a12108b9e3062e8 -SIZE (rubygem/fog-google-0.5.5.gem) = 141312 +TIMESTAMP = 1506585891 +SHA256 (rubygem/fog-google-0.6.0.gem) = 6cd753ae642f17f631597b5ed6732b5d72c5f27b670ceddf1b70c15a368e4652 +SIZE (rubygem/fog-google-0.6.0.gem) = 141312 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6A0AE2EE9D; Thu, 28 Sep 2017 10:41: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 A213A7D4B6; Thu, 28 Sep 2017 10:41:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SAfAYf092655; Thu, 28 Sep 2017 10:41:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfArn092653; Thu, 28 Sep 2017 10:41:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfArn092653@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, 28 Sep 2017 10:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450821 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 450821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:12 -0000 Author: sunpoet Date: Thu Sep 28 10:41:10 2017 New Revision: 450821 URL: https://svnweb.freebsd.org/changeset/ports/450821 Log: Update to 0.37.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Thu Sep 28 10:41:02 2017 (r450820) +++ head/net/rubygem-gitaly-proto/Makefile Thu Sep 28 10:41:10 2017 (r450821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.36.0 +PORTVERSION= 0.37.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Thu Sep 28 10:41:02 2017 (r450820) +++ head/net/rubygem-gitaly-proto/distinfo Thu Sep 28 10:41:10 2017 (r450821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176424 -SHA256 (rubygem/gitaly-proto-0.36.0.gem) = e21441607e1f6efd296209c9057cc953c1d42e0d22c509eea13f908414fef6f3 -SIZE (rubygem/gitaly-proto-0.36.0.gem) = 11264 +TIMESTAMP = 1506585897 +SHA256 (rubygem/gitaly-proto-0.37.0.gem) = 21744a1035846a54355b35a84c0e021ccf3e5ca32607f7d18ba56000564c17db +SIZE (rubygem/gitaly-proto-0.37.0.gem) = 11264 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6502FE2EED3; Thu, 28 Sep 2017 10:41:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 302F67D552; Thu, 28 Sep 2017 10:41: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 v8SAfHqY092779; Thu, 28 Sep 2017 10:41:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfHCg092776; Thu, 28 Sep 2017 10:41:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfHCg092776@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, 28 Sep 2017 10:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450822 - head/databases/p5-DBIx-Sunny X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBIx-Sunny X-SVN-Commit-Revision: 450822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:18 -0000 Author: sunpoet Date: Thu Sep 28 10:41:16 2017 New Revision: 450822 URL: https://svnweb.freebsd.org/changeset/ports/450822 Log: Update to 0.24 Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes Modified: head/databases/p5-DBIx-Sunny/Makefile head/databases/p5-DBIx-Sunny/distinfo Modified: head/databases/p5-DBIx-Sunny/Makefile ============================================================================== --- head/databases/p5-DBIx-Sunny/Makefile Thu Sep 28 10:41:10 2017 (r450821) +++ head/databases/p5-DBIx-Sunny/Makefile Thu Sep 28 10:41:16 2017 (r450822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Sunny -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Sunny/distinfo ============================================================================== --- head/databases/p5-DBIx-Sunny/distinfo Thu Sep 28 10:41:10 2017 (r450821) +++ head/databases/p5-DBIx-Sunny/distinfo Thu Sep 28 10:41:16 2017 (r450822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491287500 -SHA256 (DBIx-Sunny-0.23.tar.gz) = 51f001b3e7547faaba71b4ddf5ced5dfc70f75e25c26d703f42a9216c25ea015 -SIZE (DBIx-Sunny-0.23.tar.gz) = 18739 +TIMESTAMP = 1506585909 +SHA256 (DBIx-Sunny-0.24.tar.gz) = 55a7a87ea237d3182c9de9e9e2b11baf0bdd0d73c71e49e38e4ac4864a9b508b +SIZE (DBIx-Sunny-0.24.tar.gz) = 19638 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A86DBE2EF01; Thu, 28 Sep 2017 10:41: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 744927D5E9; Thu, 28 Sep 2017 10:41: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 v8SAfNqU092903; Thu, 28 Sep 2017 10:41:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfNuW092901; Thu, 28 Sep 2017 10:41:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfNuW092901@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, 28 Sep 2017 10:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450823 - head/textproc/p5-Regexp-Debugger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Regexp-Debugger X-SVN-Commit-Revision: 450823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:24 -0000 Author: sunpoet Date: Thu Sep 28 10:41:23 2017 New Revision: 450823 URL: https://svnweb.freebsd.org/changeset/ports/450823 Log: Update to 0.002001 Changes: http://search.cpan.org/dist/Regexp-Debugger/Changes Modified: head/textproc/p5-Regexp-Debugger/Makefile head/textproc/p5-Regexp-Debugger/distinfo Modified: head/textproc/p5-Regexp-Debugger/Makefile ============================================================================== --- head/textproc/p5-Regexp-Debugger/Makefile Thu Sep 28 10:41:16 2017 (r450822) +++ head/textproc/p5-Regexp-Debugger/Makefile Thu Sep 28 10:41:23 2017 (r450823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Debugger -PORTVERSION= 0.002000 +PORTVERSION= 0.002001 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Regexp-Debugger/distinfo ============================================================================== --- head/textproc/p5-Regexp-Debugger/distinfo Thu Sep 28 10:41:16 2017 (r450822) +++ head/textproc/p5-Regexp-Debugger/distinfo Thu Sep 28 10:41:23 2017 (r450823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491287521 -SHA256 (Regexp-Debugger-0.002000.tar.gz) = b502d294da0db2a38bc97231b9c68b27e6269b4357d33a1896e1f419ff41b330 -SIZE (Regexp-Debugger-0.002000.tar.gz) = 36379 +TIMESTAMP = 1506585919 +SHA256 (Regexp-Debugger-0.002001.tar.gz) = 2b618fa60e4e9f78d982d2dd51087cdae1e75103b2239ccb16d2dc6a961a4fbd +SIZE (Regexp-Debugger-0.002001.tar.gz) = 36446 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD12E2EF2A; Thu, 28 Sep 2017 10:41: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 85FCB7D663; Thu, 28 Sep 2017 10:41: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 v8SAfSB6093029; Thu, 28 Sep 2017 10:41:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfSkw093027; Thu, 28 Sep 2017 10:41:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfSkw093027@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, 28 Sep 2017 10:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450824 - head/textproc/p5-XML-SemanticDiff X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-SemanticDiff X-SVN-Commit-Revision: 450824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:29 -0000 Author: sunpoet Date: Thu Sep 28 10:41:28 2017 New Revision: 450824 URL: https://svnweb.freebsd.org/changeset/ports/450824 Log: Update to 1.0006 Changes: http://search.cpan.org/dist/XML-SemanticDiff/Changes Modified: head/textproc/p5-XML-SemanticDiff/Makefile head/textproc/p5-XML-SemanticDiff/distinfo Modified: head/textproc/p5-XML-SemanticDiff/Makefile ============================================================================== --- head/textproc/p5-XML-SemanticDiff/Makefile Thu Sep 28 10:41:23 2017 (r450823) +++ head/textproc/p5-XML-SemanticDiff/Makefile Thu Sep 28 10:41:28 2017 (r450824) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= XML-SemanticDiff -PORTVERSION= 1.0005 +PORTVERSION= 1.0006 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-SemanticDiff/distinfo ============================================================================== --- head/textproc/p5-XML-SemanticDiff/distinfo Thu Sep 28 10:41:23 2017 (r450823) +++ head/textproc/p5-XML-SemanticDiff/distinfo Thu Sep 28 10:41:28 2017 (r450824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491601211 -SHA256 (XML-SemanticDiff-1.0005.tar.gz) = 3f816042f5e6e948f79d01b5aee74595d95f819a473cc05d6d897e40615d9300 -SIZE (XML-SemanticDiff-1.0005.tar.gz) = 35349 +TIMESTAMP = 1506585930 +SHA256 (XML-SemanticDiff-1.0006.tar.gz) = 1364e6710f3e83b39fb06e5fc3aff117632a7cfe7c5df2a96289c3dfcf9a14fc +SIZE (XML-SemanticDiff-1.0006.tar.gz) = 36305 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D93AE2EF5B; Thu, 28 Sep 2017 10:41: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 3BD297D70D; Thu, 28 Sep 2017 10:41: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 v8SAfZ28094569; Thu, 28 Sep 2017 10:41:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfZww094567; Thu, 28 Sep 2017 10:41:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfZww094567@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, 28 Sep 2017 10:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450825 - head/www/rubygem-rdf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rdf X-SVN-Commit-Revision: 450825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:36 -0000 Author: sunpoet Date: Thu Sep 28 10:41:35 2017 New Revision: 450825 URL: https://svnweb.freebsd.org/changeset/ports/450825 Log: Update to 2.2.10 Changes: https://github.com/ruby-rdf/rdf/releases https://github.com/ruby-rdf/rdf/commits/develop Modified: head/www/rubygem-rdf/Makefile head/www/rubygem-rdf/distinfo Modified: head/www/rubygem-rdf/Makefile ============================================================================== --- head/www/rubygem-rdf/Makefile Thu Sep 28 10:41:28 2017 (r450824) +++ head/www/rubygem-rdf/Makefile Thu Sep 28 10:41:35 2017 (r450825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rdf -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.10 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-rdf/distinfo ============================================================================== --- head/www/rubygem-rdf/distinfo Thu Sep 28 10:41:28 2017 (r450824) +++ head/www/rubygem-rdf/distinfo Thu Sep 28 10:41:35 2017 (r450825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503939374 -SHA256 (rubygem/rdf-2.2.9.gem) = f1af4a79f55f40389843fca83f5663902b03e1b0d9e5b9741a3adac571e645b3 -SIZE (rubygem/rdf-2.2.9.gem) = 133632 +TIMESTAMP = 1506586013 +SHA256 (rubygem/rdf-2.2.10.gem) = bfb098be30a6c2da7fa448ae55a43d056fa33683834044409de5753b043f739a +SIZE (rubygem/rdf-2.2.10.gem) = 133632 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0466EE2EF8C; Thu, 28 Sep 2017 10:41: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 C15587D7C0; Thu, 28 Sep 2017 10:41:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SAffkP094694; Thu, 28 Sep 2017 10:41:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAffV3094692; Thu, 28 Sep 2017 10:41:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAffV3094692@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, 28 Sep 2017 10:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450826 - head/converters/rubygem-json-ld X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/rubygem-json-ld X-SVN-Commit-Revision: 450826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:43 -0000 Author: sunpoet Date: Thu Sep 28 10:41:41 2017 New Revision: 450826 URL: https://svnweb.freebsd.org/changeset/ports/450826 Log: Update to 2.1.6 - Add LICENSE_FILE Changes: https://github.com/ruby-rdf/json-ld/releases https://github.com/ruby-rdf/json-ld/commits/develop Modified: head/converters/rubygem-json-ld/Makefile head/converters/rubygem-json-ld/distinfo Modified: head/converters/rubygem-json-ld/Makefile ============================================================================== --- head/converters/rubygem-json-ld/Makefile Thu Sep 28 10:41:35 2017 (r450825) +++ head/converters/rubygem-json-ld/Makefile Thu Sep 28 10:41:41 2017 (r450826) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= json-ld -DISTVERSION= 2.1.5 +DISTVERSION= 2.1.6 CATEGORIES= converters rubygems MASTER_SITES= RG @@ -9,14 +9,15 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= JSON-LD reader/writer for Ruby LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/UNLICENSE RUN_DEPENDS= rubygem-multi_json>=1.12:devel/rubygem-multi_json \ - rubygem-rdf>=2.2:www/rubygem-rdf + rubygem-rdf>=2.2.8:www/rubygem-rdf USES= gem USE_RUBY= yes - NO_ARCH= yes + PLIST_FILES= bin/jsonld .include Modified: head/converters/rubygem-json-ld/distinfo ============================================================================== --- head/converters/rubygem-json-ld/distinfo Thu Sep 28 10:41:35 2017 (r450825) +++ head/converters/rubygem-json-ld/distinfo Thu Sep 28 10:41:41 2017 (r450826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504481916 -SHA256 (rubygem/json-ld-2.1.5.gem) = 8b4c859671b1b4d342d0312441117ae8ab3731c28866cf0909b2e257ba643116 -SIZE (rubygem/json-ld-2.1.5.gem) = 109056 +TIMESTAMP = 1506585938 +SHA256 (rubygem/json-ld-2.1.6.gem) = 76fe86422b43fa4f56dbcb382ce4d104281d46b9aba68afc8b9f3f648a58cc50 +SIZE (rubygem/json-ld-2.1.6.gem) = 109568 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8648E2EFC1; Thu, 28 Sep 2017 10:41: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 752137D877; Thu, 28 Sep 2017 10:41: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 v8SAfmJv094818; Thu, 28 Sep 2017 10:41:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAfm46094815; Thu, 28 Sep 2017 10:41:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAfm46094815@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, 28 Sep 2017 10:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450827 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 450827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:49 -0000 Author: sunpoet Date: Thu Sep 28 10:41:48 2017 New Revision: 450827 URL: https://svnweb.freebsd.org/changeset/ports/450827 Log: Update to 2.10.54 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Sep 28 10:41:41 2017 (r450826) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Sep 28 10:41:48 2017 (r450827) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.53 +PORTVERSION= 2.10.54 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Sep 28 10:41:41 2017 (r450826) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Sep 28 10:41:48 2017 (r450827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506511388 -SHA256 (rubygem/aws-sdk-core-2.10.53.gem) = 3fa96ef5207e53da62bbd79522a9c55e674853574e6c62cbb6b5befa56675a67 -SIZE (rubygem/aws-sdk-core-2.10.53.gem) = 1069568 +TIMESTAMP = 1506585951 +SHA256 (rubygem/aws-sdk-core-2.10.54.gem) = ef79bc1fda62a97c2d529a28bd46850fb8a50fb2456b894c18bc0880c0de9252 +SIZE (rubygem/aws-sdk-core-2.10.54.gem) = 1070080 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:41:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBCDCE2EFEB; Thu, 28 Sep 2017 10:41: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 8736F7D926; Thu, 28 Sep 2017 10:41: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 v8SAfteP094942; Thu, 28 Sep 2017 10:41:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAftYM094939; Thu, 28 Sep 2017 10:41:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281041.v8SAftYM094939@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, 28 Sep 2017 10:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450828 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 450828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:41:56 -0000 Author: sunpoet Date: Thu Sep 28 10:41:55 2017 New Revision: 450828 URL: https://svnweb.freebsd.org/changeset/ports/450828 Log: Update to 2.10.54 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Sep 28 10:41:48 2017 (r450827) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Sep 28 10:41:55 2017 (r450828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.53 +PORTVERSION= 2.10.54 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Sep 28 10:41:48 2017 (r450827) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Sep 28 10:41:55 2017 (r450828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506511406 -SHA256 (rubygem/aws-sdk-resources-2.10.53.gem) = a41753dd0d032dfb350d6f4ed5daefbe75fc33623ac4f2c5284b2342ad4d683c -SIZE (rubygem/aws-sdk-resources-2.10.53.gem) = 48640 +TIMESTAMP = 1506585958 +SHA256 (rubygem/aws-sdk-resources-2.10.54.gem) = 63b511c46bcbf83e980b38c31df34d9f890b28446e6800d01bbe66ba764be7fa +SIZE (rubygem/aws-sdk-resources-2.10.54.gem) = 48640 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:42:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4C7FE2F01B; Thu, 28 Sep 2017 10: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 B184F7DAF1; Thu, 28 Sep 2017 10:42: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 v8SAg2U9095070; Thu, 28 Sep 2017 10:42:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAg277095068; Thu, 28 Sep 2017 10:42:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281042.v8SAg277095068@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, 28 Sep 2017 10:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450829 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 450829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:42:04 -0000 Author: sunpoet Date: Thu Sep 28 10:42:02 2017 New Revision: 450829 URL: https://svnweb.freebsd.org/changeset/ports/450829 Log: Update to 2.10.54 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Sep 28 10:41:55 2017 (r450828) +++ head/devel/rubygem-aws-sdk/Makefile Thu Sep 28 10:42:02 2017 (r450829) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.53 +PORTVERSION= 2.10.54 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Sep 28 10:41:55 2017 (r450828) +++ head/devel/rubygem-aws-sdk/distinfo Thu Sep 28 10:42:02 2017 (r450829) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506511421 -SHA256 (rubygem/aws-sdk-2.10.53.gem) = 287bc1a66958554ff4603b2bcc566d3c1b4b26eb67266d32956db5fe4f659806 -SIZE (rubygem/aws-sdk-2.10.53.gem) = 4608 +TIMESTAMP = 1506585964 +SHA256 (rubygem/aws-sdk-2.10.54.gem) = a527a01e070e0520c924259037a66b720b1d7d8f49f296c1452ac878585232a4 +SIZE (rubygem/aws-sdk-2.10.54.gem) = 4608 From owner-svn-ports-head@freebsd.org Thu Sep 28 10:42:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE2BCE2F049; Thu, 28 Sep 2017 10:42: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 A67BD7DB90; Thu, 28 Sep 2017 10: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 v8SAg93e095205; Thu, 28 Sep 2017 10:42:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAg9eF095203; Thu, 28 Sep 2017 10:42:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281042.v8SAg9eF095203@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, 28 Sep 2017 10:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450830 - in head/devel/rubygem-cucumber: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-cucumber: . files X-SVN-Commit-Revision: 450830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 10:42:11 -0000 Author: sunpoet Date: Thu Sep 28 10:42:09 2017 New Revision: 450830 URL: https://svnweb.freebsd.org/changeset/ports/450830 Log: Update to 3.0.0 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-cucumber/files/ Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Thu Sep 28 10:42:02 2017 (r450829) +++ head/devel/rubygem-cucumber/Makefile Thu Sep 28 10:42:09 2017 (r450830) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,9 +12,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ - rubygem-cucumber-core>=1.5.0:devel/rubygem-cucumber-core \ + rubygem-cucumber-core>=3.0.0:devel/rubygem-cucumber-core \ + rubygem-cucumber-expressions>=4.0.3:devel/rubygem-cucumber-expressions \ rubygem-cucumber-wire>=0.0.1:devel/rubygem-cucumber-wire \ - rubygem-diff-lcs>=1.1.3:textproc/rubygem-diff-lcs \ + rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \ rubygem-gherkin>=4.0:textproc/rubygem-gherkin \ rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \ rubygem-multi_test>=0.1.2:devel/rubygem-multi_test Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Thu Sep 28 10:42:02 2017 (r450829) +++ head/devel/rubygem-cucumber/distinfo Thu Sep 28 10:42:09 2017 (r450830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466902774 -SHA256 (rubygem/cucumber-2.4.0.gem) = 307e87c24e250d015c1d9990a7d79f7bdd9b239aa25681fd861fe491541892cc -SIZE (rubygem/cucumber-2.4.0.gem) = 250880 +TIMESTAMP = 1506592899 +SHA256 (rubygem/cucumber-3.0.0.gem) = ade15b4c24938ed6893e8324fc46b4adaee44b5989efaa277697f43e06c3e1e5 +SIZE (rubygem/cucumber-3.0.0.gem) = 264704 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F036E2F51D; Thu, 28 Sep 2017 11:01:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B91B7E734; Thu, 28 Sep 2017 11:01:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SB19BB099566; Thu, 28 Sep 2017 11:01:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB18ai099563; Thu, 28 Sep 2017 11:01:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB18ai099563@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, 28 Sep 2017 11:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450831 - head/devel/rubygem-progressbar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-progressbar X-SVN-Commit-Revision: 450831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:10 -0000 Author: sunpoet Date: Thu Sep 28 11:01:08 2017 New Revision: 450831 URL: https://svnweb.freebsd.org/changeset/ports/450831 Log: Update to 1.9.0 - Fix LICENSE - Add LICENSE_FILE - Update WWW Changes: https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md Modified: head/devel/rubygem-progressbar/Makefile head/devel/rubygem-progressbar/distinfo head/devel/rubygem-progressbar/pkg-descr Modified: head/devel/rubygem-progressbar/Makefile ============================================================================== --- head/devel/rubygem-progressbar/Makefile Thu Sep 28 10:42:09 2017 (r450830) +++ head/devel/rubygem-progressbar/Makefile Thu Sep 28 11:01:08 2017 (r450831) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= progressbar -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby/ProgressBar is a text progress bar library for Ruby -LICENSE= BSD2CLAUSE RUBY -LICENSE_COMB= dual +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-progressbar/distinfo ============================================================================== --- head/devel/rubygem-progressbar/distinfo Thu Sep 28 10:42:09 2017 (r450830) +++ head/devel/rubygem-progressbar/distinfo Thu Sep 28 11:01:08 2017 (r450831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483017432 -SHA256 (rubygem/progressbar-1.8.2.gem) = 51394d27a4f84bc8d81666128e0d72f3b286da9234ffbe8c47e2978d8212fa97 -SIZE (rubygem/progressbar-1.8.2.gem) = 26112 +TIMESTAMP = 1506585998 +SHA256 (rubygem/progressbar-1.9.0.gem) = dbb8497223e4bef55cf763acd435dfa723238c9e4fdf25c375fbad72b5065c1b +SIZE (rubygem/progressbar-1.9.0.gem) = 17408 Modified: head/devel/rubygem-progressbar/pkg-descr ============================================================================== --- head/devel/rubygem-progressbar/pkg-descr Thu Sep 28 10:42:09 2017 (r450830) +++ head/devel/rubygem-progressbar/pkg-descr Thu Sep 28 11:01:08 2017 (r450831) @@ -1,4 +1,4 @@ Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time. -WWW: https://github.com/peleteiro/progressbar +WWW: https://github.com/jfelchner/ruby-progressbar From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD436E2F53F; Thu, 28 Sep 2017 11:01: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 9ACA67E75F; Thu, 28 Sep 2017 11:01: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 v8SB1Gex099691; Thu, 28 Sep 2017 11:01:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1GTj099689; Thu, 28 Sep 2017 11:01:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1GTj099689@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, 28 Sep 2017 11:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450832 - head/devel/rubygem-react-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-react-rails X-SVN-Commit-Revision: 450832 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:17 -0000 Author: sunpoet Date: Thu Sep 28 11:01:16 2017 New Revision: 450832 URL: https://svnweb.freebsd.org/changeset/ports/450832 Log: Update to 2.3.0 - Fix version requirement of RUN_DEPENDS Changes: https://github.com/reactjs/react-rails/releases Modified: head/devel/rubygem-react-rails/Makefile head/devel/rubygem-react-rails/distinfo Modified: head/devel/rubygem-react-rails/Makefile ============================================================================== --- head/devel/rubygem-react-rails/Makefile Thu Sep 28 11:01:08 2017 (r450831) +++ head/devel/rubygem-react-rails/Makefile Thu Sep 28 11:01:16 2017 (r450832) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= react-rails -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,11 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-babel-transpiler>=0.7.0:textproc/rubygem-babel-transpiler \ rubygem-connection_pool>=0:net/rubygem-connection_pool \ rubygem-execjs>=0:devel/rubygem-execjs \ - rubygem-railties4>0:www/rubygem-railties4 \ + rubygem-railties4>=3.2:www/rubygem-railties4 \ rubygem-tilt>=0:devel/rubygem-tilt NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/devel/rubygem-react-rails/distinfo ============================================================================== --- head/devel/rubygem-react-rails/distinfo Thu Sep 28 11:01:08 2017 (r450831) +++ head/devel/rubygem-react-rails/distinfo Thu Sep 28 11:01:16 2017 (r450832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499109673 -SHA256 (rubygem/react-rails-2.2.1.gem) = 446a25431c79a319d25ce0ba886113cf4aa5ea6d7b2a38f40623eac1f83cf3c2 -SIZE (rubygem/react-rails-2.2.1.gem) = 973824 +TIMESTAMP = 1506594759 +SHA256 (rubygem/react-rails-2.3.0.gem) = c461820823ca1dc5d10c9df790e61258e3a1e23328b9f78fddafd778596515af +SIZE (rubygem/react-rails-2.3.0.gem) = 1013760 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0A1CE2F567; Thu, 28 Sep 2017 11:01:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F4E77E80E; Thu, 28 Sep 2017 11:01: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 v8SB1OF2099818; Thu, 28 Sep 2017 11:01:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1Oba099816; Thu, 28 Sep 2017 11:01:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1Oba099816@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, 28 Sep 2017 11:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450833 - head/devel/rubygem-react-rails-rails5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-react-rails-rails5 X-SVN-Commit-Revision: 450833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:25 -0000 Author: sunpoet Date: Thu Sep 28 11:01:24 2017 New Revision: 450833 URL: https://svnweb.freebsd.org/changeset/ports/450833 Log: Update to 2.3.0 - Fix version requirement of RUN_DEPENDS Changes: https://github.com/reactjs/react-rails/releases Modified: head/devel/rubygem-react-rails-rails5/Makefile head/devel/rubygem-react-rails-rails5/distinfo Modified: head/devel/rubygem-react-rails-rails5/Makefile ============================================================================== --- head/devel/rubygem-react-rails-rails5/Makefile Thu Sep 28 11:01:16 2017 (r450832) +++ head/devel/rubygem-react-rails-rails5/Makefile Thu Sep 28 11:01:24 2017 (r450833) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= react-rails -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 @@ -15,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-babel-transpiler>=0.7.0:textproc/rubygem-babel-transpiler \ rubygem-connection_pool>=0:net/rubygem-connection_pool \ rubygem-execjs>=0:devel/rubygem-execjs \ - rubygem-railties5>0:www/rubygem-railties5 \ + rubygem-railties5>=3.2:www/rubygem-railties5 \ rubygem-tilt>=0:devel/rubygem-tilt NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/devel/rubygem-react-rails-rails5/distinfo ============================================================================== --- head/devel/rubygem-react-rails-rails5/distinfo Thu Sep 28 11:01:16 2017 (r450832) +++ head/devel/rubygem-react-rails-rails5/distinfo Thu Sep 28 11:01:24 2017 (r450833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499109706 -SHA256 (rubygem/react-rails-2.2.1.gem) = 446a25431c79a319d25ce0ba886113cf4aa5ea6d7b2a38f40623eac1f83cf3c2 -SIZE (rubygem/react-rails-2.2.1.gem) = 973824 +TIMESTAMP = 1506594759 +SHA256 (rubygem/react-rails-2.3.0.gem) = c461820823ca1dc5d10c9df790e61258e3a1e23328b9f78fddafd778596515af +SIZE (rubygem/react-rails-2.3.0.gem) = 1013760 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5990CE2F590; Thu, 28 Sep 2017 11:01: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 258D77E889; Thu, 28 Sep 2017 11:01: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 v8SB1VBM000935; Thu, 28 Sep 2017 11:01:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1VF5000921; Thu, 28 Sep 2017 11:01:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1VF5000921@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, 28 Sep 2017 11:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450834 - head/devel/rubygem-ruby-progressbar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-ruby-progressbar X-SVN-Commit-Revision: 450834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:32 -0000 Author: sunpoet Date: Thu Sep 28 11:01:30 2017 New Revision: 450834 URL: https://svnweb.freebsd.org/changeset/ports/450834 Log: Update to 1.9.0 Changes: https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md Modified: head/devel/rubygem-ruby-progressbar/Makefile head/devel/rubygem-ruby-progressbar/distinfo Modified: head/devel/rubygem-ruby-progressbar/Makefile ============================================================================== --- head/devel/rubygem-ruby-progressbar/Makefile Thu Sep 28 11:01:24 2017 (r450833) +++ head/devel/rubygem-ruby-progressbar/Makefile Thu Sep 28 11:01:30 2017 (r450834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-progressbar -PORTVERSION= 1.8.3 +PORTVERSION= 1.9.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-ruby-progressbar/distinfo ============================================================================== --- head/devel/rubygem-ruby-progressbar/distinfo Thu Sep 28 11:01:24 2017 (r450833) +++ head/devel/rubygem-ruby-progressbar/distinfo Thu Sep 28 11:01:30 2017 (r450834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505930485 -SHA256 (rubygem/ruby-progressbar-1.8.3.gem) = 0e47b5ce47c71e74ca25bb3aea20f9889a148ebd9e4ce5651e05bb3930d83309 -SIZE (rubygem/ruby-progressbar-1.8.3.gem) = 16896 +TIMESTAMP = 1506586004 +SHA256 (rubygem/ruby-progressbar-1.9.0.gem) = d32d1b046400e58007e7043e3b07c9e2c32a248964a55afc780516b7630ff0c5 +SIZE (rubygem/ruby-progressbar-1.9.0.gem) = 17408 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD3EE2F5A5; Thu, 28 Sep 2017 11:01:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E03187E925; Thu, 28 Sep 2017 11:01:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SB1cqx001070; Thu, 28 Sep 2017 11:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1but001068; Thu, 28 Sep 2017 11:01:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1but001068@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, 28 Sep 2017 11:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450835 - head/textproc/rubygem-html2text X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-html2text X-SVN-Commit-Revision: 450835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:39 -0000 Author: sunpoet Date: Thu Sep 28 11:01:37 2017 New Revision: 450835 URL: https://svnweb.freebsd.org/changeset/ports/450835 Log: Update to 0.2.1 Changes: https://github.com/soundasleep/html2text_ruby/commits/master Modified: head/textproc/rubygem-html2text/Makefile head/textproc/rubygem-html2text/distinfo (contents, props changed) Modified: head/textproc/rubygem-html2text/Makefile ============================================================================== --- head/textproc/rubygem-html2text/Makefile Thu Sep 28 11:01:30 2017 (r450834) +++ head/textproc/rubygem-html2text/Makefile Thu Sep 28 11:01:37 2017 (r450835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= html2text -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-html2text/distinfo ============================================================================== --- head/textproc/rubygem-html2text/distinfo Thu Sep 28 11:01:30 2017 (r450834) +++ head/textproc/rubygem-html2text/distinfo Thu Sep 28 11:01:37 2017 (r450835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489069258 -SHA256 (rubygem/html2text-0.2.0.gem) = 31c2f0be9ab7aa4fc780b07d5f84882ebc22a9024c29a45f4f5adfe42e92ad4f -SIZE (rubygem/html2text-0.2.0.gem) = 11776 +TIMESTAMP = 1506594773 +SHA256 (rubygem/html2text-0.2.1.gem) = be4a249478cd6061cb5a30824036015af1d34b2a8cd7d03c2a1e91d8e102720b +SIZE (rubygem/html2text-0.2.1.gem) = 12288 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AF1EE2F624; Thu, 28 Sep 2017 11:01: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 D1B377EA87; Thu, 28 Sep 2017 11:01: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 v8SB1pKI001320; Thu, 28 Sep 2017 11:01:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1pXn001318; Thu, 28 Sep 2017 11:01:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1pXn001318@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, 28 Sep 2017 11:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450837 - head/databases/rubygem-activemodel4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activemodel4 X-SVN-Commit-Revision: 450837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:53 -0000 Author: sunpoet Date: Thu Sep 28 11:01:51 2017 New Revision: 450837 URL: https://svnweb.freebsd.org/changeset/ports/450837 Log: Update to 4.2.10 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 Sep 28 11:01:44 2017 (r450836) +++ head/databases/rubygem-activemodel4/Makefile Thu Sep 28 11:01:51 2017 (r450837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/databases/rubygem-activemodel4/distinfo ============================================================================== --- head/databases/rubygem-activemodel4/distinfo Thu Sep 28 11:01:44 2017 (r450836) +++ head/databases/rubygem-activemodel4/distinfo Thu Sep 28 11:01:51 2017 (r450837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574374 -SHA256 (rubygem/activemodel-4.2.9.gem) = dbcd32a5e6294323b893565c0c334f6d89bb92d5085ce5e3d0454de0ed8eb5e3 -SIZE (rubygem/activemodel-4.2.9.gem) = 45568 +TIMESTAMP = 1506586030 +SHA256 (rubygem/activemodel-4.2.10.gem) = 3b513adc4f7483da117d25ac6505cc46794b4eb457b28597014975a97a929b30 +SIZE (rubygem/activemodel-4.2.10.gem) = 45568 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C45E2F667; Thu, 28 Sep 2017 11:02: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 399157EB3A; Thu, 28 Sep 2017 11:02: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 v8SB1xJL001445; Thu, 28 Sep 2017 11:01:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1xF5001443; Thu, 28 Sep 2017 11:01:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1xF5001443@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, 28 Sep 2017 11:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450838 - head/databases/rubygem-activerecord4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord4 X-SVN-Commit-Revision: 450838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:00 -0000 Author: sunpoet Date: Thu Sep 28 11:01:59 2017 New Revision: 450838 URL: https://svnweb.freebsd.org/changeset/ports/450838 Log: Update to 4.2.10 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 Sep 28 11:01:51 2017 (r450837) +++ head/databases/rubygem-activerecord4/Makefile Thu Sep 28 11:01:59 2017 (r450838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/databases/rubygem-activerecord4/distinfo ============================================================================== --- head/databases/rubygem-activerecord4/distinfo Thu Sep 28 11:01:51 2017 (r450837) +++ head/databases/rubygem-activerecord4/distinfo Thu Sep 28 11:01:59 2017 (r450838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574391 -SHA256 (rubygem/activerecord-4.2.9.gem) = 0be77a1f77b2c8ae0e767c6fafb4c8fdda89c0be49ded0ae6f9644e81a4827a2 -SIZE (rubygem/activerecord-4.2.9.gem) = 332288 +TIMESTAMP = 1506586039 +SHA256 (rubygem/activerecord-4.2.10.gem) = ba4cd95d24e12ba87618d10d7a6f6bf42b0325dad7b53676b55bb074894f9ad3 +SIZE (rubygem/activerecord-4.2.10.gem) = 332288 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:01:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24027E2F5EE; Thu, 28 Sep 2017 11:01: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 E4A987E9E3; Thu, 28 Sep 2017 11:01: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 v8SB1jLe001195; Thu, 28 Sep 2017 11:01:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB1iKw001193; Thu, 28 Sep 2017 11:01:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281101.v8SB1iKw001193@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, 28 Sep 2017 11:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450836 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activesupport4 X-SVN-Commit-Revision: 450836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:01:46 -0000 Author: sunpoet Date: Thu Sep 28 11:01:44 2017 New Revision: 450836 URL: https://svnweb.freebsd.org/changeset/ports/450836 Log: Update to 4.2.10 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 Sep 28 11:01:37 2017 (r450835) +++ head/devel/rubygem-activesupport4/Makefile Thu Sep 28 11:01:44 2017 (r450836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Thu Sep 28 11:01:37 2017 (r450835) +++ head/devel/rubygem-activesupport4/distinfo Thu Sep 28 11:01:44 2017 (r450836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574367 -SHA256 (rubygem/activesupport-4.2.9.gem) = 5717d2fe6409d4df72f0d20e46d7261503ccafc80ab228e91455d47185190ab4 -SIZE (rubygem/activesupport-4.2.9.gem) = 333824 +TIMESTAMP = 1506586023 +SHA256 (rubygem/activesupport-4.2.10.gem) = 275b14e515eb8c924bafa734417ec053a57f177ae9d3369f753d6f4437922268 +SIZE (rubygem/activesupport-4.2.10.gem) = 333824 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB212E2F6B1; Thu, 28 Sep 2017 11:02: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 8817F7EBE2; Thu, 28 Sep 2017 11:02: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 v8SB25HQ002427; Thu, 28 Sep 2017 11:02:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB25cb002425; Thu, 28 Sep 2017 11:02:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB25cb002425@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, 28 Sep 2017 11:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450839 - head/devel/rubygem-actionview4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-actionview4 X-SVN-Commit-Revision: 450839 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:06 -0000 Author: sunpoet Date: Thu Sep 28 11:02:05 2017 New Revision: 450839 URL: https://svnweb.freebsd.org/changeset/ports/450839 Log: Update to 4.2.10 Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview4/Makefile head/devel/rubygem-actionview4/distinfo Modified: head/devel/rubygem-actionview4/Makefile ============================================================================== --- head/devel/rubygem-actionview4/Makefile Thu Sep 28 11:01:59 2017 (r450838) +++ head/devel/rubygem-actionview4/Makefile Thu Sep 28 11:02:05 2017 (r450839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-actionview4/distinfo ============================================================================== --- head/devel/rubygem-actionview4/distinfo Thu Sep 28 11:01:59 2017 (r450838) +++ head/devel/rubygem-actionview4/distinfo Thu Sep 28 11:02:05 2017 (r450839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574400 -SHA256 (rubygem/actionview-4.2.9.gem) = d7fbbe069f74a6e7ce76cf91d0fede1593a0ed0db875f4630d8343551fb96f12 -SIZE (rubygem/actionview-4.2.9.gem) = 145920 +TIMESTAMP = 1506586047 +SHA256 (rubygem/actionview-4.2.10.gem) = 1bae4a0385ba7384ed2ae4eddff80076f0c6b21cfc9d60cf0767723feb153dcb +SIZE (rubygem/actionview-4.2.10.gem) = 145920 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96820E2F702; Thu, 28 Sep 2017 11:02: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 65BE67ED3F; Thu, 28 Sep 2017 11:02: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 v8SB2KmN003384; Thu, 28 Sep 2017 11:02:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB2KC1003157; Thu, 28 Sep 2017 11:02:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB2KC1003157@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, 28 Sep 2017 11:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450841 - head/www/rubygem-actionpack4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-actionpack4 X-SVN-Commit-Revision: 450841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:21 -0000 Author: sunpoet Date: Thu Sep 28 11:02:20 2017 New Revision: 450841 URL: https://svnweb.freebsd.org/changeset/ports/450841 Log: Update to 4.2.10 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 Sep 28 11:02:12 2017 (r450840) +++ head/www/rubygem-actionpack4/Makefile Thu Sep 28 11:02:20 2017 (r450841) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.9 -PORTREVISION= 1 +PORTVERSION= 4.2.10 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Thu Sep 28 11:02:12 2017 (r450840) +++ head/www/rubygem-actionpack4/distinfo Thu Sep 28 11:02:20 2017 (r450841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574418 -SHA256 (rubygem/actionpack-4.2.9.gem) = 8471fb1f9cc4962f3e000325821f1de0538a12cb580b0772ff9f89fbc8c1f9cd -SIZE (rubygem/actionpack-4.2.9.gem) = 186880 +TIMESTAMP = 1506586064 +SHA256 (rubygem/actionpack-4.2.10.gem) = fd6625bcb84dbfb48d7e7f6ab7d2b88ede925a455db02fbaec5047d57a7eca50 +SIZE (rubygem/actionpack-4.2.10.gem) = 186880 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B33CE2F6E2; Thu, 28 Sep 2017 11:02: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 156567EC99; Thu, 28 Sep 2017 11:02: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 v8SB2Dqr002551; Thu, 28 Sep 2017 11:02:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB2DFS002549; Thu, 28 Sep 2017 11:02:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB2DFS002549@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, 28 Sep 2017 11:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450840 - head/devel/rubygem-activejob4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activejob4 X-SVN-Commit-Revision: 450840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:14 -0000 Author: sunpoet Date: Thu Sep 28 11:02:12 2017 New Revision: 450840 URL: https://svnweb.freebsd.org/changeset/ports/450840 Log: Update to 4.2.10 Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob4/Makefile head/devel/rubygem-activejob4/distinfo Modified: head/devel/rubygem-activejob4/Makefile ============================================================================== --- head/devel/rubygem-activejob4/Makefile Thu Sep 28 11:02:05 2017 (r450839) +++ head/devel/rubygem-activejob4/Makefile Thu Sep 28 11:02:12 2017 (r450840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/devel/rubygem-activejob4/distinfo ============================================================================== --- head/devel/rubygem-activejob4/distinfo Thu Sep 28 11:02:05 2017 (r450839) +++ head/devel/rubygem-activejob4/distinfo Thu Sep 28 11:02:12 2017 (r450840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574407 -SHA256 (rubygem/activejob-4.2.9.gem) = a0086b19823d056efc1c8e7052d6684f54bebe7c9101ba69bd1a58c33d737451 -SIZE (rubygem/activejob-4.2.9.gem) = 19456 +TIMESTAMP = 1506586054 +SHA256 (rubygem/activejob-4.2.10.gem) = e80776a73ba5cc32fefb372f11db289153b954c91db378ad689ad1896f515a82 +SIZE (rubygem/activejob-4.2.10.gem) = 19456 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA512E2F74E; Thu, 28 Sep 2017 11:02: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 80EEA7EDF7; Thu, 28 Sep 2017 11:02: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 v8SB2Rh4005131; Thu, 28 Sep 2017 11:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB2RgO005129; Thu, 28 Sep 2017 11:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB2RgO005129@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, 28 Sep 2017 11:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450842 - head/mail/rubygem-actionmailer4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/rubygem-actionmailer4 X-SVN-Commit-Revision: 450842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:28 -0000 Author: sunpoet Date: Thu Sep 28 11:02:27 2017 New Revision: 450842 URL: https://svnweb.freebsd.org/changeset/ports/450842 Log: Update to 4.2.10 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 Sep 28 11:02:20 2017 (r450841) +++ head/mail/rubygem-actionmailer4/Makefile Thu Sep 28 11:02:27 2017 (r450842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/mail/rubygem-actionmailer4/distinfo ============================================================================== --- head/mail/rubygem-actionmailer4/distinfo Thu Sep 28 11:02:20 2017 (r450841) +++ head/mail/rubygem-actionmailer4/distinfo Thu Sep 28 11:02:27 2017 (r450842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574426 -SHA256 (rubygem/actionmailer-4.2.9.gem) = bffbd5830a26af64d92548a831624a5422c77d97b2115c08b668fcbcc26f34ad -SIZE (rubygem/actionmailer-4.2.9.gem) = 27136 +TIMESTAMP = 1506586072 +SHA256 (rubygem/actionmailer-4.2.10.gem) = a93cedc87c05e4360dee32777872a9b851295e96d8a32b96ebc13e7c95967ec7 +SIZE (rubygem/actionmailer-4.2.10.gem) = 27136 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2399E2F760; Thu, 28 Sep 2017 11:02: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 89AD97EE84; Thu, 28 Sep 2017 11:02: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 v8SB2X8q005256; Thu, 28 Sep 2017 11:02:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB2X16005254; Thu, 28 Sep 2017 11:02:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB2X16005254@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, 28 Sep 2017 11:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450843 - head/www/rubygem-railties4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-railties4 X-SVN-Commit-Revision: 450843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:34 -0000 Author: sunpoet Date: Thu Sep 28 11:02:33 2017 New Revision: 450843 URL: https://svnweb.freebsd.org/changeset/ports/450843 Log: Update to 4.2.10 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 Sep 28 11:02:27 2017 (r450842) +++ head/www/rubygem-railties4/Makefile Thu Sep 28 11:02:33 2017 (r450843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-railties4/distinfo ============================================================================== --- head/www/rubygem-railties4/distinfo Thu Sep 28 11:02:27 2017 (r450842) +++ head/www/rubygem-railties4/distinfo Thu Sep 28 11:02:33 2017 (r450843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574435 -SHA256 (rubygem/railties-4.2.9.gem) = ad7b7765849a9aff0c42674f9512c39c098af63bb8476a4076a252fac3b4b2bc -SIZE (rubygem/railties-4.2.9.gem) = 128000 +TIMESTAMP = 1506586080 +SHA256 (rubygem/railties-4.2.10.gem) = 3709315c522a2729bb7dcf97c05acc2d47b61521cac450ee03143321b1abde6a +SIZE (rubygem/railties-4.2.10.gem) = 128000 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:02:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29C01E2F77A; Thu, 28 Sep 2017 11:02: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 ECF307EEFE; Thu, 28 Sep 2017 11:02: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 v8SB2dJC005381; Thu, 28 Sep 2017 11:02:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB2cmE005379; Thu, 28 Sep 2017 11:02:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281102.v8SB2cmE005379@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, 28 Sep 2017 11:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450844 - head/www/rubygem-rails4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rails4 X-SVN-Commit-Revision: 450844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:02:40 -0000 Author: sunpoet Date: Thu Sep 28 11:02:38 2017 New Revision: 450844 URL: https://svnweb.freebsd.org/changeset/ports/450844 Log: Update to 4.2.10 Changes: https://github.com/rails/rails/commits/4-2-stable https://github.com/rails/rails/compare/v4.2.9...v4.2.10 Modified: head/www/rubygem-rails4/Makefile head/www/rubygem-rails4/distinfo Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Thu Sep 28 11:02:33 2017 (r450843) +++ head/www/rubygem-rails4/Makefile Thu Sep 28 11:02:38 2017 (r450844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.9 +PORTVERSION= 4.2.10 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 Modified: head/www/rubygem-rails4/distinfo ============================================================================== --- head/www/rubygem-rails4/distinfo Thu Sep 28 11:02:33 2017 (r450843) +++ head/www/rubygem-rails4/distinfo Thu Sep 28 11:02:38 2017 (r450844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574473 -SHA256 (rubygem/rails-4.2.9.gem) = eaaa4c1cafb3f9bd9f8dd58dd142522e398a5ad0d03abf2e3de364a63d4b7d1a -SIZE (rubygem/rails-4.2.9.gem) = 1476096 +TIMESTAMP = 1506586114 +SHA256 (rubygem/rails-4.2.10.gem) = 141067e1dd4ec59d7a49e54936b68d8e44d8616515625dcf0387405a276d6b97 +SIZE (rubygem/rails-4.2.10.gem) = 1476096 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:03:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43F43E2F816 for ; Thu, 28 Sep 2017 11:03:06 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9447F134 for ; Thu, 28 Sep 2017 11:03:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x243.google.com with SMTP id y138so796258itc.5 for ; Thu, 28 Sep 2017 04:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=h1tyckg6W8LQmWZjeiJ5hlsWsbBqoMA9ZRjpoauiTZ0=; b=QJopMZCJvKMlbzoHwieFiUZXbQ8AlsljYlnkq0cFpSaS9arJS/CSYhR9pWJwwBnveC Y8UfnaL+XgKabBundReIAsBgsXK3za+I1dSYf3+wBPBNZmUzRdSddcLSp+IBA+pPw6EX fQt0NYqAA1Xsmi24fuaulfNaIos0p1dMFDnWpwAU3cGfdes63/5gvnhoC1ocn3XVcMp7 23t7zJqCtEQu26fRirkr1baiKtDEIM1eyrh2Z3L8cDcrMdduPnOTkntQoelky5+ak4MQ Us7uB9IFaA8VBOiaIWWTK1Kk+a70b7K0IaWpQ58+2wP2pKqwlft2ndpcxbaFoU4BVa5Q 5Mcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=h1tyckg6W8LQmWZjeiJ5hlsWsbBqoMA9ZRjpoauiTZ0=; b=AU2udMSYz672vAdrGjrvY1ZFIcIpqpqtMYYr6F5bJguy+oO+Iulvn7kb3u3llfNL+U nNdxMhBwxgkROhsCUf4z6I/WH85RppZmij97PjFKq0VGI8wY5+kzNem1HIWtD58addvL v4aJHV4wH5zerOJPTtBKrVEPUs7hl0EBCmCO5ijoNdAFD7HuBjUrHPHj2WnQgJnVUZPc oggnQZwsBR3yUt6kL8hWNehDD0eLvLfk52T7v5Ur91IS6Cr3X28ELipPrPmZ5AqzybTi spwL2F0OysVin/nnBI5VXyyc//3RAGL+1Y7ed4DCgwkcABRE54qCUAitTA5wHAMjoEDB rX2Q== X-Gm-Message-State: AHPjjUgNU52b4qh2pSMosTf6OGmdHk4hMfnmzW7ZOcTEe4C2rvV/gHd8 H2qse9hoZfDstsCFGWlEYtveINgIxmgyxbhqzWFwYw== X-Google-Smtp-Source: AOwi7QDN0IIDnt9TM9TzBdD/hTT3+IzK+EOavcVA3LgRU8o2TldfChYPZ1Az7HQ8vFeEcoNHYnsegur/PWCKeQXcolE= X-Received: by 10.36.165.70 with SMTP id w6mr955275iti.40.1506596585070; Thu, 28 Sep 2017 04:03:05 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.3.205 with HTTP; Thu, 28 Sep 2017 04:02:24 -0700 (PDT) In-Reply-To: <201709272056.v8RKuqqI050863@repo.freebsd.org> References: <201709272056.v8RKuqqI050863@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Sep 2017 19:02:24 +0800 X-Google-Sender-Auth: 5G_SgOWNYhRVsuwtk7aDhExGcsg Message-ID: Subject: Re: svn commit: r450786 - in head: french/wordpress german/wordpress japanese/wordpress www/wordpress To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:03:06 -0000 On Thu, Sep 28, 2017 at 4:56 AM, Jochen Neumeister wrote: > Author: joneum > Date: Wed Sep 27 20:56:51 2017 > New Revision: 450786 > URL: https://svnweb.freebsd.org/changeset/ports/450786 > > Log: > - Update to 4.8.2 > - Changelog: https://wordpress.org/news/201 > 7/09/wordpress-4-8-2-security-and-maintenance-release/ > > Hello, Since it's a security release, please add corresponding vuxml entry and add Security: tag here. Thanks! Regards, sunpoet From owner-svn-ports-head@freebsd.org Thu Sep 28 11:04:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B85CE2F872; Thu, 28 Sep 2017 11:04:18 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6137F50F; Thu, 28 Sep 2017 11:04:18 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SB4Hd2005608; Thu, 28 Sep 2017 11:04:17 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB4H51005603; Thu, 28 Sep 2017 11:04:17 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201709281104.v8SB4H51005603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 28 Sep 2017 11:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450845 - in head/graphics: imlib2 imlib2_loaders X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/graphics: imlib2 imlib2_loaders X-SVN-Commit-Revision: 450845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:04:18 -0000 Author: zeising Date: Thu Sep 28 11:04:16 2017 New Revision: 450845 URL: https://svnweb.freebsd.org/changeset/ports/450845 Log: Update to 1.4.10 Modified: head/graphics/imlib2/Makefile head/graphics/imlib2/distinfo head/graphics/imlib2/pkg-plist head/graphics/imlib2_loaders/Makefile head/graphics/imlib2_loaders/distinfo Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Thu Sep 28 11:02:38 2017 (r450844) +++ head/graphics/imlib2/Makefile Thu Sep 28 11:04:16 2017 (r450845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2 -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} Modified: head/graphics/imlib2/distinfo ============================================================================== --- head/graphics/imlib2/distinfo Thu Sep 28 11:02:38 2017 (r450844) +++ head/graphics/imlib2/distinfo Thu Sep 28 11:04:16 2017 (r450845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467226946 -SHA256 (imlib2-1.4.9.tar.bz2) = 7d2864972801823ce44ca8d5584a67a88f0e54e2bf47fa8cf4a514317b4f0021 -SIZE (imlib2-1.4.9.tar.bz2) = 892290 +TIMESTAMP = 1506520243 +SHA256 (imlib2-1.4.10.tar.bz2) = 3f698cd285cbbfc251c1d6405f249b99fafffafa5e0a5ecf0ca7ae49bbc0a272 +SIZE (imlib2-1.4.10.tar.bz2) = 923420 Modified: head/graphics/imlib2/pkg-plist ============================================================================== --- head/graphics/imlib2/pkg-plist Thu Sep 28 11:02:38 2017 (r450844) +++ head/graphics/imlib2/pkg-plist Thu Sep 28 11:04:16 2017 (r450845) @@ -27,7 +27,7 @@ lib/imlib2/loaders/xpm.so lib/imlib2/loaders/zlib.so lib/libImlib2.so lib/libImlib2.so.1 -lib/libImlib2.so.1.4.9 +lib/libImlib2.so.1.4.10 libdata/pkgconfig/imlib2.pc %%DATADIR%%/data/fonts/cinema.ttf %%DATADIR%%/data/fonts/grunge.ttf Modified: head/graphics/imlib2_loaders/Makefile ============================================================================== --- head/graphics/imlib2_loaders/Makefile Thu Sep 28 11:02:38 2017 (r450844) +++ head/graphics/imlib2_loaders/Makefile Thu Sep 28 11:04:16 2017 (r450845) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2_loaders -PORTVERSION= 1.4.9 -PORTREVISION= 1 +PORTVERSION= 1.4.10 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} Modified: head/graphics/imlib2_loaders/distinfo ============================================================================== --- head/graphics/imlib2_loaders/distinfo Thu Sep 28 11:02:38 2017 (r450844) +++ head/graphics/imlib2_loaders/distinfo Thu Sep 28 11:04:16 2017 (r450845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467227145 -SHA256 (imlib2_loaders-1.4.9.tar.bz2) = fa7186f25a11640f633542198cd7c4092f6458a17357d79b5e1626c65ebcb9bc -SIZE (imlib2_loaders-1.4.9.tar.bz2) = 293904 +TIMESTAMP = 1506520027 +SHA256 (imlib2_loaders-1.4.10.tar.bz2) = 15c51e649fb1ee829a1cc00fe34c861627026503bc534be081d6b74a85964cfe +SIZE (imlib2_loaders-1.4.10.tar.bz2) = 306383 From owner-svn-ports-head@freebsd.org Thu Sep 28 11:08:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74CF2E2F971; Thu, 28 Sep 2017 11:08:52 +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 4E75F7F66B; Thu, 28 Sep 2017 11:08:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SB8pbQ005929; Thu, 28 Sep 2017 11:08:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB8pGH005924; Thu, 28 Sep 2017 11:08:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709281108.v8SB8pGH005924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 28 Sep 2017 11:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450846 - in head/textproc/lowdown: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/textproc/lowdown: . files X-SVN-Commit-Revision: 450846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:08:52 -0000 Author: bapt Date: Thu Sep 28 11:08:50 2017 New Revision: 450846 URL: https://svnweb.freebsd.org/changeset/ports/450846 Log: Update to 0.2.5 Added: head/textproc/lowdown/files/ head/textproc/lowdown/files/patch-main.c (contents, props changed) head/textproc/lowdown/files/patch-test-capsicum.c (contents, props changed) head/textproc/lowdown/pkg-plist (contents, props changed) Modified: head/textproc/lowdown/Makefile head/textproc/lowdown/distinfo Modified: head/textproc/lowdown/Makefile ============================================================================== --- head/textproc/lowdown/Makefile Thu Sep 28 11:04:16 2017 (r450845) +++ head/textproc/lowdown/Makefile Thu Sep 28 11:08:50 2017 (r450846) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lowdown -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= textproc MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/ Modified: head/textproc/lowdown/distinfo ============================================================================== --- head/textproc/lowdown/distinfo Thu Sep 28 11:04:16 2017 (r450845) +++ head/textproc/lowdown/distinfo Thu Sep 28 11:08:50 2017 (r450846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505304326 -SHA256 (lowdown-0.2.4.tar.gz) = 4cc6ea072244fbad7b44faa3e028f336f3f6e9422fa9acc263d2c2c250e43a88 -SIZE (lowdown-0.2.4.tar.gz) = 64693 +TIMESTAMP = 1506596641 +SHA256 (lowdown-0.2.5.tar.gz) = 173febbb750e8944972c3e7b67d86c9b4d5b69d63362f30835db279aa72a4518 +SIZE (lowdown-0.2.5.tar.gz) = 67223 Added: head/textproc/lowdown/files/patch-main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lowdown/files/patch-main.c Thu Sep 28 11:08:50 2017 (r450846) @@ -0,0 +1,11 @@ +--- main.c.orig 2017-09-27 19:42:51 UTC ++++ main.c +@@ -20,7 +20,7 @@ + #include + #if HAVE_CAPSICUM + # include +-# include ++# include + #endif + + #if HAVE_ERR Added: head/textproc/lowdown/files/patch-test-capsicum.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lowdown/files/patch-test-capsicum.c Thu Sep 28 11:08:50 2017 (r450846) @@ -0,0 +1,8 @@ +--- test-capsicum.c.orig 2017-09-27 19:42:51 UTC ++++ test-capsicum.c +@@ -1,4 +1,4 @@ +-#include ++#include + + int + main(void) Added: head/textproc/lowdown/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lowdown/pkg-plist Thu Sep 28 11:08:50 2017 (r450846) @@ -0,0 +1,20 @@ +bin/lowdown +include/lowdown.h +lib/liblowdown.a +man/man1/lowdown.1.gz +man/man3/lowdown.3.gz +man/man3/lowdown_buf.3.gz +man/man3/lowdown_doc_free.3.gz +man/man3/lowdown_doc_new.3.gz +man/man3/lowdown_doc_parse.3.gz +man/man3/lowdown_errstr.3.gz +man/man3/lowdown_file.3.gz +man/man3/lowdown_html_free.3.gz +man/man3/lowdown_html_new.3.gz +man/man3/lowdown_html_rndr.3.gz +man/man3/lowdown_nroff_free.3.gz +man/man3/lowdown_nroff_new.3.gz +man/man3/lowdown_nroff_rndr.3.gz +man/man3/lowdown_tree_free.3.gz +man/man3/lowdown_tree_new.3.gz +man/man3/lowdown_tree_rndr.3.gz From owner-svn-ports-head@freebsd.org Thu Sep 28 11:46:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0EBAE30475; Thu, 28 Sep 2017 11:46:43 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F80480870; Thu, 28 Sep 2017 11:46:43 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SBkgJF022280; Thu, 28 Sep 2017 11:46:42 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SBkgNV022278; Thu, 28 Sep 2017 11:46:42 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201709281146.v8SBkgNV022278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Thu, 28 Sep 2017 11:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450847 - in head/security/py-paramiko: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: in head/security/py-paramiko: . files X-SVN-Commit-Revision: 450847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 11:46:43 -0000 Author: sbz Date: Thu Sep 28 11:46:42 2017 New Revision: 450847 URL: https://svnweb.freebsd.org/changeset/ports/450847 Log: - Update to 2.3.1 Deleted: head/security/py-paramiko/files/ Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Thu Sep 28 11:08:50 2017 (r450846) +++ head/security/py-paramiko/Makefile Thu Sep 28 11:46:42 2017 (r450847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Thu Sep 28 11:08:50 2017 (r450846) +++ head/security/py-paramiko/distinfo Thu Sep 28 11:46:42 2017 (r450847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501425369 -SHA256 (paramiko-2.2.1.tar.gz) = ff94ae65379914ec3c960de731381f49092057b6dd1d24d18842ead5a2eb2277 -SIZE (paramiko-2.2.1.tar.gz) = 1205818 +TIMESTAMP = 1506598600 +SHA256 (paramiko-2.3.1.tar.gz) = fa6b4f5c9d88f27c60fd9578146ff24e99d4b9f63391ff1343305bfd766c4660 +SIZE (paramiko-2.3.1.tar.gz) = 1244407 From owner-svn-ports-head@freebsd.org Thu Sep 28 13:03:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E0D4E31DC2; Thu, 28 Sep 2017 13:03:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D19482CC5; Thu, 28 Sep 2017 13:03:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SD3tKd055215; Thu, 28 Sep 2017 13:03:55 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SD3sKq055212; Thu, 28 Sep 2017 13:03:54 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709281303.v8SD3sKq055212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 28 Sep 2017 13:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450848 - in head: devel/php70-intl lang/php70 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php70-intl lang/php70 X-SVN-Commit-Revision: 450848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 13:03:56 -0000 Author: tz Date: Thu Sep 28 13:03:54 2017 New Revision: 450848 URL: https://svnweb.freebsd.org/changeset/ports/450848 Log: lang/php70: Update from 7.0.23 to 7.0.24 Changelog: http://www.php.net/ChangeLog-7.php#7.0.24 MFH: 2017Q3 Modified: head/devel/php70-intl/Makefile head/lang/php70/Makefile head/lang/php70/distinfo Modified: head/devel/php70-intl/Makefile ============================================================================== --- head/devel/php70-intl/Makefile Thu Sep 28 11:46:42 2017 (r450847) +++ head/devel/php70-intl/Makefile Thu Sep 28 13:03:54 2017 (r450848) @@ -1,7 +1,6 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Thu Sep 28 11:46:42 2017 (r450847) +++ head/lang/php70/Makefile Thu Sep 28 13:03:54 2017 (r450848) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.23 +PORTVERSION= 7.0.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php70/distinfo ============================================================================== --- head/lang/php70/distinfo Thu Sep 28 11:46:42 2017 (r450847) +++ head/lang/php70/distinfo Thu Sep 28 13:03:54 2017 (r450848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504170108 -SHA256 (php-7.0.23.tar.xz) = 8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df -SIZE (php-7.0.23.tar.xz) = 11953100 +TIMESTAMP = 1506594895 +SHA256 (php-7.0.24.tar.xz) = 4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98 +SIZE (php-7.0.24.tar.xz) = 11959232 From owner-svn-ports-head@freebsd.org Thu Sep 28 13:04:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF7E2E31E13; Thu, 28 Sep 2017 13:04:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8937D82DD2; Thu, 28 Sep 2017 13:04:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SD4kmZ055396; Thu, 28 Sep 2017 13:04:46 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SD4koF055393; Thu, 28 Sep 2017 13:04:46 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709281304.v8SD4koF055393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 28 Sep 2017 13:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450849 - in head: devel/php71-intl lang/php71 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php71-intl lang/php71 X-SVN-Commit-Revision: 450849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 13:04:47 -0000 Author: tz Date: Thu Sep 28 13:04:46 2017 New Revision: 450849 URL: https://svnweb.freebsd.org/changeset/ports/450849 Log: Update PHP 7.1 from 7.1.9 to 7.1.10 Changelog: http://www.php.net/ChangeLog-7.php#7.1.10 MFH: 2017Q3 Modified: head/devel/php71-intl/Makefile head/lang/php71/Makefile head/lang/php71/distinfo Modified: head/devel/php71-intl/Makefile ============================================================================== --- head/devel/php71-intl/Makefile Thu Sep 28 13:03:54 2017 (r450848) +++ head/devel/php71-intl/Makefile Thu Sep 28 13:04:46 2017 (r450849) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Thu Sep 28 13:03:54 2017 (r450848) +++ head/lang/php71/Makefile Thu Sep 28 13:04:46 2017 (r450849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.9 +PORTVERSION= 7.1.10 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Thu Sep 28 13:03:54 2017 (r450848) +++ head/lang/php71/distinfo Thu Sep 28 13:04:46 2017 (r450849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504170113 -SHA256 (php-7.1.9.tar.xz) = ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c -SIZE (php-7.1.9.tar.xz) = 12157172 +TIMESTAMP = 1506594903 +SHA256 (php-7.1.10.tar.xz) = 2b8efa771a2ead0bb3ae67b530ca505b5b286adc873cca9ce97a6e1d6815c50b +SIZE (php-7.1.10.tar.xz) = 12166036 From owner-svn-ports-head@freebsd.org Thu Sep 28 14:53:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F443E339A2; Thu, 28 Sep 2017 14:53: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 5CC492225; Thu, 28 Sep 2017 14:53: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 v8SErhkA000414; Thu, 28 Sep 2017 14:53:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SErha0000412; Thu, 28 Sep 2017 14:53:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709281453.v8SErha0000412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 28 Sep 2017 14:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450851 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 14:53:44 -0000 Author: swills Date: Thu Sep 28 14:53:43 2017 New Revision: 450851 URL: https://svnweb.freebsd.org/changeset/ports/450851 Log: docuent libraw issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 28 13:27:12 2017 (r450850) +++ head/security/vuxml/vuln.xml Thu Sep 28 14:53:43 2017 (r450851) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libraw -- Out-of-bounds Read + + + libraw + 0.18.4 + + + + +

libraw developers reports:

+
+

In LibRaw through 0.18.4, an out of bounds read flaw related to kodak_65000_load_raw has been reported in dcraw/dcraw.c and internal/dcraw_common.cpp. An attacker could possibly exploit this flaw to disclose potentially sensitive memory or cause an application crash.

+
+ +
+ + https://github.com/LibRaw/LibRaw/commit/d13e8f6d1e987b7491182040a188c16a395f1d21 + https://github.com/LibRaw/LibRaw/issues/101 + CVE-2017-14608 + + + 2017-9-20 + 2017-9-28 + +
+ OpenVPN -- out-of-bounds write in legacy key-method 1 From owner-svn-ports-head@freebsd.org Thu Sep 28 15:36:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED8CE019BE; Thu, 28 Sep 2017 15:36:36 +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 46D653D1C; Thu, 28 Sep 2017 15:36:36 +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 v8SFaZ0D018109; Thu, 28 Sep 2017 15:36:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SFaVt5018070; Thu, 28 Sep 2017 15:36:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201709281536.v8SFaVt5018070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 28 Sep 2017 15:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450852 - in head: audio/mp3plot devel/synfig editors/emacs editors/emacs-devel graphics/ImageMagick graphics/autotrace graphics/converseen graphics/dcraw-m graphics/dmtx-utils graphics... X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head: audio/mp3plot devel/synfig editors/emacs editors/emacs-devel graphics/ImageMagick graphics/autotrace graphics/converseen graphics/dcraw-m graphics/dmtx-utils graphics/fpc-imagemagick graphics... X-SVN-Commit-Revision: 450852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 15:36:36 -0000 Author: kwm Date: Thu Sep 28 15:36:31 2017 New Revision: 450852 URL: https://svnweb.freebsd.org/changeset/ports/450852 Log: ImageMagick to 6.9.9-15. * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov [1] Modified: head/audio/mp3plot/Makefile head/devel/synfig/Makefile head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist head/graphics/autotrace/Makefile head/graphics/converseen/Makefile head/graphics/dcraw-m/Makefile head/graphics/dmtx-utils/Makefile head/graphics/fpc-imagemagick/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gscan2pdf/Makefile head/graphics/hdr_tools/Makefile head/graphics/inkscape/Makefile head/graphics/kipi-plugin-videoslideshow/Makefile head/graphics/libboard/Makefile head/graphics/libdmtx/Makefile head/graphics/npretty/Makefile head/graphics/opendx/Makefile head/graphics/p5-Image-Magick-Iterator/Makefile head/graphics/pecl-imagick/Makefile head/graphics/php-magickwand/Makefile head/graphics/pstoedit/Makefile head/graphics/py-wand/Makefile head/graphics/reallyslick/Makefile head/graphics/rubygem-rmagick/Makefile head/graphics/timg/Makefile head/graphics/zbar/Makefile head/misc/img2xterm/Makefile head/multimedia/emby-server/Makefile head/security/libfprint/Makefile head/www/WebMagick/Makefile head/x11-wm/libwraster/Makefile head/x11-wm/windowmaker/Makefile Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/audio/mp3plot/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/devel/synfig/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/editors/emacs-devel/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/editors/emacs/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= GNU Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.8-9 -PORTREVISION= 1 +DISTVERSION= 6.9.9-15 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -36,7 +35,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libltdl.so:devel/libltdl -PORTSCOUT?= limit:6.*$$ +PORTSCOUT?= limit:^6\.9\. CONFLICTS_INSTALL= execline-[0-9]* # bin/import CONFLICTS_INSTALL+= ImageMagick7 ImageMagick7-nox11 # bin/Magick++-config @@ -62,10 +61,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION:R} OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \ OPENEXR OPENMP PANGO PDF PERL PNG SVG TESTS TIFF WEBP WMF \ - THREADS X11 16BIT_PIXEL HDRI -OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FPX FREETYPE \ + THREADS X11 16BIT_PIXEL HDRI RAW +OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FREETYPE \ JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES PDF PERL PNG SVG \ - TIFF WEBP WMF THREADS X11 + TIFF WEBP WMF THREADS X11 RAW 16BIT_PIXEL_DESC= 16bit pixel support JPEG2000_DESC= OpenJPEG 2000 support via openjpeg @@ -77,6 +76,12 @@ SVG_DESC= SVG vector image format support (via librsv TESTS_DESC= Run bundled self-tests after build #SIMD_CONFIGURE_WITH= gcc-arch CONFIGURE_ARGS+= --without-gcc-arch + +# libraw is by default liked to lcms2, whichs also ends up in IM regardless +# of the IM LCMS option. +RAW_CONFIGURE_WITH= raw +RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw \ + liblcms2.so:graphics/lcms2 .include Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/distinfo Thu Sep 28 15:36:31 2017 (r450852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496652633 -SHA256 (ImageMagick-6.9.8-9.tar.xz) = f64f1a66d2a3ec4ff2c79527dd2a773c8c71abb4f8da37af71c270b52be32673 -SIZE (ImageMagick-6.9.8-9.tar.xz) = 8777352 +TIMESTAMP = 1506539505 +SHA256 (ImageMagick-6.9.9-15.tar.xz) = cc5411bcd766efbc5c281ae2147f0d154c452e5f0cc72894796afb88036baf2f +SIZE (ImageMagick-6.9.9-15.tar.xz) = 8792252 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/pkg-plist Thu Sep 28 15:36:31 2017 (r450852) @@ -416,18 +416,18 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI% lib/libMagick++-6.a lib/libMagick++-6.la lib/libMagick++-6.so -lib/libMagick++-6.so.7 -lib/libMagick++-6.so.7.0.0 +lib/libMagick++-6.so.8 +lib/libMagick++-6.so.8.0.0 lib/libMagickCore-6.a lib/libMagickCore-6.la lib/libMagickCore-6.so -lib/libMagickCore-6.so.4 -lib/libMagickCore-6.so.4.0.0 +lib/libMagickCore-6.so.5 +lib/libMagickCore-6.so.5.0.0 lib/libMagickWand-6.a lib/libMagickWand-6.la lib/libMagickWand-6.so -lib/libMagickWand-6.so.4 -lib/libMagickWand-6.so.4.0.0 +lib/libMagickWand-6.so.5 +lib/libMagickWand-6.so.5.0.0 %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm %%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so Modified: head/graphics/autotrace/Makefile ============================================================================== --- head/graphics/autotrace/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/autotrace/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/converseen/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= converseen PORTVERSION= 0.9.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R:R}/ Modified: head/graphics/dcraw-m/Makefile ============================================================================== --- head/graphics/dcraw-m/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/dcraw-m/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= dcraw-m PORTVERSION= 9.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= waitman@waitman.net Modified: head/graphics/dmtx-utils/Makefile ============================================================================== --- head/graphics/dmtx-utils/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/dmtx-utils/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} Modified: head/graphics/fpc-imagemagick/Makefile ============================================================================== --- head/graphics/fpc-imagemagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/fpc-imagemagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics lang PKGNAMESUFFIX= -imagemagick Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/gimp-gmic-plugin/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/gscan2pdf/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/hdr_tools/Makefile ============================================================================== --- head/graphics/hdr_tools/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/hdr_tools/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= hdr_tools PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/inkscape/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm Modified: head/graphics/kipi-plugin-videoslideshow/Makefile ============================================================================== --- head/graphics/kipi-plugin-videoslideshow/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/kipi-plugin-videoslideshow/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/libboard/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libboard DISTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= thierry@FreeBSD.org Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/libdmtx/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libdmtx PORTVERSION= 0.7.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/npretty/Makefile ============================================================================== --- head/graphics/npretty/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/npretty/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -4,7 +4,7 @@ PORTNAME= npretty DISTVERSIONPREFIX= n DISTVERSION= 0.9.3-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= peter@pean.org Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/opendx/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} Modified: head/graphics/p5-Image-Magick-Iterator/Makefile ============================================================================== --- head/graphics/p5-Image-Magick-Iterator/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/p5-Image-Magick-Iterator/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= Image-Magick-Iterator PORTVERSION= 0.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/pecl-imagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= imagick PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= mm@FreeBSD.org Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/php-magickwand/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= magickwand PORTVERSION= 1.0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.magickwand.org/download/php/ PKGNAMEPREFIX= php- Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/pstoedit/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics print MASTER_SITES= SF Modified: head/graphics/py-wand/Makefile ============================================================================== --- head/graphics/py-wand/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/py-wand/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= Wand PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/reallyslick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= reallyslick PORTVERSION= 0.9.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION} DISTNAME= rss-glx_${PORTVERSION} Modified: head/graphics/rubygem-rmagick/Makefile ============================================================================== --- head/graphics/rubygem-rmagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/rubygem-rmagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= rmagick PORTVERSION= 2.16.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/timg/Makefile ============================================================================== --- head/graphics/timg/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/timg/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= timg PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/zbar/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= zbar PORTVERSION= 0.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF Modified: head/misc/img2xterm/Makefile ============================================================================== --- head/misc/img2xterm/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/misc/img2xterm/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= img2xterm PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= arved@FreeBSD.org Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/multimedia/emby-server/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emby-server PORTVERSION= 3.2.32.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/security/libfprint/Makefile ============================================================================== --- head/security/libfprint/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/security/libfprint/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libfprint PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://people.freedesktop.org/~hadess/ Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/www/WebMagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p29 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}-beta/${DISTVERSION} Modified: head/x11-wm/libwraster/Makefile ============================================================================== --- head/x11-wm/libwraster/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/x11-wm/libwraster/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/x11-wm/windowmaker/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} From owner-svn-ports-head@freebsd.org Thu Sep 28 15:48:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43954E01E4B; Thu, 28 Sep 2017 15:48: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 128AE63657; Thu, 28 Sep 2017 15:48:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SFmXSw022322; Thu, 28 Sep 2017 15:48:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SFmXVP022320; Thu, 28 Sep 2017 15:48:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709281548.v8SFmXVP022320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 Sep 2017 15:48:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450853 - head/devel/libversion X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libversion X-SVN-Commit-Revision: 450853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 15:48:34 -0000 Author: amdmi3 Date: Thu Sep 28 15:48:32 2017 New Revision: 450853 URL: https://svnweb.freebsd.org/changeset/ports/450853 Log: - Update to 2.1.0 Modified: head/devel/libversion/Makefile head/devel/libversion/distinfo Modified: head/devel/libversion/Makefile ============================================================================== --- head/devel/libversion/Makefile Thu Sep 28 15:36:31 2017 (r450852) +++ head/devel/libversion/Makefile Thu Sep 28 15:48:32 2017 (r450853) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libversion -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/libversion/distinfo ============================================================================== --- head/devel/libversion/distinfo Thu Sep 28 15:36:31 2017 (r450852) +++ head/devel/libversion/distinfo Thu Sep 28 15:48:32 2017 (r450853) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505475441 -SHA256 (repology-libversion-2.0.0_GH0.tar.gz) = 7e970d11281092ae43f332f81e6354ddf295df2b64baa4c26d0603ed7d3bd609 -SIZE (repology-libversion-2.0.0_GH0.tar.gz) = 12398 +TIMESTAMP = 1506613203 +SHA256 (repology-libversion-2.1.0_GH0.tar.gz) = 06e50d3672883f21d8b5713bf040e01e644953c324bf21a0da73fafe1a47121d +SIZE (repology-libversion-2.1.0_GH0.tar.gz) = 12468 From owner-svn-ports-head@freebsd.org Thu Sep 28 16:13:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48457E02A45; Thu, 28 Sep 2017 16:13:16 +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 150866475B; Thu, 28 Sep 2017 16:13:16 +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 v8SGDFaQ034475; Thu, 28 Sep 2017 16:13:15 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SGDFw4034473; Thu, 28 Sep 2017 16:13:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709281613.v8SGDFw4034473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 28 Sep 2017 16:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450854 - head/lang/gcc6-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6-devel X-SVN-Commit-Revision: 450854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 16:13:16 -0000 Author: gerald Date: Thu Sep 28 16:13:14 2017 New Revision: 450854 URL: https://svnweb.freebsd.org/changeset/ports/450854 Log: Update to the 20170927 snapshot of GCC 6.4.1. Add a conflict with the lang/gcc6 port like we've had it in lang/gcc5-devel (for lang/gcc5) for a fair while. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Thu Sep 28 15:48:32 2017 (r450853) +++ head/lang/gcc6-devel/Makefile Thu Sep 28 16:13:14 2017 (r450854) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20170920 +PORTVERSION= 6.4.1.s20170927 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif + +CONFLICTS= gcc6-6.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Thu Sep 28 15:48:32 2017 (r450853) +++ head/lang/gcc6-devel/distinfo Thu Sep 28 16:13:14 2017 (r450854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506025612 -SHA256 (gcc-6-20170920.tar.xz) = 007fcf98de1d278a0213a436a35284d750bac598d4049ba92153b4b301c371c8 -SIZE (gcc-6-20170920.tar.xz) = 72597300 +TIMESTAMP = 1506582840 +SHA256 (gcc-6-20170927.tar.xz) = 40fa9b143e074b314578c6fda763c3181e994f24605bc9bf75a627bdd654affa +SIZE (gcc-6-20170927.tar.xz) = 72596288 From owner-svn-ports-head@freebsd.org Thu Sep 28 16:21:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F9FE02E12; Thu, 28 Sep 2017 16:21:54 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 614DC64B30; Thu, 28 Sep 2017 16:21:53 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 83d3e9fa TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 28 Sep 2017 10:21:52 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450810 - head/www/yarn From: Adam Weinberger In-Reply-To: <201709280906.v8S96RT9051986@repo.freebsd.org> Date: Thu, 28 Sep 2017 10:21:49 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> References: <201709280906.v8S96RT9051986@repo.freebsd.org> To: Luca Pizzamiglio X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 16:21:54 -0000 > On 28 Sep, 2017, at 3:06, Luca Pizzamiglio = wrote: >=20 > Author: pizzamig > Date: Thu Sep 28 09:06:27 2017 > New Revision: 450810 > URL: https://svnweb.freebsd.org/changeset/ports/450810 >=20 > Log: > www/yarn: Updating to version 1.0.2 >=20 > Adopting a more fine grained conflict type > Fixing a Linux incompatibility >=20 > Approved by: olivier (mentor) > Differential Revision: https://reviews.freebsd.org/D12516 >=20 > Modified: > head/www/yarn/Makefile > head/www/yarn/distinfo Hi Luca, Yarn has stopped working for me with this release. This is in a = poudriere jail with just yarn installed: root@apnoea:/tmp # mkdir foo root@apnoea:/tmp # cd foo root@apnoea:/tmp/foo # yarn init module.js:473 throw err; ^ Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:453:25) at Function.Module.runMain (module.js:665:10) at startup (bootstrap_node.js:201:16) at bootstrap_node.js:626:3 --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org >=20 > Modified: head/www/yarn/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/yarn/Makefile Thu Sep 28 09:02:02 2017 = (r450809) > +++ head/www/yarn/Makefile Thu Sep 28 09:06:27 2017 = (r450810) > @@ -2,7 +2,7 @@ >=20 > PORTNAME=3D yarn > DISTVERSIONPREFIX=3D v > -DISTVERSION=3D 1.0.1 > +DISTVERSION=3D 1.0.2 > CATEGORIES=3D www > MASTER_SITES=3D https://yarnpkg.com/downloads/${PORTVERSION}/ >=20 > @@ -27,7 +27,7 @@ NODE_RUN_DEPENDS=3D node>=3D0.8.0:www/node > NODE6_RUN_DEPENDS=3D node6>=3D0.8.0:www/node6 > NODE4_RUN_DEPENDS=3D node4>=3D0.8.0:www/node4 >=20 > -HADOOPCOMPAT_CONFLICTS_OFF=3D hadoop2* > +HADOOPCOMPAT_CONFLICTS_INSTALL_OFF=3D hadoop2* >=20 > NO_ARCH=3D yes > NO_BUILD=3D yes > @@ -37,8 +37,6 @@ post-patch: > @${REINPLACE_CMD} -i '' \ > -e 's|"installationMethod": "tar"|"installationMethod": = "pkg"|g' \ > ${WRKSRC}/package.json > - @${REINPLACE_CMD} -i '' -e 's%Linux)%Linux|FreeBSD)%g' \ > - ${WRKSRC}/bin/yarn >=20 > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn >=20 > Modified: head/www/yarn/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/yarn/distinfo Thu Sep 28 09:02:02 2017 = (r450809) > +++ head/www/yarn/distinfo Thu Sep 28 09:06:27 2017 = (r450810) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1505124517 > -SHA256 (yarn-v1.0.1.tar.gz) =3D = 6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 > -SIZE (yarn-v1.0.1.tar.gz) =3D 843398 > +TIMESTAMP =3D 1506246826 > +SHA256 (yarn-v1.0.2.tar.gz) =3D = 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 > +SIZE (yarn-v1.0.2.tar.gz) =3D 843696 >=20 From owner-svn-ports-head@freebsd.org Thu Sep 28 16:27:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622FEE02EEE; Thu, 28 Sep 2017 16:27:49 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6B2164E4C; Thu, 28 Sep 2017 16:27:47 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 67025a52 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 28 Sep 2017 10:27:46 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450810 - head/www/yarn From: Adam Weinberger In-Reply-To: <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> Date: Thu, 28 Sep 2017 10:27:44 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> References: <201709280906.v8S96RT9051986@repo.freebsd.org> <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> To: Luca Pizzamiglio X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 16:27:49 -0000 > On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >=20 >> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio = wrote: >>=20 >> Author: pizzamig >> Date: Thu Sep 28 09:06:27 2017 >> New Revision: 450810 >> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>=20 >> Log: >> www/yarn: Updating to version 1.0.2 >>=20 >> Adopting a more fine grained conflict type >> Fixing a Linux incompatibility >>=20 >> Approved by: olivier (mentor) >> Differential Revision: https://reviews.freebsd.org/D12516 >>=20 >> Modified: >> head/www/yarn/Makefile >> head/www/yarn/distinfo >=20 > Hi Luca, >=20 > Yarn has stopped working for me with this release. This is in a = poudriere jail with just yarn installed: >=20 > root@apnoea:/tmp # mkdir foo > root@apnoea:/tmp # cd foo > root@apnoea:/tmp/foo # yarn init > module.js:473 > throw err; > ^ >=20 > Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' > at Function.Module._resolveFilename (module.js:527:15) > at Function.Module._load (module.js:453:25) > at Function.Module.runMain (module.js:665:10) > at startup (bootstrap_node.js:201:16) > at bootstrap_node.js:626:3 Ah, the problem is that REINPLACE_CMD that got removed. It still needs = to be there. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org >=20 >=20 >>=20 >> Modified: head/www/yarn/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/www/yarn/Makefile Thu Sep 28 09:02:02 2017 = (r450809) >> +++ head/www/yarn/Makefile Thu Sep 28 09:06:27 2017 = (r450810) >> @@ -2,7 +2,7 @@ >>=20 >> PORTNAME=3D yarn >> DISTVERSIONPREFIX=3D v >> -DISTVERSION=3D 1.0.1 >> +DISTVERSION=3D 1.0.2 >> CATEGORIES=3D www >> MASTER_SITES=3D https://yarnpkg.com/downloads/${PORTVERSION}/ >>=20 >> @@ -27,7 +27,7 @@ NODE_RUN_DEPENDS=3D node>=3D0.8.0:www/node >> NODE6_RUN_DEPENDS=3D node6>=3D0.8.0:www/node6 >> NODE4_RUN_DEPENDS=3D node4>=3D0.8.0:www/node4 >>=20 >> -HADOOPCOMPAT_CONFLICTS_OFF=3D hadoop2* >> +HADOOPCOMPAT_CONFLICTS_INSTALL_OFF=3D hadoop2* >>=20 >> NO_ARCH=3D yes >> NO_BUILD=3D yes >> @@ -37,8 +37,6 @@ post-patch: >> @${REINPLACE_CMD} -i '' \ >> -e 's|"installationMethod": "tar"|"installationMethod": = "pkg"|g' \ >> ${WRKSRC}/package.json >> - @${REINPLACE_CMD} -i '' -e 's%Linux)%Linux|FreeBSD)%g' \ >> - ${WRKSRC}/bin/yarn >>=20 >> do-install: >> ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn >>=20 >> Modified: head/www/yarn/distinfo >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/www/yarn/distinfo Thu Sep 28 09:02:02 2017 = (r450809) >> +++ head/www/yarn/distinfo Thu Sep 28 09:06:27 2017 = (r450810) >> @@ -1,3 +1,3 @@ >> -TIMESTAMP =3D 1505124517 >> -SHA256 (yarn-v1.0.1.tar.gz) =3D = 6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 >> -SIZE (yarn-v1.0.1.tar.gz) =3D 843398 >> +TIMESTAMP =3D 1506246826 >> +SHA256 (yarn-v1.0.2.tar.gz) =3D = 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 >> +SIZE (yarn-v1.0.2.tar.gz) =3D 843696 From owner-svn-ports-head@freebsd.org Thu Sep 28 17:38:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F17AE04A30; Thu, 28 Sep 2017 17:38:12 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502E567293; Thu, 28 Sep 2017 17:38:12 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SHcB6O067413; Thu, 28 Sep 2017 17:38:11 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SHcBaX067410; Thu, 28 Sep 2017 17:38:11 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201709281738.v8SHcBaX067410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 28 Sep 2017 17:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450855 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 450855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 17:38:12 -0000 Author: bhughes Date: Thu Sep 28 17:38:11 2017 New Revision: 450855 URL: https://svnweb.freebsd.org/changeset/ports/450855 Log: www/node: Update 8.5.0_1 -> 8.6.0 Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12532 Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Sep 28 16:13:14 2017 (r450854) +++ head/www/node/Makefile Thu Sep 28 17:38:11 2017 (r450855) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.5.0 +PORTVERSION= 8.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Sep 28 16:13:14 2017 (r450854) +++ head/www/node/distinfo Thu Sep 28 17:38:11 2017 (r450855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505392444 -SHA256 (node-v8.5.0.tar.gz) = dd5ac97074882ba62892bdb91ec5e624c338d772a6218da08c182231031a4446 -SIZE (node-v8.5.0.tar.gz) = 31094898 +TIMESTAMP = 1506500421 +SHA256 (node-v8.6.0.tar.gz) = 80551d47440c602c5825a3f6611e13cb0c57d277234dbff693af433a88351a08 +SIZE (node-v8.6.0.tar.gz) = 31159108 From owner-svn-ports-head@freebsd.org Thu Sep 28 18:46:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5826E05F4D; Thu, 28 Sep 2017 18:46:05 +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 A4328696F4; Thu, 28 Sep 2017 18:46:05 +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 v8SIk4ua096070; Thu, 28 Sep 2017 18:46:04 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SIk46N096069; Thu, 28 Sep 2017 18:46:04 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709281846.v8SIk46N096069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 18:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450856 - head/java/bootstrap-openjdk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/bootstrap-openjdk6 X-SVN-Commit-Revision: 450856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 18:46:06 -0000 Author: jkim Date: Thu Sep 28 18:46:04 2017 New Revision: 450856 URL: https://svnweb.freebsd.org/changeset/ports/450856 Log: Make sure to disable IcedTea patches when we build distfiles next time. Modified: head/java/bootstrap-openjdk6/Makefile.update Modified: head/java/bootstrap-openjdk6/Makefile.update ============================================================================== --- head/java/bootstrap-openjdk6/Makefile.update Thu Sep 28 17:38:11 2017 (r450855) +++ head/java/bootstrap-openjdk6/Makefile.update Thu Sep 28 18:46:04 2017 (r450856) @@ -37,8 +37,8 @@ PLIST_SUB= ARCH="${ARCH}" JDK_ROOT="." BUILD_ARGS= BATCH=yes PORT_DBDIR=/var/empty BUILD_ENV= __MAKE_CONF=/dev/null PATH="${PATH}" +BUILD_ENV+= java_openjdk6_UNSET_FORCE=ICEDTEA JDK_BUILD_ARGS= ${BUILD_ARGS} -JDK_BUILD_ARGS+=java_openjdk6_UNSET=ICEDTEA .if ${ARCH} == "i386" PLIST_SUB+= CLIENTVM="" From owner-svn-ports-head@freebsd.org Thu Sep 28 18:46:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB2D9E05F96; Thu, 28 Sep 2017 18:46:29 +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 72CDE697DA; Thu, 28 Sep 2017 18:46:29 +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 v8SIkSPm096377; Thu, 28 Sep 2017 18:46:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SIkRcP096366; Thu, 28 Sep 2017 18:46:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709281846.v8SIkRcP096366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 28 Sep 2017 18:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450857 - in head: . databases/courier-authlib-mysql databases/courier-authlib-pgsql net/courier-authlib-ldap security/courier-authlib security/courier-authlib-base security/courier-aut... X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head: . databases/courier-authlib-mysql databases/courier-authlib-pgsql net/courier-authlib-ldap security/courier-authlib security/courier-authlib-base security/courier-authlib/files X-SVN-Commit-Revision: 450857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 18:46:29 -0000 Author: madpilot Date: Thu Sep 28 18:46:27 2017 New Revision: 450857 URL: https://svnweb.freebsd.org/changeset/ports/450857 Log: Make courier-autlib ports run the sysconftool on installation, as suggested by upstream, like courier-imap port does. The sample files are renamed to ".dist" because that is the name the tool expects. Also added a note to UPDATING to warn users about the sysconftool expecting the comments not to be removed. While here convert to localbase. Suggested by: Doug McIntyre Modified: head/UPDATING head/databases/courier-authlib-mysql/Makefile head/databases/courier-authlib-pgsql/Makefile head/net/courier-authlib-ldap/Makefile head/security/courier-authlib-base/Makefile head/security/courier-authlib/Makefile head/security/courier-authlib/files/patch-Makefile.in head/security/courier-authlib/pkg-plist-base head/security/courier-authlib/pkg-plist-ldap head/security/courier-authlib/pkg-plist-mysql head/security/courier-authlib/pkg-plist-pgsql Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 28 18:46:04 2017 (r450856) +++ head/UPDATING Thu Sep 28 18:46:27 2017 (r450857) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170928: + AFFECTS: users of security/courier-authlib and it's modules + AUTHOR: madpilot@FreeBSD.org + + The affected ports have been modified to follow the upstrem + suggested best practice to use the sysconftool on installation. + + Please make sure your configuration files include all the comments + that tool uses to correctly update the configuration on update. + + You can use the ".sample" or ".dist" files as templates for missing + comments if needed. + 20170915: AFFECTS: users of devel/cargo AUTHOR: rust@FreeBSD.org Modified: head/databases/courier-authlib-mysql/Makefile ============================================================================== --- head/databases/courier-authlib-mysql/Makefile Thu Sep 28 18:46:04 2017 (r450856) +++ head/databases/courier-authlib-mysql/Makefile Thu Sep 28 18:46:27 2017 (r450857) @@ -1,7 +1,7 @@ # Created by: Yarema # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -mysql COMMENT= MySQL support for the Courier authentication library Modified: head/databases/courier-authlib-pgsql/Makefile ============================================================================== --- head/databases/courier-authlib-pgsql/Makefile Thu Sep 28 18:46:04 2017 (r450856) +++ head/databases/courier-authlib-pgsql/Makefile Thu Sep 28 18:46:27 2017 (r450857) @@ -1,7 +1,7 @@ # Created by: Yarema # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -pgsql COMMENT= PostgreSQL support for the Courier authentication library Modified: head/net/courier-authlib-ldap/Makefile ============================================================================== --- head/net/courier-authlib-ldap/Makefile Thu Sep 28 18:46:04 2017 (r450856) +++ head/net/courier-authlib-ldap/Makefile Thu Sep 28 18:46:27 2017 (r450857) @@ -1,7 +1,7 @@ # Created by: Yarema # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -ldap COMMENT= LDAP support for the Courier authentication library Modified: head/security/courier-authlib-base/Makefile ============================================================================== --- head/security/courier-authlib-base/Makefile Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib-base/Makefile Thu Sep 28 18:46:27 2017 (r450857) @@ -1,7 +1,7 @@ # Created by: Oliver Lehmann # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -base COMMENT= Courier authentication library base Modified: head/security/courier-authlib/Makefile ============================================================================== --- head/security/courier-authlib/Makefile Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/Makefile Thu Sep 28 18:46:27 2017 (r450857) @@ -3,7 +3,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.68.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} @@ -34,7 +34,7 @@ OPTIONS_DEFINE+= GDBM LIB_DEPENDS+= libltdl.so:devel/libltdl \ libcourier-unicode.so:devel/courier-unicode -USES= iconv gmake libtool perl5 tar:bzip2 +USES= iconv gmake libtool localbase perl5 tar:bzip2 GNU_CONFIGURE= yes USE_SUBMAKE= yes @@ -46,9 +46,6 @@ AUTHDAEMONVAR= ${LOCALSTATEDIR}/run/authdaemond VPOPMAILDIR?= ${LOCALBASE}/vpopmail USERDB?= ${PREFIX}/etc/userdb -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - CONFIGURE_ARGS= --enable-unicode \ --disable-static \ --without-authcustom \ @@ -71,6 +68,8 @@ PLIST_SUB+= MAILOWN=${MAILOWN} MAILGRP=${MAILGRP} AUTHMOD= auth${PKGNAMESUFFIX:S/-//:S/gdbm/db/} .if ${AUTHMOD} == authbase +RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool + CONFIGURE_ARGS+=--with-base --with-authpam --with-authpipe USERS= ${MAILOWN} @@ -108,6 +107,7 @@ REMOVE_SUBDIRS+=makedat userdb .endif .if ${AUTHMOD} == authldap +RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool DOCS= README.ldap USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-authldap @@ -116,6 +116,7 @@ CONFIGURE_ARGS+=--without-authldap .endif .if ${AUTHMOD} == authmysql +RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool DOCS= README.authmysql.html README.authmysql.myownquery USE_MYSQL= yes CONFIGURE_ARGS+=--with-authmysql \ @@ -126,6 +127,7 @@ CONFIGURE_ARGS+=--without-authmysql .endif .if ${AUTHMOD} == authpgsql +RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool DOCS= README.authpostgres.html USES+= pgsql CONFIGURE_ARGS+=--with-authpgsql Modified: head/security/courier-authlib/files/patch-Makefile.in ============================================================================== --- head/security/courier-authlib/files/patch-Makefile.in Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/files/patch-Makefile.in Thu Sep 28 18:46:27 2017 (r450857) @@ -188,32 +188,29 @@ @HAVE_AUTHPGSQL_TRUE@install-authpgsqlrc: @HAVE_AUTHPGSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authpgsqlrc@` || : @HAVE_AUTHPGSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authpgsqlrc \ --@HAVE_AUTHPGSQL_TRUE@ $(DESTDIR)@authpgsqlrc@.dist + @HAVE_AUTHPGSQL_TRUE@ $(DESTDIR)@authpgsqlrc@.dist -@HAVE_AUTHPGSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authpgsqlrc@.dist -@HAVE_AUTHPGSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authpgsqlrc@.dist -+@HAVE_AUTHPGSQL_TRUE@ $(DESTDIR)@authpgsqlrc@.sample @HAVE_AUTHPGSQL_TRUE@uninstall-authpgsqlrc: @HAVE_AUTHPGSQL_TRUE@ rm -f $(DESTDIR)@authpgsqlrc@.dist -@@ -1951,9 +1990,7 @@ authpgsqlrc.h: - @HAVE_LDAP_TRUE@install-authldaprc: +@@ -1952,8 +1991,6 @@ authpgsqlrc.h: @HAVE_LDAP_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authldaprc@` || : @HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authldaprc \ --@HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.dist + @HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.dist -@HAVE_LDAP_TRUE@ -chown @mailuser@ $(DESTDIR)@authldaprc@.dist -@HAVE_LDAP_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authldaprc@.dist -+@HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.sample @HAVE_LDAP_TRUE@uninstall-authldaprc: @HAVE_LDAP_TRUE@ rm -f $(DESTDIR)@authldaprc@.dist -@@ -1964,15 +2001,25 @@ authpgsqlrc.h: +@@ -1964,6 +2001,18 @@ authpgsqlrc.h: @HAVE_LDAP_FALSE@uninstall-authldaprc: @HAVE_LDAP_FALSE@ @: +@HAVE_LDAP_TRUE@install-ldapschema: +@HAVE_LDAP_TRUE@ $(mkinstalldirs) ${DESTDIR}${sysconfdir}/openldap/schema +@HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 0444 $(srcdir)/authldap.schema \ -+@HAVE_LDAP_TRUE@ ${DESTDIR}${sysconfdir}/openldap/schema/authldap.schema.sample ++@HAVE_LDAP_TRUE@ ${DESTDIR}${sysconfdir}/openldap/schema/authldap.schema.dist +@HAVE_LDAP_TRUE@# if test ! -f ${sysconfdir}/openldap/schema/authldap.schema ; then \ +@HAVE_LDAP_TRUE@# $(INSTALL_DATA) -m 0444 $(srcdir)/authldap.schema \ +@HAVE_LDAP_TRUE@# ${sysconfdir}/openldap/schema/authldap.schema ; \ @@ -225,24 +222,21 @@ authldaprc.h: echo "#define AUTHLDAPRC \"@authldaprc@\"" >authldaprc.h - @HAVE_AUTHMYSQL_TRUE@install-authmysqlrc: +@@ -1971,8 +2020,6 @@ authldaprc.h: @HAVE_AUTHMYSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authmysqlrc@` || : @HAVE_AUTHMYSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authmysqlrc \ --@HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.dist + @HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.dist -@HAVE_AUTHMYSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authmysqlrc@.dist -@HAVE_AUTHMYSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authmysqlrc@.dist -+@HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.sample @HAVE_AUTHMYSQL_TRUE@uninstall-authmysqlrc: @HAVE_AUTHMYSQL_TRUE@ rm -f $(DESTDIR)@authmysqlrc@.dist -@@ -1989,9 +2036,7 @@ authmysqlrc.h: - @HAVE_AUTHSQLITE_TRUE@install-authsqliterc: +@@ -1990,8 +2037,6 @@ authmysqlrc.h: @HAVE_AUTHSQLITE_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authsqliterc@` || : @HAVE_AUTHSQLITE_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authsqliterc \ --@HAVE_AUTHSQLITE_TRUE@ $(DESTDIR)@authsqliterc@.dist + @HAVE_AUTHSQLITE_TRUE@ $(DESTDIR)@authsqliterc@.dist -@HAVE_AUTHSQLITE_TRUE@ -chown @mailuser@ $(DESTDIR)@authsqliterc@.dist -@HAVE_AUTHSQLITE_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authsqliterc@.dist -+@HAVE_AUTHSQLITE_TRUE@ $(DESTDIR)@authsqliterc@.sample @HAVE_AUTHSQLITE_TRUE@uninstall-authsqliterc: @HAVE_AUTHSQLITE_TRUE@ rm -f $(DESTDIR)@authsqliterc@.dist @@ -260,7 +254,7 @@ +@HAVE_BASE_TRUE@install-authdaemonrc: +@HAVE_BASE_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authdaemonrc@` || : +@HAVE_BASE_TRUE@ sed 's/@ALLMODULES@/$(modules:lib%.la=%)/' authdaemonrc.tmp -+@HAVE_BASE_TRUE@ $(INSTALL_DATA) -m 660 authdaemonrc.tmp $(DESTDIR)@authdaemonrc@.sample ++@HAVE_BASE_TRUE@ $(INSTALL_DATA) -m 660 authdaemonrc.tmp $(DESTDIR)@authdaemonrc@.dist +@HAVE_BASE_TRUE@ rm -f authdaemonrc.tmp -uninstall-authdaemonrc: Modified: head/security/courier-authlib/pkg-plist-base ============================================================================== --- head/security/courier-authlib/pkg-plist-base Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/pkg-plist-base Thu Sep 28 18:46:27 2017 (r450857) @@ -1,5 +1,7 @@ bin/courierauthconfig -@sample(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authdaemonrc.sample +@postunexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi +@(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authdaemonrc.dist +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/authlib/authdaemonrc include/courier_auth_config.h include/courierauth.h include/courierauthdebug.h Modified: head/security/courier-authlib/pkg-plist-ldap ============================================================================== --- head/security/courier-authlib/pkg-plist-ldap Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/pkg-plist-ldap Thu Sep 28 18:46:27 2017 (r450857) @@ -1,4 +1,6 @@ -@sample(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authldaprc.sample -@sample etc/openldap/schema/authldap.schema.sample +@postunexec if cmp -s %D/etc/authlib/authldaprc.dist %D/etc/authlib/authldaprc; then rm -f %D/etc/authlib/authldaprc; fi +@(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authldaprc.dist +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/authlib/authldaprc +@sample etc/openldap/schema/authldap.schema.dist lib/courier-authlib/libauthldap.so %%PORTDOCS%%%%DOCSDIR%%/README.ldap Modified: head/security/courier-authlib/pkg-plist-mysql ============================================================================== --- head/security/courier-authlib/pkg-plist-mysql Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/pkg-plist-mysql Thu Sep 28 18:46:27 2017 (r450857) @@ -1,4 +1,6 @@ -@sample(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authmysqlrc.sample +@postunexec if cmp -s %D/etc/authlib/authmysqlrc.dist %D/etc/authlib/authmysqlrc; then rm -f %D/etc/authlib/authmysqlrc; fi +@(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authmysqlrc.dist +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/authlib/authmysqlrc lib/courier-authlib/libauthmysql.so %%PORTDOCS%%%%DOCSDIR%%/README.authmysql.html %%PORTDOCS%%%%DOCSDIR%%/README.authmysql.myownquery Modified: head/security/courier-authlib/pkg-plist-pgsql ============================================================================== --- head/security/courier-authlib/pkg-plist-pgsql Thu Sep 28 18:46:04 2017 (r450856) +++ head/security/courier-authlib/pkg-plist-pgsql Thu Sep 28 18:46:27 2017 (r450857) @@ -1,3 +1,5 @@ -@sample(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authpgsqlrc.sample +@postunexec if cmp -s %D/etc/authlib/authpgsqlrc.dist %D/etc/authlib/authpgsqlrc; then rm -f %D/etc/authlib/authpgsqlrc; fi +@(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authpgsqlrc.dist +@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/authlib/authpgsqlrc lib/courier-authlib/libauthpgsql.so %%PORTDOCS%%%%DOCSDIR%%/README.authpostgres.html From owner-svn-ports-head@freebsd.org Thu Sep 28 18:50:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CDCAE06126; Thu, 28 Sep 2017 18:50:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9CE769A4B; Thu, 28 Sep 2017 18:50:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SIo98p096651; Thu, 28 Sep 2017 18:50:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SIo8i4096648; Thu, 28 Sep 2017 18:50:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709281850.v8SIo8i4096648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 28 Sep 2017 18:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450858 - in head/editors: vim vim-lite X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/editors: vim vim-lite X-SVN-Commit-Revision: 450858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 18:50:10 -0000 Author: adamw Date: Thu Sep 28 18:50:08 2017 New Revision: 450858 URL: https://svnweb.freebsd.org/changeset/ports/450858 Log: Reorganize and simplify the vim Makefile There should be no changes to the generated packages from this reorganization. The bulk of the changes involve better leveraging OPTIONS helpers, including making vim-lite into an OPTION (which is always SLAVEd or EXCLUDEd). Modified: head/editors/vim-lite/Makefile head/editors/vim/Makefile head/editors/vim/pkg-plist Modified: head/editors/vim-lite/Makefile ============================================================================== --- head/editors/vim-lite/Makefile Thu Sep 28 18:46:27 2017 (r450857) +++ head/editors/vim-lite/Makefile Thu Sep 28 18:50:08 2017 (r450858) @@ -1,7 +1,8 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -MAINTAINER= adamw@FreeBSD.org +PKGNAMESUFFIX= -lite + COMMENT= Improved version of the vi editor (lite package) LITE= yes Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Thu Sep 28 18:46:27 2017 (r450857) +++ head/editors/vim/Makefile Thu Sep 28 18:50:08 2017 (r450858) @@ -14,16 +14,38 @@ LICENSE_NAME= VIM License LICENSE_FILE= ${WRKSRC}/runtime/doc/uganda.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -OPTIONS_DEFINE= CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS NLS XTERM_SAVE +USES= cpe iconv ncurses pkgconfig shebangfix +MAKE_JOBS_UNSAFE= yes + +USE_GITHUB= yes +SHEBANG_FILES= runtime/tools/demoserver.py runtime/tools/efm_perl.pl +CPE_VERSION= ${PORTVERSION:R} +PORTSCOUT= site:https://github.com/vim/vim/releases + +PLIST_SUB= VIM_VER=${VIM_VER} +PORTDATA= ${VIM_VER} +SLAVEDIRS= editors/vim-lite +REINPLACE_ARGS= -i '' +VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} + +ALL_TARGET= # empty +MAKE_ARGS+= CC="${CC}" \ + CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" \ + STRIP="${STRIP_CMD}" \ + VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} \ + VIMRCLOC=${ETCDIR} \ + CONF_OPT_MULTIBYTE=--enable-multibyte \ + CONF_TERM_LIB=--with-tlib=ncurses + +# OPTIONS +OPTIONS_DEFAULT= CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS GTK2 LUA PERL PYTHON RUBY TCL +OPTIONS_DEFINE= CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS LITE NLS XTERM_SAVE OPTIONS_SINGLE= UI OPTIONS_SINGLE_UI= ATHENA CONSOLE GNOME GTK2 GTK3 MOTIF X11 OPTIONS_GROUP= LANGBIND OPTIONS_GROUP_LANGBIND= LUA PERL PYTHON RUBY TCL OPTIONS_SUB= yes -# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute -OPTIONS_EXCLUDE_powerpc64= RUBY - DEFAULT_VIMRC_DESC= Install bundled vimrc as default setting EXUBERANT_CTAGS_DESC= Use exctags instead of ctags XTERM_SAVE_DESC= Restore xterm screen after exit @@ -35,54 +57,32 @@ CONSOLE_DESC= Console/terminal mode LANGBIND_DESC= Optional language bindings -ALL_TARGET= # empty -MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STRIP_CMD}" -MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR} -MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=ncurses -REINPLACE_ARGS= -i '' -USES= cpe iconv ncurses pkgconfig shebangfix -MAKE_JOBS_UNSAFE= yes +# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute +OPTIONS_EXCLUDE_powerpc64= RUBY -PLIST_SUB= VIM_VER=${VIM_VER} -PORTDATA= ${VIM_VER} -VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} -SLAVEDIRS= editors/vim-lite - -USE_GITHUB= yes -SHEBANG_FILES= runtime/tools/demoserver.py runtime/tools/efm_perl.pl -CPE_VERSION= ${PORTVERSION:R} -PORTSCOUT= site:https://github.com/vim/vim/releases - .if defined(LITE) -PKGNAMESUFFIX+= -lite -CONFLICTS_INSTALL= vim-[0-9]* OPTIONS_DEFAULT=DEFAULT_VIMRC -OPTIONS_SLAVE= CONSOLE -OPTIONS_EXCLUDE:= ${OPTIONS_DEFINE:NDEFAULT_VIMRC} \ +OPTIONS_SLAVE= CONSOLE LITE +OPTIONS_EXCLUDE:= ${OPTIONS_DEFINE:NDEFAULT_VIMRC:NLITE} \ ${OPTIONS_SINGLE_UI:NCONSOLE} \ ${OPTIONS_GROUP_LANGBIND} -MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" \ - CONF_OPT_LUA=--disable-luainterp \ - CONF_OPT_PERL=--disable-perlinterp \ - CONF_OPT_PYTHON="--disable-pythoninterp --disable-python3interp" \ - CONF_OPT_RUBY=--disable-rubyinterp \ - CONF_OPT_TCL=--disable-tclinterp -PLIST_SUB+= NON_LITE="@comment " .else -CONFLICTS_INSTALL= vim-lite-[0-9]* -OPTIONS_DEFAULT=CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS GTK2 LUA PERL PYTHON RUBY TCL -MAKE_ARGS+= CONF_OPT_FEAT=--with-features=huge \ - CONF_OPT_INPUT=--enable-xim \ - CONF_OPT_OUTPUT=--enable-fontset -PLIST_SUB+= NON_LITE="" +OPTIONS_EXCLUDE=LITE .endif # GENERAL OPTIONS CSCOPE_MAKE_ARGS= CONF_OPT_CSCOPE=--enable-cscope +CSCOPE_MAKE_ARGS_OFF= CONF_OPT_CSCOPE=--disable-cscope CSCOPE_RUN_DEPENDS= cscope:devel/cscope EXUBERANT_CTAGS_RUN_DEPENDS= exctags:devel/ctags +LITE_CONFLICTS_INSTALL= vim-[0-9]* +LITE_CONFLICTS_INSTALL_OFF= vim-lite-[0-9]* +LITE_MAKE_ARGS_OFF= CONF_OPT_FEAT=--with-features=huge \ + CONF_OPT_INPUT=--enable-xim \ + CONF_OPT_OUTPUT=--enable-fontset + NLS_MAKE_ARGS= CONF_OPT_NLS=--enable-nls NLS_MAKE_ARGS_OFF= CONF_OPT_NLS=--disable-nls NLS_USES= gettext @@ -125,17 +125,22 @@ X11_USE= XORG=ice,sm,x11,xt # LANGUAGE BINDINGS LUA_MAKE_ARGS= CONF_OPT_LUA=--enable-luainterp=dynamic CONF_OPT_LUA_PREFIX=--with-lua-prefix=${LOCALBASE} +LUA_MAKE_ARGS_OFF= CONF_OPT_LUA=--disable-luainterp LUA_USES= lua PERL_MAKE_ARGS= CONF_OPT_PERL=--enable-perlinterp +PERL_MAKE_ARGS_OFF= CONF_OPT_PERL=--disable-perlinterp PERL_USES= perl5 +PYTHON_MAKE_ARGS_OFF= CONF_OPT_PYTHON="--disable-pythoninterp --disable-python3interp" PYTHON_USES= python RUBY_MAKE_ARGS= CONF_OPT_RUBY=--enable-rubyinterp +RUBY_MAKE_ARGS_OFF= CONF_OPT_RUBY=--disable-rubyinterp RUBY_USE= RUBY=yes TCL_MAKE_ARGS= CONF_OPT_TCL="--enable-tclinterp --with-tclsh=tclsh${TCL_VER}" +TCL_MAKE_ARGS_OFF= CONF_OPT_TCL=--disable-tclinterp TCL_USES= tcl:85+ .include Modified: head/editors/vim/pkg-plist ============================================================================== --- head/editors/vim/pkg-plist Thu Sep 28 18:46:27 2017 (r450857) +++ head/editors/vim/pkg-plist Thu Sep 28 18:50:08 2017 (r450858) @@ -3,7 +3,7 @@ bin/evim %%GUI%%bin/gview %%GUI%%bin/gvim %%GUI%%bin/gvimdiff -%%GUI%%%%NON_LITE%%bin/gvimtutor +%%GUI%%%%NO_LITE%%bin/gvimtutor %%GUI%%bin/rgview %%GUI%%bin/rgvim bin/rview @@ -14,178 +14,178 @@ bin/vimtutor bin/xxd %%DEFAULT_VIMRC%%@sample %%ETCDIR%%/gvimrc.sample %%DEFAULT_VIMRC%%@sample %%ETCDIR%%/vimrc.sample -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/fr/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/fr.ISO8859-1/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/fr.UTF-8/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/it/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/it.ISO8859-1/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/it.UTF-8/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ja/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/ja/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%man/man1/eview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/fr/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/fr.ISO8859-1/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/fr.UTF-8/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/it/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/it.ISO8859-1/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/it.UTF-8/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ja/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/ja/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%man/man1/eview.1.gz man/man1/evim.1.gz -%%GUI%%%%NON_LITE%%man/man1/gview.1.gz -%%GUI%%%%NON_LITE%%man/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%man/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%man/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%man/man1/rgvim.1.gz +%%GUI%%%%NO_LITE%%man/man1/gview.1.gz +%%GUI%%%%NO_LITE%%man/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%man/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%man/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%man/man1/rgvim.1.gz man/man1/rview.1.gz man/man1/rvim.1.gz man/man1/vim.1.gz man/man1/vimdiff.1.gz man/man1/vimtutor.1.gz man/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/pl/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/pl.ISO8859-2/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/pl.UTF-8/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/ru.KOI8-R/man1/xxd.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/eview.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/evim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/gview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/gvim.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/gvimdiff.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/rgview.1.gz -%%GUI%%%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/rgvim.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/rview.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/rvim.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/vim.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/vimdiff.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/vimtutor.1.gz -%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/xxd.1.gz -%%DESKTOP%%%%NON_LITE%%share/applications/gvim.desktop -%%DESKTOP%%%%NON_LITE%%share/applications/vim.desktop -%%DESKTOP%%%%NON_LITE%%share/icons/hicolor/48x48/apps/gvim.png -%%DESKTOP%%%%NON_LITE%%share/icons/locolor/16x16/apps/gvim.png -%%DESKTOP%%%%NON_LITE%%share/icons/locolor/32x32/apps/gvim.png +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/pl/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/pl.ISO8859-2/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/pl.UTF-8/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/ru.KOI8-R/man1/xxd.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/eview.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/evim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/gview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/gvim.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/gvimdiff.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/rgview.1.gz +%%GUI%%%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/rgvim.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/rview.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/rvim.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/vim.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/vimdiff.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/vimtutor.1.gz +%%NO_LITE%%%%NLS%%man/ru.UTF-8/man1/xxd.1.gz +%%DESKTOP%%%%NO_LITE%%share/applications/gvim.desktop +%%DESKTOP%%%%NO_LITE%%share/applications/vim.desktop +%%DESKTOP%%%%NO_LITE%%share/icons/hicolor/48x48/apps/gvim.png +%%DESKTOP%%%%NO_LITE%%share/icons/locolor/16x16/apps/gvim.png +%%DESKTOP%%%%NO_LITE%%share/icons/locolor/32x32/apps/gvim.png %%NO_NLS%%@dir %%DATADIR%%/%%VIM_VER%%/lang From owner-svn-ports-head@freebsd.org Thu Sep 28 19:04:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C81BE064FF; Thu, 28 Sep 2017 19:04:57 +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 380A06A109; Thu, 28 Sep 2017 19:04:57 +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 v8SJ4uV9004744; Thu, 28 Sep 2017 19:04:56 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJ4ulK004741; Thu, 28 Sep 2017 19:04:56 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201709281904.v8SJ4ulK004741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 28 Sep 2017 19:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450859 - in head/graphics/inkscape: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics/inkscape: . files X-SVN-Commit-Revision: 450859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:04:57 -0000 Author: kwm Date: Thu Sep 28 19:04:56 2017 New Revision: 450859 URL: https://svnweb.freebsd.org/changeset/ports/450859 Log: Update inkscape to 0.92.2. * Use correct MPL version (1.1) * Correct typo's in the LICENSE_FILE_LGPL21 line so it actually used * Changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2 Deleted: head/graphics/inkscape/files/patch-src_ui_tools_flood-tool.cpp Modified: head/graphics/inkscape/Makefile head/graphics/inkscape/distinfo head/graphics/inkscape/pkg-plist Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/Makefile Thu Sep 28 19:04:56 2017 (r450859) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= inkscape -PORTVERSION= 0.92.1 -PORTREVISION= 7 +PORTVERSION= 0.92.2 CATEGORIES= graphics gnome -MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ +MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ + https://inkscape.org/en/gallery/item/11254/ \ LOCAL/kwm MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor -LICENSE= GPLv2+ GPLv3+ LGPL21 MPL +LICENSE= GPLv2+ GPLv3+ LGPL21 MPL11 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/GPL3.txt -LICENSE_FILE_LGPL2= ${WRKRSC}/LGPL2.txt +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL2.1.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libpopt.so:devel/popt \ Modified: head/graphics/inkscape/distinfo ============================================================================== --- head/graphics/inkscape/distinfo Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/distinfo Thu Sep 28 19:04:56 2017 (r450859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495104994 -SHA256 (inkscape-0.92.1.tar.bz2) = 257405bf802de125f17d123638093a37db02ebe334d243cf9b0d8903f7c89005 -SIZE (inkscape-0.92.1.tar.bz2) = 31222684 +TIMESTAMP = 1506622350 +SHA256 (inkscape-0.92.2.tar.bz2) = a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3 +SIZE (inkscape-0.92.2.tar.bz2) = 31224100 Modified: head/graphics/inkscape/pkg-plist ============================================================================== --- head/graphics/inkscape/pkg-plist Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/pkg-plist Thu Sep 28 19:04:56 2017 (r450859) @@ -35,6 +35,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/branding/README %%DATADIR%%/branding/inkscape-flat.svg %%DATADIR%%/branding/inkscape-text.svg +%%DATADIR%%/branding/inkscape.logo.svg %%DATADIR%%/branding/inkscape.svg %%DATADIR%%/branding/sodipodi.svg %%DATADIR%%/branding/tux.svg @@ -568,7 +569,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/extensions/xaml2svg/transform.xsl %%DATADIR%%/filters/README %%DATADIR%%/filters/filters.svg -%%DATADIR%%/filters/filters.svg.h %%DATADIR%%/fonts/README %%DATADIR%%/gradients/README %%DATADIR%%/icons/OCAL.png @@ -644,14 +644,12 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/palettes/Ubuntu.gpl %%DATADIR%%/palettes/echo-palette.gpl %%DATADIR%%/palettes/inkscape.gpl -%%DATADIR%%/palettes/palettes.h %%DATADIR%%/palettes/svg.gpl %%DATADIR%%/palettes/webhex.gpl %%DATADIR%%/palettes/websafe22.gpl %%DATADIR%%/palettes/windowsXP.gpl %%DATADIR%%/patterns/README %%DATADIR%%/patterns/patterns.svg -%%DATADIR%%/patterns/patterns.svg.h %%DATADIR%%/screens/README %%DATADIR%%/screens/about.svg %%DATADIR%%/symbols/AigaSymbols.svg @@ -660,7 +658,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/symbols/LogicSymbols.svg %%DATADIR%%/symbols/MapSymbolsNPS.svg %%DATADIR%%/symbols/README -%%DATADIR%%/symbols/symbols.h %%DATADIR%%/templates/CD_label_120x120.svg %%DATADIR%%/templates/LaTeX_Beamer.svg %%DATADIR%%/templates/README @@ -690,7 +687,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/templates/default_pt.svg %%DATADIR%%/templates/default_px.svg %%DATADIR%%/templates/no_layers.svg -%%DATADIR%%/templates/templates.h %%DATADIR%%/tutorials/README %%DATADIR%%/tutorials/edge3d.svg %%DATADIR%%/tutorials/gpl-2.svg From owner-svn-ports-head@freebsd.org Thu Sep 28 19:32:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE1FE072AB; Thu, 28 Sep 2017 19:32:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1C0F6AF23; Thu, 28 Sep 2017 19:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SJW53B017005; Thu, 28 Sep 2017 19:32:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJW5LT017004; Thu, 28 Sep 2017 19:32:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709281932.v8SJW5LT017004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 19:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450860 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:32:06 -0000 Author: jbeich Date: Thu Sep 28 19:32:04 2017 New Revision: 450860 URL: https://svnweb.freebsd.org/changeset/ports/450860 Log: gecko: unbreak on 11.1 aarch64 /usr/bin/ld: error: unknown argument: --warn-unresolved-symbols PR: 218808 Reported by: O. Hartmann, pkg-fallout (for /head before lld 5.0 update) Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Thu Sep 28 19:04:56 2017 (r450859) +++ head/Mk/bsd.gecko.mk Thu Sep 28 19:32:04 2017 (r450860) @@ -107,6 +107,10 @@ USES+= compiler:c++11-lang USE_XORG+= xcb .endif +.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 +LLD_UNSAFE= yes +.endif + MOZILLA_SUFX?= none MOZSRC?= ${WRKSRC} WRKSRC?= ${WRKDIR}/mozilla From owner-svn-ports-head@freebsd.org Thu Sep 28 19:32:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBFDDE07301; Thu, 28 Sep 2017 19:32:20 +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 A83146B003; Thu, 28 Sep 2017 19:32:20 +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 v8SJWJJi017158; Thu, 28 Sep 2017 19:32:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJWJEU017156; Thu, 28 Sep 2017 19:32:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709281932.v8SJWJEU017156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 19:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450861 - in head: misc/e2fsprogs-libblkid sysutils/e2fsprogs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: misc/e2fsprogs-libblkid sysutils/e2fsprogs X-SVN-Commit-Revision: 450861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:32:21 -0000 Author: jbeich Date: Thu Sep 28 19:32:19 2017 New Revision: 450861 URL: https://svnweb.freebsd.org/changeset/ports/450861 Log: misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN After r450705 www/firefox requires -libuuid via audio/jack. Both slaves built fine on 11.0, 11.1 and 12.0 aarch64. Pointy hat to: mandree (r450553) Modified: head/misc/e2fsprogs-libblkid/Makefile (contents, props changed) head/sysutils/e2fsprogs/Makefile (contents, props changed) Modified: head/misc/e2fsprogs-libblkid/Makefile ============================================================================== --- head/misc/e2fsprogs-libblkid/Makefile Thu Sep 28 19:32:04 2017 (r450860) +++ head/misc/e2fsprogs-libblkid/Makefile Thu Sep 28 19:32:19 2017 (r450861) @@ -23,8 +23,6 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/blkid PKGDIR= ${.CURDIR} -BROKEN_aarch64= Fails to build: No targets specified and no makefile found - pre-build: ${MKDIR} ${WRKSRC}/lib/blkid/elfshared cd ${WRKSRC}/util && ${MAKE_CMD} subst Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Sep 28 19:32:04 2017 (r450860) +++ head/sysutils/e2fsprogs/Makefile Thu Sep 28 19:32:19 2017 (r450861) @@ -18,7 +18,9 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} PORTSCOUT= ignore # cannot handle the version in the directory +.if !defined(MASTERDIR) BROKEN_aarch64= fails to link: missing sbrk +.endif USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project From owner-svn-ports-head@freebsd.org Thu Sep 28 19:32:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04538E0739F; Thu, 28 Sep 2017 19:32:35 +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 C7CD46B128; Thu, 28 Sep 2017 19:32:34 +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 v8SJWXMI017274; Thu, 28 Sep 2017 19:32:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJWX3r017273; Thu, 28 Sep 2017 19:32:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709281932.v8SJWX3r017273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 19:32:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450862 - head/audio/festival X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/audio/festival X-SVN-Commit-Revision: 450862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:32:35 -0000 Author: jbeich Date: Thu Sep 28 19:32:33 2017 New Revision: 450862 URL: https://svnweb.freebsd.org/changeset/ports/450862 Log: audio/festival: lift BROKEN for armv6/mips* after r432825 Modified: head/audio/festival/Makefile (contents, props changed) Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Thu Sep 28 19:32:19 2017 (r450861) +++ head/audio/festival/Makefile Thu Sep 28 19:32:33 2017 (r450862) @@ -26,8 +26,6 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system BROKEN_aarch64= Fails to link: arm64_unknown.mak: No such file or directory -BROKEN_armv6= Fails to link: cc.mak: No such file or directory -BROKEN_mips64= Fails to link: cc.mak: No such file or directory BROKEN_powerpc64= Fails to link: powerpc_unknown.mak: No such file or directory OPTIONS_DEFINE= NAS ESD From owner-svn-ports-head@freebsd.org Thu Sep 28 19:32:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42F1E073F5; Thu, 28 Sep 2017 19:32:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 938496B245; Thu, 28 Sep 2017 19:32:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SJWnF0017390; Thu, 28 Sep 2017 19:32:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJWn0Q017389; Thu, 28 Sep 2017 19:32:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709281932.v8SJWn0Q017389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 19:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450863 - head/audio/liba52 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/audio/liba52 X-SVN-Commit-Revision: 450863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:32:50 -0000 Author: jbeich Date: Thu Sep 28 19:32:49 2017 New Revision: 450863 URL: https://svnweb.freebsd.org/changeset/ports/450863 Log: audio/liba52: build PIC objects on all architectures PR: 215974 Reported by: mmel Inspired by: ArchLinux, Gentoo, Debian Reviewed by: tijl (implicit) Modified: head/audio/liba52/Makefile (contents, props changed) Modified: head/audio/liba52/Makefile ============================================================================== --- head/audio/liba52/Makefile Thu Sep 28 19:32:33 2017 (r450862) +++ head/audio/liba52/Makefile Thu Sep 28 19:32:49 2017 (r450863) @@ -28,11 +28,10 @@ DJBFFT_CFLAGS= -I${LOCALBASE}/include DJBFFT_LDFLAGS= -L${LOCALBASE}/lib DJBFFT_CONFIGURE_ON= --enable-djbfft -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_powerpc= -fPIC - HEADER_FILES= liba52/a52_internal.h + +post-patch: + @${REINPLACE_CMD} '/-prefer-non-pic/d' ${WRKSRC}/configure post-patch-OPTIMIZED_CFLAGS-off: @${REINPLACE_CMD} -E -e 's!-O3!${CFLAGS}!' -e 's!-mcpu=[^"]+"!"!' \ From owner-svn-ports-head@freebsd.org Thu Sep 28 19:52:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEB8E07A5E; Thu, 28 Sep 2017 19:52:46 +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 5A7FB6BD44; Thu, 28 Sep 2017 19:52:46 +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 v8SJqjNK025911; Thu, 28 Sep 2017 19:52:45 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJqj6q025909; Thu, 28 Sep 2017 19:52:45 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709281952.v8SJqj6q025909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 28 Sep 2017 19:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450865 - head/devel/p5-DateTime-Format-W3CDTF X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/devel/p5-DateTime-Format-W3CDTF X-SVN-Commit-Revision: 450865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 19:52:46 -0000 Author: jadawin Date: Thu Sep 28 19:52:45 2017 New Revision: 450865 URL: https://svnweb.freebsd.org/changeset/ports/450865 Log: - Update to 0.07 Changelog: http://cpansearch.perl.org/src/GWILLIAMS/DateTime-Format-W3CDTF-0.07/Changes Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile head/devel/p5-DateTime-Format-W3CDTF/distinfo Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-W3CDTF/Makefile Thu Sep 28 19:43:06 2017 (r450864) +++ head/devel/p5-DateTime-Format-W3CDTF/Makefile Thu Sep 28 19:52:45 2017 (r450865) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-W3CDTF -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-Format-W3CDTF/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-W3CDTF/distinfo Thu Sep 28 19:43:06 2017 (r450864) +++ head/devel/p5-DateTime-Format-W3CDTF/distinfo Thu Sep 28 19:52:45 2017 (r450865) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Format-W3CDTF-0.06.tar.gz) = b9a542bed9c52b0a89dd590a5184e38ee334c824bbe6bac842dd7dd1f88fbd7a -SIZE (DateTime-Format-W3CDTF-0.06.tar.gz) = 29825 +TIMESTAMP = 1506626972 +SHA256 (DateTime-Format-W3CDTF-0.07.tar.gz) = 69a02b661bbf1daa14a4813cb6786eaa66dbdf2743f0b3f458e30234c3a26268 +SIZE (DateTime-Format-W3CDTF-0.07.tar.gz) = 29598 From owner-svn-ports-head@freebsd.org Thu Sep 28 20:05:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9565AE07D9C; Thu, 28 Sep 2017 20:05:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59B0A6C2E6; Thu, 28 Sep 2017 20:05:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SK5P3w030257; Thu, 28 Sep 2017 20:05:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SK5P1r030256; Thu, 28 Sep 2017 20:05:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709282005.v8SK5P1r030256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 20:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450866 - head/audio/festival X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/audio/festival X-SVN-Commit-Revision: 450866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:05:26 -0000 Author: jbeich Date: Thu Sep 28 20:05:25 2017 New Revision: 450866 URL: https://svnweb.freebsd.org/changeset/ports/450866 Log: audio/festival: unbreak on most non-x86 archs For example, after r450862 mips64 still failed: gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools' Check system type ../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'. Stop. Modified: head/audio/festival/Makefile (contents, props changed) Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Thu Sep 28 19:52:45 2017 (r450865) +++ head/audio/festival/Makefile Thu Sep 28 20:05:25 2017 (r450866) @@ -25,9 +25,6 @@ PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/p MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system -BROKEN_aarch64= Fails to link: arm64_unknown.mak: No such file or directory -BROKEN_powerpc64= Fails to link: powerpc_unknown.mak: No such file or directory - OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD ESD_DESC= ${ESOUND_DESC} @@ -83,7 +80,7 @@ do-configure: ${FALSE}; \ fi # This step helps non-i386 systems and is harmless on i386 - -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak + -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${MACHINE}_unknown.mak .endfor @${REINPLACE_CMD} \ -e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \ From owner-svn-ports-head@freebsd.org Thu Sep 28 20:05:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84B14E07DD5; Thu, 28 Sep 2017 20:05:58 +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 53BBE6C3C9; Thu, 28 Sep 2017 20:05:58 +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 v8SK5vBj030375; Thu, 28 Sep 2017 20:05:57 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SK5vvY030374; Thu, 28 Sep 2017 20:05:57 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201709282005.v8SK5vvY030374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 28 Sep 2017 20:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450867 - head X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:05:58 -0000 Author: madpilot Date: Thu Sep 28 20:05:57 2017 New Revision: 450867 URL: https://svnweb.freebsd.org/changeset/ports/450867 Log: Fix a grammar error and a typo. Reported by: Scott Bennett Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 28 20:05:25 2017 (r450866) +++ head/UPDATING Thu Sep 28 20:05:57 2017 (r450867) @@ -6,10 +6,10 @@ You should get into the habit of checking this file fo you update your ports collection, before attempting any port upgrades. 20170928: - AFFECTS: users of security/courier-authlib and it's modules + AFFECTS: users of security/courier-authlib and its modules AUTHOR: madpilot@FreeBSD.org - The affected ports have been modified to follow the upstrem + The affected ports have been modified to follow the upstream suggested best practice to use the sysconftool on installation. Please make sure your configuration files include all the comments From owner-svn-ports-head@freebsd.org Thu Sep 28 20:12:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9729FE080A4; Thu, 28 Sep 2017 20:12:53 +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 335676C79D; Thu, 28 Sep 2017 20:12:53 +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 v8SKCqpk034538; Thu, 28 Sep 2017 20:12:52 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKCpP1034528; Thu, 28 Sep 2017 20:12:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282012.v8SKCpP1034528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 20:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450868 - in head/java: . bootstrap-openjdk8 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/java: . bootstrap-openjdk8 X-SVN-Commit-Revision: 450868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:12:53 -0000 Author: jkim Date: Thu Sep 28 20:12:51 2017 New Revision: 450868 URL: https://svnweb.freebsd.org/changeset/ports/450868 Log: Add bootstrap JDK for OpenJDK8. PR: 210283 PR: 221897 PR: 222460 Added: head/java/bootstrap-openjdk8/ - copied from r450773, head/java/bootstrap-openjdk/ head/java/bootstrap-openjdk8/pkg-plist.arm (contents, props changed) Deleted: head/java/bootstrap-openjdk8/distinfo.powerpc64 Modified: head/java/Makefile head/java/bootstrap-openjdk8/Makefile head/java/bootstrap-openjdk8/Makefile.update head/java/bootstrap-openjdk8/distinfo.amd64 head/java/bootstrap-openjdk8/distinfo.arm head/java/bootstrap-openjdk8/distinfo.i386 head/java/bootstrap-openjdk8/pkg-message head/java/bootstrap-openjdk8/pkg-plist Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Thu Sep 28 20:05:57 2017 (r450867) +++ head/java/Makefile Thu Sep 28 20:12:51 2017 (r450868) @@ -9,6 +9,7 @@ SUBDIR += bluej SUBDIR += bootstrap-openjdk SUBDIR += bootstrap-openjdk6 + SUBDIR += bootstrap-openjdk8 SUBDIR += bouncycastle SUBDIR += bouncycastle15 SUBDIR += cacao Modified: head/java/bootstrap-openjdk8/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/Makefile Thu Sep 28 20:12:51 2017 (r450868) @@ -1,77 +1,52 @@ # $FreeBSD$ -PORTNAME= ${JDK_NAME} +PORTNAME= openjdk8 PORTVERSION= ${DISTVERSION_${JDK_ARCH}} -PORTREVISION= 1 CATEGORIES= java devel -MASTER_SITES= ${JDK_MASTER_SITES} +MASTER_SITES= LOCAL/jkim PKGNAMEPREFIX= bootstrap- DISTNAME= ${JDK_PORT}-${JDK_ARCH}-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org -COMMENT= Oracle\'s Java 6 virtual machine release under the GPL v2 +COMMENT= Java Development Kit 8 LICENSE= GPLv2 -RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 -BUNDLE_LIBS= yes - -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc64 -BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg - DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} -DISTVERSION_amd64= r351880 -DISTVERSION_arm= r378760 -DISTVERSION_i386= r351880 -DISTVERSION_powerpc64= r407937 +DISTVERSION_amd64= r450802 +DISTVERSION_arm= r444448 +DISTVERSION_i386= r450802 -JDK_ARCH= ${ARCH:C/armv6.*/arm/} -JDK_NAME= openjdk -JDK_ROOT= bootstrap-${JDK_NAME} +JDK_ARCH= ${ARCH:C/armv.*/arm/} +JDK_PORT= openjdk8 +JDK_ROOT= bootstrap-${PORTNAME} NO_BUILD= yes -PLIST_SUB= JDK_ARCH=${JDK_ARCH} JDK_NAME=${JDK_NAME} JDK_ROOT=${JDK_ROOT} +PLIST_SUB= JDK_ARCH=${JDK_ARCH} JDK_ROOT=${JDK_ROOT} USES= tar:xz WRKSRC= ${WRKDIR}/${JDK_ROOT} INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} -.if !exists(/usr/lib/libstdc++.so.6) -PLIST_SUB+= LIBSTDCXX="" -.else -EXCLUDE_EXP= -not -name libstdc++.so.6 -PLIST_SUB+= LIBSTDCXX="@comment " -.endif - .include -JDK_MASTER_SITES= LOCAL/jkim - -.if ${ARCH:Marmv6*} -JDK_PORT= openjdk7 -.else -JDK_PORT= openjdk6 +.if ${ARCH:Marmv*} +RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi +RUN_DEPENDS+= java-zoneinfo>0:java/java-zoneinfo +PLIST= ${PKGDIR}/pkg-plist.arm .endif -.if ${ARCH} == "i386" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= CLIENTVM="@comment " +do-install: + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} + @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR} +.if ${ARCH:Marmv*} + @cd ${WRKSRC} && ${COPYTREE_BIN} jre/bin ${INSTALLDIR} .endif -.if ${ARCH} == "powerpc64" -JDK_PORT= openjdk7 -JDK_NAME= openjdk -JDK_MASTER_SITES= LOCAL/glewis/bootstrap-openjdk -.endif - -do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR} "${EXCLUDE_EXP}" - @cd ${WRKSRC} && ${COPYTREE_BIN} "bin jre/bin" ${INSTALLDIR} - update: @${MAKE} -f ${.CURDIR}/Makefile.update \ - JDK_NAME=${JDK_NAME} JDK_PORT=${JDK_PORT} JDK_ROOT=${JDK_ROOT} + JDK_PORT=${JDK_PORT} JDK_ROOT=${JDK_ROOT} .include Modified: head/java/bootstrap-openjdk8/Makefile.update ============================================================================== --- head/java/bootstrap-openjdk/Makefile.update Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/Makefile.update Thu Sep 28 20:12:51 2017 (r450868) @@ -1,9 +1,9 @@ # $FreeBSD$ -JDK_NAME?= openjdk -JDK_PORT?= openjdk6 -JDK_ROOT?= bootstrap-${JDK_NAME} -TARGET_OS?= 8 +JDK_ARCH?= ${ARCH:C/armv.*/arm/} +JDK_PORT?= openjdk8 +JDK_ROOT?= bootstrap-${JDK_PORT} +TARGET_OS?= 10 .if !defined(PORTSDIR) .if exists(${.CURDIR}/../${JDK_PORT}/Makefile) @@ -17,8 +17,6 @@ LOCALBASE?= /usr/local .include "${PORTSDIR}/Mk/bsd.commands.mk" -FT2_PORTDIR!= ${REALPATH} ${PORTSDIR}/print/freetype2 -FT2_IMAGEDIR?= ${FT2_PORTDIR}/work/stage/usr/local JDK_PORTDIR!= ${REALPATH} ${PORTSDIR}/java/${JDK_PORT} JDK_IMAGEDIR?= ${JDK_PORTDIR}/work/stage/usr/local/${JDK_PORT} @@ -32,29 +30,17 @@ BUILD_OS!= ${UNAME} -r | ${SED} -e 's/\..*//' PORTREVISION!= ${GET_REVISION} 2>/dev/null || ${TRUE} DISTDIR?= ${.CURDIR} -DISTFILE= ${JDK_PORT}-${ARCH}-r${PORTREVISION}.tar.xz -DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} +DISTFILE= ${JDK_PORT}-${JDK_ARCH}-r${PORTREVISION}.tar.xz +DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} MAKEFILE= ${.CURDIR}/Makefile PLIST?= ${.CURDIR}/pkg-plist -PLIST_SUB= ARCH="${ARCH}" JDK_ROOT="." +PLIST_SUB= JDK_ARCH="${JDK_ARCH}" JDK_ROOT="." BUILD_ARGS= BATCH=yes PORT_DBDIR=/var/empty BUILD_ENV= __MAKE_CONF=/dev/null PATH="${PATH}" -FT2_BUILD_ARGS= ${BUILD_ARGS} -FT2_BUILD_ARGS+=CONFIGURE_ARGS="--without-bzip2 --without-png --without-zlib" +BUILD_ENV+= java_openjdk8_UNSET="ALSA X11" JDK_BUILD_ARGS= ${BUILD_ARGS} -JDK_BUILD_ARGS+=java_openjdk6_UNSET=ICEDTEA -JDK_BUILD_ARGS+=ALT_FREETYPE_HEADERS_PATH="${FT2_IMAGEDIR}/include" -JDK_BUILD_ARGS+=ALT_FREETYPE_LIB_PATH="${FT2_IMAGEDIR}/lib" -JDK_BUILD_ARGS+=SYSTEM_ZLIB=false ZLIB_LDFLAGS="" -.if ${ARCH} == "i386" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= CLIENTVM="@comment " -.endif -PLIST_SUB+= LIBSTDCXX="" - all: @${ECHO} "" @${ECHO} "==============================================================" @@ -74,12 +60,7 @@ all: @${ECHO} "" .if !defined(NO_BUILD) @${SETENV} -i ${BUILD_ENV} \ - ${MAKE} -C "${FT2_PORTDIR}" ${FT2_BUILD_ARGS} stage - @${SETENV} -i ${BUILD_ENV} \ ${MAKE} -C "${JDK_PORTDIR}" ${JDK_BUILD_ARGS} stage - @${CP} -p /usr/lib/libstdc++.so.6 "${JDK_IMAGEDIR}/jre/lib/${ARCH}" - @${CP} -p "${FT2_IMAGEDIR}/lib/libfreetype.so.6" \ - "${JDK_IMAGEDIR}/jre/lib/${ARCH}" @${FIND} "${JDK_IMAGEDIR}" -type f \ -exec ${STRIP_CMD} -s {} \; 2> /dev/null .endif @@ -88,7 +69,7 @@ all: ${GREP} -v ^@ | ${TAR} -c -f - -T - -s '|^\./|${JDK_ROOT}/|' | \ ${XZ_CMD} -9 -c > "${DISTDIR}/${DISTFILE}" @${SED} -i.bak \ - 's/^DISTVERSION_${ARCH}=.*/DISTVERSION_${ARCH}= r${PORTREVISION}/' \ + 's/^DISTVERSION_${JDK_ARCH}=.*/DISTVERSION_${JDK_ARCH}= r${PORTREVISION}/' \ "${MAKEFILE}" @${MAKE} -f "${MAKEFILE}" makesum DISTDIR="${DISTDIR}" \ DISTINFO_FILE="${DISTINFO_FILE}" @@ -100,7 +81,7 @@ all: @${ECHO} "Finished at "`date -u`"." @${ECHO} "" @${ECHO} "You may clean up the build directory if everything looks okay," - @${ECHO} "e.g., 'rm -fr ${FT2_PORTDIR}/work ${JDK_PORTDIR}/work'." + @${ECHO} "e.g., 'rm -fr ${JDK_PORTDIR}/work'." @${ECHO} "" @${ECHO} "==============================================================" @${ECHO} "" Modified: head/java/bootstrap-openjdk8/distinfo.amd64 ============================================================================== --- head/java/bootstrap-openjdk/distinfo.amd64 Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/distinfo.amd64 Thu Sep 28 20:12:51 2017 (r450868) @@ -1,2 +1,3 @@ -SHA256 (openjdk6-amd64-r351880.tar.xz) = 1e94f633fbf627aefdacb22b0a8509f1711a7aee00b522276cd0696775481c33 -SIZE (openjdk6-amd64-r351880.tar.xz) = 22627688 +TIMESTAMP = 1506581409 +SHA256 (openjdk8-amd64-r450802.tar.xz) = 62436cab1d96c02130c6165d64d3c2e20823bd71bacf3a006f95fea90892897d +SIZE (openjdk8-amd64-r450802.tar.xz) = 28889044 Modified: head/java/bootstrap-openjdk8/distinfo.arm ============================================================================== --- head/java/bootstrap-openjdk/distinfo.arm Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/distinfo.arm Thu Sep 28 20:12:51 2017 (r450868) @@ -1,2 +1,3 @@ -SHA256 (openjdk7-arm-r378760.tar.xz) = 4b4ca5f1ae2d4bd32a969fef4163f165538309672ede83e33116fccfea181c8e -SIZE (openjdk7-arm-r378760.tar.xz) = 25109864 +TIMESTAMP = 1506551470 +SHA256 (openjdk8-arm-r444448.tar.xz) = 9ebe082068fd919ae956c5b604a9db1e4199afc00875eb890ff6c132ebe6d371 +SIZE (openjdk8-arm-r444448.tar.xz) = 22669660 Modified: head/java/bootstrap-openjdk8/distinfo.i386 ============================================================================== --- head/java/bootstrap-openjdk/distinfo.i386 Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/distinfo.i386 Thu Sep 28 20:12:51 2017 (r450868) @@ -1,2 +1,3 @@ -SHA256 (openjdk6-i386-r351880.tar.xz) = e885716265167100ee70dbf07d9c58760426b56584301699339301b888c8f226 -SIZE (openjdk6-i386-r351880.tar.xz) = 22721876 +TIMESTAMP = 1506626048 +SHA256 (openjdk8-i386-r450802.tar.xz) = fd50a89cba62639bbc5778f5cab169f81be0ae3753c5dc44f68bfd1d576ccca9 +SIZE (openjdk8-i386-r450802.tar.xz) = 28295956 Modified: head/java/bootstrap-openjdk8/pkg-message ============================================================================== --- head/java/bootstrap-openjdk/pkg-message Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/pkg-message Thu Sep 28 20:12:51 2017 (r450868) @@ -1,6 +1,6 @@ ====================================================================== -WARNING: This port only exists for bootstrapping java/openjdk[67]. +WARNING: This port only exists for bootstrapping java/openjdk8. You are advised to remove this port as soon as a stable JDK is built. This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and Modified: head/java/bootstrap-openjdk8/pkg-plist ============================================================================== --- head/java/bootstrap-openjdk/pkg-plist Wed Sep 27 18:01:23 2017 (r450773) +++ head/java/bootstrap-openjdk8/pkg-plist Thu Sep 28 20:12:51 2017 (r450868) @@ -1,7 +1,6 @@ %%JDK_ROOT%%/ASSEMBLY_EXCEPTION %%JDK_ROOT%%/LICENSE %%JDK_ROOT%%/THIRD_PARTY_README -%%JDK_ROOT%%/bin/idlj %%JDK_ROOT%%/bin/jar %%JDK_ROOT%%/bin/java %%JDK_ROOT%%/bin/javac @@ -9,47 +8,42 @@ %%JDK_ROOT%%/bin/javap %%JDK_ROOT%%/bin/native2ascii %%JDK_ROOT%%/bin/rmic -%%JDK_ROOT%%/include/jni.h %%JDK_ROOT%%/include/freebsd/jni_md.h +%%JDK_ROOT%%/include/jni.h %%JDK_ROOT%%/jre/ASSEMBLY_EXCEPTION %%JDK_ROOT%%/jre/LICENSE %%JDK_ROOT%%/jre/THIRD_PARTY_README -%%JDK_ROOT%%/jre/bin/java -%%JDK_ROOT%%/jre/lib/charsets.jar -%%JDK_ROOT%%/jre/lib/currency.data -%%JDK_ROOT%%/jre/lib/fontconfig.bfc -%%JDK_ROOT%%/jre/lib/jce.jar -%%JDK_ROOT%%/jre/lib/jsse.jar -%%JDK_ROOT%%/jre/lib/logging.properties -%%JDK_ROOT%%/jre/lib/meta-index -%%JDK_ROOT%%/jre/lib/net.properties -%%JDK_ROOT%%/jre/lib/resources.jar -%%JDK_ROOT%%/jre/lib/rt.jar +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/jspawnhelper %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/jvm.cfg %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libfontmanager.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libfreetype.so.6 +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt_headless.so %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjava.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjpeg.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/liblcms.so %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnet.so %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnio.so -%%LIBSTDCXX%%%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libstdc++.so.6 %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libverify.so %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libzip.so -%%CLIENTVM%%%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/client/libjvm.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/headless/libmawt.so %%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/server/libjvm.so -%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/xawt/libmawt.so -%%JDK_ROOT%%/jre/lib/cmm/GRAY.pf -%%JDK_ROOT%%/jre/lib/cmm/PYCC.pf -%%JDK_ROOT%%/jre/lib/cmm/sRGB.pf +%%JDK_ROOT%%/jre/lib/charsets.jar +%%JDK_ROOT%%/jre/lib/currency.data +%%JDK_ROOT%%/jre/lib/ext/cldrdata.jar %%JDK_ROOT%%/jre/lib/ext/dnsns.jar +%%JDK_ROOT%%/jre/lib/ext/jaccess.jar %%JDK_ROOT%%/jre/lib/ext/localedata.jar %%JDK_ROOT%%/jre/lib/ext/meta-index +%%JDK_ROOT%%/jre/lib/ext/nashorn.jar +%%JDK_ROOT%%/jre/lib/ext/sunec.jar %%JDK_ROOT%%/jre/lib/ext/sunjce_provider.jar %%JDK_ROOT%%/jre/lib/ext/sunpkcs11.jar +%%JDK_ROOT%%/jre/lib/ext/zipfs.jar +%%JDK_ROOT%%/jre/lib/jce.jar +%%JDK_ROOT%%/jre/lib/jsse.jar +%%JDK_ROOT%%/jre/lib/logging.properties +%%JDK_ROOT%%/jre/lib/meta-index +%%JDK_ROOT%%/jre/lib/net.properties +%%JDK_ROOT%%/jre/lib/resources.jar +%%JDK_ROOT%%/jre/lib/rt.jar %%JDK_ROOT%%/jre/lib/security/java.security -%%JDK_ROOT%%/jre/lib/zi +%%JDK_ROOT%%/jre/lib/tzdb.dat +%%JDK_ROOT%%/lib/%%JDK_ARCH%%/jli/libjli.so %%JDK_ROOT%%/lib/ct.sym %%JDK_ROOT%%/lib/tools.jar Added: head/java/bootstrap-openjdk8/pkg-plist.arm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/bootstrap-openjdk8/pkg-plist.arm Thu Sep 28 20:12:51 2017 (r450868) @@ -0,0 +1,56 @@ +%%JDK_ROOT%%/ASSEMBLY_EXCEPTION +%%JDK_ROOT%%/LICENSE +%%JDK_ROOT%%/THIRD_PARTY_README +%%JDK_ROOT%%/bin/idlj +%%JDK_ROOT%%/bin/jar +%%JDK_ROOT%%/bin/java +%%JDK_ROOT%%/bin/javac +%%JDK_ROOT%%/bin/javah +%%JDK_ROOT%%/bin/javap +%%JDK_ROOT%%/bin/native2ascii +%%JDK_ROOT%%/bin/rmic +%%JDK_ROOT%%/include/freebsd/jni_md.h +%%JDK_ROOT%%/include/jni.h +%%JDK_ROOT%%/jre/ASSEMBLY_EXCEPTION +%%JDK_ROOT%%/jre/LICENSE +%%JDK_ROOT%%/jre/THIRD_PARTY_README +%%JDK_ROOT%%/jre/bin/java +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/jvm.cfg +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt_headless.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libawt_xawt.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libfontmanager.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjava.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libjpeg.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/liblcms.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnet.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libnio.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libverify.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/libzip.so +%%JDK_ROOT%%/jre/lib/%%JDK_ARCH%%/server/libjvm.so +%%JDK_ROOT%%/jre/lib/charsets.jar +%%JDK_ROOT%%/jre/lib/cmm/CIEXYZ.pf +%%JDK_ROOT%%/jre/lib/cmm/GRAY.pf +%%JDK_ROOT%%/jre/lib/cmm/LINEAR_RGB.pf +%%JDK_ROOT%%/jre/lib/cmm/PYCC.pf +%%JDK_ROOT%%/jre/lib/cmm/sRGB.pf +%%JDK_ROOT%%/jre/lib/currency.data +%%JDK_ROOT%%/jre/lib/ext/dnsns.jar +%%JDK_ROOT%%/jre/lib/ext/localedata.jar +%%JDK_ROOT%%/jre/lib/ext/meta-index +%%JDK_ROOT%%/jre/lib/ext/sunjce_provider.jar +%%JDK_ROOT%%/jre/lib/ext/sunpkcs11.jar +%%JDK_ROOT%%/jre/lib/fontconfig.bfc +%%JDK_ROOT%%/jre/lib/jce.jar +%%JDK_ROOT%%/jre/lib/jsse.jar +%%JDK_ROOT%%/jre/lib/logging.properties +%%JDK_ROOT%%/jre/lib/meta-index +%%JDK_ROOT%%/jre/lib/net.properties +%%JDK_ROOT%%/jre/lib/resources.jar +%%JDK_ROOT%%/jre/lib/rt.jar +%%JDK_ROOT%%/jre/lib/security/java.security +%%JDK_ROOT%%/jre/lib/tzdb.dat +%%JDK_ROOT%%/jre/lib/zi +%%JDK_ROOT%%/lib/%%JDK_ARCH%%/jli/libjli.so +%%JDK_ROOT%%/lib/ct.sym +%%JDK_ROOT%%/lib/tools.jar From owner-svn-ports-head@freebsd.org Thu Sep 28 20:14:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85BADE08120; Thu, 28 Sep 2017 20:14:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54B5B6C8AB; Thu, 28 Sep 2017 20:14:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SKELLq034831; Thu, 28 Sep 2017 20:14:21 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKELYh034830; Thu, 28 Sep 2017 20:14:21 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282014.v8SKELYh034830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 20:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450869 - head/java/openjdk8 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk8 X-SVN-Commit-Revision: 450869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:14:22 -0000 Author: jkim Date: Thu Sep 28 20:14:21 2017 New Revision: 450869 URL: https://svnweb.freebsd.org/changeset/ports/450869 Log: Use java/bootstrap-openjdk8 to bootstrap. Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Thu Sep 28 20:12:51 2017 (r450868) +++ head/java/openjdk8/Makefile Thu Sep 28 20:14:21 2017 (r450869) @@ -315,6 +315,23 @@ TOOLS_DIR+= ${${t}:S|/${BUILD_${t}}$||} CONFIGURE_ARGS+= --with-tools-dir="${TOOLS_DIR:u:S/ /:/g}" .endif +BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk8 \ + ${LOCALBASE}/openjdk7 \ + ${LOCALBASE}/bootstrap-openjdk8 + +# do we have valid native jdk installed? +.for BJDK in ${BOOTSTRAP_JDKS} +. if !defined(BOOTSTRAPJDKDIR) && exists(${BJDK}/bin/javac) +BOOTSTRAPJDKDIR= ${BJDK} +. endif +.endfor + +# if no valid jdk found, set dependency +.if !defined(BOOTSTRAPJDKDIR) +BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk8 +BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk8 +.endif + .include .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 @@ -328,31 +345,6 @@ JDK_BUILD_JVM= server .else JDK_BUILD_JVM= zero LIB_DEPENDS+= libffi.so:devel/libffi -.endif - -BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk8 \ - ${LOCALBASE}/openjdk7 -.if ${ARCH} == armv6 || ${ARCH} == armv7 -BOOTSTRAP_JDKS+= ${LOCALBASE}/bootstrap-openjdk -.endif - -# do we have valid native jdk installed? -.for BJDK in ${BOOTSTRAP_JDKS} -. if !defined(BOOTSTRAPJDKDIR) && exists(${BJDK}/bin/javac) -BOOTSTRAPJDKDIR= ${BJDK} -. endif -.endfor - -# if no valid jdk found, set dependency -.if !defined(BOOTSTRAPJDKDIR) -. if ${ARCH} == armv6 || ${ARCH} == armv7 -# bootstrap-openjdk is based on openjdk7 and can compile openjdk8 -BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk -. else -BOOTSTRAPJDKDIR?= ${LOCALBASE}/openjdk7 -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/openjdk7 -. endif .endif .if ${COMPILER_TYPE} == clang From owner-svn-ports-head@freebsd.org Thu Sep 28 20:22:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2D6E085C2; Thu, 28 Sep 2017 20:22:17 +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 B656E6CE3A; Thu, 28 Sep 2017 20:22:17 +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 v8SKMGSt038909; Thu, 28 Sep 2017 20:22:16 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKMGak038908; Thu, 28 Sep 2017 20:22:16 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282022.v8SKMGak038908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 20:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450871 - head/java/openjdk7 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk7 X-SVN-Commit-Revision: 450871 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:22:18 -0000 Author: jkim Date: Thu Sep 28 20:22:16 2017 New Revision: 450871 URL: https://svnweb.freebsd.org/changeset/ports/450871 Log: Use java/bootstrap-openjdk6 to bootstrap. Modified: head/java/openjdk7/Makefile Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Thu Sep 28 20:14:21 2017 (r450870) +++ head/java/openjdk7/Makefile Thu Sep 28 20:22:16 2017 (r450871) @@ -138,7 +138,7 @@ MAKE_ENV+= HOTSPOT_BUILD_JOBS=${MAKE_JOBS_NUMBER} BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk7 \ ${LOCALBASE}/openjdk6 \ - ${LOCALBASE}/bootstrap-openjdk + ${LOCALBASE}/bootstrap-openjdk6 DEBUG_MAKE_ENV= ALT_OBJCOPY=${NONEXISTENT} POLICY_MAKE_ENV= UNLIMITED_CRYPTO=1 @@ -155,8 +155,8 @@ BOOTSTRAPJDKDIR= ${BJDK} # if no valid jdk found, set dependency .if !defined(BOOTSTRAPJDKDIR) -BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk +BOOTSTRAPJDKDIR?= ${LOCALBASE}/bootstrap-openjdk6 +BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/bootstrap-openjdk6 .endif .include From owner-svn-ports-head@freebsd.org Thu Sep 28 20:52:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFB84E0C3C5; Thu, 28 Sep 2017 20:52:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB006E02C; Thu, 28 Sep 2017 20:52:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SKq7Wp051244; Thu, 28 Sep 2017 20:52:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKq7BQ051242; Thu, 28 Sep 2017 20:52:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709282052.v8SKq7BQ051242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 20:52:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450872 - in head/print: harfbuzz harfbuzz-icu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/print: harfbuzz harfbuzz-icu X-SVN-Commit-Revision: 450872 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:52:08 -0000 Author: jbeich Date: Thu Sep 28 20:52:07 2017 New Revision: 450872 URL: https://svnweb.freebsd.org/changeset/ports/450872 Log: print/harfbuzz-icu: properly bump after r450556 Reported by: Robert Burmeister Modified: head/print/harfbuzz-icu/Makefile (contents, props changed) head/print/harfbuzz/Makefile (contents, props changed) Modified: head/print/harfbuzz-icu/Makefile ============================================================================== --- head/print/harfbuzz-icu/Makefile Thu Sep 28 20:22:16 2017 (r450871) +++ head/print/harfbuzz-icu/Makefile Thu Sep 28 20:52:07 2017 (r450872) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Thu Sep 28 20:22:16 2017 (r450871) +++ head/print/harfbuzz/Makefile Thu Sep 28 20:52:07 2017 (r450872) @@ -3,7 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ From owner-svn-ports-head@freebsd.org Thu Sep 28 20:53:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32606E0C435; Thu, 28 Sep 2017 20:53:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F038E6E178; Thu, 28 Sep 2017 20:53:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SKrl8H051395; Thu, 28 Sep 2017 20:53:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKrkpC051393; Thu, 28 Sep 2017 20:53:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709282053.v8SKrkpC051393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 28 Sep 2017 20:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450873 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:53:48 -0000 Author: swills Date: Thu Sep 28 20:53:46 2017 New Revision: 450873 URL: https://svnweb.freebsd.org/changeset/ports/450873 Log: Document sam2p issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 28 20:52:07 2017 (r450872) +++ head/security/vuxml/vuln.xml Thu Sep 28 20:53:46 2017 (r450873) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + sam2p -- multiple issues + + + sam2p + 0.49.3,1 + + + + +

sam2p developers reports:

+
+

In sam2p 0.49.3, a heap-based buffer overflow exists in the pcxLoadImage24 function of the file in_pcx.cpp.

+

In sam2p 0.49.3, the in_xpm_reader function in in_xpm.cpp has an integer signedness error, leading to a crash when writing to an out-of-bounds array element.

+

In sam2p 0.49.3, an integer overflow exists in the pcxLoadImage24 function of the file in_pcx.cpp, leading to an invalid write operation.

+

In sam2p 0.49.3, the pcxLoadRaster function in in_pcx.cpp has an integer signedness error leading to a heap-based buffer overflow.

+

Because of an integer overflow in sam2p 0.49.3, a loop executes 0xffffffff times, ending with an invalid read of size 1 in the Image::Indexed::sortPal function in image.cpp. However, this also causes memory corruption because of an attempted write to the invalid d[0xfffffffe] array element.

+

In sam2p 0.49.3, there is an invalid read of size 2 in the parse_rgb function in in_xpm.cpp. However, this can also cause a write to an illegal address.

+
+ +
+ + https://github.com/pts/sam2p/issues/14 + CVE-2017-14628 + CVE-2017-14629 + CVE-2017-14630 + CVE-2017-14631 + CVE-2017-14636 + CVE-2017-14637 + + + 2017-9-21 + 2017-9-28 + +
+ libraw -- Out-of-bounds Read From owner-svn-ports-head@freebsd.org Thu Sep 28 20:57:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B24C6E0C4FD; Thu, 28 Sep 2017 20:57:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8038C6E2CA; Thu, 28 Sep 2017 20:57:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SKvUXp051672; Thu, 28 Sep 2017 20:57:30 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SKvU1N051670; Thu, 28 Sep 2017 20:57:30 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201709282057.v8SKvU1N051670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 28 Sep 2017 20:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450874 - in head: . ports-mgmt ports-mgmt/kpackagekit ports-mgmt/packagekit-qt4 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . ports-mgmt ports-mgmt/kpackagekit ports-mgmt/packagekit-qt4 X-SVN-Commit-Revision: 450874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 20:57:31 -0000 Author: rene Date: Thu Sep 28 20:57:30 2017 New Revision: 450874 URL: https://svnweb.freebsd.org/changeset/ports/450874 Log: Remove expired ports: 2017-09-27 ports-mgmt/packagekit-qt4: Ignored for more than 5 years 2017-09-27 ports-mgmt/kpackagekit: Skipped for more than 5 years Deleted: head/ports-mgmt/kpackagekit/ head/ports-mgmt/packagekit-qt4/ Modified: head/MOVED head/ports-mgmt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 28 20:53:46 2017 (r450873) +++ head/MOVED Thu Sep 28 20:57:30 2017 (r450874) @@ -9549,3 +9549,5 @@ security/gnupg22|security/gnupg|2017-09-19|Removed, se mail/milter-greylist-devel|mail/milter-greylist|2017-09-22|Has expired: mail/milter-greylist provides same version and options devel/libexecinfo||2017-09-22|Is present in the base system of all supported releases games/ember||2017-09-23|Removed, it is BROKEN and no longer developed since 2014 +ports-mgmt/packagekit-qt4||2017-09-28|Has expired: Ignored for more than 5 years +ports-mgmt/kpackagekit||2017-09-28|Has expired: Skipped for more than 5 years Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Thu Sep 28 20:53:46 2017 (r450873) +++ head/ports-mgmt/Makefile Thu Sep 28 20:57:30 2017 (r450874) @@ -16,7 +16,6 @@ SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit - SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes @@ -25,7 +24,6 @@ SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit - SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel From owner-svn-ports-head@freebsd.org Thu Sep 28 21:03:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E21E0C6D7; Thu, 28 Sep 2017 21:03:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52C826E66E; Thu, 28 Sep 2017 21:03:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SL3hAO055970; Thu, 28 Sep 2017 21:03:43 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SL3h7N055969; Thu, 28 Sep 2017 21:03:43 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282103.v8SL3h7N055969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 21:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450875 - head/java/bootstrap-openjdk X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/bootstrap-openjdk X-SVN-Commit-Revision: 450875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 21:03:44 -0000 Author: jkim Date: Thu Sep 28 21:03:43 2017 New Revision: 450875 URL: https://svnweb.freebsd.org/changeset/ports/450875 Log: Set DEPRECATED and EXPIRATION_DATE. Use java/bootstrap-openjdk6 to bootstrap java/openjdk6 and java/openjdk7 and use java/bootstrap-openjdk8 to bootstrap java/openjdk8. Modified: head/java/bootstrap-openjdk/Makefile Modified: head/java/bootstrap-openjdk/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Thu Sep 28 20:57:30 2017 (r450874) +++ head/java/bootstrap-openjdk/Makefile Thu Sep 28 21:03:43 2017 (r450875) @@ -13,12 +13,14 @@ COMMENT= Oracle\'s Java 6 virtual machine release unde LICENSE= GPLv2 +DEPRECATED= superseded by java/bootstrap-openjdk[68] +EXPIRATION_DATE= 2017-11-30 +BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg +ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc64 + RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo BUNDLE_LIBS= yes - -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc64 -BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} DISTVERSION_amd64= r351880 From owner-svn-ports-head@freebsd.org Thu Sep 28 22:03:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D845EE0D72E; Thu, 28 Sep 2017 22:03:25 +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 976216FCB2; Thu, 28 Sep 2017 22:03:25 +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 v8SM3Oen080090; Thu, 28 Sep 2017 22:03:24 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SM3OUj080089; Thu, 28 Sep 2017 22:03:24 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282203.v8SM3OUj080089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 22:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450876 - head/java/bootstrap-openjdk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/bootstrap-openjdk6 X-SVN-Commit-Revision: 450876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 22:03:26 -0000 Author: jkim Date: Thu Sep 28 22:03:24 2017 New Revision: 450876 URL: https://svnweb.freebsd.org/changeset/ports/450876 Log: Synchronize COMMENT with java/bootstrap-openjdk8. Modified: head/java/bootstrap-openjdk6/Makefile Modified: head/java/bootstrap-openjdk6/Makefile ============================================================================== --- head/java/bootstrap-openjdk6/Makefile Thu Sep 28 21:03:43 2017 (r450875) +++ head/java/bootstrap-openjdk6/Makefile Thu Sep 28 22:03:24 2017 (r450876) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= bootstrap- DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org -COMMENT= Oracle\'s Java 6 virtual machine release under the GPL v2 +COMMENT= Java Development Kit 6 LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Thu Sep 28 22:47:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39992E0E23A; Thu, 28 Sep 2017 22:47:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F82B70C99; Thu, 28 Sep 2017 22:47:58 +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 v8SMlws0096740; Thu, 28 Sep 2017 22:47:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SMlw56096738; Thu, 28 Sep 2017 22:47:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709282247.v8SMlw56096738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 22:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450877 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 22:47:59 -0000 Author: jbeich Date: Thu Sep 28 22:47:57 2017 New Revision: 450877 URL: https://svnweb.freebsd.org/changeset/ports/450877 Log: security/vuxml: mark firefox < 56 as vulnerable Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 28 22:03:24 2017 (r450876) +++ head/security/vuxml/vuln.xml Thu Sep 28 22:47:57 2017 (r450877) @@ -58,6 +58,86 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mozilla -- multiple vulnerabilities + + + firefox + 56.0,1 + + + seamonkey + linux-seamonkey + 2.49.2 + + + firefox-esr + 52.4.0,1 + + + linux-firefox + 52.4.0,2 + + + libxul + thunderbird + linux-thunderbird + 52.4.0 + + + + +

Mozilla Foundation reports:

+
+

CVE-2017-7793: Use-after-free with Fetch API

+

CVE-2017-7817: Firefox for Android address bar spoofing through fullscreen mode

+

CVE-2017-7818: Use-after-free during ARIA array manipulation

+

CVE-2017-7819: Use-after-free while resizing images in design mode

+

CVE-2017-7824: Buffer overflow when drawing and validating elements with ANGLE

+

CVE-2017-7805: Use-after-free in TLS 1.2 generating handshake hashes

+

CVE-2017-7812: Drag and drop of malicious page content to the tab bar can open locally stored files

+

CVE-2017-7814: Blob and data URLs bypass phishing and malware protection warnings

+

CVE-2017-7813: Integer truncation in the JavaScript parser

+

CVE-2017-7825: OS X fonts render some Tibetan and Arabic unicode characters as spaces

+

CVE-2017-7815: Spoofing attack with modal dialogs on non-e10s installations

+

CVE-2017-7816: WebExtensions can load about: URLs in extension UI

+

CVE-2017-7821: WebExtensions can download and open non-executable files without user interaction

+

CVE-2017-7823: CSP sandbox directive did not create a unique origin

+

CVE-2017-7822: WebCrypto allows AES-GCM with 0-length IV

+

CVE-2017-7820: Xray wrapper bypass with new tab and web console

+

CVE-2017-7811: Memory safety bugs fixed in Firefox 56

+

CVE-2017-7810: Memory safety bugs fixed in Firefox 56 and Firefox ESR 52.4

+
+ +
+ + CVE-2017-7793 + CVE-2017-7805 + CVE-2017-7810 + CVE-2017-7811 + CVE-2017-7812 + CVE-2017-7813 + CVE-2017-7814 + CVE-2017-7815 + CVE-2017-7816 + CVE-2017-7817 + CVE-2017-7818 + CVE-2017-7819 + CVE-2017-7820 + CVE-2017-7821 + CVE-2017-7822 + CVE-2017-7823 + CVE-2017-7824 + CVE-2017-7825 + https://www.mozilla.org/en-US/security/advisories/mfsa2017-21/ + https://www.mozilla.org/en-US/security/advisories/mfsa2017-22/ + + + 2017-09-28 + 2017-09-29 + +
+ sam2p -- multiple issues From owner-svn-ports-head@freebsd.org Thu Sep 28 22:53:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7505E0E46A; Thu, 28 Sep 2017 22:53:05 +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 00F8871073; Thu, 28 Sep 2017 22:53:04 +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 v8SMr4SB000877; Thu, 28 Sep 2017 22:53:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SMr4PB000876; Thu, 28 Sep 2017 22:53:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709282253.v8SMr4PB000876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 28 Sep 2017 22:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450878 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 450878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 22:53:05 -0000 Author: adamw Date: Thu Sep 28 22:53:04 2017 New Revision: 450878 URL: https://svnweb.freebsd.org/changeset/ports/450878 Log: Reorganize patching and targets There are so many targets here that it's really hard to follow. Move the OPTIONS-related stuff away from the basic targets, and separate out a couple patches into more sensible targets so that it's clearer what things are doing. Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Thu Sep 28 22:47:57 2017 (r450877) +++ head/editors/vim/Makefile Thu Sep 28 22:53:04 2017 (r450878) @@ -157,34 +157,19 @@ post-extract: ${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${WRKSRC}/runtime/keymap post-patch: - @${FIND} ${WRKSRC}/ -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} -e 's| $$<| $$>|' - @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g' ${WRKSRC}/src/auto/configure @${ECHO_CMD} '#define SYS_VIMRC_FILE "'${ETCDIR}'/vimrc"' >> ${WRKSRC}/src/feature.h @${ECHO_CMD} '#define SYS_GVIMRC_FILE "'${ETCDIR}'/gvimrc"' >> ${WRKSRC}/src/feature.h -.if empty(PORT_OPTIONS:MPYTHON) - @${REINPLACE_CMD} -e 1d ${WRKSRC}/runtime/tools/demoserver.py -.endif + @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g; s|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/src/auto/configure -post-patch-EXUBERANT_CTAGS-off: - @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|${FIND} . -type f \\\| ${XARGS} ctags|g' - -post-patch-EXUBERANT_CTAGS-on: - @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|exctags -R .|g' - pre-configure: @${CP} ${WRKSRC}/src/config.mk.dist ${WRKSRC}/src/auto/config.mk @${DO_MAKE_BUILD} -C ${WRKSRC}/src distclean - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \ - -e 's|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \ - -e 's|set dummy lua;|set dummy ${LUA_CMD};|g' ${WRKSRC}/src/auto/configure -pre-configure-XTERM_SAVE-on: - @${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h - post-configure: @${DO_MAKE_BUILD} -C ${WRKSRC}/src scratch config - @${REINPLACE_CMD} -e 's|#define HAVE_SYSINFO 1|/* #undef HAVE_SYSINFO */|' ${WRKSRC}/src/auto/config.h +# Needed when devel/libsysinfo is installed: + @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/ d' ${WRKSRC}/src/auto/config.h post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/ex @@ -192,6 +177,23 @@ post-install: .for F in eview evim gview gvim gvimdiff rgview rgvim rview rvim vimdiff ${LN} -sf vim ${STAGEDIR}${PREFIX}/bin/$F .endfor + +# OPTIONS +post-patch-EXUBERANT_CTAGS-off: + @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's!ctags -R \.!${FIND} . -type f \\| ${XARGS} ctags!g' + +post-patch-EXUBERANT_CTAGS-on: + @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|exctags -R .|g' + +post-patch-LUA-on: + @${REINPLACE_CMD} -e 's|set dummy lua;|set dummy ${LUA_CMD};|g' ${WRKSRC}/src/auto/configure + +post-patch-PYTHON-off: +# Work around qa-check shebang error + @${REINPLACE_CMD} -e 1d ${WRKSRC}/runtime/tools/demoserver.py + +post-patch-XTERM_SAVE-on: + @${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h post-install-DEFAULT_VIMRC-on: @${MKDIR} ${STAGEDIR}${ETCDIR} From owner-svn-ports-head@freebsd.org Thu Sep 28 23:44:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA09E0F2A4; Thu, 28 Sep 2017 23:44:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A19972367; Thu, 28 Sep 2017 23:44:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SNi7JA021141; Thu, 28 Sep 2017 23:44:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SNi7w7021139; Thu, 28 Sep 2017 23:44:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709282344.v8SNi7w7021139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 28 Sep 2017 23:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450879 - head/devel/erlang-jobs X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/erlang-jobs X-SVN-Commit-Revision: 450879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 23:44:08 -0000 Author: olgeni Date: Thu Sep 28 23:44:07 2017 New Revision: 450879 URL: https://svnweb.freebsd.org/changeset/ports/450879 Log: Update devel/erlang-jobs to version 0.7.0. Modified: head/devel/erlang-jobs/Makefile head/devel/erlang-jobs/distinfo Modified: head/devel/erlang-jobs/Makefile ============================================================================== --- head/devel/erlang-jobs/Makefile Thu Sep 28 22:53:04 2017 (r450878) +++ head/devel/erlang-jobs/Makefile Thu Sep 28 23:44:07 2017 (r450879) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jobs -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-jobs/distinfo ============================================================================== --- head/devel/erlang-jobs/distinfo Thu Sep 28 22:53:04 2017 (r450878) +++ head/devel/erlang-jobs/distinfo Thu Sep 28 23:44:07 2017 (r450879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501850793 -SHA256 (uwiger-jobs-0.6.0_GH0.tar.gz) = e3fa2d72339a38b3dfcde25425769e633c62a82a6e1345c42ee7d530bfe6c284 -SIZE (uwiger-jobs-0.6.0_GH0.tar.gz) = 831357 +TIMESTAMP = 1506641600 +SHA256 (uwiger-jobs-0.7.0_GH0.tar.gz) = 03c40cec80ef93f2261f502b9c4da6c8dbb7267e72e03d14c1ccdae4eefd427b +SIZE (uwiger-jobs-0.7.0_GH0.tar.gz) = 831463 From owner-svn-ports-head@freebsd.org Thu Sep 28 23:46:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977C9E0F405; Thu, 28 Sep 2017 23:46:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAF5B72498; Thu, 28 Sep 2017 23:46:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SNkL7b021349; Thu, 28 Sep 2017 23:46:21 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SNkLgH021348; Thu, 28 Sep 2017 23:46:21 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709282346.v8SNkLgH021348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 28 Sep 2017 23:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450880 - in head/emulators/virtualbox-ose: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/emulators/virtualbox-ose: . files X-SVN-Commit-Revision: 450880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 28 Sep 2017 23:46:22 -0000 Author: jkim Date: Thu Sep 28 23:46:20 2017 New Revision: 450880 URL: https://svnweb.freebsd.org/changeset/ports/450880 Log: Revert r450636. It did not work as we expected. Deleted: head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_dyngen-exec.h head/emulators/virtualbox-ose/files/extrapatch-src_recompiler_tcg_i386_tcg-target.h Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu Sep 28 23:44:07 2017 (r450879) +++ head/emulators/virtualbox-ose/Makefile Thu Sep 28 23:46:20 2017 (r450880) @@ -3,7 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.1.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} @@ -228,11 +228,7 @@ KMK_FLAGS+= -j${MAKE_JOBS_NUMBER} PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ ${PATCHDIR}/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk \ - ${PATCHDIR}/extrapatch-src_recompiler_dyngen-exec.h \ - ${PATCHDIR}/extrapatch-src_recompiler_tcg_i386_tcg-target.h -.if ${COMPILER_VERSION} < 35 -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk -.endif + ${PATCHDIR}/extrapatch-src-recompiler-Makefile.kmk .endif .if ${PYTHON_MAJOR_VER} >= 3 From owner-svn-ports-head@freebsd.org Fri Sep 29 01:59:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4BC5E12FCF; Fri, 29 Sep 2017 01:59:34 +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 920437578A; Fri, 29 Sep 2017 01:59:34 +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 v8T1xXdk074725; Fri, 29 Sep 2017 01:59:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T1xXOW074723; Fri, 29 Sep 2017 01:59:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709290159.v8T1xXOW074723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 Sep 2017 01:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450881 - head/devel/android-tools-adb-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/android-tools-adb-devel X-SVN-Commit-Revision: 450881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 01:59:34 -0000 Author: jbeich Date: Fri Sep 29 01:59:33 2017 New Revision: 450881 URL: https://svnweb.freebsd.org/changeset/ports/450881 Log: devel/android-tools-adb-devel: update to o.p.4.4534 Changes: https://android.googlesource.com/platform/system/core/+log/7229576bfed0..612b47630f6f/adb Modified: head/devel/android-tools-adb-devel/Makefile (contents, props changed) head/devel/android-tools-adb-devel/distinfo (contents, props changed) Modified: head/devel/android-tools-adb-devel/Makefile ============================================================================== --- head/devel/android-tools-adb-devel/Makefile Thu Sep 28 23:46:20 2017 (r450880) +++ head/devel/android-tools-adb-devel/Makefile Fri Sep 29 01:59:33 2017 (r450881) @@ -1,8 +1,8 @@ # $FreeBSD$ # Hint: git describe --abbrev=12 --match android-o-preview-4 -DISTVERSION= o-preview-4-4506 -DISTVERSIONSUFFIX= -g7229576bfed0 +DISTVERSION= o-preview-4-4534 +DISTVERSIONSUFFIX= -g612b47630f6f PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* Modified: head/devel/android-tools-adb-devel/distinfo ============================================================================== --- head/devel/android-tools-adb-devel/distinfo Thu Sep 28 23:46:20 2017 (r450880) +++ head/devel/android-tools-adb-devel/distinfo Fri Sep 29 01:59:33 2017 (r450881) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506130722 -SHA256 (android-platform_system_core-android-o-preview-4-4506-g7229576bfed0_GH0.tar.gz) = 48bd7b4ebe9a609fb5f936a728a5b2c20d8fd1acf3a6434a253a03440f6dbece -SIZE (android-platform_system_core-android-o-preview-4-4506-g7229576bfed0_GH0.tar.gz) = 5271639 +TIMESTAMP = 1506632263 +SHA256 (android-platform_system_core-android-o-preview-4-4534-g612b47630f6f_GH0.tar.gz) = 44672e3c0af18bf9b696da1d71b84eff5df60aaef1dca2eb2ec64b4fbbc4d22b +SIZE (android-platform_system_core-android-o-preview-4-4534-g612b47630f6f_GH0.tar.gz) = 5274221 SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c SIZE (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = 5967 SHA256 (android-platform_development-android-o-preview-4-62-g417a8e237642_GH0.tar.gz) = 44ecd4159178ab9410c883954c0a3bf5b3bc6d6d6e485dad75267626e186604e From owner-svn-ports-head@freebsd.org Fri Sep 29 04:30:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A134E2249A; Fri, 29 Sep 2017 04:30:13 +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 56E5B7CDCD; Fri, 29 Sep 2017 04:30:13 +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 v8T4UC5H036610; Fri, 29 Sep 2017 04:30:12 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T4UCXX036607; Fri, 29 Sep 2017 04:30:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709290430.v8T4UCXX036607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 29 Sep 2017 04:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450882 - head/math/R-cran-lava X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-lava X-SVN-Commit-Revision: 450882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 04:30:13 -0000 Author: tota Date: Fri Sep 29 04:30:12 2017 New Revision: 450882 URL: https://svnweb.freebsd.org/changeset/ports/450882 Log: - Update to 1.5.1 - Update pkg-descr Modified: head/math/R-cran-lava/Makefile (contents, props changed) head/math/R-cran-lava/distinfo (contents, props changed) head/math/R-cran-lava/pkg-descr (contents, props changed) Modified: head/math/R-cran-lava/Makefile ============================================================================== --- head/math/R-cran-lava/Makefile Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/Makefile Fri Sep 29 04:30:12 2017 (r450882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lava -DISTVERSION= 1.5 +DISTVERSION= 1.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-lava/distinfo ============================================================================== --- head/math/R-cran-lava/distinfo Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/distinfo Fri Sep 29 04:30:12 2017 (r450882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504939480 -SHA256 (lava_1.5.tar.gz) = 82fdc3fccb48c0928e043c08162220381269f83e73d902335107f510423fda74 -SIZE (lava_1.5.tar.gz) = 828070 +TIMESTAMP = 1506647804 +SHA256 (lava_1.5.1.tar.gz) = c41da42c9d90d81de876c29bfca736fa111a8924add07c85ab2f8d98200195ed +SIZE (lava_1.5.1.tar.gz) = 842110 Modified: head/math/R-cran-lava/pkg-descr ============================================================================== --- head/math/R-cran-lava/pkg-descr Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/pkg-descr Fri Sep 29 04:30:12 2017 (r450882) @@ -1,3 +1,10 @@ -Estimation and simulation of latent variable models. +A general implementation of Structural Equation Models with latent +variables (MLE, 2SLS, and composite likelihood estimators) with +both continuous, censored, and ordinal outcomes (Holst and +Budtz-Joergensen (2013) ). The package +also provides methods for graph exploration (d-separation, back-door +criterion), simulation of general non-linear latent variable models, +and estimation of influence functions for a broad range of statistical +models. WWW: https://cran.r-project.org/web/packages/lava/ From owner-svn-ports-head@freebsd.org Fri Sep 29 04:31:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9904EE226D3; Fri, 29 Sep 2017 04:31: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 67F7E7D0BA; Fri, 29 Sep 2017 04:31: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 v8T4VwWT036792; Fri, 29 Sep 2017 04:31:58 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T4VwUN036790; Fri, 29 Sep 2017 04:31:58 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709290431.v8T4VwUN036790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 29 Sep 2017 04:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450883 - head/math/R-cran-lme4 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-lme4 X-SVN-Commit-Revision: 450883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 04:31:59 -0000 Author: tota Date: Fri Sep 29 04:31:58 2017 New Revision: 450883 URL: https://svnweb.freebsd.org/changeset/ports/450883 Log: - Update to 1.1-14 Modified: head/math/R-cran-lme4/Makefile (contents, props changed) head/math/R-cran-lme4/distinfo (contents, props changed) Modified: head/math/R-cran-lme4/Makefile ============================================================================== --- head/math/R-cran-lme4/Makefile Fri Sep 29 04:30:12 2017 (r450882) +++ head/math/R-cran-lme4/Makefile Fri Sep 29 04:31:58 2017 (r450883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lme4 -DISTVERSION= 1.1-13 +DISTVERSION= 1.1-14 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-lme4/distinfo ============================================================================== --- head/math/R-cran-lme4/distinfo Fri Sep 29 04:30:12 2017 (r450882) +++ head/math/R-cran-lme4/distinfo Fri Sep 29 04:31:58 2017 (r450883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494139061 -SHA256 (lme4_1.1-13.tar.gz) = 5fa8b63d15882d153ee105d399b559dd942d97b2e6e7deae3802f41cc451448e -SIZE (lme4_1.1-13.tar.gz) = 3624472 +TIMESTAMP = 1506648225 +SHA256 (lme4_1.1-14.tar.gz) = 8a9638ffbefe3341c700e8e885e49bb2006a1072c8056fbe9f07136046d259ed +SIZE (lme4_1.1-14.tar.gz) = 3601039 From owner-svn-ports-head@freebsd.org Fri Sep 29 08:17:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7447E26B48; Fri, 29 Sep 2017 08:17:39 +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 B66F38289D; Fri, 29 Sep 2017 08:17:39 +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 v8T8HcCa030341; Fri, 29 Sep 2017 08:17:38 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T8Hc3n030339; Fri, 29 Sep 2017 08:17:38 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709290817.v8T8Hc3n030339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 29 Sep 2017 08:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450884 - head/databases/pecl-redis X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/databases/pecl-redis X-SVN-Commit-Revision: 450884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 08:17:40 -0000 Author: vanilla Date: Fri Sep 29 08:17:38 2017 New Revision: 450884 URL: https://svnweb.freebsd.org/changeset/ports/450884 Log: Update to 3.1.4. PR: 222661 Submitted by: maintainer Modified: head/databases/pecl-redis/Makefile head/databases/pecl-redis/distinfo Modified: head/databases/pecl-redis/Makefile ============================================================================== --- head/databases/pecl-redis/Makefile Fri Sep 29 04:31:58 2017 (r450883) +++ head/databases/pecl-redis/Makefile Fri Sep 29 08:17:38 2017 (r450884) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= databases MAINTAINER= daniel@blodan.se Modified: head/databases/pecl-redis/distinfo ============================================================================== --- head/databases/pecl-redis/distinfo Fri Sep 29 04:31:58 2017 (r450883) +++ head/databases/pecl-redis/distinfo Fri Sep 29 08:17:38 2017 (r450884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500102121 -SHA256 (PECL/redis-3.1.3.tgz) = 92907f40bdd8d56607ba5c1593289c34c08f7dae460bd05e79603a4247b6cbf6 -SIZE (PECL/redis-3.1.3.tgz) = 196180 +TIMESTAMP = 1506586257 +SHA256 (PECL/redis-3.1.4.tgz) = adebdfd52e8227a4da5d381d325b6eaccd29fd233bcc1b877517b9e8706ef265 +SIZE (PECL/redis-3.1.4.tgz) = 199559 From owner-svn-ports-head@freebsd.org Fri Sep 29 09:02:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FF14E27BF3; Fri, 29 Sep 2017 09:02: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 1F7A883D61; Fri, 29 Sep 2017 09:02: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 v8T924d1050492; Fri, 29 Sep 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T924am050491; Fri, 29 Sep 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709290902.v8T924am050491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 29 Sep 2017 09:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450885 - head/devel/gnome-common X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/gnome-common X-SVN-Commit-Revision: 450885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 09:02:05 -0000 Author: amdmi3 Date: Fri Sep 29 09:02:04 2017 New Revision: 450885 URL: https://svnweb.freebsd.org/changeset/ports/450885 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/gnome-common/pkg-descr Modified: head/devel/gnome-common/pkg-descr ============================================================================== --- head/devel/gnome-common/pkg-descr Fri Sep 29 08:17:38 2017 (r450884) +++ head/devel/gnome-common/pkg-descr Fri Sep 29 09:02:04 2017 (r450885) @@ -1,4 +1,4 @@ This is a collection of automake macros used for developing new GNOME or GNOME 2.0 applications. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ From owner-svn-ports-head@freebsd.org Fri Sep 29 09:07:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E31F9E27C9E; Fri, 29 Sep 2017 09:07:41 +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 BEA9683ECC; Fri, 29 Sep 2017 09:07:41 +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 v8T97ec7050830; Fri, 29 Sep 2017 09:07:40 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T97eLc050827; Fri, 29 Sep 2017 09:07:40 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201709290907.v8T97eLc050827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 29 Sep 2017 09:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450886 - in head/java: . jakarta-commons-lang3 X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/java: . jakarta-commons-lang3 X-SVN-Commit-Revision: 450886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 09:07:42 -0000 Author: truckman Date: Fri Sep 29 09:07:40 2017 New Revision: 450886 URL: https://svnweb.freebsd.org/changeset/ports/450886 Log: New port jakarta-commons-lang3. This is a repo-copy of jakarta-commons-lang, updated to revision 3.4. It can co-exist with jakarta-commons-lang. The newest version upstream is actually 3.6, but support for using apache-ant to build was dropped between 3.4 and 3.5. Apache OpenOffice 4.2.0 will require 3.3+. Add NO_ARCH. Modernize by using option helpers. Get rid of the JDK_API!= stuff, which looks like it no longer did anything useful. Added: head/java/jakarta-commons-lang3/ - copied from r450422, head/java/jakarta-commons-lang/ Modified: head/java/Makefile head/java/jakarta-commons-lang3/Makefile head/java/jakarta-commons-lang3/distinfo Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Fri Sep 29 09:02:04 2017 (r450885) +++ head/java/Makefile Fri Sep 29 09:07:40 2017 (r450886) @@ -49,6 +49,7 @@ SUBDIR += jakarta-commons-discovery SUBDIR += jakarta-commons-httpclient SUBDIR += jakarta-commons-lang + SUBDIR += jakarta-commons-lang3 SUBDIR += jakarta-commons-logging SUBDIR += jakarta-commons-pool SUBDIR += jakarta-commons-primitives Modified: head/java/jakarta-commons-lang3/Makefile ============================================================================== --- head/java/jakarta-commons-lang/Makefile Sat Sep 23 03:24:14 2017 (r450422) +++ head/java/jakarta-commons-lang3/Makefile Fri Sep 29 09:07:40 2017 (r450886) @@ -1,22 +1,22 @@ -# Created by: Ernst de Haan # $FreeBSD$ -PORTNAME= commons-lang -PORTVERSION= 2.6 +PORTNAME= commons-lang3 +PORTVERSION= 3.4 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_SOURCE PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= truckman@FreeBSD.org COMMENT= Jakarta library with helper utilities for the java.lang API LICENSE= APACHE20 USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ USE_ANT= yes ALL_TARGET= jar +NO_ARCH= yes JARFILE= ${PORTNAME}-${PORTVERSION}.jar DESTJARFILE= ${PORTNAME}.jar @@ -24,25 +24,14 @@ PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE} PORTDOCS= * OPTIONS_DEFINE= DOCS +DOCS_ALL_TARGET= javadoc -.include - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= javadoc -.endif - -JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1 - -.if ${JDK_API} != "" -MAKE_ARGS+= -Djdk.javadoc=${JDK_API} -.endif - do-install: ${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} \ ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: (cd ${WRKSRC}/target/apidocs && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DOCSDIR}) -.endif -.include +.include Modified: head/java/jakarta-commons-lang3/distinfo ============================================================================== --- head/java/jakarta-commons-lang/distinfo Sat Sep 23 03:24:14 2017 (r450422) +++ head/java/jakarta-commons-lang3/distinfo Fri Sep 29 09:07:40 2017 (r450886) @@ -1,2 +1,3 @@ -SHA256 (commons-lang-2.6-src.tar.gz) = 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7 -SIZE (commons-lang-2.6-src.tar.gz) = 564032 +TIMESTAMP = 1506639758 +SHA256 (commons-lang3-3.4-src.tar.gz) = 6f9a16e264aec59e4c7148763223480171f756f020d7a30aa617caabd382fa76 +SIZE (commons-lang3-3.4-src.tar.gz) = 771275 From owner-svn-ports-head@freebsd.org Fri Sep 29 10:28:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D388E295FA; Fri, 29 Sep 2017 10:28:20 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6FB194B; Fri, 29 Sep 2017 10:28:20 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TASJvT083953; Fri, 29 Sep 2017 10:28:19 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TASJaZ083951; Fri, 29 Sep 2017 10:28:19 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201709291028.v8TASJaZ083951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Fri, 29 Sep 2017 10:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450887 - head/sysutils/puppet-lint X-SVN-Group: ports-head X-SVN-Commit-Author: tdb X-SVN-Commit-Paths: head/sysutils/puppet-lint X-SVN-Commit-Revision: 450887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 10:28:20 -0000 Author: tdb Date: Fri Sep 29 10:28:19 2017 New Revision: 450887 URL: https://svnweb.freebsd.org/changeset/ports/450887 Log: Update to 2.3.3 Modified: head/sysutils/puppet-lint/Makefile head/sysutils/puppet-lint/distinfo Modified: head/sysutils/puppet-lint/Makefile ============================================================================== --- head/sysutils/puppet-lint/Makefile Fri Sep 29 09:07:40 2017 (r450886) +++ head/sysutils/puppet-lint/Makefile Fri Sep 29 10:28:19 2017 (r450887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puppet-lint -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/puppet-lint/distinfo ============================================================================== --- head/sysutils/puppet-lint/distinfo Fri Sep 29 09:07:40 2017 (r450886) +++ head/sysutils/puppet-lint/distinfo Fri Sep 29 10:28:19 2017 (r450887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500885729 -SHA256 (rubygem/puppet-lint-2.3.0.gem) = 39393fe622b3e3c9585afcdda887b42117dfeac2317fbcd5548e0ddaa668e4bf -SIZE (rubygem/puppet-lint-2.3.0.gem) = 76288 +TIMESTAMP = 1506669428 +SHA256 (rubygem/puppet-lint-2.3.3.gem) = 8d3f294b1220253580ec7b19ff8a88e2065566d3da47adbefd88a7e178796e23 +SIZE (rubygem/puppet-lint-2.3.3.gem) = 84992 From owner-svn-ports-head@freebsd.org Fri Sep 29 11:28:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31D0E2AE36; Fri, 29 Sep 2017 11:28:21 +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 9F8AE6334D; Fri, 29 Sep 2017 11:28:21 +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 v8TBSKha009956; Fri, 29 Sep 2017 11:28:20 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TBSKcx009953; Fri, 29 Sep 2017 11:28:20 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201709291128.v8TBSKcx009953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 29 Sep 2017 11:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450888 - head/net-mgmt/icingaweb2 X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/net-mgmt/icingaweb2 X-SVN-Commit-Revision: 450888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 11:28:21 -0000 Author: lme Date: Fri Sep 29 11:28:20 2017 New Revision: 450888 URL: https://svnweb.freebsd.org/changeset/ports/450888 Log: net-mgmt/icingaweb2: Update to 2.4.2 Modified: head/net-mgmt/icingaweb2/Makefile head/net-mgmt/icingaweb2/distinfo head/net-mgmt/icingaweb2/pkg-plist Modified: head/net-mgmt/icingaweb2/Makefile ============================================================================== --- head/net-mgmt/icingaweb2/Makefile Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/Makefile Fri Sep 29 11:28:20 2017 (r450888) @@ -2,8 +2,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 2.4.2 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icingaweb2/distinfo ============================================================================== --- head/net-mgmt/icingaweb2/distinfo Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/distinfo Fri Sep 29 11:28:20 2017 (r450888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485119945 -SHA256 (icinga-icingaweb2-v2.4.1_GH0.tar.gz) = 27150d96a2172d0fa0c77389970052a1bf7aa6553494e80837f6699e96e24bc6 -SIZE (icinga-icingaweb2-v2.4.1_GH0.tar.gz) = 7176640 +TIMESTAMP = 1506682569 +SHA256 (icinga-icingaweb2-v2.4.2_GH0.tar.gz) = 8ce42b4f0fb3ddd93c56d70c642512af13db1d5db2ad0227ec7567a4413daa94 +SIZE (icinga-icingaweb2-v2.4.2_GH0.tar.gz) = 7180122 Modified: head/net-mgmt/icingaweb2/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2/pkg-plist Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/pkg-plist Fri Sep 29 11:28:20 2017 (r450888) @@ -327,6 +327,9 @@ %%WWWDIR%%/library/Icinga/Exception/Http/HttpNotFoundException.php %%WWWDIR%%/library/Icinga/Exception/IcingaException.php %%WWWDIR%%/library/Icinga/Exception/InvalidPropertyException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonDecodeException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonEncodeException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonException.php %%WWWDIR%%/library/Icinga/Exception/MissingParameterException.php %%WWWDIR%%/library/Icinga/Exception/NotFoundError.php %%WWWDIR%%/library/Icinga/Exception/NotImplementedError.php @@ -386,6 +389,7 @@ %%WWWDIR%%/library/Icinga/Util/File.php %%WWWDIR%%/library/Icinga/Util/Format.php %%WWWDIR%%/library/Icinga/Util/GlobFilter.php +%%WWWDIR%%/library/Icinga/Util/Json.php %%WWWDIR%%/library/Icinga/Util/String.php %%WWWDIR%%/library/Icinga/Util/StringHelper.php %%WWWDIR%%/library/Icinga/Util/TimezoneDetect.php From owner-svn-ports-head@freebsd.org Fri Sep 29 11:52:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C5C9E2B354; Fri, 29 Sep 2017 11:52: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 22E8163CCF; Fri, 29 Sep 2017 11:52: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 v8TBqT3G022151; Fri, 29 Sep 2017 11:52:29 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TBqSdk022147; Fri, 29 Sep 2017 11:52:28 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291152.v8TBqSdk022147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 11:52:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450889 - in head/sysutils: . lscpu X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/sysutils: . lscpu X-SVN-Commit-Revision: 450889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 11:52:30 -0000 Author: zi Date: Fri Sep 29 11:52:28 2017 New Revision: 450889 URL: https://svnweb.freebsd.org/changeset/ports/450889 Log: New port: sysutils/lscpu: lscpu gathers CPU architecture information about the current CPU. The command output is optimized for parsing or for easy readability by humans. The information includes, for example, the number of CPUs, threads, cores, and sockets. There is also information about the CPU caches, family, model, byte order, and stepping. WWW: https://github.com/NanXiao/lscpu Added: head/sysutils/lscpu/ head/sysutils/lscpu/Makefile (contents, props changed) head/sysutils/lscpu/distinfo (contents, props changed) head/sysutils/lscpu/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Sep 29 11:28:20 2017 (r450888) +++ head/sysutils/Makefile Fri Sep 29 11:52:28 2017 (r450889) @@ -575,6 +575,7 @@ SUBDIR += logwatch SUBDIR += lookat SUBDIR += lr + SUBDIR += lscpu SUBDIR += lsof SUBDIR += lsop SUBDIR += ltrace Added: head/sysutils/lscpu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lscpu/Makefile Fri Sep 29 11:52:28 2017 (r450889) @@ -0,0 +1,22 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= lscpu +PORTVERSION= 1.0.0 +CATEGORIES= sysutils + +MAINTAINER= zi@FreeBSD.org +COMMENT= Display information about the CPU architecture + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= NanXiao + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + +.include Added: head/sysutils/lscpu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lscpu/distinfo Fri Sep 29 11:52:28 2017 (r450889) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506685333 +SHA256 (NanXiao-lscpu-1.0.0_GH0.tar.gz) = 04f3c44090a5afbd510065b8d9c16a67936c9b652a0b055bec6bd74c3739c4c4 +SIZE (NanXiao-lscpu-1.0.0_GH0.tar.gz) = 7055 Added: head/sysutils/lscpu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lscpu/pkg-descr Fri Sep 29 11:52:28 2017 (r450889) @@ -0,0 +1,9 @@ +lscpu gathers CPU architecture information about the current CPU. The +command output is optimized for parsing or for easy readability by +humans. The information includes, for example, the number of CPUs, +threads, cores, and sockets. + +There is also information about the CPU caches, family, model, +byte order, and stepping. + +WWW: https://github.com/NanXiao/lscpu From owner-svn-ports-head@freebsd.org Fri Sep 29 12:51:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0CCBE2C85D; Fri, 29 Sep 2017 12:51:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FEEE65454; Fri, 29 Sep 2017 12:51:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TCpFIT044303; Fri, 29 Sep 2017 12:51:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TCpFEN044302; Fri, 29 Sep 2017 12:51:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709291251.v8TCpFEN044302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 Sep 2017 12:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450890 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 12:51:16 -0000 Author: jbeich Date: Fri Sep 29 12:51:15 2017 New Revision: 450890 URL: https://svnweb.freebsd.org/changeset/ports/450890 Log: gecko: unbreak on 12.0 (lld by default) /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated PR: 218808 Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Sep 29 11:52:28 2017 (r450889) +++ head/Mk/bsd.gecko.mk Fri Sep 29 12:51:15 2017 (r450890) @@ -419,6 +419,7 @@ MOZ_OPTIONS+= --enable-dtrace \ LIBS+= -lelf . endif STRIP= +LLD_UNSAFE= yes .else MOZ_OPTIONS+= --disable-dtrace .endif From owner-svn-ports-head@freebsd.org Fri Sep 29 13:20:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31286E2CE68; Fri, 29 Sep 2017 13:20:17 +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 0D23265F39; Fri, 29 Sep 2017 13:20:16 +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 v8TDKGEf055179; Fri, 29 Sep 2017 13:20:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TDKGYH055177; Fri, 29 Sep 2017 13:20:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291320.v8TDKGYH055177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 13:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450891 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 13:20:17 -0000 Author: swills Date: Fri Sep 29 13:20:15 2017 New Revision: 450891 URL: https://svnweb.freebsd.org/changeset/ports/450891 Log: Fix date format While here, correct some grammar PR: 222683 Submitted by: Vladimir Krstulja Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 12:51:15 2017 (r450890) +++ head/security/vuxml/vuln.xml Fri Sep 29 13:20:15 2017 (r450891) @@ -148,7 +148,7 @@ Notes: -

sam2p developers reports:

+

sam2p developers report:

In sam2p 0.49.3, a heap-based buffer overflow exists in the pcxLoadImage24 function of the file in_pcx.cpp.

In sam2p 0.49.3, the in_xpm_reader function in in_xpm.cpp has an integer signedness error, leading to a crash when writing to an out-of-bounds array element.

@@ -169,8 +169,8 @@ Notes: CVE-2017-14637 - 2017-9-21 - 2017-9-28 + 2017-09-21 + 2017-09-28 @@ -184,7 +184,7 @@ Notes: -

libraw developers reports:

+

libraw developers report:

In LibRaw through 0.18.4, an out of bounds read flaw related to kodak_65000_load_raw has been reported in dcraw/dcraw.c and internal/dcraw_common.cpp. An attacker could possibly exploit this flaw to disclose potentially sensitive memory or cause an application crash.

@@ -196,8 +196,8 @@ Notes: CVE-2017-14608 - 2017-9-20 - 2017-9-28 + 2017-09-20 + 2017-09-28 @@ -307,8 +307,8 @@ Notes: CVE-2017-2816 - 2017-9-13 - 2017-9-27 + 2017-09-13 + 2017-09-27 @@ -322,7 +322,7 @@ Notes: -

sugarcrm developers reports:

+

sugarcrm developers report:

An issue was discovered in SugarCRM before 7.7.2.3, 7.8.x before 7.8.2.2, and 7.9.x before 7.9.2.0 (and Sugar Community Edition 6.5.26). Several areas have been identified in the Documents and Emails module that could allow an authenticated user to perform SQL injection, as demonstrated by a backslash character at the end of a bean_id to modules/Emails/DetailView.php. An attacker could exploit these vulnerabilities by sending a crafted SQL request to the affected areas. An exploit could allow the attacker to modify the SQL database. Proper SQL escaping has been added to prevent such exploits.

An issue was discovered in SugarCRM before 7.7.2.3, 7.8.x before 7.8.2.2, and 7.9.x before 7.9.2.0 (and Sugar Community Edition 6.5.26). A remote file inclusion has been identified in the Connectors module allowing authenticated users to include remotely accessible system files via a query string. Proper input validation has been added to mitigate this issue.

@@ -342,8 +342,8 @@ Notes: CVE-2017-14510 - 2017-9-17 - 2017-9-26 + 2017-09-17 + 2017-09-26 @@ -369,8 +369,8 @@ Notes: CVE-2017-14107 - 2017-9-1 - 2017-9-27 + 2017-09-01 + 2017-09-27 @@ -398,8 +398,8 @@ Notes: CVE-2017-14227 - 2017-9-9 - 2017-9-26 + 2017-09-09 + 2017-09-26 @@ -512,7 +512,7 @@ Notes: 2017-7-22 - 2017-9-26 + 2017-09-26 @@ -538,8 +538,8 @@ Notes: CVE-2017-14348 - 2017-9-12 - 2017-9-26 + 2017-09-12 + 2017-09-26 @@ -564,8 +564,8 @@ Notes: CVE-2017-14265 - 2017-9-11 - 2017-9-26 + 2017-09-11 + 2017-09-26 @@ -593,8 +593,8 @@ Notes: CVE-2017-6362 - 2017-9-7 - 2017-9-26 + 2017-09-07 + 2017-09-26 @@ -658,8 +658,8 @@ Notes: CVE-2017-2807 - 2017-9-5 - 2017-9-26 + 2017-09-05 + 2017-09-26 @@ -685,8 +685,8 @@ Notes: CVE-2017-14181 - 2017-9-7 - 2017-9-25 + 2017-09-07 + 2017-09-25 @@ -700,7 +700,7 @@ Notes: -

ansible developers reports:

+

ansible developers report:

Ansible versions 2.2.3 and earlier are vulnerable to an information disclosure flaw due to the interaction of call back plugins and the no_log directive where the information may not be sanitized properly.

@@ -712,7 +712,7 @@ Notes: 2017-7-21 - 2017-9-25 + 2017-09-25 From owner-svn-ports-head@freebsd.org Fri Sep 29 13:54:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 194DBE2D7CD; Fri, 29 Sep 2017 13:54:11 +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 970B866D9B; Fri, 29 Sep 2017 13:54:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TDs94j071318; Fri, 29 Sep 2017 13:54:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TDs9Pd071313; Fri, 29 Sep 2017 13:54:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709291354.v8TDs9Pd071313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 29 Sep 2017 13:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450892 - in head/lang: erlang erlang-runtime17 erlang-runtime18 erlang-runtime19 erlang-runtime20 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/lang: erlang erlang-runtime17 erlang-runtime18 erlang-runtime19 erlang-runtime20 X-SVN-Commit-Revision: 450892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 13:54:11 -0000 Author: olgeni Date: Fri Sep 29 13:54:09 2017 New Revision: 450892 URL: https://svnweb.freebsd.org/changeset/ports/450892 Log: Simplify handling of application updates in Erlang ports. Modified: head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime20/Makefile head/lang/erlang/Makefile Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Fri Sep 29 13:20:15 2017 (r450891) +++ head/lang/erlang-runtime17/Makefile Fri Sep 29 13:54:09 2017 (r450892) @@ -56,6 +56,18 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +APP_UPGRADE= erts 6.4 6.4.1.6 \ + lib/common_test 1.10 1.10.1 \ + lib/debugger 4.0.3 4.0.3.1 \ + lib/diameter 1.9 1.9.2.4 \ + lib/inets 5.10.6 5.10.9 \ + lib/kernel 3.2 3.2.0.1 \ + lib/runtime_tools 1.8.16 1.8.16.1 \ + lib/snmp 5.1.1 5.1.2 \ + lib/ssh 3.2 3.2.4 \ + lib/ssl 6.0 6.0.1.2 \ + lib/test_server 3.8 3.8.1 + .include .if ${PORT_OPTIONS:MDOCS} @@ -198,51 +210,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4.1.6 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.4 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.9 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.6 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-3.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/debugger-4.0.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/debugger-4.0.3.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/debugger-4.0.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/snmp-5.1.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/test_server-3.8 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0.1.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-6.0 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.8.16 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-3.2.0.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-3.2 - +.for app v1 v2 in ${APP_UPGRADE} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1}/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v2} + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1} +.endfor ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime18/Makefile ============================================================================== --- head/lang/erlang-runtime18/Makefile Fri Sep 29 13:20:15 2017 (r450891) +++ head/lang/erlang-runtime18/Makefile Fri Sep 29 13:54:09 2017 (r450892) @@ -56,6 +56,14 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +APP_UPGRADE= erts 7.3 7.3.1.3 \ + lib/common_test 1.12 1.12.1.1 \ + lib/crypto 3.6.3 3.6.3.1 \ + lib/inets 6.2 6.2.4.1 \ + lib/mnesia 4.13.3 4.13.4 \ + lib/ssh 4.2.2 4.2.2.3 \ + lib/ssl 7.3 7.3.3.1 + .include .if ${PORT_OPTIONS:MDOCS} @@ -196,35 +204,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3.1.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2.4.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3.3.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.6.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.6.3.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.6.3 - +.for app v1 v2 in ${APP_UPGRADE} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1}/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v2} + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1} +.endfor ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Fri Sep 29 13:20:15 2017 (r450891) +++ head/lang/erlang-runtime19/Makefile Fri Sep 29 13:54:09 2017 (r450892) @@ -69,6 +69,14 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +APP_UPGRADE= erts 8.3 8.3.5.2 \ + lib/crypto 3.7.3 3.7.4 \ + lib/inets 6.3.6 6.3.9 \ + lib/ssh 4.4.1 4.4.2 \ + lib/ssl 8.1.1 8.1.3 \ + lib/dialyzer 3.1 3.1.1 \ + lib/xmerl 1.3.13 1.3.14 + .include .if ${PORT_OPTIONS:MDOCS} @@ -213,35 +221,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.5.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.9 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.13/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.14 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.13 - +.for app v1 v2 in ${APP_UPGRADE} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1}/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v2} + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1} +.endfor ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Fri Sep 29 13:20:15 2017 (r450891) +++ head/lang/erlang-runtime20/Makefile Fri Sep 29 13:54:09 2017 (r450892) @@ -68,6 +68,18 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +APP_UPGRADE= erts 9.0 9.0.5 \ + lib/asn1 5.0 5.0.2 \ + lib/common_test 1.15 1.15.1 \ + lib/compiler 7.1 7.1.1 \ + lib/dialyzer 3.2 3.2.1 \ + lib/inets 6.4 6.4.1 \ + lib/kernel 5.3 5.3.1 \ + lib/runtime_tools 1.12 1.12.1 \ + lib/ssh 4.5 4.5.1 \ + lib/stdlib 3.4 3.4.1 \ + lib/tools 2.10 2.10.1 + .include .if ${PORT_OPTIONS:MDOCS} @@ -212,51 +224,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-9.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-9.0.5 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-9.0 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.15/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.15.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.15 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.12/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.12.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/runtime_tools-1.12 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.4.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.4 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.10/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.10.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.10 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/asn1-5.0/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/asn1-5.0.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/asn1-5.0 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.3.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.5/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.5.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.5 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.2.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.4/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.4.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.4 - +.for app v1 v2 in ${APP_UPGRADE} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1}/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v2} + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1} +.endfor ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Sep 29 13:20:15 2017 (r450891) +++ head/lang/erlang/Makefile Fri Sep 29 13:54:09 2017 (r450892) @@ -75,6 +75,14 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +APP_UPGRADE= erts 8.3 8.3.5.2 \ + lib/crypto 3.7.3 3.7.4 \ + lib/inets 6.3.6 6.3.9 \ + lib/ssh 4.4.1 4.4.2 \ + lib/ssl 8.1.1 8.1.3 \ + lib/dialyzer 3.1 3.1.1 \ + lib/xmerl 1.3.13 1.3.14 + EI_VSN= 3.9.3 SNMP_VSN= 5.2.5 TOOLS_VSN= 2.9.1 @@ -235,35 +243,11 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3.5.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/crypto-3.7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.9 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.6 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.4.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.3 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.1.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.1 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.13/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.14 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/xmerl-1.3.13 - +.for app v1 v2 in ${APP_UPGRADE} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1}/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v2} + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/${app}-${v1} +.endfor ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Sep 29 14:11:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CB59E2DE19; Fri, 29 Sep 2017 14:11:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B42467650; Fri, 29 Sep 2017 14:11:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TEBXoh079280; Fri, 29 Sep 2017 14:11:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TEBX4A079278; Fri, 29 Sep 2017 14:11:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201709291411.v8TEBX4A079278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 29 Sep 2017 14:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450893 - head/converters/p5-Bencode X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/converters/p5-Bencode X-SVN-Commit-Revision: 450893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 14:11:34 -0000 Author: feld Date: Fri Sep 29 14:11:33 2017 New Revision: 450893 URL: https://svnweb.freebsd.org/changeset/ports/450893 Log: converters/p5-Bencode: Update to 1.500 Modified: head/converters/p5-Bencode/Makefile head/converters/p5-Bencode/distinfo Modified: head/converters/p5-Bencode/Makefile ============================================================================== --- head/converters/p5-Bencode/Makefile Fri Sep 29 13:54:09 2017 (r450892) +++ head/converters/p5-Bencode/Makefile Fri Sep 29 14:11:33 2017 (r450893) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= Bencode -PORTVERSION= 1.402 -PORTREVISION= 1 +PORTVERSION= 1.500 +PORTREVISION= 0 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARISTOTLE Modified: head/converters/p5-Bencode/distinfo ============================================================================== --- head/converters/p5-Bencode/distinfo Fri Sep 29 13:54:09 2017 (r450892) +++ head/converters/p5-Bencode/distinfo Fri Sep 29 14:11:33 2017 (r450893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473708980 -SHA256 (Bencode-1.402.tar.gz) = fc483076b157c56ea27d66b3f01291b862b5f86b5944560738d6b07e7f098413 -SIZE (Bencode-1.402.tar.gz) = 13748 +TIMESTAMP = 1506693784 +SHA256 (Bencode-1.500.tar.gz) = 3c64d2a9098863025aa3ee5fb1f554d2e8fd28f3c0acc366e94c242984280fb6 +SIZE (Bencode-1.500.tar.gz) = 13773 From owner-svn-ports-head@freebsd.org Fri Sep 29 14:45:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18022E2E761; Fri, 29 Sep 2017 14:45:50 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96626885F; Fri, 29 Sep 2017 14:45:49 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TEjn4B091782; Fri, 29 Sep 2017 14:45:49 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TEjmsd091779; Fri, 29 Sep 2017 14:45:48 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709291445.v8TEjmsd091779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 29 Sep 2017 14:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450894 - in head/benchmarks/unixbench: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/benchmarks/unixbench: . files X-SVN-Commit-Revision: 450894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 14:45:50 -0000 Author: pizzamig Date: Fri Sep 29 14:45:48 2017 New Revision: 450894 URL: https://svnweb.freebsd.org/changeset/ports/450894 Log: benchmarks/unixbench: Fix the new path in the unixbench Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541 Modified: head/benchmarks/unixbench/Makefile head/benchmarks/unixbench/files/unixbench.in Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/Makefile Fri Sep 29 14:45:48 2017 (r450894) @@ -4,6 +4,7 @@ PORTNAME= unixbench DISTVERSIONPREFIX= v DISTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org Modified: head/benchmarks/unixbench/files/unixbench.in ============================================================================== --- head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:45:48 2017 (r450894) @@ -5,6 +5,6 @@ RESULTDIR=${RESULTDIR-/tmp} export TMPDIR RESULTDIR -cd %%PREFIX%%/lib/unixbench +cd %%PREFIX%%/libexec/unixbench exec ./Run "$@" From owner-svn-ports-head@freebsd.org Fri Sep 29 14:50:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12BF4E2E821; Fri, 29 Sep 2017 14:50:02 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D34D4689B3; Fri, 29 Sep 2017 14:50:01 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TEo1Sr092462; Fri, 29 Sep 2017 14:50:01 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TEnx5I092415; Fri, 29 Sep 2017 14:49:59 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709291449.v8TEnx5I092415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 29 Sep 2017 14:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450895 - in head/devel/gdb: . files files/kgdb X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel/gdb: . files files/kgdb X-SVN-Commit-Revision: 450895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 14:50:02 -0000 Author: pizzamig Date: Fri Sep 29 14:49:58 2017 New Revision: 450895 URL: https://svnweb.freebsd.org/changeset/ports/450895 Log: devel/gdb: Update to gdb 8.0.1 Resolve tons of warnings. Fix the type of literal string as char const * Fix Makefile's variables order and adding the license file Rework patches to make portlint happy Reviewed by: jhb Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12525 Added: head/devel/gdb/files/patch-gdb_amd64-bsd-nat.c - copied, changed from r450893, head/devel/gdb/files/patch-gdb-amd64-bsd-nat.c head/devel/gdb/files/patch-gdb_common_common-defs.h (contents, props changed) head/devel/gdb/files/patch-gdb_configure - copied, changed from r450893, head/devel/gdb/files/patch-gdb-configure head/devel/gdb/files/patch-gdb_configure.host - copied, changed from r450893, head/devel/gdb/files/patch-gdb-configure.host head/devel/gdb/files/patch-gdb_corelow.c - copied, changed from r450893, head/devel/gdb/files/patch-gdb-corelow.c head/devel/gdb/files/patch-gdb_fbsd-nat.c - copied, changed from r450893, head/devel/gdb/files/patch-gdb-fbsd-nat.c head/devel/gdb/files/patch-gdb_gdb__wchar.h - copied, changed from r450893, head/devel/gdb/files/patch-gdb-gdb_wchar.h head/devel/gdb/files/patch-gdb_gnulib_import_stddef.in.h - copied, changed from r450893, head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h head/devel/gdb/files/patch-gdb_i386-fbsd-nat.c - copied, changed from r450893, head/devel/gdb/files/patch-gdb-i386-fbsd-nat.c head/devel/gdb/files/patch-gdb_python_python-config.py - copied, changed from r450893, head/devel/gdb/files/patch-gdb-python-python-config.py head/devel/gdb/files/patch-include_libiberty.h - copied, changed from r450893, head/devel/gdb/files/patch-libiberty-basename head/devel/gdb/files/patch-libiberty_configure (contents, props changed) Deleted: head/devel/gdb/files/patch-gdb-amd64-bsd-nat.c head/devel/gdb/files/patch-gdb-configure head/devel/gdb/files/patch-gdb-configure.host head/devel/gdb/files/patch-gdb-corelow.c head/devel/gdb/files/patch-gdb-fbsd-nat.c head/devel/gdb/files/patch-gdb-gdb_wchar.h head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h head/devel/gdb/files/patch-gdb-i386-fbsd-nat.c head/devel/gdb/files/patch-gdb-python-python-config.py head/devel/gdb/files/patch-libiberty-basename Modified: head/devel/gdb/Makefile head/devel/gdb/distinfo head/devel/gdb/files/kgdb/kgdb-main.c head/devel/gdb/files/patch-aarch64-fbsd head/devel/gdb/files/patch-armfbsd head/devel/gdb/files/patch-fixes head/devel/gdb/files/patch-nowarning head/devel/gdb/files/patch-unified Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/Makefile Fri Sep 29 14:49:58 2017 (r450895) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 8.0 -PORTREVISION= 3 +PORTVERSION= 8.0.1 CATEGORIES= devel MASTER_SITES= GNU @@ -11,7 +10,11 @@ MAINTAINER= pizzamig@FreeBSD.org COMMENT= GNU GDB of newer version than comes with the system LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING3 +# untested on sparc64, might work +ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 mips powerpc powerpc64 + TEST_DEPENDS= runtest:misc/dejagnu TEST_TARGET= check @@ -54,9 +57,6 @@ LIB_DEPENDS+= libexpat.so:textproc/expat2 VER= ${PORTVERSION:S/.//g} PLIST_SUB= VER=${VER} - -# untested elsewhere, might work -ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 mips powerpc powerpc64 OPTIONS_DEFINE= DEBUG GDB_LINK GUILE KGDB PYTHON TUI Modified: head/devel/gdb/distinfo ============================================================================== --- head/devel/gdb/distinfo Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/distinfo Fri Sep 29 14:49:58 2017 (r450895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498935083 -SHA256 (gdb-8.0.tar.xz) = f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee -SIZE (gdb-8.0.tar.xz) = 19588616 +TIMESTAMP = 1505207991 +SHA256 (gdb-8.0.1.tar.xz) = 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3 +SIZE (gdb-8.0.1.tar.xz) = 19583920 Modified: head/devel/gdb/files/kgdb/kgdb-main.c ============================================================================== --- head/devel/gdb/files/kgdb/kgdb-main.c Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/kgdb/kgdb-main.c Fri Sep 29 14:49:58 2017 (r450895) @@ -203,7 +203,7 @@ verify_remote(void) } static void -add_arg(struct captured_main_args *args, char *arg) +add_arg(struct captured_main_args *args, char const *arg) { args->argc++; @@ -211,7 +211,7 @@ add_arg(struct captured_main_args *args, char *arg) sizeof(char *)); if (args->argv == NULL) err(1, "Out of memory building argument list"); - args->argv[args->argc] = arg; + args->argv[args->argc] = (char *)arg; } int @@ -239,9 +239,9 @@ main(int argc, char *argv[]) if (s[0] == '-') s++; if (strcmp(s, "quiet") == 0) - argv[a] = "-q"; + argv[a] = (char *)"-q"; else if (strcmp(s, "fullname") == 0) - argv[a] = "-f"; + argv[a] = (char *)"-f"; } } Modified: head/devel/gdb/files/patch-aarch64-fbsd ============================================================================== --- head/devel/gdb/files/patch-aarch64-fbsd Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/patch-aarch64-fbsd Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/Makefile.in gdb/Makefile.in -index 1d2dbaf3f7..d8e2b49523 100644 ---- gdb/Makefile.in +--- gdb/Makefile.in.orig 2017-09-14 09:28:17 UTC +++ gdb/Makefile.in @@ -745,6 +745,7 @@ TARGET_OBS = @TARGET_OBS@ # All target-dependent objects files that require 64-bit CORE_ADDR Modified: head/devel/gdb/files/patch-armfbsd ============================================================================== --- head/devel/gdb/files/patch-armfbsd Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/patch-armfbsd Fri Sep 29 14:49:58 2017 (r450895) @@ -1,7 +1,4 @@ -diff --git gdb/arm-fbsd-nat.c gdb/arm-fbsd-nat.c -new file mode 100644 -index 0000000000..b883411ceb ---- /dev/null +--- gdb/arm-fbsd-nat.c.orig 2017-09-14 09:28:17 UTC +++ gdb/arm-fbsd-nat.c @@ -0,0 +1,215 @@ +/* Native-dependent code for BSD Unix running on ARM's, for GDB. Modified: head/devel/gdb/files/patch-fixes ============================================================================== --- head/devel/gdb/files/patch-fixes Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/patch-fixes Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/compile/compile-loc2c.c gdb/compile/compile-loc2c.c -index a53214f2e5..67af62bb58 100644 ---- gdb/compile/compile-loc2c.c +--- gdb/compile/compile-loc2c.c.orig 2017-09-14 09:28:17 UTC +++ gdb/compile/compile-loc2c.c @@ -669,6 +669,7 @@ do_compile_dwarf_expr_to_c (int indent, string_file &stream, uint64_t uoffset, reg; Copied and modified: head/devel/gdb/files/patch-gdb_amd64-bsd-nat.c (from r450893, head/devel/gdb/files/patch-gdb-amd64-bsd-nat.c) ============================================================================== --- head/devel/gdb/files/patch-gdb-amd64-bsd-nat.c Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_amd64-bsd-nat.c Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/amd64-bsd-nat.c gdb/amd64-bsd-nat.c -index ca61a3551b..0f875f8296 100644 ---- gdb/amd64-bsd-nat.c +--- gdb/amd64-bsd-nat.c.orig 2017-09-14 09:28:17 UTC +++ gdb/amd64-bsd-nat.c @@ -28,6 +28,7 @@ #include Added: head/devel/gdb/files/patch-gdb_common_common-defs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-gdb_common_common-defs.h Fri Sep 29 14:49:58 2017 (r450895) @@ -0,0 +1,18 @@ +--- gdb/common/common-defs.h.orig 2017-09-12 12:25:12 UTC ++++ gdb/common/common-defs.h +@@ -44,9 +44,15 @@ + + Must do this before including any system header, since other system + headers may include stdint.h/inttypes.h. */ ++#ifndef __STDC_CONSTANT_MACROS + #define __STDC_CONSTANT_MACROS 1 ++#endif ++#ifndef __STDC_LIMIT_MACROS + #define __STDC_LIMIT_MACROS 1 ++#endif ++#ifndef __STDC_FORMAT_MACROS + #define __STDC_FORMAT_MACROS 1 ++#endif + + #include + #include Copied and modified: head/devel/gdb/files/patch-gdb_configure (from r450893, head/devel/gdb/files/patch-gdb-configure) ============================================================================== --- head/devel/gdb/files/patch-gdb-configure Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_configure Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/configure gdb/configure -index 9f05b4bb7e..e14886b67d 100755 ---- gdb/configure +--- gdb/configure.orig 2017-09-14 09:28:17 UTC +++ gdb/configure @@ -15103,12 +15103,10 @@ if test "${ERROR_ON_WARNING}" = yes ; then WERROR_CFLAGS="-Werror" @@ -14,7 +12,7 @@ index 9f05b4bb7e..e14886b67d 100755 --Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \ --Wno-sign-compare -Wno-narrowing" +-Wno-unused -Wno-switch -Wno-char-subscripts \ -+-Wempty-body -Wno-sign-compare -Wno-narrowing" ++-Wempty-body -Wno-sign-compare -Wno-narrowing -Wno-mismatched-tags" # Enable -Wno-format by default when using gcc on mingw since many # GCC versions complain about %I64. Copied and modified: head/devel/gdb/files/patch-gdb_configure.host (from r450893, head/devel/gdb/files/patch-gdb-configure.host) ============================================================================== --- head/devel/gdb/files/patch-gdb-configure.host Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_configure.host Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/configure.host gdb/configure.host -index 48714f4..53989d3 100644 ---- gdb/configure.host +--- gdb/configure.host.orig 2017-09-14 09:28:17 UTC +++ gdb/configure.host @@ -90,6 +90,7 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) gdb_host=nbsd ;; Copied and modified: head/devel/gdb/files/patch-gdb_corelow.c (from r450893, head/devel/gdb/files/patch-gdb-corelow.c) ============================================================================== --- head/devel/gdb/files/patch-gdb-corelow.c Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_corelow.c Fri Sep 29 14:49:58 2017 (r450895) @@ -1,5 +1,5 @@ ---- gdb/corelow.c.orig 2017-07-29 11:06:52.922688000 -0700 -+++ gdb/corelow.c 2017-07-29 11:07:23.883255000 -0700 +--- gdb/corelow.c.orig 2017-07-29 11:06:52 UTC ++++ gdb/corelow.c @@ -517,7 +517,7 @@ get_core_register_section (struct regcache *regcache, bool variable_size_section = (regset != NULL && regset->flags & REGSET_VARIABLE_SIZE); Copied and modified: head/devel/gdb/files/patch-gdb_fbsd-nat.c (from r450893, head/devel/gdb/files/patch-gdb-fbsd-nat.c) ============================================================================== --- head/devel/gdb/files/patch-gdb-fbsd-nat.c Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_fbsd-nat.c Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/fbsd-nat.c gdb/fbsd-nat.c -index ef5ad1ec92..dedb1ba59c 100644 ---- gdb/fbsd-nat.c +--- gdb/fbsd-nat.c.orig 2017-09-14 09:28:17 UTC +++ gdb/fbsd-nat.c @@ -682,6 +682,14 @@ fbsd_resume (struct target_ops *ops, struct thread_info *tp; Copied and modified: head/devel/gdb/files/patch-gdb_gdb__wchar.h (from r450893, head/devel/gdb/files/patch-gdb-gdb_wchar.h) ============================================================================== --- head/devel/gdb/files/patch-gdb-gdb_wchar.h Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_gdb__wchar.h Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/gdb_wchar.h gdb/gdb_wchar.h -index 868fe04..1311080 100644 ---- gdb/gdb_wchar.h +--- gdb/gdb_wchar.h.orig 2017-09-14 09:28:17 UTC +++ gdb/gdb_wchar.h @@ -59,7 +59,7 @@ iconvlist. */ Copied and modified: head/devel/gdb/files/patch-gdb_gnulib_import_stddef.in.h (from r450893, head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h) ============================================================================== --- head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_gnulib_import_stddef.in.h Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/gnulib/import/stddef.in.h gdb/gnulib/import/stddef.in.h -index f4c4a1070d..023ea2064d 100644 ---- gdb/gnulib/import/stddef.in.h +--- gdb/gnulib/import/stddef.in.h.orig 2017-09-14 09:28:17 UTC +++ gdb/gnulib/import/stddef.in.h @@ -84,7 +84,7 @@ /* Some platforms lack max_align_t. The check for _GCC_MAX_ALIGN_T is Copied and modified: head/devel/gdb/files/patch-gdb_i386-fbsd-nat.c (from r450893, head/devel/gdb/files/patch-gdb-i386-fbsd-nat.c) ============================================================================== --- head/devel/gdb/files/patch-gdb-i386-fbsd-nat.c Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_i386-fbsd-nat.c Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/i386-fbsd-nat.c gdb/i386-fbsd-nat.c -index dca6c0162b..6629950feb 100644 ---- gdb/i386-fbsd-nat.c +--- gdb/i386-fbsd-nat.c 2017-09-14 09:28:17 UTC +++ gdb/i386-fbsd-nat.c @@ -163,7 +163,6 @@ _initialize_i386fbsd_nat (void) t->to_read_description = i386fbsd_read_description; Copied and modified: head/devel/gdb/files/patch-gdb_python_python-config.py (from r450893, head/devel/gdb/files/patch-gdb-python-python-config.py) ============================================================================== --- head/devel/gdb/files/patch-gdb-python-python-config.py Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-gdb_python_python-config.py Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/python/python-config.py gdb/python/python-config.py -index c2b2969..39af8d9 100644 ---- gdb/python/python-config.py +--- gdb/python/python-config.py 2017-09-14 09:28:17 UTC +++ gdb/python/python-config.py @@ -59,6 +59,8 @@ for opt in opt_flags: Copied and modified: head/devel/gdb/files/patch-include_libiberty.h (from r450893, head/devel/gdb/files/patch-libiberty-basename) ============================================================================== --- head/devel/gdb/files/patch-libiberty-basename Fri Sep 29 14:11:33 2017 (r450893, copy source) +++ head/devel/gdb/files/patch-include_libiberty.h Fri Sep 29 14:49:58 2017 (r450895) @@ -1,4 +1,4 @@ ---- include/libiberty.h +--- include/libiberty.h 2017-09-14 09:28:17 UTC +++ include/libiberty.h @@ -109,7 +109,7 @@ || defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) \ Added: head/devel/gdb/files/patch-libiberty_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-libiberty_configure Fri Sep 29 14:49:58 2017 (r450895) @@ -0,0 +1,12 @@ +--- libiberty/configure.orig 2017-09-12 12:10:11 UTC ++++ libiberty/configure +@@ -4398,8 +4398,7 @@ + ac_libiberty_warn_cflags= + save_CFLAGS="$CFLAGS" + for real_option in -W -Wall -Wwrite-strings -Wc++-compat \ +- -Wstrict-prototypes \ +- -Wshadow=local; do ++ -Wstrict-prototypes ; do + # Do the check with the no- prefix removed since gcc silently + # accepts any -Wno-* option on purpose + case $real_option in Modified: head/devel/gdb/files/patch-nowarning ============================================================================== --- head/devel/gdb/files/patch-nowarning Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/patch-nowarning Fri Sep 29 14:49:58 2017 (r450895) @@ -1,5 +1,5 @@ ---- gdb/arm-tdep.c.orig 2016-07-08 15:42:17.131392993 +0200 -+++ gdb/arm-tdep.c 2016-07-08 15:44:10.506386463 +0200 +--- gdb/arm-tdep.c.orig 2016-07-08 15:42:17 UTC ++++ gdb/arm-tdep.c @@ -9880,7 +9880,7 @@ && !INSN_RECORDED(arm_insn_r)) { Modified: head/devel/gdb/files/patch-unified ============================================================================== --- head/devel/gdb/files/patch-unified Fri Sep 29 14:45:48 2017 (r450894) +++ head/devel/gdb/files/patch-unified Fri Sep 29 14:49:58 2017 (r450895) @@ -1,6 +1,4 @@ -diff --git gdb/gdb.c gdb/gdb.c -index e554015..dcb9925 100644 ---- gdb/gdb.c +--- gdb/gdb.c.orig 2017-09-14 09:28:17 UTC +++ gdb/gdb.c @@ -28,6 +28,12 @@ main (int argc, char **argv) memset (&args, 0, sizeof args); From owner-svn-ports-head@freebsd.org Fri Sep 29 15:04:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AAE5E2EBFD; Fri, 29 Sep 2017 15:04:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6618E69691; Fri, 29 Sep 2017 15:04:02 +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 v8TF41Mk000730; Fri, 29 Sep 2017 15:04:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TF41ev000727; Fri, 29 Sep 2017 15:04:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201709291504.v8TF41ev000727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 29 Sep 2017 15:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450896 - in head/www/varnish5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/www/varnish5: . files X-SVN-Commit-Revision: 450896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:04:02 -0000 Author: feld Date: Fri Sep 29 15:04:00 2017 New Revision: 450896 URL: https://svnweb.freebsd.org/changeset/ports/450896 Log: www/varnish5: Update to 5.2.0 Changelog: http://varnish-cache.org/docs/5.2/whats-new/changes-5.2.html Deleted: head/www/varnish5/files/patch-Makefile.am Modified: head/www/varnish5/Makefile head/www/varnish5/distinfo head/www/varnish5/pkg-plist Modified: head/www/varnish5/Makefile ============================================================================== --- head/www/varnish5/Makefile Fri Sep 29 14:49:58 2017 (r450895) +++ head/www/varnish5/Makefile Fri Sep 29 15:04:00 2017 (r450896) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 5.1.3 +PORTVERSION= 5.2.0 DISTVERSIONPREFIX= varnish- PORTREVISION= 0 CATEGORIES= www @@ -19,7 +19,7 @@ CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2,build readline shebangfix -SHEBANG_FILES= lib/libvcc/vmodtool.py +SHEBANG_FILES= lib/libvcc/*.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes Modified: head/www/varnish5/distinfo ============================================================================== --- head/www/varnish5/distinfo Fri Sep 29 14:49:58 2017 (r450895) +++ head/www/varnish5/distinfo Fri Sep 29 15:04:00 2017 (r450896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502147852 -SHA256 (varnishcache-varnish-cache-varnish-5.1.3_GH0.tar.gz) = 2c76b5aee9e715b84641a1de1dbcc39563c24496436fa4e5417acd329e80bd22 -SIZE (varnishcache-varnish-cache-varnish-5.1.3_GH0.tar.gz) = 1183690 +TIMESTAMP = 1506694764 +SHA256 (varnishcache-varnish-cache-varnish-5.2.0_GH0.tar.gz) = fb95ff65e23eacf96f7d2899a225000e7adc2bc520540deff1e92ee4ad1b5e75 +SIZE (varnishcache-varnish-cache-varnish-5.2.0_GH0.tar.gz) = 1259189 Modified: head/www/varnish5/pkg-plist ============================================================================== --- head/www/varnish5/pkg-plist Fri Sep 29 14:49:58 2017 (r450895) +++ head/www/varnish5/pkg-plist Fri Sep 29 15:04:00 2017 (r450896) @@ -10,6 +10,7 @@ include/varnish/cache/cache_backend.h include/varnish/cache/cache_director.h include/varnish/cache/cache_filter.h include/varnish/common/common.h +include/varnish/common/common_vsm.h include/varnish/common/com_params.h include/varnish/miniobj.h include/varnish/tbl/acct_fields_bereq.h @@ -47,11 +48,7 @@ include/varnish/tbl/vhd_return.h include/varnish/tbl/vhp_huffman.h include/varnish/tbl/vhp_static.h include/varnish/tbl/vrt_stv_var.h -include/varnish/tbl/vsc_all.h -include/varnish/tbl/vsc_f_main.h -include/varnish/tbl/vsc_fields.h include/varnish/tbl/vsc_levels.h -include/varnish/tbl/vsc_types.h include/varnish/tbl/vsl_tags.h include/varnish/tbl/vsl_tags_http.h include/varnish/tbl/waiters.h @@ -62,7 +59,6 @@ include/varnish/vapi/vsc_int.h include/varnish/vapi/vsl.h include/varnish/vapi/vsl_int.h include/varnish/vapi/vsm.h -include/varnish/vapi/vsm_int.h include/varnish/vas.h include/varnish/vav.h include/varnish/vbm.h @@ -80,13 +76,18 @@ include/varnish/vsa.h include/varnish/vsb.h include/varnish/vsha256.h include/varnish/vtcp.h +include/varnish/vut.h +include/varnish/vut_options.h include/varnish/vtim.h include/varnish/waiter/waiter.h lib/libvarnishapi.so lib/libvarnishapi.so.1 lib/libvarnishapi.so.1.0.6 +lib/varnish/vmods/libvmod_blob.so lib/varnish/vmods/libvmod_directors.so +lib/varnish/vmods/libvmod_purge.so lib/varnish/vmods/libvmod_std.so +lib/varnish/vmods/libvmod_vtc.so libdata/pkgconfig/varnishapi.pc man/man1/varnishadm.1.gz man/man1/varnishd.1.gz @@ -96,8 +97,11 @@ man/man1/varnishncsa.1.gz man/man1/varnishstat.1.gz man/man1/varnishtest.1.gz man/man1/varnishtop.1.gz +man/man3/vmod_blob.3.gz man/man3/vmod_directors.3.gz +man/man3/vmod_purge.3.gz man/man3/vmod_std.3.gz +man/man3/vmod_vtc.3.gz man/man7/varnish-cli.7.gz man/man7/varnish-counters.7.gz man/man7/vcl.7.gz @@ -111,4 +115,5 @@ share/aclocal/varnish.m4 %%PORTDOCS%%%%DOCSDIR%%/example.vcl %%DATADIR%%/vcl/devicedetect.vcl %%DATADIR%%/vmodtool.py +%%DATADIR%%/vsctool.py @dir varnish From owner-svn-ports-head@freebsd.org Fri Sep 29 15:17:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41BA7E2EF14; Fri, 29 Sep 2017 15:17:11 +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 DE7D569D57; Fri, 29 Sep 2017 15:17:10 +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 v8TFHAYr005277; Fri, 29 Sep 2017 15:17:10 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFH4Hg005273; Fri, 29 Sep 2017 15:17:04 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291517.v8TFH4Hg005273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 15:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450898 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:17:11 -0000 Author: zi Date: Fri Sep 29 15:17:04 2017 New Revision: 450898 URL: https://svnweb.freebsd.org/changeset/ports/450898 Log: - Fix invalid date entries - Purge 6887828f-0229-11e0-b84d-00262d5ed8ee as it has been superceded by other entries and it is massive. (We have hit 5M on vuln.xml) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 15:16:41 2017 (r450897) +++ head/security/vuxml/vuln.xml Fri Sep 29 15:17:04 2017 (r450898) @@ -511,7 +511,7 @@ Notes: CVE-2017-13725 - 2017-7-22 + 2017-07-22 2017-09-26 @@ -711,7 +711,7 @@ Notes: CVE-2017-7473 - 2017-7-21 + 2017-07-21 2017-09-25 @@ -13275,7 +13275,7 @@ maliciously crafted GET request to the Horde server.https://googlechromereleases.blogspot.nl/2016/11/stable-channel-update-for-desktop_9.html - 2016-11-9 + 2016-11-09 2016-11-10 @@ -85060,830 +85060,6 @@ executed in your Internet Explorer while displaying th - - chromium -- multiple vulnerabilities - - - chromium - 15.0.874.121 - - - - -

Google Chrome Releases reports:

-
-

Fixed in 15.0.874.121:
- [103259] High CVE-2011-3900: Out-of-bounds write in v8. Credit to - Christian Holler.

- -

Fixed in 15.0.874.120:
- [100465] High CVE-2011-3892: Double free in Theora decoder. Credit - to Aki Helin of OUSPG.
- [100492] [100543] Medium CVE-2011-3893: Out of bounds reads in MKV - and Vorbis media handlers. Credit to Aki Helin of OUSPG.
- [101172] High CVE-2011-3894: Memory corruption regression in VP8 - decoding. Credit to Andrew Scherkus of the Chromium development - community.
- [101458] High CVE-2011-3895: Heap overflow in Vorbis decoder. - Credit to Aki Helin of OUSPG.
- [101624] High CVE-2011-3896: Buffer overflow in shader variable - mapping. Credit to Ken "strcpy" Russell of the Chromium - development community.
- [102242] High CVE-2011-3897: Use-after-free in editing. Credit to - pa_kt reported through ZDI (ZDI-CAN-1416).
- [102461] Low CVE-2011-3898: Failure to ask for permission to run - applets in JRE7. Credit to Google Chrome Security Team (Chris - Evans).

- -

Fixed in 15.0.874.102:
- [86758] High CVE-2011-2845: URL bar spoof in history handling. - Credit to Jordi Chancel.
- [88949] Medium CVE-2011-3875: URL bar spoof with drag+drop of URLs. - Credit to Jordi Chancel.
- [90217] Low CVE-2011-3876: Avoid stripping whitespace at the end of - download filenames. Credit to Marc Novak.
- [91218] Low CVE-2011-3877: XSS in appcache internals page. Credit - to Google Chrome Security Team (Tom Sepez) plus independent - discovery by Juho Nurminen.
- [94487] Medium CVE-2011-3878: Race condition in worker process - initialization. Credit to miaubiz.
- [95374] Low CVE-2011-3879: Avoid redirect to chrome scheme URIs. - Credit to Masato Kinugawa.
- [95992] Low CVE-2011-3880: Don't permit as a HTTP header delimiter. - Credit to Vladimir Vorontsov, ONsec company.
- [96047] [96885] [98053] [99512] [99750] High CVE-2011-3881: - Cross-origin policy violations. Credit to Sergey Glazunov.
- [96292] High CVE-2011-3882: Use-after-free in media buffer handling. - Credit to Google Chrome Security Team (Inferno).
- [96902] High CVE-2011-3883: Use-after-free in counter handling. - Credit to miaubiz.
- [97148] High CVE-2011-3884: Timing issues in DOM traversal. Credit - to Brian Ryner of the Chromium development community.
- [97599] [98064] [98556] [99294] [99880] [100059] High CVE-2011-3885: - Stale style bugs leading to use-after-free. Credit to - miaubiz.
- [98773] [99167] High CVE-2011-3886: Out of bounds writes in v8. - Credit to Christian Holler.
- [98407] Medium CVE-2011-3887: Cookie theft with javascript URIs. - Credit to Sergey Glazunov.
- [99138] High CVE-2011-3888: Use-after-free with plug-in and editing. - Credit to miaubiz.
- [99211] High CVE-2011-3889: Heap overflow in Web Audio. Credit to - miaubiz.
- [99553] High CVE-2011-3890: Use-after-free in video source handling. - Credit to Ami Fischman of the Chromium development community.
- [100332] High CVE-2011-3891: Exposure of internal v8 functions. - Credit to Steven Keuchel of the Chromium development community - plus independent discovery by Daniel Divricean.

- -

Fixed in 14.0.835.202:
- [93788] High CVE-2011-2876: Use-after-free in text line box - handling. Credit to miaubiz.
- [95072] High CVE-2011-2877: Stale font in SVG text handling. Credit - to miaubiz.
- [95671] High CVE-2011-2878: Inappropriate cross-origin access to the - window prototype. Credit to Sergey Glazunov.
- [96150] High CVE-2011-2879: Lifetime and threading issues in audio - node handling. Credit to Google Chrome Security Team - (Inferno).
- [97451] [97520] [97615] High CVE-2011-2880: Use-after-free in the v8 - bindings. Credit to Sergey Glazunov.
- [97784] High CVE-2011-2881: Memory corruption with v8 hidden - objects. Credit to Sergey Glazunov.
- [98089] Critical CVE-2011-3873: Memory corruption in shader - translator. Credit to Zhenyao Mo of the Chromium development - community.

- -

Fixed in 14.0.835.163:
- [49377] High CVE-2011-2835: Race condition in the certificate cache. Credit to Ryan Sleevi of the Chromium development community.
- [51464] Low CVE-2011-2836: Infobar the Windows Media Player plug-in - to avoid click-free access to the system Flash. Credit to - electronixtar.
- [Linux only] [57908] Low CVE-2011-2837: Use PIC / pie compiler - flags. Credit to wbrana.
- [75070] Low CVE-2011-2838: Treat MIME type more authoritatively when - loading plug-ins. Credit to Michal Zalewski of the Google Security - Team.
- [76771] High CVE-2011-2839: Crash in v8 script object wrappers. - Credit to Kostya Serebryany of the Chromium development - community.
- [78427] [83031] Low CVE-2011-2840: Possible URL bar spoofs with - unusual user interaction. Credit to kuzzcc.
- [78639] High CVE-2011-2841: Garbage collection error in PDF. Credit - to Mario Gomes.
- [82438] Medium CVE-2011-2843: Out-of-bounds read with media buffers. - Credit to Kostya Serebryany of the Chromium development - community.
- [85041] Medium CVE-2011-2844: Out-of-bounds read with mp3 files. - Credit to Mario Gomes.
- [89219] High CVE-2011-2846: Use-after-free in unload event handling. - Credit to Arthur Gerkis.
- [89330] High CVE-2011-2847: Use-after-free in document loader. - Credit to miaubiz.
- [89564] Medium CVE-2011-2848: URL bar spoof with forward button. - Credit to Jordi Chancel.
- [89795] Low CVE-2011-2849: Browser NULL pointer crash with - WebSockets. Credit to Arthur Gerkis.
- [89991] Medium CVE-2011-3234: Out-of-bounds read in box handling. - Credit to miaubiz.
- [90134] Medium CVE-2011-2850: Out-of-bounds read with Khmer - characters. Credit to miaubiz.
- [90173] Medium CVE-2011-2851: Out-of-bounds read in video handling. - Credit to Google Chrome Security Team (Inferno).
- [91120] High CVE-2011-2852: Off-by-one in v8. Credit to Christian - Holler.
- [91197] High CVE-2011-2853: Use-after-free in plug-in handling. - Credit to Google Chrome Security Team (SkyLined).
- [92651] [94800] High CVE-2011-2854: Use-after-free in ruby / table - style handing. Credit to Slawomir Blazek, and independent later - discoveries by miaubiz and Google Chrome Security Team - (Inferno).
- [92959] High CVE-2011-2855: Stale node in stylesheet handling. - Credit to Arthur Gerkis.
- [93416] High CVE-2011-2856: Cross-origin bypass in v8. Credit to - Daniel Divricean.
- [93420] High CVE-2011-2857: Use-after-free in focus controller. - Credit to miaubiz.
- [93472] High CVE-2011-2834: Double free in libxml XPath handling. - Credit to Yang Dingning from NCNIPC, Graduate University of - Chinese Academy of Sciences.
- [93497] Medium CVE-2011-2859: Incorrect permissions assigned to - non-gallery pages. Credit to Bernhard "Bruhns" Brehm of Recurity - Labs.
- [93587] High CVE-2011-2860: Use-after-free in table style handling. - Credit to miaubiz.
- [93596] Medium CVE-2011-2861: Bad string read in PDF. Credit to Aki - Helin of OUSPG.
- [93906] High CVE-2011-2862: Unintended access to v8 built-in - objects. Credit to Sergey Glazunov.
- [95563] Medium CVE-2011-2864: Out-of-bounds read with Tibetan - characters. Credit to Google Chrome Security Team (Inferno).
- [95625] Medium CVE-2011-2858: Out-of-bounds read with triangle - arrays. Credit to Google Chrome Security Team (Inferno).
- [95917] Low CVE-2011-2874: Failure to pin a self-signed cert for a - session. Credit to Nishant Yadant of VMware and Craig Chamberlain - (@randomuserid).
- High CVE-2011-2875: Type confusion in v8 object sealing. Credit to - Christian Holler.

- -

Fixed in 13.0.782.215:
- [89402] High CVE-2011-2821: Double free in libxml XPath handling. - Credit to Yang Dingning from NCNIPC, Graduate University of - Chinese Academy of Sciences.
- [82552] High CVE-2011-2823: Use-after-free in line box handling. - Credit to Google Chrome Security Team (SkyLined) and independent - later discovery by miaubiz.
- [88216] High CVE-2011-2824: Use-after-free with counter nodes. - Credit to miaubiz.
- [88670] High CVE-2011-2825: Use-after-free with custom fonts. Credit - to wushi of team509 reported through ZDI (ZDI-CAN-1283), plus - indepdendent later discovery by miaubiz.
- [87453] High CVE-2011-2826: Cross-origin violation with empty - origins. Credit to Sergey Glazunov.
- [90668] High CVE-2011-2827: Use-after-free in text searching. Credit - to miaubiz.
- [91517] High CVE-2011-2828: Out-of-bounds write in v8. Credit to - Google Chrome Security Team (SkyLined).
- [32-bit only] [91598] High CVE-2011-2829: Integer overflow in - uniform arrays. Credit to Sergey Glazunov.
- [Linux only] [91665] High CVE-2011-2839: Buggy memset() in PDF. - Credit to Aki Helin of OUSPG.

- -

Fixed in 13.0.782.107:
- [75821] Medium CVE-2011-2358: Always confirm an extension install - via a browser dialog. Credit to Sergey Glazunov.
- [78841] High CVE-2011-2359: Stale pointer due to bad line box - tracking in rendering. Credit to miaubiz and Martin Barbella.
- [79266] Low CVE-2011-2360: Potential bypass of dangerous file - prompt. Credit to kuzzcc.
- [79426] Low CVE-2011-2361: Improve designation of strings in the - basic auth dialog. Credit to kuzzcc.
- [Linux only] [81307] Medium CVE-2011-2782: File permissions error - with drag and drop. Credit to Evan Martin of the Chromium - development community.
- [83273] Medium CVE-2011-2783: Always confirm a developer mode NPAPI - extension install via a browser dialog. Credit to Sergey - Glazunov.
- [83841] Low CVE-2011-2784: Local file path disclosure via GL - program log. Credit to kuzzcc.
- [84402] Low CVE-2011-2785: Sanitize the homepage URL in extensions. - Credit to kuzzcc.
- [84600] Low CVE-2011-2786: Make sure the speech input bubble is - always on-screen. Credit to Olli Pettay of Mozilla.
- [84805] Medium CVE-2011-2787: Browser crash due to GPU lock - re-entrancy issue. Credit to kuzzcc.
- [85559] Low CVE-2011-2788: Buffer overflow in inspector - serialization. Credit to Mikolaj Malecki.
- [85808] Medium CVE-2011-2789: Use after free in Pepper plug-in - instantiation. Credit to Mario Gomes and kuzzcc.
- [86502] High CVE-2011-2790: Use-after-free with floating styles. - Credit to miaubiz.
- [86900] High CVE-2011-2791: Out-of-bounds write in ICU. Credit to - Yang Dingning from NCNIPC, Graduate University of Chinese Academy - of Sciences.
- [87148] High CVE-2011-2792: Use-after-free with float removal. - Credit to miaubiz.
- [87227] High CVE-2011-2793: Use-after-free in media selectors. - Credit to miaubiz.
- [87298] Medium CVE-2011-2794: Out-of-bounds read in text iteration. - Credit to miaubiz.
- [87339] Medium CVE-2011-2795: Cross-frame function leak. Credit to - Shih Wei-Long.
- [87548] High CVE-2011-2796: Use-after-free in Skia. Credit to Google - Chrome Security Team (Inferno) and Kostya Serebryany of the - Chromium development community.
- [87729] High CVE-2011-2797: Use-after-free in resource caching. - Credit to miaubiz.
- [87815] Low CVE-2011-2798: Prevent a couple of internal schemes from - being web accessible. Credit to sirdarckcat of the Google Security - Team.
- [87925] High CVE-2011-2799: Use-after-free in HTML range handling. - Credit to miaubiz.
- [88337] Medium CVE-2011-2800: Leak of client-side redirect target. - Credit to Juho Nurminen.
- [88591] High CVE-2011-2802: v8 crash with const lookups. Credit to - Christian Holler.
- [88827] Medium CVE-2011-2803: Out-of-bounds read in Skia paths. - Credit to Google Chrome Security Team (Inferno).
- [88846] High CVE-2011-2801: Use-after-free in frame loader. Credit - to miaubiz.
- [88889] High CVE-2011-2818: Use-after-free in display box rendering. - Credit to Martin Barbella.
- [89142] High CVE-2011-2804: PDF crash with nested functions. Credit - to Aki Helin of OUSPG.
- [89520] High CVE-2011-2805: Cross-origin script injection. Credit to - Sergey Glazunov.
- [90222] High CVE-2011-2819: Cross-origin violation in base URI - handling. Credit to Sergey Glazunov.

- -

Fixed in 12.0.742.112:
- [77493] Medium CVE-2011-2345: Out-of-bounds read in NPAPI string - handling. Credit to Philippe Arteau.
- [84355] High CVE-2011-2346: Use-after-free in SVG font handling. - Credit to miaubiz.
- [85003] High CVE-2011-2347: Memory corruption in CSS parsing. Credit - to miaubiz.
- [85102] High CVE-2011-2350: Lifetime and re-entrancy issues in the - HTML parser. Credit to miaubiz.
- [85177] High CVE-2011-2348: Bad bounds check in v8. Credit to Aki - Helin of OUSPG.
- [85211] High CVE-2011-2351: Use-after-free with SVG use element. - Credit to miaubiz.
- [85418] High CVE-2011-2349: Use-after-free in text selection. Credit - to miaubiz.

- -

Fixed in 12.0.742.91:
- [73962] [79746] High CVE-2011-1808: Use-after-free due to integer - issues in float handling. Credit to miaubiz.
- [75496] Medium CVE-2011-1809: Use-after-free in accessibility - support. Credit to Google Chrome Security Team (SkyLined).
- [75643] Low CVE-2011-1810: Visit history information leak in CSS. - Credit to Jesse Mohrland of Microsoft and Microsoft Vulnerability - Research (MSVR).
- [76034] Low CVE-2011-1811: Browser crash with lots of form - submissions. Credit to "DimitrisV22".
- [77026] Medium CVE-2011-1812: Extensions permission bypass. Credit - to kuzzcc.
- [78516] High CVE-2011-1813: Stale pointer in extension framework. - Credit to Google Chrome Security Team (Inferno).
- [79362] Medium CVE-2011-1814: Read from uninitialized pointer. - Credit to Eric Roman of the Chromium development community.
- [79862] Low CVE-2011-1815: Extension script injection into new tab - page. Credit to kuzzcc.
- [80358] Medium CVE-2011-1816: Use-after-free in developer tools. - Credit to kuzzcc.
- [81916] Medium CVE-2011-1817: Browser memory corruption in history - deletion. Credit to Collin Payne.
- [81949] High CVE-2011-1818: Use-after-free in image loader. Credit - to miaubiz.
- [83010] Medium CVE-2011-1819: Extension injection into chrome:// - pages. Credit to Vladislavas Jarmalis, plus subsequent - independent discovery by Sergey Glazunov.
- [83275] High CVE-2011-2332: Same origin bypass in v8. Credit to - Sergey Glazunov.
- [83743] High CVE-2011-2342: Same origin bypass in DOM. Credit to - Sergey Glazunov.

- -

Fixed in 11.0.696.71:
- [72189] Low CVE-2011-1801: Pop-up blocker bypass. Credit to Chamal - De Silva.
- [82546] High CVE-2011-1804: Stale pointer in floats rendering. - Credit to Martin Barbella.
- [82873] Critical CVE-2011-1806: Memory corruption in GPU command - buffer. Credit to Google Chrome Security Team (Cris Neckar).
- [82903] Critical CVE-2011-1807: Out-of-bounds write in blob - handling. Credit to Google Chrome Security Team (Inferno) and - Kostya Serebryany of the Chromium development community.

- -

Fixed in 11.0.696.68:
- [64046] High CVE-2011-1799: Bad casts in Chromium WebKit glue. - Credit to Google Chrome Security Team (SkyLined).
- [80608] High CVE-2011-1800: Integer overflows in SVG filters. - Credit to Google Chrome Security Team (Cris Neckar).

- -

Fixed in 11.0.696.57:
- [61502] High CVE-2011-1303: Stale pointer in floating object - handling. Credit to Scott Hess of the Chromium development - community and Martin Barbella.
- [70538] Low CVE-2011-1304: Pop-up block bypass via plug-ins. Credit - to Chamal De Silva.
- [Linux / Mac only] [70589] Medium CVE-2011-1305: Linked-list race - in database handling. Credit to Kostya Serebryany of the - Chromium development community.
- [71586] Medium CVE-2011-1434: Lack of thread safety in MIME - handling. Credit to Aki Helin.
- [72523] Medium CVE-2011-1435: Bad extension with "tabs" permission - can capture local files. Credit to Cole Snodgrass.
- [Linux only] [72910] Low CVE-2011-1436: Possible browser crash due - to bad interaction with X. Credit to miaubiz.
- [73526] High CVE-2011-1437: Integer overflows in float rendering. - Credit to miaubiz.
- [74653] High CVE-2011-1438: Same origin policy violation with - blobs. Credit to kuzzcc.
- [Linux only] [74763] High CVE-2011-1439: Prevent interference - between renderer processes. Credit to Julien Tinnes of the - Google Security Team.
- [75186] High CVE-2011-1440: Use-after-free with <ruby> tag - and CSS. Credit to Jose A. Vazquez.
- [75347] High CVE-2011-1441: Bad cast with floating select lists. - Credit to Michael Griffiths.
- [75801] High CVE-2011-1442: Corrupt node trees with mutation events. - Credit to Sergey Glazunov and wushi of team 509.
- [76001] High CVE-2011-1443: Stale pointers in layering code. Credit - to Martin Barbella.
- [Linux only] [76542] High CVE-2011-1444: Race condition in sandbox - launcher. Credit to Dan Rosenberg.
- Medium CVE-2011-1445: Out-of-bounds read in SVG. Credit to wushi of - team509.
- [76666] [77507] [78031] High CVE-2011-1446: Possible URL bar spoofs - with navigation errors and interrupted loads. Credit to - kuzzcc.
- [76966] High CVE-2011-1447: Stale pointer in drop-down list - handling. Credit to miaubiz.
- [77130] High CVE-2011-1448: Stale pointer in height calculations. - Credit to wushi of team509.
- [77346] High CVE-2011-1449: Use-after-free in WebSockets. Credit to - Marek Majkowski.
- Low CVE-2011-1450: Dangling pointers in file dialogs. Credit to - kuzzcc.
- [77463] High CVE-2011-1451: Dangling pointers in DOM id map. Credit - to Sergey Glazunov.
- [77786] Medium CVE-2011-1452: URL bar spoof with redirect and manual - reload. Credit to Jordi Chancel.
- [79199] High CVE-2011-1454: Use-after-free in DOM id handling. - Credit to Sergey Glazunov.
- [79361] Medium CVE-2011-1455: Out-of-bounds read with - multipart-encoded PDF. Credit to Eric Roman of the Chromium - development community.
- [79364] High CVE-2011-1456: Stale pointers with PDF forms. Credit to - Eric Roman of the Chromium development community.

- -

Fixed in 10.0.648.205:
- [75629] Critical CVE-2011-1301: Use-after-free in the GPU process. - Credit to Google Chrome Security Team (Inferno).
- [78524] Critical CVE-2011-1302: Heap overflow in the GPU process. - Credit to Christoph Diehl.

- -

Fixed in 10.0.648.204:
- [72517] High CVE-2011-1291: Buffer error in base string handling. - Credit to Alex Turpin.
- [73216] High CVE-2011-1292: Use-after-free in the frame loader. - Credit to Slawomir Blazek.
- [73595] High CVE-2011-1293: Use-after-free in HTMLCollection. - Credit to Sergey Glazunov.
- [74562] High CVE-2011-1294: Stale pointer in CSS handling. - Credit to Sergey Glazunov.
- [74991] High CVE-2011-1295: DOM tree corruption with broken node - parentage. Credit to Sergey Glazunov.
- [75170] High CVE-2011-1296: Stale pointer in SVG text handling. - Credit to Sergey Glazunov.

- -

Fixed in 10.0.648.133:
- [75712] High Memory corruption in style handling. - Credit to Vincenzo Iozzo, Ralf Philipp Weinmann and Willem - Pinckaers reported through ZDI.

- -

Fixed in 10.0.648.127:
- [42765] Low Possible to navigate or close the top location in a - sandboxed frame. Credit to sirdarckcat of the Google Security - Team.
- [Linux only] [49747] Low Work around an X server bug and crash with - long messages. Credit to Louis Lang.
- [Linux only] [66962] Low Possible browser crash with parallel - print()s. Credit to Aki Helin of OUSPG.
- [69187] Medium Cross-origin error message leak. Credit to Daniel - Divricean.
- [69628] High Memory corruption with counter nodes. Credit to Martin - Barbella.
- [70027] High Stale node in box layout. Credit to Martin - Barbella.
- [70336] Medium Cross-origin error message leak with workers. Credit - to Daniel Divricean.
- [70442] High Use after free with DOM URL handling. Credit to Sergey - Glazunov.
- [Linux only] [70779] Medium Out of bounds read handling unicode - ranges. Credit to miaubiz.
- [70877] High Same origin policy bypass in v8. Credit to Daniel - Divricean.
- [70885] [71167] Low Pop-up blocker bypasses. Credit to Chamal de - Silva.
- [71763] High Use-after-free in document script lifetime handling. - Credit to miaubiz.
- [71788] High Out-of-bounds write in the OGG container. Credit to - Google Chrome Security Team (SkyLined); plus subsequent - independent discovery by David Weston of Microsoft and MSVR.
- [72028] High Stale pointer in table painting. Credit to Martin - Barbella.
- [73026] High Use of corrupt out-of-bounds structure in video code. - Credit to Tavis Ormandy of the Google Security Team.
- [73066] High Crash with the DataView object. Credit to Sergey - Glazunov.
- [73134] High Bad cast in text rendering. Credit to miaubiz.
- [73196] High Stale pointer in WebKit context code. Credit to Sergey - Glazunov.
- [73716] Low Leak of heap address in XSLT. Credit to Google Chrome - Security Team (Chris Evans).
- [73746] High Stale pointer with SVG cursors. Credit to Sergey - Glazunov.
- [74030] High DOM tree corruption with attribute handling. Credit to - Sergey Glazunov.
- [74662] High Corruption via re-entrancy of RegExp code. Credit to - Christian Holler.
- [74675] High Invalid memory access in v8. Credit to Christian - Holler.

- -

Fixed in 9.0.597.107:
- [54262] High URL bar spoof. Credit to Jordi Chancel.
- [63732] High Crash with javascript dialogs. Credit to Sergey - Radchenko.
- [68263] High Stylesheet node stale pointer. Credit to Sergey - Glazunov.
- [68741] High Stale pointer with key frame rule. Credit to Sergey - Glazunov.
- [70078] High Crash with forms controls. Credit to Stefan van - Zanden.
- [70244] High Crash in SVG rendering. Credit to Slawomir Blazek.
- [64-bit Linux only] [70376] Medium Out-of-bounds read in pickle - deserialization. Credit to Evgeniy Stepanov of the Chromium - development community.
- [71114] High Stale node in table handling. Credit to Martin - Barbella.
- [71115] High Stale pointer in table rendering. Credit to Martin - Barbella.
- [71296] High Stale pointer in SVG animations. Credit to - miaubiz.
- [71386] High Stale nodes in XHTML. Credit to wushi of team509.
- [71388] High Crash in textarea handling. Credit to wushi of - team509.
- [71595] High Stale pointer in device orientation. Credit to Sergey - Glazunov.
- [71717] Medium Out-of-bounds read in WebGL. Credit to miaubiz.
- [71855] High Integer overflow in textarea handling. Credit to - miaubiz.
- [71960] Medium Out-of-bounds read in WebGL. Credit to Google Chrome - Security Team (Inferno).
- [72214] High Accidental exposure of internal extension functions. - Credit to Tavis Ormandy of the Google Security Team.
- [72437] High Use-after-free with blocked plug-ins. Credit to Chamal - de Silva.
- [73235] High Stale pointer in layout. Credit to Martin Barbella.

- -

Fixed in 9.0.597.94:
- [67234] High Stale pointer in animation event handling. Credit to - Rik Cabanier.
- [68120] High Use-after-free in SVG font faces. Credit to - miaubiz.
- [69556] High Stale pointer with anonymous block handling. Credit to - Martin Barbella.
- [69970] Medium Out-of-bounds read in plug-in handling. Credit to - Bill Budge of Google.
- [70456] Medium Possible failure to terminate process on - out-of-memory condition. Credit to David Warren of CERT/CC.

- -

Fixed in 9.0.597.84:
- [Mac only] [42989] Low Minor sandbox leak via stat(). Credit to - Daniel Cheng of the Chromium development community.
- [55831] High Use-after-free in image loading. Credit to Aki - Helin of OUSPG.
- [59081] Low Apply some restrictions to cross-origin drag + drop. - Credit to Google Chrome Security Team (SkyLined) and the Google - Security Team (Michal Zalewski, David Bloom).
- [62791] Low Browser crash with extension with missing key. Credit - to Brian Kirchoff.
- [64051] High Crashing when printing in PDF event handler. Credit to - Aki Helin of OUSPG.
- [65669] Low Handle merging of autofill profiles more gracefully. - Credit to Google Chrome Security Team (Inferno).
- [Mac only] [66931] Low Work around a crash in the Mac OS 10.5 SSL - libraries. Credit to Dan Morrison.
- [68244] Low Browser crash with bad volume setting. Credit to - Matthew Heidermann.
- [69195] Critical Race condition in audio handling. Credit to the - gamers of Reddit!

- -

Fixed in 8.0.552.237:
- [58053] Medium Browser crash in extensions notification handling. - Credit to Eric Roman of the Chromium development community.
- [65764] High Bad pointer handling in node iteration. Credit to - Sergey Glazunov.
- [66334] High Crashes when printing multi-page PDFs. Credit to - Google Chrome Security Team (Chris Evans).
- [66560] High Stale pointer with CSS + canvas. Credit to Sergey - Glazunov.
- [66748] High Stale pointer with CSS + cursors. Credit to Jan - Tosovsk.
- [67100] High Use after free in PDF page handling. Credit to Google - Chrome Security Team (Chris Evans).
- [67208] High Stack corruption after PDF out-of-memory condition. - Credit to Jared Allar of CERT.
- [67303] High Bad memory access with mismatched video frame sizes. - Credit to Aki Helin of OUSPG; plus independent discovery by - Google Chrome Security Team (SkyLined) and David Warren of - CERT.
- [67363] High Stale pointer with SVG use element. Credited - anonymously; plus indepdent discovery by miaubiz.
- [67393] Medium Uninitialized pointer in the browser triggered by - rogue extension. Credit to kuzzcc.
- [68115] High Vorbis decoder buffer overflows. Credit to David - Warren of CERT.
- [68170] High Buffer overflow in PDF shading. Credit to Aki Helin of - OUSPG.
- [68178] High Bad cast in anchor handling. Credit to Sergey - Glazunov.
- [68181] High Bad cast in video handling. Credit to Sergey - Glazunov.
- [68439] High Stale rendering node after DOM node removal. Credit to - Martin Barbella; plus independent discovery by Google Chrome - Security Team (SkyLined).
- [68666] Critical Stale pointer in speech handling. Credit to Sergey - Glazunov.

- -

Fixed in 8.0.552.224:
- [64-bit Linux only] [56449] High Bad validation for message - deserialization on 64-bit builds. Credit to Lei Zhang of the - Chromium development community.
- [60761] Medium Bad extension can cause browser crash in tab - handling. Credit to kuzzcc.
- [63529] Low Browser crash with NULL pointer in web worker handling. - Credit to Nathan Weizenbaum of Google.
- [63866] Medium Out-of-bounds read in CSS parsing. Credit to Chris - Rohlf.
- [64959] High Stale pointers in cursor handling. Credit to Slawomir - Blazek and Sergey Glazunov.

- -

Fixed in 8.0.552.215:
- [17655] Low Possible pop-up blocker bypass. Credit to Google Chrome - Security Team (SkyLined).
- [55745] Medium Cross-origin video theft with canvas. Credit to - Nirankush Panchbhai and Microsoft Vulnerability Research - (MSVR).
- [56237] Low Browser crash with HTML5 databases. Credit to Google - Chrome Security Team (Inferno).
- [58319] Low Prevent excessive file dialogs, possibly leading to - browser crash. Credit to Cezary Tomczak (gosu.pl).
- [59554] High Use after free in history handling. Credit to Stefan - Troger.
- [Linux / Mac] [59817] Medium Make sure the "dangerous file types" - list is uptodate with the Windows platforms. Credit to Billy Rios - of the Google Security Team.
- [61701] Low Browser crash with HTTP proxy authentication. Credit to - Mohammed Bouhlel.
- [61653] Medium Out-of-bounds read regression in WebM video support. - Credit to Google Chrome Security Team (Chris Evans), based on - earlier testcases from Mozilla and Microsoft (MSVR).
- [62127] High Crash due to bad indexing with malformed video. Credit - to miaubiz.
- [62168] Medium Possible browser memory corruption via malicious - privileged extension. Credit to kuzzcc.
- [62401] High Use after free with SVG animations. Credit to Slawomir - Blazek.
- [63051] Medium Use after free in mouse dragging event handling. - Credit to kuzzcc.
- [63444] High Double free in XPath handling. Credit to Yang Dingning - from NCNIPC, Graduate University of Chinese Academy of Sciences.

- -

Fixed in 7.0.517.44:
- [51602] High Use-after-free in text editing. Credit to David Bloom - of the Google Security Team, Google Chrome Security Team (Inferno) - and Google Chrome Security Team (Cris Neckar).
- [55257] High Memory corruption with enormous text area. Credit to - wushi of team509.
- [58657] High Bad cast with the SVG use element. Credit to the - kuzzcc.
- [58731] High Invalid memory read in XPath handling. Credit to Bui - Quang Minh from Bkis (www.bkis.com).
- [58741] High Use-after-free in text control selections. Credit to - "vkouchna".
- [Linux only] [59320] High Integer overflows in font handling. Credit - to Aki Helin of OUSPG.
- [60055] High Memory corruption in libvpx. Credit to Christoph - Diehl.
- [60238] High Bad use of destroyed frame object. Credit to various - developers, including "gundlach".
- [60327] [60769] [61255] High Type confusions with event objects. - Credit to "fam.lam" and Google Chrome Security Team - (Inferno).
- [60688] High Out-of-bounds array access in SVG handling. Credit to - wushi of team509.

- -

Fixed in 7.0.517.43:
- [48225] [51727] Medium Possible autofill / autocomplete profile - spamming. Credit to Google Chrome Security Team (Inferno).
- [48857] High Crash with forms. Credit to the Chromium development - community.
- [50428] Critical Browser crash with form autofill. Credit to the - Chromium development community.
- [51680] High Possible URL spoofing on page unload. Credit to kuzzcc; - plus independent discovery by Jordi Chancel.
- [53002] Low Pop-up block bypass. Credit to kuzzcc.
- [53985] Medium Crash on shutdown with Web Sockets. Credit to the - Chromium development community.
- [Linux only] [54132] Low Bad construction of PATH variable. Credit - to Dan Rosenberg, Virtual Security Research.
- [54500] High Possible memory corruption with animated GIF. Credit to - Simon Schaak.
- [Linux only] [54794] High Failure to sandbox worker processes on - Linux. Credit to Google Chrome Security Team (Chris Evans).
- [56451] High Stale elements in an element map. Credit to Michal - Zalewski of the Google Security Team.

-
- -
- - http://googlechromereleases.blogspot.com/search/label/Stable%20updates - CVE-2011-1290 - CVE-2011-1291 - CVE-2011-1292 - CVE-2011-1293 - CVE-2011-1294 - CVE-2011-1295 - CVE-2011-1296 - CVE-2011-1301 - CVE-2011-1302 - CVE-2011-1303 - CVE-2011-1304 - CVE-2011-1305 - CVE-2011-1434 - CVE-2011-1435 - CVE-2011-1436 - CVE-2011-1437 - CVE-2011-1438 - CVE-2011-1439 - CVE-2011-1440 - CVE-2011-1441 - CVE-2011-1442 - CVE-2011-1443 - CVE-2011-1444 - CVE-2011-1445 - CVE-2011-1446 - CVE-2011-1447 - CVE-2011-1448 - CVE-2011-1449 - CVE-2011-1450 - CVE-2011-1451 - CVE-2011-1452 - CVE-2011-1454 - CVE-2011-1455 - CVE-2011-1456 - CVE-2011-1799 - CVE-2011-1800 - CVE-2011-1801 - CVE-2011-1804 - CVE-2011-1806 - CVE-2011-1807 - CVE-2011-1808 - CVE-2011-1809 - CVE-2011-1810 - CVE-2011-1811 - CVE-2011-1812 - CVE-2011-1813 - CVE-2011-1814 - CVE-2011-1815 - CVE-2011-1816 - CVE-2011-1817 - CVE-2011-1818 - CVE-2011-1819 - CVE-2011-2332 - CVE-2011-2342 - CVE-2011-2345 - CVE-2011-2346 - CVE-2011-2347 - CVE-2011-2348 - CVE-2011-2349 - CVE-2011-2350 - CVE-2011-2351 - CVE-2011-2358 - CVE-2011-2359 - CVE-2011-2360 - CVE-2011-2361 - CVE-2011-2782 - CVE-2011-2783 - CVE-2011-2784 - CVE-2011-2785 - CVE-2011-2786 - CVE-2011-2787 - CVE-2011-2788 - CVE-2011-2789 - CVE-2011-2790 - CVE-2011-2791 - CVE-2011-2792 - CVE-2011-2793 - CVE-2011-2794 - CVE-2011-2795 - CVE-2011-2796 - CVE-2011-2797 - CVE-2011-2798 - CVE-2011-2799 - CVE-2011-2800 - CVE-2011-2801 - CVE-2011-2802 - CVE-2011-2803 - CVE-2011-2804 - CVE-2011-2805 - CVE-2011-2818 - CVE-2011-2819 - CVE-2011-2821 - CVE-2011-2823 - CVE-2011-2824 - CVE-2011-2825 - CVE-2011-2826 - CVE-2011-2827 - CVE-2011-2828 - CVE-2011-2829 - CVE-2011-2834 - CVE-2011-2835 - CVE-2011-2836 - CVE-2011-2837 - CVE-2011-2838 - CVE-2011-2839 - CVE-2011-2840 - CVE-2011-2841 - CVE-2011-2842 - CVE-2011-2843 - CVE-2011-2844 - CVE-2011-2845 - CVE-2011-2846 - CVE-2011-2847 - CVE-2011-2848 - CVE-2011-2849 - CVE-2011-2850 - CVE-2011-2851 - CVE-2011-2852 - CVE-2011-2853 - CVE-2011-2854 - CVE-2011-2855 - CVE-2011-2856 - CVE-2011-2857 - CVE-2011-2858 - CVE-2011-2859 - CVE-2011-2860 - CVE-2011-2861 - CVE-2011-2862 - CVE-2011-2864 - CVE-2011-2874 - CVE-2011-2875 - CVE-2011-2876 - CVE-2011-2877 - CVE-2011-2878 - CVE-2011-2879 - CVE-2011-2880 - CVE-2011-2881 - CVE-2011-3234 - CVE-2011-3873 - CVE-2011-3873 - CVE-2011-3875 - CVE-2011-3876 - CVE-2011-3877 - CVE-2011-3878 - CVE-2011-3879 - CVE-2011-3880 - CVE-2011-3881 - CVE-2011-3882 - CVE-2011-3883 - CVE-2011-3884 - CVE-2011-3885 - CVE-2011-3886 - CVE-2011-3887 - CVE-2011-3888 - CVE-2011-3889 - CVE-2011-3890 - CVE-2011-3891 - CVE-2011-3892 - CVE-2011-3893 - CVE-2011-3894 - CVE-2011-3895 - CVE-2011-3896 - CVE-2011-3897 - CVE-2011-3898 - CVE-2011-3900 - - - 2010-10-19 - 2010-12-07 - 2011-11-17 - -
- proftpd -- Compromised source packages backdoor @@ -87256,7 +86432,7 @@ executed in your Internet Explorer while displaying th http://gitorious.org/webkitgtk/stable/commit/9d07fda89aab7105962d933eef32ca15dda610d8 - 2010-09-7 + 2010-09-07 2010-09-10 @@ -101327,7 +100503,7 @@ executed in your Internet Explorer while displaying th http://secunia.com/advisories/31028/ - 2008-07-9 + 2008-07-09 2008-07-13 2010-05-12 @@ -111062,7 +110238,7 @@ executed in your Internet Explorer while displaying th http://lists.grok.org.uk/pipermail/full-disclosure/2006-December/051009.html - 2006-12-1 + 2006-12-01 2006-12-11 2010-05-12 From owner-svn-ports-head@freebsd.org Fri Sep 29 15:17:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A45FE2EF77; Fri, 29 Sep 2017 15:17:50 +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 5453169E6B; Fri, 29 Sep 2017 15:17:50 +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 v8TFHnDk005493; Fri, 29 Sep 2017 15:17:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFHn8Q005491; Fri, 29 Sep 2017 15:17:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291517.v8TFHn8Q005491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 15:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450900 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:17:50 -0000 Author: swills Date: Fri Sep 29 15:17:49 2017 New Revision: 450900 URL: https://svnweb.freebsd.org/changeset/ports/450900 Log: Document wordpress issues Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 15:17:43 2017 (r450899) +++ head/security/vuxml/vuln.xml Fri Sep 29 15:17:49 2017 (r450900) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wordpress -- multiple issues + + + wordpress + 4.8.2 + + + + +

wordpress developers report:

+
+

Before version 4.8.2, WordPress was susceptible to a Cross-Site Scripting attack in the link modal via a javascript: or data: URL.

+

Before version 4.8.2, WordPress allowed a Cross-Site scripting attack in the template list view via a crafted template name.

+

Before version 4.8.2, WordPress was vulnerable to a directory traversal attack during unzip operations in the ZipArchive and PclZip components.

+

Before version 4.8.2, WordPress allowed Cross-Site scripting in the plugin editor via a crafted plugin name.

+

Before version 4.8.2, WordPress allowed a Directory Traversal attack in the Customizer component via a crafted theme filename.

+

Before version 4.8.2, WordPress was vulnerable to cross-site scripting in oEmbed discovery.

+

Before version 4.8.2, WordPress was vulnerable to a cross-site scripting attack via shortcodes in the TinyMCE visual editor.

+
+ +
+ + http://www.securityfocus.com/bid/100912 + https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/ + https://core.trac.wordpress.org/changeset/41393 + https://core.trac.wordpress.org/changeset/41395 + https://core.trac.wordpress.org/changeset/41397 + https://core.trac.wordpress.org/changeset/41412 + https://core.trac.wordpress.org/changeset/41448 + https://core.trac.wordpress.org/changeset/41457 + https://wpvulndb.com/vulnerabilities/8911 + https://wpvulndb.com/vulnerabilities/8912 + https://wpvulndb.com/vulnerabilities/8913 + https://wpvulndb.com/vulnerabilities/8914 + CVE-2017-14718 + CVE-2017-14719 + CVE-2017-14720 + CVE-2017-14721 + CVE-2017-14722 + CVE-2017-14724 + CVE-2017-14726 + + + 2017-09-23 + 2017-09-29 + +
+ mozilla -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Fri Sep 29 15:18:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2541CE2EFCC; Fri, 29 Sep 2017 15:18:20 +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 E8AC76A016; Fri, 29 Sep 2017 15:18:19 +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 v8TFIJBp005607; Fri, 29 Sep 2017 15:18:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFIJa5005606; Fri, 29 Sep 2017 15:18:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709291518.v8TFIJa5005606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 Sep 2017 15:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450901 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:18:20 -0000 Author: jbeich Date: Fri Sep 29 15:18:18 2017 New Revision: 450901 URL: https://svnweb.freebsd.org/changeset/ports/450901 Log: gecko: preemptively drop unused MOZ_PROTOCOLS https://bugzilla.mozilla.org/show_bug.cgi?id=1391467 Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Sep 29 15:17:49 2017 (r450900) +++ head/Mk/bsd.gecko.mk Fri Sep 29 15:18:18 2017 (r450901) @@ -68,8 +68,6 @@ Gecko_Pre_Include= bsd.gecko.mk # # MOZ_EXTENSIONS A list of extensions to build # -# MOZ_PROTOCOLS A list of protocols to build (http, ftp, etc.) -# # PORT_MOZCONFIG Defaults to ${FILESDIR}/mozconfig.in, but can be # set to a generic mozconfig included with the port # @@ -264,11 +262,6 @@ MOZ_OPTIONS+= \ MOZ_OPTIONS+= --enable-extensions=default .else MOZ_OPTIONS+= --enable-extensions=${MOZ_EXTENSIONS} -.endif -.if !defined(MOZ_PROTOCOLS) -MOZ_OPTIONS+= --enable-necko-protocols=default -.else -MOZ_OPTIONS+= --enable-necko-protocols=${MOZ_PROTOCOLS} .endif # others MOZ_OPTIONS+= --with-system-zlib \ From owner-svn-ports-head@freebsd.org Fri Sep 29 15:23:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B30DE2F177; Fri, 29 Sep 2017 15:23:59 +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 26E586A3DA; Fri, 29 Sep 2017 15:23:59 +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 v8TFNwhL009483; Fri, 29 Sep 2017 15:23:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFNvqo009481; Fri, 29 Sep 2017 15:23:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291523.v8TFNvqo009481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 15:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450902 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:23:59 -0000 Author: swills Date: Fri Sep 29 15:23:57 2017 New Revision: 450902 URL: https://svnweb.freebsd.org/changeset/ports/450902 Log: Document phpmyfaq issues Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 15:18:18 2017 (r450901) +++ head/security/vuxml/vuln.xml Fri Sep 29 15:23:57 2017 (r450902) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmyfaq -- multiple issues + + + phpmyfaq + 2.9.8 + + + + +

phpmyfaq developers report:

+
+

Cross-site scripting (XSS) vulnerability in inc/PMF/Faq.php in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the Questions field in an "Add New FAQ" action.

+

Cross-site scripting (XSS) vulnerability in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the "Title of your FAQ" field in the Configuration Module.

+
+ +
+ + https://www.exploit-db.com/exploits/42761/ + https://github.com/thorsten/phpMyFAQ/commit/30b0025e19bd95ba28f4eff4d259671e7bb6bb86 + CVE-2017-14618 + CVE-2017-14619 + + + 2017-09-20 + 2017-09-29 + +
+ wordpress -- multiple issues From owner-svn-ports-head@freebsd.org Fri Sep 29 15:25:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 377E0E2F1C6; Fri, 29 Sep 2017 15:25:00 +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 EF6D66A4D0; Fri, 29 Sep 2017 15:24:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TFOxr1009653; Fri, 29 Sep 2017 15:24:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFOwhi009650; Fri, 29 Sep 2017 15:24:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709291524.v8TFOwhi009650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 29 Sep 2017 15:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450903 - head/security/bearssl X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/security/bearssl X-SVN-Commit-Revision: 450903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:25:00 -0000 Author: bapt Date: Fri Sep 29 15:24:58 2017 New Revision: 450903 URL: https://svnweb.freebsd.org/changeset/ports/450903 Log: Update to 0.5 [1] While here: port related changes: - Respect PREFIX - Build a real shared library (with SONAME) PR: 222483 [1] Submitted by: takefu@airport.fm [1] Modified: head/security/bearssl/Makefile head/security/bearssl/distinfo head/security/bearssl/pkg-plist Modified: head/security/bearssl/Makefile ============================================================================== --- head/security/bearssl/Makefile Fri Sep 29 15:23:57 2017 (r450902) +++ head/security/bearssl/Makefile Fri Sep 29 15:24:58 2017 (r450903) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= bearssl -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ -MAINTAINER= feld@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Implementation of TLS/SSL in C LICENSE= MIT +LIBBEARSSL= libbearssl.so.0 -MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -fPIC" LDDLL="${CC}" +MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -fPIC" LDDLL="${CC}" LDDLLFLAGS="-shared -Wl,-soname=${LIBBEARSSL}" \ + BEARSSLDLL=${LIBBEARSSL} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${LOCALBASE}/bin/ - ${INSTALL_LIB} ${WRKSRC}/build/libbearssl.so ${STAGEDIR}${LOCALBASE}/lib/ - (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include) + ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_LIB} ${WRKSRC}/${LIBBEARSSL} ${STAGEDIR}${PREFIX}/lib/ + ${RLN} ${STAGEDIR}${PREFIX}/lib/${LIBBEARSSL} ${STAGEDIR}${PREFIX}/lib/libbearssl.so + (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include) .include Modified: head/security/bearssl/distinfo ============================================================================== --- head/security/bearssl/distinfo Fri Sep 29 15:23:57 2017 (r450902) +++ head/security/bearssl/distinfo Fri Sep 29 15:24:58 2017 (r450903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491764060 -SHA256 (bearssl-0.4.tar.gz) = 674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4 -SIZE (bearssl-0.4.tar.gz) = 633401 +TIMESTAMP = 1506696986 +SHA256 (bearssl-0.5.tar.gz) = 400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c +SIZE (bearssl-0.5.tar.gz) = 666905 Modified: head/security/bearssl/pkg-plist ============================================================================== --- head/security/bearssl/pkg-plist Fri Sep 29 15:23:57 2017 (r450902) +++ head/security/bearssl/pkg-plist Fri Sep 29 15:24:58 2017 (r450903) @@ -1,13 +1,15 @@ bin/brssl -include/bearssl_ssl.h -include/bearssl_rand.h -include/bearssl_hmac.h -include/bearssl_ec.h include/bearssl.h +include/bearssl_aead.h +include/bearssl_block.h +include/bearssl_ec.h include/bearssl_hash.h -include/bearssl_x509.h -include/bearssl_rsa.h -include/bearssl_prf.h +include/bearssl_hmac.h include/bearssl_pem.h -include/bearssl_block.h +include/bearssl_prf.h +include/bearssl_rand.h +include/bearssl_rsa.h +include/bearssl_ssl.h +include/bearssl_x509.h +lib/libbearssl.so.0 lib/libbearssl.so From owner-svn-ports-head@freebsd.org Fri Sep 29 15:28:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340B7E2F23D; Fri, 29 Sep 2017 15:28:56 +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 D68566A61D; Fri, 29 Sep 2017 15:28:55 +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 v8TFSta6009899; Fri, 29 Sep 2017 15:28:55 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFSsh0009897; Fri, 29 Sep 2017 15:28:54 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291528.v8TFSsh0009897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 15:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450904 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:28:56 -0000 Author: zi Date: Fri Sep 29 15:28:54 2017 New Revision: 450904 URL: https://svnweb.freebsd.org/changeset/ports/450904 Log: - Purge another batch of superceded www/chromium entries to give us additional headroom under the 5M vuln.xml file size limit Approved by: ports-secteam (with hat) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 15:24:58 2017 (r450903) +++ head/security/vuxml/vuln.xml Fri Sep 29 15:28:54 2017 (r450904) @@ -52385,77 +52385,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - chromium-pulse - 38.0.2125.101 - - - - -

Google Chrome Releases reports:

-
-

159 security fixes in this release, including 113 found using - MemorySanitizer:

-
    -
  • [416449] Critical CVE-2014-3188: A special thanks to Jüri Aedla - for a combination of V8 and IPC bugs that can lead to remote code - execution outside of the sandbox.
  • -
  • [398384] High CVE-2014-3189: Out-of-bounds read in PDFium. - Credit to cloudfuzzer.
  • -
  • [400476] High CVE-2014-3190: Use-after-free in Events. Credit - to cloudfuzzer.
  • -
  • [402407] High CVE-2014-3191: Use-after-free in Rendering. - Credit to cloudfuzzer.
  • -
  • [403276] High CVE-2014-3192: Use-after-free in DOM. Credit to - cloudfuzzer.
  • -
  • [399655] High CVE-2014-3193: Type confusion in Session Management. - Credit to miaubiz.
  • -
  • [401115] High CVE-2014-3194: Use-after-free in Web Workers. - Credit to Collin Payne.
  • -
  • [403409] Medium CVE-2014-3195: Information Leak in V8. Credit - to Jüri Aedla.
  • -
  • [338538] Medium CVE-2014-3196: Permissions bypass in Windows - Sandbox. Credit to James Forshaw.
  • -
  • [396544] Medium CVE-2014-3197: Information Leak in XSS Auditor. - Credit to Takeshi Terada.
  • -
  • [415307] Medium CVE-2014-3198: Out-of-bounds read in PDFium. - Credit to Atte Kettunen of OUSPG.
  • -
  • [395411] Low CVE-2014-3199: Release Assert in V8 bindings. - Credit to Collin Payne.
  • -
  • [420899] CVE-2014-3200: Various fixes from internal audits, - fuzzing and other initiatives (Chrome 38).
  • -
  • Multiple vulnerabilities in V8 fixed at the tip of the 3.28 - branch (currently 3.28.71.15).
  • -
-
- -
- - CVE-2014-3188 - CVE-2014-3189 - CVE-2014-3190 - CVE-2014-3191 - CVE-2014-3192 - CVE-2014-3193 - CVE-2014-3194 - CVE-2014-3195 - CVE-2014-3196 - CVE-2014-3197 - CVE-2014-3198 - CVE-2014-3199 - CVE-2014-3200 - http://googlechromereleases.blogspot.nl/2014/10/stable-channel-update.html - - - 2014-10-07 - 2014-10-08 - -
- Bugzilla multiple security issues @@ -52935,34 +52864,6 @@ and CVE-2013-0155.

- - chromium -- RSA signature malleability in NSS - - - chromium - 37.0.2062.124 - - - - -

Google Chrome Releases reports:

-
-

[414124] RSA signature malleability in NSS (CVE-2014-1568). - Thanks to Antoine Delignat-Lavaud of Prosecco/INRIA, Brian Smith - and Advanced Threat Research team at Intel Security

-
- -
- - CVE-2014-1568 - http://googlechromereleases.blogspot.nl/ - - - 2014-09-24 - 2014-09-25 - -
- krfb -- Multiple security issues in bundled libvncserver @@ -53258,39 +53159,6 @@ and CVE-2013-0155.

- - www/chromium -- multiple vulnerabilities - - - chromium - 37.0.2062.120 - - - - -

Google Chrome Releases reports:

-
-

4 security fixes in this release, including:

-
    -
  • [401362] High CVE-2014-3178: Use-after-free in rendering. - Credit to miaubiz.
  • -
  • [411014] CVE-2014-3179: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
-
- -
- - CVE-2014-3178 - CVE-2014-3179 - http://googlechromereleases.blogspot.nl/ - - - 2014-09-09 - 2014-09-09 - -
- trafficserver -- unspecified vulnerability @@ -53322,64 +53190,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 37.0.2062.94 - - - - -

Google Chrome Releases reports:

-
-

50 security fixes in this release, including:

-
    -
  • [386988] Critical CVE-2014-3176, CVE-2014-3177: A special reward - to lokihardt@asrt for a combination of bugs in V8, IPC, sync, and - extensions that can lead to remote code execution outside of the - sandbox.
  • -
  • [369860] High CVE-2014-3168: Use-after-free in SVG. Credit to - cloudfuzzer.
  • -
  • [387389] High CVE-2014-3169: Use-after-free in DOM. Credit to - Andrzej Dyjak.
  • -
  • [390624] High CVE-2014-3170: Extension permission dialog spoofing. - Credit to Rob Wu.
  • -
  • [390928] High CVE-2014-3171: Use-after-free in bindings. Credit to - cloudfuzzer.
  • -
  • [367567] Medium CVE-2014-3172: Issue related to extension debugging. - Credit to Eli Grey.
  • -
  • [376951] Medium CVE-2014-3173: Uninitialized memory read in WebGL. - Credit to jmuizelaar.
  • -
  • [389219] Medium CVE-2014-3174: Uninitialized memory read in Web - Audio. Credit to Atte Kettunen from OUSPG.
  • -
  • [406143] CVE-2014-3175: Various fixes from internal audits, fuzzing - and other initiatives (Chrome 37).
  • - -
-
- -
- - CVE-2014-3168 - CVE-2014-3169 - CVE-2014-3170 - CVE-2014-3171 - CVE-2014-3172 - CVE-2014-3173 - CVE-2014-3174 - CVE-2014-3175 - CVE-2014-3176 - CVE-2014-3177 - http://googlechromereleases.blogspot.nl/ - - - 2014-08-26 - 2014-08-26 - -
- file -- buffer overruns and missing buffer size tests @@ -53571,42 +53381,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 36.0.1985.143 - - - - -

Google Chrome Releases reports:

-
-

12 security fixes in this release, including

-
    -
  • [390174] High CVE-2014-3165: Use-after-free in web sockets. - Credit to Collin Payne.
  • -
  • [398925] High CVE-2014-3166: Information disclosure in SPDY. - Credit to Antoine Delignat-Lavaud.
  • -
  • [400950] CVE-2014-3167: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
-
- -
- - CVE-2014-3165 - CVE-2014-3166 - CVE-2014-3167 - http://googlechromereleases.blogspot.nl - - - 2014-08-12 - 2014-08-13 - -
- serf -- SSL Certificate Null Byte Poisoning @@ -54401,39 +54175,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 36.0.1985.125 - - - - -

Google Chrome Releases reports:

-
-

26 security fixes in this release, including

-
    -
  • [380885] Medium CVE-2014-3160: Same-Origin-Policy bypass in SVG. Credit - to Christian Schneider.
  • -
  • [393765] CVE-2014-3162: Various fixes from internal audits, fuzzing and - other initiatives.
  • -
-
- -
- - CVE-2014-3160 - CVE-2014-3162 - http://googlechromereleases.blogspot.nl - - - 2014-07-16 - 2014-07-16 - -
- kdelibs4 -- KMail/KIO POP3 SSL Man-in-the-middle Flaw @@ -54862,44 +54603,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 35.0.1916.153 - - - - -

Google Chrome Releases reports:

-
-

4 security fixes in this release, including:

-
    -
  • [369525] High CVE-2014-3154: Use-after-free in filesystem api. Credit - to Collin Payne.
  • -
  • [369539] High CVE-2014-3155: Out-if-bounds read in SPDY. Credit - to James March, Daniel Sommermann and Alan Frindell of Facebook.
  • -
  • [369621] Medium CVE-2014-3156: Buffer overflow in clipboard. Credit - to Atte Kettunen of OUSPG.
  • -
  • [368980] CVE-2014-3157: Heap overflow in media.
  • -
-
- -
- - CVE-2014-3154 - CVE-2014-3155 - CVE-2014-3156 - CVE-2014-3157 - http://googlechromereleases.blogspot.nl - - - 2014-06-10 - 2014-06-10 - -
- mozilla -- multiple vulnerabilities @@ -55226,93 +54929,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 35.0.1916.114 - - - - -

Google Chrome Releases reports:

-
-

23 security fixes in this release, including:

-
    -
  • [356653] High CVE-2014-1743: Use-after-free in styles. Credit - to cloudfuzzer.
  • -
  • [359454] High CVE-2014-1744: Integer overflow in audio. Credit - to Aaron Staple.
  • -
  • [346192] High CVE-2014-1745: Use-after-free in SVG. Credit to - Atte Kettunen of OUSPG.
  • -
  • [364065] Medium CVE-2014-1746: Out-of-bounds read in media - filters. Credit to Holger Fuhrmannek.
  • -
  • [330663] Medium CVE-2014-1747: UXSS with local MHTML file. - Credit to packagesu.
  • -
  • [331168] Medium CVE-2014-1748: UI spoofing with scrollbar. - Credit to Jordan Milne.
  • -
  • [374649] CVE-2014-1749: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
  • [358057] CVE-2014-3152: Integer underflow in V8 fixed in - version 3.25.28.16.
  • -
-
- -
- - CVE-2014-1743 - CVE-2014-1744 - CVE-2014-1745 - CVE-2014-1746 - CVE-2014-1747 - CVE-2014-1748 - CVE-2014-1749 - CVE-2014-3152 - http://googlechromereleases.blogspot.nl/ - - - 2014-05-20 - 2014-05-20 - -
- - - chromium -- multiple vulnerabilities - - - chromium - 34.0.1847.137 - - - - -

Google Chrome Releases reports:

-
-

3 security fixes in this release:

-
    -
  • [358038] High CVE-2014-1740: Use-after-free in WebSockets. - Credit to Collin Payne.
  • -
  • [349898] High CVE-2014-1741: Integer overflow in DOM ranges. - Credit to John Butler.
  • -
  • [356690] High CVE-2014-1742: Use-after-free in editing. Credit - to cloudfuzzer.
  • -
-
- -
- - CVE-2014-1740 - CVE-2014-1741 - CVE-2014-1742 - http://googlechromereleases.blogspot.nl/ - - - 2014-05-13 - 2014-05-14 - -
- libXfont -- X Font Service Protocol and Font metadata file handling issues @@ -55577,54 +55193,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 34.0.1847.132 - - - - -

Google Chrome Releases reports (belatedly):

-
-

9 security fixes in this release, including:

-
    -
  • [354967] High CVE-2014-1730: Type confusion in V8. Credit to - Anonymous.
  • -
  • [349903] High CVE-2014-1731: Type confusion in DOM. Credit to - John Butler.
  • -
  • [359802] High CVE-2014-1736: Integer overflow in V8. Credit to - SkyLined working with HP's Zero Day Initiative.
  • -
  • [352851] Medium CVE-2014-1732: Use-after-free in Speech - Recognition. Credit to Khalil Zhani.
  • -
  • [351103] Medium CVE-2014-1733: Compiler bug in Seccomp-BPF. - Credit to Jed Davis.
  • -
  • [367314] CVE-2014-1734: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
  • [359130, 359525, 360429] CVE-2014-1735: Multiple - vulnerabilities in V8 fixed in version 3.24.35.33.
  • -
-
- -
- - CVE-2014-1730 - CVE-2014-1731 - CVE-2014-1732 - CVE-2014-1733 - CVE-2014-1734 - CVE-2014-1735 - CVE-2014-1736 - http://googlechromereleases.blogspot.nl/ - - - 2014-04-24 - 2014-04-30 - -
- mozilla -- multiple vulnerabilities @@ -56230,76 +55798,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 34.0.1847.116 - - - - -

Google Chrome Releases reports:

-
-

31 vulnerabilities fixed in this release, including:

-
    -
  • [354123] High CVE-2014-1716: UXSS in V8. Credit to - Anonymous.
  • -
  • [353004] High CVE-2014-1717: OOB access in V8. Credit to - Anonymous.
  • -
  • [348332] High CVE-2014-1718: Integer overflow in compositor. - Credit to Aaron Staple.
  • -
  • [343661] High CVE-2014-1719: Use-after-free in web workers. - Credit to Collin Payne.
  • -
  • [356095] High CVE-2014-1720: Use-after-free in DOM. Credit to - cloudfuzzer.
  • -
  • [350434] High CVE-2014-1721: Memory corruption in V8. Credit to - Christian Holler.
  • -
  • [330626] High CVE-2014-1722: Use-after-free in rendering. - Credit to miaubiz.
  • -
  • [337746] High CVE-2014-1723: Url confusion with RTL characters. - Credit to George McBay.
  • -
  • [327295] High CVE-2014-1724: Use-after-free in speech. Credit - to Atte Kettunen of OUSPG.
  • -
  • [357332] Medium CVE-2014-1725: OOB read with window property. - Credit to Anonymous
  • -
  • [346135] Medium CVE-2014-1726: Local cross-origin bypass. - Credit to Jann Horn.
  • -
  • [342735] Medium CVE-2014-1727: Use-after-free in forms. Credit - to Khalil Zhani.
  • -
  • [360298] CVE-2014-1728: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
  • [345820, 347262, 348319, 350863, 352982, 355586, 358059] - CVE-2014-1729: Multiple vulnerabilities in V8 fixed in version - 3.24.35.22.
  • -
-
- -
- - CVE-2014-1716 - CVE-2014-1717 - CVE-2014-1718 - CVE-2014-1719 - CVE-2014-1720 - CVE-2014-1721 - CVE-2014-1722 - CVE-2014-1723 - CVE-2014-1724 - CVE-2014-1725 - CVE-2014-1726 - CVE-2014-1727 - CVE-2014-1728 - CVE-2014-1729 - http://googlechromereleases.blogspot.nl/ - - - 2014-04-08 - 2014-04-08 - -
- OpenSSL -- Remote Information Disclosure @@ -56793,51 +56291,6 @@ and CVE-2013-0155.

- - www/chromium -- multiple vulnerabilities - - - chromium - 33.0.1750.152 - - - - -

Google Chrome Releases reports:

-
-

New vulnerabilities after the Pwn2Own competition:

-
    -
  • [352369] Code execution outside sandbox. Credit to VUPEN. -
      -
    • [352374] High CVE-2014-1713: Use-after-free in Blink - bindings
    • -
    • [352395] High CVE-2014-1714: Windows clipboard - vulnerability
    • -
    -
  • -
  • [352420] Code execution outside sandbox. Credit to Anonymous. -
      -
    • [351787] High CVE-2014-1705: Memory corruption in V8
    • -
    • [352429] High CVE-2014-1715: Directory traversal issue
    • -
    -
  • -
-
- -
- - CVE-2014-1705 - CVE-2014-1713 - CVE-2014-1714 - CVE-2014-1715 - http://googlechromereleases.blogspot.nl/ - - - 2014-03-14 - 2014-03-15 - -
- mutt -- denial of service, potential remote code execution @@ -56998,48 +56451,6 @@ and CVE-2013-0155.

- - www/chromium --multiple vulnerabilities - - - chromium - 33.0.1750.149 - - - - -

Google Chrome Releases reports:

-
-

7 vulnerabilities fixed in this release, including:

-
    -
  • [344881] High CVE-2014-1700: Use-after-free in speech. Credit - to Chamal de Silva.
  • -
  • [342618] High CVE-2014-1701: UXSS in events. Credit to - aidanhs.
  • -
  • [333058] High CVE-2014-1702: Use-after-free in web database. - Credit to Collin Payne.
  • -
  • [338354] High CVE-2014-1703: Potential sandbox escape due to a - use-after-free in web sockets.
  • -
  • [328202, 349079, 345715] CVE-2014-1704: Multiple - vulnerabilities in V8 fixed in version 3.23.17.18.
  • -
-
- -
- - CVE-2014-1700 - CVE-2014-1701 - CVE-2014-1702 - CVE-2014-1703 - CVE-2014-1704 - http://googlechromereleases.blogspot.nl/ - - - 2014-03-11 - 2014-03-11 - -
- freetype2 -- Out of bounds read/write @@ -57144,51 +56555,6 @@ and CVE-2013-0155.

- - chromium -- multiple vulnerabilities - - - chromium - 33.0.1750.146 - - - - -

Google Chrome Releases reports:

-
-

19 vulnerabilities fixed in this release, including:

-
    -
  • [344492] High CVE-2013-6663: Use-after-free in svg images. - Credit to Atte Kettunen of OUSPG.
  • -
  • [326854] High CVE-2013-6664: Use-after-free in speech - recognition. Credit to Khalil Zhani.
  • -
  • [337882] High CVE-2013-6665: Heap buffer overflow in software - rendering. Credit to cloudfuzzer.
  • -
  • [332023] Medium CVE-2013-6666: Chrome allows requests in flash - header request. Credit to netfuzzerr.
  • -
  • [348175] CVE-2013-6667: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
  • [343964, 344186, 347909] CVE-2013-6668: Multiple - vulnerabilities in V8 fixed in version 3.24.35.10.
  • -
-
- -
- - CVE-2013-6663 - CVE-2013-6664 - CVE-2013-6665 - CVE-2013-6666 - CVE-2013-6667 - CVE-2013-6668 - http://googlechromereleases.blogspot.nl/ - - - 2014-03-03 - 2014-03-05 - -
- gnutls -- multiple certificate verification issues @@ -57393,66 +56759,6 @@ JavaScript code would be executed.

- - chromium -- multiple vulnerabilities - - - chromium - 33.0.1750.117 - - - - -

Google Chrome Releases reports:

-
-

28 security fixes in this release, including:

-
    -
  • [334897] High CVE-2013-6652: Issue with relative paths in - Windows sandbox named pipe policy. Credit to tyranid.
  • -
  • [331790] High CVE-2013-6653: Use-after-free related to web - contents. Credit to Khalil Zhani.
  • -
  • [333176] High CVE-2013-6654: Bad cast in SVG. Credit to - TheShow3511.
  • -
  • [293534] High CVE-2013-6655: Use-after-free in layout. Credit - to cloudfuzzer.
  • -
  • [331725] High CVE-2013-6656: Information leak in XSS auditor. - Credit to NeexEmil.
  • -
  • [331060] Medium CVE-2013-6657: Information leak in XSS auditor. - Credit to NeexEmil.
  • -
  • [322891] Medium CVE-2013-6658: Use-after-free in layout. Credit - to cloudfuzzer.
  • -
  • [306959] Medium CVE-2013-6659: Issue with certificates - validation in TLS handshake. Credit to Antoine Delignat-Lavaud - and Karthikeyan Bhargavan from Prosecco, Inria Paris.
  • -
  • [332579] Low CVE-2013-6660: Information leak in drag and drop. - Credit to bishopjeffreys.
  • -
  • [344876] Low-High CVE-2013-6661: Various fixes from internal - audits, fuzzing and other initiatives. Of these, seven are fixes - for issues that could have allowed for sandbox escapes from - compromised renderers.
  • -
-
- -
- - CVE-2013-6652 - CVE-2013-6653 - CVE-2013-6654 - CVE-2013-6655 - CVE-2013-6656 - CVE-2013-6657 - CVE-2013-6658 - CVE-2013-6659 - CVE-2013-6660 - CVE-2013-6661 - http://googlechromereleases.blogspot.nl/ - - - 2014-02-20 - 2014-02-24 - -
- PostgreSQL -- multiple privilege issues @@ -57975,40 +57281,6 @@ JavaScript code would be executed.

- - chromium -- multiple vulnerabilities - - - chromium - 32.0.1700.102 - - - - -

Google Chrome Releases reports:

-
-

14 security fixes in this release, including:

-
    -
  • [330420] High CVE-2013-6649: Use-after-free in SVG images. - Credit to Atte Kettunen of OUSPG.
  • -
  • [331444] High CVE-2013-6650: Memory corruption in V8. This - issue was fixed in v8 version 3.22.24.16. Credit to Christian - Holler.
  • -
-
- -
- - CVE-2013-6649 - CVE-2013-6650 - http://googlechromereleases.blogspot.nl/ - - - 2014-01-27 - 2014-01-27 - -
- rt42 -- denial-of-service attack via the email gateway @@ -58233,51 +57505,6 @@ JavaScript code would be executed.

- - chromium -- multiple vulnerabilities - - - chromium - 32.0.1700.77 - - - - -

Google Chrome Releases reports:

-
-

11 security fixes in this release, including:

-
    -
  • [249502] High CVE-2013-6646: Use-after-free in web workers. - Credit to Collin Payne.
  • -
  • [326854] High CVE-2013-6641: Use-after-free related to forms. - Credit to Atte Kettunen of OUSPG.
  • -
  • [324969] High CVE-2013-6642: Address bar spoofing in Chrome for - Android. Credit to lpilorz.
  • -
  • [321940] High CVE-2013-6643: Unprompted sync with an attacker’s - Google account. Credit to Joao Lucas Melo Brasio.
  • -
  • [318791] Medium CVE-2013-6645 Use-after-free related to speech - input elements. Credit to Khalil Zhani.
  • -
  • [333036] CVE-2013-6644: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
-
- -
- - CVE-2013-6641 - CVE-2013-6642 - CVE-2013-6643 - CVE-2013-6644 - CVE-2013-6645 - CVE-2013-6646 - http://googlechromereleases.blogspot.nl/ - - - 2014-01-14 - 2014-01-15 - -
- ntpd DRDoS / Amplification Attack using ntpdc monlist command @@ -59033,57 +58260,6 @@ JavaScript code would be executed.

- - chromium -- multiple vulnerabilities - - - chromium - 31.0.1650.63 - - - - -

Google Chrome Releases reports:

-
-

15 security fixes in this release, including:

-
    -
  • [307159] Medium CVE-2013-6634: Session fixation in sync related - to 302 redirects. Credit to Andrey Labunets.
  • -
  • [314469] High CVE-2013-6635: Use-after-free in editing. Credit - to cloudfuzzer.
  • -
  • [322959] Medium CVE-2013-6636: Address bar spoofing related to - modal dialogs. Credit to Bas Venis.
  • -
  • [325501] CVE-2013-6637: Various fixes from internal audits, - fuzzing and other initiatives.
  • -
  • [319722] Medium CVE-2013-6638: Buffer overflow in v8. This - issue was fixed in v8 version 3.22.24.7. Credit to Jakob Kummerow - of the Chromium project.
  • -
  • [319835] High CVE-2013-6639: Out of bounds write in v8. This - issue was fixed in v8 version 3.22.24.7. Credit to Jakob Kummerow - of the Chromium project.
  • -
  • [319860] Medium CVE-2013-6640: Out of bounds read in v8. This - issue was fixed in v8 version 3.22.24.7. Credit to Jakob Kummerow - of the Chromium project.
  • -
-
- -
- - CVE-2013-6634 - CVE-2013-6635 - CVE-2013-6636 - CVE-2013-6637 - CVE-2013-6638 - CVE-2013-6639 - CVE-2013-6640 - http://googlechromereleases.blogspot.nl/ - - - 2013-12-04 - 2013-12-05 - -
- Joomla! -- Core XSS Vulnerabilities @@ -59448,33 +58624,6 @@ JavaScript code would be executed.

- - chromium -- multiple memory corruption issues - - - chromium - 31.0.1650.57 - - - - -

Google Chrome Releases reports:

-
-

[319117] [319125] Critical CVE-2013-6632: Multiple memory - corruption issues. Credit to Pinkie Pie.

-
- -
- - CVE-2013-6632 - http://googlechromereleases.blogspot.nl/ - - - 2013-11-14 - 2013-11-15 - -
- linux-flashplugin -- multiple vulnerabilities @@ -59503,69 +58652,6 @@ JavaScript code would be executed.

- - chromium -- multiple vulnerabilities - - - chromium - 31.0.1650.48 - - - - -

Google Chrome Releases reports:

-
-

25 security fixes in this release, including:

-
    -
  • [268565] Medium CVE-2013-6621: Use after free related to speech input elements. - Credit to Khalil Zhani.
  • -
  • [272786] High CVE-2013-6622: Use after free related to media elements. Credit *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Sep 29 15:31:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6FAFE2F3EC; Fri, 29 Sep 2017 15:31:33 +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 96A4A6A805; Fri, 29 Sep 2017 15:31:33 +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 v8TFVWrY010940; Fri, 29 Sep 2017 15:31:32 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFVWo3010939; Fri, 29 Sep 2017 15:31:32 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291531.v8TFVWo3010939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 15:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450905 - head/security/vuxml/files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml/files X-SVN-Commit-Revision: 450905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:31:33 -0000 Author: zi Date: Fri Sep 29 15:31:32 2017 New Revision: 450905 URL: https://svnweb.freebsd.org/changeset/ports/450905 Log: - Add date format validation Submitted by: Vladimir Krstulja (via IRC) Modified: head/security/vuxml/files/extra-validation.py Modified: head/security/vuxml/files/extra-validation.py ============================================================================== --- head/security/vuxml/files/extra-validation.py Fri Sep 29 15:28:54 2017 (r450904) +++ head/security/vuxml/files/extra-validation.py Fri Sep 29 15:31:32 2017 (r450905) @@ -4,11 +4,14 @@ import datetime import xml.etree.ElementTree as ET import sys +import re if len(sys.argv) != 2: print("Usage: %s vuln.xml" % (sys.argv[0])) sys.exit(1) +re_date = re.compile(r'^(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}$') + tree = ET.parse(sys.argv[1]) root = tree.getroot() @@ -69,5 +72,11 @@ for vuln in root: if not (dateof(discovery.text) <= dateof(entry.text) <= dateof(modified.text)): print("Error: dates are insane : {0}".format(vid)) ret = 1 + + # Make sure the dates are in YYYY-MM-DD format (quick hack by expecting 6 chars) + datelist = [discovery.text, entry.text] + ([modified.text] if modified is not None else []) + for d in datelist: + if not re_date.match(d): + print("Warning: dates must be in YYYY-MM-DD format: {0}".format(d)) sys.exit(ret) From owner-svn-ports-head@freebsd.org Fri Sep 29 15:51:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 418EDE2F706; Fri, 29 Sep 2017 15:51:12 +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 956066AF8C; Fri, 29 Sep 2017 15:51:11 +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 v8TFpAr4019278; Fri, 29 Sep 2017 15:51:10 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFp8Ea019276; Fri, 29 Sep 2017 15:51:08 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291551.v8TFp8Ea019276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 15:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450906 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:51:12 -0000 Author: zi Date: Fri Sep 29 15:51:08 2017 New Revision: 450906 URL: https://svnweb.freebsd.org/changeset/ports/450906 Log: - Condense entries whose description is >5000 characters Approved by: ports-secteam (with hat) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 15:31:32 2017 (r450905) +++ head/security/vuxml/vuln.xml Fri Sep 29 15:51:08 2017 (r450906) @@ -2622,176 +2622,7 @@ Notes:

    The Webkit gtk team reports:

    -

    CVE-2017-7006: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to David Kohlbrenner of UC San Diego, an anonymous - researcher.
    - Impact: A malicious website may exfiltrate data cross-origin. - Description: Processing maliciously crafted web content may - allow cross-origin data to be exfiltrated by using SVG filters - to conduct a timing side-channel attack. This issue was addressed by not painting the cross-origin buffer into the frame that gets filtered.

    - -

    CVE-2017-7011: Versions affected: WebKitGTK+ before 2.16.3.
    - Credit to xisigr of Tencent’s Xuanwu Lab (tencent.com).
    - Impact: Visiting a malicious website may lead to address bar - spoofing. Description: A state management issue was addressed - with improved frame handling.

    - -

    CVE-2017-7012: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Apple.
    - Impact: Processing maliciously crafted web content may lead to - arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7018: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to lokihardt of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead to - arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7019: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Zhiyang Zeng of Tencent Security Platform Department.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7020: Versions affected: WebKitGTK+ before 2.16.1.
    - Credit to likemeng of Baidu Security Lab.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7030: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to chenqin of Ant-financial Light-Year Security Lab - (蚂蚁金服巴斯光年安全实验室).
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7034: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to chenqin of Ant-financial Light-Year Security Lab - (蚂蚁金服巴斯光年安全实验室).
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7037: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to lokihardt of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7038: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Neil Jenkins of FastMail Pty Ltd, Egor Karbutov - (@ShikariSenpai) of Digital Security and Egor Saltykov - (@ansjdnakjdnajkd) of Digital Security.
    - Impact: Processing maliciously crafted web content with - DOMParser may lead to cross site scripting. Description: - A logic issue existed in the handling of DOMParser. This - issue was addressed with improved state management.

    - -

    CVE-2017-7039: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7040: Versions affected: WebKitGTK+ before 2.16.3.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7041: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7042: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7043: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7046: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7048: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7049: Versions affected: WebKitGTK+ before 2.16.2.
    - Credit to Ivan Fratric of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed through improved memory - handling.

    - -

    CVE-2017-7052: Versions affected: WebKitGTK+ before 2.16.4.
    - Credit to cc working with Trend Micro’s Zero Day Initiative.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7055: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to The UK’s National Cyber Security Centre (NCSC).
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7056: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to lokihardt of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7059: Versions affected: WebKitGTK+ before 2.16.3.
    - Credit to an anonymous researcher.
    - Impact: Processing maliciously crafted web content with - DOMParser may lead to cross site scripting. Description: - A logic issue existed in the handling of DOMParser. This - issue was addressed with improved state management.

    - -

    CVE-2017-7061: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to lokihardt of Google Project Zero.
    - Impact: Processing maliciously crafted web content may lead - to arbitrary code execution. Description: Multiple memory - corruption issues were addressed with improved memory - handling.

    - -

    CVE-2017-7064: Versions affected: WebKitGTK+ before 2.16.6.
    - Credit to lokihardt of Google Project Zero.
    - Impact: An application may be able to read restricted - memory. Description: A memory initialization issue was - addressed through improved memory handling.

    +

    Please reference CVE/URL list for details

    @@ -4674,120 +4505,7 @@ maliciously crafted GET request to the Horde server.
    -
      -
    • CVE-2017-5506: Double free vulnerability in magick/profile.c in - ImageMagick allows remote attackers to have unspecified impact via - a crafted file.
    • -
    • CVE-2017-5507: Memory leak in coders/mpc.c in ImageMagick before - 6.9.7-4 and 7.x before 7.0.4-4 allows remote attackers to cause a - denial of service (memory consumption) via vectors involving a - pixel cache.
    • -
    • CVE-2017-5508: Heap-based buffer overflow in the - PushQuantumPixel function in ImageMagick before 6.9.7-3 and 7.x - before 7.0.4-3 allows remote attackers to cause a denial of - service (application crash) via a crafted TIFF file.
    • -
    • CVE-2017-5509: coders/psd.c in ImageMagick allows remote - attackers to have unspecified impact via a crafted PSD file, which - triggers an out-of-bounds write.
    • -
    • CVE-2017-5510: coders/psd.c in ImageMagick allows remote - attackers to have unspecified impact via a crafted PSD file, which - triggers an out-of-bounds write.
    • -
    • CVE-2017-5511: coders/psd.c in ImageMagick allows remote - attackers to have unspecified impact by leveraging an improper - cast, which triggers a heap-based buffer overflow.
    • -
    • CVE-2017-6497: An issue was discovered in ImageMagick 6.9.7. - A specially crafted psd file could lead to a NULL pointer - dereference (thus, a DoS).
    • -
    • CVE-2017-6498: An issue was discovered in ImageMagick 6.9.7. - Incorrect TGA files could trigger assertion failures, thus leading - to DoS.
    • -
    • CVE-2017-6499: An issue was discovered in Magick++ in - ImageMagick 6.9.7. A specially crafted file creating a nested - exception could lead to a memory leak (thus, a DoS).
    • -
    • CVE-2017-6500: An issue was discovered in ImageMagick 6.9.7. - A specially crafted sun file triggers a heap-based - buffer over-read.
    • -
    • CVE-2017-6501: An issue was discovered in ImageMagick 6.9.7. - A specially crafted xcf file could lead to a NULL pointer - dereference.
    • -
    • CVE-2017-6502: An issue was discovered in ImageMagick 6.9.7. - A specially crafted webp file could lead to a file-descriptor - leak in libmagickcore (thus, a DoS).
    • -
    • CVE-2017-7275: The ReadPCXImage function in coders/pcx.c in - ImageMagick 7.0.4.9 allows remote attackers to cause a denial of - service (attempted large memory allocation and application crash) - via a crafted file. NOTE: this vulnerability exists because of an - incomplete fix for CVE-2016-8862 and CVE-2016-8866.
    • -
    • CVE-2017-7606: coders/rle.c in ImageMagick 7.0.5-4 has an - "outside the range of representable values of type unsigned char" - undefined behavior issue, which might allow remote attackers to - cause a denial of service (application crash) or possibly have - unspecified other impact via a crafted image.
    • -
    • CVE-2017-7619: In ImageMagick 7.0.4-9, an infinite loop can - occur because of a floating-point rounding error in some of the - color algorithms. This affects ModulateHSL, ModulateHCL, - ModulateHCLp, ModulateHSB, ModulateHSI, ModulateHSV, ModulateHWB, - ModulateLCHab, and ModulateLCHuv.
    • -
    • CVE-2017-7941: The ReadSGIImage function in sgi.c allows remote - attackers to consume an amount of available memory via a crafted - file.
    • -
    • CVE-2017-7942: The ReadAVSImage function in avs.c allows remote - attackers to consume an amount of available memory via a crafted - file.
    • -
    • CVE-2017-7943: The ReadSVGImage function in svg.c allows remote - attackers to consume an amount of available memory via a crafted - file.
    • -
    • CVE-2017-8343: ReadAAIImage function in aai.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8344: ReadPCXImage function in pcx.c allows attackers - to cause a denial of service (memory leak) via a crafted file. The - ReadMNGImage function in png.c allows attackers to cause a denial - of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8345: ReadMNGImage function in png.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8346: ReadMATImage function in mat.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8347: ReadMATImage function in mat.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8348: ReadMATImage function in mat.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8349: ReadSFWImage function in sfw.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8350: ReadJNGImage function in png.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8351: ReadPCDImage function in pcd.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8352: ReadXWDImage function in xwd.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8353: ReadPICTImage function in pict.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8354: ReadBMPImage function in bmp.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8355: ReadMTVImage function in mtv.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8356: ReadSUNImage function in sun.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8357: ReadEPTImage function in ept.c allows attackers - to cause a denial of service (memory leak) via a crafted file.
    • -
    • CVE-2017-8765: The function named ReadICONImage in coders\icon.c - has a memory leak vulnerability which can cause memory exhaustion - via a crafted ICON file.
    • -
    • CVE-2017-8830: ReadBMPImage function in bmp.c:1379 allows - attackers to cause a denial of service (memory leak) via a crafted - file.
    • -
    • CVE-2017-9141: A crafted file could trigger an assertion failure - in the ResetImageProfileIterator function in MagickCore/profile.c - because of missing checks in the ReadDDSImage function in - coders/dds.c.
    • -
    • CVE-2017-9142: A crafted file could trigger an assertion failure - in the WriteBlob function in MagickCore/blob.c because of missing - checks in the ReadOneJNGImage function in coders/png.c.
    • -
    • CVE-2017-9143: ReadARTImage function in coders/art.c allows - attackers to cause a denial of service (memory leak) via a crafted - .art file.
    • -
    • CVE-2017-9144: A crafted RLE image can trigger a crash because - of incorrect EOF handling in coders/rle.c.
    • -
    +

    Please reference CVE/URL list for details

    @@ -12689,200 +12407,7 @@ maliciously crafted GET request to the Horde server. -

    The phpMyAdmin development team reports:

    -
    -

    Summary

    -

    Open redirection

    -

    Description

    -

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

    -

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

    -

    Severity

    -

    We consider this vulnerability to be of moderate - severity.

    -
    -
    -

    Summary

    -

    Unsafe generation of blowfish secret

    -

    Description

    -

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

    -

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

    -

    Severity

    -

    We consider this vulnerability to be of moderate - severity.

    -

    Mitigation factor

    -

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

    -
    -
    -

    Summary

    -

    phpinfo information leak value of sensitive - (HttpOnly) cookies

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be - non-critical.

    -

    Mitigation factor

    -

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

    -
    -
    -

    Summary

    -

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

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be - severe.

    -
    -
    -

    Summary

    -

    Username rule matching issues

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be severe.

    -
    -
    -

    Summary

    -

    Bypass logout timeout

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be of moderate - severity.

    -
    -
    -

    Summary

    -

    Multiple full path disclosure vulnerabilities

    -

    Description

    -

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

    -

    Severity

    -

    We consider these vulnerability to be - non-critical.

    -
    -
    -

    Summary

    -

    Multiple XSS vulnerabilities

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be - non-critical.

    -
    -
    -

    Summary

    -

    Multiple DOS vulnerabilities

    -

    Description

    -

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

    -

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

    -

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

    -

    Severity

    -

    We consider these vulnerabilities to be of - moderate severity.

    -
    -
    -

    Summary

    -

    Bypass white-list protection for URL redirection

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be of moderate - severity.

    -
    -
    -

    Summary

    -

    BBCode injection vulnerability

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be severe.

    -

    Mitigation factor

    -

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

    -
    -
    -

    Summary

    -

    DOS vulnerability in table partitioning

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be of moderate - severity.

    -
    -
    -

    Summary

    -

    Multiple SQL injection vulnerabilities

    -

    Description

    -

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

    -

    Severity

    -

    We consider these vulnerabilities to be serious.

    -
    -
    -

    Summary

    -

    Incorrect serialized string parsing

    -

    Description

    -

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

    -

    Severity

    -

    We consider this vulnerability to be severe.

    -
    -
    -

    Summary

    -

    CSRF token not stripped from the URL

    -

    Description

    -

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

    -

    Severity

    -

    We have not yet determined a severity for this issue.

    -
    +

    Please reference CVE/URL list for details

    @@ -16400,409 +15925,115 @@ and CVE-2013-0155.

    Summary

    Weakness with cookie encryption

    -

    Description

    -

    A pair of vulnerabilities were found affecting the - way cookies are stored.

    -
      -
    • The decryption of the username/password is - vulnerable to a padding oracle attack. The can allow - an attacker who has access to a user's browser cookie - file to decrypt the username and password.
    • -
    • A vulnerability was found where the same - initialization vector (IV) is used to hash the - username and password stored in the phpMyAdmin - cookie. If a user has the same password as their - username, an attacker who examines the browser cookie - can see that they are the but the attacker can not - directly decode these values from the cookie as it is - still hashed.
    • -
    -

    Severity

    -

    We consider this to be critical.

    Summary

    Multiple XSS vulnerabilities

    -

    Description

    -

    Multiple vulnerabilities have been discovered in the - following areas of phpMyAdmin:

    -
      -
    • Zoom search: Specially crafted column content can - be used to trigger an XSS attack
    • -
    • GIS editor: Certain fields in the graphical GIS - editor at not properly escaped and can be used to - trigger an XSS attack
    • -
    • Relation view
    • -
    • The following Transformations: -
        -
      • Formatted
      • -
      • Imagelink
      • -
      • JPEG: Upload
      • -
      • RegexValidation
      • -
      • JPEG inline
      • -
      • PNG inline
      • -
      • transformation wrapper
      • -
      -
    • -
    • XML export
    • -
    • MediaWiki export
    • -
    • Designer
    • -
    • When the MySQL server is running with a - specially-crafted log_bin directive
    • -
    • Database tab
    • -
    • Replication feature
    • -
    • Database search
    • -
    -

    Severity

    -

    We consider these vulnerabilities to be of - moderate severity.

    Summary

    Multiple XSS vulnerabilities

    -

    Description

    -

    XSS vulnerabilities were discovered in:

    -
      -
    • The database privilege check
    • -
    • The "Remove partitioning" functionality
    • -
    -

    Specially crafted database names can trigger the XSS - attack.

    -

    Severity

    -

    We consider these vulnerabilities to be of moderate - severity.

    Summary

    PHP code injection

    -

    Description

    -

    A vulnerability was found where a specially crafted - database name could be used to run arbitrary PHP - commands through the array export feature

    -

    Severity

    -

    We consider these vulnerabilities to be of - moderate severity.

    Summary

    Full path disclosure

    -

    Description

    -

    A full path disclosure vulnerability was discovered - where a user can trigger a particular error in the - export mechanism to discover the full path of phpMyAdmin - on the disk.

    -

    Severity

    -

    We consider this vulnerability to be - non-critical.

    Summary

    SQL injection attack

    -

    Description

    -

    A vulnerability was reported where a specially - crafted database and/or table name can be used to - trigger an SQL injection attack through the export - functionality.

    -

    Severity

    -

    We consider this vulnerability to be serious

    Summary

    Local file exposure

    -

    Description

    -

    A vulnerability was discovered where a user can - exploit the LOAD LOCAL INFILE functionality to expose - files on the server to the database system.

    -

    Severity

    -

    We consider this vulnerability to be serious.

    Summary

    Local file exposure through symlinks with UploadDir

    -

    Description

    -

    A vulnerability was found where a user can - specially craft a symlink on disk, to a file which - phpMyAdmin is permitted to read but the user is not, - which phpMyAdmin will then expose to the user.

    -

    Severity

    -

    We consider this vulnerability to be serious, - however due to the mitigation factors the - default state is not vulnerable.

    -

    Mitigation factor

    -

    1) The installation must be run with UploadDir configured - (not the default) 2) The user must be able to create a - symlink in the UploadDir 3) The user running the phpMyAdmin - application must be able to read the file

    Summary

    Path traversal with SaveDir and UploadDir

    -

    Description

    -

    A vulnerability was reported with the %u - username replacement functionality of the SaveDir and - UploadDir features. When the username substitution is - configured, a specially-crafted user name can be used to - circumvent restrictions to traverse the file system.

    -

    Severity

    -

    We consider this vulnerability to be serious, - however due to the mitigation factors the default - state is not vulnerable.

    -

    Mitigation factor

    -

    1) A system must be configured with the %u username - replacement, such as `$cfg['SaveDir'] = - 'SaveDir_%u';` 2) The user must be able to create a - specially-crafted MySQL user, including the `/.` sequence of - characters, such as `/../../`

    Summary

    Multiple XSS vulnerabilities

    -

    Description

    -

    Multiple XSS vulnerabilities were found in the following - areas:

    -
      -
    • Navigation pane and database/table hiding - feature. A specially-crafted database name can be used - to trigger an XSS attack.
    • -
    • The "Tracking" feature. A specially-crafted query - can be used to trigger an XSS attack.
    • -
    • GIS visualization feature.
    • -
    -

    Severity

    -

    We consider this vulnerability to be non-critical.

    Summary

    SQL injection attack

    -

    Description

    -

    A vulnerability was discovered in the following - features where a user can execute an SQL injection - attack against the account of the control user: - User group Designer

    -

    Severity

    -

    We consider this vulnerability to be serious.

    -

    Mitigation factor

    -

    The server must have a control user account created in - MySQL and configured in phpMyAdmin; installations without a - control user are not vulnerable.

    Summary

    SQL injection attack

    -

    Description

    -

    A vulnerability was reported where a specially - crafted database and/or table name can be used to - trigger an SQL injection attack through the export - functionality.

    -

    Severity

    -

    We consider this vulnerability to be serious

    Summary

    Denial of service (DOS) attack in transformation feature

    -

    Description

    -

    A vulnerability was found in the transformation feature - allowing a user to trigger a denial-of-service (DOS) attack - against the server.

    -

    Severity

    -

    We consider this vulnerability to be non-critical

    Summary

    SQL injection attack as control user

    -

    Description

    -

    A vulnerability was discovered in the user interface - preference feature where a user can execute an SQL injection - attack against the account of the control user.

    -

    Severity

    -

    We consider this vulnerability to be serious.

    -

    Mitigation factor

    -

    The server must have a control user account created in - MySQL and configured in phpMyAdmin; installations without a - control user are not vulnerable.

    Summary

    Unvalidated data passed to unserialize()

    -

    Description

    -

    A vulnerability was reported where some data is passed to - the PHP unserialize() function without - verification that it's valid serialized data.

    -

    Due to how the PHP function - operates,

    -
    -

    Unserialization can result in code being loaded and - executed due to object instantiation and autoloading, and - a malicious user may be able to exploit this.

    -
    -

    Therefore, a malicious user may be able to manipulate the - stored data in a way to exploit this weakness.

    -

    Severity

    -

    We consider this vulnerability to be moderately - severe.

    Summary

    DOS attack with forced persistent connections

    -

    Description

    -

    A vulnerability was discovered where an unauthenticated - user is able to execute a denial-of-service (DOS) attack by - forcing persistent connections when phpMyAdmin is running - with $cfg['AllowArbitraryServer']=true;.

    -

    Severity

    -

    We consider this vulnerability to be critical, although - note that phpMyAdmin is not vulnerable by default.

    Summary

    Denial of service (DOS) attack by for loops

    -

    Description

    -

    A vulnerability has been reported where a malicious - authorized user can cause a denial-of-service (DOS) attack - on a server by passing large values to a loop.

    -

    Severity

    -

    We consider this issue to be of moderate severity.

    Summary

    IPv6 and proxy server IP-based authentication rule circumvention

    -

    Description

    -

    A vulnerability was discovered where, under certain - circumstances, it may be possible to circumvent the - phpMyAdmin IP-based authentication rules.

    -

    When phpMyAdmin is used with IPv6 in a proxy server - environment, and the proxy server is in the allowed range - but the attacking computer is not allowed, this - vulnerability can allow the attacking computer to connect - despite the IP rules.

    -

    Severity

    -

    We consider this vulnerability to be serious

    -

    Mitigation factor

    -

    * The phpMyAdmin installation must be running with - IP-based allow/deny rules * The phpMyAdmin installation must - be running behind a proxy server (or proxy servers) where - the proxy server is "allowed" and the attacker is - "denied" * The connection between the proxy server - and phpMyAdmin must be via IPv6

    Summary

    Detect if user is logged in

    -

    Description

    -

    A vulnerability was reported where an attacker can - determine whether a user is logged in to phpMyAdmin.

    -

    The user's session, username, and password are not - compromised by this vulnerability.

    -

    Severity

    -

    We consider this vulnerability to be non-critical.

    Summary

    Bypass URL redirect protection

    -

    Description

    -

    A vulnerability was discovered where an attacker could - redirect a user to a malicious web page.

    -

    Severity

    -

    We consider this to be of moderate severity

    Summary

    Referrer leak in url.php

    -

    Description

    -

    A vulnerability was discovered where an attacker can - determine the phpMyAdmin host location through the file - url.php.

    -

    Severity

    -

    We consider this to be of moderate severity.

    Summary

    Reflected File Download attack

    -

    Description

    -

    A vulnerability was discovered where an attacker may be - able to trigger a user to download a specially crafted - malicious SVG file.

    -

    Severity

    -

    We consider this issue to be of moderate severity.

    Summary

    ArbitraryServerRegexp bypass

    -

    Description

    -

    A vulnerability was reported with the - $cfg['ArbitraryServerRegexp'] configuration - directive. An attacker could reuse certain cookie values in - a way of bypassing the servers defined by - ArbitraryServerRegexp.

    -

    Severity

    -

    We consider this vulnerability to be critical.

    -

    Mitigation factor

    -

    Only servers using - `$cfg['ArbitraryServerRegexp']` are vulnerable to - this attack.

    Summary

    Denial of service (DOS) attack by changing password to a very long string

    -

    Description

    -

    An authenticated user can trigger a denial-of-service - (DOS) attack by entering a very long password at the change - password dialog.

    -

    Severity

    -

    We consider this vulnerability to be serious.

    Summary

    Remote code execution vulnerability when run as CGI

    -

    Description

    -

    A vulnerability was discovered where a user can execute a - remote code execution attack against a server when - phpMyAdmin is being run as a CGI application. Under certain - server configurations, a user can pass a query string which - is executed as a command-line argument by the file - generator_plugin.sh.

    -

    Severity

    -

    We consider this vulnerability to be critical.

    -

    Mitigation factor

    -

    The file - `/libraries/plugins/transformations/generator_plugin.sh` may - be removed. Under certain server configurations, it may be - sufficient to remove execute permissions for this file.

    Summary

    Denial of service (DOS) attack with dbase extension

    -

    Description

    -

    A flaw was discovered where, under certain conditions, - phpMyAdmin may not delete temporary files during the import - of ESRI files.

    -

    Severity

    -

    We consider this vulnerability to be non-critical.

    -

    Mitigation factor

    -

    This vulnerability only exists when PHP is running with - the dbase extension, which is not shipped by default, not - available in most Linux distributions, and doesn't - compile with PHP7.

    Summary

    Remote code execution vulnerability when PHP is running with dbase extension

    -

    Description

    -

    A vulnerability was discovered where phpMyAdmin can be - used to trigger a remote code execution attack against - certain PHP installations.

    -

    Severity

    -

    We consider this vulnerability to be critical.

    -

    Mitigation factor

    -

    This vulnerability only exists when PHP is running with - the dbase extension, which is not shipped by default, not - available in most Linux distributions, and doesn't - compile with PHP7.

    @@ -20782,199 +20013,7 @@ and CVE-2013-0155.

    -

    The phpMyAdmin development team reports:

    -
    -

    Summary

    -

    BBCode injection vulnerability

    - -

    Description

    -

    A vulnerability was discovered that allows an BBCode - injection to setup script in case it's not accessed on - https.

    - -

    Severity

    -

    We consider this to be non-critical.

    -
    -
    -

    Summary

    -

    Cookie attribute injection attack

    - -

    Description

    -

    A vulnerability was found where, under some - circumstances, an attacker can inject arbitrary values - in the browser cookies.

    - -

    Severity

    -

    We consider this to be non-critical.

    -
    -
    -

    Summary

    -

    SQL injection attack

    - -

    Description

    -

    A vulnerability was discovered that allows an SQL - injection attack to run arbitrary commands as the - control user.

    - -

    Severity

    -

    We consider this vulnerability to be serious

    -
    -
    -

    Summary

    -

    XSS on table structure page

    - -

    Description

    -

    An XSS vulnerability was discovered on the table - structure page

    - -

    Severity

    -

    We consider this to be a serious - vulnerability

    -
    -
    -

    Summary

    -

    Multiple XSS vulnerabilities

    - -

    Description

    -
      -
    • An XSS vulnerability was discovered on the user - privileges page.
    • -
    • An XSS vulnerability was discovered in the error - console.
    • -
    • An XSS vulnerability was discovered in the central - columns feature.
    • -
    • An XSS vulnerability was discovered in the query - bookmarks feature.
    • -
    • An XSS vulnerability was discovered in the user groups - feature.
    • -
    - -

    Severity

    -

    We consider this to be a serious vulnerability

    -
    -
    -

    Summary

    -

    DOS attack

    - -

    Description

    -

    A Denial Of Service (DOS) attack was discovered in - the way phpMyAdmin loads some JavaScript files.

    - -

    Severity

    -

    We consider this to be of moderate severity

    -
    -
    *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Sep 29 15:56:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C0EAE2F962; Fri, 29 Sep 2017 15:56:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14E596B41A; Fri, 29 Sep 2017 15:56:06 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id fefda99a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 29 Sep 2017 09:56:04 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450810 - head/www/yarn From: Adam Weinberger In-Reply-To: <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> Date: Fri, 29 Sep 2017 09:56:03 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3BE5771C-B9F4-40CE-9EC9-9C4C4DEA16A7@adamw.org> References: <201709280906.v8S96RT9051986@repo.freebsd.org> <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> To: Luca Pizzamiglio X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:56:07 -0000 > On 28 Sep, 2017, at 10:27, Adam Weinberger wrote: >=20 >> On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >>=20 >>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio = wrote: >>>=20 >>> Author: pizzamig >>> Date: Thu Sep 28 09:06:27 2017 >>> New Revision: 450810 >>> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>>=20 >>> Log: >>> www/yarn: Updating to version 1.0.2 >>>=20 >>> Adopting a more fine grained conflict type >>> Fixing a Linux incompatibility >>>=20 >>> Approved by: olivier (mentor) >>> Differential Revision: https://reviews.freebsd.org/D12516 >>>=20 >>> Modified: >>> head/www/yarn/Makefile >>> head/www/yarn/distinfo >>=20 >> Hi Luca, >>=20 >> Yarn has stopped working for me with this release. This is in a = poudriere jail with just yarn installed: >>=20 >> root@apnoea:/tmp # mkdir foo >> root@apnoea:/tmp # cd foo >> root@apnoea:/tmp/foo # yarn init >> module.js:473 >> throw err; >> ^ >>=20 >> Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' >> at Function.Module._resolveFilename (module.js:527:15) >> at Function.Module._load (module.js:453:25) >> at Function.Module.runMain (module.js:665:10) >> at startup (bootstrap_node.js:201:16) >> at bootstrap_node.js:626:3 >=20 > Ah, the problem is that REINPLACE_CMD that got removed. It still needs = to be there. >=20 Luca, Are you planning on fixing this? yarn is currently broken. That = REINPLACE_CMD needs to be added back in. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Fri Sep 29 15:59:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A55CEE2FA01; Fri, 29 Sep 2017 15:59:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 803CF6B57A; Fri, 29 Sep 2017 15:59:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TFx9L8022560; Fri, 29 Sep 2017 15:59:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TFx9qJ022557; Fri, 29 Sep 2017 15:59:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709291559.v8TFx9qJ022557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 29 Sep 2017 15:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450907 - head/lang/elixir X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/elixir X-SVN-Commit-Revision: 450907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 15:59:10 -0000 Author: olgeni Date: Fri Sep 29 15:59:09 2017 New Revision: 450907 URL: https://svnweb.freebsd.org/changeset/ports/450907 Log: Update lang/elixir to version 1.5.2. Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo head/lang/elixir/pkg-plist Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Fri Sep 29 15:51:08 2017 (r450906) +++ head/lang/elixir/Makefile Fri Sep 29 15:59:09 2017 (r450907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Fri Sep 29 15:51:08 2017 (r450906) +++ head/lang/elixir/distinfo Fri Sep 29 15:59:09 2017 (r450907) @@ -1,5 +1,5 @@ -TIMESTAMP = 1501664468 -SHA256 (elixir/1.5.1/Docs.zip) = 2fa0cf134bcd870c31eaa26b7aac7ca6621f6cb197de869517e291e56ed9b051 -SIZE (elixir/1.5.1/Docs.zip) = 1423039 -SHA256 (elixir/1.5.1/elixir-lang-elixir-v1.5.1_GH0.tar.gz) = 9a903dc71800c6ce8f4f4b84a1e4849e3433e68243958fd6413a144857b61f6a -SIZE (elixir/1.5.1/elixir-lang-elixir-v1.5.1_GH0.tar.gz) = 1945765 +TIMESTAMP = 1506699082 +SHA256 (elixir/1.5.2/Docs.zip) = 5eb4acbc0c2220df3c055191670f07235adb876b8563d632dcd96cfaf3aa15f7 +SIZE (elixir/1.5.2/Docs.zip) = 1442433 +SHA256 (elixir/1.5.2/elixir-lang-elixir-v1.5.2_GH0.tar.gz) = 7317b7a9d3b5bef2b5cd56de738f2b37fd4111e24efbe71a3e39bea1b702ff6c +SIZE (elixir/1.5.2/elixir-lang-elixir-v1.5.2_GH0.tar.gz) = 1947836 Modified: head/lang/elixir/pkg-plist ============================================================================== --- head/lang/elixir/pkg-plist Fri Sep 29 15:51:08 2017 (r450906) +++ head/lang/elixir/pkg-plist Fri Sep 29 15:59:09 2017 (r450907) @@ -615,8 +615,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.html %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/eex/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-bfe5905616.js %%PORTDOCS%%%%DOCSDIR%%/eex/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/eex/fonts/icomoon.svg @@ -735,8 +735,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/elixir/behaviours.html %%PORTDOCS%%%%DOCSDIR%%/elixir/deprecations.html -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-b2e63277f9.js %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.svg @@ -772,8 +772,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-13afe92b41.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/ex_unit/fonts/icomoon.svg @@ -788,8 +788,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.html %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/iex/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-4f6d6c7875.js %%PORTDOCS%%%%DOCSDIR%%/iex/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/iex/fonts/icomoon.svg @@ -803,8 +803,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.html %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/logger/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-f493c1f06d.js %%PORTDOCS%%%%DOCSDIR%%/logger/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/logger/fonts/icomoon.svg @@ -876,8 +876,8 @@ man/man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.html %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/mix/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-1823362c4f.css -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-29c3b19620.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-5b9e160cec.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-da04b39d0c.js %%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-21a8cd810a.js %%PORTDOCS%%%%DOCSDIR%%/mix/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/mix/fonts/icomoon.svg From owner-svn-ports-head@freebsd.org Fri Sep 29 16:04:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04FC3E2FB90; Fri, 29 Sep 2017 16:04:52 +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 C687C6B9E4; Fri, 29 Sep 2017 16:04:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TG4oYO026512; Fri, 29 Sep 2017 16:04:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TG4oLZ026510; Fri, 29 Sep 2017 16:04:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709291604.v8TG4oLZ026510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 29 Sep 2017 16:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450908 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 450908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:04:52 -0000 Author: adamw Date: Fri Sep 29 16:04:50 2017 New Revision: 450908 URL: https://svnweb.freebsd.org/changeset/ports/450908 Log: Update to patchlevel 1159 Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Fri Sep 29 15:59:09 2017 (r450907) +++ head/editors/vim/Makefile Fri Sep 29 16:04:50 2017 (r450908) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.1141 +PORTVERSION= 8.0.1159 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Fri Sep 29 15:59:09 2017 (r450907) +++ head/editors/vim/distinfo Fri Sep 29 16:04:50 2017 (r450908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506200675 -SHA256 (vim-vim-v8.0.1141_GH0.tar.gz) = ce553263252240f34c5810927619eeddab3ae89c952836edcdf2d81812a69522 -SIZE (vim-vim-v8.0.1141_GH0.tar.gz) = 13340477 +TIMESTAMP = 1506700871 +SHA256 (vim-vim-v8.0.1159_GH0.tar.gz) = 93dcfad88434f33374b458a70470028cfdadadf80f1ddd8d574f3c25551faac4 +SIZE (vim-vim-v8.0.1159_GH0.tar.gz) = 13359753 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:06:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340A8E2FBE5; Fri, 29 Sep 2017 16:06:11 +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 0FB806BAD9; Fri, 29 Sep 2017 16:06:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TG6Apm026866; Fri, 29 Sep 2017 16:06:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TG6A40026864; Fri, 29 Sep 2017 16:06:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709291606.v8TG6A40026864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 29 Sep 2017 16:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450909 - head/lang/erlang-runtime20 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime20 X-SVN-Commit-Revision: 450909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:06:11 -0000 Author: olgeni Date: Fri Sep 29 16:06:09 2017 New Revision: 450909 URL: https://svnweb.freebsd.org/changeset/ports/450909 Log: Update lang/erlang-runtime20 to version 20.1. Modified: head/lang/erlang-runtime20/Makefile head/lang/erlang-runtime20/distinfo Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Fri Sep 29 16:04:50 2017 (r450908) +++ head/lang/erlang-runtime20/Makefile Fri Sep 29 16:06:09 2017 (r450909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 20.0.5 +PORTVERSION= 20.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,8 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-20.0.1 patch-otp-20.0.2 patch-otp-20.0.3 \ - patch-otp-20.0.4 patch-otp-20.0.5 +PATCHFILES= MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -61,24 +60,14 @@ OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE -ERL_RELEASE= 20.0 +ERL_RELEASE= 20.1 USES= gmake ncurses perl5 USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= erts 9.0 9.0.5 \ - lib/asn1 5.0 5.0.2 \ - lib/common_test 1.15 1.15.1 \ - lib/compiler 7.1 7.1.1 \ - lib/dialyzer 3.2 3.2.1 \ - lib/inets 6.4 6.4.1 \ - lib/kernel 5.3 5.3.1 \ - lib/runtime_tools 1.12 1.12.1 \ - lib/ssh 4.5 4.5.1 \ - lib/stdlib 3.4 3.4.1 \ - lib/tools 2.10 2.10.1 +APP_UPGRADE= .include Modified: head/lang/erlang-runtime20/distinfo ============================================================================== --- head/lang/erlang-runtime20/distinfo Fri Sep 29 16:04:50 2017 (r450908) +++ head/lang/erlang-runtime20/distinfo Fri Sep 29 16:06:09 2017 (r450909) @@ -1,17 +1,7 @@ -TIMESTAMP = 1505455972 -SHA256 (erlang/otp_src_20.0.tar.gz) = fe80e1e14a2772901be717694bb30ac4e9a07eee0cc7a28988724cbd21476811 -SIZE (erlang/otp_src_20.0.tar.gz) = 87346046 -SHA256 (erlang/otp_doc_man_20.0.tar.gz) = b7f1542a94a170f8791f5d80a85706f9e8838924ea65d4301032d0c0cfb845cc -SIZE (erlang/otp_doc_man_20.0.tar.gz) = 1430939 -SHA256 (erlang/otp_doc_html_20.0.tar.gz) = 1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a -SIZE (erlang/otp_doc_html_20.0.tar.gz) = 33948386 -SHA256 (erlang/patch-otp-20.0.1) = 74a6e5d613fedd635f11d0ac2284127dba6ab52adbeba8af946755462a4fd3c0 -SIZE (erlang/patch-otp-20.0.1) = 44011 -SHA256 (erlang/patch-otp-20.0.2) = 72760a1b9a59525da598e5b6c64cb1d2274c9bbfde9a080458b6e3afc23c6569 -SIZE (erlang/patch-otp-20.0.2) = 18793 -SHA256 (erlang/patch-otp-20.0.3) = a408de98cd1b6ef17c36f8f02dc041174247ec3f23d306ff305c7fe09fe4d920 -SIZE (erlang/patch-otp-20.0.3) = 20331 -SHA256 (erlang/patch-otp-20.0.4) = 83c49fd220cee4d65db37bbb19f79c5814e8668882fbe6772a2ec6fe87b0f00d -SIZE (erlang/patch-otp-20.0.4) = 8765 -SHA256 (erlang/patch-otp-20.0.5) = 54e2082b35e1c1b5ca5c85d4edf0f82017b610d96cf37c102465189cde4328ff -SIZE (erlang/patch-otp-20.0.5) = 53381 +TIMESTAMP = 1506693440 +SHA256 (erlang/otp_src_20.1.tar.gz) = 900d35eb563607785a8e27f4b4c03cf6c98b4596028c5d6958569ddde5d4ddbf +SIZE (erlang/otp_src_20.1.tar.gz) = 87342296 +SHA256 (erlang/otp_doc_man_20.1.tar.gz) = 05ccf82ff85316e2eb1bebf1a1741dfac1ee450ed49cf0be365f9d4fec6d7b46 +SIZE (erlang/otp_doc_man_20.1.tar.gz) = 1334036 +SHA256 (erlang/otp_doc_html_20.1.tar.gz) = 442c9b75a33be685a1af67414cc8758a4ef40e27cdcab9e432d4d9c6f3254dcf +SIZE (erlang/otp_doc_html_20.1.tar.gz) = 33059931 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:06:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94C8AE2FC1A; Fri, 29 Sep 2017 16:06:31 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70D5F6BBBA; Fri, 29 Sep 2017 16:06:31 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TG6UsB027250; Fri, 29 Sep 2017 16:06:30 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TG6TxS027240; Fri, 29 Sep 2017 16:06:29 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201709291606.v8TG6TxS027240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 29 Sep 2017 16:06:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450910 - in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files X-SVN-Commit-Revision: 450910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:06:31 -0000 Author: martymac Date: Fri Sep 29 16:06:29 2017 New Revision: 450910 URL: https://svnweb.freebsd.org/changeset/ports/450910 Log: Update Simgear and Flightgear ports to 2017.3.1 Deleted: head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx head/games/flightgear/files/patch-CVE-2017-13709.txt head/games/flightgear/files/patch-CVE-2017-8921.txt head/games/flightgear/files/patch-INPUT-CMakeLists.txt head/games/flightgear/files/patch-src-Main-CMakeLists.txt head/games/flightgear/files/patch-utils-fgpanel-CMakeLists.txt Modified: head/devel/simgear/Makefile head/devel/simgear/distinfo head/devel/simgear/pkg-plist head/games/flightgear-data/Makefile head/games/flightgear-data/distinfo head/games/flightgear/Makefile head/games/flightgear/distinfo head/games/flightgear/pkg-plist Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Fri Sep 29 16:06:09 2017 (r450909) +++ head/devel/simgear/Makefile Fri Sep 29 16:06:29 2017 (r450910) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2017.1.3 -PORTREVISION= 8 +PORTVERSION= 2017.3.1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/devel/simgear/distinfo ============================================================================== --- head/devel/simgear/distinfo Fri Sep 29 16:06:09 2017 (r450909) +++ head/devel/simgear/distinfo Fri Sep 29 16:06:29 2017 (r450910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491386012 -SHA256 (simgear-2017.1.3.tar.bz2) = 85304d985b4fc0dc00d9f7603b02d096e3c24ca4c98adc18dc9af1e2d0e3c310 -SIZE (simgear-2017.1.3.tar.bz2) = 1235062 +TIMESTAMP = 1506362997 +SHA256 (simgear-2017.3.1.tar.bz2) = 0ee08550b737b249dcc91590ec0cb9c5dc9080998f6ba66a7d7209cdfce6e1f4 +SIZE (simgear-2017.3.1.tar.bz2) = 1302704 Modified: head/devel/simgear/pkg-plist ============================================================================== --- head/devel/simgear/pkg-plist Fri Sep 29 16:06:09 2017 (r450909) +++ head/devel/simgear/pkg-plist Fri Sep 29 16:06:29 2017 (r450910) @@ -61,6 +61,8 @@ include/simgear/constants.h include/simgear/debug/BufferedLogCallback.hxx include/simgear/debug/debug_types.h include/simgear/debug/logstream.hxx +include/simgear/embedded_resources/EmbeddedResource.hxx +include/simgear/embedded_resources/EmbeddedResourceManager.hxx include/simgear/environment/metar.hxx include/simgear/environment/precipitation.hxx include/simgear/ephemeris/celestialBody.hxx @@ -86,6 +88,8 @@ include/simgear/io/HTTPMemoryRequest.hxx include/simgear/io/HTTPRepository.hxx include/simgear/io/HTTPRequest.hxx include/simgear/io/iochannel.hxx +include/simgear/io/iostreams/CharArrayStream.hxx +include/simgear/io/iostreams/zlibstream.hxx include/simgear/io/lowlevel.hxx include/simgear/io/raw_socket.hxx include/simgear/io/sg_binobj.hxx @@ -136,6 +140,7 @@ include/simgear/misc/ListDiff.hxx include/simgear/misc/ResourceManager.hxx include/simgear/misc/SVGpreserveAspectRatio.hxx include/simgear/misc/SimpleMarkdown.hxx +include/simgear/misc/argparse.hxx include/simgear/misc/interpolator.hxx include/simgear/misc/make_new.hxx include/simgear/misc/sg_dir.hxx @@ -145,6 +150,7 @@ include/simgear/misc/stdint.hxx include/simgear/misc/stopwatch.hxx include/simgear/misc/strutils.hxx include/simgear/misc/tabbed_values.hxx +include/simgear/misc/test_macros.hxx include/simgear/misc/texcoord.hxx include/simgear/nasal/cppbind/Ghost.hxx include/simgear/nasal/cppbind/NasalCallContext.hxx @@ -273,6 +279,7 @@ include/simgear/scene/util/SGSceneFeatures.hxx include/simgear/scene/util/SGSceneUserData.hxx include/simgear/scene/util/SGStateAttributeVisitor.hxx include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx +include/simgear/scene/util/SGTransientModelData.hxx include/simgear/scene/util/SGUpdateVisitor.hxx include/simgear/scene/util/SplicingVisitor.hxx include/simgear/scene/util/StateAttributeFactory.hxx Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Fri Sep 29 16:06:09 2017 (r450909) +++ head/games/flightgear-data/Makefile Fri Sep 29 16:06:29 2017 (r450910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-data -PORTVERSION= 2017.1.3 +PORTVERSION= 2017.3.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} DISTNAME= FlightGear-${PORTVERSION}-data Modified: head/games/flightgear-data/distinfo ============================================================================== --- head/games/flightgear-data/distinfo Fri Sep 29 16:06:09 2017 (r450909) +++ head/games/flightgear-data/distinfo Fri Sep 29 16:06:29 2017 (r450910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491386357 -SHA256 (FlightGear-2017.1.3-data.tar.bz2) = bf35d9a15be9e7bd1c286eee879251e0907a3fb5cca4e7d1fdfbe67690345365 -SIZE (FlightGear-2017.1.3-data.tar.bz2) = 1460527272 +TIMESTAMP = 1506363053 +SHA256 (FlightGear-2017.3.1-data.tar.bz2) = df08b06e88a29a9f80f29186afd54d278636a663281a1b68e8f484bbb403d898 +SIZE (FlightGear-2017.3.1-data.tar.bz2) = 1560855079 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Fri Sep 29 16:06:09 2017 (r450909) +++ head/games/flightgear/Makefile Fri Sep 29 16:06:29 2017 (r450910) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2017.1.3 -PORTREVISION= 9 +PORTVERSION= 2017.3.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -48,7 +47,7 @@ DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF -QT5_USE= QT5=core,buildtools,gui,qmake,widgets +QT5_USE= QT5=core,buildtools,gui,qmake,qml,widgets .include Modified: head/games/flightgear/distinfo ============================================================================== --- head/games/flightgear/distinfo Fri Sep 29 16:06:09 2017 (r450909) +++ head/games/flightgear/distinfo Fri Sep 29 16:06:29 2017 (r450910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491386247 -SHA256 (flightgear-2017.1.3.tar.bz2) = 3d7cb2b4b1d60b80b0613222b1fc7b6db665eddaf68d7080c07cdedcb544b0ad -SIZE (flightgear-2017.1.3.tar.bz2) = 8056402 +TIMESTAMP = 1506363097 +SHA256 (flightgear-2017.3.1.tar.bz2) = 6f2e1d992e2f202b8f9c918c9fb19124ef06824ea0e767e2f4dff6ba43728ccd +SIZE (flightgear-2017.3.1.tar.bz2) = 8098283 Modified: head/games/flightgear/pkg-plist ============================================================================== --- head/games/flightgear/pkg-plist Fri Sep 29 16:06:09 2017 (r450909) +++ head/games/flightgear/pkg-plist Fri Sep 29 16:06:29 2017 (r450910) @@ -14,8 +14,29 @@ bin/js_server bin/metar bin/yasim bin/yasim-proptest +man/it/man1/GPSsmooth.1.gz +man/it/man1/JSBSim.1.gz +man/it/man1/MIDGsmooth.1.gz +man/it/man1/UGsmooth.1.gz +man/it/man1/fgcom.1.gz +man/it/man1/fgelev.1.gz +man/it/man1/fgfs.1.gz +man/it/man1/fgjs.1.gz +man/it/man1/fgpanel.1.gz +man/it/man1/fgviewer.1.gz +man/it/man1/js_demo.1.gz +man/it/man1/metar.1.gz +man/it/man5/fgfsrc.5.gz +man/man1/GPSsmooth.1.gz +man/man1/JSBSim.1.gz +man/man1/MIDGsmooth.1.gz +man/man1/UGsmooth.1.gz +man/man1/fgcom.1.gz +man/man1/fgelev.1.gz man/man1/fgfs.1.gz man/man1/fgjs.1.gz man/man1/fgpanel.1.gz +man/man1/fgviewer.1.gz man/man1/js_demo.1.gz -man/man1/terrasync.1.gz +man/man1/metar.1.gz +man/man5/fgfsrc.5.gz From owner-svn-ports-head@freebsd.org Fri Sep 29 16:25:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F8CE2FFC3; Fri, 29 Sep 2017 16:25:57 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-yw0-f173.google.com (mail-yw0-f173.google.com [209.85.161.173]) (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 899A86C487; Fri, 29 Sep 2017 16:25:56 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-yw0-f173.google.com with SMTP id x131so97074ywa.10; Fri, 29 Sep 2017 09:25:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MdxnX1GDN/f4B26a3WODq1sPl3sea4WT9NOLXOyHG0M=; b=rx770GJU7SGVveMdU0WAOmiCwyhdSqhPoa5WJmHnMPR0uv4TRUYsHf3fAcTFx+GfwC e7xbRkBTVqiaoHMLmGMsYkWSFQz4ql6qRnXKqn4OSyg/0DZYCzO51QzY95cQG9f9/UXu mjRCNuSKwOZmhSzs5UM4xRFaYXOf9kXLmv5EIj/pLxsPcFbbWnhR5amPbXoGPzSe6QhI UJBtVlHN+nPVjcWKHEBl078SCWJBr2lBiauHBamnNZurmSpDf1dvvEkQ1PVUF15KOjMP 7WFC49rPXdpeaCw/o0mJiiX5OqcqgVlx9emgP/2bLb6BVzU3ClmJDcfKX0cN9ty0MPl8 gPGQ== X-Gm-Message-State: AHPjjUicn1pDJp1rJSPhs1/PdbqA7J9uXuQdqc35SnVwQyK2JGbZdhc+ zc1g/izX7UPQpqKnZeuvkYa2jo5i X-Received: by 10.129.121.147 with SMTP id u141mr6246602ywc.477.1506702012244; Fri, 29 Sep 2017 09:20:12 -0700 (PDT) Received: from mail-it0-f44.google.com (mail-it0-f44.google.com. [209.85.214.44]) by smtp.gmail.com with ESMTPSA id v132sm1857926ywg.15.2017.09.29.09.20.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Sep 2017 09:20:11 -0700 (PDT) Received: by mail-it0-f44.google.com with SMTP id c195so342559itb.4; Fri, 29 Sep 2017 09:20:10 -0700 (PDT) X-Google-Smtp-Source: AOwi7QAHe0QYakB8IndEXR667BHc7dyehaT3s5TZLFzHY9WlSWuG0psI/EV0CxjQZXtw2Tduy6vm7D+SEs9XGlQBcN8= X-Received: by 10.36.211.148 with SMTP id n142mr1501726itg.149.1506702010333; Fri, 29 Sep 2017 09:20:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.139.88 with HTTP; Fri, 29 Sep 2017 09:19:49 -0700 (PDT) In-Reply-To: <3BE5771C-B9F4-40CE-9EC9-9C4C4DEA16A7@adamw.org> References: <201709280906.v8S96RT9051986@repo.freebsd.org> <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> <3BE5771C-B9F4-40CE-9EC9-9C4C4DEA16A7@adamw.org> From: Luca Pizzamiglio Date: Fri, 29 Sep 2017 18:19:49 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r450810 - head/www/yarn To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, lme@freebsd.org, =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:25:57 -0000 Hi Adam, It's ready to land. I'm only waiting the approval of my mentors: https://reviews.freebsd.org/D12542 As workaround you can use yarnpkg instead of yarn, it work. On Fri, Sep 29, 2017 at 5:56 PM, Adam Weinberger wrote: >> On 28 Sep, 2017, at 10:27, Adam Weinberger wrote: >> >>> On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >>> >>>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio wrote: >>>> >>>> Author: pizzamig >>>> Date: Thu Sep 28 09:06:27 2017 >>>> New Revision: 450810 >>>> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>>> >>>> Log: >>>> www/yarn: Updating to version 1.0.2 >>>> >>>> Adopting a more fine grained conflict type >>>> Fixing a Linux incompatibility >>>> >>>> Approved by: olivier (mentor) >>>> Differential Revision: https://reviews.freebsd.org/D12516 >>>> >>>> Modified: >>>> head/www/yarn/Makefile >>>> head/www/yarn/distinfo >>> >>> Hi Luca, >>> >>> Yarn has stopped working for me with this release. This is in a poudriere jail with just yarn installed: >>> >>> root@apnoea:/tmp # mkdir foo >>> root@apnoea:/tmp # cd foo >>> root@apnoea:/tmp/foo # yarn init >>> module.js:473 >>> throw err; >>> ^ >>> >>> Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' >>> at Function.Module._resolveFilename (module.js:527:15) >>> at Function.Module._load (module.js:453:25) >>> at Function.Module.runMain (module.js:665:10) >>> at startup (bootstrap_node.js:201:16) >>> at bootstrap_node.js:626:3 >> >> Ah, the problem is that REINPLACE_CMD that got removed. It still needs to be there. >> > > Luca, > > Are you planning on fixing this? yarn is currently broken. That REINPLACE_CMD needs to be added back in. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org > From owner-svn-ports-head@freebsd.org Fri Sep 29 16:28:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C0A2E3003D; Fri, 29 Sep 2017 16:28: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 E920C6C5C8; Fri, 29 Sep 2017 16:28:29 +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 v8TGSTqR035856; Fri, 29 Sep 2017 16:28:29 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGSMLD035850; Fri, 29 Sep 2017 16:28:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291628.v8TGSMLD035850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 16:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450911 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:28:30 -0000 Author: zi Date: Fri Sep 29 16:28:22 2017 New Revision: 450911 URL: https://svnweb.freebsd.org/changeset/ports/450911 Log: - Condense additional entries where description >4500 characters Approved by: ports-secteam (with hat) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 29 16:06:29 2017 (r450910) +++ head/security/vuxml/vuln.xml Fri Sep 29 16:28:22 2017 (r450911) @@ -1070,64 +1070,17 @@ Notes: GitLab -- multiple vulnerabilities - gitlab - 1.0.09.3.10 - 9.4.09.4.5 - 9.5.09.5.3 + gitlab + 1.0.09.3.10 + 9.4.09.4.5 + 9.5.09.5.3

    GitLab reports:

    -

    Cross-Site Scripting (XSS) vulnerability in profile names

    -

    An external security audit performed by Madison Gurkha disclosed a - Cross-Site Scripting (XSS) vulnerability in user names that could be - exploited in several locations.

    -

    Open Redirect in go-get middleware

    -

    Tim Goddard via HackerOne reported that GitLab was vulnerable to an open - redirect vulnerability caused when a specific flag is passed to the go-get - middleware. This vulnerability could also possibly be used to conduct - Cross-Site Scripting attacks.

    -

    Race condition in project uploads

    -

    Jobert Abma from HackerOne reported that GitLab was vulnerable to a race - condition in project uploads. While very difficult to exploit this race - condition could potentially allow an attacker to overwrite a victim's - uploaded project if the attacker can guess the name of the uploaded file - before it is extracted.

    -

    Cross-Site Request Forgery (CSRF) token leakage

    -

    naure via HackerOne reported that GitLab was vulnerable to CSRF token - leakage via improper filtering of external URLs in relative URL creation. A - specially crafted link configured in a project's environments settings could - be used to steal a visiting user's CSRF token.

    -

    Potential project disclosure via project deletion bug

    -

    An internal code review discovered that removed projects were not always - being deleted from the file system. This could allow an attacker who knew - the full path to a previously deleted project to steal a copy of the - repository. These releases prevent the leftover repository from being - accessed when creating a new project. The project deletion bug will be fixed - in a later release.

    -

    White-listed style attribute for table contents in MD enables UI - redressing

    -

    An external security audit performed by Recurity-Labs discovered a UI - redressing vulnerability in the GitLab markdown sanitization library.

    -

    DOM clobbering in sanitized MD causes errors

    -

    An external security audit performed by Recurity-Labs discovered a DOM - clobbering vulnerability in the GitLab markdown sanitization library that - could be used to render project pages unreadable.

    -

    Nokogiri vendored libxslt library vulnerable to potential integer - overflow (CVE-2017-5029 and CVE-2016-4738)

    -

    The bundled Nokogiri library has been updated to patch an integer - overflow vulnerability. Details are available in the Nokogiri issue.

    -

    Security risk in recommended Geo configuration could give all users - access to all repositories

    -

    An internal code review discovered that GitLab Geo instances could be - vulnerable to an attack that would allow any user on the primary Geo - instance to clone any repository on a secondary Geo instance.

    -

    GitLab Pages private certificate disclosure via symlinks

    -

    An external security review conducted by Recurity-Labs discovered a - vulnerability in GitLab Pages that could be used to disclose the contents of - private SSL keys.

    +

    Please reference CVE/URL list for details

    @@ -2183,47 +2136,9 @@ Notes:

    The cURL project reports:

      -
    • FILE buffer read out of bounds

      -

      When asking to get a file from a file:// URL, libcurl provides - a feature that outputs meta-data about the file using HTTP-like - headers.

      -

      The code doing this would send the wrong buffer to the user - (stdout or the application's provide callback), which could - lead to other private data from the heap to get inadvertently - displayed.

      -

      The wrong buffer was an uninitialized memory area allocated on - the heap and if it turned out to not contain any zero byte, it - would continue and display the data following that buffer in - memory.

      -
    • -
    • TFTP sends more than buffer size

      -

      When doing a TFTP transfer and curl/libcurl is given a URL that - contains a very long file name (longer than about 515 bytes), - the file name is truncated to fit within the buffer boundaries, - but the buffer size is still wrongly updated to use the - untruncated length. This too large value is then used in the - sendto() call, making curl attempt to send more data than what - is actually put into the buffer. The sendto() function will then - read beyond the end of the heap based buffer.

      -

      A malicious HTTP(S) server could redirect a vulnerable libcurl- - using client to a crafted TFTP URL (if the client hasn't - restricted which protocols it allows redirects to) and trick it - to send private memory contents to a remote server over UDP. - Limit curl's redirect protocols with --proto-redir and libcurl's - with CURLOPT_REDIR_PROTOCOLS.

      -
    • -
    • URL globbing out of bounds read

      -

      curl supports "globbing" of URLs, in which a user can pass a - numerical range to have the tool iterate over those numbers to - do a sequence of transfers.

      -

      In the globbing function that parses the numerical range, there - was an omission that made curl read a byte beyond the end of the - URL if given a carefully crafted, or just wrongly written, URL. - The URL is stored in a heap based buffer, so it could then be - made to wrongly read something else instead of crashing.

      -

      An example of a URL that triggers the flaw would be - http://ur%20[0-60000000000000000000.

      -
    • +
    • FILE buffer read out of bounds
    • +
    • TFTP sends more than buffer size
    • +
    • URL globbing out of bounds read
    @@ -2300,34 +2215,7 @@ Notes:

    Mozilla Foundation reports:

    -

    CVE-2017-7798: XUL injection in the style editor in devtools

    -

    CVE-2017-7800: Use-after-free in WebSockets during disconnection

    -

    CVE-2017-7801: Use-after-free with marquee during window resizing

    -

    CVE-2017-7784: Use-after-free with image observers

    -

    CVE-2017-7802: Use-after-free resizing image elements

    -

    CVE-2017-7785: Buffer overflow manipulating ARIA attributes in DOM

    -

    CVE-2017-7786: Buffer overflow while painting non-displayable SVG

    -

    CVE-2017-7806: Use-after-free in layer manager with SVG

    -

    CVE-2017-7753: Out-of-bounds read with cached style data and pseudo-elements

    -

    CVE-2017-7787: Same-origin policy bypass with iframes through page reloads

    -

    CVE-2017-7807: Domain hijacking through AppCache fallback

    -

    CVE-2017-7792: Buffer overflow viewing certificates with an extremely long OID

    -

    CVE-2017-7804: Memory protection bypass through WindowsDllDetourPatcher

    -

    CVE-2017-7791: Spoofing following page navigation with data: protocol and modal alerts

    -

    CVE-2017-7808: CSP information leak with frame-ancestors containing paths

    -

    CVE-2017-7782: WindowsDllDetourPatcher allocates memory without DEP protections

    -

    CVE-2017-7781: Elliptic curve point addition error when using mixed Jacobian-affine coordinates

    -

    CVE-2017-7794: Linux file truncation via sandbox broker

    -

    CVE-2017-7803: CSP containing 'sandbox' improperly applied

    -

    CVE-2017-7799: Self-XSS XUL injection in about:webrtc

    -

    CVE-2017-7783: DOS attack through long username in URL

    -

    CVE-2017-7788: Sandboxed about:srcdoc iframes do not inherit CSP directives

    -

    CVE-2017-7789: Failure to enable HSTS when two STS headers are sent for a connection

    -

    CVE-2017-7790: Windows crash reporter reads extra memory for some non-null-terminated registry values

    -

    CVE-2017-7796: Windows updater can delete any file named update.log

    -

    CVE-2017-7797: Response header name interning leaks across origins

    -

    CVE-2017-7780: Memory safety bugs fixed in Firefox 55

    -

    CVE-2017-7779: Memory safety bugs fixed in Firefox 55 and Firefox ESR 52.3

    +

    Please reference CVE/URL list for details

    @@ -2441,52 +2329,8 @@ Notes:

    Google Chrome releases reports:

    -

    40 security fixes in this release, including:

    -
      -
    • [728887] High CVE-2017-5091: Use after free in IndexedDB. Reported by - Ned Williamson on 2017-06-02
    • -
    • [733549] High CVE-2017-5092: Use after free un PPAPI. Reported by - Yu Zhou, Yuan Deng of Ant-financial Light-Year Security Lab on 2017-06-15
    • -
    • [550017] High CVE-2017-5093: UI spoofing in Blink. Reported by - Luan Herrera on 2015-10-31
    • -
    • [702946] High CVE-2017-5094: Type confusion in extensions. Reported by - Anonymous on 2017-03-19
    • -
    • [732661] High CVE-2017-5095: Out-of-bounds write in PDFium. Reported by - Anonymous on 2017-06-13
    • -
    • [714442] High CVE-2017-5096: User information leak via Android intents. Reported by - Takeshi Terada on 2017-04-23
    • -
    • [740789] High CVE-2017-5097: Out-of-bounds read in Skia. Reported by - Anonymous on 2017-07-11
    • -
    • [740803] High CVE-2017-5098: Use after free in V8. Reported by - Jihoon Kim on 2017-07-11
    • -
    • [733548] High CVE-2017-5099: Out-of-bounds write in PPAPI. Reported by - Yuan Deng, Yu Zhou of Ant-financial Light-Year Security Lab on 2017-06-15
    • -
    • [718292] Medium CVE-2017-5100: Use after free in Chrome Apps. Reported by - Anonymous on 2017-05-04
    • -
    • [681740] Medium CVE-2017-5101: URL spoofing in OmniBox. Reported by - Luan Herrera on 2017-01-17
    • -
    • [727678] Medium CVE-2017-5102: Uninitialized use in Skia. Reported by - Anonymous on 2017-05-30
    • -
    • [726199] Medium CVE-2017-5103: Uninitialized use in Skia. Reported by - Anonymous on 2017-05-25
    • -
    • [729105] Medium CVE-2017-5104: UI spoofing in browser. Reported by - Khalil Zhani on 2017-06-02
    • -
    • [742407] Medium CVE-2017-7000: Pointer disclosure in SQLite. Reported by - Chaitin Security Research Lab working with Trend Micro's Zero Day Initiative
    • -
    • [729979] Low CVE-2017-5105: URL spoofing in OmniBox. Reported by - Rayyan Bijoora on 2017-06-06
    • -
    • [714628] Medium CVE-2017-5106: URL spoofing in OmniBox. Reported by - Jack Zac on 2017-04-24
    • -
    • [686253] Low CVE-2017-5107: User information leak via SVG. Reported by - David Kohlbrenner of UC San Diego on 2017-01-27
    • -
    • [695830] Low CVE-2017-5108: Type of confusion in PDFium. Reported by - Guang Gong of Alpha Team, Qihoo 360 on 2017-02-24
    • -
    • [710400] Low CVE-2017-5109: UI spoofing in browser. Reported by - Jose Maria Acunia Morgado on 2017-04-11
    • -
    • [717476] Low CVE-2017-5110: UI spoofing in payments dialog. Reported by - xisigr of Tencent's Xuanwu Lab on 2017-05-02
    • -
    • [748565] Various fixes from internal audits, fuzzing and other initiatives
    • -
    +

    40 security fixes in this release

    +

    Please reference CVE/URL list for details

    @@ -2698,60 +2542,19 @@ Notes: GitLab -- Various security issues - gitlab - 8.0.08.17.6 + gitlab + 8.0.08.17.6 9.0.09.0.10 9.1.09.1.7 9.2.09.2.7 - 9.3.09.3.7 + 9.3.09.3.7

    GitLab reports:

    -

    Projects in subgroups authorization bypass with SQL wildcards - (CVE-2017-11438)

    -

    An internal code review disclosed that by choosing a namespace with - underscores an authenticated user could take advantage of a badly written - SQL query to add themselves to any project inside a subgroup with - permissions of their choice.
    - This vulnerability was caused by a SQL query that automatically adjusts - project permissions but does not escape wildcards. This vulnerability was - coincidentally patched when the affected code was rewritten for - 9.3. Therefore, versions 9.3 and above are not vulnerable.
    -
    - This issue has been assigned CVE-2017-11438.
    -
    - Note: GitLab-CE+EE 8.17 is not vulnerable to this issue, however patches - have been included to improve the security of the SQL queries in 8.17.7.

    -

    Symlink cleanup from a previous security release

    -

    The 9.2.5 security release contained a fix for a data corruption - vulnerability involving file uploads. This fix utilized symlinks to migrate - file uploads to a new directory. Due to a typo in the included migration a - symlink was accidentally left behind after the migration finished. This - symlink can cause problems with instance backups. A fix is included with - these releases to remove the problematic symlink.

    -

    Accidental or malicious use of reserved names in group names could cause - deletion of all snippet uploads

    -

    The 9.2.5 security release contained a fix for a data corruption - vulnerability involving file uploads. After the release of 9.2.5 an internal - code review determined that the recently introduced snippet file uploads - feature was also vulnerable to file deletion. Snippet uploads have now been - moved into the protected system namespace.

    -

    Project name leak on todos page

    -

    An internal code review discovered that forceful browsing could be - utilized to disclose the names of private projects.

    -

    Denial of Service via regular expressions in CI process

    -

    Lukas Svoboda reported that regular expressions (regex) included with CI - scripts could be utilized to perform a denial-of-service attack on GitLab - instances. GitLab now uses the re2 Regex library to limit regex execution - time.

    -

    Issue title leakage when external issue tracker is enabled

    -

    An internal code review determined that when an external issue tracker is - configured it was possible to discover the titles of all issues in a given - GitLab instance, including issues in private projects and confidential - issues.

    +

    Please reference CVE/URL list for details

    @@ -2814,45 +2617,7 @@ Notes:

    Oracle reports:

    -
      -
    • Reserved [CVE-2017-3629]
    • -
    • A remote user can exploit a flaw in the Server: Memcached component to partially - modify data and cause denial of service conditions [CVE-2017-3633].
    • -
    • A remote authenticated user can exploit a flaw in the Server: DML component to - cause denial of service conditions [CVE-2017-3634].
    • -
    • A remote authenticated user can exploit a flaw in the Connector/C component to - cause denial of service conditions [CVE-2017-3635].
    • -
    • A remote authenticated user can exploit a flaw in the C API component to cause - denial of service conditions [CVE-2017-3635].
    • -
    • A local user can exploit a flaw in the Client programs component to partially - access data, partially modify data, and partially deny service - [CVE-2017-3636].
    • -
    • A remote authenticated user can exploit a flaw in the Server: UDF component to - cause denial of service conditions [CVE-2017-3529].
    • -
    • A remote authenticated user can exploit a flaw in the X Plugin component to - cause denial of service conditions [CVE-2017-3637].
    • -
    • A remote authenticated user can exploit a flaw in the Server: DML component to - cause denial of service conditions [CVE-2017-3639, CVE-2017-3640, CVE-2017-3641, - CVE-2017-3643, CVE-2017-3644].
    • -
    • A remote authenticated user can exploit a flaw in the Server: Optimizer - component to cause denial of service conditions [CVE-2017-3638, CVE-2017-3642, - CVE-2017-3645].
    • -
    • A remote authenticated user can exploit a flaw in the X Plugin component to - cause denial of service conditions [CVE-2017-3646].
    • -
    • A remote authenticated user can exploit a flaw in the Server: Charsets component - to cause denial of service conditions [CVE-2017-3648].
    • -
    • A remote authenticated user can exploit a flaw in the Server: Replication - component to cause denial of service conditions [CVE-2017-3647, - CVE-2017-3649].
    • -
    • A remote authenticated user can exploit a flaw in the Client mysqldump component - to partially modify data [CVE-2017-3651].
    • -
    • A remote authenticated user can exploit a flaw in the Server: DDL component to - partially access and partially modify data [CVE-2017-3652].
    • -
    • A remote user can exploit a flaw in the C API component to partially access data - [CVE-2017-3650].
    • -
    • A remote authenticated user can exploit a flaw in the Server: DDL component to - partially modify data [CVE-2017-3653].
    • -
    +

    Please reference CVE/URL list for details

    @@ -3455,46 +3220,7 @@ Notes:

    GitLab reports:

    -

    Cross-Site Scripting (XSS) vulnerability when editing comments

    -

    A GitLab.com user reported that recent changes to Markdown rendering - designed to improve performance by allowing comments to be rendered - client-side opened a persistent Cross-Site Scripting (XSS) vulnerability - when comments are edited and then re-saved. This vulnerability is difficult - to exploit because a victim must be tricked into editing and then saving - another user's comment.

    -

    API vulnerable to embedding in iFrames using Session Auth

    -

    A tip from a Twitter user led to an internal code audit that discovered a - malicious website could embed a GitLab API URL inside an iFrame, possibly - tricking a user into thinking that the website had access to the user's - GitLab user information. This attack would not disclose the user's data to - the malicious website, but it could cause confusion and the API has added an - X-Frame-Options header to prevent content from the API being included in - iFrames.

    -

    Accidental or malicious use of reserved names in group names could cause - deletion of all project avatars

    -

    A GitLab.com user reported that creating a group named project and then - renaming the group would cause all project avatars to be deleted. This was - due to an improperly constructed path variable when renaming files. To help - prevent this from happening again all avatar uploads have been moved from - /public/uploads/(user|group|project) to - /public/uploads/system/(user|group|project) and system has been made a - reserved namespace. A migration included with this release will rename any - existing top-level system namespace to be system0 (or system1, system2, - etc.)

    -

    Unauthenticated disclosure of usernames in autocomplete controller

    -

    HackerOne reporter Evelyn Lee reported that usernames could be enumerated - using the autocomplete/users.json endpoint without authenticating. This - could allow an unauthenticated attacker to gather a list of all valid - usernames from a GitLab instance.

    -

    Information leakage with references to private project snippets

    -

    GitLab.com user Patrick Fiedler reported that titles of private project - snippets could leak when they were referenced in other issues, merge - requests, or comments.

    -

    Elasticsearch does not implement external user checks correctly

    -

    An internal code review discovered that on instances with Elasticsearch - enabled GitLab allowed external users to view internal project data. This - could unintentionally expose sensitive information to external users. This - vulnerability only affects EE installations with Elasticsearch enabled.

    +

    Please reference CVE/URL list for details

    @@ -3824,68 +3550,7 @@ maliciously crafted GET request to the Horde server.

    BestPractical reports:

    -

    RT 4.0.0 and above are vulnerable to an information - leak of cross-site request forgery (CSRF) verification - tokens if a user visits a specific URL crafted by an - attacker. This vulnerability is assigned CVE-2017-5943. It - was discovered by a third-party security researcher.

    - -

    RT 4.0.0 and above are vulnerable to a cross-site - scripting (XSS) attack if an attacker uploads a malicious - file with a certain content type. Installations which use - the AlwaysDownloadAttachments config setting are - unaffected. This fix addresses all existant and future - uploaded attachments. This vulnerability is assigned - CVE-2016-6127. This was responsibly disclosed to us first - by Scott Russo and the GE Application Security Assessment - Team.

    - -

    One of RT's dependencies, a Perl module named - Email::Address, has a denial of service vulnerability - which could induce a denial of service of RT itself. We - recommend administrators install Email::Address version - 1.908 or above, though we additionally provide a new - workaround within RT. Tss vulnerability was assigned - CVE-2015-7686. This vulnerability's application to RT was - brought to our attention by Pali Rohár.

    - -

    RT 4.0.0 and above are vulnerable to timing - side-channel attacks for user passwords. By carefully - measuring millions or billions of login attempts, an - attacker could crack a user's password even over the - internet. RT now uses a constant-time comparison algorithm - for secrets to thwart such attacks. This vulnerability is - assigned CVE-2017-5361. This was responsibly disclosed to - us by Aaron Kondziela.

    - -

    RT's ExternalAuth feature is vulnerable to a similar - timing side-channel attack. Both RT 4.0/4.2 with the - widely-deployed RT::Authen::ExternalAuth extension, as - well as the core ExternalAuth feature in RT 4.4 are - vulnerable. Installations which don't use ExternalAuth, or - which use ExternalAuth for LDAP/ActiveDirectory - authentication, or which use ExternalAuth for cookie-based - authentication, are unaffected. Only ExternalAuth in DBI - (database) mode is vulnerable.

    - -

    RT 4.0.0 and above are potentially vulnerable to a - remote code execution attack in the dashboard subscription - interface. A privileged attacker can cause unexpected code - to be executed through carefully-crafted saved search - names. Though we have not been able to demonstrate an - actual attack owing to other defenses in place, it could - be possible. This fix addresses all existant and future - saved searches. This vulnerability is assigned - CVE-2017-5944. It was discovered by an internal security - audit.

    - -

    RT 4.0.0 and above have misleading documentation which - could reduce system security. The RestrictLoginReferrer - config setting (which has security implications) was - inconsistent with its implementation, which checked for a - slightly different variable name. RT will now check for - the incorrect name and produce an error message. This was - responsibly disclosed to us by Alex Vandiver.

    +

    Please reference CVE/URL list for details

    @@ -3975,29 +3640,7 @@ maliciously crafted GET request to the Horde server.

    Mozilla Foundation reports:

    -

    CVE-2017-5472: Use-after-free using destroyed node when regenerating trees

    -

    CVE-2017-7749: Use-after-free during docshell reloading

    -

    CVE-2017-7750: Use-after-free with track elements

    -

    CVE-2017-7751: Use-after-free with content viewer listeners

    -

    CVE-2017-7752: Use-after-free with IME input

    -

    CVE-2017-7754: Out-of-bounds read in WebGL with ImageInfo object

    -

    CVE-2017-7755: Privilege escalation through Firefox Installer with same directory DLL files

    -

    CVE-2017-7756: Use-after-free and use-after-scope logging XHR header errors

    -

    CVE-2017-7757: Use-after-free in IndexedDB

    -

    CVE-2017-7778: Vulnerabilities in the Graphite 2 library

    -

    CVE-2017-7758: Out-of-bounds read in Opus encoder

    -

    CVE-2017-7759: Android intent URLs can cause navigation to local file system

    -

    CVE-2017-7760: File manipulation and privilege escalation via callback parameter in Mozilla Windows Updater and Maintenance Service

    -

    CVE-2017-7761: File deletion and privilege escalation through Mozilla Maintenance Service helper.exe application

    -

    CVE-2017-7762: Addressbar spoofing in Reader mode

    -

    CVE-2017-7763: Mac fonts render some unicode characters as spaces

    -

    CVE-2017-7764: Domain spoofing with combination of Canadian Syllabics and other unicode blocks

    -

    CVE-2017-7765: Mark of the Web bypass when saving executable files

    -

    CVE-2017-7766: File execution and privilege escalation through updater.ini, Mozilla Windows Updater, and Mozilla Maintenance Service

    -

    CVE-2017-7767: Privilege escalation and arbitrary file overwrites through Mozilla Windows Updater and Mozilla Maintenance Service

    -

    CVE-2017-7768: 32 byte arbitrary file read through Mozilla Maintenance Service

    -

    CVE-2017-5471: Memory safety bugs fixed in Firefox 54

    -

    CVE-2017-5470: Memory safety bugs fixed in Firefox 54 and Firefox ESR 52.2

    +

    Please reference CVE/URL list for details

    @@ -4135,42 +3778,8 @@ maliciously crafted GET request to the Horde server.

    Google Chrome releases reports:

    -

    30 security fixes in this release, including:

    -
      -
    • [722756] High CVE-2017-5070: Type confusion in V8. Reported by - Zhao Qixun of Qihoo 360 Vulcan Team on 2017-05-16
    • -
    • [715582] High CVE-2017-5071: Out of bounds read in V8. Reported by - Choongwood Han on 2017-04-26
    • -
    • [709417] High CVE-2017-5072: Address spoofing in Omnibox. Reported by - Rayyan Bijoora on 2017-04-07
    • -
    • [716474] High CVE-2017-5073: Use after free in print preview. Reported by - Khalil Zhani on 2017-04-28
    • -
    • [700040] High CVE-2017-5074: Use after free in Apps Bluetooth. Reported by - anonymous on 2017-03-09
    • -
    • [678776] Medium CVE-2017-5075: Information leak in CSP reporting. Reported by - Emmanuel Gil Peyrot on 2017-01-05
    • -
    • [722639] Medium CVE-2017-5086: Address spoofing in Omnibox. Reported by - Rayyan Bijoora on 2017-05-16
    • -
    • [719199] Medium CVE-2017-5076: Address spoofing in Omnibox. Reported by - Samuel Erb on 2017-05-06
    • -
    • [716311] Medium CVE-2017-5077: Heap buffer overflow in Skia. Reported by - Sweetchip on 2017-04-28
    • -
    • [711020] Medium CVE-2017-5078: Possible command injection in mailto handling. - Reported by Jose Carlos Exposito Bueno on 2017-04-12
    • -
    • [713686] Medium CVE-2017-5079: UI spoofing in Blink. Reported by - Khalil Zhani on 2017-04-20
    • -
    • [708819] Medium CVE-2017-5080: Use after free in credit card autofill. - Reported by Khalil Zhani on 2017-04-05
    • -
    • [672008] Medium CVE-2017-5081: Extension verification bypass. Reported by - Andrey Kovalev of Yandex Security Team on 2016-12-07
    • -
    • [721579] Low CVE-2017-5082: Insufficient hardening in credit card editor. - Reported by Nightwatch Cybersecurity Research on 2017-05-11
    • -
    • [714849] Low CVE-2017-5083: UI spoofing in Blink. Reported by - Khalil Zhani on 2017-04-24
    • -
    • [692378] Low CVE-2017-5085: Inappropriate javascript execution on WebUI pages. - Reported by Zhiyang Zeng of Tencent security platform department on 2017-02-15
    • -
    • [729639] Various fixes from internal audits, fuzzing and other initiatives
    • -
    +

    30 security fixes in this release

    +

    Please reference CVE/URL list for details

    @@ -4831,57 +4440,7 @@ maliciously crafted GET request to the Horde server.

    GitLab reports:

    -

    Cross-Site Scripting (XSS) vulnerability in project import file names - for gitlab_project import types

    -

    Timo Schmid from ERNW reported a persistent Cross-Site Scripting - vulnerability in the new project import view for gitlab_project import - types. This XSS vulnerability was caused by the use of Hamlit filters inside - HAML views without manually escaping HTML. Unlike content outside of a - filter, content inside Hamlit filters (:css, :javascript, :preserve, :plain) - is not automatically escaped.

    -

    Cross-Site Scripting (XSS) vulnerability in git submodule support

    -

    Jobert Abma from HackerOne reported a persistent XSS vulnerability in the - GitLab repository files view that could be exploited by injecting malicious - script into a git submodule.

    -

    Cross-Site Scripting (XSS) vulnerability in repository "new branch" - view

    -

    A GitLab user reported a persistent XSS vulnerability in the repository - new branch view that allowed malicious branch names or git references to - execute arbitrary Javascript.

    -

    Cross-Site Scripting (XSS) vulnerability in mirror errors display

    -

    While investigating Timo Schmid's previously reported XSS vulnerability - in import filenames another persistent XSS vulnerability was discovered in - the GitLab Enterprise Edition's (EE) mirror view. This vulnerability was - also caused by the misuse of Hamlit filters.

    -

    Potential XSS vulnerability in DropLab

    -

    An internal code audit disclosed a vulnerability in DropLab's templating - that, while not currently exploitable, could become exploitable depending on - how the templates were used in the future.

    -

    Tab Nabbing vulnerabilities in mardown link filter, Asciidoc files, and - other markup files

    -

    edio via HackerOne reported two tab nabbing vulnerabilities. The first - tab nabbing vulnerability was caused by improper hostname filtering when - identifying user-supplied external links. GitLab did not properly filter - usernames from the URL. An attacker could construct a specially crafted link - including a username to bypass GitLab's external link filter. This allowed - an attacker to post links in Markdown that did not include the appropriate - "noreferrer noopener" options, allowing tab nabbing attacks.

    -

    The second vulnerability was in the AsciiDoctor markup - library. AsciiDoctor was not properly including the "noreferrer noopener" - options with external links. An internal investigation discovered other - markup libraries that were also vulnerable.

    -

    Unauthorized disclosure of wiki pages in search

    -

    M. Hasbini reported a flaw in the project search feature that allowed - authenticated users to disclose the contents of private wiki pages inside - public projects.

    -

    External users can view internal snippets

    -

    Christian Kühn discovered a vulnerability in GitLab snippets that allowed - an external user to view the contents of internal snippets.

    -

    Subgroup visibility for private subgroups under a public parent - group

    -

    Matt Harrison discovered a vulnerability with subgroups that allowed - private subgroup names to be disclosed when they belong to a parent group - that is public.

    +

    Please reference CVE/URL list for details

    @@ -5538,81 +5097,8 @@ maliciously crafted GET request to the Horde server.

    NVD reports:

    -

    LibTIFF version 4.0.7 is vulnerable to a heap buffer - overflow in the tools/tiffcp resulting in DoS or code - execution via a crafted BitsPerSample value.

    +

    Please reference CVE/URL list for details

    -
    -

    The putagreytile function in tif_getimage.c in LibTIFF - 4.0.7 has a left-shift undefined behavior issue, which - might allow remote attackers to cause a denial of service - (application crash) or possibly have unspecified other - impact via a crafted image.

    -
    -
    -

    tif_read.c in LibTIFF 4.0.7 does not ensure that - tif_rawdata is properly initialized, which might allow - remote attackers to obtain sensitive information from - process memory via a crafted image.

    -
    -
    -

    The OJPEGReadHeaderInfoSecTablesDcTable function in - tif_ojpeg.c in LibTIFF 4.0.7 allows remote attackers to - cause a denial of service (memory leak) via a crafted - image.

    -
    -
    -

    The JPEGSetupEncode function in tiff_jpeg.c in LibTIFF - 4.0.7 allows remote attackers to cause a denial of service - (divide-by-zero error and application crash) via a crafted - image.

    -
    -
    -

    LibTIFF 4.0.7 has an "outside the range of - representable values of type float" undefined behavior - issue, which might allow remote attackers to cause a - denial of service (application crash) or possibly have - unspecified other impact via a crafted image.

    -
    -
    -

    tif_dirread.c in LibTIFF 4.0.7 has an "outside the - range of representable values of type float" undefined - behavior issue, which might allow remote attackers to - cause a denial of service (application crash) or possibly - have unspecified other impact via a crafted image.

    -
    -
    -

    tif_dirread.c in LibTIFF 4.0.7 might allow remote - attackers to cause a denial of service (divide-by-zero - error and application crash) via a crafted image.

    -
    -
    -

    LibTIFF 4.0.7 has an "outside the range of - representable values of type short" undefined behavior - issue, which might allow remote attackers to cause a - denial of service (application crash) or possibly have - unspecified other impact via a crafted image.

    -
    -
    -

    LibTIFF 4.0.7 has an "outside the range of - representable values of type unsigned char" undefined - behavior issue, which might allow remote attackers to - cause a denial of service (application crash) or possibly - have unspecified other impact via a crafted image.

    -
    -
    -

    LibTIFF 4.0.7 has a "shift exponent too large for - 64-bit type long" undefined behavior issue, which might - allow remote attackers to cause a denial of service - (application crash) or possibly have unspecified other - impact via a crafted image.

    -
    -
    -

    LibTIFF 4.0.7 has a signed integer overflow, which - might allow remote attackers to cause a denial of service - (application crash) or possibly have unspecified other - impact via a crafted image.

    -
    @@ -5934,45 +5420,7 @@ maliciously crafted GET request to the Horde server.

    Mozilla Foundation reports:

    -

    CVE-2017-5433: Use-after-free in SMIL animation functions

    -

    CVE-2017-5435: Use-after-free during transaction processing in the editor

    -

    CVE-2017-5436: Out-of-bounds write with malicious font in Graphite 2

    -

    CVE-2017-5461: Out-of-bounds write in Base64 encoding in NSS

    -

    CVE-2017-5459: Buffer overflow in WebGL

    -

    CVE-2017-5466: Origin confusion when reloading isolated data:text/html URL

    -

    CVE-2017-5434: Use-after-free during focus handling

    -

    CVE-2017-5432: Use-after-free in text input selection

    -

    CVE-2017-5460: Use-after-free in frame selection

    -

    CVE-2017-5438: Use-after-free in nsAutoPtr during XSLT processing

    -

    CVE-2017-5439: Use-after-free in nsTArray Length() during XSLT processing

    -

    CVE-2017-5440: Use-after-free in txExecutionState destructor during XSLT processing

    -

    CVE-2017-5441: Use-after-free with selection during scroll events

    -

    CVE-2017-5442: Use-after-free during style changes

    -

    CVE-2017-5464: Memory corruption with accessibility and DOM manipulation

    -

    CVE-2017-5443: Out-of-bounds write during BinHex decoding

    -

    CVE-2017-5444: Buffer overflow while parsing application/http-index-format content

    -

    CVE-2017-5446: Out-of-bounds read when HTTP/2 DATA frames are sent with incorrect data

    -

    CVE-2017-5447: Out-of-bounds read during glyph processing

    -

    CVE-2017-5465: Out-of-bounds read in ConvolvePixel

    -

    CVE-2017-5448: Out-of-bounds write in ClearKeyDecryptor

    -

    CVE-2017-5437: Vulnerabilities in Libevent library

    -

    CVE-2017-5454: Sandbox escape allowing file system read access through file picker

    -

    CVE-2017-5455: Sandbox escape through internal feed reader APIs

    -

    CVE-2017-5456: Sandbox escape allowing local file system access

    -

    CVE-2017-5469: Potential Buffer overflow in flex-generated code

    -

    CVE-2017-5445: Uninitialized values used while parsing application/http-index-format content

    -

    CVE-2017-5449: Crash during bidirectional unicode manipulation with animation

    -

    CVE-2017-5450: Addressbar spoofing using javascript: URI on Firefox for Android

    -

    CVE-2017-5451: Addressbar spoofing with onblur event

    -

    CVE-2017-5462: DRBG flaw in NSS

    -

    CVE-2017-5463: Addressbar spoofing through reader view on Firefox for Android

    -

    CVE-2017-5467: Memory corruption when drawing Skia content

    -

    CVE-2017-5452: Addressbar spoofing during scrolling with editable content on Firefox for Android

    -

    CVE-2017-5453: HTML injection into RSS Reader feed preview page through TITLE element

    -

    CVE-2017-5458: Drag and drop of javascript: URLs can allow for self-XSS

    -

    CVE-2017-5468: Incorrect ownership model for Private Browsing information

    -

    CVE-2017-5430: Memory safety bugs fixed in Firefox 53 and Firefox ESR 52.1

    -

    CVE-2017-5429: Memory safety bugs fixed in Firefox 53, Firefox ESR 45.9, and Firefox ESR 52.1

    +

    Please reference CVE/URL list for details

    @@ -6984,46 +6432,8 @@ maliciously crafted GET request to the Horde server.

    Google Chrome Releases reports:

    -

    36 security fixes in this release, including:

    -
      -
    • [682194] High CVE-2017-5030: Memory corruption in V8. Credit to - Brendon Tiszka
    • -
    • [682020] High CVE-2017-5031: Use after free in ANGLE. Credit to - Looben Yang
    • -
    • [668724] High CVE-2017-5032: Out of bounds write in PDFium. Credit to - Ashfaq Ansari - Project Srishti
    • -
    • [676623] High CVE-2017-5029: Integer overflow in libxslt. Credit to - Holger Fuhrmannek
    • -
    • [678461] High CVE-2017-5034: Use after free in PDFium. Credit to - Ke Liu of Tencent's Xuanwu Lab
    • -
    • [688425] High CVE-2017-5035: Incorrect security UI in Omnibox. Credit to - Enzo Aguado
    • -
    • [691371] High CVE-2017-5036: Use after free in PDFium. Credit to - Anonymous
    • -
    • [679640] High CVE-2017-5037: Multiple out of bounds writes in ChunkDemuxer. - Credit to Yongke Wang of Tecent's Xuanwu Lab
    • -
    • [679649] High CVE-2017-5039: Use after free in PDFium. Credit to - jinmo123
    • -
    • [691323] Medium CVE-2017-5040: Information disclosure in V8. Credit to - Choongwoo Han
    • -
    • [642490] Medium CVE-2017-5041: Address spoofing in Omnibox. Credit to - Jordi Chancel
    • -
    • [669086] Medium CVE-2017-5033: Bypass of Content Security Policy in Blink. - Credit to Nicolai Grodum
    • -
    • [671932] Medium CVE-2017-5042: Incorrect handling of cookies in Cast. - Credit to Mike Ruddy
    • -
    • [695476] Medium CVE-2017-5038: Use after free in GuestView. Credit to - Anonymous
    • -
    • [683523] Medium CVE-2017-5043: Use after free in GuestView. Credit to - Anonymous
    • -
    • [688987] Medium CVE-2017-5044: Heap overflow in Skia. Credit to - Kushal Arvind Shah of Fortinet's FortiGuard Labs
    • -
    • [667079] Medium CVE-2017-5045: Information disclosure in XSS Auditor. - Credit to Dhaval Kapil
    • -
    • [680409] Medium CVE-2017-5046: Information disclosure in Blink. Credit to - Masato Kinugawa
    • -
    • [699618] Various fixes from internal audits, fuzzing and other initiatives
    • -
    +

    36 security fixes in this release

    +

    Please reference CVE/URL list for details

    @@ -7257,34 +6667,7 @@ maliciously crafted GET request to the Horde server.

    Mozilla Foundation reports:

    -

    CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP

    -

    CVE-2017-5401: Memory Corruption when handling ErrorResult

    -

    CVE-2017-5402: Use-after-free working with events in FontFace objects

    -

    CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object

    -

    CVE-2017-5404: Use-after-free working with ranges in selections

    -

    CVE-2017-5406: Segmentation fault in Skia with canvas operations

    -

    CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters

    -

    CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping

    -

    CVE-2017-5411: Use-after-free in Buffer Storage in libGLES

    -

    CVE-2017-5409: File deletion via callback parameter in Mozilla Windows Updater and Maintenance Service

    -

    CVE-2017-5408: Cross-origin reading of video captions in violation of CORS

    -

    CVE-2017-5412: Buffer overflow read in SVG filters

    -

    CVE-2017-5413: Segmentation fault during bidirectional operations

    -

    CVE-2017-5414: File picker can choose incorrect default directory

    -

    CVE-2017-5415: Addressbar spoofing through blob URL

    -

    CVE-2017-5416: Null dereference crash in HttpChannel

    -

    CVE-2017-5417: Addressbar spoofing by draging and dropping URLs

    -

    CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access

    -

    CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running

    -

    CVE-2017-5427: Non-existent chrome.manifest file loaded during startup

    -

    CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses

    -

    CVE-2017-5419: Repeated authentication prompts lead to DOS attack

    -

    CVE-2017-5420: Javascript: URLs can obfuscate addressbar location

    -

    CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports

    -

    CVE-2017-5421: Print preview spoofing

    -

    CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink

    -

    CVE-2017-5399: Memory safety bugs fixed in Firefox 52

    -

    CVE-2017-5398: Memory safety bugs fixed in Firefox 52 and Firefox ESR 45.8

    +

    Please reference CVE/URL list for details

    @@ -8059,43 +7442,7 @@ maliciously crafted GET request to the Horde server.

    Jenkins Security Advisory:

    -

    Description

    -
    SECURITY-304 / CVE-2017-2598
    -

    Use of AES ECB block cipher mode without IV for encrypting secrets

    -
    SECURITY-321 / CVE-2017-2599
    -

    Items could be created with same name as existing item

    -
    SECURITY-343 / CVE-2017-2600
    -

    Node monitor data could be viewed by low privilege users

    -
    SECURITY-349 / CVE-2011-4969
    -

    Possible cross-site scripting vulnerability in jQuery bundled with timeline widget

    -
    SECURITY-353 / CVE-2017-2601
    -

    Persisted cross-site scripting vulnerability in parameter names and descriptions

    -
    SECURITY-354 / CVE-2015-0886
    -

    Outdated jbcrypt version bundled with Jenkins

    -
    SECURITY-358 / CVE-2017-2602
    -

    Pipeline metadata files not blacklisted in agent-to-master security subsystem

    -
    SECURITY-362 / CVE-2017-2603
    -

    User data leak in disconnected agents' config.xml API

    -
    SECURITY-371 / CVE-2017-2604
    -

    Low privilege users were able to act on administrative monitors

    -
    SECURITY-376 / CVE-2017-2605
    -

    Re-key admin monitor leaves behind unencrypted credentials in upgraded installations

    -
    SECURITY-380 / CVE-2017-2606
    -

    Internal API allowed access to item names that should not be visible

    -
    SECURITY-382 / CVE-2017-2607
    -

    Persisted cross-site scripting vulnerability in console notes

    -
    SECURITY-383 / CVE-2017-2608
    -

    XStream remote code execution vulnerability

    -
    SECURITY-385 / CVE-2017-2609
    -

    Information disclosure vulnerability in search suggestions

    -
    SECURITY-388 / CVE-2017-2610
    -

    Persisted cross-site scripting vulnerability in search suggestions

    -
    SECURITY-389 / CVE-2017-2611
    -

    Insufficient permission check for periodic processes

    -
    SECURITY-392 / CVE-2017-2612
    -

    Low privilege users were able to override JDK download credentials

    -
    SECURITY-406 / CVE-2017-2613
    -

    User creation CSRF using GET by admins

    +

    Please reference CVE/URL list for details

    @@ -8217,51 +7564,8 @@ maliciously crafted GET request to the Horde server.

    Google Chrome Releases reports:

    -

    51 security fixes in this release, including:

    -
      -
    • [671102] High CVE-2017-5007: Universal XSS in Blink. Credit to - Mariusz Mlynski
    • -
    • [673170] High CVE-2017-5006: Universal XSS in Blink. Credit to - Mariusz Mlynski
    • -
    • [668552] High CVE-2017-5008: Universal XSS in Blink. Credit to - Mariusz Mlynski
    • -
    • [663476] High CVE-2017-5010: Universal XSS in Blink. Credit to - Mariusz Mlynski
    • -
    • [662859] High CVE-2017-5011: Unauthorised file access in Devtools. - Credit to Khalil Zhani
    • -
    • [667504] High CVE-2017-5009: Out of bounds memory access in WebRTC. - Credit to Sean Stanek and Chip Bradford
    • -
    • [681843] High CVE-2017-5012: Heap overflow in V8. Credit to - Gergely Nagy (Tresorit)
    • -
    • [677716] Medium CVE-2017-5013: Address spoofing in Omnibox. - Credit to Haosheng Wang (@gnehsoah)
    • -
    • [675332] Medium CVE-2017-5014: Heap overflow in Skia. Credit to - sweetchip
    • -
    • [673971] Medium CVE-2017-5015: Address spoofing in Omnibox. - Credit to Armin Razmdjou
    • -
    • [666714] Medium CVE-2017-5019: Use after free in Renderer. - Credit to Wadih Matar
    • -
    • [673163] Medium CVE-2017-5016: UI spoofing in Blink. Credit to - Haosheng Wang (@gnehsoah)
    • -
    • [676975] Medium CVE-2017-5017: Uninitialised memory access in webm video. - Credit to danberm
    • -
    • [668665] Medium CVE-2017-5018: Universal XSS in chrome://apps. - Credit to Rob Wu
    • -
    • [668653] Medium CVE-2017-5020: Universal XSS in chrome://downloads. - Credit to Rob Wu
    • -
    • [663726] Low CVE-2017-5021: Use after free in Extensions. Credit to - Rob Wu
    • -
    • [663620] Low CVE-2017-5022: Bypass of Content Security Policy in Blink. - Credit to Pujun Li of PKAV Team
    • -
    • [651443] Low CVE-2017-5023: Type confunsion in metrics. Credit to the - UK's National Cyber Security Centre (NCSC)
    • -
    • [643951] Low CVE-2017-5024: Heap overflow in FFmpeg. Credit to - Paul Mehta
    • -
    • [643950] Low CVE-2017-5025: Heap overflow in FFmpeg. Credit to - Paul Mehta
    • -
    • [634108] Low CVE-2017-5026: UI spoofing. Credit to Ronni Skansing
    • -
    • [685349] Various fixes from internal audits, fuzzing and other initiatives
    • -
    +

    51 security fixes in this release

    +

    Please reference CVE/URL list for details

    @@ -8325,38 +7629,10 @@ maliciously crafted GET request to the Horde server.The OpenSSL project reports:

      -
    • Truncated packet could crash via OOB read (CVE-2017-3731)
      - Severity: Moderate
      - If an SSL/TLS server or client is running on a 32-bit host, and a specific - cipher is being used, then a truncated packet can cause that server or client - to perform an out-of-bounds read, usually resulting in a crash.
    • -
    • Bad (EC)DHE parameters cause a client crash (CVE-2017-3730)
      - Severity: Moderate
      - If a malicious server supplies bad parameters for a DHE or ECDHE key exchange - then this can result in the client attempting to dereference a NULL pointer - leading to a client crash. This could be exploited in a Denial of Service - attack.
    • -
    • BN_mod_exp may produce incorrect results on x86_64 (CVE-2017-3732)
      - Severity: Moderate
      - There is a carry propagating bug in the x86_64 Montgomery squaring procedure. No - EC algorithms are affected. Analysis suggests that attacks against RSA and DSA - as a result of this defect would be very difficult to perform and are not - believed likely. Attacks against DH are considered just feasible (although very - difficult) because most of the work necessary to deduce information - about a private key may be performed offline. The amount of resources - required for such an attack would be very significant and likely only - accessible to a limited number of attackers. An attacker would - additionally need online access to an unpatched system using the target - private key in a scenario with persistent DH parameters and a private - key that is shared between multiple clients. For example this can occur by - default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very - similar to CVE-2015-3193 but must be treated as a separate problem.
    • -
    • Montgomery multiplication may produce incorrect results (CVE-2016-7055)
      - Severity: Low
      - There is a carry propagating bug in the Broadwell-specific Montgomery - multiplication procedure that handles input lengths divisible by, but - longer than 256 bits. (OpenSSL 1.0.2 only)
      - This issue was previously fixed in 1.1.0c
    • +
    • Truncated packet could crash via OOB read (CVE-2017-3731)
    • +
    • Bad (EC)DHE parameters cause a client crash (CVE-2017-3730)
    • +
    • BN_mod_exp may produce incorrect results on x86_64 (CVE-2017-3732)
    • +
    • Montgomery multiplication may produce incorrect results (CVE-2016-7055)
    @@ -8407,30 +7683,7 @@ maliciously crafted GET request to the Horde server.

    Mozilla Foundation reports:

    -

    CVE-2017-5373: Memory safety bugs fixed in Firefox 51 and Firefox ESR 45.7

    -

    CVE-2017-5374: Memory safety bugs fixed in Firefox 51

    -

    CVE-2017-5375: Excessive JIT code allocation allows bypass of ASLR and DEP

    -

    CVE-2017-5376: Use-after-free in XSL

    -

    CVE-2017-5377: Memory corruption with transforms to create gradients in Skia

    -

    CVE-2017-5378: Pointer and frame data leakage of Javascript objects

    -

    CVE-2017-5379: Use-after-free in Web Animations

    -

    CVE-2017-5380: Potential use-after-free during DOM manipulations

    -

    CVE-2017-5381: Certificate Viewer exporting can be used to navigate and save to arbitrary filesystem locations

    -

    CVE-2017-5382: Feed preview can expose privileged content errors and exceptions

    -

    CVE-2017-5383: Location bar spoofing with unicode characters

    -

    CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC)

    -

    CVE-2017-5385: Data sent in multipart channels ignores referrer-policy response headers

    -

    CVE-2017-5386: WebExtensions can use data: protocol to affect other extensions

    -

    CVE-2017-5387: Disclosure of local file existence through TRACK tag error messages

    -

    CVE-2017-5388: WebRTC can be used to generate a large amount of UDP traffic for DDOS attacks

    -

    CVE-2017-5389: WebExtensions can install additional add-ons via modified host requests

    -

    CVE-2017-5390: Insecure communication methods in Developer Tools JSON viewer

    -

    CVE-2017-5391: Content about: pages can load privileged about: pages

    -

    CVE-2017-5392: Weak references using multiple threads on weak proxy objects lead to unsafe memory usage

    -

    CVE-2017-5393: Remove addons.mozilla.org CDN from whitelist for mozAddonManager

    -

    CVE-2017-5394: Android location bar spoofing using fullscreen and JavaScript events

    -

    CVE-2017-5395: Android location bar spoofing during scrolling

    -

    CVE-2017-5396: Use-after-free with Media Decoder

    +

    Please reference CVE/URL list for details

    @@ -8480,69 +7733,25 @@ maliciously crafted GET request to the Horde server.

    The phpMyAdmin development team reports:

    -

    Summary

    Open redirect

    -

    Description

    -

    It was possible to trick phpMyAdmin to redirect to - insecure using special request path.

    -

    Severity

    -

    We consider this vulnerability to be non critical.

    -

    Summary

    php-gettext code execution

    -

    Description

    -

    The php-gettext library can suffer to code - execution. However there is no way to trigger this inside - phpMyAdmin.

    -

    Severity

    -

    We consider this to be minor.

    -

    Summary

    DOS vulnerability in table editing

    -

    Description

    -

    It was possible to trigger recursive include operation by - crafted parameters when editing table data.

    -

    Severity

    -

    We consider this to be non critical.

    *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Sep 29 16:37:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD663E30270; Fri, 29 Sep 2017 16:37:21 +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 9B93F6CADE; Fri, 29 Sep 2017 16:37:21 +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 v8TGbKp7039890; Fri, 29 Sep 2017 16:37:20 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGbKRT039889; Fri, 29 Sep 2017 16:37:20 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709291637.v8TGbKRT039889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 29 Sep 2017 16:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450912 - head/security/vuxml/files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml/files X-SVN-Commit-Revision: 450912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:37:21 -0000 Author: zi Date: Fri Sep 29 16:37:20 2017 New Revision: 450912 URL: https://svnweb.freebsd.org/changeset/ports/450912 Log: - Add a warning if the description section seems unnecessarily large Submitted by: Vladimir Krstulja Approved by: ports-secteam (with hat) Modified: head/security/vuxml/files/extra-validation.py Modified: head/security/vuxml/files/extra-validation.py ============================================================================== --- head/security/vuxml/files/extra-validation.py Fri Sep 29 16:28:22 2017 (r450911) +++ head/security/vuxml/files/extra-validation.py Fri Sep 29 16:37:20 2017 (r450912) @@ -12,6 +12,9 @@ if len(sys.argv) != 2: re_date = re.compile(r'^(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}$') +# warn if description has more than X characters +DESCRIPTION_LENGTH = 4500 + tree = ET.parse(sys.argv[1]) root = tree.getroot() @@ -73,10 +76,17 @@ for vuln in root: print("Error: dates are insane : {0}".format(vid)) ret = 1 - # Make sure the dates are in YYYY-MM-DD format (quick hack by expecting 6 chars) + # Make sure the dates are in YYYY-MM-DD format datelist = [discovery.text, entry.text] + ([modified.text] if modified is not None else []) for d in datelist: if not re_date.match(d): print("Warning: dates must be in YYYY-MM-DD format: {0}".format(d)) + + # Check description lengths + description = vuln.find(namespace + "description") + description_len = len(ET.tostring(description)) + if description_len > DESCRIPTION_LENGTH: + print("Warning: description too long ({0} chars, {1} is warning threshold): {2})" \ + .format(description_len, DESCRIPTION_LENGTH, vid)) sys.exit(ret) From owner-svn-ports-head@freebsd.org Fri Sep 29 16:46:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3419E30644; Fri, 29 Sep 2017 16:46:45 +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 A0A926D093; Fri, 29 Sep 2017 16:46:45 +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 v8TGkiXa043911; Fri, 29 Sep 2017 16:46:44 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGkikP043909; Fri, 29 Sep 2017 16:46:44 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709291646.v8TGkikP043909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 29 Sep 2017 16:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450913 - head/sysutils/acpica-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/sysutils/acpica-tools X-SVN-Commit-Revision: 450913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:46:45 -0000 Author: jkim Date: Fri Sep 29 16:46:44 2017 New Revision: 450913 URL: https://svnweb.freebsd.org/changeset/ports/450913 Log: Update to 20170929. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Fri Sep 29 16:37:20 2017 (r450912) +++ head/sysutils/acpica-tools/Makefile Fri Sep 29 16:46:44 2017 (r450913) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20170831 +PORTVERSION= 20170929 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Fri Sep 29 16:37:20 2017 (r450912) +++ head/sysutils/acpica-tools/distinfo Fri Sep 29 16:46:44 2017 (r450913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504197806 -SHA256 (acpica-unix-20170831.tar.gz) = c918a422f6c72e27b08c841158b52d870b92730fb6406b33d20ef50b1d2b4113 -SIZE (acpica-unix-20170831.tar.gz) = 1757523 +TIMESTAMP = 1506703264 +SHA256 (acpica-unix-20170929.tar.gz) = c786868ae6c7a4c7bca19a5ca66bfb16740cad5c1c01b21642932f2f0dea9cc8 +SIZE (acpica-unix-20170929.tar.gz) = 1763050 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:47:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F6ECE30687; Fri, 29 Sep 2017 16:47:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38E926D17B; Fri, 29 Sep 2017 16:47:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TGlgr3044071; Fri, 29 Sep 2017 16:47:42 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGlgWE044069; Fri, 29 Sep 2017 16:47:42 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201709291647.v8TGlgWE044069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 29 Sep 2017 16:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450914 - in head/graphics/gource: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/graphics/gource: . files X-SVN-Commit-Revision: 450914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:47:43 -0000 Author: ehaupt Date: Fri Sep 29 16:47:42 2017 New Revision: 450914 URL: https://svnweb.freebsd.org/changeset/ports/450914 Log: Update to 0.47 PR: 222682 Approved by: demon (maintainer) Deleted: head/graphics/gource/files/ Modified: head/graphics/gource/Makefile head/graphics/gource/distinfo Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Fri Sep 29 16:46:44 2017 (r450913) +++ head/graphics/gource/Makefile Fri Sep 29 16:47:42 2017 (r450914) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gource -PORTVERSION= 0.43 -PORTREVISION= 9 +PORTVERSION= 0.47 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -16,12 +15,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/g LIB_DEPENDS= libSDL_image.so:graphics/sdl_image \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre \ - libboost_filesystem.so:devel/boost-libs + libboost_filesystem.so:devel/boost-libs \ + libpng16.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm GNU_CONFIGURE= yes USES= gmake pkgconfig compiler:c++0x -USE_GL= glew +USE_GL= glew gl glu +USE_SDL= image2 sdl2 CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem Modified: head/graphics/gource/distinfo ============================================================================== --- head/graphics/gource/distinfo Fri Sep 29 16:46:44 2017 (r450913) +++ head/graphics/gource/distinfo Fri Sep 29 16:47:42 2017 (r450914) @@ -1,2 +1,3 @@ -SHA256 (gource-0.43.tar.gz) = 85a40ac8e4f5c277764216465c248d6b76589ceac012541c4cc03883a24abde4 -SIZE (gource-0.43.tar.gz) = 874141 +TIMESTAMP = 1506680266 +SHA256 (gource-0.47.tar.gz) = f2b16083a01b897b6c062b363793028fb9e01cd6f888d91772ee06e56ce398d2 +SIZE (gource-0.47.tar.gz) = 876624 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:55:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F756E30842; Fri, 29 Sep 2017 16:55:35 +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 F1AED6D546; Fri, 29 Sep 2017 16:55:34 +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 v8TGtYLG048348; Fri, 29 Sep 2017 16:55:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGtYrC048346; Fri, 29 Sep 2017 16:55:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709291655.v8TGtYrC048346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 29 Sep 2017 16:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450915 - head/games/bsdgames X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/games/bsdgames X-SVN-Commit-Revision: 450915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:55:35 -0000 Author: adamw Date: Fri Sep 29 16:55:33 2017 New Revision: 450915 URL: https://svnweb.freebsd.org/changeset/ports/450915 Log: Update to the sources from DragonflyBSD 4.8.1 Modified: head/games/bsdgames/Makefile head/games/bsdgames/distinfo Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Fri Sep 29 16:47:42 2017 (r450914) +++ head/games/bsdgames/Makefile Fri Sep 29 16:55:33 2017 (r450915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdgames -PORTVERSION= 4.6.1 +PORTVERSION= 4.8.1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/adamw @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= hangman-[0-9]* USES= ncurses tar:xz uidfix -MAKE_ENV+= NO_WERROR=1 +MAKE_ENV= NO_WERROR=1 MAKE_ARGS= BINGRP=${BINGRP} # contain /usr/share/games @@ -65,12 +65,8 @@ post-patch: ${REINPLACE_CMD} -e 's/HIDEGAME/SGIDGAME/' \ ${WRKSRC}/$${f}/Makefile; \ done - @${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/cribbage/io.c \ - ${WRKSRC}/cribbage/crib.c ${WRKSRC}/cribbage/cribbage.h -.if ${OPSYS} == "FreeBSD" @${FIND} ${WRKSRC} -type f -name Makefile \ | ${XARGS} ${REINPLACE_CMD} -e 's/-lprivate_ncurses/-lncurses/' -.endif pre-install: .for d in atc larn quiz.db Modified: head/games/bsdgames/distinfo ============================================================================== --- head/games/bsdgames/distinfo Fri Sep 29 16:47:42 2017 (r450914) +++ head/games/bsdgames/distinfo Fri Sep 29 16:55:33 2017 (r450915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477932679 -SHA256 (bsdgames-4.6.1.tar.xz) = 4ecb06ac99728933a38c375035a60432eb3f861fdcbd594c9d69e53009d36f9b -SIZE (bsdgames-4.6.1.tar.xz) = 1738852 +TIMESTAMP = 1506702661 +SHA256 (bsdgames-4.8.1.tar.xz) = 31a27fcd003cc04f942078a278618e1bb5d472f68d52dcc1a26a3fcf74b4532b +SIZE (bsdgames-4.8.1.tar.xz) = 1745908 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:59:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4B0BE3089E; Fri, 29 Sep 2017 16:59: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 80CDD6D681; Fri, 29 Sep 2017 16:59: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 v8TGxXvg048610; Fri, 29 Sep 2017 16:59:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxX2Q048608; Fri, 29 Sep 2017 16:59:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxX2Q048608@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, 29 Sep 2017 16:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450916 - head/net/mDNSResponder X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/mDNSResponder X-SVN-Commit-Revision: 450916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:59:34 -0000 Author: sunpoet Date: Fri Sep 29 16:59:33 2017 New Revision: 450916 URL: https://svnweb.freebsd.org/changeset/ports/450916 Log: Update to 878.1.1 Modified: head/net/mDNSResponder/Makefile head/net/mDNSResponder/distinfo Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Fri Sep 29 16:55:33 2017 (r450915) +++ head/net/mDNSResponder/Makefile Fri Sep 29 16:59:33 2017 (r450916) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 765.50.9 -PORTREVISION= 2 +PORTVERSION= 878.1.1 CATEGORIES= net dns MASTER_SITES= http://opensource.apple.com/tarballs/${PORTNAME}/ Modified: head/net/mDNSResponder/distinfo ============================================================================== --- head/net/mDNSResponder/distinfo Fri Sep 29 16:55:33 2017 (r450915) +++ head/net/mDNSResponder/distinfo Fri Sep 29 16:59:33 2017 (r450916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491291799 -SHA256 (mDNSResponder-765.50.9.tar.gz) = de61dd0034357aa50c60806726fb1f70fa8e953ff9cb62eccfb73efad10dba0a -SIZE (mDNSResponder-765.50.9.tar.gz) = 2308303 +TIMESTAMP = 1506694152 +SHA256 (mDNSResponder-878.1.1.tar.gz) = 655e83a78796cb7e944a05111d980617afa290e238e7ce26647105f3ab4461ee +SIZE (mDNSResponder-878.1.1.tar.gz) = 2462985 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:59:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EAA7E308BE; Fri, 29 Sep 2017 16:59: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 6B1966D694; Fri, 29 Sep 2017 16:59: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 v8TGxc6C048733; Fri, 29 Sep 2017 16:59:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxcSe048731; Fri, 29 Sep 2017 16:59:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxcSe048731@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, 29 Sep 2017 16:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450917 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-PAR-Packer X-SVN-Commit-Revision: 450917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:59:39 -0000 Author: sunpoet Date: Fri Sep 29 16:59:38 2017 New Revision: 450917 URL: https://svnweb.freebsd.org/changeset/ports/450917 Log: Update to 1.039 Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Fri Sep 29 16:59:33 2017 (r450916) +++ head/devel/p5-PAR-Packer/Makefile Fri Sep 29 16:59:38 2017 (r450917) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.038 +PORTVERSION= 1.039 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Fri Sep 29 16:59:33 2017 (r450916) +++ head/devel/p5-PAR-Packer/distinfo Fri Sep 29 16:59:38 2017 (r450917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585853 -SHA256 (PAR-Packer-1.038.tar.gz) = b93c4d260626a7117bfa489184f35dd28d8f744f843a5fd11271c23e515303ba -SIZE (PAR-Packer-1.038.tar.gz) = 198584 +TIMESTAMP = 1506694165 +SHA256 (PAR-Packer-1.039.tar.gz) = 42eaa2a0007b45f5b741a48a6e61af3cf62a4d9cf84325ea93765fcd302db198 +SIZE (PAR-Packer-1.039.tar.gz) = 198846 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:59:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D70FEE308DD; Fri, 29 Sep 2017 16:59: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 A2EAD6D700; Fri, 29 Sep 2017 16:59: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 v8TGxh7x048858; Fri, 29 Sep 2017 16:59:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxhI2048856; Fri, 29 Sep 2017 16:59:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxhI2048856@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, 29 Sep 2017 16:59:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450918 - head/databases/py-mycli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-mycli X-SVN-Commit-Revision: 450918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:59:45 -0000 Author: sunpoet Date: Fri Sep 29 16:59:43 2017 New Revision: 450918 URL: https://svnweb.freebsd.org/changeset/ports/450918 Log: Update to 1.13.1 Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Modified: head/databases/py-mycli/Makefile head/databases/py-mycli/distinfo Modified: head/databases/py-mycli/Makefile ============================================================================== --- head/databases/py-mycli/Makefile Fri Sep 29 16:59:38 2017 (r450917) +++ head/databases/py-mycli/Makefile Fri Sep 29 16:59:43 2017 (r450918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mycli -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-mycli/distinfo ============================================================================== --- head/databases/py-mycli/distinfo Fri Sep 29 16:59:38 2017 (r450917) +++ head/databases/py-mycli/distinfo Fri Sep 29 16:59:43 2017 (r450918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506176404 -SHA256 (mycli-1.13.0.tar.gz) = 14c822da06a4d9d7aebddf1e509b75abbbc65d407abb9af139cf2b45cbd8e55b -SIZE (mycli-1.13.0.tar.gz) = 268607 +TIMESTAMP = 1506694199 +SHA256 (mycli-1.13.1.tar.gz) = d3f66b4decf199612ff1efa5268d9707e2fc38b163478adb43935a0937f7d664 +SIZE (mycli-1.13.1.tar.gz) = 268376 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:59:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFDB8E3090B; Fri, 29 Sep 2017 16:59: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 8B63B6D774; Fri, 29 Sep 2017 16:59: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 v8TGxmQt048982; Fri, 29 Sep 2017 16:59:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxmF3048980; Fri, 29 Sep 2017 16:59:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxmF3048980@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, 29 Sep 2017 16:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450919 - head/devel/py-gitdb2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-gitdb2 X-SVN-Commit-Revision: 450919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:59:49 -0000 Author: sunpoet Date: Fri Sep 29 16:59:48 2017 New Revision: 450919 URL: https://svnweb.freebsd.org/changeset/ports/450919 Log: Update to 2.0.3 Changes: https://github.com/gitpython-developers/gitdb/commits/2.0.3 Modified: head/devel/py-gitdb2/Makefile head/devel/py-gitdb2/distinfo Modified: head/devel/py-gitdb2/Makefile ============================================================================== --- head/devel/py-gitdb2/Makefile Fri Sep 29 16:59:43 2017 (r450918) +++ head/devel/py-gitdb2/Makefile Fri Sep 29 16:59:48 2017 (r450919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitdb2 -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gitdb2/distinfo ============================================================================== --- head/devel/py-gitdb2/distinfo Fri Sep 29 16:59:43 2017 (r450918) +++ head/devel/py-gitdb2/distinfo Fri Sep 29 16:59:48 2017 (r450919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496231811 -SHA256 (gitdb2-2.0.2.tar.gz) = f2e36d7561e91f30a6a44858756dc020d8f1e81ca6e4185979d5c6c24c648070 -SIZE (gitdb2-2.0.2.tar.gz) = 393188 +TIMESTAMP = 1506694221 +SHA256 (gitdb2-2.0.3.tar.gz) = b60e29d4533e5e25bb50b7678bbc187c8f6bcff1344b4f293b2ba55c85795f09 +SIZE (gitdb2-2.0.3.tar.gz) = 392632 From owner-svn-ports-head@freebsd.org Fri Sep 29 16:59:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE7FE30937; Fri, 29 Sep 2017 16:59: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 A8E756D7EB; Fri, 29 Sep 2017 16:59: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 v8TGxrj5049105; Fri, 29 Sep 2017 16:59:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxrQd049103; Fri, 29 Sep 2017 16:59:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxrQd049103@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, 29 Sep 2017 16:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450920 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 450920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 16:59:55 -0000 Author: sunpoet Date: Fri Sep 29 16:59:53 2017 New Revision: 450920 URL: https://svnweb.freebsd.org/changeset/ports/450920 Log: Update to 0.38.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Fri Sep 29 16:59:48 2017 (r450919) +++ head/net/rubygem-gitaly-proto/Makefile Fri Sep 29 16:59:53 2017 (r450920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.37.0 +PORTVERSION= 0.38.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Fri Sep 29 16:59:48 2017 (r450919) +++ head/net/rubygem-gitaly-proto/distinfo Fri Sep 29 16:59:53 2017 (r450920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585897 -SHA256 (rubygem/gitaly-proto-0.37.0.gem) = 21744a1035846a54355b35a84c0e021ccf3e5ca32607f7d18ba56000564c17db -SIZE (rubygem/gitaly-proto-0.37.0.gem) = 11264 +TIMESTAMP = 1506694230 +SHA256 (rubygem/gitaly-proto-0.38.0.gem) = f954761140033d41b027315f3767ef7b188d42da1711b349376a63c214cf03f1 +SIZE (rubygem/gitaly-proto-0.38.0.gem) = 11776 From owner-svn-ports-head@freebsd.org Fri Sep 29 17:00:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D288E30961; Fri, 29 Sep 2017 17:00: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 CBF676D85A; Fri, 29 Sep 2017 16:59: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 v8TGxwHV049230; Fri, 29 Sep 2017 16:59:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TGxwfO049228; Fri, 29 Sep 2017 16:59:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291659.v8TGxwfO049228@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, 29 Sep 2017 16:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450921 - head/databases/py-flask-sqlalchemy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-flask-sqlalchemy X-SVN-Commit-Revision: 450921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:00:00 -0000 Author: sunpoet Date: Fri Sep 29 16:59:58 2017 New Revision: 450921 URL: https://svnweb.freebsd.org/changeset/ports/450921 Log: Update to 2.3.0 - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON Changes: https://github.com/mitsuhiko/flask-sqlalchemy/releases Modified: head/databases/py-flask-sqlalchemy/Makefile head/databases/py-flask-sqlalchemy/distinfo Modified: head/databases/py-flask-sqlalchemy/Makefile ============================================================================== --- head/databases/py-flask-sqlalchemy/Makefile Fri Sep 29 16:59:53 2017 (r450920) +++ head/databases/py-flask-sqlalchemy/Makefile Fri Sep 29 16:59:58 2017 (r450921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Flask-SQLAlchemy -PORTVERSION= 2.2 +PORTVERSION= 2.3.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Adds SQLAlchemy support to Flask LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.7:databases/py-sqlalchemy10 + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.8:databases/py-sqlalchemy10 -USES= python -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/databases/py-flask-sqlalchemy/distinfo ============================================================================== --- head/databases/py-flask-sqlalchemy/distinfo Fri Sep 29 16:59:53 2017 (r450920) +++ head/databases/py-flask-sqlalchemy/distinfo Fri Sep 29 16:59:58 2017 (r450921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488525551 -SHA256 (Flask-SQLAlchemy-2.2.tar.gz) = f0d8241efba723d7b878f73550f5d3c0fbb042416123b52b36640b7491fa208b -SIZE (Flask-SQLAlchemy-2.2.tar.gz) = 100736 +TIMESTAMP = 1506694249 +SHA256 (Flask-SQLAlchemy-2.3.0.tar.gz) = da19ff62e31f82825b5467811c76e2a1c60bba927e175fe091a6f739063dd829 +SIZE (Flask-SQLAlchemy-2.3.0.tar.gz) = 104014 From owner-svn-ports-head@freebsd.org Fri Sep 29 17:00:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56823E309E5; Fri, 29 Sep 2017 17:00: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 1CE0A6D9B5; Fri, 29 Sep 2017 17:00: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 v8TH0DaY049632; Fri, 29 Sep 2017 17:00:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TH0Dmi049631; Fri, 29 Sep 2017 17:00:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291700.v8TH0Dmi049631@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, 29 Sep 2017 17:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450924 - head/textproc/py-pyphen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-pyphen X-SVN-Commit-Revision: 450924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:00:14 -0000 Author: sunpoet Date: Fri Sep 29 17:00:12 2017 New Revision: 450924 URL: https://svnweb.freebsd.org/changeset/ports/450924 Log: Update LICENSE Modified: head/textproc/py-pyphen/Makefile Modified: head/textproc/py-pyphen/Makefile ============================================================================== --- head/textproc/py-pyphen/Makefile Fri Sep 29 17:00:08 2017 (r450923) +++ head/textproc/py-pyphen/Makefile Fri Sep 29 17:00:12 2017 (r450924) @@ -11,11 +11,11 @@ DISTNAME= Pyphen-${PORTVERSION} MAINTAINER= yuri@rawbw.com COMMENT= Module to hyphenate text based on Hunspell dictionaries -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-head@freebsd.org Fri Sep 29 17:00:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A88B5E309BB; Fri, 29 Sep 2017 17:00: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 7467F6D947; Fri, 29 Sep 2017 17:00: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 v8TH08OV049510; Fri, 29 Sep 2017 17:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TH08ZO049509; Fri, 29 Sep 2017 17:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291700.v8TH08ZO049509@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, 29 Sep 2017 17:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450923 - head/x11-fonts/dejavu X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/dejavu X-SVN-Commit-Revision: 450923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:00:09 -0000 Author: sunpoet Date: Fri Sep 29 17:00:08 2017 New Revision: 450923 URL: https://svnweb.freebsd.org/changeset/ports/450923 Log: Add LICENSE PR: 222357 (based on) Submitted by: Yasuhiro KIMURA Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Fri Sep 29 17:00:03 2017 (r450922) +++ head/x11-fonts/dejavu/Makefile Fri Sep 29 17:00:08 2017 (r450923) @@ -10,6 +10,16 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters +LICENSE= AMS AREV BITSTREAM +LICENSE_COMB= multi +LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 +LICENSE_NAME_AREV= Arev Fonts Copyright +LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} + OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS OPTIONS_SUB= yes From owner-svn-ports-head@freebsd.org Fri Sep 29 17:00:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9D7E30994; Fri, 29 Sep 2017 17:00: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 CCB1A6D8CE; Fri, 29 Sep 2017 17:00: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 v8TH03mr049402; Fri, 29 Sep 2017 17:00:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TH03AL049400; Fri, 29 Sep 2017 17:00:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709291700.v8TH03AL049400@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, 29 Sep 2017 17:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450922 - head/security/rubygem-omniauth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-omniauth X-SVN-Commit-Revision: 450922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:00:05 -0000 Author: sunpoet Date: Fri Sep 29 17:00:03 2017 New Revision: 450922 URL: https://svnweb.freebsd.org/changeset/ports/450922 Log: Update to 1.7.0 Changes: https://github.com/omniauth/omniauth/commits/master Modified: head/security/rubygem-omniauth/Makefile head/security/rubygem-omniauth/distinfo Modified: head/security/rubygem-omniauth/Makefile ============================================================================== --- head/security/rubygem-omniauth/Makefile Fri Sep 29 16:59:58 2017 (r450921) +++ head/security/rubygem-omniauth/Makefile Fri Sep 29 17:00:03 2017 (r450922) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-omniauth/distinfo ============================================================================== --- head/security/rubygem-omniauth/distinfo Fri Sep 29 16:59:58 2017 (r450921) +++ head/security/rubygem-omniauth/distinfo Fri Sep 29 17:00:03 2017 (r450922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492954336 -SHA256 (rubygem/omniauth-1.6.1.gem) = 54150e3db6588ae72f0f41ed0fe7ffd84af9c09cc92acd8871e21f146a6441af -SIZE (rubygem/omniauth-1.6.1.gem) = 19968 +TIMESTAMP = 1506694259 +SHA256 (rubygem/omniauth-1.7.0.gem) = 53c5f5e569f2ef60782f8b2695498c64c02aeafc8ec702000dad162843b8c99d +SIZE (rubygem/omniauth-1.7.0.gem) = 20992 From owner-svn-ports-head@freebsd.org Fri Sep 29 17:45:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CEF3E31BDE; Fri, 29 Sep 2017 17:45:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 571506F7B9; Fri, 29 Sep 2017 17:45:06 +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 v8THj5Zq069931; Fri, 29 Sep 2017 17:45:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8THj5RZ069928; Fri, 29 Sep 2017 17:45:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291745.v8THj5RZ069928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 17:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450925 - head/www/tdiary X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/tdiary X-SVN-Commit-Revision: 450925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:45:06 -0000 Author: swills Date: Fri Sep 29 17:45:04 2017 New Revision: 450925 URL: https://svnweb.freebsd.org/changeset/ports/450925 Log: www/tdiary: Update to 5.0.6 PR: 222688 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/www/tdiary/Makefile head/www/tdiary/distinfo head/www/tdiary/pkg-plist Modified: head/www/tdiary/Makefile ============================================================================== --- head/www/tdiary/Makefile Fri Sep 29 17:00:12 2017 (r450924) +++ head/www/tdiary/Makefile Fri Sep 29 17:45:04 2017 (r450925) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tdiary -PORTVERSION= 5.0.5 -PORTREVISION= 1 +PORTVERSION= 5.0.6 CATEGORIES?= www ruby MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -20,7 +19,7 @@ RUN_DEPENDS= rubygem-bundler>=1.14.6:sysutils/rubygem- rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \ rubygem-mail>=2.6.6:mail/rubygem-mail \ rubygem-rack16>=1.6.8:www/rubygem-rack16 \ - rubygem-rake>=12.0.0:devel/rubygem-rake + rubygem-rake>=12.1.0:devel/rubygem-rake USES= shebangfix USE_RUBY= yes @@ -81,7 +80,7 @@ pre-patch: @${RM} ${WRKSRC}/tdiary.gemspec @${RM} ${WRKSRC}/tmp/.gitkeep @${RM} -r ${WRKSRC}/.bundle - @${RM} -r ${WRKSRC}/misc/lib/bundler-1.14.6 + @${RM} -r ${WRKSRC}/misc/lib/bundler-1.15.4 @${RM} -r ${WRKSRC}/public @${RM} -r ${WRKSRC}/spec @${RM} -r ${WRKSRC}/test Modified: head/www/tdiary/distinfo ============================================================================== --- head/www/tdiary/distinfo Fri Sep 29 17:00:12 2017 (r450924) +++ head/www/tdiary/distinfo Fri Sep 29 17:45:04 2017 (r450925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498778330 -SHA256 (tdiary-full-v5.0.5.tar.gz) = 1609686003240e8bfa9ee20cc9a9bbbeb6799c274240c957a223a65f7390b0ab -SIZE (tdiary-full-v5.0.5.tar.gz) = 7191300 +TIMESTAMP = 1506695019 +SHA256 (tdiary-full-v5.0.6.tar.gz) = ed5128f8969dccdf916e905e77a6a28c437fbf226675137d96778021405e4141 +SIZE (tdiary-full-v5.0.6.tar.gz) = 7164588 Modified: head/www/tdiary/pkg-plist ============================================================================== --- head/www/tdiary/pkg-plist Fri Sep 29 17:00:12 2017 (r450924) +++ head/www/tdiary/pkg-plist Fri Sep 29 17:45:04 2017 (r450925) @@ -120,11 +120,6 @@ bin/%%TDIARY_SCRIPT%% %%WWWDIR%%/misc/paas/heroku/Gemfile.lock %%WWWDIR%%/misc/paas/heroku/misc/plugin/system_update.rb %%WWWDIR%%/misc/paas/heroku/tdiary.conf -%%WWWDIR%%/misc/paas/sqale/Gemfile -%%WWWDIR%%/misc/paas/sqale/Gemfile.lock -%%WWWDIR%%/misc/paas/sqale/Procfile -%%WWWDIR%%/misc/paas/sqale/dot.env -%%WWWDIR%%/misc/paas/sqale/tdiary.conf %%WWWDIR%%/misc/plugin/ChangeLog.DO_NOT_UPDATE %%WWWDIR%%/misc/plugin/a.rb %%WWWDIR%%/misc/plugin/amazon.rb @@ -2268,7 +2263,6 @@ bin/%%TDIARY_SCRIPT%% @dir %%WWWDIR%%/misc/plugin/ja @dir %%WWWDIR%%/misc/plugin/en @dir %%WWWDIR%%/misc/plugin -@dir %%WWWDIR%%/misc/paas/sqale @dir %%WWWDIR%%/misc/paas/heroku @dir %%WWWDIR%%/misc/paas/heroku/misc @dir %%WWWDIR%%/misc/paas/heroku/misc/plugin From owner-svn-ports-head@freebsd.org Fri Sep 29 17:51:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19E1DE31E37; Fri, 29 Sep 2017 17:51:36 +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 D724A6FA9F; Fri, 29 Sep 2017 17:51:35 +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 v8THpYHi073843; Fri, 29 Sep 2017 17:51:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8THpYPM073841; Fri, 29 Sep 2017 17:51:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291751.v8THpYPM073841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 17:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450926 - head/devel/git-lfs X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/git-lfs X-SVN-Commit-Revision: 450926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:51:36 -0000 Author: swills Date: Fri Sep 29 17:51:34 2017 New Revision: 450926 URL: https://svnweb.freebsd.org/changeset/ports/450926 Log: devel/git-lfs: Update to 2.3.1 PR: 222662 Submitted by: Kenji Rikitake (maintainer) Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Fri Sep 29 17:45:04 2017 (r450925) +++ head/devel/git-lfs/Makefile Fri Sep 29 17:51:34 2017 (r450926) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Fri Sep 29 17:45:04 2017 (r450925) +++ head/devel/git-lfs/distinfo Fri Sep 29 17:51:34 2017 (r450926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505479839 -SHA256 (git-lfs-git-lfs-v2.3.0_GH0.tar.gz) = 4f972b4578d09a464cfc730df3a0ff6255d5ca0e09ea2913b3b6515d9c987d81 -SIZE (git-lfs-git-lfs-v2.3.0_GH0.tar.gz) = 749012 +TIMESTAMP = 1506596238 +SHA256 (git-lfs-git-lfs-v2.3.1_GH0.tar.gz) = bb30538dffc48a224e167ac520d3de677b835964b38afa94667e0559c7556844 +SIZE (git-lfs-git-lfs-v2.3.1_GH0.tar.gz) = 746077 From owner-svn-ports-head@freebsd.org Fri Sep 29 17:54:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32A97E31F1F; Fri, 29 Sep 2017 17:54:04 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DEBE6FDD4; Fri, 29 Sep 2017 17:54:03 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8THs3SN074069; Fri, 29 Sep 2017 17:54:03 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8THs3ik074066; Fri, 29 Sep 2017 17:54:03 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709291754.v8THs3ik074066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 29 Sep 2017 17:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450927 - head/math/R X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/R X-SVN-Commit-Revision: 450927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 17:54:04 -0000 Author: jrm Date: Fri Sep 29 17:54:02 2017 New Revision: 450927 URL: https://svnweb.freebsd.org/changeset/ports/450927 Log: math/R: Update to version 3.4.2 Also - Build Fortran code with flang by default on amd64. - Remove LTO option. Upstream does not turn it on by default, it has caused problems with each GCC upgrade, and any benefit is unclear. - Do not specify USES=compiler:openmp since that just forces GCC. Modified: head/math/R/Makefile head/math/R/distinfo head/math/R/pkg-message Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Fri Sep 29 17:51:34 2017 (r450926) +++ head/math/R/Makefile Fri Sep 29 17:54:02 2017 (r450927) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 3.4.1 -PORTREVISION= 8 +DISTVERSION= 3.4.2 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -29,9 +28,8 @@ USES= gmake iconv libtool localbase \ USE_PERL5= build USE_LDCONFIG= ${PREFIX}/lib/R/lib -OPTIONS_DEFINE= ICU INFO LDOUBLE LETTER LIBR MEMPROF NLS RPROF X11 -OPTIONS_GROUP= NEEDGCC NEEDX11 -OPTIONS_GROUP_NEEDGCC= LTO OPENMP +OPTIONS_DEFINE= ICU INFO LDOUBLE LETTER LIBR MEMPROF NLS OPENMP RPROF X11 +OPTIONS_GROUP= NEEDX11 OPTIONS_GROUP_NEEDX11= GHOSTSCRIPT JPEG CAIROPANGO PNG TCLTK TEXDOCS TIFF OPTIONS_SINGLE= BLAS FORTRAN OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS NETLIB RBLAS @@ -43,16 +41,15 @@ OPTIONS_SINGLE_FORTRAN_amd64= GFORTRAN FLANG OPTIONS_SUB= YES ATLAS_DESC= ATLAS BLAS implementation -FLANG_DESC= Experimental Fortran support via flang +FLANG_DESC= Build Fortran source with flang GHOSTSCRIPT_DESC= Graphics device for bitmap files via Ghostscript CAIROPANGO_DESC= Cairo graphics device and Pango multi-language text -GFORTRAN_DESC= Fortran support via gfortran +GFORTRAN_DESC= Build Fortran source with gfortran INFO_DESC= GNU info manuals JPEG_DESC= JPEG graphics device LDOUBLE_DESC= Long double data type LETTER_DESC= US letter paper LIBR_DESC= Shared R library -LTO_DESC= Use Link Time Optimization MEMPROF_DESC= Memory profiling via Rprofmem() and tracemem() NEEDGCC_DESC= Require GCC NEEDX11_DESC= Require X11 @@ -64,8 +61,11 @@ RPROF_DESC= R profiling via Rprof() TEXDOCS_DESC= Build/Install TeX-dependent documentation files X11_DESC= X11 graphics device -OPTIONS_DEFAULT= CAIROPANGO GFORTRAN GHOSTSCRIPT ICU INFO JPEG LDOUBLE \ - LIBR PNG RBLAS RPROF TCLTK TIFF X11 +OPTIONS_DEFAULT= CAIROPANGO GHOSTSCRIPT ICU INFO JPEG LDOUBLE LIBR PNG \ + RBLAS RPROF TCLTK TIFF X11 +OPTIONS_DEFAULT_aarch64=GFORTRAN +OPTIONS_DEFAULT_amd64= FLANG +OPTIONS_DEFAULT_i386= GFORTRAN ATLAS_USES= blaslapack:atlas ATLAS_CONFIGURE_ON= --disable-BLAS-shlib @@ -76,6 +76,7 @@ CAIROPANGO_CONFIGURE_WITH=cairo CAIROPANGO_USES= gettext jpeg pkgconfig CAIROPANGO_USE= GNOME=pango,cairo FLANG_USE= binutils +#FLANG_USES= fortran:flang FLANG_PREVENTS= ATLAS OPENBLAS NETLIB FLANG_BUILD_DEPENDS= flang:devel/flang FLANG_RUN_DEPENDS= flang:devel/flang @@ -83,6 +84,7 @@ FLANG_VARS= F77=flang FC=flang FLANG_LDFLAGS= -L${LOCALBASE}/flang/lib -lflang -lexecinfo FLANG_CONFIGURE_ENV= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}" FLANG_MAKE_ENV= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}" +#GFORTRAN_USE= gcc=yes GFORTRAN_USES= fortran GFORTRAN_RUN_DEPENDS= wget:ftp/wget GHOSTSCRIPT_IMPLIES= X11 @@ -99,13 +101,6 @@ LDOUBLE_CONFIGURE_ENABLE=long-double LETTER_CONFIGURE_ENV= R_PAPERSIZE=letter LIBR_CONFIGURE_ENABLE= R-shlib LIBR_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main_Makefile.in -LTO_CONFIGURE_ENABLE= lto -LTO_CONFIGURE_ENV= AR="${LOCALBASE}/bin/gcc-ar${GCC_DEFAULT:S/.//g}" \ - RANLIB="${LOCALBASE}/bin/gcc-ranlib${GCC_DEFAULT:S/.//g}" -LTO_PREVENTS= FLANG -LTO_USE= GCC=yes -LTO_VARS= BINUTILS="ADDR2LINE AS CPPFILT GPROF LD NM OBJCOPY \ - OBJDUMP READELF SIZE STRINGS" MEMPROF_CONFIGURE_ENABLE=memory-profiling NETLIB_USES= blaslapack:netlib NETLIB_CONFIGURE_ON= --disable-BLAS-shlib @@ -115,7 +110,6 @@ OPENBLAS_USES= blaslapack:openblas OPENBLAS_CONFIGURE_ON= --disable-BLAS-shlib OPENMP_CONFIGURE_ENABLE=openmp OPENMP_LIB_DEPENDS= libomp.so:devel/openmp -OPENMP_USES= compiler:openmp PNG_IMPLIES= X11 PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CONFIGURE_WITH= libpng Modified: head/math/R/distinfo ============================================================================== --- head/math/R/distinfo Fri Sep 29 17:51:34 2017 (r450926) +++ head/math/R/distinfo Fri Sep 29 17:54:02 2017 (r450927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498946951 -SHA256 (R-3.4.1.tar.gz) = 02b1135d15ea969a3582caeb95594a05e830a6debcdb5b85ed2d5836a6a3fc78 -SIZE (R-3.4.1.tar.gz) = 30200109 +TIMESTAMP = 1506599196 +SHA256 (R-3.4.2.tar.gz) = 971e30c2436cf645f58552905105d75788bd9733bddbcb7c4fbff4c1a6d80c64 +SIZE (R-3.4.2.tar.gz) = 30255544 Modified: head/math/R/pkg-message ============================================================================== --- head/math/R/pkg-message Fri Sep 29 17:51:34 2017 (r450926) +++ head/math/R/pkg-message Fri Sep 29 17:54:02 2017 (r450927) @@ -1,14 +1,14 @@ ======================================================================== On 11.1 and later, there is a problem downloading R packages when -gfortran is chosen as the fortran compiler. +R is built with gfortran. Use either of these workarounds until a permanent solution is found. -1. If you are on an amd64 system, you can use flang as the fortran - compiler. +1. If you are on an amd64 system, use flang to build R. R is now built + by default using flang on amd64. -2. If you choose gfortran as the fortran compiler, you can add +2. If you use gfortran to build R, add options(download.file.method="wget") From owner-svn-ports-head@freebsd.org Fri Sep 29 18:13:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 247B0E32446; Fri, 29 Sep 2017 18:13: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 9C8997066D; Fri, 29 Sep 2017 18:13:22 +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 v8TIDLVw082553; Fri, 29 Sep 2017 18:13:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TIDKrF082550; Fri, 29 Sep 2017 18:13:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291813.v8TIDKrF082550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 18:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450928 - head/graphics/py-scikit-image X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/py-scikit-image X-SVN-Commit-Revision: 450928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 18:13:24 -0000 Author: swills Date: Fri Sep 29 18:13:20 2017 New Revision: 450928 URL: https://svnweb.freebsd.org/changeset/ports/450928 Log: graphics/py-scikit-image: upgrade to v0.13.1 PR: 222656 Submitted by: Eric Camachat (maintainer) Modified: head/graphics/py-scikit-image/Makefile head/graphics/py-scikit-image/distinfo head/graphics/py-scikit-image/pkg-descr Modified: head/graphics/py-scikit-image/Makefile ============================================================================== --- head/graphics/py-scikit-image/Makefile Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/Makefile Fri Sep 29 18:13:20 2017 (r450928) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,6 @@ COMMENT= Image Processing SciKit (Toolbox for SciPy) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to configure BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ Modified: head/graphics/py-scikit-image/distinfo ============================================================================== --- head/graphics/py-scikit-image/distinfo Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/distinfo Fri Sep 29 18:13:20 2017 (r450928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495853206 -SHA256 (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = e1f2f8a8f6422603fd76c8dc882efc088dadbef1cc558d4f0f9c1aa935a37fee -SIZE (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = 21569731 +TIMESTAMP = 1506531934 +SHA256 (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = c38511f20145e14c28c42aac013b7714dc30a72a8a3e69db297f6b85d3b92f3e +SIZE (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = 21492844 Modified: head/graphics/py-scikit-image/pkg-descr ============================================================================== --- head/graphics/py-scikit-image/pkg-descr Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/pkg-descr Fri Sep 29 18:13:20 2017 (r450928) @@ -2,3 +2,5 @@ scikit-image is a collection of algorithms for image p available free of charge and free of restriction. We pride ourselves on high-quality, peer-reviewed code, written by an active community of volunteers. + +WWW: http://scikit-image.org/ From owner-svn-ports-head@freebsd.org Fri Sep 29 18:39:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82A18E32B7D; Fri, 29 Sep 2017 18:39:50 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::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 F348E7119F; Fri, 29 Sep 2017 18:39:49 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id p184so238812lfe.12; Fri, 29 Sep 2017 11:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=Klhp6CnpolW4hs3Ey5d+8X6COJBvVxXFy/yEjC60EB4=; b=ebK04VCBUAkW/xElpZP/iLjUtHEhBAncpdtnUjSZ/WsgS53iDIhaYRnttH/uL1a/tW JV5DRXtBK6RhMptRFsgCQnPKUuVyooWR8LhNx4mQ/hCOYRd57FPicUeg9544MYjMuMxX fEIR1T9TU+2Wup15kmqdX35L+gU/tjjvrLf3TjZB9ZB/W0uy1DHf3NKdKluc8j48rWXc nKTA9gOC8rmqDrVkfkMStcQd3dZ1AnyU1mQRTZ7bUrKadOXucmAzzdG46UaibPCMIErK lGLiqEcsz2C+Bkzusg/pE4gUKoEIHvtg+mLG5yKycKqJCsErvG0Ids7p1ndkxYCM2Zez qeTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=Klhp6CnpolW4hs3Ey5d+8X6COJBvVxXFy/yEjC60EB4=; b=NxOVL4ef6Kor9m8AX0EsmZsEcpbV2FYxAgE7thzRKVPYZDBJbmw8a84sCSKBH8wRbP Lys7M0HKLfZ3qnoeILM70ztoin+Y7c1jVqOc2Lv5sMjsEWdLZk0jqLV0gCEOsy+6M+t4 3RPT7sPkUVekDWgI9aTyxJj8OGC7dXEZaxUmDoJncfDoPd8sVaTTGjuwQGBDbW140pNZ 2xmQVcb7dF8IDwIZgvUgNwcbCLo8q6OeE3F9GH1nrYCHVcd8d1r9xW+036rnzHHxWYtG J/Evyz8LJhcJftOF2gzwpWz3+Vj7wiLSFB197j7BYpKiYw3evTBLYT5qEvTSNSXjRE7E 1yjw== X-Gm-Message-State: AMCzsaUKviDLnD6p8EE6RO9kP1bc45/symVT28MsR83EkhE0d8fm3ue8 zYXS2Pu64Focj8nmNWxmimJHkc2WbLmczUR5mYYRHA== X-Google-Smtp-Source: AOwi7QAPWpAGT5Ow49dEQZaGT4ZMe+j6AyJJSQuRZnVfELb/gcFlLIU5Q803qH64/2yc++ARC4G72CuH6QWnJ7mo2O8= X-Received: by 10.25.145.66 with SMTP id y2mr1577790lfj.102.1506710387454; Fri, 29 Sep 2017 11:39:47 -0700 (PDT) MIME-Version: 1.0 Sender: andrej.zverev@gmail.com Received: by 10.25.163.137 with HTTP; Fri, 29 Sep 2017 11:39:46 -0700 (PDT) From: Andrej Zverev Date: Fri, 29 Sep 2017 21:39:46 +0300 X-Google-Sender-Auth: kZqQYk6oHHLbtlRoRZagrDJktkk Message-ID: Subject: Re: svn commit: r450810 - head/www/yarn To: Luca Pizzamiglio Cc: Adam Weinberger , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , Lars Engels , =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 18:39:50 -0000 Usually when you broke something you have right to fix it, just with impicit mentor approval (approved by: xxx (mentor)(implicit)). Especially when fix is trivial. On Fri, Sep 29, 2017 at 7:19 PM, Luca Pizzamiglio wrote: > Hi Adam, > It's ready to land. I'm only waiting the approval of my mentors: > > https://reviews.freebsd.org/D12542 > > As workaround you can use yarnpkg instead of yarn, it work. > > > On Fri, Sep 29, 2017 at 5:56 PM, Adam Weinberger wrote: >>> On 28 Sep, 2017, at 10:27, Adam Weinberger wrote: >>> >>>> On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >>>> >>>>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio wrote: >>>>> >>>>> Author: pizzamig >>>>> Date: Thu Sep 28 09:06:27 2017 >>>>> New Revision: 450810 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>>>> >>>>> Log: >>>>> www/yarn: Updating to version 1.0.2 >>>>> >>>>> Adopting a more fine grained conflict type >>>>> Fixing a Linux incompatibility >>>>> >>>>> Approved by: olivier (mentor) >>>>> Differential Revision: https://reviews.freebsd.org/D12516 >>>>> >>>>> Modified: >>>>> head/www/yarn/Makefile >>>>> head/www/yarn/distinfo >>>> >>>> Hi Luca, >>>> >>>> Yarn has stopped working for me with this release. This is in a poudriere jail with just yarn installed: >>>> >>>> root@apnoea:/tmp # mkdir foo >>>> root@apnoea:/tmp # cd foo >>>> root@apnoea:/tmp/foo # yarn init >>>> module.js:473 >>>> throw err; >>>> ^ >>>> >>>> Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' >>>> at Function.Module._resolveFilename (module.js:527:15) >>>> at Function.Module._load (module.js:453:25) >>>> at Function.Module.runMain (module.js:665:10) >>>> at startup (bootstrap_node.js:201:16) >>>> at bootstrap_node.js:626:3 >>> >>> Ah, the problem is that REINPLACE_CMD that got removed. It still needs to be there. >>> >> >> Luca, >> >> Are you planning on fixing this? yarn is currently broken. That REINPLACE_CMD needs to be added back in. >> >> # Adam >> >> >> -- >> Adam Weinberger >> adamw@adamw.org >> https://www.adamw.org >> > From owner-svn-ports-head@freebsd.org Fri Sep 29 18:44:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 362AFE32D1C; Fri, 29 Sep 2017 18:44:49 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E05871558; Fri, 29 Sep 2017 18:44:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 1a726637 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 29 Sep 2017 12:44:46 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450810 - head/www/yarn From: Adam Weinberger In-Reply-To: Date: Fri, 29 Sep 2017 12:44:44 -0600 Cc: Luca Pizzamiglio , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , Lars Engels , =?utf-8?Q?Olivier_Cochard-Labb=C3=A9?= Content-Transfer-Encoding: quoted-printable Message-Id: <6E3C9143-3A6E-4BB3-9DF6-FE3361A5AD3C@adamw.org> References: To: Andrej Zverev X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 18:44:49 -0000 > On 29 Sep, 2017, at 12:39, Andrej Zverev wrote: >=20 > Usually when you broke something you have right to fix it, just with > impicit mentor approval (approved by: xxx (mentor)(implicit)). > Especially when fix is trivial. With people I mentor that's definitely the case (and I'd certainly = encourage mentors to utilize that paradigm to avoid prolonged = breakages), but that's too presumptuous to be a broad rule-of-thumb. At = the end of the day, only the agreement between Luca and his mentors = prescribes his actions here. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Fri Sep 29 19:11:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A819E331D7; Fri, 29 Sep 2017 19:11:08 +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 4178671D30; Fri, 29 Sep 2017 19:11:08 +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 v8TJB77O003935; Fri, 29 Sep 2017 19:11:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJB7XM003934; Fri, 29 Sep 2017 19:11:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709291911.v8TJB7XM003934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 29 Sep 2017 19:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450929 - head/lang/gcc6 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6 X-SVN-Commit-Revision: 450929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 19:11:08 -0000 Author: gerald Date: Fri Sep 29 19:11:07 2017 New Revision: 450929 URL: https://svnweb.freebsd.org/changeset/ports/450929 Log: Add a conflict with the lang/gcc6-devel port as we've had it in lang/gcc5 (for lang/gcc5-devel) for a fair while. This mirrors what we did for the lang/gcc5-devel port earlier this week. Also make Python a build-only dependency when building Java (via JAVA_USES=python:build) which makes the installed port/package quite a bit more lightweight. Bump PORTREVISION for those two changes. Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Fri Sep 29 18:13:20 2017 (r450928) +++ head/lang/gcc6/Makefile Fri Sep 29 19:11:07 2017 (r450929) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -27,6 +27,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc6-devel-6.* + CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} @@ -48,7 +50,7 @@ OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap GRAPHITE_DESC= Support for Graphite loop optimizations -JAVA_USES= python shebangfix +JAVA_USES= python:build shebangfix SHEBANG_FILES= libjava/contrib/aot-compile.in .if exists(/usr/lib32/libc.so) From owner-svn-ports-head@freebsd.org Fri Sep 29 19:17:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00C2BE3330E; Fri, 29 Sep 2017 19:17:29 +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 C418372168; Fri, 29 Sep 2017 19:17: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 v8TJHSw8007397; Fri, 29 Sep 2017 19:17:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJHSEP007396; Fri, 29 Sep 2017 19:17:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709291917.v8TJHSEP007396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 29 Sep 2017 19:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450930 - head/x11-fonts/dejavu X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11-fonts/dejavu X-SVN-Commit-Revision: 450930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 19:17:29 -0000 Author: antoine Date: Fri Sep 29 19:17:27 2017 New Revision: 450930 URL: https://svnweb.freebsd.org/changeset/ports/450930 Log: Revert r450923 and unbreak With hat: portmgr Modified: head/x11-fonts/dejavu/Makefile Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Fri Sep 29 19:11:07 2017 (r450929) +++ head/x11-fonts/dejavu/Makefile Fri Sep 29 19:17:27 2017 (r450930) @@ -10,16 +10,6 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters -LICENSE= AMS AREV BITSTREAM -LICENSE_COMB= multi -LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 -LICENSE_NAME_AREV= Arev Fonts Copyright -LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} - OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS OPTIONS_SUB= yes From owner-svn-ports-head@freebsd.org Fri Sep 29 19:23:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C24B4E33758; Fri, 29 Sep 2017 19:23: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 8F469726D1; Fri, 29 Sep 2017 19:23: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 v8TJND2R011301; Fri, 29 Sep 2017 19:23:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJNDnK011300; Fri, 29 Sep 2017 19:23:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709291923.v8TJNDnK011300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 29 Sep 2017 19:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450931 - head/devel/rapidjson X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/rapidjson X-SVN-Commit-Revision: 450931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 19:23:14 -0000 Author: antoine Date: Fri Sep 29 19:23:13 2017 New Revision: 450931 URL: https://svnweb.freebsd.org/changeset/ports/450931 Log: Canonicalize LICENSE_PERMS With hat: portmgr Modified: head/devel/rapidjson/Makefile Modified: head/devel/rapidjson/Makefile ============================================================================== --- head/devel/rapidjson/Makefile Fri Sep 29 19:17:27 2017 (r450930) +++ head/devel/rapidjson/Makefile Fri Sep 29 19:23:13 2017 (r450931) @@ -13,7 +13,7 @@ COMMENT= Fast JSON parser/generator for C++ with both LICENSE= unknown LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= does not build: c++: error: the clang compiler does not support -march=native BROKEN_armv6= does not build: c++: error: the clang compiler does not support -march=native From owner-svn-ports-head@freebsd.org Fri Sep 29 19:39:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A51C4E33BDF; Fri, 29 Sep 2017 19:39: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 71CC472D3A; Fri, 29 Sep 2017 19:39: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 v8TJdtH1015742; Fri, 29 Sep 2017 19:39:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJdtef015739; Fri, 29 Sep 2017 19:39:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709291939.v8TJdtef015739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 29 Sep 2017 19:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450932 - in head: japanese/mecab-ipadic mail/libmilter mail/sendmail X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: japanese/mecab-ipadic mail/libmilter mail/sendmail X-SVN-Commit-Revision: 450932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 19:39:56 -0000 Author: antoine Date: Fri Sep 29 19:39:55 2017 New Revision: 450932 URL: https://svnweb.freebsd.org/changeset/ports/450932 Log: Canonicalize a few LICENSE_PERMS With hat: portmgr Modified: head/japanese/mecab-ipadic/Makefile head/mail/libmilter/Makefile head/mail/sendmail/Makefile Modified: head/japanese/mecab-ipadic/Makefile ============================================================================== --- head/japanese/mecab-ipadic/Makefile Fri Sep 29 19:23:13 2017 (r450931) +++ head/japanese/mecab-ipadic/Makefile Fri Sep 29 19:39:55 2017 (r450932) @@ -14,8 +14,8 @@ LICENSE= NAIST ICOT LICENSE_COMB= multi LICENSE_NAME_NAIST= NAIST LICENSE_NAME_ICOT= ICOT -LICENSE_PERMS_NAIST= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_ICOT= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_NAIST= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_ICOT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept .if empty(PKGNAMESUFFIX) LICENSE_TEXT_NAIST= See https://github.com/taku910/mecab/blob/master/mecab-ipadic/COPYING Modified: head/mail/libmilter/Makefile ============================================================================== --- head/mail/libmilter/Makefile Fri Sep 29 19:23:13 2017 (r450931) +++ head/mail/libmilter/Makefile Fri Sep 29 19:39:55 2017 (r450932) @@ -12,7 +12,7 @@ COMMENT= Library providing Sendmail Mail Filter API LICENSE= Sendmail LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MILTER_SOVER?= 6 Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Fri Sep 29 19:23:13 2017 (r450931) +++ head/mail/sendmail/Makefile Fri Sep 29 19:39:55 2017 (r450932) @@ -14,7 +14,7 @@ COMMENT= Reliable, highly configurable mail transfer a LICENSE= Sendmail LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* From owner-svn-ports-head@freebsd.org Fri Sep 29 19:45:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC7FE33DC4; Fri, 29 Sep 2017 19:45:29 +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 DB3FF730FE; Fri, 29 Sep 2017 19:45:28 +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 v8TJjRNa019662; Fri, 29 Sep 2017 19:45:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TJjR8Y019660; Fri, 29 Sep 2017 19:45:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291945.v8TJjR8Y019660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 19:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450933 - in head/graphics/pngcrush: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/pngcrush: . files X-SVN-Commit-Revision: 450933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 19:45:29 -0000 Author: swills Date: Fri Sep 29 19:45:27 2017 New Revision: 450933 URL: https://svnweb.freebsd.org/changeset/ports/450933 Log: graphics/pngcrush: Update to 1.8.13 PR: 222517 Submitted by: lightside Approved by: Anton Sayetsky (maintainer) Deleted: head/graphics/pngcrush/files/ Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Fri Sep 29 19:39:55 2017 (r450932) +++ head/graphics/pngcrush/Makefile Fri Sep 29 19:45:27 2017 (r450933) @@ -2,23 +2,31 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.13 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ -# # SF/pmt/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ + SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com COMMENT= Optimizer for PNG files +LICENSE= Pngcrush +LICENSE_NAME= Pngcrush License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libpng.so:graphics/png -USES= tar:xz -CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" +USES= localbase:ldflags tar:xz +MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \ + LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/pngcrush + +post-patch: + @${REINPLACE_CMD} -e '/^LIBS/s|-L$$([[:alnum:]]*) ||g' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Fri Sep 29 19:39:55 2017 (r450932) +++ head/graphics/pngcrush/distinfo Fri Sep 29 19:45:27 2017 (r450933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477914424 -SHA256 (pngcrush-1.8.7-nolib.tar.xz) = f0cfc0d6f4df67106a184600f891b164875b6be7173111c87bec48a509fac60b -SIZE (pngcrush-1.8.7-nolib.tar.xz) = 64556 +TIMESTAMP = 1504041316 +SHA256 (pngcrush-1.8.13-nolib.tar.xz) = 3b4eac8c5c69fe0894ad63534acedf6375b420f7038f7fc003346dd352618350 +SIZE (pngcrush-1.8.13-nolib.tar.xz) = 66104 From owner-svn-ports-head@freebsd.org Fri Sep 29 20:10:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C373CE3432F; Fri, 29 Sep 2017 20:10:14 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92D9273AF7; Fri, 29 Sep 2017 20:10:14 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TKADQF028415; Fri, 29 Sep 2017 20:10:13 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TKADZQ028414; Fri, 29 Sep 2017 20:10:13 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201709292010.v8TKADZQ028414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 29 Sep 2017 20:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450934 - head X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 20:10:14 -0000 Author: eugen Date: Fri Sep 29 20:10:13 2017 New Revision: 450934 URL: https://svnweb.freebsd.org/changeset/ports/450934 Log: Give a hint for those who strugges updating PHP after dependency switch from devel/oniguruma5 to devel/oniguruma6 PR: 220809 Reported by: dvl Approved by: ale (maintainer timeout, 8 weeks) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 29 19:45:27 2017 (r450933) +++ head/UPDATING Fri Sep 29 20:10:13 2017 (r450934) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170930: + AFFECTS: users of PHP and its modules + AUTHOR: eugen@FreeBSD.org + + All lang/php* ports switched to depend on devel/oniguruma6 + instead of previous oniguruma version some time ago. + + If you have not moved from devel/oniguruma5 before and + have troubles updating PHP, + + for users of portmaster: + portmaster -o devel/oniguruma6 devel/oniguruma5 + portmaster -r devel/oniguruma6 + + for users of portupgrade: + portupgrade -o devel/oniguruma6 devel/oniguruma5 + portupgrade -fr devel/oniguruma6 + + pkg should handle this automatically. + 20170928: AFFECTS: users of security/courier-authlib and its modules AUTHOR: madpilot@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri Sep 29 20:11:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF89AE34489; Fri, 29 Sep 2017 20:11:23 +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 7E4A473D7D; Fri, 29 Sep 2017 20:11:23 +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 v8TKBMhI028610; Fri, 29 Sep 2017 20:11:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TKBMiH028608; Fri, 29 Sep 2017 20:11:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709292011.v8TKBMiH028608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 29 Sep 2017 20:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450935 - head/devel/etcd32 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/etcd32 X-SVN-Commit-Revision: 450935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 20:11:23 -0000 Author: olgeni Date: Fri Sep 29 20:11:22 2017 New Revision: 450935 URL: https://svnweb.freebsd.org/changeset/ports/450935 Log: Update devel/etcd32 to version 3.2.8. Modified: head/devel/etcd32/Makefile head/devel/etcd32/distinfo Modified: head/devel/etcd32/Makefile ============================================================================== --- head/devel/etcd32/Makefile Fri Sep 29 20:10:13 2017 (r450934) +++ head/devel/etcd32/Makefile Fri Sep 29 20:11:22 2017 (r450935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.8 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd32/distinfo ============================================================================== --- head/devel/etcd32/distinfo Fri Sep 29 20:10:13 2017 (r450934) +++ head/devel/etcd32/distinfo Fri Sep 29 20:11:22 2017 (r450935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504290971 -SHA256 (coreos-etcd-v3.2.7_GH0.tar.gz) = b91a40102b944ba8e4dad439721c7068eccbc1d0cb0e7f2ded9dad134d2875ce -SIZE (coreos-etcd-v3.2.7_GH0.tar.gz) = 2886948 +TIMESTAMP = 1506715817 +SHA256 (coreos-etcd-v3.2.8_GH0.tar.gz) = 800dff80c28fdcf753d8819f0a531ad974742e204489ad0050e2601fd1379ee8 +SIZE (coreos-etcd-v3.2.8_GH0.tar.gz) = 2889040 From owner-svn-ports-head@freebsd.org Fri Sep 29 20:12:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B829E3458B; Fri, 29 Sep 2017 20:12:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E82017405D; Fri, 29 Sep 2017 20:12:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TKCdWj032352; Fri, 29 Sep 2017 20:12:39 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TKCckc032349; Fri, 29 Sep 2017 20:12:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201709292012.v8TKCckc032349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 29 Sep 2017 20:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450936 - in head/graphics/libraw: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/graphics/libraw: . files X-SVN-Commit-Revision: 450936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 20:12:40 -0000 Author: jhale Date: Fri Sep 29 20:12:38 2017 New Revision: 450936 URL: https://svnweb.freebsd.org/changeset/ports/450936 Log: Update to 0.18.5 This addresses CVE-2017-14265, CVE-2017-14348, and CVE-2017-14608 Use FreeBSD libc strnlen and strcasestr functions instead of bundled [1] PR: 219029 [1] Submitted by: mi [1] MFH: 2017Q3 Security: 4cd857d9-26d2-4417-b765-69701938f9e0 Security: d9f96741-47bd-4426-9aba-8736c0971b24 Security: 02bee9ae-c5d1-409b-8a79-983a88861509 Added: head/graphics/libraw/files/patch-internal_dcraw__common.cpp (contents, props changed) Modified: head/graphics/libraw/Makefile head/graphics/libraw/distinfo Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Fri Sep 29 20:11:22 2017 (r450935) +++ head/graphics/libraw/Makefile Fri Sep 29 20:12:38 2017 (r450936) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.18.2 -PORTREVISION= 1 +PORTVERSION= 0.18.5 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} Modified: head/graphics/libraw/distinfo ============================================================================== --- head/graphics/libraw/distinfo Fri Sep 29 20:11:22 2017 (r450935) +++ head/graphics/libraw/distinfo Fri Sep 29 20:12:38 2017 (r450936) @@ -1,7 +1,7 @@ -TIMESTAMP = 1491502383 -SHA256 (LibRaw-0.18.2.tar.gz) = ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6 -SIZE (LibRaw-0.18.2.tar.gz) = 1281674 -SHA256 (LibRaw-demosaic-pack-GPL2-0.18.2.tar.gz) = f467689182728240c6358c1b890e9fe4ee08667c74433f6bd6a4710e3ae2aab6 -SIZE (LibRaw-demosaic-pack-GPL2-0.18.2.tar.gz) = 31777 -SHA256 (LibRaw-demosaic-pack-GPL3-0.18.2.tar.gz) = 01080bc2448de87339f086229319c9e1cca97ac0621416feb537b96f0dba4a57 -SIZE (LibRaw-demosaic-pack-GPL3-0.18.2.tar.gz) = 39290 +TIMESTAMP = 1506714254 +SHA256 (LibRaw-0.18.5.tar.gz) = fa2a7d14d9dfaf6b368f958a76d79266b3f58c2bc367bebab56e11baa94da178 +SIZE (LibRaw-0.18.5.tar.gz) = 1280046 +SHA256 (LibRaw-demosaic-pack-GPL2-0.18.5.tar.gz) = 2ae7923868c3e927eee72cf2e4d91384560b7cfe76a386ecf319c069d343c674 +SIZE (LibRaw-demosaic-pack-GPL2-0.18.5.tar.gz) = 30449 +SHA256 (LibRaw-demosaic-pack-GPL3-0.18.5.tar.gz) = b0ec998c4884cedd86a0627481a18144f0024a35c7a6fa5ae836182c16975c2b +SIZE (LibRaw-demosaic-pack-GPL3-0.18.5.tar.gz) = 38899 Added: head/graphics/libraw/files/patch-internal_dcraw__common.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libraw/files/patch-internal_dcraw__common.cpp Fri Sep 29 20:12:38 2017 (r450936) @@ -0,0 +1,32 @@ +Use strnlen(3) and strcasestr(3) from FreeBSD's libc instead of the bundled +versions. Patch has been applied upstream in master branch: +https://github.com/LibRaw/LibRaw/commit/b1a2984 + +--- internal/dcraw_common.cpp.orig 2017-09-22 06:35:16 UTC ++++ internal/dcraw_common.cpp +@@ -51,6 +51,8 @@ int CLASS fcol (int row, int col) + if (filters == 9) return xtrans[(row+6) % 6][(col+6) % 6]; + return FC(row,col); + } ++ ++#if !defined(__FreeBSD__) + static size_t local_strnlen(const char *s, size_t n) + { + const char *p = (const char *)memchr(s, 0, n); +@@ -58,6 +60,7 @@ static size_t local_strnlen(const char * + } + /* add OS X version check here ?? */ + #define strnlen(a,b) local_strnlen(a,b) ++#endif + + #ifdef LIBRAW_LIBRARY_BUILD + static int stread(char *buf, size_t len, LibRaw_abstract_datastream *fp) +@@ -69,7 +72,7 @@ static int stread(char *buf, size_t len, + #define stmread(buf,maxlen,fp) stread(buf,MIN(maxlen,sizeof(buf)),fp) + #endif + +-#ifndef __GLIBC__ ++#if !defined(__GLIBC__) && !defined(__FreeBSD__) + char *my_memmem (char *haystack, size_t haystacklen, + char *needle, size_t needlelen) + { From owner-svn-ports-head@freebsd.org Fri Sep 29 21:41:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB14E35A6C; Fri, 29 Sep 2017 21:41:03 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5C8C7603F; Fri, 29 Sep 2017 21:41:02 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TLf1Y6067582; Fri, 29 Sep 2017 21:41:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TLf12F067581; Fri, 29 Sep 2017 21:41:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709292141.v8TLf12F067581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 29 Sep 2017 21:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450937 - head/games/bsdgames X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/games/bsdgames X-SVN-Commit-Revision: 450937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 21:41:03 -0000 Author: adamw Date: Fri Sep 29 21:41:01 2017 New Revision: 450937 URL: https://svnweb.freebsd.org/changeset/ports/450937 Log: Distfiles work better when they're uploaded. Reported by: cy Modified: head/games/bsdgames/Makefile Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Fri Sep 29 20:12:38 2017 (r450936) +++ head/games/bsdgames/Makefile Fri Sep 29 21:41:01 2017 (r450937) @@ -92,5 +92,8 @@ dist: mv DragonFlyBSD-${PORTVERSION}/games bsdgames-${PORTVERSION} tar -cvf bsdgames-${PORTVERSION}.tar bsdgames-${PORTVERSION} xz -v bsdgames-${PORTVERSION}.tar + @echo + @echo 'UPLOAD THE DISTFILE BEFORE YOU FORGET' + @echo '=====================================' .include From owner-svn-ports-head@freebsd.org Fri Sep 29 22:59:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A723EE36948; Fri, 29 Sep 2017 22:59:15 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CC3C77E21; Fri, 29 Sep 2017 22:59:15 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TMxE3l098456; Fri, 29 Sep 2017 22:59:14 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TMxEF6098450; Fri, 29 Sep 2017 22:59:14 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201709292259.v8TMxEF6098450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Fri, 29 Sep 2017 22:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450938 - in head: net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head: net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub X-SVN-Commit-Revision: 450938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 22:59:15 -0000 Author: ultima Date: Fri Sep 29 22:59:13 2017 New Revision: 450938 URL: https://svnweb.freebsd.org/changeset/ports/450938 Log: * Updated to 6.1.9 Affected ports: www/py-seafdav www/py-seafobj www/seahub Modified: head/net-mgmt/seafile-server/Makefile.include head/www/py-seafdav/distinfo head/www/py-seafobj/distinfo head/www/seahub/distinfo head/www/seahub/pkg-plist Modified: head/net-mgmt/seafile-server/Makefile.include ============================================================================== --- head/net-mgmt/seafile-server/Makefile.include Fri Sep 29 21:41:01 2017 (r450937) +++ head/net-mgmt/seafile-server/Makefile.include Fri Sep 29 22:59:13 2017 (r450938) @@ -1,7 +1,7 @@ # $FreeBSD$ SEAFILE_VER=6.1.2 -SEAHUB_VER=6.1.8 +SEAHUB_VER=6.1.9 # Various vars used in most/all the Makefiles Modified: head/www/py-seafdav/distinfo ============================================================================== --- head/www/py-seafdav/distinfo Fri Sep 29 21:41:01 2017 (r450937) +++ head/www/py-seafdav/distinfo Fri Sep 29 22:59:13 2017 (r450938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503102904 -SHA256 (haiwen-seafdav-v6.1.8-pro_GH0.tar.gz) = e26614f274a2fa08b6913540296f5cf70bc771a045a0131eef08203012afcb75 -SIZE (haiwen-seafdav-v6.1.8-pro_GH0.tar.gz) = 2554678 +TIMESTAMP = 1506722604 +SHA256 (haiwen-seafdav-v6.1.9-pro_GH0.tar.gz) = cd9660a20a29e09e82a3d1eebe697b06477fb045ea3c5b4c81ab79ebc5806da6 +SIZE (haiwen-seafdav-v6.1.9-pro_GH0.tar.gz) = 2554679 Modified: head/www/py-seafobj/distinfo ============================================================================== --- head/www/py-seafobj/distinfo Fri Sep 29 21:41:01 2017 (r450937) +++ head/www/py-seafobj/distinfo Fri Sep 29 22:59:13 2017 (r450938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503102906 -SHA256 (haiwen-seafobj-v6.1.8-pro_GH0.tar.gz) = 4d73bb67fc8ce9c6e97bb4bcbbe17f6aadc62cd90b8e63b0c49d0449cf97cff1 -SIZE (haiwen-seafobj-v6.1.8-pro_GH0.tar.gz) = 6626664 +TIMESTAMP = 1506722606 +SHA256 (haiwen-seafobj-v6.1.9-pro_GH0.tar.gz) = a84709b0967c703471d1a40cbebe29511600ee4b243d31550383b6b1d5d1fb7e +SIZE (haiwen-seafobj-v6.1.9-pro_GH0.tar.gz) = 6626659 Modified: head/www/seahub/distinfo ============================================================================== --- head/www/seahub/distinfo Fri Sep 29 21:41:01 2017 (r450937) +++ head/www/seahub/distinfo Fri Sep 29 22:59:13 2017 (r450938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503102908 -SHA256 (haiwen-seahub-v6.1.8-pro_GH0.tar.gz) = ba138aa1d1b303db9c7804385432eb52306a3e651e547b7bdf34ff0f19af9150 -SIZE (haiwen-seahub-v6.1.8-pro_GH0.tar.gz) = 8991826 +TIMESTAMP = 1506722608 +SHA256 (haiwen-seahub-v6.1.9-pro_GH0.tar.gz) = a4c38d51dfd5e981c276303a588dac0e5571d67c280a2e09a8ff415892c55bc1 +SIZE (haiwen-seahub-v6.1.9-pro_GH0.tar.gz) = 8993311 Modified: head/www/seahub/pkg-plist ============================================================================== --- head/www/seahub/pkg-plist Fri Sep 29 21:41:01 2017 (r450937) +++ head/www/seahub/pkg-plist Fri Sep 29 22:59:13 2017 (r450938) @@ -312,70 +312,70 @@ %%SEAHUBDIR%%/media/assets/scripts/common.dd0ca7fb7ff2.js %%SEAHUBDIR%%/media/assets/scripts/common.js %%SEAHUBDIR%%/media/assets/scripts/dist/build.c0572d7e5442.txt -%%SEAHUBDIR%%/media/assets/scripts/dist/build.d41d8cd98f00.js +%%SEAHUBDIR%%/media/assets/scripts/dist/build.d9508a510082.js %%SEAHUBDIR%%/media/assets/scripts/dist/build.js %%SEAHUBDIR%%/media/assets/scripts/dist/build.txt -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.43d3fa05da34.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.c2528b8e21fb.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.c11c44a5f194.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.60e44dbed55b.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.0cfe5efbf7c3.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.7d3052cf2fbf.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.a68f0e720545.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.fcfe6788392f.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.ff54ce1cdeac.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.5dcdfaf67a7f.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.ac4137666d37.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.a07b2b70fbfa.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.c1b2cb826bb3.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.3a52c64c31bf.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.a29f783f813d.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.a74d8ba43e70.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.40f8706153d5.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.648b3fd2ae90.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.36e4cffb4d3d.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.a143fd85f0fa.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.7fa2faccd1d1.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.7c474b58871c.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.017a18aacb79.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.d0d40722ab7b.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.40bc6381f2d9.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.63f51f39597d.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.969338a15d36.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.304dff70ffde.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.0e6f1cb217d0.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.9c3fdaf77b4b.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.f4e2913f7a78.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.8153d62922f5.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.08feb41d8471.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.05646003e192.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.e173220a3f0d.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.9a3a4088c97e.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.d0802c7dfe72.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.68cc5d3199f1.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.b8059241294f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.a30e59df1a2b.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.591adbc5da06.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.6e392445dc33.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.d281eed53eaa.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.88b23a7490d9.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.68bfa3e8cb4f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.8815c1a5874e.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.6b8a66c4d803.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.dd3ba3c51a97.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.8a3cf6b90108.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.e7963bbebfbf.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.dab3b79551ea.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.3c70e7c81127.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.f9941a040e37.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.cabe6dd3f54d.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.iframe-transport.f220863ba60c.js +%%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.iframe-transport.87a72434af00.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.iframe-transport.js -%%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.603390194f29.js +%%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.75e6d0132deb.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.js -%%SEAHUBDIR%%/media/assets/scripts/dist/main.75ae39118c08.js +%%SEAHUBDIR%%/media/assets/scripts/dist/main.ce0533b25c52.js %%SEAHUBDIR%%/media/assets/scripts/dist/main.js -%%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.2e6dd4693770.js +%%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.617931119efa.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.js %%SEAHUBDIR%%/media/assets/scripts/file-tree.ef8a19e97e35.js %%SEAHUBDIR%%/media/assets/scripts/file-tree.js @@ -805,6 +805,7 @@ %%SEAHUBDIR%%/seahub/api2/endpoints/admin/trash_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/two_factor_auth.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/upload_links.py +%%SEAHUBDIR%%/seahub/api2/endpoints/admin/users.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/users_batch.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/utils.py %%SEAHUBDIR%%/seahub/api2/endpoints/be_shared_repo.py @@ -1542,6 +1543,7 @@ %%SEAHUBDIR%%/tests/api/endpoints/admin/test_system_library.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_two_factor_auth.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_upload_links.py +%%SEAHUBDIR%%/tests/api/endpoints/admin/test_users.py %%SEAHUBDIR%%/tests/api/endpoints/test_account.py %%SEAHUBDIR%%/tests/api/endpoints/test_be_shared_repo.py %%SEAHUBDIR%%/tests/api/endpoints/test_deleted_repos.py From owner-svn-ports-head@freebsd.org Fri Sep 29 23:16:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F36E36DB6; Fri, 29 Sep 2017 23:16:12 +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 629237CAF1; Fri, 29 Sep 2017 23:16:12 +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 v8TNGB3q006786; Fri, 29 Sep 2017 23:16:11 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TNGB8W006784; Fri, 29 Sep 2017 23:16:11 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709292316.v8TNGB8W006784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 29 Sep 2017 23:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450939 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 450939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 23:16:12 -0000 Author: gerald Date: Fri Sep 29 23:16:11 2017 New Revision: 450939 URL: https://svnweb.freebsd.org/changeset/ports/450939 Log: Fix pkg-plist wrt. four files that have moved from only being available with the Wine Staging patchset (and the STAGING option of this port) to the default case. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Fri Sep 29 22:59:13 2017 (r450938) +++ head/emulators/wine-devel/Makefile Fri Sep 29 23:16:11 2017 (r450939) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 2.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri Sep 29 22:59:13 2017 (r450938) +++ head/emulators/wine-devel/pkg-plist Fri Sep 29 23:16:11 2017 (r450939) @@ -964,7 +964,7 @@ lib/wine/api-ms-win-core-file-l2-1-1.dll.so lib/wine/api-ms-win-core-handle-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-2-0.dll.so -%%STAGING%%lib/wine/api-ms-win-core-heap-l2-1-0.dll.so +lib/wine/api-ms-win-core-heap-l2-1-0.dll.so lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so lib/wine/api-ms-win-core-interlocked-l1-1-0.dll.so lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so @@ -1016,7 +1016,7 @@ lib/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so lib/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so lib/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so lib/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so -%%STAGING%%lib/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so +lib/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so lib/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so lib/wine/api-ms-win-core-string-l1-1-0.dll.so lib/wine/api-ms-win-core-string-l2-1-0.dll.so @@ -1351,7 +1351,7 @@ lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll lib/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll -%%STAGING%%lib/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll +lib/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-interlocked-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll @@ -1403,7 +1403,7 @@ lib/wine/fakedlls/api-ms-win-core-rtlsupport-l1-1-0.dl lib/wine/fakedlls/api-ms-win-core-rtlsupport-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-shlwapi-legacy-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll -%%STAGING%%lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll +lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll From owner-svn-ports-head@freebsd.org Fri Sep 29 23:37:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0E56E3713C; Fri, 29 Sep 2017 23:37:17 +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 791167D1B2; Fri, 29 Sep 2017 23:37:17 +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 v8TNbGn1015025; Fri, 29 Sep 2017 23:37:16 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TNbG7Y015024; Fri, 29 Sep 2017 23:37:16 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201709292337.v8TNbG7Y015024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 29 Sep 2017 23:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450940 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 29 Sep 2017 23:37:17 -0000 Author: bdrewery Date: Fri Sep 29 23:37:16 2017 New Revision: 450940 URL: https://svnweb.freebsd.org/changeset/ports/450940 Log: Disable FLAVORS support for now until we have real FLAVORS-using ports. Having this enabled breaks Poudriere's ability to build py2 and py3 ports together which FLAVORS aims to resolve. Once we have actual python FLAVORS support ready to commit we can then enable this feature again. With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 29 23:16:11 2017 (r450939) +++ head/Mk/bsd.port.mk Fri Sep 29 23:37:16 2017 (r450940) @@ -1058,7 +1058,8 @@ STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= FLAVORS?= FLAVOR?= -PORTS_FEATURES+= FLAVORS +# XXX: We have no real FLAVORS support in ports or tools yet. +#PORTS_FEATURES+= FLAVORS MINIMAL_PKG_VERSION= 1.6.0 _PORTS_DIRECTORIES+= ${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${EXTRACT_WRKDIR} \ From owner-svn-ports-head@freebsd.org Sat Sep 30 00:28:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CF2EE37DFB; Sat, 30 Sep 2017 00:28:45 +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 032217E4B8; Sat, 30 Sep 2017 00:28:44 +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 v8U0Si1V035459; Sat, 30 Sep 2017 00:28:44 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U0SicH035457; Sat, 30 Sep 2017 00:28:44 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709300028.v8U0SicH035457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 30 Sep 2017 00:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450941 - head/lang/gcc7-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7-devel X-SVN-Commit-Revision: 450941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 00:28:45 -0000 Author: gerald Date: Sat Sep 30 00:28:43 2017 New Revision: 450941 URL: https://svnweb.freebsd.org/changeset/ports/450941 Log: Update to the 201700928 snapshot of GCC 7.2.1. Add a conflict with the lang/gcc7 port like we've had it in lang/gcc5-devel (for lang/gcc5) for a fair while and now also lang/gcc6-devel (for lang/gcc6). Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Fri Sep 29 23:37:16 2017 (r450940) +++ head/lang/gcc7-devel/Makefile Sat Sep 30 00:28:43 2017 (r450941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.2.1.s20170921 +PORTVERSION= 7.2.1.s20170928 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif + +CONFLICTS= gcc7-7.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Fri Sep 29 23:37:16 2017 (r450940) +++ head/lang/gcc7-devel/distinfo Sat Sep 30 00:28:43 2017 (r450941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506059660 -SHA256 (gcc-7-20170921.tar.xz) = fcccf992e794f3880df3d1020f477ef222b62958b464896abab72e3ecdf121ea -SIZE (gcc-7-20170921.tar.xz) = 59123776 +TIMESTAMP = 1506712414 +SHA256 (gcc-7-20170928.tar.xz) = 90cab3643cd1359283a1f966eb710ae1be8050bad5427d148f500ce27a19cf92 +SIZE (gcc-7-20170928.tar.xz) = 59127448 From owner-svn-ports-head@freebsd.org Sat Sep 30 01:53:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7508CE041FF; Sat, 30 Sep 2017 01:53:03 +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 4347680C39; Sat, 30 Sep 2017 01:53:03 +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 v8U1r2L1071906; Sat, 30 Sep 2017 01:53:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U1r24L071904; Sat, 30 Sep 2017 01:53:02 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201709300153.v8U1r24L071904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 30 Sep 2017 01:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450942 - in head/x11-toolkits/py-xlib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/x11-toolkits/py-xlib: . files X-SVN-Commit-Revision: 450942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 01:53:03 -0000 Author: wen Date: Sat Sep 30 01:53:02 2017 New Revision: 450942 URL: https://svnweb.freebsd.org/changeset/ports/450942 Log: - Update to 0.20 PR: 222595 Submitted by: fax@nohik.ee(maintainer) Deleted: head/x11-toolkits/py-xlib/files/ Modified: head/x11-toolkits/py-xlib/Makefile head/x11-toolkits/py-xlib/distinfo Modified: head/x11-toolkits/py-xlib/Makefile ============================================================================== --- head/x11-toolkits/py-xlib/Makefile Sat Sep 30 00:28:43 2017 (r450941) +++ head/x11-toolkits/py-xlib/Makefile Sat Sep 30 01:53:02 2017 (r450942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xlib -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= x11-toolkits python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six -USE_GITHUB= yes GH_ACCOUNT= python-xlib GH_PROJECT= python-xlib USES= python +USE_GITHUB= yes USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/x11-toolkits/py-xlib/distinfo ============================================================================== --- head/x11-toolkits/py-xlib/distinfo Sat Sep 30 00:28:43 2017 (r450941) +++ head/x11-toolkits/py-xlib/distinfo Sat Sep 30 01:53:02 2017 (r450942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482836048 -SHA256 (python-xlib-python-xlib-0.18_GH0.tar.gz) = 9b65e3bc01c83f9b8b33c5796738336ea88f0e4c3aa25444acd77fd2a04bd8d0 -SIZE (python-xlib-python-xlib-0.18_GH0.tar.gz) = 230874 +TIMESTAMP = 1506335181 +SHA256 (python-xlib-python-xlib-0.20_GH0.tar.gz) = 3b7ebd9aa96110f72adfeb305df210590ab35b69bfbd06afe0c2697f65047b09 +SIZE (python-xlib-python-xlib-0.20_GH0.tar.gz) = 231419 From owner-svn-ports-head@freebsd.org Sat Sep 30 03:49:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C36C9E0CD5A; Sat, 30 Sep 2017 03:49: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 7CEEEB21; Sat, 30 Sep 2017 03:49:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U3nUxi017621; Sat, 30 Sep 2017 03:49:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U3nU2C017620; Sat, 30 Sep 2017 03:49:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709300349.v8U3nU2C017620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 30 Sep 2017 03:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450943 - head/chinese/auto-tw-l10n/files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/chinese/auto-tw-l10n/files X-SVN-Commit-Revision: 450943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 03:49:31 -0000 Author: vanilla Date: Sat Sep 30 03:49:30 2017 New Revision: 450943 URL: https://svnweb.freebsd.org/changeset/ports/450943 Log: Add gcin related settings, and add fluxbox as wm option. Modified: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc Modified: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc ============================================================================== --- head/chinese/auto-tw-l10n/files/patch-dot.xinitrc Sat Sep 30 01:53:02 2017 (r450942) +++ head/chinese/auto-tw-l10n/files/patch-dot.xinitrc Sat Sep 30 03:49:30 2017 (r450943) @@ -7,20 +7,27 @@ +#export XMODIFIERS='@im=fcitx' #export GTK_IM_MODULE=xcin ++#export GTK_IM_MODULE=gcin export GTK_IM_MODULE=xim #export GTK_IM_MODULE=scim #export GTK_IM_MODULE=oxim #export GTK_IM_MODULE=ibus +#export GTK_IM_MODULE=fcitx ++#export QT_IM_MODULE=gcin export QT_IM_MODULE=xim +- +-export GCIN_XIM=xcin +#export QT_IM_MODULE=fcitx - export GCIN_XIM=xcin - # Input Method exec gcin & +#exec fcitx & #exec xcin2.5 & #scim -d & #exec oxim & +@@ -37,3 +41,4 @@ export XLIB_SKIP_ARGB_VISUALS=1 + #exec wmaker + #exec startxfce4 + #exec startkde4 ++#exec startfluxbox From owner-svn-ports-head@freebsd.org Sat Sep 30 04:39:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BAEAE0DC18; Sat, 30 Sep 2017 04:39:30 +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 07883215E; Sat, 30 Sep 2017 04:39:29 +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 v8U4dTGH038316; Sat, 30 Sep 2017 04:39:29 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U4dTih038315; Sat, 30 Sep 2017 04:39:29 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201709300439.v8U4dTih038315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 30 Sep 2017 04:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450944 - head/java/jakarta-commons-lang3 X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/java/jakarta-commons-lang3 X-SVN-Commit-Revision: 450944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 04:39:30 -0000 Author: truckman Date: Sat Sep 30 04:39:29 2017 New Revision: 450944 URL: https://svnweb.freebsd.org/changeset/ports/450944 Log: Unbreak fetch. This is sort of an exception to the MASTER_SITE_SUBDIR for APACHE_COMMONS_SOURCE. Modified: head/java/jakarta-commons-lang3/Makefile Modified: head/java/jakarta-commons-lang3/Makefile ============================================================================== --- head/java/jakarta-commons-lang3/Makefile Sat Sep 30 03:49:30 2017 (r450943) +++ head/java/jakarta-commons-lang3/Makefile Sat Sep 30 04:39:29 2017 (r450944) @@ -4,6 +4,7 @@ PORTNAME= commons-lang3 PORTVERSION= 3.4 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_SOURCE +MASTER_SITE_SUBDIR= lang PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src From owner-svn-ports-head@freebsd.org Sat Sep 30 06:17:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADE82E0F8B1; Sat, 30 Sep 2017 06:17:08 +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 7908B63791; Sat, 30 Sep 2017 06:17:08 +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 v8U6H7xI078631; Sat, 30 Sep 2017 06:17:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U6H7SG078629; Sat, 30 Sep 2017 06:17:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201709300617.v8U6H7SG078629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 30 Sep 2017 06:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450945 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 450945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 06:17:08 -0000 Author: pi Date: Sat Sep 30 06:17:07 2017 New Revision: 450945 URL: https://svnweb.freebsd.org/changeset/ports/450945 Log: databases/cego: 2.35.10 -> 2.36.0 - Completed pointer cleanup in CegoQueryHelper::evalPredicate, added check061 to check pointer cleanup - Fix in CegoTableManager::createBTree, pC object cursor has to be set to 0, otherwise in case of abortion a seg fault occurs - Changed default value for btree cache enabling to false - Improvement in CegoBufferPool::calcSegment for segid calculation. It has been recognized, that with the current calculation ( pageid % numsegment ) not all slots can be reached for special buffer pool configurations. The formula has been changed ( to ( pageid / numpages ) % numsegment ) - Adding missing export / import messages to CegoXPorter - Changed btree cache enabling syntax. Instead of a dedicated switch command ( set btree cache on / off ), the cache option now is directly given with the create btree command ( e.g. create btree b1 on t1(a) cached ) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Sep 30 04:39:29 2017 (r450944) +++ head/databases/cego/Makefile Sat Sep 30 06:17:07 2017 (r450945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.35.10 +PORTVERSION= 2.36.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Sep 30 04:39:29 2017 (r450944) +++ head/databases/cego/distinfo Sat Sep 30 06:17:07 2017 (r450945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505671389 -SHA256 (cego-2.35.10.tar.gz) = c67d1974f269c466f113831845f947c06be9587474dcc69449b08b0741f69d0a -SIZE (cego-2.35.10.tar.gz) = 1415881 +TIMESTAMP = 1506706948 +SHA256 (cego-2.36.0.tar.gz) = 5a3f22a50e083a3342e97ac150a47968dd48526bf59c06fbbc35779957a0f8ec +SIZE (cego-2.36.0.tar.gz) = 1416056 From owner-svn-ports-head@freebsd.org Sat Sep 30 07:35:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ED0DE12AE7; Sat, 30 Sep 2017 07:35: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 0894B64FC5; Sat, 30 Sep 2017 07:35:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U7Zn7n011318; Sat, 30 Sep 2017 07:35:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U7ZmDS011314; Sat, 30 Sep 2017 07:35:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709300735.v8U7ZmDS011314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 30 Sep 2017 07:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450946 - in head/devel/luafilesystem: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/luafilesystem: . files X-SVN-Commit-Revision: 450946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 07:35:50 -0000 Author: vanilla Date: Sat Sep 30 07:35:48 2017 New Revision: 450946 URL: https://svnweb.freebsd.org/changeset/ports/450946 Log: Update to 1.7.0. PR: 222658 Submitted by: maintainer Modified: head/devel/luafilesystem/Makefile head/devel/luafilesystem/distinfo head/devel/luafilesystem/files/patch-Makefile Modified: head/devel/luafilesystem/Makefile ============================================================================== --- head/devel/luafilesystem/Makefile Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/Makefile Sat Sep 30 07:35:48 2017 (r450946) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= luafilesystem -DISTVERSIONPREFIX= v_ -DISTVERSION= 1_6_3 +DISTVERSIONPREFIX= v +DISTVERSION= 1_7_0 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} Modified: head/devel/luafilesystem/distinfo ============================================================================== --- head/devel/luafilesystem/distinfo Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/distinfo Sat Sep 30 07:35:48 2017 (r450946) @@ -1,2 +1,3 @@ -SHA256 (keplerproject-luafilesystem-v_1_6_3_GH0.tar.gz) = 5525d2b8ec7774865629a6a29c2f94cb0f7e6787987bf54cd37e011bfb642068 -SIZE (keplerproject-luafilesystem-v_1_6_3_GH0.tar.gz) = 30379 +TIMESTAMP = 1506581912 +SHA256 (keplerproject-luafilesystem-v1_7_0_GH0.tar.gz) = 854ef99b6a4eb48af00c304e26fc4429094a8612003a7a81ba22014f32e85db3 +SIZE (keplerproject-luafilesystem-v1_7_0_GH0.tar.gz) = 30829 Modified: head/devel/luafilesystem/files/patch-Makefile ============================================================================== --- head/devel/luafilesystem/files/patch-Makefile Sat Sep 30 06:17:07 2017 (r450945) +++ head/devel/luafilesystem/files/patch-Makefile Sat Sep 30 07:35:48 2017 (r450946) @@ -8,7 +8,7 @@ + $(CC) $(CFLAGS) -c $(SRCS) -o $(OBJS) + src/lfs.so: $(OBJS) -- MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) +- MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(LIB_OPTION) -o src/lfs.so $(OBJS) + $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) test: lib From owner-svn-ports-head@freebsd.org Sat Sep 30 07:57:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5AEFE12FC4; Sat, 30 Sep 2017 07:57:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85FEA6565C; Sat, 30 Sep 2017 07:57:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U7vPem019591; Sat, 30 Sep 2017 07:57:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U7vP9t019589; Sat, 30 Sep 2017 07:57:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709300757.v8U7vP9t019589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 Sep 2017 07:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450947 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit-payloads X-SVN-Commit-Revision: 450947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 07:57:26 -0000 Author: antoine Date: Sat Sep 30 07:57:25 2017 New Revision: 450947 URL: https://svnweb.freebsd.org/changeset/ports/450947 Log: Update to 1.3.9 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Sat Sep 30 07:35:48 2017 (r450946) +++ head/security/rubygem-metasploit-payloads/Makefile Sat Sep 30 07:57:25 2017 (r450947) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sat Sep 30 07:35:48 2017 (r450946) +++ head/security/rubygem-metasploit-payloads/distinfo Sat Sep 30 07:57:25 2017 (r450947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506145890 -SHA256 (rubygem/metasploit-payloads-1.3.8.gem) = 1446d5ab5885daec42c2e913c6f539af22cd70f975695002ebd1909293902d10 -SIZE (rubygem/metasploit-payloads-1.3.8.gem) = 11930112 +TIMESTAMP = 1506751127 +SHA256 (rubygem/metasploit-payloads-1.3.9.gem) = 44d883f777f844a24928fb4934f5e3aac96e290e3364a8c19f0ab9a745713a1e +SIZE (rubygem/metasploit-payloads-1.3.9.gem) = 11930112 From owner-svn-ports-head@freebsd.org Sat Sep 30 08:03:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D9B1E153F1; Sat, 30 Sep 2017 08:03:05 +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 5A8C5659D7; Sat, 30 Sep 2017 08:03:05 +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 v8U834gQ023694; Sat, 30 Sep 2017 08:03:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U834Xn023692; Sat, 30 Sep 2017 08:03:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709300803.v8U834Xn023692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 Sep 2017 08:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450948 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 450948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 08:03:05 -0000 Author: antoine Date: Sat Sep 30 08:03:04 2017 New Revision: 450948 URL: https://svnweb.freebsd.org/changeset/ports/450948 Log: Update to 4.16.9 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Sep 30 07:57:25 2017 (r450947) +++ head/security/metasploit/Makefile Sat Sep 30 08:03:04 2017 (r450948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.8 +PORTVERSION= 4.16.9 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -19,14 +19,14 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-bcrypt>=0:security/rubygem-bcrypt \ rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-jsobfu>=0:www/rubygem-jsobfu \ - rubygem-json1>=0:devel/rubygem-json1 \ + rubygem-json>=0:devel/rubygem-json \ rubygem-metasm>=0:devel/rubygem-metasm \ rubygem-metasploit-aggregator>=0:security/rubygem-metasploit-aggregator \ rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.3.8:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=1.3.9:security/rubygem-metasploit-payloads \ rubygem-metasploit_payloads-mettle>=0.2.2:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack1>=0:devel/rubygem-msgpack1 \ rubygem-network_interface>=0:net/rubygem-network_interface \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Sep 30 07:57:25 2017 (r450947) +++ head/security/metasploit/distinfo Sat Sep 30 08:03:04 2017 (r450948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506145799 -SHA256 (rapid7-metasploit-framework-4.16.8_GH0.tar.gz) = fb226b13fb69df8928097ec427fc85dddd0c3bd377548dcda5840719e772840e -SIZE (rapid7-metasploit-framework-4.16.8_GH0.tar.gz) = 24089210 +TIMESTAMP = 1506751006 +SHA256 (rapid7-metasploit-framework-4.16.9_GH0.tar.gz) = 65201b2eeba830bc643cfd5ec12c53fbb392b74316ce3da48ae2cd9f6da9b3ec +SIZE (rapid7-metasploit-framework-4.16.9_GH0.tar.gz) = 24098265 From owner-svn-ports-head@freebsd.org Sat Sep 30 08:23:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C6EE15AA2; Sat, 30 Sep 2017 08:23:27 +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 42BB56658B; Sat, 30 Sep 2017 08:23:27 +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 v8U8NQ8O031815; Sat, 30 Sep 2017 08:23:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U8NQ4X031812; Sat, 30 Sep 2017 08:23:26 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709300823.v8U8NQ4X031812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sat, 30 Sep 2017 08:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450949 - head/devel/critcl X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/critcl X-SVN-Commit-Revision: 450949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 08:23:27 -0000 Author: gahr Date: Sat Sep 30 08:23:25 2017 New Revision: 450949 URL: https://svnweb.freebsd.org/changeset/ports/450949 Log: devel/critcl: fix PLIST on x86 Modified: head/devel/critcl/Makefile head/devel/critcl/pkg-plist Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/Makefile Sat Sep 30 08:23:25 2017 (r450949) @@ -22,7 +22,8 @@ GH_ACCOUNT= andreas-kupries TEST_TARGET= test -PLIST_SUB+= VER=${PORTVERSION} +PLIST_SUB+= VER=${PORTVERSION} \ + ARCH=${ARCH:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes Modified: head/devel/critcl/pkg-plist ============================================================================== --- head/devel/critcl/pkg-plist Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/pkg-plist Sat Sep 30 08:23:25 2017 (r450949) @@ -97,7 +97,7 @@ lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c lib/critcl%%VER%%/license.terms lib/critcl%%VER%%/pkgIndex.tcl lib/critcl_md5c0.12/critcl-rt.tcl -lib/critcl_md5c0.12/freebsd-amd64/md5c.so +lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so lib/critcl_md5c0.12/license.terms lib/critcl_md5c0.12/pkgIndex.tcl lib/critcl_md5c0.12/teapot.txt From owner-svn-ports-head@freebsd.org Sat Sep 30 08:54:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9577E1F3D0; Sat, 30 Sep 2017 08:54: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 A594C67017; Sat, 30 Sep 2017 08:54: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 v8U8s5vg044131; Sat, 30 Sep 2017 08:54:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U8s51P044129; Sat, 30 Sep 2017 08:54:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201709300854.v8U8s51P044129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 30 Sep 2017 08:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450950 - head/devel/py-twilio X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/py-twilio X-SVN-Commit-Revision: 450950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 08:54:07 -0000 Author: olgeni Date: Sat Sep 30 08:54:05 2017 New Revision: 450950 URL: https://svnweb.freebsd.org/changeset/ports/450950 Log: Update devel/py-twilio to version 6.7.0. Modified: head/devel/py-twilio/Makefile head/devel/py-twilio/distinfo Modified: head/devel/py-twilio/Makefile ============================================================================== --- head/devel/py-twilio/Makefile Sat Sep 30 08:23:25 2017 (r450949) +++ head/devel/py-twilio/Makefile Sat Sep 30 08:54:05 2017 (r450950) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= twilio -PORTVERSION= 6.6.3 +PORTVERSION= 6.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twilio/distinfo ============================================================================== --- head/devel/py-twilio/distinfo Sat Sep 30 08:23:25 2017 (r450949) +++ head/devel/py-twilio/distinfo Sat Sep 30 08:54:05 2017 (r450950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505545537 -SHA256 (twilio-6.6.3.tar.gz) = 02fe08f10dfb0a4b4e0f2480b01392a4f068d15b323e51b5ddbb22bcfca50157 -SIZE (twilio-6.6.3.tar.gz) = 226193 +TIMESTAMP = 1506761050 +SHA256 (twilio-6.7.0.tar.gz) = 8088d351c650ee10b25165be7830478b910513dc1206c3b6393bd70a4d5f8792 +SIZE (twilio-6.7.0.tar.gz) = 233302 From owner-svn-ports-head@freebsd.org Sat Sep 30 09:02:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4727E1F6B3; Sat, 30 Sep 2017 09:02: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 6E6F7673A2; Sat, 30 Sep 2017 09:02: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 v8U926JY048103; Sat, 30 Sep 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U926vb048101; Sat, 30 Sep 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709300902.v8U926vb048101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 30 Sep 2017 09:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450951 - head/x11/gnome-session X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/gnome-session X-SVN-Commit-Revision: 450951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 09:02:07 -0000 Author: amdmi3 Date: Sat Sep 30 09:02:06 2017 New Revision: 450951 URL: https://svnweb.freebsd.org/changeset/ports/450951 Log: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/x11/gnome-session/Makefile head/x11/gnome-session/pkg-descr Modified: head/x11/gnome-session/Makefile ============================================================================== --- head/x11/gnome-session/Makefile Sat Sep 30 08:54:05 2017 (r450950) +++ head/x11/gnome-session/Makefile Sat Sep 30 09:02:06 2017 (r450951) @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 3 desktop +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libjson-glib-1.0.so:devel/json-glib \ libupower-glib.so:sysutils/upower @@ -19,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysu PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase:ldflags pathfix \ + pkgconfig tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack intlhack libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl @@ -28,8 +32,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs \ --enable-consolekit \ --enable-gconf=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml Modified: head/x11/gnome-session/pkg-descr ============================================================================== --- head/x11/gnome-session/pkg-descr Sat Sep 30 08:54:05 2017 (r450950) +++ head/x11/gnome-session/pkg-descr Sat Sep 30 09:02:06 2017 (r450951) @@ -1,4 +1,4 @@ This provides session management for the GNOME 3 desktop, and provides the tools used to start the desktop. -WWW: http://www.gnome.org +WWW: https://www.gnome.org/ From owner-svn-ports-head@freebsd.org Sat Sep 30 09:07:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85847E1F908; Sat, 30 Sep 2017 09:07:11 +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 52CBC6753C; Sat, 30 Sep 2017 09:07:11 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U97ADK048438; Sat, 30 Sep 2017 09:07:10 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U97A4F048433; Sat, 30 Sep 2017 09:07:10 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709300907.v8U97A4F048433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 30 Sep 2017 09:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450952 - in head/devel: . R-cran-sfsmisc X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/devel: . R-cran-sfsmisc X-SVN-Commit-Revision: 450952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 09:07:11 -0000 Author: tota Date: Sat Sep 30 09:07:09 2017 New Revision: 450952 URL: https://svnweb.freebsd.org/changeset/ports/450952 Log: - Add new port: devel/R-cran-sfsmisc Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, quite a few related to graphics; some were ported from S-plus. WWW: https://cran.r-project.org/web/packages/sfsmisc/ Added: head/devel/R-cran-sfsmisc/ head/devel/R-cran-sfsmisc/Makefile (contents, props changed) head/devel/R-cran-sfsmisc/distinfo (contents, props changed) head/devel/R-cran-sfsmisc/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 09:02:06 2017 (r450951) +++ head/devel/Makefile Sat Sep 30 09:07:09 2017 (r450952) @@ -59,6 +59,7 @@ SUBDIR += R-cran-rngtools SUBDIR += R-cran-rprojroot SUBDIR += R-cran-rstudioapi + SUBDIR += R-cran-sfsmisc SUBDIR += R-cran-sourcetools SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr Added: head/devel/R-cran-sfsmisc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sfsmisc/Makefile Sat Sep 30 09:07:09 2017 (r450952) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= sfsmisc +DISTVERSION= 1.1-1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Utilities from 'Seminar fuer Statistik' ETH Zurich + +LICENSE= GPLv2+ + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-sfsmisc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sfsmisc/distinfo Sat Sep 30 09:07:09 2017 (r450952) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506680576 +SHA256 (sfsmisc_1.1-1.tar.gz) = 0eaab03d3023233f4e869616a5cbc58939f8ac8fa0f94ae1d1dd7d4fb95ff54b +SIZE (sfsmisc_1.1-1.tar.gz) = 168607 Added: head/devel/R-cran-sfsmisc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sfsmisc/pkg-descr Sat Sep 30 09:07:09 2017 (r450952) @@ -0,0 +1,4 @@ +Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, +quite a few related to graphics; some were ported from S-plus. + +WWW: https://cran.r-project.org/web/packages/sfsmisc/ From owner-svn-ports-head@freebsd.org Sat Sep 30 09:58:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E15BE235FA; Sat, 30 Sep 2017 09:58: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 56FC168792; Sat, 30 Sep 2017 09:58: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 v8U9wP7r068925; Sat, 30 Sep 2017 09:58:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U9wPwj068924; Sat, 30 Sep 2017 09:58:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709300958.v8U9wPwj068924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 09:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450953 - in head/dns: . rubygem-public_suffix2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . rubygem-public_suffix2 X-SVN-Commit-Revision: 450953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 09:58:26 -0000 Author: sunpoet Date: Sat Sep 30 09:58:25 2017 New Revision: 450953 URL: https://svnweb.freebsd.org/changeset/ports/450953 Log: Remove dns/rubygem-public_suffix2 Deleted: head/dns/rubygem-public_suffix2/ Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Sep 30 09:07:09 2017 (r450952) +++ head/dns/Makefile Sat Sep 30 09:58:25 2017 (r450953) @@ -197,7 +197,6 @@ SUBDIR += rubygem-idn-ruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix - SUBDIR += rubygem-public_suffix2 SUBDIR += rubygem-public_suffix_service SUBDIR += rubygem-simpleidn SUBDIR += rubygem-validates_hostname From owner-svn-ports-head@freebsd.org Sat Sep 30 09:58:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D2EFE2362F; Sat, 30 Sep 2017 09:58: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 198146881B; Sat, 30 Sep 2017 09:58: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 v8U9wbYQ069037; Sat, 30 Sep 2017 09:58:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U9wbVX069036; Sat, 30 Sep 2017 09:58:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709300958.v8U9wbVX069036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 09:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450954 - in head/www: . rubygem-deckar01-task_list1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-deckar01-task_list1 X-SVN-Commit-Revision: 450954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 09:58:38 -0000 Author: sunpoet Date: Sat Sep 30 09:58:36 2017 New Revision: 450954 URL: https://svnweb.freebsd.org/changeset/ports/450954 Log: Remove www/rubygem-deckar01-task_list1 Deleted: head/www/rubygem-deckar01-task_list1/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 30 09:58:25 2017 (r450953) +++ head/www/Makefile Sat Sep 30 09:58:36 2017 (r450954) @@ -1956,7 +1956,6 @@ SUBDIR += rubygem-dashing SUBDIR += rubygem-davclient SUBDIR += rubygem-deckar01-task_list - SUBDIR += rubygem-deckar01-task_list1 SUBDIR += rubygem-domainatrix SUBDIR += rubygem-dropzonejs-rails SUBDIR += rubygem-dropzonejs-rails07 From owner-svn-ports-head@freebsd.org Sat Sep 30 09:58:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E49EE23674; Sat, 30 Sep 2017 09: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 69355688B3; Sat, 30 Sep 2017 09:58: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 v8U9wjq0069138; Sat, 30 Sep 2017 09:58:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U9wjPR069137; Sat, 30 Sep 2017 09:58:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709300958.v8U9wjPR069137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 09:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450955 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 09:58:46 -0000 Author: sunpoet Date: Sat Sep 30 09:58:45 2017 New Revision: 450955 URL: https://svnweb.freebsd.org/changeset/ports/450955 Log: Document the removal of dns/rubygem-public_suffix2 and www/rubygem-deckar01-task_list1 Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 30 09:58:36 2017 (r450954) +++ head/MOVED Sat Sep 30 09:58:45 2017 (r450955) @@ -9551,3 +9551,5 @@ devel/libexecinfo||2017-09-22|Is present in the base s games/ember||2017-09-23|Removed, it is BROKEN and no longer developed since 2014 ports-mgmt/packagekit-qt4||2017-09-28|Has expired: Ignored for more than 5 years ports-mgmt/kpackagekit||2017-09-28|Has expired: Skipped for more than 5 years +dns/rubygem-public_suffix2|dns/rubygem-public_suffix|2017-09-30|Has expired: Use dns/rubygem-public_suffix instead +www/rubygem-deckar01-task_list1|www/rubygem-deckar01-task_list|2017-09-30|Has expired: Use www/rubygem-deckar01-task_list instead From owner-svn-ports-head@freebsd.org Sat Sep 30 10:15:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80F82E23C05; Sat, 30 Sep 2017 10:15: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 2A8D86978A; Sat, 30 Sep 2017 10:15: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 v8UAF39c077382; Sat, 30 Sep 2017 10:15:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAF3mp077381; Sat, 30 Sep 2017 10:15:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301015.v8UAF3mp077381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450956 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 450956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:15:04 -0000 Author: sunpoet Date: Sat Sep 30 10:15:03 2017 New Revision: 450956 URL: https://svnweb.freebsd.org/changeset/ports/450956 Log: Remove outdated USES=twisted Deleted: head/Mk/Uses/twisted.mk From owner-svn-ports-head@freebsd.org Sat Sep 30 10:15:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39C7AE23C64; Sat, 30 Sep 2017 10:15:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0356469838; Sat, 30 Sep 2017 10:15: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 v8UAFEog077555; Sat, 30 Sep 2017 10:15:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAFETc077554; Sat, 30 Sep 2017 10:15:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301015.v8UAFETc077554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450957 - in head/devel: . py-twisted152 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-twisted152 X-SVN-Commit-Revision: 450957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:15:15 -0000 Author: sunpoet Date: Sat Sep 30 10:15:13 2017 New Revision: 450957 URL: https://svnweb.freebsd.org/changeset/ports/450957 Log: Remove devel/py-twisted152 Deleted: head/devel/py-twisted152/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 10:15:03 2017 (r450956) +++ head/devel/Makefile Sat Sep 30 10:15:13 2017 (r450957) @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twisted152 SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner From owner-svn-ports-head@freebsd.org Sat Sep 30 10:15:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C03B2E23CE4; Sat, 30 Sep 2017 10:15: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 8EAAC69A3F; Sat, 30 Sep 2017 10:15: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 v8UAFc8q077676; Sat, 30 Sep 2017 10:15:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAFcnf077675; Sat, 30 Sep 2017 10:15:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301015.v8UAFcnf077675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450958 - in head/devel: . py-twistedCore X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-twistedCore X-SVN-Commit-Revision: 450958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:15:39 -0000 Author: sunpoet Date: Sat Sep 30 10:15:38 2017 New Revision: 450958 URL: https://svnweb.freebsd.org/changeset/ports/450958 Log: Remove devel/py-twistedCore Deleted: head/devel/py-twistedCore/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 10:15:13 2017 (r450957) +++ head/devel/Makefile Sat Sep 30 10:15:38 2017 (r450958) @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-txaio From owner-svn-ports-head@freebsd.org Sat Sep 30 10:16:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AE15E23DB3; Sat, 30 Sep 2017 10:16: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 C909969C0E; Sat, 30 Sep 2017 10:16: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 v8UAG4Gq077802; Sat, 30 Sep 2017 10:16:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAG4C5077801; Sat, 30 Sep 2017 10:16:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301016.v8UAG4C5077801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450959 - in head/devel: . py-twistedFlow X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-twistedFlow X-SVN-Commit-Revision: 450959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:16:06 -0000 Author: sunpoet Date: Sat Sep 30 10:16:04 2017 New Revision: 450959 URL: https://svnweb.freebsd.org/changeset/ports/450959 Log: Remove devel/py-twistedFlow Deleted: head/devel/py-twistedFlow/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 10:15:38 2017 (r450958) +++ head/devel/Makefile Sat Sep 30 10:16:04 2017 (r450959) @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-txaio SUBDIR += py-typed-ast From owner-svn-ports-head@freebsd.org Sat Sep 30 10:16:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C942FE23EB1; Sat, 30 Sep 2017 10:16: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 969CA69E94; Sat, 30 Sep 2017 10:16: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 v8UAGrxI077988; Sat, 30 Sep 2017 10:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAGrUq077987; Sat, 30 Sep 2017 10:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301016.v8UAGrUq077987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450960 - in head/devel: . py-twistedRunner X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-twistedRunner X-SVN-Commit-Revision: 450960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:16:54 -0000 Author: sunpoet Date: Sat Sep 30 10:16:53 2017 New Revision: 450960 URL: https://svnweb.freebsd.org/changeset/ports/450960 Log: Remove devel/py-twistedRunner Deleted: head/devel/py-twistedRunner/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 10:16:04 2017 (r450959) +++ head/devel/Makefile Sat Sep 30 10:16:53 2017 (r450960) @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twistedRunner SUBDIR += py-txaio SUBDIR += py-typed-ast SUBDIR += py-typing From owner-svn-ports-head@freebsd.org Sat Sep 30 10:17:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC5A4E23F35; Sat, 30 Sep 2017 10:17: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 9888969FB4; Sat, 30 Sep 2017 10:17: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 v8UAH8wH078106; Sat, 30 Sep 2017 10:17:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAH83g078105; Sat, 30 Sep 2017 10:17:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301017.v8UAH83g078105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450961 - in head/dns: . py-twistedNames X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . py-twistedNames X-SVN-Commit-Revision: 450961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:17:09 -0000 Author: sunpoet Date: Sat Sep 30 10:17:08 2017 New Revision: 450961 URL: https://svnweb.freebsd.org/changeset/ports/450961 Log: Remove dns/py-twistedNames Deleted: head/dns/py-twistedNames/ Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Sep 30 10:16:53 2017 (r450960) +++ head/dns/Makefile Sat Sep 30 10:17:08 2017 (r450961) @@ -184,7 +184,6 @@ SUBDIR += py-pydnstable SUBDIR += py-pywdns SUBDIR += py-tldextract - SUBDIR += py-twistedNames SUBDIR += py3-dnspython SUBDIR += py3-idna SUBDIR += radns From owner-svn-ports-head@freebsd.org Sat Sep 30 10:17:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B43E23FB2; Sat, 30 Sep 2017 10:17: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 9394D6A086; Sat, 30 Sep 2017 10:17: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 v8UAHL4P078220; Sat, 30 Sep 2017 10:17:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAHLwn078219; Sat, 30 Sep 2017 10:17:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301017.v8UAHLwn078219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:17:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450962 - in head/mail: . py-twistedMail X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/mail: . py-twistedMail X-SVN-Commit-Revision: 450962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:17:22 -0000 Author: sunpoet Date: Sat Sep 30 10:17:21 2017 New Revision: 450962 URL: https://svnweb.freebsd.org/changeset/ports/450962 Log: Remove mail/py-twistedMail Deleted: head/mail/py-twistedMail/ Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat Sep 30 10:17:08 2017 (r450961) +++ head/mail/Makefile Sat Sep 30 10:17:21 2017 (r450962) @@ -542,7 +542,6 @@ SUBDIR += py-pymailq SUBDIR += py-pyspf SUBDIR += py-spambayes - SUBDIR += py-twistedMail SUBDIR += py-zope.sendmail SUBDIR += pymsgauth SUBDIR += pysieved From owner-svn-ports-head@freebsd.org Sat Sep 30 10:17:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E67FE23FE5; Sat, 30 Sep 2017 10:17: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 370F36A12C; Sat, 30 Sep 2017 10:17: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 v8UAHWrY078331; Sat, 30 Sep 2017 10:17:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAHWJq078330; Sat, 30 Sep 2017 10:17:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301017.v8UAHWJq078330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450963 - in head/news: . py-twistedNews X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/news: . py-twistedNews X-SVN-Commit-Revision: 450963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:17:33 -0000 Author: sunpoet Date: Sat Sep 30 10:17:32 2017 New Revision: 450963 URL: https://svnweb.freebsd.org/changeset/ports/450963 Log: Remove news/py-twistedNews Deleted: head/news/py-twistedNews/ Modified: head/news/Makefile Modified: head/news/Makefile ============================================================================== --- head/news/Makefile Sat Sep 30 10:17:21 2017 (r450962) +++ head/news/Makefile Sat Sep 30 10:17:32 2017 (r450963) @@ -60,7 +60,6 @@ SUBDIR += plor SUBDIR += py-pynzb SUBDIR += py-sabyenc - SUBDIR += py-twistedNews SUBDIR += py-yenc SUBDIR += rawdog SUBDIR += s-news From owner-svn-ports-head@freebsd.org Sat Sep 30 10:17:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8C4EE24046; Sat, 30 Sep 2017 10:17: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 B29146A25A; Sat, 30 Sep 2017 10:17: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 v8UAHkQg078445; Sat, 30 Sep 2017 10:17:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAHkna078444; Sat, 30 Sep 2017 10:17:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301017.v8UAHkna078444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450964 - in head/net: . py-twistedPair X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-twistedPair X-SVN-Commit-Revision: 450964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:17:48 -0000 Author: sunpoet Date: Sat Sep 30 10:17:46 2017 New Revision: 450964 URL: https://svnweb.freebsd.org/changeset/ports/450964 Log: Remove net/py-twistedPair Deleted: head/net/py-twistedPair/ Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 30 10:17:32 2017 (r450963) +++ head/net/Makefile Sat Sep 30 10:17:46 2017 (r450964) @@ -1072,7 +1072,6 @@ SUBDIR += py-terminado SUBDIR += py-tofu SUBDIR += py-tweepy - SUBDIR += py-twistedPair SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-txrestapi From owner-svn-ports-head@freebsd.org Sat Sep 30 10:18:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 811BEE24082; Sat, 30 Sep 2017 10:18: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 4EB4D6A340; Sat, 30 Sep 2017 10:18: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 v8UAI2gE078563; Sat, 30 Sep 2017 10:18:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAI2qB078562; Sat, 30 Sep 2017 10:18:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301018.v8UAI2qB078562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450965 - in head/net-im: . py-twistedWords X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net-im: . py-twistedWords X-SVN-Commit-Revision: 450965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:18:03 -0000 Author: sunpoet Date: Sat Sep 30 10:18:02 2017 New Revision: 450965 URL: https://svnweb.freebsd.org/changeset/ports/450965 Log: Remove net-im/py-twistedWords Deleted: head/net-im/py-twistedWords/ Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sat Sep 30 10:17:46 2017 (r450964) +++ head/net-im/Makefile Sat Sep 30 10:18:02 2017 (r450965) @@ -143,7 +143,6 @@ SUBDIR += py-sleekxmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c - SUBDIR += py-twistedWords SUBDIR += py-unmessage SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc From owner-svn-ports-head@freebsd.org Sat Sep 30 10:18:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA3E3E240D3; Sat, 30 Sep 2017 10:18: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 B92516A426; Sat, 30 Sep 2017 10:18: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 v8UAIN48078680; Sat, 30 Sep 2017 10:18:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAINMn078679; Sat, 30 Sep 2017 10:18:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301018.v8UAINMn078679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450966 - in head/security: . py-twistedConch X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . py-twistedConch X-SVN-Commit-Revision: 450966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:18:25 -0000 Author: sunpoet Date: Sat Sep 30 10:18:23 2017 New Revision: 450966 URL: https://svnweb.freebsd.org/changeset/ports/450966 Log: Remove security/py-twistedConch Deleted: head/security/py-twistedConch/ Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 30 10:18:02 2017 (r450965) +++ head/security/Makefile Sat Sep 30 10:18:23 2017 (r450966) @@ -962,7 +962,6 @@ SUBDIR += py-tlslite SUBDIR += py-trustedpickle SUBDIR += py-tuf - SUBDIR += py-twistedConch SUBDIR += py-twofish SUBDIR += py-txtorcon SUBDIR += py-virustotal-api From owner-svn-ports-head@freebsd.org Sat Sep 30 10:18:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51D9E24109; Sat, 30 Sep 2017 10:18: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 821B36A4DD; Sat, 30 Sep 2017 10:18: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 v8UAIcOO078794; Sat, 30 Sep 2017 10:18:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAIccu078793; Sat, 30 Sep 2017 10:18:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301018.v8UAIccu078793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450967 - in head/textproc: . py-twistedLore X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . py-twistedLore X-SVN-Commit-Revision: 450967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:18:39 -0000 Author: sunpoet Date: Sat Sep 30 10:18:38 2017 New Revision: 450967 URL: https://svnweb.freebsd.org/changeset/ports/450967 Log: Remove textproc/py-twistedLore Deleted: head/textproc/py-twistedLore/ Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 30 10:18:23 2017 (r450966) +++ head/textproc/Makefile Sat Sep 30 10:18:38 2017 (r450967) @@ -1365,7 +1365,6 @@ SUBDIR += py-transifex-client SUBDIR += py-translationstring SUBDIR += py-tvgrab - SUBDIR += py-twistedLore SUBDIR += py-ucl SUBDIR += py-whoosh SUBDIR += py-wicked From owner-svn-ports-head@freebsd.org Sat Sep 30 10:18:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84802E2413C; Sat, 30 Sep 2017 10:18: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 51E526A5E6; Sat, 30 Sep 2017 10:18: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 v8UAIwUs078908; Sat, 30 Sep 2017 10:18:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAIwJg078907; Sat, 30 Sep 2017 10:18:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301018.v8UAIwJg078907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450968 - in head/www: . py-twistedWeb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-twistedWeb X-SVN-Commit-Revision: 450968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:18:59 -0000 Author: sunpoet Date: Sat Sep 30 10:18:58 2017 New Revision: 450968 URL: https://svnweb.freebsd.org/changeset/ports/450968 Log: Remove www/py-twistedWeb Deleted: head/www/py-twistedWeb/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 30 10:18:38 2017 (r450967) +++ head/www/Makefile Sat Sep 30 10:18:58 2017 (r450968) @@ -1841,7 +1841,6 @@ SUBDIR += py-treq SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api - SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-txrequests SUBDIR += py-uliweb From owner-svn-ports-head@freebsd.org Sat Sep 30 10:19:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2DBAE24186; Sat, 30 Sep 2017 10:19: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 C0C446A6C9; Sat, 30 Sep 2017 10:19: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 v8UAJfNh079038; Sat, 30 Sep 2017 10:19:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAJfaq079037; Sat, 30 Sep 2017 10:19:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301019.v8UAJfaq079037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450969 - in head/www: . py-twistedWeb2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-twistedWeb2 X-SVN-Commit-Revision: 450969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:19:43 -0000 Author: sunpoet Date: Sat Sep 30 10:19:41 2017 New Revision: 450969 URL: https://svnweb.freebsd.org/changeset/ports/450969 Log: Remove www/py-twistedWeb2 Deleted: head/www/py-twistedWeb2/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 30 10:18:58 2017 (r450968) +++ head/www/Makefile Sat Sep 30 10:19:41 2017 (r450969) @@ -1841,7 +1841,6 @@ SUBDIR += py-treq SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api - SUBDIR += py-twistedWeb2 SUBDIR += py-txrequests SUBDIR += py-uliweb SUBDIR += py-urlgrabber From owner-svn-ports-head@freebsd.org Sat Sep 30 10:19:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 172AEE241BA; Sat, 30 Sep 2017 10:19: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 D93856A7A0; Sat, 30 Sep 2017 10:19: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 v8UAJuNb079142; Sat, 30 Sep 2017 10:19:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAJu9g079141; Sat, 30 Sep 2017 10:19:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301019.v8UAJu9g079141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450970 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:19:58 -0000 Author: sunpoet Date: Sat Sep 30 10:19:56 2017 New Revision: 450970 URL: https://svnweb.freebsd.org/changeset/ports/450970 Log: Document the removal of outdated twisted ports Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 30 10:19:41 2017 (r450969) +++ head/MOVED Sat Sep 30 10:19:56 2017 (r450970) @@ -9553,3 +9553,16 @@ ports-mgmt/packagekit-qt4||2017-09-28|Has expired: Ign ports-mgmt/kpackagekit||2017-09-28|Has expired: Skipped for more than 5 years dns/rubygem-public_suffix2|dns/rubygem-public_suffix|2017-09-30|Has expired: Use dns/rubygem-public_suffix instead www/rubygem-deckar01-task_list1|www/rubygem-deckar01-task_list|2017-09-30|Has expired: Use www/rubygem-deckar01-task_list instead +devel/py-twisted152|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +devel/py-twistedCore|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +devel/py-twistedFlow|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +devel/py-twistedRunner|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +dns/py-twistedNames|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +mail/py-twistedMail|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +net/py-twistedPair|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +net-im/py-twistedWords|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +news/py-twistedNews|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +security/py-twistedConch|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +textproc/py-twistedLore|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +www/py-twistedWeb|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead From owner-svn-ports-head@freebsd.org Sat Sep 30 10:22:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7CF0E24443; Sat, 30 Sep 2017 10:22:51 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93CEF6AAFD; Sat, 30 Sep 2017 10:22:51 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAMo9a083220; Sat, 30 Sep 2017 10:22:50 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAMocG083215; Sat, 30 Sep 2017 10:22:50 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301022.v8UAMocG083215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 10:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450971 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 450971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:22:51 -0000 Author: tcberner Date: Sat Sep 30 10:22:50 2017 New Revision: 450971 URL: https://svnweb.freebsd.org/changeset/ports/450971 Log: Update x11/rofi to 1.4.1 PR: 222664 Submitted by: Le Baron d'Merde Reviewed by: tcberner Approved by: nomoo@nomoo.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D12514 Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo head/x11/rofi/pkg-descr head/x11/rofi/pkg-plist Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/Makefile Sat Sep 30 10:22:50 2017 (r450971) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 1.3.1 +DISTVERSION= 1.4.1 CATEGORIES= x11 MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ @@ -11,6 +11,8 @@ COMMENT= Window switcher, run dialog and dmenu replace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= checkmk:devel/check \ + ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ @@ -18,11 +20,12 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= gmake pkgconfig shebangfix -USE_GNOME= cairo pango +USES= bison gmake libtool pkgconfig shebangfix +USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb GNU_CONFIGURE= yes +CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" SHEBANG_FILES= script/get_git_rev.sh \ script/rofi-sensible-terminal bash_CMD= /bin/sh Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/distinfo Sat Sep 30 10:22:50 2017 (r450971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498373936 -SHA256 (rofi-1.3.1.tar.gz) = da61d2da7e5f4f354da2bfb50ec06b0613d6aba6cf09346a86177f3351db2326 -SIZE (rofi-1.3.1.tar.gz) = 281690 +TIMESTAMP = 1506494413 +SHA256 (rofi-1.4.1.tar.gz) = 96f19ee57e572a8cf894df8e8bcf56b905acb2c92a38a96d938f081c8e0ea1a7 +SIZE (rofi-1.4.1.tar.gz) = 461067 Modified: head/x11/rofi/pkg-descr ============================================================================== --- head/x11/rofi/pkg-descr Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/pkg-descr Sat Sep 30 10:22:50 2017 (r450971) @@ -4,4 +4,4 @@ version from Sean Pringle. All credit for this great t Rofi developed extra features, like a run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it a very versatile tool. -WWW: https://davedavenport.github.io/rofi/ +WWW: https://github.com/DaveDavenport/rofi Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Sat Sep 30 10:19:56 2017 (r450970) +++ head/x11/rofi/pkg-plist Sat Sep 30 10:22:50 2017 (r450971) @@ -1,25 +1,35 @@ bin/rofi bin/rofi-sensible-terminal bin/rofi-theme-selector +include/rofi/helper.h +include/rofi/mode-private.h +include/rofi/mode.h +libdata/pkgconfig/rofi.pc man/man1/rofi-sensible-terminal.1.gz man/man1/rofi.1.gz -%%DATADIR%%/themes/Adapta-Nokto.theme -%%DATADIR%%/themes/Arc.theme -%%DATADIR%%/themes/DarkBlue.theme -%%DATADIR%%/themes/Indego.theme -%%DATADIR%%/themes/Monokai.theme -%%DATADIR%%/themes/Paper.theme -%%DATADIR%%/themes/android_notification.theme -%%DATADIR%%/themes/blue.theme -%%DATADIR%%/themes/c64.theme -%%DATADIR%%/themes/glue_pro_blue.theme -%%DATADIR%%/themes/gruvbox-dark-hard.theme -%%DATADIR%%/themes/gruvbox-dark-soft.theme -%%DATADIR%%/themes/gruvbox-dark.theme -%%DATADIR%%/themes/gruvbox-light-hard.theme -%%DATADIR%%/themes/gruvbox-light-soft.theme -%%DATADIR%%/themes/gruvbox-light.theme -%%DATADIR%%/themes/lb.theme -%%DATADIR%%/themes/purple.theme -%%DATADIR%%/themes/solarized.theme -%%DATADIR%%/themes/solarized_alternate.theme +man/man5/rofi-theme.5.gz +%%DATADIR%%/themes/Adapta-Nokto.rasi +%%DATADIR%%/themes/Arc.rasi +%%DATADIR%%/themes/DarkBlue.rasi +%%DATADIR%%/themes/Indego.rasi +%%DATADIR%%/themes/Monokai.rasi +%%DATADIR%%/themes/Paper.rasi +%%DATADIR%%/themes/Pop-Dark.rasi +%%DATADIR%%/themes/android_notification.rasi +%%DATADIR%%/themes/arthur.rasi +%%DATADIR%%/themes/blue.rasi +%%DATADIR%%/themes/c64.rasi +%%DATADIR%%/themes/dmenu.rasi +%%DATADIR%%/themes/glue_pro_blue.rasi +%%DATADIR%%/themes/gruvbox-dark-hard.rasi +%%DATADIR%%/themes/gruvbox-dark-soft.rasi +%%DATADIR%%/themes/gruvbox-dark.rasi +%%DATADIR%%/themes/gruvbox-light-hard.rasi +%%DATADIR%%/themes/gruvbox-light-soft.rasi +%%DATADIR%%/themes/gruvbox-light.rasi +%%DATADIR%%/themes/lb.rasi +%%DATADIR%%/themes/paper-float.rasi +%%DATADIR%%/themes/purple.rasi +%%DATADIR%%/themes/sidebar.rasi +%%DATADIR%%/themes/solarized.rasi +%%DATADIR%%/themes/solarized_alternate.rasi From owner-svn-ports-head@freebsd.org Sat Sep 30 10:24:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9AF9E24538; Sat, 30 Sep 2017 10:24: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 9778B6AC22; Sat, 30 Sep 2017 10:24:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAOIuN083377; Sat, 30 Sep 2017 10:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAOISB083376; Sat, 30 Sep 2017 10:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301024.v8UAOISB083376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450972 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:24:19 -0000 Author: sunpoet Date: Sat Sep 30 10:24:18 2017 New Revision: 450972 URL: https://svnweb.freebsd.org/changeset/ports/450972 Log: Pet MOVEDlint: remove trailing dot Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 30 10:22:50 2017 (r450971) +++ head/MOVED Sat Sep 30 10:24:18 2017 (r450972) @@ -9526,7 +9526,7 @@ x11-toolkits/kirigami||2017-08-28|Not needed by anythi x11-toolkits/kirigami2|x11-toolkits/kf5-kirigami2|2017-08-28|Became an official framework www/speedtest-mini||2017-09-03|Has expired: Discontinued upstream (on June 30, 2017) devel/rubygem-sequel3|devel/rubygem-sequel|2017-09-03|Has expired: Use devel/rubygem-sequel instead -audio/tomahawk||2017-09-03|Has expired: Project is dead upstream. +audio/tomahawk||2017-09-03|Has expired: Project is dead upstream mail/rubygem-larch||2017-09-03|Has expired: Unmaintained by upstream, no changes since 2013 devel/rubygem-sidekiq4|devel/rubygem-sidekiq|2017-09-03|Has expired: Use devel/rubygem-sidekiq instead devel/rubygem-webpacker1-rails5|devel/rubygem-webpacker-rails5|2017-09-03|Has expired: Use devel/rubygem-webpacker-rails5 instead From owner-svn-ports-head@freebsd.org Sat Sep 30 10:50:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CE6FE24BDC; Sat, 30 Sep 2017 10:50:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2596B7D8; Sat, 30 Sep 2017 10:50:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAoFwa091828; Sat, 30 Sep 2017 10:50:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAoEwg091824; Sat, 30 Sep 2017 10:50:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301050.v8UAoEwg091824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 10:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450973 - in head/net-mgmt: . py-adal X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-mgmt: . py-adal X-SVN-Commit-Revision: 450973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:50:16 -0000 Author: tcberner Date: Sat Sep 30 10:50:14 2017 New Revision: 450973 URL: https://svnweb.freebsd.org/changeset/ports/450973 Log: New port: net-mgmt/py-adal: Authentication of Azure Active Directory for python apps PR: 222209 Submitted by: xmj Added: head/net-mgmt/py-adal/ head/net-mgmt/py-adal/Makefile (contents, props changed) head/net-mgmt/py-adal/distinfo (contents, props changed) head/net-mgmt/py-adal/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Sep 30 10:24:18 2017 (r450972) +++ head/net-mgmt/Makefile Sat Sep 30 10:50:14 2017 (r450973) @@ -294,6 +294,7 @@ SUBDIR += portmon SUBDIR += prometheus SUBDIR += pushgateway + SUBDIR += py-adal SUBDIR += py-ipcalc SUBDIR += py-ipy SUBDIR += py-pdagent Added: head/net-mgmt/py-adal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-adal/Makefile Sat Sep 30 10:50:14 2017 (r450973) @@ -0,0 +1,23 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= adal +PORTVERSION= 0.4.7 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= johannes@perceivon.net +COMMENT= Authentication ot Azure Active Directory for python apps + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/net-mgmt/py-adal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-adal/distinfo Sat Sep 30 10:50:14 2017 (r450973) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505103027 +SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20 +SIZE (adal-0.4.7.tar.gz) = 28161 Added: head/net-mgmt/py-adal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-adal/pkg-descr Sat Sep 30 10:50:14 2017 (r450973) @@ -0,0 +1,5 @@ +The ADAL for Python library makes it easy for python application to +authenticate to Azure Active Directory (AAD) in order to access AAD protected +web resources. + +WWW: https://pypi.python.org/pypi/adal From owner-svn-ports-head@freebsd.org Sat Sep 30 10:59:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 440EAE24EB1; Sat, 30 Sep 2017 10:59:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 202426BC98; Sat, 30 Sep 2017 10:59:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAxC8V095957; Sat, 30 Sep 2017 10:59:12 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAxCUG095952; Sat, 30 Sep 2017 10:59:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301059.v8UAxCUG095952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 10:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450974 - in head/net-mgmt: . py-msrest X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-mgmt: . py-msrest X-SVN-Commit-Revision: 450974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 10:59:13 -0000 Author: tcberner Date: Sat Sep 30 10:59:11 2017 New Revision: 450974 URL: https://svnweb.freebsd.org/changeset/ports/450974 Log: New port: net-mgmt/py-msrest: AutoRest swagger generator Python client runtime PR: 222210 Submitted by: xmj Added: head/net-mgmt/py-msrest/ head/net-mgmt/py-msrest/Makefile (contents, props changed) head/net-mgmt/py-msrest/distinfo (contents, props changed) head/net-mgmt/py-msrest/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Sep 30 10:50:14 2017 (r450973) +++ head/net-mgmt/Makefile Sat Sep 30 10:59:11 2017 (r450974) @@ -297,6 +297,7 @@ SUBDIR += py-adal SUBDIR += py-ipcalc SUBDIR += py-ipy + SUBDIR += py-msrest SUBDIR += py-pdagent SUBDIR += py-pyang SUBDIR += py-pysmi Added: head/net-mgmt/py-msrest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/Makefile Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,29 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= msrest +PORTVERSION= 0.4.14 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= johannes@perceivon.net +COMMENT= AutoRest swagger generator Python client runtime + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + +.include Added: head/net-mgmt/py-msrest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/distinfo Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505102734 +SHA256 (msrest-0.4.14.tar.gz) = 97654345a93a140f6e825f2a648de3100b5ff90880f7668df82d825b2de148ec +SIZE (msrest-0.4.14.tar.gz) = 26459 Added: head/net-mgmt/py-msrest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/pkg-descr Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,3 @@ +AutoRest swagger generator Python client runtime. + +WWW: https://pypi.python.org/pypi/msrest From owner-svn-ports-head@freebsd.org Sat Sep 30 11:09:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6482E251A0; Sat, 30 Sep 2017 11:09:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 019F36C0F3; Sat, 30 Sep 2017 11:09:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UB9KC7000366; Sat, 30 Sep 2017 11:09:20 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UB9JbB000361; Sat, 30 Sep 2017 11:09:19 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301109.v8UB9JbB000361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 11:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450975 - in head/net-mgmt: . py-msrestazure X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-mgmt: . py-msrestazure X-SVN-Commit-Revision: 450975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:09:22 -0000 Author: tcberner Date: Sat Sep 30 11:09:19 2017 New Revision: 450975 URL: https://svnweb.freebsd.org/changeset/ports/450975 Log: New port: net-mgmt/py-msrestazure: Azure-specific AutoRest swagger generator Python PR: 222211 Submitted by: xmj Added: head/net-mgmt/py-msrestazure/ head/net-mgmt/py-msrestazure/Makefile (contents, props changed) head/net-mgmt/py-msrestazure/distinfo (contents, props changed) head/net-mgmt/py-msrestazure/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Sep 30 10:59:11 2017 (r450974) +++ head/net-mgmt/Makefile Sat Sep 30 11:09:19 2017 (r450975) @@ -298,6 +298,7 @@ SUBDIR += py-ipcalc SUBDIR += py-ipy SUBDIR += py-msrest + SUBDIR += py-msrestazure SUBDIR += py-pdagent SUBDIR += py-pyang SUBDIR += py-pysmi Added: head/net-mgmt/py-msrestazure/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrestazure/Makefile Sat Sep 30 11:09:19 2017 (r450975) @@ -0,0 +1,22 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= msrestazure +PORTVERSION= 0.4.8 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= xmj@FreeBSD.org +COMMENT= Azure-specific AutoRest swagger generator Python client runtime + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest \ + ${PYTHON_PKGNAMEPREFIX}adal>0:net-mgmt/py-adal + +USES= python zip +USE_PYTHON= autoplist distutils + +.include Added: head/net-mgmt/py-msrestazure/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrestazure/distinfo Sat Sep 30 11:09:19 2017 (r450975) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505102538 +SHA256 (msrestazure-0.4.8.zip) = efa2b8a23d77c79609ffdb80150194e19521aa69f67aa676ccfda18e3ddff46d +SIZE (msrestazure-0.4.8.zip) = 23832 Added: head/net-mgmt/py-msrestazure/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrestazure/pkg-descr Sat Sep 30 11:09:19 2017 (r450975) @@ -0,0 +1,3 @@ +AutoRest swagger generator Python client runtime. Azure-specific module. + +WWW: https://pypi.python.org/pypi/msrestazure From owner-svn-ports-head@freebsd.org Sat Sep 30 11:21:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 672DCE25501; Sat, 30 Sep 2017 11:21:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26D2D6C57A; Sat, 30 Sep 2017 11:21:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBL7Sx005438; Sat, 30 Sep 2017 11:21:07 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBL7DF005437; Sat, 30 Sep 2017 11:21:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301121.v8UBL7DF005437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 11:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450976 - head/www/davical X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/davical X-SVN-Commit-Revision: 450976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:21:08 -0000 Author: tcberner Date: Sat Sep 30 11:21:07 2017 New Revision: 450976 URL: https://svnweb.freebsd.org/changeset/ports/450976 Log: www/davical: add php-curl as dependency * Davical does need "ftp/phpXX-curl" for external binding work properly. Its self check also fail if it is not present. https://wiki.davical.org/index.php/Setup_Failure_Codes/PHP_curl_support * While here, do some minor alphabetizing of the various lists. PR: 222652 Submitted by: Le Baron d'Merde Modified: head/www/davical/Makefile Modified: head/www/davical/Makefile ============================================================================== --- head/www/davical/Makefile Sat Sep 30 11:09:19 2017 (r450975) +++ head/www/davical/Makefile Sat Sep 30 11:21:07 2017 (r450976) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= davical -PORTVERSION= 1.1.5 DISTVERSIONPREFIX= r +DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ @@ -23,12 +24,12 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}-7ccc7c449176475891ec50d5524928628df6f8d1 NO_BUILD= yes -USES= shebangfix pgsql php -USE_PHP= gettext iconv pcre pdo pdo_pgsql pgsql xml calendar +USES= pgsql php shebangfix +USE_PHP= calendar curl gettext iconv pcre pdo pdo_pgsql pgsql xml SHEBANG_FILES= scripts/sync-remote-caldav.php SUB_FILES= pkg-message httpd-davical.conf -PORTDOCS= README INSTALL davical_en_user_guide.odt translation.rst \ - phpdoc.ini +PORTDOCS= README INSTALL davical_en_user_guide.odt phpdoc.ini \ + translation.rst PORTEXAMPLES= config OPTIONS_DEFINE= DOCS EXAMPLES From owner-svn-ports-head@freebsd.org Sat Sep 30 11:23:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 413B0E256B7; Sat, 30 Sep 2017 11:23:13 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FC936C87F; Sat, 30 Sep 2017 11:23:12 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBNCEA008467; Sat, 30 Sep 2017 11:23:12 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBNCoS008465; Sat, 30 Sep 2017 11:23:12 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709301123.v8UBNCoS008465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Sat, 30 Sep 2017 11:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450977 - head/www/yarn X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/www/yarn X-SVN-Commit-Revision: 450977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:23:13 -0000 Author: pizzamig Date: Sat Sep 30 11:23:11 2017 New Revision: 450977 URL: https://svnweb.freebsd.org/changeset/ports/450977 Log: www/yarn: update to 1.1.0 and fix the yarn script Re-enabling the readlink -f option on FreeBSD Update to version 1.1.0 PR: 222696 Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12542 Modified: head/www/yarn/Makefile head/www/yarn/distinfo Modified: head/www/yarn/Makefile ============================================================================== --- head/www/yarn/Makefile Sat Sep 30 11:21:07 2017 (r450976) +++ head/www/yarn/Makefile Sat Sep 30 11:23:11 2017 (r450977) @@ -2,7 +2,7 @@ PORTNAME= yarn DISTVERSIONPREFIX= v -DISTVERSION= 1.0.2 +DISTVERSION= 1.1.0 CATEGORIES= www MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/ @@ -37,6 +37,8 @@ post-patch: @${REINPLACE_CMD} -i '' \ -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \ ${WRKSRC}/package.json + @${REINPLACE_CMD} -i '' -e 's%"Linux)%Linux|FreeBSD)%g' \ + ${WRKSRC}/bin/yarn do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn Modified: head/www/yarn/distinfo ============================================================================== --- head/www/yarn/distinfo Sat Sep 30 11:21:07 2017 (r450976) +++ head/www/yarn/distinfo Sat Sep 30 11:23:11 2017 (r450977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506246826 -SHA256 (yarn-v1.0.2.tar.gz) = 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 -SIZE (yarn-v1.0.2.tar.gz) = 843696 +TIMESTAMP = 1506702503 +SHA256 (yarn-v1.1.0.tar.gz) = 171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 +SIZE (yarn-v1.1.0.tar.gz) = 874168 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:25:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8D8E256FF; Sat, 30 Sep 2017 11:25:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0B0F6C96F; Sat, 30 Sep 2017 11:25:03 +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 v8UBP3wY008667; Sat, 30 Sep 2017 11:25:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBP2aw008665; Sat, 30 Sep 2017 11:25:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201709301125.v8UBP2aw008665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 30 Sep 2017 11:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450978 - in head: . devel devel/libclaw X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . devel devel/libclaw X-SVN-Commit-Revision: 450978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:25:04 -0000 Author: rene Date: Sat Sep 30 11:25:02 2017 New Revision: 450978 URL: https://svnweb.freebsd.org/changeset/ports/450978 Log: Remove expired port: 2017-09-30 devel/libclaw: useless for anything apart from removed games/plee-the-bear Deleted: head/devel/libclaw/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 30 11:23:11 2017 (r450977) +++ head/MOVED Sat Sep 30 11:25:02 2017 (r450978) @@ -9566,3 +9566,4 @@ security/py-twistedConch|devel/py-twisted|2017-09-30|H textproc/py-twistedLore|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead www/py-twistedWeb|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted instead +devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 11:23:11 2017 (r450977) +++ head/devel/Makefile Sat Sep 30 11:25:02 2017 (r450978) @@ -1327,7 +1327,6 @@ SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii - SUBDIR += libclaw SUBDIR += libclc SUBDIR += libcli SUBDIR += libconcurrent From owner-svn-ports-head@freebsd.org Sat Sep 30 11:45:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A6A3E25B28; Sat, 30 Sep 2017 11:45: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 C8B2D6D175; Sat, 30 Sep 2017 11:45: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 v8UBjhQr017310; Sat, 30 Sep 2017 11:45:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBjhGG017306; Sat, 30 Sep 2017 11:45:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301145.v8UBjhGG017306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450979 - in head/www: . rubygem-rbovirt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-rbovirt X-SVN-Commit-Revision: 450979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:45:45 -0000 Author: sunpoet Date: Sat Sep 30 11:45:43 2017 New Revision: 450979 URL: https://svnweb.freebsd.org/changeset/ports/450979 Log: Add rubygem-rbovirt 0.1.4 rubygem-rbovirt is a Ruby client for oVirt REST API. WWW: https://github.com/abenari/rbovirt Added: head/www/rubygem-rbovirt/ head/www/rubygem-rbovirt/Makefile (contents, props changed) head/www/rubygem-rbovirt/distinfo (contents, props changed) head/www/rubygem-rbovirt/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 30 11:25:02 2017 (r450978) +++ head/www/Makefile Sat Sep 30 11:45:43 2017 (r450979) @@ -2106,6 +2106,7 @@ SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails + SUBDIR += rubygem-rbovirt SUBDIR += rubygem-rdf SUBDIR += rubygem-rdf-normalize SUBDIR += rubygem-redcloth Added: head/www/rubygem-rbovirt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rbovirt/Makefile Sat Sep 30 11:45:43 2017 (r450979) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= rbovirt +PORTVERSION= 0.1.4 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby client for oVirt REST API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ + rubygem-rest-client>=1.7.0:www/rubygem-rest-client + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-rbovirt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rbovirt/distinfo Sat Sep 30 11:45:43 2017 (r450979) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506769947 +SHA256 (rubygem/rbovirt-0.1.4.gem) = 4801ae78b88295e80ce81c5ef677a94414d7fc48d17847696b9ca908a03b174e +SIZE (rubygem/rbovirt-0.1.4.gem) = 25600 Added: head/www/rubygem-rbovirt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rbovirt/pkg-descr Sat Sep 30 11:45:43 2017 (r450979) @@ -0,0 +1,3 @@ +rubygem-rbovirt is a Ruby client for oVirt REST API. + +WWW: https://github.com/abenari/rbovirt From owner-svn-ports-head@freebsd.org Sat Sep 30 11:46:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32E84E25B99; Sat, 30 Sep 2017 11:46: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 0CD5D6D32E; Sat, 30 Sep 2017 11:46: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 v8UBk6vZ017488; Sat, 30 Sep 2017 11:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBk5Hn017484; Sat, 30 Sep 2017 11:46:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301146.v8UBk5Hn017484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450980 - in head/net: . rubygem-fog-ovirt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-fog-ovirt X-SVN-Commit-Revision: 450980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:46:07 -0000 Author: sunpoet Date: Sat Sep 30 11:46:05 2017 New Revision: 450980 URL: https://svnweb.freebsd.org/changeset/ports/450980 Log: Add rubygem-fog-ovirt 0.1.0 Fog::Ovirt is a module for the 'fog' gem to support oVirt virtualization management platform. WWW: https://github.com/fog/fog-ovirt Added: head/net/rubygem-fog-ovirt/ head/net/rubygem-fog-ovirt/Makefile (contents, props changed) head/net/rubygem-fog-ovirt/distinfo (contents, props changed) head/net/rubygem-fog-ovirt/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 30 11:45:43 2017 (r450979) +++ head/net/Makefile Sat Sep 30 11:46:05 2017 (r450980) @@ -1177,6 +1177,7 @@ SUBDIR += rubygem-fog-joyent SUBDIR += rubygem-fog-local SUBDIR += rubygem-fog-openstack + SUBDIR += rubygem-fog-ovirt SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-rackspace Added: head/net/rubygem-fog-ovirt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-ovirt/Makefile Sat Sep 30 11:46:05 2017 (r450980) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-ovirt +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support oVirt platform + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core>=1.45:devel/rubygem-fog-core \ + rubygem-fog-json>=0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1.1:textproc/rubygem-fog-xml \ + rubygem-rbovirt>=0.1.4:www/rubygem-rbovirt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/net/rubygem-fog-ovirt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-ovirt/distinfo Sat Sep 30 11:46:05 2017 (r450980) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506770405 +SHA256 (rubygem/fog-ovirt-0.1.0.gem) = a3d636031f6d18d8c18253b4ae714e24873a89c25b76ba6a4e8f03737429a73d +SIZE (rubygem/fog-ovirt-0.1.0.gem) = 22016 Added: head/net/rubygem-fog-ovirt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-ovirt/pkg-descr Sat Sep 30 11:46:05 2017 (r450980) @@ -0,0 +1,4 @@ +Fog::Ovirt is a module for the 'fog' gem to support oVirt virtualization +management platform. + +WWW: https://github.com/fog/fog-ovirt From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFD0EE25C01; Sat, 30 Sep 2017 11:47: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 BEE7E6D416; Sat, 30 Sep 2017 11:47: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 v8UBl17K017635; Sat, 30 Sep 2017 11:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBl1if017633; Sat, 30 Sep 2017 11:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBl1if017633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450981 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 450981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:03 -0000 Author: sunpoet Date: Sat Sep 30 11:47:01 2017 New Revision: 450981 URL: https://svnweb.freebsd.org/changeset/ports/450981 Log: Update to 1.7.4 Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sat Sep 30 11:46:05 2017 (r450980) +++ head/devel/pylint/Makefile Sat Sep 30 11:47:01 2017 (r450981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sat Sep 30 11:46:05 2017 (r450980) +++ head/devel/pylint/distinfo Sat Sep 30 11:47:01 2017 (r450981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574214 -SHA256 (pylint-1.7.2.tar.gz) = ea6afb93a9ed810cf52ff3838eb3a15e2bf6a81b80de0eaede1ce442caa5ca69 -SIZE (pylint-1.7.2.tar.gz) = 488628 +TIMESTAMP = 1506771065 +SHA256 (pylint-1.7.4.tar.gz) = 1f65b3815c3bf7524b845711d54c4242e4057dd93826586620239ecdfe591fb1 +SIZE (pylint-1.7.4.tar.gz) = 486518 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C1B9E25C30; Sat, 30 Sep 2017 11:47: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 3A4BF6D4A0; Sat, 30 Sep 2017 11:47: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 v8UBlDaM017761; Sat, 30 Sep 2017 11:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBlDUp017759; Sat, 30 Sep 2017 11:47:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBlDUp017759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450982 - head/net/rubygem-fog-vsphere X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-vsphere X-SVN-Commit-Revision: 450982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:14 -0000 Author: sunpoet Date: Sat Sep 30 11:47:12 2017 New Revision: 450982 URL: https://svnweb.freebsd.org/changeset/ports/450982 Log: Update to 1.13.1 Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-vsphere/Makefile head/net/rubygem-fog-vsphere/distinfo Modified: head/net/rubygem-fog-vsphere/Makefile ============================================================================== --- head/net/rubygem-fog-vsphere/Makefile Sat Sep 30 11:47:01 2017 (r450981) +++ head/net/rubygem-fog-vsphere/Makefile Sat Sep 30 11:47:12 2017 (r450982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-vsphere/distinfo ============================================================================== --- head/net/rubygem-fog-vsphere/distinfo Sat Sep 30 11:47:01 2017 (r450981) +++ head/net/rubygem-fog-vsphere/distinfo Sat Sep 30 11:47:12 2017 (r450982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505920364 -SHA256 (rubygem/fog-vsphere-1.13.0.gem) = e7fd7a6fab29353571babb3b42a3d9ac110ce00121099b5600a5a6dbe0dfd204 -SIZE (rubygem/fog-vsphere-1.13.0.gem) = 68096 +TIMESTAMP = 1506767894 +SHA256 (rubygem/fog-vsphere-1.13.1.gem) = bc77d5a463967fde80e8eb8a9ea5fbbdc92b5f15033afad19b55495eb6800de4 +SIZE (rubygem/fog-vsphere-1.13.1.gem) = 68096 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C7EDE25C74; Sat, 30 Sep 2017 11:47: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 EC4B06D595; Sat, 30 Sep 2017 11:47: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 v8UBlQ1U017888; Sat, 30 Sep 2017 11:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBlPvp017886; Sat, 30 Sep 2017 11:47:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBlPvp017886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450983 - head/devel/rubygem-algebrick X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-algebrick X-SVN-Commit-Revision: 450983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:27 -0000 Author: sunpoet Date: Sat Sep 30 11:47:25 2017 New Revision: 450983 URL: https://svnweb.freebsd.org/changeset/ports/450983 Log: Update to 0.7.5 Changes: https://github.com/pitr-ch/algebrick/commits/master Modified: head/devel/rubygem-algebrick/Makefile head/devel/rubygem-algebrick/distinfo Modified: head/devel/rubygem-algebrick/Makefile ============================================================================== --- head/devel/rubygem-algebrick/Makefile Sat Sep 30 11:47:12 2017 (r450982) +++ head/devel/rubygem-algebrick/Makefile Sat Sep 30 11:47:25 2017 (r450983) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= algebrick -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-algebrick/distinfo ============================================================================== --- head/devel/rubygem-algebrick/distinfo Sat Sep 30 11:47:12 2017 (r450982) +++ head/devel/rubygem-algebrick/distinfo Sat Sep 30 11:47:25 2017 (r450983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484304118 -SHA256 (rubygem/algebrick-0.7.4.gem) = 02e30765f0fa4d832cb802e4a5928041f70756250bee9fa39291b47b2bc6e9d7 -SIZE (rubygem/algebrick-0.7.4.gem) = 24576 +TIMESTAMP = 1506767906 +SHA256 (rubygem/algebrick-0.7.5.gem) = 5fa2cefda19a0d96163cb70e1f910c7f276ada2adcb022f83599e8a04bb2c2c0 +SIZE (rubygem/algebrick-0.7.5.gem) = 24576 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 195A9E25CC6; Sat, 30 Sep 2017 11:47: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 DCB616D60B; Sat, 30 Sep 2017 11:47:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBlYGu018013; Sat, 30 Sep 2017 11:47:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBlX04018011; Sat, 30 Sep 2017 11:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBlX04018011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450984 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 450984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:35 -0000 Author: sunpoet Date: Sat Sep 30 11:47:33 2017 New Revision: 450984 URL: https://svnweb.freebsd.org/changeset/ports/450984 Log: Update to 2.10.55 Changes: https://github.com/aws/aws-sdk-ruby/releases 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 Sat Sep 30 11:47:25 2017 (r450983) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Sep 30 11:47:33 2017 (r450984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.54 +PORTVERSION= 2.10.55 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat Sep 30 11:47:25 2017 (r450983) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat Sep 30 11:47:33 2017 (r450984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585951 -SHA256 (rubygem/aws-sdk-core-2.10.54.gem) = ef79bc1fda62a97c2d529a28bd46850fb8a50fb2456b894c18bc0880c0de9252 -SIZE (rubygem/aws-sdk-core-2.10.54.gem) = 1070080 +TIMESTAMP = 1506767947 +SHA256 (rubygem/aws-sdk-core-2.10.55.gem) = f61597e76eddb208e198c536365b86d4af87fe8a493952fdd7819ff54145b6ab +SIZE (rubygem/aws-sdk-core-2.10.55.gem) = 1070592 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A51B8E25D06; Sat, 30 Sep 2017 11:47: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 713B76D6C4; Sat, 30 Sep 2017 11:47:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBlg8Z018138; Sat, 30 Sep 2017 11:47:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBlgLO018136; Sat, 30 Sep 2017 11:47:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBlgLO018136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450985 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 450985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:43 -0000 Author: sunpoet Date: Sat Sep 30 11:47:42 2017 New Revision: 450985 URL: https://svnweb.freebsd.org/changeset/ports/450985 Log: Update to 2.10.55 Changes: https://github.com/aws/aws-sdk-ruby/releases 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 Sat Sep 30 11:47:33 2017 (r450984) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat Sep 30 11:47:42 2017 (r450985) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.54 +PORTVERSION= 2.10.55 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat Sep 30 11:47:33 2017 (r450984) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat Sep 30 11:47:42 2017 (r450985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585958 -SHA256 (rubygem/aws-sdk-resources-2.10.54.gem) = 63b511c46bcbf83e980b38c31df34d9f890b28446e6800d01bbe66ba764be7fa -SIZE (rubygem/aws-sdk-resources-2.10.54.gem) = 48640 +TIMESTAMP = 1506767957 +SHA256 (rubygem/aws-sdk-resources-2.10.55.gem) = d2eb76d8fec6a8a9e04d5a9f2fd76aa4040959c3931380d44d107fe259d125b1 +SIZE (rubygem/aws-sdk-resources-2.10.55.gem) = 48640 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:47:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9791EE25D5A; Sat, 30 Sep 2017 11:47: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 64AE36D77E; Sat, 30 Sep 2017 11:47: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 v8UBlpvr018263; Sat, 30 Sep 2017 11:47:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBlpuT018261; Sat, 30 Sep 2017 11:47:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301147.v8UBlpuT018261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450986 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 450986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:47:52 -0000 Author: sunpoet Date: Sat Sep 30 11:47:51 2017 New Revision: 450986 URL: https://svnweb.freebsd.org/changeset/ports/450986 Log: Update to 2.10.55 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sat Sep 30 11:47:42 2017 (r450985) +++ head/devel/rubygem-aws-sdk/Makefile Sat Sep 30 11:47:51 2017 (r450986) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.54 +PORTVERSION= 2.10.55 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat Sep 30 11:47:42 2017 (r450985) +++ head/devel/rubygem-aws-sdk/distinfo Sat Sep 30 11:47:51 2017 (r450986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506585964 -SHA256 (rubygem/aws-sdk-2.10.54.gem) = a527a01e070e0520c924259037a66b720b1d7d8f49f296c1452ac878585232a4 -SIZE (rubygem/aws-sdk-2.10.54.gem) = 4608 +TIMESTAMP = 1506767964 +SHA256 (rubygem/aws-sdk-2.10.55.gem) = f8270c5505950094800df9888d6f98b5e48f63949b43909f163d94a05c5ab10a +SIZE (rubygem/aws-sdk-2.10.55.gem) = 4608 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:48:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD422E25D95; Sat, 30 Sep 2017 11:48: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 77BA46D838; Sat, 30 Sep 2017 11:48: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 v8UBm1wL018395; Sat, 30 Sep 2017 11:48:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBm1Q6018393; Sat, 30 Sep 2017 11:48:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301148.v8UBm1Q6018393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450987 - head/devel/rubygem-cucumber X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-cucumber X-SVN-Commit-Revision: 450987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:48:02 -0000 Author: sunpoet Date: Sat Sep 30 11:48:01 2017 New Revision: 450987 URL: https://svnweb.freebsd.org/changeset/ports/450987 Log: Update to 3.0.1 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Sat Sep 30 11:47:51 2017 (r450986) +++ head/devel/rubygem-cucumber/Makefile Sat Sep 30 11:48:01 2017 (r450987) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Sat Sep 30 11:47:51 2017 (r450986) +++ head/devel/rubygem-cucumber/distinfo Sat Sep 30 11:48:01 2017 (r450987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506592899 -SHA256 (rubygem/cucumber-3.0.0.gem) = ade15b4c24938ed6893e8324fc46b4adaee44b5989efaa277697f43e06c3e1e5 -SIZE (rubygem/cucumber-3.0.0.gem) = 264704 +TIMESTAMP = 1506767978 +SHA256 (rubygem/cucumber-3.0.1.gem) = bcd927f02c900178531d30714bdc3a5f201d0232a99565efbc65ad0c66ee16c9 +SIZE (rubygem/cucumber-3.0.1.gem) = 265216 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:48:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF159E25DDC; Sat, 30 Sep 2017 11:48: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 9C7FD6D94F; Sat, 30 Sep 2017 11:48: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 v8UBmDKP018520; Sat, 30 Sep 2017 11:48:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBmD1b018518; Sat, 30 Sep 2017 11:48:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301148.v8UBmD1b018518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450988 - head/devel/rubygem-fog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-fog X-SVN-Commit-Revision: 450988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:48:14 -0000 Author: sunpoet Date: Sat Sep 30 11:48:13 2017 New Revision: 450988 URL: https://svnweb.freebsd.org/changeset/ports/450988 Log: Update to 1.42.0 Changes: https://github.com/fog/fog/releases Modified: head/devel/rubygem-fog/Makefile head/devel/rubygem-fog/distinfo Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Sat Sep 30 11:48:01 2017 (r450987) +++ head/devel/rubygem-fog/Makefile Sat Sep 30 11:48:13 2017 (r450988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -28,6 +28,7 @@ RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:net/rubygem-fog rubygem-fog-json>=0:devel/rubygem-fog-json \ rubygem-fog-local>=0:net/rubygem-fog-local \ rubygem-fog-openstack>=0:net/rubygem-fog-openstack \ + rubygem-fog-ovirt>=0:net/rubygem-fog-ovirt \ rubygem-fog-powerdns>=0.1.1:net/rubygem-fog-powerdns \ rubygem-fog-profitbricks>=0:net/rubygem-fog-profitbricks \ rubygem-fog-rackspace>=0:net/rubygem-fog-rackspace \ @@ -44,7 +45,7 @@ RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:net/rubygem-fog rubygem-fog-xenserver>=0:net/rubygem-fog-xenserver \ rubygem-fog-xml>=0.1.1:textproc/rubygem-fog-xml \ rubygem-ipaddress>=0.5:net/rubygem-ipaddress \ - rubygem-json1>=1.8:devel/rubygem-json1 + rubygem-json>=2.0:devel/rubygem-json NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-fog/distinfo ============================================================================== --- head/devel/rubygem-fog/distinfo Sat Sep 30 11:48:01 2017 (r450987) +++ head/devel/rubygem-fog/distinfo Sat Sep 30 11:48:13 2017 (r450988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694483 -SHA256 (rubygem/fog-1.41.0.gem) = 87b6ca59d595079f5a1e1f0f33bf85cf17074b2133c8a827d28a5bced25dcd07 -SIZE (rubygem/fog-1.41.0.gem) = 579584 +TIMESTAMP = 1506768013 +SHA256 (rubygem/fog-1.42.0.gem) = 483dba285ae9a61a38866421b99e01232721e99343ff64ed32f7b75b51b9eb62 +SIZE (rubygem/fog-1.42.0.gem) = 566784 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:48:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74870E25E09; Sat, 30 Sep 2017 11:48:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F4176D9FB; Sat, 30 Sep 2017 11:48:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBmMEZ018645; Sat, 30 Sep 2017 11:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBmMIG018643; Sat, 30 Sep 2017 11:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301148.v8UBmMIG018643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450989 - head/devel/rubygem-message_bus X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-message_bus X-SVN-Commit-Revision: 450989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:48:23 -0000 Author: sunpoet Date: Sat Sep 30 11:48:21 2017 New Revision: 450989 URL: https://svnweb.freebsd.org/changeset/ports/450989 Log: Update to 2.0.6 Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG Modified: head/devel/rubygem-message_bus/Makefile head/devel/rubygem-message_bus/distinfo Modified: head/devel/rubygem-message_bus/Makefile ============================================================================== --- head/devel/rubygem-message_bus/Makefile Sat Sep 30 11:48:13 2017 (r450988) +++ head/devel/rubygem-message_bus/Makefile Sat Sep 30 11:48:21 2017 (r450989) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= message_bus -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-message_bus/distinfo ============================================================================== --- head/devel/rubygem-message_bus/distinfo Sat Sep 30 11:48:13 2017 (r450988) +++ head/devel/rubygem-message_bus/distinfo Sat Sep 30 11:48:21 2017 (r450989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502978974 -SHA256 (rubygem/message_bus-2.0.5.gem) = 38242ff96a424613796c9616ad0fd4303e86c38215aab9042b72183d41982ae9 -SIZE (rubygem/message_bus-2.0.5.gem) = 329216 +TIMESTAMP = 1506768026 +SHA256 (rubygem/message_bus-2.0.6.gem) = 3c398d254e166de76b4a7ecce652febc5494e29fd869c15185a8b35ec6c4109c +SIZE (rubygem/message_bus-2.0.6.gem) = 329216 From owner-svn-ports-head@freebsd.org Sat Sep 30 11:48:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 007F6E25E46; Sat, 30 Sep 2017 11:48: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 BFE6E6DA9F; Sat, 30 Sep 2017 11:48: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 v8UBmTHc018770; Sat, 30 Sep 2017 11:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBmTUE018768; Sat, 30 Sep 2017 11:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709301148.v8UBmTUE018768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 11:48:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450990 - head/textproc/rubygem-jekyll-assets X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-jekyll-assets X-SVN-Commit-Revision: 450990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 11:48:31 -0000 Author: sunpoet Date: Sat Sep 30 11:48:29 2017 New Revision: 450990 URL: https://svnweb.freebsd.org/changeset/ports/450990 Log: Update to 2.4.0 Changes: https://github.com/jekyll/jekyll-assets/commits/master Modified: head/textproc/rubygem-jekyll-assets/Makefile head/textproc/rubygem-jekyll-assets/distinfo Modified: head/textproc/rubygem-jekyll-assets/Makefile ============================================================================== --- head/textproc/rubygem-jekyll-assets/Makefile Sat Sep 30 11:48:21 2017 (r450989) +++ head/textproc/rubygem-jekyll-assets/Makefile Sat Sep 30 11:48:29 2017 (r450990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll-assets -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-jekyll-assets/distinfo ============================================================================== --- head/textproc/rubygem-jekyll-assets/distinfo Sat Sep 30 11:48:21 2017 (r450989) +++ head/textproc/rubygem-jekyll-assets/distinfo Sat Sep 30 11:48:29 2017 (r450990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498142196 -SHA256 (rubygem/jekyll-assets-2.3.2.gem) = a86c6f3764343dc8c2d2a791373d290fbbc58083af2743542742a890db9c10e2 -SIZE (rubygem/jekyll-assets-2.3.2.gem) = 26112 +TIMESTAMP = 1506768037 +SHA256 (rubygem/jekyll-assets-2.4.0.gem) = 5d47c95c7acbfd04e328af2f74d7bcbaee3ce2dda58e1d5caf01eb01560da133 +SIZE (rubygem/jekyll-assets-2.4.0.gem) = 27136 From owner-svn-ports-head@freebsd.org Sat Sep 30 13:20:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C6CE27C7D; Sat, 30 Sep 2017 13:20:21 +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 0634B700A5; Sat, 30 Sep 2017 13:20:20 +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 v8UDKKeP055540; Sat, 30 Sep 2017 13:20:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UDKKnu055537; Sat, 30 Sep 2017 13:20:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709301320.v8UDKKnu055537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Sep 2017 13:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450991 - head/multimedia/audacious X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/audacious X-SVN-Commit-Revision: 450991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 13:20:21 -0000 Author: riggs Date: Sat Sep 30 13:20:19 2017 New Revision: 450991 URL: https://svnweb.freebsd.org/changeset/ports/450991 Log: Update to upstream version 3.9 PR: 222603 Submitted by: duchateau.olivier@gmail.com Modified: head/multimedia/audacious/Makefile head/multimedia/audacious/distinfo head/multimedia/audacious/pkg-plist Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Sat Sep 30 11:48:29 2017 (r450990) +++ head/multimedia/audacious/Makefile Sat Sep 30 13:20:19 2017 (r450991) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.8.2 -PORTREVISION= 2 +PORTVERSION= 3.9 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -12,17 +11,16 @@ COMMENT= Lightweight and versatile audio player LICENSE= GPLv3 -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libfreetype.so:print/freetype2 \ +LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig CONFLICTS_INSTALL= audacious-gtk3-3.* SUB_FILES= pkg-message -GNU_CONFIGURE= yes USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake \ localbase pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_XORG= x11 sm USE_GNOME= gtk20 glib20 cairo USE_LDCONFIG= yes Modified: head/multimedia/audacious/distinfo ============================================================================== --- head/multimedia/audacious/distinfo Sat Sep 30 11:48:29 2017 (r450990) +++ head/multimedia/audacious/distinfo Sat Sep 30 13:20:19 2017 (r450991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485798110 -SHA256 (audacious-3.8.2.tar.bz2) = bdf1471cce9becf9599c742c03bdf67a2b26d9101f7d865f900a74d57addbe93 -SIZE (audacious-3.8.2.tar.bz2) = 591209 +TIMESTAMP = 1506360445 +SHA256 (audacious-3.9.tar.bz2) = 2d8044673ac786d71b08004f190bbca368258bf60e6602ffc0d9622835ccb05e +SIZE (audacious-3.9.tar.bz2) = 599488 Modified: head/multimedia/audacious/pkg-plist ============================================================================== --- head/multimedia/audacious/pkg-plist Sat Sep 30 11:48:29 2017 (r450990) +++ head/multimedia/audacious/pkg-plist Sat Sep 30 13:20:19 2017 (r450991) @@ -33,11 +33,11 @@ include/libaudgui/libaudgui.h include/libaudgui/list.h include/libaudgui/menu.h lib/libaudcore.so -lib/libaudcore.so.4 -lib/libaudcore.so.4.1.0 +lib/libaudcore.so.5 +lib/libaudcore.so.5.0.0 lib/libaudgui.so -lib/libaudgui.so.4 -lib/libaudgui.so.4.1.0 +lib/libaudgui.so.5 +lib/libaudgui.so.5.0.0 lib/libaudtag.so lib/libaudtag.so.3 lib/libaudtag.so.3.0.0 From owner-svn-ports-head@freebsd.org Sat Sep 30 13:20:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49AA6E27CCA; Sat, 30 Sep 2017 13:20:57 +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 14063701CB; Sat, 30 Sep 2017 13:20:57 +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 v8UDKu9Y055690; Sat, 30 Sep 2017 13:20:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UDKu28055688; Sat, 30 Sep 2017 13:20:56 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709301320.v8UDKu28055688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Sep 2017 13:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450992 - head/multimedia/audacious-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/audacious-plugins X-SVN-Commit-Revision: 450992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 13:20:57 -0000 Author: riggs Date: Sat Sep 30 13:20:55 2017 New Revision: 450992 URL: https://svnweb.freebsd.org/changeset/ports/450992 Log: Update to upstream version 3.9 PR: 222604 Submitted by: duchateau.olivier@gmail.com Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Sat Sep 30 13:20:19 2017 (r450991) +++ head/multimedia/audacious-plugins/Makefile Sat Sep 30 13:20:55 2017 (r450992) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.8.2 -PORTREVISION= 5 +PORTVERSION= 3.9 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -21,9 +20,9 @@ RUN_DEPENDS= audacious:multimedia/audacious CONFLICTS_INSTALL= audacious-plugins-gtk3-3.* -GNU_CONFIGURE= yes USES= compiler:c++11-lib gettext-tools gmake iconv \ localbase pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 glib20 libxml2 cairo gdkpixbuf2 USE_XORG= x11 @@ -37,7 +36,7 @@ OPTIONS_DEFINE= AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMP OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \ SPEEDPITCH VORBIS WAVPACK OPTIONS_DEFAULT= AAC AOSD CDDA CUE FFMPEG FLAC MP3 \ - MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK + MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_CONFIGURE_OFF= --disable-aac @@ -120,6 +119,8 @@ MPRIS_DESC= NPRIS plugin post-patch: ${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \ ${WRKSRC}/buildsys.mk.in + ${FIND} ${WRKSRC} -type f -name 'Makefile' \ + | ${XARGS} ${REINPLACE_CMD} -e 's| -Wno-bool-operation||' post-install: @${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Sat Sep 30 13:20:19 2017 (r450991) +++ head/multimedia/audacious-plugins/distinfo Sat Sep 30 13:20:55 2017 (r450992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485798334 -SHA256 (audacious-plugins-3.8.2.tar.bz2) = d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4 -SIZE (audacious-plugins-3.8.2.tar.bz2) = 1821558 +TIMESTAMP = 1506363579 +SHA256 (audacious-plugins-3.9.tar.bz2) = 8bf7f21089cb3406968cc9c71307774aee7100ec4607f28f63cf5690d5c927b8 +SIZE (audacious-plugins-3.9.tar.bz2) = 1843084 From owner-svn-ports-head@freebsd.org Sat Sep 30 13:21:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A862CE27D09; Sat, 30 Sep 2017 13:21:33 +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 76CB270311; Sat, 30 Sep 2017 13:21:33 +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 v8UDLWaF057993; Sat, 30 Sep 2017 13:21:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UDLWN8057991; Sat, 30 Sep 2017 13:21:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709301321.v8UDLWN8057991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Sep 2017 13:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450993 - head/multimedia/audacious-gtk3 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/audacious-gtk3 X-SVN-Commit-Revision: 450993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 13:21:33 -0000 Author: riggs Date: Sat Sep 30 13:21:32 2017 New Revision: 450993 URL: https://svnweb.freebsd.org/changeset/ports/450993 Log: Update to upstream version 3.9 PR: 222605 Submitted by: duchateau.olivier@gmail.com Modified: head/multimedia/audacious-gtk3/Makefile head/multimedia/audacious-gtk3/distinfo Modified: head/multimedia/audacious-gtk3/Makefile ============================================================================== --- head/multimedia/audacious-gtk3/Makefile Sat Sep 30 13:20:55 2017 (r450992) +++ head/multimedia/audacious-gtk3/Makefile Sat Sep 30 13:21:32 2017 (r450993) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.8.2 -PORTREVISION= 2 +PORTVERSION= 3.9 DISTVERSIONSUFFIX= -gtk3 CATEGORIES= multimedia audio -MASTER_SITES= http://distfiles.audacious-media-player.org/ +#MASTER_SITES= http://distfiles.audacious-media-player.org/ PKGNAMESUFFIX= ${DISTVERSIONSUFFIX} MAINTAINER= ports@FreeBSD.org @@ -14,8 +13,7 @@ COMMENT= Gtk+3 port of lightweight and versatile audio LICENSE= GPLv3 -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libfreetype.so:print/freetype2 \ +LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig CONFLICTS_INSTALL= audacious-3.* @@ -25,9 +23,14 @@ DISTINFO_FILE= ${.CURDIR}/distinfo FILESDIR= ${MASTERDIR}/files SUB_FILES= pkg-message +USES= autoreconf compiler:c++11-lib desktop-file-utils \ + gettext-tools gmake localbase pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= audacious-media-player +GH_TAGNAME= 7a490de + GNU_CONFIGURE= yes -USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake \ - localbase pkgconfig tar:bzip2 USE_XORG= x11 sm USE_GNOME= gtk30 glib20 cairo USE_LDCONFIG= yes Modified: head/multimedia/audacious-gtk3/distinfo ============================================================================== --- head/multimedia/audacious-gtk3/distinfo Sat Sep 30 13:20:55 2017 (r450992) +++ head/multimedia/audacious-gtk3/distinfo Sat Sep 30 13:21:32 2017 (r450993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485799595 -SHA256 (audacious-3.8.2-gtk3.tar.bz2) = 4ec6bd82d812c5cdcb1c32f4b0912b219edc8f1ce2603b07f714e0c4f2ed08bc -SIZE (audacious-3.8.2-gtk3.tar.bz2) = 591423 +TIMESTAMP = 1506368343 +SHA256 (audacious-media-player-audacious-3.9-gtk3-7a490de_GH0.tar.gz) = 3a105932ad8d3489fdd9ea4fa845211388638a3da92182d6445c5d3b31678115 +SIZE (audacious-media-player-audacious-3.9-gtk3-7a490de_GH0.tar.gz) = 860819 From owner-svn-ports-head@freebsd.org Sat Sep 30 13:23:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B800EE27E86; Sat, 30 Sep 2017 13:23:30 +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 8DCB3705A6; Sat, 30 Sep 2017 13:23:30 +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 v8UDNTu9059934; Sat, 30 Sep 2017 13:23:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UDNThH059932; Sat, 30 Sep 2017 13:23:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709301323.v8UDNThH059932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Sep 2017 13:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450994 - head/multimedia/audacious-plugins-gtk3 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/audacious-plugins-gtk3 X-SVN-Commit-Revision: 450994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 13:23:30 -0000 Author: riggs Date: Sat Sep 30 13:23:29 2017 New Revision: 450994 URL: https://svnweb.freebsd.org/changeset/ports/450994 Log: Update to upstream version 3.9 Detailed log: - Update to 3.9 - MPRIS option set ON by default - Use GitHub host because tarball is not available on audacious-media-player.org site PR: 222606 Submitted by: duchateau.olivier@gmail.com Modified: head/multimedia/audacious-plugins-gtk3/Makefile head/multimedia/audacious-plugins-gtk3/distinfo Modified: head/multimedia/audacious-plugins-gtk3/Makefile ============================================================================== --- head/multimedia/audacious-plugins-gtk3/Makefile Sat Sep 30 13:21:32 2017 (r450993) +++ head/multimedia/audacious-plugins-gtk3/Makefile Sat Sep 30 13:23:29 2017 (r450994) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.8.2 -PORTREVISION= 5 +PORTVERSION= 3.9 DISTVERSIONSUFFIX= -gtk3 CATEGORIES= multimedia audio -MASTER_SITES= http://distfiles.audacious-media-player.org/ +#MASTER_SITES= http://distfiles.audacious-media-player.org/ PKGNAMESUFFIX= ${DISTVERSIONSUFFIX} MAINTAINER= ports@FreeBSD.org @@ -27,9 +26,14 @@ MASTERDIR= ${.CURDIR}/../audacious-plugins DISTINFO_FILE= ${.CURDIR}/distinfo FILESDIR= ${MASTERDIR}/files +USES= autoreconf compiler:c++11-lib gettext-tools gmake iconv \ + localbase pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= audacious-media-player +GH_TAGNAME= 9c44e5e + GNU_CONFIGURE= yes -USES= compiler:c++11-lib gettext-tools gmake iconv \ - localbase pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gtk30 glib20 libxml2 cairo gdkpixbuf2 USE_XORG= x11 @@ -43,7 +47,7 @@ OPTIONS_DEFINE= AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMP OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \ SPEEDPITCH VORBIS WAVPACK OPTIONS_DEFAULT= AAC AOSD CDDA CUE FFMPEG FLAC MP3 \ - MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK + MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_CONFIGURE_OFF= --disable-aac @@ -126,6 +130,8 @@ MPRIS_DESC= NPRIS plugin post-patch: ${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \ ${WRKSRC}/buildsys.mk.in + ${FIND} ${WRKSRC} -type f -name 'Makefile' \ + | ${XARGS} ${REINPLACE_CMD} -e 's| -Wno-bool-operation||' post-install: @${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \ Modified: head/multimedia/audacious-plugins-gtk3/distinfo ============================================================================== --- head/multimedia/audacious-plugins-gtk3/distinfo Sat Sep 30 13:21:32 2017 (r450993) +++ head/multimedia/audacious-plugins-gtk3/distinfo Sat Sep 30 13:23:29 2017 (r450994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485799759 -SHA256 (audacious-plugins-3.8.2-gtk3.tar.bz2) = 7849024beae61b8af3874b166cf3977905aec77859e53901158b531b31ef0cef -SIZE (audacious-plugins-3.8.2-gtk3.tar.bz2) = 1821924 +TIMESTAMP = 1506369854 +SHA256 (audacious-media-player-audacious-plugins-3.9-gtk3-9c44e5e_GH0.tar.gz) = bfcae7c2312aeee360ac30be494ac0e97629af21b8823afa501abdbf19d5fcde +SIZE (audacious-media-player-audacious-plugins-3.9-gtk3-9c44e5e_GH0.tar.gz) = 2749596 From owner-svn-ports-head@freebsd.org Sat Sep 30 14:46:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE10E28ECB; Sat, 30 Sep 2017 14:46:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A55371E0B; Sat, 30 Sep 2017 14:45: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 v8UEjx5P092586; Sat, 30 Sep 2017 14:45:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UEjx4T092583; Sat, 30 Sep 2017 14:45:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201709301445.v8UEjx4T092583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 30 Sep 2017 14:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450995 - in head/sysutils/py-scandir: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/sysutils/py-scandir: . files X-SVN-Commit-Revision: 450995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 14:46:00 -0000 Author: rene Date: Sat Sep 30 14:45:58 2017 New Revision: 450995 URL: https://svnweb.freebsd.org/changeset/ports/450995 Log: sysutils/py-scandir: update to 1.6 Add a patch to somewhat deal with Unicode tests, they still fail but this might be unrelated to the port itself. Sort USES before USE_* Submitted by: portscout Added: head/sysutils/py-scandir/files/ head/sysutils/py-scandir/files/patch-test_test__scandir.py (contents, props changed) Modified: head/sysutils/py-scandir/Makefile head/sysutils/py-scandir/distinfo Modified: head/sysutils/py-scandir/Makefile ============================================================================== --- head/sysutils/py-scandir/Makefile Sat Sep 30 13:23:29 2017 (r450994) +++ head/sysutils/py-scandir/Makefile Sat Sep 30 14:45:58 2017 (r450995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scandir -PORTVERSION= 1.5 +PORTVERSION= 1.6 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ COMMENT= Fast and featureful directory iterator LICENSE= BSD3CLAUSE -USE_GITHUB= yes -GH_ACCOUNT= benhoyt - USES= python USE_PYTHON= autoplist distutils + +USE_GITHUB= yes +GH_ACCOUNT= benhoyt do-test: ${PYTHON_CMD} ${WRKSRC}/test/run_tests.py Modified: head/sysutils/py-scandir/distinfo ============================================================================== --- head/sysutils/py-scandir/distinfo Sat Sep 30 13:23:29 2017 (r450994) +++ head/sysutils/py-scandir/distinfo Sat Sep 30 14:45:58 2017 (r450995) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487840889 -SHA256 (benhoyt-scandir-v1.5_GH0.tar.gz) = 3b2be74e0be665d22adaf841d1cadab7ed4aa2001a9bb81452e0f498cd0780d8 -SIZE (benhoyt-scandir-v1.5_GH0.tar.gz) = 28100 +TIMESTAMP = 1506772140 +SHA256 (benhoyt-scandir-v1.6_GH0.tar.gz) = 4a84e86c1d1632a8960c3db8686296de048337263406d12e66145e753e078798 +SIZE (benhoyt-scandir-v1.6_GH0.tar.gz) = 29401 Added: head/sysutils/py-scandir/files/patch-test_test__scandir.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-scandir/files/patch-test_test__scandir.py Sat Sep 30 14:45:58 2017 (r450995) @@ -0,0 +1,69 @@ +--- test/test_scandir.py.orig 2017-09-29 12:38:51 UTC ++++ test/test_scandir.py +@@ -14,6 +14,9 @@ try: + except ImportError: + has_scandir = False + ++reload(sys) ++sys.setdefaultencoding('utf8') ++ + FILE_ATTRIBUTE_DIRECTORY = 16 + + TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), 'testdir')) +@@ -48,24 +51,24 @@ def create_file(path, contents='1234'): + def setup_main(): + join = os.path.join + +- os.mkdir(TEST_PATH) +- os.mkdir(join(TEST_PATH, 'subdir')) ++ os.makedirs(TEST_PATH) ++ os.makedirs(join(TEST_PATH, 'subdir')) + create_file(join(TEST_PATH, 'file1.txt')) + create_file(join(TEST_PATH, 'file2.txt'), contents='12345678') + +- os.mkdir(join(TEST_PATH, 'subdir', 'unidir\u018F')) ++ os.makedirs(join(TEST_PATH, 'subdir', u'unidir\u018F')) + create_file(join(TEST_PATH, 'subdir', 'file1.txt')) +- create_file(join(TEST_PATH, 'subdir', 'unicod\u018F.txt')) ++ create_file(join(TEST_PATH, 'subdir', u'unicod\u018F.txt')) + +- create_file(join(TEST_PATH, 'subdir', 'unidir\u018F', 'file1.txt')) ++ create_file(join(TEST_PATH, 'subdir', u'unidir\u018F', 'file1.txt')) + +- os.mkdir(join(TEST_PATH, 'linkdir')) ++ os.makedirs(join(TEST_PATH, 'linkdir')) + + + def setup_symlinks(): + join = os.path.join + +- os.mkdir(join(TEST_PATH, 'linkdir', 'linksubdir')) ++ os.makedirs(join(TEST_PATH, 'linkdir', 'linksubdir')) + create_file(join(TEST_PATH, 'linkdir', 'file1.txt')) + + os.symlink(os.path.abspath(join(TEST_PATH, 'linkdir', 'file1.txt')), +@@ -217,7 +220,7 @@ class TestMixin(object): + self.assertTrue(isinstance(entry.path, bytes)) + + # b'unicod?.txt' on Windows, b'unicod\xc6\x8f.txt' (UTF-8) or similar on POSIX +- entry_name = 'unicod\u018f.txt'.encode(sys.getfilesystemencoding(), 'replace') ++ entry_name = u'unicod\u018f.txt'.encode(sys.getfilesystemencoding(), 'replace') + self.assertEqual(entry.name, entry_name) + self.assertEqual(entry.path, os.path.join(path, entry_name)) + +@@ -234,12 +237,12 @@ class TestMixin(object): + self.assertTrue(isinstance(entry.name, str)) + self.assertTrue(isinstance(entry.path, str)) + +- entry_name = 'unicod\u018f.txt' ++ entry_name = u'unicod\u018f.txt' + self.assertEqual(entry.name, entry_name) +- self.assertEqual(entry.path, os.path.join(path, 'unicod\u018f.txt')) ++ self.assertEqual(entry.path, os.path.join(path, u'unicod\u018f.txt')) + + # Check that it handles unicode input properly +- path = os.path.join(TEST_PATH, 'subdir', 'unidir\u018f') ++ path = os.path.join(TEST_PATH, 'subdir', u'unidir\u018f') + self.assertTrue(isinstance(path, str)) + entries = list(self.scandir_func(path)) + self.assertEqual(len(entries), 1) From owner-svn-ports-head@freebsd.org Sat Sep 30 15:04:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F06B9E291F2; Sat, 30 Sep 2017 15:04:20 +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 B1FD1723D9; Sat, 30 Sep 2017 15:04:20 +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 v8UF4JMB000689; Sat, 30 Sep 2017 15:04:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UF4JHh000687; Sat, 30 Sep 2017 15:04:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709301504.v8UF4JHh000687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 30 Sep 2017 15:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450996 - head/www/mod_http2-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/mod_http2-devel X-SVN-Commit-Revision: 450996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 15:04:21 -0000 Author: brnrd Date: Sat Sep 30 15:04:19 2017 New Revision: 450996 URL: https://svnweb.freebsd.org/changeset/ports/450996 Log: www/mod_http2-devel: Update to 1.10.12 - Bugfix update Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sat Sep 30 14:45:58 2017 (r450995) +++ head/www/mod_http2-devel/Makefile Sat Sep 30 15:04:19 2017 (r450996) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.10.11 +PORTVERSION= 1.10.12 DISTVERSIONPREFIX= v CATEGORIES= www @@ -16,7 +16,7 @@ LIB_DEPENDS= libnghttp2.so:www/libnghttp2 USES= autoreconf libtool ssl USE_GITHUB= yes -USE_APACHE= 24 +USE_APACHE= 24+ GH_ACCOUNT= icing GH_PROJECT= mod_h2 Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Sat Sep 30 14:45:58 2017 (r450995) +++ head/www/mod_http2-devel/distinfo Sat Sep 30 15:04:19 2017 (r450996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504548771 -SHA256 (icing-mod_h2-v1.10.11_GH0.tar.gz) = 213896fc3c1e7b2307ab224b4c37947d27ef67305220ff182e77c09ebcd9538e -SIZE (icing-mod_h2-v1.10.11_GH0.tar.gz) = 209548 +TIMESTAMP = 1506783518 +SHA256 (icing-mod_h2-v1.10.12_GH0.tar.gz) = 1eff5cbb32162a5cd3f72495e347ab3be70b84d7041621017db6e866998fc88f +SIZE (icing-mod_h2-v1.10.12_GH0.tar.gz) = 208865 From owner-svn-ports-head@freebsd.org Sat Sep 30 15:13:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D1CFE293AF; Sat, 30 Sep 2017 15:13:35 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007017275D; Sat, 30 Sep 2017 15:13:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UFDX5e004847; Sat, 30 Sep 2017 15:13:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UFDW0i004837; Sat, 30 Sep 2017 15:13:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201709301513.v8UFDW0i004837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 30 Sep 2017 15:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450997 - in head/security: . sandsifter sandsifter/files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/security: . sandsifter sandsifter/files X-SVN-Commit-Revision: 450997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 15:13:35 -0000 Author: rene Date: Sat Sep 30 15:13:32 2017 New Revision: 450997 URL: https://svnweb.freebsd.org/changeset/ports/450997 Log: The sandsifter audits x86 processors for hidden instructions and hardware bugs, by systematically generating machine code to search through a processor's instruction set, and monitoring execution for anomalies. Sandsifter has uncovered secret processor instructions from every major vendor; ubiquitous software bugs in disassemblers, assemblers, and emulators; flaws in enterprise hypervisors; and both benign and security-critical hardware bugs in x86 chips. WWW: https://github.com/xoreaxeaxeax/sandsifter PR: 221132 Submitted by: rozhuk.im AT gmail.com Reviewed by: swills Added: head/security/sandsifter/ head/security/sandsifter/Makefile (contents, props changed) head/security/sandsifter/distinfo (contents, props changed) head/security/sandsifter/files/ head/security/sandsifter/files/patch-Makefile (contents, props changed) head/security/sandsifter/files/patch-injector.c (contents, props changed) head/security/sandsifter/files/patch-sifter.py (contents, props changed) head/security/sandsifter/pkg-descr (contents, props changed) head/security/sandsifter/pkg-message (contents, props changed) head/security/sandsifter/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 30 15:04:19 2017 (r450996) +++ head/security/Makefile Sat Sep 30 15:13:32 2017 (r450997) @@ -1119,6 +1119,7 @@ SUBDIR += samhain-client SUBDIR += samhain-server SUBDIR += sancp + SUBDIR += sandsifter SUBDIR += sasp SUBDIR += scamp SUBDIR += scanhill Added: head/security/sandsifter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/Makefile Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= sandsifter +PORTVERSION= 0.1 +CATEGORIES= security + +MAINTAINER= rene@FreeBSD.org +COMMENT= Processor fuzzer for x86 CPUs + +BUILD_DEPENDS= ${LOCALBASE}/include/capstone/capstone.h:devel/capstone3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>0:devel/py-capstone + +USES= gmake python localbase shebangfix + +ONLY_FOR_ARCH= amd64 i386 +ONLY_FOR_ARCH_RAESON=Designed for x86 + +USE_GITHUB= yes +GH_ACCOUNT= xoreaxeaxeax +GH_TAGNAME= dff63246fed84d90118441b8ba5b5d3bdd094427 +SHEBANG_FILES= sifter.py summarize.py + +OPTIONS_DEFINE= DOCS + +PORTDOCS= references/* + +do-install: + (cd ${WRKSRC} && ${COPYTREE_SHARE} gui ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} pyutil ${STAGEDIR}${DATADIR}) + ${INSTALL_PROGRAM} ${WRKSRC}/injector ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/sifter.py ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/summarize.py ${STAGEDIR}${DATADIR} + ${RLN} ${STAGEDIR}${DATADIR}/sifter.py ${STAGEDIR}${PREFIX}/bin/sifter + ${RLN} ${STAGEDIR}${DATADIR}/summarize.py ${STAGEDIR}${PREFIX}/bin/summarize + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +post-install-DOCS-on: + ${INSTALL_DATA} ${WRKSRC}/references/* ${STAGEDIR}${DOCSDIR} + +.include Added: head/security/sandsifter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/distinfo Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505751266 +SHA256 (xoreaxeaxeax-sandsifter-0.1-dff63246fed84d90118441b8ba5b5d3bdd094427_GH0.tar.gz) = 010d662705bb67035e3d6b93a0fbe0bcf7ab2b5ba93e6eb977eb614c7dec3691 +SIZE (xoreaxeaxeax-sandsifter-0.1-dff63246fed84d90118441b8ba5b5d3bdd094427_GH0.tar.gz) = 5284438 Added: head/security/sandsifter/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/files/patch-Makefile Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,11 @@ +--- Makefile.orig 2017-07-27 19:17:30 UTC ++++ Makefile +@@ -32,7 +32,7 @@ + all: injector + + injector: injector.o +- $(CC) $(CFLAGS) $< -O3 -Wall -l:libcapstone.a -o $@ -pthread ++ $(CC) $(CFLAGS) $(LIBS) $(LDFLAGS) $< -Wall -l:libcapstone.a -o $@ -pthread + + %.o: %.c + $(CC) $(CFLAGS) -c $< -o $@ -Wall Added: head/security/sandsifter/files/patch-injector.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/files/patch-injector.c Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,107 @@ +--- injector.c.orig 2017-07-27 19:17:30 UTC ++++ injector.c +@@ -77,10 +77,24 @@ cs_insn *capstone_insn; + + /* 32 vs 64 */ + +-#if __x86_64__ +- #define IP REG_RIP ++#ifdef __linux__ ++# define PAGE_SIZE 4096 ++# define EFL gregs[REG_EFL] ++# if __x86_64__ ++# define IP gregs[REG_RIP] ++# else ++# define IP gregs[REG_EIP] ++# endif + #else +- #define IP REG_EIP ++# include ++ typedef cpuset_t cpu_set_t; ++# if __x86_64__ ++# define IP mc_rip ++# define EFL mc_rflags ++# else ++# define IP mc_eip ++# define EFL mc_eflags ++# endif + #endif + + /* leave state as 0 */ +@@ -155,7 +169,6 @@ state_t inject_state={ + /* x86/64 */ + + #define UD2_SIZE 2 +-#define PAGE_SIZE 4096 + #define TF 0x100 + + /* injection */ +@@ -293,6 +306,10 @@ ignore_op_t opcode_blacklist[MAX_BLACKLIST]={ + { "\xcd\x80", "int 0x80" }, + /* as will syscall */ + { "\x0f\x05", "syscall" }, ++ /* int 92 on FreeBSD triggers DTrace, which will trigger SIGSYS */ ++ { "\xcd\x92", "int 0x92" }, ++ /* int 93 on FreeBSD is used by Xen */ ++ { "\xcd\x93", "int 0x93" }, + /* ud2 is an undefined opcode, and messes up a length differential search + * b/c of the fault it throws */ + { "\x0f\xb9", "ud2" }, +@@ -850,7 +867,7 @@ void inject(int insn_size) + void state_handler(int signum, siginfo_t* si, void* p) + { + fault_context=((ucontext_t*)p)->uc_mcontext; +- ((ucontext_t*)p)->uc_mcontext.gregs[IP]+=UD2_SIZE; ++ ((ucontext_t*)p)->uc_mcontext.IP+=UD2_SIZE; + } + + void fault_handler(int signum, siginfo_t* si, void* p) +@@ -863,7 +880,7 @@ void fault_handler(int signum, siginfo_t* si, void* p) + + /* make an initial estimate on the instruction length from the fault address */ + insn_length= +- (uintptr_t)uc->uc_mcontext.gregs[IP]-(uintptr_t)packet-preamble_length; ++ (uintptr_t)uc->uc_mcontext.IP-(uintptr_t)packet-preamble_length; + + if (insn_length<0) { + insn_length=JMP_LENGTH; +@@ -880,9 +897,13 @@ void fault_handler(int signum, siginfo_t* si, void* p) + (signum==SIGSEGV||signum==SIGBUS)?(uint32_t)(uintptr_t)si->si_addr:(uint32_t)-1 + }; + ++#ifdef __linux__ + memcpy(uc->uc_mcontext.gregs, fault_context.gregs, sizeof(fault_context.gregs)); +- uc->uc_mcontext.gregs[IP]=(uintptr_t)&resume; +- uc->uc_mcontext.gregs[REG_EFL]&=~TF; ++#else ++ memcpy(&uc->uc_mcontext, &fault_context, sizeof(fault_context)); ++#endif ++ uc->uc_mcontext.IP=(uintptr_t)&resume; ++ uc->uc_mcontext.EFL&=~TF; + } + + void configure_sig_handler(void (*handler)(int, siginfo_t*, void*)) +@@ -1341,7 +1362,13 @@ void pin_core(void) + cpu_set_t mask; + CPU_ZERO(&mask); + CPU_SET(config.core,&mask); +- if (sched_setaffinity(0, sizeof(mask), &mask)) { ++#ifdef __linux__ ++ if (sched_setaffinity(0, sizeof(mask), &mask)) ++#else ++ if (cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, ++ -1, sizeof(mask), &mask)) ++#endif ++ { + printf("error: failed to set cpu\n"); + exit(1); + } +@@ -1439,7 +1466,7 @@ int main(int argc, char** argv) + null_p=mmap(0, PAGE_SIZE, PROT_READ|PROT_WRITE, + MAP_FIXED|MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); + if (null_p==MAP_FAILED) { +- printf("null access requires running as root\n"); ++ printf("null access requires running as root, %i\n", errno); + exit(1); + } + } Added: head/security/sandsifter/files/patch-sifter.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/files/patch-sifter.py Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,44 @@ +--- sifter.py.orig 2017-09-22 12:42:26 UTC ++++ sifter.py +@@ -26,11 +26,12 @@ import argparse + import code + import copy + from ctypes import * ++import sysctl + +-INJECTOR = "./injector" ++INJECTOR = "injector" + arch = "" + +-OUTPUT = "./data/" ++OUTPUT = os.getenv("HOME") + "/.sandsifter/" + LOG = OUTPUT + "log" + SYNC = OUTPUT + "sync" + TICK = OUTPUT + "tick" +@@ -679,7 +680,7 @@ class Gui: + time.sleep(self.TIME_SLICE) + + def get_cpu_info(): +- with open("/proc/cpuinfo", "r") as f: ++ with open("/compat/linux/proc/cpuinfo", "r") as f: + cpu = [l.strip() for l in f.readlines()[:7]] + return cpu + +@@ -808,9 +809,16 @@ def main(): + if not os.path.exists(OUTPUT): + os.makedirs(OUTPUT) + ++ real_injector, errors = \ ++ subprocess.Popen( ++ ['which', INJECTOR], ++ stdout=subprocess.PIPE, ++ stderr=subprocess.PIPE ++ ).communicate() ++ real_injector = real_injector.replace('\n', '') # strip newline from shell output + injector_bitness, errors = \ + subprocess.Popen( +- ['file', INJECTOR], ++ ['file', real_injector], + stdout=subprocess.PIPE, + stderr=subprocess.PIPE + ).communicate() Added: head/security/sandsifter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/pkg-descr Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,9 @@ +The sandsifter audits x86 processors for hidden instructions and +hardware bugs, by systematically generating machine code to search +through a processor's instruction set, and monitoring execution for +anomalies. Sandsifter has uncovered secret processor instructions from +every major vendor; ubiquitous software bugs in disassemblers, +assemblers, and emulators; flaws in enterprise hypervisors; and both +benign and security-critical hardware bugs in x86 chips. + +WWW: https://github.com/xoreaxeaxeax/sandsifter Added: head/security/sandsifter/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/pkg-message Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,5 @@ +*** ATTENTION *** + +Before using this tool you should do the following as root: +# sysctl security.bsd.map_at_zero=1 +# mount -t linprocfs linproc /compat/linux/proc Added: head/security/sandsifter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sandsifter/pkg-plist Sat Sep 30 15:13:32 2017 (r450997) @@ -0,0 +1,16 @@ +bin/injector +bin/sifter +bin/summarize +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/domas_breaking_the_x86_isa.pdf +%%PORTDOCS%%%%DOCSDIR%%/domas_breaking_the_x86_isa_wp.pdf +%%PORTDOCS%%%%DOCSDIR%%/sandsifter.gif +%%PORTDOCS%%%%DOCSDIR%%/screenshot.png +%%PORTDOCS%%%%DOCSDIR%%/summarizer.png +%%DATADIR%%/gui/__init__.py +%%DATADIR%%/gui/gui.py +%%DATADIR%%/pyutil/__init__.py +%%DATADIR%%/pyutil/colors.py +%%DATADIR%%/pyutil/progress.py +%%DATADIR%%/sifter.py +%%DATADIR%%/summarize.py From owner-svn-ports-head@freebsd.org Sat Sep 30 15:37:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C46C1E29720; Sat, 30 Sep 2017 15:37:12 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A000D72DFC; Sat, 30 Sep 2017 15:37:12 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UFbB7i013472; Sat, 30 Sep 2017 15:37:11 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UFbBJH013468; Sat, 30 Sep 2017 15:37:11 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201709301537.v8UFbBJH013468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Sat, 30 Sep 2017 15:37:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450998 - in head/devel: . py-testinfra X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: in head/devel: . py-testinfra X-SVN-Commit-Revision: 450998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 15:37:12 -0000 Author: sbz Date: Sat Sep 30 15:37:11 2017 New Revision: 450998 URL: https://svnweb.freebsd.org/changeset/ports/450998 Log: Testinfra test your infrastructures. With Testinfra you can write unit tests in Python to test *actual state* of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on. Testinfra aims to be a Serverspec equivalent in python and is written as a plugin to the powerful Pytest test engine. WWW: https://github.com/philpep/testinfra Added: head/devel/py-testinfra/ head/devel/py-testinfra/Makefile (contents, props changed) head/devel/py-testinfra/distinfo (contents, props changed) head/devel/py-testinfra/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 30 15:13:32 2017 (r450997) +++ head/devel/Makefile Sat Sep 30 15:37:11 2017 (r450998) @@ -4876,6 +4876,7 @@ SUBDIR += py-terminable_thread SUBDIR += py-termstyle SUBDIR += py-testgears + SUBDIR += py-testinfra SUBDIR += py-testoob SUBDIR += py-testpath SUBDIR += py-testtools Added: head/devel/py-testinfra/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-testinfra/Makefile Sat Sep 30 15:37:11 2017 (r450998) @@ -0,0 +1,23 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= testinfra +PORTVERSION= 1.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Testinfra python module Serverspec-like for infrastructure testing + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}six>1.4:devel/py-six + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-testinfra/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-testinfra/distinfo Sat Sep 30 15:37:11 2017 (r450998) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506784710 +SHA256 (testinfra-1.8.0.tar.gz) = 2bc9b3951bab0ba8d9cfef2b3fcf4ba2cae66e5499779ae0e9c88193e57db70c +SIZE (testinfra-1.8.0.tar.gz) = 58454 Added: head/devel/py-testinfra/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-testinfra/pkg-descr Sat Sep 30 15:37:11 2017 (r450998) @@ -0,0 +1,10 @@ +Testinfra test your infrastructures. + +With Testinfra you can write unit tests in Python to test *actual state* of +your servers configured by management tools like Salt, Ansible, Puppet, +Chef and so on. + +Testinfra aims to be a Serverspec equivalent in python and is written as +a plugin to the powerful Pytest test engine. + +WWW: https://github.com/philpep/testinfra From owner-svn-ports-head@freebsd.org Sat Sep 30 17:46:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89765E2BCAD; Sat, 30 Sep 2017 17:46:42 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 506B5762E3; Sat, 30 Sep 2017 17:46:42 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UHkfrr066301; Sat, 30 Sep 2017 17:46:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UHkfEx066298; Sat, 30 Sep 2017 17:46:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201709301746.v8UHkfEx066298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 30 Sep 2017 17:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450999 - head/databases/pg_citus X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/pg_citus X-SVN-Commit-Revision: 450999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 17:46:42 -0000 Author: matthew Date: Sat Sep 30 17:46:41 2017 New Revision: 450999 URL: https://svnweb.freebsd.org/changeset/ports/450999 Log: Update to 7.0.2 ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Sat Sep 30 15:37:11 2017 (r450998) +++ head/databases/pg_citus/Makefile Sat Sep 30 17:46:41 2017 (r450999) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 7.0.1 +PORTVERSION= 7.0.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Sat Sep 30 15:37:11 2017 (r450998) +++ head/databases/pg_citus/distinfo Sat Sep 30 17:46:41 2017 (r450999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505338245 -SHA256 (citusdata-citus-v7.0.1_GH0.tar.gz) = 3a2e976014a98739ab49f1ac7988ea2c72de7fd6735c5eb8d4d8b818267d93e4 -SIZE (citusdata-citus-v7.0.1_GH0.tar.gz) = 2454792 +TIMESTAMP = 1506788058 +SHA256 (citusdata-citus-v7.0.2_GH0.tar.gz) = ee3a899859b94d9eafa4f49b71d4d32c30b010bc65e572bb8f1bf6b6ab9b7cc9 +SIZE (citusdata-citus-v7.0.2_GH0.tar.gz) = 2455788 From owner-svn-ports-head@freebsd.org Sat Sep 30 18:07:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79E83E2C280; Sat, 30 Sep 2017 18:07:29 +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 A5B6876BE6; Sat, 30 Sep 2017 18:07:28 +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 v8UI7Rs0074409; Sat, 30 Sep 2017 18:07:27 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UI7RL7074407; Sat, 30 Sep 2017 18:07:27 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201709301807.v8UI7RL7074407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 30 Sep 2017 18:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451000 - in head/security/sandsifter: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/security/sandsifter: . files X-SVN-Commit-Revision: 451000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 18:07:29 -0000 Author: rene Date: Sat Sep 30 18:07:27 2017 New Revision: 451000 URL: https://svnweb.freebsd.org/changeset/ports/451000 Log: security/sandsifter: post-commit fixes - spell ONLY_FOR_ARCH_REASON correctly [1] - remove stale import which broke running the port [2] PR: 222701 [2] Submitted by: John Smith (godevilove AT ya.ru) [2] Submitted by: adamw [1] via private mail Modified: head/security/sandsifter/Makefile head/security/sandsifter/files/patch-sifter.py Modified: head/security/sandsifter/Makefile ============================================================================== --- head/security/sandsifter/Makefile Sat Sep 30 17:46:41 2017 (r450999) +++ head/security/sandsifter/Makefile Sat Sep 30 18:07:27 2017 (r451000) @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>0:devel/p USES= gmake python localbase shebangfix ONLY_FOR_ARCH= amd64 i386 -ONLY_FOR_ARCH_RAESON=Designed for x86 +ONLY_FOR_ARCH_REASON=Designed for x86 USE_GITHUB= yes GH_ACCOUNT= xoreaxeaxeax Modified: head/security/sandsifter/files/patch-sifter.py ============================================================================== --- head/security/sandsifter/files/patch-sifter.py Sat Sep 30 17:46:41 2017 (r450999) +++ head/security/sandsifter/files/patch-sifter.py Sat Sep 30 18:07:27 2017 (r451000) @@ -1,10 +1,8 @@ ---- sifter.py.orig 2017-09-22 12:42:26 UTC +--- sifter.py.orig 2017-09-30 17:57:06 UTC +++ sifter.py -@@ -26,11 +26,12 @@ import argparse - import code +@@ -27,10 +27,10 @@ import code import copy from ctypes import * -+import sysctl -INJECTOR = "./injector" +INJECTOR = "injector" @@ -15,7 +13,7 @@ LOG = OUTPUT + "log" SYNC = OUTPUT + "sync" TICK = OUTPUT + "tick" -@@ -679,7 +680,7 @@ class Gui: +@@ -679,7 +679,7 @@ class Gui: time.sleep(self.TIME_SLICE) def get_cpu_info(): @@ -24,7 +22,7 @@ cpu = [l.strip() for l in f.readlines()[:7]] return cpu -@@ -808,9 +809,16 @@ def main(): +@@ -808,9 +808,16 @@ def main(): if not os.path.exists(OUTPUT): os.makedirs(OUTPUT) From owner-svn-ports-head@freebsd.org Sat Sep 30 18:12:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 713ECE2C572; Sat, 30 Sep 2017 18:12:36 +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 34C3F7714B; Sat, 30 Sep 2017 18:12:36 +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 v8UICZdD078341; Sat, 30 Sep 2017 18:12:35 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UICZea078340; Sat, 30 Sep 2017 18:12:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201709301812.v8UICZea078340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Sep 2017 18:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451001 - head/multimedia/avidemux/files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/avidemux/files X-SVN-Commit-Revision: 451001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 18:12:36 -0000 Author: riggs Date: Sat Sep 30 18:12:35 2017 New Revision: 451001 URL: https://svnweb.freebsd.org/changeset/ports/451001 Log: Un-break build on slave port avidemux-qt4 Details: gcc6 performs stricter checking for C++11 user defined string literals. A macro is avidemux's qt4 code was not compliant. Added: head/multimedia/avidemux/files/patch-avidemux_qt4_ADM__jobs_src_ADM__jobControl.cpp (contents, props changed) Added: head/multimedia/avidemux/files/patch-avidemux_qt4_ADM__jobs_src_ADM__jobControl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/avidemux/files/patch-avidemux_qt4_ADM__jobs_src_ADM__jobControl.cpp Sat Sep 30 18:12:35 2017 (r451001) @@ -0,0 +1,11 @@ +--- avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp.orig 2016-01-29 08:47:25 UTC ++++ avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp +@@ -112,7 +112,7 @@ void jobWindow::refreshList(void) + QTableWidgetItem *endItem=fromText (end,i); + QTableWidgetItem *durItem=fromText (dur,i); + +-#define MX(x,y) case ADM_JOB_##x: status->setIcon(QIcon(":/jobs/"y));break; ++#define MX(x,y) case ADM_JOB_##x: status->setIcon(QIcon(":/jobs/" y));break; + switch(listOfJob[i].status) + { + MX(KO,"gtk-no.png"); From owner-svn-ports-head@freebsd.org Sat Sep 30 18:23:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A42A6E2C8A7; Sat, 30 Sep 2017 18:23:27 +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 7310B775FA; Sat, 30 Sep 2017 18:23:27 +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 v8UINQkh082849; Sat, 30 Sep 2017 18:23:26 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UINQZK082846; Sat, 30 Sep 2017 18:23:26 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201709301823.v8UINQZK082846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 30 Sep 2017 18:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451002 - in head/editors/openoffice-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/editors/openoffice-devel: . files X-SVN-Commit-Revision: 451002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 18:23:27 -0000 Author: truckman Date: Sat Sep 30 18:23:26 2017 New Revision: 451002 URL: https://svnweb.freebsd.org/changeset/ports/451002 Log: Upgrade openoffice-devel to upstream svn revision r1810071. Make LICENSE more specific by changing MPL to MPL11. Add the REPORT_BUILDER option to enable building that extension, but leave it off and mark it broken until we have a way to install the necessary .jar files. The new PostgreSQL database connector requires jakarta-commons-lang3. Make jakarta-commons-codec, jakarta-commons-httpclient, and jakarta-commons-logging-jar dependencies optional based on the selected port options. patch-sal_qa_osl_mutex_osl__Mutex.cxx and patch-scaddins_source_analysis_analysishelper.hxx have been upstreamed. Pacify portlint by sorting sections. Deleted: head/editors/openoffice-devel/files/patch-sal_qa_osl_mutex_osl__Mutex.cxx head/editors/openoffice-devel/files/patch-scaddins_source_analysis_analysishelper.hxx Modified: head/editors/openoffice-devel/Makefile head/editors/openoffice-devel/distinfo head/editors/openoffice-devel/files/patch-extensions.lst Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sat Sep 30 18:12:35 2017 (r451001) +++ head/editors/openoffice-devel/Makefile Sat Sep 30 18:23:26 2017 (r451002) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 7 +#PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -25,7 +25,7 @@ MAINTAINER= office@FreeBSD.org #Frequent Patch submitters should (optionally) sign the Apache iCLA COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser (developer version) -LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL \ +LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL11 \ PSFL TWAIN W3C LICENSE_COMB= multi LICENSE_NAME_ADOBE= Adobe Systems Incorporated license @@ -39,7 +39,7 @@ LICENSE_FILE_BSD4CLAUSE= ${WRKSRC}/LICENSE_BSD4CLAUSE LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_BSL LICENSE_FILE_ICU= ${WRKSRC}/LICENSE_ICU LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT -LICENSE_FILE_MPL= ${WRKSRC}/LICENSE_MPL +LICENSE_FILE_MPL11= ${WRKSRC}/LICENSE_MPL11 LICENSE_FILE_PSFL= ${WRKSRC}/LICENSE_PSFL LICENSE_FILE_TWAIN= ${WRKSRC}/LICENSE_TWAIN LICENSE_FILE_W3C= ${WRKSRC}/LICENSE_W3C @@ -48,6 +48,8 @@ LICENSE_PERMS_ICU= dist-mirror dist-sell pkg-mirror pk LICENSE_PERMS_TWAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_W3C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +ONLY_FOR_ARCHS= amd64 i386 powerpc64 + BUILD_DEPENDS= \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ @@ -61,8 +63,7 @@ BUILD_DEPENDS= \ gpatch:devel/patch \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ ${LOCALBASE}/bin/vigra-config:graphics/vigra \ - ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ - ${JAVALIBDIR}/commons-lang.jar:java/jakarta-commons-lang \ + ${JAVALIBDIR}/commons-lang3.jar:java/jakarta-commons-lang3 \ ${JAVALIBDIR}/junit.jar:java/junit \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ bash:shells/bash \ @@ -90,7 +91,7 @@ LIB_DEPENDS= \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ - ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ + ${JAVALIBDIR}/commons-lang3.jar:java/jakarta-commons-lang3 \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:x11-fonts/crosextrafonts-caladea-ttf \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ @@ -101,7 +102,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1780246 +SVNREVISION= 1810071 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz @@ -127,8 +128,10 @@ XDGDIR= ${OOPATH}/share/xdg XDGREL= ../../${INSTALLATION_BASEDIR}/openoffice${AOOVERSION1}/share/xdg EXECBASE?= openoffice-${AOOSUFFIX} -ONLY_FOR_ARCHS= amd64 i386 powerpc64 - +USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ + desktop-file-utils \ + gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ + shared-mime-info ssl tar:${TARTYPE} USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 USE_JAVA= yes @@ -139,22 +142,20 @@ JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xinerama xrandr xrender xt -USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ - desktop-file-utils \ - gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ - shared-mime-info ssl tar:${TARTYPE} INSTALLS_ICONS= yes WITHOUT_CPU_CFLAGS= true CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache -OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA MYSQL PDFIMPORT SDK WIKI_PUBLISHER CCACHE +OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA MYSQL PDFIMPORT \ + REPORT_BUILDER SDK WIKI_PUBLISHER CCACHE OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT WIKI_PUBLISHER GNOME_DESC= GConf + screensaver presentation control via DBUS GNOMEVFS_DESC= GNOME Virtual File System MMEDIA_DESC= Multimedia backend for impress MYSQL_DESCR= Build MySQL Connector extension PDFIMPORT_DESC= Build and install PDF import extension +REPORT_BUILDER_DESC= Build and install Report builder extension (Broken) SDK_DESC= Build and install software development kit WIKI_PUBLISHER_DESC= Build and install Wiki Publisher extension CCACHE_DESC= Mimimize compile time of C/C++ programs @@ -187,13 +188,35 @@ PDFIMPORT_CONFIGURE_ENABLE= pdfimport PDFIMPORT_CONFIGURE_WITH= system-poppler PDFIMPORT_LIB_DEPENDS= libpoppler.so:graphics/poppler +REPORT_BUILDER_BROKEN= REPORT_BUILDER option requires additional .jar files +REPORT_BUILDER_CONFIGURE_ENABLE= report-builder +REPORT_BUILDER_JAR_DEPENDS= +REPORT_BUILDER_BUILD_DEPENDS= ${REPORT_BUILDER_JAR_DEPENDS} +REPORT_BUILDER_RUN_DEPENDS= ${REPORT_BUILDER_JAR_DEPENDS} + WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-publisher +WIKI_PUBLISHER_CONFIGURE_WITH= \ + commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ + commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar +WIKI_PUBLISHER_JAR_DEPENDS= \ + ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec \ + ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient +WIKI_PUBLISHER_BUILD_DEPENDS= ${WIKI_PUBLISHER_JAR_DEPENDS} +WIKI_PUBLISHER_RUN_DEPENDS= ${WIKI_PUBLISHER_JAR_DEPENDS} # Don't run gnome-post-icons until after post-install generates the plist TARGET_ORDER_OVERRIDE= 710:gnome-post-icons .include +.if ${PORT_OPTIONS:MREPORT_BUILDER} || ${PORT_OPTIONS:MWIKI_PUBLISHER} +BUILD_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging +RUN_DEPENDS+= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging +CONFIGURE_ARGS+= --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar +.else +CONFIGURE_ARGS+= --without-commons-logging +.endif + .include <${FILESDIR}/Makefile.localized> .if ${COMPILER_TYPE} == clang @@ -241,10 +264,7 @@ CONFIGURE_ARGS+= \ --with-unix-wrapper=${EXECBASE} \ --with-alloc=system \ --with-system-apache-commons=yes \ - --with-commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ - --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \ - --with-commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ - --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar \ + --with-commons-lang-jar=${JAVALIBDIR}/commons-lang3.jar \ --with-system-apr \ --with-system-apr-util \ --with-system-beanshell \ @@ -321,8 +341,10 @@ pre-everything:: post-extract: ${TAR} -C ${WRKSUBDIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EXTSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ - ${CP} ${FILESDIR}/freebsd-aoo-intro-developer.png ${WRKSRC}/default_images/introabout/intro.png - ${CP} ${FILESDIR}/freebsd-aoo-about-developer.png ${WRKSRC}/default_images/introabout/about.png + ${CP} ${FILESDIR}/freebsd-aoo-intro-developer.png \ + ${WRKSRC}/default_images/introabout/intro.png + ${CP} ${FILESDIR}/freebsd-aoo-about-developer.png \ + ${WRKSRC}/default_images/introabout/about.png ${RM} -r ${WRKSRC}/l10n ${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip ${SED} -e '\|^For main/vcl/unx/generic/fontmanager/parseAFM|,/^__/p' \ @@ -346,7 +368,7 @@ post-extract: ${SED} -e '\|^For XMLSec Library|,/^__/p' \ -e d ${WRKSRC}/LICENSE_category_b >> ${LICENSE_FILE_MIT} ${SED} -e '\|^For Graphite|,$$d' \ - ${WRKSRC}/LICENSE_category_b > ${LICENSE_FILE_MPL} + ${WRKSRC}/LICENSE_category_b > ${LICENSE_FILE_MPL11} ${SED} -e '\|^For main/filter/source/config/tools/merge/pyAltFCFGMerge|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_PSFL} ${SED} -e '\|^For main/twain|,/^__/p' \ Modified: head/editors/openoffice-devel/distinfo ============================================================================== --- head/editors/openoffice-devel/distinfo Sat Sep 30 18:12:35 2017 (r451001) +++ head/editors/openoffice-devel/distinfo Sat Sep 30 18:23:26 2017 (r451002) @@ -1,7 +1,9 @@ -TIMESTAMP = 1485372460 -SHA256 (openoffice/apache-openoffice-r1780246-src.tar.xz) = 362b04bcc9a8ab10cd63ff97ac9e0a512aadf44ca5309d6cc8f00fee7fd246a3 -SIZE (openoffice/apache-openoffice-r1780246-src.tar.xz) = 216097636 +TIMESTAMP = 1506752342 +SHA256 (openoffice/apache-openoffice-r1810071-src.tar.xz) = d5ed9637367081e03433f3a8cc2d39d84a64d7068b730f5c170d282784c6dd10 +SIZE (openoffice/apache-openoffice-r1810071-src.tar.xz) = 216675892 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004 +SHA256 (openoffice/apache-tomcat-5.5.36-src.tar.gz) = 0f83d54e093c0a2383ba185ca928be0ee87148d5d98569470120690ac6c2008f +SIZE (openoffice/apache-tomcat-5.5.36-src.tar.gz) = 3743113 Modified: head/editors/openoffice-devel/files/patch-extensions.lst ============================================================================== --- head/editors/openoffice-devel/files/patch-extensions.lst Sat Sep 30 18:12:35 2017 (r451001) +++ head/editors/openoffice-devel/files/patch-extensions.lst Sat Sep 30 18:23:26 2017 (r451002) @@ -1,12 +1,16 @@ --- extensions.lst.orig 2015-10-24 06:26:40 UTC +++ extensions.lst -@@ -37,6 +37,14 @@ +@@ -37,6 +37,18 @@ # [ language=all && ENABLE_XXX ] # file://XXX.oxt +# PDF Import extension +[ language=all && ENABLE_PDFIMPORT=YES ] + file://pdfimport/pdfimport.oxt ++ ++# Report Builder extension ++[ language=all && ENABLE_REPORTBUILDER=YES ] ++ file://reportbuilder/reportbuilder.oxt + +# Wiki Publisher extension +[ language=all && ENABLE_MEDIAWIKI=YES ] From owner-svn-ports-head@freebsd.org Sat Sep 30 19:01:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D20EFE2CF4B; Sat, 30 Sep 2017 19:01:44 +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 A0C097C7DC; Sat, 30 Sep 2017 19:01:44 +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 v8UJ1h01098281; Sat, 30 Sep 2017 19:01:43 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJ1hog098279; Sat, 30 Sep 2017 19:01:43 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709301901.v8UJ1hog098279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Sat, 30 Sep 2017 19:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451003 - head/math/p5-Math-BaseCalc X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/math/p5-Math-BaseCalc X-SVN-Commit-Revision: 451003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 19:01:44 -0000 Author: jadawin Date: Sat Sep 30 19:01:43 2017 New Revision: 451003 URL: https://svnweb.freebsd.org/changeset/ports/451003 Log: - Update to 0.19 Log: If '.' is part of the digit set, from_base() now deals it properly No code changes between 0.18 to 0.19 but we were in 0.17 due to my late commit Modified: head/math/p5-Math-BaseCalc/Makefile head/math/p5-Math-BaseCalc/distinfo Modified: head/math/p5-Math-BaseCalc/Makefile ============================================================================== --- head/math/p5-Math-BaseCalc/Makefile Sat Sep 30 18:23:26 2017 (r451002) +++ head/math/p5-Math-BaseCalc/Makefile Sat Sep 30 19:01:43 2017 (r451003) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BaseCalc -PORTVERSION= 1.017 -PORTREVISION= 1 +PORTVERSION= 1.019 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-BaseCalc/distinfo ============================================================================== --- head/math/p5-Math-BaseCalc/distinfo Sat Sep 30 18:23:26 2017 (r451002) +++ head/math/p5-Math-BaseCalc/distinfo Sat Sep 30 19:01:43 2017 (r451003) @@ -1,2 +1,3 @@ -SHA256 (Math-BaseCalc-1.017.tar.gz) = 3d03c8ee425fc09760f5b84fce424fc1b960f7116f9a58efaa2be0ad3f8879fb -SIZE (Math-BaseCalc-1.017.tar.gz) = 14556 +TIMESTAMP = 1506627756 +SHA256 (Math-BaseCalc-1.019.tar.gz) = c74e2ba80ada8514b91134c7602e72b2cd330731c589597e951bf4a026efe9b8 +SIZE (Math-BaseCalc-1.019.tar.gz) = 14681 From owner-svn-ports-head@freebsd.org Sat Sep 30 19:10:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B001BE2D1CC; Sat, 30 Sep 2017 19:10:35 +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 7E1FF7CB2E; Sat, 30 Sep 2017 19:10:35 +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 v8UJAYSq099576; Sat, 30 Sep 2017 19:10:34 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJAY1i099574; Sat, 30 Sep 2017 19:10:34 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709301910.v8UJAY1i099574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Sat, 30 Sep 2017 19:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451004 - head/security/p5-IO-Socket-SSL X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/security/p5-IO-Socket-SSL X-SVN-Commit-Revision: 451004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 19:10:35 -0000 Author: jadawin Date: Sat Sep 30 19:10:34 2017 New Revision: 451004 URL: https://svnweb.freebsd.org/changeset/ports/451004 Log: - syswrite: if SSL_write sets SSL_ERROR_SYSCALL but no $! (as seen with OpenSSL 1.1.0 on Windows) set $! to EPIPE to propagate a useful error - removed unecessary settings of SSL_version and SSL_cipher_list from tests - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Sat Sep 30 19:01:43 2017 (r451003) +++ head/security/p5-IO-Socket-SSL/Makefile Sat Sep 30 19:10:34 2017 (r451004) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 2.049 -PORTREVISION= 1 +PORTVERSION= 2.051 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Sat Sep 30 19:01:43 2017 (r451003) +++ head/security/p5-IO-Socket-SSL/distinfo Sat Sep 30 19:10:34 2017 (r451004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498960056 -SHA256 (IO-Socket-SSL-2.049.tar.gz) = 610aed6cb3263d0c86c7fab4cee9c760eb5151e40d0a2d0badd33e5425c4b4c3 -SIZE (IO-Socket-SSL-2.049.tar.gz) = 219780 +TIMESTAMP = 1506687693 +SHA256 (IO-Socket-SSL-2.051.tar.gz) = 18453ceca9a2490dbde0154355c0dc7915f5848b7e452c5e0282914c1f4219f3 +SIZE (IO-Socket-SSL-2.051.tar.gz) = 220529 From owner-svn-ports-head@freebsd.org Sat Sep 30 19:21:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FFA8E2D638; Sat, 30 Sep 2017 19:21:39 +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 D52147D065; Sat, 30 Sep 2017 19:21:38 +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 v8UJLbxm006562; Sat, 30 Sep 2017 19:21:37 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJLbpf006560; Sat, 30 Sep 2017 19:21:37 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709301921.v8UJLbpf006560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Sat, 30 Sep 2017 19:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451005 - head/security/p5-Nmap-Parser X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/security/p5-Nmap-Parser X-SVN-Commit-Revision: 451005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 19:21:39 -0000 Author: jadawin Date: Sat Sep 30 19:21:37 2017 New Revision: 451005 URL: https://svnweb.freebsd.org/changeset/ports/451005 Log: Update repository url Modified: head/security/p5-Nmap-Parser/Makefile head/security/p5-Nmap-Parser/distinfo Modified: head/security/p5-Nmap-Parser/Makefile ============================================================================== --- head/security/p5-Nmap-Parser/Makefile Sat Sep 30 19:10:34 2017 (r451004) +++ head/security/p5-Nmap-Parser/Makefile Sat Sep 30 19:21:37 2017 (r451005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Nmap-Parser -PORTVERSION= 1.33 -PORTREVISION= 1 +PORTVERSION= 1.36 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Nmap-Parser/distinfo ============================================================================== --- head/security/p5-Nmap-Parser/distinfo Sat Sep 30 19:10:34 2017 (r451004) +++ head/security/p5-Nmap-Parser/distinfo Sat Sep 30 19:21:37 2017 (r451005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483536902 -SHA256 (Nmap-Parser-1.33.tar.gz) = d5eb1fe7fe61d0407a136a9edf186d36987746d4a9bcf3537e2eabb5a2a84651 -SIZE (Nmap-Parser-1.33.tar.gz) = 41661 +TIMESTAMP = 1506688557 +SHA256 (Nmap-Parser-1.36.tar.gz) = 7f199ef10852c2b7ee3e359253c51194dd908fc442bee16bf0e71903b3c3ede7 +SIZE (Nmap-Parser-1.36.tar.gz) = 41802 From owner-svn-ports-head@freebsd.org Sat Sep 30 19:26:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F6CE2D778; Sat, 30 Sep 2017 19:26:33 +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 44E2F7D42D; Sat, 30 Sep 2017 19:26:33 +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 v8UJQWKs007739; Sat, 30 Sep 2017 19:26:32 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJQWVr007737; Sat, 30 Sep 2017 19:26:32 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709301926.v8UJQWVr007737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Sat, 30 Sep 2017 19:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451006 - head/sysutils/p5-Unix-Processors X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/sysutils/p5-Unix-Processors X-SVN-Commit-Revision: 451006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 19:26:33 -0000 Author: jadawin Date: Sat Sep 30 19:26:32 2017 New Revision: 451006 URL: https://svnweb.freebsd.org/changeset/ports/451006 Log: - Fix FreeBSD support - Fix tests '.' for Perl 5.26.0 Modified: head/sysutils/p5-Unix-Processors/Makefile head/sysutils/p5-Unix-Processors/distinfo Modified: head/sysutils/p5-Unix-Processors/Makefile ============================================================================== --- head/sysutils/p5-Unix-Processors/Makefile Sat Sep 30 19:21:37 2017 (r451005) +++ head/sysutils/p5-Unix-Processors/Makefile Sat Sep 30 19:26:32 2017 (r451006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unix-Processors -PORTVERSION= 2.044 +PORTVERSION= 2.046 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/sysutils/p5-Unix-Processors/distinfo ============================================================================== --- head/sysutils/p5-Unix-Processors/distinfo Sat Sep 30 19:21:37 2017 (r451005) +++ head/sysutils/p5-Unix-Processors/distinfo Sat Sep 30 19:26:32 2017 (r451006) @@ -1,2 +1,3 @@ -SHA256 (Unix-Processors-2.044.tar.gz) = 70091544f7e4eccf2ff2e34d16bfab2a9f8e3284a8567656df320258d07d5765 -SIZE (Unix-Processors-2.044.tar.gz) = 14467 +TIMESTAMP = 1506689505 +SHA256 (Unix-Processors-2.046.tar.gz) = 3973ebdc44682c9c15c776f66e8be242cb4ff1dd52caf43ff446b74d4dccca06 +SIZE (Unix-Processors-2.046.tar.gz) = 14556 From owner-svn-ports-head@freebsd.org Sat Sep 30 19:49:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77659E2DD7B; Sat, 30 Sep 2017 19:49:47 +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 4638E7DEBF; Sat, 30 Sep 2017 19:49:47 +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 v8UJnklm016154; Sat, 30 Sep 2017 19:49:46 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJnkNg016152; Sat, 30 Sep 2017 19:49:46 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201709301949.v8UJnkNg016152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 30 Sep 2017 19:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451007 - head/dns/getdns X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/dns/getdns X-SVN-Commit-Revision: 451007 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 19:49:47 -0000 Author: zi Date: Sat Sep 30 19:49:46 2017 New Revision: 451007 URL: https://svnweb.freebsd.org/changeset/ports/451007 Log: - Update to 1.2.0 Modified: head/dns/getdns/Makefile head/dns/getdns/distinfo Modified: head/dns/getdns/Makefile ============================================================================== --- head/dns/getdns/Makefile Sat Sep 30 19:26:32 2017 (r451006) +++ head/dns/getdns/Makefile Sat Sep 30 19:49:46 2017 (r451007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= getdns -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ ZI \ @@ -24,7 +24,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \ --with-trust-anchor=${LOCALBASE}/etc/unbound/root.key -SOVERSION= 6.1.1 +SOVERSION= 6.2.0 SOMAJVER= ${SOVERSION:C/([0-9]).*/\1/1} MAKE_JOBS_UNSAFE=yes Modified: head/dns/getdns/distinfo ============================================================================== --- head/dns/getdns/distinfo Sat Sep 30 19:26:32 2017 (r451006) +++ head/dns/getdns/distinfo Sat Sep 30 19:49:46 2017 (r451007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505996780 -SHA256 (getdns-1.1.3.tar.gz) = 1a75f3264936c6f9a9d57cd98df912f62fb1a0b1d4dc799065ded76987337ce1 -SIZE (getdns-1.1.3.tar.gz) = 960464 +TIMESTAMP = 1506800358 +SHA256 (getdns-1.2.0.tar.gz) = 06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229 +SIZE (getdns-1.2.0.tar.gz) = 1008119 From owner-svn-ports-head@freebsd.org Sat Sep 30 20:11:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E05FEE2E5A4; Sat, 30 Sep 2017 20:11:03 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEFC97EE4A; Sat, 30 Sep 2017 20:11:03 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UKB2gN025520; Sat, 30 Sep 2017 20:11:02 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UKB2Pm025518; Sat, 30 Sep 2017 20:11:02 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201709302011.v8UKB2Pm025518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sat, 30 Sep 2017 20:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451008 - head/graphics/mesa-dri X-SVN-Group: ports-head X-SVN-Commit-Author: rezny X-SVN-Commit-Paths: head/graphics/mesa-dri X-SVN-Commit-Revision: 451008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 20:11:04 -0000 Author: rezny Date: Sat Sep 30 20:11:02 2017 New Revision: 451008 URL: https://svnweb.freebsd.org/changeset/ports/451008 Log: Update the Mesa ports to 17.1.10 Modified: head/graphics/mesa-dri/Makefile.common head/graphics/mesa-dri/distinfo Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Sat Sep 30 19:49:46 2017 (r451007) +++ head/graphics/mesa-dri/Makefile.common Sat Sep 30 20:11:02 2017 (r451008) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 17.1.8 +MESABASEVERSION= 17.1.10 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Sat Sep 30 19:49:46 2017 (r451007) +++ head/graphics/mesa-dri/distinfo Sat Sep 30 20:11:02 2017 (r451008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504427762 -SHA256 (mesa-17.1.8.tar.xz) = 75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db -SIZE (mesa-17.1.8.tar.xz) = 9902800 +TIMESTAMP = 1506763439 +SHA256 (mesa-17.1.10.tar.xz) = cbc0d681cc4df47d8deb5a36f45b420978128522fd665b2cd4c7096316f11bdb +SIZE (mesa-17.1.10.tar.xz) = 9872168 From owner-svn-ports-head@freebsd.org Sat Sep 30 20:24:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565ADE2E88E; Sat, 30 Sep 2017 20:24:07 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 251287F3DA; Sat, 30 Sep 2017 20:24:07 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UKO6La032731; Sat, 30 Sep 2017 20:24:06 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UKO6cn032730; Sat, 30 Sep 2017 20:24:06 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709302024.v8UKO6cn032730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 20:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451009 - head/www/davical X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/davical X-SVN-Commit-Revision: 451009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 20:24:07 -0000 Author: tcberner Date: Sat Sep 30 20:24:06 2017 New Revision: 451009 URL: https://svnweb.freebsd.org/changeset/ports/451009 Log: Give www/davical to lbdm@privacychain.ch Modified: head/www/davical/Makefile Modified: head/www/davical/Makefile ============================================================================== --- head/www/davical/Makefile Sat Sep 30 20:11:02 2017 (r451008) +++ head/www/davical/Makefile Sat Sep 30 20:24:06 2017 (r451009) @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lbdm@privacychain.ch COMMENT= Simple CalDAV server using a postgres backend LICENSE= GPLv2 LGPL21 From owner-svn-ports-head@freebsd.org Sat Sep 30 20:26:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56EB4E2E994; Sat, 30 Sep 2017 20:26:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA7C7F5FB; Sat, 30 Sep 2017 20:26:32 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UKQWvN033112; Sat, 30 Sep 2017 20:26:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UKQVhE033100; Sat, 30 Sep 2017 20:26:31 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709302026.v8UKQVhE033100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 20:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451010 - in head: databases/kdb databases/kexi textproc/kreport x11-toolkits/kproperty X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: databases/kdb databases/kexi textproc/kreport x11-toolkits/kproperty X-SVN-Commit-Revision: 451010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 20:26:33 -0000 Author: tcberner Date: Sat Sep 30 20:26:31 2017 New Revision: 451010 URL: https://svnweb.freebsd.org/changeset/ports/451010 Log: Update databases/kdb, databases/kexi, textproc/kreport and x11-toolkits/kproperty to 3.0.2 Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D12500 Modified: head/databases/kdb/Makefile head/databases/kdb/distinfo head/databases/kdb/pkg-plist head/databases/kexi/Makefile head/databases/kexi/distinfo head/databases/kexi/pkg-plist head/textproc/kreport/Makefile head/textproc/kreport/distinfo head/textproc/kreport/pkg-plist head/x11-toolkits/kproperty/Makefile head/x11-toolkits/kproperty/distinfo head/x11-toolkits/kproperty/pkg-plist Modified: head/databases/kdb/Makefile ============================================================================== --- head/databases/kdb/Makefile Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kdb/Makefile Sat Sep 30 20:26:31 2017 (r451010) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kdb -PORTVERSION= 3.0.0 -PORTREVISION= 1 +DISTVERSION= 3.0.2 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/databases/kdb/distinfo ============================================================================== --- head/databases/kdb/distinfo Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kdb/distinfo Sat Sep 30 20:26:31 2017 (r451010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481141837 -SHA256 (KDE/kdb/kdb-3.0.0.tar.xz) = b7dcc4f90a6adf069faa725bb2182639b59ff4f570f7fd1b790c3012c68913a0 -SIZE (KDE/kdb/kdb-3.0.0.tar.xz) = 478500 +TIMESTAMP = 1506099432 +SHA256 (KDE/kdb/kdb-3.0.2.tar.xz) = 896804959f4e203cbafb3d345127c6d80721d79136dbfd6d51c4e93131ec21d8 +SIZE (KDE/kdb/kdb-3.0.2.tar.xz) = 478576 Modified: head/databases/kdb/pkg-plist ============================================================================== --- head/databases/kdb/pkg-plist Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kdb/pkg-plist Sat Sep 30 20:26:31 2017 (r451010) @@ -121,109 +121,92 @@ libdata/pkgconfig/KDb3.pc %%PGSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_postgresqldriver.so %%SQLITE%%%%QT_PLUGINDIR%%/kdb3/kdb_sqlitedriver.so %%SQLITE%%%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so -%%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/ast/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/ast/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/ast/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/ast/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/ca/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/ca/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/ca/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/ca/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/ca/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/ca@valencia/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/ca@valencia/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/ca@valencia/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/cs/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/cs/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/cs/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/cs/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/cs/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/de/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/de/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/de/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/de/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/de/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/en_GB/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/en_GB/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/en_GB/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/en_GB/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/en_GB/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/es/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/es/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/es/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/es/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/es/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/es/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/fi/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/fi/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/fi/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/gl/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/gl/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%MYSQL%%share/locale/ja/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/ja/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/ja/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/ja/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/ja/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/ja/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/lt/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/lt/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/lt/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/lt/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/lt/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/lt/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/nl/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/nl/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/nl/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/nl/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/nl/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/pl/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/pl/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/pl/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/pl/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/pl/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/pt/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/pt/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/pt/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/pt/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/pt/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/pt/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/pt_BR/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/pt_BR/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/pt_BR/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/ru/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/ru/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/ru/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/ru/LC_MESSAGES/kdb_sqlitedriver_qt.mo -%%MYSQL%%share/locale/sk/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/sk/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/sk/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/sk/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/sk/LC_MESSAGES/kdb_sybasedriver_qt.mo -share/locale/sk/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/sv/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/sv/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/sv/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/uk/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/uk/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/uk/LC_MESSAGES/kdb_xbasedriver_qt.mo -%%MYSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_mysqldriver_qt.mo -%%PGSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_postgresqldriver_qt.mo -share/locale/zh_CN/LC_MESSAGES/kdb_qt.mo -%%SQLITE%%share/locale/zh_CN/LC_MESSAGES/kdb_sqlitedriver_qt.mo -share/locale/zh_CN/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/ast/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ast/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/ca/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/ca/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/ca/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ca/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ca@valencia/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/cs/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/cs/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/cs/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/cs/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/de/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/de/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/de/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/de/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/en_GB/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/en_GB/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/en_GB/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/en_GB/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/es/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/es/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/es/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/es/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/fi/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/fi/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/gl/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%MYSQL%%share/locale/it/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/it/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/it/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/it/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/ja/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/ja/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/ja/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ja/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/lt/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/lt/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/lt/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/lt/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/nl/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/nl/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/nl/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/nl/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/pl/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/pl/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/pl/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/pl/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/pt/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/pt/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/pt/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/pt/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/pt_BR/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/pt_BR/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/ru/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/ru/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/ru/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ru/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/sk/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/sk/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/sk/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/sk/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/sv/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/sv/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/uk/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/uk/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/zh_CN/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/zh_CN/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/zh_TW/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/zh_TW/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/zh_TW/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/zh_TW/LC_MESSAGES/kdb_sqlitedriver_qt.qm Modified: head/databases/kexi/Makefile ============================================================================== --- head/databases/kexi/Makefile Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kexi/Makefile Sat Sep 30 20:26:31 2017 (r451010) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kexi -PORTVERSION= 3.0.0 +DISTVERSION= 3.0.2 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/databases/kexi/distinfo ============================================================================== --- head/databases/kexi/distinfo Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kexi/distinfo Sat Sep 30 20:26:31 2017 (r451010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481142580 -SHA256 (KDE/kexi/kexi-3.0.0.tar.xz) = 8acfdf9f933139544aa8a8f53b04f5266c1cec6b3844963d04404e8b7f72ffe0 -SIZE (KDE/kexi/kexi-3.0.0.tar.xz) = 3678724 +TIMESTAMP = 1506101424 +SHA256 (KDE/kexi/kexi-3.0.2.tar.xz) = 8eaea8ba6b833d9413a05496c9099d278f0ea410cf7d2af42bfdf9125d945bba +SIZE (KDE/kexi/kexi-3.0.2.tar.xz) = 3676556 Modified: head/databases/kexi/pkg-plist ============================================================================== --- head/databases/kexi/pkg-plist Sat Sep 30 20:24:06 2017 (r451009) +++ head/databases/kexi/pkg-plist Sat Sep 30 20:26:31 2017 (r451010) @@ -49,19 +49,19 @@ lib/libkformdesigner.so.15.0.0 %%QT_PLUGINDIR%%/kexi/migrate/keximigrate_postgresql.so %%QT_PLUGINDIR%%/kexi/migrate/keximigrate_tsv.so share/applications/org.kde.kexi.desktop -share/kexi/icons/hicolor/16x16/actions/web_browser.png -share/kexi/icons/hicolor/22x22/actions/web_browser.png -share/kexi/icons/kexi_breeze.rcc -share/kexi/status/%%GTK3_VERSION%%/contribution_details.ui -share/kexi/status/%%GTK3_VERSION%%/contribution_help.ui -share/kexi/status/%%GTK3_VERSION%%/status.rcc -share/kexi/status/%%GTK3_VERSION%%/status.ui -share/kexi/status/%%GTK3_VERSION%%/status_strings.ui +%%DATADIR%%/icons/hicolor/16x16/actions/web_browser.png +%%DATADIR%%/icons/hicolor/22x22/actions/web_browser.png +%%DATADIR%%/icons/kexi_breeze.rcc +%%DATADIR%%/status/3.0.0/contribution_details.ui +%%DATADIR%%/status/3.0.0/contribution_help.ui +%%DATADIR%%/status/3.0.0/status.rcc +%%DATADIR%%/status/3.0.0/status.ui +%%DATADIR%%/status/3.0.0/status_strings.ui share/locale/ar/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ast/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo -share/locale/ast/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/ast/LC_MESSAGES/keximigrate_mdb.mo share/locale/be/LC_MESSAGES/kexi.mo share/locale/bg/LC_MESSAGES/kexi.mo share/locale/br/LC_MESSAGES/kexi.mo @@ -72,17 +72,14 @@ share/locale/ca/LC_MESSAGES/kexi.mo share/locale/ca/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ca/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ca/LC_MESSAGES/keximigrate_mdb.mo -share/locale/ca/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/ca@valencia/LC_MESSAGES/kexi.mo share/locale/ca@valencia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ca@valencia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ca@valencia/LC_MESSAGES/keximigrate_mdb.mo -share/locale/ca@valencia/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/cs/LC_MESSAGES/kexi.mo share/locale/cs/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/cs/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/cs/LC_MESSAGES/keximigrate_mdb.mo -share/locale/cs/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/cy/LC_MESSAGES/kexi.mo share/locale/da/LC_MESSAGES/kexi.mo share/locale/da/LC_MESSAGES/kexiforms_mapwidgetplugin.mo @@ -91,7 +88,6 @@ share/locale/de/LC_MESSAGES/kexi.mo share/locale/de/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/de/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/de/LC_MESSAGES/keximigrate_mdb.mo -share/locale/de/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/el/LC_MESSAGES/kexi.mo share/locale/el/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/el/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -99,13 +95,11 @@ share/locale/en_GB/LC_MESSAGES/kexi.mo share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/en_GB/LC_MESSAGES/keximigrate_mdb.mo -share/locale/en_GB/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/eo/LC_MESSAGES/kexi.mo share/locale/es/LC_MESSAGES/kexi.mo share/locale/es/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/es/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/es/LC_MESSAGES/keximigrate_mdb.mo -share/locale/es/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/et/LC_MESSAGES/kexi.mo share/locale/et/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/et/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -114,10 +108,10 @@ share/locale/fa/LC_MESSAGES/kexi.mo share/locale/fi/LC_MESSAGES/kexi.mo share/locale/fi/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/fi/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo -share/locale/fi/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/fr/LC_MESSAGES/kexi.mo share/locale/fr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/fr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/fr/LC_MESSAGES/keximigrate_mdb.mo share/locale/fy/LC_MESSAGES/kexi.mo share/locale/ga/LC_MESSAGES/kexi.mo share/locale/ga/LC_MESSAGES/kexiforms_mapwidgetplugin.mo @@ -125,7 +119,6 @@ share/locale/ga/LC_MESSAGES/kexiforms_webbrowserwidget share/locale/gl/LC_MESSAGES/kexi.mo share/locale/gl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/gl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo -share/locale/gl/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/he/LC_MESSAGES/kexi.mo share/locale/hi/LC_MESSAGES/kexi.mo share/locale/hne/LC_MESSAGES/kexi.mo @@ -137,15 +130,14 @@ share/locale/hu/LC_MESSAGES/kexiforms_webbrowserwidget share/locale/ia/LC_MESSAGES/kexi.mo share/locale/ia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo -share/locale/ia/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/it/LC_MESSAGES/kexi.mo share/locale/it/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/it/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/it/LC_MESSAGES/keximigrate_mdb.mo -share/locale/it/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/ja/LC_MESSAGES/kexi.mo share/locale/ja/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ja/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ja/LC_MESSAGES/keximigrate_mdb.mo share/locale/kk/LC_MESSAGES/kexi.mo share/locale/kk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/kk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -171,24 +163,20 @@ share/locale/nl/LC_MESSAGES/kexi.mo share/locale/nl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/nl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/nl/LC_MESSAGES/keximigrate_mdb.mo -share/locale/nl/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/nn/LC_MESSAGES/kexi.mo share/locale/oc/LC_MESSAGES/kexi.mo share/locale/pl/LC_MESSAGES/kexi.mo share/locale/pl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pl/LC_MESSAGES/keximigrate_mdb.mo -share/locale/pl/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/pt/LC_MESSAGES/kexi.mo share/locale/pt/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pt/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pt/LC_MESSAGES/keximigrate_mdb.mo -share/locale/pt/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/pt_BR/LC_MESSAGES/kexi.mo share/locale/pt_BR/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pt_BR/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pt_BR/LC_MESSAGES/keximigrate_mdb.mo -share/locale/pt_BR/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/ro/LC_MESSAGES/kexi.mo share/locale/ru/LC_MESSAGES/kexi.mo share/locale/ru/LC_MESSAGES/kexiforms_mapwidgetplugin.mo @@ -198,7 +186,6 @@ share/locale/sk/LC_MESSAGES/kexi.mo share/locale/sk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/sk/LC_MESSAGES/keximigrate_mdb.mo -share/locale/sk/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/sl/LC_MESSAGES/kexi.mo share/locale/sl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -207,7 +194,6 @@ share/locale/sv/LC_MESSAGES/kexi.mo share/locale/sv/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sv/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/sv/LC_MESSAGES/keximigrate_mdb.mo -share/locale/sv/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/ta/LC_MESSAGES/kexi.mo share/locale/tg/LC_MESSAGES/kexi.mo share/locale/tr/LC_MESSAGES/kexi.mo @@ -220,15 +206,15 @@ share/locale/uk/LC_MESSAGES/kexi.mo share/locale/uk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/uk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/uk/LC_MESSAGES/keximigrate_mdb.mo -share/locale/uk/LC_MESSAGES/keximigrate_spreadsheet.mo share/locale/uz/LC_MESSAGES/kexi.mo share/locale/wa/LC_MESSAGES/kexi.mo share/locale/xh/LC_MESSAGES/kexi.mo share/locale/zh_CN/LC_MESSAGES/kexi.mo share/locale/zh_CN/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/zh_CN/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo -share/locale/zh_CN/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/zh_CN/LC_MESSAGES/keximigrate_mdb.mo share/locale/zh_TW/LC_MESSAGES/kexi.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/zh_TW/LC_MESSAGES/keximigrate_mdb.mo share/metainfo/org.kde.kexi.appdata.xml Modified: head/textproc/kreport/Makefile ============================================================================== --- head/textproc/kreport/Makefile Sat Sep 30 20:24:06 2017 (r451009) +++ head/textproc/kreport/Makefile Sat Sep 30 20:26:31 2017 (r451010) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kreport -PORTVERSION= 3.0.0 +DISTVERSION= 3.0.2 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/textproc/kreport/distinfo ============================================================================== --- head/textproc/kreport/distinfo Sat Sep 30 20:24:06 2017 (r451009) +++ head/textproc/kreport/distinfo Sat Sep 30 20:26:31 2017 (r451010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481142784 -SHA256 (KDE/kreport/kreport-3.0.0.tar.xz) = c3d8a310fd4b68bbce83370796ea2efdf93b9ce9f8cafb66e331b0db94ec2a00 -SIZE (KDE/kreport/kreport-3.0.0.tar.xz) = 225868 +TIMESTAMP = 1506101487 +SHA256 (KDE/kreport/kreport-3.0.2.tar.xz) = e04ea806381ec9fe40f63103e6ef45685a586faa5c85807347d733231cdca3fd +SIZE (KDE/kreport/kreport-3.0.2.tar.xz) = 227508 Modified: head/textproc/kreport/pkg-plist ============================================================================== --- head/textproc/kreport/pkg-plist Sat Sep 30 20:24:06 2017 (r451009) +++ head/textproc/kreport/pkg-plist Sat Sep 30 20:26:31 2017 (r451010) @@ -84,11 +84,11 @@ lib/cmake/KReport3/KReportTargets.cmake lib/libKReport3.so lib/libKReport3.so.3 lib/libKReport3.so.3.0 -libdata/pkgconfig/KReport3.pc %%QT_MKSPECDIR%%/modules/qt_KReport3.pri %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so -%%DATADIR%%3/icons/kreport_breeze.rcc -%%DATADIR%%3/icons/org.kde.kreport.barcode_breeze.rcc -%%DATADIR%%3/icons/org.kde.kreport.web_breeze.rcc +libdata/pkgconfig/KReport3.pc +share/kreport3/icons/kreport_breeze.rcc +share/kreport3/icons/org.kde.kreport.barcode_breeze.rcc +share/kreport3/icons/org.kde.kreport.web_breeze.rcc share/kservicetypes5/kreport_elementplugin.desktop Modified: head/x11-toolkits/kproperty/Makefile ============================================================================== --- head/x11-toolkits/kproperty/Makefile Sat Sep 30 20:24:06 2017 (r451009) +++ head/x11-toolkits/kproperty/Makefile Sat Sep 30 20:26:31 2017 (r451010) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kproperty -PORTVERSION= 3.0.0 +DISTVERSION= 3.0.2 CATEGORIES= x11-toolkits kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/x11-toolkits/kproperty/distinfo ============================================================================== --- head/x11-toolkits/kproperty/distinfo Sat Sep 30 20:24:06 2017 (r451009) +++ head/x11-toolkits/kproperty/distinfo Sat Sep 30 20:26:31 2017 (r451010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481142955 -SHA256 (KDE/kproperty/kproperty-3.0.0.tar.xz) = 86cd24007d6b313a0217e4a0a7e4b594f46b3fc2d2d4aee2db1d14fdf16b0e99 -SIZE (KDE/kproperty/kproperty-3.0.0.tar.xz) = 98484 +TIMESTAMP = 1506101564 +SHA256 (KDE/kproperty/kproperty-3.0.2.tar.xz) = d5fa71ee621a30221f427b53282abe124347842bcf657269b7f7b77355dbf3c3 +SIZE (KDE/kproperty/kproperty-3.0.2.tar.xz) = 82556 Modified: head/x11-toolkits/kproperty/pkg-plist ============================================================================== --- head/x11-toolkits/kproperty/pkg-plist Sat Sep 30 20:24:06 2017 (r451009) +++ head/x11-toolkits/kproperty/pkg-plist Sat Sep 30 20:26:31 2017 (r451010) @@ -71,24 +71,3 @@ lib/libKPropertyWidgets3.so.3.0 libdata/pkgconfig/KPropertyCore3.pc libdata/pkgconfig/KPropertyWidgets3.pc share/kpropertywidgets3/icons/kproperty_breeze.rcc -share/locale/ast/LC_MESSAGES/kproperty_qt.mo -share/locale/ca/LC_MESSAGES/kproperty_qt.mo -share/locale/ca@valencia/LC_MESSAGES/kproperty_qt.mo -share/locale/cs/LC_MESSAGES/kproperty_qt.mo -share/locale/de/LC_MESSAGES/kproperty_qt.mo -share/locale/en_GB/LC_MESSAGES/kproperty_qt.mo -share/locale/es/LC_MESSAGES/kproperty_qt.mo -share/locale/fi/LC_MESSAGES/kproperty_qt.mo -share/locale/gl/LC_MESSAGES/kproperty_qt.mo -share/locale/ja/LC_MESSAGES/kproperty_qt.mo -share/locale/lt/LC_MESSAGES/kproperty_qt.mo -share/locale/nl/LC_MESSAGES/kproperty_qt.mo -share/locale/pl/LC_MESSAGES/kproperty_qt.mo -share/locale/pt/LC_MESSAGES/kproperty_qt.mo -share/locale/pt_BR/LC_MESSAGES/kproperty_qt.mo -share/locale/ru/LC_MESSAGES/kproperty_qt.mo -share/locale/sk/LC_MESSAGES/kproperty_qt.mo -share/locale/sv/LC_MESSAGES/kproperty_qt.mo -share/locale/tr/LC_MESSAGES/kproperty_qt.mo -share/locale/uk/LC_MESSAGES/kproperty_qt.mo -share/locale/zh_CN/LC_MESSAGES/kproperty_qt.mo From owner-svn-ports-head@freebsd.org Sat Sep 30 21:00:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D434E2F492; Sat, 30 Sep 2017 21:00:56 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDBA380AB7; Sat, 30 Sep 2017 21:00:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UL0s5k046255; Sat, 30 Sep 2017 21:00:54 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UL0sma046253; Sat, 30 Sep 2017 21:00:54 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201709302100.v8UL0sma046253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 30 Sep 2017 21:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451011 - head/security/ssh-vault X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/ssh-vault X-SVN-Commit-Revision: 451011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 21:00:56 -0000 Author: cpm Date: Sat Sep 30 21:00:54 2017 New Revision: 451011 URL: https://svnweb.freebsd.org/changeset/ports/451011 Log: security/ssh-vault: Update to 0.12.3 - Fix bug that didn't allow/give preference to the HOME environment variable. PR: 222700 Submitted by: Nicolas Embriz (maintainer) Modified: head/security/ssh-vault/Makefile head/security/ssh-vault/distinfo Modified: head/security/ssh-vault/Makefile ============================================================================== --- head/security/ssh-vault/Makefile Sat Sep 30 20:26:31 2017 (r451010) +++ head/security/ssh-vault/Makefile Sat Sep 30 21:00:54 2017 (r451011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ssh-vault -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.3 CATEGORIES= security MAINTAINER= nbari@tequila.io Modified: head/security/ssh-vault/distinfo ============================================================================== --- head/security/ssh-vault/distinfo Sat Sep 30 20:26:31 2017 (r451010) +++ head/security/ssh-vault/distinfo Sat Sep 30 21:00:54 2017 (r451011) @@ -1,6 +1,6 @@ -TIMESTAMP = 1504985804 -SHA256 (ssh-vault-ssh-vault-0.12.1_GH0.tar.gz) = e68ead1903f343a14d5177b5ff97972f5e5582159201180011323ae0b3c8d947 -SIZE (ssh-vault-ssh-vault-0.12.1_GH0.tar.gz) = 17753 +TIMESTAMP = 1506776663 +SHA256 (ssh-vault-ssh-vault-0.12.3_GH0.tar.gz) = 13e2f194750e29f3d6fee68a1132aa361591d518ca931333a2ef1b43f1233586 +SIZE (ssh-vault-ssh-vault-0.12.3_GH0.tar.gz) = 18666 SHA256 (ssh-vault-crypto-ae180e0_GH0.tar.gz) = fe73e39078ecd1d077ddfdfb296c00eaa19c149856443259fe8964ff0951423f SIZE (ssh-vault-crypto-ae180e0_GH0.tar.gz) = 2062 SHA256 (ssh-vault-ssh2pem-c1edc64_GH0.tar.gz) = a06595af99ffe330a6167250e53492b0738664d69c311fcb0f02e1cb6fea33a9 From owner-svn-ports-head@freebsd.org Sat Sep 30 21:11:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70578E2F7B2; Sat, 30 Sep 2017 21:11:26 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BCD381286; Sat, 30 Sep 2017 21:11:26 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ULBPrY051834; Sat, 30 Sep 2017 21:11:25 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ULBOCd051831; Sat, 30 Sep 2017 21:11:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201709302111.v8ULBOCd051831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 30 Sep 2017 21:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451012 - head/www/go-www X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/www/go-www X-SVN-Commit-Revision: 451012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 21:11:26 -0000 Author: cpm Date: Sat Sep 30 21:11:24 2017 New Revision: 451012 URL: https://svnweb.freebsd.org/changeset/ports/451012 Log: www/go-www: Update to 1.1.1 - Now capable of creating valid certificates by passing ACME letsencrypt * option -s "valid-domain.tld" will create a valid certificate (listen on port 443) * if using -s "localhost" it will create a self-signed certificate - Update comment and WWW in pkg-descr PR: 222236 Submitted by: Nicolas Embriz (maintainer) Modified: head/www/go-www/Makefile head/www/go-www/distinfo head/www/go-www/pkg-descr Modified: head/www/go-www/Makefile ============================================================================== --- head/www/go-www/Makefile Sat Sep 30 21:00:54 2017 (r451011) +++ head/www/go-www/Makefile Sat Sep 30 21:11:24 2017 (r451012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= www -PORTVERSION= 0.3.1 +PORTVERSION= 1.1.1 CATEGORIES= www PKGNAMEPREFIX= go- @@ -15,26 +15,24 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes -GH_ACCOUNT= nbari:DEFAULT,violetear -GH_PROJECT= violetear:violetear -GH_TAGNAME= 2.2.0:violetear +GH_ACCOUNT= nbari:DEFAULT +GH_TUPLE= golang:crypto:847319b:crypto/src/golang.org/x/crypto +GH_SUBDIR= src/github.com/nbari/${PORTNAME} -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} - STRIP= # stripping can break go binaries PLIST_FILES= bin/www post-patch: - @${LN} -sf ${WRKDIR}/${GH_PROJECT_violetear}-${GH_TAGNAME_violetear} \ - ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT_violetear}/${GH_PROJECT_violetear} + @${MKDIR} ${WRKSRC}/src/golang.org + @${LN} -sf ${LOCALBASE}/share/go/src/golang.org/x ${WRKSRC}/src/golang.org/x do-build: - @(cd ${GO_WRKSRC} && \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKDIR} go build -ldflags \ - "-X main.version=${PORTVERSION}" -o www cmd/www/main.go) + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags \ + "-s -w" -o www; do-install: - ${INSTALL_PROGRAM} ${GO_WRKSRC}/www ${STAGEDIR}${PREFIX}/bin/www + ${INSTALL_PROGRAM} ${WRKSRC}/www ${STAGEDIR}${PREFIX}/bin/www .include Modified: head/www/go-www/distinfo ============================================================================== --- head/www/go-www/distinfo Sat Sep 30 21:00:54 2017 (r451011) +++ head/www/go-www/distinfo Sat Sep 30 21:11:24 2017 (r451012) @@ -1,5 +1,5 @@ -TIMESTAMP = 1486283285 -SHA256 (nbari-www-0.3.1_GH0.tar.gz) = 322612b8ad3167df0a6bf84b283db958f670d6f0e4770376ae24fc4ea39d9f68 -SIZE (nbari-www-0.3.1_GH0.tar.gz) = 3633 -SHA256 (nbari-violetear-2.2.0_GH0.tar.gz) = a71a2355548ae5adef5578552dc522c1a6174f9ac88b36db25c8bba1c39ab01e -SIZE (nbari-violetear-2.2.0_GH0.tar.gz) = 14408 +TIMESTAMP = 1506548170 +SHA256 (nbari-www-1.1.1_GH0.tar.gz) = eea1a8beb69556d984eed63967c569c7bace2add3752a94241de0def5df012eb +SIZE (nbari-www-1.1.1_GH0.tar.gz) = 4211 +SHA256 (golang-crypto-847319b_GH0.tar.gz) = f471dac9d970154c00dba9b9772752f0feb368713ee1b11418d22f11ba6fd5df +SIZE (golang-crypto-847319b_GH0.tar.gz) = 1432733 Modified: head/www/go-www/pkg-descr ============================================================================== --- head/www/go-www/pkg-descr Sat Sep 30 21:00:54 2017 (r451011) +++ head/www/go-www/pkg-descr Sat Sep 30 21:11:24 2017 (r451012) @@ -1,8 +1,8 @@ www is a static web server, useful for sharing and testing the contents of a -directory via HTTP. +directory via HTTP or HTTPS with a valid certificate. www will start a web server listening on port 8000 and use as document root the directory where the command was called. Different document root may be -specified as also the port and use of SSL, more info using the -h option. +specified as also the port and use of TLS, more info using the -h option. -WWW: https://github.com/nbari/www +WWW: https://go-www.com From owner-svn-ports-head@freebsd.org Sat Sep 30 23:06:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3522CE312B8; Sat, 30 Sep 2017 23:06: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 E8B63839D5; Sat, 30 Sep 2017 23:06:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UN6ptA098690; Sat, 30 Sep 2017 23:06:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UN6owk098687; Sat, 30 Sep 2017 23:06:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709302306.v8UN6owk098687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 30 Sep 2017 23:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451013 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 451013 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 23:06:52 -0000 Author: jbeich Date: Sat Sep 30 23:06:50 2017 New Revision: 451013 URL: https://svnweb.freebsd.org/changeset/ports/451013 Log: emulators/rpcs3: update to 0.0.3.391 Changes: https://github.com/RPCS3/rpcs3/compare/9650218b...eb8af974 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sat Sep 30 21:11:24 2017 (r451012) +++ head/emulators/rpcs3/Makefile Sat Sep 30 23:06:50 2017 (r451013) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-388 -DISTVERSIONSUFFIX= -g9650218b +DISTVERSION= 0.0.3-391 +DISTVERSIONSUFFIX= -geb8af974 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sat Sep 30 21:11:24 2017 (r451012) +++ head/emulators/rpcs3/distinfo Sat Sep 30 23:06:50 2017 (r451013) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506552380 -SHA256 (RPCS3-rpcs3-v0.0.3-388-g9650218b_GH0.tar.gz) = 23adffd091972c4e4e7e82a1c413a2c405f99f4cc6774501f8ed55dcd50b4ddb -SIZE (RPCS3-rpcs3-v0.0.3-388-g9650218b_GH0.tar.gz) = 3514294 +TIMESTAMP = 1506612197 +SHA256 (RPCS3-rpcs3-v0.0.3-391-geb8af974_GH0.tar.gz) = 0762e86de03c2f1913bf03856c516b9e33405a3767690fa633432b892602e068 +SIZE (RPCS3-rpcs3-v0.0.3-391-geb8af974_GH0.tar.gz) = 3516587 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 From owner-svn-ports-head@freebsd.org Sat Sep 30 23:07:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFEE6E312E2; Sat, 30 Sep 2017 23:07:07 +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 ACEC683A8D; Sat, 30 Sep 2017 23:07:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UN769R098826; Sat, 30 Sep 2017 23:07:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UN76Ms098824; Sat, 30 Sep 2017 23:07:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709302307.v8UN76Ms098824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 30 Sep 2017 23:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451014 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 451014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 23:07:08 -0000 Author: jbeich Date: Sat Sep 30 23:07:06 2017 New Revision: 451014 URL: https://svnweb.freebsd.org/changeset/ports/451014 Log: emulators/citra: update to s20170930 Changes: https://github.com/citra-emu/citra/compare/fd30d48c...5ba48c16 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Sep 30 23:06:50 2017 (r451013) +++ head/emulators/citra/Makefile Sat Sep 30 23:07:06 2017 (r451014) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170925 +PORTVERSION= s20170930 PORTREVISION?= 0 CATEGORIES= emulators @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= fd30d48c +GH_TAGNAME= 5ba48c16 GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:8f15e3f:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-187-gac5484c:fmt/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Sat Sep 30 23:06:50 2017 (r451013) +++ head/emulators/citra/distinfo Sat Sep 30 23:07:06 2017 (r451014) @@ -1,6 +1,6 @@ -TIMESTAMP = 1506381852 -SHA256 (citra-emu-citra-s20170925-fd30d48c_GH0.tar.gz) = 5b1b5f8fef7945faf17a156a8f43cc4500f22ba5949148d84525daf6565877b7 -SIZE (citra-emu-citra-s20170925-fd30d48c_GH0.tar.gz) = 1295493 +TIMESTAMP = 1506800766 +SHA256 (citra-emu-citra-s20170930-5ba48c16_GH0.tar.gz) = 80d78d6e051359d8ca1fea0f096d314b300cc1147c60e19505a7d719139798c7 +SIZE (citra-emu-citra-s20170930-5ba48c16_GH0.tar.gz) = 1299625 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-8f15e3f_GH0.tar.gz) = 3e5b184c8d190849374fa426ee6a511f3375682232b46aaa8e060632eaa4cadb From owner-svn-ports-head@freebsd.org Sat Sep 30 23:20:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1B8DE31602; Sat, 30 Sep 2017 23:20:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E69483EF8; Sat, 30 Sep 2017 23:20:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UNK5Ll003463; Sat, 30 Sep 2017 23:20:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UNK5E0003462; Sat, 30 Sep 2017 23:20:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709302320.v8UNK5E0003462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 30 Sep 2017 23:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451015 - head/devel/rlvm X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/rlvm X-SVN-Commit-Revision: 451015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 23:20:06 -0000 Author: jbeich Date: Sat Sep 30 23:20:05 2017 New Revision: 451015 URL: https://svnweb.freebsd.org/changeset/ports/451015 Log: devel/rlvm: allow "make test" Modified: head/devel/rlvm/Makefile (contents, props changed) Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Sat Sep 30 23:07:06 2017 (r451014) +++ head/devel/rlvm/Makefile Sat Sep 30 23:20:05 2017 (r451015) @@ -68,8 +68,10 @@ post-patch: -e 's,truetype/[^/"]*/,TTF/,' \ ${WRKSRC}/src/utilities/find_font_file.cc -pre-install-TEST-on: +do-test-TEST-on: (cd ${WRKSRC} && build/${PORTNAME}_unittests) + +pre-install-TEST-on: do-test-TEST-on do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} \ From owner-svn-ports-head@freebsd.org Sat Sep 30 23:58:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFAEEE32033; Sat, 30 Sep 2017 23:58:01 +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 AB7ED84E06; Sat, 30 Sep 2017 23:58:01 +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 v8UNw0fE019806; Sat, 30 Sep 2017 23:58:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UNw0GU019803; Sat, 30 Sep 2017 23:58:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709302358.v8UNw0GU019803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 30 Sep 2017 23:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451016 - in head/emulators: citra citra-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators: citra citra-qt5 X-SVN-Commit-Revision: 451016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 30 Sep 2017 23:58:01 -0000 Author: jbeich Date: Sat Sep 30 23:58:00 2017 New Revision: 451016 URL: https://svnweb.freebsd.org/changeset/ports/451016 Log: emulators/citra: enable web services (e.g., telemetry) cf. https://github.com/citra-emu/citra/pull/2683 Modified: head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra-qt5/Makefile ============================================================================== --- head/emulators/citra-qt5/Makefile Sat Sep 30 23:20:05 2017 (r451015) +++ head/emulators/citra-qt5/Makefile Sat Sep 30 23:58:00 2017 (r451016) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Sep 30 23:20:05 2017 (r451015) +++ head/emulators/citra/Makefile Sat Sep 30 23:58:00 2017 (r451016) @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20170930 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -39,14 +39,19 @@ GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/ USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags USE_SDL= sdl2 -CMAKE_ARGS= -DENABLE_WEB_SERVICE=off # XXX unbundle curl-7.52.1 CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 +OPTIONS_DEFINE= CURL +OPTIONS_DEFAULT=CURL OPTIONS_MULTI= GUI OPTIONS_MULTI_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI} + +CURL_GH_TUPLE= whoshuu:cpr:1.3.0-12-gb5758fb:cpr/externals/cpr +CURL_LIB_DEPENDS=libcurl.so:ftp/curl +CURL_CMAKE_BOOL=ENABLE_WEB_SERVICE USE_SYSTEM_CURL SDL_CMAKE_BOOL= ENABLE_SDL2 SDL_PLIST_FILES=bin/${PORTNAME} \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Sat Sep 30 23:20:05 2017 (r451015) +++ head/emulators/citra/distinfo Sat Sep 30 23:58:00 2017 (r451016) @@ -19,3 +19,5 @@ SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364 SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342 SHA256 (weidai11-cryptopp-CRYPTOPP_5_6_5-610-g24bc2b8_GH0.tar.gz) = 9f3f59538ba0515307e142ab404d65270da709aa3ac906770ec658e47a277ec2 SIZE (weidai11-cryptopp-CRYPTOPP_5_6_5-610-g24bc2b8_GH0.tar.gz) = 7008104 +SHA256 (whoshuu-cpr-1.3.0-12-gb5758fb_GH0.tar.gz) = 84ea509dc08766d7182b867b78ba6dd16f3352d85b18b0654661079b8617dae4 +SIZE (whoshuu-cpr-1.3.0-12-gb5758fb_GH0.tar.gz) = 34100