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: ,