From owner-svn-ports-all@freebsd.org Sun Mar 26 00:21:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393CED1EFAC for ; Sun, 26 Mar 2017 00:21:31 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ot0-x229.google.com (mail-ot0-x229.google.com [IPv6:2607:f8b0:4003:c0f::229]) (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 F1E54BAC for ; Sun, 26 Mar 2017 00:21:30 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-ot0-x229.google.com with SMTP id y88so12463255ota.2 for ; Sat, 25 Mar 2017 17:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bat-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=wQxoz8pXfee1GQ+66XzCWK1IV1SBFB7M4Gc3nJ5/mJU=; b=iwNkJG2LbaRUX8ktyFQ6QJmWRGUcOal3qZbpnvU92nlZaxlqsGjsRtflZ4QCdstQwq 9DiPJSXZQqAT3tcfFup9NeXYKwJKD4OHlmJepAx/RueUcsgyJBhvpua8qVREA2cTM4sR A8QNE4tU3Fkb2iX38GLAn8okiuQnXnNAjOU2x+SkYHYJ1mtLES/twpFf22R35eznfBBa 8Ods0ailR8xB2v973HdsX9FPlcHi4VIQ11adyTAZd95+Xv08HhvJZC9rTD1ehKhhbEbd /HEPYLnWL/UBmVp4N2psOkkiGZFhnpaicpnsvGPaVguz8ETVPhnUN0TZ8hgddje7U5zt OXLw== 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=wQxoz8pXfee1GQ+66XzCWK1IV1SBFB7M4Gc3nJ5/mJU=; b=cevbzhq+gGvUGl80TyWOwEiumyQO817z44ZxXy+iE80IWpiGnDg8Tu4OpbnRsW2hN6 r4IMjl2q0sDv5uGbKwPJ4Iq7TDTQqirHKSWRihuhUjC4ilPe/yeK+1YZcocrRgiGU0pK nu5+pThrFjUf3eYSWpTgEF8wN5xKNcLivLkWfjX78goOSlufE3AV+xLzPLXHwhgyEhVe iAHomEORL09pZuM6QI7/zs+noqkVNRRj58aIV7t2D2uzbcuP6gu+GBamP/S0/gk7xIPG MzJqvMNoMXJ0FWkZwTwt00FjnMkaZ88pTwIrtiQGM9MsnlmbWGJVwRFck7jXz1tY/7f1 NsZg== X-Gm-Message-State: AFeK/H3NGjinXaffT9p6Ed2LWO3Dl975FytZDx3jHP4vGChsV2JQLXk1CdxklxUL5bTAjxRXnvggj1roybvYHOZA X-Received: by 10.157.0.8 with SMTP id 8mr7342364ota.107.1490487690263; Sat, 25 Mar 2017 17:21:30 -0700 (PDT) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.202.186.7 with HTTP; Sat, 25 Mar 2017 17:21:09 -0700 (PDT) In-Reply-To: <201703252049.v2PKn0od078222@repo.freebsd.org> References: <201703252049.v2PKn0od078222@repo.freebsd.org> From: "Timur I. Bakeyev" Date: Sun, 26 Mar 2017 01:21:09 +0100 X-Google-Sender-Auth: blkiVGwNXlescz_XgGlMxT9y8LA Message-ID: Subject: Re: svn commit: r436917 - head/devel/p5-Parse-Pidl To: "ports-committers@freebsd.org" , svn-ports-all , svn-ports-head Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 00:21:31 -0000 It turns out that Pidl from 4.6 breaks compilation of 4.5 and 4.4. So, I'm going to deprecate this one in favour of bundled version. Libmapi will need to deal with that somehow, but as it requires samba41/42 now it shouldn't be a big issue anyhow... On Sat, Mar 25, 2017 at 9:49 PM, Timur I. Bakeyev wrote: > Author: timur > Date: Sat Mar 25 20:49:00 2017 > New Revision: 436917 > URL: https://svnweb.freebsd.org/changeset/ports/436917 > > Log: > Use most recent version of the Pidl code by default, as build cluster > doesn't set /etc/make.conf > > Modified: > head/devel/p5-Parse-Pidl/Makefile > > Modified: head/devel/p5-Parse-Pidl/Makefile > ============================================================ > ================== > --- head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 20:46:10 2017 > (r436916) > +++ head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 20:49:00 2017 > (r436917) > @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > > CONFLICTS= > > -SAMBA4_PORT?= net/samba44 > +SAMBA4_PORT?= net/samba46 > SAMBA4_SUBPORT= yes > > MASTERDIR= ${.CURDIR}/../../${SAMBA4_PORT} > > From owner-svn-ports-all@freebsd.org Sun Mar 26 00:24:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 833CCD12048 for ; Sun, 26 Mar 2017 00:24:00 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4052CF17 for ; Sun, 26 Mar 2017 00:24:00 +0000 (UTC) (envelope-from timur@bat.ru) Received: by mail-oi0-x22c.google.com with SMTP id r203so9698836oib.3 for ; Sat, 25 Mar 2017 17:24:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=com-bat-ru.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8uRX6kUlsds8tiiws0xwTD2KiAiKFLawBhFC2L5N7q8=; b=udE0k+6ejQ1RhYKFoU3N64UR7tTn0P1SjQ+rbd1sNTz0Hfcb4joSeU8pm+uyhh43qv mWCaBoS/qjQb2uOHPu9DJj4sCf7E+AK2GcVuzwBp43xTAL+ub06Gg7+OElZDzB49+MJu R6kLkCGB9cSHAV0PAvMBOnX7g2CTfmosSa0zBXdN/EZgXGRYBBlF3L1t9CHr65x3EWpJ 1To1Bp6lnGmzXF8y1PrHYiarZ7KWYTRHQrCzL2BYZPufulyJqfOAyh+c2yHmxg2SUYkq FopYDUA4EFmFnGz5rQMeLu6lIYK72C79gN1fP19eVUlZ+FpfxcK5M/hokSXfPhWOX5Wb RowQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8uRX6kUlsds8tiiws0xwTD2KiAiKFLawBhFC2L5N7q8=; b=du9GPQXPImdYfJgdXp3yScO3J+fSXUE01JfMEe5iIGIYtRqUAjSKVPV+M6Jy14Pg/K w/UlOf69Wcs6ltPFf+Gh03cDhEqLjsyCWN8KGrOKyVM+EvD1Mc4GBQyX2qldGCqff0sM 13lsyozwiMEm1ZILmzcwKvoyu80jdmmhKobjKaDzzWffDj8vXdnxtHz0ZZ7OopecrF6F 5pYKtEulK27cPOmfoL2Tq4yW+HfuUfftSrmRDEz9kRWoNI2GgXFq5M/73r9BD9umctB7 jcxg0cdhwYCQSNa6mJy7lryaVML5gYojLe+NYftB3iYQ9hzoutehU+QwwsNNiTIhviQq D1nw== X-Gm-Message-State: AFeK/H1DcnneC9aMf02OF1+AkSlFQJZTvIWCRd+pxwLwXcO5qaFGfZ8ehnttNC9Oh0VSHAaBt9ldEB1yPAbbyw/T X-Received: by 10.202.66.198 with SMTP id p189mr8649490oia.36.1490487839558; Sat, 25 Mar 2017 17:23:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.186.7 with HTTP; Sat, 25 Mar 2017 17:23:38 -0700 (PDT) In-Reply-To: <201703252334.v2PNYbZi047306@repo.freebsd.org> References: <201703252334.v2PNYbZi047306@repo.freebsd.org> From: "Timur I. Bakeyev" Date: Sun, 26 Mar 2017 01:23:38 +0100 Message-ID: Subject: Re: svn commit: r436924 - in head: devel devel/p5-Parse-Pidl44 net/samba42 net/samba43 net/samba44 To: Antoine Brodin Cc: "ports-committers@freebsd.org" , svn-ports-all , svn-ports-head Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 00:24:00 -0000 I'd rather get rid of standalone version and rely on the bundled one for at least samba45/46. So, this one should be redundant and p5-Parse-Pidl should be defaulted to net/samba44. On Sun, Mar 26, 2017 at 12:34 AM, Antoine Brodin wrote: > Author: antoine > Date: Sat Mar 25 23:34:37 2017 > New Revision: 436924 > URL: https://svnweb.freebsd.org/changeset/ports/436924 > > Log: > Add devel/p5-Parse-Pidl44, based on samba44 sources to allow building > net/samba{42,43,44} > > Added: > head/devel/p5-Parse-Pidl44/ > - copied from r436923, head/devel/p5-Parse-Pidl/ > Modified: > head/devel/Makefile > head/devel/p5-Parse-Pidl44/Makefile > head/net/samba42/Makefile > head/net/samba43/Makefile > head/net/samba44/Makefile > > Modified: head/devel/Makefile > ============================================================ > ================== > --- head/devel/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/devel/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -3024,6 +3024,7 @@ > SUBDIR += p5-Parse-PMFile > SUBDIR += p5-Parse-PerlConfig > SUBDIR += p5-Parse-Pidl > + SUBDIR += p5-Parse-Pidl44 > SUBDIR += p5-Parse-PlainConfig > SUBDIR += p5-Parse-RecDescent > SUBDIR += p5-Parse-Win32Registry > > Modified: head/devel/p5-Parse-Pidl44/Makefile > ============================================================ > ================== > --- head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 23:25:25 2017 > (r436923) > +++ head/devel/p5-Parse-Pidl44/Makefile Sat Mar 25 23:34:37 2017 > (r436924) > @@ -6,7 +6,7 @@ PORTREVISION= 0 > PORTEPOCH= 0 > CATEGORIES= devel perl5 > PKGNAMEPREFIX= p5- > -PKGNAMESUFFIX= > +PKGNAMESUFFIX= 44 > > COMMENT= IDL compiler written in Perl > > @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > > CONFLICTS= > > -SAMBA4_PORT?= net/samba46 > +SAMBA4_PORT= net/samba44 > SAMBA4_SUBPORT= yes > > MASTERDIR= ${.CURDIR}/../../${SAMBA4_PORT} > > Modified: head/net/samba42/Makefile > ============================================================ > ================== > --- head/net/samba42/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba42/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -84,7 +84,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.0.0:devel/ > p5-Parse-Pidl44 > # > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > > Modified: head/net/samba43/Makefile > ============================================================ > ================== > --- head/net/samba43/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba43/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -84,7 +84,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.3.1:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.3.1:devel/ > p5-Parse-Pidl44 > # > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > > Modified: head/net/samba44/Makefile > ============================================================ > ================== > --- head/net/samba44/Makefile Sat Mar 25 23:25:25 2017 (r436923) > +++ head/net/samba44/Makefile Sat Mar 25 23:34:37 2017 (r436924) > @@ -85,7 +85,7 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archi > RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive > # External Samba dependencies > # IDL compiler > -BUILD_DEPENDS+= p5-Parse-Pidl>=4.3.1:devel/p5-Parse-Pidl > +BUILD_DEPENDS+= p5-Parse-Pidl44>=4.3.1:devel/ > p5-Parse-Pidl44 > # External Python modules > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX} > dnspython>=1.9.4:dns/py-dnspython > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py- > dnspython > > From owner-svn-ports-all@freebsd.org Sun Mar 26 00:53:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D27FD129A3; Sun, 26 Mar 2017 00:53:56 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9651D3F; Sun, 26 Mar 2017 00:53:56 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q0rtVX080456; Sun, 26 Mar 2017 00:53:55 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q0rtwB080454; Sun, 26 Mar 2017 00:53:55 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201703260053.v2Q0rtwB080454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sun, 26 Mar 2017 00:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436926 - in head/net: samba45 samba45/files samba45/files/man samba46 samba46/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 00:53:56 -0000 Author: timur Date: Sun Mar 26 00:53:55 2017 New Revision: 436926 URL: https://svnweb.freebsd.org/changeset/ports/436926 Log: Eliminate use of external p5-Parse-Pidl, as 4.4-, 4.5 and 4.6 are incompatiable in the output cross the Samba versions. Deleted: head/net/samba45/files/man/idmap_script.8 head/net/samba45/files/patch-buildtools__wafsamba__samba_pidl.py head/net/samba45/files/patch-wscript head/net/samba45/files/patch-wscript_build head/net/samba46/files/patch-buildtools__wafsamba__samba_pidl.py head/net/samba46/files/patch-wscript head/net/samba46/files/patch-wscript_build Modified: head/net/samba45/Makefile head/net/samba46/Makefile Modified: head/net/samba45/Makefile ============================================================================== --- head/net/samba45/Makefile Sat Mar 25 23:37:05 2017 (r436925) +++ head/net/samba45/Makefile Sun Mar 26 00:53:55 2017 (r436926) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}45 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -13,7 +13,7 @@ COMMENT?= Free SMB/CIFS and AD/DC serv LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-46]-4.* +CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-46]-4.* p5-Parse-Pidl-4.* #EXTRA_PATCHES= ${PATCHDIR}/extra-patch-security:-p1 @@ -119,9 +119,9 @@ LIB_DEPENDS+= libsunacl.so:sysutils/li BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive # External Samba dependencies -# IDL compiler -BUILD_DEPENDS+= p5-Parse-Pidl>=4.5.0:devel/p5-Parse-Pidl -PLIST_SUB+= PIDL="@comment " +# Needed for IDL compiler +BUILD_DEPENDS+= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp +PLIST_SUB+= PIDL="" # External Python modules BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython @@ -165,8 +165,7 @@ BIND910_RUN_DEPENDS= bind910>=9.10.0.0: BIND911_RUN_DEPENDS= bind911>=9.11.0.0:dns/bind911 NSUPDATE_RUN_DEPENDS= samba-nsupdate:dns/samba-nsupdate -DEBUG_CONFIGURE_ENABLE= debug -DEBUG_CONFIGURE_ON= --verbose +DEBUG_CONFIGURE_ON= --verbose --enable-debug DEBUG_MAKE_ARGS= --verbose DEBUG_VARS= WITH_DEBUG=yes @@ -308,7 +307,7 @@ SAMBA_MAN5+= lmhosts.5 smbgetrc.5 smbp SAMBA_MAN7+= samba.7 winbind_krb5_locator.7 SAMBA_MAN8+= cifsdd.8 eventlogadm.8 idmap_ad.8 idmap_autorid.8 idmap_hash.8 \ - idmap_ldap.8 idmap_nss.8 idmap_rfc2307.8 idmap_rid.8 \ + idmap_ldap.8 idmap_nss.8 idmap_rfc2307.8 idmap_rid.8 idmap_script.8 \ idmap_tdb.8 idmap_tdb2.8 net.8 nmbd.8 pam_winbind.8 pdbedit.8 \ samba-regedit.8 samba-tool.8 samba.8 smbd.8 smbpasswd.8 \ smbspool_krb5_wrapper.8 smbspool.8 smbta-util.8 vfs_acl_tdb.8 vfs_acl_xattr.8 \ @@ -330,13 +329,12 @@ PORTDOCS= README.FreeBSD IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-extract: - @${RM} -r ${WRKSRC}/pidl + @${RM} -r ${WRKSRC}/pidl/lib/Parse/Yapp post-patch: @${REINPLACE_CMD} -e 's|$${PKGCONFIGDIR}|${PKGCONFIGDIR}|g' \ ${PATCH_WRKSRC}/buildtools/wafsamba/pkgconfig.py @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/buildtools/wafsamba/samba_pidl.py \ ${PATCH_WRKSRC}/buildtools/wafsamba/wafsamba.py @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh @@ -364,8 +362,7 @@ pre-build-MANPAGES-off: source4/torture/man/masktest.1 \ source4/torture/man/smbtorture.1 \ source4/utils/man/ntlm_auth4.1 \ - source4/utils/man/oLschema2ldif.1 \ - docs-xml/manpages/idmap_script.8 + source4/utils/man/oLschema2ldif.1 -@${MKDIR} `dirname ${BUILD_WRKSRC}/bin/default/${man}` ${INSTALL_MAN} ${FILESDIR}/man/`basename ${man}` ${BUILD_WRKSRC}/bin/default/${man} .endfor Modified: head/net/samba46/Makefile ============================================================================== --- head/net/samba46/Makefile Sat Mar 25 23:37:05 2017 (r436925) +++ head/net/samba46/Makefile Sun Mar 26 00:53:55 2017 (r436926) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}46 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -13,7 +13,7 @@ COMMENT?= Free SMB/CIFS and AD/DC serv LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-5]-4.* +CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-5]-4.* p5-Parse-Pidl-4.* #EXTRA_PATCHES= ${PATCHDIR}/extra-patch-security:-p1 @@ -119,9 +119,9 @@ LIB_DEPENDS+= libsunacl.so:sysutils/li BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive # External Samba dependencies -# IDL compiler -BUILD_DEPENDS+= p5-Parse-Pidl>=4.6.0:devel/p5-Parse-Pidl -PLIST_SUB+= PIDL="@comment " +# Needed for IDL compiler +BUILD_DEPENDS+= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp +PLIST_SUB+= PIDL="" # External Python modules BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython @@ -329,13 +329,12 @@ PORTDOCS= README.FreeBSD IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-extract: - @${RM} -r ${WRKSRC}/pidl + @${RM} -r ${WRKSRC}/pidl/lib/Parse/Yapp post-patch: @${REINPLACE_CMD} -e 's|$${PKGCONFIGDIR}|${PKGCONFIGDIR}|g' \ ${PATCH_WRKSRC}/buildtools/wafsamba/pkgconfig.py @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/buildtools/wafsamba/samba_pidl.py \ ${PATCH_WRKSRC}/buildtools/wafsamba/wafsamba.py @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh From owner-svn-ports-all@freebsd.org Sun Mar 26 01:04:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D10D1D12DD4; Sun, 26 Mar 2017 01:04: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 A901415EE; Sun, 26 Mar 2017 01:04:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q14DIk084739; Sun, 26 Mar 2017 01:04:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q14D8p084733; Sun, 26 Mar 2017 01:04:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703260104.v2Q14D8p084733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Mar 2017 01:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436927 - in branches/2017Q1/audio/oss: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 01:04:14 -0000 Author: jbeich Date: Sun Mar 26 01:04:13 2017 New Revision: 436927 URL: https://svnweb.freebsd.org/changeset/ports/436927 Log: MFH: r436874 audio/oss: update to 4.2.b2017 (maintenance release) - Add a note about origin to avoid users from Linux blaming FreeBSD for 4Front's bugs and vice versa - Disable SSE on amd64 to avoid kernel panic[1] Changes: http://opensound.com/forum/viewtopic.php?f=19&t=5841 PR: 212263 Submitted by: Jakub Adler [1] Approved by: ports-secteam (junovitch) Added: branches/2017Q1/audio/oss/files/patch-setup_srcconf__freebsd.inc - copied unchanged from r436874, head/audio/oss/files/patch-setup_srcconf__freebsd.inc Modified: branches/2017Q1/audio/oss/Makefile branches/2017Q1/audio/oss/distinfo branches/2017Q1/audio/oss/pkg-descr branches/2017Q1/audio/oss/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/oss/Makefile ============================================================================== --- branches/2017Q1/audio/oss/Makefile Sun Mar 26 00:53:55 2017 (r436926) +++ branches/2017Q1/audio/oss/Makefile Sun Mar 26 01:04:13 2017 (r436927) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= oss -DISTVERSION= 4.2-build2011 +DISTVERSION= 4.2-build2017 CATEGORIES= audio MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd MAINTAINER= ports@FreeBSD.org -COMMENT= Open Sound System +COMMENT= Open Sound System from 4Front Technologies LICENSE= BSD2CLAUSE Modified: branches/2017Q1/audio/oss/distinfo ============================================================================== --- branches/2017Q1/audio/oss/distinfo Sun Mar 26 00:53:55 2017 (r436926) +++ branches/2017Q1/audio/oss/distinfo Sun Mar 26 01:04:13 2017 (r436927) @@ -1,2 +1,3 @@ -SHA256 (oss-v4.2-build2011-src-bsd.tar.bz2) = 65ba999222d7250242c23d6d13e98dc39d3157c14acc32691d8aa9678ccedbbc -SIZE (oss-v4.2-build2011-src-bsd.tar.bz2) = 1628950 +TIMESTAMP = 1486110185 +SHA256 (oss-v4.2-build2017-src-bsd.tar.bz2) = 8ef2b1b964719b4c356de234d4b28832302027dc23bf636820be1afe1b099972 +SIZE (oss-v4.2-build2017-src-bsd.tar.bz2) = 1714709 Copied: branches/2017Q1/audio/oss/files/patch-setup_srcconf__freebsd.inc (from r436874, head/audio/oss/files/patch-setup_srcconf__freebsd.inc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/audio/oss/files/patch-setup_srcconf__freebsd.inc Sun Mar 26 01:04:13 2017 (r436927, copy of r436874, head/audio/oss/files/patch-setup_srcconf__freebsd.inc) @@ -0,0 +1,10 @@ +--- setup/srcconf_freebsd.inc.orig 2014-02-14 22:59:55 UTC ++++ setup/srcconf_freebsd.inc +@@ -12,6 +12,6 @@ add_kernel_flags (FILE * f) + { + # if defined(__x86_64__) + fprintf (f, +- "CFLAGS += -O3 -fno-common -mcmodel=kernel -mno-red-zone -fno-asynchronous-unwind-tables -ffreestanding\n"); ++ "CFLAGS += -O3 -fno-common -mcmodel=kernel -mno-red-zone -fno-asynchronous-unwind-tables -ffreestanding -mno-sse\n"); + # endif + } Modified: branches/2017Q1/audio/oss/pkg-descr ============================================================================== --- branches/2017Q1/audio/oss/pkg-descr Sun Mar 26 00:53:55 2017 (r436926) +++ branches/2017Q1/audio/oss/pkg-descr Sun Mar 26 01:04:13 2017 (r436927) @@ -2,4 +2,7 @@ Open Sound System for FreeBSD is a audio a cross platform audio and MIDI API with device drivers for most consumer and professional PCI and USB audio devices. +Not to be confused with sound(4) which is a different implementation +with the same API. + WWW: http://opensound.com/ Modified: branches/2017Q1/audio/oss/pkg-plist ============================================================================== --- branches/2017Q1/audio/oss/pkg-plist Sun Mar 26 00:53:55 2017 (r436926) +++ branches/2017Q1/audio/oss/pkg-plist Sun Mar 26 01:04:13 2017 (r436927) @@ -29,6 +29,7 @@ lib/oss/conf/oss_ymf7xx.conf.sample lib/oss/conf/osscore.conf.sample lib/oss/etc/devices.list lib/oss/include/sys/soundcard.h +lib/oss/modules/lynxone.ko lib/oss/modules/oss_ali5455.ko lib/oss/modules/oss_atiaudio.ko lib/oss/modules/oss_audigyls.ko @@ -73,6 +74,7 @@ man/man1/osstest.1.gz man/man1/ossxmix.1.gz man/man1/soundoff.1.gz man/man1/soundon.1.gz +man/man7/lynxone.7.gz man/man7/oss_ali5455.7.gz man/man7/oss_atiaudio.7.gz man/man7/oss_audigyls.7.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 04:22:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A57AD19079; Sun, 26 Mar 2017 04:22:06 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172731786; Sun, 26 Mar 2017 04:22:06 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4M5KX066668; Sun, 26 Mar 2017 04:22:05 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4M5QL066667; Sun, 26 Mar 2017 04:22:05 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260422.v2Q4M5QL066667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436928 - head/sysutils/py3-iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:22:06 -0000 Author: araujo Date: Sun Mar 26 04:22:04 2017 New Revision: 436928 URL: https://svnweb.freebsd.org/changeset/ports/436928 Log: - Take maintainership by Brandon's request. Approved by: Brandon (maintainer) Modified: head/sysutils/py3-iocage/Makefile Modified: head/sysutils/py3-iocage/Makefile ============================================================================== --- head/sysutils/py3-iocage/Makefile Sun Mar 26 01:04:13 2017 (r436927) +++ head/sysutils/py3-iocage/Makefile Sun Mar 26 04:22:04 2017 (r436928) @@ -5,7 +5,7 @@ PORTVERSION= 0.9.7 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= brandon@ixsystems.com +MAINTAINER= araujo@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 LICENSE= BSD2CLAUSE From owner-svn-ports-all@freebsd.org Sun Mar 26 04:48:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27560D1952F; Sun, 26 Mar 2017 04:48:24 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBC3D1F11; Sun, 26 Mar 2017 04:48:23 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4mNFq075326; Sun, 26 Mar 2017 04:48:23 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4mMmN075322; Sun, 26 Mar 2017 04:48:22 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260448.v2Q4mMmN075322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436929 - in head/devel/bglibs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:48:24 -0000 Author: araujo Date: Sun Mar 26 04:48:22 2017 New Revision: 436929 URL: https://svnweb.freebsd.org/changeset/ports/436929 Log: - Update to 2.03. - Take maintainership. Modified: head/devel/bglibs/Makefile head/devel/bglibs/distinfo head/devel/bglibs/files/patch-Makefile head/devel/bglibs/pkg-plist Modified: head/devel/bglibs/Makefile ============================================================================== --- head/devel/bglibs/Makefile Sun Mar 26 04:22:04 2017 (r436928) +++ head/devel/bglibs/Makefile Sun Mar 26 04:48:22 2017 (r436929) @@ -2,14 +2,12 @@ # $FreeBSD$ PORTNAME= bglibs -PORTVERSION= 1.106 -PORTREVISION= 6 -PORTEPOCH= 1 +PORTVERSION= 2.03 CATEGORIES= devel MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ http://untroubled.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= One stop library package by Bruce Guenter LICENSE= LGPL21+ Modified: head/devel/bglibs/distinfo ============================================================================== --- head/devel/bglibs/distinfo Sun Mar 26 04:22:04 2017 (r436928) +++ head/devel/bglibs/distinfo Sun Mar 26 04:48:22 2017 (r436929) @@ -1,2 +1,3 @@ -SHA256 (bglibs-1.106.tar.gz) = 5c8ae51c2d88e58ff2fccc32d3000e88054d87fd69b6bfa6d0f70528e8538df0 -SIZE (bglibs-1.106.tar.gz) = 481564 +TIMESTAMP = 1490334968 +SHA256 (bglibs-2.03.tar.gz) = fcc80b2deef7819abc9c155c4f393f4fc51e73400139c1c78bbe3015f2b12739 +SIZE (bglibs-2.03.tar.gz) = 676188 Modified: head/devel/bglibs/files/patch-Makefile ============================================================================== --- head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:22:04 2017 (r436928) +++ head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:48:22 2017 (r436929) @@ -1,20 +1,40 @@ ---- Makefile.orig Wed Sep 20 13:44:49 2006 -+++ Makefile Wed Sep 20 13:45:05 2006 -@@ -126,7 +126,7 @@ adt/hashs.lo: libcompile adt/hashs.c adt - adt/hashs.o: compile adt/hashs.c adt/common.h - ./compile adt/hashs.c - --all: dotlibs sysdeps.h libraries bg-installer cli-generate selftests -+all: dotlibs sysdeps.h libraries bg-installer cli-generate - - base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h - ./libcompile base64/asc2bin.c -@@ -877,7 +877,7 @@ +--- Makefile.orig 2015-02-06 23:57:34 UTC ++++ Makefile +@@ -69,7 +69,7 @@ adt/hashb.lo adt/hashb.o: ltcompile adt/ + adt/hashs.lo adt/hashs.o: ltcompile adt/hashs.c include/bglibs/adt_common.h + ./ltcompile adt/hashs.c - perl-head.pl: - ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export PATH; \ +-all: sysdeps.h libraries programs man selftests ++all: sysdeps.h libraries programs man + + base64/asc2bin.lo base64/asc2bin.o: ltcompile base64/asc2bin.c include/bglibs/base64.h include/bglibs/str.h sysdeps.h + ./ltcompile base64/asc2bin.c +@@ -93,16 +93,16 @@ bg-installer: bg-installer.o ltload libb + ./ltload bg-installer libbg-cli.la libbg.la bg-installer-cli.o -lbg-cli -static + + bg-installer-cli.c: bg-installer.cli cli-generate sysdeps.h +- ./cli-generate -c $< >$@ ++ ./cli-generate -c bg-installer.cli >$@ + + bg-installer-cli.h: bg-installer.cli cli-generate +- ./cli-generate -h $< >$@ ++ ./cli-generate -h bg-installer.cli >$@ + + bg-installer-cli.o: compile bg-installer-cli.c + ./compile bg-installer-cli.c + + bg-installer.1: bg-installer.cli cli-generate +- ./cli-generate -m $< >$@ ++ ./cli-generate -m bg-installer.cli >$@ + + bg-installer.o: compile bg-installer.c sysdeps.h include/bglibs/cli.h include/bglibs/fmt.h include/bglibs/ibuf.h include/bglibs/iobuf_common.h include/bglibs/obuf.h sysdeps.h include/iobuf_common.h include/bglibs/iobuf.h include/ibuf.h include/obuf.h sysdeps.h include/bglibs/msg.h sysdeps.h include/bglibs/debug.h include/bglibs/wrap.h include/bglibs/path.h include/bglibs/str.h sysdeps.h include/str.h sysdeps.h include/bglibs/striter.h bg-installer-cli.h + ./compile bg-installer.c +@@ -864,7 +864,7 @@ path/mktemp.lo path/mktemp.o: ltcompile + + perl-head.pl: + ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export PATH; \ - perl=`which perl`; \ + perl=`which perl` || perl="/usr/local/bin/perl"; \ - echo "#! $$perl"; \ - echo "# WARNING: This file was auto-generated. Do not edit!"; \ - echo ) >perl-head.pl + echo "#! $$perl"; \ + echo "# WARNING: This file was auto-generated. Do not edit!"; \ + echo ) >perl-head.pl Modified: head/devel/bglibs/pkg-plist ============================================================================== --- head/devel/bglibs/pkg-plist Sun Mar 26 04:22:04 2017 (r436928) +++ head/devel/bglibs/pkg-plist Sun Mar 26 04:48:22 2017 (r436929) @@ -1,182 +1,144 @@ bin/bg-installer bin/cli-generate bin/crc-gentab -include/bglibs/adt/common.h -include/bglibs/adt/ghash.h -include/bglibs/adt/gqueue.h -include/bglibs/adt/gstack.h -include/bglibs/base64/base64.h -include/bglibs/cdb/cdb.h -include/bglibs/cdb/make.h -include/bglibs/cdb/str.h -include/bglibs/cli/cli.h -include/bglibs/crc/crc16_arc.h -include/bglibs/crc/crc16_ccitt.h -include/bglibs/crc/crc16_xmodem.h -include/bglibs/crc/crc32.h -include/bglibs/crc/crc32c.h -include/bglibs/crc/crc64.h -include/bglibs/crc/gcrc.h -include/bglibs/crypto/hmac.h -include/bglibs/crypto/md5.h -include/bglibs/crypto/sha1.h -include/bglibs/crypto/sha256.h -include/bglibs/crypto/sha384.h -include/bglibs/crypto/sha512.h -include/bglibs/crypto/surf.h -include/bglibs/crypto/surfrand.h -include/bglibs/dict/dict.h -include/bglibs/dict/load.h -include/bglibs/fmt/number.h -include/bglibs/fmt/misc.h -include/bglibs/fmt/multi.h -include/bglibs/installer.h -include/bglibs/iobuf/common.h -include/bglibs/iobuf/ibuf.h -include/bglibs/iobuf/iobuf.h -include/bglibs/iobuf/obuf.h -include/bglibs/misc/misc.h -include/bglibs/misc/ucspi.h -include/bglibs/msg/debug.h -include/bglibs/msg/msg.h -include/bglibs/msg/wrap.h -include/bglibs/net/ipv4.h -include/bglibs/net/ipv6.h -include/bglibs/net/resolve.h -include/bglibs/net/socket.h -include/bglibs/path/path.h +include/bglibs/bglibs/adt_common.h +include/bglibs/bglibs/base64.h +include/bglibs/bglibs/cdb.h +include/bglibs/bglibs/cli.h +include/bglibs/bglibs/crc16_arc.h +include/bglibs/bglibs/crc16_ccitt.h +include/bglibs/bglibs/crc16_xmodem.h +include/bglibs/bglibs/crc32.h +include/bglibs/bglibs/crc32c.h +include/bglibs/bglibs/crc64.h +include/bglibs/bglibs/debug.h +include/bglibs/bglibs/dict.h +include/bglibs/bglibs/dns.h +include/bglibs/bglibs/envstr.h +include/bglibs/bglibs/fmt.h +include/bglibs/bglibs/gcrc.h +include/bglibs/bglibs/ghash.h +include/bglibs/bglibs/gqueue.h +include/bglibs/bglibs/gstack.h +include/bglibs/bglibs/hmac.h +include/bglibs/bglibs/ibuf.h +include/bglibs/bglibs/iobuf.h +include/bglibs/bglibs/iobuf_common.h +include/bglibs/bglibs/ipv4.h +include/bglibs/bglibs/ipv6.h +include/bglibs/bglibs/md4.h +include/bglibs/bglibs/md5.h +include/bglibs/bglibs/misc.h +include/bglibs/bglibs/msg.h +include/bglibs/bglibs/obuf.h +include/bglibs/bglibs/path.h +include/bglibs/bglibs/resolve.h +include/bglibs/bglibs/selfpipe.h +include/bglibs/bglibs/sha1.h +include/bglibs/bglibs/sha256.h +include/bglibs/bglibs/sha384.h +include/bglibs/bglibs/sha512.h +include/bglibs/bglibs/sig.h +include/bglibs/bglibs/signalfd.h +include/bglibs/bglibs/socket.h +include/bglibs/bglibs/str.h +include/bglibs/bglibs/striter.h +include/bglibs/bglibs/surf.h +include/bglibs/bglibs/surfrand.h +include/bglibs/bglibs/sysdeps.h +include/bglibs/bglibs/systime.h +include/bglibs/bglibs/trigger.h +include/bglibs/bglibs/ucspi.h +include/bglibs/bglibs/uint16.h +include/bglibs/bglibs/uint32.h +include/bglibs/bglibs/uint64.h +include/bglibs/bglibs/uintnn.h +include/bglibs/bglibs/unix.h +include/bglibs/bglibs/wrap.h include/bglibs/pwcmp/client.h include/bglibs/pwcmp/hex.h include/bglibs/pwcmp/module.h -include/bglibs/str/env.h -include/bglibs/str/iter.h -include/bglibs/str/str.h -include/bglibs/sysdeps.h -include/bglibs/systime.h -include/bglibs/uint16.h -include/bglibs/uint32.h -include/bglibs/uint64.h -include/bglibs/uintnn.h -include/bglibs/unix/cloexec.h -include/bglibs/unix/fcntl.h -include/bglibs/unix/nonblock.h -include/bglibs/unix/selfpipe.h -include/bglibs/unix/sig.h -include/bglibs/unix/signalfd.h -include/bglibs/unix/trigger.h include/bglibs/vmailmgr/client.h include/bglibs/vmailmgr/vpwentry.h -lib/bglibs/base64/base64.a -lib/bglibs/cdb/cdb.a -lib/bglibs/cdb/make.a -lib/bglibs/cdb/str.a -lib/bglibs/cli/cli.a -lib/bglibs/crypt.lib -lib/bglibs/crypto/md5.a -lib/bglibs/crypto/sha1.a -lib/bglibs/crypto/sha256.a -lib/bglibs/crypto/sha512a.a -lib/bglibs/dict/dict.a -lib/bglibs/dict/load.a -lib/bglibs/dl.lib -lib/bglibs/iobuf/iobuf.a -lib/bglibs/iobuf/str.a -lib/bglibs/libbg-adt.a -lib/bglibs/libbg-base64.a -lib/bglibs/libbg-cdb.a lib/bglibs/libbg-cli.a -lib/bglibs/libbg-crc.a -lib/bglibs/libbg-crypto.a -lib/bglibs/libbg-dict.a -lib/bglibs/libbg-fmt.a -lib/bglibs/libbg-installer.a -lib/bglibs/libbg-instcheck.a -lib/bglibs/libbg-instshow.a -lib/bglibs/libbg-iobuf.a -lib/bglibs/libbg-misc.a -lib/bglibs/libbg-msg.a -lib/bglibs/libbg-net.a -lib/bglibs/libbg-path.a -lib/bglibs/libbg-str.a -lib/bglibs/libbg-sysdeps.a -lib/bglibs/libbg-sysdeps.so -lib/bglibs/libbg-sysdeps.so.1 -lib/bglibs/libbg-sysdeps.so.1.1.1 -lib/bglibs/libbg-unix.a lib/bglibs/libbg.a lib/bglibs/libbg.so -lib/bglibs/libbg.so.1 -lib/bglibs/libbg.so.1.1.1 -lib/bglibs/libinstaller.a -lib/bglibs/libinstcheck.a -lib/bglibs/libinstshow.a +lib/bglibs/libbg.so.2 +lib/bglibs/libbg.so.2.0.0 lib/bglibs/libpwcmp-module.a lib/bglibs/libpwcmp.a -lib/bglibs/libsysdeps.a lib/bglibs/libvmailmgr.a -lib/bglibs/m.lib -lib/bglibs/misc/misc.a -lib/bglibs/msg/msg.a -lib/bglibs/msg/wrap.a -lib/bglibs/net.lib -lib/bglibs/net/ipv4.a -lib/bglibs/net/resolve.a -lib/bglibs/net/socket.a -lib/bglibs/path/path.a -lib/bglibs/pwcmp/client.a -lib/bglibs/pwcmp/hex.a -lib/bglibs/pwcmp/module.a -lib/bglibs/rt.lib -lib/bglibs/s.lib -lib/bglibs/shadow.lib -lib/bglibs/socket.lib -lib/bglibs/str/iter.a -lib/bglibs/str/str.a -lib/bglibs/unix/nonblock.a -lib/bglibs/unix/sig.a -lib/bglibs/vmailmgr/client.a -lib/bglibs/vmailmgr/vpwentry.a -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/adt_2common_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash__test_8c-example.html -%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue__test_8c-example.html -%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack__test_8c-example.html +libdata/ldconfig/bglibs +%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash_test_8c-example.html +%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue_test_8c-example.html +%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack_test_8c-example.html +%%PORTDOCS%%%%DOCSDIR%%/adt__common_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/base64_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/cdb_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes.html -%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/cli_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/closed.png +%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc16__arc_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc16__ccitt_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc16__xmodem_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc32_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc32c_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/crc64_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/debug_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/deprecated.html -%%PORTDOCS%%%%DOCSDIR%%/dir_201548bc8cd7b18da7ab15618d9a7744.html -%%PORTDOCS%%%%DOCSDIR%%/dir_28609d2f6b17322077df409bed0e8d02.html -%%PORTDOCS%%%%DOCSDIR%%/dir_3fb7bf5367cadb161b081662ce57c8a3.html -%%PORTDOCS%%%%DOCSDIR%%/dir_74e682a418f682a90c4a9d71beb28fdd.html -%%PORTDOCS%%%%DOCSDIR%%/dir_a2e2a6ddf2b9459cbc3be164f3c73476.html -%%PORTDOCS%%%%DOCSDIR%%/dir_b467e31085870d6887ee57c7b172ec7c.html -%%PORTDOCS%%%%DOCSDIR%%/dir_dd30a1940344e6186e300b1ab56c7d11.html -%%PORTDOCS%%%%DOCSDIR%%/dir_e79ee0b49666b683d4b4444c8b170e6b.html -%%PORTDOCS%%%%DOCSDIR%%/dir_f74869e8b4fdb609276034ecde8dfb36.html -%%PORTDOCS%%%%DOCSDIR%%/dirs.html +%%PORTDOCS%%%%DOCSDIR%%/dict_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/dir_427baa8a9a5be237f298d4545d0d1ce2.html +%%PORTDOCS%%%%DOCSDIR%%/dir_53403d93963d3f5d2fcffd0698f5bddb.html +%%PORTDOCS%%%%DOCSDIR%%/dir_7e9e3a9dba0f8bf2fb326009354b80c2.html +%%PORTDOCS%%%%DOCSDIR%%/dir_9ffb71a7992048c062aba831ce1b5b79.html +%%PORTDOCS%%%%DOCSDIR%%/dir_a8dbd272f2688e4af1ebe53563b7574a.html +%%PORTDOCS%%%%DOCSDIR%%/dir_b348de9074e53a33afe52e16e180f86e.html +%%PORTDOCS%%%%DOCSDIR%%/dir_c882bb6fa009938b7b09c7ff2cbfbf0e.html +%%PORTDOCS%%%%DOCSDIR%%/dir_d44c64559bbebec7f509842c48db8b23.html +%%PORTDOCS%%%%DOCSDIR%%/dir_f8ab57e0d469b48445b5dfd63bafd7af.html +%%PORTDOCS%%%%DOCSDIR%%/dns_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/doxygen.css %%PORTDOCS%%%%DOCSDIR%%/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/env_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/dynsections.js +%%PORTDOCS%%%%DOCSDIR%%/envstr_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/examples.html -%%PORTDOCS%%%%DOCSDIR%%/fcntl_8h-source.html %%PORTDOCS%%%%DOCSDIR%%/files.html +%%PORTDOCS%%%%DOCSDIR%%/fmt_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2vertline.png %%PORTDOCS%%%%DOCSDIR%%/functions.html %%PORTDOCS%%%%DOCSDIR%%/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/ghash_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/gcrc_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ghash_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/group__adt.html %%PORTDOCS%%%%DOCSDIR%%/group__adt__ghash.html %%PORTDOCS%%%%DOCSDIR%%/group__adt__gqueue.html %%PORTDOCS%%%%DOCSDIR%%/group__adt__gstack.html +%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html +%%PORTDOCS%%%%DOCSDIR%%/group__dns.html %%PORTDOCS%%%%DOCSDIR%%/group__envstr.html %%PORTDOCS%%%%DOCSDIR%%/group__fmt.html %%PORTDOCS%%%%DOCSDIR%%/group__ibuf.html -%%PORTDOCS%%%%DOCSDIR%%/group__installer.html -%%PORTDOCS%%%%DOCSDIR%%/group__instlib.html %%PORTDOCS%%%%DOCSDIR%%/group__iobuf.html %%PORTDOCS%%%%DOCSDIR%%/group__ipv4.html %%PORTDOCS%%%%DOCSDIR%%/group__ipv6.html @@ -184,63 +146,87 @@ lib/bglibs/vmailmgr/vpwentry.a %%PORTDOCS%%%%DOCSDIR%%/group__path.html %%PORTDOCS%%%%DOCSDIR%%/group__resolve.html %%PORTDOCS%%%%DOCSDIR%%/group__selfpipe.html +%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html %%PORTDOCS%%%%DOCSDIR%%/group__socket.html %%PORTDOCS%%%%DOCSDIR%%/group__str.html %%PORTDOCS%%%%DOCSDIR%%/group__striter.html +%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html %%PORTDOCS%%%%DOCSDIR%%/group__trigger.html -%%PORTDOCS%%%%DOCSDIR%%/gstack_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/gstack_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/hmac_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/installer_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/iobuf_2common_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/iter_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/misc_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/iobuf__common_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/md4_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/md5_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/misc_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/modules.html -%%PORTDOCS%%%%DOCSDIR%%/multi_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/number_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/obuf_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/msg_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/obuf_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/open.png %%PORTDOCS%%%%DOCSDIR%%/pages.html -%%PORTDOCS%%%%DOCSDIR%%/path_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/resolve_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/sig_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/socket_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/str_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/path_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/resolve_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sha1_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sha256_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sha384_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sha512_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sig_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/socket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/str_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/striter_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/structSHA1__CTX.html +%%PORTDOCS%%%%DOCSDIR%%/structSHA256__ctx.html +%%PORTDOCS%%%%DOCSDIR%%/structSHA512__ctx.html +%%PORTDOCS%%%%DOCSDIR%%/structcdb.html +%%PORTDOCS%%%%DOCSDIR%%/structcdb__make.html +%%PORTDOCS%%%%DOCSDIR%%/structcli__option.html +%%PORTDOCS%%%%DOCSDIR%%/structcli__stringlist.html +%%PORTDOCS%%%%DOCSDIR%%/structdict.html +%%PORTDOCS%%%%DOCSDIR%%/structdict__entry.html +%%PORTDOCS%%%%DOCSDIR%%/structdns__mx.html +%%PORTDOCS%%%%DOCSDIR%%/structdns__result.html +%%PORTDOCS%%%%DOCSDIR%%/structdns__transmit.html %%PORTDOCS%%%%DOCSDIR%%/structghash.html %%PORTDOCS%%%%DOCSDIR%%/structghashiter.html %%PORTDOCS%%%%DOCSDIR%%/structgqueue.html %%PORTDOCS%%%%DOCSDIR%%/structgqueue__node.html %%PORTDOCS%%%%DOCSDIR%%/structgstack.html %%PORTDOCS%%%%DOCSDIR%%/structgstack__node.html +%%PORTDOCS%%%%DOCSDIR%%/structhmac__control__block.html %%PORTDOCS%%%%DOCSDIR%%/structibuf.html %%PORTDOCS%%%%DOCSDIR%%/structiobuf.html %%PORTDOCS%%%%DOCSDIR%%/structipv4addr.html %%PORTDOCS%%%%DOCSDIR%%/structipv6addr.html +%%PORTDOCS%%%%DOCSDIR%%/structmd4__ctx.html +%%PORTDOCS%%%%DOCSDIR%%/structmd5__ctx.html %%PORTDOCS%%%%DOCSDIR%%/structobuf.html %%PORTDOCS%%%%DOCSDIR%%/structstr.html %%PORTDOCS%%%%DOCSDIR%%/structstr__sortentry.html %%PORTDOCS%%%%DOCSDIR%%/structstriter.html -%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/trigger_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html -%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html -%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html -%%PORTDOCS%%%%DOCSDIR%%/hmac_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/md4_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/md5_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/sha1_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/sha256_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/sha384_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/sha512_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h-source.html %%PORTDOCS%%%%DOCSDIR%%/structsurfrand.html -%%PORTDOCS%%%%DOCSDIR%%/surf_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/surf_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/trigger_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/ucspi_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/unix_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/wrap_8h_source.html +man/man1/bg-installer.1.gz man/man1/cli-generate.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 04:49:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FB59D195A2; Sun, 26 Mar 2017 04:49:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E20D1FFC; Sun, 26 Mar 2017 04:49:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4n2Xc075485; Sun, 26 Mar 2017 04:49:02 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4n2mU075482; Sun, 26 Mar 2017 04:49:02 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260449.v2Q4n2mU075482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436930 - in head/security/cvm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:49:03 -0000 Author: araujo Date: Sun Mar 26 04:49:02 2017 New Revision: 436930 URL: https://svnweb.freebsd.org/changeset/ports/436930 Log: - Update to 0.97. - Take maintainership. Modified: head/security/cvm/Makefile head/security/cvm/distinfo head/security/cvm/files/patch-Makefile Modified: head/security/cvm/Makefile ============================================================================== --- head/security/cvm/Makefile Sun Mar 26 04:48:22 2017 (r436929) +++ head/security/cvm/Makefile Sun Mar 26 04:49:02 2017 (r436930) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= cvm -PORTVERSION= 0.96 -PORTREVISION= 3 +PORTVERSION= 0.97 CATEGORIES= security MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Credential Validation Modules LICENSE= GPLv2 @@ -17,10 +16,10 @@ LIB_DEPENDS= libbg.so:devel/bglibs CONFLICTS= bglibs-1.00* -USES= libtool:build -USE_LDCONFIG= yes +USES= libtool:build localbase:ldflags BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs +USE_LDCONFIG= yes DOCS= NEWS README TODO *.html Modified: head/security/cvm/distinfo ============================================================================== --- head/security/cvm/distinfo Sun Mar 26 04:48:22 2017 (r436929) +++ head/security/cvm/distinfo Sun Mar 26 04:49:02 2017 (r436930) @@ -1,2 +1,3 @@ -SHA256 (cvm-0.96.tar.gz) = b85121b2f4b160b27c95705bd83a871675ed4b65b8bcb259a0877f37606224e9 -SIZE (cvm-0.96.tar.gz) = 127999 +TIMESTAMP = 1490355835 +SHA256 (cvm-0.97.tar.gz) = 82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47 +SIZE (cvm-0.97.tar.gz) = 127759 Modified: head/security/cvm/files/patch-Makefile ============================================================================== --- head/security/cvm/files/patch-Makefile Sun Mar 26 04:48:22 2017 (r436929) +++ head/security/cvm/files/patch-Makefile Sun Mar 26 04:49:02 2017 (r436930) @@ -1,6 +1,22 @@ ---- Makefile.orig 2010-01-21 23:51:26.000000000 +0100 -+++ Makefile 2014-08-21 05:42:52.000000000 +0200 -@@ -155,10 +155,10 @@ +--- Makefile.orig 2015-01-31 14:00:19 UTC ++++ Makefile +@@ -35,11 +35,12 @@ client_xfer_local.lo client_xfer_local.o + client_xfer_udp.lo client_xfer_udp.o: ltcompile client_xfer_udp.c v1client.h facts.h errors.h protocol.h + ./ltcompile client_xfer_udp.c + +-compile: conf-cc +- ( echo '#!/bin/sh'; \ ++compile: conf-cc conf-bgincs ++ ( bgincs=`head -n 1 conf-bgincs`; \ ++ echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -154,10 +155,10 @@ cvm-v1testclient.o: compile cvm-v1testcl ./compile cvm-v1testclient.c cvm-vchkpw: cvm-vchkpw.o ltload libcvm-module.la crypt.lib shadow.lib s.lib socket.lib @@ -12,8 +28,44 @@ + ./compile cvm-vchkpw.c `cat /usr/local/vpopmail/etc/inc_deps` cvm-vmailmgr: cvm-vmailmgr.o ltload vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la socket.lib crypt.lib - ./ltload cvm-vmailmgr vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la -lbg `cat socket.lib` `cat crypt.lib` -@@ -249,12 +249,12 @@ + ./ltload cvm-vmailmgr vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la -lbg -lvmailmgr `cat socket.lib` `cat crypt.lib` +@@ -221,36 +222,39 @@ libcvm-v2client.la: makeshlib v2client.l + + libraries: libcvm-module.la libcvm-v2client.la libcvm-local.la libcvm-command.la libcvm-v1client.la libcvm-udp.la libcvm-sql.la libcvm-sasl.la libcvm-qmail.la + +-load: conf-ld +- ( echo '#!/bin/sh';\ ++load: conf-ld conf-bglibs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. '-o "$$main" "$$main.o" $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + +-ltcompile: conf-cc +- ( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ ++ltcompile: conf-cc conf-bgincs ++ ( bgincs=`head -n 1 conf-bgincs`; \ ++ if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ + echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec libtool --mode=compile --silent $$tag `head -n 1 conf-cc` -I. '-o $${base}.lo -c $$source $${1+"$$@"}'; \ ++ echo exec libtool --mode=compile --silent $$tag `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.lo -c $$source $${1+"$$@"}'; \ + ) >ltcompile + chmod 755 ltcompile + +-ltload: conf-ld +- ( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ ++ltload: conf-ld conf-bglibs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ + echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec libtool --mode=link --silent $$tag `head -n 1 conf-ld` -L. '-o "$$main" "$$main.o" $${1+"$$@"}' ; \ ++ echo exec libtool --mode=link --silent $$tag `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' ; \ ) >ltload chmod 755 ltload From owner-svn-ports-all@freebsd.org Sun Mar 26 04:49:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B7CFD195FA; Sun, 26 Mar 2017 04:49:53 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9C310E0; Sun, 26 Mar 2017 04:49:53 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4nqI1075659; Sun, 26 Mar 2017 04:49:52 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4nqDr075656; Sun, 26 Mar 2017 04:49:52 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260449.v2Q4nqDr075656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436931 - in head/mail/mailfront: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:49:53 -0000 Author: araujo Date: Sun Mar 26 04:49:52 2017 New Revision: 436931 URL: https://svnweb.freebsd.org/changeset/ports/436931 Log: - Update to 2.12. - Take maintainership. Added: head/mail/mailfront/files/ head/mail/mailfront/files/patch-Makefile (contents, props changed) Modified: head/mail/mailfront/Makefile head/mail/mailfront/distinfo Modified: head/mail/mailfront/Makefile ============================================================================== --- head/mail/mailfront/Makefile Sun Mar 26 04:49:02 2017 (r436930) +++ head/mail/mailfront/Makefile Sun Mar 26 04:49:52 2017 (r436931) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= mailfront -PORTVERSION= 2.01 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Mail server network protocol front-ends LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcvm-v2client.so:security/cvm +LIB_DEPENDS= libcvm-v2client.so:security/cvm \ + libbg.so:devel/bglibs USES= qmail:vars @@ -39,9 +39,14 @@ OPTIONS_DEFAULT=LUA OPTIONS_SUB= yes LUA_ALL_TARGET= lua -LUA_USES= lua:51 +LUA_USES= lua LUA_VARS= CFLAGS+=-I${LUA_INCDIR} LUA_CFLAGS_SO+=-L${LUA_LIBDIR} LUA_LDFLAGS+=-L${LUA_LIBDIR} +CPPFLAGS+= -I${LUA_INCDIR} +CFLAGS+= -DHAVE_LUASCRIPT +LDFLAGS+= -L${LUA_LIBDIR} -llua-${LUA_VER} +USES+= lua:51 + do-configure: ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin ${ECHO_CMD} "${PREFIX}/include" > ${WRKSRC}/conf-include @@ -54,7 +59,7 @@ do-configure: ${ECHO_CMD} "${QMAIL_PREFIX}" > ${WRKSRC}/conf-qmail post-patch: - @${REINPLACE_CMD} 's,-llua,-llua-${LUA_VER},' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's,-llua-,-llua-${LUA_VER},' ${WRKSRC}/Makefile post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/mail/mailfront/distinfo ============================================================================== --- head/mail/mailfront/distinfo Sun Mar 26 04:49:02 2017 (r436930) +++ head/mail/mailfront/distinfo Sun Mar 26 04:49:52 2017 (r436931) @@ -1,2 +1,3 @@ -SHA256 (mailfront-2.01.tar.gz) = 1fb069ef7c36dc8487e1ba102ac5548f35f7bdfdbfb583662387e9044bc72b63 -SIZE (mailfront-2.01.tar.gz) = 119144 +TIMESTAMP = 1490368396 +SHA256 (mailfront-2.12.tar.gz) = a3e3eb2e180a3dfab95f98c3ec65e4add9fb8c14a66987eebdcf02c5f80dca6d +SIZE (mailfront-2.12.tar.gz) = 123228 Added: head/mail/mailfront/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailfront/files/patch-Makefile Sun Mar 26 04:49:52 2017 (r436931) @@ -0,0 +1,59 @@ +--- Makefile.orig 2015-02-12 14:10:37 UTC ++++ Makefile +@@ -31,11 +31,12 @@ clean: TARGETS + clean-spac: clean AUTOFILES + rm -f `cat AUTOFILES` + +-compile: conf-cc +- ( echo '#!/bin/sh'; \ ++compile: conf-cc conf-bgincs ++ ( bgincs=`head -n 1 conf-bgincs`; \ ++ echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I /usr/local/include/" "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -79,10 +80,11 @@ iobytes.o: compile iobytes.c + + libraries: pop3.a plugin-starttls-ucspi.so plugin-rbl.so plugin-clamav.so plugin-cvm-authenticate.so plugin-patterns.so backend-echo.so plugin-counters.so backend-qmail.so plugin-cvm-validate.so protocol-qmtp.so backend-queuedir.so plugin-check-fqdn.so plugin-mailrules.so protocol-smtp.so plugin-add-received.so plugin-qmail-validate.so protocol-qmqp.so plugin-spamassassin.so + +-load: conf-ld +- ( echo '#!/bin/sh';\ ++load: conf-ld conf-bglibs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. '-o "$$main" "$$main.o" $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + +@@ -103,11 +105,13 @@ makelib: + ) >makelib + chmod 755 makelib + +-makeso: conf-ccso conf-ld +- ( echo '#!/bin/sh'; \ ++makeso: conf-ccso conf-ld conf-bglibs conf-bgincs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ bgincs=`head -n 1 conf-bgincs`; \ ++ echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-ccso` -DSHARED -I. -L. '-o $${base}.so $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-ccso` -DSHARED -I. -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" "-I'$${bgincs}'" "-I /usr/local/include" '-o $${base}.so $$source $${1+"$$@"}'; \ + ) >makeso + chmod 755 makeso + +@@ -133,7 +137,7 @@ plugin-cvm-validate.so: makeso plugin-cv + ./makeso plugin-cvm-validate.c -lcvm-v2client -lbg + + plugin-lua.so: makeso plugin-lua.c mailfront.h responses.h constants.h +- ./makeso plugin-lua.c -lbg -llua ++ ./makeso plugin-lua.c -lbg -llua- + + plugin-mailrules.so: makeso plugin-mailrules.c mailfront.h responses.h constants.h + ./makeso plugin-mailrules.c -lbg From owner-svn-ports-all@freebsd.org Sun Mar 26 04:52:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05794D197B6; Sun, 26 Mar 2017 04:52:18 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B004514AD; Sun, 26 Mar 2017 04:52:17 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4qGsH078639; Sun, 26 Mar 2017 04:52:16 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4qG3i078637; Sun, 26 Mar 2017 04:52:16 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260452.v2Q4qG3i078637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436932 - in head/sysutils/ucspi-unix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:52:18 -0000 Author: araujo Date: Sun Mar 26 04:52:16 2017 New Revision: 436932 URL: https://svnweb.freebsd.org/changeset/ports/436932 Log: - Update to 1.0. - Take maintainership. Deleted: head/sysutils/ucspi-unix/files/ Modified: head/sysutils/ucspi-unix/Makefile head/sysutils/ucspi-unix/distinfo Modified: head/sysutils/ucspi-unix/Makefile ============================================================================== --- head/sysutils/ucspi-unix/Makefile Sun Mar 26 04:49:52 2017 (r436931) +++ head/sysutils/ucspi-unix/Makefile Sun Mar 26 04:52:16 2017 (r436932) @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= ucspi-unix -PORTVERSION= 0.36 -PORTREVISION= 5 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Unix-domain socket client-server command-line tools LICENSE= GPLv2 BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:devel/bglibs +USES= libtool:build localbase:ldflags BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs -CFLAGS+= -I${BGLIBS_INC} -LDFLAGS+= -L${BGLIBS_LIB} PLIST_FILES= bin/unixcat bin/unixclient bin/unixserver \ man/man1/unixclient.1.gz man/man1/unixserver.1.gz @@ -37,7 +35,11 @@ post-patch: .SILENT ${ECHO_CMD} "${BGLIBS_LIB}" > ${WRKSRC}/conf-bglibs do-install: - cd ${WRKSRC} && ./installer + ${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/unixclient ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/unixserver ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${MANPREFIX}/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/ucspi-unix/distinfo ============================================================================== --- head/sysutils/ucspi-unix/distinfo Sun Mar 26 04:49:52 2017 (r436931) +++ head/sysutils/ucspi-unix/distinfo Sun Mar 26 04:52:16 2017 (r436932) @@ -1,2 +1,3 @@ -SHA256 (ucspi-unix-0.36.tar.gz) = 428d23fcc91b4dd66f64932978cd26316b82d2599cff7a512690ff1ec9df02e2 -SIZE (ucspi-unix-0.36.tar.gz) = 14175 +TIMESTAMP = 1490366497 +SHA256 (ucspi-unix-1.0.tar.gz) = 5a1a19f891668ff041fc16a4bf77abeb3cb4380cdaab6ffae5a7f89ab599dd37 +SIZE (ucspi-unix-1.0.tar.gz) = 17391 From owner-svn-ports-all@freebsd.org Sun Mar 26 04:54:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 058F1D19809; Sun, 26 Mar 2017 04:54:09 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA70B15EB; Sun, 26 Mar 2017 04:54:08 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4s7uc079573; Sun, 26 Mar 2017 04:54:07 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4s7Wl079570; Sun, 26 Mar 2017 04:54:07 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260454.v2Q4s7Wl079570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436933 - in head/sysutils/ucspi-proxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:54:09 -0000 Author: araujo Date: Sun Mar 26 04:54:07 2017 New Revision: 436933 URL: https://svnweb.freebsd.org/changeset/ports/436933 Log: - Update to 1.0. - Reset maintainership to myself, previous maintainer is unresponsive. Added: head/sysutils/ucspi-proxy/files/ head/sysutils/ucspi-proxy/files/patch-Makefile (contents, props changed) Modified: head/sysutils/ucspi-proxy/Makefile head/sysutils/ucspi-proxy/distinfo Modified: head/sysutils/ucspi-proxy/Makefile ============================================================================== --- head/sysutils/ucspi-proxy/Makefile Sun Mar 26 04:52:16 2017 (r436932) +++ head/sysutils/ucspi-proxy/Makefile Sun Mar 26 04:54:07 2017 (r436933) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= ucspi-proxy -PORTVERSION= 0.98 -PORTREVISION= 2 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-proxy/ -MAINTAINER= dale.woolridge@gmail.com +MAINTAINER= araujo@FreeBSD.org COMMENT= Proxy program for UCSPI servers and clients +LICENSE= GPLv2 + LIB_DEPENDS= libbg.so:devel/bglibs -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= libtool:build libtool:ldflags BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs Modified: head/sysutils/ucspi-proxy/distinfo ============================================================================== --- head/sysutils/ucspi-proxy/distinfo Sun Mar 26 04:52:16 2017 (r436932) +++ head/sysutils/ucspi-proxy/distinfo Sun Mar 26 04:54:07 2017 (r436933) @@ -1,2 +1,3 @@ -SHA256 (ucspi-proxy-0.98.tar.gz) = bcdae7bc9443f1410b53808839c5af4ce41a398ef17a32287a76749f052f54d2 -SIZE (ucspi-proxy-0.98.tar.gz) = 35278 +TIMESTAMP = 1490367673 +SHA256 (ucspi-proxy-1.0.tar.gz) = 955c0b421b65a46a2c49d3ee0b335addbde0f1d22ce6b305d0b08e9c574d1507 +SIZE (ucspi-proxy-1.0.tar.gz) = 36112 Added: head/sysutils/ucspi-proxy/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ucspi-proxy/files/patch-Makefile Sun Mar 26 04:54:07 2017 (r436933) @@ -0,0 +1,33 @@ +--- Makefile.orig 2015-08-12 01:51:43 UTC ++++ Makefile +@@ -20,11 +20,12 @@ clean: TARGETS + clean-spac: clean AUTOFILES + rm -f `cat AUTOFILES` + +-compile: conf-cc +- ( echo '#!/bin/sh'; \ ++compile: conf-cc conf-bgincs ++ ( bgincs=`head -n 1 conf-bgincs`; \ ++ echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" "-I /usr/local/include/" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -42,10 +43,11 @@ install: INSTHIER conf-bin conf-man + + libraries: ucspi-proxy.a + +-load: conf-ld +- ( echo '#!/bin/sh';\ ++load: conf-ld conf-bglibs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. '-o "$$main" "$$main.o" $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + From owner-svn-ports-all@freebsd.org Sun Mar 26 04:55:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C353D1984A; Sun, 26 Mar 2017 04:55:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B95316C4; Sun, 26 Mar 2017 04:55:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4tAfV079751; Sun, 26 Mar 2017 04:55:10 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4tAdf079749; Sun, 26 Mar 2017 04:55:10 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260455.v2Q4tAdf079749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436934 - head/mail/qmail-autoresponder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:55:11 -0000 Author: araujo Date: Sun Mar 26 04:55:09 2017 New Revision: 436934 URL: https://svnweb.freebsd.org/changeset/ports/436934 Log: - Update to 0.98. - Take maintainership. Modified: head/mail/qmail-autoresponder/Makefile head/mail/qmail-autoresponder/distinfo Modified: head/mail/qmail-autoresponder/Makefile ============================================================================== --- head/mail/qmail-autoresponder/Makefile Sun Mar 26 04:54:07 2017 (r436933) +++ head/mail/qmail-autoresponder/Makefile Sun Mar 26 04:55:09 2017 (r436934) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= qmail-autoresponder -PORTVERSION= 0.97 -PORTREVISION= 2 +PORTVERSION= 0.98 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Rate-limited autoresponder for qmail -LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs +LIB_DEPENDS= libbg.so:devel/bglibs -USE_MYSQL= yes +USES= mysql CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/bglibs LDFLAGS+= -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib/bglibs Modified: head/mail/qmail-autoresponder/distinfo ============================================================================== --- head/mail/qmail-autoresponder/distinfo Sun Mar 26 04:54:07 2017 (r436933) +++ head/mail/qmail-autoresponder/distinfo Sun Mar 26 04:55:09 2017 (r436934) @@ -1,2 +1,3 @@ -SHA256 (qmail-autoresponder-0.97.tar.gz) = 445a36f10dd4c0af3608c9d546f3b2aad48870bffe35db31ea5dcb857abf699c -SIZE (qmail-autoresponder-0.97.tar.gz) = 28158 +TIMESTAMP = 1490368991 +SHA256 (qmail-autoresponder-0.98.tar.gz) = 404131d99cf4fdaec3a7436f685dfef203ad574bd1ce04ff80bba1a9bd557cb2 +SIZE (qmail-autoresponder-0.98.tar.gz) = 33290 From owner-svn-ports-all@freebsd.org Sun Mar 26 04:56:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E5DD198C1; Sun, 26 Mar 2017 04:56:06 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A78B17C4; Sun, 26 Mar 2017 04:56:05 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4u59V079927; Sun, 26 Mar 2017 04:56:05 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4u4tk079924; Sun, 26 Mar 2017 04:56:04 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260456.v2Q4u4tk079924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436935 - in head/mail/qmail-qfilter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:56:06 -0000 Author: araujo Date: Sun Mar 26 04:56:04 2017 New Revision: 436935 URL: https://svnweb.freebsd.org/changeset/ports/436935 Log: - Bump PORTREVISION to reflect /deve/bglibs update. - Take maintainership. Added: head/mail/qmail-qfilter/files/ head/mail/qmail-qfilter/files/patch-Makefile (contents, props changed) head/mail/qmail-qfilter/files/patch-qmail-qfilter.c (contents, props changed) Modified: head/mail/qmail-qfilter/Makefile Modified: head/mail/qmail-qfilter/Makefile ============================================================================== --- head/mail/qmail-qfilter/Makefile Sun Mar 26 04:55:09 2017 (r436934) +++ head/mail/qmail-qfilter/Makefile Sun Mar 26 04:56:04 2017 (r436935) @@ -3,14 +3,16 @@ PORTNAME= qmail-qfilter PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Front-end for qmail-queue to run messages through filters -LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs +LICENSE= GPLv2 + +LIB_DEPENDS= libbg.so:devel/bglibs BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs Added: head/mail/qmail-qfilter/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/qmail-qfilter/files/patch-Makefile Sun Mar 26 04:56:04 2017 (r436935) @@ -0,0 +1,20 @@ +--- Makefile.orig 2005-08-12 23:40:51 UTC ++++ Makefile +@@ -19,7 +19,7 @@ compile: conf-cc conf-bgincs + echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" "-I /usr/local/include/" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -37,7 +37,7 @@ load: conf-ld conf-bglibs + ( bglibs=`head -n 1 conf-bglibs`; \ + echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + Added: head/mail/qmail-qfilter/files/patch-qmail-qfilter.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/qmail-qfilter/files/patch-qmail-qfilter.c Sun Mar 26 04:56:04 2017 (r436935) @@ -0,0 +1,11 @@ +--- qmail-qfilter.c.orig 2017-03-26 03:04:16 UTC ++++ qmail-qfilter.c +@@ -15,7 +15,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include ++#include + #include + #include + #include From owner-svn-ports-all@freebsd.org Sun Mar 26 04:56:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E04C6D19943; Sun, 26 Mar 2017 04:56:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A13E31921; Sun, 26 Mar 2017 04:56:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4uoUX080145; Sun, 26 Mar 2017 04:56:50 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4uoxl080142; Sun, 26 Mar 2017 04:56:50 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260456.v2Q4uoxl080142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436936 - in head/ftp/twoftpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:56:52 -0000 Author: araujo Date: Sun Mar 26 04:56:50 2017 New Revision: 436936 URL: https://svnweb.freebsd.org/changeset/ports/436936 Log: - Bump PORTREVISION to reflect devel/bglibs update. - Take maintainership. Added: head/ftp/twoftpd/files/ head/ftp/twoftpd/files/patch-Makefile (contents, props changed) Modified: head/ftp/twoftpd/Makefile head/ftp/twoftpd/distinfo Modified: head/ftp/twoftpd/Makefile ============================================================================== --- head/ftp/twoftpd/Makefile Sun Mar 26 04:56:04 2017 (r436935) +++ head/ftp/twoftpd/Makefile Sun Mar 26 04:56:50 2017 (r436936) @@ -3,22 +3,25 @@ PORTNAME= twoftpd PORTVERSION= 1.43 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:devel/bglibs -LIB_DEPENDS= libcvm-v2client.so:security/cvm +LIB_DEPENDS= libcvm-v2client.so:security/cvm \ + libbg.so.2:devel/bglibs USES= localbase:ldflags -BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs +BGLIBS_LIB= ${LOCALBASE}/lib/bglibs +USE_LDCONFIG= ${BGLIBS_LIB} PORTDOCS= NEWS README TODO PLIST_FILES= bin/twoftpd-anon bin/twoftpd-anon-conf \ Modified: head/ftp/twoftpd/distinfo ============================================================================== --- head/ftp/twoftpd/distinfo Sun Mar 26 04:56:04 2017 (r436935) +++ head/ftp/twoftpd/distinfo Sun Mar 26 04:56:50 2017 (r436936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489218354 +TIMESTAMP = 1490332776 SHA256 (twoftpd-1.43.tar.gz) = ed77d2f3020bdbbe1a0a7d9a84780f3525431300e5000901e95a982873e24dc3 SIZE (twoftpd-1.43.tar.gz) = 88125 Added: head/ftp/twoftpd/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/twoftpd/files/patch-Makefile Sun Mar 26 04:56:50 2017 (r436936) @@ -0,0 +1,33 @@ +--- Makefile.orig 2015-02-04 21:59:50 UTC ++++ Makefile +@@ -23,11 +23,12 @@ clean: TARGETS + clean-spac: clean AUTOFILES + rm -f `cat AUTOFILES` + +-compile: conf-cc +- ( echo '#!/bin/sh'; \ ++compile: conf-cc conf-bgincs ++ ( bgincs=`head -n 1 conf-bgincs`; \ ++ echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -54,10 +55,11 @@ libraries: backend.a main.a + list.o: compile list.c twoftpd.h backend.h + ./compile list.c + +-load: conf-ld +- ( echo '#!/bin/sh';\ ++load: conf-ld conf-bglibs ++ ( bglibs=`head -n 1 conf-bglibs`; \ ++ echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. '-o "$$main" "$$main.o" $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + From owner-svn-ports-all@freebsd.org Sun Mar 26 05:02:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CE21D19B25; Sun, 26 Mar 2017 05:02:25 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1E71CCA; Sun, 26 Mar 2017 05:02:25 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q52OeY083982; Sun, 26 Mar 2017 05:02:24 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q52Osm083980; Sun, 26 Mar 2017 05:02:24 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260502.v2Q52Osm083980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 05:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436937 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 05:02:25 -0000 Author: araujo Date: Sun Mar 26 05:02:24 2017 New Revision: 436937 URL: https://svnweb.freebsd.org/changeset/ports/436937 Log: - Update to 2017.03.24. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Sun Mar 26 04:56:50 2017 (r436936) +++ head/www/youtube_dl/Makefile Sun Mar 26 05:02:24 2017 (r436937) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2017.03.10 +PORTVERSION= 2017.03.24 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Sun Mar 26 04:56:50 2017 (r436936) +++ head/www/youtube_dl/distinfo Sun Mar 26 05:02:24 2017 (r436937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489292775 -SHA256 (youtube-dl-2017.03.10.tar.gz) = 4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931 -SIZE (youtube-dl-2017.03.10.tar.gz) = 2628943 +TIMESTAMP = 1490504482 +SHA256 (youtube-dl-2017.03.24.tar.gz) = b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803 +SIZE (youtube-dl-2017.03.24.tar.gz) = 2643234 From owner-svn-ports-all@freebsd.org Sun Mar 26 05:19:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F0ED19CD0; Sun, 26 Mar 2017 05:19:49 +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 E3D11109F; Sun, 26 Mar 2017 05:19:48 +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 v2Q5Jmlw088760; Sun, 26 Mar 2017 05:19:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q5JlDj088756; Sun, 26 Mar 2017 05:19:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703260519.v2Q5JlDj088756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 26 Mar 2017 05:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436938 - in head/games/py-fife: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 05:19:49 -0000 Author: wen Date: Sun Mar 26 05:19:47 2017 New Revision: 436938 URL: https://svnweb.freebsd.org/changeset/ports/436938 Log: - Update to 0.4.1 PR: 217328 Submitted by: fiziologus@gmail.com(maintainer) Added: head/games/py-fife/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/games/py-fife/files/patch-engine__SConscript Modified: head/games/py-fife/Makefile head/games/py-fife/distinfo head/games/py-fife/pkg-plist Modified: head/games/py-fife/Makefile ============================================================================== --- head/games/py-fife/Makefile Sun Mar 26 05:02:24 2017 (r436937) +++ head/games/py-fife/Makefile Sun Mar 26 05:19:47 2017 (r436938) @@ -2,53 +2,67 @@ # $FreeBSD$ PORTNAME= fife -PORTVERSION= 0.3.5 -PORTREVISION= 7 +PORTVERSION= 0.4.1 CATEGORIES= games -MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ - http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \ - http://sourceforge.net/projects/${PORTNAME}/files/active/tools/:tools +MASTER_SITES= https://github.com/fifengine/fifengine/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}_${PORTVERSION} -DISTFILES+= ${DISTNAME}.tar.gz:source \ - ${DISTNAME}_demos.tar.gz:demo \ - ${DISTNAME}_tools.tar.gz:tools +DISTFILES= ${PORTVERSION}.tar.gz MAINTAINER= fiziologus@gmail.com COMMENT= Flexible Isometric Free Engine LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:devel/swig20 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ - libguichan.so:devel/guichan \ + libtinyxml.so:textproc/tinyxml \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png -USES= openal:al pkgconfig python:2 scons +USES= openal:al pkgconfig cmake:outsource USE_GL= gl -USE_SDL= sdl ttf image +USE_SDL= sdl2 ttf2 image2 USE_XORG= xcursor -ALL_TARGET= fife-python -INSTALL_TARGET= install-python -MAKE_ENV+= SWIG=${LOCALBASE}/bin/swig2.0 - -OPTIONS_DEFINE= DOCS - -post-patch: - ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ - ${MV} ${WRKSRC}/build/openbsd4-config.py ${WRKSRC}/build/${PYTHON_PLATFORM}-config.py - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MV} ${WRKDIR}/tools ${STAGEDIR}${DATADIR} - ${MV} ${WRKDIR}/demos ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for FILE in README AUTHORS CHANGES COPYING - ${MV} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} -.endfor +WRKSRC= ${WRKDIR}/fifengine-${PORTVERSION} + +OPTIONS_DEFINE= ZIP LOGGING + +OPTIONS_MULTI= GUISS COMP + +OPTIONS_SUB= yes + +OPTIONS_MULTI_GUISS= FIFECHAN CEGUI +GUISS_DESC= GUI subsystem +FIFECHAN_DESC= Fifechan GUI subsystem +CEGUI_DESC= Crazy Eddi's GUI subsystem (must be build with OpenGL) + +ZIP_DESC= ZIP archive support +LOGGING_DESC= Logging + +OPTIONS_MULTI_COMP= PYTHON LIBRARY +COMP_DESC= Building components +PYTHON_DESC= Build python extension module (need for unknown-horizons) +LIBRARY_DESC= Build and install files for directly develop with C++ + +OPTIONS_DEFAULT= FIFECHAN ZIP LOGGING PYTHON + +FIFECHAN_CMAKE_BOOL= fifechan +FIFECHAN_LIB_DEPENDS= libfifechan_sdl.so:devel/fifechan + +CEGUI_CMAKE_BOOL= cegui +CEGUI_LIB_DEPENDS= libCEGUIBase-0.so:graphics/cegui +CEGUI_USE= gl=glew + +ZIP_CMAKE_BOOL= zip +LOGGING_CMAKE_BOOL= logging + +PYTHON_CMAKE_BOOL= build-python +PYTHON_USES= python:2 +PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 + +LIBRARY_CMAKE_BOOL= build-library +# For static library build +# LIBRARY_CMAKE_ON= -Dbuild-library=ON -DBUILD_SHARED_LIBS=OFF +# LIBRARY_CMAKE_OFF= -Dbuild-library=OFF .include Modified: head/games/py-fife/distinfo ============================================================================== --- head/games/py-fife/distinfo Sun Mar 26 05:02:24 2017 (r436937) +++ head/games/py-fife/distinfo Sun Mar 26 05:19:47 2017 (r436938) @@ -1,6 +1,3 @@ -SHA256 (fife_0.3.5.tar.gz) = 1d3c7a19d05ae426af6ccd50a8ba79a71eb6e6f18f0226d1abdaeae7fcf9d3a8 -SIZE (fife_0.3.5.tar.gz) = 1383813 -SHA256 (fife_0.3.5_demos.tar.gz) = 3e4ae747da68c9a9a014b09312c7e62cd2fa1928aeda72200fec15bf9bbb4fe0 -SIZE (fife_0.3.5_demos.tar.gz) = 23347311 -SHA256 (fife_0.3.5_tools.tar.gz) = 47b6fe045c734813f14e71279cd0d999ae1485f928714950d90a2a20cd7b4fc1 -SIZE (fife_0.3.5_tools.tar.gz) = 502981 +TIMESTAMP = 1487860054 +SHA256 (0.4.1.tar.gz) = bae3fc591cc2891f7d1b3a656a5d8ad700ecc2e297ad453bf4f1bcbbf82e8cb2 +SIZE (0.4.1.tar.gz) = 15972607 Added: head/games/py-fife/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/py-fife/files/patch-CMakeLists.txt Sun Mar 26 05:19:47 2017 (r436938) @@ -0,0 +1,74 @@ +--- CMakeLists.txt.orig 2017-02-07 21:39:46.000000000 +0300 ++++ CMakeLists.txt 2017-02-24 02:07:19.734433000 +0300 +@@ -33,7 +33,6 @@ + option(logging "Enable logging" ON) + option(rend-camzone "Enable camera zone renderer" OFF) + option(rend-grid "Enable camera grid renderer" OFF) +-option(use-githash "Try to determine the git hash for the current commit" ON) + option(build-python "Build the python extension module" ON) + option(build-library "Build and install files to directly develop with c++" OFF) + +@@ -690,6 +689,20 @@ + + find_package(GLEW REQUIRED) + include_directories(${GLEW_INCLUDE_DIRS}) ++ add_definitions(-DHAVE_OPENGL) ++ if(zip) ++ set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_ZIP_SRC}) ++ add_definitions(-DHAVE_ZIP) ++ endif(zip) ++ if(logging) ++ add_definitions(-DLOG_ENABLED) ++ endif(logging) ++ if(rend-camzone) ++ add_definitions(-DRENDER_CAMZONES) ++ endif(rend-camzone) ++ if(rend-grid) ++ add_definitions(-DRENDER_GRID) ++ endif(rend-grid) + endif(cegui) + + if(build-python) +@@ -710,6 +723,8 @@ + + find_package(FifeChan COMPONENTS sdl REQUIRED) + ++ message("Using FifeChan") ++ set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) + if(build-python) + set(SWIG_MODULE_fifechan_EXTRA_DEPS) + foreach(filename ${FIFE_FCHAN_SWIG_LIB}) +@@ -742,15 +757,6 @@ + if(rend-grid) + add_definitions(-DRENDER_GRID) + endif(rend-grid) +- if(use-githash) +- execute_process( +- COMMAND git rev-parse --short=8 HEAD +- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- OUTPUT_VARIABLE GIT_COMMIT_HASH +- OUTPUT_STRIP_TRAILING_WHITESPACE +- ) +- add_definitions(-DFIFE_GIT_HASH=${GIT_COMMIT_HASH}) +- endif(use-githash) + include_directories(${FIFECHAN_INCLUDE_DIR}) + link_directories(${FIFECHAN_LIBRARIES}) + if(build-python) +@@ -846,7 +852,7 @@ + + set_source_files_properties("${PROJECT_BINARY_DIR}/fife.i" PROPERTIES CPLUSPLUS ON) + +- swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i" ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) ++ swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i" ${FIFE_CORE_SRC}) + swig_link_libraries(fife ${PYTHON_LIBRARIES}) + swig_link_libraries(fife ${SDL2_LIBRARY} + ${SDL2_IMAGE_LIBRARIES} +@@ -904,7 +910,7 @@ + #------------------------------------------------------------------------------ + + if(build-library) +- add_library(fife ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) ++ add_library(fife ${FIFE_CORE_SRC}) + set_target_properties(fife PROPERTIES SOVERSION ${FIFE_VERSION}) + + target_link_libraries(fife ${SDL2_LIBRARY} Modified: head/games/py-fife/pkg-plist ============================================================================== --- head/games/py-fife/pkg-plist Sun Mar 26 05:02:24 2017 (r436937) +++ head/games/py-fife/pkg-plist Sun Mar 26 05:19:47 2017 (r436938) @@ -1,482 +1,248 @@ -%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py -%%PYTHON_SITELIBDIR%%/fife/extensions/filebrowser.py -%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py -%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py -%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/fife/fife.py -%%PYTHON_SITELIBDIR%%/fife/_fife.so -%%PYTHON_SITELIBDIR%%/fife/__init__.py -%%DATADIR%%/demos/pychan_demo/colortester.py -%%DATADIR%%/demos/pychan_demo/dynamic.py -%%DATADIR%%/demos/pychan_demo/fonts/freefont.fontdef -%%DATADIR%%/demos/pychan_demo/fonts/freefont/AUTHORS -%%DATADIR%%/demos/pychan_demo/fonts/freefont/ChangeLog -%%DATADIR%%/demos/pychan_demo/fonts/freefont/COPYING -%%DATADIR%%/demos/pychan_demo/fonts/freefont/CREDITS -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMono.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBoldOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSans.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBoldOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerif.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBoldItalic.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifItalic.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/INSTALL -%%DATADIR%%/demos/pychan_demo/fonts/freefont/README -%%DATADIR%%/demos/pychan_demo/fonts/samanata.fontdef -%%DATADIR%%/demos/pychan_demo/fonts/samanata.ttf -%%DATADIR%%/demos/pychan_demo/gui/absolute.xml -%%DATADIR%%/demos/pychan_demo/gui/all_widgets.xml -%%DATADIR%%/demos/pychan_demo/gui/backgrounds/background.png -%%DATADIR%%/demos/pychan_demo/gui/backgrounds/stripe.png -%%DATADIR%%/demos/pychan_demo/gui/colortester.xml -%%DATADIR%%/demos/pychan_demo/gui/credits.xml -%%DATADIR%%/demos/pychan_demo/gui/demoapp.xml -%%DATADIR%%/demos/pychan_demo/gui/dynamic.xml -%%DATADIR%%/demos/pychan_demo/gui/icons/pychan_logo.png -%%DATADIR%%/demos/pychan_demo/gui/loadmap.xml -%%DATADIR%%/demos/pychan_demo/gui/poc_guianimation.xml -%%DATADIR%%/demos/pychan_demo/gui/scrollarea.xml -%%DATADIR%%/demos/pychan_demo/gui/slider.xml -%%DATADIR%%/demos/pychan_demo/gui/stretching.xml -%%DATADIR%%/demos/pychan_demo/gui/styling.xml -%%DATADIR%%/demos/pychan_demo/poc_gui_animation.py -%%DATADIR%%/demos/pychan_demo/pychan_demo.py -%%DATADIR%%/demos/pychan_demo/settings-dist.xml -%%DATADIR%%/demos/pychan_demo/sliders.py -%%DATADIR%%/demos/pychan_demo/stretching.py -%%DATADIR%%/demos/pychan_demo/styling.py -%%DATADIR%%/demos/rio_de_hola/fonts/FreeSans.ttf -%%DATADIR%%/demos/rio_de_hola/fonts/rpgfont.png -%%DATADIR%%/demos/rio_de_hola/gui/help.xml -%%DATADIR%%/demos/rio_de_hola/gui/icons/boy.png -%%DATADIR%%/demos/rio_de_hola/gui/instancemenu.xml -%%DATADIR%%/demos/rio_de_hola/gui/rootpanel.xml -%%DATADIR%%/demos/rio_de_hola/LICENSE -%%DATADIR%%/demos/rio_de_hola/maps/shrine.xml -%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach.xml -%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach_test.xml -%%DATADIR%%/demos/rio_de_hola/misc/black_cell.png -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/LICENSE -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/non-animated_object_rendersetup.blend -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/rendering_setup.blend -%%DATADIR%%/demos/rio_de_hola/misc/diamond_160x96_template_v01.blend -%%DATADIR%%/demos/rio_de_hola/misc/infotext.txt -%%DATADIR%%/demos/rio_de_hola/misc/mask_cell.png -%%DATADIR%%/demos/rio_de_hola/misc/mask_diamond_126_96.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/source/deckchair-blue.blend -%%DATADIR%%/demos/rio_de_hola/music/bees.ogg -%%DATADIR%%/demos/rio_de_hola/music/chat.ogg -%%DATADIR%%/demos/rio_de_hola/music/game_over.ogg -%%DATADIR%%/demos/rio_de_hola/music/matches.ogg -%%DATADIR%%/demos/rio_de_hola/music/menu.ogg -%%DATADIR%%/demos/rio_de_hola/music/rio_de_hola.ogg -%%DATADIR%%/demos/rio_de_hola/music/victory.ogg -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/attack.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fall.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fly.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/get_hit.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/cheer.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/kick.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/experiment.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/read.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/repair.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/attack.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/cast_spell.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/fall.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/get_hit.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/read.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/pray.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/bend_down.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/buildings.png -%%DATADIR%%/demos/rio_de_hola/objects/buildings.xml -%%DATADIR%%/demos/rio_de_hola/objects/clouds/disappear.png -%%DATADIR%%/demos/rio_de_hola/objects/clouds/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/045.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/090.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/135.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/open.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/045.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/090.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/135.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/open.png -%%DATADIR%%/demos/rio_de_hola/objects/ground1.png -%%DATADIR%%/demos/rio_de_hola/objects/ground1.xml -%%DATADIR%%/demos/rio_de_hola/objects/ground2.png -%%DATADIR%%/demos/rio_de_hola/objects/ground2.xml -%%DATADIR%%/demos/rio_de_hola/objects/items1.png -%%DATADIR%%/demos/rio_de_hola/objects/items1.xml -%%DATADIR%%/demos/rio_de_hola/objects/items2.png -%%DATADIR%%/demos/rio_de_hola/objects/items2.xml -%%DATADIR%%/demos/rio_de_hola/objects/nature.png -%%DATADIR%%/demos/rio_de_hola/objects/nature.xml -%%DATADIR%%/demos/rio_de_hola/package.xml -%%DATADIR%%/demos/rio_de_hola/run.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/agent.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/beekeeper.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/cloud.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/girl.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/hero.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/__init__.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/common.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/eventlistenerbase.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/__init__.py -%%DATADIR%%/demos/rio_de_hola/scripts/world.py -%%DATADIR%%/demos/rio_de_hola/scripts/__init__.py -%%DATADIR%%/demos/rio_de_hola/settings-dist.xml -%%DATADIR%%/demos/rio_de_hola/sounds/explosion.ogg -%%DATADIR%%/demos/rio_de_hola/sounds/footstep.ogg -%%DATADIR%%/demos/rio_de_hola/sounds/waves.ogg -%%DATADIR%%/demos/shooter/fonts/FreeSans.ttf -%%DATADIR%%/demos/shooter/gui/credits.txt -%%DATADIR%%/demos/shooter/gui/credits.xml -%%DATADIR%%/demos/shooter/gui/gameover.xml -%%DATADIR%%/demos/shooter/gui/highscoredialog.xml -%%DATADIR%%/demos/shooter/gui/hstemplate.xml -%%DATADIR%%/demos/shooter/gui/hud.xml -%%DATADIR%%/demos/shooter/gui/mainmenu.xml -%%DATADIR%%/demos/shooter/gui/winner.xml -%%DATADIR%%/demos/shooter/LICENSE -%%DATADIR%%/demos/shooter/maps/shooter_map1.xml -%%DATADIR%%/demos/shooter/music/waynesmind2.ogg -%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/object.xml -%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/starfield.png -%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/cannon_spread.png -%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/object.xml -%%DATADIR%%/demos/shooter/objects/powerups/extralife/extralife.png -%%DATADIR%%/demos/shooter/objects/powerups/extralife/object.xml -%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/bullet1.png -%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/object.xml -%%DATADIR%%/demos/shooter/objects/projectiles/fireball/fire_ball.png -%%DATADIR%%/demos/shooter/objects/projectiles/fireball/object.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_0.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_1.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_2.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_3.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_4.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_5.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_0.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_1.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/boss.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/object.xml -%%DATADIR%%/demos/shooter/objects/ships/player/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_0.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_1.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_2.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_3.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_4.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_5.png -%%DATADIR%%/demos/shooter/objects/ships/player/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_0.png -%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_1.png -%%DATADIR%%/demos/shooter/objects/ships/player/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/fly/ship1.png -%%DATADIR%%/demos/shooter/objects/ships/player/object.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_3.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_4.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_5.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/saucer1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/object.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_3.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_4.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_5.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/saucer2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/object.xml -%%DATADIR%%/demos/shooter/run.py -%%DATADIR%%/demos/shooter/scripts/common/baseobject.py -%%DATADIR%%/demos/shooter/scripts/common/eventlistenerbase.py -%%DATADIR%%/demos/shooter/scripts/common/__init__.py -%%DATADIR%%/demos/shooter/scripts/gui/guis.py -%%DATADIR%%/demos/shooter/scripts/gui/__init__.py -%%DATADIR%%/demos/shooter/scripts/powerups.py -%%DATADIR%%/demos/shooter/scripts/scene.py -%%DATADIR%%/demos/shooter/scripts/ships/enemies.py -%%DATADIR%%/demos/shooter/scripts/ships/player.py -%%DATADIR%%/demos/shooter/scripts/ships/shipbase.py -%%DATADIR%%/demos/shooter/scripts/ships/__init__.py -%%DATADIR%%/demos/shooter/scripts/weapons.py -%%DATADIR%%/demos/shooter/scripts/world.py -%%DATADIR%%/demos/shooter/scripts/__init__.py -%%DATADIR%%/demos/shooter/settings-dist.xml -%%DATADIR%%/demos/shooter/sounds/bossexplode.ogg -%%DATADIR%%/demos/shooter/sounds/cannon.ogg -%%DATADIR%%/demos/shooter/sounds/explode.ogg -%%DATADIR%%/demos/shooter/sounds/fireball.ogg -%%DATADIR%%/demos/shooter/sounds/hit.ogg -%%DATADIR%%/demos/shooter/sounds/pickup.ogg -%%DATADIR%%/tools/animation_generator.py -%%DATADIR%%/tools/animpacker.py -%%DATADIR%%/tools/atlas/atlas.h -%%DATADIR%%/tools/atlas/atlascreator.pro -%%DATADIR%%/tools/atlas/glwidget.cpp -%%DATADIR%%/tools/atlas/glwidget.h -%%DATADIR%%/tools/atlas/LICENSE -%%DATADIR%%/tools/atlas/main.cpp -%%DATADIR%%/tools/atlas/mainwindow.cpp -%%DATADIR%%/tools/atlas/mainwindow.h -%%DATADIR%%/tools/atlas/mainwindow.ui -%%DATADIR%%/tools/atlas/objectcreator.cpp -%%DATADIR%%/tools/atlas/objectcreator.h -%%DATADIR%%/tools/atlas/objectcreator.ui -%%DATADIR%%/tools/atlas/rapidxml/license.txt -%%DATADIR%%/tools/atlas/rapidxml/manual.html -%%DATADIR%%/tools/atlas/rapidxml/rapidxml.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_iterators.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_print.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_utils.hpp -%%DATADIR%%/tools/atlas/resources.qrc -%%DATADIR%%/tools/atlas/resources/add.png -%%DATADIR%%/tools/atlas/resources/remove.png -%%DATADIR%%/tools/atlas/resources/save.png -%%DATADIR%%/tools/atlas/stable.h -%%DATADIR%%/tools/editor/fonts/FreeSans.ttf -%%DATADIR%%/tools/editor/gui/cameradialog.xml -%%DATADIR%%/tools/editor/gui/cellview.xml -%%DATADIR%%/tools/editor/gui/eleveditor.xml -%%DATADIR%%/tools/editor/gui/error.xml -%%DATADIR%%/tools/editor/gui/filebrowser.xml -%%DATADIR%%/tools/editor/gui/help.xml -%%DATADIR%%/tools/editor/gui/icons/add_instance.png -%%DATADIR%%/tools/editor/gui/icons/add_layer.png -%%DATADIR%%/tools/editor/gui/icons/close_map.png -%%DATADIR%%/tools/editor/gui/icons/cycle_styles.png -%%DATADIR%%/tools/editor/gui/icons/delete_layer.png -%%DATADIR%%/tools/editor/gui/icons/edit.png -%%DATADIR%%/tools/editor/gui/icons/erase_instance.png -%%DATADIR%%/tools/editor/gui/icons/help.png -%%DATADIR%%/tools/editor/gui/icons/import_dir.png -%%DATADIR%%/tools/editor/gui/icons/import_file.png -%%DATADIR%%/tools/editor/gui/icons/is_visible.png -%%DATADIR%%/tools/editor/gui/icons/load_map.png -%%DATADIR%%/tools/editor/gui/icons/map_wizard.png -%%DATADIR%%/tools/editor/gui/icons/move_instance.png -%%DATADIR%%/tools/editor/gui/icons/new_map.png -%%DATADIR%%/tools/editor/gui/icons/next_branch.png -%%DATADIR%%/tools/editor/gui/icons/objectpicker.png -%%DATADIR%%/tools/editor/gui/icons/previous_branch.png -%%DATADIR%%/tools/editor/gui/icons/quit.png -%%DATADIR%%/tools/editor/gui/icons/redo.png -%%DATADIR%%/tools/editor/gui/icons/rotate_clockwise.png -%%DATADIR%%/tools/editor/gui/icons/rotate_countercw.png -%%DATADIR%%/tools/editor/gui/icons/save_allmaps.png -%%DATADIR%%/tools/editor/gui/icons/save_map.png -%%DATADIR%%/tools/editor/gui/icons/save_mapas.png -%%DATADIR%%/tools/editor/gui/icons/select_instance.png -%%DATADIR%%/tools/editor/gui/icons/take_screenshot.png -%%DATADIR%%/tools/editor/gui/icons/undo.png -%%DATADIR%%/tools/editor/gui/icons/zoom_default.png -%%DATADIR%%/tools/editor/gui/icons/zoom_in.png -%%DATADIR%%/tools/editor/gui/icons/zoom_out.png -%%DATADIR%%/tools/editor/gui/input.xml -%%DATADIR%%/tools/editor/gui/layerdialog.xml -%%DATADIR%%/tools/editor/gui/layertool.xml -%%DATADIR%%/tools/editor/gui/lightedit.xml -%%DATADIR%%/tools/editor/gui/objectedit.xml -%%DATADIR%%/tools/editor/gui/objectselector.xml -%%DATADIR%%/tools/editor/gui/rootpanel.xml -%%DATADIR%%/tools/editor/gui/selection.xml -%%DATADIR%%/tools/editor/gui/statuspanel.xml -%%DATADIR%%/tools/editor/gui/tools.xml -%%DATADIR%%/tools/editor/lang/help_cellview.txt -%%DATADIR%%/tools/editor/lang/help_object_edit.txt -%%DATADIR%%/tools/editor/lang/infotext.txt -%%DATADIR%%/tools/editor/LICENSE -%%DATADIR%%/tools/editor/plugins/CameraEdit.py -%%DATADIR%%/tools/editor/plugins/CellView.py -%%DATADIR%%/tools/editor/plugins/HistoryManager.py -%%DATADIR%%/tools/editor/plugins/InstanceHighlighter.py -%%DATADIR%%/tools/editor/plugins/LayerTool.py -%%DATADIR%%/tools/editor/plugins/LightEdit.py -%%DATADIR%%/tools/editor/plugins/MapFileHistory.py -%%DATADIR%%/tools/editor/plugins/ObjectEdit.py -%%DATADIR%%/tools/editor/plugins/ObjectSelector.py -%%DATADIR%%/tools/editor/plugins/__init__.py -%%DATADIR%%/tools/editor/run.py -%%DATADIR%%/tools/editor/scripts/editor.py -%%DATADIR%%/tools/editor/scripts/events/events.py -%%DATADIR%%/tools/editor/scripts/events/saferef.py -%%DATADIR%%/tools/editor/scripts/events/signal.py -%%DATADIR%%/tools/editor/scripts/events/__init__.py -%%DATADIR%%/tools/editor/scripts/gui/action.py -%%DATADIR%%/tools/editor/scripts/gui/cameradialog.py -%%DATADIR%%/tools/editor/scripts/gui/dockarea.py -%%DATADIR%%/tools/editor/scripts/gui/error.py -%%DATADIR%%/tools/editor/scripts/gui/faketabwidget.py -%%DATADIR%%/tools/editor/scripts/gui/filemanager.py -%%DATADIR%%/tools/editor/scripts/gui/input.py -%%DATADIR%%/tools/editor/scripts/gui/layerdialog.py -%%DATADIR%%/tools/editor/scripts/gui/mainwindow.py -%%DATADIR%%/tools/editor/scripts/gui/mapeditor.py -%%DATADIR%%/tools/editor/scripts/gui/menubar.py -%%DATADIR%%/tools/editor/scripts/gui/panel.py -%%DATADIR%%/tools/editor/scripts/gui/resizablebase.py -%%DATADIR%%/tools/editor/scripts/gui/selection.py -%%DATADIR%%/tools/editor/scripts/gui/statusbar.py -%%DATADIR%%/tools/editor/scripts/gui/toolbar.py -%%DATADIR%%/tools/editor/scripts/gui/__init__.py -%%DATADIR%%/tools/editor/scripts/mapcontroller.py -%%DATADIR%%/tools/editor/scripts/mapview.py -%%DATADIR%%/tools/editor/scripts/plugin.py -%%DATADIR%%/tools/editor/scripts/tests/undotest.py -%%DATADIR%%/tools/editor/scripts/tests/__init__.py -%%DATADIR%%/tools/editor/scripts/undomanager.py -%%DATADIR%%/tools/editor/scripts/__init__.py -%%DATADIR%%/tools/editor/settings-dist.xml -%%DATADIR%%/tools/editor/__init__.py -%%DATADIR%%/tools/geometry_twister.py -%%DATADIR%%/tools/object_editor.py -%%DATADIR%%/tools/object_generator.py -%%DATADIR%%/tools/object_header.sh -%%DATADIR%%/tools/pack_anim.py -%%DATADIR%%/tools/ruleset_tester.py -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README +%%LIBRARY%%include/fife/core/audio/fife_openal.h +%%LIBRARY%%include/fife/core/audio/soundclip.h +%%LIBRARY%%include/fife/core/audio/soundclipmanager.h +%%LIBRARY%%include/fife/core/audio/soundconfig.h +%%LIBRARY%%include/fife/core/audio/sounddecoder.h +%%LIBRARY%%include/fife/core/audio/soundemitter.h +%%LIBRARY%%include/fife/core/audio/soundmanager.h +%%LIBRARY%%include/fife/core/controller/engine.h +%%LIBRARY%%include/fife/core/controller/enginesettings.h +%%LIBRARY%%include/fife/core/eventchannel/base/ec_event.h +%%LIBRARY%%include/fife/core/eventchannel/base/ec_inputevent.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_command.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_commandids.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandlistener.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_dropevent.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idropcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idroplistener.h +%%LIBRARY%%include/fife/core/eventchannel/eventmanager.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeycontroller.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeyfilter.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeylistener.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_key.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_keyevent.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousecontroller.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousefilter.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imouselistener.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_mouseevent.h +%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventlistener.h +%%LIBRARY%%include/fife/core/eventchannel/source/ec_eventsourcetypes.h +%%LIBRARY%%include/fife/core/eventchannel/source/ec_ieventsource.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextlistener.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_text.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_textevent.h +%%LIBRARY%%include/fife/core/export.h +%%LIBRARY%%include/fife/core/ext/glee/GLee.h +%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/base/ceguiinputprocessor.h +%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/ceguimanager.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_font.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_image.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_imageloader.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/opengl/opengl_gui_graphics.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/sdl/sdl_gui_graphics.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/commandline.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/console.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/fifechanmanager.h +%%LIBRARY%%include/fife/core/gui/fifechan/util/utf8/utf8stringeditor.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/clicklabel.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/icon2.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/percentagebar.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/togglebutton.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/twobutton.h +%%LIBRARY%%include/fife/core/gui/guimanager.h +%%LIBRARY%%include/fife/core/gui/hybrid/hybridguimanager.h +%%LIBRARY%%include/fife/core/loaders/native/audio/ogg_loader.h +%%LIBRARY%%include/fife/core/loaders/native/audio/sounddecoder_ogg.h +%%LIBRARY%%include/fife/core/loaders/native/map/animationloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/atlasloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/ianimationloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/iatlasloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/imaploader.h +%%LIBRARY%%include/fife/core/loaders/native/map/iobjectloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/maploader.h +%%LIBRARY%%include/fife/core/loaders/native/map/objectloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/percentdonelistener.h +%%LIBRARY%%include/fife/core/loaders/native/video/imageloader.h +%%LIBRARY%%include/fife/core/loaders/native/video/resourceanimationloader.h +%%LIBRARY%%include/fife/core/model/metamodel/action.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/cellgrid.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/hexgrid.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/squaregrid.h +%%LIBRARY%%include/fife/core/model/metamodel/ipather.h +%%LIBRARY%%include/fife/core/model/metamodel/ivisual.h +%%LIBRARY%%include/fife/core/model/metamodel/modelcoords.h +%%LIBRARY%%include/fife/core/model/metamodel/object.h +%%LIBRARY%%include/fife/core/model/metamodel/timeprovider.h +%%LIBRARY%%include/fife/core/model/model.h +%%LIBRARY%%include/fife/core/model/structures/cell.h +%%LIBRARY%%include/fife/core/model/structures/cellcache.h +%%LIBRARY%%include/fife/core/model/structures/instance.h +%%LIBRARY%%include/fife/core/model/structures/instancetree.h +%%LIBRARY%%include/fife/core/model/structures/layer.h +%%LIBRARY%%include/fife/core/model/structures/location.h +%%LIBRARY%%include/fife/core/model/structures/map.h +%%LIBRARY%%include/fife/core/model/structures/renderernode.h +%%LIBRARY%%include/fife/core/model/structures/trigger.h +%%LIBRARY%%include/fife/core/model/structures/triggercontroller.h +%%LIBRARY%%include/fife/core/modules.h +%%LIBRARY%%include/fife/core/pathfinder/route.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/multilayersearch.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/routepather.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/routepathersearch.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/singlelayersearch.h +%%LIBRARY%%include/fife/core/savers/native/map/ianimationsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/iatlassaver.h +%%LIBRARY%%include/fife/core/savers/native/map/imapsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/iobjectsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/mapsaver.h +%%LIBRARY%%include/fife/core/util/base/exception.h +%%LIBRARY%%include/fife/core/util/base/fife_stdint.h +%%LIBRARY%%include/fife/core/util/base/fifeclass.h +%%LIBRARY%%include/fife/core/util/base/sharedptr.h +%%LIBRARY%%include/fife/core/util/base/singleton.h +%%LIBRARY%%include/fife/core/util/base/stringutils.h +%%LIBRARY%%include/fife/core/util/log/logger.h +%%LIBRARY%%include/fife/core/util/math/angles.h +%%LIBRARY%%include/fife/core/util/math/fife_math.h +%%LIBRARY%%include/fife/core/util/math/matrix.h +%%LIBRARY%%include/fife/core/util/resource/resource.h +%%LIBRARY%%include/fife/core/util/resource/resourcemanager.h +%%LIBRARY%%include/fife/core/util/structures/point.h +%%LIBRARY%%include/fife/core/util/structures/priorityqueue.h +%%LIBRARY%%include/fife/core/util/structures/purge.h +%%LIBRARY%%include/fife/core/util/structures/quadtree.h +%%LIBRARY%%include/fife/core/util/structures/rect.h +%%LIBRARY%%include/fife/core/util/time/timeevent.h +%%LIBRARY%%include/fife/core/util/time/timemanager.h +%%LIBRARY%%include/fife/core/util/time/timer.h +%%LIBRARY%%include/fife/core/util/utf8/utf8.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/checked.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/core.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/unchecked.h +%%LIBRARY%%include/fife/core/version.h +%%LIBRARY%%include/fife/core/vfs/dat/dat1.h +%%LIBRARY%%include/fife/core/vfs/dat/dat2.h +%%LIBRARY%%include/fife/core/vfs/dat/lzssdecoder.h +%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat1.h +%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat2.h +%%LIBRARY%%include/fife/core/vfs/directoryprovider.h +%%LIBRARY%%include/fife/core/vfs/fife_boost_filesystem.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdata.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatafile.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatamemsource.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatasource.h +%%LIBRARY%%include/fife/core/vfs/vfs.h +%%LIBRARY%%include/fife/core/vfs/vfsdirectory.h +%%LIBRARY%%include/fife/core/vfs/vfssource.h +%%LIBRARY%%include/fife/core/vfs/vfssourceprovider.h +%%LIBRARY%%include/fife/core/vfs/zip/zipfilesource.h +%%LIBRARY%%include/fife/core/vfs/zip/zipnode.h +%%LIBRARY%%include/fife/core/vfs/zip/zipprovider.h +%%LIBRARY%%include/fife/core/vfs/zip/zipsource.h +%%LIBRARY%%include/fife/core/vfs/zip/ziptree.h +%%LIBRARY%%include/fife/core/video/animation.h +%%LIBRARY%%include/fife/core/video/animationmanager.h +%%LIBRARY%%include/fife/core/video/atlasbook.h +%%LIBRARY%%include/fife/core/video/color.h +%%LIBRARY%%include/fife/core/video/cursor.h +%%LIBRARY%%include/fife/core/video/devicecaps.h +%%LIBRARY%%include/fife/core/video/fonts/fontbase.h +%%LIBRARY%%include/fife/core/video/fonts/ifont.h +%%LIBRARY%%include/fife/core/video/fonts/imagefontbase.h +%%LIBRARY%%include/fife/core/video/fonts/subimagefont.h +%%LIBRARY%%include/fife/core/video/fonts/textrenderpool.h +%%LIBRARY%%include/fife/core/video/fonts/truetypefont.h +%%LIBRARY%%include/fife/core/video/image.h +%%LIBRARY%%include/fife/core/video/imagemanager.h +%%LIBRARY%%include/fife/core/video/opengl/fife_opengl.h +%%LIBRARY%%include/fife/core/video/opengl/glimage.h +%%LIBRARY%%include/fife/core/video/opengl/renderbackendopengl.h +%%LIBRARY%%include/fife/core/video/renderbackend.h +%%LIBRARY%%include/fife/core/video/sdl/renderbackendsdl.h +%%LIBRARY%%include/fife/core/video/sdl/sdlblendingfunctions.h +%%LIBRARY%%include/fife/core/video/sdl/sdlimage.h +%%LIBRARY%%include/fife/core/view/camera.h +%%LIBRARY%%include/fife/core/view/layercache.h +%%LIBRARY%%include/fife/core/view/rendererbase.h +%%LIBRARY%%include/fife/core/view/renderers/blockinginforenderer.h +%%LIBRARY%%include/fife/core/view/renderers/cellrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/cellselectionrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/coordinaterenderer.h +%%LIBRARY%%include/fife/core/view/renderers/floatingtextrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/genericrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/gridrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/instancerenderer.h +%%LIBRARY%%include/fife/core/view/renderers/lightrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/offrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/quadtreerenderer.h +%%LIBRARY%%include/fife/core/view/renderers/targetrenderer.h +%%LIBRARY%%include/fife/core/view/renderitem.h +%%LIBRARY%%include/fife/core/view/visual.h +%%LIBRARY%%lib/libfife.so +%%LIBRARY%%lib/libfife.so.0.4.1 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/_fife.so +%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/_fifechan.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/ceguibasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/rocketbasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/filebrowser.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fife_pychansettings.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/pychanbasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/iconprogressbar.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/passwordfield.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/fife.py +%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/fifechan.py From owner-svn-ports-all@freebsd.org Sun Mar 26 05:42:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C146D1D48F for ; Sun, 26 Mar 2017 05:42:25 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB68C1B9E for ; Sun, 26 Mar 2017 05:42:24 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wm0-x236.google.com with SMTP id u132so38969355wmg.0 for ; Sat, 25 Mar 2017 22:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=nS/u7ZaB3IOgO+IZ4Z8tUg4DHCZVsk4OwXBnj6oEZZg=; b=Qv7ytW/S7AAC2bHi/uSnzFh3F0OI+l0d3VkNxf6yWcrG2S9KIGogQpMB/lLd6OCHK7 IdhMXlZPCfkwgM3uFun4wtsCr5w6maVpxN4M3jsQn3lXPISl9yiznZBMO5aPxt7W5oZI f8lG3X2yr3oqgVUno2SyUqPsWj1kHkKAg3JhJBaQXNLoDK1LnXI06hDfnFgv5jRk+081 Rpkh1sLJgpsr6K6TJUFlGgkz9vwcu6wTkTa4/X9Eht7nNrpUzQEfFpz+3FLlIB5C5QC0 QKO5v4rOyRmXlyEi1LHs6eju+rbawDgCApI0w8WD/SJl7uSHR1ET9eoif1foqx349948 OqzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=nS/u7ZaB3IOgO+IZ4Z8tUg4DHCZVsk4OwXBnj6oEZZg=; b=Eug+CAmefyGMgA5or0I7HkvCaXwSm3SScUeoxIaesQ3TJOTs4oIXCj/8gmc6KITvth +E2yPYIwzj50UoEBieMNGjrNovgnQKZm5lNZuWfiiswE4PWZCbykiF8ZJFL2BRQu1Zeq m36FvdfodUK7DzupxzeYFCvbepiOhCIgsu+/0f4LdTx/DbW+ZQ+Kgn43dYj+iE6JXGS2 MMXUBofBoJDD8c3bj03zrT7mTs078a8ENhLljUU76D1anfP/fpp7DNq+uz1DJ2497NEe 2qQxlTbfHGyrj1syubb2RKd41yyhFhGJEU2IHrrxfaLlFfLKLvjIVPQWxIUThg3Bd8ny oYFw== X-Gm-Message-State: AFeK/H12XHe43uTKBxhey33fd/xZsiLPi2dUP0HYV3jHqbXAUwdHSLX9o3MC4wit0OMvTvM1J1BnkyrRVBQekA== X-Received: by 10.28.210.133 with SMTP id j127mr4313616wmg.64.1490506942816; Sat, 25 Mar 2017 22:42:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.178.84 with HTTP; Sat, 25 Mar 2017 22:42:22 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <201703260448.v2Q4mMmN075322@repo.freebsd.org> References: <201703260448.v2Q4mMmN075322@repo.freebsd.org> From: Vanilla Hsu Date: Sun, 26 Mar 2017 13:42:22 +0800 Message-ID: Subject: Re: svn commit: r436929 - in head/devel/bglibs: . files To: Marcelo Araujo Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 05:42:25 -0000 You should keep PORTEPOCH! 2017-03-26 12:48 GMT+08:00 Marcelo Araujo : > Author: araujo > Date: Sun Mar 26 04:48:22 2017 > New Revision: 436929 > URL: https://svnweb.freebsd.org/changeset/ports/436929 > > Log: > - Update to 2.03. > - Take maintainership. > > Modified: > head/devel/bglibs/Makefile > head/devel/bglibs/distinfo > head/devel/bglibs/files/patch-Makefile > head/devel/bglibs/pkg-plist > > Modified: head/devel/bglibs/Makefile > ============================================================ > ================== > --- head/devel/bglibs/Makefile Sun Mar 26 04:22:04 2017 (r436928) > +++ head/devel/bglibs/Makefile Sun Mar 26 04:48:22 2017 (r436929) > @@ -2,14 +2,12 @@ > # $FreeBSD$ > > PORTNAME= bglibs > -PORTVERSION= 1.106 > -PORTREVISION= 6 > -PORTEPOCH= 1 > +PORTVERSION= 2.03 > CATEGORIES= devel > MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ > http://untroubled.org/${PORTNAME}/ > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= araujo@FreeBSD.org > COMMENT= One stop library package by Bruce Guenter > > LICENSE= LGPL21+ > > Modified: head/devel/bglibs/distinfo > ============================================================ > ================== > --- head/devel/bglibs/distinfo Sun Mar 26 04:22:04 2017 (r436928) > +++ head/devel/bglibs/distinfo Sun Mar 26 04:48:22 2017 (r436929) > @@ -1,2 +1,3 @@ > -SHA256 (bglibs-1.106.tar.gz) = 5c8ae51c2d88e58ff2fccc32d3000e > 88054d87fd69b6bfa6d0f70528e8538df0 > -SIZE (bglibs-1.106.tar.gz) = 481564 > +TIMESTAMP = 1490334968 > +SHA256 (bglibs-2.03.tar.gz) = fcc80b2deef7819abc9c155c4f393f > 4fc51e73400139c1c78bbe3015f2b12739 > +SIZE (bglibs-2.03.tar.gz) = 676188 > > Modified: head/devel/bglibs/files/patch-Makefile > ============================================================ > ================== > --- head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:22:04 2017 > (r436928) > +++ head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:48:22 2017 > (r436929) > @@ -1,20 +1,40 @@ > ---- Makefile.orig Wed Sep 20 13:44:49 2006 > -+++ Makefile Wed Sep 20 13:45:05 2006 > -@@ -126,7 +126,7 @@ adt/hashs.lo: libcompile adt/hashs.c adt > - adt/hashs.o: compile adt/hashs.c adt/common.h > - ./compile adt/hashs.c > - > --all: dotlibs sysdeps.h libraries bg-installer cli-generate selftests > -+all: dotlibs sysdeps.h libraries bg-installer cli-generate > - > - base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h > - ./libcompile base64/asc2bin.c > -@@ -877,7 +877,7 @@ > +--- Makefile.orig 2015-02-06 23:57:34 UTC > ++++ Makefile > +@@ -69,7 +69,7 @@ adt/hashb.lo adt/hashb.o: ltcompile adt/ > + adt/hashs.lo adt/hashs.o: ltcompile adt/hashs.c > include/bglibs/adt_common.h > + ./ltcompile adt/hashs.c > > - perl-head.pl: > - ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export > PATH; \ > +-all: sysdeps.h libraries programs man selftests > ++all: sysdeps.h libraries programs man > + > + base64/asc2bin.lo base64/asc2bin.o: ltcompile base64/asc2bin.c > include/bglibs/base64.h include/bglibs/str.h sysdeps.h > + ./ltcompile base64/asc2bin.c > +@@ -93,16 +93,16 @@ bg-installer: bg-installer.o ltload libb > + ./ltload bg-installer libbg-cli.la libbg.la bg-installer-cli.o > -lbg-cli -static > + > + bg-installer-cli.c: bg-installer.cli cli-generate sysdeps.h > +- ./cli-generate -c $< >$@ > ++ ./cli-generate -c bg-installer.cli >$@ > + > + bg-installer-cli.h: bg-installer.cli cli-generate > +- ./cli-generate -h $< >$@ > ++ ./cli-generate -h bg-installer.cli >$@ > + > + bg-installer-cli.o: compile bg-installer-cli.c > + ./compile bg-installer-cli.c > + > + bg-installer.1: bg-installer.cli cli-generate > +- ./cli-generate -m $< >$@ > ++ ./cli-generate -m bg-installer.cli >$@ > + > + bg-installer.o: compile bg-installer.c sysdeps.h include/bglibs/cli.h > include/bglibs/fmt.h include/bglibs/ibuf.h include/bglibs/iobuf_common.h > include/bglibs/obuf.h sysdeps.h include/iobuf_common.h > include/bglibs/iobuf.h include/ibuf.h include/obuf.h sysdeps.h > include/bglibs/msg.h sysdeps.h include/bglibs/debug.h include/bglibs/wrap.h > include/bglibs/path.h include/bglibs/str.h sysdeps.h include/str.h > sysdeps.h include/bglibs/striter.h bg-installer-cli.h > + ./compile bg-installer.c > +@@ -864,7 +864,7 @@ path/mktemp.lo path/mktemp.o: ltcompile > + > + perl-head.pl: > + ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export > PATH; \ > - perl=`which perl`; \ > + perl=`which perl` || perl="/usr/local/bin/perl"; \ > - echo "#! $$perl"; \ > - echo "# WARNING: This file was auto-generated. Do not edit!"; \ > - echo ) >perl-head.pl > + echo "#! $$perl"; \ > + echo "# WARNING: This file was auto-generated. Do not edit!"; \ > + echo ) >perl-head.pl > > Modified: head/devel/bglibs/pkg-plist > ============================================================ > ================== > --- head/devel/bglibs/pkg-plist Sun Mar 26 04:22:04 2017 (r436928) > +++ head/devel/bglibs/pkg-plist Sun Mar 26 04:48:22 2017 (r436929) > @@ -1,182 +1,144 @@ > bin/bg-installer > bin/cli-generate > bin/crc-gentab > -include/bglibs/adt/common.h > -include/bglibs/adt/ghash.h > -include/bglibs/adt/gqueue.h > -include/bglibs/adt/gstack.h > -include/bglibs/base64/base64.h > -include/bglibs/cdb/cdb.h > -include/bglibs/cdb/make.h > -include/bglibs/cdb/str.h > -include/bglibs/cli/cli.h > -include/bglibs/crc/crc16_arc.h > -include/bglibs/crc/crc16_ccitt.h > -include/bglibs/crc/crc16_xmodem.h > -include/bglibs/crc/crc32.h > -include/bglibs/crc/crc32c.h > -include/bglibs/crc/crc64.h > -include/bglibs/crc/gcrc.h > -include/bglibs/crypto/hmac.h > -include/bglibs/crypto/md5.h > -include/bglibs/crypto/sha1.h > -include/bglibs/crypto/sha256.h > -include/bglibs/crypto/sha384.h > -include/bglibs/crypto/sha512.h > -include/bglibs/crypto/surf.h > -include/bglibs/crypto/surfrand.h > -include/bglibs/dict/dict.h > -include/bglibs/dict/load.h > -include/bglibs/fmt/number.h > -include/bglibs/fmt/misc.h > -include/bglibs/fmt/multi.h > -include/bglibs/installer.h > -include/bglibs/iobuf/common.h > -include/bglibs/iobuf/ibuf.h > -include/bglibs/iobuf/iobuf.h > -include/bglibs/iobuf/obuf.h > -include/bglibs/misc/misc.h > -include/bglibs/misc/ucspi.h > -include/bglibs/msg/debug.h > -include/bglibs/msg/msg.h > -include/bglibs/msg/wrap.h > -include/bglibs/net/ipv4.h > -include/bglibs/net/ipv6.h > -include/bglibs/net/resolve.h > -include/bglibs/net/socket.h > -include/bglibs/path/path.h > +include/bglibs/bglibs/adt_common.h > +include/bglibs/bglibs/base64.h > +include/bglibs/bglibs/cdb.h > +include/bglibs/bglibs/cli.h > +include/bglibs/bglibs/crc16_arc.h > +include/bglibs/bglibs/crc16_ccitt.h > +include/bglibs/bglibs/crc16_xmodem.h > +include/bglibs/bglibs/crc32.h > +include/bglibs/bglibs/crc32c.h > +include/bglibs/bglibs/crc64.h > +include/bglibs/bglibs/debug.h > +include/bglibs/bglibs/dict.h > +include/bglibs/bglibs/dns.h > +include/bglibs/bglibs/envstr.h > +include/bglibs/bglibs/fmt.h > +include/bglibs/bglibs/gcrc.h > +include/bglibs/bglibs/ghash.h > +include/bglibs/bglibs/gqueue.h > +include/bglibs/bglibs/gstack.h > +include/bglibs/bglibs/hmac.h > +include/bglibs/bglibs/ibuf.h > +include/bglibs/bglibs/iobuf.h > +include/bglibs/bglibs/iobuf_common.h > +include/bglibs/bglibs/ipv4.h > +include/bglibs/bglibs/ipv6.h > +include/bglibs/bglibs/md4.h > +include/bglibs/bglibs/md5.h > +include/bglibs/bglibs/misc.h > +include/bglibs/bglibs/msg.h > +include/bglibs/bglibs/obuf.h > +include/bglibs/bglibs/path.h > +include/bglibs/bglibs/resolve.h > +include/bglibs/bglibs/selfpipe.h > +include/bglibs/bglibs/sha1.h > +include/bglibs/bglibs/sha256.h > +include/bglibs/bglibs/sha384.h > +include/bglibs/bglibs/sha512.h > +include/bglibs/bglibs/sig.h > +include/bglibs/bglibs/signalfd.h > +include/bglibs/bglibs/socket.h > +include/bglibs/bglibs/str.h > +include/bglibs/bglibs/striter.h > +include/bglibs/bglibs/surf.h > +include/bglibs/bglibs/surfrand.h > +include/bglibs/bglibs/sysdeps.h > +include/bglibs/bglibs/systime.h > +include/bglibs/bglibs/trigger.h > +include/bglibs/bglibs/ucspi.h > +include/bglibs/bglibs/uint16.h > +include/bglibs/bglibs/uint32.h > +include/bglibs/bglibs/uint64.h > +include/bglibs/bglibs/uintnn.h > +include/bglibs/bglibs/unix.h > +include/bglibs/bglibs/wrap.h > include/bglibs/pwcmp/client.h > include/bglibs/pwcmp/hex.h > include/bglibs/pwcmp/module.h > -include/bglibs/str/env.h > -include/bglibs/str/iter.h > -include/bglibs/str/str.h > -include/bglibs/sysdeps.h > -include/bglibs/systime.h > -include/bglibs/uint16.h > -include/bglibs/uint32.h > -include/bglibs/uint64.h > -include/bglibs/uintnn.h > -include/bglibs/unix/cloexec.h > -include/bglibs/unix/fcntl.h > -include/bglibs/unix/nonblock.h > -include/bglibs/unix/selfpipe.h > -include/bglibs/unix/sig.h > -include/bglibs/unix/signalfd.h > -include/bglibs/unix/trigger.h > include/bglibs/vmailmgr/client.h > include/bglibs/vmailmgr/vpwentry.h > -lib/bglibs/base64/base64.a > -lib/bglibs/cdb/cdb.a > -lib/bglibs/cdb/make.a > -lib/bglibs/cdb/str.a > -lib/bglibs/cli/cli.a > -lib/bglibs/crypt.lib > -lib/bglibs/crypto/md5.a > -lib/bglibs/crypto/sha1.a > -lib/bglibs/crypto/sha256.a > -lib/bglibs/crypto/sha512a.a > -lib/bglibs/dict/dict.a > -lib/bglibs/dict/load.a > -lib/bglibs/dl.lib > -lib/bglibs/iobuf/iobuf.a > -lib/bglibs/iobuf/str.a > -lib/bglibs/libbg-adt.a > -lib/bglibs/libbg-base64.a > -lib/bglibs/libbg-cdb.a > lib/bglibs/libbg-cli.a > -lib/bglibs/libbg-crc.a > -lib/bglibs/libbg-crypto.a > -lib/bglibs/libbg-dict.a > -lib/bglibs/libbg-fmt.a > -lib/bglibs/libbg-installer.a > -lib/bglibs/libbg-instcheck.a > -lib/bglibs/libbg-instshow.a > -lib/bglibs/libbg-iobuf.a > -lib/bglibs/libbg-misc.a > -lib/bglibs/libbg-msg.a > -lib/bglibs/libbg-net.a > -lib/bglibs/libbg-path.a > -lib/bglibs/libbg-str.a > -lib/bglibs/libbg-sysdeps.a > -lib/bglibs/libbg-sysdeps.so > -lib/bglibs/libbg-sysdeps.so.1 > -lib/bglibs/libbg-sysdeps.so.1.1.1 > -lib/bglibs/libbg-unix.a > lib/bglibs/libbg.a > lib/bglibs/libbg.so > -lib/bglibs/libbg.so.1 > -lib/bglibs/libbg.so.1.1.1 > -lib/bglibs/libinstaller.a > -lib/bglibs/libinstcheck.a > -lib/bglibs/libinstshow.a > +lib/bglibs/libbg.so.2 > +lib/bglibs/libbg.so.2.0.0 > lib/bglibs/libpwcmp-module.a > lib/bglibs/libpwcmp.a > -lib/bglibs/libsysdeps.a > lib/bglibs/libvmailmgr.a > -lib/bglibs/m.lib > -lib/bglibs/misc/misc.a > -lib/bglibs/msg/msg.a > -lib/bglibs/msg/wrap.a > -lib/bglibs/net.lib > -lib/bglibs/net/ipv4.a > -lib/bglibs/net/resolve.a > -lib/bglibs/net/socket.a > -lib/bglibs/path/path.a > -lib/bglibs/pwcmp/client.a > -lib/bglibs/pwcmp/hex.a > -lib/bglibs/pwcmp/module.a > -lib/bglibs/rt.lib > -lib/bglibs/s.lib > -lib/bglibs/shadow.lib > -lib/bglibs/socket.lib > -lib/bglibs/str/iter.a > -lib/bglibs/str/str.a > -lib/bglibs/unix/nonblock.a > -lib/bglibs/unix/sig.a > -lib/bglibs/vmailmgr/client.a > -lib/bglibs/vmailmgr/vpwentry.a > -%%PORTDOCS%%%%DOCSDIR%%/NEWS > -%%PORTDOCS%%%%DOCSDIR%%/README > -%%PORTDOCS%%%%DOCSDIR%%/TODO > -%%PORTDOCS%%%%DOCSDIR%%/adt_2common_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash__test_8c-example.html > -%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue__test_8c-example.html > -%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack__test_8c-example.html > +libdata/ldconfig/bglibs > +%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash_test_8c-example.html > +%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue_test_8c-example.html > +%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack_test_8c-example.html > +%%PORTDOCS%%%%DOCSDIR%%/adt__common_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/annotated.html > +%%PORTDOCS%%%%DOCSDIR%%/base64_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/bc_s.png > +%%PORTDOCS%%%%DOCSDIR%%/bdwn.png > +%%PORTDOCS%%%%DOCSDIR%%/cdb_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/classes.html > -%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/cli_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/closed.png > +%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc16__arc_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc16__ccitt_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc16__xmodem_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc32_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc32c_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/crc64_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/debug_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/deprecated.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_201548bc8cd7b18da7ab15618d9a7744.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_28609d2f6b17322077df409bed0e8d02.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_3fb7bf5367cadb161b081662ce57c8a3.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_74e682a418f682a90c4a9d71beb28fdd.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_a2e2a6ddf2b9459cbc3be164f3c73476.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_b467e31085870d6887ee57c7b172ec7c.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_dd30a1940344e6186e300b1ab56c7d11.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_e79ee0b49666b683d4b4444c8b170e6b.html > -%%PORTDOCS%%%%DOCSDIR%%/dir_f74869e8b4fdb609276034ecde8dfb36.html > -%%PORTDOCS%%%%DOCSDIR%%/dirs.html > +%%PORTDOCS%%%%DOCSDIR%%/dict_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_427baa8a9a5be237f298d4545d0d1ce2.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_53403d93963d3f5d2fcffd0698f5bddb.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_7e9e3a9dba0f8bf2fb326009354b80c2.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_9ffb71a7992048c062aba831ce1b5b79.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_a8dbd272f2688e4af1ebe53563b7574a.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_b348de9074e53a33afe52e16e180f86e.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_c882bb6fa009938b7b09c7ff2cbfbf0e.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_d44c64559bbebec7f509842c48db8b23.html > +%%PORTDOCS%%%%DOCSDIR%%/dir_f8ab57e0d469b48445b5dfd63bafd7af.html > +%%PORTDOCS%%%%DOCSDIR%%/dns_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/doxygen.css > %%PORTDOCS%%%%DOCSDIR%%/doxygen.png > -%%PORTDOCS%%%%DOCSDIR%%/env_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/dynsections.js > +%%PORTDOCS%%%%DOCSDIR%%/envstr_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/examples.html > -%%PORTDOCS%%%%DOCSDIR%%/fcntl_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/files.html > +%%PORTDOCS%%%%DOCSDIR%%/fmt_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ftv2blank.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2cl.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2doc.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderclosed.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderopen.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2lastnode.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2link.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2mlastnode.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2mnode.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2mo.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2node.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2ns.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2plastnode.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2pnode.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2splitbar.png > +%%PORTDOCS%%%%DOCSDIR%%/ftv2vertline.png > %%PORTDOCS%%%%DOCSDIR%%/functions.html > %%PORTDOCS%%%%DOCSDIR%%/functions_vars.html > -%%PORTDOCS%%%%DOCSDIR%%/ghash_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/gcrc_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ghash_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/group__adt.html > %%PORTDOCS%%%%DOCSDIR%%/group__adt__ghash.html > %%PORTDOCS%%%%DOCSDIR%%/group__adt__gqueue.html > %%PORTDOCS%%%%DOCSDIR%%/group__adt__gstack.html > +%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html > +%%PORTDOCS%%%%DOCSDIR%%/group__dns.html > %%PORTDOCS%%%%DOCSDIR%%/group__envstr.html > %%PORTDOCS%%%%DOCSDIR%%/group__fmt.html > %%PORTDOCS%%%%DOCSDIR%%/group__ibuf.html > -%%PORTDOCS%%%%DOCSDIR%%/group__installer.html > -%%PORTDOCS%%%%DOCSDIR%%/group__instlib.html > %%PORTDOCS%%%%DOCSDIR%%/group__iobuf.html > %%PORTDOCS%%%%DOCSDIR%%/group__ipv4.html > %%PORTDOCS%%%%DOCSDIR%%/group__ipv6.html > @@ -184,63 +146,87 @@ lib/bglibs/vmailmgr/vpwentry.a > %%PORTDOCS%%%%DOCSDIR%%/group__path.html > %%PORTDOCS%%%%DOCSDIR%%/group__resolve.html > %%PORTDOCS%%%%DOCSDIR%%/group__selfpipe.html > +%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html > %%PORTDOCS%%%%DOCSDIR%%/group__socket.html > %%PORTDOCS%%%%DOCSDIR%%/group__str.html > %%PORTDOCS%%%%DOCSDIR%%/group__striter.html > +%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html > %%PORTDOCS%%%%DOCSDIR%%/group__trigger.html > -%%PORTDOCS%%%%DOCSDIR%%/gstack_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/gstack_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/hmac_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/index.html > -%%PORTDOCS%%%%DOCSDIR%%/installer_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/iobuf_2common_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/iter_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/misc_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/iobuf__common_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/jquery.js > +%%PORTDOCS%%%%DOCSDIR%%/md4_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/md5_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/misc_8h_source.html > %%PORTDOCS%%%%DOCSDIR%%/modules.html > -%%PORTDOCS%%%%DOCSDIR%%/multi_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/number_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/obuf_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/msg_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/nav_f.png > +%%PORTDOCS%%%%DOCSDIR%%/nav_g.png > +%%PORTDOCS%%%%DOCSDIR%%/nav_h.png > +%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/obuf_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/open.png > %%PORTDOCS%%%%DOCSDIR%%/pages.html > -%%PORTDOCS%%%%DOCSDIR%%/path_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/resolve_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/sig_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/socket_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/str_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/path_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/resolve_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sha1_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sha256_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sha384_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sha512_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sig_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/socket_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/str_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/striter_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/structSHA1__CTX.html > +%%PORTDOCS%%%%DOCSDIR%%/structSHA256__ctx.html > +%%PORTDOCS%%%%DOCSDIR%%/structSHA512__ctx.html > +%%PORTDOCS%%%%DOCSDIR%%/structcdb.html > +%%PORTDOCS%%%%DOCSDIR%%/structcdb__make.html > +%%PORTDOCS%%%%DOCSDIR%%/structcli__option.html > +%%PORTDOCS%%%%DOCSDIR%%/structcli__stringlist.html > +%%PORTDOCS%%%%DOCSDIR%%/structdict.html > +%%PORTDOCS%%%%DOCSDIR%%/structdict__entry.html > +%%PORTDOCS%%%%DOCSDIR%%/structdns__mx.html > +%%PORTDOCS%%%%DOCSDIR%%/structdns__result.html > +%%PORTDOCS%%%%DOCSDIR%%/structdns__transmit.html > %%PORTDOCS%%%%DOCSDIR%%/structghash.html > %%PORTDOCS%%%%DOCSDIR%%/structghashiter.html > %%PORTDOCS%%%%DOCSDIR%%/structgqueue.html > %%PORTDOCS%%%%DOCSDIR%%/structgqueue__node.html > %%PORTDOCS%%%%DOCSDIR%%/structgstack.html > %%PORTDOCS%%%%DOCSDIR%%/structgstack__node.html > +%%PORTDOCS%%%%DOCSDIR%%/structhmac__control__block.html > %%PORTDOCS%%%%DOCSDIR%%/structibuf.html > %%PORTDOCS%%%%DOCSDIR%%/structiobuf.html > %%PORTDOCS%%%%DOCSDIR%%/structipv4addr.html > %%PORTDOCS%%%%DOCSDIR%%/structipv6addr.html > +%%PORTDOCS%%%%DOCSDIR%%/structmd4__ctx.html > +%%PORTDOCS%%%%DOCSDIR%%/structmd5__ctx.html > %%PORTDOCS%%%%DOCSDIR%%/structobuf.html > %%PORTDOCS%%%%DOCSDIR%%/structstr.html > %%PORTDOCS%%%%DOCSDIR%%/structstr__sortentry.html > %%PORTDOCS%%%%DOCSDIR%%/structstriter.html > -%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif > -%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif > -%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif > -%%PORTDOCS%%%%DOCSDIR%%/tabs.css > -%%PORTDOCS%%%%DOCSDIR%%/trigger_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html > -%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html > -%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html > -%%PORTDOCS%%%%DOCSDIR%%/hmac_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/md4_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/md5_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/sha1_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/sha256_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/sha384_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/sha512_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/structsurfrand.html > -%%PORTDOCS%%%%DOCSDIR%%/surf_8h-source.html > -%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h-source.html > +%%PORTDOCS%%%%DOCSDIR%%/surf_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/sync_off.png > +%%PORTDOCS%%%%DOCSDIR%%/sync_on.png > +%%PORTDOCS%%%%DOCSDIR%%/tab_a.png > +%%PORTDOCS%%%%DOCSDIR%%/tab_b.png > +%%PORTDOCS%%%%DOCSDIR%%/tab_h.png > +%%PORTDOCS%%%%DOCSDIR%%/tab_s.png > +%%PORTDOCS%%%%DOCSDIR%%/tabs.css > +%%PORTDOCS%%%%DOCSDIR%%/trigger_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/ucspi_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/unix_8h_source.html > +%%PORTDOCS%%%%DOCSDIR%%/wrap_8h_source.html > +man/man1/bg-installer.1.gz > man/man1/cli-generate.1.gz > > From owner-svn-ports-all@freebsd.org Sun Mar 26 06:22:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 138F0D1DE59; Sun, 26 Mar 2017 06:22:54 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD5F41B47; Sun, 26 Mar 2017 06:22:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q6MqY2016811; Sun, 26 Mar 2017 06:22:52 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q6MqvW016810; Sun, 26 Mar 2017 06:22:52 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201703260622.v2Q6MqvW016810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Sun, 26 Mar 2017 06:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436939 - head/lang/go/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 06:22:54 -0000 Author: glebius (src committer) Date: Sun Mar 26 06:22:52 2017 New Revision: 436939 URL: https://svnweb.freebsd.org/changeset/ports/436939 Log: Use pipe2() syscall. It is available on all supported FreeBSD versions. This makes lang/go not depending on pipe() syscall, this not depending on COMPAT_FREEBSD10 kernel. This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b from the official Go repo. Approved by: jlaffaye Added: head/lang/go/files/ head/lang/go/files/patch-pipe2 (contents, props changed) Added: head/lang/go/files/patch-pipe2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/go/files/patch-pipe2 Sun Mar 26 06:22:52 2017 (r436939) @@ -0,0 +1,162 @@ +--- src/os/pipe_bsd.go ++++ src/os/pipe_bsd.go +@@ -2,7 +2,7 @@ + // Use of this source code is governed by a BSD-style + // license that can be found in the LICENSE file. + +-// +build darwin dragonfly freebsd nacl netbsd openbsd solaris ++// +build darwin dragonfly nacl netbsd openbsd solaris + + package os + +--- /dev/null ++++ src/os/pipe_freebsd.go +@@ -0,0 +1,20 @@ ++// Copyright 2017 The Go Authors. All rights reserved. ++// Use of this source code is governed by a BSD-style ++// license that can be found in the LICENSE file. ++ ++package os ++ ++import "syscall" ++ ++// Pipe returns a connected pair of Files; reads from r return bytes written to w. ++// It returns the files and an error, if any. ++func Pipe() (r *File, w *File, err error) { ++ var p [2]int ++ ++ e := syscall.Pipe2(p[0:], syscall.O_CLOEXEC) ++ if e != nil { ++ return nil, nil, NewSyscallError("pipe", e) ++ } ++ ++ return NewFile(uintptr(p[0]), "|0"), NewFile(uintptr(p[1]), "|1"), nil ++} +--- src/syscall/exec_bsd.go ++++ src/syscall/exec_bsd.go +@@ -256,17 +256,3 @@ childerror: + RawSyscall(SYS_EXIT, 253, 0, 0) + } + } +- +-// Try to open a pipe with O_CLOEXEC set on both file descriptors. +-func forkExecPipe(p []int) error { +- err := Pipe(p) +- if err != nil { +- return err +- } +- _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC) +- if err != nil { +- return err +- } +- _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC) +- return err +-} +--- /dev/null ++++ src/syscall/exec_freebsd.go +@@ -0,0 +1,9 @@ ++// Copyright 2017 The Go Authors. All rights reserved. ++// Use of this source code is governed by a BSD-style ++// license that can be found in the LICENSE file. ++ ++package syscall ++ ++func forkExecPipe(p []int) error { ++ return Pipe2(p, O_CLOEXEC) ++} +--- /dev/null ++++ src/syscall/forkpipe_bsd.go +@@ -0,0 +1,20 @@ ++// Copyright 2011 The Go Authors. All rights reserved. ++// Use of this source code is governed by a BSD-style ++// license that can be found in the LICENSE file. ++ ++// +build darwin dragonfly netbsd openbsd ++ ++package syscall ++ ++func forkExecPipe(p []int) error { ++ err := Pipe(p) ++ if err != nil { ++ return err ++ } ++ _, err = fcntl(p[0], F_SETFD, FD_CLOEXEC) ++ if err != nil { ++ return err ++ } ++ _, err = fcntl(p[1], F_SETFD, FD_CLOEXEC) ++ return err ++} +--- src/syscall/syscall_freebsd.go ++++ src/syscall/syscall_freebsd.go +@@ -66,14 +66,21 @@ func direntNamlen(buf []byte) (uint64, bool) { + return readInt(buf, unsafe.Offsetof(Dirent{}.Namlen), unsafe.Sizeof(Dirent{}.Namlen)) + } + +-//sysnb pipe() (r int, w int, err error) ++func Pipe(p []int) error { ++ return Pipe2(p, 0) ++} ++ ++//sysnb pipe2(p *[2]_C_int, flags int) (err error) + +-func Pipe(p []int) (err error) { ++func Pipe2(p []int, flags int) error { + if len(p) != 2 { + return EINVAL + } +- p[0], p[1], err = pipe() +- return ++ var pp [2]_C_int ++ err := pipe2(&pp, flags) ++ p[0] = int(pp[0]) ++ p[1] = int(pp[1]) ++ return err + } + + func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { +--- src/syscall/zsyscall_freebsd_386.go ++++ src/syscall/zsyscall_freebsd_386.go +@@ -261,10 +261,8 @@ func fcntl(fd int, cmd int, arg int) (val int, err error) { + + // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +-func pipe() (r int, w int, err error) { +- r0, r1, e1 := RawSyscall(SYS_PIPE, 0, 0, 0) +- r = int(r0) +- w = int(r1) ++func pipe2(p *[2]_C_int, flags int) (err error) { ++ _, _, e1 := RawSyscall(SYS_PIPE2, uintptr(unsafe.Pointer(p)), uintptr(flags), 0) + if e1 != 0 { + err = errnoErr(e1) + } +--- src/syscall/zsyscall_freebsd_amd64.go ++++ src/syscall/zsyscall_freebsd_amd64.go +@@ -261,10 +261,8 @@ func fcntl(fd int, cmd int, arg int) (val int, err error) { + + // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +-func pipe() (r int, w int, err error) { +- r0, r1, e1 := RawSyscall(SYS_PIPE, 0, 0, 0) +- r = int(r0) +- w = int(r1) ++func pipe2(p *[2]_C_int, flags int) (err error) { ++ _, _, e1 := RawSyscall(SYS_PIPE2, uintptr(unsafe.Pointer(p)), uintptr(flags), 0) + if e1 != 0 { + err = errnoErr(e1) + } +--- src/syscall/zsyscall_freebsd_arm.go ++++ src/syscall/zsyscall_freebsd_arm.go +@@ -261,10 +261,8 @@ func fcntl(fd int, cmd int, arg int) (val int, err error) { + + // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +-func pipe() (r int, w int, err error) { +- r0, r1, e1 := RawSyscall(SYS_PIPE, 0, 0, 0) +- r = int(r0) +- w = int(r1) ++func pipe2(p *[2]_C_int, flags int) (err error) { ++ _, _, e1 := RawSyscall(SYS_PIPE2, uintptr(unsafe.Pointer(p)), uintptr(flags), 0) + if e1 != 0 { + err = errnoErr(e1) + } From owner-svn-ports-all@freebsd.org Sun Mar 26 06:27:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BAA9D1DF1E; Sun, 26 Mar 2017 06:27:41 +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 5B6111CAC; Sun, 26 Mar 2017 06:27:41 +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 v2Q6ReAO017101; Sun, 26 Mar 2017 06:27:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q6Repa017099; Sun, 26 Mar 2017 06:27:40 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703260627.v2Q6Repa017099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 26 Mar 2017 06:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436940 - head/www/ilias X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 06:27:41 -0000 Author: wen Date: Sun Mar 26 06:27:40 2017 New Revision: 436940 URL: https://svnweb.freebsd.org/changeset/ports/436940 Log: - Update to 5.2.2 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Sun Mar 26 06:22:52 2017 (r436939) +++ head/www/ilias/Makefile Sun Mar 26 06:27:40 2017 (r436940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Sun Mar 26 06:22:52 2017 (r436939) +++ head/www/ilias/distinfo Sun Mar 26 06:27:40 2017 (r436940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488789132 -SHA256 (ILIAS-eLearning-ILIAS-v5.2.1_GH0.tar.gz) = abef2c2ff7edc0333b08baef0483cada408ea0da0d4c1c97c056e5a21a1596cc -SIZE (ILIAS-eLearning-ILIAS-v5.2.1_GH0.tar.gz) = 148097703 +TIMESTAMP = 1490047681 +SHA256 (ILIAS-eLearning-ILIAS-v5.2.2_GH0.tar.gz) = 293a6f771ea246c9d7a56c94f48aff3bb857d75b7c7a893679e4c3a6bb714923 +SIZE (ILIAS-eLearning-ILIAS-v5.2.2_GH0.tar.gz) = 148104988 From owner-svn-ports-all@freebsd.org Sun Mar 26 06:45:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87DA5D1D46D; Sun, 26 Mar 2017 06:45:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB95143A; Sun, 26 Mar 2017 06:45:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9F7304CB9; Sun, 26 Mar 2017 06:45:10 +0000 (UTC) Date: Sun, 26 Mar 2017 06:45:10 +0000 From: Alexey Dokuchaev To: Marcelo Araujo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436935 - in head/mail/qmail-qfilter: . files Message-ID: <20170326064510.GA31337@FreeBSD.org> References: <201703260456.v2Q4u4tk079924@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703260456.v2Q4u4tk079924@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 06:45:11 -0000 On Sun, Mar 26, 2017 at 04:56:04AM +0000, Marcelo Araujo wrote: > New Revision: 436935 > URL: https://svnweb.freebsd.org/changeset/ports/436935 > > Log: > - Bump PORTREVISION to reflect /deve/bglibs update. > - Take maintainership. > > Added: > head/mail/qmail-qfilter/files/ > head/mail/qmail-qfilter/files/patch-Makefile (contents, props changed) > head/mail/qmail-qfilter/files/patch-qmail-qfilter.c (contents, props changed) Would you please document (reflect in the commit log) these patches as well? ./danfe From owner-svn-ports-all@freebsd.org Sun Mar 26 08:44:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07CF7D1EF7C; Sun, 26 Mar 2017 08:44:34 +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 C8BE41146; Sun, 26 Mar 2017 08:44:33 +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 v2Q8iWBB072853; Sun, 26 Mar 2017 08:44:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q8iWrb072851; Sun, 26 Mar 2017 08:44:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703260844.v2Q8iWrb072851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Mar 2017 08:44:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436941 - head/devel/pkgconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 08:44:34 -0000 Author: antoine Date: Sun Mar 26 08:44:32 2017 New Revision: 436941 URL: https://svnweb.freebsd.org/changeset/ports/436941 Log: Revert upgrade to 1.3.2 and require exp-run for future upgrades, this upgrade breaks some ports. With hat: portmgr Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sun Mar 26 06:27:40 2017 (r436940) +++ head/devel/pkgconf/Makefile Sun Mar 26 08:44:32 2017 (r436941) @@ -1,11 +1,15 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.0 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ +# NOTE: before committing to this port, contact portmgr to arrange for an +# experimental ports run. Untested commits may be backed out at portmgr's +# discretion. MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Sun Mar 26 06:27:40 2017 (r436940) +++ head/devel/pkgconf/distinfo Sun Mar 26 08:44:32 2017 (r436941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490437487 -SHA256 (pkgconf-1.3.2.tar.xz) = a65f33158607647757235329af5749896b8a387fcdd8f334a5f7a49d25aad902 -SIZE (pkgconf-1.3.2.tar.xz) = 270592 +TIMESTAMP = 1488061771 +SHA256 (pkgconf-1.3.0.tar.xz) = a9f34f5ad2a043196402c070d0043868c64ee2d9c7664cd47d6b8d1e8b7ec92a +SIZE (pkgconf-1.3.0.tar.xz) = 269480 From owner-svn-ports-all@freebsd.org Sun Mar 26 08:54:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83147D1E8A3; Sun, 26 Mar 2017 08:54:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35F011E3D; Sun, 26 Mar 2017 08:54:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q8sBII077428; Sun, 26 Mar 2017 08:54:11 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q8sBpV077426; Sun, 26 Mar 2017 08:54:11 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260854.v2Q8sBpV077426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 08:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436942 - in head/devel/bglibs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 08:54:12 -0000 Author: araujo Date: Sun Mar 26 08:54:10 2017 New Revision: 436942 URL: https://svnweb.freebsd.org/changeset/ports/436942 Log: - Restore PORTEPOCH mistakenly removed in my previous commit. [1] - Add the right path to system headers. - We need PERL5 configure. Reported by: vanilla@ [1] Modified: head/devel/bglibs/Makefile head/devel/bglibs/files/patch-Makefile Modified: head/devel/bglibs/Makefile ============================================================================== --- head/devel/bglibs/Makefile Sun Mar 26 08:44:32 2017 (r436941) +++ head/devel/bglibs/Makefile Sun Mar 26 08:54:10 2017 (r436942) @@ -3,6 +3,7 @@ PORTNAME= bglibs PORTVERSION= 2.03 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ http://untroubled.org/${PORTNAME}/ @@ -14,7 +15,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool:build perl5 -USE_PERL5= run +USE_PERL5= run configure BGLIBS_INC= ${PREFIX}/include/${PORTNAME} BGLIBS_LIB= ${PREFIX}/lib/${PORTNAME} USE_LDCONFIG= ${BGLIBS_LIB} Modified: head/devel/bglibs/files/patch-Makefile ============================================================================== --- head/devel/bglibs/files/patch-Makefile Sun Mar 26 08:44:32 2017 (r436941) +++ head/devel/bglibs/files/patch-Makefile Sun Mar 26 08:54:10 2017 (r436942) @@ -29,6 +29,15 @@ bg-installer.o: compile bg-installer.c sysdeps.h include/bglibs/cli.h include/bglibs/fmt.h include/bglibs/ibuf.h include/bglibs/iobuf_common.h include/bglibs/obuf.h sysdeps.h include/iobuf_common.h include/bglibs/iobuf.h include/ibuf.h include/obuf.h sysdeps.h include/bglibs/msg.h sysdeps.h include/bglibs/debug.h include/bglibs/wrap.h include/bglibs/path.h include/bglibs/str.h sysdeps.h include/str.h sysdeps.h include/bglibs/striter.h bg-installer-cli.h ./compile bg-installer.c +@@ -152,7 +152,7 @@ compile: conf-cc + ( echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'/usr/local/include'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + @@ -864,7 +864,7 @@ path/mktemp.lo path/mktemp.o: ltcompile perl-head.pl: From owner-svn-ports-all@freebsd.org Sun Mar 26 08:54:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4762D1E9AB; Sun, 26 Mar 2017 08:54:51 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-ot0-x234.google.com (mail-ot0-x234.google.com [IPv6:2607:f8b0:4003:c0f::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74D501063; Sun, 26 Mar 2017 08:54:51 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-ot0-x234.google.com with SMTP id a5so14886257oth.1; Sun, 26 Mar 2017 01:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=iRvelmuYDALAIO/vIPvuHVpSIwbVkZlr+3G4IOBWBHs=; b=KQpt8J773fJZG4oGh6Rv0EY4PkBdGq12OBwLvzdj44rpMQeMdTilEXsjXIAX4zhn/C Tuc2VyvPgYxhmCeYFyAAH2yen+PLGglfBLQZS2Eg3uFYUCjSRN/4AseBvLx7iHxSLR0H YVWIS4/ELnfrOSyrHiOjotcaAei11dqrRwbLCP1SZptoMmO9WrLzGfxQeyMVVrpNF7jU USbLVBX3oBuXtQq+gvTgDdBRcWlfBdxOwzgy/mu4hJt5onx2ySQbRnAlsG+BGiwrS9I9 HelZ7geIxkZgS0jypn4ej8ktcg6ODynBPjt23jIAl6/ElFmCgqTrkn18ZCFMj9JDpyfV t0Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=iRvelmuYDALAIO/vIPvuHVpSIwbVkZlr+3G4IOBWBHs=; b=Lqz3ed42LfFCjbJXbJMWZMnahUM0UhS05FjhOYX+zI88Vl3hqyKL84b7KikdNeFrry eEhiuFnJWdn99MLgyxIiANUc9gKScXPK5PNFaANISd5fthGVArIaUqzXYgTvWPl1BWfz 9sL3Ch0LXXnB9hK+74ZDRaNO96gWmSpUcaK8+QmHMRCp9N/vSYDpfg+7wYyXU6Ob8rBD 8lyicLMFz6us85rwK7MSgvwukz8WB8HeFjBrR6JwoKxdse9IXVEBGa/f2rW5ImwEHJpz MTnDEgNuFTf38m/kE6BhUWoREAVGSW11OqjqNeSa6Py3jiaqs/rrqTDMEEQpBzWKODQQ VI5g== X-Gm-Message-State: AFeK/H0CAJRx5vX8Smb+Z3X18ALQAt7IzThlRqb1VHw+uK+Ceh+J5fsp667ZS7SaDxy0dq3tK/HUhUpyhMZLbQ== X-Received: by 10.157.45.163 with SMTP id g32mr9461177otb.274.1490518490149; Sun, 26 Mar 2017 01:54:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.9.237 with HTTP; Sun, 26 Mar 2017 01:54:49 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: References: <201703260448.v2Q4mMmN075322@repo.freebsd.org> From: Marcelo Araujo Date: Sun, 26 Mar 2017 16:54:49 +0800 Message-ID: Subject: Re: svn commit: r436929 - in head/devel/bglibs: . files To: v@fatpipi.com Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 08:54:51 -0000 Thanks vanilla@. I did restore the PORTEPOCH removed by mistake. Best, 2017-03-26 13:42 GMT+08:00 Vanilla Hsu : > You should keep PORTEPOCH! > > 2017-03-26 12:48 GMT+08:00 Marcelo Araujo : > >> Author: araujo >> Date: Sun Mar 26 04:48:22 2017 >> New Revision: 436929 >> URL: https://svnweb.freebsd.org/changeset/ports/436929 >> >> Log: >> - Update to 2.03. >> - Take maintainership. >> >> Modified: >> head/devel/bglibs/Makefile >> head/devel/bglibs/distinfo >> head/devel/bglibs/files/patch-Makefile >> head/devel/bglibs/pkg-plist >> >> Modified: head/devel/bglibs/Makefile >> ============================================================ >> ================== >> --- head/devel/bglibs/Makefile Sun Mar 26 04:22:04 2017 (r436928) >> +++ head/devel/bglibs/Makefile Sun Mar 26 04:48:22 2017 (r436929) >> @@ -2,14 +2,12 @@ >> # $FreeBSD$ >> >> PORTNAME= bglibs >> -PORTVERSION= 1.106 >> -PORTREVISION= 6 >> -PORTEPOCH= 1 >> +PORTVERSION= 2.03 >> CATEGORIES= devel >> MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ >> http://untroubled.org/${PORTNAME}/ >> >> -MAINTAINER= ports@FreeBSD.org >> +MAINTAINER= araujo@FreeBSD.org >> COMMENT= One stop library package by Bruce Guenter >> >> LICENSE= LGPL21+ >> >> Modified: head/devel/bglibs/distinfo >> ============================================================ >> ================== >> --- head/devel/bglibs/distinfo Sun Mar 26 04:22:04 2017 (r436928) >> +++ head/devel/bglibs/distinfo Sun Mar 26 04:48:22 2017 (r436929) >> @@ -1,2 +1,3 @@ >> -SHA256 (bglibs-1.106.tar.gz) = 5c8ae51c2d88e58ff2fccc32d3000e >> 88054d87fd69b6bfa6d0f70528e8538df0 >> -SIZE (bglibs-1.106.tar.gz) = 481564 >> +TIMESTAMP = 1490334968 >> +SHA256 (bglibs-2.03.tar.gz) = fcc80b2deef7819abc9c155c4f393f >> 4fc51e73400139c1c78bbe3015f2b12739 >> +SIZE (bglibs-2.03.tar.gz) = 676188 >> >> Modified: head/devel/bglibs/files/patch-Makefile >> ============================================================ >> ================== >> --- head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:22:04 >> 2017 (r436928) >> +++ head/devel/bglibs/files/patch-Makefile Sun Mar 26 04:48:22 >> 2017 (r436929) >> @@ -1,20 +1,40 @@ >> ---- Makefile.orig Wed Sep 20 13:44:49 2006 >> -+++ Makefile Wed Sep 20 13:45:05 2006 >> -@@ -126,7 +126,7 @@ adt/hashs.lo: libcompile adt/hashs.c adt >> - adt/hashs.o: compile adt/hashs.c adt/common.h >> - ./compile adt/hashs.c >> - >> --all: dotlibs sysdeps.h libraries bg-installer cli-generate selftests >> -+all: dotlibs sysdeps.h libraries bg-installer cli-generate >> - >> - base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h >> - ./libcompile base64/asc2bin.c >> -@@ -877,7 +877,7 @@ >> +--- Makefile.orig 2015-02-06 23:57:34 UTC >> ++++ Makefile >> +@@ -69,7 +69,7 @@ adt/hashb.lo adt/hashb.o: ltcompile adt/ >> + adt/hashs.lo adt/hashs.o: ltcompile adt/hashs.c >> include/bglibs/adt_common.h >> + ./ltcompile adt/hashs.c >> >> - perl-head.pl: >> - ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export >> PATH; \ >> +-all: sysdeps.h libraries programs man selftests >> ++all: sysdeps.h libraries programs man >> + >> + base64/asc2bin.lo base64/asc2bin.o: ltcompile base64/asc2bin.c >> include/bglibs/base64.h include/bglibs/str.h sysdeps.h >> + ./ltcompile base64/asc2bin.c >> +@@ -93,16 +93,16 @@ bg-installer: bg-installer.o ltload libb >> + ./ltload bg-installer libbg-cli.la libbg.la bg-installer-cli.o >> -lbg-cli -static >> + >> + bg-installer-cli.c: bg-installer.cli cli-generate sysdeps.h >> +- ./cli-generate -c $< >$@ >> ++ ./cli-generate -c bg-installer.cli >$@ >> + >> + bg-installer-cli.h: bg-installer.cli cli-generate >> +- ./cli-generate -h $< >$@ >> ++ ./cli-generate -h bg-installer.cli >$@ >> + >> + bg-installer-cli.o: compile bg-installer-cli.c >> + ./compile bg-installer-cli.c >> + >> + bg-installer.1: bg-installer.cli cli-generate >> +- ./cli-generate -m $< >$@ >> ++ ./cli-generate -m bg-installer.cli >$@ >> + >> + bg-installer.o: compile bg-installer.c sysdeps.h include/bglibs/cli.h >> include/bglibs/fmt.h include/bglibs/ibuf.h include/bglibs/iobuf_common.h >> include/bglibs/obuf.h sysdeps.h include/iobuf_common.h >> include/bglibs/iobuf.h include/ibuf.h include/obuf.h sysdeps.h >> include/bglibs/msg.h sysdeps.h include/bglibs/debug.h include/bglibs/wrap.h >> include/bglibs/path.h include/bglibs/str.h sysdeps.h include/str.h >> sysdeps.h include/bglibs/striter.h bg-installer-cli.h >> + ./compile bg-installer.c >> +@@ -864,7 +864,7 @@ path/mktemp.lo path/mktemp.o: ltcompile >> + >> + perl-head.pl: >> + ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export >> PATH; \ >> - perl=`which perl`; \ >> + perl=`which perl` || perl="/usr/local/bin/perl"; \ >> - echo "#! $$perl"; \ >> - echo "# WARNING: This file was auto-generated. Do not edit!"; \ >> - echo ) >perl-head.pl >> + echo "#! $$perl"; \ >> + echo "# WARNING: This file was auto-generated. Do not edit!"; \ >> + echo ) >perl-head.pl >> >> Modified: head/devel/bglibs/pkg-plist >> ============================================================ >> ================== >> --- head/devel/bglibs/pkg-plist Sun Mar 26 04:22:04 2017 (r436928) >> +++ head/devel/bglibs/pkg-plist Sun Mar 26 04:48:22 2017 (r436929) >> @@ -1,182 +1,144 @@ >> bin/bg-installer >> bin/cli-generate >> bin/crc-gentab >> -include/bglibs/adt/common.h >> -include/bglibs/adt/ghash.h >> -include/bglibs/adt/gqueue.h >> -include/bglibs/adt/gstack.h >> -include/bglibs/base64/base64.h >> -include/bglibs/cdb/cdb.h >> -include/bglibs/cdb/make.h >> -include/bglibs/cdb/str.h >> -include/bglibs/cli/cli.h >> -include/bglibs/crc/crc16_arc.h >> -include/bglibs/crc/crc16_ccitt.h >> -include/bglibs/crc/crc16_xmodem.h >> -include/bglibs/crc/crc32.h >> -include/bglibs/crc/crc32c.h >> -include/bglibs/crc/crc64.h >> -include/bglibs/crc/gcrc.h >> -include/bglibs/crypto/hmac.h >> -include/bglibs/crypto/md5.h >> -include/bglibs/crypto/sha1.h >> -include/bglibs/crypto/sha256.h >> -include/bglibs/crypto/sha384.h >> -include/bglibs/crypto/sha512.h >> -include/bglibs/crypto/surf.h >> -include/bglibs/crypto/surfrand.h >> -include/bglibs/dict/dict.h >> -include/bglibs/dict/load.h >> -include/bglibs/fmt/number.h >> -include/bglibs/fmt/misc.h >> -include/bglibs/fmt/multi.h >> -include/bglibs/installer.h >> -include/bglibs/iobuf/common.h >> -include/bglibs/iobuf/ibuf.h >> -include/bglibs/iobuf/iobuf.h >> -include/bglibs/iobuf/obuf.h >> -include/bglibs/misc/misc.h >> -include/bglibs/misc/ucspi.h >> -include/bglibs/msg/debug.h >> -include/bglibs/msg/msg.h >> -include/bglibs/msg/wrap.h >> -include/bglibs/net/ipv4.h >> -include/bglibs/net/ipv6.h >> -include/bglibs/net/resolve.h >> -include/bglibs/net/socket.h >> -include/bglibs/path/path.h >> +include/bglibs/bglibs/adt_common.h >> +include/bglibs/bglibs/base64.h >> +include/bglibs/bglibs/cdb.h >> +include/bglibs/bglibs/cli.h >> +include/bglibs/bglibs/crc16_arc.h >> +include/bglibs/bglibs/crc16_ccitt.h >> +include/bglibs/bglibs/crc16_xmodem.h >> +include/bglibs/bglibs/crc32.h >> +include/bglibs/bglibs/crc32c.h >> +include/bglibs/bglibs/crc64.h >> +include/bglibs/bglibs/debug.h >> +include/bglibs/bglibs/dict.h >> +include/bglibs/bglibs/dns.h >> +include/bglibs/bglibs/envstr.h >> +include/bglibs/bglibs/fmt.h >> +include/bglibs/bglibs/gcrc.h >> +include/bglibs/bglibs/ghash.h >> +include/bglibs/bglibs/gqueue.h >> +include/bglibs/bglibs/gstack.h >> +include/bglibs/bglibs/hmac.h >> +include/bglibs/bglibs/ibuf.h >> +include/bglibs/bglibs/iobuf.h >> +include/bglibs/bglibs/iobuf_common.h >> +include/bglibs/bglibs/ipv4.h >> +include/bglibs/bglibs/ipv6.h >> +include/bglibs/bglibs/md4.h >> +include/bglibs/bglibs/md5.h >> +include/bglibs/bglibs/misc.h >> +include/bglibs/bglibs/msg.h >> +include/bglibs/bglibs/obuf.h >> +include/bglibs/bglibs/path.h >> +include/bglibs/bglibs/resolve.h >> +include/bglibs/bglibs/selfpipe.h >> +include/bglibs/bglibs/sha1.h >> +include/bglibs/bglibs/sha256.h >> +include/bglibs/bglibs/sha384.h >> +include/bglibs/bglibs/sha512.h >> +include/bglibs/bglibs/sig.h >> +include/bglibs/bglibs/signalfd.h >> +include/bglibs/bglibs/socket.h >> +include/bglibs/bglibs/str.h >> +include/bglibs/bglibs/striter.h >> +include/bglibs/bglibs/surf.h >> +include/bglibs/bglibs/surfrand.h >> +include/bglibs/bglibs/sysdeps.h >> +include/bglibs/bglibs/systime.h >> +include/bglibs/bglibs/trigger.h >> +include/bglibs/bglibs/ucspi.h >> +include/bglibs/bglibs/uint16.h >> +include/bglibs/bglibs/uint32.h >> +include/bglibs/bglibs/uint64.h >> +include/bglibs/bglibs/uintnn.h >> +include/bglibs/bglibs/unix.h >> +include/bglibs/bglibs/wrap.h >> include/bglibs/pwcmp/client.h >> include/bglibs/pwcmp/hex.h >> include/bglibs/pwcmp/module.h >> -include/bglibs/str/env.h >> -include/bglibs/str/iter.h >> -include/bglibs/str/str.h >> -include/bglibs/sysdeps.h >> -include/bglibs/systime.h >> -include/bglibs/uint16.h >> -include/bglibs/uint32.h >> -include/bglibs/uint64.h >> -include/bglibs/uintnn.h >> -include/bglibs/unix/cloexec.h >> -include/bglibs/unix/fcntl.h >> -include/bglibs/unix/nonblock.h >> -include/bglibs/unix/selfpipe.h >> -include/bglibs/unix/sig.h >> -include/bglibs/unix/signalfd.h >> -include/bglibs/unix/trigger.h >> include/bglibs/vmailmgr/client.h >> include/bglibs/vmailmgr/vpwentry.h >> -lib/bglibs/base64/base64.a >> -lib/bglibs/cdb/cdb.a >> -lib/bglibs/cdb/make.a >> -lib/bglibs/cdb/str.a >> -lib/bglibs/cli/cli.a >> -lib/bglibs/crypt.lib >> -lib/bglibs/crypto/md5.a >> -lib/bglibs/crypto/sha1.a >> -lib/bglibs/crypto/sha256.a >> -lib/bglibs/crypto/sha512a.a >> -lib/bglibs/dict/dict.a >> -lib/bglibs/dict/load.a >> -lib/bglibs/dl.lib >> -lib/bglibs/iobuf/iobuf.a >> -lib/bglibs/iobuf/str.a >> -lib/bglibs/libbg-adt.a >> -lib/bglibs/libbg-base64.a >> -lib/bglibs/libbg-cdb.a >> lib/bglibs/libbg-cli.a >> -lib/bglibs/libbg-crc.a >> -lib/bglibs/libbg-crypto.a >> -lib/bglibs/libbg-dict.a >> -lib/bglibs/libbg-fmt.a >> -lib/bglibs/libbg-installer.a >> -lib/bglibs/libbg-instcheck.a >> -lib/bglibs/libbg-instshow.a >> -lib/bglibs/libbg-iobuf.a >> -lib/bglibs/libbg-misc.a >> -lib/bglibs/libbg-msg.a >> -lib/bglibs/libbg-net.a >> -lib/bglibs/libbg-path.a >> -lib/bglibs/libbg-str.a >> -lib/bglibs/libbg-sysdeps.a >> -lib/bglibs/libbg-sysdeps.so >> -lib/bglibs/libbg-sysdeps.so.1 >> -lib/bglibs/libbg-sysdeps.so.1.1.1 >> -lib/bglibs/libbg-unix.a >> lib/bglibs/libbg.a >> lib/bglibs/libbg.so >> -lib/bglibs/libbg.so.1 >> -lib/bglibs/libbg.so.1.1.1 >> -lib/bglibs/libinstaller.a >> -lib/bglibs/libinstcheck.a >> -lib/bglibs/libinstshow.a >> +lib/bglibs/libbg.so.2 >> +lib/bglibs/libbg.so.2.0.0 >> lib/bglibs/libpwcmp-module.a >> lib/bglibs/libpwcmp.a >> -lib/bglibs/libsysdeps.a >> lib/bglibs/libvmailmgr.a >> -lib/bglibs/m.lib >> -lib/bglibs/misc/misc.a >> -lib/bglibs/msg/msg.a >> -lib/bglibs/msg/wrap.a >> -lib/bglibs/net.lib >> -lib/bglibs/net/ipv4.a >> -lib/bglibs/net/resolve.a >> -lib/bglibs/net/socket.a >> -lib/bglibs/path/path.a >> -lib/bglibs/pwcmp/client.a >> -lib/bglibs/pwcmp/hex.a >> -lib/bglibs/pwcmp/module.a >> -lib/bglibs/rt.lib >> -lib/bglibs/s.lib >> -lib/bglibs/shadow.lib >> -lib/bglibs/socket.lib >> -lib/bglibs/str/iter.a >> -lib/bglibs/str/str.a >> -lib/bglibs/unix/nonblock.a >> -lib/bglibs/unix/sig.a >> -lib/bglibs/vmailmgr/client.a >> -lib/bglibs/vmailmgr/vpwentry.a >> -%%PORTDOCS%%%%DOCSDIR%%/NEWS >> -%%PORTDOCS%%%%DOCSDIR%%/README >> -%%PORTDOCS%%%%DOCSDIR%%/TODO >> -%%PORTDOCS%%%%DOCSDIR%%/adt_2common_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash__test_8c-example.html >> -%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue__test_8c-example.html >> -%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack__test_8c-example.html >> +libdata/ldconfig/bglibs >> +%%PORTDOCS%%%%DOCSDIR%%/adt_2ghash_test_8c-example.html >> +%%PORTDOCS%%%%DOCSDIR%%/adt_2gqueue_test_8c-example.html >> +%%PORTDOCS%%%%DOCSDIR%%/adt_2gstack_test_8c-example.html >> +%%PORTDOCS%%%%DOCSDIR%%/adt__common_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/annotated.html >> +%%PORTDOCS%%%%DOCSDIR%%/base64_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/bc_s.png >> +%%PORTDOCS%%%%DOCSDIR%%/bdwn.png >> +%%PORTDOCS%%%%DOCSDIR%%/cdb_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/classes.html >> -%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/cli_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/cloexec_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/closed.png >> +%%PORTDOCS%%%%DOCSDIR%%/cmsg_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc16__arc_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc16__ccitt_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc16__xmodem_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc32_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc32c_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/crc64_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/debug_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/deprecated.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_201548bc8cd7b18da7ab15618d9a7744.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_28609d2f6b17322077df409bed0e8d02.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_3fb7bf5367cadb161b081662ce57c8a3.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_74e682a418f682a90c4a9d71beb28fdd.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_a2e2a6ddf2b9459cbc3be164f3c73476.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_b467e31085870d6887ee57c7b172ec7c.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_dd30a1940344e6186e300b1ab56c7d11.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_e79ee0b49666b683d4b4444c8b170e6b.html >> -%%PORTDOCS%%%%DOCSDIR%%/dir_f74869e8b4fdb609276034ecde8dfb36.html >> -%%PORTDOCS%%%%DOCSDIR%%/dirs.html >> +%%PORTDOCS%%%%DOCSDIR%%/dict_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_427baa8a9a5be237f298d4545d0d1ce2.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_53403d93963d3f5d2fcffd0698f5bddb.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_7e9e3a9dba0f8bf2fb326009354b80c2.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_9ffb71a7992048c062aba831ce1b5b79.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_a8dbd272f2688e4af1ebe53563b7574a.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_b348de9074e53a33afe52e16e180f86e.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_c882bb6fa009938b7b09c7ff2cbfbf0e.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_d44c64559bbebec7f509842c48db8b23.html >> +%%PORTDOCS%%%%DOCSDIR%%/dir_f8ab57e0d469b48445b5dfd63bafd7af.html >> +%%PORTDOCS%%%%DOCSDIR%%/dns_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/doxygen.css >> %%PORTDOCS%%%%DOCSDIR%%/doxygen.png >> -%%PORTDOCS%%%%DOCSDIR%%/env_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/dynsections.js >> +%%PORTDOCS%%%%DOCSDIR%%/envstr_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/examples.html >> -%%PORTDOCS%%%%DOCSDIR%%/fcntl_8h-source.html >> %%PORTDOCS%%%%DOCSDIR%%/files.html >> +%%PORTDOCS%%%%DOCSDIR%%/fmt_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2blank.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2cl.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2doc.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderclosed.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderopen.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2lastnode.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2link.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2mlastnode.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2mnode.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2mo.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2node.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2ns.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2plastnode.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2pnode.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2splitbar.png >> +%%PORTDOCS%%%%DOCSDIR%%/ftv2vertline.png >> %%PORTDOCS%%%%DOCSDIR%%/functions.html >> %%PORTDOCS%%%%DOCSDIR%%/functions_vars.html >> -%%PORTDOCS%%%%DOCSDIR%%/ghash_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/gcrc_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ghash_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/gqueue_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/group__adt.html >> %%PORTDOCS%%%%DOCSDIR%%/group__adt__ghash.html >> %%PORTDOCS%%%%DOCSDIR%%/group__adt__gqueue.html >> %%PORTDOCS%%%%DOCSDIR%%/group__adt__gstack.html >> +%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html >> +%%PORTDOCS%%%%DOCSDIR%%/group__dns.html >> %%PORTDOCS%%%%DOCSDIR%%/group__envstr.html >> %%PORTDOCS%%%%DOCSDIR%%/group__fmt.html >> %%PORTDOCS%%%%DOCSDIR%%/group__ibuf.html >> -%%PORTDOCS%%%%DOCSDIR%%/group__installer.html >> -%%PORTDOCS%%%%DOCSDIR%%/group__instlib.html >> %%PORTDOCS%%%%DOCSDIR%%/group__iobuf.html >> %%PORTDOCS%%%%DOCSDIR%%/group__ipv4.html >> %%PORTDOCS%%%%DOCSDIR%%/group__ipv6.html >> @@ -184,63 +146,87 @@ lib/bglibs/vmailmgr/vpwentry.a >> %%PORTDOCS%%%%DOCSDIR%%/group__path.html >> %%PORTDOCS%%%%DOCSDIR%%/group__resolve.html >> %%PORTDOCS%%%%DOCSDIR%%/group__selfpipe.html >> +%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html >> %%PORTDOCS%%%%DOCSDIR%%/group__socket.html >> %%PORTDOCS%%%%DOCSDIR%%/group__str.html >> %%PORTDOCS%%%%DOCSDIR%%/group__striter.html >> +%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html >> %%PORTDOCS%%%%DOCSDIR%%/group__trigger.html >> -%%PORTDOCS%%%%DOCSDIR%%/gstack_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/gstack_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/hmac_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ibuf_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/index.html >> -%%PORTDOCS%%%%DOCSDIR%%/installer_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/iobuf_2common_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/iter_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/misc_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/iobuf_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/iobuf__common_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ipv4_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ipv6_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/jquery.js >> +%%PORTDOCS%%%%DOCSDIR%%/md4_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/md5_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/misc_8h_source.html >> %%PORTDOCS%%%%DOCSDIR%%/modules.html >> -%%PORTDOCS%%%%DOCSDIR%%/multi_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/number_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/obuf_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/msg_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/nav_f.png >> +%%PORTDOCS%%%%DOCSDIR%%/nav_g.png >> +%%PORTDOCS%%%%DOCSDIR%%/nav_h.png >> +%%PORTDOCS%%%%DOCSDIR%%/nonblock_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/obuf_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/open.png >> %%PORTDOCS%%%%DOCSDIR%%/pages.html >> -%%PORTDOCS%%%%DOCSDIR%%/path_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/resolve_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/sig_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/socket_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/str_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/path_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/resolve_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/selfpipe_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sha1_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sha256_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sha384_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sha512_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sig_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/socket_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/str_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/striter_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/structSHA1__CTX.html >> +%%PORTDOCS%%%%DOCSDIR%%/structSHA256__ctx.html >> +%%PORTDOCS%%%%DOCSDIR%%/structSHA512__ctx.html >> +%%PORTDOCS%%%%DOCSDIR%%/structcdb.html >> +%%PORTDOCS%%%%DOCSDIR%%/structcdb__make.html >> +%%PORTDOCS%%%%DOCSDIR%%/structcli__option.html >> +%%PORTDOCS%%%%DOCSDIR%%/structcli__stringlist.html >> +%%PORTDOCS%%%%DOCSDIR%%/structdict.html >> +%%PORTDOCS%%%%DOCSDIR%%/structdict__entry.html >> +%%PORTDOCS%%%%DOCSDIR%%/structdns__mx.html >> +%%PORTDOCS%%%%DOCSDIR%%/structdns__result.html >> +%%PORTDOCS%%%%DOCSDIR%%/structdns__transmit.html >> %%PORTDOCS%%%%DOCSDIR%%/structghash.html >> %%PORTDOCS%%%%DOCSDIR%%/structghashiter.html >> %%PORTDOCS%%%%DOCSDIR%%/structgqueue.html >> %%PORTDOCS%%%%DOCSDIR%%/structgqueue__node.html >> %%PORTDOCS%%%%DOCSDIR%%/structgstack.html >> %%PORTDOCS%%%%DOCSDIR%%/structgstack__node.html >> +%%PORTDOCS%%%%DOCSDIR%%/structhmac__control__block.html >> %%PORTDOCS%%%%DOCSDIR%%/structibuf.html >> %%PORTDOCS%%%%DOCSDIR%%/structiobuf.html >> %%PORTDOCS%%%%DOCSDIR%%/structipv4addr.html >> %%PORTDOCS%%%%DOCSDIR%%/structipv6addr.html >> +%%PORTDOCS%%%%DOCSDIR%%/structmd4__ctx.html >> +%%PORTDOCS%%%%DOCSDIR%%/structmd5__ctx.html >> %%PORTDOCS%%%%DOCSDIR%%/structobuf.html >> %%PORTDOCS%%%%DOCSDIR%%/structstr.html >> %%PORTDOCS%%%%DOCSDIR%%/structstr__sortentry.html >> %%PORTDOCS%%%%DOCSDIR%%/structstriter.html >> -%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif >> -%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif >> -%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif >> -%%PORTDOCS%%%%DOCSDIR%%/tabs.css >> -%%PORTDOCS%%%%DOCSDIR%%/trigger_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/group__crypto.html >> -%%PORTDOCS%%%%DOCSDIR%%/group__signalfd.html >> -%%PORTDOCS%%%%DOCSDIR%%/group__surfrand.html >> -%%PORTDOCS%%%%DOCSDIR%%/hmac_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/md4_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/md5_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/sha1_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/sha256_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/sha384_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/sha512_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/signalfd_8h-source.html >> %%PORTDOCS%%%%DOCSDIR%%/structsurfrand.html >> -%%PORTDOCS%%%%DOCSDIR%%/surf_8h-source.html >> -%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h-source.html >> +%%PORTDOCS%%%%DOCSDIR%%/surf_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/surfrand_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/sync_off.png >> +%%PORTDOCS%%%%DOCSDIR%%/sync_on.png >> +%%PORTDOCS%%%%DOCSDIR%%/tab_a.png >> +%%PORTDOCS%%%%DOCSDIR%%/tab_b.png >> +%%PORTDOCS%%%%DOCSDIR%%/tab_h.png >> +%%PORTDOCS%%%%DOCSDIR%%/tab_s.png >> +%%PORTDOCS%%%%DOCSDIR%%/tabs.css >> +%%PORTDOCS%%%%DOCSDIR%%/trigger_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/ucspi_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/unix_8h_source.html >> +%%PORTDOCS%%%%DOCSDIR%%/wrap_8h_source.html >> +man/man1/bg-installer.1.gz >> man/man1/cli-generate.1.gz >> >> > -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) From owner-svn-ports-all@freebsd.org Sun Mar 26 09:02:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69A2DD1D02F; Sun, 26 Mar 2017 09:02:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 395DC1684; Sun, 26 Mar 2017 09:02:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q92tae081525; Sun, 26 Mar 2017 09:02:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q92tFf081524; Sun, 26 Mar 2017 09:02:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703260902.v2Q92tFf081524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Mar 2017 09:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436943 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 09:02:56 -0000 Author: pi Date: Sun Mar 26 09:02:55 2017 New Revision: 436943 URL: https://svnweb.freebsd.org/changeset/ports/436943 Log: databases/cego: update 2.33.0 -> 2.33.1 - Some cosmetic changes for backup manager handlng ( change nameing from archmng to backupmng ) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Mar 26 08:54:10 2017 (r436942) +++ head/databases/cego/Makefile Sun Mar 26 09:02:55 2017 (r436943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.0 +PORTVERSION= 2.33.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Mar 26 08:54:10 2017 (r436942) +++ head/databases/cego/distinfo Sun Mar 26 09:02:55 2017 (r436943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490445197 -SHA256 (cego-2.33.0.tar.gz) = 488f9e40ca424e45eb46cdd7fbde291a0deaa83d4661532be2e54c66c13cbe46 -SIZE (cego-2.33.0.tar.gz) = 1398960 +TIMESTAMP = 1490518693 +SHA256 (cego-2.33.1.tar.gz) = b39d2ac77170c8eb0941c852905c67465436bc83c726a60f6021a40af9094d74 +SIZE (cego-2.33.1.tar.gz) = 1399695 From owner-svn-ports-all@freebsd.org Sun Mar 26 09:13:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAECCD1D45C; Sun, 26 Mar 2017 09:13:24 +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 77DF61CAA; Sun, 26 Mar 2017 09:13:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q9DNl5085555; Sun, 26 Mar 2017 09:13:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q9DN9a085553; Sun, 26 Mar 2017 09:13:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703260913.v2Q9DN9a085553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Mar 2017 09:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436944 - head/www/py-flexget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 09:13:24 -0000 Author: jbeich Date: Sun Mar 26 09:13:23 2017 New Revision: 436944 URL: https://svnweb.freebsd.org/changeset/ports/436944 Log: www/py-flexget: update to 2.10.22 Changes: https://github.com/Flexget/Flexget/compare/2.10.18...2.10.22 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Sun Mar 26 09:02:55 2017 (r436943) +++ head/www/py-flexget/Makefile Sun Mar 26 09:13:23 2017 (r436944) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.18 +PORTVERSION= 2.10.22 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Sun Mar 26 09:02:55 2017 (r436943) +++ head/www/py-flexget/distinfo Sun Mar 26 09:13:23 2017 (r436944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489904065 -SHA256 (FlexGet-2.10.18.tar.gz) = 178b32c55330fedccbb4be0c789a7bf6d866f98da65f3834a8da2a5a9c925342 -SIZE (FlexGet-2.10.18.tar.gz) = 2646844 +TIMESTAMP = 1490508886 +SHA256 (FlexGet-2.10.22.tar.gz) = 360c9ee826c056cd007c569df0e5bd2c1597cd4ada362272a8f547210a153eb2 +SIZE (FlexGet-2.10.22.tar.gz) = 2646890 From owner-svn-ports-all@freebsd.org Sun Mar 26 09:24:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02A2CD1DB15; Sun, 26 Mar 2017 09:24:29 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B51AA1243; Sun, 26 Mar 2017 09:24:28 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q9ORtv089537; Sun, 26 Mar 2017 09:24:27 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q9ORuZ089535; Sun, 26 Mar 2017 09:24:27 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260924.v2Q9ORuZ089535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 09:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436945 - head/net/nsq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 09:24:29 -0000 Author: araujo Date: Sun Mar 26 09:24:27 2017 New Revision: 436945 URL: https://svnweb.freebsd.org/changeset/ports/436945 Log: - Update to 1.0.0. PR: ports/218042 Submitted by: John Hixson (maintainer) Modified: head/net/nsq/Makefile head/net/nsq/distinfo Modified: head/net/nsq/Makefile ============================================================================== --- head/net/nsq/Makefile Sun Mar 26 09:13:23 2017 (r436944) +++ head/net/nsq/Makefile Sun Mar 26 09:24:27 2017 (r436945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nsq -PORTVERSION= 0.3.8 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -20,6 +20,7 @@ USES= compiler go USE_GITHUB= yes GH_ACCOUNT= nsqio +GH_TAGNAME= v1.0.0-compat GH_SUBDIR= src/github.com/nsqio/nsq GH_TUPLE= BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ judwhite:go-svc:v1.0.0:go_svc/src/github.com/judwhite/go-svc \ @@ -31,6 +32,8 @@ GH_TUPLE= BurntSushi:toml:v0.2.0:toml/sr blang:semver:v3.3.0:semver/src/github.com/blang/semver \ bmizerany:perks:d9a9656:perks/src/github.com/bmizerany/perks \ julienschmidt:httprouter:8a45e95:httprouter/src/github.com/julienschmidt/httprouter \ + golang:snappy:553a641:snappy/src/github.com/golang/snappy \ + nsqio:go-diskqueue:d7805f8:go_diskqueue/src/github.com/nsqio/go-diskqueue \ nsqio:go-nsq:v1.0.6:go_nsq/src/github.com/nsqio/go-nsq TARGETS= nsqd nsqlookupd nsqadmin nsq_pubsub nsq_to_nsq nsq_to_file \ Modified: head/net/nsq/distinfo ============================================================================== --- head/net/nsq/distinfo Sun Mar 26 09:13:23 2017 (r436944) +++ head/net/nsq/distinfo Sun Mar 26 09:24:27 2017 (r436945) @@ -1,6 +1,6 @@ -TIMESTAMP = 1484662254 -SHA256 (nsqio-nsq-v0.3.8_GH0.tar.gz) = d9107cdfe218523a74ee801caaa97968becb4b82dae7085dbb52d05c25028ff3 -SIZE (nsqio-nsq-v0.3.8_GH0.tar.gz) = 765477 +TIMESTAMP = 1490280997 +SHA256 (nsqio-nsq-v1.0.0-v1.0.0-compat_GH0.tar.gz) = c279d339eceb84cad09e2c2bc21e069e37988d0f6b7343d77238374081c9fd29 +SIZE (nsqio-nsq-v1.0.0-v1.0.0-compat_GH0.tar.gz) = 765228 SHA256 (BurntSushi-toml-v0.2.0_GH0.tar.gz) = 4d496e400019fd050ff569952befb464f03ed586cb475640bdc206fe5c2b75cc SIZE (BurntSushi-toml-v0.2.0_GH0.tar.gz) = 38304 SHA256 (judwhite-go-svc-v1.0.0_GH0.tar.gz) = f37c4557ed506d47e3532eb8dec1b4e7834c600127f246fd1c153353ffa44ce9 @@ -21,5 +21,9 @@ SHA256 (bmizerany-perks-d9a9656_GH0.tar. SIZE (bmizerany-perks-d9a9656_GH0.tar.gz) = 9619 SHA256 (julienschmidt-httprouter-8a45e95_GH0.tar.gz) = 981709f3681a5db5c931de1c75bdf980e3cd0584765e9b2b5f5bb773a8786818 SIZE (julienschmidt-httprouter-8a45e95_GH0.tar.gz) = 21980 +SHA256 (golang-snappy-553a641_GH0.tar.gz) = 2aeade93425a41e86c98e0feaa2279969a83b980f3be3181a4247b18ee19ba43 +SIZE (golang-snappy-553a641_GH0.tar.gz) = 62031 +SHA256 (nsqio-go-diskqueue-d7805f8_GH0.tar.gz) = 9774bb9dc673eb4ad3817d1b87e69c989b7cff3077df090e88a82b82c999f82e +SIZE (nsqio-go-diskqueue-d7805f8_GH0.tar.gz) = 7212 SHA256 (nsqio-go-nsq-v1.0.6_GH0.tar.gz) = 2db9123536ee742c3e8898faf966266a8862279f66f08cc8e6bae7c7acd86347 SIZE (nsqio-go-nsq-v1.0.6_GH0.tar.gz) = 44626 From owner-svn-ports-all@freebsd.org Sun Mar 26 09:49:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C6CCD1E553; Sun, 26 Mar 2017 09:49:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C82D1D6C; Sun, 26 Mar 2017 09:49:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q9nrN6098128; Sun, 26 Mar 2017 09:49:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q9nqJi098120; Sun, 26 Mar 2017 09:49:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703260949.v2Q9nqJi098120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Mar 2017 09:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436946 - in head: databases/sqlrelay databases/sqlrelay/files devel/rudiments devel/rudiments/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 09:49:54 -0000 Author: pi Date: Sun Mar 26 09:49:52 2017 New Revision: 436946 URL: https://svnweb.freebsd.org/changeset/ports/436946 Log: devel/rudiments: update 1.0.2 -> 1.0.4 databases/sqlrelay: update 1.0.0 -> 1.0.1 rudiments: - added support for EOT to codetree - added loop-avoidance to xmldomevents class - added alias support to codetree class - replaced readline with libedit - included implementation of history_truncate_file for versions of libedit that don't provide it - added --disable-wall and --disable-werror configure options sqlrelay: - updated sqlr-bench to create "db"-bench.png - added edoc-generated API docs for the Erlang API - updated some module-load error verbage - added initial support for loading Oracle, SAP/Sybase, DB2, and Informix libraries on-demand at runtime - overhauled spec file - fixed PDO driver for PHP 7 on 32-bit platforms - added permissions to all open() with O_CREAT calls - added --with-fortify configure option - fixed a segfault on ctrl-D in sqlrsh - fixed uncoordinated access to shared debugstr among listener threads by using local instances instead - added ping-loop to router connection module's logIn() method to manage cases where routed-to instances are started after the router - moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay - added .sock extension to sockets, .ipc extension to ipc key files, .pid extension to pid files, and .up extension to files which indicate that the db is up - changed mode of listener-connection sockets to 700 from 711 - moved .../var/sqlrelay/log to .../var/log/sqlrelay - moved .../var/sqlrelay/cache to .../var/cache/sqlrelay - libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed - replaced sockseq-generated unix socket with pid-based unix socket - updated ruby api to support unification of Fixnum and Bignum classes into Integer class - added --with-abs-max-connections configure script parameter - increased default absolute max connections to 4096 (from 512) - updated "can't open ... file" errors to mention user/group - added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in replacement library - fixed normalize translation not to remove spaces before unary - and ! - updated sqlrsh to set error code correctly and write errors to stderr - sqlr-cachemanager is no longer enabled at boot by default - fixed another subtle bug in the ODBC driver that caused the first row to be duplicated if columns were not bound - added --disable-wall and --disable-werror configure options Modified: head/databases/sqlrelay/Makefile.common head/databases/sqlrelay/distinfo head/databases/sqlrelay/files/patch-etc_Makefile head/databases/sqlrelay/pkg-plist head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/files/patch-configure head/devel/rudiments/pkg-plist Modified: head/databases/sqlrelay/Makefile.common ============================================================================== --- head/databases/sqlrelay/Makefile.common Sun Mar 26 09:24:27 2017 (r436945) +++ head/databases/sqlrelay/Makefile.common Sun Mar 26 09:49:52 2017 (r436946) @@ -1,7 +1,7 @@ # $FreeBSD$ SQLRELAY_PORTNAME= sqlrelay -SQLRELAY_PORTVERSION= 1.0.0 +SQLRELAY_PORTVERSION= 1.0.1 SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME} SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC Modified: head/databases/sqlrelay/distinfo ============================================================================== --- head/databases/sqlrelay/distinfo Sun Mar 26 09:24:27 2017 (r436945) +++ head/databases/sqlrelay/distinfo Sun Mar 26 09:49:52 2017 (r436946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484807374 -SHA256 (sqlrelay-1.0.0.tar.gz) = a62e1479f428381b8f8e3ed34c8b4d3223fbe86aff1ef29f305b53c482f50f8b -SIZE (sqlrelay-1.0.0.tar.gz) = 4194484 +TIMESTAMP = 1490519903 +SHA256 (sqlrelay-1.0.1.tar.gz) = 280ba94f6163a3a3575dfd3d971be98050609d9900336d2a18c72a47d1f76817 +SIZE (sqlrelay-1.0.1.tar.gz) = 4368060 Modified: head/databases/sqlrelay/files/patch-etc_Makefile ============================================================================== --- head/databases/sqlrelay/files/patch-etc_Makefile Sun Mar 26 09:24:27 2017 (r436945) +++ head/databases/sqlrelay/files/patch-etc_Makefile Sun Mar 26 09:49:52 2017 (r436946) @@ -1,19 +1,20 @@ --- etc/Makefile.orig 2016-01-28 19:28:21 UTC +++ etc/Makefile -@@ -3,11 +3,13 @@ top_builddir = .. +@@ -3,12 +3,13 @@ top_builddir = .. include ../config.mk install: - $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d - $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd +- $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY).xsd - $(MKINSTALLDIRS) $(EXAMPLEDIR) - $(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf - $(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf -+ $(MKINSTALLDIRS) $(sysconfdir)/sqlrelay -+ $(CP) sqlrelay.conf $(sysconfdir)//sqlrelay/conf.sample -+ $(CHMOD) 644 $(sysconfdir)/sqlrelay/conf.sample -+ $(CP) sqlrelay.xsd $(sysconfdir)/sqlrelay/ -+ $(CHMOD) 644 $(sysconfdir)/sqlrelay/sqlrelay.xsd ++ $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY) ++ $(CP) sqlrelay.conf $(sysconfdir)/$(SQLRELAY)/conf.sample ++ $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/conf.sample ++ $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY)/ ++ $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/sqlrelay.xsd + $(CP) sqlrelay.conf $(EXAMPLEDIR)/sqlrelay.conf + $(CHMOD) 644 $(EXAMPLEDIR)/sqlrelay.conf Modified: head/databases/sqlrelay/pkg-plist ============================================================================== --- head/databases/sqlrelay/pkg-plist Sun Mar 26 09:24:27 2017 (r436945) +++ head/databases/sqlrelay/pkg-plist Sun Mar 26 09:49:52 2017 (r436946) @@ -64,43 +64,43 @@ include/sqlrelay/sqlrclient.h include/sqlrelay/sqlrclientwrapper.h include/sqlrelay/sqlrserver.h include/sqlrelay/sqlrutil.h -lib/libmysql3sqlrelay.so -lib/libmysql3sqlrelay.so.4 -lib/libmysql3sqlrelay.so.4.0.0 -lib/libmysql40sqlrelay.so -lib/libmysql40sqlrelay.so.4 -lib/libmysql40sqlrelay.so.4.0.0 -lib/libmysql41sqlrelay.so -lib/libmysql41sqlrelay.so.4 -lib/libmysql41sqlrelay.so.4.0.0 -lib/libmysql50sqlrelay.so -lib/libmysql50sqlrelay.so.4 -lib/libmysql50sqlrelay.so.4.0.0 -lib/libmysql51sqlrelay.so -lib/libmysql51sqlrelay.so.4 -lib/libmysql51sqlrelay.so.4.0.0 -lib/libpqsqlrelay.so +%%MYSQL%%lib/libmysql3sqlrelay.so +%%MYSQL%%lib/libmysql3sqlrelay.so.4 +%%MYSQL%%lib/libmysql3sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql40sqlrelay.so +%%MYSQL%%lib/libmysql40sqlrelay.so.4 +%%MYSQL%%lib/libmysql40sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql41sqlrelay.so +%%MYSQL%%lib/libmysql41sqlrelay.so.4 +%%MYSQL%%lib/libmysql41sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql50sqlrelay.so +%%MYSQL%%lib/libmysql50sqlrelay.so.4 +%%MYSQL%%lib/libmysql50sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql51sqlrelay.so +%%MYSQL%%lib/libmysql51sqlrelay.so.4 +%%MYSQL%%lib/libmysql51sqlrelay.so.4.0.1 +%%PGSQL%%lib/libpqsqlrelay.so lib/libpqsqlrelay.so.4 -lib/libpqsqlrelay.so.4.0.0 +lib/libpqsqlrelay.so.4.0.1 lib/libsqlrclient.a lib/libsqlrclient.so lib/libsqlrclient.so.4 -lib/libsqlrclient.so.4.0.0 +lib/libsqlrclient.so.4.0.1 lib/libsqlrclientwrapper.a lib/libsqlrclientwrapper.so lib/libsqlrclientwrapper.so.4 -lib/libsqlrclientwrapper.so.4.0.0 +lib/libsqlrclientwrapper.so.4.0.1 %%ODBC%%lib/libsqlrodbc.so %%ODBC%%lib/libsqlrodbc.so.4 -%%ODBC%%lib/libsqlrodbc.so.4.0.0 +%%ODBC%%lib/libsqlrodbc.so.4.0.1 lib/libsqlrserver.a lib/libsqlrserver.so lib/libsqlrserver.so.4 -lib/libsqlrserver.so.4.0.0 +lib/libsqlrserver.so.4.0.1 lib/libsqlrutil.a lib/libsqlrutil.so lib/libsqlrutil.so.4 -lib/libsqlrutil.so.4.0.0 +lib/libsqlrutil.so.4.0.1 libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc libexec/sqlrelay/sqlrauth_database.so @@ -152,11 +152,7 @@ man/man8/sqlr-stop.8.gz %%DATADIR%%/examples/sample-mssqlserver-mysql-errors.map %%DATADIR%%/examples/sample-oracle-mysql-errors.map @dir %%ETCDIR%% -@dir /var/sqlrelay/tmp/sockets -@dir /var/sqlrelay/tmp/pids -@dir /var/sqlrelay/tmp/ipc -@dir /var/sqlrelay/tmp -@dir /var/sqlrelay/log -@dir /var/sqlrelay/debug -@dir /var/sqlrelay/cache -@dir /var/sqlrelay +@dir /var/cache/sqlrelay +@dir /var/log/sqlrelay/debug +@dir /var/log/sqlrelay +@dir /var/run/sqlrelay Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Sun Mar 26 09:24:27 2017 (r436945) +++ head/devel/rudiments/Makefile Sun Mar 26 09:49:52 2017 (r436946) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= SF @@ -34,6 +34,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I --with-ssl-libs=-L${OPENSSLLIB} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.2 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.4 .include Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Sun Mar 26 09:24:27 2017 (r436945) +++ head/devel/rudiments/distinfo Sun Mar 26 09:49:52 2017 (r436946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484806695 -SHA256 (rudiments-1.0.2.tar.gz) = 3303cb070991d565350fd835ed6eb27b5b12ede88a981bcb3d8d15cc46a4b351 -SIZE (rudiments-1.0.2.tar.gz) = 2226447 +TIMESTAMP = 1490216850 +SHA256 (rudiments-1.0.4.tar.gz) = d40936cbcd71222ddb1599a71ae880a25dfd995e1555575b0a8a91b3f4286cc6 +SIZE (rudiments-1.0.4.tar.gz) = 2216053 Modified: head/devel/rudiments/files/patch-configure ============================================================================== --- head/devel/rudiments/files/patch-configure Sun Mar 26 09:24:27 2017 (r436945) +++ head/devel/rudiments/files/patch-configure Sun Mar 26 09:49:52 2017 (r436946) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-26 04:11:00 UTC -+++ configure -@@ -9595,7 +9595,7 @@ $as_echo_n "checking whether the $compil +--- configure.orig 2017-03-26 09:14:47.000000000 +0000 ++++ configure 2017-03-26 09:14:47.000000000 +0000 +@@ -9622,7 +9622,7 @@ hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no @@ -9,7 +9,7 @@ module_cmds= module_expsym_cmds= old_archive_from_new_cmds= -@@ -12844,7 +12844,7 @@ hardcode_automatic_CXX=no +@@ -12871,7 +12871,7 @@ inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= @@ -18,13 +18,13 @@ old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds -@@ -16486,6 +16486,9 @@ case $host_os in - *mingw32* ) - WERROR="" - ;; -+ freebsd* ) -+ WERROR="" -+ ;; - *) - ;; - esac +@@ -16512,6 +16512,9 @@ + WERROR="" + ;; + *mingw32* ) ++ WERROR="" ++ ;; ++ freebsd* ) + WERROR="" + ;; + *) Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Sun Mar 26 09:24:27 2017 (r436945) +++ head/devel/rudiments/pkg-plist Sun Mar 26 09:49:52 2017 (r436946) @@ -228,6 +228,6 @@ include/rudiments/xmlsax.h lib/librudiments.a lib/librudiments.so lib/librudiments.so.4 -lib/librudiments.so.4.0.2 +lib/librudiments.so.4.0.4 libdata/pkgconfig/rudiments.pc man/man1/rudiments-config.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 10:20:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D813D1D1DB; Sun, 26 Mar 2017 10:20:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5DC1ABC; Sun, 26 Mar 2017 10:20:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAKwpE013361; Sun, 26 Mar 2017 10:20:58 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAKv1R013357; Sun, 26 Mar 2017 10:20:57 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261020.v2QAKv1R013357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436947 - in branches/2017Q1/databases: mariadb55-client mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:20:59 -0000 Author: brnrd Date: Sun Mar 26 10:20:57 2017 New Revision: 436947 URL: https://svnweb.freebsd.org/changeset/ports/436947 Log: MFH: r433041 r433042 r436493 databases/maria55*: reset maintainer The maintainer was not involved in any of the last 13 releases and still is not responding to PRs (many, many timeouts). Maintainership of this port probably should have been reset a couple of years ago. databases/mariadb55-client: Fix stage QA Remove files from stage directory that aren't supposed to be packaged to satisfy QA checks. No revump necessary. PR: 214669 databases/mariadb55-server: Fix vulnerabilities - Add vulnerability patch from upstream - Improve OQGraph BROKEN message - Take maintaintership Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302 Approved by: ports-secteam (junovitch) Added: branches/2017Q1/databases/mariadb55-client/files/patch-CVE-2017-3302 - copied unchanged from r436493, head/databases/mariadb55-client/files/patch-CVE-2017-3302 branches/2017Q1/databases/mariadb55-server/files/patch-CVE-2017-3302 - copied unchanged from r436493, head/databases/mariadb55-server/files/patch-CVE-2017-3302 Modified: branches/2017Q1/databases/mariadb55-client/Makefile branches/2017Q1/databases/mariadb55-server/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/databases/mariadb55-client/Makefile ============================================================================== --- branches/2017Q1/databases/mariadb55-client/Makefile Sun Mar 26 09:49:52 2017 (r436946) +++ branches/2017Q1/databases/mariadb55-client/Makefile Sun Mar 26 10:20:57 2017 (r436947) @@ -19,9 +19,11 @@ CONFLICTS_INSTALL= mariadb5[0-46-9]-clie percona*-client-* CMAKE_ARGS+= -DWITHOUT_SERVER=1 - USE_LDCONFIG= ${PREFIX}/lib/mysql - CLIENT_ONLY= yes +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private + .include "${MASTERDIR}/Makefile" Copied: branches/2017Q1/databases/mariadb55-client/files/patch-CVE-2017-3302 (from r436493, head/databases/mariadb55-client/files/patch-CVE-2017-3302) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/databases/mariadb55-client/files/patch-CVE-2017-3302 Sun Mar 26 10:20:57 2017 (r436947, copy of r436493, head/databases/mariadb55-client/files/patch-CVE-2017-3302) @@ -0,0 +1,124 @@ +From eef21014898d61e77890359d6546d4985d829ef6 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Thu, 16 Feb 2017 11:32:47 +0100 +Subject: [PATCH] MDEV-11933 Wrong usage of linked list in + mysql_prune_stmt_list + +mysql_prune_stmt_list() was walking the list following +element->next pointers, but inside the loop it was invoking +list_add(element) that modified element->next. So, mysql_prune_stmt_list() +failed to visit and reset all elements, and some of them were left +with pointers to invalid MYSQL. +--- + sql-common/client.c | 11 ++--------- + tests/mysql_client_test.c | 50 +++++++++++++++++++++++++++++++++++++++++++++-- + 2 files changed, 50 insertions(+), 11 deletions(-) + +diff --git a/sql-common/client.c b/sql-common/client.c +index c2e0cc3..b348afc 100644 +--- sql-common/client.c.orig ++++ sql-common/client.c +@@ -1,5 +1,5 @@ + /* Copyright (c) 2003, 2016, Oracle and/or its affiliates. +- Copyright (c) 2009, 2016, MariaDB ++ Copyright (c) 2009, 2017, MariaDB + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -3819,8 +3819,6 @@ static void mysql_close_free(MYSQL *mysql) + static void mysql_prune_stmt_list(MYSQL *mysql) + { + LIST *element= mysql->stmts; +- LIST *pruned_list= 0; +- + for (; element; element= element->next) + { + MYSQL_STMT *stmt= (MYSQL_STMT *) element->data; +@@ -3830,14 +3828,9 @@ static void mysql_prune_stmt_list(MYSQL *mysql) + stmt->last_errno= CR_SERVER_LOST; + strmov(stmt->last_error, ER(CR_SERVER_LOST)); + strmov(stmt->sqlstate, unknown_sqlstate); +- } +- else +- { +- pruned_list= list_add(pruned_list, element); ++ mysql->stmts= list_delete(mysql->stmts, element); + } + } +- +- mysql->stmts= pruned_list; + } + + +diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c +index 446018e..f62545d 100644 +--- tests/mysql_client_test.c.orig ++++ tests/mysql_client_test.c +@@ -1,5 +1,5 @@ +-/* Copyright (c) 2002, 2012, Oracle and/or its affiliates. +- Copyright (c) 2008, 2012, Monty Program Ab ++/* Copyright (c) 2002, 2014, Oracle and/or its affiliates. ++ Copyright (c) 2008, 2017, MariaDB + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -19031,6 +19031,49 @@ static void test_mdev4326() + myquery(rc); + } + ++ ++/** ++ BUG#17512527: LIST HANDLING INCORRECT IN MYSQL_PRUNE_STMT_LIST() ++*/ ++static void test_bug17512527() ++{ ++ MYSQL *conn; ++ MYSQL_STMT *stmt1, *stmt2; ++ unsigned long thread_id; ++ char query[MAX_TEST_QUERY_LENGTH]; ++ int rc; ++ ++ conn= client_connect(0, MYSQL_PROTOCOL_SOCKET, 1); ++ ++ stmt1 = mysql_stmt_init(conn); ++ check_stmt(stmt1); ++ rc= mysql_stmt_prepare(stmt1, STRING_WITH_LEN("SELECT 1")); ++ check_execute(stmt1, rc); ++ ++ stmt2 = mysql_stmt_init(conn); ++ check_stmt(stmt2); ++ ++ thread_id= mysql_thread_id(conn); ++ sprintf(query, "KILL %lu", thread_id); ++ if (thread_query(query)) ++ exit(1); ++ ++ rc= mysql_stmt_prepare(stmt2, STRING_WITH_LEN("SELECT 2")); ++ check_execute(stmt2, rc); ++ ++ rc= mysql_stmt_execute(stmt1); ++ check_execute_r(stmt1, rc); ++ ++ rc= mysql_stmt_execute(stmt2); ++ check_execute(stmt2, rc); ++ ++ mysql_close(conn); ++ ++ mysql_stmt_close(stmt2); ++ mysql_stmt_close(stmt1); ++} ++ ++ + static struct my_tests_st my_tests[]= { + { "disable_query_logs", disable_query_logs }, + { "test_view_sp_list_fields", test_view_sp_list_fields }, +@@ -19297,6 +19340,9 @@ static struct my_tests_st my_tests[]= { + { "test_bug13001491", test_bug13001491 }, + { "test_mdev4326", test_mdev4326 }, + { "test_ps_sp_out_params", test_ps_sp_out_params }, ++#ifndef _WIN32 ++ { "test_bug17512527", test_bug17512527}, ++#endif + { 0, 0 } + }; + Modified: branches/2017Q1/databases/mariadb55-server/Makefile ============================================================================== --- branches/2017Q1/databases/mariadb55-server/Makefile Sun Mar 26 09:49:52 2017 (r436946) +++ branches/2017Q1/databases/mariadb55-server/Makefile Sun Mar 26 10:20:57 2017 (r436947) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.54 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.osuosl.org/pub/ http://mirror.switch.ch/mirror/mariadb/${PORTNAME}-${PORTVERSION}/source/ PKGNAMESUFFIX?= 55-server -MAINTAINER= never@nevermind.kiev.ua +MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 @@ -101,7 +101,7 @@ OQGRAPH_DESC= Open Query Graph Computati OQGRAPH_USE= GCC=yes OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs -OQGRAPH_BROKEN= yes +OQGRAPH_BROKEN= OQGraph does not build MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my_compare.h .endif Copied: branches/2017Q1/databases/mariadb55-server/files/patch-CVE-2017-3302 (from r436493, head/databases/mariadb55-server/files/patch-CVE-2017-3302) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/databases/mariadb55-server/files/patch-CVE-2017-3302 Sun Mar 26 10:20:57 2017 (r436947, copy of r436493, head/databases/mariadb55-server/files/patch-CVE-2017-3302) @@ -0,0 +1,124 @@ +From eef21014898d61e77890359d6546d4985d829ef6 Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Thu, 16 Feb 2017 11:32:47 +0100 +Subject: [PATCH] MDEV-11933 Wrong usage of linked list in + mysql_prune_stmt_list + +mysql_prune_stmt_list() was walking the list following +element->next pointers, but inside the loop it was invoking +list_add(element) that modified element->next. So, mysql_prune_stmt_list() +failed to visit and reset all elements, and some of them were left +with pointers to invalid MYSQL. +--- + sql-common/client.c | 11 ++--------- + tests/mysql_client_test.c | 50 +++++++++++++++++++++++++++++++++++++++++++++-- + 2 files changed, 50 insertions(+), 11 deletions(-) + +diff --git a/sql-common/client.c b/sql-common/client.c +index c2e0cc3..b348afc 100644 +--- sql-common/client.c.orig ++++ sql-common/client.c +@@ -1,5 +1,5 @@ + /* Copyright (c) 2003, 2016, Oracle and/or its affiliates. +- Copyright (c) 2009, 2016, MariaDB ++ Copyright (c) 2009, 2017, MariaDB + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -3819,8 +3819,6 @@ static void mysql_close_free(MYSQL *mysql) + static void mysql_prune_stmt_list(MYSQL *mysql) + { + LIST *element= mysql->stmts; +- LIST *pruned_list= 0; +- + for (; element; element= element->next) + { + MYSQL_STMT *stmt= (MYSQL_STMT *) element->data; +@@ -3830,14 +3828,9 @@ static void mysql_prune_stmt_list(MYSQL *mysql) + stmt->last_errno= CR_SERVER_LOST; + strmov(stmt->last_error, ER(CR_SERVER_LOST)); + strmov(stmt->sqlstate, unknown_sqlstate); +- } +- else +- { +- pruned_list= list_add(pruned_list, element); ++ mysql->stmts= list_delete(mysql->stmts, element); + } + } +- +- mysql->stmts= pruned_list; + } + + +diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c +index 446018e..f62545d 100644 +--- tests/mysql_client_test.c.orig ++++ tests/mysql_client_test.c +@@ -1,5 +1,5 @@ +-/* Copyright (c) 2002, 2012, Oracle and/or its affiliates. +- Copyright (c) 2008, 2012, Monty Program Ab ++/* Copyright (c) 2002, 2014, Oracle and/or its affiliates. ++ Copyright (c) 2008, 2017, MariaDB + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by +@@ -19031,6 +19031,49 @@ static void test_mdev4326() + myquery(rc); + } + ++ ++/** ++ BUG#17512527: LIST HANDLING INCORRECT IN MYSQL_PRUNE_STMT_LIST() ++*/ ++static void test_bug17512527() ++{ ++ MYSQL *conn; ++ MYSQL_STMT *stmt1, *stmt2; ++ unsigned long thread_id; ++ char query[MAX_TEST_QUERY_LENGTH]; ++ int rc; ++ ++ conn= client_connect(0, MYSQL_PROTOCOL_SOCKET, 1); ++ ++ stmt1 = mysql_stmt_init(conn); ++ check_stmt(stmt1); ++ rc= mysql_stmt_prepare(stmt1, STRING_WITH_LEN("SELECT 1")); ++ check_execute(stmt1, rc); ++ ++ stmt2 = mysql_stmt_init(conn); ++ check_stmt(stmt2); ++ ++ thread_id= mysql_thread_id(conn); ++ sprintf(query, "KILL %lu", thread_id); ++ if (thread_query(query)) ++ exit(1); ++ ++ rc= mysql_stmt_prepare(stmt2, STRING_WITH_LEN("SELECT 2")); ++ check_execute(stmt2, rc); ++ ++ rc= mysql_stmt_execute(stmt1); ++ check_execute_r(stmt1, rc); ++ ++ rc= mysql_stmt_execute(stmt2); ++ check_execute(stmt2, rc); ++ ++ mysql_close(conn); ++ ++ mysql_stmt_close(stmt2); ++ mysql_stmt_close(stmt1); ++} ++ ++ + static struct my_tests_st my_tests[]= { + { "disable_query_logs", disable_query_logs }, + { "test_view_sp_list_fields", test_view_sp_list_fields }, +@@ -19297,6 +19340,9 @@ static struct my_tests_st my_tests[]= { + { "test_bug13001491", test_bug13001491 }, + { "test_mdev4326", test_mdev4326 }, + { "test_ps_sp_out_params", test_ps_sp_out_params }, ++#ifndef _WIN32 ++ { "test_bug17512527", test_bug17512527}, ++#endif + { 0, 0 } + }; + From owner-svn-ports-all@freebsd.org Sun Mar 26 10:22:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88339D1D3BD; Sun, 26 Mar 2017 10:22:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53DAB1E1E; Sun, 26 Mar 2017 10:22:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAMvbf014313; Sun, 26 Mar 2017 10:22:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAMvpt014309; Sun, 26 Mar 2017 10:22:57 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261022.v2QAMvpt014309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436948 - in branches/2017Q1/databases: mariadb100-client/files mariadb100-server mariadb100-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:22:58 -0000 Author: brnrd Date: Sun Mar 26 10:22:56 2017 New Revision: 436948 URL: https://svnweb.freebsd.org/changeset/ports/436948 Log: MFH: r436389 databases/mariadb100-server: Update to 10.0.30 - Update to 10.0.30 - Modify upstream patch for clang build failure - Add upstream patch for WITHOUT_SERVER build failure Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3302 Security: CVE-2017-3313 Approved by: ports-secteam (junovitch) Added: branches/2017Q1/databases/mariadb100-client/files/patch-build-fail-MDEV-12261 - copied unchanged from r436389, head/databases/mariadb100-client/files/patch-build-fail-MDEV-12261 Modified: branches/2017Q1/databases/mariadb100-server/Makefile branches/2017Q1/databases/mariadb100-server/distinfo branches/2017Q1/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp Directory Properties: branches/2017Q1/ (props changed) Copied: branches/2017Q1/databases/mariadb100-client/files/patch-build-fail-MDEV-12261 (from r436389, head/databases/mariadb100-client/files/patch-build-fail-MDEV-12261) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/databases/mariadb100-client/files/patch-build-fail-MDEV-12261 Sun Mar 26 10:22:56 2017 (r436948, copy of r436389, head/databases/mariadb100-client/files/patch-build-fail-MDEV-12261) @@ -0,0 +1,234 @@ +From 2c2bd8c1556b081fccd0fc3e010dc3ea2c38fffb Mon Sep 17 00:00:00 2001 +From: Sergei Golubchik +Date: Wed, 15 Mar 2017 11:46:54 +0100 +Subject: [PATCH] MDEV-12261 build failure without P_S + +restore mysql_file_delete_with_symlink() but let it use +new my_handler_delete_with_symlink() mysys helper. +--- + include/my_sys.h | 3 +-- + include/mysql/psi/mysql_file.h | 44 ++++++++++++++++++++++++++++++++++++++++ + mysys/my_symlink2.c | 14 ++++++------- + sql/handler.cc | 2 +- + sql/sql_db.cc | 6 +++--- + sql/table.cc | 2 +- + storage/maria/ma_delete_table.c | 8 ++++---- + storage/myisam/mi_delete_table.c | 8 ++++---- + 8 files changed, 64 insertions(+), 23 deletions(-) + +diff --git a/include/my_sys.h b/include/my_sys.h +index 4e129cc..5b0a114 100644 +--- include/my_sys.h.orig ++++ include/my_sys.h +@@ -597,8 +597,7 @@ extern File my_create_with_symlink(const char *linkname, const char *filename, + myf MyFlags); + extern int my_rename_with_symlink(const char *from,const char *to,myf MyFlags); + extern int my_symlink(const char *content, const char *linkname, myf MyFlags); +-extern int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir); ++extern int my_handler_delete_with_symlink(const char *filename, myf sync_dir); + + extern size_t my_read(File Filedes,uchar *Buffer,size_t Count,myf MyFlags); + extern size_t my_pread(File Filedes,uchar *Buffer,size_t Count,my_off_t offset, +diff --git a/include/mysql/psi/mysql_file.h b/include/mysql/psi/mysql_file.h +index aca66bd..df94603 100644 +--- include/mysql/psi/mysql_file.h.orig ++++ include/mysql/psi/mysql_file.h +@@ -442,6 +442,20 @@ + #endif + + /** ++ @def mysql_file_delete_with_symlink(K, P1, P2, P3) ++ Instrumented delete with symbolic link. ++ @c mysql_file_delete_with_symlink is a replacement ++ for @c my_handler_delete_with_symlink. ++*/ ++#ifdef HAVE_PSI_FILE_INTERFACE ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(K, __FILE__, __LINE__, P1, P2, P3) ++#else ++ #define mysql_file_delete_with_symlink(K, P1, P2, P3) \ ++ inline_mysql_file_delete_with_symlink(P1, P2, P3) ++#endif ++ ++/** + @def mysql_file_rename_with_symlink(K, P1, P2, P3) + Instrumented rename with symbolic link. + @c mysql_file_rename_with_symlink is a replacement +@@ -1294,6 +1308,7 @@ inline_mysql_file_rename( + return result; + } + ++ + static inline File + inline_mysql_file_create_with_symlink( + #ifdef HAVE_PSI_FILE_INTERFACE +@@ -1325,6 +1340,35 @@ inline_mysql_file_create_with_symlink( + + + static inline int ++inline_mysql_file_delete_with_symlink( ++#ifdef HAVE_PSI_FILE_INTERFACE ++ PSI_file_key key, const char *src_file, uint src_line, ++#endif ++ const char *name, const char *ext, myf flags) ++{ ++ int result; ++ char fullname[FN_REFLEN]; ++ fn_format(fullname, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); ++#ifdef HAVE_PSI_FILE_INTERFACE ++ struct PSI_file_locker *locker; ++ PSI_file_locker_state state; ++ locker= PSI_FILE_CALL(get_thread_file_name_locker) ++ (&state, key, PSI_FILE_DELETE, fullname, &locker); ++ if (likely(locker != NULL)) ++ { ++ PSI_FILE_CALL(start_file_close_wait)(locker, src_file, src_line); ++ result= my_handler_delete_with_symlink(fullname, flags); ++ PSI_FILE_CALL(end_file_close_wait)(locker, result); ++ return result; ++ } ++#endif ++ ++ result= my_handler_delete_with_symlink(fullname, flags); ++ return result; ++} ++ ++ ++static inline int + inline_mysql_file_rename_with_symlink( + #ifdef HAVE_PSI_FILE_INTERFACE + PSI_file_key key, const char *src_file, uint src_line, +diff --git a/mysys/my_symlink2.c b/mysys/my_symlink2.c +index defcb59..c851468 100644 +--- mysys/my_symlink2.c.orig ++++ mysys/my_symlink2.c +@@ -170,22 +170,20 @@ int my_rename_with_symlink(const char *from, const char *to, myf MyFlags) + in this case both the symlink and the symlinked file are deleted, + but only if the symlinked file is not in the datadir. + */ +-int my_handler_delete_with_symlink(PSI_file_key key, const char *name, +- const char *ext, myf sync_dir) ++int my_handler_delete_with_symlink(const char *filename, myf sync_dir) + { +- char orig[FN_REFLEN], real[FN_REFLEN]; ++ char real[FN_REFLEN]; + int res= 0; + DBUG_ENTER("my_handler_delete_with_symlink"); + +- fn_format(orig, name, "", ext, MY_UNPACK_FILENAME | MY_APPEND_EXT); +- if (my_is_symlink(orig)) ++ if (my_is_symlink(filename)) + { + /* + Delete the symlinked file only if the symlink is not + pointing into datadir. + */ +- if (!(my_realpath(real, orig, MYF(0)) || mysys_test_invalid_symlink(real))) +- res= mysql_file_delete(key, real, MYF(MY_NOSYMLINKS | sync_dir)); ++ if (!(my_realpath(real, filename, MYF(0)) || mysys_test_invalid_symlink(real))) ++ res= my_delete(real, MYF(MY_NOSYMLINKS | sync_dir)); + } +- DBUG_RETURN(mysql_file_delete(key, orig, MYF(sync_dir)) || res); ++ DBUG_RETURN(my_delete(filename, MYF(sync_dir)) || res); + } +diff --git a/sql/handler.cc b/sql/handler.cc +index 7fa8afd..fc70ed5 100644 +--- sql/handler.cc.orig ++++ sql/handler.cc +@@ -3850,7 +3850,7 @@ int handler::delete_table(const char *name) + + for (const char **ext=bas_ext(); *ext ; ext++) + { +- if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0)) ++ if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0)) + { + if (my_errno != ENOENT) + { +diff --git a/sql/sql_db.cc b/sql/sql_db.cc +index 3f43a33..6c8c384 100644 +--- sql/sql_db.cc.orig ++++ sql/sql_db.cc +@@ -815,7 +815,7 @@ bool mysql_rm_db(THD *thd,char *db,bool if_exists, bool silent) + if there exists a table with the name 'db', so let's just do it + separately. We know this file exists and needs to be deleted anyway. + */ +- if (my_handler_delete_with_symlink(key_file_misc, path, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, path, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), path, my_errno); +@@ -1119,7 +1119,7 @@ static bool find_db_tables_and_rm_known_files(THD *thd, MY_DIR *dirp, + We ignore ENOENT error in order to skip files that was deleted + by concurrently running statement like REPAIR TABLE ... + */ +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(0)) && + my_errno != ENOENT) + { + my_error(EE_DELETE, MYF(0), filePath, my_errno); +@@ -1235,7 +1235,7 @@ long mysql_rm_arc_files(THD *thd, MY_DIR *dirp, const char *org_path) + continue; + } + strxmov(filePath, org_path, "/", file->name, NullS); +- if (my_handler_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(key_file_misc, filePath, "", MYF(MY_WME))) + { + goto err; + } +diff --git a/sql/table.cc b/sql/table.cc +index 80d0e02..975d9d5 100644 +--- sql/table.cc.orig ++++ sql/table.cc +@@ -569,7 +569,7 @@ enum open_frm_error open_table_def(THD *thd, TABLE_SHARE *share, uint flags) + { + DBUG_ASSERT(flags & GTS_TABLE); + DBUG_ASSERT(flags & GTS_USE_DISCOVERY); +- my_handler_delete_with_symlink(key_file_frm, path, "", MYF(0)); ++ mysql_file_delete_with_symlink(key_file_frm, path, "", MYF(0)); + file= -1; + } + else +diff --git a/storage/maria/ma_delete_table.c b/storage/maria/ma_delete_table.c +index a9ab8e5..186075d 100644 +--- storage/maria/ma_delete_table.c.orig ++++ storage/maria/ma_delete_table.c +@@ -86,11 +86,11 @@ int maria_delete_table_files(const char *name, myf sync_dir) + { + DBUG_ENTER("maria_delete_table_files"); + +- if (my_handler_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, MYF(MY_WME | sync_dir)) || +- my_handler_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, MYF(MY_WME | sync_dir))) ++ if (mysql_file_delete_with_symlink(key_file_kfile, name, MARIA_NAME_IEXT, MYF(MY_WME | sync_dir)) || ++ mysql_file_delete_with_symlink(key_file_dfile, name, MARIA_NAME_DEXT, MYF(MY_WME | sync_dir))) + DBUG_RETURN(my_errno); + +- my_handler_delete_with_symlink(key_file_dfile, name, ".TMD", MYF(0)); +- my_handler_delete_with_symlink(key_file_dfile, name, ".OLD", MYF(0)); ++ mysql_file_delete_with_symlink(key_file_dfile, name, ".TMD", MYF(0)); ++ mysql_file_delete_with_symlink(key_file_dfile, name, ".OLD", MYF(0)); + DBUG_RETURN(0); + } +diff --git a/storage/myisam/mi_delete_table.c b/storage/myisam/mi_delete_table.c +index 3422e6b..d766fb2 100644 +--- storage/myisam/mi_delete_table.c.orig ++++ storage/myisam/mi_delete_table.c +@@ -34,14 +34,14 @@ int mi_delete_table(const char *name) + check_table_is_closed(name,"delete"); + #endif + +- if (my_handler_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, MYF(MY_WME)) || +- my_handler_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, MYF(MY_WME))) ++ if (mysql_file_delete_with_symlink(mi_key_file_kfile, name, MI_NAME_IEXT, MYF(MY_WME)) || ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, MI_NAME_DEXT, MYF(MY_WME))) + DBUG_RETURN(my_errno); + + + // optionally present: +- my_handler_delete_with_symlink(mi_key_file_dfile, name, ".OLD", MYF(0)); +- my_handler_delete_with_symlink(mi_key_file_dfile, name, ".TMD", MYF(0)); ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, ".OLD", MYF(0)); ++ mysql_file_delete_with_symlink(mi_key_file_dfile, name, ".TMD", MYF(0)); + + DBUG_RETURN(0); + } Modified: branches/2017Q1/databases/mariadb100-server/Makefile ============================================================================== --- branches/2017Q1/databases/mariadb100-server/Makefile Sun Mar 26 10:20:57 2017 (r436947) +++ branches/2017Q1/databases/mariadb100-server/Makefile Sun Mar 26 10:22:56 2017 (r436948) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.29 +PORTVERSION= 10.0.30 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: branches/2017Q1/databases/mariadb100-server/distinfo ============================================================================== --- branches/2017Q1/databases/mariadb100-server/distinfo Sun Mar 26 10:20:57 2017 (r436947) +++ branches/2017Q1/databases/mariadb100-server/distinfo Sun Mar 26 10:22:56 2017 (r436948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484413888 -SHA256 (mariadb-10.0.29.tar.gz) = f5f8da646f7df4b1fb21adb8d2b15e6dfbe1964ceb8cea53207d580a464350f4 -SIZE (mariadb-10.0.29.tar.gz) = 63385696 +TIMESTAMP = 1489029439 +SHA256 (mariadb-10.0.30.tar.gz) = 9a2cb7f06ecce1bb64dddc70c484e36507b50b756c110c1d37fa145a13a796bb +SIZE (mariadb-10.0.30.tar.gz) = 63433598 Modified: branches/2017Q1/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp ============================================================================== --- branches/2017Q1/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp Sun Mar 26 10:20:57 2017 (r436947) +++ branches/2017Q1/databases/mariadb100-server/files/patch-storage_connect_tabmysql.cpp Sun Mar 26 10:22:56 2017 (r436948) @@ -1,13 +1,11 @@ -See https://mariadb.atlassian.net/browse/MDEV-9603 - ---- storage/connect/tabmysql.cpp.orig 2016-04-28 20:27:49 UTC +--- storage/connect/tabmysql.cpp.orig 2017-03-06 20:04:37 UTC +++ storage/connect/tabmysql.cpp -@@ -334,7 +334,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCST +@@ -335,7 +335,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCST Delayed = !!GetIntCatInfo("Delayed", 0); } else { // MYSQL access from a PROXY table -- Database = GetStringCatInfo(g, "Database", Schema ? Schema : PlugDup(g, "*")); -+ Database = GetStringCatInfo(g, "Database", Schema ? Schema : PlugDup(g, (PSZ)"*")); +- Tabschema = GetStringCatInfo(g, "Database", Tabschema ? Tabschema : PlugDup(g, "*")); ++ Tabschema = GetStringCatInfo(g, "Database", Tabschema ? Tabschema : PlugDup(g, (PSZ)"*")); Isview = GetBoolCatInfo("View", false); // We must get other connection parms from the calling table From owner-svn-ports-all@freebsd.org Sun Mar 26 10:25:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 105FCD1D42D; Sun, 26 Mar 2017 10:25:07 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1B0F1F1E; Sun, 26 Mar 2017 10:25:06 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAP57h014499; Sun, 26 Mar 2017 10:25:05 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAP55W014497; Sun, 26 Mar 2017 10:25:05 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201703261025.v2QAP55W014497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sun, 26 Mar 2017 10:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436949 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:25:07 -0000 Author: lme Date: Sun Mar 26 10:25:05 2017 New Revision: 436949 URL: https://svnweb.freebsd.org/changeset/ports/436949 Log: security/lynis: Update to 2.4.7 Modified: head/security/lynis/Makefile head/security/lynis/distinfo Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Sun Mar 26 10:22:56 2017 (r436948) +++ head/security/lynis/Makefile Sun Mar 26 10:25:05 2017 (r436949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Sun Mar 26 10:22:56 2017 (r436948) +++ head/security/lynis/distinfo Sun Mar 26 10:25:05 2017 (r436949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490104305 -SHA256 (lynis-2.4.6.tar.gz) = 55403a5baea674a412655e8504c2778c4ada5df6d60dc464e462bc8b97b93c8b -SIZE (lynis-2.4.6.tar.gz) = 263140 +TIMESTAMP = 1490523022 +SHA256 (lynis-2.4.7.tar.gz) = 9eefc56f1cb21df77e0b7d63b294a213f45a9ed360107c30ddc9687ca1bfe940 +SIZE (lynis-2.4.7.tar.gz) = 263281 From owner-svn-ports-all@freebsd.org Sun Mar 26 10:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2403D1D57C; Sun, 26 Mar 2017 10:30:45 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9F4B1094; Sun, 26 Mar 2017 10:30:45 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAUiUc014781; Sun, 26 Mar 2017 10:30:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAUieK014780; Sun, 26 Mar 2017 10:30:44 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261030.v2QAUieK014780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436950 - head/science/orthanc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:30:46 -0000 Author: brnrd Date: Sun Mar 26 10:30:44 2017 New Revision: 436950 URL: https://svnweb.freebsd.org/changeset/ports/436950 Log: science/orthanc: Fix build with LibreSSL - LibreSSL removed FIPS support completely PR: 217352 Approved by: mp39590@gmail.com (maintainer) Obtained from: https://bitbucket.org/sjodogne/orthanc/pull-requests/4 Added: head/science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp (contents, props changed) Added: head/science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp Sun Mar 26 10:30:44 2017 (r436950) @@ -0,0 +1,12 @@ +--- OrthancServer/OrthancInitialization.cpp.orig 2016-06-27 11:02:35 UTC ++++ OrthancServer/OrthancInitialization.cpp +@@ -534,7 +534,9 @@ namespace Orthanc + #if ORTHANC_SSL_ENABLED == 1 + // Finalize OpenSSL + // https://wiki.openssl.org/index.php/Library_Initialization#Cleanup ++#ifdef FIPS_mode_set + FIPS_mode_set(0); ++#endif + ENGINE_cleanup(); + CONF_modules_unload(1); + EVP_cleanup(); From owner-svn-ports-all@freebsd.org Sun Mar 26 10:37:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEACAD1D82F; Sun, 26 Mar 2017 10:37:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 618171605; Sun, 26 Mar 2017 10:37:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAbPga018681; Sun, 26 Mar 2017 10:37:25 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAbPKk018678; Sun, 26 Mar 2017 10:37:25 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261037.v2QAbPKk018678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436951 - in head/net-im/ricochet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:37:26 -0000 Author: brnrd Date: Sun Mar 26 10:37:25 2017 New Revision: 436951 URL: https://svnweb.freebsd.org/changeset/ports/436951 Log: net-im/ricochet: Fix build with LibreSSL - Remove IGNORE for LibreSSL - Add checks for LIBRESSL_VERSION_NUMBER PR: 217350 Approved by: Yuri Victorovich (maintainer) Obtained from: https://github.com/ricochet-im/ricochet/pull/529 Added: head/net-im/ricochet/files/patch-src_main.cpp (contents, props changed) head/net-im/ricochet/files/patch-src_utils_CryptoKey.cpp (contents, props changed) Modified: head/net-im/ricochet/Makefile Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Sun Mar 26 10:30:44 2017 (r436950) +++ head/net-im/ricochet/Makefile Sun Mar 26 10:37:25 2017 (r436951) @@ -4,7 +4,7 @@ PORTNAME= ricochet PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -33,10 +33,6 @@ PLIST_FILES= bin/ricochet \ .include -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing RSA_get0_factors) -.endif - post-patch: @${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \ ${WRKSRC}/hardened.pri Added: head/net-im/ricochet/files/patch-src_main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ricochet/files/patch-src_main.cpp Sun Mar 26 10:37:25 2017 (r436951) @@ -0,0 +1,11 @@ +--- src/main.cpp.orig 2016-11-04 22:05:33 UTC ++++ src/main.cpp +@@ -86,7 +86,7 @@ int main(int argc, char *argv[]) + initTranslation(); + + /* Initialize OpenSSL's allocator */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_malloc_init(); + #else + OPENSSL_malloc_init(); Added: head/net-im/ricochet/files/patch-src_utils_CryptoKey.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ricochet/files/patch-src_utils_CryptoKey.cpp Sun Mar 26 10:37:25 2017 (r436951) @@ -0,0 +1,11 @@ +--- src/utils/CryptoKey.cpp.orig 2016-11-04 22:05:33 UTC ++++ src/utils/CryptoKey.cpp +@@ -39,7 +39,7 @@ + #include + #include + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) + { + *p = r->p; From owner-svn-ports-all@freebsd.org Sun Mar 26 10:40:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5872ED1DADD; Sun, 26 Mar 2017 10:40:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2980317B1; Sun, 26 Mar 2017 10:40:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAenrd019843; Sun, 26 Mar 2017 10:40:49 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAem6j019838; Sun, 26 Mar 2017 10:40:48 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261040.v2QAem6j019838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436952 - head/security/certificate-transparency/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:40:50 -0000 Author: brnrd Date: Sun Mar 26 10:40:48 2017 New Revision: 436952 URL: https://svnweb.freebsd.org/changeset/ports/436952 Log: security/certificate-transparency: Fix build issues with LibreSSL - Fix OPENSSL_VERSION_NUMBER checks - Fix LibreSSL detection - Modify CMS disabling to BoringSSL and LibreSSL PR: 217013 Obtained from: https://github.com/google/certificate-transparency/pull/1364 Added: head/security/certificate-transparency/files/patch-cpp_client_ssl__client.cc (contents, props changed) head/security/certificate-transparency/files/patch-cpp_log_cert.cc (contents, props changed) Modified: head/security/certificate-transparency/files/patch-Makefile.am head/security/certificate-transparency/files/patch-configure.ac head/security/certificate-transparency/files/patch-cpp-client-ct.cc Modified: head/security/certificate-transparency/files/patch-Makefile.am ============================================================================== --- head/security/certificate-transparency/files/patch-Makefile.am Sun Mar 26 10:37:25 2017 (r436951) +++ head/security/certificate-transparency/files/patch-Makefile.am Sun Mar 26 10:40:48 2017 (r436952) @@ -9,6 +9,15 @@ cpp/monitoring/prometheus/metrics.pb.cc \ cpp/monitoring/prometheus/metrics.pb.h \ proto/ct.pb.cc \ +@@ -112,7 +110,7 @@ TESTS = \ + cpp/util/sync_task_test \ + cpp/util/task_test + +-if !OPENSSL_IS_BORINGSSL ++if !OPENSSL_NO_CMS + TESTS += cpp/log/cms_verifier_test + endif + @@ -131,9 +129,6 @@ endif cpp/gtest-all.cc: $(GTEST_DIR)/src/gtest-all.cc $(AM_V_at)cp $^ $@ @@ -19,6 +28,15 @@ test/testdata/urlfetcher_test_certs/localhost-key.pem: test/create_url_fetcher_test_certs.sh $(AM_V_GEN)test/create_url_fetcher_test_certs.sh +@@ -217,7 +212,7 @@ cpp_libcore_a_SOURCES = \ + proto/ct.pb.cc \ + proto/ct.pb.h + +-if !OPENSSL_IS_BORINGSSL ++if !OPENSSL_NO_CMS + cpp_libcore_a_SOURCES += cpp/log/cms_verifier.cc + endif + @@ -226,8 +221,6 @@ cpp_libtest_a_CPPFLAGS = \ -I$(GTEST_DIR) \ $(AM_CPPFLAGS) @@ -28,3 +46,12 @@ cpp/util/testing.cc cpp_server_ct_mirror_LDADD = \ +@@ -907,7 +900,7 @@ cpp_log_cert_test_SOURCES = \ + cpp/log/cert_test.cc \ + cpp/util/util.cc + +-if !OPENSSL_IS_BORINGSSL ++if !OPENSSL_NO_CMS + cpp_log_cms_verifier_test_LDADD = \ + cpp/libcore.a \ + cpp/libtest.a \ Modified: head/security/certificate-transparency/files/patch-configure.ac ============================================================================== --- head/security/certificate-transparency/files/patch-configure.ac Sun Mar 26 10:37:25 2017 (r436951) +++ head/security/certificate-transparency/files/patch-configure.ac Sun Mar 26 10:40:48 2017 (r436952) @@ -29,3 +29,29 @@ save_LIBS="$LIBS" AS_UNSET([LIBS]) AC_SEARCH_LIBS([snappy_compress], [snappy],,, [$save_LIBS]) +@@ -146,6 +147,17 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#in + [AC_MSG_RESULT([yes]); openssl_is_boringssl=1], + [AC_MSG_RESULT([no])]) + ++AC_MSG_CHECKING([for LibreSSL]) ++AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], ++ [[ ++ #ifndef LIBRESSL_VERSION_NUMBER ++ # error not LibreSSL ++ #endif ++ ]]) ++ ], ++ [AC_MSG_RESULT([yes]); openssl_is_libressl=1], ++ [AC_MSG_RESULT([no])]) ++ + save_LIBS="$LIBS" + AS_UNSET([LIBS]) + AC_SEARCH_LIBS([event_base_dispatch], [event],, [missing_libevent=1], +@@ -212,6 +224,7 @@ AM_CONDITIONAL([HAVE_ANT], [test -n "$AN + AM_CONDITIONAL([HAVE_LDNS], [test -z "$missing_ldns"]) + AM_CONDITIONAL([HAVE_OBJECTHASH], [test -z "$missing_objecthash"]) + AM_CONDITIONAL([OPENSSL_IS_BORINGSSL], [test -n "$openssl_is_boringssl"]) ++AM_CONDITIONAL([OPENSSL_NO_CMS], [test -z "$openssl_is_boringssl" -o -z "$openssl_is_boringssl"]) + AC_DEFINE_UNQUOTED([TEST_SRCDIR], ["$srcdir"], [Top of the source directory, for tests.]) + AC_SUBST([INSTALL_DIR]) + AC_CONFIG_FILES([Makefile]) Modified: head/security/certificate-transparency/files/patch-cpp-client-ct.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sun Mar 26 10:37:25 2017 (r436951) +++ head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sun Mar 26 10:40:48 2017 (r436952) @@ -1,49 +1,11 @@ ---- cpp/client/ct.cc.orig 2016-10-14 17:11:57 UTC +--- cpp/client/ct.cc.orig 2017-02-11 20:58:57 UTC +++ cpp/client/ct.cc -@@ -451,8 +451,8 @@ static void MakeCert() { - // (This means the relevant section should be last in the configuration.) - // 1.2.3.1=DER:[raw encoding of proof] - static void WriteProofToConfig() { -- CHECK(!FLAGS_sct_token.empty()) << google::ProgramUsage(); -- CHECK(!FLAGS_extensions_config_out.empty()) << google::ProgramUsage(); -+ CHECK(!FLAGS_sct_token.empty()) << gflags::ProgramUsage(); -+ CHECK(!FLAGS_extensions_config_out.empty()) << gflags::ProgramUsage(); - - string sct; - -@@ -479,8 +479,8 @@ static const char kPEMLabel[] = "SERVERI - // Wrap the proof in the format expected by the TLS extension, - // so that we can feed it to OpenSSL. - static void ProofToExtensionData() { -- CHECK(!FLAGS_sct_token.empty()) << google::ProgramUsage(); -- CHECK(!FLAGS_tls_extension_data_out.empty()) << google::ProgramUsage(); -+ CHECK(!FLAGS_sct_token.empty()) << gflags::ProgramUsage(); -+ CHECK(!FLAGS_tls_extension_data_out.empty()) << gflags::ProgramUsage(); - - string serialized_sct; - PCHECK(util::ReadBinaryFile(FLAGS_sct_token, &serialized_sct)) -@@ -939,13 +939,13 @@ int GetSTH() { - // Exit code upon abnormal exit (CHECK failures): != 0 - // (on UNIX, 134 is expected) - int main(int argc, char** argv) { -- google::SetUsageMessage(argv[0] + string(kUsage)); -+ gflags::SetUsageMessage(argv[0] + string(kUsage)); - util::InitCT(&argc, &argv); - ConfigureSerializerForV1CT(); - - const string main_command(argv[0]); - if (argc < 2) { -- std::cout << google::ProgramUsage(); -+ std::cout << gflags::ProgramUsage(); - return 1; - } - -@@ -983,7 +983,7 @@ int main(int argc, char** argv) { - } else if (cmd == "sth") { - ret = GetSTH(); - } else { -- std::cout << google::ProgramUsage(); -+ std::cout << gflags::ProgramUsage(); - ret = 1; - } +@@ -530,7 +530,7 @@ static void ProofToExtensionData() { + << " for writing:" << strerror(errno); + // Work around broken PEM_write() declaration in older OpenSSL versions. +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + PEM_write(out, const_cast(kPEMLabel), const_cast(""), + const_cast(reinterpret_cast( + extension_data_out.str().data())), Added: head/security/certificate-transparency/files/patch-cpp_client_ssl__client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/certificate-transparency/files/patch-cpp_client_ssl__client.cc Sun Mar 26 10:40:48 2017 (r436952) @@ -0,0 +1,11 @@ +--- cpp/client/ssl_client.cc.orig 2016-10-14 17:11:57 UTC ++++ cpp/client/ssl_client.cc +@@ -88,7 +88,7 @@ SSLClient::SSLClient(const string& serve + + SSL_CTX_set_cert_verify_callback(ctx_.get(), &VerifyCallback, &verify_args_); + +-#if OPENSSL_VERSION_NUMBER >= 0x10002000L ++#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) + SSL_CTX_add_client_custom_ext(ctx_.get(), CT_EXTENSION_TYPE, NULL, NULL, + NULL, ExtensionCallback, &verify_args_); + #else Added: head/security/certificate-transparency/files/patch-cpp_log_cert.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/certificate-transparency/files/patch-cpp_log_cert.cc Sun Mar 26 10:40:48 2017 (r436952) @@ -0,0 +1,20 @@ +--- cpp/log/cert.cc.orig 2016-10-14 17:11:57 UTC ++++ cpp/log/cert.cc +@@ -31,7 +31,7 @@ using util::StatusOr; + using util::error::Code; + + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(OPENSSL_IS_BORINGSSL) ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(OPENSSL_IS_BORINGSSL) || defined(LIBRESSL_VERSION_NUMBER) + // Backport from 1.0.2-beta3. + static int i2d_re_X509_tbs(X509* x, unsigned char** pp) { + x->cert_info->enc.modified = 1; +@@ -39,7 +39,7 @@ static int i2d_re_X509_tbs(X509* x, unsi + } + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + static int X509_get_signature_nid(const X509* x) { + return OBJ_obj2nid(x->sig_alg->algorithm); + } From owner-svn-ports-all@freebsd.org Sun Mar 26 10:42:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C391D1DBAF; Sun, 26 Mar 2017 10:42:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CF061AF4; Sun, 26 Mar 2017 10:42:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAgHDe020812; Sun, 26 Mar 2017 10:42:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAgGPw020808; Sun, 26 Mar 2017 10:42:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261042.v2QAgGPw020808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436953 - in head/mail/libvmime: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:42:18 -0000 Author: brnrd Date: Sun Mar 26 10:42:16 2017 New Revision: 436953 URL: https://svnweb.freebsd.org/changeset/ports/436953 Log: mail/libvmime: Update to v0.9.2 - Update from snapshot to release 0.9.2 - Work around missing install-strip target - Update pkg-plist - re-roll patch - Fix compile error in posixSocket PR: 216999 Added: head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixHandler.cpp - copied, changed from r436952, head/mail/libvmime/files/patch-src__vmime__platforms__posix__posixHandler.cpp head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixSocket.cpp (contents, props changed) Deleted: head/mail/libvmime/files/patch-src__vmime__platforms__posix__posixHandler.cpp Modified: head/mail/libvmime/Makefile head/mail/libvmime/distinfo head/mail/libvmime/pkg-plist Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Sun Mar 26 10:40:48 2017 (r436952) +++ head/mail/libvmime/Makefile Sun Mar 26 10:42:16 2017 (r436953) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libvmime -PORTVERSION= 0.9.2.s20140721 -PORTREVISION= 3 +PORTVERSION= 0.9.2 +DISTVERSIONPREFIX= v CATEGORIES= mail MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,6 @@ LIB_DEPENDS= libgnutls.so:security/gnutl USE_GITHUB= yes GH_ACCOUNT= kisli GH_PROJECT= vmime -GH_TAGNAME= 03a0e36 USES= cmake:outsource compiler:c++11-lib iconv pkgconfig USE_LDCONFIG= yes @@ -28,8 +27,13 @@ CMAKE_ARGS= -DLIB_SUFFIX:STRING="" \ -DVMIME_SHARED_PTR_USE_BOOST:BOOL=NO \ -DVMIME_SHARED_PTR_USE_CXX:BOOL=YES +INSTALL_TARGET= install + post-patch: @${REINPLACE_CMD} 's,$${VMIME_INSTALL_LIBDIR}/pkgconfig,${PREFIX}/libdata/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvmime.so.1.0.0 + .include Modified: head/mail/libvmime/distinfo ============================================================================== --- head/mail/libvmime/distinfo Sun Mar 26 10:40:48 2017 (r436952) +++ head/mail/libvmime/distinfo Sun Mar 26 10:42:16 2017 (r436953) @@ -1,2 +1,3 @@ -SHA256 (kisli-vmime-0.9.2.s20140721-03a0e36_GH0.tar.gz) = 92afe8da9c9af3fc3cac46c4a2c5008ce3d3cedc392c381f21fd514fb1dddc49 -SIZE (kisli-vmime-0.9.2.s20140721-03a0e36_GH0.tar.gz) = 527227 +TIMESTAMP = 1486813232 +SHA256 (kisli-vmime-v0.9.2_GH0.tar.gz) = 9874bf911a7dbc257297ab00f7541875da221ee8251a4218cc65abff6e362399 +SIZE (kisli-vmime-v0.9.2_GH0.tar.gz) = 528830 Copied and modified: head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixHandler.cpp (from r436952, head/mail/libvmime/files/patch-src__vmime__platforms__posix__posixHandler.cpp) ============================================================================== --- head/mail/libvmime/files/patch-src__vmime__platforms__posix__posixHandler.cpp Sun Mar 26 10:40:48 2017 (r436952, copy source) +++ head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixHandler.cpp Sun Mar 26 10:42:16 2017 (r436953) @@ -1,5 +1,5 @@ ---- src/vmime/platforms/posix/posixHandler.cpp.orig 2014-07-22 15:24:26.000000000 +0200 -+++ src/vmime/platforms/posix/posixHandler.cpp 2014-07-22 15:59:33.000000000 +0200 +--- src/vmime/platforms/posix/posixHandler.cpp.orig 2017-01-03 20:00:08 UTC ++++ src/vmime/platforms/posix/posixHandler.cpp @@ -41,6 +41,7 @@ #include @@ -8,7 +8,7 @@ #include #if VMIME_HAVE_SYSCALL -@@ -238,7 +239,9 @@ +@@ -240,7 +241,9 @@ unsigned int posixHandler::getThreadId() #elif VMIME_HAVE_SYSCALL && VMIME_HAVE_SYSCALL_GETTID return static_cast (::syscall(SYS_gettid)); #else Added: head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixSocket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libvmime/files/patch-src_vmime_platforms_posix_posixSocket.cpp Sun Mar 26 10:42:16 2017 (r436953) @@ -0,0 +1,11 @@ +--- src/vmime/platforms/posix/posixSocket.cpp.orig 2017-01-03 20:00:08 UTC ++++ src/vmime/platforms/posix/posixSocket.cpp +@@ -873,7 +873,7 @@ void posixSocket::throwSocketError(const + + char errbuf[512]; + +- #if (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE ++ #if 1 + + // XSI-compliant strerror_r() + strerror_r(err, errbuf, sizeof(errbuf)); Modified: head/mail/libvmime/pkg-plist ============================================================================== --- head/mail/libvmime/pkg-plist Sun Mar 26 10:40:48 2017 (r436952) +++ head/mail/libvmime/pkg-plist Sun Mar 26 10:42:16 2017 (r436953) @@ -163,10 +163,17 @@ include/vmime/security/authenticator.hpp include/vmime/security/cert/X509Certificate.hpp include/vmime/security/cert/certificate.hpp include/vmime/security/cert/certificateChain.hpp +include/vmime/security/cert/certificateException.hpp +include/vmime/security/cert/certificateExpiredException.hpp +include/vmime/security/cert/certificateIssuerVerificationException.hpp +include/vmime/security/cert/certificateNotTrustedException.hpp +include/vmime/security/cert/certificateNotYetValidException.hpp include/vmime/security/cert/certificateVerifier.hpp include/vmime/security/cert/defaultCertificateVerifier.hpp include/vmime/security/cert/gnutls/X509Certificate_GnuTLS.hpp include/vmime/security/cert/openssl/X509Certificate_OpenSSL.hpp +include/vmime/security/cert/serverIdentityException.hpp +include/vmime/security/cert/unsupportedCertificateTypeException.hpp include/vmime/security/defaultAuthenticator.hpp include/vmime/security/digest/md5/md5MessageDigest.hpp include/vmime/security/digest/messageDigest.hpp @@ -178,6 +185,8 @@ include/vmime/security/sasl/SASLMechanis include/vmime/security/sasl/SASLMechanismFactory.hpp include/vmime/security/sasl/SASLSession.hpp include/vmime/security/sasl/SASLSocket.hpp +include/vmime/security/sasl/XOAuth2SASLAuthenticator.hpp +include/vmime/security/sasl/XOAuth2SASLMechanism.hpp include/vmime/security/sasl/builtinSASLMechanism.hpp include/vmime/security/sasl/defaultSASLAuthenticator.hpp include/vmime/streamContentHandler.hpp @@ -230,6 +239,6 @@ include/vmime/word.hpp include/vmime/wordEncoder.hpp lib/libvmime.a lib/libvmime.so -lib/libvmime.so.0 -lib/libvmime.so.0.0.0 +lib/libvmime.so.1 +lib/libvmime.so.1.0.0 libdata/pkgconfig/vmime.pc From owner-svn-ports-all@freebsd.org Sun Mar 26 10:47:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C7D2D1DD17; Sun, 26 Mar 2017 10:47:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCBA01CC8; Sun, 26 Mar 2017 10:47:45 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAliH7023385; Sun, 26 Mar 2017 10:47:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAli18023384; Sun, 26 Mar 2017 10:47:44 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261047.v2QAli18023384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436954 - head/security/acme-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:47:46 -0000 Author: brnrd Date: Sun Mar 26 10:47:44 2017 New Revision: 436954 URL: https://svnweb.freebsd.org/changeset/ports/436954 Log: security/acme-client: Add run-time dep on ca_root_nss - acme-client fails at runtime if CA roots not installed PR: 215722 Reported by: pete@nomadlogic.org Modified: head/security/acme-client/Makefile Modified: head/security/acme-client/Makefile ============================================================================== --- head/security/acme-client/Makefile Sun Mar 26 10:42:16 2017 (r436953) +++ head/security/acme-client/Makefile Sun Mar 26 10:47:44 2017 (r436954) @@ -13,6 +13,8 @@ COMMENT= Native C client for Let's Encry LICENSE= ISCL +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss + USES= gmake tar:tgz ssl MAKEFILE= GNUmakefile From owner-svn-ports-all@freebsd.org Sun Mar 26 10:48:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04B05D1DD98; Sun, 26 Mar 2017 10:48:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BED6C1DD5; Sun, 26 Mar 2017 10:48:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 337E3BDC89; Sun, 26 Mar 2017 12:48:28 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 22076BDC85; Sun, 26 Mar 2017 12:48:27 +0200 (CEST) Subject: Re: svn commit: r436938 - in head/games/py-fife: . files To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703260519.v2Q5JlDj088756@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <40ddd137-2e28-2ed4-fa23-c2396c63893a@FreeBSD.org> Date: Sun, 26 Mar 2017 12:48:25 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703260519.v2Q5JlDj088756@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BeWrs7TNv5rl40pQhseU7X6h9qsJXIshl" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:48:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BeWrs7TNv5rl40pQhseU7X6h9qsJXIshl Content-Type: multipart/mixed; boundary="vKSSPeweVSahvpsODkg0e0NKPOdSeXoKJ"; protected-headers="v1" From: Mathieu Arnold To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <40ddd137-2e28-2ed4-fa23-c2396c63893a@FreeBSD.org> Subject: Re: svn commit: r436938 - in head/games/py-fife: . files References: <201703260519.v2Q5JlDj088756@repo.freebsd.org> In-Reply-To: <201703260519.v2Q5JlDj088756@repo.freebsd.org> --vKSSPeweVSahvpsODkg0e0NKPOdSeXoKJ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 26/03/2017 =C3=A0 07:19, Wen Heping a =C3=A9crit : > +MASTER_SITES=3D https://github.com/fifengine/fifengine/archive/ > +DISTFILES=3D ${PORTVERSION}.tar.gz > +WRKSRC=3D ${WRKDIR}/fifengine-${PORTVERSION} > You should use USE_GITHUB instead, /archive/ does the exact same thing, but you have to set all those things yourself. --=20 Mathieu Arnold --vKSSPeweVSahvpsODkg0e0NKPOdSeXoKJ-- --BeWrs7TNv5rl40pQhseU7X6h9qsJXIshl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY15x6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ILSkQALST2lKaMrdTJxaaHzU8riqr d9T7/m3DPbZQszJnb1H3tI5gu8mO5SeJEuNefF/pEQLmW1Ub0OFLHoz0436F5TyS 0GUZOkBS9LR+Ndry76Ep/r56AG4CRg4Ye/nzqU5kcVydb6Pz9kJLANAH2qchVu4L PQ9vLeckHqUoPRT+D+f074Su0plPLeOk6cnNHwL6FLrD8Iau9baXDjltaHptCclE pVB/CufbFbmiVoTux6UBgxsjNa480RllwDHUw/Ubr9S4ON8mg893g3qai/GLCylF SGuXzjeexEuuatEDIEibW2CfPw9WNgt5HYMw828mfLjEiijHsuULbc33edxdhWdG DPPkUXYq2AOaDyctb3XSrMr+/jEYv49PbJvdKoQyQNIxsFrAHd80FyRlixOq40u6 nU4CJD56PpltZUWES4zynebUyMSDygqDwvelDR/ZmNGTGLkjJtAU+jnbDojHk6Qn jItsLUq+NJFEolntg1OOyOBV8oCrppLU59mx4xQHZCQam9b/z66RTHmWOs4SqrDf higYxSS5bbc5wupr21W4mkxf1FfiDjYhfk6hAmP8+H3UGvTYPuvTHyshWLEeNksB pQRqAekJGaiG67nT1RuQZwlt5D92T+HyaYT5aRudG+95Q6k0kaaGQBaQcPKjs8ZW 9rKLLkAHW7rLKkEBirA0 =nS31 -----END PGP SIGNATURE----- --BeWrs7TNv5rl40pQhseU7X6h9qsJXIshl-- From owner-svn-ports-all@freebsd.org Sun Mar 26 10:51:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 678FED1DF1D; Sun, 26 Mar 2017 10:51:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 204BF1F93; Sun, 26 Mar 2017 10:51:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9A1B0BDC9B; Sun, 26 Mar 2017 12:51:01 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 7B192BDC89; Sun, 26 Mar 2017 12:51:01 +0200 (CEST) Subject: Re: svn commit: r436945 - head/net/nsq To: Marcelo Araujo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703260924.v2Q9ORuZ089535@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <3c2e102d-7f66-fe52-164d-f50604095122@FreeBSD.org> Date: Sun, 26 Mar 2017 12:51:00 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703260924.v2Q9ORuZ089535@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xxMps69o3d0vwBl4CspNdw45vJqjpi6So" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:51:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xxMps69o3d0vwBl4CspNdw45vJqjpi6So Content-Type: multipart/mixed; boundary="pnv5dpUgJPKJO6NFr1MJj8q30w6m7wu46"; protected-headers="v1" From: Mathieu Arnold To: Marcelo Araujo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <3c2e102d-7f66-fe52-164d-f50604095122@FreeBSD.org> Subject: Re: svn commit: r436945 - head/net/nsq References: <201703260924.v2Q9ORuZ089535@repo.freebsd.org> In-Reply-To: <201703260924.v2Q9ORuZ089535@repo.freebsd.org> --pnv5dpUgJPKJO6NFr1MJj8q30w6m7wu46 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 26/03/2017 =C3=A0 11:24, Marcelo Araujo a =C3=A9crit : > +PORTVERSION=3D 1.0.0 > DISTVERSIONPREFIX=3D v > CATEGORIES=3D net > > +GH_TAGNAME=3D v1.0.0-compat This should be DISTVERSIONSUFFIX=3D-compat, as you already have DISTVERSIONPREFIX. --=20 Mathieu Arnold --pnv5dpUgJPKJO6NFr1MJj8q30w6m7wu46-- --xxMps69o3d0vwBl4CspNdw45vJqjpi6So Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY150VXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IGfEQAIO7FsOdlOwrVWifJpM9XHXx 6oKN3gv+HLzvX+W0pfpwDd3IDMrb3SagLB2CgrfpCQIb2uE27/rsmAfHcgCl5MVQ 0tXjS0eugB3wCC/K+XBkL8RZrWuKjV/JrxMyL79CyJbRm3hz+VZCik0sbWMRFmx1 FwySAWqfr+bT18frm7ApaRqvru8i/HmkpYaPsfUYvGHfWsD8dkY7bKBClCWaqRc7 Go00wP1oVoo4EqR5Db5FhF396e/Nr7Q+fC6L0857IN8KPhYwYwhlGg9o9kRziM6R bbq6ngn+R6LnficCsqHIZ1khmJ+ZDgqTIwgyZUWwgOyrLoNyAjhOM3xYmIh3XTUi MN95gRiqwkng7hqCHMI1KA0D1ApvK0jcVT23EO/xu6ruaodCOPTkgRAEvcoEsN97 IUrs9uZeSuSlXHb4Refs4M8TBI4FC9fiI1vcqViXQ8ElODx+o82xtBQEsE2uD5Ys ue1GXR3qHUDpi/BncIRvudLRRjQdnFWb8pl8PsBfaYzq3xMsfORib9xV/sVS637o z4/H+01Hpi/HuJt6kiIcwF/2RaiMgOdKT7XPMw4JOTBHaPyBt7XXDt3RAXgrXGop w/UsD642L1kOFZ6CWJZ8Tgn8cw36c137IvhBDJjbVOPN5XUg0ScwXVYw38BnZpGV Pnpum/+X4p4j8Z+3FQT8 =81Hc -----END PGP SIGNATURE----- --xxMps69o3d0vwBl4CspNdw45vJqjpi6So-- From owner-svn-ports-all@freebsd.org Sun Mar 26 10:52:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E74A1D1E09C; Sun, 26 Mar 2017 10:52:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ABE1F12B8; Sun, 26 Mar 2017 10:52:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1CA02BDC89; Sun, 26 Mar 2017 12:52:57 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 0A93ABDC85; Sun, 26 Mar 2017 12:52:57 +0200 (CEST) Subject: Re: svn commit: r436951 - in head/net-im/ricochet: . files To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703261037.v2QAbPKk018678@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <52836e35-524f-7ec1-d946-7af6e82ce832@FreeBSD.org> Date: Sun, 26 Mar 2017 12:52:56 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703261037.v2QAbPKk018678@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dXN8vjhUx01PoA2kvNukPAJHKpCLmrlCv" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:53:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dXN8vjhUx01PoA2kvNukPAJHKpCLmrlCv Content-Type: multipart/mixed; boundary="M8ICcmWQX09O1bo220IdbQbXvhKAMPjN2"; protected-headers="v1" From: Mathieu Arnold To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <52836e35-524f-7ec1-d946-7af6e82ce832@FreeBSD.org> Subject: Re: svn commit: r436951 - in head/net-im/ricochet: . files References: <201703261037.v2QAbPKk018678@repo.freebsd.org> In-Reply-To: <201703261037.v2QAbPKk018678@repo.freebsd.org> --M8ICcmWQX09O1bo220IdbQbXvhKAMPjN2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 26/03/2017 =C3=A0 12:37, Bernard Spil a =C3=A9crit : > Fix build with LibreSSL > > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > So, this *fixes* the build, as in, it was not building before, as in, there were no packages to upgrade from before. So, bumping PORTREVISION is not needed. See https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.htm= l#makefile-portrevision --=20 Mathieu Arnold --M8ICcmWQX09O1bo220IdbQbXvhKAMPjN2-- --dXN8vjhUx01PoA2kvNukPAJHKpCLmrlCv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY152IXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IBCAP/0ezX4FxmFcSuBMKbMtyX77A ZTWutkHsKFAYcN+fIjqEo7j0iEU8+yFximb2A/BQK+XO3m3HnJ7JdI7KpyT8BpZV EPA/u1zFgrz301CPFDmo+3+SVdxdkwtlVWaKVPN0mkvvTkt9DpPnTK8vG/eEnhod D+EyrqZwplt/16Ql8S/+I55QaxPMrmjrI8v6q+ARiVojVFqhx+HB5hZTPMSKd3Gr KfVxA2udt8WanmsjErEY0Bl/jV1Wxxpv3wx/2VHFdhWj7ub817lljZ54fPZ9FoGE QBS2n1uJrN/zGZRfwLOO5WntD1qYz7Or6gMS1m+5oMY+7KhJG973yAbtf/guK2W8 SKWbJCpr0CfQW30rrtDrhqc5vPirZtvhxMwD3cE3RoK9RdtWatrjsDEVmooGWX7c xpXj8R1Uzu1FZlm2UNRjLssRTnLyiAsW1oiMtz4wRzdA9zWRsFZycDnjfgAxam45 d6y7nPITTa/vRjVJgccZeX9WKz0o2d49E5aAiq98pfU5RYHBoX7weRqER9lFgRae lDuGjzEjh1XxUAmD5qjjDbYDBRN7/KQZPqRUrgWhA7U4dlB40mc7FeWMQBeRSrrl eTz4RB3mJM5GxHNGTVrj6ZYEaXfwqzMnBHh5G55pH/LmeIF5AmjoyjJl/A/p53pT ip+tZaqExVp761HUdnLu =IEyp -----END PGP SIGNATURE----- --dXN8vjhUx01PoA2kvNukPAJHKpCLmrlCv-- From owner-svn-ports-all@freebsd.org Sun Mar 26 11:14:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57CED1E7D7; Sun, 26 Mar 2017 11:14:40 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 827741B3D; Sun, 26 Mar 2017 11:14:40 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QBEdhw035357; Sun, 26 Mar 2017 11:14:39 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBEdYR035356; Sun, 26 Mar 2017 11:14:39 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261114.v2QBEdYR035356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 11:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436955 - head/irc/weechat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:14:40 -0000 Author: brnrd Date: Sun Mar 26 11:14:39 2017 New Revision: 436955 URL: https://svnweb.freebsd.org/changeset/ports/436955 Log: irc/weechat: Fix python3 detection - Fix package error when python3 is used PR: 216555 Reported by: Charles P Modified: head/irc/weechat/Makefile Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Sun Mar 26 10:47:44 2017 (r436954) +++ head/irc/weechat/Makefile Sun Mar 26 11:14:39 2017 (r436955) @@ -88,7 +88,7 @@ TCL_USES= tcl:85+ .include -.if defined(PORT_OPTIONS:MPYTHON) && ${PYTHON_MAJOR_VER} >= 3 +.if !empty(PORT_OPTIONS:MPYTHON) && ${PYTHON_MAJOR_VER} >= 3 WARNING= "Using Python 3.x is NOT recommended because many \"official\" scripts won\'t work" CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so From owner-svn-ports-all@freebsd.org Sun Mar 26 11:27:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39EFCD1EBD8; Sun, 26 Mar 2017 11:27:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 119431FB2; Sun, 26 Mar 2017 11:27:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QBR6Ef039852; Sun, 26 Mar 2017 11:27:06 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBR5eL039848; Sun, 26 Mar 2017 11:27:05 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703261127.v2QBR5eL039848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 26 Mar 2017 11:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436956 - in head/graphics/alembic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:27:07 -0000 Author: danfe Date: Sun Mar 26 11:27:05 2017 New Revision: 436956 URL: https://svnweb.freebsd.org/changeset/ports/436956 Log: - Update `graphics/alembic' to version 1.7.1 [*] - Make HDF5 support (and thus the dependency) optional - USE_GL and Boost dependencies are no longer needed, remove them and their associated patch files - Remove CMAKE_ARGS: it was setting values which are the defaults now - Add missing USE_LDCONFIG and move USE_GITHUB together with other USE_* knobs: while it makes sense to have a dedicated GitHub-related block of knobs, single USE_GITHUB does not really warrant it - Remove HDF5_ROOT gimmick for Alembic < 1.6.0's AlembicHDF5.cmake as it is no longer required (ditto for the patch) Reported by: portscout [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1490314701 which corresponds to commit 895a7c6 tagged as this release. Deleted: head/graphics/alembic/files/patch-build_AlembicBoost.cmake head/graphics/alembic/files/patch-build_AlembicHDF5.cmake head/graphics/alembic/files/patch-lib_Alembic_AbcCoreOgawa_CMakeLists.txt head/graphics/alembic/files/patch-lib_Alembic_AbcCoreOgawa_StreamManager.cpp Modified: head/graphics/alembic/Makefile head/graphics/alembic/distinfo head/graphics/alembic/files/patch-CMakeLists.txt head/graphics/alembic/pkg-plist Modified: head/graphics/alembic/Makefile ============================================================================== --- head/graphics/alembic/Makefile Sun Mar 26 11:14:39 2017 (r436955) +++ head/graphics/alembic/Makefile Sun Mar 26 11:27:05 2017 (r436956) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 1.5.8 -PORTREVISION= 3 +PORTVERSION= 1.7.1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -11,22 +10,19 @@ COMMENT= Open framework for storing and LICENSE= BSD3CLAUSE -LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libImath-2_2.so:graphics/ilmbase \ - libhdf5.so:science/hdf5 - -USE_GITHUB= yes +LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase USES= cmake compiler:c++11-lang USE_CXXSTD= c++11 -USE_GL= glew glut +USE_GITHUB= yes +USE_LDCONFIG= yes -CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON -DUSE_PYALEMBIC:BOOL=OFF +OPTIONS_DEFINE= HDF5 +OPTIONS_DEFAULT= HDF5 +OPTIONS_SUB= yes -# Alembic < 1.6.0's AlembicHDF5.cmake sets HDF5_ROOT to a bogus value if one is -# not specified, and this confuses CMake >= 3.6.0 which started honoring -# HDF5_ROOT more thoroughly. -CMAKE_ARGS+= -DHDF5_ROOT:PATH="${LOCALBASE}" +HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 +HDF5_CMAKE_ON= -DUSE_HDF5:BOOL=ON post-patch: @${REINPLACE_CMD} -e 's,H5Rdereference,&1,' \ Modified: head/graphics/alembic/distinfo ============================================================================== --- head/graphics/alembic/distinfo Sun Mar 26 11:14:39 2017 (r436955) +++ head/graphics/alembic/distinfo Sun Mar 26 11:27:05 2017 (r436956) @@ -1,2 +1,3 @@ -SHA256 (alembic-alembic-1.5.8_GH0.tar.gz) = d5e94c5bee16bc7c2971338c5aada4f585794f01b2aa7e4bb4267d7d1002b533 -SIZE (alembic-alembic-1.5.8_GH0.tar.gz) = 1307347 +TIMESTAMP = 1490314701 +SHA256 (alembic-alembic-1.7.1_GH0.tar.gz) = d9aa4f318df9e8f4bbc31a540209ef47a808b99a5627852e42d2550bd979ccc3 +SIZE (alembic-alembic-1.7.1_GH0.tar.gz) = 803755 Modified: head/graphics/alembic/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/alembic/files/patch-CMakeLists.txt Sun Mar 26 11:14:39 2017 (r436955) +++ head/graphics/alembic/files/patch-CMakeLists.txt Sun Mar 26 11:27:05 2017 (r436956) @@ -1,67 +1,21 @@ ---- CMakeLists.txt.orig 2015-01-15 18:28:49 UTC +--- CMakeLists.txt.orig 2017-03-24 00:18:21 UTC +++ CMakeLists.txt -@@ -78,7 +78,7 @@ IF( "${CMAKE_SYSTEM_NAME}" MATCHES "Darw +@@ -111,7 +111,7 @@ IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Darw ENDIF() - SET( LINUX FALSE ) --IF( "${CMAKE_SYSTEM_NAME}" MATCHES "Linux" ) -+IF( "${CMAKE_SYSTEM_NAME}" MATCHES "Linux|FreeBSD" ) - SET( LINUX TRUE ) + SET(LINUX FALSE) +-IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") ++IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux|FreeBSD") + SET(LINUX TRUE) ENDIF() -@@ -90,9 +90,6 @@ IF ( "${CMAKE_BUILD_TYPE}" MATCHES "Debu - ENDIF() - ELSEIF ( "${CMAKE_BUILD_TYPE}" MATCHES "Release" ) - ADD_DEFINITIONS( -DNDEBUG=1 -UDEBUG ) -- IF ( NOT WINDOWS ) -- ADD_DEFINITIONS( -O3 ) -- ENDIF() - ENDIF() - - IF ( NOT WINDOWS ) -@@ -130,10 +127,6 @@ endif () - IF ( DEFINED ENV{ALEMBIC_INSTALL_PREFIX} ) - SET( CMAKE_INSTALL_PREFIX - $ENV{ALEMBIC_INSTALL_PREFIX}/alembic-${VERSION} ) --ELSE () -- SET( ORIGINAL_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} ) -- SET( CMAKE_INSTALL_PREFIX -- ${ORIGINAL_INSTALL_PREFIX}/alembic-${VERSION} ) - ENDIF () - - # Tell me what my install location would be -@@ -192,6 +185,7 @@ FIND_PACKAGE(ZLIB REQUIRED) - #-****************************************************************************** - FIND_PACKAGE( OpenGL ) - FIND_PACKAGE( GLUT ) -+FIND_PACKAGE( GLEW ) - - IF ( ${WINDOWS} ) - # Do a windows OpenGL thing, whatever that may be -@@ -203,7 +197,7 @@ ELSEIF( ${DARWIN} ) - # Do a darwin OpenGL thing. - SET( ALEMBIC_GL_LIBS ${GLUT_LIBRARY} "-framework OpenGL" ) - ELSE() -- SET( ALEMBIC_GL_LIBS GLEW ${GLUT_LIBRARY} ${OPENGL_LIBRARIES} ) -+ SET( ALEMBIC_GL_LIBS ${GLEW_LIBRARY} ${GLUT_LIBRARY} ${OPENGL_LIBRARIES} ) - ENDIF() - - MESSAGE( STATUS "OpenGL Libraries: ${ALEMBIC_GL_LIBS}" ) -@@ -250,9 +244,6 @@ ELSE() - INCLUDE_DIRECTORIES( ${ALEMBIC_PYILMBASE_INCLUDE_DIRECTORY} ) - ENDIF () - --# Include Python stuff --INCLUDE("./build/AlembicPython.cmake") -- - # Include HDF5 stuff - INCLUDE("./build/AlembicHDF5.cmake") - if ( ALEMBIC_HDF5_FOUND ) -@@ -310,6 +301,7 @@ IF(DEFINED USE_PYALEMBIC AND NOT USE_PYA - MESSAGE(STATUS "Skipping Alembic Python bindings") - ELSE() - MESSAGE(STATUS "About to include Python cmake files") -+ INCLUDE("./build/AlembicPython.cmake") - ADD_SUBDIRECTORY( python ) +@@ -140,9 +140,6 @@ IF ("${CMAKE_BUILD_TYPE}" MATCHES "Debug + ENDIF() + ELSEIF ("${CMAKE_BUILD_TYPE}" MATCHES "Release") + ADD_DEFINITIONS(-DNDEBUG=1 -UDEBUG) +- IF (NOT WINDOWS) +- ADD_DEFINITIONS(-O3) +- ENDIF() ENDIF() + IF (NOT ${WINDOWS}) Modified: head/graphics/alembic/pkg-plist ============================================================================== --- head/graphics/alembic/pkg-plist Sun Mar 26 11:14:39 2017 (r436955) +++ head/graphics/alembic/pkg-plist Sun Mar 26 11:27:05 2017 (r436956) @@ -1,27 +1,10 @@ -bin/SimpleAbcViewer -bin/abcconvert +%%HDF5%%bin/abcconvert +bin/abcdiff bin/abcecho bin/abcechobounds +bin/abcls bin/abcstitcher -include/AbcClients/WFObjConvert/AbcReader.h -include/AbcClients/WFObjConvert/All.h -include/AbcClients/WFObjConvert/Foundation.h -include/AbcClients/WFObjConvert/Parser.h -include/AbcClients/WFObjConvert/Reader.h -include/AbcOpenGL/DrawContext.h -include/AbcOpenGL/Drawable.h -include/AbcOpenGL/Foundation.h -include/AbcOpenGL/GLCamera.h -include/AbcOpenGL/ICurvesDrw.h -include/AbcOpenGL/INuPatchDrw.h -include/AbcOpenGL/IObjectDrw.h -include/AbcOpenGL/IPointsDrw.h -include/AbcOpenGL/IPolyMeshDrw.h -include/AbcOpenGL/ISubDDrw.h -include/AbcOpenGL/IXformDrw.h -include/AbcOpenGL/MeshDrwHelper.h -include/AbcOpenGL/Scene.h -include/AbcOpenGL/SceneWrapper.h +bin/abctree include/Alembic/Abc/All.h include/Alembic/Abc/ArchiveInfo.h include/Alembic/Abc/Argument.h @@ -84,8 +67,10 @@ include/Alembic/AbcCoreAbstract/TimeSamp include/Alembic/AbcCoreAbstract/TimeSamplingType.h include/Alembic/AbcCoreFactory/All.h include/Alembic/AbcCoreFactory/IFactory.h -include/Alembic/AbcCoreHDF5/All.h -include/Alembic/AbcCoreHDF5/ReadWrite.h +%%HDF5%%include/Alembic/AbcCoreHDF5/All.h +%%HDF5%%include/Alembic/AbcCoreHDF5/ReadWrite.h +include/Alembic/AbcCoreLayer/Read.h +include/Alembic/AbcCoreLayer/Util.h include/Alembic/AbcCoreOgawa/All.h include/Alembic/AbcCoreOgawa/ReadWrite.h include/Alembic/AbcGeom/All.h @@ -123,24 +108,18 @@ include/Alembic/AbcGeom/SchemaInfoDeclar include/Alembic/AbcGeom/Visibility.h include/Alembic/AbcGeom/XformOp.h include/Alembic/AbcGeom/XformSample.h +include/Alembic/AbcMaterial/All.h include/Alembic/AbcMaterial/IMaterial.h include/Alembic/AbcMaterial/MaterialAssignment.h include/Alembic/AbcMaterial/MaterialFlatten.h include/Alembic/AbcMaterial/OMaterial.h include/Alembic/AbcMaterial/SchemaInfoDeclarations.h -include/Alembic/Ogawa/Foundation.h -include/Alembic/Ogawa/IArchive.h -include/Alembic/Ogawa/IData.h -include/Alembic/Ogawa/IGroup.h -include/Alembic/Ogawa/IStreams.h -include/Alembic/Ogawa/OArchive.h -include/Alembic/Ogawa/OData.h -include/Alembic/Ogawa/OGroup.h -include/Alembic/Ogawa/OStream.h include/Alembic/Util/All.h +include/Alembic/Util/Config.h include/Alembic/Util/Digest.h include/Alembic/Util/Dimensions.h include/Alembic/Util/Exception.h +include/Alembic/Util/Export.h include/Alembic/Util/Foundation.h include/Alembic/Util/Murmur3.h include/Alembic/Util/Naming.h @@ -148,15 +127,8 @@ include/Alembic/Util/OperatorBool.h include/Alembic/Util/PlainOldDataType.h include/Alembic/Util/SpookyV2.h include/Alembic/Util/TokenMap.h -lib/libAbcWFObjConvert.so -lib/libAlembicAbc.so -lib/libAlembicAbcCollection.so -lib/libAlembicAbcCoreAbstract.so -lib/libAlembicAbcCoreFactory.so -lib/libAlembicAbcCoreHDF5.so -lib/libAlembicAbcCoreOgawa.so -lib/libAlembicAbcGeom.so -lib/libAlembicAbcMaterial.so -lib/libAlembicAbcOpenGL.so -lib/libAlembicOgawa.so -lib/libAlembicUtil.so +lib/cmake/Alembic/AlembicConfig.cmake +lib/cmake/Alembic/AlembicConfigVersion.cmake +lib/cmake/Alembic/AlembicTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Alembic/AlembicTargets.cmake +lib/libAlembic.so From owner-svn-ports-all@freebsd.org Sun Mar 26 11:37:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEC7CD1EFA5; Sun, 26 Mar 2017 11:37:10 +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 9E2CA1502; Sun, 26 Mar 2017 11:37:10 +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 v2QBb982044046; Sun, 26 Mar 2017 11:37:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBb9Gg044045; Sun, 26 Mar 2017 11:37:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703261137.v2QBb9Gg044045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Mar 2017 11:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436957 - head/mail/libvmime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:37:10 -0000 Author: antoine Date: Sun Mar 26 11:37:09 2017 New Revision: 436957 URL: https://svnweb.freebsd.org/changeset/ports/436957 Log: libvmime stages fine with default INSTALL_TARGET Modified: head/mail/libvmime/Makefile Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Sun Mar 26 11:27:05 2017 (r436956) +++ head/mail/libvmime/Makefile Sun Mar 26 11:37:09 2017 (r436957) @@ -27,13 +27,8 @@ CMAKE_ARGS= -DLIB_SUFFIX:STRING="" \ -DVMIME_SHARED_PTR_USE_BOOST:BOOL=NO \ -DVMIME_SHARED_PTR_USE_CXX:BOOL=YES -INSTALL_TARGET= install - post-patch: @${REINPLACE_CMD} 's,$${VMIME_INSTALL_LIBDIR}/pkgconfig,${PREFIX}/libdata/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvmime.so.1.0.0 - .include From owner-svn-ports-all@freebsd.org Sun Mar 26 11:47:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13E8AD1C520; Sun, 26 Mar 2017 11:47:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDE1E1ABB; Sun, 26 Mar 2017 11:47:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QBlThs048415; Sun, 26 Mar 2017 11:47:29 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBlTxi048412; Sun, 26 Mar 2017 11:47:29 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703261147.v2QBlTxi048412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 26 Mar 2017 11:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436958 - head/devel/pear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:47:31 -0000 Author: miwi Date: Sun Mar 26 11:47:29 2017 New Revision: 436958 URL: https://svnweb.freebsd.org/changeset/ports/436958 Log: - Update to 1.10.3 Changelog: http://pear.php.net/package/PEAR/download/1.10.2 http://pear.php.net/package/PEAR/download/1.10.3 Approved by: maintainer via irc Modified: head/devel/pear/Makefile head/devel/pear/distinfo head/devel/pear/pkg-plist Modified: head/devel/pear/Makefile ============================================================================== --- head/devel/pear/Makefile Sun Mar 26 11:37:09 2017 (r436957) +++ head/devel/pear/Makefile Sun Mar 26 11:47:29 2017 (r436958) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pear -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.3 CATEGORIES= devel MASTER_SITES= http://mirror.miwibox.org/ Modified: head/devel/pear/distinfo ============================================================================== --- head/devel/pear/distinfo Sun Mar 26 11:37:09 2017 (r436957) +++ head/devel/pear/distinfo Sun Mar 26 11:47:29 2017 (r436958) @@ -1,2 +1,3 @@ -SHA256 (pear-1.10.1.tar.bz2) = 1e90ba461f3bbfdde49c4bee5e028fcd3291e92653a2227dbbcdb378ae31c1be -SIZE (pear-1.10.1.tar.bz2) = 318856 +TIMESTAMP = 1490516416 +SHA256 (pear-1.10.3.tar.bz2) = 7b531669eb8a72f39a387ca36c15f6d411fdee68fce23cf10daf56887fab1180 +SIZE (pear-1.10.3.tar.bz2) = 329498 Modified: head/devel/pear/pkg-plist ============================================================================== --- head/devel/pear/pkg-plist Sun Mar 26 11:37:09 2017 (r436957) +++ head/devel/pear/pkg-plist Sun Mar 26 11:47:29 2017 (r436958) @@ -27,7 +27,6 @@ bin/pecl %%DATADIR%%/Console/Getopt.php %%DATADIR%%/OS/Guess.php %%DATADIR%%/PEAR.php -%%DATADIR%%/PEAR/Autoloader.php %%DATADIR%%/PEAR/Builder.php %%DATADIR%%/PEAR/ChannelFile.php %%DATADIR%%/PEAR/ChannelFile/Parser.php @@ -98,6 +97,7 @@ bin/pecl %%DATADIR%%/PEAR/PackageFile/v2/Validator.php %%DATADIR%%/PEAR/PackageFile/v2/rw.php %%DATADIR%%/PEAR/Packager.php +%%DATADIR%%/PEAR/Proxy.php %%DATADIR%%/PEAR/REST.php %%DATADIR%%/PEAR/REST/10.php %%DATADIR%%/PEAR/REST/11.php From owner-svn-ports-all@freebsd.org Sun Mar 26 11:48:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29B29D1C5C5; Sun, 26 Mar 2017 11:48:15 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4E951BEB; Sun, 26 Mar 2017 11:48:14 +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 v2QBmD9O048567; Sun, 26 Mar 2017 11:48:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBmDc2048565; Sun, 26 Mar 2017 11:48:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703261148.v2QBmDc2048565@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, 26 Mar 2017 11:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436959 - in head/sysutils/baloo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:48:15 -0000 Author: rakuco Date: Sun Mar 26 11:48:13 2017 New Revision: 436959 URL: https://svnweb.freebsd.org/changeset/ports/436959 Log: Add "baloofiles" to the list of exported CMake libraries. In practice, this means linking against "baloofiles" in CMake passes "/full/path/to/libbaloofiles.so" instead of "-lbaloofiles" to the linker. The latter may fail if -L/full/path/to is not passed as well. Added: head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt (contents, props changed) Modified: head/sysutils/baloo/Makefile Modified: head/sysutils/baloo/Makefile ============================================================================== --- head/sysutils/baloo/Makefile Sun Mar 26 11:47:29 2017 (r436958) +++ head/sysutils/baloo/Makefile Sun Mar 26 11:48:13 2017 (r436959) @@ -2,7 +2,7 @@ PORTNAME= baloo PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt Sun Mar 26 11:48:13 2017 (r436959) @@ -0,0 +1,28 @@ +Backport of the "export baloofiles with the rest of the targets" part. + +This is necessary so that the CMake exports file has an entry for baloofiles, +and linking against it passes "/full/path/to/libbaloofiles.so" instead of +"-lbaloofiles" to the linker. The latter may fail if -L/full/path/to is not +passed as well. + +commit 66068074c64b2a4a68a3dda567904704b0ae1f02 +Author: Aleix Pol +Date: Wed Mar 12 17:51:02 2014 +0100 + +Improvements on Baloo's cmake architecture + +Install a file indicating the version +Port linking variables into the proper targets +Export baloofiles with the rest of the targets + +--- src/file/lib/CMakeLists.txt ++++ src/file/lib/CMakeLists.txt +@@ -33,7 +33,7 @@ set_target_properties(baloofiles PROPERTIES + SOVERSION ${BALOO_VERSION_MAJOR} + ) + +-install(TARGETS baloofiles ${INSTALL_TARGETS_DEFAULT_ARGS}) ++install(TARGETS baloofiles EXPORT BalooLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) + + install(FILES + file.h From owner-svn-ports-all@freebsd.org Sun Mar 26 11:59:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BCD7D1C91F; Sun, 26 Mar 2017 11:59:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF8781113; Sun, 26 Mar 2017 11:59:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QBx6kx052712; Sun, 26 Mar 2017 11:59:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QBx6Pu052711; Sun, 26 Mar 2017 11:59:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703261159.v2QBx6Pu052711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Mar 2017 11:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436960 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 11:59:08 -0000 Author: mat Date: Sun Mar 26 11:59:06 2017 New Revision: 436960 URL: https://svnweb.freebsd.org/changeset/ports/436960 Log: Refactor USES=samba a bit, and add Samba 4.6 support there. Sponsored by: Absolight Modified: head/Mk/Uses/samba.mk Modified: head/Mk/Uses/samba.mk ============================================================================== --- head/Mk/Uses/samba.mk Sun Mar 26 11:48:13 2017 (r436959) +++ head/Mk/Uses/samba.mk Sun Mar 26 11:59:06 2017 (r436960) @@ -21,22 +21,12 @@ samba_ARGS= build run IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun} .endif -.if ${SAMBA_DEFAULT} == 4.2 +SAMBAPORT= net/samba${SAMBA_DEFAULT:S/.//} SAMBAINCLUDES= ${LOCALBASE}/include/samba4 +.if ${SAMBA_DEFAULT} == 4.2 || ${SAMBA_DEFAULT} == 4.3 SAMBALIBS= ${LOCALBASE}/lib -SAMBAPORT= net/samba42 -.elif ${SAMBA_DEFAULT} == 4.3 -SAMBAINCLUDES= ${LOCALBASE}/include/samba4 -SAMBALIBS= ${LOCALBASE}/lib -SAMBAPORT= net/samba43 -.elif ${SAMBA_DEFAULT} == 4.4 -SAMBAINCLUDES= ${LOCALBASE}/include/samba4 -SAMBALIBS= ${LOCALBASE}/lib/samba4 -SAMBAPORT= net/samba44 -.elif ${SAMBA_DEFAULT} == 4.5 -SAMBAINCLUDES= ${LOCALBASE}/include/samba4 +.elif ${SAMBA_DEFAULT} == 4.4 || ${SAMBA_DEFAULT} == 4.5 || ${SAMBA_DEFAULT} == 4.6 SAMBALIBS= ${LOCALBASE}/lib/samba4 -SAMBAPORT= net/samba45 .else IGNORE= Invalid version of samba: ${SAMBA_DEFAULT} .endif From owner-svn-ports-all@freebsd.org Sun Mar 26 12:12:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 232D8D12818; Sun, 26 Mar 2017 12:12:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC8F31CFE; Sun, 26 Mar 2017 12:12:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QCCrAX060885; Sun, 26 Mar 2017 12:12:53 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QCCrcb060882; Sun, 26 Mar 2017 12:12:53 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703261212.v2QCCrcb060882@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, 26 Mar 2017 12:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436961 - in head/deskutils: kdepim4 kdepim4-runtime kdepimlibs4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 12:12:55 -0000 Author: rakuco Date: Sun Mar 26 12:12:53 2017 New Revision: 436961 URL: https://svnweb.freebsd.org/changeset/ports/436961 Log: Switch the KDE PIM ports to KDE4_KDEPIM_VERSION. Start using it instead of KDE4_KDELIBS_VERSION, the ports can have different versions. Modified: head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepimlibs4/Makefile Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Sun Mar 26 11:59:06 2017 (r436960) +++ head/deskutils/kdepim4-runtime/Makefile Sun Mar 26 12:12:53 2017 (r436961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kdepim-runtime -PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTVERSION= ${KDE4_KDEPIM_VERSION} PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Sun Mar 26 11:59:06 2017 (r436960) +++ head/deskutils/kdepim4/Makefile Sun Mar 26 12:12:53 2017 (r436961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kdepim -PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTVERSION= ${KDE4_KDEPIM_VERSION} PORTREVISION= 4 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Sun Mar 26 11:59:06 2017 (r436960) +++ head/deskutils/kdepimlibs4/Makefile Sun Mar 26 12:12:53 2017 (r436961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kdepimlibs -PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTVERSION= ${KDE4_KDEPIM_VERSION} PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src From owner-svn-ports-all@freebsd.org Sun Mar 26 12:14:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08AF6D12868; Sun, 26 Mar 2017 12:14:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "critical.ch", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A56F1DD8; Sun, 26 Mar 2017 12:14:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver.home.critical.ch (84-72-21-190.dclient.hispeed.ch [84.72.21.190]) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPA id v2QCEjFV024216; Sun, 26 Mar 2017 14:14:51 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Sun, 26 Mar 2017 14:14:40 +0200 From: Emanuel Haupt To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436941 - head/devel/pkgconf Message-Id: <20170326141440.64f5cecc4bd6c6b629878d9c@FreeBSD.org> In-Reply-To: <201703260844.v2Q8iWrb072851@repo.freebsd.org> References: <201703260844.v2Q8iWrb072851@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 12:14:54 -0000 Antoine Brodin wrote: > Author: antoine > Date: Sun Mar 26 08:44:32 2017 > New Revision: 436941 > URL: https://svnweb.freebsd.org/changeset/ports/436941 > > Log: > Revert upgrade to 1.3.2 and require exp-run for future upgrades, > this upgrade breaks some ports. Thanks. net-im/pidgin-bs was one among those ports. Emanuel From owner-svn-ports-all@freebsd.org Sun Mar 26 13:42:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E61F8D1D3ED; Sun, 26 Mar 2017 13:42:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0AD710CE; Sun, 26 Mar 2017 13:42:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QDgQXE097205; Sun, 26 Mar 2017 13:42:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QDgQ1m097200; Sun, 26 Mar 2017 13:42:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703261342.v2QDgQ1m097200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 26 Mar 2017 13:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436962 - in head/www: . p5-JSON-API X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 13:42:28 -0000 Author: ehaupt Date: Sun Mar 26 13:42:26 2017 New Revision: 436962 URL: https://svnweb.freebsd.org/changeset/ports/436962 Log: Add p5-JSON-API 1.1.0, module to interact with a JSON API. Added: head/www/p5-JSON-API/ head/www/p5-JSON-API/Makefile (contents, props changed) head/www/p5-JSON-API/distinfo (contents, props changed) head/www/p5-JSON-API/pkg-descr (contents, props changed) head/www/p5-JSON-API/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Mar 26 12:12:53 2017 (r436961) +++ head/www/Makefile Sun Mar 26 13:42:26 2017 (r436962) @@ -1055,6 +1055,7 @@ SUBDIR += p5-Image-Delivery SUBDIR += p5-Interchange6 SUBDIR += p5-JE + SUBDIR += p5-JSON-API SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-Kwiki Added: head/www/p5-JSON-API/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-API/Makefile Sun Mar 26 13:42:26 2017 (r436962) @@ -0,0 +1,29 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= JSON-API +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Module to interact with a JSON API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ + p5-libwww>=0:www/p5-libwww \ + p5-URI-Encode>0:www/p5-URI-Encode +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \ + p5-Test-Fake-HTTPD>=0:devel/p5-Test-Fake-HTTPD \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage + +USES= perl5 +USE_PERL5= modbuild +NO_ARCH= yes + +.include Added: head/www/p5-JSON-API/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-API/distinfo Sun Mar 26 13:42:26 2017 (r436962) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490534196 +SHA256 (JSON-API-v1.1.0.tar.gz) = 29724b5db667c51ba5a31c259389c6f70faa9081a43a74699dea3a30365d6ce9 +SIZE (JSON-API-v1.1.0.tar.gz) = 19841 Added: head/www/p5-JSON-API/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-API/pkg-descr Sun Mar 26 13:42:26 2017 (r436962) @@ -0,0 +1,6 @@ +This module wraps JSON and LWP::UserAgent to create a flexible utility for +accessing APIs that accept/provide JSON data. + +It supports all the options LWP supports, including authentication. + +WWW: http://search.cpan.org/dist/JSON-API/ Added: head/www/p5-JSON-API/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-JSON-API/pkg-plist Sun Mar 26 13:42:26 2017 (r436962) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/JSON/API.pm +%%PERL5_MAN3%%/JSON::API.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 13:48:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8480D1D511; Sun, 26 Mar 2017 13:48:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADF29120A; Sun, 26 Mar 2017 13:48:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id F3C0614EB; Sun, 26 Mar 2017 13:48:06 +0000 (UTC) Date: Sun, 26 Mar 2017 13:48:06 +0000 From: Alexey Dokuchaev To: Emanuel Haupt Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436962 - in head/www: . p5-JSON-API Message-ID: <20170326134806.GA83956@FreeBSD.org> References: <201703261342.v2QDgQ1m097200@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703261342.v2QDgQ1m097200@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 13:48:08 -0000 On Sun, Mar 26, 2017 at 01:42:26PM +0000, Emanuel Haupt wrote: > New Revision: 436962 > URL: https://svnweb.freebsd.org/changeset/ports/436962 > > Log: > Add p5-JSON-API 1.1.0, module to interact with a JSON API. > > [...] > Added: head/www/p5-JSON-API/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-JSON-API/pkg-plist Sun Mar 26 13:42:26 2017 (r436962) > @@ -0,0 +1,2 @@ > +%%SITE_PERL%%/JSON/API.pm > +%%PERL5_MAN3%%/JSON::API.3.gz For only two files, IMHO you'd better be off with PLIST_FILES knob. ./danfe From owner-svn-ports-all@freebsd.org Sun Mar 26 14:42:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 414AFD1E4BD; Sun, 26 Mar 2017 14:42:36 +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 0E6471E1E; Sun, 26 Mar 2017 14:42:35 +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 v2QEgZ9l021752; Sun, 26 Mar 2017 14:42:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QEgYij021750; Sun, 26 Mar 2017 14:42:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703261442.v2QEgYij021750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 26 Mar 2017 14:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436963 - head/math/R-cran-Zelig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 14:42:36 -0000 Author: wen Date: Sun Mar 26 14:42:34 2017 New Revision: 436963 URL: https://svnweb.freebsd.org/changeset/ports/436963 Log: - Update to 5.0.17 Modified: head/math/R-cran-Zelig/Makefile head/math/R-cran-Zelig/distinfo Modified: head/math/R-cran-Zelig/Makefile ============================================================================== --- head/math/R-cran-Zelig/Makefile Sun Mar 26 13:42:26 2017 (r436962) +++ head/math/R-cran-Zelig/Makefile Sun Mar 26 14:42:34 2017 (r436963) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Zelig -DISTVERSION= 5.0-16 +DISTVERSION= 5.0-17 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Zelig/distinfo ============================================================================== --- head/math/R-cran-Zelig/distinfo Sun Mar 26 13:42:26 2017 (r436962) +++ head/math/R-cran-Zelig/distinfo Sun Mar 26 14:42:34 2017 (r436963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488353817 -SHA256 (Zelig_5.0-16.tar.gz) = c9a455b8c2d368c37feb4987f73565f9b2a3b0115674a55e963527e38d0ad2d7 -SIZE (Zelig_5.0-16.tar.gz) = 560863 +TIMESTAMP = 1490538588 +SHA256 (Zelig_5.0-17.tar.gz) = c01ed636971eb3f318b981e7156b7b3676be6595a53d074a08f02642d34ec972 +SIZE (Zelig_5.0-17.tar.gz) = 566951 From owner-svn-ports-all@freebsd.org Sun Mar 26 14:57:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC203D1E763; Sun, 26 Mar 2017 14:57:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4CC13CA; Sun, 26 Mar 2017 14:57:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x234.google.com with SMTP id 190so29794925itm.0; Sun, 26 Mar 2017 07:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ibFN8zVi6/HjDi4jvqP851+r/XtRDbzDY12CJAY6s00=; b=KfKJJ8XT5QJtPE9OuAewwLj7vh802XUvjkN44xb+GsQqpSkTTxUCl2zs9xq5omtyej 4A8nosHjJbRQgulughW6xKMBlTcovAzZiTiBxKsfXAzbV8NDsolJvC1OlM2mhhrjB06i pn/8+VSSKJmZ29hZ1kNLdQK7LJoSs66GQ9nqv62wD8K4KpLFvNtZFiAP3+yZQFrWz0V3 xeVCPJKVnQmQIqCSESXdQtDq6KIf7mQAzNzVm6/Y4GWpM5RlVtKoPXPosV1QttweBAeZ 06vYOzZ39x1Zlj/TAHXsEcmxTwCF+RahC7LFab3NxMF1PEuc+onKxwJr5G+p/QjPFZGA IW3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ibFN8zVi6/HjDi4jvqP851+r/XtRDbzDY12CJAY6s00=; b=mq/m/TfSE6xVpktNo/MdrQiAHcXDoMPAciWC4Keo99Nf5TKJWYhw8sT1/wMPaKRoMs Q9jFfavCrCrcMCjCrdFmmwanT+K4iuNH5wrHER1r2741XiMIP/zzTcge4fQqlPA0ukKC qyjvVP8/lAxrzrgFv85HrrAZKX9sShI8p+6l/ozHaudz/Enqhd9NdQSzUQyXw2ItIPH9 AtGe9pVmBfEB/rjr4NZJNYLhuznbPXfxp2Ex4o67Yh/H6XBK6kU7hcuwwzqnsi23jnXR UiJgKsMCsKmcPwV5yJPJhteCam+Bd/ok3m5rOdpvlPvuwJezh6DPgfM+MhOuitAnFNz+ 1ZsQ== X-Gm-Message-State: AFeK/H3aaqnu78olK8RUWvUVXah7U5EYYWbyFc3JXsM8ZuK5Emnrq2ikiW46TOdofZDS56P02J3/t3cVv04yCQ== X-Received: by 10.107.182.9 with SMTP id g9mr15511449iof.233.1490540236638; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) In-Reply-To: <201703260622.v2Q6MqvW016810@repo.freebsd.org> References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> From: Antoine Brodin Date: Sun, 26 Mar 2017 16:57:16 +0200 X-Google-Sender-Auth: 7yPrM8hyN-_pkU58v8GVhH0f_Q0 Message-ID: Subject: Re: svn commit: r436939 - head/lang/go/files To: Gleb Smirnoff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 14:57:19 -0000 On Mar 26, 2017 8:23 AM, "Gleb Smirnoff" wrote: Author: glebius (src committer) Date: Sun Mar 26 06:22:52 2017 New Revision: 436939 URL: https://svnweb.freebsd.org/changeset/ports/436939 Log: Use pipe2() syscall. It is available on all supported FreeBSD versions. This makes lang/go not depending on pipe() syscall, this not depending on COMPAT_FREEBSD10 kernel. This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b from the official Go repo. Approved by: jlaffaye Hi, It seems some go ports fail to build after this change: "# syscall /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" Antoine From owner-svn-ports-all@freebsd.org Sun Mar 26 14:57:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DFB4D1E7C8; Sun, 26 Mar 2017 14:57:50 +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 E1B6D150E; Sun, 26 Mar 2017 14:57:49 +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 v2QEvnov025847; Sun, 26 Mar 2017 14:57:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QEvmYS025845; Sun, 26 Mar 2017 14:57:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703261457.v2QEvmYS025845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 26 Mar 2017 14:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436964 - head/textproc/p5-Text-BibTeX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 14:57:50 -0000 Author: wen Date: Sun Mar 26 14:57:48 2017 New Revision: 436964 URL: https://svnweb.freebsd.org/changeset/ports/436964 Log: - Update to 0.80 Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.80/Changes Modified: head/textproc/p5-Text-BibTeX/Makefile head/textproc/p5-Text-BibTeX/distinfo Modified: head/textproc/p5-Text-BibTeX/Makefile ============================================================================== --- head/textproc/p5-Text-BibTeX/Makefile Sun Mar 26 14:42:34 2017 (r436963) +++ head/textproc/p5-Text-BibTeX/Makefile Sun Mar 26 14:57:48 2017 (r436964) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-BibTeX -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-BibTeX/distinfo ============================================================================== --- head/textproc/p5-Text-BibTeX/distinfo Sun Mar 26 14:42:34 2017 (r436963) +++ head/textproc/p5-Text-BibTeX/distinfo Sun Mar 26 14:57:48 2017 (r436964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489517919 -SHA256 (Text-BibTeX-0.79.tar.gz) = 0e3be08e0a9321860afb9ea048c6e3a95eea26dfc384dc8ee0438e288463d0e3 -SIZE (Text-BibTeX-0.79.tar.gz) = 296405 +TIMESTAMP = 1490568369 +SHA256 (Text-BibTeX-0.80.tar.gz) = 86872d085ddb8d94a3e796987738afce95749f0b9a7d7f3c4f19023e4ceffb6b +SIZE (Text-BibTeX-0.80.tar.gz) = 296711 From owner-svn-ports-all@freebsd.org Sun Mar 26 15:09:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342D6D1EAED; Sun, 26 Mar 2017 15:09:35 +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 03B88194F; Sun, 26 Mar 2017 15:09:34 +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 v2QF9YLt029829; Sun, 26 Mar 2017 15:09:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QF9XFc029827; Sun, 26 Mar 2017 15:09:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703261509.v2QF9XFc029827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 26 Mar 2017 15:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436965 - head/security/p5-Digest-Bcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:09:35 -0000 Author: wen Date: Sun Mar 26 15:09:33 2017 New Revision: 436965 URL: https://svnweb.freebsd.org/changeset/ports/436965 Log: - Update to 1.209 Changes: http://cpansearch.perl.org/src/CAPOEIRAB/Digest-Bcrypt-1.209/Changes Modified: head/security/p5-Digest-Bcrypt/Makefile head/security/p5-Digest-Bcrypt/distinfo Modified: head/security/p5-Digest-Bcrypt/Makefile ============================================================================== --- head/security/p5-Digest-Bcrypt/Makefile Sun Mar 26 14:57:48 2017 (r436964) +++ head/security/p5-Digest-Bcrypt/Makefile Sun Mar 26 15:09:33 2017 (r436965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-Bcrypt -PORTVERSION= 1.208 +PORTVERSION= 1.209 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Digest-Bcrypt/distinfo ============================================================================== --- head/security/p5-Digest-Bcrypt/distinfo Sun Mar 26 14:57:48 2017 (r436964) +++ head/security/p5-Digest-Bcrypt/distinfo Sun Mar 26 15:09:33 2017 (r436965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490413292 -SHA256 (Digest-Bcrypt-1.208.tar.gz) = 2bb9e445948038103cf78b574e4cf32ba7053522b744c42f46ee15fb6e19d32e -SIZE (Digest-Bcrypt-1.208.tar.gz) = 26306 +TIMESTAMP = 1490569104 +SHA256 (Digest-Bcrypt-1.209.tar.gz) = 78450a29538fea87bb831483b7a6897892865b0f7e6c0a506b7f8496f229b30c +SIZE (Digest-Bcrypt-1.209.tar.gz) = 27121 From owner-svn-ports-all@freebsd.org Sun Mar 26 15:09:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE97BD1EB1D; Sun, 26 Mar 2017 15:09:53 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 732531A37; Sun, 26 Mar 2017 15:09:53 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QF9qMM029972; Sun, 26 Mar 2017 15:09:52 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QF9qZY029969; Sun, 26 Mar 2017 15:09:52 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201703261509.v2QF9qZY029969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 26 Mar 2017 15:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436966 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:09:53 -0000 Author: tota Date: Sun Mar 26 15:09:52 2017 New Revision: 436966 URL: https://svnweb.freebsd.org/changeset/ports/436966 Log: - Update to 3.5.5 PR: 216480 (based on) Submitted by: Koichiro IWAO Modified: head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mikutter/distinfo (contents, props changed) head/net-im/mikutter/pkg-plist (contents, props changed) Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Sun Mar 26 15:09:33 2017 (r436965) +++ head/net-im/mikutter/Makefile Sun Mar 26 15:09:52 2017 (r436966) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTVERSION= 3.5.5 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -17,15 +16,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-gtk2>=3.0.8:x11-toolkits/rubygem-gtk2 \ rubygem-cairo>=1.12.9:graphics/rubygem-cairo \ - rubygem-addressable>=2.4.0:www/rubygem-addressable \ + rubygem-addressable>=2.5.0:www/rubygem-addressable \ rubygem-delayer>=0.0.2:devel/rubygem-delayer \ rubygem-delayer-deferred>=1.0.4:devel/rubygem-delayer-deferred \ rubygem-gettext>=3.0.9:devel/rubygem-gettext \ + rubygem-gio2>=3.1.0:devel/rubygem-gio2 \ rubygem-httpclient>=2.7.1:www/rubygem-httpclient \ rubygem-instance_storage>=1.0.0:devel/rubygem-instance_storage \ rubygem-json_pure1>=1.8:devel/rubygem-json_pure1 \ rubygem-locale>=2.1.1:devel/rubygem-locale \ - rubygem-memoist>=0.14.0:devel/rubygem-memoist \ + rubygem-memoist>=0.15.0:devel/rubygem-memoist \ rubygem-moneta>=0.7:devel/rubygem-moneta \ rubygem-nokogiri>=1.6.7:textproc/rubygem-nokogiri \ rubygem-oauth>=0.5.1:net/rubygem-oauth \ @@ -33,7 +33,7 @@ RUN_DEPENDS= rubygem-gtk2>=3.0.8:x11-too rubygem-ruby-hmac>=0.4.0:security/rubygem-ruby-hmac \ rubygem-text>=1.3.1:textproc/rubygem-text \ rubygem-totoridipjp>=0.1.0:www/rubygem-totoridipjp \ - rubygem-twitter-text>=1.13.0:textproc/rubygem-twitter-text \ + rubygem-twitter-text>=1.14.5:textproc/rubygem-twitter-text \ rubygem-typed-array>=0.1.2:devel/rubygem-typed-array \ rubygem-unf>=0.1.4:textproc/rubygem-unf Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Sun Mar 26 15:09:33 2017 (r436965) +++ head/net-im/mikutter/distinfo Sun Mar 26 15:09:52 2017 (r436966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469921975 -SHA256 (mikutter.3.4.2.tar.gz) = 4531a284946763ca7c57dbfec1e26e029415519977414e381496bbb3ac84ea8f -SIZE (mikutter.3.4.2.tar.gz) = 3684733 +TIMESTAMP = 1490540239 +SHA256 (mikutter.3.5.5.tar.gz) = 0527e9a853a51d557275b19107b1f988e6ee99980a642fed2433299de1277bdd +SIZE (mikutter.3.5.5.tar.gz) = 3744043 Modified: head/net-im/mikutter/pkg-plist ============================================================================== --- head/net-im/mikutter/pkg-plist Sun Mar 26 15:09:33 2017 (r436965) +++ head/net-im/mikutter/pkg-plist Sun Mar 26 15:09:52 2017 (r436966) @@ -11,7 +11,7 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/boot/shell/spec.rb %%RUBY_SITELIBDIR%%/mikutter/core/config.rb %%RUBY_SITELIBDIR%%/mikutter/core/configloader.rb -%%RUBY_SITELIBDIR%%/mikutter/core/entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/directmessage.rb %%RUBY_SITELIBDIR%%/mikutter/core/environment.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/lazy.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/mikutwitter.rb @@ -51,6 +51,25 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/lib/mikutwitter/utils.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/piapro.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/reserver.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/cast.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/datasource.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/basic_twitter_entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/blank_entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/extended_twitter_entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/regexp_entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/segment.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/entity/url_entity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/error.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/field_generator.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/mixin/message_mixin.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/mixin/photo_mixin.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/mixin/user_mixin.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/model.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/model/identity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/model/memory.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/spec.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/retriever/uri.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/test_unit_extensions.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/timelimitedqueue.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/timelimitedqueue/test/test_timelimitedqueue.rb @@ -105,16 +124,15 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_listlist.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_message_picker.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_mtk.rb +%%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_photo_pixbuf.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_postbox.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_pseudo_signal_handler.rb +%%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_retriever_header_widget.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_selectbox.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_timeline_utils.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_tree_view_pretty_scroll.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_userlist.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_web_image_loader.rb -%%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_web_image_loader_image_cache.rb -%%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_web_image_loader_image_cache_pixbuf.rb -%%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_web_image_loader_image_cache_raw.rb %%RUBY_SITELIBDIR%%/mikutter/core/mui/gtk_webicon.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ChangeLog @@ -125,25 +143,31 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/el/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/en/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/es/achievement.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/fr/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ja_KS/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/pt_PT/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ro_RO/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ru/achievement.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/sr/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/vi/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/zh/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/zh_CN/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/zh_TW/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/activity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/model/activity.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/model_selector.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ar/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/de/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/el/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/en/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/es/activity.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/fr/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ja_KS/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/pt_PT/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ro_RO/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ru/activity.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/sr/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/vi/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/zh/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/zh_CN/activity.po @@ -162,10 +186,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/el/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/en/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/es/bugreport.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/fr/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ja_KS/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/pt_PT/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ro_RO/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ru/bugreport.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/sr/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/vi/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/zh/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/zh_CN/bugreport.po @@ -179,10 +205,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/el/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/en/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/es/change_account.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/fr/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ja_KS/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/pt_PT/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ro_RO/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ru/change_account.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/sr/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/vi/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/zh/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/zh_CN/change_account.po @@ -195,10 +223,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/el/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/en/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/es/command.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/fr/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ja_KS/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/pt_PT/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ro_RO/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ru/command.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/sr/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/vi/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/zh/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/zh_CN/command.po @@ -211,10 +241,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/el/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/en/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/es/console.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/fr/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ja_KS/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/pt_PT/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ro_RO/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ru/console.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/sr/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/vi/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/zh/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/zh_CN/console.po @@ -230,10 +262,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/el/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/en/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/es/direct_message.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/fr/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ja_KS/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/pt_PT/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ro_RO/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ru/direct_message.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/sr/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/vi/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/zh/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/zh_CN/direct_message.po @@ -247,9 +281,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/el/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/en/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/es/display_requirements.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/fr/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/pt_PT/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/ro_RO/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/ru/display_requirements.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/sr/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/vi/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/zh/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/zh_CN/display_requirements.po @@ -263,10 +299,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/el/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/en/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/es/extract.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/fr/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ja_KS/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/pt_PT/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ro_RO/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ru/extract.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/sr/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/vi/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/zh/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/zh_CN/extract.po @@ -286,11 +324,13 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/el/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/en/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/es/gtk.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/fr/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ja/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ja_KS/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/pt_PT/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ro_RO/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ru/gtk.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/sr/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/vi/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/zh/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/zh_CN/gtk.po @@ -314,10 +354,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/el/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/en/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/es/gui.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/fr/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ja_KS/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/pt_PT/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ro_RO/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ru/gui.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/sr/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/vi/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/zh/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/zh_CN/gui.po @@ -341,16 +383,26 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/el/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/en/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/es/home_timeline.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/fr/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ja_KS/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/pt_PT/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ro_RO/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ru/home_timeline.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/sr/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/vi/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/zh/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/zh_CN/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/zh_TW/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/image_file_cache/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/image_file_cache/Gemfile %%RUBY_SITELIBDIR%%/mikutter/core/plugin/image_file_cache/image_file_cache.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent/intent.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent/model/intent.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent/model/intent_token.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent_selector/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent_selector/intent_selector.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/intent_selector/listview.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/libnotify/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/libnotify/libnotify.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/libnotify/notify-send.rb @@ -372,15 +424,17 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/el/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/en/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/es/mentions.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/fr/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ja_KS/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/pt_PT/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ro_RO/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ru/mentions.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/sr/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/vi/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/zh/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/zh_CN/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/zh_TW/mentions.po -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/message_detail_view/header_widget.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/message_detail_view/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/message_detail_view/message_detail_view.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/message_favorite/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/message_favorite/message_favorite.rb @@ -395,15 +449,18 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/el/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/en/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/es/notify.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/fr/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ja_KS/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/pt_PT/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ro_RO/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ru/notify.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/sr/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/vi/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/zh/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/zh_CN/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/zh_TW/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/model/photo.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/openimg.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/pattern_file.json %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ar/openimg.po @@ -411,27 +468,49 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/el/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/en/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/es/openimg.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/fr/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ja_KS/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/pt_PT/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ro_RO/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ru/openimg.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/sr/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/vi/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/zh/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/zh_CN/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/zh_TW/openimg.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/window.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/model/photo.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/photo.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo_support/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo_support/Gemfile %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo_support/photo_support.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/ar/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/de/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/el/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/en/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/es/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/fr/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/pt_PT/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/ro_RO/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/ru/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/sr/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/vi/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/zh/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/zh_CN/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/zh_TW/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ar/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/de/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/el/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/en/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/es/proxy.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/fr/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ja_KS/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/pt_PT/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ro_RO/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ru/proxy.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/sr/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/vi/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/zh/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/zh_CN/proxy.po @@ -445,10 +524,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/el/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/en/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/es/ratelimit.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/fr/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ja_KS/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/pt_PT/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ro_RO/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ru/ratelimit.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/sr/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/vi/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/zh/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/zh_CN/ratelimit.po @@ -462,25 +543,30 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/el/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/en/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/es/saved_search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/fr/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ja_KS/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/pt_PT/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ro_RO/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ru/saved_search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/sr/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/vi/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/zh/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/zh_CN/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/zh_TW/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/saved_search.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/model/search.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ar/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/de/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/el/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/en/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/es/search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/fr/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ja_KS/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/pt_PT/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ro_RO/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ru/search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/sr/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/vi/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/zh/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/zh_CN/search.po @@ -492,10 +578,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/el/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/en/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/es/set_input.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/fr/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ja_KS/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/pt_PT/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ro_RO/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ru/set_input.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/sr/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/vi/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/zh/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/zh_CN/set_input.po @@ -507,10 +595,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/el/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/en/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/es/set_view.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/fr/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ja_KS/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/pt_PT/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ro_RO/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ru/set_view.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/sr/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/vi/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/zh/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/zh_CN/set_view.po @@ -526,10 +616,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/el/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/en/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/es/settings.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/fr/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ja_KS/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/pt_PT/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ro_RO/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ru/settings.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/sr/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/vi/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/zh/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/zh_CN/settings.po @@ -543,10 +635,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/el/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/en/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/es/shortcutkey.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/fr/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ja_KS/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/pt_PT/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ro_RO/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ru/shortcutkey.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/sr/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/vi/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/zh/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/zh_CN/shortcutkey.po @@ -554,17 +648,22 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/shortcutkey.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/shortcutkey_listview.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/skin/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/skin/model/image.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/skin/skin.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/skin_setting_gtk/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/skin_setting_gtk/skin_setting_gtk.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ar/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/de/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/el/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/en/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/es/smartthread.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/fr/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ja_KS/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/pt_PT/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ro_RO/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ru/smartthread.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/sr/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/vi/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/zh/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/zh_CN/smartthread.po @@ -576,10 +675,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/el/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/en/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/es/sound.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/fr/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ja_KS/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/pt_PT/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ro_RO/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ru/sound.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/sr/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/vi/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/zh/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/zh_CN/sound.po @@ -588,6 +689,18 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/filter.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/perma_streamer.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/ar/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/de/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/el/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/en/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/es/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/pt_PT/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/ro_RO/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/ru/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/vi/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh_CN/streaming.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh_TW/streaming.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streamer.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streamer_error.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streaming.rb @@ -614,9 +727,9 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_detail_view/po/zh_CN/user_detail_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_detail_view/po/zh_TW/user_detail_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_detail_view/user_detail_view.rb -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_filesystem_cache/.mikutter.yml -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_filesystem_cache/Gemfile -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/user_filesystem_cache/user_filesystem_cache.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/web/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/web/model/web.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/web/web.rb %%RUBY_SITELIBDIR%%/mikutter/core/retriever.rb %%RUBY_SITELIBDIR%%/mikutter/core/serialthread.rb %%RUBY_SITELIBDIR%%/mikutter/core/service.rb @@ -681,6 +794,9 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/skin/data/underconstruction.png %%RUBY_SITELIBDIR%%/mikutter/core/skin/data/unfav.png %%RUBY_SITELIBDIR%%/mikutter/core/skin/data/verified.png +%%RUBY_SITELIBDIR%%/mikutter/core/system/message.rb +%%RUBY_SITELIBDIR%%/mikutter/core/system/system.rb +%%RUBY_SITELIBDIR%%/mikutter/core/system/user.rb %%RUBY_SITELIBDIR%%/mikutter/core/user.rb %%RUBY_SITELIBDIR%%/mikutter/core/userconfig.rb %%RUBY_SITELIBDIR%%/mikutter/core/userlist.rb From owner-svn-ports-all@freebsd.org Sun Mar 26 15:12:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 642B6D1ECB5; Sun, 26 Mar 2017 15:12:15 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7641D9A; Sun, 26 Mar 2017 15:12:15 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QFCE8Q033677; Sun, 26 Mar 2017 15:12:14 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QFCDCw032957; Sun, 26 Mar 2017 15:12:13 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201703261512.v2QFCDCw032957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 26 Mar 2017 15:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436967 - in head/textproc/mysqlviz: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:12:15 -0000 Author: tota Date: Sun Mar 26 15:12:13 2017 New Revision: 436967 URL: https://svnweb.freebsd.org/changeset/ports/436967 Log: - Unbreak by updating master site from Google Code to Github - Regenerate patch-mysqlviz with 'make makepatch' Modified: head/textproc/mysqlviz/Makefile (contents, props changed) head/textproc/mysqlviz/distinfo (contents, props changed) head/textproc/mysqlviz/files/patch-mysqlviz (contents, props changed) head/textproc/mysqlviz/pkg-descr (contents, props changed) Modified: head/textproc/mysqlviz/Makefile ============================================================================== --- head/textproc/mysqlviz/Makefile Sun Mar 26 15:09:52 2017 (r436966) +++ head/textproc/mysqlviz/Makefile Sun Mar 26 15:12:13 2017 (r436967) @@ -3,20 +3,18 @@ PORTNAME= mysqlviz PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE MAINTAINER= tota@FreeBSD.org COMMENT= MySQL and SQLite Database Visualisation Tool LICENSE= GPLv3 -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - NO_BUILD= yes USES= php:cli tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= globalcitizen PLIST_FILES= bin/${PORTNAME} @@ -31,6 +29,8 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} Modified: head/textproc/mysqlviz/distinfo ============================================================================== --- head/textproc/mysqlviz/distinfo Sun Mar 26 15:09:52 2017 (r436966) +++ head/textproc/mysqlviz/distinfo Sun Mar 26 15:12:13 2017 (r436967) @@ -1,2 +1,3 @@ -SHA256 (mysqlviz-0.3.tar.bz2) = fdfc89771b821dfa6e9dda7a189d9f6d7db22a0bedb8450ba96dc08cf0221d8e -SIZE (mysqlviz-0.3.tar.bz2) = 15377 +TIMESTAMP = 1490527116 +SHA256 (globalcitizen-mysqlviz-0.3_GH0.tar.gz) = 0e95b85258ca8908c59459eaf170176d34ac70b1f4cc5ffbd216640037c5f89f +SIZE (globalcitizen-mysqlviz-0.3_GH0.tar.gz) = 14749 Modified: head/textproc/mysqlviz/files/patch-mysqlviz ============================================================================== --- head/textproc/mysqlviz/files/patch-mysqlviz Sun Mar 26 15:09:52 2017 (r436966) +++ head/textproc/mysqlviz/files/patch-mysqlviz Sun Mar 26 15:12:13 2017 (r436967) @@ -1,6 +1,6 @@ ---- mysqlviz.orig 2010-11-13 08:54:02.000000000 +0900 -+++ mysqlviz 2013-05-06 17:56:14.000000000 +0900 -@@ -184,17 +184,16 @@ +--- mysqlviz.orig 2010-11-12 23:53:55 UTC ++++ mysqlviz +@@ -184,17 +184,16 @@ exit(0); # usage information function usage() { Modified: head/textproc/mysqlviz/pkg-descr ============================================================================== --- head/textproc/mysqlviz/pkg-descr Sun Mar 26 15:09:52 2017 (r436966) +++ head/textproc/mysqlviz/pkg-descr Sun Mar 26 15:12:13 2017 (r436967) @@ -6,4 +6,4 @@ Features: - Handles partial dumps (FK to tables that are not defined within the dump) - Fast! Uses sed and grep for data extraction (MySQL only) -WWW: http://code.google.com/p/mysqlviz/ +WWW: https://github.com/globalcitizen/mysqlviz From owner-svn-ports-all@freebsd.org Sun Mar 26 15:21:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D21D1EDBE; Sun, 26 Mar 2017 15:21:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 437ED1037; Sun, 26 Mar 2017 15:21:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QFLjb5035854; Sun, 26 Mar 2017 15:21:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QFLjnk035853; Sun, 26 Mar 2017 15:21:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703261521.v2QFLjnk035853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Mar 2017 15:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436968 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:21:46 -0000 Author: antoine Date: Sun Mar 26 15:21:45 2017 New Revision: 436968 URL: https://svnweb.freebsd.org/changeset/ports/436968 Log: Fix plist Reported by: pkg-fallout Modified: head/lang/go/Makefile head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Sun Mar 26 15:12:13 2017 (r436967) +++ head/lang/go/Makefile Sun Mar 26 15:21:45 2017 (r436968) @@ -3,6 +3,7 @@ PORTNAME= go PORTVERSION= 1.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Sun Mar 26 15:12:13 2017 (r436967) +++ head/lang/go/pkg-plist Sun Mar 26 15:21:45 2017 (r436968) @@ -3929,6 +3929,7 @@ go/src/os/path_unix.go go/src/os/path_windows.go go/src/os/path_windows_test.go go/src/os/pipe_bsd.go +go/src/os/pipe_freebsd.go go/src/os/pipe_linux.go go/src/os/pipe_test.go go/src/os/proc.go @@ -4859,6 +4860,7 @@ go/src/syscall/env_unix.go go/src/syscall/env_windows.go go/src/syscall/errors_plan9.go go/src/syscall/exec_bsd.go +go/src/syscall/exec_freebsd.go go/src/syscall/exec_linux.go go/src/syscall/exec_linux_test.go go/src/syscall/exec_plan9.go @@ -4872,6 +4874,7 @@ go/src/syscall/export_unix_test.go go/src/syscall/fd_nacl.go go/src/syscall/flock.go go/src/syscall/flock_linux_32bit.go +go/src/syscall/forkpipe_bsd.go go/src/syscall/fs_nacl.go go/src/syscall/lsf_linux.go go/src/syscall/mkall.sh From owner-svn-ports-all@freebsd.org Sun Mar 26 15:22:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32EC8D1EF1A; Sun, 26 Mar 2017 15:22:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1F7213AD; Sun, 26 Mar 2017 15:22:54 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x235.google.com with SMTP id y18so50052414itc.0; Sun, 26 Mar 2017 08:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=bA3+M+4SUjC5IRJvAtkmwtTtEOzAC5Xv6reXtwqJZ/c=; b=V8/InNnm2sEIVhMwnfnXy+IVBmsO9tvllLQqTvXKGccpRfYrRVCUIwdJan+r9E9etr suFanm6heOaBX9u/zsJRfF6sV5AIONLQbCitM7oo7RXPPRDcK2GqilU5diKm4OC98jMF uAXCUdx7Y6o3S3qOydhatrzibfFbbldBFAfFv6bxnZW8Yp6CaC+jNYyX0HRPfRDdNuRz 3fkd3662iwsUzb/+AcLLeGjM2AjZdqHAXnNV0CI+zsjZ+wENYKuxC8+WoewN56wfLz4K y1bbO0dpQMn1+59jdK3eDFQ8HzoOLPa7ljdy0YC9ZkoYt74z9BN7YoHmXltZIojVw5cW obDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=bA3+M+4SUjC5IRJvAtkmwtTtEOzAC5Xv6reXtwqJZ/c=; b=VG3lqNSs1qTL2+o+/ptc+mHbkcOVFGtteP5ollk3JrTm7W4mdou98jkZZKEGfr55dF ZaZdj93kxsY3cmPImruQOtA5WyAl6bfuwdrnJczC0s+TJ+F3MTqLPpyi50HzHbqYBiqA pW8RNRmnlorS2MkAPTmRDQ6kZOAo0h4hsSXpZLxi+AUh3yyq/2LyfWTxey8cZkzAlzLi oP5nYr7/AC63wVVu8brjPhV2H25q1Yl60t9UabvsykJx2leV+iy7cInHHjVJyJFYbqR2 ITxYRwo8a8q79ImkEzJnuIUSc7RbscED5VYq8smhi1FMbzhDgfyGcHOvL6ZFq3BzU3l1 1Cpg== X-Gm-Message-State: AFeK/H0mRhQxssClMK7OluASQtV77I9QZ1AQIbFh2+YfxTa450UurLFO4qH69Zy+EiH2PgwjnWa0XHDhwQ93rg== X-Received: by 10.107.135.74 with SMTP id j71mr4878356iod.171.1490541773929; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 08:22:53 -0700 (PDT) In-Reply-To: References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> From: Antoine Brodin Date: Sun, 26 Mar 2017 17:22:53 +0200 X-Google-Sender-Auth: ZLjbQgGeJ0shQGqoqF8OQGkMAok Message-ID: Subject: Re: svn commit: r436939 - head/lang/go/files To: Gleb Smirnoff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:22:55 -0000 On Mar 26, 2017 4:57 PM, "Antoine Brodin" wrote: On Mar 26, 2017 8:23 AM, "Gleb Smirnoff" wrote: Author: glebius (src committer) Date: Sun Mar 26 06:22:52 2017 New Revision: 436939 URL: https://svnweb.freebsd.org/changeset/ports/436939 Log: Use pipe2() syscall. It is available on all supported FreeBSD versions. This makes lang/go not depending on pipe() syscall, this not depending on COMPAT_FREEBSD10 kernel. This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b from the official Go repo. Approved by: jlaffaye Hi, It seems some go ports fail to build after this change: "# syscall /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" Antoine Fixed in r436968 Antoine From owner-svn-ports-all@freebsd.org Sun Mar 26 15:33:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54DA1D1E180; Sun, 26 Mar 2017 15:33:59 +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 2430B18C2; Sun, 26 Mar 2017 15:33:59 +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 v2QFXwui042114; Sun, 26 Mar 2017 15:33:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QFXwSs042113; Sun, 26 Mar 2017 15:33:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703261533.v2QFXwSs042113@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, 26 Mar 2017 15:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436969 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:33:59 -0000 Author: rakuco Date: Sun Mar 26 15:33:58 2017 New Revision: 436969 URL: https://svnweb.freebsd.org/changeset/ports/436969 Log: Bump KDE_APPLICATIONS_VERSION to 16.12.3. It is the latest available release. While it is not used by any port at the moment, ensure it is up-to-date for ports to actually start using it. Reviewed by: tcberner Modified: head/Mk/Uses/kde.mk Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sun Mar 26 15:21:45 2017 (r436968) +++ head/Mk/Uses/kde.mk Sun Mar 26 15:33:58 2017 (r436969) @@ -69,7 +69,7 @@ KDE_FRAMEWORKS_VERSION?= 5.32.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. -KDE_APPLICATIONS_VERSION?= 16.12.0 +KDE_APPLICATIONS_VERSION?= 16.12.3 KDE_APPLICATIONS_BRANCH?= stable # Upstream moves old software to Attic/. Specify the newest applications release there. # Only the major version is used for the comparison. From owner-svn-ports-all@freebsd.org Sun Mar 26 15:39:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F2DD1E28A; Sun, 26 Mar 2017 15:39:16 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BBB91A79; Sun, 26 Mar 2017 15:39:16 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QFdFlY042495; Sun, 26 Mar 2017 15:39:15 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QFdFUw042490; Sun, 26 Mar 2017 15:39:15 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703261539.v2QFdFUw042490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sun, 26 Mar 2017 15:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436970 - in head/net-mgmt/netdata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:39:16 -0000 Author: mmokhi Date: Sun Mar 26 15:39:14 2017 New Revision: 436970 URL: https://svnweb.freebsd.org/changeset/ports/436970 Log: net-mgmt/netdata: Update to 1.6.0: This release merged many parts of our local FreeBSD patches. Reviewed by: feld, mat (mentors) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10093 Deleted: head/net-mgmt/netdata/files/patch-src_Makefile.am head/net-mgmt/netdata/files/patch-src_plugin__freebsd.c head/net-mgmt/netdata/files/patch-src_plugin__freebsd.h Modified: head/net-mgmt/netdata/Makefile head/net-mgmt/netdata/distinfo head/net-mgmt/netdata/files/patch-configure.ac head/net-mgmt/netdata/files/patch-src_freebsd__sysctl.c head/net-mgmt/netdata/pkg-plist Modified: head/net-mgmt/netdata/Makefile ============================================================================== --- head/net-mgmt/netdata/Makefile Sun Mar 26 15:33:58 2017 (r436969) +++ head/net-mgmt/netdata/Makefile Sun Mar 26 15:39:14 2017 (r436970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netdata -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= net-mgmt MAINTAINER= mmokhi@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS+= libuuid.so:misc/e2fsprogs- USE_GITHUB= yes GH_ACCOUNT= firehol -GH_TAGNAME= 3bd41a0 +GH_TAGNAME= f5fa346 NETDATA_CACHE= /var/cache/${PORTNAME} NETDATA_LOG= /var/log/${PORTNAME} Modified: head/net-mgmt/netdata/distinfo ============================================================================== --- head/net-mgmt/netdata/distinfo Sun Mar 26 15:33:58 2017 (r436969) +++ head/net-mgmt/netdata/distinfo Sun Mar 26 15:39:14 2017 (r436970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485268722 -SHA256 (firehol-netdata-1.5.0-3bd41a0_GH0.tar.gz) = add4d6dceed43771deccf7388c9ff68fe72ca8f771f79b0a5fb19213d940888d -SIZE (firehol-netdata-1.5.0-3bd41a0_GH0.tar.gz) = 2257311 +TIMESTAMP = 1490178032 +SHA256 (firehol-netdata-1.6.0-f5fa346_GH0.tar.gz) = e9101bbc2628bedcf7755cde23f33884e8c64cb051b36154996bcd44387dad78 +SIZE (firehol-netdata-1.6.0-f5fa346_GH0.tar.gz) = 2526672 Modified: head/net-mgmt/netdata/files/patch-configure.ac ============================================================================== --- head/net-mgmt/netdata/files/patch-configure.ac Sun Mar 26 15:33:58 2017 (r436969) +++ head/net-mgmt/netdata/files/patch-configure.ac Sun Mar 26 15:39:14 2017 (r436970) @@ -1,14 +1,5 @@ --- configure.ac.orig 2017-01-22 19:49:22 UTC +++ configure.ac -@@ -162,7 +162,7 @@ PKG_CHECK_MODULES( - [UUID], - [uuid], - ) --test -z "${UUID_LIBS}" && AC_MSG_ERROR([libuuid required but not found. Try installing 'uuid-dev' or 'libuuid-devel'.]) -+test -z "${UUID_LIBS}" && AC_MSG_ERROR([libuuid required but not found. Try installing 'misc/e2fsprogs-libuuid'.]) - AC_DEFINE([NETDATA_WITH_UUID], [1], [uuid settings]) - OPTIONAL_UUID_CLFAGS="${UUID_CFLAGS}" - OPTIONAL_UUID_LIBS="${UUID_LIBS}" @@ -214,14 +214,14 @@ fi AC_DEFINE_UNQUOTED([NETDATA_USER], ["${with_user}"], [use this user to drop privileged]) Modified: head/net-mgmt/netdata/files/patch-src_freebsd__sysctl.c ============================================================================== --- head/net-mgmt/netdata/files/patch-src_freebsd__sysctl.c Sun Mar 26 15:33:58 2017 (r436969) +++ head/net-mgmt/netdata/files/patch-src_freebsd__sysctl.c Sun Mar 26 15:39:14 2017 (r436970) @@ -1,26 +1,11 @@ ---- src/freebsd_sysctl.c.orig 2017-01-22 19:49:22 UTC +--- src/freebsd_sysctl.c.orig 2017-03-20 18:26:59 UTC +++ src/freebsd_sysctl.c -@@ -828,7 +828,11 @@ int do_freebsd_sysctl(int update_every, - if (unlikely(GETSYSCTL("vm.stats.vm.v_active_count", vmmeter_data.v_active_count) || - GETSYSCTL("vm.stats.vm.v_inactive_count", vmmeter_data.v_inactive_count) || - GETSYSCTL("vm.stats.vm.v_wire_count", vmmeter_data.v_wire_count) || -+#if (__FreeBSD__ >= 12) && (__FreeBSD_version >= 1200016) -+ 0 || -+#else - GETSYSCTL("vm.stats.vm.v_cache_count", vmmeter_data.v_cache_count) || +@@ -1,3 +1,8 @@ ++#if __FreeBSD__ < 11 || __FreeBSD_version < 1100000 ++#define _IFI_OQDROPS ++#define _IN_NET_RTSOCK_C +#endif - GETSYSCTL("vfs.bufspace", vfs_bufspace_count) || - GETSYSCTL("vm.stats.vm.v_free_count", vmmeter_data.v_free_count))) { - do_ram = 0; -@@ -850,7 +854,11 @@ int do_freebsd_sysctl(int update_every, - rrddim_set(st, "active", vmmeter_data.v_active_count); - rrddim_set(st, "inactive", vmmeter_data.v_inactive_count); - rrddim_set(st, "wired", vmmeter_data.v_wire_count); -+#if (__FreeBSD__ >= 12) && (__FreeBSD_version >= 1200016) -+ rrddim_set(st, "cache", 0); -+#else - rrddim_set(st, "cache", vmmeter_data.v_cache_count); -+#endif - rrddim_set(st, "buffers", vfs_bufspace_count); - rrddim_set(st, "free", vmmeter_data.v_free_count); - rrdset_done(st); ++ + #include "common.h" + + #include Modified: head/net-mgmt/netdata/pkg-plist ============================================================================== --- head/net-mgmt/netdata/pkg-plist Sun Mar 26 15:33:58 2017 (r436969) +++ head/net-mgmt/netdata/pkg-plist Sun Mar 26 15:39:14 2017 (r436970) @@ -26,33 +26,23 @@ %%ETCDIR%%/health.d/apache.conf %%ETCDIR%%/health.d/backend.conf %%ETCDIR%%/health.d/bind_rndc.conf -%%ETCDIR%%/health.d/cpu.conf -%%ETCDIR%%/health.d/disks.conf %%ETCDIR%%/health.d/elasticsearch.conf -%%ETCDIR%%/health.d/entropy.conf +%%ETCDIR%%/health.d/fping.conf %%ETCDIR%%/health.d/haproxy.conf -%%ETCDIR%%/health.d/ipc.conf %%ETCDIR%%/health.d/ipfs.conf +%%ETCDIR%%/health.d/ipmi.conf %%ETCDIR%%/health.d/isc_dhcpd.conf %%ETCDIR%%/health.d/mdstat.conf %%ETCDIR%%/health.d/memcached.conf -%%ETCDIR%%/health.d/memory.conf %%ETCDIR%%/health.d/mysql.conf %%ETCDIR%%/health.d/named.conf -%%ETCDIR%%/health.d/net.conf -%%ETCDIR%%/health.d/netfilter.conf %%ETCDIR%%/health.d/nginx.conf %%ETCDIR%%/health.d/postgres.conf -%%ETCDIR%%/health.d/qos.conf -%%ETCDIR%%/health.d/ram.conf %%ETCDIR%%/health.d/redis.conf %%ETCDIR%%/health.d/retroshare.conf -%%ETCDIR%%/health.d/softnet.conf %%ETCDIR%%/health.d/squid.conf -%%ETCDIR%%/health.d/swap.conf -%%ETCDIR%%/health.d/tcp_resets.conf -%%ETCDIR%%/health.d/udp_errors.conf %%ETCDIR%%/health.d/varnish.conf +%%ETCDIR%%/health.d/web_log.conf %%ETCDIR%%/health_alarm_notify.conf %%ETCDIR%%/health_email_recipients.conf %%ETCDIR%%/node.d.conf @@ -71,16 +61,16 @@ %%ETCDIR%%/python.d/exim.conf %%ETCDIR%%/python.d/fail2ban.conf %%ETCDIR%%/python.d/freeradius.conf -%%ETCDIR%%/python.d/gunicorn_log.conf %%ETCDIR%%/python.d/haproxy.conf %%ETCDIR%%/python.d/hddtemp.conf %%ETCDIR%%/python.d/ipfs.conf %%ETCDIR%%/python.d/isc_dhcpd.conf %%ETCDIR%%/python.d/mdstat.conf %%ETCDIR%%/python.d/memcached.conf +%%ETCDIR%%/python.d/mongodb.conf %%ETCDIR%%/python.d/mysql.conf %%ETCDIR%%/python.d/nginx.conf -%%ETCDIR%%/python.d/nginx_log.conf +%%ETCDIR%%/python.d/nsd.conf %%ETCDIR%%/python.d/ovpn_status_log.conf %%ETCDIR%%/python.d/phpfpm.conf %%ETCDIR%%/python.d/postfix.conf @@ -88,9 +78,12 @@ %%ETCDIR%%/python.d/redis.conf %%ETCDIR%%/python.d/retroshare.conf %%ETCDIR%%/python.d/sensors.conf +%%ETCDIR%%/python.d/smartd_log.conf %%ETCDIR%%/python.d/squid.conf %%ETCDIR%%/python.d/tomcat.conf %%ETCDIR%%/python.d/varnish.conf +%%ETCDIR%%/python.d/web_log.conf +%%ETCDIR%%/stream.conf @mode @owner @group @@ -153,16 +146,16 @@ libexec/netdata/python.d/example.chart.p libexec/netdata/python.d/exim.chart.py libexec/netdata/python.d/fail2ban.chart.py libexec/netdata/python.d/freeradius.chart.py -libexec/netdata/python.d/gunicorn_log.chart.py libexec/netdata/python.d/haproxy.chart.py libexec/netdata/python.d/hddtemp.chart.py libexec/netdata/python.d/ipfs.chart.py libexec/netdata/python.d/isc_dhcpd.chart.py libexec/netdata/python.d/mdstat.chart.py libexec/netdata/python.d/memcached.chart.py +libexec/netdata/python.d/mongodb.chart.py libexec/netdata/python.d/mysql.chart.py libexec/netdata/python.d/nginx.chart.py -libexec/netdata/python.d/nginx_log.chart.py +libexec/netdata/python.d/nsd.chart.py libexec/netdata/python.d/ovpn_status_log.chart.py libexec/netdata/python.d/phpfpm.chart.py libexec/netdata/python.d/postfix.chart.py @@ -209,9 +202,11 @@ libexec/netdata/python.d/python_modules/ libexec/netdata/python.d/redis.chart.py libexec/netdata/python.d/retroshare.chart.py libexec/netdata/python.d/sensors.chart.py +libexec/netdata/python.d/smartd_log.chart.py libexec/netdata/python.d/squid.chart.py libexec/netdata/python.d/tomcat.chart.py libexec/netdata/python.d/varnish.chart.py +libexec/netdata/python.d/web_log.chart.py sbin/netdata @mode 4640 @owner netdata @@ -229,6 +224,7 @@ sbin/netdata %%DATADIR%%/web/dashboard.js %%DATADIR%%/web/dashboard.slate.css %%DATADIR%%/web/dashboard_info.js +%%DATADIR%%/web/dashboard_info_custom_example.js %%DATADIR%%/web/demo.html %%DATADIR%%/web/demo2.html %%DATADIR%%/web/demosites.html @@ -275,7 +271,7 @@ sbin/netdata %%DATADIR%%/web/lib/d3-3.5.17.min.js %%DATADIR%%/web/lib/dygraph-combined-dd74404.js %%DATADIR%%/web/lib/dygraph-smooth-plotter-dd74404.js -%%DATADIR%%/web/lib/gauge-d5260c3.min.js +%%DATADIR%%/web/lib/gauge-1.3.2.min.js %%DATADIR%%/web/lib/jquery-2.2.4.min.js %%DATADIR%%/web/lib/jquery.easypiechart-97b5824.min.js %%DATADIR%%/web/lib/jquery.peity-3.2.0.min.js From owner-svn-ports-all@freebsd.org Sun Mar 26 15:45:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0390BD1E414; Sun, 26 Mar 2017 15:45:26 +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 B85601E49; Sun, 26 Mar 2017 15:45:25 +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 v2QFjOio046821; Sun, 26 Mar 2017 15:45:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QFjNI8046811; Sun, 26 Mar 2017 15:45:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703261545.v2QFjNI8046811@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, 26 Mar 2017 15:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436971 - in head: Mk/Uses deskutils/kdepim4 deskutils/kdepim4-runtime deskutils/kdepimlibs4 sysutils/kfilemetadata sysutils/nepomuk-core sysutils/nepomuk-widgets x11/kde4-workspace x11... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 15:45:26 -0000 Author: rakuco Date: Sun Mar 26 15:45:23 2017 New Revision: 436971 URL: https://svnweb.freebsd.org/changeset/ports/436971 Log: Update x11/kdelibs4 to 4.14.30. This is the latest stable release, and contains many of the patches we kept in files/. The exception is patch-mimetypes_kde.xml, which just did not seem necessary any longer: area51 r8180 mentions it was working around issues in shared-mime-info, which has since been updated. While here, add several dependencies that were reported by Poudriere's checks. Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist. Reviewed by: tcberner Deleted: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake head/x11/kdelibs4/files/patch-cmake_modules_FindKexiv2.cmake head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake head/x11/kdelibs4/files/patch-git_016841a head/x11/kdelibs4/files/patch-git_1804c2f_cve-2017-6410 head/x11/kdelibs4/files/patch-git_94f1d2f head/x11/kdelibs4/files/patch-git_967fc70 head/x11/kdelibs4/files/patch-git_dd1c2da head/x11/kdelibs4/files/patch-mimetypes_kde.xml Modified: head/Mk/Uses/kde.mk head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepimlibs4/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/x11/kde4-workspace/Makefile head/x11/kdelibs4/Makefile head/x11/kdelibs4/distinfo Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sun Mar 26 15:39:14 2017 (r436970) +++ head/Mk/Uses/kde.mk Sun Mar 26 15:45:23 2017 (r436971) @@ -55,7 +55,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Old KDE desktop. KDE4_VERSION?= 4.14.3 -KDE4_KDELIBS_VERSION= 4.14.10 +KDE4_KDELIBS_VERSION= 4.14.30 KDE4_ACTIVITIES_VERSION= 4.13.3 KDE4_WORKSPACE_VERSION= 4.11.21 KDE4_KDEPIM_VERSION?= 4.14.10 Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/deskutils/kdepim4-runtime/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/deskutils/kdepim4/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/deskutils/kdepimlibs4/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/sysutils/kfilemetadata/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/nepomuk-core/Makefile ============================================================================== --- head/sysutils/nepomuk-core/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/sysutils/nepomuk-core/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -3,7 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/nepomuk-widgets/Makefile ============================================================================== --- head/sysutils/nepomuk-widgets/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/sysutils/nepomuk-widgets/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -2,7 +2,7 @@ PORTNAME= nepomuk-widgets PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/x11/kde4-workspace/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Sun Mar 26 15:39:14 2017 (r436970) +++ head/x11/kdelibs4/Makefile Sun Mar 26 15:45:23 2017 (r436971) @@ -3,15 +3,13 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 10 -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libImath-2_2.so.12:graphics/ilmbase \ libjasper.so:graphics/jasper \ libpcre.so:devel/pcre \ libenchant.so:textproc/enchant \ @@ -20,7 +18,8 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenE libhal.so:sysutils/hal \ libqca.so:devel/qca \ libpolkit-qt-core-1.so:sysutils/polkit-qt \ - libdbusmenu-qt.so:devel/libdbusmenu-qt + libdbusmenu-qt.so:devel/libdbusmenu-qt \ + libstreams.so:deskutils/libstreams BUILD_DEPENDS= docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl @@ -40,7 +39,7 @@ USE_QT4= corelib dbus declarative design qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build \ imageformats_run qdbusviewer_run -USE_XORG= sm x11 xcursor xext xfixes xft xpm xrender xtst +USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xpm xrender xtst USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null Modified: head/x11/kdelibs4/distinfo ============================================================================== --- head/x11/kdelibs4/distinfo Sun Mar 26 15:39:14 2017 (r436970) +++ head/x11/kdelibs4/distinfo Sun Mar 26 15:45:23 2017 (r436971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465934303 -SHA256 (KDE/4.14.10/kdelibs-4.14.10.tar.xz) = 00f5a7bdb0b2bcb786ea630844c639ebe89c45eb1e88443dde421baa0895ca94 -SIZE (KDE/4.14.10/kdelibs-4.14.10.tar.xz) = 11644204 +TIMESTAMP = 1490532363 +SHA256 (KDE/applications/16.12.3/kdelibs-4.14.30.tar.xz) = a39fc3ef320c27ea49e5d238b2a860ef61824a20922268a18392b0521a38196d +SIZE (KDE/applications/16.12.3/kdelibs-4.14.30.tar.xz) = 11643248 From owner-svn-ports-all@freebsd.org Sun Mar 26 16:03:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08A17D1EB47; Sun, 26 Mar 2017 16:03:12 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC3301725; Sun, 26 Mar 2017 16:03:11 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QG3AeM055034; Sun, 26 Mar 2017 16:03:10 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QG3AHx055033; Sun, 26 Mar 2017 16:03:10 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703261603.v2QG3AHx055033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sun, 26 Mar 2017 16:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436972 - head/devel/pcsc-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 16:03:12 -0000 Author: mmokhi Date: Sun Mar 26 16:03:10 2017 New Revision: 436972 URL: https://svnweb.freebsd.org/changeset/ports/436972 Log: devel/pcsc-lite: Add option for activating filters. This enables users to ignore/extend reader names returned by PC/SC. PR: 217999 Reported by: Roberto Fernandez Cueto Reviewed by: mat, mmokhi Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10090 Modified: head/devel/pcsc-lite/Makefile Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Sun Mar 26 15:45:23 2017 (r436971) +++ head/devel/pcsc-lite/Makefile Sun Mar 26 16:03:10 2017 (r436972) @@ -3,6 +3,7 @@ PORTNAME= pcsc-lite PORTVERSION= 1.8.20 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/ @@ -26,6 +27,11 @@ CONFIGURE_ARGS= --enable-usbdropdir=${PR PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_GROUP= FEATURES +OPTIONS_GROUP_FEATURES= FILTER +FEATURES_DESC= Default features knobs +FILTER_DESC= Control (Ignore or Extend) reader names reported by PCSC +FILTER_CONFIGURE_ENABLE= filter .include From owner-svn-ports-all@freebsd.org Sun Mar 26 16:03:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EC3CD1EB76; Sun, 26 Mar 2017 16:03:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA0717A3; Sun, 26 Mar 2017 16:03:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QG3KBa055152; Sun, 26 Mar 2017 16:03:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QG3KOQ055151; Sun, 26 Mar 2017 16:03:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703261603.v2QG3KOQ055151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Mar 2017 16:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436973 - head/security/p5-Crypt-LE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 16:03:21 -0000 Author: pi Date: Sun Mar 26 16:03:20 2017 New Revision: 436973 URL: https://svnweb.freebsd.org/changeset/ports/436973 Log: security/p5-Crypt-LE: add some depends and sort RUN_DEPENDS Submitted by: des Modified: head/security/p5-Crypt-LE/Makefile Modified: head/security/p5-Crypt-LE/Makefile ============================================================================== --- head/security/p5-Crypt-LE/Makefile Sun Mar 26 16:03:10 2017 (r436972) +++ head/security/p5-Crypt-LE/Makefile Sun Mar 26 16:03:20 2017 (r436973) @@ -2,6 +2,7 @@ PORTNAME= Crypt-LE PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +12,13 @@ COMMENT= Let's Encrypt API interfacing m LICENSE= ART20 -RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \ +RUN_DEPENDS= p5-Crypt-Format>=0:security/p5-Crypt-Format \ p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \ - p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ - p5-Crypt-Format>=0:security/p5-Crypt-Format + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Sun Mar 26 16:15:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB86D1EE92; Sun, 26 Mar 2017 16:15:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E164E1CD5; Sun, 26 Mar 2017 16:15:34 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id v2QGFXHL006562 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 26 Mar 2017 09:15:33 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v2QGFX1w006561; Sun, 26 Mar 2017 09:15:33 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Sun, 26 Mar 2017 09:15:33 -0700 From: Gleb Smirnoff To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436939 - head/lang/go/files Message-ID: <20170326161533.GF23308@FreeBSD.org> References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 16:15:35 -0000 On Sun, Mar 26, 2017 at 05:22:53PM +0200, Antoine Brodin wrote: A> Log: A> Use pipe2() syscall. It is available on all supported FreeBSD versions. A> This makes lang/go not depending on pipe() syscall, this not depending A> on COMPAT_FREEBSD10 kernel. A> A> This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b A> from the official Go repo. A> A> Approved by: jlaffaye A> A> A> Hi, A> A> It seems some go ports fail to build after this change: A> "# syscall A> /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" A> A> Fixed in r436968 Thanks, Antoine! -- Totus tuus, Glebius. From owner-svn-ports-all@freebsd.org Sun Mar 26 17:26:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C969D1F396; Sun, 26 Mar 2017 17:26:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43AFB1E9A; Sun, 26 Mar 2017 17:26:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QHQEkH088401; Sun, 26 Mar 2017 17:26:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QHQEYr088399; Sun, 26 Mar 2017 17:26:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703261726.v2QHQEYr088399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Mar 2017 17:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436974 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 17:26:15 -0000 Author: pi Date: Sun Mar 26 17:26:14 2017 New Revision: 436974 URL: https://svnweb.freebsd.org/changeset/ports/436974 Log: graphics/p5-feedgnuplot: update 1.40 -> 1.41 Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.41/Changes Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/distinfo Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Sun Mar 26 16:03:20 2017 (r436973) +++ head/graphics/p5-feedgnuplot/Makefile Sun Mar 26 17:26:14 2017 (r436974) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= feedgnuplot -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= graphics perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- head/graphics/p5-feedgnuplot/distinfo Sun Mar 26 16:03:20 2017 (r436973) +++ head/graphics/p5-feedgnuplot/distinfo Sun Mar 26 17:26:14 2017 (r436974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484772357 -SHA256 (feedgnuplot-1.40.tar.gz) = 059f3303ac5e8edca9d1f213b248b9ecfc5bdcd6c1f48d1086fc2fdc583a3a95 -SIZE (feedgnuplot-1.40.tar.gz) = 34551 +TIMESTAMP = 1490521842 +SHA256 (feedgnuplot-1.41.tar.gz) = 8a8626ba74a511f2883aa1727789778929c96ce4d212970a39e1ea5af1455a59 +SIZE (feedgnuplot-1.41.tar.gz) = 35367 From owner-svn-ports-all@freebsd.org Sun Mar 26 18:01:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B21AD1E4B6; Sun, 26 Mar 2017 18:01:29 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1E5213B9; Sun, 26 Mar 2017 18:01:28 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QI1RtI004866; Sun, 26 Mar 2017 18:01:27 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QI1RBv004863; Sun, 26 Mar 2017 18:01:27 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261801.v2QI1RBv004863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 18:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436975 - in head/security/libressl-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 18:01:29 -0000 Author: brnrd Date: Sun Mar 26 18:01:27 2017 New Revision: 436975 URL: https://svnweb.freebsd.org/changeset/ports/436975 Log: security/libressl-devel: Update to 2.5.1 - Update to 2.5.1 [1] [1] Release Notes: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.2-relnotes.txt Deleted: head/security/libressl-devel/files/patch-apps_ocspcheck_http.c head/security/libressl-devel/files/patch-apps_ocspcheck_ocspcheck.c Modified: head/security/libressl-devel/Makefile head/security/libressl-devel/distinfo head/security/libressl-devel/pkg-plist Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Sun Mar 26 17:26:14 2017 (r436974) +++ head/security/libressl-devel/Makefile Sun Mar 26 18:01:27 2017 (r436975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: head/security/libressl-devel/distinfo ============================================================================== --- head/security/libressl-devel/distinfo Sun Mar 26 17:26:14 2017 (r436974) +++ head/security/libressl-devel/distinfo Sun Mar 26 18:01:27 2017 (r436975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485951332 -SHA256 (libressl-2.5.1.tar.gz) = f71ae0a824b78fb1a47ffa23c9c26e9d96c5c9b29234eacedce6b4c7740287cd -SIZE (libressl-2.5.1.tar.gz) = 3266271 +TIMESTAMP = 1490549829 +SHA256 (libressl-2.5.2.tar.gz) = 0ffa7d70809284a4ac96e965918a61c1d7930bca865457a7db0ff0afc8201c82 +SIZE (libressl-2.5.2.tar.gz) = 3277320 Modified: head/security/libressl-devel/pkg-plist ============================================================================== --- head/security/libressl-devel/pkg-plist Sun Mar 26 17:26:14 2017 (r436974) +++ head/security/libressl-devel/pkg-plist Sun Mar 26 18:01:27 2017 (r436975) @@ -76,15 +76,15 @@ include/tls.h lib/libcrypto.a lib/libcrypto.so lib/libcrypto.so.41 -lib/libcrypto.so.41.0.0 +lib/libcrypto.so.41.0.1 lib/libssl.a lib/libssl.so lib/libssl.so.43 -lib/libssl.so.43.0.1 +lib/libssl.so.43.0.2 lib/libtls.a lib/libtls.so lib/libtls.so.15 -lib/libtls.so.15.0.3 +lib/libtls.so.15.0.4 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc @@ -825,6 +825,7 @@ man/man1/openssl.1.gz %%MAN3%%man/man3/ERR_PACK.3.gz %%MAN3%%man/man3/ERR_add_error_data.3.gz %%MAN3%%man/man3/ERR_add_error_vdata.3.gz +%%MAN3%%man/man3/ERR_asprintf_error_data.3.gz %%MAN3%%man/man3/ERR_clear_error.3.gz %%MAN3%%man/man3/ERR_error_string.3.gz %%MAN3%%man/man3/ERR_error_string_n.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 18:30:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D360BD1F05A; Sun, 26 Mar 2017 18:30:25 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95480189E; Sun, 26 Mar 2017 18:30:25 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QIUOgN014182; Sun, 26 Mar 2017 18:30:24 GMT (envelope-from shaun@FreeBSD.org) Received: (from shaun@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QIUOFL014180; Sun, 26 Mar 2017 18:30:24 GMT (envelope-from shaun@FreeBSD.org) Message-Id: <201703261830.v2QIUOFL014180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shaun set sender to shaun@FreeBSD.org using -f From: Shaun Amott Date: Sun, 26 Mar 2017 18:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436976 - head/security/tor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 18:30:25 -0000 Author: shaun Date: Sun Mar 26 18:30:24 2017 New Revision: 436976 URL: https://svnweb.freebsd.org/changeset/ports/436976 Log: Update to 0.2.9.10. PR: 217830 Submitted by: Yuri Victorovich (maintainer) Modified: head/security/tor/Makefile head/security/tor/distinfo Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun Mar 26 18:01:27 2017 (r436975) +++ head/security/tor/Makefile Sun Mar 26 18:30:24 2017 (r436976) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.9.9 -PORTREVISION= 2 +PORTVERSION= 0.2.9.10 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Sun Mar 26 18:01:27 2017 (r436975) +++ head/security/tor/distinfo Sun Mar 26 18:30:24 2017 (r436976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485179027 -SHA256 (tor-0.2.9.9.tar.gz) = 33325d2b250fd047ba2ddc5d11c2190c4e2951f4b03ec48ebd8bf0666e990d43 -SIZE (tor-0.2.9.9.tar.gz) = 5534005 +TIMESTAMP = 1489657341 +SHA256 (tor-0.2.9.10.tar.gz) = d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 +SIZE (tor-0.2.9.10.tar.gz) = 5557586 From owner-svn-ports-all@freebsd.org Sun Mar 26 18:52:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7907D1F716; Sun, 26 Mar 2017 18:52:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A9C21665; Sun, 26 Mar 2017 18:52:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QIqZHB025904; Sun, 26 Mar 2017 18:52:35 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QIqZdK025902; Sun, 26 Mar 2017 18:52:35 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261852.v2QIqZdK025902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 18:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436977 - in head/ftp/proftpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 18:52:36 -0000 Author: brnrd Date: Sun Mar 26 18:52:35 2017 New Revision: 436977 URL: https://svnweb.freebsd.org/changeset/ports/436977 Log: ftp/proftpd: Fix mod_tls build with LibreSSL - Remove IGNORE with LibreSSL SSL_DEFAULT - Add patch for mod_tls to build with LibreSSL PR: 217025 Approved by: maintainer timeout Added: head/ftp/proftpd/files/patch-modules_mod__tls.c (contents, props changed) Modified: head/ftp/proftpd/Makefile Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Sun Mar 26 18:30:24 2017 (r436976) +++ head/ftp/proftpd/Makefile Sun Mar 26 18:52:35 2017 (r436977) @@ -174,9 +174,6 @@ CONFIGURE_ARGS+= --with-libraries=${LIBD .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif -.if ${SSL_DEFAULT:Mlibressl*} -BROKEN= Does not build with libressl -.endif .if !defined(_BUILDING_PROFTPD_MODULE) Added: head/ftp/proftpd/files/patch-modules_mod__tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd/files/patch-modules_mod__tls.c Sun Mar 26 18:52:35 2017 (r436977) @@ -0,0 +1,20 @@ +--- modules/mod_tls.c.orig 2017-01-16 01:13:01 UTC ++++ modules/mod_tls.c +@@ -609,7 +609,7 @@ static void tls_diags_cb(const SSL *ssl, + break; + #endif + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + case TLS_ST_OK: + #else + case SSL_ST_OK: +@@ -633,7 +633,7 @@ static void tls_diags_cb(const SSL *ssl, + + ssl_state = SSL_get_state(ssl); + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + if (ssl_state == TLS_ST_SR_CLNT_HELLO) { + #else + if (ssl_state == SSL3_ST_SR_CLNT_HELLO_A || From owner-svn-ports-all@freebsd.org Sun Mar 26 18:55:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94CBAD1F7C3; Sun, 26 Mar 2017 18:55:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6136017A2; Sun, 26 Mar 2017 18:55:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QItMpC026357; Sun, 26 Mar 2017 18:55:22 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QItL1T026348; Sun, 26 Mar 2017 18:55:21 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261855.v2QItL1T026348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 18:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436978 - head/security/libp11/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 18:55:23 -0000 Author: brnrd Date: Sun Mar 26 18:55:21 2017 New Revision: 436978 URL: https://svnweb.freebsd.org/changeset/ports/436978 Log: security/libp11: Fix build with LibreSSL - Fix-up OPENSSL_VERSION_NUMBER checks PR: 217006 Approved by: maintainer timeout Added: head/security/libp11/files/patch-examples_auth.c (contents, props changed) head/security/libp11/files/patch-examples_decrypt.c (contents, props changed) head/security/libp11/files/patch-src_eng__back.c (contents, props changed) head/security/libp11/files/patch-src_libp11-int.h (contents, props changed) head/security/libp11/files/patch-src_libp11.h (contents, props changed) head/security/libp11/files/patch-src_p11__ec.c (contents, props changed) head/security/libp11/files/patch-src_p11__key.c (contents, props changed) head/security/libp11/files/patch-src_p11__misc.c (contents, props changed) head/security/libp11/files/patch-src_p11__rsa.c (contents, props changed) Added: head/security/libp11/files/patch-examples_auth.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-examples_auth.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,11 @@ +--- examples/auth.c.orig 2017-01-26 21:19:45 UTC ++++ examples/auth.c +@@ -212,7 +212,7 @@ int main(int argc, char *argv[]) + + /* now verify the result */ + rc = RSA_verify(NID_sha1, random, RANDOM_SIZE, +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) + signature, siglen, EVP_PKEY_get0_RSA(pubkey)); + #else + signature, siglen, pubkey->pkey.rsa); Added: head/security/libp11/files/patch-examples_decrypt.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-examples_decrypt.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,29 @@ +--- examples/decrypt.c.orig 2017-01-26 21:19:45 UTC ++++ examples/decrypt.c +@@ -131,7 +131,7 @@ int main(int argc, char *argv[]) + } + + /* allocate destination buffer */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) + encrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); + #else + encrypted = OPENSSL_malloc(RSA_size(pubkey->pkey.rsa)); +@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) + + /* use public key for encryption */ + len = RSA_public_encrypt(RANDOM_SIZE, random, encrypted, +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) + EVP_PKEY_get0_RSA(pubkey), + #else + pubkey->pkey.rsa, +@@ -200,7 +200,7 @@ loggedin: + } + + /* allocate space for decrypted data */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) + decrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); + #else + decrypted = OPENSSL_malloc(RSA_size(pubkey->pkey.rsa)); Added: head/security/libp11/files/patch-src_eng__back.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_eng__back.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,56 @@ +--- src/eng_back.c.orig 2017-01-26 21:19:45 UTC ++++ src/eng_back.c +@@ -49,7 +49,7 @@ struct st_engine_ctx { + char *init_args; + + /* Engine initialization mutex */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_RWLOCK *rwlock; + #else + int rwlock; +@@ -206,7 +206,7 @@ ENGINE_CTX *ctx_new() + #endif + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + ctx->rwlock = CRYPTO_THREAD_lock_new(); + #else + ctx->rwlock = CRYPTO_get_dynlock_create_callback() ? +@@ -224,7 +224,7 @@ int ctx_destroy(ENGINE_CTX *ctx) + ctx_destroy_pin(ctx); + OPENSSL_free(ctx->module); + OPENSSL_free(ctx->init_args); +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_THREAD_lock_free(ctx->rwlock); + #else + if (ctx->rwlock) +@@ -274,7 +274,7 @@ static void ctx_init_libp11_unlocked(ENG + + static int ctx_init_libp11(ENGINE_CTX *ctx) + { +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_THREAD_write_lock(ctx->rwlock); + #else + if (ctx->rwlock) +@@ -282,7 +282,7 @@ static int ctx_init_libp11(ENGINE_CTX *c + #endif + if (ctx->pkcs11_ctx == NULL || ctx->slot_list == NULL) + ctx_init_libp11_unlocked(ctx); +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_THREAD_unlock(ctx->rwlock); + #else + if (ctx->rwlock) +@@ -302,7 +302,7 @@ int ctx_init(ENGINE_CTX *ctx) + /* Only attempt initialization when dynamic locks are unavailable. + * This likely also indicates a single-threaded application, + * so temporarily unlocking CRYPTO_LOCK_ENGINE should be safe. */ +-#if OPENSSL_VERSION_NUMBER < 0x10100004L ++#if OPENSSL_VERSION_NUMBER < 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + if (CRYPTO_get_dynlock_create_callback() == NULL || + CRYPTO_get_dynlock_lock_callback() == NULL || + CRYPTO_get_dynlock_destroy_callback() == NULL) { Added: head/security/libp11/files/patch-src_libp11-int.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_libp11-int.h Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,20 @@ +--- src/libp11-int.h.orig 2017-01-26 21:19:45 UTC ++++ src/libp11-int.h +@@ -32,7 +32,7 @@ + extern void *C_LoadModule(const char *name, CK_FUNCTION_LIST_PTR_PTR); + extern CK_RV C_UnloadModule(void *module); + +-#if OPENSSL_VERSION_NUMBER < 0x10100004L ++#if OPENSSL_VERSION_NUMBER < 0x10100004L || defined(LIBRESSL_VERSION_NUMBER) + typedef int PKCS11_RWLOCK; + #else + typedef CRYPTO_RWLOCK *PKCS11_RWLOCK; +@@ -144,7 +144,7 @@ typedef struct pkcs11_cert_private { + #define PKCS11_DUP(s) \ + pkcs11_strdup((char *) s, sizeof(s)) + +-#if OPENSSL_VERSION_NUMBER < 0x10100004L ++#if OPENSSL_VERSION_NUMBER < 0x10100004L || defined(LIBRESSL_VERSION_NUMBER) + /* Emulate the OpenSSL 1.1 locking API for older OpenSSL versions */ + int CRYPTO_THREAD_lock_new(); + void CRYPTO_THREAD_lock_free(int); Added: head/security/libp11/files/patch-src_libp11.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_libp11.h Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,11 @@ +--- src/libp11.h.orig 2017-01-26 21:19:45 UTC ++++ src/libp11.h +@@ -370,7 +370,7 @@ extern int PKCS11_generate_random(PKCS11 + */ + RSA_METHOD *PKCS11_get_rsa_method(void); + /* Also define unsupported methods to retain backward compatibility */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100002L ++#if OPENSSL_VERSION_NUMBER >= 0x10100002L && !defined(LIBRESSL_VERSION_NUMBER) + EC_KEY_METHOD *PKCS11_get_ec_key_method(void); + void *PKCS11_get_ecdsa_method(void); + void *PKCS11_get_ecdh_method(void); Added: head/security/libp11/files/patch-src_p11__ec.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_p11__ec.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,109 @@ +--- src/p11_ec.c.orig 2017-01-26 21:19:45 UTC ++++ src/p11_ec.c +@@ -37,7 +37,7 @@ + #include + #endif + +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + typedef int (*compute_key_fn)(unsigned char **, size_t *, + const EC_POINT *, const EC_KEY *); + #else +@@ -73,7 +73,7 @@ struct ecdsa_method { + + #endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */ + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + + /* Define missing functions */ + +@@ -104,7 +104,7 @@ void ECDSA_METHOD_set_sign(ECDSA_METHOD + + /********** Missing ECDH_METHOD functions for OpenSSL < 1.1.0 */ + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* ecdh_method maintains unchanged layout between 0.9.8 and 1.0.2 */ + +@@ -156,7 +156,7 @@ static void alloc_ec_ex_index() + { + if (ec_ex_index == 0) { + while (ec_ex_index == 0) /* Workaround for OpenSSL RT3710 */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100002L ++#if OPENSSL_VERSION_NUMBER >= 0x10100002L && !defined(LIBRESSL_VERSION_NUMBER) + ec_ex_index = EC_KEY_get_ex_new_index(0, "libp11 ec_key", + NULL, NULL, NULL); + #else +@@ -265,7 +265,7 @@ static EVP_PKEY *pkcs11_get_evp_key_ec(P + EVP_PKEY_set1_EC_KEY(pk, ec); /* Also increments the ec ref count */ + + if (key->isPrivate) { +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + EC_KEY_set_method(ec, PKCS11_get_ec_key_method()); + #else + ECDSA_set_method(ec, PKCS11_get_ecdsa_method()); +@@ -275,7 +275,7 @@ static EVP_PKEY *pkcs11_get_evp_key_ec(P + /* TODO: Retrieve the ECDSA private key object attributes instead, + * unless the key has the "sensitive" attribute set */ + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + EC_KEY_set_ex_data(ec, ec_ex_index, key); + #else + ECDSA_set_ex_data(ec, ec_ex_index, key); +@@ -345,14 +345,14 @@ static ECDSA_SIG *pkcs11_ecdsa_sign_sig( + (void)kinv; /* Precomputed values are not used for PKCS#11 */ + (void)rp; /* Precomputed values are not used for PKCS#11 */ + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + key = (PKCS11_KEY *)EC_KEY_get_ex_data(ec, ec_ex_index); + #else + key = (PKCS11_KEY *)ECDSA_get_ex_data(ec, ec_ex_index); + #endif + if (key == NULL) { + sign_sig_fn orig_sign_sig; +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + const EC_KEY_METHOD *meth = EC_KEY_OpenSSL(); + EC_KEY_METHOD_get_sign((EC_KEY_METHOD *)meth, + NULL, NULL, &orig_sign_sig); +@@ -385,7 +385,7 @@ static ECDSA_SIG *pkcs11_ecdsa_sign_sig( + sig = ECDSA_SIG_new(); + if (sig == NULL) + return NULL; +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + ECDSA_SIG_set0(sig, r, s); + #else + BN_free(sig->r); +@@ -515,7 +515,7 @@ static int pkcs11_ecdh_derive(unsigned c + return 0; + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100004L ++#if OPENSSL_VERSION_NUMBER >= 0x10100004L && !defined(LIBRESSL_VERSION_NUMBER) + + /** + * ECDH key derivation method (replaces ossl_ecdh_compute_key) +@@ -578,7 +578,7 @@ static int pkcs11_ec_ckey(void *out, siz + size_t buflen; + int rv; + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + key = (PKCS11_KEY *)EC_KEY_get_ex_data(ecdh, ec_ex_index); + #else + key = (PKCS11_KEY *)ECDSA_get_ex_data((EC_KEY *)ecdh, ec_ex_index); +@@ -623,7 +623,7 @@ static int pkcs11_ec_ckey(void *out, siz + /* New way to allocate an ECDSA_METOD object */ + /* OpenSSL 1.1 has single method EC_KEY_METHOD for ECDSA and ECDH */ + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + + EC_KEY_METHOD *PKCS11_get_ec_key_method(void) + { Added: head/security/libp11/files/patch-src_p11__key.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_p11__key.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,47 @@ +--- src/p11_key.c.orig 2017-01-26 21:19:45 UTC ++++ src/p11_key.c +@@ -138,7 +138,7 @@ int pkcs11_generate_key(PKCS11_TOKEN *to + EVP_PKEY *pk; + RSA *rsa; + BIO *err; +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + BIGNUM *exp = NULL; + BN_GENCB *gencb = NULL; + #endif +@@ -151,7 +151,7 @@ int pkcs11_generate_key(PKCS11_TOKEN *to + + err = BIO_new_fp(stderr, BIO_NOCLOSE); + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + exp = BN_new(); + rsa = RSA_new(); + gencb = BN_GENCB_new(); +@@ -247,7 +247,7 @@ static int pkcs11_store_key(PKCS11_TOKEN + pkcs11_addattr_bool(attrs + n++, CKA_VERIFY, TRUE); + pkcs11_addattr_bool(attrs + n++, CKA_WRAP, TRUE); + } +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) + if (EVP_PKEY_base_id(pk) == EVP_PKEY_RSA) { + RSA *rsa = EVP_PKEY_get1_RSA(pk); + #else +@@ -255,7 +255,7 @@ static int pkcs11_store_key(PKCS11_TOKEN + RSA *rsa = pk->pkey.rsa; + #endif + pkcs11_addattr_int(attrs + n++, CKA_KEY_TYPE, CKK_RSA); +-#if OPENSSL_VERSION_NUMBER >= 0x10100005L ++#if OPENSSL_VERSION_NUMBER >= 0x10100005L && !defined(LIBRESSL_VERSION_NUMBER) + RSA_get0_key(rsa, &rsa_n, &rsa_e, &rsa_d); + RSA_get0_factors(rsa, &rsa_p, &rsa_q); + #else +@@ -325,7 +325,7 @@ EVP_PKEY *pkcs11_get_key(PKCS11_KEY *key + fprintf(stderr, "Missing CKA_ALWAYS_AUTHENTICATE attribute\n"); + } + } +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + EVP_PKEY_up_ref(key->evp_key); + #else + CRYPTO_add(&key->evp_key->references, 1, CRYPTO_LOCK_EVP_PKEY); Added: head/security/libp11/files/patch-src_p11__misc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_p11__misc.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,11 @@ +--- src/p11_misc.c.orig 2017-02-11 19:26:33 UTC ++++ src/p11_misc.c +@@ -43,7 +43,7 @@ char *pkcs11_strdup(char *mem, size_t si + * CRYPTO dynlock wrappers: 0 is an invalid dynamic lock ID + */ + +-#if OPENSSL_VERSION_NUMBER < 0x10100004L ++#if OPENSSL_VERSION_NUMBER < 0x10100004L || defined(LIBRESSL_VERSION_NUMBER) + + int CRYPTO_THREAD_lock_new() + { Added: head/security/libp11/files/patch-src_p11__rsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libp11/files/patch-src_p11__rsa.c Sun Mar 26 18:55:21 2017 (r436978) @@ -0,0 +1,65 @@ +--- src/p11_rsa.c.orig 2017-01-26 21:19:45 UTC ++++ src/p11_rsa.c +@@ -29,7 +29,7 @@ + + static int rsa_ex_index = 0; + +-#if OPENSSL_VERSION_NUMBER < 0x10100003L ++#if OPENSSL_VERSION_NUMBER < 0x10100003L || defined(LIBRESSL_VERSION_NUMBER) + #define EVP_PKEY_get0_RSA(key) ((key)->pkey.rsa) + #endif + +@@ -226,7 +226,7 @@ failure: + return NULL; + + success: +-#if OPENSSL_VERSION_NUMBER >= 0x10100005L ++#if OPENSSL_VERSION_NUMBER >= 0x10100005L && !defined(LIBRESSL_VERSION_NUMBER) + RSA_set0_key(rsa, rsa_n, rsa_e, NULL); + #else + rsa->n=rsa_n; +@@ -275,7 +275,7 @@ int pkcs11_get_key_modulus(PKCS11_KEY *k + + if (rsa == NULL) + return 0; +-#if OPENSSL_VERSION_NUMBER >= 0x10100005L ++#if OPENSSL_VERSION_NUMBER >= 0x10100005L && !defined(LIBRESSL_VERSION_NUMBER) + RSA_get0_key(rsa, &rsa_n, NULL, NULL); + #else + rsa_n=rsa->n; +@@ -292,7 +292,7 @@ int pkcs11_get_key_exponent(PKCS11_KEY * + + if (rsa == NULL) + return 0; +-#if OPENSSL_VERSION_NUMBER >= 0x10100005L ++#if OPENSSL_VERSION_NUMBER >= 0x10100005L && !defined(LIBRESSL_VERSION_NUMBER) + RSA_get0_key(rsa, NULL, &rsa_e, NULL); + #else + rsa_e=rsa->e; +@@ -310,7 +310,7 @@ int pkcs11_get_key_size(PKCS11_KEY *key) + return RSA_size(rsa); + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100005L ++#if OPENSSL_VERSION_NUMBER < 0x10100005L || defined(LIBRESSL_VERSION_NUMBER) + + int (*RSA_meth_get_priv_enc(const RSA_METHOD *meth)) + (int flen, const unsigned char *from, +@@ -374,7 +374,7 @@ static void alloc_rsa_ex_index() + static void free_rsa_ex_index() + { + /* CRYPTO_free_ex_index requires OpenSSL version >= 1.1.0-pre1 */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100001L ++#if OPENSSL_VERSION_NUMBER >= 0x10100001L && !defined(LIBRESSL_VERSION_NUMBER) + if (rsa_ex_index > 0) { + CRYPTO_free_ex_index(CRYPTO_EX_INDEX_RSA, rsa_ex_index); + rsa_ex_index = 0; +@@ -382,7 +382,7 @@ static void free_rsa_ex_index() + #endif + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100005L ++#if OPENSSL_VERSION_NUMBER < 0x10100005L || defined(LIBRESSL_VERSION_NUMBER) + + static RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth) + { From owner-svn-ports-all@freebsd.org Sun Mar 26 18:57:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F8BD1F813; Sun, 26 Mar 2017 18:57:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA8418BA; Sun, 26 Mar 2017 18:57:13 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QIvCZw026648; Sun, 26 Mar 2017 18:57:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QIvBot026643; Sun, 26 Mar 2017 18:57:11 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261857.v2QIvBot026643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 18:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436979 - in head/www/tomcat-native: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 18:57:13 -0000 Author: brnrd Date: Sun Mar 26 18:57:11 2017 New Revision: 436979 URL: https://svnweb.freebsd.org/changeset/ports/436979 Log: www/tomcat-native: Fix build with LibreSSL - Remove IGNORE for LibreSSL - Add patches for OPENSSL_VERSION_NUMBER checks - Disable engine support for LibreSSL - Add compat macro and function PR: 215196 Added: head/www/tomcat-native/files/patch-include_ssl__private.h (contents, props changed) head/www/tomcat-native/files/patch-src_sslcontext.c (contents, props changed) head/www/tomcat-native/files/patch-src_sslinfo.c (contents, props changed) head/www/tomcat-native/files/patch-src_sslutils.c (contents, props changed) Modified: head/www/tomcat-native/Makefile Modified: head/www/tomcat-native/Makefile ============================================================================== --- head/www/tomcat-native/Makefile Sun Mar 26 18:55:21 2017 (r436978) +++ head/www/tomcat-native/Makefile Sun Mar 26 18:57:11 2017 (r436979) @@ -40,8 +40,4 @@ post-install: IGNORE_FreeBSD_10= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl) .endif -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing numerous symbols during linking) -.endif - .include Added: head/www/tomcat-native/files/patch-include_ssl__private.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tomcat-native/files/patch-include_ssl__private.h Sun Mar 26 18:57:11 2017 (r436979) @@ -0,0 +1,32 @@ +--- include/ssl_private.h.orig 2016-04-19 10:08:10 UTC ++++ include/ssl_private.h +@@ -49,6 +49,9 @@ + /* Avoid tripping over an engine build installed globally and detected + * when the user points at an explicit non-engine flavor of OpenSSL + */ ++#ifdef LIBRESSL_VERSION_NUMBER ++#define OPENSSL_NO_ENGINE ++#endif + #ifndef OPENSSL_NO_ENGINE + #include + #endif +@@ -204,7 +207,7 @@ + #endif /* !defined(OPENSSL_NO_TLSEXT) && defined(SSL_set_tlsext_host_name) */ + + /* OpenSSL 1.0.2 compatibility */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER) + #define OpenSSL_version SSLeay_version + #define OpenSSL_version_num SSLeay + #define OPENSSL_VERSION SSLEAY_VERSION +@@ -231,6 +234,10 @@ + #define TLS_server_method SSLv23_server_method + #endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */ + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define SSL_CTX_add0_chain_cert SSL_CTX_add_extra_chain_cert ++#endif ++ + #define MAX_ALPN_NPN_PROTO_SIZE 65535 + #define SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL 1 + Added: head/www/tomcat-native/files/patch-src_sslcontext.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tomcat-native/files/patch-src_sslcontext.c Sun Mar 26 18:57:11 2017 (r436979) @@ -0,0 +1,83 @@ +--- src/sslcontext.c.orig 2016-04-18 09:49:28 UTC ++++ src/sslcontext.c +@@ -139,7 +139,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma + tcn_ssl_ctxt_t *c = NULL; + SSL_CTX *ctx = NULL; + jclass clazz; +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + jint prot; + #endif + +@@ -224,7 +224,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma + BIO_set_fp(c->bio_os, stderr, BIO_NOCLOSE | BIO_FP_TEXT); + SSL_CTX_set_options(c->ctx, SSL_OP_ALL); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + /* always disable SSLv2, as per RFC 6176 */ + SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2); + if (!(protocol & SSL_PROTOCOL_SSLV3)) +@@ -240,7 +240,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma + SSL_CTX_set_options(c->ctx, SSL_OP_NO_TLSv1_2); + #endif + +-#else /* if OPENSSL_VERSION_NUMBER < 0x10100000L */ ++#else /* if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) */ + /* We first determine the maximum protocol version we should provide */ + if (protocol & SSL_PROTOCOL_TLSV1_2) { + prot = TLS1_2_VERSION; +@@ -269,7 +269,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma + prot = SSL3_VERSION; + } + SSL_CTX_set_min_proto_version(ctx, prot); +-#endif /* if OPENSSL_VERSION_NUMBER < 0x10100000L */ ++#endif /* if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) */ + + /* + * Configure additional context ingredients +@@ -1577,7 +1577,7 @@ TCN_IMPLEMENT_CALL(void, SSLContext, set + } + + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Adapted from OpenSSL: +@@ -1677,7 +1677,7 @@ static const char* SSL_CIPHER_authentica + if (cipher == NULL) { + return "UNKNOWN"; + } +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + kx = cipher->algorithm_mkey; + auth = cipher->algorithm_auth; + #else +@@ -1689,7 +1689,7 @@ static const char* SSL_CIPHER_authentica + { + case TCN_SSL_kRSA: + return SSL_TXT_RSA; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + case TCN_SSL_kDHr: + return SSL_TXT_DH "_" SSL_TXT_RSA; + case TCN_SSL_kDHd: +@@ -1707,7 +1707,7 @@ static const char* SSL_CIPHER_authentica + default: + return "UNKNOWN"; + } +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + case TCN_SSL_kKRB5: + return SSL_TXT_KRB5; + case TCN_SSL_kECDHr: +@@ -1733,7 +1733,7 @@ static const char* SSL_CIPHER_authentica + } + + static const char* SSL_authentication_method(const SSL* ssl) { +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher); + #else + /* XXX ssl->s3->tmp.new_cipher is no longer available in OpenSSL 1.1.0 */ Added: head/www/tomcat-native/files/patch-src_sslinfo.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tomcat-native/files/patch-src_sslinfo.c Sun Mar 26 18:57:11 2017 (r436979) @@ -0,0 +1,16 @@ +--- src/sslinfo.c.orig 2016-03-23 18:06:39 UTC ++++ src/sslinfo.c +@@ -25,6 +25,13 @@ + #ifdef HAVE_OPENSSL + #include "ssl_private.h" + ++#ifdef LIBRESSL_VERSION_NUMBER ++int X509_get_signature_nid(const X509 *x) ++{ ++ return OBJ_obj2nid(x->sig_alg->algorithm); ++} ++#endif ++ + static const char *hex_basis = "0123456789ABCDEF"; + + static char *convert_to_hex(const void *buf, size_t len) Added: head/www/tomcat-native/files/patch-src_sslutils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tomcat-native/files/patch-src_sslutils.c Sun Mar 26 18:57:11 2017 (r436979) @@ -0,0 +1,11 @@ +--- src/sslutils.c.orig 2016-04-19 09:15:43 UTC ++++ src/sslutils.c +@@ -504,7 +504,7 @@ static int ssl_verify_OCSP(int ok, X509_ + * may yield NULL. Return early, but leave the ctx error as is. */ + return OCSP_STATUS_UNKNOWN; + } +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + else if (cert->valid && X509_check_issued(cert,cert) == X509_V_OK) { + #else + /* No need to check cert->valid, because ssl_verify_OCSP() only From owner-svn-ports-all@freebsd.org Sun Mar 26 19:00:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E98B9D1F8B8; Sun, 26 Mar 2017 19:00:00 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A773D1A22; Sun, 26 Mar 2017 19:00:00 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QIxxvY027042; Sun, 26 Mar 2017 18:59:59 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QIxxF5027036; Sun, 26 Mar 2017 18:59:59 GMT (envelope-from db@FreeBSD.org) Message-Id: <201703261859.v2QIxxF5027036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 26 Mar 2017 18:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436980 - in head/comms/fldigi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 19:00:01 -0000 Author: db Date: Sun Mar 26 18:59:58 2017 New Revision: 436980 URL: https://svnweb.freebsd.org/changeset/ports/436980 Log: Fix compile bug in FreeBSD 12 as noted here http://beefy12.nyi.freebsd.org/\ data/head-amd64-default/p436864_s315918/logs/fldigi-3.23.20.log Update to maintenance bug fix release 3.23.21 Clean up missing dependencies as reported by poudriere Reported by: pkg-fallout Added: head/comms/fldigi/files/patch-src_logbook_adif__io.cxx (contents, props changed) Modified: head/comms/fldigi/Makefile head/comms/fldigi/distinfo head/comms/fldigi/files/patch-src_include_main.h head/comms/fldigi/files/patch-src_misc_newinstall.cxx head/comms/fldigi/files/patch-src_widgets_picture.cxx Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Sun Mar 26 18:57:11 2017 (r436979) +++ head/comms/fldigi/Makefile Sun Mar 26 18:59:58 2017 (r436980) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 3.23.20 +PORTVERSION= 3.23.21 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -13,13 +13,16 @@ LICENSE= GPLv3 BUILD_DEPENDS= asciidoc:textproc/asciidoc\ docbook-xsl>=1.0:textproc/docbook-xsl\ xsltproc:textproc/libxslt -LIB_DEPENDS= libsamplerate.so:audio/libsamplerate\ - libboost_system.so:devel/boost-libs\ - libfltk.so:x11-toolkits/fltk +LIB_DEPENDS= libboost_system.so:devel/boost-libs\ + libpng16.so:graphics/png \ + libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig \ + libsamplerate.so:audio/libsamplerate USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes -USES= compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix +USES= compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix +USE_XORG= x11 xft xext xfixes xcursor xinerama CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \ EXTRA_LIBS="-lexecinfo" Modified: head/comms/fldigi/distinfo ============================================================================== --- head/comms/fldigi/distinfo Sun Mar 26 18:57:11 2017 (r436979) +++ head/comms/fldigi/distinfo Sun Mar 26 18:59:58 2017 (r436980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483830837 -SHA256 (fldigi-3.23.20.tar.gz) = 97b5489c4e428ed707aaf6c05a7b46874339031a8e9b24e50f4818c15435fce9 -SIZE (fldigi-3.23.20.tar.gz) = 3215903 +TIMESTAMP = 1490552971 +SHA256 (fldigi-3.23.21.tar.gz) = a70914876a415eba5eec112f752330a1cecbf55aa442f5d9dd466fb75ea11a3b +SIZE (fldigi-3.23.21.tar.gz) = 3217867 Modified: head/comms/fldigi/files/patch-src_include_main.h ============================================================================== --- head/comms/fldigi/files/patch-src_include_main.h Sun Mar 26 18:57:11 2017 (r436979) +++ head/comms/fldigi/files/patch-src_include_main.h Sun Mar 26 18:59:58 2017 (r436980) @@ -1,4 +1,4 @@ ---- src/include/main.h.orig 2016-12-07 04:15:22 UTC +--- src/include/main.h.orig 2017-01-29 13:26:25 UTC +++ src/include/main.h @@ -22,6 +22,8 @@ #define MAIN_H_ Added: head/comms/fldigi/files/patch-src_logbook_adif__io.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/fldigi/files/patch-src_logbook_adif__io.cxx Sun Mar 26 18:59:58 2017 (r436980) @@ -0,0 +1,11 @@ +--- src/logbook/adif_io.cxx.orig 2017-01-29 13:26:25 UTC ++++ src/logbook/adif_io.cxx +@@ -316,7 +316,7 @@ void cAdifIO::do_readfile(const char *fn + } else { + ptr2 = ptr + 1; + } +- if ((ptr2) > 0 && (unsigned)(ptr2 - ptr) <= p) ++ if ((unsigned long)(ptr2) > 0 && (unsigned long)(ptr2 - ptr) <= p) + ptr = strchr(ptr2,'<'); + else + break; // corrupt record Modified: head/comms/fldigi/files/patch-src_misc_newinstall.cxx ============================================================================== --- head/comms/fldigi/files/patch-src_misc_newinstall.cxx Sun Mar 26 18:57:11 2017 (r436979) +++ head/comms/fldigi/files/patch-src_misc_newinstall.cxx Sun Mar 26 18:59:58 2017 (r436980) @@ -1,4 +1,4 @@ ---- src/misc/newinstall.cxx.orig 2016-08-07 11:40:51 UTC +--- src/misc/newinstall.cxx.orig 2017-01-29 13:26:25 UTC +++ src/misc/newinstall.cxx @@ -67,7 +67,7 @@ text[3] = " btu de From owner-svn-ports-all@freebsd.org Sun Mar 26 19:11:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47F21D1FB79; Sun, 26 Mar 2017 19:11:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FF361057; Sun, 26 Mar 2017 19:11:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QJBoBe034910; Sun, 26 Mar 2017 19:11:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QJBnmf034907; Sun, 26 Mar 2017 19:11:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703261911.v2QJBnmf034907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Mar 2017 19:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436981 - head/databases/powerarchitect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 19:11:51 -0000 Author: pi Date: Sun Mar 26 19:11:49 2017 New Revision: 436981 URL: https://svnweb.freebsd.org/changeset/ports/436981 Log: databases/powerarchitect: update 1.0.7 -> 1.0.8, unbreak, new MASTER_SITE PR: 218137 Submitted by: Jose G. Juanino (maintainer) Modified: head/databases/powerarchitect/Makefile head/databases/powerarchitect/distinfo head/databases/powerarchitect/pkg-plist Modified: head/databases/powerarchitect/Makefile ============================================================================== --- head/databases/powerarchitect/Makefile Sun Mar 26 18:59:58 2017 (r436980) +++ head/databases/powerarchitect/Makefile Sun Mar 26 19:11:49 2017 (r436981) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= powerarchitect -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= databases java -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://download.sqlpower.ca/architect/1.0.8/community/ DISTNAME= SQL-Power-Architect-generic-jdbc-${PORTVERSION} MAINTAINER= jjuanino@gmail.com @@ -12,10 +12,6 @@ COMMENT= Data modeling and profiling too LICENSE= GPLv3 -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - OPTIONS_DEFINE= MYSQL_JDBC PGSQL_JDBC MYSQL_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java Modified: head/databases/powerarchitect/distinfo ============================================================================== --- head/databases/powerarchitect/distinfo Sun Mar 26 18:59:58 2017 (r436980) +++ head/databases/powerarchitect/distinfo Sun Mar 26 19:11:49 2017 (r436981) @@ -1,2 +1,3 @@ -SHA256 (SQL-Power-Architect-generic-jdbc-1.0.7.tar.gz) = e88f90ce238a35d31db5fb6c0677a056d0bd850970f6e6261cf867fc996bf378 -SIZE (SQL-Power-Architect-generic-jdbc-1.0.7.tar.gz) = 23833112 +TIMESTAMP = 1490528072 +SHA256 (SQL-Power-Architect-generic-jdbc-1.0.8.tar.gz) = 1e17e1f8b3277509d5e4e6dbc524831c7591c43b64c7f6c3b53044ebe741886b +SIZE (SQL-Power-Architect-generic-jdbc-1.0.8.tar.gz) = 25106766 Modified: head/databases/powerarchitect/pkg-plist ============================================================================== --- head/databases/powerarchitect/pkg-plist Sun Mar 26 18:59:58 2017 (r436980) +++ head/databases/powerarchitect/pkg-plist Sun Mar 26 19:11:49 2017 (r436981) @@ -7,7 +7,7 @@ bin/powerarchitect %%DATADIR%%/lib/commons-beanutils-bean-collections.jar %%DATADIR%%/lib/commons-beanutils-core.jar %%DATADIR%%/lib/commons-beanutils.jar -%%DATADIR%%/lib/commons-codec-20041127.091804.jar +%%DATADIR%%/lib/commons-codec-1.10.jar %%DATADIR%%/lib/commons-collections-3.2.1.jar %%DATADIR%%/lib/commons-dbcp-1.2.2.jar %%DATADIR%%/lib/commons-digester.jar @@ -20,7 +20,7 @@ bin/powerarchitect %%DATADIR%%/lib/edtftpj-1.5.4.jar %%DATADIR%%/lib/eigenbase-properties.jar %%DATADIR%%/lib/forms-1.3.0.jar -%%DATADIR%%/lib/google-collect-1.0.jar +%%DATADIR%%/lib/guava-11.0.2.jar %%DATADIR%%/lib/httpclient-4.0.jar %%DATADIR%%/lib/httpcore-4.0.1.jar %%DATADIR%%/lib/httpmime-4.0.jar @@ -42,7 +42,7 @@ bin/powerarchitect %%DATADIR%%/lib/piccolo.jar %%DATADIR%%/lib/piccolox.jar %%DATADIR%%/lib/rsyntaxtextarea.jar -%%DATADIR%%/lib/servlet-api-2.5.jar +%%DATADIR%%/lib/servlet-api-3.0.jar %%DATADIR%%/lib/spring-core.jar %%DATADIR%%/lib/spring-security-core-2.0.5.RELEASE.jar %%DATADIR%%/lib/sqlpower_library.jar From owner-svn-ports-all@freebsd.org Sun Mar 26 19:52:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A86AD1E623; Sun, 26 Mar 2017 19:52:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0BE01440; Sun, 26 Mar 2017 19:52:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QJqru3053141; Sun, 26 Mar 2017 19:52:53 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QJqrDP053139; Sun, 26 Mar 2017 19:52:53 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703261952.v2QJqrDP053139@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, 26 Mar 2017 19:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436982 - in head/x11/kde4-runtime: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 19:52:55 -0000 Author: rakuco Date: Sun Mar 26 19:52:53 2017 New Revision: 436982 URL: https://svnweb.freebsd.org/changeset/ports/436982 Log: Update x11/kde4-runtime to to 16.12.3. This is the latest stable release, which incorporates a CVE patch we were carrying. While here, add missing dependencies reported by Poudriere. Reviewed by: tcberner Deleted: head/x11/kde4-runtime/files/patch-CVE-2013-7252 Modified: head/x11/kde4-runtime/Makefile head/x11/kde4-runtime/distinfo Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Sun Mar 26 19:11:49 2017 (r436981) +++ head/x11/kde4-runtime/Makefile Sun Mar 26 19:52:53 2017 (r436982) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= kde-runtime -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 7 -CATEGORIES= x11 kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Runtime components for KDE Plasma Desktop @@ -13,7 +12,12 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenE libwebp.so:graphics/webp \ libslp.so:net/openslp \ libssh.so:security/libssh \ - libqzeitgeist.so:sysutils/qzeitgeist + libqzeitgeist.so:sysutils/qzeitgeist \ + libImath-2_2.so:graphics/ilmbase \ + libassuan.so:security/libassuan \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libgpgme.so:security/gpgme # Explicitly depend on libssh to avoid interference with ssh.4 from # compat7x. BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh @@ -22,11 +26,11 @@ RUN_DEPENDS= cagibid:net/cagibi USES= cmake:outsource gettext gmake jpeg kde:4 samba:lib shared-mime-info \ shebangfix tar:xz USE_KDE= kactivities kdelibs oxygen-icons4 \ - attica automoc4 pimlibs strigi nepomuk-core + attica automoc4 pimlibs soprano strigi nepomuk-core USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build -USE_XORG= x11 xcursor +USE_XORG= ice sm x11 xau xcursor xext xft xdmcp xpm USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null SHEBANG_FILES= khelpcenter/searchhandlers/*.pl \ Modified: head/x11/kde4-runtime/distinfo ============================================================================== --- head/x11/kde4-runtime/distinfo Sun Mar 26 19:11:49 2017 (r436981) +++ head/x11/kde4-runtime/distinfo Sun Mar 26 19:52:53 2017 (r436982) @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kde-runtime-4.14.3.tar.xz) = 78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605 -SIZE (KDE/4.14.3/kde-runtime-4.14.3.tar.xz) = 7867308 +TIMESTAMP = 1490531914 +SHA256 (KDE/applications/16.12.3/kde-runtime-16.12.3.tar.xz) = 7e6406b9d85594fdedb2bd424316159f5633fbe8b28970338e4d81418f4017eb +SIZE (KDE/applications/16.12.3/kde-runtime-16.12.3.tar.xz) = 7902924 From owner-svn-ports-all@freebsd.org Sun Mar 26 20:01:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC142D1E927; Sun, 26 Mar 2017 20:01:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B5718A3; Sun, 26 Mar 2017 20:01:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QK17SO056007; Sun, 26 Mar 2017 20:01:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QK179V056006; Sun, 26 Mar 2017 20:01:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703262001.v2QK179V056006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 26 Mar 2017 20:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436983 - head/lang/gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:01:08 -0000 Author: gerald Date: Sun Mar 26 20:01:07 2017 New Revision: 436983 URL: https://svnweb.freebsd.org/changeset/ports/436983 Log: Use relative links for the generic g++, gcc, and gfortran. Replace a shell for-loop with a bmake .for-loop on the way. Reported by: danfe Reviewed by: danfe Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sun Mar 26 19:52:53 2017 (r436982) +++ head/lang/gcc/Makefile Sun Mar 26 20:01:07 2017 (r436983) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} @@ -163,8 +164,8 @@ post-stage: cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} # This is the canonical GCC port, so add key commands without # version numbers as part of their names. - for c in gfortran g++ gcc; do \ - ${LN} -s ${PREFIX}/bin/"$$c"${SUFFIX} ${STAGEDIR}${PREFIX}/bin/$$c ; \ - done +.for c in gfortran g++ gcc + ${LN} -s ${c}${SUFFIX} ${STAGEDIR}${PREFIX}/bin/${c} +.endfor .include From owner-svn-ports-all@freebsd.org Sun Mar 26 20:10:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FC1D1EC45; Sun, 26 Mar 2017 20:10:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4B961DD3; Sun, 26 Mar 2017 20:10:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-241-134.dsl.sil.at [188.118.241.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 772D53F530; Sun, 26 Mar 2017 16:10:17 -0400 (EDT) Date: Sun, 26 Mar 2017 22:10:09 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r402352 - head/lang/gcc In-Reply-To: <20170221115235.GA44022@FreeBSD.org> Message-ID: References: <201511241019.tAOAJMTF049917@repo.freebsd.org> <20151124110152.GA78748@FreeBSD.org> <20170221115235.GA44022@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Disposition: INLINE X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:10:21 -0000 On Tue, 21 Feb 2017, Alexey Dokuchaev wrote: >>> Symlinks are badly created (will be broken if e.g. $prefix mounted under >>> non-/ via NFS), better (untested) approach would be: >>> >>> .for f in gfortran g++ gcc >>> ${LN} -sf ${f}${SUFFIX} ${STAGEDIR}${PREFIX}/bin/${f} >>> .endfor > > At first I wasn't completely clear what you had in mind here (or > > rather: why exactly), and I did not get a single report from a > > user in the 15 months since then. > Probably because most people don't care exactly how symlinks point to their > targets as long as it works (and it does, most of the time). Usually it's > better to use relative paths though, and just the filename when both source > and target are in the same directory. Fair enough. I went ahead and finally made this change. > I still think that it's better to use make(1)'s .for loop rather than > sh(1)'s one. Consider attached patch which also fixes indentation of the > comment. (You might also want to call ln(1) with `-f' switch at your > discretion.) Personally I prefer portable code (which sh(1) loops in Makefile are as opposed to bmake loops), but since you care about this and this port's Makefile is unlikely to be used on a non-BSD system, I followed your recommendation. >> Only problem is, portlint now warns >> >> WARN: g++: this is a symlink. Please remove it. >> WARN: gcc: this is a symlink. Please remove it. >> WARN: gfortran: this is a symlink. Please remove it. >> >> which I did not do when I've been using absolute paths. > Hmm, I cannot reproduce this. Can you report portlint version (portlint > -V) and attach the output of `portlint -Avc .' please? These messages > should normally be emitted when checking port's directory; are there > anything not belonging to it by chance? So, this is a false alert. Some earlier version of my change had a bug where the symlinks where created in the current directory (i.e., $PORTS/lang/gcc) and portlint rightfully warned about that. Gerald From owner-svn-ports-all@freebsd.org Sun Mar 26 20:15:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B236DD1EFD9; Sun, 26 Mar 2017 20:15:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1F31499; Sun, 26 Mar 2017 20:15:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKFT4p062558; Sun, 26 Mar 2017 20:15:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKFTrU062556; Sun, 26 Mar 2017 20:15:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703262015.v2QKFTrU062556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 26 Mar 2017 20:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436984 - head/sysutils/immortal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:15:30 -0000 Author: robak Date: Sun Mar 26 20:15:29 2017 New Revision: 436984 URL: https://svnweb.freebsd.org/changeset/ports/436984 Log: sysutils/immortal: update 0.10.2 -> 0.10.3 PR: 218120 Submitted by: (maintainer) Modified: head/sysutils/immortal/Makefile head/sysutils/immortal/distinfo Modified: head/sysutils/immortal/Makefile ============================================================================== --- head/sysutils/immortal/Makefile Sun Mar 26 20:01:07 2017 (r436983) +++ head/sysutils/immortal/Makefile Sun Mar 26 20:15:29 2017 (r436984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= immortal -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io Modified: head/sysutils/immortal/distinfo ============================================================================== --- head/sysutils/immortal/distinfo Sun Mar 26 20:01:07 2017 (r436983) +++ head/sysutils/immortal/distinfo Sun Mar 26 20:15:29 2017 (r436984) @@ -1,6 +1,6 @@ -TIMESTAMP = 1490011379 -SHA256 (immortal-immortal-0.10.2_GH0.tar.gz) = ff9db09bbc34f0554ef8971fc95ccbe83035e439d7796b32ad305970a1490115 -SIZE (immortal-immortal-0.10.2_GH0.tar.gz) = 27238 +TIMESTAMP = 1490459975 +SHA256 (immortal-immortal-0.10.3_GH0.tar.gz) = ea5f2359909b2eeac9a388b6da61349b819809a6df6e28d73448f1a0c567e8ad +SIZE (immortal-immortal-0.10.3_GH0.tar.gz) = 29254 SHA256 (immortal-logrotate-3691ab5_GH0.tar.gz) = 1e9915e41e05e43be206fa5da0ca9646feea36e8433c953fc71d7ebc6d40d8d5 SIZE (immortal-logrotate-3691ab5_GH0.tar.gz) = 3612 SHA256 (immortal-multiwriter-2555774_GH0.tar.gz) = 0988932d02debf79c7928e307a812027b642da7e5cad8846604577ed56220d57 From owner-svn-ports-all@freebsd.org Sun Mar 26 20:22:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6B0AD1F1D3; Sun, 26 Mar 2017 20:22:01 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B62A3188B; Sun, 26 Mar 2017 20:22:01 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKM0av064711; Sun, 26 Mar 2017 20:22:00 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKM0qD064709; Sun, 26 Mar 2017 20:22:00 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703262022.v2QKM0qD064709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 26 Mar 2017 20:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436985 - head/net/rsync-bpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:22:02 -0000 Author: robak Date: Sun Mar 26 20:22:00 2017 New Revision: 436985 URL: https://svnweb.freebsd.org/changeset/ports/436985 Log: net/rsync-bpc: update 3_0_9_5 -> 3_0_9_6 PR: 218110 Submitted by: Alexander Moisseev (maintainer) Modified: head/net/rsync-bpc/Makefile head/net/rsync-bpc/distinfo Modified: head/net/rsync-bpc/Makefile ============================================================================== --- head/net/rsync-bpc/Makefile Sun Mar 26 20:15:29 2017 (r436984) +++ head/net/rsync-bpc/Makefile Sun Mar 26 20:22:00 2017 (r436985) @@ -3,7 +3,7 @@ PORTNAME= rsync-bpc DISTVERSIONPREFIX= v -DISTVERSION= 3_0_9_5 +DISTVERSION= 3_0_9_6 CATEGORIES= net MAINTAINER= moiseev@mezonplus.ru Modified: head/net/rsync-bpc/distinfo ============================================================================== --- head/net/rsync-bpc/distinfo Sun Mar 26 20:15:29 2017 (r436984) +++ head/net/rsync-bpc/distinfo Sun Mar 26 20:22:00 2017 (r436985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488882700 -SHA256 (backuppc-rsync-bpc-v3_0_9_5_GH0.tar.gz) = 3f9cf1ec58f8c25a9f1ae25c22ccdcb2eba10ca1ee01c297449156af903b65d6 -SIZE (backuppc-rsync-bpc-v3_0_9_5_GH0.tar.gz) = 777470 +TIMESTAMP = 1490428001 +SHA256 (backuppc-rsync-bpc-v3_0_9_6_GH0.tar.gz) = 3153ae32fc556d51284841778a6756476c64983eb8d696e7e5771499d1c919af +SIZE (backuppc-rsync-bpc-v3_0_9_6_GH0.tar.gz) = 777705 From owner-svn-ports-all@freebsd.org Sun Mar 26 20:28:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC3CCD1F2FF; Sun, 26 Mar 2017 20:28:11 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A90B11C43; Sun, 26 Mar 2017 20:28:11 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKSAoP067344; Sun, 26 Mar 2017 20:28:10 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKSAeE067342; Sun, 26 Mar 2017 20:28:10 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703262028.v2QKSAeE067342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 26 Mar 2017 20:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436986 - head/sysutils/p5-BackupPC-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:28:12 -0000 Author: robak Date: Sun Mar 26 20:28:10 2017 New Revision: 436986 URL: https://svnweb.freebsd.org/changeset/ports/436986 Log: sysutils/p5-BackupPC-XS: update 0.52 -> 0.53 PR: 218109 Submitted by: Alexander Moisseev (maintainer) Modified: head/sysutils/p5-BackupPC-XS/Makefile head/sysutils/p5-BackupPC-XS/distinfo Modified: head/sysutils/p5-BackupPC-XS/Makefile ============================================================================== --- head/sysutils/p5-BackupPC-XS/Makefile Sun Mar 26 20:22:00 2017 (r436985) +++ head/sysutils/p5-BackupPC-XS/Makefile Sun Mar 26 20:28:10 2017 (r436986) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BackupPC-XS -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CBARRATT Modified: head/sysutils/p5-BackupPC-XS/distinfo ============================================================================== --- head/sysutils/p5-BackupPC-XS/distinfo Sun Mar 26 20:22:00 2017 (r436985) +++ head/sysutils/p5-BackupPC-XS/distinfo Sun Mar 26 20:28:10 2017 (r436986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489333298 -SHA256 (BackupPC-XS-0.52.tar.gz) = ffcb6d75bc9ec74bc1ee5f28cd3d1bd8023a2611fa77ca9ff3670dca2a09ac53 -SIZE (BackupPC-XS-0.52.tar.gz) = 288045 +TIMESTAMP = 1490427359 +SHA256 (BackupPC-XS-0.53.tar.gz) = 41247a018f8ec03fd7ec432cff8ccc930483f48650723ff276ebda338596e6c7 +SIZE (BackupPC-XS-0.53.tar.gz) = 288303 From owner-svn-ports-all@freebsd.org Sun Mar 26 20:35:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D23AD1F57F; Sun, 26 Mar 2017 20:35:56 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4B3106C; Sun, 26 Mar 2017 20:35:56 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKZtrY071352; Sun, 26 Mar 2017 20:35:55 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKZtWU071348; Sun, 26 Mar 2017 20:35:55 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703262035.v2QKZtWU071348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 26 Mar 2017 20:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436987 - head/graphics/gexiv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:35:56 -0000 Author: cmt Date: Sun Mar 26 20:35:54 2017 New Revision: 436987 URL: https://svnweb.freebsd.org/changeset/ports/436987 Log: update graphics/gexiv2 to 0.10.5 following the example of several other ports, the python overwrite files will have get their own ports, which will also enable handling of python versions 2 and/or 3. PR: 205335 Submitted by: me, sergey.avseyev(at)gmail.com Approved by: rene (mentor, implicit), timeout Modified: head/graphics/gexiv2/Makefile head/graphics/gexiv2/distinfo head/graphics/gexiv2/pkg-descr head/graphics/gexiv2/pkg-plist Modified: head/graphics/gexiv2/Makefile ============================================================================== --- head/graphics/gexiv2/Makefile Sun Mar 26 20:28:10 2017 (r436986) +++ head/graphics/gexiv2/Makefile Sun Mar 26 20:35:54 2017 (r436987) @@ -2,39 +2,33 @@ # $FreeBSD$ PORTNAME= gexiv2 -PORTVERSION= 0.6.1 -PORTREVISION= 6 +PORTVERSION= 0.10.5 CATEGORIES= graphics -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/libgexiv2/libgexiv2_0.6.1.tar.xz/5bd2ba92b765a2b3721874ebd2647734/ -DISTNAME= lib${PORTNAME}_${PORTVERSION} +MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cmt@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gm4:devel/m4 +BUILD_DEPENDS= gm4:devel/m4 \ + vala>=0:lang/vala LIB_DEPENDS= libexiv2.so:graphics/exiv2 -USES= gmake libtool:build pkgconfig tar:xz +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-introspection=yes \ + --enable-vala=yes +USES= gmake libtool:build pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1 -WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \ - -e 's|\$$\(LIB\)/pkgconfig|libdata/pkgconfig|' \ - -e '/^CFLAGS/ s|CFLAGS|CXXFLAGS|' \ - -e 's|\(CFLAGS\)|(CXXFLAGS)|' \ - ${WRKSRC}/${MAKEFILE} pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so + ${RM} ${STAGEDIR}${PREFIX}/lib/python*/site-packages/gi/overrides/GExiv2.py .include Modified: head/graphics/gexiv2/distinfo ============================================================================== --- head/graphics/gexiv2/distinfo Sun Mar 26 20:28:10 2017 (r436986) +++ head/graphics/gexiv2/distinfo Sun Mar 26 20:35:54 2017 (r436987) @@ -1,2 +1,3 @@ -SHA256 (libgexiv2_0.6.1.tar.xz) = 72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3 -SIZE (libgexiv2_0.6.1.tar.xz) = 27300 +TIMESTAMP = 1490473329 +SHA256 (gexiv2-0.10.5.tar.xz) = 318fe068cd414c0af91759a87c29fd577cd5d42bf7a6f50caff27535c02ac7f3 +SIZE (gexiv2-0.10.5.tar.xz) = 591752 Modified: head/graphics/gexiv2/pkg-descr ============================================================================== --- head/graphics/gexiv2/pkg-descr Sun Mar 26 20:28:10 2017 (r436986) +++ head/graphics/gexiv2/pkg-descr Sun Mar 26 20:35:54 2017 (r436987) @@ -1,4 +1,5 @@ -gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the -basic features of Exiv2 available to GNOME applications. +gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. +It allows for GNOME applications to easily inspect and update EXIF, IPTC, +and XMP metadata in photo and video files of various formats. -WWW: http://trac.yorba.org/wiki/gexiv2/ +WWW: https://wiki.gnome.org/Projects/gexiv2 Modified: head/graphics/gexiv2/pkg-plist ============================================================================== --- head/graphics/gexiv2/pkg-plist Sun Mar 26 20:28:10 2017 (r436986) +++ head/graphics/gexiv2/pkg-plist Sun Mar 26 20:35:54 2017 (r436987) @@ -5,11 +5,32 @@ include/gexiv2/gexiv2-managed-stream.h include/gexiv2/gexiv2-preview-properties.h include/gexiv2/gexiv2-preview-image.h include/gexiv2/gexiv2-startup.h -lib/girepository-1.0/GExiv2-0.4.typelib -lib/libgexiv2.a +include/gexiv2/gexiv2-version.h +lib/girepository-1.0/GExiv2-0.10.typelib lib/libgexiv2.so lib/libgexiv2.so.2 lib/libgexiv2.so.2.0.0 libdata/pkgconfig/gexiv2.pc -share/gir-1.0/GExiv2-0.4.gir +share/gir-1.0/GExiv2-0.10.gir +share/gtk-doc/html/gexiv2/GExiv2Metadata.html +share/gtk-doc/html/gexiv2/GExiv2PreviewImage.html +share/gtk-doc/html/gexiv2/GExiv2PreviewProperties.html +share/gtk-doc/html/gexiv2/annotation-glossary.html +share/gtk-doc/html/gexiv2/api-index-full.html +share/gtk-doc/html/gexiv2/ch01.html +share/gtk-doc/html/gexiv2/deprecated-api-index.html +share/gtk-doc/html/gexiv2/gexiv2-Library-initialisation.html +share/gtk-doc/html/gexiv2/gexiv2-Logging-functionality.html +share/gtk-doc/html/gexiv2/gexiv2-gexiv2-version.html +share/gtk-doc/html/gexiv2/gexiv2.devhelp2 +share/gtk-doc/html/gexiv2/home.png +share/gtk-doc/html/gexiv2/index.html +share/gtk-doc/html/gexiv2/left-insensitive.png +share/gtk-doc/html/gexiv2/left.png +share/gtk-doc/html/gexiv2/object-tree.html +share/gtk-doc/html/gexiv2/right-insensitive.png +share/gtk-doc/html/gexiv2/right.png +share/gtk-doc/html/gexiv2/style.css +share/gtk-doc/html/gexiv2/up-insensitive.png +share/gtk-doc/html/gexiv2/up.png share/vala/vapi/gexiv2.vapi From owner-svn-ports-all@freebsd.org Sun Mar 26 20:50:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A73AD1F8F0; Sun, 26 Mar 2017 20:50:28 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41F8217CA; Sun, 26 Mar 2017 20:50:28 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKoRid076122; Sun, 26 Mar 2017 20:50:27 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKoQYT076117; Sun, 26 Mar 2017 20:50:26 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703262050.v2QKoQYT076117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 26 Mar 2017 20:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436988 - in head/graphics/shotwell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:50:28 -0000 Author: cmt Date: Sun Mar 26 20:50:26 2017 New Revision: 436988 URL: https://svnweb.freebsd.org/changeset/ports/436988 Log: update graphics/shotwell to 0.26.0 https://mail.gnome.org/archives/shotwell-list/2017-March/msg00017.html while here, regenerate patch and update my mail address Approved by: rene (mentor, implicit) Added: head/graphics/shotwell/files/patch-configure.ac (contents, props changed) Deleted: head/graphics/shotwell/files/patch-configure Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo head/graphics/shotwell/files/patch-src-camera-CameraTable.vala head/graphics/shotwell/pkg-plist Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun Mar 26 20:35:54 2017 (r436987) +++ head/graphics/shotwell/Makefile Sun Mar 26 20:50:26 2017 (r436988) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.24.5 +PORTVERSION= 0.26.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} -MAINTAINER= cmt@burggraben.net +MAINTAINER= cmt@FreeBSD.org COMMENT= Open source photo manager for GNOME LICENSE= LGPL21+ @@ -17,10 +17,13 @@ BUILD_DEPENDS= vala>=0.20.1:lang/vala \ itstool:textproc/itstool LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libexiv2.so:graphics/exiv2 \ + libgcr-ui-3.so:security/gcr \ + libgdata.so:devel/libgdata \ libgee-0.8.so:devel/libgee \ libgstreamer-1.0.so:multimedia/gstreamer1 \ liblcms2.so:graphics/lcms2 \ libjson-glib-1.0.so:devel/json-glib \ + libp11-kit.so:security/p11-kit \ libsoup-2.4.so:devel/libsoup \ libgexiv2.so:graphics/gexiv2 \ libexif.so:graphics/libexif \ @@ -30,7 +33,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu libraw.so:graphics/libraw \ librest-0.7.so:devel/librest -USES= gettext desktop-file-utils gmake libtool pkgconfig \ +USES= autoreconf gettext desktop-file-utils gmake libtool pkgconfig \ sqlite tar:xz USE_GNOME= cairo dconf gtk30 gnomedocutils USE_GSTREAMER1= yes @@ -38,16 +41,21 @@ USE_LDCONFIG= yes USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ENV+= --define=NO_CAMERA +CONFIGURE_ARGS+= --enable-publishers=all --enable-extra-plugins INSTALL_TARGET= install-strip INSTALLS_ICONS= yes PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= OPENMP -OPTIONS_DEFAULT= -OPENMP_DESC= libraw uses OpenMP (implies GCC 4.6+) +OPTIONS_DEFINE= OPENMP NLS +OPTIONS_DEFAULT= NLS +OPENMP_DESC= libraw uses OpenMP (implies GCC 4.9+) + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_LIBS= -L${LOCALBASE}/lib -lintl -OPENMP_USES= compiler:gcc-c++11-lib +OPENMP_USES= compiler:openmp OPENMP_USES_OFF= compiler:c++11-lib GLIB_SCHEMAS= org.yorba.shotwell.gschema.xml org.yorba.shotwell-extras.gschema.xml Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Sun Mar 26 20:35:54 2017 (r436987) +++ head/graphics/shotwell/distinfo Sun Mar 26 20:50:26 2017 (r436988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485936802 -SHA256 (shotwell-0.24.5.tar.xz) = 4936c2c8c63b701ac0cf15b7bd6619ee3241a6d08b4187f2475348642ff9c1fd -SIZE (shotwell-0.24.5.tar.xz) = 5374400 +TIMESTAMP = 1490472490 +SHA256 (shotwell-0.26.0.tar.xz) = 305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 +SIZE (shotwell-0.26.0.tar.xz) = 5583732 Added: head/graphics/shotwell/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/shotwell/files/patch-configure.ac Sun Mar 26 20:50:26 2017 (r436988) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2017-03-26 06:57:42 UTC ++++ configure.ac +@@ -114,7 +114,6 @@ PKG_CHECK_MODULES(SHOTWELL, [ + gstreamer-plugins-base-1.0 >= 1.0.0 + gstreamer-pbutils-1.0 >= 1.0.0 + gtk+-3.0 >= 3.14.0 +- gudev-1.0 >= 145 + libexif >= 0.6.16 + libgphoto2 >= 2.5.0 + libraw >= 0.13.2 Modified: head/graphics/shotwell/files/patch-src-camera-CameraTable.vala ============================================================================== --- head/graphics/shotwell/files/patch-src-camera-CameraTable.vala Sun Mar 26 20:35:54 2017 (r436987) +++ head/graphics/shotwell/files/patch-src-camera-CameraTable.vala Sun Mar 26 20:50:26 2017 (r436988) @@ -1,6 +1,6 @@ ---- src/camera/CameraTable.vala.orig 2015-03-28 15:15:28.000000000 +0100 -+++ src/camera/CameraTable.vala 2015-03-28 15:20:51.000000000 +0100 -@@ -26,7 +26,6 @@ +--- src/camera/CameraTable.vala.orig 2017-02-25 22:55:36 UTC ++++ src/camera/CameraTable.vala +@@ -26,7 +26,6 @@ public class CameraTable { private static CameraTable instance = null; @@ -8,7 +8,7 @@ private OneShotScheduler camera_update_scheduler = null; private GPhoto.Context null_context = new GPhoto.Context(); private GPhoto.CameraAbilitiesList abilities_list; -@@ -43,7 +42,6 @@ +@@ -43,7 +42,6 @@ public class CameraTable { on_update_cameras); // listen for interesting events on the specified subsystems @@ -16,7 +16,7 @@ volume_monitor = VolumeMonitor.get(); volume_monitor.volume_changed.connect(on_volume_changed); volume_monitor.volume_added.connect(on_volume_changed); -@@ -107,36 +105,10 @@ +@@ -107,36 +105,10 @@ public class CameraTable { do_op(GPhoto.CameraAbilitiesList.create(out abilities_list), "create camera abilities list"); do_op(abilities_list.load(null_context), "load camera abilities list"); } @@ -56,7 +56,7 @@ } // USB (or libusb) is a funny beast; if only one USB device is present (i.e. the camera), -@@ -211,24 +183,8 @@ +@@ -211,24 +183,8 @@ public class CameraTable { return port.has_prefix("usb:") ? "/dev/bus/usb/%s".printf(port.substring(4).replace(",", "/")) : null; } @@ -83,7 +83,7 @@ private void update_camera_table() throws GPhotoError { // need to do this because virtual ports come and go in the USB world (and probably others) -@@ -334,22 +290,7 @@ +@@ -326,22 +282,7 @@ public class CameraTable { } // Get display name for camera. @@ -107,7 +107,7 @@ if (null == display_name) { // Default to GPhoto detected name. display_name = name; -@@ -393,14 +334,8 @@ +@@ -381,14 +322,8 @@ public class CameraTable { camera_added(camera); } } Modified: head/graphics/shotwell/pkg-plist ============================================================================== --- head/graphics/shotwell/pkg-plist Sun Mar 26 20:35:54 2017 (r436987) +++ head/graphics/shotwell/pkg-plist Sun Mar 26 20:50:26 2017 (r436988) @@ -1,4 +1,8 @@ bin/shotwell +lib/libshotwell-authenticator.a +lib/libshotwell-authenticator.so +lib/libshotwell-authenticator.so.0 +lib/libshotwell-authenticator.so.0.0.0 lib/libshotwell-plugin-common.a lib/libshotwell-plugin-common.so lib/libshotwell-plugin-common.so.0 @@ -271,6 +275,49 @@ share/help/hu/shotwell/share-upload.page share/help/hu/shotwell/view-displaying.page share/help/hu/shotwell/view-information.page share/help/hu/shotwell/view-sidebar.page +share/help/lv/shotwell/edit-adjustments.page +share/help/lv/shotwell/edit-crop.page +share/help/lv/shotwell/edit-date-time.page +share/help/lv/shotwell/edit-enhance.page +share/help/lv/shotwell/edit-external.page +share/help/lv/shotwell/edit-nondestructive.page +share/help/lv/shotwell/edit-redeye.page +share/help/lv/shotwell/edit-rotate.page +share/help/lv/shotwell/edit-straighten.page +share/help/lv/shotwell/edit-undo.page +share/help/lv/shotwell/figures/crop_thirds.jpg +share/help/lv/shotwell/figures/edit_toolbar.png +share/help/lv/shotwell/figures/editing_overview.png +share/help/lv/shotwell/figures/shotwell_logo.png +share/help/lv/shotwell/figures/trash_process.png +share/help/lv/shotwell/formats.page +share/help/lv/shotwell/import-camera.page +share/help/lv/shotwell/import-f-spot.page +share/help/lv/shotwell/import-file.page +share/help/lv/shotwell/import-memorycard.page +share/help/lv/shotwell/index.page +share/help/lv/shotwell/organize-event.page +share/help/lv/shotwell/organize-flag.page +share/help/lv/shotwell/organize-rating.page +share/help/lv/shotwell/organize-remove.page +share/help/lv/shotwell/organize-search.page +share/help/lv/shotwell/organize-tag.page +share/help/lv/shotwell/organize-title.page +share/help/lv/shotwell/other-files.page +share/help/lv/shotwell/other-missing.page +share/help/lv/shotwell/other-multiple.page +share/help/lv/shotwell/other-plugins.page +share/help/lv/shotwell/raw.page +share/help/lv/shotwell/running.page +share/help/lv/shotwell/share-background.page +share/help/lv/shotwell/share-export.page +share/help/lv/shotwell/share-print.page +share/help/lv/shotwell/share-send.page +share/help/lv/shotwell/share-slideshow.page +share/help/lv/shotwell/share-upload.page +share/help/lv/shotwell/view-displaying.page +share/help/lv/shotwell/view-information.page +share/help/lv/shotwell/view-sidebar.page share/help/pt_BR/shotwell/edit-adjustments.page share/help/pt_BR/shotwell/edit-crop.page share/help/pt_BR/shotwell/edit-date-time.page @@ -430,76 +477,3 @@ share/locale/vi/LC_MESSAGES/shotwell.mo share/locale/zh_CN/LC_MESSAGES/shotwell.mo share/locale/zh_HK/LC_MESSAGES/shotwell.mo share/locale/zh_TW/LC_MESSAGES/shotwell.mo -%%DATADIR%%/icons/all-rejected.png -%%DATADIR%%/icons/crop-pivot-reticle.png -%%DATADIR%%/icons/crop.svg -%%DATADIR%%/icons/drag_nub.png -%%DATADIR%%/icons/faces-tool.png -%%DATADIR%%/icons/filter-flagged.png -%%DATADIR%%/icons/filter-photos.png -%%DATADIR%%/icons/filter-raw.png -%%DATADIR%%/icons/filter-videos.png -%%DATADIR%%/icons/five-star-filter.svg -%%DATADIR%%/icons/five-stars.svg -%%DATADIR%%/icons/flag-page.png -%%DATADIR%%/icons/flag-trinket.png -%%DATADIR%%/icons/four-star-filter-plus.svg -%%DATADIR%%/icons/four-stars.svg -%%DATADIR%%/icons/generic-plugin.png -%%DATADIR%%/icons/image-adjust.svg -%%DATADIR%%/icons/import-all.png -%%DATADIR%%/icons/import.svg -%%DATADIR%%/icons/make-primary.svg -%%DATADIR%%/icons/many-faces.png -%%DATADIR%%/icons/merge.svg -%%DATADIR%%/icons/multiple-events.png -%%DATADIR%%/icons/multiple-tags.png -%%DATADIR%%/icons/no-event.png -%%DATADIR%%/icons/noninterpretable-video.png -%%DATADIR%%/icons/one-event.png -%%DATADIR%%/icons/one-face.png -%%DATADIR%%/icons/one-star-filter-plus.svg -%%DATADIR%%/icons/one-star.svg -%%DATADIR%%/icons/one-tag.png -%%DATADIR%%/icons/pin-toolbar.svg -%%DATADIR%%/icons/publish.png -%%DATADIR%%/icons/redeye.png -%%DATADIR%%/icons/rejected.svg -%%DATADIR%%/icons/shotwell-16.png -%%DATADIR%%/icons/shotwell-auto-enhance.png -%%DATADIR%%/icons/shotwell-street.jpg -%%DATADIR%%/icons/shotwell.png -%%DATADIR%%/icons/slideshow-extension-point.png -%%DATADIR%%/icons/sprocket.png -%%DATADIR%%/icons/straighten.svg -%%DATADIR%%/icons/three-star-filter-plus.svg -%%DATADIR%%/icons/three-stars.svg -%%DATADIR%%/icons/two-star-filter-plus.svg -%%DATADIR%%/icons/two-stars.svg -%%DATADIR%%/icons/videos-page.png -%%DATADIR%%/icons/zoom-in.png -%%DATADIR%%/icons/zoom-out.png -%%DATADIR%%/ui/collection.ui -%%DATADIR%%/ui/direct.ui -%%DATADIR%%/ui/direct_context.ui -%%DATADIR%%/ui/event.ui -%%DATADIR%%/ui/events_directory.ui -%%DATADIR%%/ui/fullscreen.ui -%%DATADIR%%/ui/import.ui -%%DATADIR%%/ui/import_queue.ui -%%DATADIR%%/ui/media.ui -%%DATADIR%%/ui/offline.ui -%%DATADIR%%/ui/photo.ui -%%DATADIR%%/ui/photo_context.ui -%%DATADIR%%/ui/savedsearch.ui -%%DATADIR%%/ui/search_bar.ui -%%DATADIR%%/ui/search_sidebar_context.ui -%%DATADIR%%/ui/set_background_dialog.ui -%%DATADIR%%/ui/set_background_slideshow_dialog.ui -%%DATADIR%%/ui/shotwell.ui -%%DATADIR%%/ui/shotwell.xml -%%DATADIR%%/ui/sidebar_default_context.ui -%%DATADIR%%/ui/tag_sidebar_context.ui -%%DATADIR%%/ui/tags.ui -%%DATADIR%%/ui/top.ui -%%DATADIR%%/ui/trash.ui From owner-svn-ports-all@freebsd.org Sun Mar 26 20:51:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26DD2D1F96B; Sun, 26 Mar 2017 20:51:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03881ADC; Sun, 26 Mar 2017 20:51:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QKpUuD077754; Sun, 26 Mar 2017 20:51:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QKpULW077753; Sun, 26 Mar 2017 20:51:30 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703262051.v2QKpULW077753@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, 26 Mar 2017 20:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436989 - head/graphics/libkscreen/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 20:51:32 -0000 Author: rakuco Date: Sun Mar 26 20:51:30 2017 New Revision: 436989 URL: https://svnweb.freebsd.org/changeset/ports/436989 Log: Add patch to fix `make configure'. The x11/kdelibs4 update from r436971 made the CMake code stricter, which was making libkscreen fail in `make configure' where CMake used to just show a warning: CMake Error at tests/CMakeLists.txt:9 (add_test): add_test given test name "testscreenconfig" which already exists in this directory. Call Stack (most recent call first): tests/CMakeLists.txt:13 (KSCREEN_TESTS) Added: head/graphics/libkscreen/files/patch-tests_CMakeLists.txt (contents, props changed) Added: head/graphics/libkscreen/files/patch-tests_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libkscreen/files/patch-tests_CMakeLists.txt Sun Mar 26 20:51:30 2017 (r436989) @@ -0,0 +1,19 @@ +kde4_add_unit_test() alredy calls add_test(). + +Avoids errors such as: +CMake Error at tests/CMakeLists.txt:9 (add_test): + add_test given test name "testscreenconfig" which already exists in this + directory. +Call Stack (most recent call first): + tests/CMakeLists.txt:13 (KSCREEN_TESTS) +--- tests/CMakeLists.txt.orig 2017-03-26 22:46:03.553275000 +0200 ++++ tests/CMakeLists.txt 2017-03-26 22:46:08.261918000 +0200 +@@ -6,7 +6,7 @@ + include_directories(${QT_INCLUDES} ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} ${X11_Xrandr_INCLUDE_PATH}) + kde4_add_unit_test(${_testname} ${_testname}.cpp ${_testname}.moc) + target_link_libraries(${_testname} ${QT_QTTEST_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} kscreen) +- add_test(${_testname} ${CMAKE_CURRENT_BINARY_DIR}/${_testname}) ++ # add_test(${_testname} ${CMAKE_CURRENT_BINARY_DIR}/${_testname}) + endforeach(_testname) + endmacro(KSCREEN_TESTS) + From owner-svn-ports-all@freebsd.org Sun Mar 26 21:08:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC90D1F24A; Sun, 26 Mar 2017 21:08:36 +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 999FE17EA; Sun, 26 Mar 2017 21:08:36 +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 v2QL8ZuI084196; Sun, 26 Mar 2017 21:08:35 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QL8ZDN084192; Sun, 26 Mar 2017 21:08:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201703262108.v2QL8ZDN084192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 26 Mar 2017 21:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436990 - head/devel/google-styleguide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:08:37 -0000 Author: jrm Date: Sun Mar 26 21:08:35 2017 New Revision: 436990 URL: https://svnweb.freebsd.org/changeset/ports/436990 Log: devel/google-styleguide: Save from expiration - switch to GitHub - use date-based version numbers - set licenses - install xml descriptions of style guides - install files for editor integration - install optional documentation - add pkg-plist Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10141 Added: head/devel/google-styleguide/pkg-plist (contents, props changed) Modified: head/devel/google-styleguide/Makefile head/devel/google-styleguide/distinfo head/devel/google-styleguide/pkg-descr Modified: head/devel/google-styleguide/Makefile ============================================================================== --- head/devel/google-styleguide/Makefile Sun Mar 26 20:51:30 2017 (r436989) +++ head/devel/google-styleguide/Makefile Sun Mar 26 21:08:35 2017 (r436990) @@ -1,39 +1,48 @@ # Created by: Yen-Ming Lee # $FreeBSD$ -PORTNAME= google-styleguide -PORTVERSION= 66 +PORTNAME= styleguide +PORTVERSION= 20170302 CATEGORIES= devel -MASTER_SITES= http://google-styleguide.googlecode.com/svn/trunk/cpplint/ -DISTFILES= cpplint.py cpplint_unittest.py README -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= google- MAINTAINER= ports@FreeBSD.org COMMENT= Tool to assist with Google style guide compliance -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +# cpplint.py and cpplint_unittest.py under BSD3CLAUSE +# style guides under CC-BY-3.0 +# google-c-style.el under GPLv1+ +LICENSE= BSD3CLAUSE CC-BY-3.0 GPLv1+ +LICENSE_COMB= multi + +USES= python shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= google +GH_TAGNAME= 15f2836 -USES= python +NO_ARCH= yes NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= bin/cpplint.py -PORTDOCS= README +SHEBANG_FILES= cpplint/cpplint.py cpplint/cpplint_unittest.py OPTIONS_DEFINE= DOCS -do-extract: - @${MKDIR} ${WRKSRC} - @cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} - -post-patch: - @${REINPLACE_CMD} -Ee "s,#!.*,#!${PYTHON_CMD}," ${WRKSRC}/*.py - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cpplint.py ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/cpplint/cpplint.py ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/cpplint/cpplint_unittest.py ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/google_python_style.vim ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/google-c-style.el ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.css ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/cpplint + ${INSTALL_DATA} ${WRKSRC}/cpplint/README ${STAGEDIR}${DOCSDIR}/cpplint + ${MKDIR} ${STAGEDIR}${DOCSDIR}/docguide + (cd ${WRKSRC}/docguide && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/docguide) .include Modified: head/devel/google-styleguide/distinfo ============================================================================== --- head/devel/google-styleguide/distinfo Sun Mar 26 20:51:30 2017 (r436989) +++ head/devel/google-styleguide/distinfo Sun Mar 26 21:08:35 2017 (r436990) @@ -1,6 +1,3 @@ -SHA256 (google-styleguide-66/cpplint.py) = 573f92ea3572a1b052281eedb2b45c489649f5619854ba6e349554e654f77210 -SIZE (google-styleguide-66/cpplint.py) = 123503 -SHA256 (google-styleguide-66/cpplint_unittest.py) = 1fc17c263fc4176932540dbc3b2e1d8581d448c741ff6750ae93fb3e31f9faf2 -SIZE (google-styleguide-66/cpplint_unittest.py) = 116012 -SHA256 (google-styleguide-66/README) = 1c0500c633b2161633abffccc942f8b18dddb04a9b099d40db09b959078044c8 -SIZE (google-styleguide-66/README) = 2228 +TIMESTAMP = 1490527488 +SHA256 (google-styleguide-20170302-15f2836_GH0.tar.gz) = 591f3662221f3147bd91961fbe2dec2a4154ba69b3ec9a114dab668c78863751 +SIZE (google-styleguide-20170302-15f2836_GH0.tar.gz) = 1012477 Modified: head/devel/google-styleguide/pkg-descr ============================================================================== --- head/devel/google-styleguide/pkg-descr Sun Mar 26 20:51:30 2017 (r436989) +++ head/devel/google-styleguide/pkg-descr Sun Mar 26 21:08:35 2017 (r436990) @@ -1,17 +1,17 @@ -This is automated checker to make sure a C++ file follows Google's C++ style -guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it -heavily relies on regular expressions, cpplint.py won't catch all violations of -the style guide and will very occasionally report a false positive. There is a -list of things we currently don't handle very well at the top of cpplint.py, -and we welcome patches to improve it. +This project contains coding style guides used at Google. There are style +guides for AngularJS, C++, Common Lisp, HTML/CSS, Java, JavaScript, Objective-C, +Python, R, Shell, and Vimscript. Also included is: -The linting tool takes a list of files as input. For full usage instructions, -please see the output of: +- cpplint, an automated checker to make sure a C++ file follows Google's C++ + style guide +- google-c-style.el, an Emacs minor mode to provide Google's C/C++ coding style + within Emacs +- google_python_style.vim, which indents Python code in the Google way when + using Vim. - ./cpplint.py --help +If your project requires that you create a new XML document format, the included +"XML Document Format Style Guide" may be helpful. In addition to actual style +rules, it also contains advice on designing your own versus adapting an existing +format, on XML instance document formatting, and on elements versus attributes. -Unit tests are provided in cpplint_unittest.py. This file can safely be ignored -by end users who have downloaded this package and only want to run the lint -tool. - -WWW: http://code.google.com/p/google-styleguide/ +WWW: https://github.com/google/styleguide/ Added: head/devel/google-styleguide/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/google-styleguide/pkg-plist Sun Mar 26 21:08:35 2017 (r436990) @@ -0,0 +1,36 @@ +bin/cpplint.py +bin/cpplint_unittest.py +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/angularjs-google-style.html +%%PORTDOCS%%%%DOCSDIR%%/cppguide.html +%%PORTDOCS%%%%DOCSDIR%%/cpplint/README +%%PORTDOCS%%%%DOCSDIR%%/docguide/README.md +%%PORTDOCS%%%%DOCSDIR%%/docguide/READMEs.md +%%PORTDOCS%%%%DOCSDIR%%/docguide/VERSION +%%PORTDOCS%%%%DOCSDIR%%/docguide/best_practices.md +%%PORTDOCS%%%%DOCSDIR%%/docguide/philosophy.md +%%PORTDOCS%%%%DOCSDIR%%/docguide/style.md +%%PORTDOCS%%%%DOCSDIR%%/google-r-style.html +%%PORTDOCS%%%%DOCSDIR%%/htmlcssguide.html +%%PORTDOCS%%%%DOCSDIR%%/javaguide.css +%%PORTDOCS%%%%DOCSDIR%%/javaguide.html +%%PORTDOCS%%%%DOCSDIR%%/jsguide.html +%%PORTDOCS%%%%DOCSDIR%%/jsoncstyleguide.html +%%PORTDOCS%%%%DOCSDIR%%/pyguide.html +%%PORTDOCS%%%%DOCSDIR%%/styleguide.css +%%PORTDOCS%%%%DOCSDIR%%/xmlstyle.html +%%DATADIR%%/Rguide.xml +%%DATADIR%%/cppguide.xml +%%DATADIR%%/eclipse-cpp-google-style.xml +%%DATADIR%%/eclipse-java-google-style.xml +%%DATADIR%%/google-c-style.el +%%DATADIR%%/google_python_style.vim +%%DATADIR%%/htmlcssguide.xml +%%DATADIR%%/intellij-java-google-style.xml +%%DATADIR%%/javascriptguide.xml +%%DATADIR%%/jsoncstyleguide.xml +%%DATADIR%%/lispguide.xml +%%DATADIR%%/objcguide.xml +%%DATADIR%%/shell.xml +%%DATADIR%%/vimscriptfull.xml +%%DATADIR%%/vimscriptguide.xml From owner-svn-ports-all@freebsd.org Sun Mar 26 21:19:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19435D1F5DB; Sun, 26 Mar 2017 21:19:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA49B1EF6; Sun, 26 Mar 2017 21:19:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLJdlS088538; Sun, 26 Mar 2017 21:19:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLJdc4088536; Sun, 26 Mar 2017 21:19:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201703262119.v2QLJdc4088536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 26 Mar 2017 21:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436991 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:19:41 -0000 Author: bapt Date: Sun Mar 26 21:19:39 2017 New Revision: 436991 URL: https://svnweb.freebsd.org/changeset/ports/436991 Log: Update to 1.10.99.4 - Fix signing_command something saving a truncated signature in the file as a result pkg will reject any repository signed - pkg which: add -m to show what files matched using globs - fix sqlite overload with new sqlite - Revert the new UI which does not respect 80 columns - Fix query '%q' printing the internal arch instead of the official one Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Mar 26 21:08:35 2017 (r436990) +++ head/ports-mgmt/pkg-devel/Makefile Sun Mar 26 21:19:39 2017 (r436991) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.99.3 +DISTVERSION= 1.10.99.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Mar 26 21:08:35 2017 (r436990) +++ head/ports-mgmt/pkg-devel/distinfo Sun Mar 26 21:19:39 2017 (r436991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488026288 -SHA256 (pkg-1.10.99.3.tar.xz) = 25cb119c842f94085dc071ab78127da2997da7ecc33eb4d74117a1085b570bb7 -SIZE (pkg-1.10.99.3.tar.xz) = 2212372 +TIMESTAMP = 1490562875 +SHA256 (pkg-1.10.99.4.tar.xz) = 4673271d0ece4292e36aeda27a7cf7193825b812b6c412628aa644e43f94e8e2 +SIZE (pkg-1.10.99.4.tar.xz) = 2192240 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02588D1F766; Sun, 26 Mar 2017 21:24: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 A91F112A9; Sun, 26 Mar 2017 21:24:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLO6UW092716; Sun, 26 Mar 2017 21:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLO6kl092712; Sun, 26 Mar 2017 21:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLO6kl092712@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, 26 Mar 2017 21:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436992 - in head/devel: . rubygem-tzinfo-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:08 -0000 Author: sunpoet Date: Sun Mar 26 21:24:06 2017 New Revision: 436992 URL: https://svnweb.freebsd.org/changeset/ports/436992 Log: Add rubygem-tzinfo-data 1.2017.2 TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo. WWW: http://tzinfo.github.io/ Added: head/devel/rubygem-tzinfo-data/ head/devel/rubygem-tzinfo-data/Makefile (contents, props changed) head/devel/rubygem-tzinfo-data/distinfo (contents, props changed) head/devel/rubygem-tzinfo-data/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 26 21:19:39 2017 (r436991) +++ head/devel/Makefile Sun Mar 26 21:24:06 2017 (r436992) @@ -5563,6 +5563,7 @@ SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo + SUBDIR += rubygem-tzinfo-data SUBDIR += rubygem-uber SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width Added: head/devel/rubygem-tzinfo-data/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/Makefile Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= tzinfo-data +PORTVERSION= 1.2017.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= IANA Time Zone database for TZInfo + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-tzinfo-data/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/distinfo Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490545165 +SHA256 (rubygem/tzinfo-data-1.2017.2.gem) = 7e7ac17df3b73472edf0750599f79afab2458f041d93837fc5a499437ccd03d9 +SIZE (rubygem/tzinfo-data-1.2017.2.gem) = 315392 Added: head/devel/rubygem-tzinfo-data/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/pkg-descr Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,4 @@ +TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby +modules for use with TZInfo. + +WWW: http://tzinfo.github.io/ From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F741D1F77D; Sun, 26 Mar 2017 21:24: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 2C24A12B6; Sun, 26 Mar 2017 21:24:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLOBVP092821; Sun, 26 Mar 2017 21:24:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOBma092820; Sun, 26 Mar 2017 21:24:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOBma092820@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, 26 Mar 2017 21:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436993 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:12 -0000 Author: sunpoet Date: Sun Mar 26 21:24:11 2017 New Revision: 436993 URL: https://svnweb.freebsd.org/changeset/ports/436993 Log: Fix POPPLER option - Bump PORTREVISION for package change PR: 217581 Submitted by: Erik Gustafson MFH: 2017Q1 Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Mar 26 21:24:06 2017 (r436992) +++ head/graphics/gdal/Makefile Sun Mar 26 21:24:11 2017 (r436993) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -101,7 +102,8 @@ PGSQL_CONFIGURE_ON= --with-pg=${LOCALBAS PGSQL_USES= pgsql PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo -POPPLER_CONFIGURE_WITH= poppler +POPPLER_CONFIGURE_OFF= --without-poppler +POPPLER_CONFIGURE_ON= --with-poppler=${LOCALBASE} POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite @@ -115,7 +117,7 @@ XERCES_LIB_DEPENDS= libxerces-c.so:textp post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure -# Cleanup bundled libraries +# Clean up bundled libraries @${RM} -r ${WRKSRC}/frmts/gif/giflib/ @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14183D1F79E; Sun, 26 Mar 2017 21:24:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1DA012F7; Sun, 26 Mar 2017 21:24: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 v2QLOFDK092951; Sun, 26 Mar 2017 21:24:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOF0v092950; Sun, 26 Mar 2017 21:24:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOF0v092950@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, 26 Mar 2017 21:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436994 - head/devel/protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:17 -0000 Author: sunpoet Date: Sun Mar 26 21:24:15 2017 New Revision: 436994 URL: https://svnweb.freebsd.org/changeset/ports/436994 Log: Fix build on powerpc64 PR: 218115 Submitted by: Hiroo Ono Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sun Mar 26 21:24:11 2017 (r436993) +++ head/devel/protobuf/Makefile Sun Mar 26 21:24:15 2017 (r436994) @@ -24,7 +24,7 @@ TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} TEST_TARGET= check USE_CSTD= c99 # for audio/clementine-player support USE_LDCONFIG= yes -USES= autoreconf gmake libtool localbase pathfix pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig GH_ACCOUNT= google USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DB3FD1F7F3; Sun, 26 Mar 2017 21:24: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 D1B03137B; Sun, 26 Mar 2017 21:24: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 v2QLOKtv093113; Sun, 26 Mar 2017 21:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOK0e093109; Sun, 26 Mar 2017 21:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOK0e093109@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, 26 Mar 2017 21:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436995 - in head/sysutils/py-psutil: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:22 -0000 Author: sunpoet Date: Sun Mar 26 21:24:20 2017 New Revision: 436995 URL: https://svnweb.freebsd.org/changeset/ports/436995 Log: Update to 5.2.1 Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Added: head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c - copied unchanged from r436994, head/sysutils/py-psutil/files/patch-psutil__arch__bsd__freebsd_socks.c Deleted: head/sysutils/py-psutil/files/patch-psutil__arch__bsd__freebsd_socks.c Modified: head/sysutils/py-psutil/Makefile head/sysutils/py-psutil/distinfo Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Sun Mar 26 21:24:15 2017 (r436994) +++ head/sysutils/py-psutil/Makefile Sun Mar 26 21:24:20 2017 (r436995) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 5.2.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Sun Mar 26 21:24:15 2017 (r436994) +++ head/sysutils/py-psutil/distinfo Sun Mar 26 21:24:20 2017 (r436995) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488809771 -SHA256 (psutil-5.2.0.tar.gz) = 2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb -SIZE (psutil-5.2.0.tar.gz) = 345519 +TIMESTAMP = 1490461220 +SHA256 (psutil-5.2.1.tar.gz) = fe0ea53b302f68fca1c2a3bac289e11344456786141b73391ed4022b412d5455 +SIZE (psutil-5.2.1.tar.gz) = 347241 Copied: head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c (from r436994, head/sysutils/py-psutil/files/patch-psutil__arch__bsd__freebsd_socks.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Sun Mar 26 21:24:20 2017 (r436995, copy of r436994, head/sysutils/py-psutil/files/patch-psutil__arch__bsd__freebsd_socks.c) @@ -0,0 +1,86 @@ +--- psutil/arch/bsd/freebsd_socks.c.orig 2017-03-21 00:28:50.234080000 -0700 ++++ psutil/arch/bsd/freebsd_socks.c 2017-03-21 00:35:53.545508000 -0700 +@@ -112,10 +112,17 @@ + } + + ++#if __FreeBSD_version >= 1200026 ++static struct xtcpcb * ++psutil_search_tcplist(char *buf, struct kinfo_file *kif) { ++ struct xtcpcb *tp; ++ struct xinpcb *inp; ++#else + static struct tcpcb * + psutil_search_tcplist(char *buf, struct kinfo_file *kif) { + struct tcpcb *tp; + struct inpcb *inp; ++#endif + struct xinpgen *xig, *oxig; + struct xsocket *so; + +@@ -123,9 +130,15 @@ + for (xig = (struct xinpgen *)((char *)xig + xig->xig_len); + xig->xig_len > sizeof(struct xinpgen); + xig = (struct xinpgen *)((char *)xig + xig->xig_len)) { ++#if __FreeBSD_version >= 1200026 ++ tp = (struct xtcpcb *)xig; ++ inp = &tp->xt_inp; ++ so = &inp->xi_socket; ++#else + tp = &((struct xtcpcb *)xig)->xt_tp; + inp = &((struct xtcpcb *)xig)->xt_inp; + so = &((struct xtcpcb *)xig)->xt_socket; ++#endif + + if (so->so_type != kif->kf_sock_type || + so->xso_family != kif->kf_sock_domain || +@@ -208,7 +221,11 @@ + struct xinpgen *xig, *exig; + struct xinpcb *xip; + struct xtcpcb *xtp; ++#if __FreeBSD_version >= 1200026 ++ struct xinpcb *inp; ++#else + struct inpcb *inp; ++#endif + struct xsocket *so; + const char *varname = NULL; + size_t len, bufsize; +@@ -273,8 +290,13 @@ + goto error; + } + inp = &xtp->xt_inp; ++#if __FreeBSD_version >= 1200026 ++ so = &inp->xi_socket; ++ status = xtp->t_state; ++#else + so = &xtp->xt_socket; + status = xtp->xt_tp.t_state; ++#endif + break; + case IPPROTO_UDP: + xip = (struct xinpcb *)xig; +@@ -283,7 +305,11 @@ + "struct xinpcb size mismatch"); + goto error; + } ++#if __FreeBSD_version >= 1200026 ++ inp = xip; ++#else + inp = &xip->xi_inp; ++#endif + so = &xip->xi_socket; + status = PSUTIL_CONN_NONE; + break; +@@ -477,7 +503,11 @@ + struct kinfo_file *freep = NULL; + struct kinfo_file *kif; + char *tcplist = NULL; ++#if __FreeBSD_version >= 1200026 ++ struct xtcpcb *tcp; ++#else + struct tcpcb *tcp; ++#endif + + PyObject *py_retlist = PyList_New(0); + PyObject *py_tuple = NULL; From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24C52D1F84D; Sun, 26 Mar 2017 21:24: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 E5B4714B9; Sun, 26 Mar 2017 21:24:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLOUqZ093355; Sun, 26 Mar 2017 21:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOTSB093353; Sun, 26 Mar 2017 21:24:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOTSB093353@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, 26 Mar 2017 21:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436997 - head/devel/rubygem-pry-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:31 -0000 Author: sunpoet Date: Sun Mar 26 21:24:29 2017 New Revision: 436997 URL: https://svnweb.freebsd.org/changeset/ports/436997 Log: Update to 0.3.6 Changes: https://github.com/rweng/pry-rails/commits/master Modified: head/devel/rubygem-pry-rails/Makefile head/devel/rubygem-pry-rails/distinfo Modified: head/devel/rubygem-pry-rails/Makefile ============================================================================== --- head/devel/rubygem-pry-rails/Makefile Sun Mar 26 21:24:24 2017 (r436996) +++ head/devel/rubygem-pry-rails/Makefile Sun Mar 26 21:24:29 2017 (r436997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry-rails -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Use Pry as your rails console LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= rubygem-pry>=0.9.10:devel/rubygem-pry +RUN_DEPENDS= rubygem-pry>=0.10.4:devel/rubygem-pry NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-pry-rails/distinfo ============================================================================== --- head/devel/rubygem-pry-rails/distinfo Sun Mar 26 21:24:24 2017 (r436996) +++ head/devel/rubygem-pry-rails/distinfo Sun Mar 26 21:24:29 2017 (r436997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487166437 -SHA256 (rubygem/pry-rails-0.3.5.gem) = a68bc19b3f54ab8fe37e63a79c0960bc9f21bc6a376f40193fb38cb2fea71d6d -SIZE (rubygem/pry-rails-0.3.5.gem) = 14848 +TIMESTAMP = 1490542658 +SHA256 (rubygem/pry-rails-0.3.6.gem) = 7e77cc859999651c92aab3e1936f088b7fbda46c6a3aa2b2e37ae1cad7204d4c +SIZE (rubygem/pry-rails-0.3.6.gem) = 15360 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58E63D1F824; Sun, 26 Mar 2017 21:24: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 0F0811410; Sun, 26 Mar 2017 21:24: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 v2QLOPQF093237; Sun, 26 Mar 2017 21:24:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOPu0093235; Sun, 26 Mar 2017 21:24:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOPu0093235@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, 26 Mar 2017 21:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436996 - head/mail/p5-Dancer2-Plugin-Email X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:26 -0000 Author: sunpoet Date: Sun Mar 26 21:24:24 2017 New Revision: 436996 URL: https://svnweb.freebsd.org/changeset/ports/436996 Log: Update to 0.0202 Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile head/mail/p5-Dancer2-Plugin-Email/distinfo Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/Makefile Sun Mar 26 21:24:20 2017 (r436995) +++ head/mail/p5-Dancer2-Plugin-Email/Makefile Sun Mar 26 21:24:24 2017 (r436996) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Email -PORTVERSION= 0.0201 +PORTVERSION= 0.0202 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ + p5-Email-Date-Format>=0:mail/p5-Email-Date-Format \ p5-Email-Sender>=0:mail/p5-Email-Sender \ p5-File-Type>=0:devel/p5-File-Type \ + p5-IO-Socket-SSL>=2.000:security/p5-IO-Socket-SSL \ p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-Module-Runtime>=0:devel/p5-Module-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/mail/p5-Dancer2-Plugin-Email/distinfo ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/distinfo Sun Mar 26 21:24:20 2017 (r436995) +++ head/mail/p5-Dancer2-Plugin-Email/distinfo Sun Mar 26 21:24:24 2017 (r436996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479918928 -SHA256 (Dancer2-Plugin-Email-0.0201.tar.gz) = 19d5b6aede33c0ea2048c435686ce89b639b90ba4e24f3722b7be960ec22f589 -SIZE (Dancer2-Plugin-Email-0.0201.tar.gz) = 17553 +TIMESTAMP = 1490542635 +SHA256 (Dancer2-Plugin-Email-0.0202.tar.gz) = 5b14b1569aaa95421a982c75c766ca7ea8c5462e91639fc274474df6437ea0aa +SIZE (Dancer2-Plugin-Email-0.0202.tar.gz) = 17768 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D474ED1F870; Sun, 26 Mar 2017 21:24:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A195C1553; Sun, 26 Mar 2017 21:24: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 v2QLOYke093476; Sun, 26 Mar 2017 21:24:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOYoh093474; Sun, 26 Mar 2017 21:24:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOYoh093474@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, 26 Mar 2017 21:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436998 - head/devel/rubygem-term-ansicolor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:35 -0000 Author: sunpoet Date: Sun Mar 26 21:24:34 2017 New Revision: 436998 URL: https://svnweb.freebsd.org/changeset/ports/436998 Log: Update to 1.4.1 Changes: https://github.com/flori/term-ansicolor/blob/master/CHANGES Modified: head/devel/rubygem-term-ansicolor/Makefile head/devel/rubygem-term-ansicolor/distinfo Modified: head/devel/rubygem-term-ansicolor/Makefile ============================================================================== --- head/devel/rubygem-term-ansicolor/Makefile Sun Mar 26 21:24:29 2017 (r436997) +++ head/devel/rubygem-term-ansicolor/Makefile Sun Mar 26 21:24:34 2017 (r436998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-term-ansicolor/distinfo ============================================================================== --- head/devel/rubygem-term-ansicolor/distinfo Sun Mar 26 21:24:29 2017 (r436997) +++ head/devel/rubygem-term-ansicolor/distinfo Sun Mar 26 21:24:34 2017 (r436998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480754879 -SHA256 (rubygem/term-ansicolor-1.4.0.gem) = 6a510f88287c68e6d439695cbd2416399c9189c7e6c501b55cfb98d34d0627bc -SIZE (rubygem/term-ansicolor-1.4.0.gem) = 890880 +TIMESTAMP = 1490461227 +SHA256 (rubygem/term-ansicolor-1.4.1.gem) = cc6a262ce123277f8e8a6629579c6bc065a9ca348f829a32c1655f5f6c5a9057 +SIZE (rubygem/term-ansicolor-1.4.1.gem) = 890880 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D7C1D1F8A6; Sun, 26 Mar 2017 21:24:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39EA015CA; Sun, 26 Mar 2017 21:24: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 v2QLOdZ6093595; Sun, 26 Mar 2017 21:24:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOdbL093593; Sun, 26 Mar 2017 21:24:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOdbL093593@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, 26 Mar 2017 21:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436999 - head/devel/rubygem-tzinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:40 -0000 Author: sunpoet Date: Sun Mar 26 21:24:38 2017 New Revision: 436999 URL: https://svnweb.freebsd.org/changeset/ports/436999 Log: Update to 1.2.3 Changes: https://github.com/tzinfo/tzinfo/blob/v1.2.3/CHANGES.md Modified: head/devel/rubygem-tzinfo/Makefile head/devel/rubygem-tzinfo/distinfo Modified: head/devel/rubygem-tzinfo/Makefile ============================================================================== --- head/devel/rubygem-tzinfo/Makefile Sun Mar 26 21:24:34 2017 (r436998) +++ head/devel/rubygem-tzinfo/Makefile Sun Mar 26 21:24:38 2017 (r436999) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tzinfo -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-tzinfo/distinfo ============================================================================== --- head/devel/rubygem-tzinfo/distinfo Sun Mar 26 21:24:34 2017 (r436998) +++ head/devel/rubygem-tzinfo/distinfo Sun Mar 26 21:24:38 2017 (r436999) @@ -1,2 +1,3 @@ -SHA256 (rubygem/tzinfo-1.2.2.gem) = fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 -SIZE (rubygem/tzinfo-1.2.2.gem) = 147456 +TIMESTAMP = 1490542669 +SHA256 (rubygem/tzinfo-1.2.3.gem) = 9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 +SIZE (rubygem/tzinfo-1.2.3.gem) = 151552 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1F34D1F8CD; Sun, 26 Mar 2017 21:24:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9BE1637; Sun, 26 Mar 2017 21:24:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLOhFP093715; Sun, 26 Mar 2017 21:24:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOhxj093713; Sun, 26 Mar 2017 21:24:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOhxj093713@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, 26 Mar 2017 21:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437000 - head/security/rubygem-sshkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:44 -0000 Author: sunpoet Date: Sun Mar 26 21:24:43 2017 New Revision: 437000 URL: https://svnweb.freebsd.org/changeset/ports/437000 Log: Update to 1.13.0 Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md Modified: head/security/rubygem-sshkit/Makefile head/security/rubygem-sshkit/distinfo Modified: head/security/rubygem-sshkit/Makefile ============================================================================== --- head/security/rubygem-sshkit/Makefile Sun Mar 26 21:24:38 2017 (r436999) +++ head/security/rubygem-sshkit/Makefile Sun Mar 26 21:24:43 2017 (r437000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-sshkit/distinfo ============================================================================== --- head/security/rubygem-sshkit/distinfo Sun Mar 26 21:24:38 2017 (r436999) +++ head/security/rubygem-sshkit/distinfo Sun Mar 26 21:24:43 2017 (r437000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486811667 -SHA256 (rubygem/sshkit-1.12.0.gem) = 93ae375f5c2e4d8914e6b3d773e19b82c63e5a5682358fb78231e1e3e0308b98 -SIZE (rubygem/sshkit-1.12.0.gem) = 146944 +TIMESTAMP = 1490461233 +SHA256 (rubygem/sshkit-1.13.0.gem) = 02b3c70b103697f4cbe911463fc40527b7e388368f921ff3ba656533c180a801 +SIZE (rubygem/sshkit-1.13.0.gem) = 146944 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A4FD1F8FA; Sun, 26 Mar 2017 21:24:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD24169E; Sun, 26 Mar 2017 21:24: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 v2QLOmTv093835; Sun, 26 Mar 2017 21:24:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOl16093832; Sun, 26 Mar 2017 21:24:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOl16093832@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, 26 Mar 2017 21:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437001 - head/devel/rubygem-childprocess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:49 -0000 Author: sunpoet Date: Sun Mar 26 21:24:47 2017 New Revision: 437001 URL: https://svnweb.freebsd.org/changeset/ports/437001 Log: Update to 0.6.3 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 Mar 26 21:24:43 2017 (r437000) +++ head/devel/rubygem-childprocess/Makefile Sun Mar 26 21:24:47 2017 (r437001) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-childprocess/distinfo ============================================================================== --- head/devel/rubygem-childprocess/distinfo Sun Mar 26 21:24:43 2017 (r437000) +++ head/devel/rubygem-childprocess/distinfo Sun Mar 26 21:24:47 2017 (r437001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488092319 -SHA256 (rubygem/childprocess-0.6.2.gem) = 6f9681717126eae196f5f364b174ed3d4e696e307b470d5e98aa2fc9a72f42b0 -SIZE (rubygem/childprocess-0.6.2.gem) = 31744 +TIMESTAMP = 1490461238 +SHA256 (rubygem/childprocess-0.6.3.gem) = 7b319509275e326d6b673c2f82ad21db7c3598fe854fe16bffa9ffc6f4206edc +SIZE (rubygem/childprocess-0.6.3.gem) = 31744 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD745D1F91E; Sun, 26 Mar 2017 21:24: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 9A25D171E; Sun, 26 Mar 2017 21:24:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLOqKh093956; Sun, 26 Mar 2017 21:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOqtL093954; Sun, 26 Mar 2017 21:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOqtL093954@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, 26 Mar 2017 21:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437002 - head/devel/rubygem-kafo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:53 -0000 Author: sunpoet Date: Sun Mar 26 21:24:52 2017 New Revision: 437002 URL: https://svnweb.freebsd.org/changeset/ports/437002 Log: Update to 2.0.0 Changes: https://github.com/theforeman/kafo/commits/master Modified: head/devel/rubygem-kafo/Makefile head/devel/rubygem-kafo/distinfo Modified: head/devel/rubygem-kafo/Makefile ============================================================================== --- head/devel/rubygem-kafo/Makefile Sun Mar 26 21:24:47 2017 (r437001) +++ head/devel/rubygem-kafo/Makefile Sun Mar 26 21:24:52 2017 (r437002) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kafo -PORTVERSION= 1.0.8 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-kafo/distinfo ============================================================================== --- head/devel/rubygem-kafo/distinfo Sun Mar 26 21:24:47 2017 (r437001) +++ head/devel/rubygem-kafo/distinfo Sun Mar 26 21:24:52 2017 (r437002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489853030 -SHA256 (rubygem/kafo-1.0.8.gem) = cb5b7eade5fc2018125955c5bbb8908be9659a85861bdcb42b8cc0a698d34005 -SIZE (rubygem/kafo-1.0.8.gem) = 199680 +TIMESTAMP = 1490461246 +SHA256 (rubygem/kafo-2.0.0.gem) = f9efab686d5bfe81a0a1f23fb44cebad2d9bd439da0a267d983bcbc15dcbb4ad +SIZE (rubygem/kafo-2.0.0.gem) = 199680 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52078D1F942; Sun, 26 Mar 2017 21:24: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 217D31795; Sun, 26 Mar 2017 21:24:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLOv7V094077; Sun, 26 Mar 2017 21:24:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLOvIM094075; Sun, 26 Mar 2017 21:24:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLOvIM094075@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, 26 Mar 2017 21:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437003 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:24:58 -0000 Author: sunpoet Date: Sun Mar 26 21:24:56 2017 New Revision: 437003 URL: https://svnweb.freebsd.org/changeset/ports/437003 Log: Update to 3.1.10 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Sun Mar 26 21:24:52 2017 (r437002) +++ head/www/rubygem-uglifier/Makefile Sun Mar 26 21:24:56 2017 (r437003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.9 +PORTVERSION= 3.1.10 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Sun Mar 26 21:24:52 2017 (r437002) +++ head/www/rubygem-uglifier/distinfo Sun Mar 26 21:24:56 2017 (r437003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490101778 -SHA256 (rubygem/uglifier-3.1.9.gem) = 72355781e133585441690e0975702c502486f724d90be342defcb1ba0ede570e -SIZE (rubygem/uglifier-3.1.9.gem) = 98816 +TIMESTAMP = 1490542675 +SHA256 (rubygem/uglifier-3.1.10.gem) = 0a047f8117007243ed71fa93df16cf528132989197079a29cef70cd238e545c0 +SIZE (rubygem/uglifier-3.1.10.gem) = 99328 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:25:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5995CD1F992; Sun, 26 Mar 2017 21:25: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 28F651890; Sun, 26 Mar 2017 21:25: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 v2QLP6jP094340; Sun, 26 Mar 2017 21:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLP6Fp094338; Sun, 26 Mar 2017 21:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262125.v2QLP6Fp094338@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, 26 Mar 2017 21:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437005 - head/sysutils/sshsudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:25:07 -0000 Author: sunpoet Date: Sun Mar 26 21:25:05 2017 New Revision: 437005 URL: https://svnweb.freebsd.org/changeset/ports/437005 Log: Clean up Makefile - Update RUN_DEPENDS: remove redundant LOCALBASE/bin - Remove GH_PROJECT - Add NO_ARCH - Update WWW: remove trailing slash Approved by: portmgr (blanket) Modified: head/sysutils/sshsudo/Makefile head/sysutils/sshsudo/pkg-descr Modified: head/sysutils/sshsudo/Makefile ============================================================================== --- head/sysutils/sshsudo/Makefile Sun Mar 26 21:25:01 2017 (r437004) +++ head/sysutils/sshsudo/Makefile Sun Mar 26 21:25:05 2017 (r437005) @@ -11,13 +11,13 @@ COMMENT= Bash script to run sudo command LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ +RUN_DEPENDS= bash:shells/bash \ sshpass>=0:security/sshpass USE_GITHUB= yes GH_ACCOUNT= gaod -GH_PROJECT= sshsudo +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/sysutils/sshsudo/pkg-descr ============================================================================== --- head/sysutils/sshsudo/pkg-descr Sun Mar 26 21:25:01 2017 (r437004) +++ head/sysutils/sshsudo/pkg-descr Sun Mar 26 21:25:05 2017 (r437005) @@ -1,3 +1,3 @@ A bash script to run sudo command on multiple remote computers with least effort -WWW: https://github.com/gaod/sshsudo/ +WWW: https://github.com/gaod/sshsudo From owner-svn-ports-all@freebsd.org Sun Mar 26 21:25:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2152FD1F971; Sun, 26 Mar 2017 21:25: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 D52A8181D; Sun, 26 Mar 2017 21:25: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 v2QLP1KM094237; Sun, 26 Mar 2017 21:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLP15P094233; Sun, 26 Mar 2017 21:25:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262125.v2QLP15P094233@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, 26 Mar 2017 21:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437004 - in head/textproc/hunspell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:25:03 -0000 Author: sunpoet Date: Sun Mar 26 21:25:01 2017 New Revision: 437004 URL: https://svnweb.freebsd.org/changeset/ports/437004 Log: Update to 1.6.1 Changes: https://github.com/hunspell/hunspell/releases Modified: head/textproc/hunspell/Makefile head/textproc/hunspell/distinfo head/textproc/hunspell/files/patch-src_tools_hunspell.cxx head/textproc/hunspell/pkg-plist Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sun Mar 26 21:24:56 2017 (r437003) +++ head/textproc/hunspell/Makefile Sun Mar 26 21:25:01 2017 (r437004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} Modified: head/textproc/hunspell/distinfo ============================================================================== --- head/textproc/hunspell/distinfo Sun Mar 26 21:24:56 2017 (r437003) +++ head/textproc/hunspell/distinfo Sun Mar 26 21:25:01 2017 (r437004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482369634 -SHA256 (hunspell/hunspell-hunspell-v1.6.0_GH0.tar.gz) = 512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2 -SIZE (hunspell/hunspell-hunspell-v1.6.0_GH0.tar.gz) = 699377 +TIMESTAMP = 1490542682 +SHA256 (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 +SIZE (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 706893 Modified: head/textproc/hunspell/files/patch-src_tools_hunspell.cxx ============================================================================== --- head/textproc/hunspell/files/patch-src_tools_hunspell.cxx Sun Mar 26 21:24:56 2017 (r437003) +++ head/textproc/hunspell/files/patch-src_tools_hunspell.cxx Sun Mar 26 21:25:01 2017 (r437004) @@ -1,18 +1,27 @@ ---- src/tools/hunspell.cxx.orig 2016-11-28 10:34:55 UTC +--- src/tools/hunspell.cxx.orig 2017-03-25 21:20:45 UTC +++ src/tools/hunspell.cxx -@@ -112,28 +112,23 @@ +@@ -115,29 +115,23 @@ + #include "xmlparser.hxx" #include "odfparser.hxx" - #define LIBDIR \ +-#define LIBDIR \ - "/usr/share/hunspell:" \ - "/usr/share/myspell:" \ - "/usr/share/myspell/dicts:" \ -- "/Library/Spelling" --#define USEROOODIR \ -- ".openoffice.org/3/user/wordbook:" \ -- ".openoffice.org2/user/wordbook:" \ -- ".openoffice.org2.0/user/wordbook:" \ -- "Library/Spelling" ++#define LIBDIR \ ++ "%%PREFIX%%/share/hunspell:" \ ++ "%%PREFIX%%/share/myspell:" \ ++ "%%PREFIX%%/share/myspell/dicts:" \ + "/Library/Spelling" +-#define USEROOODIR { \ +- ".openoffice.org/3/user/wordbook", \ +- ".openoffice.org2/user/wordbook", \ +- ".openoffice.org2.0/user/wordbook",\ ++#define USEROOODIR { \ ++ ".openoffice.org/3/user/wordbook" \ ++ ".openoffice.org2/user/wordbook" \ ++ ".openoffice.org2.0/user/wordbook" \ + "Library/Spelling" } -#define OOODIR \ - "/opt/openoffice.org/basis3.0/share/dict/ooo:" \ - "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \ @@ -26,23 +35,13 @@ - "/usr/lib/openoffice.org2.1/share/dict/ooo:" \ - "/opt/openoffice.org2.0/share/dict/ooo:" \ - "/usr/lib/openoffice.org2.0/share/dict/ooo" -+ "%%PREFIX%%/share/hunspell:" \ -+ "%%PREFIX%%/share/myspell:" \ -+ "%%PREFIX%%/share/myspell/dicts:" -+#define USEROOODIR \ -+ ".openoffice.org/3/user/wordbook:" \ -+ ".openoffice.org2/user/wordbook:" \ -+ ".openoffice.org2.0/user/wordbook:" \ -+ "Library/Spelling" -+#define OOODIR \ -+ "%%PREFIX%%/openoffice.org3/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-2.4.1/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-2.4/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-2.2/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org-2.1/share/dict/ooo:" \ -+ "%%PREFIX%%/openoffice.org2.0/share/dict/ooo:" ++#define OOODIR \ ++ "%%PREFIX%%/openoffice.org/basis3.0/share/dict/ooo:" \ ++ "%%PREFIX%%/openoffice.org2.4/share/dict/ooo:" \ ++ "%%PREFIX%%/openoffice.org2.3/share/dict/ooo:" \ ++ "%%PREFIX%%/openoffice.org2.2/share/dict/ooo:" \ ++ "%%PREFIX%%/openoffice.org2.1/share/dict/ooo:" \ ++ "%%PREFIX%%/openoffice.org2.0/share/dict/ooo" #define HOME getenv("HOME") #define DICBASENAME ".hunspell_" #define LOGFILE "/tmp/hunspell.log" Modified: head/textproc/hunspell/pkg-plist ============================================================================== --- head/textproc/hunspell/pkg-plist Sun Mar 26 21:24:56 2017 (r437003) +++ head/textproc/hunspell/pkg-plist Sun Mar 26 21:25:01 2017 (r437004) @@ -21,7 +21,7 @@ lib/libhunspell-%%SHLIB_VER%%.a lib/libhunspell-%%SHLIB_VER%%.la lib/libhunspell-%%SHLIB_VER%%.so lib/libhunspell-%%SHLIB_VER%%.so.0 -lib/libhunspell-%%SHLIB_VER%%.so.0.0.0 +lib/libhunspell-%%SHLIB_VER%%.so.0.0.1 libdata/pkgconfig/hunspell.pc man/hu/man1/hunspell.1.gz man/man1/hunspell.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 26 21:25:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF7EDD1FA23; Sun, 26 Mar 2017 21:25: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 85A811BEE; Sun, 26 Mar 2017 21:25: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 v2QLPfGn094480; Sun, 26 Mar 2017 21:25:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLPftJ094478; Sun, 26 Mar 2017 21:25:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262125.v2QLPftJ094478@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, 26 Mar 2017 21:25:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437006 - head/devel/rubygem-github_api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:25:42 -0000 Author: sunpoet Date: Sun Mar 26 21:25:41 2017 New Revision: 437006 URL: https://svnweb.freebsd.org/changeset/ports/437006 Log: Update to 0.15.0 Changes: https://github.com/piotrmurach/github/blob/master/CHANGELOG.md Modified: head/devel/rubygem-github_api/Makefile head/devel/rubygem-github_api/distinfo Modified: head/devel/rubygem-github_api/Makefile ============================================================================== --- head/devel/rubygem-github_api/Makefile Sun Mar 26 21:25:05 2017 (r437005) +++ head/devel/rubygem-github_api/Makefile Sun Mar 26 21:25:41 2017 (r437006) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.14.5 -PORTREVISION= 1 +PORTVERSION= 0.15.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,6 +16,7 @@ RUN_DEPENDS= rubygem-addressable>=2.4.0: rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ + rubygem-mime-types29>=1.16:misc/rubygem-mime-types29 \ rubygem-oauth2>=1.0:net/rubygem-oauth2 NO_ARCH= yes Modified: head/devel/rubygem-github_api/distinfo ============================================================================== --- head/devel/rubygem-github_api/distinfo Sun Mar 26 21:25:05 2017 (r437005) +++ head/devel/rubygem-github_api/distinfo Sun Mar 26 21:25:41 2017 (r437006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480770057 -SHA256 (rubygem/github_api-0.14.5.gem) = 3329ca73fa6b26357b4bfc99d5ba4d443fb2124219a5167e09a8367b9a2dca66 -SIZE (rubygem/github_api-0.14.5.gem) = 139264 +TIMESTAMP = 1490542649 +SHA256 (rubygem/github_api-0.15.0.gem) = fb4c7577bf73e350c4383cad97c4f954692b724b362a4af300219a24824567bf +SIZE (rubygem/github_api-0.15.0.gem) = 139776 From owner-svn-ports-all@freebsd.org Sun Mar 26 21:25:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2AFDD1FA4D; Sun, 26 Mar 2017 21:25:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 722091C7D; Sun, 26 Mar 2017 21:25:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QLPlxm094627; Sun, 26 Mar 2017 21:25:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLPlVp094625; Sun, 26 Mar 2017 21:25:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201703262125.v2QLPlVp094625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 26 Mar 2017 21:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437007 - in head/ports-mgmt/pkg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 21:25:48 -0000 Author: bapt Date: Sun Mar 26 21:25:47 2017 New Revision: 437007 URL: https://svnweb.freebsd.org/changeset/ports/437007 Log: Update to 1.10.1 - Cache pw result to avoid over reloading nssswitch.conf - Fix allow to set env per repo for everykind of repo - Fix signing_command something saving a truncated signature in the file as a result pkg will reject any repository signed - Fix sqlite vfs overload with new sqlite - pkg which: add -m to show what files matched using globs - Revert the new UI which does not respect 80 columns - Fix query '%q' printing the internal arch instead of the official one Deleted: head/ports-mgmt/pkg/files/patch-repo-env head/ports-mgmt/pkg/files/patch-signing_command Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sun Mar 26 21:25:41 2017 (r437006) +++ head/ports-mgmt/pkg/Makefile Sun Mar 26 21:25:47 2017 (r437007) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.0 -PORTREVISION= 2 +DISTVERSION= 1.10.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sun Mar 26 21:25:41 2017 (r437006) +++ head/ports-mgmt/pkg/distinfo Sun Mar 26 21:25:47 2017 (r437007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487976687 -SHA256 (pkg-1.10.0.tar.xz) = d561288a4c3fbde7cede45f040b276f89e984c288c91c07559d48e3b984b7748 -SIZE (pkg-1.10.0.tar.xz) = 2207908 +TIMESTAMP = 1490563192 +SHA256 (pkg-1.10.1.tar.xz) = 6cf178ce356588cddcba60a2c53ef18f5aac2c87628e3d3924a54743573aee4d +SIZE (pkg-1.10.1.tar.xz) = 2169816 From owner-svn-ports-all@freebsd.org Sun Mar 26 22:02:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309A3D1D75A; Sun, 26 Mar 2017 22:02:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96D3145D; Sun, 26 Mar 2017 22:02:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QM2CvX011117; Sun, 26 Mar 2017 22:02:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QM2Clq011115; Sun, 26 Mar 2017 22:02:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703262202.v2QM2Clq011115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Mar 2017 22:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437008 - head/audio/mpg123.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 22:02:14 -0000 Author: mat Date: Sun Mar 26 22:02:12 2017 New Revision: 437008 URL: https://svnweb.freebsd.org/changeset/ports/437008 Log: Update 1.60. PR: 216655 Submitted by: takefu airport fm Sponsored by: Absolight Modified: head/audio/mpg123.el/Makefile (contents, props changed) head/audio/mpg123.el/distinfo (contents, props changed) Modified: head/audio/mpg123.el/Makefile ============================================================================== --- head/audio/mpg123.el/Makefile Sun Mar 26 21:25:47 2017 (r437007) +++ head/audio/mpg123.el/Makefile Sun Mar 26 22:02:12 2017 (r437008) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123.el -PORTVERSION= 1.52 -PORTREVISION= 1 +PORTVERSION= 1.60 CATEGORIES= audio elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ EXTRACT_SUFX= # empty @@ -15,7 +14,6 @@ COMMENT= Front-end to mpg123/ogg123 audi RUN_DEPENDS= mpg123:audio/mpg123 -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${PORTNAME}-${PORTVERSION} NO_WRKSUBDIR= yes NO_BUILD= yes @@ -30,6 +28,6 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${STAGEDIR}${ELISPDIR}/${PORTNAME} # For XEmacs @${MKDIR} ${STAGEDIR}${XELISPDIR} - ${LN} -sf ${ELISPDIR}/${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME} + ${INSTALL} -lr ${STAGEDIR}${ELISPDIR}/${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME} .include Modified: head/audio/mpg123.el/distinfo ============================================================================== --- head/audio/mpg123.el/distinfo Sun Mar 26 21:25:47 2017 (r437007) +++ head/audio/mpg123.el/distinfo Sun Mar 26 22:02:12 2017 (r437008) @@ -1,2 +1,3 @@ -SHA256 (mpg123el.cgi?1.52) = 408e163771949bc3eb0b9758b825fdd80f894381f9ecc1f0181f5668fc82a92f -SIZE (mpg123el.cgi?1.52) = 110508 +TIMESTAMP = 1490565400 +SHA256 (mpg123el.cgi?1.60) = 1ac60da5b73999a70e90d93e996705cb6881a340523a947c6d3355498c4b5e3a +SIZE (mpg123el.cgi?1.60) = 112627 From owner-svn-ports-all@freebsd.org Sun Mar 26 22:05:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8717DD1D9FB; Sun, 26 Mar 2017 22:05:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5403C1672; Sun, 26 Mar 2017 22:05:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QM563Q011376; Sun, 26 Mar 2017 22:05:06 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QM56ho011374; Sun, 26 Mar 2017 22:05:06 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703262205.v2QM56ho011374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 26 Mar 2017 22:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437009 - head/sysutils/immortal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 22:05:07 -0000 Author: robak Date: Sun Mar 26 22:05:06 2017 New Revision: 437009 URL: https://svnweb.freebsd.org/changeset/ports/437009 Log: sysutils/immortal: update 0.10.3 -> 0.10.4 PR: 218150 Submitted by: Nicolas Embriz (maintainer) Modified: head/sysutils/immortal/Makefile head/sysutils/immortal/distinfo Modified: head/sysutils/immortal/Makefile ============================================================================== --- head/sysutils/immortal/Makefile Sun Mar 26 22:02:12 2017 (r437008) +++ head/sysutils/immortal/Makefile Sun Mar 26 22:05:06 2017 (r437009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= immortal -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.4 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io Modified: head/sysutils/immortal/distinfo ============================================================================== --- head/sysutils/immortal/distinfo Sun Mar 26 22:02:12 2017 (r437008) +++ head/sysutils/immortal/distinfo Sun Mar 26 22:05:06 2017 (r437009) @@ -1,6 +1,6 @@ -TIMESTAMP = 1490459975 -SHA256 (immortal-immortal-0.10.3_GH0.tar.gz) = ea5f2359909b2eeac9a388b6da61349b819809a6df6e28d73448f1a0c567e8ad -SIZE (immortal-immortal-0.10.3_GH0.tar.gz) = 29254 +TIMESTAMP = 1490561112 +SHA256 (immortal-immortal-0.10.4_GH0.tar.gz) = c55b6756949b67b7f5749c7a23ebd91018718f6c41707cd128503f003e531011 +SIZE (immortal-immortal-0.10.4_GH0.tar.gz) = 29362 SHA256 (immortal-logrotate-3691ab5_GH0.tar.gz) = 1e9915e41e05e43be206fa5da0ca9646feea36e8433c953fc71d7ebc6d40d8d5 SIZE (immortal-logrotate-3691ab5_GH0.tar.gz) = 3612 SHA256 (immortal-multiwriter-2555774_GH0.tar.gz) = 0988932d02debf79c7928e307a812027b642da7e5cad8846604577ed56220d57 From owner-svn-ports-all@freebsd.org Sun Mar 26 22:24:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F0F7D1E0B5; Sun, 26 Mar 2017 22:24:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31A881FD8; Sun, 26 Mar 2017 22:24:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QMOZiT019409; Sun, 26 Mar 2017 22:24:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QMOZoH019407; Sun, 26 Mar 2017 22:24:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703262224.v2QMOZoH019407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 26 Mar 2017 22:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437010 - in head/net-mgmt: monitoring-plugins nagios-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 22:24:36 -0000 Author: mat Date: Sun Mar 26 22:24:34 2017 New Revision: 437010 URL: https://svnweb.freebsd.org/changeset/ports/437010 Log: Add timeout to check_ping{,6} commands. It helps nagios/icinga when packet loss occur. PR: 218148 Reported by: Josef Karthauser Sponsored by: Absolight Modified: head/net-mgmt/monitoring-plugins/Makefile (contents, props changed) head/net-mgmt/nagios-plugins/Makefile (contents, props changed) Modified: head/net-mgmt/monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/monitoring-plugins/Makefile Sun Mar 26 22:05:06 2017 (r437009) +++ head/net-mgmt/monitoring-plugins/Makefile Sun Mar 26 22:24:34 2017 (r437010) @@ -3,6 +3,7 @@ PORTNAME= monitoring-plugins PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME} @@ -66,8 +67,8 @@ CONFIGURE_ARGS+=--with-cgiurl=${NAGIOSCG CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL_QSTAT=/var/qmail/bin/qmail-qstat \ ac_cv_path_PATH_TO_PING=/sbin/ping \ ac_cv_path_PATH_TO_PING6=/sbin/ping6 \ - --with-ping-command="/sbin/ping -n -c %d %s" \ - --with-ping6-command="/sbin/ping6 -n -c %d %s" \ + --with-ping-command="/sbin/ping -n -t %d -c %d %s" \ + --with-ping6-command="/sbin/ping6 -n -X %d -c %d %s" \ ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Sun Mar 26 22:05:06 2017 (r437009) +++ head/net-mgmt/nagios-plugins/Makefile Sun Mar 26 22:24:34 2017 (r437010) @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ @@ -73,8 +73,8 @@ CONFIGURE_ARGS+=--with-nagios-user=${NAG CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL_QSTAT=/var/qmail/bin/qmail-qstat \ ac_cv_path_PATH_TO_PING=/sbin/ping \ ac_cv_path_PATH_TO_PING6=/sbin/ping6 \ - --with-ping-command="/sbin/ping -n -c %d %s" \ - --with-ping6-command="/sbin/ping6 -n -c %d %s" \ + --with-ping-command="/sbin/ping -n -t %d -c %d %s" \ + --with-ping6-command="/sbin/ping6 -n -X %d -c %d %s" \ ac_cv_path_PATH_TO_SUDO=${LOCALBASE}/bin/sudo \ ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient From owner-svn-ports-all@freebsd.org Sun Mar 26 22:30:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88A27D1E1AB; Sun, 26 Mar 2017 22:30:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E6261148; Sun, 26 Mar 2017 22:30:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CC3DDBDC9B; Mon, 27 Mar 2017 00:30:04 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 45ABCBDC89; Mon, 27 Mar 2017 00:30:04 +0200 (CEST) Subject: Re: svn commit: r436993 - head/graphics/gdal To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703262124.v2QLOBma092820@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <8bc2c78b-93d1-f9a0-ed88-f6643b3672e5@FreeBSD.org> Date: Mon, 27 Mar 2017 00:30:02 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703262124.v2QLOBma092820@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kx5pxEvkxwkmlBHgTlu3xbJeJfFSt3rCP" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 22:30:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kx5pxEvkxwkmlBHgTlu3xbJeJfFSt3rCP Content-Type: multipart/mixed; boundary="G1ORGrX1pTHNqK1fQ3pNLguieGEu3qHfw"; protected-headers="v1" From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <8bc2c78b-93d1-f9a0-ed88-f6643b3672e5@FreeBSD.org> Subject: Re: svn commit: r436993 - head/graphics/gdal References: <201703262124.v2QLOBma092820@repo.freebsd.org> In-Reply-To: <201703262124.v2QLOBma092820@repo.freebsd.org> --G1ORGrX1pTHNqK1fQ3pNLguieGEu3qHfw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 26/03/2017 =C3=A0 23:24, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > -POPPLER_CONFIGURE_WITH=3D poppler > +POPPLER_CONFIGURE_OFF=3D --without-poppler > +POPPLER_CONFIGURE_ON=3D --with-poppler=3D${LOCALBASE} This is POPPLER_CONFIGURE_WITH=3D poppler=3D${LOCALBASE} --=20 Mathieu Arnold --G1ORGrX1pTHNqK1fQ3pNLguieGEu3qHfw-- --kx5pxEvkxwkmlBHgTlu3xbJeJfFSt3rCP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY2EDrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IsQQP/3mf5X5gnVRH2iay4UYkvUCU PIwH3psPzJ1PEw3809bvsMrZSuPxV0wPayXeCC5LWYJ5aohPrRF3e7xrvpDq/se+ kLfndPgHQ4u+Kf0Xdif4P8Z7fzz+s6czbKWjZLJ77ZUFHzmtLwj8F2AiiD8Bpskk XGiG0Aclzw+smo7MIpCKeYStsG3gACIGWygEBgz+f9CAAv4d05dVmmf7pZZ44afY +RadNoBi4vFSpmXDSBSuafqwt1MJBXXXpbAD1x+j5wRSR9cJb8IwQe9j+0Y0Afar 8PgZSOUBYrYtefBj75Rq4qFUoAoRKin03/jr4I3ens0rJnUvZ4utcQ3HrylWOyeF m05lDUk8lU67goY+i+pAU4mZzE6mCglgvIrhkUr4i96XB5m4K8toweIKTyShZ/Z0 do8OX9Jjr+2pOSNPWnG1HxDNcZGncnoH0iWkatML1g1++NnHTA9/pa1lCA35vN7A mHzQDShqQ6cHjjVODtBrOSHsSwXGjMHEl7ybSZBI5r9NiFIJs+fIOvouQmCSg5CB HvQzxrKO2k8nM8jgieqlz99Mzp7tgsnAy7OW6dc8iyZuVEurtUjFIlwpCBH/zxZf QOAiMAAolIoci+qmHg/I93mRQ4c0UpBTcZjzvnIdJ/dMPQSr6syTREvdUJpojiZp qW8EXYe/2j3JeqrEWC6H =3EC2 -----END PGP SIGNATURE----- --kx5pxEvkxwkmlBHgTlu3xbJeJfFSt3rCP-- From owner-svn-ports-all@freebsd.org Sun Mar 26 23:15:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4224D1F06F; Sun, 26 Mar 2017 23:15:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5B451600; Sun, 26 Mar 2017 23:15:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 07722E82; Sun, 26 Mar 2017 23:15:34 +0000 (UTC) From: Jan Beich To: Diane Bruce Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436980 - in head/comms/fldigi: . files References: <201703261859.v2QIxxF5027036@repo.freebsd.org> Date: Mon, 27 Mar 2017 01:16:59 +0200 In-Reply-To: <201703261859.v2QIxxF5027036@repo.freebsd.org> (Diane Bruce's message of "Sun, 26 Mar 2017 18:59:59 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 23:15:34 -0000 Diane Bruce writes: > +- if ((ptr2) > 0 && (unsigned)(ptr2 - ptr) <= p) > ++ if ((unsigned long)(ptr2) > 0 && (unsigned long)(ptr2 - ptr) <= p) Why not compare pointer against NULL? Some architectures may have pointer type larger than "unsigned long". Also see the patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216199 which fixes some Clang warnings. From owner-svn-ports-all@freebsd.org Mon Mar 27 00:53:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F7DD1E597; Mon, 27 Mar 2017 00:53:35 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7351817E5; Mon, 27 Mar 2017 00:53:35 +0000 (UTC) (envelope-from db@db.net) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id 769422AA354; Sun, 26 Mar 2017 18:52:15 -0600 (MDT) Received: by night.db.net (Postfix, from userid 1000) id 3618E39873; Sun, 26 Mar 2017 20:53:26 -0400 (EDT) Date: Sun, 26 Mar 2017 20:53:26 -0400 From: Diane Bruce To: Jan Beich Cc: Diane Bruce , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436980 - in head/comms/fldigi: . files Message-ID: <20170327005326.GA19551@night.db.net> References: <201703261859.v2QIxxF5027036@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 00:53:35 -0000 On Mon, Mar 27, 2017 at 01:16:59AM +0200, Jan Beich wrote: > Diane Bruce writes: > > > +- if ((ptr2) > 0 && (unsigned)(ptr2 - ptr) <= p) > > ++ if ((unsigned long)(ptr2) > 0 && (unsigned long)(ptr2 - ptr) <= p) > > Why not compare pointer against NULL? Some architectures may have > pointer type larger than "unsigned long". > > Also see the patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216199 > which fixes some Clang warnings. > Because since I know there is a new upcoming release from upstream I was concentrating my efforts on getting your diffs plus some others into the upcoming fldigi 4.0.0 . It would be rather nice to not have all those diffs cluttering up the port now wouldn't it. -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-svn-ports-all@freebsd.org Mon Mar 27 02:08:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 215DAD1F6A7; Mon, 27 Mar 2017 02:08:16 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E220411B0; Mon, 27 Mar 2017 02:08:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R28EH5010641; Mon, 27 Mar 2017 02:08:14 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R28EFv010639; Mon, 27 Mar 2017 02:08:14 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703270208.v2R28EFv010639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 27 Mar 2017 02:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437011 - head/net/elixir-kafka_ex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 02:08:16 -0000 Author: vanilla Date: Mon Mar 27 02:08:14 2017 New Revision: 437011 URL: https://svnweb.freebsd.org/changeset/ports/437011 Log: Update to 0.6.4. Modified: head/net/elixir-kafka_ex/Makefile head/net/elixir-kafka_ex/distinfo Modified: head/net/elixir-kafka_ex/Makefile ============================================================================== --- head/net/elixir-kafka_ex/Makefile Sun Mar 26 22:24:34 2017 (r437010) +++ head/net/elixir-kafka_ex/Makefile Mon Mar 27 02:08:14 2017 (r437011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kafka_ex -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-kafka_ex/distinfo ============================================================================== --- head/net/elixir-kafka_ex/distinfo Sun Mar 26 22:24:34 2017 (r437010) +++ head/net/elixir-kafka_ex/distinfo Mon Mar 27 02:08:14 2017 (r437011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485563072 -SHA256 (jacklund-kafka_ex-0.6.3_GH0.tar.gz) = ef9663f43f66e447b6c3f3b1a928122e2733966ad8386de5adea63329a3ca17f -SIZE (jacklund-kafka_ex-0.6.3_GH0.tar.gz) = 53905 +TIMESTAMP = 1490580338 +SHA256 (jacklund-kafka_ex-0.6.4_GH0.tar.gz) = 110715cea7b048cbeb33e4f044af997c60f2a9d5c8481598b1e3a51900542271 +SIZE (jacklund-kafka_ex-0.6.4_GH0.tar.gz) = 53954 From owner-svn-ports-all@freebsd.org Mon Mar 27 02:22:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87804D1FB70; Mon, 27 Mar 2017 02:22:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 545A618FA; Mon, 27 Mar 2017 02:22:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R2MCUA018680; Mon, 27 Mar 2017 02:22:12 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R2MCAc018678; Mon, 27 Mar 2017 02:22:12 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703270222.v2R2MCAc018678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 27 Mar 2017 02:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437012 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 02:22:13 -0000 Author: vanilla Date: Mon Mar 27 02:22:12 2017 New Revision: 437012 URL: https://svnweb.freebsd.org/changeset/ports/437012 Log: Update to 3.1.0. PR: 218055 Submitted by: maintainer Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Mon Mar 27 02:08:14 2017 (r437011) +++ head/www/phalcon/Makefile Mon Mar 27 02:22:12 2017 (r437012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 3.0.4 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Mon Mar 27 02:08:14 2017 (r437011) +++ head/www/phalcon/distinfo Mon Mar 27 02:22:12 2017 (r437012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487668442 -SHA256 (phalcon-cphalcon-v3.0.4_GH0.tar.gz) = 50834275cd964a5d1fdd7a588183ca4e038a46900045a6cf91f50b56664d15cd -SIZE (phalcon-cphalcon-v3.0.4_GH0.tar.gz) = 6407812 +TIMESTAMP = 1490347694 +SHA256 (phalcon-cphalcon-v3.1.0_GH0.tar.gz) = 3b54e6ab1e91aecd606c93c2f762549cd23bad2eef35a3100243ecf6ba85a5c5 +SIZE (phalcon-cphalcon-v3.1.0_GH0.tar.gz) = 6466527 From owner-svn-ports-all@freebsd.org Mon Mar 27 05:38:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 461C4D1F979; Mon, 27 Mar 2017 05:38:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 114AA14EE; Mon, 27 Mar 2017 05:38:24 +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 v2R5cO00098572; Mon, 27 Mar 2017 05:38:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R5cOwO098571; Mon, 27 Mar 2017 05:38:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703270538.v2R5cOwO098571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 27 Mar 2017 05:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437013 - in head/ftp/proftpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 05:38:25 -0000 Author: antoine Date: Mon Mar 27 05:38:23 2017 New Revision: 437013 URL: https://svnweb.freebsd.org/changeset/ports/437013 Log: Revert r436977, patch fails to apply Reported by: pkg-fallout With hat: portmgr Deleted: head/ftp/proftpd/files/patch-modules_mod__tls.c Modified: head/ftp/proftpd/Makefile Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Mon Mar 27 02:22:12 2017 (r437012) +++ head/ftp/proftpd/Makefile Mon Mar 27 05:38:23 2017 (r437013) @@ -174,6 +174,9 @@ CONFIGURE_ARGS+= --with-libraries=${LIBD .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif +.if ${SSL_DEFAULT:Mlibressl*} +BROKEN= Does not build with libressl +.endif .if !defined(_BUILDING_PROFTPD_MODULE) From owner-svn-ports-all@freebsd.org Mon Mar 27 07:09:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5701D1F30E; Mon, 27 Mar 2017 07:09:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50AF1111; Mon, 27 Mar 2017 07:09:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R79jBk035435; Mon, 27 Mar 2017 07:09:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R79jNh035433; Mon, 27 Mar 2017 07:09:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703270709.v2R79jNh035433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 27 Mar 2017 07:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437014 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 07:09:46 -0000 Author: lwhsu Date: Mon Mar 27 07:09:45 2017 New Revision: 437014 URL: https://svnweb.freebsd.org/changeset/ports/437014 Log: - Update to 2.52 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Mar 27 05:38:23 2017 (r437013) +++ head/devel/jenkins/Makefile Mon Mar 27 07:09:45 2017 (r437014) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.51 +PORTVERSION= 2.52 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Mar 27 05:38:23 2017 (r437013) +++ head/devel/jenkins/distinfo Mon Mar 27 07:09:45 2017 (r437014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490031962 -SHA256 (jenkins/2.51/jenkins.war) = baa1f005d0b7852f28bb23cc2f03ceb649c37b271ec8d58e5c6d437447d6b455 -SIZE (jenkins/2.51/jenkins.war) = 68911901 +TIMESTAMP = 1490597889 +SHA256 (jenkins/2.52/jenkins.war) = 7a78fc8b3f1eacd45891d052f7fa03471a60b9df52213b4ee948e05834cffc38 +SIZE (jenkins/2.52/jenkins.war) = 68800962 From owner-svn-ports-all@freebsd.org Mon Mar 27 07:19:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 988C6D1F65A; Mon, 27 Mar 2017 07:19:18 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E94816DC; Mon, 27 Mar 2017 07:19:18 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R7JHp5039372; Mon, 27 Mar 2017 07:19:17 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R7JH4u039369; Mon, 27 Mar 2017 07:19:17 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201703270719.v2R7JH4u039369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 27 Mar 2017 07:19:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437015 - head/java/java-zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 07:19:18 -0000 Author: glewis Date: Mon Mar 27 07:19:17 2017 New Revision: 437015 URL: https://svnweb.freebsd.org/changeset/ports/437015 Log: . Update to 2017b. Modified: head/java/java-zoneinfo/Makefile head/java/java-zoneinfo/distinfo head/java/java-zoneinfo/pkg-plist Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Mon Mar 27 07:09:45 2017 (r437014) +++ head/java/java-zoneinfo/Makefile Mon Mar 27 07:19:17 2017 (r437015) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2017a +DISTVERSION= 2017b CATEGORIES= java misc MASTER_SITES= LOCAL/glewis/javazi PKGNAMEPREFIX= java- Modified: head/java/java-zoneinfo/distinfo ============================================================================== --- head/java/java-zoneinfo/distinfo Mon Mar 27 07:09:45 2017 (r437014) +++ head/java/java-zoneinfo/distinfo Mon Mar 27 07:19:17 2017 (r437015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488431951 -SHA256 (javazi-2017a.tar.gz) = 7136e3d3c0f164b260bee1a381c2f26eda2dda308651230243d42d93e07124ea -SIZE (javazi-2017a.tar.gz) = 110427 +TIMESTAMP = 1490465337 +SHA256 (javazi-2017b.tar.gz) = 5e2277ca60ddfbc45e61c7bdb65f1fa84f0007176a925def0dd18f1165487933 +SIZE (javazi-2017b.tar.gz) = 110534 Modified: head/java/java-zoneinfo/pkg-plist ============================================================================== --- head/java/java-zoneinfo/pkg-plist Mon Mar 27 07:09:45 2017 (r437014) +++ head/java/java-zoneinfo/pkg-plist Mon Mar 27 07:19:17 2017 (r437015) @@ -121,6 +121,7 @@ share/java/zi/America/Port-au-Prince share/java/zi/America/Port_of_Spain share/java/zi/America/Porto_Velho share/java/zi/America/Puerto_Rico +share/java/zi/America/Punta_Arenas share/java/zi/America/Rainy_River share/java/zi/America/Rankin_Inlet share/java/zi/America/Recife From owner-svn-ports-all@freebsd.org Mon Mar 27 09:02:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B74ED1F18E; Mon, 27 Mar 2017 09:02:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AF861505; Mon, 27 Mar 2017 09:02:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R924lM083825; Mon, 27 Mar 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R924C0083824; Mon, 27 Mar 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703270902.v2R924C0083824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Mar 2017 09:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437016 - head/net/py-amqplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 09:02:05 -0000 Author: amdmi3 Date: Mon Mar 27 09:02:03 2017 New Revision: 437016 URL: https://svnweb.freebsd.org/changeset/ports/437016 Log: - Update WWW Approved by: portmgr blanket Modified: head/net/py-amqplib/pkg-descr Modified: head/net/py-amqplib/pkg-descr ============================================================================== --- head/net/py-amqplib/pkg-descr Mon Mar 27 07:19:17 2017 (r437015) +++ head/net/py-amqplib/pkg-descr Mon Mar 27 09:02:03 2017 (r437016) @@ -1,4 +1,4 @@ Implements a simple non-threaded Python client library for AMQP 0-8, tested with RabbitMQ. -WWW: http://code.google.com/p/py-amqplib/ +WWW: https://code.google.com/archive/p/py-amqplib/ From owner-svn-ports-all@freebsd.org Mon Mar 27 09:52:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D1D1D1F35A; Mon, 27 Mar 2017 09:52:40 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F36129F; Mon, 27 Mar 2017 09:52:40 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2R9qdlU004945; Mon, 27 Mar 2017 09:52:39 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2R9qd7F004943; Mon, 27 Mar 2017 09:52:39 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703270952.v2R9qd7F004943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 27 Mar 2017 09:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437017 - head/security/snort2pfcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 09:52:40 -0000 Author: robak Date: Mon Mar 27 09:52:38 2017 New Revision: 437017 URL: https://svnweb.freebsd.org/changeset/ports/437017 Log: security/snort2pfcd: update 1.2 -> 1.3 PR: 218149 Submitted by: Samee Shahzada (maintainer) Modified: head/security/snort2pfcd/Makefile head/security/snort2pfcd/distinfo Modified: head/security/snort2pfcd/Makefile ============================================================================== --- head/security/snort2pfcd/Makefile Mon Mar 27 09:02:03 2017 (r437016) +++ head/security/snort2pfcd/Makefile Mon Mar 27 09:52:38 2017 (r437017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snort2pfcd -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ Modified: head/security/snort2pfcd/distinfo ============================================================================== --- head/security/snort2pfcd/distinfo Mon Mar 27 09:02:03 2017 (r437016) +++ head/security/snort2pfcd/distinfo Mon Mar 27 09:52:38 2017 (r437017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481986010 -SHA256 (snort2pfcd-1.2.tar.gz) = 74d829c3140d1e0b385fbbbc9e50a714087e43b94def1040fc2454fa176a6ba7 -SIZE (snort2pfcd-1.2.tar.gz) = 11231 +TIMESTAMP = 1490555539 +SHA256 (snort2pfcd-1.3.tar.gz) = 907c64d22891de9601d9e57db9a8df284c92468ea5a9f571619dbdc58681c0e9 +SIZE (snort2pfcd-1.3.tar.gz) = 11647 From owner-svn-ports-all@freebsd.org Mon Mar 27 10:00:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68275D1F47E; Mon, 27 Mar 2017 10:00:49 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37D751513; Mon, 27 Mar 2017 10:00:49 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RA0mji005399; Mon, 27 Mar 2017 10:00:48 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RA0mOX005397; Mon, 27 Mar 2017 10:00:48 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201703271000.v2RA0mOX005397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 27 Mar 2017 10:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437018 - head/security/pkcs11-dump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 10:00:49 -0000 Author: ale Date: Mon Mar 27 10:00:48 2017 New Revision: 437018 URL: https://svnweb.freebsd.org/changeset/ports/437018 Log: Change MASTER_SITES and unbreak. Modified: head/security/pkcs11-dump/Makefile head/security/pkcs11-dump/distinfo Modified: head/security/pkcs11-dump/Makefile ============================================================================== --- head/security/pkcs11-dump/Makefile Mon Mar 27 09:52:38 2017 (r437017) +++ head/security/pkcs11-dump/Makefile Mon Mar 27 10:00:48 2017 (r437018) @@ -4,17 +4,11 @@ PORTNAME= pkcs11-dump PORTVERSION= 0.3.4 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/ MAINTAINER= ale@FreeBSD.org COMMENT= Allow dumping PKCS\#11 token content -PROJECTHOST= pkcs11-tools - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - USES= tar:bzip2 ssl GNU_CONFIGURE= yes Modified: head/security/pkcs11-dump/distinfo ============================================================================== --- head/security/pkcs11-dump/distinfo Mon Mar 27 09:52:38 2017 (r437017) +++ head/security/pkcs11-dump/distinfo Mon Mar 27 10:00:48 2017 (r437018) @@ -1,2 +1,3 @@ +TIMESTAMP = 1490608498 SHA256 (pkcs11-dump-0.3.4.tar.bz2) = 3c19d412350109423b12bfde196b5bd51e9b23552406bc82735c5ca5e7bcdda8 SIZE (pkcs11-dump-0.3.4.tar.bz2) = 255715 From owner-svn-ports-all@freebsd.org Mon Mar 27 10:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9429D1F66F; Mon, 27 Mar 2017 10:01:34 +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 A617017BE; Mon, 27 Mar 2017 10:01:34 +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 v2RA1XCU005541; Mon, 27 Mar 2017 10:01:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RA1XGf005539; Mon, 27 Mar 2017 10:01:33 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271001.v2RA1XGf005539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 10:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437019 - head/graphics/libkexiv2-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 10:01:35 -0000 Author: rakuco Date: Mon Mar 27 10:01:33 2017 New Revision: 437019 URL: https://svnweb.freebsd.org/changeset/ports/437019 Log: Stop installing the .pc file with a different name. Use the default one: graphics/libkexiv2 has not existed in the tree since 2013, and the x11/kdelibs4 update from r436971 removed a patch to FindKexiv2.cmake we used to look for libkexiv2-kde4.pc. In practice, this commit unbreaks ports that depended on graphics/libkexiv2-kde4 after the kdelibs4 update I mentioned. Modified: head/graphics/libkexiv2-kde4/Makefile head/graphics/libkexiv2-kde4/pkg-plist Modified: head/graphics/libkexiv2-kde4/Makefile ============================================================================== --- head/graphics/libkexiv2-kde4/Makefile Mon Mar 27 10:00:48 2017 (r437018) +++ head/graphics/libkexiv2-kde4/Makefile Mon Mar 27 10:01:33 2017 (r437019) @@ -2,7 +2,7 @@ PORTNAME= libkexiv2 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -18,7 +18,6 @@ USE_LDCONFIG= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ - -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ ${WRKSRC}/CMakeLists.txt .include Modified: head/graphics/libkexiv2-kde4/pkg-plist ============================================================================== --- head/graphics/libkexiv2-kde4/pkg-plist Mon Mar 27 10:00:48 2017 (r437018) +++ head/graphics/libkexiv2-kde4/pkg-plist Mon Mar 27 10:01:33 2017 (r437019) @@ -15,5 +15,5 @@ lib/cmake/libkexiv2-2.3.2/libkexiv2-expo lib/libkexiv2.so lib/libkexiv2.so.11 lib/libkexiv2.so.11.2.0 -libdata/pkgconfig/libkexiv2-kde4.pc +libdata/pkgconfig/libkexiv2.pc share/apps/libkexiv2/data/topicset.iptc-subjectcode.xml From owner-svn-ports-all@freebsd.org Mon Mar 27 10:49:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD1E9CA17DB; Mon, 27 Mar 2017 10:49:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97D02B0F; Mon, 27 Mar 2017 10:49:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RAnhxG025739; Mon, 27 Mar 2017 10:49:43 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RAnhnQ025737; Mon, 27 Mar 2017 10:49:43 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271049.v2RAnhnQ025737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 10:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437020 - in head/x11/kdelibs4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 10:49:44 -0000 Author: rakuco Date: Mon Mar 27 10:49:43 2017 New Revision: 437020 URL: https://svnweb.freebsd.org/changeset/ports/437020 Log: Ressurrect patch-cmake_modules_PythonMacros.cmake. It was deleted in the kdelibs4 update from r436971, but it contained some FreeBSD-specific code to build and install .pyo files. This should unbreak Python-based ports that use kdelibs4, such as devel/py-pykde. Added: head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake - copied, changed from r436970, head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake Modified: head/x11/kdelibs4/Makefile Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Mon Mar 27 10:01:33 2017 (r437019) +++ head/x11/kdelibs4/Makefile Mon Mar 27 10:49:43 2017 (r437020) @@ -3,6 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org Copied and modified: head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake (from r436970, head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake) ============================================================================== --- head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake Sun Mar 26 15:39:14 2017 (r436970, copy source) +++ head/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake Mon Mar 27 10:49:43 2017 (r437020) @@ -1,10 +1,6 @@ The pyo-related changes are (at least for now) FreeBSD-specific and are present in order to install .pyo files in addition to .pyc files when installing Python modules. - -The "--destination-dir" changes are required to fix PR 200018 and come from a -change landed upstream, 94f1d2f ("PythonMacros: specify destination directory -in byte-compiled files"). See patch-git_94f1d2f for more information. --- cmake/modules/PythonMacros.cmake +++ cmake/modules/PythonMacros.cmake @@ -41,16 +41,18 @@ macro(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR) @@ -27,22 +23,18 @@ in byte-compiled files"). See patch-git_ string(REPLACE "/" "_" _rule_name "${_basepath}/${_bin_pyc}") add_custom_target("${_rule_name}" ALL) -@@ -60,7 +62,8 @@ macro(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR) - add_custom_command( +@@ -61,6 +63,7 @@ macro(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR) TARGET "${_rule_name}" COMMAND "${CMAKE_COMMAND}" -E echo "${_message}" -- COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "${_bin_py}" -+ COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" + COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" + COMMAND "${PYTHON_EXECUTABLE}" -O "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" DEPENDS "${_absfilename}" ) else() -@@ -68,12 +71,13 @@ macro(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR) - TARGET "${_rule_name}" +@@ -69,11 +72,12 @@ macro(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR) COMMAND "${CMAKE_COMMAND}" -E echo "${_message}" COMMAND "${CMAKE_COMMAND}" -E copy "${_absfilename}" "${_bin_py}" -- COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "${_bin_py}" -+ COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" + COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" + COMMAND "${PYTHON_EXECUTABLE}" -O "${_python_compile_py}" "--destination-dir" "${DESTINATION_DIR}" "${_bin_py}" DEPENDS "${_absfilename}" ) From owner-svn-ports-all@freebsd.org Mon Mar 27 11:05:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E9D1CA1D62; Mon, 27 Mar 2017 11:05:01 +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 F211774E; Mon, 27 Mar 2017 11:05:00 +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 v2RB50Wg033765; Mon, 27 Mar 2017 11:05:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RB504x033764; Mon, 27 Mar 2017 11:05:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271105.v2RB504x033764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 11:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437021 - head/x11/plasma-scriptengine-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:05:01 -0000 Author: rakuco Date: Mon Mar 27 11:04:59 2017 New Revision: 437021 URL: https://svnweb.freebsd.org/changeset/ports/437021 Log: Set NO_ARCH=yes. The port only installs some .py/.pyc/.pyo files. Modified: head/x11/plasma-scriptengine-python/Makefile Modified: head/x11/plasma-scriptengine-python/Makefile ============================================================================== --- head/x11/plasma-scriptengine-python/Makefile Mon Mar 27 10:49:43 2017 (r437020) +++ head/x11/plasma-scriptengine-python/Makefile Mon Mar 27 11:04:59 2017 (r437021) @@ -10,6 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Python +NO_ARCH= yes USES= cmake:outsource kde:4 python:2 tar:xz USE_KDE= kdelibs pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build From owner-svn-ports-all@freebsd.org Mon Mar 27 11:05:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE981CA1E4E; Mon, 27 Mar 2017 11:05:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 885DB9FC; Mon, 27 Mar 2017 11:05:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RB5h7l033885; Mon, 27 Mar 2017 11:05:43 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RB5hZT033884; Mon, 27 Mar 2017 11:05:43 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271105.v2RB5hZT033884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 11:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437022 - head/x11/plasma-scriptengine-ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:05:45 -0000 Author: rakuco Date: Mon Mar 27 11:05:43 2017 New Revision: 437022 URL: https://svnweb.freebsd.org/changeset/ports/437022 Log: Set NO_ARCH=yes. The port does not install any arch-specific files, as reported by Poudriere. Modified: head/x11/plasma-scriptengine-ruby/Makefile Modified: head/x11/plasma-scriptengine-ruby/Makefile ============================================================================== --- head/x11/plasma-scriptengine-ruby/Makefile Mon Mar 27 11:04:59 2017 (r437021) +++ head/x11/plasma-scriptengine-ruby/Makefile Mon Mar 27 11:05:43 2017 (r437022) @@ -10,6 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Ruby +NO_ARCH= yes USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs korundum automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build From owner-svn-ports-all@freebsd.org Mon Mar 27 11:11:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78A65CA2234; Mon, 27 Mar 2017 11:11:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7FDF47; Mon, 27 Mar 2017 11:11: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 v2RBBlYQ036739; Mon, 27 Mar 2017 11:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBBlxv036728; Mon, 27 Mar 2017 11:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271111.v2RBBlxv036728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437023 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:11:48 -0000 Author: sunpoet Date: Mon Mar 27 11:11:47 2017 New Revision: 437023 URL: https://svnweb.freebsd.org/changeset/ports/437023 Log: Use POPPLER_CONFIGURE_WITH Notified by: mat Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Mon Mar 27 11:05:43 2017 (r437022) +++ head/graphics/gdal/Makefile Mon Mar 27 11:11:47 2017 (r437023) @@ -102,8 +102,7 @@ PGSQL_CONFIGURE_ON= --with-pg=${LOCALBAS PGSQL_USES= pgsql PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo -POPPLER_CONFIGURE_OFF= --without-poppler -POPPLER_CONFIGURE_ON= --with-poppler=${LOCALBASE} +POPPLER_CONFIGURE_WITH= poppler=${LOCALBASE} POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite From owner-svn-ports-all@freebsd.org Mon Mar 27 11:11:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27DAACA226D; Mon, 27 Mar 2017 11:11:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6AEF70; Mon, 27 Mar 2017 11:11:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBBqGq037302; Mon, 27 Mar 2017 11:11:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBBpVU037300; Mon, 27 Mar 2017 11:11:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271111.v2RBBpVU037300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437024 - head/devel/py-prompt_toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:11:53 -0000 Author: sunpoet Date: Mon Mar 27 11:11:51 2017 New Revision: 437024 URL: https://svnweb.freebsd.org/changeset/ports/437024 Log: Update to 1.0.14 Changes: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG Modified: head/devel/py-prompt_toolkit/Makefile head/devel/py-prompt_toolkit/distinfo Modified: head/devel/py-prompt_toolkit/Makefile ============================================================================== --- head/devel/py-prompt_toolkit/Makefile Mon Mar 27 11:11:47 2017 (r437023) +++ head/devel/py-prompt_toolkit/Makefile Mon Mar 27 11:11:51 2017 (r437024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prompt_toolkit -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-prompt_toolkit/distinfo ============================================================================== --- head/devel/py-prompt_toolkit/distinfo Mon Mar 27 11:11:47 2017 (r437023) +++ head/devel/py-prompt_toolkit/distinfo Mon Mar 27 11:11:51 2017 (r437024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486064001 -SHA256 (prompt_toolkit-1.0.13.tar.gz) = 33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776 -SIZE (prompt_toolkit-1.0.13.tar.gz) = 240895 +TIMESTAMP = 1490609361 +SHA256 (prompt_toolkit-1.0.14.tar.gz) = cc66413b1b4b17021675d9f2d15d57e640b06ddfd99bb724c73484126d22622f +SIZE (prompt_toolkit-1.0.14.tar.gz) = 241612 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:11:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C4BCA229D; Mon, 27 Mar 2017 11:11: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 80BFAFDB; Mon, 27 Mar 2017 11:11:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBBuI2037407; Mon, 27 Mar 2017 11:11:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBBudb037406; Mon, 27 Mar 2017 11:11:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271111.v2RBBudb037406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437025 - head/devel/py3-prompt_toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:11:57 -0000 Author: sunpoet Date: Mon Mar 27 11:11:56 2017 New Revision: 437025 URL: https://svnweb.freebsd.org/changeset/ports/437025 Log: Add PORTSCOUT Modified: head/devel/py3-prompt_toolkit/Makefile Modified: head/devel/py3-prompt_toolkit/Makefile ============================================================================== --- head/devel/py3-prompt_toolkit/Makefile Mon Mar 27 11:11:51 2017 (r437024) +++ head/devel/py3-prompt_toolkit/Makefile Mon Mar 27 11:11:56 2017 (r437025) @@ -5,6 +5,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> USES= python:3.3+ +PORTSCOUT= ignore:1 + MASTERDIR= ${.CURDIR}/../py-prompt_toolkit .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B182CA22C2; Mon, 27 Mar 2017 11:12: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 050C8AE; Mon, 27 Mar 2017 11:12: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 v2RBC1AJ037532; Mon, 27 Mar 2017 11:12:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBC0QX037530; Mon, 27 Mar 2017 11:12:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBC0QX037530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437026 - head/security/py-m2crypto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:02 -0000 Author: sunpoet Date: Mon Mar 27 11:12:00 2017 New Revision: 437026 URL: https://svnweb.freebsd.org/changeset/ports/437026 Log: Update to 0.26.0 Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master Modified: head/security/py-m2crypto/Makefile head/security/py-m2crypto/distinfo Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Mon Mar 27 11:11:56 2017 (r437025) +++ head/security/py-m2crypto/Makefile Mon Mar 27 11:12:00 2017 (r437026) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= m2crypto -PORTVERSION= 0.25.1 -PORTREVISION= 1 +PORTVERSION= 0.26.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +24,7 @@ post-patch: @${REINPLACE_CMD} -e "s|swig\(', '-version\)|swig3.0\1|" ${WRKSRC}/${PYSETUP} post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/_m2crypto.so .include Modified: head/security/py-m2crypto/distinfo ============================================================================== --- head/security/py-m2crypto/distinfo Mon Mar 27 11:11:56 2017 (r437025) +++ head/security/py-m2crypto/distinfo Mon Mar 27 11:12:00 2017 (r437026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479441538 -SHA256 (M2Crypto-0.25.1.tar.gz) = ac303a1881307a51c85ee8b1d87844d9866ee823b4fdbc52f7e79187c2d9acef -SIZE (M2Crypto-0.25.1.tar.gz) = 300904 +TIMESTAMP = 1490533851 +SHA256 (M2Crypto-0.26.0.tar.gz) = 05d94fd9b2dae2fb8e072819a795f0e05d3611b09ea185f68e1630530ec09ae8 +SIZE (M2Crypto-0.26.0.tar.gz) = 305914 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C59D8CA22FB; Mon, 27 Mar 2017 11:12:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F523121; Mon, 27 Mar 2017 11:12: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 v2RBC56Z038451; Mon, 27 Mar 2017 11:12:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBC5Oe038450; Mon, 27 Mar 2017 11:12:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBC5Oe038450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437027 - head/www/py3-cssutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:06 -0000 Author: sunpoet Date: Mon Mar 27 11:12:05 2017 New Revision: 437027 URL: https://svnweb.freebsd.org/changeset/ports/437027 Log: Add PORTSCOUT Modified: head/www/py3-cssutils/Makefile Modified: head/www/py3-cssutils/Makefile ============================================================================== --- head/www/py3-cssutils/Makefile Mon Mar 27 11:12:00 2017 (r437026) +++ head/www/py3-cssutils/Makefile Mon Mar 27 11:12:05 2017 (r437027) @@ -1,8 +1,10 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../py-cssutils - USES= python:3.3+ +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../py-cssutils + .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF199CA232B; Mon, 27 Mar 2017 11:12:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF081B4; Mon, 27 Mar 2017 11:12: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 v2RBCAr5038604; Mon, 27 Mar 2017 11:12:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCAdL038601; Mon, 27 Mar 2017 11:12:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCAdL038601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437028 - head/devel/p5-Module-Starter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:11 -0000 Author: sunpoet Date: Mon Mar 27 11:12:10 2017 New Revision: 437028 URL: https://svnweb.freebsd.org/changeset/ports/437028 Log: Update to 1.72 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Module-Starter/Changes Modified: head/devel/p5-Module-Starter/Makefile head/devel/p5-Module-Starter/distinfo head/devel/p5-Module-Starter/pkg-plist Modified: head/devel/p5-Module-Starter/Makefile ============================================================================== --- head/devel/p5-Module-Starter/Makefile Mon Mar 27 11:12:05 2017 (r437027) +++ head/devel/p5-Module-Starter/Makefile Mon Mar 27 11:12:10 2017 (r437028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Starter -PORTVERSION= 1.71 +PORTVERSION= 1.72 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,9 @@ COMMENT= Simple starter kit for any Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class -RUN_DEPENDS:= ${BUILD_DEPENDS} - PORTSCOUT= skipv:1.470 +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Module-Starter/distinfo ============================================================================== --- head/devel/p5-Module-Starter/distinfo Mon Mar 27 11:12:05 2017 (r437027) +++ head/devel/p5-Module-Starter/distinfo Mon Mar 27 11:12:10 2017 (r437028) @@ -1,2 +1,3 @@ -SHA256 (Module-Starter-1.71.tar.gz) = e1b967f5c6b21cdfad0fe1eafd5681705d79bb5696db02ad9b5327e157bb050a -SIZE (Module-Starter-1.71.tar.gz) = 54687 +TIMESTAMP = 1490609371 +SHA256 (Module-Starter-1.72.tar.gz) = dd924c521538d96c0e4b5a5c911945aba42ed28f9b194c9ffe04f6f8aaf61e10 +SIZE (Module-Starter-1.72.tar.gz) = 54725 Modified: head/devel/p5-Module-Starter/pkg-plist ============================================================================== --- head/devel/p5-Module-Starter/pkg-plist Mon Mar 27 11:12:05 2017 (r437027) +++ head/devel/p5-Module-Starter/pkg-plist Mon Mar 27 11:12:10 2017 (r437028) @@ -1,10 +1,4 @@ bin/module-starter -%%PERL5_MAN3%%/Module::Starter.3.gz -%%PERL5_MAN3%%/Module::Starter::App.3.gz -%%PERL5_MAN3%%/Module::Starter::BuilderSet.3.gz -%%PERL5_MAN3%%/Module::Starter::Plugin.3.gz -%%PERL5_MAN3%%/Module::Starter::Plugin::Template.3.gz -%%PERL5_MAN3%%/Module::Starter::Simple.3.gz %%SITE_PERL%%/Module/Starter.pm %%SITE_PERL%%/Module/Starter/App.pm %%SITE_PERL%%/Module/Starter/BuilderSet.pm @@ -12,3 +6,9 @@ bin/module-starter %%SITE_PERL%%/Module/Starter/Plugin/Template.pm %%SITE_PERL%%/Module/Starter/Simple.pm %%PERL5_MAN1%%/module-starter.1.gz +%%PERL5_MAN3%%/Module::Starter.3.gz +%%PERL5_MAN3%%/Module::Starter::App.3.gz +%%PERL5_MAN3%%/Module::Starter::BuilderSet.3.gz +%%PERL5_MAN3%%/Module::Starter::Plugin.3.gz +%%PERL5_MAN3%%/Module::Starter::Plugin::Template.3.gz +%%PERL5_MAN3%%/Module::Starter::Simple.3.gz From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6795BCA2352; Mon, 27 Mar 2017 11:12: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 2E6D422F; Mon, 27 Mar 2017 11:12: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 v2RBCFvf038722; Mon, 27 Mar 2017 11:12:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCFp7038720; Mon, 27 Mar 2017 11:12:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCFp7038720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437029 - head/devel/p5-Time-Progress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:16 -0000 Author: sunpoet Date: Mon Mar 27 11:12:14 2017 New Revision: 437029 URL: https://svnweb.freebsd.org/changeset/ports/437029 Log: Update to 2.12 Changes: http://search.cpan.org/dist/Time-Progress/Changes Modified: head/devel/p5-Time-Progress/Makefile head/devel/p5-Time-Progress/distinfo Modified: head/devel/p5-Time-Progress/Makefile ============================================================================== --- head/devel/p5-Time-Progress/Makefile Mon Mar 27 11:12:10 2017 (r437028) +++ head/devel/p5-Time-Progress/Makefile Mon Mar 27 11:12:14 2017 (r437029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Progress -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Time-Progress/distinfo ============================================================================== --- head/devel/p5-Time-Progress/distinfo Mon Mar 27 11:12:10 2017 (r437028) +++ head/devel/p5-Time-Progress/distinfo Mon Mar 27 11:12:14 2017 (r437029) @@ -1,2 +1,3 @@ -SHA256 (Time-Progress-2.11.tar.gz) = ceff7cf2d42429aeb0dbfe9d782900e3637ddf0e2e639b0a66fb43ace9248037 -SIZE (Time-Progress-2.11.tar.gz) = 7436 +TIMESTAMP = 1490609379 +SHA256 (Time-Progress-2.12.tar.gz) = 7ca23fd6372c0765b201f354c5185924cb2fadf119bd31626163a2b691abce9e +SIZE (Time-Progress-2.12.tar.gz) = 7455 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B1DCA2371; Mon, 27 Mar 2017 11:12: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 746142BA; Mon, 27 Mar 2017 11:12: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 v2RBCJVN038843; Mon, 27 Mar 2017 11:12:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCJU2038841; Mon, 27 Mar 2017 11:12:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCJU2038841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437030 - head/textproc/p5-Data-FormValidator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:20 -0000 Author: sunpoet Date: Mon Mar 27 11:12:19 2017 New Revision: 437030 URL: https://svnweb.freebsd.org/changeset/ports/437030 Log: Update to 4.86 Changes: http://search.cpan.org/dist/Data-FormValidator/Changes Modified: head/textproc/p5-Data-FormValidator/Makefile head/textproc/p5-Data-FormValidator/distinfo Modified: head/textproc/p5-Data-FormValidator/Makefile ============================================================================== --- head/textproc/p5-Data-FormValidator/Makefile Mon Mar 27 11:12:14 2017 (r437029) +++ head/textproc/p5-Data-FormValidator/Makefile Mon Mar 27 11:12:19 2017 (r437030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-FormValidator -PORTVERSION= 4.85 +PORTVERSION= 4.86 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Data-FormValidator/distinfo ============================================================================== --- head/textproc/p5-Data-FormValidator/distinfo Mon Mar 27 11:12:14 2017 (r437029) +++ head/textproc/p5-Data-FormValidator/distinfo Mon Mar 27 11:12:19 2017 (r437030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488092314 -SHA256 (Data-FormValidator-4.85.tar.gz) = 809f15d05434ff5667c3967e71e86308fcfad8fce1057420bd2714300b2a5870 -SIZE (Data-FormValidator-4.85.tar.gz) = 99367 +TIMESTAMP = 1490609389 +SHA256 (Data-FormValidator-4.86.tar.gz) = 004fc21b95574402229f498b9cbdffc5c16a88302338dcc0b3b8091012cdc407 +SIZE (Data-FormValidator-4.86.tar.gz) = 101409 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DB55CA23CA; Mon, 27 Mar 2017 11:12: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 1A7B935D; Mon, 27 Mar 2017 11:12: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 v2RBCOH1038961; Mon, 27 Mar 2017 11:12:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCOXq038959; Mon, 27 Mar 2017 11:12:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCOXq038959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437031 - head/devel/rubygem-mustache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:25 -0000 Author: sunpoet Date: Mon Mar 27 11:12:23 2017 New Revision: 437031 URL: https://svnweb.freebsd.org/changeset/ports/437031 Log: Update to 1.0.5 Changes: https://github.com/mustache/mustache/blob/master/HISTORY.md Modified: head/devel/rubygem-mustache/Makefile head/devel/rubygem-mustache/distinfo Modified: head/devel/rubygem-mustache/Makefile ============================================================================== --- head/devel/rubygem-mustache/Makefile Mon Mar 27 11:12:19 2017 (r437030) +++ head/devel/rubygem-mustache/Makefile Mon Mar 27 11:12:23 2017 (r437031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mustache -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-mustache/distinfo ============================================================================== --- head/devel/rubygem-mustache/distinfo Mon Mar 27 11:12:19 2017 (r437030) +++ head/devel/rubygem-mustache/distinfo Mon Mar 27 11:12:23 2017 (r437031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371257 -SHA256 (rubygem/mustache-1.0.4.gem) = 2cb937ef01d3302b4dffb885b0bb738ce260998e0c421a7e7e67e1d409e11e1b -SIZE (rubygem/mustache-1.0.4.gem) = 41984 +TIMESTAMP = 1490609394 +SHA256 (rubygem/mustache-1.0.5.gem) = b99ea8d83e1f5256637ff0b2a1e8b61e2513e40584074ce29c641fa64b724ec8 +SIZE (rubygem/mustache-1.0.5.gem) = 41984 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34F4CA2404; Mon, 27 Mar 2017 11:12:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C17993E5; Mon, 27 Mar 2017 11:12:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCSjN039082; Mon, 27 Mar 2017 11:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCS7m039080; Mon, 27 Mar 2017 11:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCS7m039080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437032 - head/devel/rubygem-rubocop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:30 -0000 Author: sunpoet Date: Mon Mar 27 11:12:28 2017 New Revision: 437032 URL: https://svnweb.freebsd.org/changeset/ports/437032 Log: Update to 0.48.0 Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Mon Mar 27 11:12:23 2017 (r437031) +++ head/devel/rubygem-rubocop/Makefile Mon Mar 27 11:12:28 2017 (r437032) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.47.1 +PORTVERSION= 0.48.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Mon Mar 27 11:12:23 2017 (r437031) +++ head/devel/rubygem-rubocop/distinfo Mon Mar 27 11:12:28 2017 (r437032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484743845 -SHA256 (rubygem/rubocop-0.47.1.gem) = a7066a0c553e3bad1f118062deef5f05d050a6cf11cb9c9cda067b2a891a7916 -SIZE (rubygem/rubocop-0.47.1.gem) = 295424 +TIMESTAMP = 1490609403 +SHA256 (rubygem/rubocop-0.48.0.gem) = cca38e2b3ba3496fa63dbe747baa9eff7f9717631df1221467618b54773fd690 +SIZE (rubygem/rubocop-0.48.0.gem) = 309248 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D620CA2446; Mon, 27 Mar 2017 11:12: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 37DCB666; Mon, 27 Mar 2017 11:12: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 v2RBCXF6039201; Mon, 27 Mar 2017 11:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCXri039199; Mon, 27 Mar 2017 11:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCXri039199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437033 - head/graphics/rubygem-geokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:34 -0000 Author: sunpoet Date: Mon Mar 27 11:12:32 2017 New Revision: 437033 URL: https://svnweb.freebsd.org/changeset/ports/437033 Log: Update to 1.11.0 - Add LICENSE_FILE Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-geokit/distinfo Modified: head/graphics/rubygem-geokit/Makefile ============================================================================== --- head/graphics/rubygem-geokit/Makefile Mon Mar 27 11:12:28 2017 (r437032) +++ head/graphics/rubygem-geokit/Makefile Mon Mar 27 11:12:32 2017 (r437033) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem for maps-based apps LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes USE_RUBY= yes Modified: head/graphics/rubygem-geokit/distinfo ============================================================================== --- head/graphics/rubygem-geokit/distinfo Mon Mar 27 11:12:28 2017 (r437032) +++ head/graphics/rubygem-geokit/distinfo Mon Mar 27 11:12:32 2017 (r437033) @@ -1,2 +1,3 @@ -SHA256 (rubygem/geokit-1.10.0.gem) = 7048602433facced7bd99b93ae5c37a238c91cf58ccebb59292cd578b85d68f0 -SIZE (rubygem/geokit-1.10.0.gem) = 86016 +TIMESTAMP = 1490609409 +SHA256 (rubygem/geokit-1.11.0.gem) = b501c2ac349453eea2a2d1dc7bf62a9fe16a9902cb76d70523cdabcc5ef23ec7 +SIZE (rubygem/geokit-1.11.0.gem) = 93184 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7A9DCA24C2; Mon, 27 Mar 2017 11:12:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94F047A8; Mon, 27 Mar 2017 11:12:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCfVp039444; Mon, 27 Mar 2017 11:12:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCfrB039442; Mon, 27 Mar 2017 11:12:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCfrB039442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437035 - head/textproc/rubygem-github-markup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:42 -0000 Author: sunpoet Date: Mon Mar 27 11:12:41 2017 New Revision: 437035 URL: https://svnweb.freebsd.org/changeset/ports/437035 Log: Update to 1.5.0 Changes: https://github.com/github/markup/commits/master Modified: head/textproc/rubygem-github-markup/Makefile head/textproc/rubygem-github-markup/distinfo Modified: head/textproc/rubygem-github-markup/Makefile ============================================================================== --- head/textproc/rubygem-github-markup/Makefile Mon Mar 27 11:12:37 2017 (r437034) +++ head/textproc/rubygem-github-markup/Makefile Mon Mar 27 11:12:41 2017 (r437035) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-markup -PORTVERSION= 1.4.4 +PORTVERSION= 1.5.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,6 +11,8 @@ COMMENT= Render any fancy markup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-rinku>=0:www/rubygem-rinku + NO_ARCH= yes USE_RUBY= yes USES= gem shebangfix Modified: head/textproc/rubygem-github-markup/distinfo ============================================================================== --- head/textproc/rubygem-github-markup/distinfo Mon Mar 27 11:12:37 2017 (r437034) +++ head/textproc/rubygem-github-markup/distinfo Mon Mar 27 11:12:41 2017 (r437035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489665111 -SHA256 (rubygem/github-markup-1.4.4.gem) = b32bbd41176d3fe6d8865ed4405f4bf92ae79a8dfe9bd82730ea34c5fd758bc2 -SIZE (rubygem/github-markup-1.4.4.gem) = 26624 +TIMESTAMP = 1490609427 +SHA256 (rubygem/github-markup-1.5.0.gem) = c1d0ba78ed3f5fac26af3bafa11d5ad07439e4ed874ce135c260f094f9657e69 +SIZE (rubygem/github-markup-1.5.0.gem) = 29696 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A51A7CA247C; Mon, 27 Mar 2017 11:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BE966D5; Mon, 27 Mar 2017 11:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCbIM039321; Mon, 27 Mar 2017 11:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCbIF039319; Mon, 27 Mar 2017 11:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCbIF039319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437034 - head/security/rubygem-rack-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:38 -0000 Author: sunpoet Date: Mon Mar 27 11:12:37 2017 New Revision: 437034 URL: https://svnweb.freebsd.org/changeset/ports/437034 Log: Update to 1.6.1 Changes: https://github.com/nov/rack-oauth2/commits/master Modified: head/security/rubygem-rack-oauth2/Makefile head/security/rubygem-rack-oauth2/distinfo Modified: head/security/rubygem-rack-oauth2/Makefile ============================================================================== --- head/security/rubygem-rack-oauth2/Makefile Mon Mar 27 11:12:32 2017 (r437033) +++ head/security/rubygem-rack-oauth2/Makefile Mon Mar 27 11:12:37 2017 (r437034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rack-oauth2 -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rack-oauth2/distinfo ============================================================================== --- head/security/rubygem-rack-oauth2/distinfo Mon Mar 27 11:12:32 2017 (r437033) +++ head/security/rubygem-rack-oauth2/distinfo Mon Mar 27 11:12:37 2017 (r437034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371273 -SHA256 (rubygem/rack-oauth2-1.6.0.gem) = 471de5d03156ef717799c363b4c93fd2b453f40177ebfdff3c5c1db145aa17c8 -SIZE (rubygem/rack-oauth2-1.6.0.gem) = 32768 +TIMESTAMP = 1490609420 +SHA256 (rubygem/rack-oauth2-1.6.1.gem) = 6bfb3befc68b467ebd34ec1082488f8e036003fea9c33a7008da473ceedf05ce +SIZE (rubygem/rack-oauth2-1.6.1.gem) = 32768 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E849CA24F5; Mon, 27 Mar 2017 11:12: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 DEF0F81A; Mon, 27 Mar 2017 11:12:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCj2a039564; Mon, 27 Mar 2017 11:12:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCjvM039562; Mon, 27 Mar 2017 11:12:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCjvM039562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437036 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:47 -0000 Author: sunpoet Date: Mon Mar 27 11:12:45 2017 New Revision: 437036 URL: https://svnweb.freebsd.org/changeset/ports/437036 Log: - Update to 2017.03.26 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Mar 27 11:12:41 2017 (r437035) +++ head/german/mythes/Makefile Mon Mar 27 11:12:45 2017 (r437036) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.03.12 +PORTVERSION= 2017.03.26 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Mar 27 11:12:41 2017 (r437035) +++ head/german/mythes/distinfo Mon Mar 27 11:12:45 2017 (r437036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489392259 -SHA256 (mythes/Deutscher-Thesaurus-20170312.oxt) = a14a07fd5006b1eb05ea5c11c388ee854237da676ad2519740fc2299e5f81f6d -SIZE (mythes/Deutscher-Thesaurus-20170312.oxt) = 8364694 +TIMESTAMP = 1490612120 +SHA256 (mythes/Deutscher-Thesaurus-20170326.oxt) = b88b692c33a3ccf8a370c0ae3e11fd570dc7b6526d59cb588cbc222e999e9075 +SIZE (mythes/Deutscher-Thesaurus-20170326.oxt) = 8394276 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE3A7CA2531; Mon, 27 Mar 2017 11:12:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB17896; Mon, 27 Mar 2017 11:12:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCoXV039684; Mon, 27 Mar 2017 11:12:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCoFf039682; Mon, 27 Mar 2017 11:12:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCoFf039682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437037 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:51 -0000 Author: sunpoet Date: Mon Mar 27 11:12:50 2017 New Revision: 437037 URL: https://svnweb.freebsd.org/changeset/ports/437037 Log: - Update to 2017.03.26 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Mar 27 11:12:45 2017 (r437036) +++ head/textproc/sk-mythes/Makefile Mon Mar 27 11:12:50 2017 (r437037) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.03.12 +PORTVERSION= 2017.03.26 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Mar 27 11:12:45 2017 (r437036) +++ head/textproc/sk-mythes/distinfo Mon Mar 27 11:12:50 2017 (r437037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489392263 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170312.zip) = 0e0554fcf59b9ee3b29b5a91255c3e4f14c415faa36311c2e18e4e4698f3cf9d -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170312.zip) = 239473 +TIMESTAMP = 1490612125 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170326.zip) = e9c4c04e23a03194ef25f09451bd4ae140977e113e00e06f73250d33dd09d868 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170326.zip) = 239473 From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7142ECA256D; Mon, 27 Mar 2017 11:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284FC90C; Mon, 27 Mar 2017 11:12: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 v2RBCtHZ039817; Mon, 27 Mar 2017 11:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCtMa039814; Mon, 27 Mar 2017 11:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCtMa039814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437038 - head/www/htmlcompressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:56 -0000 Author: sunpoet Date: Mon Mar 27 11:12:54 2017 New Revision: 437038 URL: https://svnweb.freebsd.org/changeset/ports/437038 Log: Update MASTER_SITES and unbreak this port - Add NO_ARCH - Update WWW PR: 218123 Submitted by: Anton Yuzhaninov Modified: head/www/htmlcompressor/Makefile head/www/htmlcompressor/distinfo head/www/htmlcompressor/pkg-descr Modified: head/www/htmlcompressor/Makefile ============================================================================== --- head/www/htmlcompressor/Makefile Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/Makefile Mon Mar 27 11:12:54 2017 (r437038) @@ -5,7 +5,7 @@ PORTNAME= htmlcompressor PORTVERSION= 1.5.3 PORTREVISION= 2 CATEGORIES= www java -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/serg472/htmlcompressor/releases/download/${PORTVERSION}/ EXTRACT_SUFX= .jar EXTRACT_ONLY= # empty @@ -14,13 +14,10 @@ COMMENT= HTML/XML Compressor LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - NO_WRKSUBDIR= yes USE_JAVA= yes NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar SUB_FILES= htmlcompressor Modified: head/www/htmlcompressor/distinfo ============================================================================== --- head/www/htmlcompressor/distinfo Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/distinfo Mon Mar 27 11:12:54 2017 (r437038) @@ -1,2 +1,3 @@ +TIMESTAMP = 1490462396 SHA256 (htmlcompressor-1.5.3.jar) = 88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9 SIZE (htmlcompressor-1.5.3.jar) = 68685 Modified: head/www/htmlcompressor/pkg-descr ============================================================================== --- head/www/htmlcompressor/pkg-descr Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/pkg-descr Mon Mar 27 11:12:54 2017 (r437038) @@ -5,4 +5,4 @@ structure. As a result pages become sma A command-line version of the compressor is also included. -WWW: http://code.google.com/p/htmlcompressor/ +WWW: https://github.com/serg472/htmlcompressor From owner-svn-ports-all@freebsd.org Mon Mar 27 11:13:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55DA7CA25A5; Mon, 27 Mar 2017 11:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196F598A; Mon, 27 Mar 2017 11:13: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 v2RBD0sF039952; Mon, 27 Mar 2017 11:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBD0el039946; Mon, 27 Mar 2017 11:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271113.v2RBD0el039946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437039 - head/www/yuicompressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:13:01 -0000 Author: sunpoet Date: Mon Mar 27 11:12:59 2017 New Revision: 437039 URL: https://svnweb.freebsd.org/changeset/ports/437039 Log: Add LICENSE and update WWW - Remove DISTNAME - Add NO_ARCH - Bump PORTREVISION for package change PR: 218124 Submitted by: Anton Yuzhaninov (maintainer) Modified: head/www/yuicompressor/Makefile head/www/yuicompressor/pkg-descr Modified: head/www/yuicompressor/Makefile ============================================================================== --- head/www/yuicompressor/Makefile Mon Mar 27 11:12:54 2017 (r437038) +++ head/www/yuicompressor/Makefile Mon Mar 27 11:12:59 2017 (r437039) @@ -3,22 +3,25 @@ PORTNAME= yuicompressor PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java #MASTER_SITES= http://tml.github.io/yui/ MASTER_SITES+= LOCAL/az -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= # empty MAINTAINER= citrin@citrin.ru COMMENT= The Yahoo! JavaScript and CSS Compressor +LICENSE= BSD3CLAUSE MPL +LICENSE_COMB= multi + NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar SUB_FILES= yuicompressor Modified: head/www/yuicompressor/pkg-descr ============================================================================== --- head/www/yuicompressor/pkg-descr Mon Mar 27 11:12:54 2017 (r437038) +++ head/www/yuicompressor/pkg-descr Mon Mar 27 11:12:59 2017 (r437039) @@ -14,4 +14,4 @@ expressions to compress the source CSS f open-source, so don't hesitate to look at the code to understand exactly how it works. -WWW: http://developer.yahoo.com/yui/compressor/ +WWW: http://yui.github.io/yuicompressor/ From owner-svn-ports-all@freebsd.org Mon Mar 27 11:20:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBBCCA2853 for ; Mon, 27 Mar 2017 11:20:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A408645 for ; Mon, 27 Mar 2017 11:20:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x236.google.com with SMTP id g83so13753279oia.0 for ; Mon, 27 Mar 2017 04:20:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Q2869GYc4r4/lX771m5oGpKOi44vPiM2jXVJPwCRcV0=; b=sr+JfwuQhM+SxNzNuxz9DWNNo/LaD2A7aCiX816cgkU+D5Ua7J1kv32/Q3awX2VJmH Ojx1nqYtBSAi0p2BGTnxFHEXwB98qp1snL3Ce/GMxf6N5WxWe9DZRzsDi6fnq507k+jk s6EBlS8O6Bj+SiUWbw9Ki4BBYiojc01FeQI9O1W52IJ/v0EeUf8W24KP9r7k03HFmvim heNDz9RWgQ2HjsYq8mOO7llVWzNiRoHVmF6ft/wkxtV7uE82U138tYYuAOQHPmzPSa0i fdKiWcmKE40ukwjHfdlVJFKPRUIZao3S0R7d3Pg+vrrkqBRF/zmnsq23rqCb3vDEGCKO hLpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Q2869GYc4r4/lX771m5oGpKOi44vPiM2jXVJPwCRcV0=; b=GnuK+uL3EnCUcV65kGOtjBXw5KsBIpZD0+hreYaXwhDI8a6KeKM3qex/TNeQNZKfLG 6CneqP3ybiPLUuy6fjaa+OcaRTv7pTk4JdJOO7XbBPbThvxhCP56C0o5bxWZXqknY3gV +FFV7G7RheDiAUOld6J6w2zR+0bsnM1dpS5hl8lYgLZUdoppofk/lUIbfL/CVffUus8d eFjx8VwwrAl1TTwNEYORoyNZfPHsrWTB5+aBNDE8SpMNr9bd/w+ngoR+o+aAjzCjLAEP GRwPMyspxwcBLimjI6H0aaDF55VYIUU5tpMTiTyFwLAh8TDHjloCDuwl93NU+0cfEJqS fhQg== X-Gm-Message-State: AFeK/H0PYwKLdN9vFf8GV8AtiV+FPl9Mr5oNWGZieUj63/uvnmXGL/w3JbwQ/YP+EWtGBkeOZlMELlAVkYnvnw== X-Received: by 10.202.1.84 with SMTP id 81mr7017904oib.7.1490613636534; Mon, 27 Mar 2017 04:20:36 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.3.180 with HTTP; Mon, 27 Mar 2017 04:19:56 -0700 (PDT) In-Reply-To: <8bc2c78b-93d1-f9a0-ed88-f6643b3672e5@FreeBSD.org> References: <201703262124.v2QLOBma092820@repo.freebsd.org> <8bc2c78b-93d1-f9a0-ed88-f6643b3672e5@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:19:56 +0800 X-Google-Sender-Auth: h9FlZFIk4z5gYSpBWoGW9RAHxQA Message-ID: Subject: Re: svn commit: r436993 - head/graphics/gdal To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:20:37 -0000 On Mon, Mar 27, 2017 at 6:30 AM, Mathieu Arnold wrote: > Le 26/03/2017 =C3=A0 23:24, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > > -POPPLER_CONFIGURE_WITH=3D poppler > > +POPPLER_CONFIGURE_OFF=3D --without-poppler > > +POPPLER_CONFIGURE_ON=3D --with-poppler=3D${LOCALBASE} > > This is > > POPPLER_CONFIGURE_WITH=3D poppler=3D${LOCALBASE} > > > -- > Mathieu Arnold > > > Fixed in r437023. Thanks! From owner-svn-ports-all@freebsd.org Mon Mar 27 12:08:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D01ED20575; Mon, 27 Mar 2017 12:08:30 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C7E5A8C; Mon, 27 Mar 2017 12:08:29 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RC8TlJ060735; Mon, 27 Mar 2017 12:08:29 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RC8TPZ060733; Mon, 27 Mar 2017 12:08:29 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201703271208.v2RC8TPZ060733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Mon, 27 Mar 2017 12:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437040 - head/java/intellij-pycharm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 12:08:30 -0000 Author: bsam Date: Mon Mar 27 12:08:28 2017 New Revision: 437040 URL: https://svnweb.freebsd.org/changeset/ports/437040 Log: java/intellij-pycharm: Update to version 2016.3.3. Modified: head/java/intellij-pycharm/Makefile head/java/intellij-pycharm/distinfo Modified: head/java/intellij-pycharm/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Mon Mar 27 11:12:59 2017 (r437039) +++ head/java/intellij-pycharm/Makefile Mon Mar 27 12:08:28 2017 (r437040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm -PORTVERSION= 2016.3.2 +PORTVERSION= 2016.3.3 CATEGORIES= java devel python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/java/intellij-pycharm/distinfo ============================================================================== --- head/java/intellij-pycharm/distinfo Mon Mar 27 11:12:59 2017 (r437039) +++ head/java/intellij-pycharm/distinfo Mon Mar 27 12:08:28 2017 (r437040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483307869 -SHA256 (pycharm-community-2016.3.2.tar.gz) = e1092d3692118f9097e4182edfccc76159160353b7d7379cada3249b9e2d4f39 -SIZE (pycharm-community-2016.3.2.tar.gz) = 215633678 +TIMESTAMP = 1490018499 +SHA256 (pycharm-community-2016.3.3.tar.gz) = c4d224f25ad3c018705a530fa853ed9234a4d8575208a28bf8d3069f8219537b +SIZE (pycharm-community-2016.3.3.tar.gz) = 214608026 From owner-svn-ports-all@freebsd.org Mon Mar 27 12:51:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D12D202B1; Mon, 27 Mar 2017 12:51:48 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3EF4873; Mon, 27 Mar 2017 12:51:47 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RCplLO079703; Mon, 27 Mar 2017 12:51:47 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RCplMV079702; Mon, 27 Mar 2017 12:51:47 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201703271251.v2RCplMV079702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 27 Mar 2017 12:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437041 - head/graphics/tulip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 12:51:48 -0000 Author: woodsb02 Date: Mon Mar 27 12:51:46 2017 New Revision: 437041 URL: https://svnweb.freebsd.org/changeset/ports/437041 Log: graphics/tulip: Update WWW in pkg-descr, as old URL no longer works Modified: head/graphics/tulip/pkg-descr Modified: head/graphics/tulip/pkg-descr ============================================================================== --- head/graphics/tulip/pkg-descr Mon Mar 27 12:08:28 2017 (r437040) +++ head/graphics/tulip/pkg-descr Mon Mar 27 12:51:46 2017 (r437041) @@ -11,4 +11,4 @@ technology architecture enables to do th * Automatic selection of elements * Automatic Metric coloration of graphs -WWW: http://www.tulip-software.org/ +WWW: http://tulip.labri.fr/ From owner-svn-ports-all@freebsd.org Mon Mar 27 13:19:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E80D20D98; Mon, 27 Mar 2017 13:19:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 860AC9C0; Mon, 27 Mar 2017 13:19:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RDJRDp089119; Mon, 27 Mar 2017 13:19:27 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RDJROH089116; Mon, 27 Mar 2017 13:19:27 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201703271319.v2RDJROH089116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 27 Mar 2017 13:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437042 - head/devel/spark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 13:19:28 -0000 Author: demon Date: Mon Mar 27 13:19:27 2017 New Revision: 437042 URL: https://svnweb.freebsd.org/changeset/ports/437042 Log: Update to version 2.1.0. Submitted by: Mark Dixon Modified: head/devel/spark/Makefile head/devel/spark/distinfo head/devel/spark/pkg-plist Modified: head/devel/spark/Makefile ============================================================================== --- head/devel/spark/Makefile Mon Mar 27 12:51:46 2017 (r437041) +++ head/devel/spark/Makefile Mon Mar 27 13:19:27 2017 (r437042) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spark -PORTVERSION= 1.6.1 +PORTVERSION= 2.1.0 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ LOCAL/demon/:maven \ @@ -52,18 +52,18 @@ do-build: -Dmaven.repo.local=${WRKDIR}/m2 clean package \ -Dhadoop.version=2.7.2 -Pyarn -Phadoop-2.6 -DskipTests \ -Duser.home=${WRKDIR} - ${JAR} uvf ${WRKSRC}/assembly/target/scala*/*assembly*hadoop*.jar \ + ${JAR} uvf ${WRKSRC}/assembly/target/scala*/jars/snappy-java-*.jar \ -C ${WRKDIR}/snappy org post-build: ${RM} ${WRKSRC}/bin/*.cmd ${WRKSRC}/sbin/spark-daemon.sh.orig do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/lib ${STAGEDIR}${DATADIR}/examples ${STAGEDIR}${DATADIR}/bin ${STAGEDIR}${DATADIR}/sbin ${STAGEDIR}${DATADIR}/conf + ${MKDIR} ${STAGEDIR}${DATADIR}/lib ${STAGEDIR}${DATADIR}/examples/jars ${STAGEDIR}${DATADIR}/bin ${STAGEDIR}${DATADIR}/sbin ${STAGEDIR}${DATADIR}/conf ${ECHO_CMD} "Spark ${PORTVERSION} built for Hadoop 2.7.2" > ${STAGEDIR}${DATADIR}/RELEASE - ${INSTALL_DATA} ${WRKSRC}/assembly/target/scala*/*assembly*hadoop*.jar ${STAGEDIR}${DATADIR}/lib/ - ${INSTALL_DATA} ${WRKSRC}/examples/target/scala*/spark-examples*.jar ${STAGEDIR}${DATADIR}/lib/ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} src ${STAGEDIR}${DATADIR}/examples/ + (cd ${WRKSRC}/assembly/target/scala* && ${COPYTREE_SHARE} jars ${STAGEDIR}${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/examples/target/spark-examples*.jar ${STAGEDIR}${DATADIR}/examples/jars + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} src ${STAGEDIR}${DATADIR}/examples cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} * ${STAGEDIR}${DATADIR}/bin/ cd ${WRKSRC}/sbin && ${INSTALL_SCRIPT} * ${STAGEDIR}${DATADIR}/sbin/ cd ${WRKSRC} && ${COPYTREE_SHARE} python ${STAGEDIR}${DATADIR}/ Modified: head/devel/spark/distinfo ============================================================================== --- head/devel/spark/distinfo Mon Mar 27 12:51:46 2017 (r437041) +++ head/devel/spark/distinfo Mon Mar 27 13:19:27 2017 (r437042) @@ -1,4 +1,5 @@ -SHA256 (hadoop/spark-1.6.1.tgz) = 5b7b6a0332449ce74b3e595fe2dfe0900c69fc72677db18f01f2a637bc84c81c -SIZE (hadoop/spark-1.6.1.tgz) = 12261556 -SHA256 (hadoop/FreeBSD-spark-1.6.1-maven-repository.tar.gz) = 1f28471e507f8b9a60a4f61c4b000bdabf54d364e06249e44e5ea6c75e486c1d -SIZE (hadoop/FreeBSD-spark-1.6.1-maven-repository.tar.gz) = 316286846 +TIMESTAMP = 1490618705 +SHA256 (hadoop/spark-2.1.0.tgz) = 8904a7c8be23006cfe2341409ec54b0c53caa0f8baf5f06efc0721f1e0113b38 +SIZE (hadoop/spark-2.1.0.tgz) = 13120365 +SHA256 (hadoop/FreeBSD-spark-2.1.0-maven-repository.tar.gz) = fbb2c23512abc7f2d501c2e578284382350e9420e022d7c1afcf27fbc9491e58 +SIZE (hadoop/FreeBSD-spark-2.1.0-maven-repository.tar.gz) = 267083508 Modified: head/devel/spark/pkg-plist ============================================================================== --- head/devel/spark/pkg-plist Mon Mar 27 12:51:46 2017 (r437041) +++ head/devel/spark/pkg-plist Mon Mar 27 13:19:27 2017 (r437042) @@ -1,5 +1,6 @@ %%DATADIR%%/RELEASE %%DATADIR%%/bin/beeline +%%DATADIR%%/bin/find-spark-home %%DATADIR%%/bin/load-spark-env.sh %%DATADIR%%/bin/pyspark %%DATADIR%%/bin/run-example @@ -15,6 +16,8 @@ %%DATADIR%%/conf/slaves.template %%DATADIR%%/conf/spark-defaults.conf.template %%DATADIR%%/conf/spark-env.sh.template +%%DATADIR%%/examples/jars/spark-examples_2.11-2.1.0-sources.jar +%%DATADIR%%/examples/jars/spark-examples_2.11-2.1.0-test-sources.jar %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/JavaHdfsLR.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/JavaLogQuery.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/JavaPageRank.java @@ -23,45 +26,57 @@ %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/JavaTC.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/JavaWordCount.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaAFTSurvivalRegressionExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaALSExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaBinarizerExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaBisectingKMeansExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaBucketedRandomProjectionLSHExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaBucketizerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaChiSqSelectorExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaCountVectorizerExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaCrossValidatorExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaDCTExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaDecisionTreeClassificationExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaDecisionTreeRegressionExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaDeveloperApiExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaDocument.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaElementwiseProductExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaEstimatorTransformerParamExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaGaussianMixtureExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaGeneralizedLinearRegressionExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaGradientBoostedTreeClassifierExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaGradientBoostedTreeRegressorExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaIndexToStringExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaInteractionExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaIsotonicRegressionExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaKMeansExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaLDAExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaLabeledDocument.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaLinearRegressionWithElasticNetExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaLogisticRegressionSummaryExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaLogisticRegressionWithElasticNetExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaMaxAbsScalerExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaMinHashLSHExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaMinMaxScalerExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaModelSelectionViaCrossValidationExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaModelSelectionViaTrainValidationSplitExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaMulticlassLogisticRegressionWithElasticNetExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaMultilayerPerceptronClassifierExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaNGramExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaNaiveBayesExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaNormalizerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaOneHotEncoderExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaOneVsRestExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaPCAExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaPipelineExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaPolynomialExpansionExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaQuantileDiscretizerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaRFormulaExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaRandomForestClassifierExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaRandomForestRegressorExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaSQLTransformerExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaSimpleParamsExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaSimpleTextClassificationPipeline.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaStandardScalerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaStopWordsRemoverExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaStringIndexerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaTfIdfExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaTokenizerExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaTrainValidationSplitExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaVectorAssemblerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaVectorIndexerExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/ml/JavaVectorSlicerExample.java @@ -70,19 +85,27 @@ %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaAssociationRulesExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaBinaryClassificationMetricsExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaBisectingKMeansExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaChiSqSelectorExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaCorrelationsExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaDecisionTreeClassificationExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaDecisionTreeRegressionExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaFPGrowthExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaElementwiseProductExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaGaussianMixtureExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaGradientBoostingClassificationExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaGradientBoostingRegressionExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaHypothesisTestingExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaHypothesisTestingKolmogorovSmirnovTestExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaIsotonicRegressionExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaKMeans.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaKMeansExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaKernelDensityEstimationExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLBFGSExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLDAExample.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLR.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLatentDirichletAllocationExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLinearRegressionWithSGDExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaLogisticRegressionWithLBFGSExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaMultiLabelClassificationMetricsExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaMulticlassClassificationMetricsExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaNaiveBayesExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaPowerIterationClusteringExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaPrefixSpanExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaRandomForestClassificationExample.java @@ -90,8 +113,18 @@ %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaRankingMetricsExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaRecommendationExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaRegressionMetricsExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaSVMWithSGDExample.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaSimpleFPGrowth.java -%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQL.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaStratifiedSamplingExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaStreamingTestExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/mllib/JavaSummaryStatisticsExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQLExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/hive/JavaSparkHiveExample.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/streaming/JavaStructuredKafkaWordCount.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/streaming/JavaStructuredNetworkWordCount.java +%%DATADIR%%/examples/src/main/java/org/apache/spark/examples/sql/streaming/JavaStructuredNetworkWordCountWindowed.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/streaming/JavaCustomReceiver.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/streaming/JavaDirectKafkaWordCount.java %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/streaming/JavaFlumeEventCount.java @@ -104,60 +137,87 @@ %%DATADIR%%/examples/src/main/java/org/apache/spark/examples/streaming/JavaStatefulNetworkWordCount.java %%DATADIR%%/examples/src/main/python/als.py %%DATADIR%%/examples/src/main/python/avro_inputformat.py -%%DATADIR%%/examples/src/main/python/cassandra_inputformat.py -%%DATADIR%%/examples/src/main/python/cassandra_outputformat.py -%%DATADIR%%/examples/src/main/python/hbase_inputformat.py -%%DATADIR%%/examples/src/main/python/hbase_outputformat.py %%DATADIR%%/examples/src/main/python/kmeans.py %%DATADIR%%/examples/src/main/python/logistic_regression.py %%DATADIR%%/examples/src/main/python/ml/aft_survival_regression.py +%%DATADIR%%/examples/src/main/python/ml/als_example.py %%DATADIR%%/examples/src/main/python/ml/binarizer_example.py +%%DATADIR%%/examples/src/main/python/ml/bisecting_k_means_example.py %%DATADIR%%/examples/src/main/python/ml/bucketizer_example.py +%%DATADIR%%/examples/src/main/python/ml/chisq_selector_example.py +%%DATADIR%%/examples/src/main/python/ml/count_vectorizer_example.py %%DATADIR%%/examples/src/main/python/ml/cross_validator.py %%DATADIR%%/examples/src/main/python/ml/dataframe_example.py +%%DATADIR%%/examples/src/main/python/ml/dct_example.py %%DATADIR%%/examples/src/main/python/ml/decision_tree_classification_example.py %%DATADIR%%/examples/src/main/python/ml/decision_tree_regression_example.py %%DATADIR%%/examples/src/main/python/ml/elementwise_product_example.py +%%DATADIR%%/examples/src/main/python/ml/estimator_transformer_param_example.py +%%DATADIR%%/examples/src/main/python/ml/gaussian_mixture_example.py +%%DATADIR%%/examples/src/main/python/ml/generalized_linear_regression_example.py %%DATADIR%%/examples/src/main/python/ml/gradient_boosted_tree_classifier_example.py %%DATADIR%%/examples/src/main/python/ml/gradient_boosted_tree_regressor_example.py %%DATADIR%%/examples/src/main/python/ml/index_to_string_example.py +%%DATADIR%%/examples/src/main/python/ml/isotonic_regression_example.py %%DATADIR%%/examples/src/main/python/ml/kmeans_example.py +%%DATADIR%%/examples/src/main/python/ml/lda_example.py %%DATADIR%%/examples/src/main/python/ml/linear_regression_with_elastic_net.py +%%DATADIR%%/examples/src/main/python/ml/logistic_regression_summary_example.py %%DATADIR%%/examples/src/main/python/ml/logistic_regression_with_elastic_net.py +%%DATADIR%%/examples/src/main/python/ml/max_abs_scaler_example.py +%%DATADIR%%/examples/src/main/python/ml/min_max_scaler_example.py +%%DATADIR%%/examples/src/main/python/ml/multiclass_logistic_regression_with_elastic_net.py %%DATADIR%%/examples/src/main/python/ml/multilayer_perceptron_classification.py %%DATADIR%%/examples/src/main/python/ml/n_gram_example.py +%%DATADIR%%/examples/src/main/python/ml/naive_bayes_example.py %%DATADIR%%/examples/src/main/python/ml/normalizer_example.py +%%DATADIR%%/examples/src/main/python/ml/one_vs_rest_example.py %%DATADIR%%/examples/src/main/python/ml/onehot_encoder_example.py %%DATADIR%%/examples/src/main/python/ml/pca_example.py +%%DATADIR%%/examples/src/main/python/ml/pipeline_example.py %%DATADIR%%/examples/src/main/python/ml/polynomial_expansion_example.py +%%DATADIR%%/examples/src/main/python/ml/quantile_discretizer_example.py %%DATADIR%%/examples/src/main/python/ml/random_forest_classifier_example.py %%DATADIR%%/examples/src/main/python/ml/random_forest_regressor_example.py %%DATADIR%%/examples/src/main/python/ml/rformula_example.py -%%DATADIR%%/examples/src/main/python/ml/simple_params_example.py -%%DATADIR%%/examples/src/main/python/ml/simple_text_classification_pipeline.py %%DATADIR%%/examples/src/main/python/ml/sql_transformer.py %%DATADIR%%/examples/src/main/python/ml/standard_scaler_example.py %%DATADIR%%/examples/src/main/python/ml/stopwords_remover_example.py %%DATADIR%%/examples/src/main/python/ml/string_indexer_example.py %%DATADIR%%/examples/src/main/python/ml/tf_idf_example.py %%DATADIR%%/examples/src/main/python/ml/tokenizer_example.py +%%DATADIR%%/examples/src/main/python/ml/train_validation_split.py %%DATADIR%%/examples/src/main/python/ml/vector_assembler_example.py %%DATADIR%%/examples/src/main/python/ml/vector_indexer_example.py +%%DATADIR%%/examples/src/main/python/ml/vector_slicer_example.py %%DATADIR%%/examples/src/main/python/ml/word2vec_example.py %%DATADIR%%/examples/src/main/python/mllib/binary_classification_metrics_example.py +%%DATADIR%%/examples/src/main/python/mllib/bisecting_k_means_example.py %%DATADIR%%/examples/src/main/python/mllib/correlations.py +%%DATADIR%%/examples/src/main/python/mllib/correlations_example.py %%DATADIR%%/examples/src/main/python/mllib/decision_tree_classification_example.py %%DATADIR%%/examples/src/main/python/mllib/decision_tree_regression_example.py +%%DATADIR%%/examples/src/main/python/mllib/elementwise_product_example.py %%DATADIR%%/examples/src/main/python/mllib/fpgrowth_example.py +%%DATADIR%%/examples/src/main/python/mllib/gaussian_mixture_example.py %%DATADIR%%/examples/src/main/python/mllib/gaussian_mixture_model.py %%DATADIR%%/examples/src/main/python/mllib/gradient_boosting_classification_example.py %%DATADIR%%/examples/src/main/python/mllib/gradient_boosting_regression_example.py +%%DATADIR%%/examples/src/main/python/mllib/hypothesis_testing_example.py +%%DATADIR%%/examples/src/main/python/mllib/hypothesis_testing_kolmogorov_smirnov_test_example.py %%DATADIR%%/examples/src/main/python/mllib/isotonic_regression_example.py +%%DATADIR%%/examples/src/main/python/mllib/k_means_example.py +%%DATADIR%%/examples/src/main/python/mllib/kernel_density_estimation_example.py %%DATADIR%%/examples/src/main/python/mllib/kmeans.py +%%DATADIR%%/examples/src/main/python/mllib/latent_dirichlet_allocation_example.py +%%DATADIR%%/examples/src/main/python/mllib/linear_regression_with_sgd_example.py %%DATADIR%%/examples/src/main/python/mllib/logistic_regression.py +%%DATADIR%%/examples/src/main/python/mllib/logistic_regression_with_lbfgs_example.py %%DATADIR%%/examples/src/main/python/mllib/multi_class_metrics_example.py %%DATADIR%%/examples/src/main/python/mllib/multi_label_metrics_example.py %%DATADIR%%/examples/src/main/python/mllib/naive_bayes_example.py +%%DATADIR%%/examples/src/main/python/mllib/normalizer_example.py +%%DATADIR%%/examples/src/main/python/mllib/power_iteration_clustering_example.py %%DATADIR%%/examples/src/main/python/mllib/random_forest_classification_example.py %%DATADIR%%/examples/src/main/python/mllib/random_forest_regression_example.py %%DATADIR%%/examples/src/main/python/mllib/random_rdd_generation.py @@ -165,28 +225,55 @@ %%DATADIR%%/examples/src/main/python/mllib/recommendation_example.py %%DATADIR%%/examples/src/main/python/mllib/regression_metrics_example.py %%DATADIR%%/examples/src/main/python/mllib/sampled_rdds.py +%%DATADIR%%/examples/src/main/python/mllib/standard_scaler_example.py +%%DATADIR%%/examples/src/main/python/mllib/stratified_sampling_example.py +%%DATADIR%%/examples/src/main/python/mllib/streaming_k_means_example.py +%%DATADIR%%/examples/src/main/python/mllib/streaming_linear_regression_example.py +%%DATADIR%%/examples/src/main/python/mllib/summary_statistics_example.py +%%DATADIR%%/examples/src/main/python/mllib/svm_with_sgd_example.py +%%DATADIR%%/examples/src/main/python/mllib/tf_idf_example.py %%DATADIR%%/examples/src/main/python/mllib/word2vec.py +%%DATADIR%%/examples/src/main/python/mllib/word2vec_example.py %%DATADIR%%/examples/src/main/python/pagerank.py %%DATADIR%%/examples/src/main/python/parquet_inputformat.py %%DATADIR%%/examples/src/main/python/pi.py %%DATADIR%%/examples/src/main/python/sort.py -%%DATADIR%%/examples/src/main/python/sql.py +%%DATADIR%%/examples/src/main/python/sql/basic.py +%%DATADIR%%/examples/src/main/python/sql/datasource.py +%%DATADIR%%/examples/src/main/python/sql/hive.py +%%DATADIR%%/examples/src/main/python/sql/streaming/structured_kafka_wordcount.py +%%DATADIR%%/examples/src/main/python/sql/streaming/structured_network_wordcount.py +%%DATADIR%%/examples/src/main/python/sql/streaming/structured_network_wordcount_windowed.py %%DATADIR%%/examples/src/main/python/status_api_demo.py %%DATADIR%%/examples/src/main/python/streaming/direct_kafka_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/flume_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/hdfs_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/kafka_wordcount.py -%%DATADIR%%/examples/src/main/python/streaming/mqtt_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/network_wordcount.py +%%DATADIR%%/examples/src/main/python/streaming/network_wordjoinsentiments.py %%DATADIR%%/examples/src/main/python/streaming/queue_stream.py %%DATADIR%%/examples/src/main/python/streaming/recoverable_network_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/sql_network_wordcount.py %%DATADIR%%/examples/src/main/python/streaming/stateful_network_wordcount.py %%DATADIR%%/examples/src/main/python/transitive_closure.py %%DATADIR%%/examples/src/main/python/wordcount.py +%%DATADIR%%/examples/src/main/r/RSparkSQLExample.R %%DATADIR%%/examples/src/main/r/data-manipulation.R %%DATADIR%%/examples/src/main/r/dataframe.R -%%DATADIR%%/examples/src/main/r/ml.R +%%DATADIR%%/examples/src/main/r/ml/als.R +%%DATADIR%%/examples/src/main/r/ml/gaussianMixture.R +%%DATADIR%%/examples/src/main/r/ml/gbt.R +%%DATADIR%%/examples/src/main/r/ml/glm.R +%%DATADIR%%/examples/src/main/r/ml/isoreg.R +%%DATADIR%%/examples/src/main/r/ml/kmeans.R +%%DATADIR%%/examples/src/main/r/ml/kstest.R +%%DATADIR%%/examples/src/main/r/ml/lda.R +%%DATADIR%%/examples/src/main/r/ml/logit.R +%%DATADIR%%/examples/src/main/r/ml/ml.R +%%DATADIR%%/examples/src/main/r/ml/mlp.R +%%DATADIR%%/examples/src/main/r/ml/naiveBayes.R +%%DATADIR%%/examples/src/main/r/ml/randomForest.R +%%DATADIR%%/examples/src/main/r/ml/survreg.R %%DATADIR%%/examples/src/main/resources/full_user.avsc %%DATADIR%%/examples/src/main/resources/kv1.txt %%DATADIR%%/examples/src/main/resources/people.json @@ -195,13 +282,10 @@ %%DATADIR%%/examples/src/main/resources/users.avro %%DATADIR%%/examples/src/main/resources/users.parquet %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/BroadcastTest.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/CassandraCQLTest.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/CassandraTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/DriverSubmissionTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ExceptionHandlingTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/GroupByTest.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/HBaseTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/HdfsTest.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/LocalALS.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/LocalFileLR.scala @@ -219,17 +303,23 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/SparkPageRank.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/SparkPi.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/SparkTC.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/SparkTachyonHdfsLR.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/SparkTachyonPi.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/AggregateMessagesExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/Analytics.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/ComprehensiveExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/ConnectedComponentsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/LiveJournalPageRank.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/PageRankExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/SSSPExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/SynthBenchmark.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/graphx/TriangleCountingExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/AFTSurvivalRegressionExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/ALSExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/BinarizerExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/BisectingKMeansExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/BucketedRandomProjectionLSHExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/BucketizerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/ChiSqSelectorExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/CountVectorizerExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/CrossValidatorExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/DCTExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/DataFrameExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/DecisionTreeClassificationExample.scala @@ -237,10 +327,15 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/DecisionTreeRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/DeveloperApiExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/ElementwiseProductExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/EstimatorTransformerParamExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/GBTExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/GaussianMixtureExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/GradientBoostedTreeClassifierExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/GradientBoostedTreeRegressorExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/IndexToStringExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/InteractionExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/IsotonicRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/KMeansExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/LDAExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/LinearRegressionExample.scala @@ -248,14 +343,20 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/LogisticRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/LogisticRegressionSummaryExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/LogisticRegressionWithElasticNetExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MaxAbsScalerExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MinHashLSHExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MinMaxScalerExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MovieLensALS.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/ModelSelectionViaCrossValidationExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/ModelSelectionViaTrainValidationSplitExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MulticlassLogisticRegressionWithElasticNetExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/MultilayerPerceptronClassifierExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/NGramExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/NaiveBayesExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/NormalizerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/OneHotEncoderExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/OneVsRestExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/PCAExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/PipelineExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/PolynomialExpansionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/QuantileDiscretizerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/RFormulaExample.scala @@ -263,14 +364,12 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/RandomForestExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/RandomForestRegressorExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/SQLTransformerExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/SimpleParamsExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/SimpleTextClassificationPipeline.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/StandardScalerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/StopWordsRemoverExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/StringIndexerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/TfIdfExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/TokenizerExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/TrainValidationSplitExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/UnaryTransformerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/VectorAssemblerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/VectorIndexerExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/ml/VectorSlicerExample.scala @@ -280,26 +379,41 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/BinaryClassification.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/BinaryClassificationMetricsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/BisectingKMeansExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/ChiSqSelectorExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/Correlations.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/CorrelationsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/CosineSimilarity.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeClassificationExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/DenseGaussianMixture.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/DenseKMeans.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/ElementwiseProductExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/FPGrowthExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/GaussianMixtureExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/GradientBoostedTreesRunner.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/GradientBoostingClassificationExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/GradientBoostingRegressionExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/HypothesisTestingExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/HypothesisTestingKolmogorovSmirnovTestExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/IsotonicRegressionExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/KMeansExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/KernelDensityEstimationExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LBFGSExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LDAExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LatentDirichletAllocationExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LinearRegression.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LinearRegressionWithSGDExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/LogisticRegressionWithLBFGSExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/MovieLensALS.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/MultiLabelMetricsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/MulticlassMetricsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/MultivariateSummarizer.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/NaiveBayesExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/NormalizerExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PCAExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnSourceVectorExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PMMLModelExportExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/PrefixSpanExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/RandomForestClassificationExample.scala @@ -308,28 +422,36 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/RankingMetricsExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/RecommendationExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/RegressionMetricsExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SVMWithSGDExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SampledRDDs.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SimpleFPGrowth.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SparseNaiveBayes.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StandardScalerExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StratifiedSamplingExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StreamingKMeansExample.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StreamingLinearRegression.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StreamingLinearRegressionExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StreamingLogisticRegression.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/StreamingTestExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/SummaryStatisticsExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/TFIDFExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/TallSkinnyPCA.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/TallSkinnySVD.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/mllib/Word2VecExample.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/pythonconverters/AvroConverters.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/pythonconverters/CassandraConverters.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/pythonconverters/HBaseConverters.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/RDDRelation.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/ActorWordCount.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/SparkSQLExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/streaming/StructuredKafkaWordCount.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/streaming/StructuredNetworkWordCount.scala +%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/sql/streaming/StructuredNetworkWordCountWindowed.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/CustomReceiver.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/DirectKafkaWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/FlumeEventCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/FlumePollingEventCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/HdfsWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/KafkaWordCount.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/MQTTWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/NetworkWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/QueueStream.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/RawNetworkGrep.scala @@ -337,15 +459,179 @@ %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/SqlNetworkWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/StatefulNetworkWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/StreamingExamples.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/TwitterAlgebirdCMS.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/TwitterAlgebirdHLL.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/TwitterPopularTags.scala -%%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/ZeroMQWordCount.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/clickstream/PageViewGenerator.scala %%DATADIR%%/examples/src/main/scala/org/apache/spark/examples/streaming/clickstream/PageViewStream.scala -%%DATADIR%%/lib/spark-assembly-%%VER%%-hadoop2.7.2.jar -%%DATADIR%%/lib/spark-examples-%%VER%%-hadoop2.7.2.jar +%%DATADIR%%/jars/RoaringBitmap-0.5.11.jar +%%DATADIR%%/jars/activation-1.1.1.jar +%%DATADIR%%/jars/antlr4-runtime-4.5.3.jar +%%DATADIR%%/jars/aopalliance-1.0.jar +%%DATADIR%%/jars/aopalliance-repackaged-2.4.0-b34.jar +%%DATADIR%%/jars/apacheds-i18n-2.0.0-M15.jar +%%DATADIR%%/jars/apacheds-kerberos-codec-2.0.0-M15.jar +%%DATADIR%%/jars/api-asn1-api-1.0.0-M20.jar +%%DATADIR%%/jars/api-util-1.0.0-M20.jar +%%DATADIR%%/jars/arpack_combined_all-0.1.jar +%%DATADIR%%/jars/avro-1.7.7.jar +%%DATADIR%%/jars/avro-ipc-1.7.7.jar +%%DATADIR%%/jars/avro-mapred-1.7.7-hadoop2.jar +%%DATADIR%%/jars/base64-2.3.8.jar +%%DATADIR%%/jars/bcprov-jdk15on-1.51.jar +%%DATADIR%%/jars/breeze-macros_2.11-0.12.jar +%%DATADIR%%/jars/breeze_2.11-0.12.jar +%%DATADIR%%/jars/chill-java-0.8.0.jar +%%DATADIR%%/jars/chill_2.11-0.8.0.jar +%%DATADIR%%/jars/commons-beanutils-1.7.0.jar +%%DATADIR%%/jars/commons-beanutils-core-1.8.0.jar +%%DATADIR%%/jars/commons-cli-1.2.jar +%%DATADIR%%/jars/commons-codec-1.10.jar +%%DATADIR%%/jars/commons-collections-3.2.2.jar +%%DATADIR%%/jars/commons-compiler-3.0.0.jar +%%DATADIR%%/jars/commons-compress-1.4.1.jar +%%DATADIR%%/jars/commons-configuration-1.6.jar +%%DATADIR%%/jars/commons-crypto-1.0.0.jar +%%DATADIR%%/jars/commons-digester-1.8.jar +%%DATADIR%%/jars/commons-httpclient-3.1.jar +%%DATADIR%%/jars/commons-io-2.4.jar +%%DATADIR%%/jars/commons-lang-2.6.jar +%%DATADIR%%/jars/commons-lang3-3.5.jar +%%DATADIR%%/jars/commons-math3-3.4.1.jar +%%DATADIR%%/jars/commons-net-2.2.jar +%%DATADIR%%/jars/compress-lzf-1.0.3.jar +%%DATADIR%%/jars/core-1.1.2.jar +%%DATADIR%%/jars/curator-client-2.6.0.jar +%%DATADIR%%/jars/curator-framework-2.6.0.jar +%%DATADIR%%/jars/curator-recipes-2.6.0.jar +%%DATADIR%%/jars/gson-2.2.4.jar +%%DATADIR%%/jars/guava-14.0.1.jar +%%DATADIR%%/jars/guice-3.0.jar +%%DATADIR%%/jars/guice-servlet-3.0.jar +%%DATADIR%%/jars/hadoop-annotations-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-auth-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-client-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-common-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-hdfs-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-mapreduce-client-app-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-mapreduce-client-common-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-mapreduce-client-core-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-mapreduce-client-jobclient-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-mapreduce-client-shuffle-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-yarn-api-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-yarn-client-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-yarn-common-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-yarn-server-common-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hadoop-yarn-server-web-proxy-%%PYTHON_VER%%.2.jar +%%DATADIR%%/jars/hk2-api-2.4.0-b34.jar +%%DATADIR%%/jars/hk2-locator-2.4.0-b34.jar +%%DATADIR%%/jars/hk2-utils-2.4.0-b34.jar +%%DATADIR%%/jars/htrace-core-3.1.0-incubating.jar +%%DATADIR%%/jars/httpclient-4.5.2.jar +%%DATADIR%%/jars/httpcore-4.4.4.jar +%%DATADIR%%/jars/ivy-2.4.0.jar +%%DATADIR%%/jars/jackson-annotations-2.6.5.jar +%%DATADIR%%/jars/jackson-core-2.6.5.jar +%%DATADIR%%/jars/jackson-core-asl-1.9.13.jar +%%DATADIR%%/jars/jackson-databind-2.6.5.jar +%%DATADIR%%/jars/jackson-jaxrs-1.9.13.jar +%%DATADIR%%/jars/jackson-mapper-asl-1.9.13.jar +%%DATADIR%%/jars/jackson-module-paranamer-2.6.5.jar +%%DATADIR%%/jars/jackson-module-scala_2.11-2.6.5.jar +%%DATADIR%%/jars/jackson-xc-1.9.13.jar +%%DATADIR%%/jars/janino-3.0.0.jar +%%DATADIR%%/jars/java-xmlbuilder-1.0.jar +%%DATADIR%%/jars/javassist-3.18.1-GA.jar +%%DATADIR%%/jars/javax.annotation-api-1.2.jar +%%DATADIR%%/jars/javax.inject-1.jar +%%DATADIR%%/jars/javax.inject-2.4.0-b34.jar +%%DATADIR%%/jars/javax.servlet-api-3.1.0.jar +%%DATADIR%%/jars/javax.ws.rs-api-2.0.1.jar +%%DATADIR%%/jars/jaxb-api-2.2.2.jar +%%DATADIR%%/jars/jcl-over-slf4j-1.7.16.jar +%%DATADIR%%/jars/jersey-client-2.22.2.jar +%%DATADIR%%/jars/jersey-common-2.22.2.jar +%%DATADIR%%/jars/jersey-container-servlet-2.22.2.jar +%%DATADIR%%/jars/jersey-container-servlet-core-2.22.2.jar +%%DATADIR%%/jars/jersey-guava-2.22.2.jar +%%DATADIR%%/jars/jersey-media-jaxb-2.22.2.jar +%%DATADIR%%/jars/jersey-server-2.22.2.jar +%%DATADIR%%/jars/jets3t-0.9.3.jar +%%DATADIR%%/jars/jetty-6.1.26.jar +%%DATADIR%%/jars/jetty-util-6.1.26.jar +%%DATADIR%%/jars/jline-2.12.1.jar +%%DATADIR%%/jars/json4s-ast_2.11-3.2.11.jar +%%DATADIR%%/jars/json4s-core_2.11-3.2.11.jar +%%DATADIR%%/jars/json4s-jackson_2.11-3.2.11.jar +%%DATADIR%%/jars/jsp-api-2.1.jar +%%DATADIR%%/jars/jsr305-1.3.9.jar +%%DATADIR%%/jars/jtransforms-2.4.0.jar +%%DATADIR%%/jars/jul-to-slf4j-1.7.16.jar +%%DATADIR%%/jars/kryo-shaded-3.0.3.jar +%%DATADIR%%/jars/leveldbjni-all-1.8.jar +%%DATADIR%%/jars/log4j-1.2.17.jar +%%DATADIR%%/jars/lz4-1.3.0.jar +%%DATADIR%%/jars/mail-1.4.7.jar +%%DATADIR%%/jars/metrics-core-3.1.2.jar +%%DATADIR%%/jars/metrics-graphite-3.1.2.jar +%%DATADIR%%/jars/metrics-json-3.1.2.jar +%%DATADIR%%/jars/metrics-jvm-3.1.2.jar +%%DATADIR%%/jars/minlog-1.3.0.jar +%%DATADIR%%/jars/mx4j-3.0.2.jar +%%DATADIR%%/jars/netty-3.8.0.Final.jar +%%DATADIR%%/jars/netty-all-4.0.42.Final.jar +%%DATADIR%%/jars/objenesis-2.1.jar +%%DATADIR%%/jars/opencsv-2.3.jar +%%DATADIR%%/jars/oro-2.0.8.jar +%%DATADIR%%/jars/osgi-resource-locator-1.0.1.jar +%%DATADIR%%/jars/paranamer-2.6.jar +%%DATADIR%%/jars/parquet-column-1.8.1.jar +%%DATADIR%%/jars/parquet-common-1.8.1.jar +%%DATADIR%%/jars/parquet-encoding-1.8.1.jar +%%DATADIR%%/jars/parquet-format-2.3.0-incubating.jar +%%DATADIR%%/jars/parquet-hadoop-1.8.1.jar +%%DATADIR%%/jars/parquet-jackson-1.8.1.jar +%%DATADIR%%/jars/pmml-model-1.2.15.jar +%%DATADIR%%/jars/pmml-schema-1.2.15.jar +%%DATADIR%%/jars/protobuf-java-2.5.0.jar +%%DATADIR%%/jars/py4j-0.10.4.jar +%%DATADIR%%/jars/pyrolite-4.13.jar +%%DATADIR%%/jars/scala-compiler-2.11.8.jar +%%DATADIR%%/jars/scala-library-2.11.8.jar +%%DATADIR%%/jars/scala-parser-combinators_2.11-1.0.4.jar +%%DATADIR%%/jars/scala-reflect-2.11.8.jar +%%DATADIR%%/jars/scala-xml_2.11-1.0.2.jar +%%DATADIR%%/jars/scalap-2.11.8.jar +%%DATADIR%%/jars/shapeless_2.11-2.0.0.jar +%%DATADIR%%/jars/slf4j-api-1.7.16.jar +%%DATADIR%%/jars/slf4j-log4j12-1.7.16.jar +%%DATADIR%%/jars/snappy-java-1.1.2.6.jar +%%DATADIR%%/jars/spark-catalyst_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-core_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-graphx_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-launcher_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-mllib-local_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-mllib_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-network-common_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-network-shuffle_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-repl_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-sketch_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-sql_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-streaming_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-tags_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-unsafe_2.11-%%VER%%.jar +%%DATADIR%%/jars/spark-yarn_2.11-%%VER%%.jar +%%DATADIR%%/jars/spire-macros_2.11-0.7.4.jar +%%DATADIR%%/jars/spire_2.11-0.7.4.jar +%%DATADIR%%/jars/stax-api-1.0-2.jar +%%DATADIR%%/jars/stream-%%PYTHON_VER%%.0.jar +%%DATADIR%%/jars/univocity-parsers-2.2.1.jar +%%DATADIR%%/jars/validation-api-1.1.0.Final.jar +%%DATADIR%%/jars/xbean-asm5-shaded-4.4.jar +%%DATADIR%%/jars/xercesImpl-2.9.1.jar +%%DATADIR%%/jars/xmlenc-0.52.jar +%%DATADIR%%/jars/xz-1.0.jar +%%DATADIR%%/jars/zookeeper-3.4.6.jar %%DATADIR%%/python/.gitignore +%%DATADIR%%/python/MANIFEST.in +%%DATADIR%%/python/README.md %%DATADIR%%/python/docs/Makefile %%DATADIR%%/python/docs/_static/pyspark.css %%DATADIR%%/python/docs/_static/pyspark.js @@ -361,8 +647,9 @@ %%DATADIR%%/python/docs/pyspark.sql.rst %%DATADIR%%/python/docs/pyspark.streaming.rst %%DATADIR%%/python/lib/PY4J_LICENSE.txt -%%DATADIR%%/python/lib/py4j-0.9-src.zip +%%DATADIR%%/python/lib/py4j-0.10.4-src.zip %%DATADIR%%/python/lib/pyspark.zip +%%DATADIR%%/python/pylintrc %%DATADIR%%/python/pyspark/__init__.py %%DATADIR%%/python/pyspark/accumulators.py %%DATADIR%%/python/pyspark/broadcast.py @@ -371,14 +658,18 @@ %%DATADIR%%/python/pyspark/context.py %%DATADIR%%/python/pyspark/daemon.py %%DATADIR%%/python/pyspark/files.py +%%DATADIR%%/python/pyspark/find_spark_home.py %%DATADIR%%/python/pyspark/heapq3.py %%DATADIR%%/python/pyspark/java_gateway.py %%DATADIR%%/python/pyspark/join.py %%DATADIR%%/python/pyspark/ml/__init__.py +%%DATADIR%%/python/pyspark/ml/base.py %%DATADIR%%/python/pyspark/ml/classification.py %%DATADIR%%/python/pyspark/ml/clustering.py +%%DATADIR%%/python/pyspark/ml/common.py %%DATADIR%%/python/pyspark/ml/evaluation.py %%DATADIR%%/python/pyspark/ml/feature.py +%%DATADIR%%/python/pyspark/ml/linalg/__init__.py %%DATADIR%%/python/pyspark/ml/param/__init__.py %%DATADIR%%/python/pyspark/ml/param/_shared_params_code_gen.py %%DATADIR%%/python/pyspark/ml/param/shared.py @@ -417,12 +708,16 @@ %%DATADIR%%/python/pyspark/shell.py %%DATADIR%%/python/pyspark/shuffle.py %%DATADIR%%/python/pyspark/sql/__init__.py +%%DATADIR%%/python/pyspark/sql/catalog.py %%DATADIR%%/python/pyspark/sql/column.py +%%DATADIR%%/python/pyspark/sql/conf.py %%DATADIR%%/python/pyspark/sql/context.py %%DATADIR%%/python/pyspark/sql/dataframe.py %%DATADIR%%/python/pyspark/sql/functions.py %%DATADIR%%/python/pyspark/sql/group.py %%DATADIR%%/python/pyspark/sql/readwriter.py +%%DATADIR%%/python/pyspark/sql/session.py +%%DATADIR%%/python/pyspark/sql/streaming.py %%DATADIR%%/python/pyspark/sql/tests.py %%DATADIR%%/python/pyspark/sql/types.py %%DATADIR%%/python/pyspark/sql/utils.py @@ -437,16 +732,20 @@ %%DATADIR%%/python/pyspark/streaming/kafka.py %%DATADIR%%/python/pyspark/streaming/kinesis.py %%DATADIR%%/python/pyspark/streaming/listener.py -%%DATADIR%%/python/pyspark/streaming/mqtt.py %%DATADIR%%/python/pyspark/streaming/tests.py %%DATADIR%%/python/pyspark/streaming/util.py %%DATADIR%%/python/pyspark/tests.py %%DATADIR%%/python/pyspark/traceback_utils.py +%%DATADIR%%/python/pyspark/version.py %%DATADIR%%/python/pyspark/worker.py %%DATADIR%%/python/run-tests %%DATADIR%%/python/run-tests.py +%%DATADIR%%/python/setup.cfg +%%DATADIR%%/python/setup.py %%DATADIR%%/python/test_support/SimpleHTTPServer.py -%%DATADIR%%/python/test_support/hello.txt +%%DATADIR%%/python/test_support/hello/hello.txt +%%DATADIR%%/python/test_support/hello/sub_hello/sub_hello.txt +%%DATADIR%%/python/test_support/sql/ages.csv %%DATADIR%%/python/test_support/sql/orc_partitioned/_SUCCESS %%DATADIR%%/python/test_support/sql/orc_partitioned/b=0/c=0/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc %%DATADIR%%/python/test_support/sql/orc_partitioned/b=0/c=0/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc @@ -467,6 +766,7 @@ %%DATADIR%%/python/test_support/sql/parquet_partitioned/year=2015/month=9/day=1/part-r-00007.gz.parquet %%DATADIR%%/python/test_support/sql/people.json %%DATADIR%%/python/test_support/sql/people1.json +%%DATADIR%%/python/test_support/sql/streaming/text-test.txt %%DATADIR%%/python/test_support/sql/text-test.txt %%DATADIR%%/python/test_support/userlib-0.1.zip %%DATADIR%%/python/test_support/userlibrary.py From owner-svn-ports-all@freebsd.org Mon Mar 27 13:25:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD9F6D20FBA; Mon, 27 Mar 2017 13:25:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F97BECA; Mon, 27 Mar 2017 13:25:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RDPKYC093064; Mon, 27 Mar 2017 13:25:20 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RDPK6a093062; Mon, 27 Mar 2017 13:25:20 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201703271325.v2RDPK6a093062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 27 Mar 2017 13:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437043 - head/print/hplip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 13:25:21 -0000 Author: woodsb02 Date: Mon Mar 27 13:25:20 2017 New Revision: 437043 URL: https://svnweb.freebsd.org/changeset/ports/437043 Log: print/hplip: Add Qt5 support and make Qt5 the default GUI widget set PR: 217814 Submitted by: Kevin Oberman Modified: head/print/hplip/Makefile head/print/hplip/pkg-plist Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Mon Mar 27 13:19:27 2017 (r437042) +++ head/print/hplip/Makefile Mon Mar 27 13:25:20 2017 (r437043) @@ -3,7 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.16.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -39,9 +39,11 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS FAX SNMP SCAN X11 XSANE -OPTIONS_DEFAULT=SNMP SCAN X11 -OPTIONS_SUB= yes # FAX SCAN X11 +OPTIONS_DEFINE= DOCS FAX SNMP SCAN X11 XSANE +OPTIONS_DEFAULT= SNMP SCAN X11 QT5 +OPTIONS_RADIO= GUI +OPTIONS_RADIO_GUI= QT4 QT5 +OPTIONS_SUB= yes # FAX SNMP SCAN X11 QT4 QT5 FAX_DESC= PC Send Fax support FAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab @@ -57,10 +59,18 @@ SCAN_LIB_DEPENDS= libsane.so:graphics/sa SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow SCAN_CONFIGURE_ENABLE= scan-build -X11_DESC= Graphical User Interface (Qt 4) -X11_USES= pyqt:4 -X11_USE= PYQT=dbussupport_run,gui_run -X11_CONFIGURE_ENABLE= qt4 gui-build +X11_DESC= Graphical User Interface (Qt) +X11_CONFIGURE_ENABLE= gui-build + +QT4_USES= pyqt:4 +QT4_USE= PYQT=core_run,dbussupport_run,gui_run +QT4_CONFIGURE_ENABLE= qt4 +QT4_IMPLIES= X11 + +QT5_USES= pyqt:5 +QT5_USE= PYQT=core_run,dbussupport_run,gui_run,widgets_run +QT5_CONFIGURE_ENABLE= qt5 +QT5_IMPLIES= X11 XSANE_DESC= Install XSane for scanning (implies SCAN) XSANE_IMPLIES= SCAN Modified: head/print/hplip/pkg-plist ============================================================================== --- head/print/hplip/pkg-plist Mon Mar 27 13:19:27 2017 (r437042) +++ head/print/hplip/pkg-plist Mon Mar 27 13:25:20 2017 (r437043) @@ -554,72 +554,141 @@ share/hal/fdi/preprobe/10osvendor/20-hpl %%DATADIR%%/testpage.py %%DATADIR%%/timedate.py %%DATADIR%%/toolbox.py -%%X11%%%%DATADIR%%/ui4/__init__.py -%%X11%%%%DATADIR%%/ui4/aboutdialog.py -%%X11%%%%DATADIR%%/ui4/aboutdialog_base.py -%%X11%%%%DATADIR%%/ui4/aligndialog.py -%%X11%%%%DATADIR%%/ui4/aligndialog_base.py -%%X11%%%%DATADIR%%/ui4/cleandialog.py -%%X11%%%%DATADIR%%/ui4/cleandialog_base.py -%%X11%%%%DATADIR%%/ui4/colorcaldialog.py -%%X11%%%%DATADIR%%/ui4/colorcaldialog_base.py -%%X11%%%%DATADIR%%/ui4/devicesetupdialog.py -%%X11%%%%DATADIR%%/ui4/devicesetupdialog_base.py -%%X11%%%%DATADIR%%/ui4/deviceuricombobox.py -%%X11%%%%DATADIR%%/ui4/devmgr5.py -%%X11%%%%DATADIR%%/ui4/devmgr5_base.py -%%X11%%%%DATADIR%%/ui4/fabgrouptable.py -%%X11%%%%DATADIR%%/ui4/fabnametable.py -%%X11%%%%DATADIR%%/ui4/fabwindow.py -%%X11%%%%DATADIR%%/ui4/fabwindow_base.py -%%X11%%%%DATADIR%%/ui4/faxsetupdialog.py -%%X11%%%%DATADIR%%/ui4/faxsetupdialog_base.py -%%X11%%%%DATADIR%%/ui4/filetable.py -%%X11%%%%DATADIR%%/ui4/firmwaredialog.py -%%X11%%%%DATADIR%%/ui4/firmwaredialog_base.py -%%X11%%%%DATADIR%%/ui4/infodialog.py -%%X11%%%%DATADIR%%/ui4/infodialog_base.py -%%X11%%%%DATADIR%%/ui4/linefeedcaldialog.py -%%X11%%%%DATADIR%%/ui4/linefeedcaldialog_base.py -%%X11%%%%DATADIR%%/ui4/loadpapergroupbox.py -%%X11%%%%DATADIR%%/ui4/makecopiesdialog.py -%%X11%%%%DATADIR%%/ui4/makecopiesdialog_base.py -%%X11%%%%DATADIR%%/ui4/mimetypesdialog.py -%%X11%%%%DATADIR%%/ui4/mimetypesdialog_base.py -%%X11%%%%DATADIR%%/ui4/nodevicesdialog.py -%%X11%%%%DATADIR%%/ui4/nodevicesdialog_base.py -%%X11%%%%DATADIR%%/ui4/plugindiagnose.py -%%X11%%%%DATADIR%%/ui4/plugindiagnose_base.py -%%X11%%%%DATADIR%%/ui4/plugindialog.py -%%X11%%%%DATADIR%%/ui4/plugindialog_base.py -%%X11%%%%DATADIR%%/ui4/pluginlicensedialog.py -%%X11%%%%DATADIR%%/ui4/pluginlicensedialog_base.py -%%X11%%%%DATADIR%%/ui4/pqdiagdialog.py -%%X11%%%%DATADIR%%/ui4/pqdiagdialog_base.py -%%X11%%%%DATADIR%%/ui4/printdialog.py -%%X11%%%%DATADIR%%/ui4/printdialog_base.py -%%X11%%%%DATADIR%%/ui4/printernamecombobox.py -%%X11%%%%DATADIR%%/ui4/printsettingsdialog.py -%%X11%%%%DATADIR%%/ui4/printsettingsdialog_base.py -%%X11%%%%DATADIR%%/ui4/printsettingstoolbox.py -%%X11%%%%DATADIR%%/ui4/printtestpagedialog.py -%%X11%%%%DATADIR%%/ui4/printtestpagedialog_base.py -%%X11%%%%DATADIR%%/ui4/queuesconf.py -%%X11%%%%DATADIR%%/ui4/readonlyradiobutton.py -%%X11%%%%DATADIR%%/ui4/sendfaxdialog.py -%%X11%%%%DATADIR%%/ui4/sendfaxdialog_base.py -%%X11%%%%DATADIR%%/ui4/settingsdialog.py -%%X11%%%%DATADIR%%/ui4/settingsdialog_base.py -%%X11%%%%DATADIR%%/ui4/setupdialog.py -%%X11%%%%DATADIR%%/ui4/setupdialog_base.py -%%X11%%%%DATADIR%%/ui4/systemtray.py -%%X11%%%%DATADIR%%/ui4/systrayframe.py -%%X11%%%%DATADIR%%/ui4/systrayframe_base.py -%%X11%%%%DATADIR%%/ui4/ui_utils.py -%%X11%%%%DATADIR%%/ui4/upgradedialog.py -%%X11%%%%DATADIR%%/ui4/upgradedialog_base.py -%%X11%%%%DATADIR%%/ui4/wifisetupdialog.py -%%X11%%%%DATADIR%%/ui4/wifisetupdialog_base.py +%%QT4%%%%DATADIR%%/ui4/__init__.py +%%QT4%%%%DATADIR%%/ui4/aboutdialog.py +%%QT4%%%%DATADIR%%/ui4/aboutdialog_base.py +%%QT4%%%%DATADIR%%/ui4/aligndialog.py +%%QT4%%%%DATADIR%%/ui4/aligndialog_base.py +%%QT4%%%%DATADIR%%/ui4/cleandialog.py +%%QT4%%%%DATADIR%%/ui4/cleandialog_base.py +%%QT4%%%%DATADIR%%/ui4/colorcaldialog.py +%%QT4%%%%DATADIR%%/ui4/colorcaldialog_base.py +%%QT4%%%%DATADIR%%/ui4/devicesetupdialog.py +%%QT4%%%%DATADIR%%/ui4/devicesetupdialog_base.py +%%QT4%%%%DATADIR%%/ui4/deviceuricombobox.py +%%QT4%%%%DATADIR%%/ui4/devmgr5.py +%%QT4%%%%DATADIR%%/ui4/devmgr5_base.py +%%QT4%%%%DATADIR%%/ui4/fabgrouptable.py +%%QT4%%%%DATADIR%%/ui4/fabnametable.py +%%QT4%%%%DATADIR%%/ui4/fabwindow.py +%%QT4%%%%DATADIR%%/ui4/fabwindow_base.py +%%QT4%%%%DATADIR%%/ui4/faxsetupdialog.py +%%QT4%%%%DATADIR%%/ui4/faxsetupdialog_base.py +%%QT4%%%%DATADIR%%/ui4/filetable.py +%%QT4%%%%DATADIR%%/ui4/firmwaredialog.py +%%QT4%%%%DATADIR%%/ui4/firmwaredialog_base.py +%%QT4%%%%DATADIR%%/ui4/infodialog.py +%%QT4%%%%DATADIR%%/ui4/infodialog_base.py +%%QT4%%%%DATADIR%%/ui4/linefeedcaldialog.py +%%QT4%%%%DATADIR%%/ui4/linefeedcaldialog_base.py +%%QT4%%%%DATADIR%%/ui4/loadpapergroupbox.py +%%QT4%%%%DATADIR%%/ui4/makecopiesdialog.py +%%QT4%%%%DATADIR%%/ui4/makecopiesdialog_base.py +%%QT4%%%%DATADIR%%/ui4/mimetypesdialog.py +%%QT4%%%%DATADIR%%/ui4/mimetypesdialog_base.py +%%QT4%%%%DATADIR%%/ui4/nodevicesdialog.py +%%QT4%%%%DATADIR%%/ui4/nodevicesdialog_base.py +%%QT4%%%%DATADIR%%/ui4/plugindiagnose.py +%%QT4%%%%DATADIR%%/ui4/plugindiagnose_base.py +%%QT4%%%%DATADIR%%/ui4/plugindialog.py +%%QT4%%%%DATADIR%%/ui4/plugindialog_base.py +%%QT4%%%%DATADIR%%/ui4/pluginlicensedialog.py +%%QT4%%%%DATADIR%%/ui4/pluginlicensedialog_base.py +%%QT4%%%%DATADIR%%/ui4/pqdiagdialog.py +%%QT4%%%%DATADIR%%/ui4/pqdiagdialog_base.py +%%QT4%%%%DATADIR%%/ui4/printdialog.py +%%QT4%%%%DATADIR%%/ui4/printdialog_base.py +%%QT4%%%%DATADIR%%/ui4/printernamecombobox.py +%%QT4%%%%DATADIR%%/ui4/printsettingsdialog.py +%%QT4%%%%DATADIR%%/ui4/printsettingsdialog_base.py +%%QT4%%%%DATADIR%%/ui4/printsettingstoolbox.py +%%QT4%%%%DATADIR%%/ui4/printtestpagedialog.py +%%QT4%%%%DATADIR%%/ui4/printtestpagedialog_base.py +%%QT4%%%%DATADIR%%/ui4/queuesconf.py +%%QT4%%%%DATADIR%%/ui4/readonlyradiobutton.py +%%QT4%%%%DATADIR%%/ui4/sendfaxdialog.py +%%QT4%%%%DATADIR%%/ui4/sendfaxdialog_base.py +%%QT4%%%%DATADIR%%/ui4/settingsdialog.py +%%QT4%%%%DATADIR%%/ui4/settingsdialog_base.py +%%QT4%%%%DATADIR%%/ui4/setupdialog.py +%%QT4%%%%DATADIR%%/ui4/setupdialog_base.py +%%QT4%%%%DATADIR%%/ui4/systemtray.py +%%QT4%%%%DATADIR%%/ui4/systrayframe.py +%%QT4%%%%DATADIR%%/ui4/systrayframe_base.py +%%QT4%%%%DATADIR%%/ui4/ui_utils.py +%%QT4%%%%DATADIR%%/ui4/upgradedialog.py +%%QT4%%%%DATADIR%%/ui4/upgradedialog_base.py +%%QT4%%%%DATADIR%%/ui4/wifisetupdialog.py +%%QT4%%%%DATADIR%%/ui4/wifisetupdialog_base.py +%%QT5%%%%DATADIR%%/ui5/__init__.py +%%QT5%%%%DATADIR%%/ui5/aboutdialog.py +%%QT5%%%%DATADIR%%/ui5/aboutdialog_base.py +%%QT5%%%%DATADIR%%/ui5/aligndialog.py +%%QT5%%%%DATADIR%%/ui5/aligndialog_base.py +%%QT5%%%%DATADIR%%/ui5/cleandialog.py +%%QT5%%%%DATADIR%%/ui5/cleandialog_base.py +%%QT5%%%%DATADIR%%/ui5/colorcaldialog.py +%%QT5%%%%DATADIR%%/ui5/colorcaldialog_base.py +%%QT5%%%%DATADIR%%/ui5/devicesetupdialog.py +%%QT5%%%%DATADIR%%/ui5/devicesetupdialog_base.py +%%QT5%%%%DATADIR%%/ui5/deviceuricombobox.py +%%QT5%%%%DATADIR%%/ui5/devmgr5.py +%%QT5%%%%DATADIR%%/ui5/devmgr5_base.py +%%QT5%%%%DATADIR%%/ui5/devmgr_ext.py +%%QT5%%%%DATADIR%%/ui5/fabgrouptable.py +%%QT5%%%%DATADIR%%/ui5/fabnametable.py +%%QT5%%%%DATADIR%%/ui5/fabwindow.py +%%QT5%%%%DATADIR%%/ui5/fabwindow_base.py +%%QT5%%%%DATADIR%%/ui5/faxsetupdialog.py +%%QT5%%%%DATADIR%%/ui5/faxsetupdialog_base.py +%%QT5%%%%DATADIR%%/ui5/filetable.py +%%QT5%%%%DATADIR%%/ui5/firmwaredialog.py +%%QT5%%%%DATADIR%%/ui5/firmwaredialog_base.py +%%QT5%%%%DATADIR%%/ui5/infodialog.py +%%QT5%%%%DATADIR%%/ui5/infodialog_base.py +%%QT5%%%%DATADIR%%/ui5/linefeedcaldialog.py +%%QT5%%%%DATADIR%%/ui5/linefeedcaldialog_base.py +%%QT5%%%%DATADIR%%/ui5/loadpapergroupbox.py +%%QT5%%%%DATADIR%%/ui5/makecopiesdialog.py +%%QT5%%%%DATADIR%%/ui5/makecopiesdialog_base.py +%%QT5%%%%DATADIR%%/ui5/mimetypesdialog.py +%%QT5%%%%DATADIR%%/ui5/mimetypesdialog_base.py +%%QT5%%%%DATADIR%%/ui5/nodevicesdialog.py +%%QT5%%%%DATADIR%%/ui5/nodevicesdialog_base.py +%%QT5%%%%DATADIR%%/ui5/plugindiagnose.py +%%QT5%%%%DATADIR%%/ui5/plugindiagnose_base.py +%%QT5%%%%DATADIR%%/ui5/plugindialog.py +%%QT5%%%%DATADIR%%/ui5/plugindialog_base.py +%%QT5%%%%DATADIR%%/ui5/pluginlicensedialog.py +%%QT5%%%%DATADIR%%/ui5/pluginlicensedialog_base.py +%%QT5%%%%DATADIR%%/ui5/pqdiagdialog.py +%%QT5%%%%DATADIR%%/ui5/pqdiagdialog_base.py +%%QT5%%%%DATADIR%%/ui5/printdialog.py +%%QT5%%%%DATADIR%%/ui5/printdialog_base.py +%%QT5%%%%DATADIR%%/ui5/printernamecombobox.py +%%QT5%%%%DATADIR%%/ui5/printsettings_base.py +%%QT5%%%%DATADIR%%/ui5/printsettingsdialog.py +%%QT5%%%%DATADIR%%/ui5/printsettingsdialog_base.py +%%QT5%%%%DATADIR%%/ui5/printsettingstoolbox.py +%%QT5%%%%DATADIR%%/ui5/printtestpagedialog.py +%%QT5%%%%DATADIR%%/ui5/printtestpagedialog_base.py +%%QT5%%%%DATADIR%%/ui5/queuesconf.py +%%QT5%%%%DATADIR%%/ui5/readonlyradiobutton.py +%%QT5%%%%DATADIR%%/ui5/sendfaxdialog.py +%%QT5%%%%DATADIR%%/ui5/sendfaxdialog_base.py +%%QT5%%%%DATADIR%%/ui5/settingsdialog.py +%%QT5%%%%DATADIR%%/ui5/settingsdialog_base.py +%%QT5%%%%DATADIR%%/ui5/setupdialog.py +%%QT5%%%%DATADIR%%/ui5/setupdialog_base.py +%%QT5%%%%DATADIR%%/ui5/setupdialog_base5.py +%%QT5%%%%DATADIR%%/ui5/systemtray.py +%%QT5%%%%DATADIR%%/ui5/systrayframe.py +%%QT5%%%%DATADIR%%/ui5/systrayframe_base.py +%%QT5%%%%DATADIR%%/ui5/ui_utils.py +%%QT5%%%%DATADIR%%/ui5/upgradedialog.py +%%QT5%%%%DATADIR%%/ui5/upgradedialog_base.py +%%QT5%%%%DATADIR%%/ui5/wifisetupdialog.py +%%QT5%%%%DATADIR%%/ui5/wifisetupdialog_base.py %%DATADIR%%/uninstall.py %%DATADIR%%/unload.py %%DATADIR%%/upgrade.py @@ -911,6 +980,7 @@ share/ppd/HP/hp-pagewide_pro_452_printer share/ppd/HP/hp-pagewide_pro_477_mfp-ps.ppd.gz share/ppd/HP/hp-pagewide_pro_552_printer-ps.ppd.gz share/ppd/HP/hp-pagewide_pro_577_mfp-ps.ppd.gz -%%X11%%@dir %%DATADIR%%/ui4/plugins +%%QT4%%@dir %%DATADIR%%/ui4/plugins +%%QT5%%@dir %%DATADIR%%/ui5/plugins @dir /var/lib/hp @dir /var/lib From owner-svn-ports-all@freebsd.org Mon Mar 27 13:39:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B70ED1F5B8; Mon, 27 Mar 2017 13:39:05 +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 E05CDAB9; Mon, 27 Mar 2017 13:39:04 +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 v2RDd42w097532; Mon, 27 Mar 2017 13:39:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RDd3fv097530; Mon, 27 Mar 2017 13:39:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271339.v2RDd3fv097530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 13:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437044 - head/sysutils/k3b-kde4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 13:39:05 -0000 Author: rakuco Date: Mon Mar 27 13:39:03 2017 New Revision: 437044 URL: https://svnweb.freebsd.org/changeset/ports/437044 Log: Unbreak after r436971. After the kdelibs update to 4.11.30 the CMake policies used by kdelibs-based projects got stricter. - Fix `make configure'. The upstream git repository has a add_subdirectory(doc) call, but the code generating the release tarball also added a macro_optional_add_subdirectory(doc) call that was causing CMake to error out due to the same directory being added twice to the build system. - Fix `make build' with the MUSEPACK option. The FindMuse.cmake patch from r346999 was hardcoding MUSE_LIBRARIES the wrong way. The find_library() call should have been kept, otherwise the linker is passed "-lmpcdec" instead of "/full/path/to/libmpcdec.so". Modified: head/sysutils/k3b-kde4/files/patch-CMakeLists.txt head/sysutils/k3b-kde4/files/patch-cmake_modules_FindMuse.cmake Modified: head/sysutils/k3b-kde4/files/patch-CMakeLists.txt ============================================================================== --- head/sysutils/k3b-kde4/files/patch-CMakeLists.txt Mon Mar 27 13:25:20 2017 (r437043) +++ head/sysutils/k3b-kde4/files/patch-CMakeLists.txt Mon Mar 27 13:39:03 2017 (r437044) @@ -1,3 +1,6 @@ +Hunk 1: Pass -std=c99 when building with clang as well as GCC. +Hunk 2: Stop adding the doc/ directory twice, there is another entry for it + at the end of the file. --- CMakeLists.txt.orig 2014-11-04 18:43:47 UTC +++ CMakeLists.txt @@ -106,10 +106,10 @@ if(K3B_BUILD_FFMPEG_DECODER_PLUGIN) @@ -13,3 +16,11 @@ if(FFMPEG_INCLUDE_DIR_OLD_STYLE) set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${FFMPEG_INCLUDE_DIR_OLD_STYLE}) +@@ -339,7 +339,6 @@ add_subdirectory( libk3b ) + add_subdirectory( src ) + add_subdirectory( kioslaves ) + add_subdirectory( plugins ) +-add_subdirectory( doc ) + if(BUILD_K3BSETUP) + add_subdirectory(k3bsetup) + endif(BUILD_K3BSETUP) Modified: head/sysutils/k3b-kde4/files/patch-cmake_modules_FindMuse.cmake ============================================================================== --- head/sysutils/k3b-kde4/files/patch-cmake_modules_FindMuse.cmake Mon Mar 27 13:25:20 2017 (r437043) +++ head/sysutils/k3b-kde4/files/patch-cmake_modules_FindMuse.cmake Mon Mar 27 13:39:03 2017 (r437044) @@ -1,6 +1,6 @@ --- cmake/modules/FindMuse.cmake.orig 2014-11-04 18:37:31 UTC +++ cmake/modules/FindMuse.cmake -@@ -15,13 +15,10 @@ if( MUSE_INCLUDE_DIR AND MUSE_LIBRARIES +@@ -15,9 +15,7 @@ if( MUSE_INCLUDE_DIR AND MUSE_LIBRARIES endif( MUSE_INCLUDE_DIR AND MUSE_LIBRARIES ) include(CheckIncludeFiles) @@ -10,9 +10,4 @@ +set ( HAVE_MPC_MPCDEC_H 1 ) if( HAVE_MPC_MPCDEC_H ) -- find_path( MUSE_INCLUDE_DIR mpc/mpcdec.h ) -- find_library( MUSE_LIBRARIES NAMES mpcdec ) -+ set( MUSE_LIBRARIES mpcdec ) - set( MPC_HEADER_FILE "" ) - elseif( HAVE_MPCDEC_MPCDEC_H ) - find_path( MUSE_INCLUDE_DIR mpcdec/mpcdec.h ) + find_path( MUSE_INCLUDE_DIR mpc/mpcdec.h ) From owner-svn-ports-all@freebsd.org Mon Mar 27 13:41:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF381D1F674; Mon, 27 Mar 2017 13:41:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70283C3B; Mon, 27 Mar 2017 13:41:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RDfAoE097767; Mon, 27 Mar 2017 13:41:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RDfA2J097763; Mon, 27 Mar 2017 13:41:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703271341.v2RDfA2J097763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Mar 2017 13:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437045 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 13:41:11 -0000 Author: mat Date: Mon Mar 27 13:41:10 2017 New Revision: 437045 URL: https://svnweb.freebsd.org/changeset/ports/437045 Log: Update to v5.25.11-22-g2e3b2a1. Changes: https://github.com/Perl/perl5/compare/v5.25.10-90-gffb91b6...v5.25.11-22-g2e3b2a1 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Mar 27 13:39:03 2017 (r437044) +++ head/lang/perl5-devel/Makefile Mon Mar 27 13:41:10 2017 (r437045) @@ -34,7 +34,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.10-90-gffb91b6 +GH_TAGNAME= v5.25.11-22-g2e3b2a1 MAKE_JOBS_UNSAFE= yes @@ -82,7 +82,7 @@ DOT_INC_CONFIGURE_ON= -Ddefault_inc_exc #PORTSCOUT= limit:^${PERL_VER}. .include "version.mk" -PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//} +PERL_VER= 5.25 # ${PERL_VERSION:C/\.[0-9]+$//} # XXX 5.26 release PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Mar 27 13:39:03 2017 (r437044) +++ head/lang/perl5-devel/distinfo Mon Mar 27 13:41:10 2017 (r437045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490017156 -SHA256 (perl/perl-5.25.10-90_GH0.tar.gz) = 43b29a4a65f067e8cb76ccca68680953aa2d34638dbd90ffd3ecb17a079c2b06 -SIZE (perl/perl-5.25.10-90_GH0.tar.gz) = 18473756 +TIMESTAMP = 1490620046 +SHA256 (perl/perl-5.25.11-22_GH0.tar.gz) = 63671b4995d4e68cc38c797e276e98ed96e01ccbc4a4c09e3a92329e8b680a94 +SIZE (perl/perl-5.25.11-22_GH0.tar.gz) = 18475045 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Mar 27 13:39:03 2017 (r437044) +++ head/lang/perl5-devel/pkg-plist Mon Mar 27 13:41:10 2017 (r437045) @@ -972,6 +972,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5250delta.1.gz %%MAN1%%/perl52510delta.1.gz %%MAN1%%/perl52511delta.1.gz +%%MAN1%%/perl52512delta.1.gz %%MAN1%%/perl5251delta.1.gz %%MAN1%%/perl5252delta.1.gz %%MAN1%%/perl5253delta.1.gz @@ -1761,6 +1762,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5250delta.pod %%PRIV_LIB%%/pod/perl52510delta.pod %%PRIV_LIB%%/pod/perl52511delta.pod +%%PRIV_LIB%%/pod/perl52512delta.pod %%PRIV_LIB%%/pod/perl5251delta.pod %%PRIV_LIB%%/pod/perl5252delta.pod %%PRIV_LIB%%/pod/perl5253delta.pod Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon Mar 27 13:39:03 2017 (r437044) +++ head/lang/perl5-devel/version.mk Mon Mar 27 13:41:10 2017 (r437045) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.25.11 +PERL_VERSION= 5.26.0 PERL5_DEPEND= perl5>=5.25<5.26 From owner-svn-ports-all@freebsd.org Mon Mar 27 14:09:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D919D20048; Mon, 27 Mar 2017 14:09:34 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 458B9C92; Mon, 27 Mar 2017 14:09:34 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RE9Xtq009880; Mon, 27 Mar 2017 14:09:33 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RE9WWE009874; Mon, 27 Mar 2017 14:09:32 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201703271409.v2RE9WWE009874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 27 Mar 2017 14:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437046 - in head: comms/pear-Horde_ActiveSync deskutils/horde-groupware mail/horde-webmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 14:09:34 -0000 Author: mm Date: Mon Mar 27 14:09:32 2017 New Revision: 437046 URL: https://svnweb.freebsd.org/changeset/ports/437046 Log: Horde package update: comms/pear-Horde_ActiveSync 2.38.0 -> 2.38.1 deskutils/horde-groupware 5.2.17 -> 5.2.18 mail/horde-webmail 5.2.17 -> 5.2.18 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/deskutils/horde-groupware/Makefile head/deskutils/horde-groupware/distinfo head/mail/horde-webmail/Makefile head/mail/horde-webmail/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Mon Mar 27 13:41:10 2017 (r437045) +++ head/comms/pear-Horde_ActiveSync/Makefile Mon Mar 27 14:09:32 2017 (r437046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.38.0 +PORTVERSION= 2.38.1 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Mon Mar 27 13:41:10 2017 (r437045) +++ head/comms/pear-Horde_ActiveSync/distinfo Mon Mar 27 14:09:32 2017 (r437046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488896465 -SHA256 (Horde/Horde_ActiveSync-2.38.0.tgz) = 731a758b40e8dc016b050e6757a8dffdc352d5b92a731bc0c5375fd4d39d29d3 -SIZE (Horde/Horde_ActiveSync-2.38.0.tgz) = 386039 +TIMESTAMP = 1490621545 +SHA256 (Horde/Horde_ActiveSync-2.38.1.tgz) = 6b84e884d55f66ea0f1f8274c84a44950a4f58ebfec641be91cb808a304f660a +SIZE (Horde/Horde_ActiveSync-2.38.1.tgz) = 386100 Modified: head/deskutils/horde-groupware/Makefile ============================================================================== --- head/deskutils/horde-groupware/Makefile Mon Mar 27 13:41:10 2017 (r437045) +++ head/deskutils/horde-groupware/Makefile Mon Mar 27 14:09:32 2017 (r437046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groupware -PORTVERSION= 5.2.17 +PORTVERSION= 5.2.18 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-groupware/distinfo ============================================================================== --- head/deskutils/horde-groupware/distinfo Mon Mar 27 13:41:10 2017 (r437045) +++ head/deskutils/horde-groupware/distinfo Mon Mar 27 14:09:32 2017 (r437046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482001581 -SHA256 (Horde/groupware-5.2.17.tgz) = f529643a4ebfed54c8265f3356bb1f68d835153cae28a7fe8c9ffe457dd5a778 -SIZE (Horde/groupware-5.2.17.tgz) = 132146 +TIMESTAMP = 1490621548 +SHA256 (Horde/groupware-5.2.18.tgz) = 125ad04de5eed501d5bbf2ff149b2d2d79cb9947dac79c4b5a86e65a0c39ab81 +SIZE (Horde/groupware-5.2.18.tgz) = 133124 Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Mon Mar 27 13:41:10 2017 (r437045) +++ head/mail/horde-webmail/Makefile Mon Mar 27 14:09:32 2017 (r437046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmail -PORTVERSION= 5.2.17 +PORTVERSION= 5.2.18 CATEGORIES= mail www pear PKGNAMEPREFIX= horde- Modified: head/mail/horde-webmail/distinfo ============================================================================== --- head/mail/horde-webmail/distinfo Mon Mar 27 13:41:10 2017 (r437045) +++ head/mail/horde-webmail/distinfo Mon Mar 27 14:09:32 2017 (r437046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482001577 -SHA256 (Horde/webmail-5.2.17.tgz) = 47ad8da428d1e72e7da7ac0022cc987e36750e96f0ba13d1a32f707d8eca4dee -SIZE (Horde/webmail-5.2.17.tgz) = 172378 +TIMESTAMP = 1490621552 +SHA256 (Horde/webmail-5.2.18.tgz) = 67ce6d5f77477d28bd114226debe13adfea5861305bf067e60db413886e4c4f4 +SIZE (Horde/webmail-5.2.18.tgz) = 173238 From owner-svn-ports-all@freebsd.org Mon Mar 27 14:30:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E85DDD206D9; Mon, 27 Mar 2017 14:30:02 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B179E2; Mon, 27 Mar 2017 14:30:02 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2REU1EP018156; Mon, 27 Mar 2017 14:30:01 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2REU106018155; Mon, 27 Mar 2017 14:30:01 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703271430.v2REU106018155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 27 Mar 2017 14:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437047 - head/emulators/winetricks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 14:30:03 -0000 Author: lifanov Date: Mon Mar 27 14:30:01 2017 New Revision: 437047 URL: https://svnweb.freebsd.org/changeset/ports/437047 Log: update emulators/winetricks to 20170326 release Modified: head/emulators/winetricks/Makefile head/emulators/winetricks/distinfo Modified: head/emulators/winetricks/Makefile ============================================================================== --- head/emulators/winetricks/Makefile Mon Mar 27 14:09:32 2017 (r437046) +++ head/emulators/winetricks/Makefile Mon Mar 27 14:30:01 2017 (r437047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= winetricks -PORTVERSION= 20170316 +PORTVERSION= 20170326 CATEGORIES= emulators MAINTAINER= lifanov@FreeBSD.org Modified: head/emulators/winetricks/distinfo ============================================================================== --- head/emulators/winetricks/distinfo Mon Mar 27 14:09:32 2017 (r437046) +++ head/emulators/winetricks/distinfo Mon Mar 27 14:30:01 2017 (r437047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490116042 -SHA256 (Winetricks-winetricks-20170316_GH0.tar.gz) = c7a4cf786a634c53e37c129fa7b02085b039e1d110008dac6541e4b9e42f7dae -SIZE (Winetricks-winetricks-20170316_GH0.tar.gz) = 191820 +TIMESTAMP = 1490624935 +SHA256 (Winetricks-winetricks-20170326_GH0.tar.gz) = 77fcae75f4198bd0819cbf331f1a0b5a0deee501c7c8f3f9e25417eac7e01dc7 +SIZE (Winetricks-winetricks-20170326_GH0.tar.gz) = 191605 From owner-svn-ports-all@freebsd.org Mon Mar 27 14:32:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDF95D2084A; Mon, 27 Mar 2017 14:32:24 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A893BD61; Mon, 27 Mar 2017 14:32:24 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2REWNSu021864; Mon, 27 Mar 2017 14:32:23 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2REWNoe021860; Mon, 27 Mar 2017 14:32:23 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271432.v2REWNoe021860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 14:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437048 - in head/converters/wkhtmltopdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 14:32:24 -0000 Author: grembo Date: Mon Mar 27 14:32:23 2017 New Revision: 437048 URL: https://svnweb.freebsd.org/changeset/ports/437048 Log: Update to 0.12.4 Also: - strips binaries - changes plist to alphabetical order - adds a patch from 0.12.5-dev to support the use of client certificates and private CAs (-ssl-key-password,--ssl-crt-path,--ssl-key-path), see also https://github.com/wkhtmltopdf/wkhtmltopdf/pull/3206 PR: 217922 Approved by: mm (maintainer) Added: head/converters/wkhtmltopdf/files/patch-clientcert (contents, props changed) Modified: head/converters/wkhtmltopdf/Makefile head/converters/wkhtmltopdf/distinfo head/converters/wkhtmltopdf/pkg-plist Modified: head/converters/wkhtmltopdf/Makefile ============================================================================== --- head/converters/wkhtmltopdf/Makefile Mon Mar 27 14:30:01 2017 (r437047) +++ head/converters/wkhtmltopdf/Makefile Mon Mar 27 14:32:23 2017 (r437048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wkhtmltopdf -PORTVERSION= 0.12.3.2 +PORTVERSION= 0.12.4 CATEGORIES= converters MAINTAINER= mm@FreeBSD.org @@ -20,7 +20,7 @@ USE_XORG= x11 xext xrender USE_PERL5= build USE_LDCONFIG= yes USE_GITHUB= yes -WKQT_TAGNAME= fe194f9 +WKQT_TAGNAME= c0cfa03 GH_TUPLE= ${PORTNAME}:qt:${WKQT_TAGNAME}:qt HAS_CONFIGURE= yes @@ -78,4 +78,9 @@ post-build: ${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} \ ${ALL_TARGET} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wkhtmltoimage \ + ${STAGEDIR}${PREFIX}/bin/wkhtmltopdf \ + ${STAGEDIR}${PREFIX}/lib/libwkhtmltox.so.0.12.4 + .include Modified: head/converters/wkhtmltopdf/distinfo ============================================================================== --- head/converters/wkhtmltopdf/distinfo Mon Mar 27 14:30:01 2017 (r437047) +++ head/converters/wkhtmltopdf/distinfo Mon Mar 27 14:32:23 2017 (r437048) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467664988 -SHA256 (wkhtmltopdf-wkhtmltopdf-0.12.3.2_GH0.tar.gz) = 721523ef87ccb937bf3714ade19b112f4cb8a2cd840e34b30f26ee262c41fe16 -SIZE (wkhtmltopdf-wkhtmltopdf-0.12.3.2_GH0.tar.gz) = 128050 -SHA256 (wkhtmltopdf-qt-fe194f9_GH0.tar.gz) = fa3f9dfc3fe3ee68280226bd1f4b8500883dd2549b985373e71aeff4e958b95a -SIZE (wkhtmltopdf-qt-fe194f9_GH0.tar.gz) = 173008155 +TIMESTAMP = 1489939659 +SHA256 (wkhtmltopdf-wkhtmltopdf-0.12.4_GH0.tar.gz) = dd466f5c2504670459f3b8265de5697b9054f077e2f3e392e5172b5133080edf +SIZE (wkhtmltopdf-wkhtmltopdf-0.12.4_GH0.tar.gz) = 128695 +SHA256 (wkhtmltopdf-qt-c0cfa03_GH0.tar.gz) = f313fdf8e0b7630f47a6bfba749bea128234379b311a8c609b1da450027eb4ee +SIZE (wkhtmltopdf-qt-c0cfa03_GH0.tar.gz) = 172992697 Added: head/converters/wkhtmltopdf/files/patch-clientcert ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/wkhtmltopdf/files/patch-clientcert Mon Mar 27 14:32:23 2017 (r437048) @@ -0,0 +1,129 @@ +diff --git a/AUTHORS ../wkhtmltopdf-0.12.4/AUTHORS +index 62f43f4..1067b9b 100644 +--- a/AUTHORS ++++ ../wkhtmltopdf-0.12.4/AUTHORS +@@ -38,3 +38,4 @@ Mehdi Abbad + Lyes Amazouz + Pascal Bach + Mário Silva ++Jason Smith +diff --git a/include/wkhtmltox/loadsettings.hh ../wkhtmltopdf-0.12.4/include/wkhtmltox/loadsettings.hh +index 5b9565f..3b9c765 100644 +--- a/include/wkhtmltox/loadsettings.hh ++++ ../wkhtmltopdf-0.12.4/include/wkhtmltox/loadsettings.hh +@@ -67,6 +67,15 @@ struct DLL_PUBLIC LoadPage { + //! Password used for http auth login + QString password; + ++ //! Path to the ssl client cert private key in OpenSSL PEM format ++ QString clientSslKeyPath; ++ ++ //! Password to ssl client cert private key ++ QString clientSslKeyPassword; ++ ++ //! Path to the ssl client cert public key in OpenSSL PEM format, optionally followed by intermediate ca and trusted certs ++ QString clientSslCrtPath; ++ + //! How many milliseconds should we wait for a Javascript redirect + int jsdelay; + +diff --git a/src/lib/loadsettings.hh ../wkhtmltopdf-0.12.4/src/lib/loadsettings.hh +index 20a5da2..bdd2739 100644 +--- a/src/lib/loadsettings.hh ++++ ../wkhtmltopdf-0.12.4/src/lib/loadsettings.hh +@@ -70,6 +70,15 @@ struct DLL_PUBLIC LoadPage { + //! Password used for http auth login + QString password; + ++ //! Path to the ssl client cert private key in OpenSSL PEM format ++ QString clientSslKeyPath; ++ ++ //! Password to ssl client cert private key ++ QString clientSslKeyPassword; ++ ++ //! Path to the ssl client cert public key in OpenSSL PEM format, optionally followed by intermediate ca and trusted certs ++ QString clientSslCrtPath; ++ + //! How many milliseconds should we wait for a Javascript redirect + int jsdelay; + +diff --git a/src/lib/multipageloader.cc ../wkhtmltopdf-0.12.4/src/lib/multipageloader.cc +index 7e61485..841dd6e 100644 +--- a/src/lib/multipageloader.cc ++++ ../wkhtmltopdf-0.12.4/src/lib/multipageloader.cc +@@ -26,6 +26,13 @@ + #include + #include + #include ++#include ++#include ++#if (QT_VERSION >= 0x050000 && !defined QT_NO_SSL) || !defined QT_NO_OPENSSL ++#include ++#include ++#include ++#endif + #if QT_VERSION >= 0x050000 + #include + #endif +@@ -104,6 +111,33 @@ QNetworkReply * MyNetworkAccessManager::createRequest(Operation op, const QNetwo + foreach (const HT & j, settings.customHeaders) + r3.setRawHeader(j.first.toLatin1(), j.second.toLatin1()); + } ++ ++ #if (QT_VERSION >= 0x050000 && !defined QT_NO_SSL) || !defined QT_NO_OPENSSL ++ if(!settings.clientSslKeyPath.isEmpty() && !settings.clientSslKeyPassword.isEmpty() ++ && !settings.clientSslCrtPath.isEmpty()){ ++ bool success = true; ++ QSslConfiguration sslConfig = QSslConfiguration::defaultConfiguration(); ++ ++ QFile keyFile(settings.clientSslKeyPath); ++ if(keyFile.open(QFile::ReadOnly)){ ++ QSslKey key(&keyFile, QSsl::Rsa, QSsl::Pem, QSsl::PrivateKey, settings.clientSslKeyPassword.toUtf8()); ++ sslConfig.setPrivateKey(key); ++ keyFile.close(); ++ ++ QList chainCerts = ++ QSslCertificate::fromPath(settings.clientSslCrtPath.toLatin1(), QSsl::Pem, QRegExp::FixedString); ++ QList cas = sslConfig.caCertificates(); ++ cas.append(chainCerts); ++ if(!chainCerts.isEmpty()){ ++ sslConfig.setLocalCertificate(chainCerts.first()); ++ sslConfig.setCaCertificates(cas); ++ ++ r3.setSslConfiguration(sslConfig); ++ } ++ } ++ } ++ #endif ++ + return QNetworkAccessManager::createRequest(op, r3, outgoingData); + } + +diff --git a/src/lib/reflect.cc ../wkhtmltopdf-0.12.4/src/lib/reflect.cc +index 32fc819..46e884c 100644 +--- a/src/lib/reflect.cc ++++ ../wkhtmltopdf-0.12.4/src/lib/reflect.cc +@@ -57,6 +57,9 @@ ReflectImpl::ReflectImpl(LoadGlobal & c) { + ReflectImpl::ReflectImpl(LoadPage & c) { + WKHTMLTOPDF_REFLECT(username); + WKHTMLTOPDF_REFLECT(password); ++ WKHTMLTOPDF_REFLECT(clientSslKeyPath); ++ WKHTMLTOPDF_REFLECT(clientSslKeyPassword); ++ WKHTMLTOPDF_REFLECT(clientSslCrtPath); + WKHTMLTOPDF_REFLECT(jsdelay); + WKHTMLTOPDF_REFLECT(windowStatus); + WKHTMLTOPDF_REFLECT(zoomFactor); +diff --git a/src/shared/commonarguments.cc ../wkhtmltopdf-0.12.4/src/shared/commonarguments.cc +index 3d45aaf..812f7b8 100644 +--- a/src/shared/commonarguments.cc ++++ ../wkhtmltopdf-0.12.4/src/shared/commonarguments.cc +@@ -206,6 +206,9 @@ void CommandLineParserBase::addPageLoadArgs(LoadPage & s) { + addarg("bypass-proxy-for", 0, "Bypass proxy for host (repeatable)", new StringListSetter(s.bypassProxyForHosts, "value")); + addarg("username",0,"HTTP Authentication username", new QStrSetter(s.username, "username")); + addarg("password",0,"HTTP Authentication password", new QStrSetter(s.password, "password")); ++ addarg("ssl-key-path",0,"Path to ssl client cert private key in OpenSSL PEM format", new QStrSetter(s.clientSslKeyPath, "path")); ++ addarg("ssl-key-password",0,"Password to ssl client cert private key", new QStrSetter(s.clientSslKeyPassword, "password")); ++ addarg("ssl-crt-path",0,"Path to the ssl client cert public key in OpenSSL PEM format, optionally followed by intermediate ca and trusted certs", new QStrSetter(s.clientSslCrtPath, "path")); + addarg("load-error-handling", 0, "Specify how to handle pages that fail to load: abort, ignore or skip", new LoadErrorHandlingSetting(s.loadErrorHandling, "handler")); + addarg("load-media-error-handling", 0, "Specify how to handle media files that fail to load: abort, ignore or skip", new LoadErrorHandlingSetting(s.mediaLoadErrorHandling, "handler")); + addarg("custom-header",0,"Set an additional HTTP header (repeatable)", new MapSetter<>(s.customHeaders, "name", "value")); Modified: head/converters/wkhtmltopdf/pkg-plist ============================================================================== --- head/converters/wkhtmltopdf/pkg-plist Mon Mar 27 14:30:01 2017 (r437047) +++ head/converters/wkhtmltopdf/pkg-plist Mon Mar 27 14:32:23 2017 (r437048) @@ -1,5 +1,5 @@ -bin/wkhtmltopdf bin/wkhtmltoimage +bin/wkhtmltopdf include/wkhtmltox/dllbegin.inc include/wkhtmltox/dllend.inc include/wkhtmltox/image.h @@ -7,6 +7,6 @@ include/wkhtmltox/pdf.h lib/libwkhtmltox.so lib/libwkhtmltox.so.0 lib/libwkhtmltox.so.0.12 -lib/libwkhtmltox.so.0.12.3 +lib/libwkhtmltox.so.0.12.4 man/man1/wkhtmltoimage.1.gz man/man1/wkhtmltopdf.1.gz From owner-svn-ports-all@freebsd.org Mon Mar 27 15:06:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 453C2D201FD; Mon, 27 Mar 2017 15:06:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4613D4; Mon, 27 Mar 2017 15:06:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RF6OXW034318; Mon, 27 Mar 2017 15:06:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RF6O3D034317; Mon, 27 Mar 2017 15:06:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271506.v2RF6O3D034317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 15:06:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437049 - head/net/libkvkontakte/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:06:25 -0000 Author: rakuco Date: Mon Mar 27 15:06:23 2017 New Revision: 437049 URL: https://svnweb.freebsd.org/changeset/ports/437049 Log: Unbreak after r436971. kdelibs stopped setting several CMake policies to old values, as well as setting an old minium required CMake version. This causes the configuration stage to fail here, as libkvkontakte sets a higher minimum required CMake version that sets the CMP0022 policy to NEW and causes things to fail: CMake Error in libkvkontakte/CMakeLists.txt: Target "kvkontakte" has policy CMP0022 enabled, but also has old-style LINK_INTERFACE_LIBRARIES properties populated, but it was exported without the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties Added: head/net/libkvkontakte/files/ head/net/libkvkontakte/files/patch-CMakeLists.txt (contents, props changed) Added: head/net/libkvkontakte/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libkvkontakte/files/patch-CMakeLists.txt Mon Mar 27 15:06:23 2017 (r437049) @@ -0,0 +1,21 @@ +Avoids the following error when configuring: + +CMake Error in libkvkontakte/CMakeLists.txt: + Target "kvkontakte" has policy CMP0022 enabled, but also has old-style + LINK_INTERFACE_LIBRARIES properties populated, but it was exported without + the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties + +which is caused by the project requiring a minimum CMake version that sets +CMP0022 to NEW while the code in KDE4Macros.cmake (in kdelibs) still sets the +deprecated LINK_INTERFACE_LIBRARIES property. +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -56,7 +56,7 @@ add_subdirectory(libkvkontakte) + # This file contains add_library(bar IMPORTED) statements for each target in the export set, so + # when loaded later on cmake will create "imported" library targets from these, which can be used + # in many ways in the same way as a normal library target created via a normal add_library(). +-install(EXPORT LibKVkontakteExport DESTINATION ${CMAKECONFIG_INSTALL_DIR} FILE LibKVkontakteTargets.cmake ) ++install(EXPORT LibKVkontakteExport DESTINATION ${CMAKECONFIG_INSTALL_DIR} FILE LibKVkontakteTargets.cmake EXPORT_LINK_INTERFACE_LIBRARIES ) + + # figure out the relative path from the installed Config.cmake file to the install prefix (which may be at + # runtime different from the chosen CMAKE_INSTALL_PREFIX if under Windows the package was installed anywhere) From owner-svn-ports-all@freebsd.org Mon Mar 27 15:07:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EEC0D20236; Mon, 27 Mar 2017 15:07:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BFD46CA; Mon, 27 Mar 2017 15:07:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RF7BbV034461; Mon, 27 Mar 2017 15:07:11 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RF7AlR034459; Mon, 27 Mar 2017 15:07:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703271507.v2RF7AlR034459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 27 Mar 2017 15:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437050 - head/www/gitlab-workhorse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:07:12 -0000 Author: tz Date: Mon Mar 27 15:07:10 2017 New Revision: 437050 URL: https://svnweb.freebsd.org/changeset/ports/437050 Log: www/gitlab-workhorse: Update from 1.1.1 to 1.2.1 Changelog: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/v1.2.1/CHANGELOG Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Mon Mar 27 15:06:23 2017 (r437049) +++ head/www/gitlab-workhorse/Makefile Mon Mar 27 15:07:10 2017 (r437050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Mon Mar 27 15:06:23 2017 (r437049) +++ head/www/gitlab-workhorse/distinfo Mon Mar 27 15:07:10 2017 (r437050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489053171 -SHA256 (gitlab-workhorse-v1.1.1.tar.gz) = bbbeab504cbe0e9738546e1d4d8af0ba2cd0d1f178ae6339a1a2b59941c41617 -SIZE (gitlab-workhorse-v1.1.1.tar.gz) = 392641 +TIMESTAMP = 1490115076 +SHA256 (gitlab-workhorse-v1.2.1.tar.gz) = 527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e +SIZE (gitlab-workhorse-v1.2.1.tar.gz) = 427785 From owner-svn-ports-all@freebsd.org Mon Mar 27 15:13:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B70D205FF; Mon, 27 Mar 2017 15:13:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E02D2E89; Mon, 27 Mar 2017 15:13:54 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RFDspM038559; Mon, 27 Mar 2017 15:13:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RFDqK1038548; Mon, 27 Mar 2017 15:13:52 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703271513.v2RFDqK1038548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 27 Mar 2017 15:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437051 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:13:55 -0000 Author: tz Date: Mon Mar 27 15:13:52 2017 New Revision: 437051 URL: https://svnweb.freebsd.org/changeset/ports/437051 Log: www/gitlab: Update from 8.14.9 to 8.15.8 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.15.8/CHANGELOG.md Also remove CVE patch because its already included in the new version Deleted: head/www/gitlab/files/patch-cve-2017-0882 Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/files/patch-config_database.yml.postgresql head/www/gitlab/files/patch-config_gitlab.yml.example head/www/gitlab/files/patch-config_initializers_1__settings.rb head/www/gitlab/files/patch-config_unicorn.rb.example head/www/gitlab/files/patch-lib_support_nginx_gitlab head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/Makefile Mon Mar 27 15:13:52 2017 (r437051) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.14.9 +PORTVERSION= 8.15.8 DISTVERSIONPREFIX= v -PORTREVISION= 8 +CATEGORIES= www devel CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -25,9 +25,9 @@ BUILD_DEPENDS= gem:devel/ruby-gems # which makes maintaining this long list much easier! # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options -RUN_DEPENDS= git>=2.7.4:devel/git \ +RUN_DEPENDS= git>=2.8.4:devel/git \ gitlab-shell>=4.1.1:devel/gitlab-shell\ - gitlab-workhorse>=1.1.1:www/gitlab-workhorse \ + gitlab-workhorse>=1.2.1:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ rubygem-rails4>=4.2.7.1:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ @@ -40,7 +40,6 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-omniauth>=1.3.2:security/rubygem-omniauth \ rubygem-omniauth-auth0>=1.4.1:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.6:net/rubygem-omniauth-azure-oauth2 \ - rubygem-omniauth-bitbucket>=0.0.2:security/rubygem-omniauth-bitbucket \ rubygem-omniauth-cas3>=1.1.2:security/rubygem-omniauth-cas3 \ rubygem-omniauth-facebook>=4.0.0:net/rubygem-omniauth-facebook \ rubygem-omniauth-github>=1.1.1:net/rubygem-omniauth-github \ @@ -50,6 +49,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-omniauth-shibboleth>=1.2.0:security/rubygem-omniauth-shibboleth \ rubygem-omniauth-twitter>=1.2.0:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd>=2.2.0:devel/rubygem-omniauth_crowd \ + rubygem-omniauth-authentiq>=0.2.0:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth2>=1.2.1:security/rubygem-rack-oauth2 \ rubygem-jwt>=1.0:www/rubygem-jwt \ rubygem-recaptcha>=3.0:devel/rubygem-recaptcha \ @@ -64,7 +64,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ - rubygem-grape>=0.15.0:devel/rubygem-grape \ + rubygem-grape>=0.18.0:devel/rubygem-grape \ rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \ rubygem-rack-cors>=0.4.0:www/rubygem-rack-cors \ rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \ @@ -72,12 +72,12 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-carrierwave>=0.10.0:www/rubygem-carrierwave \ rubygem-dropzonejs-rails>=0.7.1:www/rubygem-dropzonejs-rails \ rubygem-fog-aws0>=0.9:net/rubygem-fog-aws0 \ - rubygem-fog-azure>=0.0:net/rubygem-fog-azure \ rubygem-fog-core>=1.40:devel/rubygem-fog-core \ - rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-google>=0.3:net/rubygem-fog-google \ + rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ + rubygem-google-api-client>=0.8.6:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.5:databases/rubygem-seed-fu \ rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ @@ -99,7 +99,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ rubygem-after_commit_queue>=1.3.0:databases/rubygem-after_commit_queue \ rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ - rubygem-sidekiq>=4.2:devel/rubygem-sidekiq \ + rubygem-sidekiq>=4.2.7:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=0.4.4:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ @@ -114,9 +114,10 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-jira-ruby>=1.1.2:devel/rubygem-jira-ruby \ rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \ rubygem-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \ - rubygem-slack-notifier1>=1.2.0:devel/rubygem-slack-notifier1 \ + rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ rubygem-asana>=0.4.0:www/rubygem-asana \ rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ + rubygem-kubeclient>=2.2.0:www/rubygem-kubeclient \ rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ rubygem-underscore-rails>=1.8.0:www/rubygem-underscore-rails \ rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ @@ -156,7 +157,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \ rubygem-oauth2>=1.2.0:net/rubygem-oauth2 \ - rubygem-paranoia>=2.0:databases/rubygem-paranoia \ + rubygem-paranoia>=2.2:databases/rubygem-paranoia \ rubygem-health_check>=2.2.0:devel/rubygem-health_check \ rubygem-vmstat>=2.2:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/distinfo Mon Mar 27 15:13:52 2017 (r437051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489053342 -SHA256 (gitlabhq-gitlabhq-v8.14.9_GH0.tar.gz) = 7a53f7da1cddba2b7f3a32a0051f66bde69af12fb4291c9da7432f915f95ffb9 -SIZE (gitlabhq-gitlabhq-v8.14.9_GH0.tar.gz) = 29722977 +TIMESTAMP = 1490115158 +SHA256 (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = a7ca42ff5a7a7258638f91e45586b47365da74100762049c9a47caee4df3de5e +SIZE (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = 20031222 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-Gemfile Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-02-14 21:48:43 UTC +--- Gemfile.orig 2017-03-19 14:19:38 UTC +++ Gemfile @@ -1,20 +1,16 @@ source 'https://rubygems.org' @@ -24,7 +24,7 @@ # Authentication libraries gem 'devise', '~> 4.2' -@@ -28,16 +24,15 @@ gem 'omniauth-facebook', '~> 4.0.0' +@@ -27,17 +23,16 @@ gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' @@ -34,7 +34,9 @@ -gem 'omniauth-twitter', '~> 1.2.0' +gem 'omniauth-twitter', '>= 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' +-gem 'omniauth-authentiq', '~> 0.2.0' -gem 'rack-oauth2', '~> 1.2.1' ++gem 'omniauth-authentiq', '>= 0.2.0' +gem 'rack-oauth2', '>= 1.2.1' gem 'jwt' @@ -52,8 +54,8 @@ +gem 'github-linguist', '>= 4.7.0', require: 'linguist' # API --gem 'grape', '~> 0.15.0' -+gem 'grape', '>= 0.15.0' +-gem 'grape', '~> 0.18.0' ++gem 'grape', '>= 0.18.0' gem 'grape-entity', '~> 0.6.0' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' @@ -70,7 +72,16 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -100,28 +95,28 @@ gem 'seed-fu', '~> 2.3.5' +@@ -92,7 +87,7 @@ gem 'fog-openstack', '~> 0.1' + gem 'fog-rackspace', '~> 0.1.1' + + # for Google storage +-gem 'google-api-client', '~> 0.8.6' ++gem 'google-api-client', '>= 0.8.6' + + # for aws storage + gem 'unf', '~> 0.1.4' +@@ -102,28 +97,28 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' @@ -105,7 +116,7 @@ gem 'unicorn-worker-killer', '~> 0.4.4' end -@@ -140,7 +135,7 @@ gem 'redis-namespace', '~> 1.5.2' +@@ -142,7 +137,7 @@ gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # HTTP requests @@ -114,7 +125,7 @@ # Colored output to console gem 'rainbow', '~> 2.1.0' -@@ -163,7 +158,7 @@ gem 'connection_pool', '~> 2.0' +@@ -165,7 +160,7 @@ gem 'connection_pool', '~> 2.0' gem 'hipchat', '~> 1.5.0' # JIRA integration @@ -123,12 +134,8 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -172,10 +167,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. - gem 'gemnasium-gitlab-service', '~> 0.2' - - # Slack integration --gem 'slack-notifier', '~> 1.2.0' -+gem 'slack-notifier', '>= 1.2.0' +@@ -177,13 +172,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' + gem 'slack-notifier', '~> 1.5.1' # Asana integration -gem 'asana', '~> 0.4.0' @@ -136,7 +143,14 @@ # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' -@@ -187,17 +182,17 @@ gem 'd3_rails', '~> 3.5.0' + + # Kubernetes integration +-gem 'kubeclient', '~> 2.2.0' ++gem 'kubeclient', '>= 2.2.0' + + # d3 + gem 'd3_rails', '~> 3.5.0' +@@ -192,17 +187,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -157,7 +171,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -217,114 +212,31 @@ gem 'chronic_duration', '~> 0.10.6' +@@ -222,116 +217,31 @@ gem 'chronic_duration', '~> 0.10.6' gem 'sass-rails', '~> 5.0.6' gem 'coffee-rails', '~> 4.1.0' @@ -216,14 +230,14 @@ -end - -group :development, :test do -- gem 'byebug', '~> 8.2.1', platform: :mri +- gem 'pry-byebug', '~> 3.4.1', platform: :mri - gem 'pry-rails', '~> 0.3.4' - - gem 'awesome_print', '~> 1.2.0', require: false - gem 'fuubar', '~> 2.0.0' - - gem 'database_cleaner', '~> 1.5.0' -- gem 'factory_girl_rails', '~> 4.6.0' +- gem 'factory_girl_rails', '~> 4.7.0' - gem 'rspec-rails', '~> 3.5.0' - gem 'rspec-retry', '~> 0.4.5' - gem 'spinach-rails', '~> 0.2.1' @@ -261,6 +275,8 @@ - gem 'knapsack', '~> 1.11.0' - - gem 'activerecord_sane_schema_dumper', '0.2' +- +- gem 'stackprof', '~> 0.2.10' -end - -group :test do @@ -280,8 +296,8 @@ gem 'mail_room', '~> 0.9.0' -@@ -340,8 +252,10 @@ gem 'oauth2', '~> 1.2.0' - gem 'paranoia', '~> 2.0' +@@ -347,8 +257,10 @@ gem 'oauth2', '~> 1.2.0' + gem 'paranoia', '~> 2.2' # Health check -gem 'health_check', '~> 2.2.0' Modified: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- head/www/gitlab/files/patch-config_database.yml.postgresql Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2017-02-14 21:48:43 UTC +--- config/database.yml.postgresql.orig 2017-03-19 14:19:38 UTC +++ config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode Modified: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab/files/patch-config_gitlab.yml.example Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Mon Mar 27 15:13:52 2017 (r437051) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2017-02-14 21:48:43 UTC +--- config/gitlab.yml.example.orig 2017-03-19 14:19:38 UTC +++ config/gitlab.yml.example -@@ -438,7 +438,7 @@ production: &base +@@ -454,7 +454,7 @@ production: &base # gitlab-shell invokes Dir.pwd inside the repository path and that results # real path not the symlink. storages: # You must have at least a `default` storage path. @@ -9,7 +9,7 @@ ## Backup settings backup: -@@ -463,12 +463,12 @@ production: &base +@@ -479,12 +479,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -25,7 +25,7 @@ # Git over HTTP upload_pack: true -@@ -481,7 +481,7 @@ production: &base +@@ -497,7 +497,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- config/initializers/1_settings.rb.orig 2017-02-14 21:48:43 UTC +--- config/initializers/1_settings.rb.orig 2017-03-19 14:19:38 UTC +++ config/initializers/1_settings.rb @@ -190,12 +190,8 @@ Settings.gitlab['email_subject_suffix'] Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) Modified: head/www/gitlab/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab/files/patch-config_unicorn.rb.example Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-02-14 21:48:43 UTC +--- config/unicorn.rb.example.orig 2017-03-19 14:19:38 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2017-02-14 21:48:43 UTC +--- lib/support/nginx/gitlab.orig 2017-03-19 14:19:38 UTC +++ lib/support/nginx/gitlab @@ -17,7 +17,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. @@ -8,8 +8,8 @@ + server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } - ## Normal HTTP host -@@ -63,7 +63,7 @@ server { + map $http_upgrade $connection_upgrade_gitlab { +@@ -70,7 +70,7 @@ server { error_page 502 /502.html; error_page 503 /503.html; location ~ ^/(404|422|500|502|503)\.html$ { Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2017-02-14 21:48:43 UTC +--- lib/support/nginx/gitlab-ssl.orig 2017-03-19 14:19:38 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. @@ -8,8 +8,8 @@ + server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } - ## Redirects all HTTP traffic to the HTTPS host -@@ -107,7 +107,7 @@ server { + map $http_upgrade $connection_upgrade_gitlab_ssl { +@@ -115,7 +115,7 @@ server { error_page 502 /502.html; error_page 503 /503.html; location ~ ^/(404|422|500|502|503)\.html$ { Modified: head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake ============================================================================== --- head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Mon Mar 27 15:13:52 2017 (r437051) @@ -1,4 +1,4 @@ ---- lib/tasks/gitlab/check.rake.orig 2017-03-21 16:35:39 UTC +--- lib/tasks/gitlab/check.rake.orig 2017-03-19 14:19:38 UTC +++ lib/tasks/gitlab/check.rake @@ -621,7 +621,7 @@ namespace :gitlab do end Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Mon Mar 27 15:07:10 2017 (r437050) +++ head/www/gitlab/pkg-plist Mon Mar 27 15:13:52 2017 (r437051) @@ -30,31 +30,7 @@ %%WWWDIR%%/README.md %%WWWDIR%%/Rakefile %%WWWDIR%%/VERSION -%%WWWDIR%%/app/assets/fonts/OFL.txt -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff2 -%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff -%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff2 +%%WWWDIR%%/app/assets/images/auth_buttons/authentiq_64.png %%WWWDIR%%/app/assets/images/auth_buttons/azure_64.png %%WWWDIR%%/app/assets/images/auth_buttons/bitbucket_64.png %%WWWDIR%%/app/assets/images/auth_buttons/facebook_64.png @@ -109,6 +85,8 @@ %%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js %%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js %%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js.es6 +%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selector.js.es6 +%%WWWDIR%%/app/assets/javascripts/blob/blob_dockerfile_selectors.js.es6 %%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js %%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js %%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js @@ -186,13 +164,15 @@ %%WWWDIR%%/app/assets/javascripts/environments/components/environment_item.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/components/environment_rollback.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/components/environment_stop.js.es6 +%%WWWDIR%%/app/assets/javascripts/environments/components/environment_terminal_button.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/environments_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/vue_resource_interceptor.js.es6 -%%WWWDIR%%/app/assets/javascripts/extensions/array.js +%%WWWDIR%%/app/assets/javascripts/extensions/array.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/element.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/jquery.js +%%WWWDIR%%/app/assets/javascripts/extensions/object.js.es6 %%WWWDIR%%/app/assets/javascripts/files_comment_button.js %%WWWDIR%%/app/assets/javascripts/flash.js %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.es6 @@ -228,6 +208,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js %%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js.es6 %%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/custom_event_polyfill.js.es6 %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/emoji_aliases.js.erb %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js @@ -253,6 +234,7 @@ %%WWWDIR%%/app/assets/javascripts/merged_buttons.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js +%%WWWDIR%%/app/assets/javascripts/mini_pipeline_graph_dropdown.js.es6 %%WWWDIR%%/app/assets/javascripts/namespace_select.js %%WWWDIR%%/app/assets/javascripts/network/branch_graph.js %%WWWDIR%%/app/assets/javascripts/network/network.js @@ -277,6 +259,7 @@ %%WWWDIR%%/app/assets/javascripts/project_new.js %%WWWDIR%%/app/assets/javascripts/project_select.js %%WWWDIR%%/app/assets/javascripts/project_show.js +%%WWWDIR%%/app/assets/javascripts/project_variables.js.es6 %%WWWDIR%%/app/assets/javascripts/projects_list.js %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6 %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_create.js.es6 @@ -284,6 +267,8 @@ %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit.js.es6 %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6 %%WWWDIR%%/app/assets/javascripts/protected_branches/protected_branches_bundle.js +%%WWWDIR%%/app/assets/javascripts/render_gfm.js +%%WWWDIR%%/app/assets/javascripts/render_math.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js %%WWWDIR%%/app/assets/javascripts/search.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js.es6 @@ -295,17 +280,20 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js %%WWWDIR%%/app/assets/javascripts/sidebar.js.es6 +%%WWWDIR%%/app/assets/javascripts/signin_tabs_memoizer.js.es6 %%WWWDIR%%/app/assets/javascripts/single_file_diff.js %%WWWDIR%%/app/assets/javascripts/smart_interval.js.es6 %%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js %%WWWDIR%%/app/assets/javascripts/snippets_list.js.es6 %%WWWDIR%%/app/assets/javascripts/star.js %%WWWDIR%%/app/assets/javascripts/subbable_resource.js.es6 -%%WWWDIR%%/app/assets/javascripts/subscription.js +%%WWWDIR%%/app/assets/javascripts/subscription.js.es6 %%WWWDIR%%/app/assets/javascripts/subscription_select.js %%WWWDIR%%/app/assets/javascripts/syntax_highlight.js %%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selector.js.es6 %%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js.es6 +%%WWWDIR%%/app/assets/javascripts/terminal/terminal.js.es6 +%%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/todos.js.es6 %%WWWDIR%%/app/assets/javascripts/tree.js %%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js @@ -319,29 +307,34 @@ %%WWWDIR%%/app/assets/javascripts/users/users_bundle.js %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/vue_common_component/commit.js.es6 -%%WWWDIR%%/app/assets/javascripts/wikis.js +%%WWWDIR%%/app/assets/javascripts/wikis.js.es6 %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss %%WWWDIR%%/app/assets/stylesheets/behaviors.scss %%WWWDIR%%/app/assets/stylesheets/framework.scss %%WWWDIR%%/app/assets/stylesheets/framework/animations.scss +%%WWWDIR%%/app/assets/stylesheets/framework/asciidoctor.scss %%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss +%%WWWDIR%%/app/assets/stylesheets/framework/awards.scss %%WWWDIR%%/app/assets/stylesheets/framework/blank.scss %%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss +%%WWWDIR%%/app/assets/stylesheets/framework/broadcast-messages.scss %%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss %%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss %%WWWDIR%%/app/assets/stylesheets/framework/callout.scss %%WWWDIR%%/app/assets/stylesheets/framework/common.scss %%WWWDIR%%/app/assets/stylesheets/framework/dropdowns.scss +%%WWWDIR%%/app/assets/stylesheets/framework/emojis.scss %%WWWDIR%%/app/assets/stylesheets/framework/files.scss %%WWWDIR%%/app/assets/stylesheets/framework/filters.scss %%WWWDIR%%/app/assets/stylesheets/framework/flash.scss -%%WWWDIR%%/app/assets/stylesheets/framework/fonts.scss %%WWWDIR%%/app/assets/stylesheets/framework/forms.scss %%WWWDIR%%/app/assets/stylesheets/framework/gfm.scss %%WWWDIR%%/app/assets/stylesheets/framework/gitlab-theme.scss %%WWWDIR%%/app/assets/stylesheets/framework/header.scss %%WWWDIR%%/app/assets/stylesheets/framework/highlight.scss +%%WWWDIR%%/app/assets/stylesheets/framework/icons.scss +%%WWWDIR%%/app/assets/stylesheets/framework/images.scss %%WWWDIR%%/app/assets/stylesheets/framework/issue_box.scss %%WWWDIR%%/app/assets/stylesheets/framework/jquery.scss %%WWWDIR%%/app/assets/stylesheets/framework/layout.scss @@ -358,6 +351,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/progress.scss %%WWWDIR%%/app/assets/stylesheets/framework/selects.scss %%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss +%%WWWDIR%%/app/assets/stylesheets/framework/snippets.scss %%WWWDIR%%/app/assets/stylesheets/framework/tables.scss %%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss %%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap.scss @@ -372,31 +366,22 @@ %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white.scss %%WWWDIR%%/app/assets/stylesheets/mailers/devise.scss -%%WWWDIR%%/app/assets/stylesheets/mailers/repository_push_email.scss +%%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss -%%WWWDIR%%/app/assets/stylesheets/pages/admin.scss -%%WWWDIR%%/app/assets/stylesheets/pages/appearances.scss -%%WWWDIR%%/app/assets/stylesheets/pages/awards.scss %%WWWDIR%%/app/assets/stylesheets/pages/boards.scss %%WWWDIR%%/app/assets/stylesheets/pages/builds.scss %%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss %%WWWDIR%%/app/assets/stylesheets/pages/commit.scss %%WWWDIR%%/app/assets/stylesheets/pages/commits.scss -%%WWWDIR%%/app/assets/stylesheets/pages/confirmation.scss %%WWWDIR%%/app/assets/stylesheets/pages/cycle_analytics.scss -%%WWWDIR%%/app/assets/stylesheets/pages/dashboard.scss %%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss -%%WWWDIR%%/app/assets/stylesheets/pages/emojis.scss %%WWWDIR%%/app/assets/stylesheets/pages/environments.scss -%%WWWDIR%%/app/assets/stylesheets/pages/errors.scss %%WWWDIR%%/app/assets/stylesheets/pages/events.scss -%%WWWDIR%%/app/assets/stylesheets/pages/explore.scss %%WWWDIR%%/app/assets/stylesheets/pages/graph.scss %%WWWDIR%%/app/assets/stylesheets/pages/groups.scss %%WWWDIR%%/app/assets/stylesheets/pages/help.scss -%%WWWDIR%%/app/assets/stylesheets/pages/icons.scss %%WWWDIR%%/app/assets/stylesheets/pages/import.scss %%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues.scss @@ -418,14 +403,11 @@ %%WWWDIR%%/app/assets/stylesheets/pages/search.scss %%WWWDIR%%/app/assets/stylesheets/pages/settings.scss %%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss -%%WWWDIR%%/app/assets/stylesheets/pages/snippets.scss %%WWWDIR%%/app/assets/stylesheets/pages/stat_graph.scss %%WWWDIR%%/app/assets/stylesheets/pages/status.scss -%%WWWDIR%%/app/assets/stylesheets/pages/tags.scss %%WWWDIR%%/app/assets/stylesheets/pages/todos.scss %%WWWDIR%%/app/assets/stylesheets/pages/tree.scss %%WWWDIR%%/app/assets/stylesheets/pages/ui_dev_kit.scss -%%WWWDIR%%/app/assets/stylesheets/pages/votes.scss %%WWWDIR%%/app/assets/stylesheets/pages/wiki.scss %%WWWDIR%%/app/assets/stylesheets/pages/xterm.scss %%WWWDIR%%/app/assets/stylesheets/print.scss @@ -469,12 +451,15 @@ %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb +%%WWWDIR%%/app/controllers/concerns/lfs_request.rb %%WWWDIR%%/app/controllers/concerns/membership_actions.rb %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb +%%WWWDIR%%/app/controllers/concerns/oauth_applications.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb %%WWWDIR%%/app/controllers/concerns/toggle_award_emoji.rb %%WWWDIR%%/app/controllers/concerns/toggle_subscription_action.rb +%%WWWDIR%%/app/controllers/concerns/workhorse_request.rb %%WWWDIR%%/app/controllers/confirmations_controller.rb %%WWWDIR%%/app/controllers/dashboard/application_controller.rb %%WWWDIR%%/app/controllers/dashboard/groups_controller.rb @@ -500,6 +485,7 @@ %%WWWDIR%%/app/controllers/import/base_controller.rb %%WWWDIR%%/app/controllers/import/bitbucket_controller.rb %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb +%%WWWDIR%%/app/controllers/import/gitea_controller.rb %%WWWDIR%%/app/controllers/import/github_controller.rb %%WWWDIR%%/app/controllers/import/gitlab_controller.rb %%WWWDIR%%/app/controllers/import/gitlab_projects_controller.rb @@ -528,6 +514,7 @@ %%WWWDIR%%/app/controllers/profiles_controller.rb %%WWWDIR%%/app/controllers/projects/application_controller.rb %%WWWDIR%%/app/controllers/projects/artifacts_controller.rb +%%WWWDIR%%/app/controllers/projects/autocomplete_sources_controller.rb %%WWWDIR%%/app/controllers/projects/avatars_controller.rb %%WWWDIR%%/app/controllers/projects/badges_controller.rb %%WWWDIR%%/app/controllers/projects/blame_controller.rb @@ -559,6 +546,7 @@ %%WWWDIR%%/app/controllers/projects/labels_controller.rb %%WWWDIR%%/app/controllers/projects/lfs_api_controller.rb %%WWWDIR%%/app/controllers/projects/lfs_storage_controller.rb +%%WWWDIR%%/app/controllers/projects/mattermosts_controller.rb %%WWWDIR%%/app/controllers/projects/merge_requests_controller.rb %%WWWDIR%%/app/controllers/projects/milestones_controller.rb %%WWWDIR%%/app/controllers/projects/network_controller.rb @@ -656,7 +644,7 @@ %%WWWDIR%%/app/helpers/javascript_helper.rb %%WWWDIR%%/app/helpers/kerberos_spnego_helper.rb %%WWWDIR%%/app/helpers/labels_helper.rb -%%WWWDIR%%/app/helpers/lfs_helper.rb +%%WWWDIR%%/app/helpers/mattermost_helper.rb %%WWWDIR%%/app/helpers/members_helper.rb %%WWWDIR%%/app/helpers/merge_requests_helper.rb %%WWWDIR%%/app/helpers/milestones_helper.rb @@ -714,6 +702,7 @@ %%WWWDIR%%/app/models/ci/pipeline.rb %%WWWDIR%%/app/models/ci/runner.rb %%WWWDIR%%/app/models/ci/runner_project.rb +%%WWWDIR%%/app/models/ci/stage.rb %%WWWDIR%%/app/models/ci/trigger.rb %%WWWDIR%%/app/models/ci/trigger_request.rb %%WWWDIR%%/app/models/ci/variable.rb @@ -737,7 +726,9 @@ %%WWWDIR%%/app/models/concerns/participable.rb %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb %%WWWDIR%%/app/models/concerns/protected_branch_access.rb +%%WWWDIR%%/app/models/concerns/reactive_caching.rb %%WWWDIR%%/app/models/concerns/referable.rb +%%WWWDIR%%/app/models/concerns/routable.rb %%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb %%WWWDIR%%/app/models/concerns/sortable.rb %%WWWDIR%%/app/models/concerns/spammable.rb @@ -809,9 +800,19 @@ %%WWWDIR%%/app/models/project_services/buildkite_service.rb %%WWWDIR%%/app/models/project_services/builds_email_service.rb %%WWWDIR%%/app/models/project_services/campfire_service.rb -%%WWWDIR%%/app/models/project_services/chat_service.rb +%%WWWDIR%%/app/models/project_services/chat_message/base_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/build_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/issue_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/merge_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/note_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/pipeline_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/push_message.rb +%%WWWDIR%%/app/models/project_services/chat_message/wiki_page_message.rb +%%WWWDIR%%/app/models/project_services/chat_notification_service.rb +%%WWWDIR%%/app/models/project_services/chat_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/ci_service.rb %%WWWDIR%%/app/models/project_services/custom_issue_tracker_service.rb +%%WWWDIR%%/app/models/project_services/deployment_service.rb %%WWWDIR%%/app/models/project_services/drone_ci_service.rb %%WWWDIR%%/app/models/project_services/emails_on_push_service.rb %%WWWDIR%%/app/models/project_services/external_wiki_service.rb @@ -823,20 +824,15 @@ %%WWWDIR%%/app/models/project_services/irker_service.rb %%WWWDIR%%/app/models/project_services/issue_tracker_service.rb %%WWWDIR%%/app/models/project_services/jira_service.rb +%%WWWDIR%%/app/models/project_services/kubernetes_service.rb +%%WWWDIR%%/app/models/project_services/mattermost_service.rb %%WWWDIR%%/app/models/project_services/mattermost_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/pipelines_email_service.rb %%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb %%WWWDIR%%/app/models/project_services/pushover_service.rb %%WWWDIR%%/app/models/project_services/redmine_service.rb %%WWWDIR%%/app/models/project_services/slack_service.rb -%%WWWDIR%%/app/models/project_services/slack_service/base_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/build_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/issue_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/merge_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/note_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/pipeline_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/push_message.rb -%%WWWDIR%%/app/models/project_services/slack_service/wiki_page_message.rb +%%WWWDIR%%/app/models/project_services/slack_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/teamcity_service.rb %%WWWDIR%%/app/models/project_snippet.rb %%WWWDIR%%/app/models/project_team.rb @@ -846,6 +842,7 @@ %%WWWDIR%%/app/models/protected_branch/push_access_level.rb %%WWWDIR%%/app/models/release.rb %%WWWDIR%%/app/models/repository.rb +%%WWWDIR%%/app/models/route.rb %%WWWDIR%%/app/models/security_event.rb %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb @@ -908,6 +905,7 @@ %%WWWDIR%%/app/serializers/merge_request_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb %%WWWDIR%%/app/serializers/user_entity.rb +%%WWWDIR%%/app/services/access_token_validation_service.rb %%WWWDIR%%/app/services/after_branch_delete_service.rb %%WWWDIR%%/app/services/akismet_service.rb %%WWWDIR%%/app/services/audit_event_service.rb @@ -946,6 +944,8 @@ %%WWWDIR%%/app/services/delete_tag_service.rb %%WWWDIR%%/app/services/delete_user_service.rb %%WWWDIR%%/app/services/destroy_group_service.rb +%%WWWDIR%%/app/services/discussions/base_service.rb +%%WWWDIR%%/app/services/discussions/resolve_service.rb %%WWWDIR%%/app/services/event_create_service.rb %%WWWDIR%%/app/services/files/base_service.rb %%WWWDIR%%/app/services/files/create_dir_service.rb @@ -965,6 +965,7 @@ %%WWWDIR%%/app/services/issuable/bulk_update_service.rb %%WWWDIR%%/app/services/issuable_base_service.rb %%WWWDIR%%/app/services/issues/base_service.rb +%%WWWDIR%%/app/services/issues/build_service.rb %%WWWDIR%%/app/services/issues/close_service.rb %%WWWDIR%%/app/services/issues/create_service.rb %%WWWDIR%%/app/services/issues/move_service.rb @@ -986,7 +987,7 @@ %%WWWDIR%%/app/services/merge_requests/get_urls_service.rb %%WWWDIR%%/app/services/merge_requests/merge_request_diff_cache_service.rb %%WWWDIR%%/app/services/merge_requests/merge_service.rb -%%WWWDIR%%/app/services/merge_requests/merge_when_build_succeeds_service.rb +%%WWWDIR%%/app/services/merge_requests/merge_when_pipeline_succeeds_service.rb %%WWWDIR%%/app/services/merge_requests/post_merge_service.rb %%WWWDIR%%/app/services/merge_requests/refresh_service.rb %%WWWDIR%%/app/services/merge_requests/reopen_service.rb @@ -1006,7 +1007,6 @@ %%WWWDIR%%/app/services/notes/slash_commands_service.rb %%WWWDIR%%/app/services/notes/update_service.rb %%WWWDIR%%/app/services/notification_service.rb -%%WWWDIR%%/app/services/oauth2/access_token_validation_service.rb %%WWWDIR%%/app/services/projects/autocomplete_service.rb %%WWWDIR%%/app/services/projects/create_service.rb %%WWWDIR%%/app/services/projects/destroy_service.rb @@ -1040,6 +1040,7 @@ %%WWWDIR%%/app/services/update_snippet_service.rb %%WWWDIR%%/app/services/user_agent_detail_service.rb %%WWWDIR%%/app/services/user_project_access_changed_service.rb +%%WWWDIR%%/app/services/users/refresh_authorized_projects_service.rb %%WWWDIR%%/app/services/wiki_pages/base_service.rb %%WWWDIR%%/app/services/wiki_pages/create_service.rb %%WWWDIR%%/app/services/wiki_pages/update_service.rb @@ -1047,14 +1048,17 @@ %%WWWDIR%%/app/uploaders/attachment_uploader.rb %%WWWDIR%%/app/uploaders/avatar_uploader.rb %%WWWDIR%%/app/uploaders/file_uploader.rb +%%WWWDIR%%/app/uploaders/gitlab_uploader.rb %%WWWDIR%%/app/uploaders/lfs_object_uploader.rb %%WWWDIR%%/app/uploaders/uploader_helper.rb %%WWWDIR%%/app/validators/addressable_url_validator.rb %%WWWDIR%%/app/validators/color_validator.rb %%WWWDIR%%/app/validators/email_validator.rb +%%WWWDIR%%/app/validators/importable_url_validator.rb %%WWWDIR%%/app/validators/line_code_validator.rb %%WWWDIR%%/app/validators/namespace_name_validator.rb %%WWWDIR%%/app/validators/namespace_validator.rb +%%WWWDIR%%/app/validators/project_path_validator.rb %%WWWDIR%%/app/validators/url_validator.rb %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml %%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml @@ -1132,6 +1136,8 @@ %%WWWDIR%%/app/views/award_emoji/_awards_block.html.haml %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml +%%WWWDIR%%/app/views/ci/status/_badge.html.haml +%%WWWDIR%%/app/views/ci/status/_graph_badge.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml %%WWWDIR%%/app/views/dashboard/_groups_head.html.haml @@ -1263,6 +1269,7 @@ %%WWWDIR%%/app/views/help/shortcuts.js.haml %%WWWDIR%%/app/views/help/show.html.haml %%WWWDIR%%/app/views/help/ui.html.haml +%%WWWDIR%%/app/views/import/_githubish_status.html.haml %%WWWDIR%%/app/views/import/base/create.js.haml %%WWWDIR%%/app/views/import/base/unauthorized.js.haml %%WWWDIR%%/app/views/import/bitbucket/deploy_key.js.haml @@ -1270,6 +1277,8 @@ %%WWWDIR%%/app/views/import/fogbugz/new.html.haml %%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml %%WWWDIR%%/app/views/import/fogbugz/status.html.haml +%%WWWDIR%%/app/views/import/gitea/new.html.haml +%%WWWDIR%%/app/views/import/gitea/status.html.haml %%WWWDIR%%/app/views/import/github/new.html.haml %%WWWDIR%%/app/views/import/github/status.html.haml %%WWWDIR%%/app/views/import/gitlab/status.html.haml @@ -1327,10 +1336,14 @@ %%WWWDIR%%/app/views/layouts/search.html.haml %%WWWDIR%%/app/views/layouts/snippets.html.haml %%WWWDIR%%/app/views/notify/_note_message.html.haml +%%WWWDIR%%/app/views/notify/_note_message.text.erb +%%WWWDIR%%/app/views/notify/_note_mr_or_commit_email.html.haml +%%WWWDIR%%/app/views/notify/_note_mr_or_commit_email.text.erb %%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml %%WWWDIR%%/app/views/notify/_reassigned_issuable_email.text.erb %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.html.haml %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.text.erb +%%WWWDIR%%/app/views/notify/_simple_diff.text.erb %%WWWDIR%%/app/views/notify/build_fail_email.html.haml %%WWWDIR%%/app/views/notify/build_fail_email.text.erb %%WWWDIR%%/app/views/notify/build_success_email.html.haml @@ -1426,6 +1439,7 @@ %%WWWDIR%%/app/views/profiles/notifications/show.html.haml %%WWWDIR%%/app/views/profiles/passwords/edit.html.haml %%WWWDIR%%/app/views/profiles/passwords/new.html.haml +%%WWWDIR%%/app/views/profiles/personal_access_tokens/_form.html.haml %%WWWDIR%%/app/views/profiles/personal_access_tokens/index.html.haml %%WWWDIR%%/app/views/profiles/preferences/show.html.haml %%WWWDIR%%/app/views/profiles/preferences/update.js.erb @@ -1501,16 +1515,12 @@ %%WWWDIR%%/app/views/projects/buttons/_koding.html.haml %%WWWDIR%%/app/views/projects/buttons/_star.html.haml %%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml -%%WWWDIR%%/app/views/projects/ci/builds/_build_pipeline.html.haml %%WWWDIR%%/app/views/projects/ci/pipelines/_pipeline.html.haml %%WWWDIR%%/app/views/projects/commit/_builds.html.haml %%WWWDIR%%/app/views/projects/commit/_change.html.haml %%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml -%%WWWDIR%%/app/views/projects/commit/_ci_stage.html.haml %%WWWDIR%%/app/views/projects/commit/_commit_box.html.haml %%WWWDIR%%/app/views/projects/commit/_pipeline.html.haml -%%WWWDIR%%/app/views/projects/commit/_pipeline_stage.html.haml -%%WWWDIR%%/app/views/projects/commit/_pipeline_status_group.html.haml %%WWWDIR%%/app/views/projects/commit/_pipelines_list.haml %%WWWDIR%%/app/views/projects/commit/branches.html.haml %%WWWDIR%%/app/views/projects/commit/builds.html.haml @@ -1557,17 +1567,18 @@ %%WWWDIR%%/app/views/projects/environments/_external_url.html.haml %%WWWDIR%%/app/views/projects/environments/_form.html.haml %%WWWDIR%%/app/views/projects/environments/_stop.html.haml +%%WWWDIR%%/app/views/projects/environments/_terminal_button.html.haml %%WWWDIR%%/app/views/projects/environments/edit.html.haml %%WWWDIR%%/app/views/projects/environments/index.html.haml %%WWWDIR%%/app/views/projects/environments/new.html.haml %%WWWDIR%%/app/views/projects/environments/show.html.haml +%%WWWDIR%%/app/views/projects/environments/terminal.html.haml %%WWWDIR%%/app/views/projects/find_file/show.html.haml %%WWWDIR%%/app/views/projects/forks/_projects.html.haml %%WWWDIR%%/app/views/projects/forks/error.html.haml %%WWWDIR%%/app/views/projects/forks/index.html.haml %%WWWDIR%%/app/views/projects/forks/new.html.haml %%WWWDIR%%/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml -%%WWWDIR%%/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml %%WWWDIR%%/app/views/projects/graphs/_head.html.haml %%WWWDIR%%/app/views/projects/graphs/ci.html.haml %%WWWDIR%%/app/views/projects/graphs/ci/_build_times.haml @@ -1601,6 +1612,9 @@ %%WWWDIR%%/app/views/projects/labels/edit.html.haml %%WWWDIR%%/app/views/projects/labels/index.html.haml %%WWWDIR%%/app/views/projects/labels/new.html.haml +%%WWWDIR%%/app/views/projects/mattermosts/_no_teams.html.haml +%%WWWDIR%%/app/views/projects/mattermosts/_team_selection.html.haml +%%WWWDIR%%/app/views/projects/mattermosts/new.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_merge_request.html.haml @@ -1675,8 +1689,10 @@ %%WWWDIR%%/app/views/projects/notes/_note.html.haml %%WWWDIR%%/app/views/projects/notes/_notes.html.haml %%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml +%%WWWDIR%%/app/views/projects/pipelines/_graph.html.haml %%WWWDIR%%/app/views/projects/pipelines/_head.html.haml %%WWWDIR%%/app/views/projects/pipelines/_info.html.haml +%%WWWDIR%%/app/views/projects/pipelines/_stage.html.haml %%WWWDIR%%/app/views/projects/pipelines/_with_tabs.html.haml %%WWWDIR%%/app/views/projects/pipelines/index.html.haml %%WWWDIR%%/app/views/projects/pipelines/new.html.haml @@ -1713,7 +1729,10 @@ %%WWWDIR%%/app/views/projects/services/_form.html.haml %%WWWDIR%%/app/views/projects/services/edit.html.haml %%WWWDIR%%/app/views/projects/services/index.html.haml +%%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_detailed_help.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_help.html.haml +%%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml +%%WWWDIR%%/app/views/projects/services/slack_slash_commands/_help.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml %%WWWDIR%%/app/views/projects/snippets/_actions.html.haml @@ -1721,6 +1740,9 @@ %%WWWDIR%%/app/views/projects/snippets/index.html.haml %%WWWDIR%%/app/views/projects/snippets/new.html.haml %%WWWDIR%%/app/views/projects/snippets/show.html.haml +%%WWWDIR%%/app/views/projects/stage/_graph.html.haml +%%WWWDIR%%/app/views/projects/stage/_in_stage_group.html.haml +%%WWWDIR%%/app/views/projects/stage/_stage.html.haml %%WWWDIR%%/app/views/projects/tags/_tag.html.haml %%WWWDIR%%/app/views/projects/tags/destroy.js.haml %%WWWDIR%%/app/views/projects/tags/index.html.haml @@ -1747,8 +1769,8 @@ %%WWWDIR%%/app/views/projects/variables/show.html.haml %%WWWDIR%%/app/views/projects/wikis/_form.html.haml %%WWWDIR%%/app/views/projects/wikis/_main_links.html.haml -%%WWWDIR%%/app/views/projects/wikis/_nav.html.haml %%WWWDIR%%/app/views/projects/wikis/_new.html.haml +%%WWWDIR%%/app/views/projects/wikis/_sidebar.html.haml %%WWWDIR%%/app/views/projects/wikis/edit.html.haml %%WWWDIR%%/app/views/projects/wikis/empty.html.haml %%WWWDIR%%/app/views/projects/wikis/git_access.html.haml @@ -1818,6 +1840,7 @@ %%WWWDIR%%/app/views/shared/icons/_contributionanalytics.svg %%WWWDIR%%/app/views/shared/icons/_delta.svg %%WWWDIR%%/app/views/shared/icons/_files.svg +%%WWWDIR%%/app/views/shared/icons/_go_logo.svg.erb %%WWWDIR%%/app/views/shared/icons/_group.svg.erb %%WWWDIR%%/app/views/shared/icons/_icon_close.svg %%WWWDIR%%/app/views/shared/icons/_icon_commit.svg @@ -1831,22 +1854,38 @@ %%WWWDIR%%/app/views/shared/icons/_icon_play.svg %%WWWDIR%%/app/views/shared/icons/_icon_soft_wrap.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_canceled.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_canceled_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_created.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_created_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_failed.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_failed_borderless.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_manual.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_manual_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_pending.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_pending_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_running.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_running_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_skipped.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_skipped_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_success.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_success_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg +%%WWWDIR%%/app/views/shared/icons/_icon_status_warning_borderless.svg +%%WWWDIR%%/app/views/shared/icons/_icon_terminal.svg %%WWWDIR%%/app/views/shared/icons/_icon_timer.svg %%WWWDIR%%/app/views/shared/icons/_illustration_no_commits.svg %%WWWDIR%%/app/views/shared/icons/_issues.svg.erb +%%WWWDIR%%/app/views/shared/icons/_mattermost_logo.svg.erb %%WWWDIR%%/app/views/shared/icons/_members.svg %%WWWDIR%%/app/views/shared/icons/_milestones.svg %%WWWDIR%%/app/views/shared/icons/_mr.svg %%WWWDIR%%/app/views/shared/icons/_next_discussion.svg %%WWWDIR%%/app/views/shared/icons/_pipelines.svg %%WWWDIR%%/app/views/shared/icons/_project.svg.erb +%%WWWDIR%%/app/views/shared/icons/_scroll_down.svg +%%WWWDIR%%/app/views/shared/icons/_scroll_down_hover_active.svg +%%WWWDIR%%/app/views/shared/icons/_scroll_up.svg +%%WWWDIR%%/app/views/shared/icons/_scroll_up_hover_active.svg %%WWWDIR%%/app/views/shared/icons/_wiki.svg %%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml @@ -1858,6 +1897,9 @@ %%WWWDIR%%/app/views/shared/issuable/_participants.html.haml %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_description.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_metadata.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_template_selector.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_title.html.haml %%WWWDIR%%/app/views/shared/labels/_form.html.haml @@ -1865,6 +1907,8 @@ %%WWWDIR%%/app/views/shared/members/_group.html.haml %%WWWDIR%%/app/views/shared/members/_member.html.haml %%WWWDIR%%/app/views/shared/members/_requests.html.haml +%%WWWDIR%%/app/views/shared/members/_sort_dropdown.html.haml +%%WWWDIR%%/app/views/shared/milestones/_form_dates.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuable.html.haml %%WWWDIR%%/app/views/shared/milestones/_issuables.html.haml %%WWWDIR%%/app/views/shared/milestones/_issues_tab.html.haml @@ -1885,6 +1929,8 @@ %%WWWDIR%%/app/views/shared/snippets/_form.html.haml %%WWWDIR%%/app/views/shared/snippets/_header.html.haml %%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml +%%WWWDIR%%/app/views/shared/tokens/_scopes_form.html.haml +%%WWWDIR%%/app/views/shared/tokens/_scopes_list.html.haml %%WWWDIR%%/app/views/shared/web_hooks/_form.html.haml %%WWWDIR%%/app/views/sherlock/file_samples/show.html.haml %%WWWDIR%%/app/views/sherlock/queries/_backtrace.html.haml @@ -1897,6 +1943,7 @@ %%WWWDIR%%/app/views/sherlock/transactions/show.html.haml %%WWWDIR%%/app/views/snippets/_actions.html.haml %%WWWDIR%%/app/views/snippets/_snippets.html.haml +%%WWWDIR%%/app/views/snippets/_snippets_scope_menu.html.haml %%WWWDIR%%/app/views/snippets/edit.html.haml %%WWWDIR%%/app/views/snippets/index.html.haml %%WWWDIR%%/app/views/snippets/new.html.haml @@ -1948,6 +1995,7 @@ %%WWWDIR%%/app/workers/project_service_worker.rb %%WWWDIR%%/app/workers/project_web_hook_worker.rb %%WWWDIR%%/app/workers/prune_old_events_worker.rb +%%WWWDIR%%/app/workers/reactive_caching_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb %%WWWDIR%%/app/workers/remove_expired_members_worker.rb %%WWWDIR%%/app/workers/remove_unreferenced_lfs_objects_worker.rb @@ -1974,6 +2022,7 @@ @(git,,544) %%WWWDIR%%/bin/rails @(git,,544) %%WWWDIR%%/bin/rake @(git,,544) %%WWWDIR%%/bin/rspec +@(git,,544) %%WWWDIR%%/bin/rspec-stackprof @(git,,544) %%WWWDIR%%/bin/setup @(git,,544) %%WWWDIR%%/bin/spinach @(git,,544) %%WWWDIR%%/bin/spring @@ -1983,6 +2032,7 @@ %%WWWDIR%%/changelogs/archive.md %%WWWDIR%%/changelogs/unreleased/repository-name-emojis %%WWWDIR%%/config.ru +%%WWWDIR%%/config/README.md %%WWWDIR%%/config/application.rb %%WWWDIR%%/config/aws.yml.example %%WWWDIR%%/config/boot.rb @@ -2018,6 +2068,7 @@ %%WWWDIR%%/config/initializers/devise_password_length.rb.example %%WWWDIR%%/config/initializers/disable_email_interceptor.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 27 15:30:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11318D20C62; Mon, 27 Mar 2017 15:30:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4EF1A59; Mon, 27 Mar 2017 15:30:54 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RFUrMT042869; Mon, 27 Mar 2017 15:30:53 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RFUrib042868; Mon, 27 Mar 2017 15:30:53 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703271530.v2RFUrib042868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 27 Mar 2017 15:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437052 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:30:55 -0000 Author: tz Date: Mon Mar 27 15:30:53 2017 New Revision: 437052 URL: https://svnweb.freebsd.org/changeset/ports/437052 Log: www/gitlab: set link to upgrade guide according to new version 8.15 Modified: head/www/gitlab/pkg-message Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Mon Mar 27 15:13:52 2017 (r437051) +++ head/www/gitlab/pkg-message Mon Mar 27 15:30:53 2017 (r437052) @@ -11,6 +11,6 @@ the instructions in the guide at: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 8.13.x to 8.14.x, please follow the instructions in the guide at: +switched from 8.14.x to 8.15.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.13-to-8.14-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.14-to-8.15-freebsd.md From owner-svn-ports-all@freebsd.org Mon Mar 27 15:46:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E59AD20106; Mon, 27 Mar 2017 15:46:10 +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 3FFC767E; Mon, 27 Mar 2017 15:46:10 +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 v2RFk9Mp050876; Mon, 27 Mar 2017 15:46:09 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RFk9G1050874; Mon, 27 Mar 2017 15:46:09 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271546.v2RFk9G1050874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 15:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437053 - head/x11/kde4-workspace/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:46:10 -0000 Author: rakuco Date: Mon Mar 27 15:46:08 2017 New Revision: 437053 URL: https://svnweb.freebsd.org/changeset/ports/437053 Log: Unbreak after r436971. Import some commits from kde-workspace's git repository, and add another one to make sure we are linking against the full path to libXss.so and not just passing "-lXss" to the linker. rezny@ has a patch to update kde-workspace to its latest (and last) release in Phabricator, but I'm landing this one to unbreak the build in the meantime. Added: head/x11/kde4-workspace/files/patch-git_0f43493 (contents, props changed) head/x11/kde4-workspace/files/patch-git_68a4d76 (contents, props changed) head/x11/kde4-workspace/files/patch-plasma_generic_applets_systemtray_CMakeLists.txt (contents, props changed) Added: head/x11/kde4-workspace/files/patch-git_0f43493 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-git_0f43493 Mon Mar 27 15:46:08 2017 (r437053) @@ -0,0 +1,34 @@ +Fixes the build with kdelibs 4.14.30. + +commit 0f4349389875fa7452ec0a9d0a468be1e14cda33 +Author: Kevin Ottens +Date: Mon Jul 20 19:56:53 2015 +0200 + + Link to proper targets + +diff --git a/plasma/generic/dataengines/akonadi/CMakeLists.txt b/plasma/generic/dataengines/akonadi/CMakeLists.txt +index 7f0dd346a4..091e76bd00 100644 +--- a/plasma/generic/dataengines/akonadi/CMakeLists.txt ++++ b/plasma/generic/dataengines/akonadi/CMakeLists.txt +@@ -21,7 +21,7 @@ target_link_libraries( + ${KDE4_AKONADI_KMIME_LIBS} + ${KDE4_KABC_LIBS} + ${QT_QTXML_LIBRARY} +- microblog ++ ${KDE4_MICROBLOG_LIBS} + ) + + install(TARGETS plasma_engine_akonadi DESTINATION ${PLUGIN_INSTALL_DIR}) +diff --git a/plasma/generic/dataengines/calendar/CMakeLists.txt b/plasma/generic/dataengines/calendar/CMakeLists.txt +index 6ad3b61046..fb0893da0e 100644 +--- a/plasma/generic/dataengines/calendar/CMakeLists.txt ++++ b/plasma/generic/dataengines/calendar/CMakeLists.txt +@@ -33,7 +33,7 @@ target_link_libraries( + if(Akonadi_FOUND) + target_link_libraries( + plasma_engine_calendar +- akonadi-calendar ++ ${KDEPIMLIBS_AKONADI_CALENDAR_LIBS} + ${KDE4_AKONADI_LIBS} + ${KDEPIMLIBS_AKONADI_KCAL_LIBS} + ) Added: head/x11/kde4-workspace/files/patch-git_68a4d76 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-git_68a4d76 Mon Mar 27 15:46:08 2017 (r437053) @@ -0,0 +1,28 @@ +Fixes the build with x11/kdelibs4 4.14.30. + +commit 68a4d76ceb7e9b8aa9f15f2231f806e74c91ec6d +Author: Kevin Ottens +Date: Mon Jul 20 19:11:37 2015 +0200 + + Avoid target name clash + +diff --git a/libs/ksysguard/tests/CMakeLists.txt b/libs/ksysguard/tests/CMakeLists.txt +index d472fd7e0a..2269b18ee1 100644 +--- libs/ksysguard/tests/CMakeLists.txt ++++ libs/ksysguard/tests/CMakeLists.txt +@@ -12,13 +12,13 @@ target_link_libraries(processtest processui ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIB + + # KSignalPlotter benchmark + set( signalplotterbenchmark_SRCS signalplotterbenchmark.cpp ../signalplotter/ksignalplotter.cpp) +-kde4_add_unit_test( signalplotterbenchmark TESTNAME ksysguard-signalplottertest ${signalplotterbenchmark_SRCS} ) ++kde4_add_unit_test( signalplotterbenchmark TESTNAME ksysguard-signalplotterbenchmark ${signalplotterbenchmark_SRCS} ) + target_link_libraries( signalplotterbenchmark ${KDE4_KDEUI_LIBS} ${QT_QTTEST_LIBRARY} ${QT_QTBENCHMARK_LIBRARY} ) + + + # KGraphicsSignalPlotter benchmark + set( graphicssignalplotterbenchmark_SRCS graphicssignalplotterbenchmark.cpp ../signalplotter/kgraphicssignalplotter.cpp) +-kde4_add_unit_test( graphicssignalplotterbenchmark TESTNAME ksysguard-signalplottertest ${graphicssignalplotterbenchmark_SRCS} ) ++kde4_add_unit_test( graphicssignalplotterbenchmark TESTNAME ksysguard-graphicssignalplotterbenchmark ${graphicssignalplotterbenchmark_SRCS} ) + target_link_libraries( graphicssignalplotterbenchmark ${KDE4_KDEUI_LIBS} ${QT_QTTEST_LIBRARY} ${QT_QTBENCHMARK_LIBRARY} ) + + Added: head/x11/kde4-workspace/files/patch-plasma_generic_applets_systemtray_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-plasma_generic_applets_systemtray_CMakeLists.txt Mon Mar 27 15:46:08 2017 (r437053) @@ -0,0 +1,16 @@ +Link to the full library as detected by CMake, so that the linker is passed +"/full/path/to/libXss.so" instead of "-lXss", which can fail if -L/full/path/to +is not passed as well. + +Not upstreamed because upstream is no longer releasing kde-workspace. +--- plasma/generic/applets/systemtray/CMakeLists.txt ++++ plasma/generic/applets/systemtray/CMakeLists.txt +@@ -43,7 +43,7 @@ include (CheckLibraryExists) + check_library_exists (Xss XScreenSaverQueryInfo "" HAVE_LIBXSS) + configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) + IF (HAVE_LIBXSS) +- SET (IDLE_DETECTION_LIB "Xss") ++ SET (IDLE_DETECTION_LIB ${X11_Xscreensaver_LIB}) + ENDIF (HAVE_LIBXSS) + + kde4_add_plugin(plasma_applet_systemtray ${systemtray_SRCS}) From owner-svn-ports-all@freebsd.org Mon Mar 27 15:51:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE4AAD2030F; Mon, 27 Mar 2017 15:51: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 AB26EAB0; Mon, 27 Mar 2017 15:51: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 v2RFputc051849; Mon, 27 Mar 2017 15:51:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RFpuxk051848; Mon, 27 Mar 2017 15:51:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271551.v2RFpuxk051848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 15:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437054 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 15:51:58 -0000 Author: sunpoet Date: Mon Mar 27 15:51:56 2017 New Revision: 437054 URL: https://svnweb.freebsd.org/changeset/ports/437054 Log: Remove duplicate CATEGORIES Approved by: portmgr (blanket) Modified: head/www/gitlab/Makefile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon Mar 27 15:46:08 2017 (r437053) +++ head/www/gitlab/Makefile Mon Mar 27 15:51:56 2017 (r437054) @@ -5,7 +5,6 @@ PORTNAME= gitlab PORTVERSION= 8.15.8 DISTVERSIONPREFIX= v CATEGORIES= www devel -CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org COMMENT= Web GUI for managing git repositories From owner-svn-ports-all@freebsd.org Mon Mar 27 16:06:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D71D2080E; Mon, 27 Mar 2017 16:06:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18DEB7E8; Mon, 27 Mar 2017 16:06:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RG6KFb059008; Mon, 27 Mar 2017 16:06:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RG6J3M059005; Mon, 27 Mar 2017 16:06:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703271606.v2RG6J3M059005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 27 Mar 2017 16:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437055 - in head/devel/nspr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:06:21 -0000 Author: jbeich Date: Mon Mar 27 16:06:19 2017 New Revision: 437055 URL: https://svnweb.freebsd.org/changeset/ports/437055 Log: devel/nspr: use localtime_r and PTHREAD_MUTEX_ADAPTIVE_NP Added: head/devel/nspr/files/patch-bug1350414 (contents, props changed) head/devel/nspr/files/patch-bug1350966 (contents, props changed) Modified: head/devel/nspr/Makefile (contents, props changed) Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Mon Mar 27 15:51:56 2017 (r437054) +++ head/devel/nspr/Makefile Mon Mar 27 16:06:19 2017 (r437055) @@ -3,6 +3,7 @@ PORTNAME= nspr DISTVERSION= 4.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Added: head/devel/nspr/files/patch-bug1350414 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nspr/files/patch-bug1350414 Mon Mar 27 16:06:19 2017 (r437055) @@ -0,0 +1,55 @@ +--- configure~ ++++ configure +@@ -6730,6 +6730,8 @@ tools are selected during the Xcode/Developer Tools installation." "$LINENO" 5 + + $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h + ++ $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h ++ + CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall" + MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + if test "$MOZ_OBJFORMAT" = "elf"; then +@@ -7340,6 +7342,8 @@ $as_echo "$as_me: WARNING: Unknown version of the Microsoft (R) Manifest Tool." + + $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h + ++ $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h ++ + if test -z "$USE_NSPR_THREADS"; then + USE_PTHREADS=1 + fi +@@ -7396,6 +7400,8 @@ $as_echo "$as_me: WARNING: Unknown version of the Microsoft (R) Manifest Tool." + + $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h + ++ $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h ++ + CFLAGS="$CFLAGS -ansi -Wall" + CXXFLAGS="$CXXFLAGS -ansi -Wall" + DLL_SUFFIX=so.1.0 +--- configure.in~ ++++ configure.in +@@ -1554,6 +1554,7 @@ tools are selected during the Xcode/Developer Tools installation.]) + AC_DEFINE(FREEBSD) + AC_DEFINE(HAVE_BSD_FLOCK) + AC_DEFINE(HAVE_SOCKLEN_T) ++ AC_DEFINE(HAVE_POINTER_LOCALTIME_R) + CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall" + MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + if test "$MOZ_OBJFORMAT" = "elf"; then +@@ -2114,6 +2115,7 @@ tools are selected during the Xcode/Developer Tools installation.]) + AC_DEFINE(NETBSD) + AC_DEFINE(HAVE_BSD_FLOCK) + AC_DEFINE(HAVE_SOCKLEN_T) ++ AC_DEFINE(HAVE_POINTER_LOCALTIME_R) + if test -z "$USE_NSPR_THREADS"; then + USE_PTHREADS=1 + fi +@@ -2162,6 +2164,7 @@ tools are selected during the Xcode/Developer Tools installation.]) + AC_DEFINE(OPENBSD) + AC_DEFINE(HAVE_BSD_FLOCK) + AC_DEFINE(HAVE_SOCKLEN_T) ++ AC_DEFINE(HAVE_POINTER_LOCALTIME_R) + CFLAGS="$CFLAGS -ansi -Wall" + CXXFLAGS="$CXXFLAGS -ansi -Wall" + DLL_SUFFIX=so.1.0 Added: head/devel/nspr/files/patch-bug1350966 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nspr/files/patch-bug1350966 Mon Mar 27 16:06:19 2017 (r437055) @@ -0,0 +1,17 @@ +--- pr/src/pthreads/ptsynch.c~ ++++ pr/src/pthreads/ptsynch.c +@@ -55,12 +55,11 @@ void _PR_InitLocks(void) + rv = _PT_PTHREAD_MUTEXATTR_INIT(&_pt_mattr); + PR_ASSERT(0 == rv); + +-#ifdef LINUX +-#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) ++#if (defined(LINUX) && (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) || \ ++ (defined(FREEBSD) && __FreeBSD_version > 700055) + rv = pthread_mutexattr_settype(&_pt_mattr, PTHREAD_MUTEX_ADAPTIVE_NP); + PR_ASSERT(0 == rv); + #endif +-#endif + + rv = _PT_PTHREAD_CONDATTR_INIT(&_pt_cvar_attr); + PR_ASSERT(0 == rv); From owner-svn-ports-all@freebsd.org Mon Mar 27 16:09:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA641D2087A; Mon, 27 Mar 2017 16:09:38 +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 9747A921; Mon, 27 Mar 2017 16:09:38 +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 v2RG9bUN059204; Mon, 27 Mar 2017 16:09:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RG9bN0059203; Mon, 27 Mar 2017 16:09:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703271609.v2RG9bN0059203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 16:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437056 - head/x11/kde4-workspace/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:09:38 -0000 Author: rakuco Date: Mon Mar 27 16:09:37 2017 New Revision: 437056 URL: https://svnweb.freebsd.org/changeset/ports/437056 Log: Fix paths in patch-git_0f43493. Modified: head/x11/kde4-workspace/files/patch-git_0f43493 Modified: head/x11/kde4-workspace/files/patch-git_0f43493 ============================================================================== --- head/x11/kde4-workspace/files/patch-git_0f43493 Mon Mar 27 16:06:19 2017 (r437055) +++ head/x11/kde4-workspace/files/patch-git_0f43493 Mon Mar 27 16:09:37 2017 (r437056) @@ -8,8 +8,8 @@ Date: Mon Jul 20 19:56:53 2015 +0200 diff --git a/plasma/generic/dataengines/akonadi/CMakeLists.txt b/plasma/generic/dataengines/akonadi/CMakeLists.txt index 7f0dd346a4..091e76bd00 100644 ---- a/plasma/generic/dataengines/akonadi/CMakeLists.txt -+++ b/plasma/generic/dataengines/akonadi/CMakeLists.txt +--- plasma/generic/dataengines/akonadi/CMakeLists.txt ++++ plasma/generic/dataengines/akonadi/CMakeLists.txt @@ -21,7 +21,7 @@ target_link_libraries( ${KDE4_AKONADI_KMIME_LIBS} ${KDE4_KABC_LIBS} @@ -21,8 +21,8 @@ index 7f0dd346a4..091e76bd00 100644 install(TARGETS plasma_engine_akonadi DESTINATION ${PLUGIN_INSTALL_DIR}) diff --git a/plasma/generic/dataengines/calendar/CMakeLists.txt b/plasma/generic/dataengines/calendar/CMakeLists.txt index 6ad3b61046..fb0893da0e 100644 ---- a/plasma/generic/dataengines/calendar/CMakeLists.txt -+++ b/plasma/generic/dataengines/calendar/CMakeLists.txt +--- plasma/generic/dataengines/calendar/CMakeLists.txt ++++ plasma/generic/dataengines/calendar/CMakeLists.txt @@ -33,7 +33,7 @@ target_link_libraries( if(Akonadi_FOUND) target_link_libraries( From owner-svn-ports-all@freebsd.org Mon Mar 27 16:13:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AFA1D20BC9; Mon, 27 Mar 2017 16:13:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9EDE43; Mon, 27 Mar 2017 16:13:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RGDHrb063351; Mon, 27 Mar 2017 16:13:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RGDHfg063349; Mon, 27 Mar 2017 16:13:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703271613.v2RGDHfg063349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 27 Mar 2017 16:13:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437057 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:13:18 -0000 Author: mat Date: Mon Mar 27 16:13:17 2017 New Revision: 437057 URL: https://svnweb.freebsd.org/changeset/ports/437057 Log: Perl calls itself 5.26.0 but thinks it is 5.25 still, so, fix-ish things a bit more. Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Mar 27 16:09:37 2017 (r437056) +++ head/lang/perl5-devel/Makefile Mon Mar 27 16:13:17 2017 (r437057) @@ -82,7 +82,7 @@ DOT_INC_CONFIGURE_ON= -Ddefault_inc_exc #PORTSCOUT= limit:^${PERL_VER}. .include "version.mk" -PERL_VER= 5.25 # ${PERL_VERSION:C/\.[0-9]+$//} # XXX 5.26 release +PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon Mar 27 16:09:37 2017 (r437056) +++ head/lang/perl5-devel/version.mk Mon Mar 27 16:13:17 2017 (r437057) @@ -1,2 +1,3 @@ PERL_VERSION= 5.26.0 +PERL_VER= 5.25 PERL5_DEPEND= perl5>=5.25<5.26 From owner-svn-ports-all@freebsd.org Mon Mar 27 16:45:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 918CFD208AF; Mon, 27 Mar 2017 16:45:44 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7FBA42; Mon, 27 Mar 2017 16:45:44 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RGjhQm075506; Mon, 27 Mar 2017 16:45:43 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RGjhNM075504; Mon, 27 Mar 2017 16:45:43 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201703271645.v2RGjhNM075504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 27 Mar 2017 16:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437058 - head/www/tomcat-native X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:45:44 -0000 Author: ale Date: Mon Mar 27 16:45:43 2017 New Revision: 437058 URL: https://svnweb.freebsd.org/changeset/ports/437058 Log: Update to 1.2.12 release. PR: 218056 Submitted by: vvd@unislabs.com Modified: head/www/tomcat-native/Makefile head/www/tomcat-native/distinfo Modified: head/www/tomcat-native/Makefile ============================================================================== --- head/www/tomcat-native/Makefile Mon Mar 27 16:13:17 2017 (r437057) +++ head/www/tomcat-native/Makefile Mon Mar 27 16:45:43 2017 (r437058) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat-native -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.12 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -29,10 +28,10 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} PLIST_FILES= lib/libtcnative-1.a \ lib/libtcnative-1.so \ lib/libtcnative-1.so.0 \ - lib/libtcnative-1.so.0.2.10 + lib/libtcnative-1.so.0.2.12 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.10 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.12 .include Modified: head/www/tomcat-native/distinfo ============================================================================== --- head/www/tomcat-native/distinfo Mon Mar 27 16:13:17 2017 (r437057) +++ head/www/tomcat-native/distinfo Mon Mar 27 16:45:43 2017 (r437058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485159741 -SHA256 (tomcat-native-1.2.10-src.tar.gz) = 553a796f1efb9d52a22a24636baca45ae265327f2a2d2f3169436b4012df9c35 -SIZE (tomcat-native-1.2.10-src.tar.gz) = 391853 +TIMESTAMP = 1490630704 +SHA256 (tomcat-native-1.2.12-src.tar.gz) = e7add177c98a7f07220c306d65e182c45dbcd7501115e9ed56f1690c5472ded9 +SIZE (tomcat-native-1.2.12-src.tar.gz) = 399836 From owner-svn-ports-all@freebsd.org Mon Mar 27 16:47:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CDA2D208F6; Mon, 27 Mar 2017 16:47:59 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8ADBB7E; Mon, 27 Mar 2017 16:47:58 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RGlvqC075831; Mon, 27 Mar 2017 16:47:57 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RGlvYv075824; Mon, 27 Mar 2017 16:47:57 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271647.v2RGlvYv075824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 16:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437059 - in head: . devel devel/buildbot-slave devel/buildbot-worker devel/buildbot-worker/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:47:59 -0000 Author: grembo Date: Mon Mar 27 16:47:57 2017 New Revision: 437059 URL: https://svnweb.freebsd.org/changeset/ports/437059 Log: Rename buildbot-slave to buildbot-worker, update to 0.9.4 Also take maintainership. If interested, the original maintainer is welcome to take it back. PR: 217700 Approved by: maintainer timeout (2 weeks) Added: head/devel/buildbot-worker/ head/devel/buildbot-worker/Makefile (contents, props changed) head/devel/buildbot-worker/distinfo (contents, props changed) head/devel/buildbot-worker/files/ head/devel/buildbot-worker/files/buildbot-worker.in (contents, props changed) head/devel/buildbot-worker/files/patch-setup.py (contents, props changed) head/devel/buildbot-worker/pkg-descr (contents, props changed) Deleted: head/devel/buildbot-slave/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 27 16:45:43 2017 (r437058) +++ head/MOVED Mon Mar 27 16:47:57 2017 (r437059) @@ -9152,3 +9152,4 @@ net/samba-nmblookup|net/samba43|2017-03- net/samba-smbclient|net/samba43|2017-03-21|Obsolete net/samba36|net/samba43|2017-03-21|Obsolete multimedia/mplayer2|multimedia/mpv|2017-03-25|Has expired: Development ceased in favour of mpv, last release from 2013 +devel/buildbot-slave|devel/buildbot-worker|2017-03-27|Renamed to match new upstream package name/terminology Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 16:45:43 2017 (r437058) +++ head/devel/Makefile Mon Mar 27 16:47:57 2017 (r437059) @@ -201,7 +201,7 @@ SUBDIR += bugzilla50 SUBDIR += build SUBDIR += buildbot - SUBDIR += buildbot-slave + SUBDIR += buildbot-worker SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet Added: head/devel/buildbot-worker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/Makefile Mon Mar 27 16:47:57 2017 (r437059) @@ -0,0 +1,38 @@ +# Created by: Frederic Praca +# $FreeBSD$ + +PORTNAME= buildbot-worker +PORTVERSION= 0.9.4 +PORTREVISION= 3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (Worker) + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted + +TEST_DEPENDS= trial:devel/py-twisted \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock + +USES= python:-2.7 +USE_PYTHON= autoplist distutils +USE_RC_SUBR= buildbot-worker + +SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} + +NO_ARCH= yes + +PLIST_FILES= man/man1/buildbot-worker.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-test: + @cd ${WRKSRC} && trial buildbot_worker.test + +.include Added: head/devel/buildbot-worker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/distinfo Mon Mar 27 16:47:57 2017 (r437059) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488896679 +SHA256 (buildbot-worker-0.9.4.tar.gz) = 129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 +SIZE (buildbot-worker-0.9.4.tar.gz) = 100889 Added: head/devel/buildbot-worker/files/buildbot-worker.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/files/buildbot-worker.in Mon Mar 27 16:47:57 2017 (r437059) @@ -0,0 +1,121 @@ +#!/bin/sh + +# $FreeBSD$ +# PROVIDE: buildbot-worker +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to run buildbot-worker: +# +# buildbot_worker_enable (bool): Set to "YES" to enable buildbot-worker. +# Default: "NO" +# +# buildbot_worker_flags (flags): Set extra command flags here. See buildbot-worker(8) +# Default: Empty (""). +# +# buildbot_worker_uid (user): User to run buildbot-worker as. +# Default: "buildbot" +# +# buildbot_worker_gid (group): Group to run buildbot-worker as. +# Default: "buildbot" +# +# buildbot_worker_basedir (path): Location for buildbot-worker base directory +# Default: %%PREFIX%%/etc/buildbot-worker +# +# buildbot_worker_profiles (str): Define profiles names. Space-delimited. +# Default: Empty ("") +# +# This rc.d script supports multiple "profiles". When profiles are +# specified, the non-profile specific parameters become defaults. +# +# Example: +# +# buildbot_worker_profiles="foo bar" +# +# buildbot_worker_foo_enable="YES" +# buildbot_worker_foo_basedir="/usr/home/foo/buildbot" +# buildbot_worker_foo_uid="foo" +# buildbot_worker_foo_gid="foo" +# +# buildbot_worker_bar_enable="YES" +# buildbot_worker_bar_basedir="/usr/home/buildbot/" + +. /etc/rc.subr + +export PATH=${PATH}:%%LOCALBASE%%/bin + +name=buildbot-worker +desc="Buildbot Buildworker" +rcvar=buildbot_worker_enable + +load_rc_config ${name} + +# These are just the defaults, they might get overriden for a specific profile. +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_flags:=\"\"}" +eval ": \${${name}_uid:=\"buildbot\"}" +eval ": \${${name}_gid:=\"buildbot\"}" +eval ": \${${name}_basedir:=\"%%PREFIX%%/etc/${name}\"}" + +command="%%PREFIX%%/bin/twistd" +command_interpreter="%%PYTHON_CMD%%" +pidfile="${buildbot_worker_basedir}/twistd.pid" + + # A specific profile is specified in the command + if [ -n "$2" ]; then + profile="$2" + # Override defaults with profile-specific values + if [ -n "${buildbot_worker_profiles}" ]; then + eval buildbot_worker_enable="\${buildbot_worker_${profile}_enable:-${buildbot_worker_enable}}" + eval buildbot_worker_flags="\${buildbot_worker_${profile}_flags:-${buildbot_worker_flags}}" + eval buildbot_worker_uid="\${buildbot_worker_${profile}_uid:-${buildbot_worker_uid}}" + eval buildbot_worker_gid="\${buildbot_worker_${profile}_gid:-${buildbot_worker_gid}}" + eval buildbot_worker_basedir="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}" + eval pidfile="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}/twistd.pid" + else + echo "%%PREFIX%%/etc/rc.d/${name}: extra argument ignored" + fi + # A specific profile is not in the command + else + # Check if any profiles are defined + if [ -n "$1" -a -n "${buildbot_worker_profiles}" ]; then + # Loop through them + for profile in ${buildbot_worker_profiles}; do + eval _enable="\${buildbot_worker_${profile}_enable}" + case "${_enable:-${buildbot_worker_enable}}" in + [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) + continue + ;; + [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) + ;; + *) + if test -z "$_enable"; then + _var=buildbot_worker_enable + else + _var=buildbot_worker_"${profile}"_enable + fi + warn "Bad value" \ + "'${_enable:-${buildbot_worker_enable}}'" \ + "for ${_var}. " \ + "Profile ${profile} skipped." + continue + ;; + esac + echo "===> ${name} profile: ${profile}" + if %%PREFIX%%/etc/rc.d/${name} $1 ${profile}; then + success="${profile} ${success:-}" + else + failed="${profile} (${retcode}) ${failed:-}" + fi + done + # Exit so that non-profile rc.d is not started when there are profiles + exit 0 + fi + fi + +# run_rc_command would send ${name}_flags as parameters to $command (daemon) +# This ensures they are actually passed to fcgiwrap instead. +actual_buildbot_worker_flags="${buildbot_worker_flags}" +buildbot_worker_flags="" +command_args="--uid=${buildbot_worker_uid} --gid=${buildbot_worker_gid} --pidfile=${pidfile} --python=${buildbot_worker_basedir}/buildbot.tac ${actual_buildbot_worker_flags}" +run_rc_command "$1" Added: head/devel/buildbot-worker/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/files/patch-setup.py Mon Mar 27 16:47:57 2017 (r437059) @@ -0,0 +1,12 @@ +--- setup.py.orig 2017-02-08 10:06:13.000000000 +0100 ++++ setup.py 2017-03-07 15:28:03.225761995 +0100 +@@ -104,9 +104,6 @@ + "buildbot_worker.test.unit", + "buildbot_worker.test.util", + ], +- # mention data_files, even if empty, so install_data is called and +- # VERSION gets copied +- 'data_files': [("buildbot_worker", [])], + 'cmdclass': { + 'install_data': our_install_data, + 'sdist': our_sdist Added: head/devel/buildbot-worker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/pkg-descr Mon Mar 27 16:47:57 2017 (r437059) @@ -0,0 +1,6 @@ +This port is the worker part of BuildBot. For the buildmaster, install the +devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net From owner-svn-ports-all@freebsd.org Mon Mar 27 16:53:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AC5FD20B82; Mon, 27 Mar 2017 16:53:18 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4568CA8; Mon, 27 Mar 2017 16:53:18 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RGrHcO079885; Mon, 27 Mar 2017 16:53:17 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RGrHZq079882; Mon, 27 Mar 2017 16:53:17 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271653.v2RGrHZq079882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 16:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437060 - in head/devel/buildbot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:53:18 -0000 Author: grembo Date: Mon Mar 27 16:53:16 2017 New Revision: 437060 URL: https://svnweb.freebsd.org/changeset/ports/437060 Log: Update to 0.9.4 This patches the sample configuration, so buildbot won't phone home by default. Also take maintainership. If interested, the original maintainer is welcome to take it back. PR: 217700 Approved by: maintainer timeout (2 weeks) Added: head/devel/buildbot/files/ head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg (contents, props changed) Modified: head/devel/buildbot/Makefile head/devel/buildbot/distinfo Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Mon Mar 27 16:47:57 2017 (r437059) +++ head/devel/buildbot/Makefile Mon Mar 27 16:53:16 2017 (r437060) @@ -2,26 +2,30 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.8.12 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP -MAINTAINER= koobs@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (Master) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:devel/py-twisted \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}autobahn>=0.16.0:www/py-autobahn \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt \ + ${PYTHON_PKGNAMEPREFIX}ramlfications>0:devel/py-ramlfications \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests USES= python:-2.7 Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Mon Mar 27 16:47:57 2017 (r437059) +++ head/devel/buildbot/distinfo Mon Mar 27 16:53:16 2017 (r437060) @@ -1,2 +1,5 @@ -SHA256 (buildbot-0.8.12.tar.gz) = c6b66976dff712268566574d57131ec15e5682f6d4390cd5c8559bab0980c4d6 -SIZE (buildbot-0.8.12.tar.gz) = 4834352 +TIMESTAMP = 1488903232 +SHA256 (buildbot-0.9.4.tar.gz) = 068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472 +SIZE (buildbot-0.9.4.tar.gz) = 3020851 +SHA256 (buildbot-www-0.9.4.tar.gz) = eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 +SIZE (buildbot-www-0.9.4.tar.gz) = 691706 Added: head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg Mon Mar 27 16:53:16 2017 (r437060) @@ -0,0 +1,12 @@ +--- buildbot/scripts/sample.cfg~ 2017-01-11 14:05:29.000000000 +0100 ++++ buildbot/scripts/sample.cfg 2017-03-07 18:01:36.617128988 +0100 +@@ -10,6 +10,9 @@ + # a shorter alias to save typing. + c = BuildmasterConfig = {} + ++####### DON'T SEND USAGE DATA TO BUILDBOT.NET ++c['buildbotNetUsageData'] = None ++ + ####### WORKERS + + # The 'workers' list defines the set of recognized workers. Each element is From owner-svn-ports-all@freebsd.org Mon Mar 27 16:59:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A4B5D20BD5; Mon, 27 Mar 2017 16:59:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 569A521C; Mon, 27 Mar 2017 16:59:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RGxOev080308; Mon, 27 Mar 2017 16:59:24 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RGxNXq080301; Mon, 27 Mar 2017 16:59:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201703271659.v2RGxNXq080301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 27 Mar 2017 16:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437061 - in head/finance: gnucash gnucash-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:59:25 -0000 Author: madpilot Date: Mon Mar 27 16:59:23 2017 New Revision: 437061 URL: https://svnweb.freebsd.org/changeset/ports/437061 Log: Update gnucash and gnucash-docs to 2.6.16 Modified: head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash-docs/pkg-plist head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/pkg-plist Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash-docs/Makefile Mon Mar 27 16:59:23 2017 (r437061) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.15 +PORTVERSION= 2.6.16 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash-docs/distinfo Mon Mar 27 16:59:23 2017 (r437061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482156131 -SHA256 (gnucash-docs-2.6.15.tar.gz) = bd1b903217ca2997fbc0386676305e262e13f26ad504cd71ccf7ef977781526c -SIZE (gnucash-docs-2.6.15.tar.gz) = 81292273 +TIMESTAMP = 1490595775 +SHA256 (gnucash-docs-2.6.16.tar.gz) = dad213032651eaef485d919030ec4e2a30cfec5cdcfb7505f94502fffec2dabe +SIZE (gnucash-docs-2.6.16.tar.gz) = 81516817 Modified: head/finance/gnucash-docs/pkg-plist ============================================================================== --- head/finance/gnucash-docs/pkg-plist Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash-docs/pkg-plist Mon Mar 27 16:59:23 2017 (r437061) @@ -5,11 +5,7 @@ share/gnome/help/gnucash-guide/C/appendi share/gnome/help/gnucash-guide/C/ch_accts.xml share/gnome/help/gnucash-guide/C/ch_basics.xml share/gnome/help/gnucash-guide/C/ch_budgets.xml -share/gnome/help/gnucash-guide/C/ch_bus_ap.xml -share/gnome/help/gnucash-guide/C/ch_bus_ar.xml -share/gnome/help/gnucash-guide/C/ch_bus_intro.xml -share/gnome/help/gnucash-guide/C/ch_bus_pay.xml -share/gnome/help/gnucash-guide/C/ch_bus_setup.xml +share/gnome/help/gnucash-guide/C/ch_bus_features.xml share/gnome/help/gnucash-guide/C/ch_capgain.xml share/gnome/help/gnucash-guide/C/ch_cbook.xml share/gnome/help/gnucash-guide/C/ch_cc.xml @@ -133,12 +129,13 @@ share/gnome/help/gnucash-guide/C/figures share/gnome/help/gnucash-guide/C/figures/investLots0_RegB4Scrub.png share/gnome/help/gnucash-guide/C/figures/investLots1_BeforeCreateLot.png share/gnome/help/gnucash-guide/C/figures/investLots2_BeforeScrub1Lot.png -share/gnome/help/gnucash-guide/C/figures/investLots4_AfterScrub1LotReg.png +share/gnome/help/gnucash-guide/C/figures/investLots2_RegAfterScrub1Lot.png share/gnome/help/gnucash-guide/C/figures/investLotsSplitLot0.png share/gnome/help/gnucash-guide/C/figures/investLotsSplitLot1.png share/gnome/help/gnucash-guide/C/figures/investLotsSplitReg.png share/gnome/help/gnucash-guide/C/figures/invest_AccountsPredef.png share/gnome/help/gnucash-guide/C/figures/invest_SetupPortfolio2.png +share/gnome/help/gnucash-guide/C/figures/invest_SetupPortfolio3.png share/gnome/help/gnucash-guide/C/figures/invest_dividendcash.png share/gnome/help/gnucash-guide/C/figures/invest_dividendreinvest1.png share/gnome/help/gnucash-guide/C/figures/invest_int1.png @@ -155,8 +152,10 @@ share/gnome/help/gnucash-guide/C/figures share/gnome/help/gnucash-guide/C/figures/invest_selectsecurity.png share/gnome/help/gnucash-guide/C/figures/invest_sellstock.png share/gnome/help/gnucash-guide/C/figures/invest_sellstock2.png -share/gnome/help/gnucash-guide/C/figures/invest_sellstockLoss.png share/gnome/help/gnucash-guide/C/figures/invest_sellstockLoss2.png +share/gnome/help/gnucash-guide/C/figures/invest_sellstockManProfCombNet.png +share/gnome/help/gnucash-guide/C/figures/invest_sellstockManProfSep.png +share/gnome/help/gnucash-guide/C/figures/invest_sellstockManProfSepNet.png share/gnome/help/gnucash-guide/C/figures/invest_setup_current.png share/gnome/help/gnucash-guide/C/figures/invest_setup_portfolio1.png share/gnome/help/gnucash-guide/C/figures/invest_simplesplit1.png Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash/Makefile Mon Mar 27 16:59:23 2017 (r437061) @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.15 +PORTVERSION= 2.6.16 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash/distinfo Mon Mar 27 16:59:23 2017 (r437061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482155951 -SHA256 (gnucash-2.6.15.tar.bz2) = 1619eb8263439f547dd12afdc0b05b9a50593d5cd3d3e9ee5b05edaec3b6dbae -SIZE (gnucash-2.6.15.tar.bz2) = 13406483 +TIMESTAMP = 1490595521 +SHA256 (gnucash-2.6.16.tar.bz2) = 2c556299a6a610fc93dd2ea8d432357e3d43d4630d66d7f888fcf5f4b4ce0881 +SIZE (gnucash-2.6.16.tar.bz2) = 13447266 Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Mon Mar 27 16:53:16 2017 (r437060) +++ head/finance/gnucash/pkg-plist Mon Mar 27 16:59:23 2017 (r437061) @@ -456,6 +456,7 @@ share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2013 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2016 %%PORTDOCS%%%%DOCSDIR%%/DOCUMENTERS %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/INSTALL From owner-svn-ports-all@freebsd.org Mon Mar 27 17:25:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 488C9D204C4; Mon, 27 Mar 2017 17:25:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17E389F4; Mon, 27 Mar 2017 17:25:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RHPBNT092453; Mon, 27 Mar 2017 17:25:11 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RHPBJn092450; Mon, 27 Mar 2017 17:25:11 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201703271725.v2RHPBJn092450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 27 Mar 2017 17:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437062 - head/ports-mgmt/poudriere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 17:25:12 -0000 Author: bdrewery Date: Mon Mar 27 17:25:10 2017 New Revision: 437062 URL: https://svnweb.freebsd.org/changeset/ports/437062 Log: Update to 3.1.17 Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3117 Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Mon Mar 27 16:59:23 2017 (r437061) +++ head/ports-mgmt/poudriere/Makefile Mon Mar 27 17:25:10 2017 (r437062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.16 +DISTVERSION= 3.1.17 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Mon Mar 27 16:59:23 2017 (r437061) +++ head/ports-mgmt/poudriere/distinfo Mon Mar 27 17:25:10 2017 (r437062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489955022 -SHA256 (freebsd-poudriere-3.1.16_GH0.tar.gz) = 15d4152d9077d78b3eef729043f5a6dc6871b6c61d638eb20f6a0df244f2eb8c -SIZE (freebsd-poudriere-3.1.16_GH0.tar.gz) = 2859162 +TIMESTAMP = 1490635252 +SHA256 (freebsd-poudriere-3.1.17_GH0.tar.gz) = c96e0208f955a778368a8a7176c0d085a4cec0fa488eb69224f13dcc5f343867 +SIZE (freebsd-poudriere-3.1.17_GH0.tar.gz) = 2859323 From owner-svn-ports-all@freebsd.org Mon Mar 27 17:29:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97F09D2073B; Mon, 27 Mar 2017 17:29:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 678D2E83; Mon, 27 Mar 2017 17:29:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RHTpxh092788; Mon, 27 Mar 2017 17:29:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RHTpek092785; Mon, 27 Mar 2017 17:29:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201703271729.v2RHTpek092785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 27 Mar 2017 17:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437063 - head/textproc/libwps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 17:29:52 -0000 Author: jkim Date: Mon Mar 27 17:29:51 2017 New Revision: 437063 URL: https://svnweb.freebsd.org/changeset/ports/437063 Log: Update to 0.4.6. Modified: head/textproc/libwps/Makefile head/textproc/libwps/distinfo head/textproc/libwps/pkg-plist Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Mon Mar 27 17:25:10 2017 (r437062) +++ head/textproc/libwps/Makefile Mon Mar 27 17:29:51 2017 (r437063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwps -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/textproc/libwps/distinfo ============================================================================== --- head/textproc/libwps/distinfo Mon Mar 27 17:25:10 2017 (r437062) +++ head/textproc/libwps/distinfo Mon Mar 27 17:29:51 2017 (r437063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484871094 -SHA256 (libwps-0.4.5.tar.bz2) = 9192ad0c0ad22bfc24ace884286820029c0decc26ad37e0bed0efbd91ff72ea9 -SIZE (libwps-0.4.5.tar.bz2) = 754271 +TIMESTAMP = 1490635611 +SHA256 (libwps-0.4.6.tar.bz2) = 95f0899d12954453d0b8ba0e5a2d49481816e219d1fde3d5bc31bde0f69c1b14 +SIZE (libwps-0.4.6.tar.bz2) = 760341 Modified: head/textproc/libwps/pkg-plist ============================================================================== --- head/textproc/libwps/pkg-plist Mon Mar 27 17:25:10 2017 (r437062) +++ head/textproc/libwps/pkg-plist Mon Mar 27 17:29:51 2017 (r437063) @@ -8,5 +8,5 @@ include/libwps-0.4/libwps/WPSDocument.h include/libwps-0.4/libwps/libwps.h lib/libwps-0.4.so lib/libwps-0.4.so.4 -lib/libwps-0.4.so.4.0.5 +lib/libwps-0.4.so.4.0.6 libdata/pkgconfig/libwps-0.4.pc From owner-svn-ports-all@freebsd.org Mon Mar 27 17:34:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EECE1D20989; Mon, 27 Mar 2017 17:34:25 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A546A3B0; Mon, 27 Mar 2017 17:34:25 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RHYO15096898; Mon, 27 Mar 2017 17:34:24 GMT (envelope-from shaun@FreeBSD.org) Received: (from shaun@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RHYOvg096895; Mon, 27 Mar 2017 17:34:24 GMT (envelope-from shaun@FreeBSD.org) Message-Id: <201703271734.v2RHYOvg096895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shaun set sender to shaun@FreeBSD.org using -f From: Shaun Amott Date: Mon, 27 Mar 2017 17:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437064 - head/security/p5-Crypt-Sodium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 17:34:26 -0000 Author: shaun Date: Mon Mar 27 17:34:24 2017 New Revision: 437064 URL: https://svnweb.freebsd.org/changeset/ports/437064 Log: Update to 0.11. PR: 217982 Submitted by: Anton Yuzhaninov Approved by: Thomas von Dein (maintainer) Modified: head/security/p5-Crypt-Sodium/Makefile head/security/p5-Crypt-Sodium/distinfo head/security/p5-Crypt-Sodium/pkg-plist Modified: head/security/p5-Crypt-Sodium/Makefile ============================================================================== --- head/security/p5-Crypt-Sodium/Makefile Mon Mar 27 17:29:51 2017 (r437063) +++ head/security/p5-Crypt-Sodium/Makefile Mon Mar 27 17:34:24 2017 (r437064) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-Sodium -PORTVERSION= 0.08 +PORTVERSION= 0.11 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-Sodium/distinfo ============================================================================== --- head/security/p5-Crypt-Sodium/distinfo Mon Mar 27 17:29:51 2017 (r437063) +++ head/security/p5-Crypt-Sodium/distinfo Mon Mar 27 17:34:24 2017 (r437064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478602537 -SHA256 (Crypt-Sodium-0.08.tar.gz) = 761f3b89e29a906d5138b3a942c2b0999bdd95ed2d7e7ab5106529d321c28695 -SIZE (Crypt-Sodium-0.08.tar.gz) = 51074 +TIMESTAMP = 1490114908 +SHA256 (Crypt-Sodium-0.11.tar.gz) = 907c73a1056cea057da9819aea48a92ab786e6aaaaf39f1cdd9647b23f116c78 +SIZE (Crypt-Sodium-0.11.tar.gz) = 53881 Modified: head/security/p5-Crypt-Sodium/pkg-plist ============================================================================== --- head/security/p5-Crypt-Sodium/pkg-plist Mon Mar 27 17:29:51 2017 (r437063) +++ head/security/p5-Crypt-Sodium/pkg-plist Mon Mar 27 17:34:24 2017 (r437064) @@ -1,3 +1,4 @@ %%SITE_ARCH%%/Crypt/Sodium.pm +%%SITE_ARCH%%/Crypt/Sodium/GenericHash/State.pm %%SITE_ARCH%%/auto/Crypt/Sodium/Sodium.so %%PERL5_MAN3%%/Crypt::Sodium.3.gz From owner-svn-ports-all@freebsd.org Mon Mar 27 18:12:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8444DD20625; Mon, 27 Mar 2017 18:12:26 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4316ED84; Mon, 27 Mar 2017 18:12:26 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RICPUJ012888; Mon, 27 Mar 2017 18:12:25 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RICO3x012175; Mon, 27 Mar 2017 18:12:24 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271812.v2RICO3x012175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 18:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437065 - in head/devel: . buildbot-pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:12:26 -0000 Author: grembo Date: Mon Mar 27 18:12:24 2017 New Revision: 437065 URL: https://svnweb.freebsd.org/changeset/ports/437065 Log: Add buildbot-pkg 0.9.4, continuous Integration Framework (packaging). PR: 217700 Submitted by: Michael Gmelin Added: head/devel/buildbot-pkg/ head/devel/buildbot-pkg/Makefile (contents, props changed) head/devel/buildbot-pkg/distinfo (contents, props changed) head/devel/buildbot-pkg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 17:34:24 2017 (r437064) +++ head/devel/Makefile Mon Mar 27 18:12:24 2017 (r437065) @@ -201,6 +201,7 @@ SUBDIR += bugzilla50 SUBDIR += build SUBDIR += buildbot + SUBDIR += buildbot-pkg SUBDIR += buildbot-worker SUBDIR += buildtool SUBDIR += buildtool-doc Added: head/devel/buildbot-pkg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/Makefile Mon Mar 27 18:12:24 2017 (r437065) @@ -0,0 +1,37 @@ +# Created by: Michael Gmelin +# $FreeBSD$ + +PORTNAME= buildbot-pkg +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (packaging) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot>=0.9.4:devel/buildbot +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} +TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|/usr/bin/python|${PYTHON_CMD}|g' + @${FIND} ${WRKSRC} -name \*.bak -delete + +do-test: + @cd ${WRKSRC} && trial buildbot + +.include Added: head/devel/buildbot-pkg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/distinfo Mon Mar 27 18:12:24 2017 (r437065) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488904370 +SHA256 (buildbot-pkg-0.9.4.tar.gz) = 968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 +SIZE (buildbot-pkg-0.9.4.tar.gz) = 3830 Added: head/devel/buildbot-pkg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/pkg-descr Mon Mar 27 18:12:24 2017 (r437065) @@ -0,0 +1,6 @@ +This port is the Web UI part of BuildBot. For the buildmaster, install the +devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net From owner-svn-ports-all@freebsd.org Mon Mar 27 18:15:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 736C9D207AF; Mon, 27 Mar 2017 18:15:55 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E358B3; Mon, 27 Mar 2017 18:15:55 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIFs2Y013466; Mon, 27 Mar 2017 18:15:54 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIFssj013462; Mon, 27 Mar 2017 18:15:54 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271815.v2RIFssj013462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 18:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437066 - in head/devel: . buildbot-console-view X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:15:55 -0000 Author: grembo Date: Mon Mar 27 18:15:53 2017 New Revision: 437066 URL: https://svnweb.freebsd.org/changeset/ports/437066 Log: Add buildbot-console-view 0.9.4, continuous Integration Framework (Console View). PR: 217700 Submitted by: Michael Gmelin Added: head/devel/buildbot-console-view/ head/devel/buildbot-console-view/Makefile (contents, props changed) head/devel/buildbot-console-view/distinfo (contents, props changed) head/devel/buildbot-console-view/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:12:24 2017 (r437065) +++ head/devel/Makefile Mon Mar 27 18:15:53 2017 (r437066) @@ -201,6 +201,7 @@ SUBDIR += bugzilla50 SUBDIR += build SUBDIR += buildbot + SUBDIR += buildbot-console-view SUBDIR += buildbot-pkg SUBDIR += buildbot-worker SUBDIR += buildtool Added: head/devel/buildbot-console-view/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-console-view/Makefile Mon Mar 27 18:15:53 2017 (r437066) @@ -0,0 +1,37 @@ +# Created by: Michael Gmelin +# $FreeBSD$ + +PORTNAME= buildbot-console-view +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (Console View) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot-pkg>=0.9.4:devel/buildbot-pkg +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} +TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|/usr/bin/python|${PYTHON_CMD}|g' + @${FIND} ${WRKSRC} -name \*.bak -delete + +do-test: + @cd ${WRKSRC} && trial buildbot + +.include Added: head/devel/buildbot-console-view/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-console-view/distinfo Mon Mar 27 18:15:53 2017 (r437066) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488906561 +SHA256 (buildbot-console-view-0.9.4.tar.gz) = 16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0 +SIZE (buildbot-console-view-0.9.4.tar.gz) = 631510 Added: head/devel/buildbot-console-view/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-console-view/pkg-descr Mon Mar 27 18:15:53 2017 (r437066) @@ -0,0 +1,6 @@ +This port is the Console View Plugin for BuildBot. For the buildmaster, +install the devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net From owner-svn-ports-all@freebsd.org Mon Mar 27 18:17:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C724ED20896; Mon, 27 Mar 2017 18:17:44 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4E92C3; Mon, 27 Mar 2017 18:17:44 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIHhUI013721; Mon, 27 Mar 2017 18:17:43 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIHhj0013717; Mon, 27 Mar 2017 18:17:43 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271817.v2RIHhj0013717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 18:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437067 - in head/devel: . buildbot-waterfall-view X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:17:44 -0000 Author: grembo Date: Mon Mar 27 18:17:43 2017 New Revision: 437067 URL: https://svnweb.freebsd.org/changeset/ports/437067 Log: Add buildbot-waterfall-view 0.9.4, continuous Integration Framework (Waterfall View). PR: 217700 Submitted by: Michael Gmelin Added: head/devel/buildbot-waterfall-view/ head/devel/buildbot-waterfall-view/Makefile (contents, props changed) head/devel/buildbot-waterfall-view/distinfo (contents, props changed) head/devel/buildbot-waterfall-view/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:15:53 2017 (r437066) +++ head/devel/Makefile Mon Mar 27 18:17:43 2017 (r437067) @@ -203,6 +203,7 @@ SUBDIR += buildbot SUBDIR += buildbot-console-view SUBDIR += buildbot-pkg + SUBDIR += buildbot-waterfall-view SUBDIR += buildbot-worker SUBDIR += buildtool SUBDIR += buildtool-doc Added: head/devel/buildbot-waterfall-view/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/Makefile Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,37 @@ +# Created by: Michael Gmelin +# $FreeBSD$ + +PORTNAME= buildbot-waterfall-view +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (Waterfall View) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot-pkg>=0.9.4:devel/buildbot-pkg +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} +TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|/usr/bin/python|${PYTHON_CMD}|g' + @${FIND} ${WRKSRC} -name \*.bak -delete + +do-test: + @cd ${WRKSRC} && trial buildbot + +.include Added: head/devel/buildbot-waterfall-view/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/distinfo Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488906879 +SHA256 (buildbot-waterfall-view-0.9.4.tar.gz) = 4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f +SIZE (buildbot-waterfall-view-0.9.4.tar.gz) = 705483 Added: head/devel/buildbot-waterfall-view/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/pkg-descr Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,6 @@ +This port is the Waterfall View Plugin for BuildBot. For the buildmaster, +install the devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net From owner-svn-ports-all@freebsd.org Mon Mar 27 18:18:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A69BFD2095E; Mon, 27 Mar 2017 18:18:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8156F614; Mon, 27 Mar 2017 18:18:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIIR2U014021; Mon, 27 Mar 2017 18:18:27 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIIRM8014016; Mon, 27 Mar 2017 18:18:27 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271818.v2RIIRM8014016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 18:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437068 - in head/devel: . buildbot-www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:18:28 -0000 Author: grembo Date: Mon Mar 27 18:18:27 2017 New Revision: 437068 URL: https://svnweb.freebsd.org/changeset/ports/437068 Log: Add buildbot-www 0.9.4, continuous Integration Framework (WWW). PR: 217700 Submitted by: Michael Gmelin Added: head/devel/buildbot-www/ head/devel/buildbot-www/Makefile (contents, props changed) head/devel/buildbot-www/distinfo (contents, props changed) head/devel/buildbot-www/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:17:43 2017 (r437067) +++ head/devel/Makefile Mon Mar 27 18:18:27 2017 (r437068) @@ -205,6 +205,7 @@ SUBDIR += buildbot-pkg SUBDIR += buildbot-waterfall-view SUBDIR += buildbot-worker + SUBDIR += buildbot-www SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet Added: head/devel/buildbot-www/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/Makefile Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,41 @@ +# Created by: Michael Gmelin +# $FreeBSD$ + +PORTNAME= buildbot-www +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (WWW) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot>=0.9.4:devel/buildbot \ + buildbot-pkg>=0.9.4:devel/buildbot-pkg \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} \ + buildbot-console-view>=0.9.4:devel/buildbot-console-view \ + buildbot-waterfall-view>=0.9.4:devel/buildbot-waterfall-view +TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|/usr/bin/python|${PYTHON_CMD}|g' + @${FIND} ${WRKSRC} -name \*.bak -delete + +do-test: + @cd ${WRKSRC} && trial buildbot + +.include Added: head/devel/buildbot-www/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/distinfo Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488902698 +SHA256 (buildbot-www-0.9.4.tar.gz) = eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 +SIZE (buildbot-www-0.9.4.tar.gz) = 691706 Added: head/devel/buildbot-www/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/pkg-descr Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,6 @@ +This port is the Web UI part of BuildBot. For the buildmaster, install the +devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net From owner-svn-ports-all@freebsd.org Mon Mar 27 18:22:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09491D20D25; Mon, 27 Mar 2017 18:22:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD145D1C; Mon, 27 Mar 2017 18:22:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIMKL5017961; Mon, 27 Mar 2017 18:22:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIMKaY017959; Mon, 27 Mar 2017 18:22:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703271822.v2RIMKaY017959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 27 Mar 2017 18:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437069 - head/devel/etcd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:22:22 -0000 Author: olgeni Date: Mon Mar 27 18:22:20 2017 New Revision: 437069 URL: https://svnweb.freebsd.org/changeset/ports/437069 Log: Update devel/etcd3 to version 3.1.5. Modified: head/devel/etcd3/Makefile head/devel/etcd3/distinfo Modified: head/devel/etcd3/Makefile ============================================================================== --- head/devel/etcd3/Makefile Mon Mar 27 18:18:27 2017 (r437068) +++ head/devel/etcd3/Makefile Mon Mar 27 18:22:20 2017 (r437069) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd3/distinfo ============================================================================== --- head/devel/etcd3/distinfo Mon Mar 27 18:18:27 2017 (r437068) +++ head/devel/etcd3/distinfo Mon Mar 27 18:22:20 2017 (r437069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490208697 -SHA256 (coreos-etcd-v3.1.4_GH0.tar.gz) = 504ef58e0593a76360ed0d915664f9ba78677ea493043a9236efda2a7a2b812d -SIZE (coreos-etcd-v3.1.4_GH0.tar.gz) = 2522120 +TIMESTAMP = 1490636838 +SHA256 (coreos-etcd-v3.1.5_GH0.tar.gz) = d9019b45df696f1dae286a511bd28b03751e37343c752380318e2a13ac994318 +SIZE (coreos-etcd-v3.1.5_GH0.tar.gz) = 2522679 From owner-svn-ports-all@freebsd.org Mon Mar 27 18:22:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0872FD20D43; Mon, 27 Mar 2017 18:22:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C923FD30; Mon, 27 Mar 2017 18:22:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIMN9N018061; Mon, 27 Mar 2017 18:22:23 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIMN6j018060; Mon, 27 Mar 2017 18:22:23 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703271822.v2RIMN6j018060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Mar 2017 18:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437070 - head/mail/mutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:22:25 -0000 Author: rene Date: Mon Mar 27 18:22:23 2017 New Revision: 437070 URL: https://svnweb.freebsd.org/changeset/ports/437070 Log: mail/mutt: remove optional expired dependency on mail/mixmaster Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Mon Mar 27 18:22:20 2017 (r437069) +++ head/mail/mutt/Makefile Mon Mar 27 18:22:23 2017 (r437070) @@ -58,7 +58,7 @@ OPTIONS_EXCLUDE= NLS DOCS EXAMPLES .else OPTIONS_DEFINE= SASL DEBUG DOCS EXAMPLES FLOCK \ FORCEBASE64 GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ - LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH MIXMASTER \ + LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH \ NLS NNTP PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ REVERSE_REPLY_PATCH SIDEBAR SMART_DATE SMIME_OUTLOOK_COMPAT \ SMTP URLVIEW XML @@ -82,7 +82,6 @@ IFDEF_PATCH_DESC= ifdef feature LOCALES_FIX_DESC= Locales fix MAILBOX_MANPAGES_DESC= Install mbox.5/mmdf.5 manpages MAILDIR_MTIME_PATCH_DESC= Maildir mtime patch -MIXMASTER_DESC= Mixmaster support NCURSES_DESC= Ncurses support NLS_DESC= Native language support (implies ICONV) PARENT_CHILD_MATCH_PATCH_DESC= Parent/child match @@ -180,10 +179,6 @@ REVERSE_REPLY_PATCH_EXTRA_PATCHES= ${PAT SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} -#MIXMASTER_BUILD_DEPENDS= mixmaster:mail/mixmaster -MIXMASTER_RUN_DEPENDS= mixmaster:mail/mixmaster -MIXMASTER_CONFIGURE_ON= --with-mixmaster=${LOCALBASE} - SMIME_OUTLOOK_COMPAT_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-smime-outlook SMART_DATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-smartdate From owner-svn-ports-all@freebsd.org Mon Mar 27 18:27:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68344D2019C; Mon, 27 Mar 2017 18:27:14 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42C55A38; Mon, 27 Mar 2017 18:27:14 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIRDB3019024; Mon, 27 Mar 2017 18:27:13 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIRCJh019013; Mon, 27 Mar 2017 18:27:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703271827.v2RIRCJh019013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Mar 2017 18:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437071 - in head: . deskutils deskutils/gnome-shell-extension-backslide devel devel/openvex mail mail/mixmaster net-mgmt net-mgmt/nat net-p2p net-p2p/gnunet net-p2p/gnunet-gtk print pr... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:27:14 -0000 Author: rene Date: Mon Mar 27 18:27:12 2017 New Revision: 437071 URL: https://svnweb.freebsd.org/changeset/ports/437071 Log: Remove expired ports: 2017-03-27 print/musixtex: Broken for more than 6 months 2017-03-27 www/wml: Broken for more than 6 months 2017-03-27 www/offline-npm: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months 2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months 2017-03-27 devel/openvex: Broken for more than 6 months 2017-03-27 mail/mixmaster: Broken for more than 6 months 2017-03-27 net-mgmt/nat: Broken for more than 6 months 2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet 2017-03-27 net-p2p/gnunet: Broken for more than 6 months 2017-03-27 print/abc2mtex: Depends on expiring print/musixtex Deleted: head/deskutils/gnome-shell-extension-backslide/ head/devel/openvex/ head/mail/mixmaster/ head/net-mgmt/nat/ head/net-p2p/gnunet/ head/net-p2p/gnunet-gtk/ head/print/abc2mtex/ head/print/musixtex/ head/www/offline-npm/ head/www/wml/ head/x11-themes/kde-icons-cezanne/ head/x11-themes/kde-icons-sky/ Modified: head/MOVED head/deskutils/Makefile head/devel/Makefile head/mail/Makefile head/net-mgmt/Makefile head/net-p2p/Makefile head/print/Makefile head/www/Makefile head/x11-themes/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 27 18:22:23 2017 (r437070) +++ head/MOVED Mon Mar 27 18:27:12 2017 (r437071) @@ -9153,3 +9153,15 @@ net/samba-smbclient|net/samba43|2017-03- net/samba36|net/samba43|2017-03-21|Obsolete multimedia/mplayer2|multimedia/mpv|2017-03-25|Has expired: Development ceased in favour of mpv, last release from 2013 devel/buildbot-slave|devel/buildbot-worker|2017-03-27|Renamed to match new upstream package name/terminology +print/musixtex||2017-03-27|Has expired: Broken for more than 6 months +www/wml||2017-03-27|Has expired: Broken for more than 6 months +www/offline-npm||2017-03-27|Has expired: Broken for more than 6 months +x11-themes/kde-icons-cezanne||2017-03-27|Has expired: Broken for more than 6 months +x11-themes/kde-icons-sky||2017-03-27|Has expired: Broken for more than 6 months +deskutils/gnome-shell-extension-backslide||2017-03-27|Has expired: Broken for more than 6 months +devel/openvex||2017-03-27|Has expired: Broken for more than 6 months +mail/mixmaster||2017-03-27|Has expired: Broken for more than 6 months +net-mgmt/nat||2017-03-27|Has expired: Broken for more than 6 months +net-p2p/gnunet-gtk||2017-03-27|Has expired: Depends on expiring net-p2p/gnunet +net-p2p/gnunet||2017-03-27|Has expired: Broken for more than 6 months +print/abc2mtex||2017-03-27|Has expired: Depends on expiring print/musixtex Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/deskutils/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -72,7 +72,6 @@ SUBDIR += gnome-screenshot SUBDIR += gnome-search-tool SUBDIR += gnome-shell-extension-audio-output-switcher - SUBDIR += gnome-shell-extension-backslide SUBDIR += gnome-shell-extension-coverflow SUBDIR += gnome-shell-extension-dashtodock SUBDIR += gnome-shell-extension-filesmenu Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/devel/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -1745,7 +1745,6 @@ SUBDIR += opengrok SUBDIR += openmp SUBDIR += openocd - SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orc Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/mail/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -254,7 +254,6 @@ SUBDIR += mini_sendmail SUBDIR += minimalist SUBDIR += missey - SUBDIR += mixmaster SUBDIR += mlmmj SUBDIR += mls SUBDIR += mmr Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/net-mgmt/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -155,7 +155,6 @@ SUBDIR += nagstamon SUBDIR += nagtail SUBDIR += nagvis - SUBDIR += nat SUBDIR += nbtscan SUBDIR += ndoutils SUBDIR += ndpmon Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/net-p2p/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -33,8 +33,6 @@ SUBDIR += frost SUBDIR += gkremldk SUBDIR += gnewtellium - SUBDIR += gnunet - SUBDIR += gnunet-gtk SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/print/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -6,7 +6,6 @@ SUBDIR += R-cran-knitr SUBDIR += a2pdf SUBDIR += a2ps - SUBDIR += abc2mtex SUBDIR += abcm2ps SUBDIR += adobe-cmaps SUBDIR += afm @@ -138,7 +137,6 @@ SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage - SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript SUBDIR += okc321 Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/www/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -579,7 +579,6 @@ SUBDIR += nuvolaplayer-youtube SUBDIR += obhttpd SUBDIR += ocaml-net - SUBDIR += offline-npm SUBDIR += opencart SUBDIR += openxmldir SUBDIR += opera @@ -2361,7 +2360,6 @@ SUBDIR += webtrees SUBDIR += wgetpaste SUBDIR += wikicalc - SUBDIR += wml SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Mon Mar 27 18:22:23 2017 (r437070) +++ head/x11-themes/Makefile Mon Mar 27 18:27:12 2017 (r437071) @@ -98,7 +98,6 @@ SUBDIR += irssi-themes SUBDIR += kde-gtk-config SUBDIR += kde-icons-black-and-white - SUBDIR += kde-icons-cezanne SUBDIR += kde-icons-dark-glass SUBDIR += kde-icons-gartoon-blue-svg SUBDIR += kde-icons-gartoon-svg @@ -110,7 +109,6 @@ SUBDIR += kde-icons-noia SUBDIR += kde-icons-nuovext2 SUBDIR += kde-icons-nuvola - SUBDIR += kde-icons-sky SUBDIR += kde-icons-umicons SUBDIR += kde4-base-artwork SUBDIR += kde4-icons-oxygen From owner-svn-ports-all@freebsd.org Mon Mar 27 18:28:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 348D7D202FB; Mon, 27 Mar 2017 18:28:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F77E1F; Mon, 27 Mar 2017 18:28:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RISwKO019327; Mon, 27 Mar 2017 18:28:58 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RISvta019325; Mon, 27 Mar 2017 18:28:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703271828.v2RISvta019325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 27 Mar 2017 18:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437072 - in head: . ftp ftp/bareftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:28:59 -0000 Author: rene Date: Mon Mar 27 18:28:57 2017 New Revision: 437072 URL: https://svnweb.freebsd.org/changeset/ports/437072 Log: Remove expired port: 2017-03-27 ftp/bareftp: Broken for more than 6 months Deleted: head/ftp/bareftp/ Modified: head/MOVED head/ftp/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 27 18:27:12 2017 (r437071) +++ head/MOVED Mon Mar 27 18:28:57 2017 (r437072) @@ -9165,3 +9165,4 @@ net-mgmt/nat||2017-03-27|Has expired: Br net-p2p/gnunet-gtk||2017-03-27|Has expired: Depends on expiring net-p2p/gnunet net-p2p/gnunet||2017-03-27|Has expired: Broken for more than 6 months print/abc2mtex||2017-03-27|Has expired: Depends on expiring print/musixtex +ftp/bareftp||2017-03-27|Has expired: Broken for more than 6 months Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Mar 27 18:27:12 2017 (r437071) +++ head/ftp/Makefile Mon Mar 27 18:28:57 2017 (r437072) @@ -7,7 +7,6 @@ SUBDIR += R-cran-curl SUBDIR += atftp SUBDIR += axel - SUBDIR += bareftp SUBDIR += bbftp SUBDIR += bftpd SUBDIR += bsdftpd-ssl From owner-svn-ports-all@freebsd.org Mon Mar 27 19:12:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10563D20A61; Mon, 27 Mar 2017 19:12: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 D1762A7F; Mon, 27 Mar 2017 19:12: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 v2RJC3gB039571; Mon, 27 Mar 2017 19:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJC33i039570; Mon, 27 Mar 2017 19:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271912.v2RJC33i039570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437073 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:12:05 -0000 Author: sunpoet Date: Mon Mar 27 19:12:03 2017 New Revision: 437073 URL: https://svnweb.freebsd.org/changeset/ports/437073 Log: Update comment: add samba 4.6 Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Mon Mar 27 18:28:57 2017 (r437072) +++ head/Mk/bsd.default-versions.mk Mon Mar 27 19:12:03 2017 (r437073) @@ -83,7 +83,7 @@ PYTHON2_DEFAULT?= 2.7 PYTHON3_DEFAULT?= 3.5 # Possible values: 2.1, 2.2, 2.3, 2.4 RUBY_DEFAULT?= 2.3 -# Possible values: 4.2, 4.3, 4.4, 4.5 +# Possible values: 4.2, 4.3, 4.4, 4.5, 4.6 SAMBA_DEFAULT?= 4.4 # Possible values: base, openssl, openssl-devel, libressl, libressl-devel .if !defined(SSL_DEFAULT) From owner-svn-ports-all@freebsd.org Mon Mar 27 19:12:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E784D20A9B; Mon, 27 Mar 2017 19:12:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B47EAE6; Mon, 27 Mar 2017 19:12:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RJCCkx039699; Mon, 27 Mar 2017 19:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJCCFc039697; Mon, 27 Mar 2017 19:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271912.v2RJCCFc039697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437074 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:12:13 -0000 Author: sunpoet Date: Mon Mar 27 19:12:11 2017 New Revision: 437074 URL: https://svnweb.freebsd.org/changeset/ports/437074 Log: Update to 20170316 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Mon Mar 27 19:12:03 2017 (r437073) +++ head/misc/pciids/Makefile Mon Mar 27 19:12:11 2017 (r437074) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20170310 +PORTVERSION= 20170316 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 090668b +GH_TAGNAME= 4d3759a USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Mon Mar 27 19:12:03 2017 (r437073) +++ head/misc/pciids/distinfo Mon Mar 27 19:12:11 2017 (r437074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489395699 -SHA256 (pciutils-pciids-20170310-090668b_GH0.tar.gz) = 64e2b0807572674e6c1dd292036b78e4f0159bd1972983c7f880883ffa3952a9 -SIZE (pciutils-pciids-20170310-090668b_GH0.tar.gz) = 251992 +TIMESTAMP = 1490624712 +SHA256 (pciutils-pciids-20170316-4d3759a_GH0.tar.gz) = 719c97ffc9db5b9d6972b95a34b4c1003dc1fb51d74cb780979a6e4db7dc23a9 +SIZE (pciutils-pciids-20170316-4d3759a_GH0.tar.gz) = 252254 From owner-svn-ports-all@freebsd.org Mon Mar 27 19:12:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E430D20AC4; Mon, 27 Mar 2017 19:12: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 B8873B6F; Mon, 27 Mar 2017 19:12: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 v2RJCGVi039838; Mon, 27 Mar 2017 19:12:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJCGfg039835; Mon, 27 Mar 2017 19:12:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271912.v2RJCGfg039835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437075 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:12:18 -0000 Author: sunpoet Date: Mon Mar 27 19:12:16 2017 New Revision: 437075 URL: https://svnweb.freebsd.org/changeset/ports/437075 Log: Update to 4.4.4 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.4.4/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Mar 27 19:12:11 2017 (r437074) +++ head/www/npm/Makefile Mon Mar 27 19:12:16 2017 (r437075) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTVERSION= 4.4.4 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon Mar 27 19:12:11 2017 (r437074) +++ head/www/npm/distinfo Mon Mar 27 19:12:16 2017 (r437075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488091591 -SHA256 (npm-4.3.0.tar.xz) = 1abc16b209374d9919e9d2bae09469f2483e761337226d0b2b49f73f29736771 -SIZE (npm-4.3.0.tar.xz) = 2209564 +TIMESTAMP = 1490613904 +SHA256 (npm-4.4.4.tar.xz) = c3e153d684b270ceb8838378736ff9bf8ab44c6872249b8d7e641d02c02e3941 +SIZE (npm-4.4.4.tar.xz) = 2693332 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon Mar 27 19:12:11 2017 (r437074) +++ head/www/npm/pkg-plist Mon Mar 27 19:12:16 2017 (r437075) @@ -10,6 +10,7 @@ lib/node_modules/npm/CONTRIBUTING.md lib/node_modules/npm/LICENSE lib/node_modules/npm/Makefile lib/node_modules/npm/README.md +lib/node_modules/npm/TROUBLESHOOTING.md lib/node_modules/npm/appveyor.yml @(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd @@ -228,7 +229,6 @@ lib/node_modules/npm/lib/install/action/ lib/node_modules/npm/lib/install/action/preinstall.js lib/node_modules/npm/lib/install/action/prepare.js lib/node_modules/npm/lib/install/action/remove.js -lib/node_modules/npm/lib/install/action/test.js lib/node_modules/npm/lib/install/action/update-linked.js lib/node_modules/npm/lib/install/actions.js lib/node_modules/npm/lib/install/and-add-parent-to-errors.js @@ -323,6 +323,7 @@ lib/node_modules/npm/lib/utils/map-to-re lib/node_modules/npm/lib/utils/metrics-launch.js lib/node_modules/npm/lib/utils/metrics.js lib/node_modules/npm/lib/utils/module-name.js +lib/node_modules/npm/lib/utils/move.js lib/node_modules/npm/lib/utils/no-progress-while-running.js lib/node_modules/npm/lib/utils/output.js lib/node_modules/npm/lib/utils/package-id.js @@ -437,6 +438,7 @@ lib/node_modules/npm/node_modules/JSONSt lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/package.json lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/samplejson/basic.json lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/samplejson/basic2.json +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/big-token.js lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/boundary.js lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/offset.js lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/primitives.js @@ -522,6 +524,54 @@ lib/node_modules/npm/node_modules/asap/b lib/node_modules/npm/node_modules/asap/browser-raw.js lib/node_modules/npm/node_modules/asap/package.json lib/node_modules/npm/node_modules/asap/raw.js +lib/node_modules/npm/node_modules/bluebird/LICENSE +lib/node_modules/npm/node_modules/bluebird/README.md +lib/node_modules/npm/node_modules/bluebird/changelog.md +lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +lib/node_modules/npm/node_modules/bluebird/js/release/any.js +lib/node_modules/npm/node_modules/bluebird/js/release/assert.js +lib/node_modules/npm/node_modules/bluebird/js/release/async.js +lib/node_modules/npm/node_modules/bluebird/js/release/bind.js +lib/node_modules/npm/node_modules/bluebird/js/release/bluebird.js +lib/node_modules/npm/node_modules/bluebird/js/release/call_get.js +lib/node_modules/npm/node_modules/bluebird/js/release/cancel.js +lib/node_modules/npm/node_modules/bluebird/js/release/catch_filter.js +lib/node_modules/npm/node_modules/bluebird/js/release/context.js +lib/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +lib/node_modules/npm/node_modules/bluebird/js/release/direct_resolve.js +lib/node_modules/npm/node_modules/bluebird/js/release/each.js +lib/node_modules/npm/node_modules/bluebird/js/release/errors.js +lib/node_modules/npm/node_modules/bluebird/js/release/es5.js +lib/node_modules/npm/node_modules/bluebird/js/release/filter.js +lib/node_modules/npm/node_modules/bluebird/js/release/finally.js +lib/node_modules/npm/node_modules/bluebird/js/release/generators.js +lib/node_modules/npm/node_modules/bluebird/js/release/join.js +lib/node_modules/npm/node_modules/bluebird/js/release/map.js +lib/node_modules/npm/node_modules/bluebird/js/release/method.js +lib/node_modules/npm/node_modules/bluebird/js/release/nodeback.js +lib/node_modules/npm/node_modules/bluebird/js/release/nodeify.js +lib/node_modules/npm/node_modules/bluebird/js/release/promise.js +lib/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +lib/node_modules/npm/node_modules/bluebird/js/release/promisify.js +lib/node_modules/npm/node_modules/bluebird/js/release/props.js +lib/node_modules/npm/node_modules/bluebird/js/release/queue.js +lib/node_modules/npm/node_modules/bluebird/js/release/race.js +lib/node_modules/npm/node_modules/bluebird/js/release/reduce.js +lib/node_modules/npm/node_modules/bluebird/js/release/schedule.js +lib/node_modules/npm/node_modules/bluebird/js/release/settle.js +lib/node_modules/npm/node_modules/bluebird/js/release/some.js +lib/node_modules/npm/node_modules/bluebird/js/release/synchronous_inspection.js +lib/node_modules/npm/node_modules/bluebird/js/release/thenables.js +lib/node_modules/npm/node_modules/bluebird/js/release/timers.js +lib/node_modules/npm/node_modules/bluebird/js/release/using.js +lib/node_modules/npm/node_modules/bluebird/js/release/util.js +lib/node_modules/npm/node_modules/bluebird/package.json +lib/node_modules/npm/node_modules/call-limit/README.md +lib/node_modules/npm/node_modules/call-limit/call-limit.js +lib/node_modules/npm/node_modules/call-limit/package.json lib/node_modules/npm/node_modules/chownr/LICENSE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js @@ -614,6 +664,7 @@ lib/node_modules/npm/node_modules/fs-vac lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-no-purge.js lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-link-purge.js lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/not-remove-home-directory.js lib/node_modules/npm/node_modules/fs-vacuum/test/other-directories-no-purge.js lib/node_modules/npm/node_modules/fs-vacuum/test/racy-entries-eexist.js lib/node_modules/npm/node_modules/fs-vacuum/test/racy-entries-enotempty.js @@ -627,6 +678,7 @@ lib/node_modules/npm/node_modules/fs-wri lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/chown.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/rename-eperm.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/rename-fail.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/slow-close.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/toolong.js @@ -779,35 +831,6 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js lib/node_modules/npm/node_modules/init-package-json/init-package-json.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/LICENSE -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/common.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/glob.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/LICENSE -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/minimatch.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/index.js -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/license -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/package.json -lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/sync.js lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/LICENSE lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/README.md @@ -833,6 +856,7 @@ lib/node_modules/npm/node_modules/init-p lib/node_modules/npm/node_modules/init-package-json/package.json lib/node_modules/npm/node_modules/init-package-json/test/basic.input lib/node_modules/npm/node_modules/init-package-json/test/basic.js +lib/node_modules/npm/node_modules/init-package-json/test/dependencies.js lib/node_modules/npm/node_modules/init-package-json/test/lib/common.js lib/node_modules/npm/node_modules/init-package-json/test/license.js lib/node_modules/npm/node_modules/init-package-json/test/name-spaces.js @@ -1069,6 +1093,18 @@ lib/node_modules/npm/node_modules/mkdirp lib/node_modules/npm/node_modules/mkdirp/test/sync.js lib/node_modules/npm/node_modules/mkdirp/test/umask.js lib/node_modules/npm/node_modules/mkdirp/test/umask_sync.js +lib/node_modules/npm/node_modules/move-concurrently/LICENSE +lib/node_modules/npm/node_modules/move-concurrently/README.md +lib/node_modules/npm/node_modules/move-concurrently/move.js +lib/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently/LICENSE +lib/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently/README.md +lib/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently/copy.js +lib/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently/is-windows.js +lib/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently/package.json +lib/node_modules/npm/node_modules/move-concurrently/node_modules/run-queue/README.md +lib/node_modules/npm/node_modules/move-concurrently/node_modules/run-queue/package.json +lib/node_modules/npm/node_modules/move-concurrently/node_modules/run-queue/queue.js +lib/node_modules/npm/node_modules/move-concurrently/package.json lib/node_modules/npm/node_modules/node-gyp/.jshintrc lib/node_modules/npm/node_modules/node-gyp/.npmignore lib/node_modules/npm/node_modules/node-gyp/0001-gyp-always-install-into-PRODUCT_DIR.patch @@ -1303,19 +1339,10 @@ lib/node_modules/npm/node_modules/npm-in lib/node_modules/npm/node_modules/npm-install-checks/test/check-engine.js lib/node_modules/npm/node_modules/npm-install-checks/test/check-git.js lib/node_modules/npm/node_modules/npm-install-checks/test/check-platform.js -lib/node_modules/npm/node_modules/npm-package-arg/.npmignore -lib/node_modules/npm/node_modules/npm-package-arg/.travis.yml lib/node_modules/npm/node_modules/npm-package-arg/LICENSE lib/node_modules/npm/node_modules/npm-package-arg/README.md lib/node_modules/npm/node_modules/npm-package-arg/npa.js lib/node_modules/npm/node_modules/npm-package-arg/package.json -lib/node_modules/npm/node_modules/npm-package-arg/test/basic.js -lib/node_modules/npm/node_modules/npm-package-arg/test/bitbucket.js -lib/node_modules/npm/node_modules/npm-package-arg/test/github.js -lib/node_modules/npm/node_modules/npm-package-arg/test/gitlab.js -lib/node_modules/npm/node_modules/npm-package-arg/test/windows.js -lib/node_modules/npm/node_modules/npm-registry-client/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/.travis.yml lib/node_modules/npm/node_modules/npm-registry-client/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/README.md lib/node_modules/npm/node_modules/npm-registry-client/index.js @@ -1345,55 +1372,6 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.zuul.yml -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/LICENSE -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/doc/stream.markdown -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/duplex.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/LICENSE -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/float.patch -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/test.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/Makefile -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/test.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/license.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/readme.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/test.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/LICENSE -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/History.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/LICENSE -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/browser.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/node.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/passthrough.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/readable.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/transform.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/writable.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/.travis.yml lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/example/tarray.js @@ -1405,57 +1383,6 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md lib/node_modules/npm/node_modules/npm-registry-client/package.json -lib/node_modules/npm/node_modules/npm-registry-client/test/00-setup.js -lib/node_modules/npm/node_modules/npm-registry-client/test/access.js -lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-new.js -lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-update.js -lib/node_modules/npm/node_modules/npm-registry-client/test/adduser.js -lib/node_modules/npm/node_modules/npm-registry-client/test/config-defaults.js -lib/node_modules/npm/node_modules/npm-registry-client/test/config-override.js -lib/node_modules/npm/node_modules/npm-registry-client/test/deprecate.js -lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-add.js -lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-fetch.js -lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-rm.js -lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-set.js -lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-update.js -lib/node_modules/npm/node_modules/npm-registry-client/test/econnreset.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-404.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-408.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-503.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-authed.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-basic.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-github-api-json.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-not-authed.js -lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-streaming.js -lib/node_modules/npm/node_modules/npm-registry-client/test/get-403.js -lib/node_modules/npm/node_modules/npm-registry-client/test/get-basic.js -lib/node_modules/npm/node_modules/npm-registry-client/test/get-error-403.js -lib/node_modules/npm/node_modules/npm-registry-client/test/initialize.js -lib/node_modules/npm/node_modules/npm-registry-client/test/lib/common.js -lib/node_modules/npm/node_modules/npm-registry-client/test/lib/server.js -lib/node_modules/npm/node_modules/npm-registry-client/test/logout.js -lib/node_modules/npm/node_modules/npm-registry-client/test/ping.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again-scoped.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-failed-no-message.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-mixcase-name.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-new-mixcase-name.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped-auth-token.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped.js -lib/node_modules/npm/node_modules/npm-registry-client/test/publish.js -lib/node_modules/npm/node_modules/npm-registry-client/test/redirects.js -lib/node_modules/npm/node_modules/npm-registry-client/test/request-gzip-content.js -lib/node_modules/npm/node_modules/npm-registry-client/test/request.js -lib/node_modules/npm/node_modules/npm-registry-client/test/retries.js -lib/node_modules/npm/node_modules/npm-registry-client/test/send-anon-metrics.js -lib/node_modules/npm/node_modules/npm-registry-client/test/star.js -lib/node_modules/npm/node_modules/npm-registry-client/test/stars.js -lib/node_modules/npm/node_modules/npm-registry-client/test/tag.js -lib/node_modules/npm/node_modules/npm-registry-client/test/team.js -lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish-scoped.js -lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish.js -lib/node_modules/npm/node_modules/npm-registry-client/test/whoami.js -lib/node_modules/npm/node_modules/npm-registry-client/test/zz-cleanup.js lib/node_modules/npm/node_modules/npm-user-validate/.npmignore lib/node_modules/npm/node_modules/npm-user-validate/.travis.yml lib/node_modules/npm/node_modules/npm-user-validate/LICENSE @@ -1562,6 +1489,7 @@ lib/node_modules/npm/node_modules/once/R lib/node_modules/npm/node_modules/once/once.js lib/node_modules/npm/node_modules/once/package.json lib/node_modules/npm/node_modules/opener/LICENSE.txt +lib/node_modules/npm/node_modules/opener/README.md lib/node_modules/npm/node_modules/opener/opener.js lib/node_modules/npm/node_modules/opener/package.json lib/node_modules/npm/node_modules/osenv/.npmignore @@ -1623,35 +1551,6 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/.travis.yml lib/node_modules/npm/node_modules/read-package-json/LICENSE lib/node_modules/npm/node_modules/read-package-json/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/LICENSE -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/common.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/glob.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/LICENSE -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/minimatch.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/index.js -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/license -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/package.json -lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/sync.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.editorconfig lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.npmignore lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/LICENSE @@ -1706,6 +1605,8 @@ lib/node_modules/npm/node_modules/read/n lib/node_modules/npm/node_modules/read/package.json lib/node_modules/npm/node_modules/readable-stream/.npmignore lib/node_modules/npm/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md lib/node_modules/npm/node_modules/readable-stream/LICENSE lib/node_modules/npm/node_modules/readable-stream/README.md lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md @@ -1795,7 +1696,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/lib/querystring.js lib/node_modules/npm/node_modules/request/lib/redirect.js lib/node_modules/npm/node_modules/request/lib/tunnel.js -lib/node_modules/npm/node_modules/request/node_modules/.bin/har-validator lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js @@ -1864,145 +1764,158 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/bin/har-validator -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/async.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/error.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/runner.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cache.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/content.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/creator.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/entry.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/har.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/log.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/page.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/postData.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/record.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/request.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/response.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/timings.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/History.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/commander/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/example.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/test.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/is-property.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/test.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/LICENSE.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/benchmark.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/jsonpointer.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/test.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/LICENCE -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/Makefile -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/README.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/immutable.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/mutable.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/test.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/fixtures/cosmic.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/default.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/format.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/not.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/required.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/type.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/browser/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/browser/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/browser/promise.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node4/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node4/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node4/promise.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node6/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node6/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node6/promise.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node7/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node7/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/node7/promise.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/.tonic_example.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/README.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/dist/ajv.bundle.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js.map +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/dist/nodent.min.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/dist/regenerator.min.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/ajv.d.ts +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/ajv.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/cache.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/_rules.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/equal.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/formats.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/resolve.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/rules.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/schema_obj.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/ucs2length.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/util.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/compile/validation_error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/_limit.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/_limitItems.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/_limitLength.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/_limitProperties.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/allOf.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/anyOf.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/coerce.def +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/custom.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/defaults.def +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/definitions.def +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/dependencies.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/enum.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/errors.def +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/format.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/items.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/missing.def +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/multipleOf.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/not.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/oneOf.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/pattern.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/properties.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/ref.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/required.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/uniqueItems.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/v5/_formatLimit.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/v5/constant.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/v5/patternRequired.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/v5/switch.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dot/validate.jst +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/README.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/_formatLimit.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limit.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitItems.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitLength.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitProperties.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/allOf.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/anyOf.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/constant.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/custom.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/dependencies.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/enum.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/format.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/items.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/multipleOf.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/not.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/oneOf.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/pattern.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/patternRequired.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/properties.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/ref.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/required.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/switch.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/uniqueItems.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/dotjs/validate.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/keyword.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-draft-04.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-v5.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/lib/v5.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/History.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/Readme.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/example/key_cmp.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/example/nested.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/example/str.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/example/value_cmp.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/README.markdown +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/lib/parse.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/lib/stringify.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/test/parse.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/test/stringify.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/readme.markdown +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/cmp.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/nested.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/replacer.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/space.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/str.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/test/to-json.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/scripts/bundle +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/scripts/compile-dots.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/scripts/info +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/scripts/prepare-tests +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/scripts/travis-gh-pages +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/README.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/afterRequest.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/beforeRequest.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/browser.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/cache.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/content.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/cookie.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/creator.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/entry.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/har.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/header.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/log.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/page.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/pageTimings.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/postData.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/query.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/request.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/response.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/lib/timings.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema/package.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/async.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/promise.js lib/node_modules/npm/node_modules/request/node_modules/hawk/.npmignore lib/node_modules/npm/node_modules/request/node_modules/hawk/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/hawk/LICENSE @@ -2250,11 +2163,14 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/AUTHORS.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/COPYING.txt +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.min.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.d.ts lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json @@ -2296,9 +2212,20 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json +lib/node_modules/npm/node_modules/request/node_modules/performance-now/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/performance-now/.tm_properties +lib/node_modules/npm/node_modules/request/node_modules/performance-now/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/performance-now/Makefile +lib/node_modules/npm/node_modules/request/node_modules/performance-now/README.md +lib/node_modules/npm/node_modules/request/node_modules/performance-now/lib/performance-now.js +lib/node_modules/npm/node_modules/request/node_modules/performance-now/license.txt +lib/node_modules/npm/node_modules/request/node_modules/performance-now/package.json +lib/node_modules/npm/node_modules/request/node_modules/performance-now/src/performance-now.coffee +lib/node_modules/npm/node_modules/request/node_modules/performance-now/test/mocha.opts +lib/node_modules/npm/node_modules/request/node_modules/performance-now/test/performance-now.coffee lib/node_modules/npm/node_modules/request/node_modules/qs/.eslintignore +lib/node_modules/npm/node_modules/request/node_modules/qs/.jscs.json lib/node_modules/npm/node_modules/request/node_modules/qs/CHANGELOG.md -lib/node_modules/npm/node_modules/request/node_modules/qs/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/node_modules/qs/LICENSE lib/node_modules/npm/node_modules/request/node_modules/qs/README.md lib/node_modules/npm/node_modules/request/node_modules/qs/dist/qs.js @@ -2312,6 +2239,13 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/qs/test/parse.js lib/node_modules/npm/node_modules/request/node_modules/qs/test/stringify.js lib/node_modules/npm/node_modules/request/node_modules/qs/test/utils.js +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/README.md +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/browser.js +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/index.js +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/package.json +lib/node_modules/npm/node_modules/request/node_modules/safe-buffer/test.js lib/node_modules/npm/node_modules/request/node_modules/stringstream/.npmignore lib/node_modules/npm/node_modules/request/node_modules/stringstream/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/stringstream/LICENSE.txt @@ -2530,6 +2464,351 @@ lib/node_modules/npm/node_modules/unpipe lib/node_modules/npm/node_modules/unpipe/README.md lib/node_modules/npm/node_modules/unpipe/index.js lib/node_modules/npm/node_modules/unpipe/package.json +lib/node_modules/npm/node_modules/update-notifier/check.js +lib/node_modules/npm/node_modules/update-notifier/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/CHANGELOG.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/code-point-at/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/code-point-at/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/code-point-at/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/code-point-at/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/node_modules/string-width/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/camelcase/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/camelcase/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/camelcase/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/camelcase/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes/boxes.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/is-fullwidth-code-point/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/.editorconfig +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/.npmignore +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/.travis.yml +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/appveyor.yml +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/lib/enoent.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/lib/parse.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/lib/resolveCommand.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/lib/lru-cache.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/map.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/pseudomap.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/pseudomap/test/basic.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/.npmignore +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/.travis.yml +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/CONTRIBUTING.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/test/basic.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/node_modules/yallist/yallist.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/node_modules/lru-cache/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/is-stream/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/is-stream/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/is-stream/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/is-stream/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/npm-run-path/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/npm-run-path/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/npm-run-path/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/npm-run-path/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/object-assign/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/object-assign/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/object-assign/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/object-assign/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/path-key/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/path-key/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/path-key/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/path-key/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/strip-eof/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/strip-eof/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/strip-eof/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/strip-eof/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/vendor/resize +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/vendor/win-term-size.exe +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/code-point-at/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/code-point-at/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/code-point-at/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/code-point-at/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/boxen/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/escape-string-regexp/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/escape-string-regexp/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/escape-string-regexp/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/escape-string-regexp/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/supports-color/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/supports-color/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/supports-color/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/supports-color/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/chalk/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/node_modules/is-obj/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/node_modules/is-obj/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/node_modules/is-obj/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/node_modules/is-obj/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/node_modules/crypto-random-string/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/node_modules/crypto-random-string/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/node_modules/crypto-random-string/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/node_modules/crypto-random-string/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/configstore/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/is-npm/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/is-npm/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/is-npm/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/node_modules/capture-stack-trace/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/node_modules/capture-stack-trace/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/node_modules/capture-stack-trace/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexer3/LICENSE.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexer3/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexer3/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexer3/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream/buffer-stream.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-redirect/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-redirect/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-redirect/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-redirect/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-retry-allowed/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-retry-allowed/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-retry-allowed/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-retry-allowed/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-stream/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-stream/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-stream/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-stream/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/lowercase-keys/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/lowercase-keys/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/lowercase-keys/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/.travis.yml +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/browser.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/safe-buffer/test.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/timed-out/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/timed-out/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/timed-out/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/timed-out/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/unzip-response/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/unzip-response/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/unzip-response/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/unzip-response/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/node_modules/prepend-http/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/node_modules/prepend-http/license +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/node_modules/prepend-http/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/node_modules/prepend-http/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/readme.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/.npmignore +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/CHANGELOG.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/base64.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/.bin/rc +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/.npmignore +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/LICENSE.APACHE2 +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/LICENSE.BSD +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/LICENSE.MIT +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/browser.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/lib/utils.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/CHANGELOG.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/README.md +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/lib/deep-extend.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/.travis.yml +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/LICENSE +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/example/parse.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/index.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/package.json +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/readme.markdown +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/all_bool.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/bool.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/dash.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/default_bool.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/dotted.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/kv_short.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/long.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/num.js +lib/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist/test/parse.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 27 19:12:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4580CD20AD1; Mon, 27 Mar 2017 19:12: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 0B99BBCB; Mon, 27 Mar 2017 19:12: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 v2RJCKKw039940; Mon, 27 Mar 2017 19:12:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJCKck039939; Mon, 27 Mar 2017 19:12:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271912.v2RJCKck039939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437076 - head/textproc/py-docutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:12:22 -0000 Author: sunpoet Date: Mon Mar 27 19:12:20 2017 New Revision: 437076 URL: https://svnweb.freebsd.org/changeset/ports/437076 Log: Clean up Makefile - Remove SF from MASTER_SITES - Sort USE_PYTHON - Fix indent - Cosmetic change Modified: head/textproc/py-docutils/Makefile Modified: head/textproc/py-docutils/Makefile ============================================================================== --- head/textproc/py-docutils/Makefile Mon Mar 27 19:12:16 2017 (r437075) +++ head/textproc/py-docutils/Makefile Mon Mar 27 19:12:20 2017 (r437076) @@ -4,8 +4,7 @@ PORTNAME= docutils PORTVERSION= 0.13.1 CATEGORIES= textproc python -MASTER_SITES= SF \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org @@ -14,21 +13,20 @@ COMMENT= Python Documentation Utilities LICENSE= BSD2CLAUSE GPLv3+ PD PSFL LICENSE_COMB= multi -USES= python -USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python OPTIONS_DEFINE= PYGMENTS -PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments PYGMENTS_DESC= Syntax highlighting +PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments -BIN_SCRIPTS= rst2html.py rst2s5.py rst2latex.py rst2xetex.py \ - rst2man.py rst2xml.py rst2pseudoxml.py rstpep2html.py \ - rst2odt.py rst2odt_prepstyles.py +SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \ + rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html post-install: -.for script in ${BIN_SCRIPTS} - @cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ${script} ${script:C/\.py//} +.for script in ${SCRIPTS} + ${LN} -s ${script}.py ${STAGEDIR}${PREFIX}/bin/${script} .endfor .include From owner-svn-ports-all@freebsd.org Mon Mar 27 19:12:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33935D20AE6; Mon, 27 Mar 2017 19:12: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 E7378C38; Mon, 27 Mar 2017 19:12: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 v2RJCPnU040075; Mon, 27 Mar 2017 19:12:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJCPTA040072; Mon, 27 Mar 2017 19:12:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271912.v2RJCPTA040072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437077 - in head: Mk lang/ruby24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:12:27 -0000 Author: sunpoet Date: Mon Mar 27 19:12:25 2017 New Revision: 437077 URL: https://svnweb.freebsd.org/changeset/ports/437077 Log: Update to 2.4.1 Changes: http://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released/ Modified: head/Mk/bsd.ruby.mk head/lang/ruby24/distinfo head/lang/ruby24/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Mon Mar 27 19:12:20 2017 (r437076) +++ head/Mk/bsd.ruby.mk Mon Mar 27 19:12:25 2017 (r437077) @@ -184,8 +184,8 @@ RUBY23= "" # PLIST_SUB helpers # # Ruby 2.4 # -RUBY_RELVERSION= 2.4.0 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.4.1 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY24= "" # PLIST_SUB helpers Modified: head/lang/ruby24/distinfo ============================================================================== --- head/lang/ruby24/distinfo Mon Mar 27 19:12:20 2017 (r437076) +++ head/lang/ruby24/distinfo Mon Mar 27 19:12:25 2017 (r437077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482736961 -SHA256 (ruby/ruby-2.4.0.tar.xz) = 3a87fef45cba48b9322236be60c455c13fd4220184ce7287600361319bb63690 -SIZE (ruby/ruby-2.4.0.tar.xz) = 9906880 +TIMESTAMP = 1490461676 +SHA256 (ruby/ruby-2.4.1.tar.xz) = 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654 +SIZE (ruby/ruby-2.4.1.tar.xz) = 9939188 Modified: head/lang/ruby24/pkg-plist ============================================================================== --- head/lang/ruby24/pkg-plist Mon Mar 27 19:12:20 2017 (r437076) +++ head/lang/ruby24/pkg-plist Mon Mar 27 19:12:25 2017 (r437077) @@ -912,6 +912,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md %%DOCS%%%%RUBY_DOCDIR%%/README.md %%CAPIDOCS%%%%DOCS%%%%RUBY_DOCDIR%%/capi/.timestamp +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/.timestamp %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bdwn.png @@ -1948,6 +1949,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/db4/fiddle_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc0/closure__simple_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc0/closure__simple_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc4/constdefs_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc4/constdefs_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc5/continuation_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc5/continuation_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d4/dc5/continuation_8c__incl.png @@ -2882,6 +2885,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dab/cls__18byte_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dab/cls__19byte_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dab/cls__19byte_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dac/openssl_2conftest_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/dac/openssl_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/db0/defines_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/db0/defines_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d8/db2/ossl__rand_8h__dep__incl.map @@ -3374,6 +3379,9 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dda/generator_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dda/generator_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dda/generator_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/ddc/constdefs_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/ddc/constdefs_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/ddc/constdefs_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dde/id__table_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dde/id__table_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/da/dde/id__table_8h__incl.png @@ -3726,6 +3734,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9c/openssl__missing_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9d/socket_2conftest_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d9f/mips_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/da4/regenc_8h__incl.map @@ -6735,7 +6745,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/FileUtils/StreamUtils_/fu_stream_blksize-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/StreamUtils_/fu_windows%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/Verbose/cdesc-Verbose.ri -%%RDOC%%%%RUBY_RIDIR%%/FileUtils/apply_mask-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/cd-c.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/cd-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/cdesc-FileUtils.ri @@ -6810,7 +6819,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/FileUtils/remove_entry_secure-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/remove_file-c.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/remove_file-i.ri -%%RDOC%%%%RUBY_RIDIR%%/FileUtils/remove_trailing_slash-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/rm-c.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/rm-i.ri %%RDOC%%%%RUBY_RIDIR%%/FileUtils/rm_f-c.ri @@ -7907,6 +7915,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/Action/up-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/action_name-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/cdesc-AddEdgeNoCircular.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/delete_first-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/destination-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/down-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/DependencyGraph/AddEdgeNoCircular/make_edge-i.ri @@ -8117,6 +8126,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/VendorSpecification/cdesc-VendorSpecification.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/VendorSpecification/install-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/allow_missing%3f-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/amount_constrained-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/cdesc-Resolver.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/compose_sets-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/debug%3f-i.ri @@ -8134,6 +8144,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/search_for-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/skip_gems-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/soft_missing-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/sort_dependencies-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/stats-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/RubyVersionMismatch/cdesc-RubyVersionMismatch.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Security/Exception/cdesc-Exception.ri @@ -8201,6 +8212,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Server/show_rdoc_for_pattern-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Server/spec_dirs-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Server/specs-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Server/uri_encode-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/SilentUI/cdesc-SilentUI.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/SilentUI/close-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/SilentUI/new-c.ri @@ -11605,70 +11617,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/OpenURI/OpenRead/open-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenURI/OpenRead/read-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenURI/cdesc-OpenURI.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/abort-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/accept-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/accept-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/banner-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/base-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/candidate-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/cdesc-OptParse.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/complete-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/def_head_option-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/def_option-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/def_tail_option-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/default_argv-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/define-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/define_by_keywords-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/define_head-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/define_tail-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/each_const-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/environment-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/getopts-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/getopts-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/help-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/inc-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/inc-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/load-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/make_switch-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/new-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/new-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/notwice-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/on-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/on_head-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/on_tail-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/order%21-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/order-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/parse%21-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/parse-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/permute%21-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/permute-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/program_name-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/reject-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/reject-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/release-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/remove-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/search-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/search_const-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/separator-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/set_banner-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/set_program_name-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/set_summary_indent-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/set_summary_width-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/show_version-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/summarize-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/summary_indent-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/summary_width-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/terminate-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/terminate-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/to_a-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/to_s-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/top-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/top-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/ver-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/version-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/visit-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/warn-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OptParse/with-c.ri %%RDOC%%%%RUBY_RIDIR%%/OptionParser/AC/_ac_arg_enable-i.ri %%RDOC%%%%RUBY_RIDIR%%/OptionParser/AC/_check_ac_args-i.ri %%RDOC%%%%RUBY_RIDIR%%/OptionParser/AC/ac_arg_disable-i.ri From owner-svn-ports-all@freebsd.org Mon Mar 27 19:16:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B378D20BEB; Mon, 27 Mar 2017 19:16: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 EA04D68; Mon, 27 Mar 2017 19:16: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 v2RJG1ZE040377; Mon, 27 Mar 2017 19:16:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJG0pH040373; Mon, 27 Mar 2017 19:16:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271916.v2RJG0pH040373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437078 - in head/devel: . rubygem-google-protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:16:02 -0000 Author: sunpoet Date: Mon Mar 27 19:16:00 2017 New Revision: 437078 URL: https://svnweb.freebsd.org/changeset/ports/437078 Log: Add rubygem-google-protobuf 3.2.0.2 rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers functionality. It makes use of generated Ruby code that defines message and enum types in a Ruby DSL. You may write definitions in this DSL directly, but we recommend using protoc's Ruby generation support with .proto files. The build process in this directory only installs the extension; you need to install protoc as well to have Ruby code generation functionality. WWW: https://developers.google.com/protocol-buffers/ WWW: https://github.com/google/protobuf/tree/master/ruby Added: head/devel/rubygem-google-protobuf/ head/devel/rubygem-google-protobuf/Makefile (contents, props changed) head/devel/rubygem-google-protobuf/distinfo (contents, props changed) head/devel/rubygem-google-protobuf/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 19:12:25 2017 (r437077) +++ head/devel/Makefile Mon Mar 27 19:16:00 2017 (r437078) @@ -5277,6 +5277,7 @@ SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client + SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity Added: head/devel/rubygem-google-protobuf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-protobuf/Makefile Mon Mar 27 19:16:00 2017 (r437078) @@ -0,0 +1,17 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= google-protobuf +PORTVERSION= 3.2.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby extension to Google Protocol Buffers + +LICENSE= BSD3CLAUSE + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-google-protobuf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-protobuf/distinfo Mon Mar 27 19:16:00 2017 (r437078) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490207616 +SHA256 (rubygem/google-protobuf-3.2.0.2.gem) = 5443d72483a0dd37ecb7e5f14e59b1c11f0a806aabe4b7d679f244731398a3cd +SIZE (rubygem/google-protobuf-3.2.0.2.gem) = 231424 Added: head/devel/rubygem-google-protobuf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-protobuf/pkg-descr Mon Mar 27 19:16:00 2017 (r437078) @@ -0,0 +1,9 @@ +rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers +functionality. It makes use of generated Ruby code that defines message and enum +types in a Ruby DSL. You may write definitions in this DSL directly, but we +recommend using protoc's Ruby generation support with .proto files. The build +process in this directory only installs the extension; you need to install +protoc as well to have Ruby code generation functionality. + +WWW: https://developers.google.com/protocol-buffers/ +WWW: https://github.com/google/protobuf/tree/master/ruby From owner-svn-ports-all@freebsd.org Mon Mar 27 19:16:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A475AD20C22; Mon, 27 Mar 2017 19:16: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 639DB179; Mon, 27 Mar 2017 19:16: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 v2RJGUbn040649; Mon, 27 Mar 2017 19:16:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJGT3C040641; Mon, 27 Mar 2017 19:16:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271916.v2RJGT3C040641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437079 - in head: . textproc/rubygem-rich www www/gitlab www/redmine www/rubygem-jquery-rails www/rubygem-jquery-rails4 www/rubygem-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:16:31 -0000 Author: sunpoet Date: Mon Mar 27 19:16:29 2017 New Revision: 437079 URL: https://svnweb.freebsd.org/changeset/ports/437079 Log: Move www/rubygem-jquery-rails4 to www/rubygem-jquery-rails - Bump PORTREVISION for dependent ports Added: head/www/rubygem-jquery-rails/ - copied from r437078, head/www/rubygem-jquery-rails4/ Deleted: head/www/rubygem-jquery-rails4/ Modified: head/MOVED head/textproc/rubygem-rich/Makefile head/www/Makefile head/www/gitlab/Makefile head/www/redmine/Makefile head/www/rubygem-jquery-rails/Makefile head/www/rubygem-rails4/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Mar 27 19:16:00 2017 (r437078) +++ head/MOVED Mon Mar 27 19:16:29 2017 (r437079) @@ -9166,3 +9166,4 @@ net-p2p/gnunet-gtk||2017-03-27|Has expir net-p2p/gnunet||2017-03-27|Has expired: Broken for more than 6 months print/abc2mtex||2017-03-27|Has expired: Depends on expiring print/musixtex ftp/bareftp||2017-03-27|Has expired: Broken for more than 6 months +www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX Modified: head/textproc/rubygem-rich/Makefile ============================================================================== --- head/textproc/rubygem-rich/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/textproc/rubygem-rich/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -3,7 +3,7 @@ PORTNAME= rich PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ COMMENT= Opinionated WYSIWYG editor for LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-jquery-rails4>=4.0:www/rubygem-jquery-rails4 \ +RUN_DEPENDS= rubygem-jquery-rails>=4.0:www/rubygem-jquery-rails \ rubygem-kaminari>=0:www/rubygem-kaminari \ rubygem-mime-types>=0:misc/rubygem-mime-types \ rubygem-paperclip>=0:devel/rubygem-paperclip \ Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/www/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -1998,7 +1998,7 @@ SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails SUBDIR += rubygem-jquery-atwho-rails-rails4 - SUBDIR += rubygem-jquery-rails4 + SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-scrollto-rails SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails-rails4 Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/www/gitlab/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -4,6 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.15.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -140,7 +141,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-gemojione>=3:graphics/rubygem-gemojione \ rubygem-gon>=6.1.0:www/rubygem-gon \ rubygem-jquery-atwho-rails>=1.3.2:www/rubygem-jquery-atwho-rails \ - rubygem-jquery-rails4>=4.1.0:www/rubygem-jquery-rails4 \ + rubygem-jquery-rails>=4.1.0:www/rubygem-jquery-rails \ rubygem-jquery-ui-rails5-rails4>=5.0.0:www/rubygem-jquery-ui-rails5-rails4 \ rubygem-request_store>=1.3:devel/rubygem-request_store \ rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/www/redmine/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -3,7 +3,7 @@ PORTNAME= redmine PORTVERSION= 3.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ rubygem-rails4>=4.2.5:www/rubygem-rails4 \ - rubygem-jquery-rails4>=3.1.4:www/rubygem-jquery-rails4 \ + rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \ rubygem-coderay>=1.1.0:textproc/rubygem-coderay \ rubygem-builder>=3.0.4:devel/rubygem-builder \ rubygem-request_store>=1.0.5:devel/rubygem-request_store \ Modified: head/www/rubygem-jquery-rails/Makefile ============================================================================== --- head/www/rubygem-jquery-rails4/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/www/rubygem-jquery-rails/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -5,7 +5,6 @@ PORTNAME= jquery-rails PORTVERSION= 4.3.1 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Provides a Rails generator for jQuery Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Mon Mar 27 19:16:00 2017 (r437078) +++ head/www/rubygem-rails4/Makefile Mon Mar 27 19:16:29 2017 (r437079) @@ -3,6 +3,7 @@ PORTNAME= rails PORTVERSION= 4.2.8 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -26,7 +27,7 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PO rubygem-coffee-rails41>=4.1.1:devel/rubygem-coffee-rails41 \ rubygem-execjs>=2.2.1:devel/rubygem-execjs \ rubygem-jbuilder>=2.1.3:devel/rubygem-jbuilder \ - rubygem-jquery-rails4>=4.0:www/rubygem-jquery-rails4 \ + rubygem-jquery-rails>=4.0:www/rubygem-jquery-rails \ rubygem-railties4>=${PORTVERSION}:www/rubygem-railties4 \ rubygem-rake>=10.3:devel/rubygem-rake \ rubygem-rdoc>=4.0.2:devel/rubygem-rdoc \ From owner-svn-ports-all@freebsd.org Mon Mar 27 19:28:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EF79D2005E; Mon, 27 Mar 2017 19:28: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 6B473BBE; Mon, 27 Mar 2017 19:28: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 v2RJSsjg044966; Mon, 27 Mar 2017 19:28:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RJSs8Y044962; Mon, 27 Mar 2017 19:28:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271928.v2RJSs8Y044962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 19:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437080 - in head: irc/py-gozerbot net/ladvd sysutils/ffs2recov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 19:28:55 -0000 Author: sunpoet Date: Mon Mar 27 19:28:54 2017 New Revision: 437080 URL: https://svnweb.freebsd.org/changeset/ports/437080 Log: Release maintainership PR: 218170 Submitted by: Sten Spans (maintainer) Modified: head/irc/py-gozerbot/Makefile head/net/ladvd/Makefile head/sysutils/ffs2recov/Makefile Modified: head/irc/py-gozerbot/Makefile ============================================================================== --- head/irc/py-gozerbot/Makefile Mon Mar 27 19:16:29 2017 (r437079) +++ head/irc/py-gozerbot/Makefile Mon Mar 27 19:28:54 2017 (r437080) @@ -9,7 +9,7 @@ MASTER_SITES= http://gozerbot.org/media/ GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sten@blinkenlights.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Gozerbot - A modular Python IRC and Jabber bot BROKEN= Unfetchable (google code has gone away) Modified: head/net/ladvd/Makefile ============================================================================== --- head/net/ladvd/Makefile Mon Mar 27 19:16:29 2017 (r437079) +++ head/net/ladvd/Makefile Mon Mar 27 19:28:54 2017 (r437080) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX=v PORTREVISION= 2 CATEGORIES= net -MAINTAINER= sten@blinkenlights.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Minimal LLDP/CDP/EDP/FDP/NDP sender daemon LICENSE= MIT Modified: head/sysutils/ffs2recov/Makefile ============================================================================== --- head/sysutils/ffs2recov/Makefile Mon Mar 27 19:16:29 2017 (r437079) +++ head/sysutils/ffs2recov/Makefile Mon Mar 27 19:28:54 2017 (r437080) @@ -6,7 +6,7 @@ PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://www.exit.com/Archives/FreeBSD/ -MAINTAINER= sten@blinkenlights.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to recover UFS2 filesystems USES= tar:bzip2 uidfix From owner-svn-ports-all@freebsd.org Mon Mar 27 20:14:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 083C2D204F5; Mon, 27 Mar 2017 20:14:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9A3EB8; Mon, 27 Mar 2017 20:14:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RKEPCK066598; Mon, 27 Mar 2017 20:14:25 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKEGli066505; Mon, 27 Mar 2017 20:14:16 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201703272014.v2RKEGli066505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 27 Mar 2017 20:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437081 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:14:27 -0000 Author: jkim Date: Mon Mar 27 20:14:16 2017 New Revision: 437081 URL: https://svnweb.freebsd.org/changeset/ports/437081 Log: Update to 5.2.6. Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-vec/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/arabic/libreoffice/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898248 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ar.tar.gz) = ed14fb5995aef04f0dc4b237f94ddce21b510f970e066d5bb006d8be8e195908 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ar.tar.gz) = 2246194 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ar.tar.gz) = 153dc5265ff4c0ad7b8495fa223dd7148d280b180fb0b2dcd4174a0f0f16798f -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ar.tar.gz) = 6537964 +TIMESTAMP = 1490631889 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ar.tar.gz) = bef6763d8f9ed1681c5f8c8ec8050c982f295acaebfe6313231ef10816b316a2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ar.tar.gz) = 2246781 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ar.tar.gz) = 126f148a837a7805f4925847ef8bc4e2a102a485577d1d313da5106f157c49de +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ar.tar.gz) = 6538113 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/chinese/libreoffice-zh_CN/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898560 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 9097483c7b1a3da670f1aa0806a619a36ca33e884b9e84c35f135002b66b62a4 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 558656 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = e8b2ba5b9a5ff67c362f178d1c5f445d609d4c91fb6fd5e691135f4db6923db0 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10780208 +TIMESTAMP = 1490633800 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 2dfc655842b38cb6736219e0148725a48ab65aa7c2f71e48dea72128cf4c6f85 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 558685 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = f882f5fb25bae4d38d971e6ef68267a8469c60917c90483fb84f101d45ef31b4 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10780333 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/chinese/libreoffice-zh_TW/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898564 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = c24f5bed86b7c86bbd0faaf3e36ab466b18fd7a0659e7c28be8299651a4dad49 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = 555218 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 17090dcbc18207d93d1cdd048399905b5fbfca0dc607c0dfb2080c0349f15595 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10812336 +TIMESTAMP = 1490633802 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 072a0841cfd2860182dc86bcb16118cefb100d3e97d7242e2b3215c132fb380b +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 555428 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 41a9ed95d36d49b13d04fb9f25966f36f6ff04c667b48b279565f663f88e50af +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10812837 Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-af/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898240 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_af.tar.gz) = a54b4b34990ce5a1d74132faeaa58517f5a004d6f7a30976e6a164f0f697e439 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_af.tar.gz) = 1099182 +TIMESTAMP = 1490631734 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_af.tar.gz) = 0eb5f91c34599be801945a28a4b5fb1b0df83302f4dfb6e43294a5f6d039b522 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_af.tar.gz) = 1099516 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-am/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898244 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_am.tar.gz) = e6143e8baac52b8fd83bdfd0ec486a367ceb18a23b8bcc1961c96e793575b0fb -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_am.tar.gz) = 506672 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_am.tar.gz) = 1e594a112a9a10b493b9b1366dabd2e3de967fa23f2d5e3bb48307efc6d9bc40 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_am.tar.gz) = 7943245 +TIMESTAMP = 1490631887 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_am.tar.gz) = ce79462f35f95a957a35d11e02dd94bfa1e960dcc3ec094f5a2a33acceec8c7e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_am.tar.gz) = 506756 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_am.tar.gz) = 3f6f120cab6648b8af5a2e0a6ac7b928cf7285e6fdf6d2fa1e69d4b25fcb12f6 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_am.tar.gz) = 7943469 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-as/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898249 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_as.tar.gz) = 37cd8f3157d755b0da9975708bba4a5c4ab45a6bddfb2fcfb24c73795fce5acc -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_as.tar.gz) = 529448 +TIMESTAMP = 1490631890 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_as.tar.gz) = df31de105372a8a066150b3478fdaf4d80816a3a54fac58a80ccd1e7d9ca8570 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_as.tar.gz) = 529813 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ast/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898252 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ast.tar.gz) = de3129ccba9555d71cf5f7f4fb1a95faa7863f97542053ef91db9a8434e5ba22 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ast.tar.gz) = 488142 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ast.tar.gz) = 5ce25fc70054ecfbf8d06d000c259b41c35d822bef06bf7e539cfa970885791e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ast.tar.gz) = 7888533 +TIMESTAMP = 1490631894 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ast.tar.gz) = 6cc8553350b8d048425f13de607e60d381bfaa0fde726fa7abad8306347ef767 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ast.tar.gz) = 488419 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ast.tar.gz) = b918f07f12e979a4e8550f075a96112935ab9cf70ea0241b53a2665430787e49 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ast.tar.gz) = 7888488 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-be/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898254 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_be.tar.gz) = 3cf88054b7575ac3845f2483bfb5d686173e2a13d6ce9d4af03f9a603b5a6666 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_be.tar.gz) = 865055 +TIMESTAMP = 1490631896 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_be.tar.gz) = de529837eb218abc570bb923bcd36b4b5fcddf6487fe2c9647d1084afd6694cd +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_be.tar.gz) = 865346 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-bg/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898259 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bg.tar.gz) = c89dc9fee5f11063b3e025e240cd44589b5c1ebacf6276436b6a11117b6d6818 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bg.tar.gz) = 1946133 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bg.tar.gz) = d1df0d9fc12e16955769edcf3537efb9de4c7ea69052b83be4cb5483d66ce08c -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bg.tar.gz) = 8392369 +TIMESTAMP = 1490631900 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bg.tar.gz) = a14f20958d0bbb1b6677cd5d3c39a1458f490cce8495b230e4ea1149177cec93 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bg.tar.gz) = 1946588 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bg.tar.gz) = a1f82ffb51c165df20b25b70b67c3cd0415b107a9ea9fc52fc9ec465625381bf +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bg.tar.gz) = 8392282 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-bn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898262 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bn.tar.gz) = abcd3fc2e5d906c62136e482d966c78efcf485ee6056eaee9b5e626a1a8a3fff -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bn.tar.gz) = 883360 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bn.tar.gz) = 64dec9ee2a160e0e95faed8d8ad3fae93072a0125e94dbfdcecdd8f0ae1d6b70 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bn.tar.gz) = 9207965 +TIMESTAMP = 1490631903 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn.tar.gz) = 86b0c6fc9568f9bfe3506923c32f2787abf554effbd054bfc9a78bb7d61e5059 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn.tar.gz) = 883745 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn.tar.gz) = 3bd2223413d3dd952e92c937f1c3dcbd137462782fa69221a2d5c7f7536190f0 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn.tar.gz) = 9208223 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-bn_IN/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898266 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 84bfed8b5dd2cf630a09015158d6a40c4f173abdf274b843c891e3755145064b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 536383 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 5b28c7240e9518f379a5c7c83e11863842788c400a9df6607845395940af9e79 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9207829 +TIMESTAMP = 1490631908 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 1a21dff7a2b3e363397d3f5fa08a75d36bea3f7fb953abb1e6f1635b33ec0de8 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 536603 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = e937dac761f272a565360a9851a2ad4e61ed74048a5fdfbe2cc32c518c6e3bb9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9208082 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-bo/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898270 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bo.tar.gz) = 7ba3d75c3c459a2fa24372fd5f2b89f4722471946ecc22625a5d957db0afb178 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bo.tar.gz) = 517743 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bo.tar.gz) = a03a6e67654d5b35d11497c8b16768f4addaa3da609e07e10e1fe16341a5143d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bo.tar.gz) = 8953924 +TIMESTAMP = 1490631985 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bo.tar.gz) = 19b6aa42692d13e4fa89fe1150a1c3342e6aafe9a66b246b4b9ec86bd430cbce +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bo.tar.gz) = 518057 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bo.tar.gz) = a4f4b4e4b6ee49525576475fc5460ac0a4d745c019a38044aedea14f315de5ff +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bo.tar.gz) = 8953993 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-br/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898272 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_br.tar.gz) = 4dce28edc4d820d1258a5ba1341fe7b21bb7dee63811100c19e9ecc25ca54aae -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_br.tar.gz) = 1702900 +TIMESTAMP = 1490631987 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_br.tar.gz) = cfbaec442d03d6301112c5883120852e459299602b6bc44d916429d6d9f73966 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_br.tar.gz) = 1703450 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-brx/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898273 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_brx.tar.gz) = 99c5a8ddcff35c79f46137412dcf30edcad9965a5bdad7d8ba3ba38895c2d10d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_brx.tar.gz) = 499327 +TIMESTAMP = 1490631987 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_brx.tar.gz) = 4ab771817eb874137d88f23d8f8be6c39ebfb1022b6aae695cb1e8feca3b26f7 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_brx.tar.gz) = 499457 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-bs/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898276 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bs.tar.gz) = 55240cbaa7e81c54735557f1b905a88dcc388d945e79a2a87a9271135a7e0714 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_bs.tar.gz) = 601190 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bs.tar.gz) = 30f76ede36672f64c256ddf762ac8afcaf39be07b350d866d8b86648e0fc1213 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_bs.tar.gz) = 7185926 +TIMESTAMP = 1490632065 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bs.tar.gz) = bc43f989cc0ce10202dafb894a68c22651cc8d9563eb7ef17ef6681d2cff3688 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_bs.tar.gz) = 601700 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bs.tar.gz) = 4f2befefcad67df5f5e9ee21ec1187e74ef05513ad8f91edd32ccac90b122048 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_bs.tar.gz) = 7185723 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ca/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898280 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ca.tar.gz) = 718b94d1028c7d5c93d33b2f910a2ace8a06ffa609754fa449fffa0b43ef0b28 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ca.tar.gz) = 1757972 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ca.tar.gz) = 305960360c72c06b2fecbedacbc2acc482ff8c8778077d31b7909872514655d9 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ca.tar.gz) = 8039964 +TIMESTAMP = 1490632069 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca.tar.gz) = 92b55573e8706df6bb789c47605c95a102cd72761e6e292045bef09fa65a0088 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca.tar.gz) = 1758040 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca.tar.gz) = 5b3999c5583394cdbafe521a044aefa4bcf9c69bb51c346de8385a6527aabf1a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca.tar.gz) = 8039844 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ca_valencia/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898283 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 456a9c94f15d790f04ccf2dce82bd3ddeec892789d2bb12f63ea690c27f3fe18 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1754749 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 037244d8c020196af683693dfa62f1f8d5172c068f6ae0c3b756db185988b30e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8029533 +TIMESTAMP = 1490632071 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 8488eca7565f01f66859490afb886c026313d9b5b813403b4afdc56fd8082fa8 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1755025 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 9aaf43588489d9b8da6d18a9ee71bc78910b0e17d3810eccfc2c7b9a9c2d5a6d +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8029876 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-cs/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898288 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_cs.tar.gz) = 90b3690577ef6eca011941cc2903697f945b51f5e6392a4ea44c5ea5572a1c97 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_cs.tar.gz) = 2955180 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_cs.tar.gz) = c39318c940127fa5bf0d255f9269a74fe05b76bc34faa7914bd6f14583b920c4 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_cs.tar.gz) = 7646996 +TIMESTAMP = 1490632152 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cs.tar.gz) = c980c37b2e5ac3b0c7ed0350e44e02d88c174db5fedc52a8059f2e9933dff649 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cs.tar.gz) = 2954985 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_cs.tar.gz) = 0a0955f328f36151ca7e97cbe9fb5dd99b7aefaf7b885839af644e9bff1eba94 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_cs.tar.gz) = 7646941 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-cy/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898289 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_cy.tar.gz) = a822e6bc8378bf3075b83a2b0f9911ca45346e661124500cd443fab244276502 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_cy.tar.gz) = 468069 +TIMESTAMP = 1490632228 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cy.tar.gz) = 55ed07cc0d021a714718b9bfa160903ebd6a662856af0ee36214489c30a75ec0 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_cy.tar.gz) = 468039 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-da/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898293 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_da.tar.gz) = 0ba66f6d8b841344ef6395a03eae3a7813e059491f43181f0b6893aaf09398e3 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_da.tar.gz) = 2370513 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_da.tar.gz) = 8d9071603e2d14b920114b38dcaa726da2a2ea42221341eceb43321646f6f178 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_da.tar.gz) = 7651391 +TIMESTAMP = 1490632306 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_da.tar.gz) = c4741e92a0dc1282330f290abd6b7bda471aa0d8a7802a3d456ecd0bdb0615ae +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_da.tar.gz) = 2370902 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_da.tar.gz) = a29d7a03848883dc2983aaf1b2608e6b2961be6d19131121ff22c083cf0325e3 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_da.tar.gz) = 7651298 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-dgo/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898300 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_dgo.tar.gz) = fa239af69bac446dd67659f949d43c5c25bc2615f0966a6658916285fa4cb54f -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_dgo.tar.gz) = 529094 +TIMESTAMP = 1490632314 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dgo.tar.gz) = 442ad24ab9293c8439ac080bf2b4b0f70085defdbcd33a8a4e8cb5d179651527 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dgo.tar.gz) = 529454 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-dz/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898304 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_dz.tar.gz) = c3a55e64b95723919a2b8b6a9ea237c7fa5b3b35dc951a08f9b6518803aff4dd -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_dz.tar.gz) = 524410 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_dz.tar.gz) = 7a5f38acc5f81d040c5849bea21c1707c6b031c11e4475a9641314ef4fb27497 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_dz.tar.gz) = 10404208 +TIMESTAMP = 1490632317 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dz.tar.gz) = ef24260d7a8d3614f62ef24e61429d2b16f5fce51f523ced5dce827ed2571288 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_dz.tar.gz) = 524453 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_dz.tar.gz) = 827e279d3192388ac638231f19a4b9907e49dc72d427be7aac974ae253dc5317 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_dz.tar.gz) = 10404138 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-el/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898309 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_el.tar.gz) = 343590f2d6cd5d2c1556ae25edaafcf17a553ab7dfc53a6be0d9a16c5b5715f4 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_el.tar.gz) = 2565461 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_el.tar.gz) = 3c8e45f7fd4381f8bc8126a15d41b760dd3b89a98252b5fa2c77002ce5482117 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_el.tar.gz) = 9040400 +TIMESTAMP = 1490632320 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_el.tar.gz) = b81ceca8593c1b61c0d961810ebbf40e85ab8f67afbf5164bb4ae119eab3509d +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_el.tar.gz) = 2565915 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_el.tar.gz) = ac53fad5b67a03062981e038fa336575d0e8165e4a08db4021cf89a01d6fa400 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_el.tar.gz) = 9040381 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-en_GB/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898314 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_en-GB.tar.gz) = 1aec12c8f8d79498562b6ef1581d2e690e32496a734c07eb6e6eedbc980f3cce -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_en-GB.tar.gz) = 7059076 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 84c32ed4b96f319b92fff0f0a986fb06fbf0b171f72d79160896dd7aecfd8b3a -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 6496273 +TIMESTAMP = 1490632325 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 4da7a951dc28c55bc5f73ffcf586cb4ceddfe37b099939fb33593893f3073bc9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 7059241 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 9bd68da1e3113049418289b6a3d248938c4df979d34a00aa0637e27d0d68c40a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 6496129 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-en_ZA/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898319 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 160d59ae953cdfe2864c5798c5a7fbe5bc4a6dbb661fcb5ae0c1718a14dee44b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 6976992 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = 564fecd34d391bf3b88af5eee30fce4aea6d72031e8042d924640a527ac8404d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6482554 +TIMESTAMP = 1490632328 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 16f7c5b1df5bfc02b4ec2798e6c21278c8ee0020b17092b8624d1b5d3344239c +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 6976689 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 0270dca8a8eb79a43120aa2775eb7c053ca5c3f74de6e34e54bea3fce46a5945 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6482485 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-eo/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898322 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_eo.tar.gz) = b035029e0006fb62ca715626a03a9944d3e51113f7aec717d4801df852ec3c6f -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_eo.tar.gz) = 466197 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_eo.tar.gz) = f347cfe6fb5ebcd8693d73f93383e8bc8646237fb2f12577cf6062c21ed8abe5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_eo.tar.gz) = 7058005 +TIMESTAMP = 1490632331 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eo.tar.gz) = 6817c9e15ba1e2d0bb45faebba55ab401c8e00d15558557e888b07fcecd43c0e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eo.tar.gz) = 466057 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eo.tar.gz) = c25566ed8cdd13f630d11521e85751d13b878d0d68b7e09bf4b748a0e4d5fccb +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eo.tar.gz) = 7057879 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-es/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898326 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_es.tar.gz) = 441d5d799d61dc14fd1d55863329101ba43c60c6b0fed4cc6fa9c8bdc5f1040f -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_es.tar.gz) = 1967692 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_es.tar.gz) = 88fdccec40fa1a37f7b8dee60d6036592c487fec91961d773f5c3089c8363ad4 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_es.tar.gz) = 8058791 +TIMESTAMP = 1490632408 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_es.tar.gz) = ece626f75280c3fed303a3f25589c2dfb2700fb71e83479c1027dc24105eefee +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_es.tar.gz) = 1968133 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_es.tar.gz) = 962fbe184dcc3f343d9d9808ddd5ef8c2e458a075ed35a939ef0c95389b6252d +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_es.tar.gz) = 8054101 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-et/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898330 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_et.tar.gz) = 4f9111bbb9d72358efb54ba499f88bc8b86ad23d92cee59e56afea85bc6bfe4b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_et.tar.gz) = 1376283 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_et.tar.gz) = 84d22a35facbbdaf107501f5665cf13ed7fa4eb08287ee2a898291054e9eb6b9 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_et.tar.gz) = 7579815 +TIMESTAMP = 1490632413 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_et.tar.gz) = cb2c3cb76b8f25c53cf99c427fffab058285a8f47d3b8c4aebca66b17bfbae2b +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_et.tar.gz) = 1375126 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_et.tar.gz) = 359a9dbd32b3f3e75d35d776e0b102fde4dbb1d09badff242ebca97447b363f1 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_et.tar.gz) = 7580043 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-eu/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898333 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_eu.tar.gz) = 65ef4b9d528d9908cb733e9319cd54598d87cef2cd5809a13be3a0580cae89b8 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_eu.tar.gz) = 471854 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_eu.tar.gz) = e097af5abbd410c382c8554e7c904449707f38ad572584c05a6537c2f5c52349 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_eu.tar.gz) = 7620783 +TIMESTAMP = 1490632416 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eu.tar.gz) = b10b35fbc70d8f460406c56ebe80ce28e4d7e2caf01f57cb166d4340bb785305 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_eu.tar.gz) = 471638 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eu.tar.gz) = c2beac479eff4a1f4632fbcf268b3beb1813df76d5d50d9bd863fb8fcd7e4fda +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_eu.tar.gz) = 7620673 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-fa/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898335 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_fa.tar.gz) = d99421c1682ab4d34dcd64f33fb8dbbaba5b931179fabc1ecddf8dc4cfa8ffb0 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_fa.tar.gz) = 495730 +TIMESTAMP = 1490632416 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fa.tar.gz) = 7d5630c2f38f36c6d5061cb389c198e7acbce3b22842cb02e916b3aede8edb06 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fa.tar.gz) = 495839 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-fi/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898338 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_fi.tar.gz) = 612d9ed439d78df215c0063f7f38a3f3ec0193fdcab4c8512feceb4c6f697e46 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_fi.tar.gz) = 480705 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_fi.tar.gz) = d472cca93c52ced80582bb317ff0c24d398adbc9c50af939b488f773abeb0474 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_fi.tar.gz) = 7837317 +TIMESTAMP = 1490632421 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fi.tar.gz) = c58f9557a44b5498d235d5329f8c4327f7874ad633467c444d6d7aaab3a7cdde +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_fi.tar.gz) = 480651 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_fi.tar.gz) = d3bcb467c4ea4515ce105c773c93f973a8f0321eabdb4fa7589ec69f33cbba00 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_fi.tar.gz) = 7837457 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ga/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898343 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ga.tar.gz) = fc00790657f4a66670e45e18c54af2c306ad4ab7833b7c183f1183e837b76c04 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ga.tar.gz) = 490411 +TIMESTAMP = 1490632501 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ga.tar.gz) = c1ce041b68e76c439337b565029c8eb0d0aa10895bb3c38f446e409f8405d423 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ga.tar.gz) = 490611 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-gd/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898344 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gd.tar.gz) = 6933d1f939177c2843d9a2286953c83eabb2cadcf968c5017d1ba809dab832a3 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gd.tar.gz) = 1395770 +TIMESTAMP = 1490632502 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gd.tar.gz) = 8469a0bd9c3ae01c191c130892e8feae048558827b57d0f4a15bd39c555ec5a6 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gd.tar.gz) = 1395856 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-gl/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898348 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gl.tar.gz) = 796a2278fd5f63c277b529847e6c1bc324274358020df2871c1195119c56fd10 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gl.tar.gz) = 1039762 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_gl.tar.gz) = d7e99e0cce845cc44678a40803ecbb7093d353e9c032dbfc1c1efeaf1934d4c5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_gl.tar.gz) = 7772784 +TIMESTAMP = 1490632580 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gl.tar.gz) = 9541ff26d8592347320e82f98b846cf183408611e6a79e2b91b02b0aa40f908e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gl.tar.gz) = 1039333 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gl.tar.gz) = 3c978649358f5123658aa61d5fe62d124c9d5b0eac6768784f9c04df6f24282e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gl.tar.gz) = 7772727 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-gu/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898352 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gu.tar.gz) = 57872e682bf53f544ca9df3a92c25260f9665d56ac1f68e756d5f0ff2be39a30 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gu.tar.gz) = 1174026 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_gu.tar.gz) = 709390cc05fc1d4c80d1354f414f953096e10e7992fabff7e80d693c10100b1e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_gu.tar.gz) = 6703887 +TIMESTAMP = 1490632658 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gu.tar.gz) = 8783534a4c5aa5fc4202bef45da550ec4225d5d8301bc0b291044685a85fe396 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gu.tar.gz) = 1174022 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gu.tar.gz) = 15aaa1e5106ebe3a1bb81d2e3842ca8ce2af9bd276a23cb374de94bfb035a79c +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_gu.tar.gz) = 6703828 Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-gug/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898354 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gug.tar.gz) = cdbc437310be26da282e5e5107224731e82129a7cbb5834e449c4842f9204fbd -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_gug.tar.gz) = 487953 +TIMESTAMP = 1490632659 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gug.tar.gz) = 07ac49ff1135d8b1a06f020c334bfccc807c6869e797caf1f49736055b8fb681 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_gug.tar.gz) = 488026 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-hi/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898361 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_hi.tar.gz) = 7429df010f0f6ed7f43b513815e2a07fcbac28654ad866bb40497bdf44fdcf32 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_hi.tar.gz) = 593648 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_hi.tar.gz) = 5d622398c1274f98c269ad48b9905a01ca2149e44754109b407be5d9d090191b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_hi.tar.gz) = 7385755 +TIMESTAMP = 1490632666 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hi.tar.gz) = 9b2ff84153fcad5231537ea0f21a957a94ea413c24b8f07ee28fd73c991743e2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hi.tar.gz) = 593889 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hi.tar.gz) = b3025b4ef199fa91deb3fbc74b3d7df12a5df52fa2d2c2a1e7a3d3b2993e26b5 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hi.tar.gz) = 7385946 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-hr/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898364 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_hr.tar.gz) = 9f5ccb6590778b197d260fd13aa37548456d91c331158b93591980e13a684ca3 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_hr.tar.gz) = 1090375 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_hr.tar.gz) = 9ff5d075f4d6f35377cead66b531f0a6a5136433bf5ae4b17ebf637978c0a675 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_hr.tar.gz) = 6874513 +TIMESTAMP = 1490632670 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hr.tar.gz) = 89a0a4a92cba5e94446354d5d139f17cbd1c7717db172ba75921778f55845c0a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_hr.tar.gz) = 1090812 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hr.tar.gz) = f5466b55a8fad30bbb5b9a92812d6a130368da2e04e243c1d92b4bb29f1a515a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_hr.tar.gz) = 6874789 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-id/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898375 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_id.tar.gz) = 85e21304482b0186ca7287faedc20c6c94b324e73685ce42d8a76425faa0bec7 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_id.tar.gz) = 464840 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_id.tar.gz) = 58dd7f910cd988098ba685f53be1b3ef2406576a72634f05b7d1b4c1668f6d0c -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_id.tar.gz) = 6913516 +TIMESTAMP = 1490632752 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_id.tar.gz) = bfa9a9a378103a94aa2e7b000386266530834927de3e001ecd11d47fa955e034 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_id.tar.gz) = 464925 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_id.tar.gz) = 2d988701adeb6f5181b86dea3bab4ff341b22e8c08f911df68064b8b4afb32ea +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_id.tar.gz) = 6913413 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-is/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898379 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_is.tar.gz) = 7c82d0c2e754f2a805038b1291f7b545114b3bc16cfc23b49b115eacadc19ed9 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_is.tar.gz) = 1275587 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_is.tar.gz) = 110d56a199c1e835a8c027d66acb53603742f996170f9f302ea8e03322b0f5d5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_is.tar.gz) = 6972752 +TIMESTAMP = 1490632756 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_is.tar.gz) = 73b6db3830fc1d6be571fb96b908ba79aecf927ddce03bb738776b6a7f0dd555 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_is.tar.gz) = 1275590 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_is.tar.gz) = 0e3812f333df2db04baa937a2870ce5adb5c5967982f18f880f3791240a1502e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_is.tar.gz) = 6972478 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-it/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898384 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_it.tar.gz) = 5985def8d0fd015ae5298af8f45e4671ebba54e1748711240792ef816a7ce23a -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_it.tar.gz) = 1811877 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_it.tar.gz) = 732cfe417da87b4abd094ca27871e399b9a9f512b2373125e4c2adc0486c4127 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_it.tar.gz) = 8002402 +TIMESTAMP = 1490632760 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_it.tar.gz) = 760f8efa0c1facd26ad102bf677d3d382b3222b48c978cefdd5d88954bd7c55a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_it.tar.gz) = 1812063 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_it.tar.gz) = 6a865eb61810de72dbbbc45f79cd62b731adbc9fa005688e1258f37b2f1bf70f +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_it.tar.gz) = 8002369 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ka/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898391 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ka.tar.gz) = 1a90a5811dfd8b1bf3bea757384be76f0a6f7c3e6e5497b974783786588590f6 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ka.tar.gz) = 506297 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ka.tar.gz) = abff8f936f31d5ac78d4c76facc1457532ddb88ab792e2d06809fc8acaf46b22 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ka.tar.gz) = 7173954 +TIMESTAMP = 1490632767 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ka.tar.gz) = 547b8e22299e8496922268fbbddedff4a3fc5a656a162225db115e746c2ce7ef +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ka.tar.gz) = 506716 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ka.tar.gz) = d1a7542c8366c9fe58bcc132714243e92b9dac740cdfbbddfadb222e9a873bc9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ka.tar.gz) = 7174015 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-kk/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898392 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kk.tar.gz) = c119fe355614cf9e78253bb612ca53b9155aafe133153447964d062d9f787722 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kk.tar.gz) = 519833 +TIMESTAMP = 1490632843 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kk.tar.gz) = 7e18b36ca81d0d2dbfa2d8df1a532df9236ca9e7d775ec2a2a491d788b9542f3 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kk.tar.gz) = 519817 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-km/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898396 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_km.tar.gz) = 18240ecaada51415991a4ee876ea442e7f1f110d6a27f201dfc0db957823d748 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_km.tar.gz) = 626014 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_km.tar.gz) = 8e48d6aa2479bdfba49f62ef782e5afb84500a0edacd3f1808dbcc49184a56e8 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_km.tar.gz) = 10429484 +TIMESTAMP = 1490632847 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_km.tar.gz) = 0be79762c2488f39acc08554cca32bc20c862399b68d71d9437fa781d9e84230 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_km.tar.gz) = 626743 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_km.tar.gz) = 6713d8d430aebe8d5076b3132d48b2708004b30b66c7e7821722d360fcc6af4a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_km.tar.gz) = 10429193 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-kmr_Latn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898398 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = e6a5dfd7169df1ec1568c06a4f98d9a1cac9293e6e989639fcffcf2e401e0f42 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 481523 +TIMESTAMP = 1490632848 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 50c9af1214346db414b281176eb14748a0c66834e74f74d0b973c010f6f802d0 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 481400 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-kn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898399 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kn.tar.gz) = cbf1869d00d05c54269f9c877c199ea2f4907e01d26a8a327085f06ece856413 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kn.tar.gz) = 542896 +TIMESTAMP = 1490632849 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kn.tar.gz) = 883412f6c5dea14c382095cc06348bc7ee2ccd2cee7a20de00478f8b74168708 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kn.tar.gz) = 542979 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-kok/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898405 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kok.tar.gz) = cade9e9194286af67d1993840e5fcc679cc346a5e2ccf1a704b37ae291963ecc -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_kok.tar.gz) = 521464 +TIMESTAMP = 1490632929 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kok.tar.gz) = bc5e0dba2be0db99a5a64fdfa2e29d9f540eef9458ca6f333a2763e6e3117d9a +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_kok.tar.gz) = 521787 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ks/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898406 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ks.tar.gz) = 0278617f6405ed0673ccbba2f49efd35859b5c4ee1be0941ef6d7149b67c765c -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ks.tar.gz) = 501595 +TIMESTAMP = 1490632930 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ks.tar.gz) = 0cf24df3ced7bd60637cc5fc3abbd4985393a9f81e2cf1d81c24844d84ba151b +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ks.tar.gz) = 501755 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-lb/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898408 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lb.tar.gz) = f4a08642d8b41688cec5d534c538f3391fe7b1c862d2c9f221ddc9901ca71309 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lb.tar.gz) = 447180 +TIMESTAMP = 1490633006 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lb.tar.gz) = c3b9c1f000679b05065bbb87341ddd106ebcce8037f9698cb11aaf4a93df6073 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lb.tar.gz) = 447560 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-lo/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898412 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lo.tar.gz) = 4d32e207d8e6ca038dd46b707888d96ac82afdbee3ff72f3a48abeebaf614a22 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lo.tar.gz) = 544163 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lo.tar.gz) = f3a0f27a1f19bed562a7cda141344aa4b2e6e840874ef6a4e44cd78f183e318c -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lo.tar.gz) = 6469764 +TIMESTAMP = 1490633009 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lo.tar.gz) = c1c15c4f6d9a3c8382c9c01cf37f74ccfaef296df12a386b7b40a31f24a431d0 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lo.tar.gz) = 544317 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lo.tar.gz) = 92b4e89b5c31309f661d070964ee2ed66eeed09409c464ac838c4402cbc79991 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lo.tar.gz) = 6470066 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-lt/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898415 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lt.tar.gz) = 8696b10db469d8130b8cea8c1ed8bc95c3b70866b97e8320e912858fb62cd483 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lt.tar.gz) = 819600 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lt.tar.gz) = 45cf2edcca33f3787ac34e0bc0db9229e566bc190aafd37046b8027e68e4be13 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lt.tar.gz) = 6490189 +TIMESTAMP = 1490633012 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lt.tar.gz) = 02382541ce0b7cd8331e3ca473e442b086bcb0dbb49ca44057270e871fb5c832 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lt.tar.gz) = 819792 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lt.tar.gz) = a393945a0a4d416dce83e4db1cf0433f86a07d45a591d033ba3be57d9a4ffd83 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lt.tar.gz) = 6490222 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-lv/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898421 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lv.tar.gz) = 81564aed61a93a575f2f351e73cc469ab3bb6a20e0c387331b43f5c1c7e5cc26 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_lv.tar.gz) = 1235481 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lv.tar.gz) = 12935552fd423d08bdef02833ece5c1937b93768e36158b5a403e22670a18d79 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_lv.tar.gz) = 6980854 +TIMESTAMP = 1490633016 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lv.tar.gz) = 0daa47553f7d56c53118b7b69b4d6a2bb40ed0201221d9a35fd53262a800994e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_lv.tar.gz) = 1235439 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lv.tar.gz) = 6e6940814b49783e3f693188dcba9e038dd9ceeb5a21391667072b73514c883b +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_lv.tar.gz) = 6980989 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-mai/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898422 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mai.tar.gz) = a43df2601d7fe660a86ef1c33b9a814a4c5ef5ce517912e80fecf145b6d2d4a3 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mai.tar.gz) = 502414 +TIMESTAMP = 1490633017 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mai.tar.gz) = 2c79d8e4dc8ac0f01847e226f2cf9d22df2dffb11f5336be8a749190635fe228 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mai.tar.gz) = 502809 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-mk/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898426 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mk.tar.gz) = 3e2b2b6fd8c7ba0645fde3c265da3ff1eccc9c3c6dc96e52d346bd7311e8f995 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mk.tar.gz) = 503784 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_mk.tar.gz) = dc1ea388d90590d902c7ff310fdade256602add5d02a49bcdcbf94e95dbe5437 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_mk.tar.gz) = 7402288 +TIMESTAMP = 1490633019 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mk.tar.gz) = 41bb4c1fb52749d443f2df9b11d608ab497d27c5f6d50490584e98e044ddfb69 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mk.tar.gz) = 503932 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_mk.tar.gz) = 1ca412817a112f18be4a91a412456cf548c65f662c9707d034e5fd38b07403c5 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_mk.tar.gz) = 7402205 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ml/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898427 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ml.tar.gz) = fbaea2bfbbb82f90cc8639b207450fbe556491fdf4b252bcc58e97c728d8521b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ml.tar.gz) = 542984 +TIMESTAMP = 1490633020 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ml.tar.gz) = 88e40fcaf418cf477d6479ad1a23695ae5dd9a78251a10022b01c21708c166b5 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ml.tar.gz) = 542929 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-mn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898429 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mn.tar.gz) = 42e7d161cbbe608586f2eed6b8363741a3b40ae49341582b9bacbfc6951dd606 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mn.tar.gz) = 591751 +TIMESTAMP = 1490633096 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mn.tar.gz) = 2bb6f84459526f4abf89e9e68748360bc193d04c458a7973722fce16c0cf4a77 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mn.tar.gz) = 591944 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-mni/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898430 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mni.tar.gz) = acb85646fa4a017841441968ad3545a46a1c769ab9660701c55d5c1a6eefa45b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mni.tar.gz) = 515468 +TIMESTAMP = 1490633098 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mni.tar.gz) = f310b02f50fa18eaf2368ba29cbe4ceaa2534309e9b433ac5f775d8f35431b01 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mni.tar.gz) = 515872 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-mr/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898431 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mr.tar.gz) = e89e2121dd8947e81273ef4b232feaff90431f9c25866d05eeddbdcfe22d5dcd -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_mr.tar.gz) = 538013 +TIMESTAMP = 1490633098 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mr.tar.gz) = 1bdff21652031bd7ed4761bac9034b13c01ba053fc2aa7c7eb78d28534c11265 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_mr.tar.gz) = 537856 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-my/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898433 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_my.tar.gz) = a494ccdb12d0692f98b1c662443e77825a7e43122c6163a65b990fd6657923e5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_my.tar.gz) = 533386 +TIMESTAMP = 1490633099 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_my.tar.gz) = edef6060d393acfdb35657ebee797526dbd5d9cde042c0b04c45093a74ebf3ed +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_my.tar.gz) = 533633 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-nb/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898437 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nb.tar.gz) = 9e297349bbe3908cdfc033054f894d86cf984410f11ab8756798fcdee26fdb9e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nb.tar.gz) = 3466518 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nb.tar.gz) = 32c795de75b95c1a12335c41aa36fbb1570574515d00ca28212011001feac017 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nb.tar.gz) = 7723868 +TIMESTAMP = 1490633102 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nb.tar.gz) = d2b26618e98d3d41fd211766dbdacb442f0f2f86b00abc2c503c48741c55b5fe +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nb.tar.gz) = 3466625 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nb.tar.gz) = b7012064a5f8b78a7a27988393a07cb0fc6925cb953787c72795354a3d8d1502 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nb.tar.gz) = 7723803 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ne/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898441 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ne.tar.gz) = cf0fef21ce73608a55af0bb171ed129efc7f6687bf8e1f52a94181977e15f96e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ne.tar.gz) = 904292 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ne.tar.gz) = 64116aa560f721b0e88b0b47ef6c75a2ba36fd51c73f3cb2e838fc1ded15c6a3 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ne.tar.gz) = 9860938 +TIMESTAMP = 1490633106 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ne.tar.gz) = 63fca7c65ca6efef5dedb453a60748f6b923e5a22c014018644748fb24e37ff9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ne.tar.gz) = 904483 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ne.tar.gz) = 99adb3afc57dd4b7fce07c8aa54f1df616a42eecf88d4074a0dfd5c2ed4532e2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ne.tar.gz) = 9860934 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-nl/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898445 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nl.tar.gz) = 1dfa7d4dae3b2a2db14cde43c391aa346f5ad81302745ed7f53ffa7818a15681 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nl.tar.gz) = 1268739 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nl.tar.gz) = 135c21e67683748b9a790bae687f26c16c34cbf537575eef06ac201b68b6cd7f -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nl.tar.gz) = 7810745 +TIMESTAMP = 1490633110 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nl.tar.gz) = 337068313861e61f2f888dcd432b174ae0422f9b608d6f283695d48e5ad558e7 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nl.tar.gz) = 1269020 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nl.tar.gz) = 848bdff434dfc0a0fa75ac050c2af770219b4e5e3f24a0d0d96351749d489fdd +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nl.tar.gz) = 7810699 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-nn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898449 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nn.tar.gz) = b1cf79096ae023ba61c1fd07e3325c610931a42c4d9f49cb99b885231e3eb0b5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nn.tar.gz) = 3465954 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nn.tar.gz) = f0cdbd709b75fa1c0e725a588f287a5bb4a60f0ca3f2fd6518e07e2ea70b2acb -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_nn.tar.gz) = 7686065 +TIMESTAMP = 1490633113 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nn.tar.gz) = 36408d1fb132b071105caec530d0196ce853af477871f4ba20160034f0752f3e +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nn.tar.gz) = 3466034 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nn.tar.gz) = e3c08b1c08f5823bb8726afcab404193c1dc373a9c1e398415dcd6b00ad6e5b9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_nn.tar.gz) = 7686306 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-nr/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898451 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nr.tar.gz) = 6add97a957d18726754492cf306e926a3103f9682cabf2b14a419e936c22513d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nr.tar.gz) = 480785 +TIMESTAMP = 1490633114 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nr.tar.gz) = 163264cb09f8fac6468389c86578ad73698b55509235d3961c616f06fc670123 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nr.tar.gz) = 480859 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-nso/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898452 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nso.tar.gz) = 491ffa29deb1fa44c8cb6dc2624d9a8ada39fae2d22f799c0025a4b6ce673c9c -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_nso.tar.gz) = 478343 +TIMESTAMP = 1490633115 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nso.tar.gz) = 4abf6a4f463ba90eaeb970bfafd6ace58e217e7159367c72d12c73da54cc0bd4 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_nso.tar.gz) = 478314 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-oc/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898453 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_oc.tar.gz) = 0c9c69eb3693253627d08382070472470eeedb298ea6bfd7f5a38afabd5ea749 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_oc.tar.gz) = 680879 +TIMESTAMP = 1490633116 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_oc.tar.gz) = 52c1c090a254aebba5206f04d112aaad7e5a4f0a54a81acd732b3961f0feacc2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_oc.tar.gz) = 681132 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-om/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898457 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_om.tar.gz) = 2b83993831bcd3b77cf6d071786f23cca63af81cf840ff06b34aec0e50c49803 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_om.tar.gz) = 472621 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_om.tar.gz) = 359be3fa1f878c273548ff0442a16f0da33f9ed98bb3dd0a8a2de20e397f548b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_om.tar.gz) = 8060677 +TIMESTAMP = 1490633120 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_om.tar.gz) = a98616a09f4ea89ab8a6d389bb80475cc55dbd1c662f6693cff34ea4c4873b09 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_om.tar.gz) = 472613 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_om.tar.gz) = a68d3816276c09793d24da0562192e687bf299c2f7829668a8dc5d9fce61d50f +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_om.tar.gz) = 8060800 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-or/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898459 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_or.tar.gz) = 3eeec5ee81c46386820a487490bd9c0c1fe728637869ce70ccfb9815f1408294 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_or.tar.gz) = 539408 +TIMESTAMP = 1490633121 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_or.tar.gz) = afed4a9bcdf3c80d1474632bc98764a766c180a185e67700d6c524237a654523 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_or.tar.gz) = 539301 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-pa_IN/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898460 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = f9be4caeebbb36ecf5713c83a1f0d2316ff503ca63495a56727d2b7a17177ca2 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = 509294 +TIMESTAMP = 1490633121 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = cf05ceea8dd96e1da219fd284f3258e29c45a9021380cf1dfa80a13c2271688d +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = 509470 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ro/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898476 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ro.tar.gz) = c47000b6b206c3f2e5dfdcebb8209405c13812f25cf2c15852b3df73a633bdd6 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ro.tar.gz) = 2352420 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ro.tar.gz) = 222ca24894227e7dfd4e0c0af159fdfe585aa6d58efbcbaef859ded3874fa8c1 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ro.tar.gz) = 6471751 +TIMESTAMP = 1490633137 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ro.tar.gz) = d07650500ddac474ba487a78ef82d30b91e2005668fe8eedd11f41622d8d7741 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ro.tar.gz) = 2352331 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ro.tar.gz) = b762837c24af4302c0479b013f9975f8acbb2146337d817a12b146e50b4fa1b2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ro.tar.gz) = 6471720 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-rw/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898479 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_rw.tar.gz) = 2b84399e8e55a090e485acf2a8277a9407e924725f83539dcb2503ee0d105574 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_rw.tar.gz) = 474837 +TIMESTAMP = 1490633142 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_rw.tar.gz) = a99e1cd36e638a465f2f9cd971c49ee16f4e25e15908155859f93b87f43ac383 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_rw.tar.gz) = 475075 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sa_IN/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898479 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = ad332009d903082db9d2dfd847cd8176fa61509ef9404add4a06afe564d294bb -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = 524311 +TIMESTAMP = 1490633143 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = b1a982d56b8ba96224525d0779455f781c522fdd8667f42ad734311ce8f91918 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = 524262 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sat/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898480 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sat.tar.gz) = 8ae5043255dff8f8ab82e3860bd4332fdbabbae9830f065734f4074d065991fb -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sat.tar.gz) = 559686 +TIMESTAMP = 1490633143 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sat.tar.gz) = 674d173a07b69b6af6e3065852630b505c077037c82faf79e96375897ec051a9 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sat.tar.gz) = 559880 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sd/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898481 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sd.tar.gz) = 5e4c2d5a0dfa040a477e9fdeabad022088ac395193ef59b4c45fdfcc3d12dbb0 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sd.tar.gz) = 516325 +TIMESTAMP = 1490633144 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sd.tar.gz) = ebe0b8787887d8d41bbcdb63bc4e547d0c7627de75a14b35fb74f1e1f1a7f2b0 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sd.tar.gz) = 516108 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-si/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898484 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_si.tar.gz) = 15f0ecf41f2b415b451f3d5abaf12e1335f3754528f63f4c07d07bf44c38f34d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_si.tar.gz) = 804356 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_si.tar.gz) = fdfcefe00b3ec21fbcc021473e001303f71d1d3c96dbddf58349ea9504a4718e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_si.tar.gz) = 7254094 +TIMESTAMP = 1490633222 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_si.tar.gz) = 1d2cd322ecbb8a920d59a8ed113b56ca2a33d02f39f07b7f231608827a6cb6be +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_si.tar.gz) = 804694 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_si.tar.gz) = a0cae83322038a824f74414400d40c8f13ef1e05ad0cb799178a672029866d54 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_si.tar.gz) = 7253859 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sid/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898491 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sid.tar.gz) = 1a09d0db3e6fd0210c1f43a483fbf3956043a3bbb5cf0bdf3865374acbbd8af2 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sid.tar.gz) = 478539 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sid.tar.gz) = 81c9475c83e5821f795f6427316a989694cdea1c2068cf2c11773578eccbaae9 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sid.tar.gz) = 7781519 +TIMESTAMP = 1490633225 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sid.tar.gz) = 306f7a700f7ab9c920bea83be27d33d9016ed8cfa39499155ce51dd1d1a5b47f +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sid.tar.gz) = 478601 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sid.tar.gz) = 76be92b5cd59f3a10001b81f8a8770d53b66cf12d2c56eb24cf7df360aa65720 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sid.tar.gz) = 7781467 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sk/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898495 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sk.tar.gz) = 2d3c7fce099a16a6bdd45896e9f1198684e3e2db2a317cba985642f19d1eedca -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sk.tar.gz) = 1770615 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sk.tar.gz) = e41bdc622ec13e7b6d04fbcda9982083b9d07d5a1e9be0aaac01dd75b31d1045 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sk.tar.gz) = 7562288 +TIMESTAMP = 1490633228 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sk.tar.gz) = f16f9fdde25732a13d013951abbbc97327900662a9a078d8daf077a5487bb5e1 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sk.tar.gz) = 1770969 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sk.tar.gz) = 51817ecfc60b0cc606d935c39401951b4ec7c8aa78e235a504dd10bb593282fd +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sk.tar.gz) = 7562410 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sl/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898499 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sl.tar.gz) = 88eb3fc8ecbea41ecbf2a1a34751b2fc918a49ad6e489a60041084b96f842b1b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sl.tar.gz) = 2150626 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sl.tar.gz) = 73817f782d507374732b0ba3fd3e3b68363b36190e283839ebe7b013a25541eb -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sl.tar.gz) = 7818127 +TIMESTAMP = 1490633306 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sl.tar.gz) = b360b3fef69d31ed9a8f0e9f8b2ae254f2626c0571fcd1f8d3862ec2a69dafbf +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sl.tar.gz) = 2150525 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sl.tar.gz) = f7fec3ef56c76e079583939fcf012670d4b911c39f08594f7e70a86144538951 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sl.tar.gz) = 7818235 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sq/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898503 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sq.tar.gz) = faa156b39bc2c31fa7832d4570a3567d3173813d0f46c7d9bffcd8f24f5df5ea -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sq.tar.gz) = 492909 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sq.tar.gz) = 1128c38d3afe9e6d246362570549d57fc0b8e58530a8e3d1053b55234f85a141 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sq.tar.gz) = 6908951 +TIMESTAMP = 1490633309 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sq.tar.gz) = 69a02e85def6205d96a691c49bfb481ae3035632c2ce26d53362e7b1f1360e89 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sq.tar.gz) = 492807 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sq.tar.gz) = 7a8a65704c1956e4e0b748081241203aa0e54335d6d1c87f4a17867d9431c126 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sq.tar.gz) = 6909033 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sr/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898505 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sr.tar.gz) = 12369db515a9e3de0d0bb2a7e6b52fd0fcb5d1bf60a280dd5b1d1644a097259b -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sr.tar.gz) = 1691915 +TIMESTAMP = 1490633310 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr.tar.gz) = 507c2afef1215cabc381fd50fae128c8935755bd8ca59b9a292befddfa081baa +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr.tar.gz) = 1691987 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sr_Latn/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898507 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 4aaf376a15a8a30f2f3dd8ce683a286ca006bd125900c03bee595d3d408d9f2a -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1663980 +TIMESTAMP = 1490633311 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 4a91bec0eeb1e2ef4aa456484f7d24534fe7cf69277b99cffba74c4888271701 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1664046 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ss/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898509 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ss.tar.gz) = 2017ca89a1d003ede27197631669d65ea8eb0c5c33e79e065b4c92ed527a8736 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ss.tar.gz) = 479112 +TIMESTAMP = 1490633386 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ss.tar.gz) = 03a1f831544c4950ed435f51e791290cfdb44e0bcac0aa981a0ff2fb9e4612f3 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ss.tar.gz) = 479330 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-st/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898510 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_st.tar.gz) = d13bb401070d9b4c859ee8e97f657db4abcd12b045a3212a0adebb7d4e041ff8 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_st.tar.gz) = 477748 +TIMESTAMP = 1490633387 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_st.tar.gz) = 07d9915df4b2dc9dff700f8345423195477ff4cb5536655036a6069979a90ec2 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_st.tar.gz) = 477936 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sv/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898515 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sv.tar.gz) = 8c73e605ea111b9ca782e8d5ffc54916b62fc945aef91ee666be1715a3f63b97 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sv.tar.gz) = 2350471 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sv.tar.gz) = 5811e8b5b02a02fabfd89c3c1a2128f84b2f6a1360aaac950c366fe0d4b1a4e5 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_sv.tar.gz) = 7777574 +TIMESTAMP = 1490633391 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sv.tar.gz) = d23a9885cc486eaad4d048991255d137a54b9d785e39c45808d9caee462d59d1 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sv.tar.gz) = 2350684 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sv.tar.gz) = c29b1feb73421c261329034932fb4c99b84abf8d8b298135e988415cc4b2274f +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_sv.tar.gz) = 7777879 Modified: head/editors/libreoffice-sw_TZ/distinfo ============================================================================== --- head/editors/libreoffice-sw_TZ/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-sw_TZ/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898516 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = ea6db2de4f54135cd7d644eef417ff1849e86dc5e7079cbdd4afeb8c8156531d -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 465828 +TIMESTAMP = 1490633392 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 4db1bbb9c9c36de3104565ec3502653ff14cd3f53af03a812c6a18670e1329a8 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 465847 Modified: head/editors/libreoffice-ta/distinfo ============================================================================== --- head/editors/libreoffice-ta/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-ta/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898520 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ta.tar.gz) = d4c23bcb1a2a81900c9771fa736ee64629e202348c3281c024e1cddf49d987a9 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_ta.tar.gz) = 532861 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ta.tar.gz) = e0224034aaa28222758e4c5090111e6b22d89691ec6a5891bcab5b8fd9c7bf1e -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_ta.tar.gz) = 7718769 +TIMESTAMP = 1490633471 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ta.tar.gz) = 33e92b8cff19b81467b50a63267d9663fc8c163a8aed3f82acad3f36273e7b8f +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_ta.tar.gz) = 533161 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ta.tar.gz) = 15f59537a94e701b1769b51087f0b6f16ca25579355eb3e51d414f687b4cd188 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_ta.tar.gz) = 7718835 Modified: head/editors/libreoffice-te/distinfo ============================================================================== --- head/editors/libreoffice-te/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-te/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898521 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_te.tar.gz) = 0d5972c624953c97ff3cb65253c77ce3f2fe7ff1623b34f5a82ce184517ec732 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_te.tar.gz) = 1087643 +TIMESTAMP = 1490633471 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_te.tar.gz) = af8ba208528fa2acfb642489dc39c3d2813c293199e48066a8c7c40ffb443246 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_te.tar.gz) = 1087839 Modified: head/editors/libreoffice-tg/distinfo ============================================================================== --- head/editors/libreoffice-tg/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-tg/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485898524 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_tg.tar.gz) = 0aa647545c6df8f8b51137accaa3f9ad0d981538a991c9ecaba03d702715bdae -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_tg.tar.gz) = 495034 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_tg.tar.gz) = b3cbe2c8f5551c7607206c99fe697da57b649c072b1386221012fc76e59c4424 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_helppack_tg.tar.gz) = 7244796 +TIMESTAMP = 1490633550 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_tg.tar.gz) = 0dcc692948b26fcf6c10be6f6877b9c7e063e352f25eb32f1dbe779e71bede91 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_tg.tar.gz) = 494965 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_tg.tar.gz) = 455a67ef363ea2863afe66904f05667c88e68d7ed20605cb58c9a08b000d5f66 +SIZE (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_helppack_tg.tar.gz) = 7244722 Modified: head/editors/libreoffice-th/distinfo ============================================================================== --- head/editors/libreoffice-th/distinfo Mon Mar 27 19:28:54 2017 (r437080) +++ head/editors/libreoffice-th/distinfo Mon Mar 27 20:14:16 2017 (r437081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485898526 -SHA256 (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_th.tar.gz) = b934e652cbd760eda6c14427a3c46152b422024ca9e3dae955f270f985c304c8 -SIZE (libreoffice/i18n/LibreOffice_5.2.5_Linux_x86_deb_langpack_th.tar.gz) = 673970 +TIMESTAMP = 1490633551 +SHA256 (libreoffice/i18n/LibreOffice_5.2.6_Linux_x86_deb_langpack_th.tar.gz) = e5722ee95292b441429f05efed659d4299577b61fca944b1fa91e256285625fc *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 27 20:16:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71003D20574; Mon, 27 Mar 2017 20:16:01 +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 3DBB0FC7; Mon, 27 Mar 2017 20:16:01 +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 v2RKG0wt066752; Mon, 27 Mar 2017 20:16:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKG0kc066751; Mon, 27 Mar 2017 20:16:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703272016.v2RKG0kc066751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 20:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437082 - head/graphics/digikam-kde4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:16:01 -0000 Author: rakuco Date: Mon Mar 27 20:16:00 2017 New Revision: 437082 URL: https://svnweb.freebsd.org/changeset/ports/437082 Log: Unbreak after r436971. Make sure libqlr-1.so's full path is passed to the linker, as -L${LOCALBASE} is no longer being passed implicitly. Submitted by: tcberner (area51 r12732) Added: head/graphics/digikam-kde4/files/patch-CMakeLists.txt (contents, props changed) Added: head/graphics/digikam-kde4/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/digikam-kde4/files/patch-CMakeLists.txt Mon Mar 27 20:16:00 2017 (r437082) @@ -0,0 +1,11 @@ +Make sure liblqr-1.so's full path is passed to the linker. +--- CMakeLists.txt.orig 2016-06-16 18:45:54 UTC ++++ CMakeLists.txt +@@ -557,6 +557,7 @@ if(DIGIKAM_CAN_BE_COMPILED) + if(LQR-1_FOUND) + include_directories(${LQR-1_INCLUDE_DIRS}) + set(liblqr_LIBS ${LQR-1_LIBRARIES}) ++ link_directories(${LQR-1_LIBDIR}) + endif() + + # Lensfun library rules From owner-svn-ports-all@freebsd.org Mon Mar 27 20:33:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD243D20D3E; Mon, 27 Mar 2017 20:33:07 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A78C2E6; Mon, 27 Mar 2017 20:33:07 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RKX6bV075195; Mon, 27 Mar 2017 20:33:06 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKX52D075184; Mon, 27 Mar 2017 20:33:05 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201703272033.v2RKX52D075184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Mon, 27 Mar 2017 20:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437083 - in head/net: samba45 samba45/files samba46 samba46/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:33:07 -0000 Author: timur Date: Mon Mar 27 20:33:05 2017 New Revision: 437083 URL: https://svnweb.freebsd.org/changeset/ports/437083 Log: Few libraries were missing from the plist, breaking AC_DC. Also, apparently, upstream also forgot to link few libraries with the libsamba-debug-samba4.so, breaking those as well. Added: head/net/samba45/files/patch-lib__param__wscript_build (contents, props changed) head/net/samba45/files/patch-lib__socket__wscript_build (contents, props changed) head/net/samba45/files/patch-lib__util__wscript_build (contents, props changed) head/net/samba46/files/patch-lib__param__wscript_build (contents, props changed) head/net/samba46/files/patch-lib__socket__wscript_build (contents, props changed) head/net/samba46/files/patch-lib__util__wscript_build (contents, props changed) Modified: head/net/samba45/Makefile head/net/samba45/pkg-plist head/net/samba46/Makefile head/net/samba46/pkg-plist Modified: head/net/samba45/Makefile ============================================================================== --- head/net/samba45/Makefile Mon Mar 27 20:16:00 2017 (r437082) +++ head/net/samba45/Makefile Mon Mar 27 20:33:05 2017 (r437083) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}45 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} Added: head/net/samba45/files/patch-lib__param__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba45/files/patch-lib__param__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,11 @@ +--- lib/param/wscript_build.orig 2017-03-27 02:33:25.086257000 +0000 ++++ lib/param/wscript_build 2017-03-27 02:33:50.126334000 +0000 +@@ -32,7 +32,7 @@ + + bld.SAMBA_LIBRARY('server-role', + source='loadparm_server_role.c', +- deps='samba-util', ++ deps='samba-util samba-debug', + private_library=True) + + bld.SAMBA_LIBRARY('samba-hostconfig', Added: head/net/samba45/files/patch-lib__socket__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba45/files/patch-lib__socket__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,10 @@ +--- lib/socket/wscript_build.orig 2017-03-27 02:15:03.351855000 +0000 ++++ lib/socket/wscript_build 2017-03-27 02:15:48.856130000 +0000 +@@ -2,6 +2,6 @@ + + bld.SAMBA_LIBRARY('interfaces', + source='interfaces.c', +- deps='samba-util', ++ deps='samba-util samba-debug', + private_library=True + ) Added: head/net/samba45/files/patch-lib__util__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba45/files/patch-lib__util__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,11 @@ +--- lib/util/wscript_build.orig 2017-03-27 02:23:54.176730000 +0000 ++++ lib/util/wscript_build 2017-03-27 02:29:10.940173000 +0000 +@@ -132,7 +132,7 @@ + + bld.SAMBA_LIBRARY('samba-modules', + source='modules.c', +- deps='samba-errors samba-util', ++ deps='samba-errors samba-util samba-debug', + local_include=False, + private_library=True) + Modified: head/net/samba45/pkg-plist ============================================================================== --- head/net/samba45/pkg-plist Mon Mar 27 20:16:00 2017 (r437082) +++ head/net/samba45/pkg-plist Mon Mar 27 20:33:05 2017 (r437083) @@ -183,7 +183,7 @@ lib/pam_winbind.so %%AD_DC%%lib/samba4/private/libprocess-model-samba4.so %%AD_DC%%lib/samba4/private/libservice-samba4.so lib/samba4/private/libCHARSET3-samba4.so -@comment lib/samba4/private/libHDB-SAMBA4-samba4.so +%%AD_DC%%lib/samba4/private/libHDB-SAMBA4-samba4.so lib/samba4/private/libLIBWBCLIENT-OLD-samba4.so lib/samba4/private/libMESSAGING-samba4.so lib/samba4/private/libaddns-samba4.so @@ -205,7 +205,7 @@ lib/samba4/private/libcliauth-samba4.so lib/samba4/private/libcluster-samba4.so lib/samba4/private/libcmdline-credentials-samba4.so lib/samba4/private/libcom_err-samba4.so.0 -@comment lib/samba4/private/libdb-glue-samba4.so +%%AD_DC%%lib/samba4/private/libdb-glue-samba4.so lib/samba4/private/libdbwrap-samba4.so lib/samba4/private/libdcerpc-samba-samba4.so lib/samba4/private/libdcerpc-samba4.so @@ -247,7 +247,7 @@ lib/samba4/private/libnetif-samba4.so lib/samba4/private/libnon-posix-acls-samba4.so lib/samba4/private/libnpa-tstream-samba4.so lib/samba4/private/libnss-info-samba4.so -@comment lib/samba4/private/libpac-samba4.so +%%AD_DC%%lib/samba4/private/libpac-samba4.so lib/samba4/private/libpopt-samba3-samba4.so lib/samba4/private/libprinting-migrate-samba4.so lib/samba4/private/libregistry-samba4.so Modified: head/net/samba46/Makefile ============================================================================== --- head/net/samba46/Makefile Mon Mar 27 20:16:00 2017 (r437082) +++ head/net/samba46/Makefile Mon Mar 27 20:33:05 2017 (r437083) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}46 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} Added: head/net/samba46/files/patch-lib__param__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba46/files/patch-lib__param__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,11 @@ +--- lib/param/wscript_build.orig 2017-03-27 02:33:25.086257000 +0000 ++++ lib/param/wscript_build 2017-03-27 02:33:50.126334000 +0000 +@@ -32,7 +32,7 @@ + + bld.SAMBA_LIBRARY('server-role', + source='loadparm_server_role.c', +- deps='samba-util', ++ deps='samba-util samba-debug', + private_library=True) + + bld.SAMBA_LIBRARY('samba-hostconfig', Added: head/net/samba46/files/patch-lib__socket__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba46/files/patch-lib__socket__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,10 @@ +--- lib/socket/wscript_build.orig 2017-03-27 02:15:03.351855000 +0000 ++++ lib/socket/wscript_build 2017-03-27 02:15:48.856130000 +0000 +@@ -2,6 +2,6 @@ + + bld.SAMBA_LIBRARY('interfaces', + source='interfaces.c', +- deps='samba-util', ++ deps='samba-util samba-debug', + private_library=True + ) Added: head/net/samba46/files/patch-lib__util__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba46/files/patch-lib__util__wscript_build Mon Mar 27 20:33:05 2017 (r437083) @@ -0,0 +1,11 @@ +--- lib/util/wscript_build.orig 2017-03-27 02:23:54.176730000 +0000 ++++ lib/util/wscript_build 2017-03-27 02:29:10.940173000 +0000 +@@ -132,7 +132,7 @@ + + bld.SAMBA_LIBRARY('samba-modules', + source='modules.c', +- deps='samba-errors samba-util', ++ deps='samba-errors samba-util samba-debug', + local_include=False, + private_library=True) + Modified: head/net/samba46/pkg-plist ============================================================================== --- head/net/samba46/pkg-plist Mon Mar 27 20:16:00 2017 (r437082) +++ head/net/samba46/pkg-plist Mon Mar 27 20:33:05 2017 (r437083) @@ -183,7 +183,7 @@ lib/pam_winbind.so %%AD_DC%%lib/samba4/private/libprocess-model-samba4.so %%AD_DC%%lib/samba4/private/libservice-samba4.so lib/samba4/private/libCHARSET3-samba4.so -@comment lib/samba4/private/libHDB-SAMBA4-samba4.so +%%AD_DC%%lib/samba4/private/libHDB-SAMBA4-samba4.so lib/samba4/private/libLIBWBCLIENT-OLD-samba4.so lib/samba4/private/libMESSAGING-samba4.so lib/samba4/private/libaddns-samba4.so @@ -205,7 +205,7 @@ lib/samba4/private/libcliauth-samba4.so lib/samba4/private/libcluster-samba4.so lib/samba4/private/libcmdline-credentials-samba4.so lib/samba4/private/libcom_err-samba4.so.0 -@comment lib/samba4/private/libdb-glue-samba4.so +%%AD_DC%%lib/samba4/private/libdb-glue-samba4.so lib/samba4/private/libdbwrap-samba4.so lib/samba4/private/libdcerpc-samba-samba4.so lib/samba4/private/libdcerpc-samba4.so @@ -247,7 +247,7 @@ lib/samba4/private/libnetif-samba4.so lib/samba4/private/libnon-posix-acls-samba4.so lib/samba4/private/libnpa-tstream-samba4.so lib/samba4/private/libnss-info-samba4.so -@comment lib/samba4/private/libpac-samba4.so +%%AD_DC%%lib/samba4/private/libpac-samba4.so lib/samba4/private/libpopt-samba3-samba4.so lib/samba4/private/libprinting-migrate-samba4.so lib/samba4/private/libregistry-samba4.so From owner-svn-ports-all@freebsd.org Mon Mar 27 20:42:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B0F9D20E14; Mon, 27 Mar 2017 20:42:06 +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 2D04C3DD; Mon, 27 Mar 2017 20:42:06 +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 v2RKg5G8079091; Mon, 27 Mar 2017 20:42:05 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKg5IM079090; Mon, 27 Mar 2017 20:42:05 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703272042.v2RKg5IM079090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 27 Mar 2017 20:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437084 - head/audio/amarok-kde4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:42:06 -0000 Author: rakuco Date: Mon Mar 27 20:42:05 2017 New Revision: 437084 URL: https://svnweb.freebsd.org/changeset/ports/437084 Log: Unbreak after r436971. Ensure libloudmouth-1.so is always passed with a full path to the linker. PR: 212558 Added: head/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake (contents, props changed) Added: head/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake Mon Mar 27 20:42:05 2017 (r437084) @@ -0,0 +1,27 @@ +Always use find_path() and find_library() to find Loudmouth so that the full +paths are always used in the compiler and linker. +--- cmake/modules/FindLoudmouth.cmake.orig 2017-03-27 19:37:41 UTC ++++ cmake/modules/FindLoudmouth.cmake +@@ -13,13 +13,6 @@ if (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH + SET(LOUDMOUTH_FOUND TRUE) + + else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) +- if(NOT WIN32) +- # use pkg-config to get the directories and then use these values +- # in the FIND_PATH() and FIND_LIBRARY() calls +- find_package(PkgConfig) +- PKG_SEARCH_MODULE(LOUDMOUTH loudmouth-1.0) +- +- else(NOT WIN32) + + FIND_PATH(LOUDMOUTH_INCLUDE_DIRS loudmouth/loudmouth.h /usr/local/include/loudmouth-1.0 + ${_LOUDMOUTHIncDir} +@@ -30,8 +23,6 @@ else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOU + ${_LOUDMOUTHLinkDir} + ) + +- endif(NOT WIN32) +- + if (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) + SET(LOUDMOUTH_FOUND TRUE) + else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) From owner-svn-ports-all@freebsd.org Mon Mar 27 20:48:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35DB7D20085; Mon, 27 Mar 2017 20:48:29 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02941A75; Mon, 27 Mar 2017 20:48:28 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RKmSeA079463; Mon, 27 Mar 2017 20:48:28 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKmRUd079461; Mon, 27 Mar 2017 20:48:27 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201703272048.v2RKmRUd079461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Mon, 27 Mar 2017 20:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437085 - head/security/sssd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:48:29 -0000 Author: asomers (src committer) Date: Mon Mar 27 20:48:27 2017 New Revision: 437085 URL: https://svnweb.freebsd.org/changeset/ports/437085 Log: security/sssd: upstream has moved from fedorahosted to pagure.io PR: 218082 Reviewed by: lukas.slebodnik@intrak.sk (maintainer) Approved by: brd (ports) Modified: head/security/sssd/Makefile head/security/sssd/pkg-descr Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Mon Mar 27 20:42:05 2017 (r437084) +++ head/security/sssd/Makefile Mon Mar 27 20:48:27 2017 (r437085) @@ -5,8 +5,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 PORTREVISION= 8 CATEGORIES= security -MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ - http://mirrors.rit.edu/zi/ +MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ MAINTAINER= lukas.slebodnik@intrak.sk COMMENT= System Security Services Daemon Modified: head/security/sssd/pkg-descr ============================================================================== --- head/security/sssd/pkg-descr Mon Mar 27 20:42:05 2017 (r437084) +++ head/security/sssd/pkg-descr Mon Mar 27 20:48:27 2017 (r437085) @@ -6,4 +6,4 @@ basis to provide client auditing and pol like FreeIPA. sssd also features caching, which can allow for offline use to assist laptop users. -WWW: https://fedorahosted.org/sssd/ +WWW: https://pagure.io/SSSD/sssd From owner-svn-ports-all@freebsd.org Mon Mar 27 20:48:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98525D200B0; Mon, 27 Mar 2017 20:48:33 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 732B8A82; Mon, 27 Mar 2017 20:48:33 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RKmWVg079597; Mon, 27 Mar 2017 20:48:32 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RKmWu8079595; Mon, 27 Mar 2017 20:48:32 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703272048.v2RKmWu8079595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Mon, 27 Mar 2017 20:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437086 - head/misc/zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 20:48:33 -0000 Author: skreuzer Date: Mon Mar 27 20:48:32 2017 New Revision: 437086 URL: https://svnweb.freebsd.org/changeset/ports/437086 Log: Install the 'backward' file which provides links between current names for time zones and their old names. Submitted by: Sean Kelly Modified: head/misc/zoneinfo/Makefile head/misc/zoneinfo/pkg-plist Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Mon Mar 27 20:48:27 2017 (r437085) +++ head/misc/zoneinfo/Makefile Mon Mar 27 20:48:32 2017 (r437086) @@ -3,6 +3,7 @@ PORTNAME= zoneinfo DISTVERSION= 2017b +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ @@ -17,10 +18,22 @@ NO_WRKSUBDIR= yes PREFIX= /usr NO_ARCH= yes +OPTIONS_DEFINE= BACKWARD +OPTIONS_DEFAULT= BACKWARD +OPTIONS_SUB= yes + +BACKWARD_DESC= Include backwards compatible zones + TZFILES= africa antarctica asia australasia etcetera europe \ factory northamerica southamerica systemv POSIXRULES= America/New_York +.include + +.if ${PORT_OPTIONS:MBACKWARD} +TZFILES+= backward +.endif + # Run with "DEVELOPER=1 make check-plist" before commiting! # Make sure it breaks when the distfile isn't there anymore. Modified: head/misc/zoneinfo/pkg-plist ============================================================================== --- head/misc/zoneinfo/pkg-plist Mon Mar 27 20:48:27 2017 (r437085) +++ head/misc/zoneinfo/pkg-plist Mon Mar 27 20:48:32 2017 (r437086) @@ -474,3 +474,122 @@ %%DATADIR%%/WET %%DATADIR%%/posixrules %%DATADIR%%/zone.tab +%%BACKWARD%%%%DATADIR%%/Africa/Asmera +%%BACKWARD%%%%DATADIR%%/Africa/Timbuktu +%%BACKWARD%%%%DATADIR%%/America/Argentina/ComodRivadavia +%%BACKWARD%%%%DATADIR%%/America/Atka +%%BACKWARD%%%%DATADIR%%/America/Buenos_Aires +%%BACKWARD%%%%DATADIR%%/America/Catamarca +%%BACKWARD%%%%DATADIR%%/America/Coral_Harbour +%%BACKWARD%%%%DATADIR%%/America/Cordoba +%%BACKWARD%%%%DATADIR%%/America/Ensenada +%%BACKWARD%%%%DATADIR%%/America/Fort_Wayne +%%BACKWARD%%%%DATADIR%%/America/Indianapolis +%%BACKWARD%%%%DATADIR%%/America/Jujuy +%%BACKWARD%%%%DATADIR%%/America/Knox_IN +%%BACKWARD%%%%DATADIR%%/America/Louisville +%%BACKWARD%%%%DATADIR%%/America/Mendoza +%%BACKWARD%%%%DATADIR%%/America/Montreal +%%BACKWARD%%%%DATADIR%%/America/Porto_Acre +%%BACKWARD%%%%DATADIR%%/America/Rosario +%%BACKWARD%%%%DATADIR%%/America/Santa_Isabel +%%BACKWARD%%%%DATADIR%%/America/Shiprock +%%BACKWARD%%%%DATADIR%%/America/Virgin +%%BACKWARD%%%%DATADIR%%/Antarctica/South_Pole +%%BACKWARD%%%%DATADIR%%/Asia/Ashkhabad +%%BACKWARD%%%%DATADIR%%/Asia/Calcutta +%%BACKWARD%%%%DATADIR%%/Asia/Chongqing +%%BACKWARD%%%%DATADIR%%/Asia/Chungking +%%BACKWARD%%%%DATADIR%%/Asia/Dacca +%%BACKWARD%%%%DATADIR%%/Asia/Harbin +%%BACKWARD%%%%DATADIR%%/Asia/Kashgar +%%BACKWARD%%%%DATADIR%%/Asia/Katmandu +%%BACKWARD%%%%DATADIR%%/Asia/Macao +%%BACKWARD%%%%DATADIR%%/Asia/Rangoon +%%BACKWARD%%%%DATADIR%%/Asia/Saigon +%%BACKWARD%%%%DATADIR%%/Asia/Tel_Aviv +%%BACKWARD%%%%DATADIR%%/Asia/Thimbu +%%BACKWARD%%%%DATADIR%%/Asia/Ujung_Pandang +%%BACKWARD%%%%DATADIR%%/Asia/Ulan_Bator +%%BACKWARD%%%%DATADIR%%/Atlantic/Faeroe +%%BACKWARD%%%%DATADIR%%/Atlantic/Jan_Mayen +%%BACKWARD%%%%DATADIR%%/Australia/ACT +%%BACKWARD%%%%DATADIR%%/Australia/Canberra +%%BACKWARD%%%%DATADIR%%/Australia/LHI +%%BACKWARD%%%%DATADIR%%/Australia/NSW +%%BACKWARD%%%%DATADIR%%/Australia/North +%%BACKWARD%%%%DATADIR%%/Australia/Queensland +%%BACKWARD%%%%DATADIR%%/Australia/South +%%BACKWARD%%%%DATADIR%%/Australia/Tasmania +%%BACKWARD%%%%DATADIR%%/Australia/Victoria +%%BACKWARD%%%%DATADIR%%/Australia/West +%%BACKWARD%%%%DATADIR%%/Australia/Yancowinna +%%BACKWARD%%%%DATADIR%%/Brazil/Acre +%%BACKWARD%%%%DATADIR%%/Brazil/DeNoronha +%%BACKWARD%%%%DATADIR%%/Brazil/East +%%BACKWARD%%%%DATADIR%%/Brazil/West +%%BACKWARD%%%%DATADIR%%/Canada/Atlantic +%%BACKWARD%%%%DATADIR%%/Canada/Central +%%BACKWARD%%%%DATADIR%%/Canada/East-Saskatchewan +%%BACKWARD%%%%DATADIR%%/Canada/Eastern +%%BACKWARD%%%%DATADIR%%/Canada/Mountain +%%BACKWARD%%%%DATADIR%%/Canada/Newfoundland +%%BACKWARD%%%%DATADIR%%/Canada/Pacific +%%BACKWARD%%%%DATADIR%%/Canada/Saskatchewan +%%BACKWARD%%%%DATADIR%%/Canada/Yukon +%%BACKWARD%%%%DATADIR%%/Chile/Continental +%%BACKWARD%%%%DATADIR%%/Chile/EasterIsland +%%BACKWARD%%%%DATADIR%%/Cuba +%%BACKWARD%%%%DATADIR%%/Egypt +%%BACKWARD%%%%DATADIR%%/Eire +%%BACKWARD%%%%DATADIR%%/Europe/Belfast +%%BACKWARD%%%%DATADIR%%/Europe/Tiraspol +%%BACKWARD%%%%DATADIR%%/GB +%%BACKWARD%%%%DATADIR%%/GB-Eire +%%BACKWARD%%%%DATADIR%%/GMT+0 +%%BACKWARD%%%%DATADIR%%/GMT-0 +%%BACKWARD%%%%DATADIR%%/GMT0 +%%BACKWARD%%%%DATADIR%%/Greenwich +%%BACKWARD%%%%DATADIR%%/Hongkong +%%BACKWARD%%%%DATADIR%%/Iceland +%%BACKWARD%%%%DATADIR%%/Iran +%%BACKWARD%%%%DATADIR%%/Israel +%%BACKWARD%%%%DATADIR%%/Jamaica +%%BACKWARD%%%%DATADIR%%/Japan +%%BACKWARD%%%%DATADIR%%/Kwajalein +%%BACKWARD%%%%DATADIR%%/Libya +%%BACKWARD%%%%DATADIR%%/Mexico/BajaNorte +%%BACKWARD%%%%DATADIR%%/Mexico/BajaSur +%%BACKWARD%%%%DATADIR%%/Mexico/General +%%BACKWARD%%%%DATADIR%%/NZ +%%BACKWARD%%%%DATADIR%%/NZ-CHAT +%%BACKWARD%%%%DATADIR%%/Navajo +%%BACKWARD%%%%DATADIR%%/PRC +%%BACKWARD%%%%DATADIR%%/Pacific/Johnston +%%BACKWARD%%%%DATADIR%%/Pacific/Ponape +%%BACKWARD%%%%DATADIR%%/Pacific/Samoa +%%BACKWARD%%%%DATADIR%%/Pacific/Truk +%%BACKWARD%%%%DATADIR%%/Pacific/Yap +%%BACKWARD%%%%DATADIR%%/Poland +%%BACKWARD%%%%DATADIR%%/Portugal +%%BACKWARD%%%%DATADIR%%/ROC +%%BACKWARD%%%%DATADIR%%/ROK +%%BACKWARD%%%%DATADIR%%/Singapore +%%BACKWARD%%%%DATADIR%%/Turkey +%%BACKWARD%%%%DATADIR%%/UCT +%%BACKWARD%%%%DATADIR%%/US/Alaska +%%BACKWARD%%%%DATADIR%%/US/Aleutian +%%BACKWARD%%%%DATADIR%%/US/Arizona +%%BACKWARD%%%%DATADIR%%/US/Central +%%BACKWARD%%%%DATADIR%%/US/East-Indiana +%%BACKWARD%%%%DATADIR%%/US/Eastern +%%BACKWARD%%%%DATADIR%%/US/Hawaii +%%BACKWARD%%%%DATADIR%%/US/Indiana-Starke +%%BACKWARD%%%%DATADIR%%/US/Michigan +%%BACKWARD%%%%DATADIR%%/US/Mountain +%%BACKWARD%%%%DATADIR%%/US/Pacific +%%BACKWARD%%%%DATADIR%%/US/Samoa +%%BACKWARD%%%%DATADIR%%/UTC +%%BACKWARD%%%%DATADIR%%/Universal +%%BACKWARD%%%%DATADIR%%/W-SU +%%BACKWARD%%%%DATADIR%%/Zulu From owner-svn-ports-all@freebsd.org Mon Mar 27 22:32:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97176D2043B; Mon, 27 Mar 2017 22:32:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2CF214; Mon, 27 Mar 2017 22:32:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RMWRm3023777; Mon, 27 Mar 2017 22:32:27 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RMWR7m023774; Mon, 27 Mar 2017 22:32:27 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201703272232.v2RMWR7m023774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Mon, 27 Mar 2017 22:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437087 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 22:32:28 -0000 Author: bsam Date: Mon Mar 27 22:32:27 2017 New Revision: 437087 URL: https://svnweb.freebsd.org/changeset/ports/437087 Log: java/intellij: Update to version 2017.1. Modified: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Mon Mar 27 20:48:32 2017 (r437086) +++ head/java/intellij/Makefile Mon Mar 27 22:32:27 2017 (r437087) @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2016.3.5 +PORTVERSION= 2017.1 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -24,8 +24,9 @@ JAVA_VERSION= 1.7+ NO_ARCH= yes NO_BUILD= yes +INSTALL_TARGET= install-strip -WRKDIST= ${WRKDIR}/idea-IC-163.13906.18 +WRKDIST= ${WRKDIR}/idea-IC-171.3780.107 .include "common.mk" @@ -48,7 +49,7 @@ do-install: # Remove the bundled native Pty4J support libraries, they are replaced # by java/intellij-pty4j @${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty - @${RM} -r ${STAGEDIR}${IDEA_HOME}/jre/jre + @${RM} -r ${STAGEDIR}${IDEA_HOME}/jre ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Mon Mar 27 20:48:32 2017 (r437086) +++ head/java/intellij/distinfo Mon Mar 27 22:32:27 2017 (r437087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489484536 -SHA256 (ideaIC-2016.3.5.tar.gz) = 85da1e81036968c272b66f6e4d62c117455352ebc769692742a6abfc97ecbc6c -SIZE (ideaIC-2016.3.5.tar.gz) = 410605527 +TIMESTAMP = 1490625127 +SHA256 (ideaIC-2017.1.tar.gz) = 750b517742157475bb690c1cc8f21ac151a754a38fec5c99a4bb473efd71da5d +SIZE (ideaIC-2017.1.tar.gz) = 427717734 Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Mon Mar 27 20:48:32 2017 (r437086) +++ head/java/intellij/pkg-plist Mon Mar 27 22:32:27 2017 (r437087) @@ -17,7 +17,6 @@ share/applications/idea.desktop %%IDEA_HOME%%/bin/restart.py %%IDEA_HOME%%/build.txt %%IDEA_HOME%%/idea.png -%%IDEA_HOME%%/jre/lib/tools.jar %%IDEA_HOME%%/lib/annotations.jar %%IDEA_HOME%%/lib/ant/INSTALL %%IDEA_HOME%%/lib/ant/KEYS @@ -117,6 +116,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/jcip-annotations.jar %%IDEA_HOME%%/lib/jdkAnnotations.jar %%IDEA_HOME%%/lib/jdom.jar +%%IDEA_HOME%%/lib/jediterm-pty-2.5.jar %%IDEA_HOME%%/lib/jgoodies-common-1.2.1.jar %%IDEA_HOME%%/lib/jgoodies-forms.jar %%IDEA_HOME%%/lib/jgoodies-looks-2.4.2.jar @@ -125,6 +125,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/jing.jar %%IDEA_HOME%%/lib/jna-platform.jar %%IDEA_HOME%%/lib/jna.jar +%%IDEA_HOME%%/lib/jps-builders-6.jar %%IDEA_HOME%%/lib/jps-builders.jar %%IDEA_HOME%%/lib/jps-launcher.jar %%IDEA_HOME%%/lib/jps-model.jar @@ -136,6 +137,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/jsch.agentproxy.usocket-jna.jar %%IDEA_HOME%%/lib/jsch.agentproxy.usocket-nc.jar %%IDEA_HOME%%/lib/jsr173_1.0_api.jar +%%IDEA_HOME%%/lib/jsr305.jar %%IDEA_HOME%%/lib/junit-4.12.jar %%IDEA_HOME%%/lib/junit.jar %%IDEA_HOME%%/lib/kotlin-reflect.jar @@ -147,7 +149,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/miglayout-swing-5.0.jar %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar %%IDEA_HOME%%/lib/nekohtml-1.9.14.jar -%%IDEA_HOME%%/lib/netty-all-4.1.5.Final.jar +%%IDEA_HOME%%/lib/netty-all-4.1.6.Final.Patched.jar %%IDEA_HOME%%/lib/openapi.jar %%IDEA_HOME%%/lib/optimizedFileManager.jar %%IDEA_HOME%%/lib/oromatcher.jar @@ -160,14 +162,14 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/resources.jar %%IDEA_HOME%%/lib/resources_en.jar %%IDEA_HOME%%/lib/rngom-20051226-patched.jar -%%IDEA_HOME%%/lib/rt/jps-plugin-system.jar %%IDEA_HOME%%/lib/sanselan-0.98-snapshot.jar %%IDEA_HOME%%/lib/serviceMessages.jar %%IDEA_HOME%%/lib/sherpa-solver.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar +%%IDEA_HOME%%/lib/snakeyaml-1.17.jar %%IDEA_HOME%%/lib/snappy-in-java-0.5.1.jar -%%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar +%%IDEA_HOME%%/lib/sqlite-jdbc-3.8.11.2.jar %%IDEA_HOME%%/lib/streamex-0.6.2.jar %%IDEA_HOME%%/lib/swingx-core-1.6.2.jar %%IDEA_HOME%%/lib/trang-core.jar @@ -225,13 +227,9 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/categoryTransform.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/closuresInMethod.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/defaultMethods.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/extensions.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/gantScript.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/indexedProperty.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/listenerList.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/metaDsl.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/newifyTransform.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/singletonTransform.gdsl %%IDEA_HOME%%/plugins/IntelliLang/lib/IntelliLang.jar %%IDEA_HOME%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin @@ -243,11 +241,11 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-jvm.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/allopen-compiler-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar -%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib-sources.jar @@ -257,7 +255,16 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runner.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-script-runtime-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-script-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-js-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-js.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-js.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/noarg-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/sam-with-receiver-compiler-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/NOTICE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/args4j_LICENSE.txt @@ -270,15 +277,27 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/pcollections_LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/scala_license.txt +%%IDEA_HOME%%/plugins/Kotlin/lib/allopen-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/allopen-ide-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/android-lint.jar %%IDEA_HOME%%/plugins/Kotlin/lib/javax.inject.jar %%IDEA_HOME%%/plugins/Kotlin/lib/jps/kotlin-jps-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-compiler-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-daemon-client.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-gradle-tooling.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-reflect.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-script-runtime.jar %%IDEA_HOME%%/plugins/Kotlin/lib/markdown.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/noarg-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/noarg-ide-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/sam-with-receiver-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/sam-with-receiver-ide-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/uast-common.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/uast-java.jar %%IDEA_HOME%%/plugins/android/lib/GoogleFeedback.jar %%IDEA_HOME%%/plugins/android/lib/adt-ui.jar %%IDEA_HOME%%/plugins/android/lib/analytics-protos.jar @@ -10055,30 +10074,33 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/github/lib/github.jar %%IDEA_HOME%%/plugins/gradle/lib/commons-io-2.2.jar %%IDEA_HOME%%/plugins/gradle/lib/commons-lang-2.6.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-3.1.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-3.3.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-jps-plugin.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-logging-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-process-services-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-3.1.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-3.1.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-logging-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-process-services-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-3.3.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-api.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-3.1.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-version-info-3.3.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-3.3.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle.jar %%IDEA_HOME%%/plugins/gradle/lib/guava-jdk5-17.0.jar -%%IDEA_HOME%%/plugins/gradle/lib/jsr305-1.3.9.jar +%%IDEA_HOME%%/plugins/gradle/lib/jansi-1.14.jar %%IDEA_HOME%%/plugins/gradle/lib/kryo-2.22.jar %%IDEA_HOME%%/plugins/gradle/lib/minlog-1.2.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.11.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-0.11.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-0.11.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.12.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-libcpp-0.12.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-libstdcpp-0.12.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-libcpp-0.12.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-libstdcpp-0.12.jar %%IDEA_HOME%%/plugins/gradle/lib/objenesis-1.2.jar %%IDEA_HOME%%/plugins/gradle/lib/reflectasm-1.07.jar %%IDEA_HOME%%/plugins/gradle/lib/resources_en.jar @@ -10087,7 +10109,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/java-decompiler/lib/java-decompiler.jar %%IDEA_HOME%%/plugins/java-i18n/lib/java-i18n.jar %%IDEA_HOME%%/plugins/java-i18n/lib/resources_en.jar -%%IDEA_HOME%%/plugins/javaFX/lib/SceneBuilderKit-8.1.1.jar +%%IDEA_HOME%%/plugins/javaFX/lib/SceneBuilderKit-8.2.0.jar %%IDEA_HOME%%/plugins/javaFX/lib/common-javaFX-plugin.jar %%IDEA_HOME%%/plugins/javaFX/lib/javaFX-jps-plugin.jar %%IDEA_HOME%%/plugins/javaFX/lib/javaFX.jar @@ -10282,7 +10304,6 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/terminal/.zshrc %%IDEA_HOME%%/plugins/terminal/fish/config.fish %%IDEA_HOME%%/plugins/terminal/jediterm-bash.in -%%IDEA_HOME%%/plugins/terminal/lib/jediterm-pty-2.2.1.jar %%IDEA_HOME%%/plugins/terminal/lib/resources_en.jar %%IDEA_HOME%%/plugins/terminal/lib/terminal.jar %%IDEA_HOME%%/plugins/testng/lib/jcommander.jar From owner-svn-ports-all@freebsd.org Mon Mar 27 22:33:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3EF9D204AA; Mon, 27 Mar 2017 22:33:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 819B1336; Mon, 27 Mar 2017 22:33:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RMXREh023959; Mon, 27 Mar 2017 22:33:27 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RMXRCd023956; Mon, 27 Mar 2017 22:33:27 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201703272233.v2RMXRCd023956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Mon, 27 Mar 2017 22:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437088 - head/java/intellij-pycharm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 22:33:29 -0000 Author: bsam Date: Mon Mar 27 22:33:27 2017 New Revision: 437088 URL: https://svnweb.freebsd.org/changeset/ports/437088 Log: java/intellij-pycharm: Update to version 2017.1. Modified: head/java/intellij-pycharm/Makefile head/java/intellij-pycharm/distinfo head/java/intellij-pycharm/pkg-plist Modified: head/java/intellij-pycharm/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Mon Mar 27 22:32:27 2017 (r437087) +++ head/java/intellij-pycharm/Makefile Mon Mar 27 22:33:27 2017 (r437088) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm -PORTVERSION= 2016.3.3 +PORTVERSION= 2017.1 CATEGORIES= java devel python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/java/intellij-pycharm/distinfo ============================================================================== --- head/java/intellij-pycharm/distinfo Mon Mar 27 22:32:27 2017 (r437087) +++ head/java/intellij-pycharm/distinfo Mon Mar 27 22:33:27 2017 (r437088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490018499 -SHA256 (pycharm-community-2016.3.3.tar.gz) = c4d224f25ad3c018705a530fa853ed9234a4d8575208a28bf8d3069f8219537b -SIZE (pycharm-community-2016.3.3.tar.gz) = 214608026 +TIMESTAMP = 1490616875 +SHA256 (pycharm-community-2017.1.tar.gz) = 6669120b68873a0bcb7faf179ea79f7c2dd7eac34d377d1f574724604b70e692 +SIZE (pycharm-community-2017.1.tar.gz) = 195354973 Modified: head/java/intellij-pycharm/pkg-plist ============================================================================== --- head/java/intellij-pycharm/pkg-plist Mon Mar 27 22:32:27 2017 (r437087) +++ head/java/intellij-pycharm/pkg-plist Mon Mar 27 22:33:27 2017 (r437088) @@ -14,7 +14,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/help/pycharmhelp.jar %%DATADIR%%/helpers/check_all_test_suite.py %%DATADIR%%/helpers/conda_packaging_tool.py %%DATADIR%%/helpers/coverage_runner/__init__.py @@ -96,7 +95,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/icon-robots.txt %%DATADIR%%/helpers/packaging_tool.py %%DATADIR%%/helpers/pip-1.1.tar.gz -%%DATADIR%%/helpers/pip-7.1.0.tar.gz +%%DATADIR%%/helpers/pip-9.0.1.tar.gz %%DATADIR%%/helpers/pockets/__init__.py %%DATADIR%%/helpers/pockets/_version.py %%DATADIR%%/helpers/pockets/collections.py @@ -514,7 +513,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/_jb_django_project_creator.py %%DATADIR%%/helpers/pycharm/_jb_find_best_place.py %%DATADIR%%/helpers/pycharm/_jb_manage_tasks_provider.py +%%DATADIR%%/helpers/pycharm/_jb_nosetest_runner.py +%%DATADIR%%/helpers/pycharm/_jb_pytest_runner.py +%%DATADIR%%/helpers/pycharm/_jb_runner_tools.py %%DATADIR%%/helpers/pycharm/_jb_tox_runner.py +%%DATADIR%%/helpers/pycharm/_jb_unittest_runner.py %%DATADIR%%/helpers/pycharm/_jb_utils.py %%DATADIR%%/helpers/pycharm/appcfg_fetcher.py %%DATADIR%%/helpers/pycharm/attestrunner.py @@ -558,6 +561,18 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/runpy_compat.py %%DATADIR%%/helpers/pycharm/tcmessages.py %%DATADIR%%/helpers/pycharm/tcunittest.py +%%DATADIR%%/helpers/pycharm/teamcity/README.txt +%%DATADIR%%/helpers/pycharm/teamcity/__init__.py +%%DATADIR%%/helpers/pycharm/teamcity/common.py +%%DATADIR%%/helpers/pycharm/teamcity/context_managers.py +%%DATADIR%%/helpers/pycharm/teamcity/django.py +%%DATADIR%%/helpers/pycharm/teamcity/flake8_plugin.py +%%DATADIR%%/helpers/pycharm/teamcity/flake8_v2_plugin.py +%%DATADIR%%/helpers/pycharm/teamcity/flake8_v3_plugin.py +%%DATADIR%%/helpers/pycharm/teamcity/messages.py +%%DATADIR%%/helpers/pycharm/teamcity/nose_report.py +%%DATADIR%%/helpers/pycharm/teamcity/pytest_plugin.py +%%DATADIR%%/helpers/pycharm/teamcity/unittestpy.py %%DATADIR%%/helpers/pycharm/utrunner.py %%DATADIR%%/helpers/pycharm_generator_utils/__init__.py %%DATADIR%%/helpers/pycharm_generator_utils/clr_tools.py @@ -618,6 +633,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_comm.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_console.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_constants.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py @@ -658,6 +674,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_vars.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_xml.py +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/__init__.py +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py %%DATADIR%%/helpers/pydev/build.gradle %%DATADIR%%/helpers/pydev/build_tools/build.py %%DATADIR%%/helpers/pydev/build_tools/build_binaries_windows.py @@ -744,11 +770,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case56.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case7.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case89.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread4.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_1.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_2.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_3.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/debugger_unittest.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py @@ -764,7 +798,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/performance_check.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_debugger.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_process_command_line.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_save_locals.py %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/not_in_default_pythonpath.txt @@ -932,7 +968,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/rest_runners/rst2smth.py %%DATADIR%%/helpers/rest_runners/sphinx_runner.py %%DATADIR%%/helpers/setuptools-1.4.2.tar.gz -%%DATADIR%%/helpers/setuptools-18.1.tar.gz +%%DATADIR%%/helpers/setuptools-28.8.0.tar.gz %%DATADIR%%/helpers/six.py %%DATADIR%%/helpers/sphinxcontrib/__init__.py %%DATADIR%%/helpers/sphinxcontrib/napoleon/__init__.py @@ -979,9 +1015,936 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/tools/python_keywords/yield %%DATADIR%%/helpers/tools/stdlib_packages.txt %%DATADIR%%/helpers/tools/versions.xml +%%DATADIR%%/helpers/typeshed/.flake8 +%%DATADIR%%/helpers/typeshed/.travis.yml +%%DATADIR%%/helpers/typeshed/CONTRIBUTING.md +%%DATADIR%%/helpers/typeshed/LICENSE +%%DATADIR%%/helpers/typeshed/README.md +%%DATADIR%%/helpers/typeshed/requirements-tests-py2.txt +%%DATADIR%%/helpers/typeshed/requirements-tests-py3.txt +%%DATADIR%%/helpers/typeshed/runtests.sh +%%DATADIR%%/helpers/typeshed/stdlib/2/BaseHTTPServer.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/ConfigParser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/Cookie.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/HTMLParser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/Queue.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/SocketServer.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/StringIO.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/UserDict.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/UserList.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/UserString.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/__builtin__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/__future__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_ast.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_collections.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_functools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_hotshot.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_io.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_md5.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_sha.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_sha256.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_sha512.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_socket.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_sre.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_struct.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_symtable.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_warnings.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_weakrefset.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/abc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/array.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/ast.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/atexit.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/base64.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/binascii.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/builtins.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/cPickle.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/cStringIO.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/calendar.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/collections.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/commands.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/compileall.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/cookielib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/copy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/csv.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/datetime.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/decimal.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/difflib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/distutils/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/doctest.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/MIMEText.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/_parseaddr.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/base.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/multipart.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/nonmultipart.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/text.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/utils.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/encodings/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/encodings/utf_8.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/exceptions.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/fcntl.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/fileinput.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/fnmatch.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/functools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/future_builtins.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/gc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/genericpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/getopt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/getpass.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/gettext.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/glob.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/grp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/gzip.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/hashlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/heapq.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/htmlentitydefs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/httplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/imp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/importlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/inspect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/io.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/itertools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/markupbase.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/md5.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/mimetools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/process.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/optparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/os/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/os/path.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pdb.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pickle.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pipes.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/platform.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/posix.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/posixpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pprint.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pwd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/quopri.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/re.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/repr.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/resource.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/rfc822.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/robotparser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/runpy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/select.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sha.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/shelve.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/shlex.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/shutil.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/signal.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/smtplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/socket.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/spwd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/ssl.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/stat.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/string.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/strop.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/struct.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/subprocess.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sys.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/tempfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/textwrap.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/time.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/token.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/tokenize.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/types.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/typing.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/unicodedata.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/unittest.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/urllib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/urllib2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/urlparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/uuid.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/types.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/validate.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/xxsubtype.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/zlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_bisect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_heapq.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/argparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/asynchat.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/asyncore.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/bisect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/bz2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/cProfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/cmath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/code.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/colorsys.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/contextlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/ccompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/cmd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/build.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/build_clib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/build_ext.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/build_py.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/check.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/clean.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/config.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/install.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/install_data.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/install_headers.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/install_lib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/register.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/command/sdist.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/core.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/debug.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/dep_util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/dir_util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/dist.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/errors.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/extension.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/file_util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/filelist.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/log.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/msvccompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/spawn.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/sysconfig.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/text_file.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/version.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/errno.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/fractions.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/hmac.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/keyword.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/locale.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/config.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/handlers.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/marshal.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/math.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/mimetypes.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/mmap.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/numbers.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/operator.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pkgutil.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/plistlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/profile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pstats.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/readline.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/rlcompleter.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/site.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/syslog.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/tarfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/termios.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/threading.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/traceback.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/warnings.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/webbrowser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/etree/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/handler.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/saxutils.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/zipfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/zipimport.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.3/ipaddress.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/_stat.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/_tracemalloc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/coroutines.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/events.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/futures.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/locks.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/protocols.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/queues.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/streams.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/subprocess.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/tasks.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/asyncio/transports.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/enum.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/pathlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.4/selectors.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3.6/secrets.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/__future__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_ast.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_compression.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_curses.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_dummy_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_markupbase.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_operator.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_posixsubprocess.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_subprocess.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_warnings.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/abc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/array.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/ast.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/atexit.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/base64.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/binascii.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/builtins.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/calendar.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/cgi.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/collections/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/collections/abc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/concurrent/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/concurrent/futures/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/concurrent/futures/_base.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/concurrent/futures/process.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/concurrent/futures/thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/configparser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/copy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/csv.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/curses/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/datetime.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/decimal.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/difflib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/dis.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/doctest.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/charset.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/contentmanager.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/encoders.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/errors.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/feedparser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/generator.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/header.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/headerregistry.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/iterators.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/message.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/__init__.py +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/application.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/audio.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/base.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/image.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/message.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/multipart.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/nonmultipart.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/text.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/parser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/policy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/email/utils.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/encodings/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/encodings/utf_8.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/fcntl.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/fileinput.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/fnmatch.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/functools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/gc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/getopt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/getpass.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/gettext.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/glob.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/grp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/gzip.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/hashlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/heapq.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/html/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/html/entities.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/html/parser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/http/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/http/client.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/http/cookiejar.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/http/cookies.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/http/server.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/imp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/importlib/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/importlib/abc.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/importlib/machinery.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/importlib/util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/inspect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/io.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/itertools.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/msvcrt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/process.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/opcode.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/os/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/os/path.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pdb.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pickle.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pipes.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/platform.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/posix.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/posixpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pprint.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pwd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/pyclbr.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/queue.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/re.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/resource.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/runpy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/select.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/shelve.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/shlex.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/shutil.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/signal.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/smtplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/socket.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/socketserver.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/ssl.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/stat.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/string.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/struct.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/subprocess.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sys.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sysconfig.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/tempfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/textwrap.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/time.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/tkinter/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/tkinter/constants.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/tkinter/ttk.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/token.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/tokenize.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/types.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/typing.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/unicodedata.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/unittest/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/unittest/mock.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/error.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/parse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/request.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/response.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/urllib/robotparser.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/uuid.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/wsgiref/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/wsgiref/types.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/wsgiref/validate.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/zlib.pyi +%%DATADIR%%/helpers/typeshed/tests/mypy_blacklist.txt +%%DATADIR%%/helpers/typeshed/tests/mypy_test.py +%%DATADIR%%/helpers/typeshed/tests/pytype_blacklist.txt +%%DATADIR%%/helpers/typeshed/tests/pytype_test.py +%%DATADIR%%/helpers/typeshed/third_party/2/OpenSSL/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/OpenSSL/crypto.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/concurrent/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/concurrent/futures/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/croniter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/primitives/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/dsa.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/rsa.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/cryptography/hazmat/primitives/serialization.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/relativedelta.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/tz/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/tz/_common.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/dateutil/tz/tz.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/enum.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/fb303/FacebookService.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/fb303/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/gflags.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/descriptor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/descriptor_pb2.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/descriptor_pool.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/internal/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/internal/decoder.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/internal/encoder.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/internal/enum_type_wrapper.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/internal/wire_format.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/message.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/message_factory.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/reflection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/google/protobuf/symbol_database.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/itsdangerous.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/kazoo/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/kazoo/client.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/kazoo/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/kazoo/recipe/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/kazoo/recipe/watchers.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/pycurl.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/pymssql.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/redis/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/redis/client.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/redis/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/redis/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/redis/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/adapters.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/api.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/auth.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/cookies.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/hooks.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/models.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/_collections.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/connectionpool.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/contrib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/fields.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/filepost.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/packages/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/poolmanager.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/request.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/response.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/request.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/response.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/retry.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/timeout.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/packages/urllib3/util/url.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/sessions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/status_codes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/structures.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/requests/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/routes/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/routes/mapper.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/routes/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/scribe/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/scribe/scribe.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/scribe/ttypes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/selenium/webdriver/remote/webdriver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/selenium/webdriver/remote/webelement.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/simplejson/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/simplejson/decoder.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/simplejson/encoder.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/simplejson/scanner.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/cPickle.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/error.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/parse.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/request.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/response.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib/robotparser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib_error.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib_parse.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib_request.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/Thrift.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/protocol/TBinaryProtocol.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/protocol/TProtocol.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/protocol/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/transport/TSocket.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/transport/TTransport.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/thrift/transport/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/concurrent.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/gen.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/httpclient.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/httpserver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/httputil.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/ioloop.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/locks.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/netutil.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/tcpserver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/testing.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/tornado/web.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/_compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/_internal.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/_reloader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/atom.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/cache.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/fixers.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/iterio.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/jsrouting.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/limiter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/lint.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/profiler.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/securecookie.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/sessions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/testtools.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/contrib/wrappers.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/datastructures.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/debug/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/debug/console.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/debug/repr.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/debug/tbtools.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/filesystem.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/formparser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/http.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/local.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/posixemulation.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/routing.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/script.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/security.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/serving.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/test.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/testapp.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/urls.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/useragents.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/wrappers.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/werkzeug/wsgi.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/composer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/constructor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/dumper.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/emitter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/error.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/events.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/loader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/reader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/representer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/resolver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/scanner.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/serializer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2/yaml/tokens.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Random/random.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/Counter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/asn1.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/number.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/randpool.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/Util/strxor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/Crypto/pct_warnings.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/atomicwrites/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/backports/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/backports_abc.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/auth.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/auth_handler.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/ec2/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/elb/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/exception.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/plugin.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/regioninfo.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/acl.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/bucket.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/cors.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/deletemarker.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/key.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/keyfile.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/lifecycle.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/multidelete.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/multipart.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/prefix.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/tagging.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/user.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/website.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/certifi.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/characteristic/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_stringdefs.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/bccache.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/compiler.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/constants.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/debug.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/defaults.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/environment.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/ext.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/filters.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/lexer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/loaders.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/meta.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/optimizer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/runtime.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/sandbox.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/tests.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/visitor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/markupsafe/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/markupsafe/_compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/markupsafe/_constants.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/markupsafe/_native.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/markupsafe/_speedups.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/mypy_extensions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/charset.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/connections.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/ER.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/constants/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/converters.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/cursors.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/err.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/times.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/lazy.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/singledispatch.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/databases/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/databases/mysql.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/dialects/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/dialects/mysql/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/dialects/mysql/base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/engine/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/engine/base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/engine/strategies.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/engine/url.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/exc.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/inspection.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/log.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/orm/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/orm/session.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/orm/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/pool.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/schema.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/annotation.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/ddl.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/dml.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/elements.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/expression.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/functions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/naming.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/operators.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/schema.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/selectable.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/sqltypes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/type_api.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/sql/visitors.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/types.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/util/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/util/_collections.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/util/compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/util/deprecations.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/sqlalchemy/util/langhelpers.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/ujson.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/README.md +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/core.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/decorators.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/formatting.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/globals.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/termui.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/types.pyi +%%DATADIR%%/helpers/typeshed/third_party/3.6/click/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/relativedelta.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/tz/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/tz/_common.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/dateutil/tz/tz.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/examples.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/roles.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/states.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/enum.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/itsdangerous.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/lxml/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/lxml/etree.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/lxml/objectify.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/pkg_resources.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/adapters.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/api.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/auth.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/compat.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/cookies.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/hooks.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/models.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/_collections.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/connectionpool.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/contrib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/fields.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/filepost.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/packages/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/poolmanager.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/request.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/response.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/util/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/util/connection.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/util/request.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/requests/packages/urllib3/util/response.pyi *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 27 22:35:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1954DD20573; Mon, 27 Mar 2017 22:35:22 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD1577F9; Mon, 27 Mar 2017 22:35:21 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RMZKSM024329; Mon, 27 Mar 2017 22:35:20 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RMZKfx024323; Mon, 27 Mar 2017 22:35:20 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703272235.v2RMZKfx024323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 22:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437089 - in head/devel: . hhdate hhdate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 22:35:22 -0000 Author: grembo Date: Mon Mar 27 22:35:20 2017 New Revision: 437089 URL: https://svnweb.freebsd.org/changeset/ports/437089 Log: Add hhdate 2.1.0.35, date and time library based on the C++11 (and beyond) header. PR: 218030 Submitted by: Andreas Sommer Added: head/devel/hhdate/ head/devel/hhdate/Makefile (contents, props changed) head/devel/hhdate/distinfo (contents, props changed) head/devel/hhdate/files/ head/devel/hhdate/files/Makefile.in (contents, props changed) head/devel/hhdate/files/test-minimal.cpp (contents, props changed) head/devel/hhdate/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 22:33:27 2017 (r437088) +++ head/devel/Makefile Mon Mar 27 22:35:20 2017 (r437089) @@ -852,6 +852,7 @@ SUBDIR += hgreviewboard SUBDIR += hgsvn SUBDIR += hgview + SUBDIR += hhdate SUBDIR += highlighterkit SUBDIR += hive SUBDIR += horde-content Added: head/devel/hhdate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hhdate/Makefile Mon Mar 27 22:35:20 2017 (r437089) @@ -0,0 +1,47 @@ +# Created by: Andreas Sommer +# $FreeBSD$ + +PORTNAME= hhdate +# New versions aren't released often, so using the number of commits since +# last release as a.b.c.NUMCOMMITS (see `git describe --tags ${GH_TAGNAME}`). +# 35 = commit a little after 2.1.0 to have LICENSE file and fixed unit tests. +PORTVERSION= 2.1.0.35 +CATEGORIES= devel + +MAINTAINER= andreas.sommer87@googlemail.com +COMMENT= Date and time library based on the C++11 (and beyond) header + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_GITHUB= yes +GH_ACCOUNT= HowardHinnant +GH_PROJECT= date +GH_TAGNAME= 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= include/hhdate/date.h + +# TODO add timezone support when interest grows +OPTIONS_DEFINE= TEST +TEST_DESC= Build with minimal tests +TEST_ENV= ${MAKE_ENV} WRKDIR=${WRKDIR} +TEST_USES= compiler:c++11-lib +TEST_TEST_TARGET= test +USE_CXXSTD= c++11 + +.include + +.if ${PORT_OPTIONS:MTEST} +post-extract: + ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile + ${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ${WRKSRC}/test/test-minimal.cpp +.endif + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/include/hhdate + ${INSTALL_DATA} ${WRKSRC}/date.h ${STAGEDIR}${PREFIX}/include/hhdate/ + +.include Added: head/devel/hhdate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hhdate/distinfo Mon Mar 27 22:35:20 2017 (r437089) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490643114 +SHA256 (HowardHinnant-date-2.1.0.35-3ab6510cab764c1a20926b1e8442af4c9e8a16b2_GH0.tar.gz) = 3b0e98ec702a2e53dda919b3fb77fa094c262829c2cda99813fe8cea43c79126 +SIZE (HowardHinnant-date-2.1.0.35-3ab6510cab764c1a20926b1e8442af4c9e8a16b2_GH0.tar.gz) = 776175 Added: head/devel/hhdate/files/Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hhdate/files/Makefile.in Mon Mar 27 22:35:20 2017 (r437089) @@ -0,0 +1,8 @@ +# $FreeBSD$ +test: + @echo "Compiler in C++11 mode should compile minimal example" + ${CXX} ${CXXFLAGS} test/test-minimal.cpp \ + -o ${WRKDIR}/test-minimal && \ + ${WRKDIR}/test-minimal >/dev/null + +.PHONY: test Added: head/devel/hhdate/files/test-minimal.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hhdate/files/test-minimal.cpp Mon Mar 27 22:35:20 2017 (r437089) @@ -0,0 +1,21 @@ +// Small example taken from https://howardhinnant.github.io/date/date.html. +// Only for testing installed header shortly. +#include + +#include "../date.h" + +int main() +{ + using namespace std; + using namespace date; + for (auto m = 1; m <= 12; ++m) + { + auto meet = year_month_day{m/fri[1]/2015}; + cout << meet << '\n'; + meet = meet.year()/meet.month()/(meet.day()+weeks{2}); + cout << meet << '\n'; + meet = meet.year()/meet.month()/(meet.day()+weeks{2}); + if (meet.ok()) + cout << meet << '\n'; + } +} Added: head/devel/hhdate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hhdate/pkg-descr Mon Mar 27 22:35:20 2017 (r437089) @@ -0,0 +1,3 @@ +A date and time library based on the C++11 (and beyond) header. + +WWW: https://github.com/HowardHinnant/date From owner-svn-ports-all@freebsd.org Mon Mar 27 23:07:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB385D20DE3; Mon, 27 Mar 2017 23:07:21 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4C1BD9; Mon, 27 Mar 2017 23:07:21 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RN7K63036884; Mon, 27 Mar 2017 23:07:20 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RN7K5N036881; Mon, 27 Mar 2017 23:07:20 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703272307.v2RN7K5N036881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Mon, 27 Mar 2017 23:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437090 - head/net/splatd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 23:07:22 -0000 Author: rodrigo Date: Mon Mar 27 23:07:20 2017 New Revision: 437090 URL: https://svnweb.freebsd.org/changeset/ports/437090 Log: Unbreak splatd and take maintenership for this port - move from google code to github - change WWW in descr - generate a new sum for the archive Modified: head/net/splatd/Makefile head/net/splatd/distinfo head/net/splatd/pkg-descr Modified: head/net/splatd/Makefile ============================================================================== --- head/net/splatd/Makefile Mon Mar 27 22:35:20 2017 (r437089) +++ head/net/splatd/Makefile Mon Mar 27 23:07:20 2017 (r437090) @@ -3,20 +3,16 @@ PORTNAME= splatd PORTVERSION= 1.2 -PORTREVISION= 6 +DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 7 CATEGORIES= net -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ @@ -28,6 +24,8 @@ PYDISTUTILS_PKGNAME= splat USE_RC_SUBR= splatd SUB_LIST= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= threerings OPTIONS_DEFINE= DOCS Modified: head/net/splatd/distinfo ============================================================================== --- head/net/splatd/distinfo Mon Mar 27 22:35:20 2017 (r437089) +++ head/net/splatd/distinfo Mon Mar 27 23:07:20 2017 (r437090) @@ -1,2 +1,3 @@ -SHA256 (splatd-1.2.tar.gz) = 1d2c219408a58b1361df77203587c8843c3f20942081c7ff1fc4b58fd9092ae8 -SIZE (splatd-1.2.tar.gz) = 93988 +TIMESTAMP = 1490549138 +SHA256 (threerings-splatd-splatd-1.2_GH0.tar.gz) = cffd3945eb22743374e7eea24fbb05c70c097a53aa2181dfeae7aaa614244d7f +SIZE (threerings-splatd-splatd-1.2_GH0.tar.gz) = 94335 Modified: head/net/splatd/pkg-descr ============================================================================== --- head/net/splatd/pkg-descr Mon Mar 27 22:35:20 2017 (r437089) +++ head/net/splatd/pkg-descr Mon Mar 27 23:07:20 2017 (r437090) @@ -3,4 +3,4 @@ in an LDAP directory in sync with inform LDAP directory. This information can be any set of attributes on any object in the LDAP directory. -WWW: http://code.google.com/p/splatd/ +WWW: https://github.com/threerings/splatd From owner-svn-ports-all@freebsd.org Mon Mar 27 23:10:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C25D8D20E47; Mon, 27 Mar 2017 23:10:28 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75416CE6; Mon, 27 Mar 2017 23:10:28 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RNARfV037154; Mon, 27 Mar 2017 23:10:27 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RNAR04037151; Mon, 27 Mar 2017 23:10:27 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703272310.v2RNAR04037151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Mon, 27 Mar 2017 23:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437091 - head/www/mod_memcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 23:10:28 -0000 Author: rodrigo Date: Mon Mar 27 23:10:27 2017 New Revision: 437091 URL: https://svnweb.freebsd.org/changeset/ports/437091 Log: Unbreak splatd and take maintenership for this port - project moves from google code to github - change WWW and distfile sum - bump PORTREVISION Modified: head/www/mod_memcache/Makefile head/www/mod_memcache/distinfo head/www/mod_memcache/pkg-descr Modified: head/www/mod_memcache/Makefile ============================================================================== --- head/www/mod_memcache/Makefile Mon Mar 27 23:07:20 2017 (r437090) +++ head/www/mod_memcache/Makefile Mon Mar 27 23:10:27 2017 (r437091) @@ -3,21 +3,21 @@ PORTNAME= mod_memcache PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Apache 2.2.x module to manage apr_memcache connections -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -GNU_CONFIGURE= yes -PROJECTHOST= modmemcache USE_APACHE= 22+ +USE_GITHUB= yes +GH_ACCOUNT= joshrotenberg +GH_PROJECT= modmemcache +GH_TAGNAME= 8e6d912 AP_FAST_BUILD= yes AP_GENPLIST= yes Modified: head/www/mod_memcache/distinfo ============================================================================== --- head/www/mod_memcache/distinfo Mon Mar 27 23:07:20 2017 (r437090) +++ head/www/mod_memcache/distinfo Mon Mar 27 23:10:27 2017 (r437091) @@ -1,2 +1,3 @@ -SHA256 (mod_memcache-0.1.0.tar.gz) = 719aa73ea768889bf16d84450296486d3be9865fd35ecbf1d8e154f239408acd -SIZE (mod_memcache-0.1.0.tar.gz) = 291514 +TIMESTAMP = 1490655273 +SHA256 (joshrotenberg-modmemcache-0.1.0-8e6d912_GH0.tar.gz) = 790868718f4425389f68800023c5432dc596110f4cb4c15db7c73822f9753c1b +SIZE (joshrotenberg-modmemcache-0.1.0-8e6d912_GH0.tar.gz) = 8454 Modified: head/www/mod_memcache/pkg-descr ============================================================================== --- head/www/mod_memcache/pkg-descr Mon Mar 27 23:07:20 2017 (r437090) +++ head/www/mod_memcache/pkg-descr Mon Mar 27 23:10:27 2017 (r437091) @@ -2,4 +2,4 @@ mod_memcache manages the parsing of memc exports a single function for use by other modules to access a configured apr_memcache object. -WWW: http://code.google.com/p/modmemcache/ +WWW: https://github.com/joshrotenberg/modmemcache From owner-svn-ports-all@freebsd.org Tue Mar 28 01:09:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB5A9D1F2D7; Tue, 28 Mar 2017 01:09:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAE8DE3; Tue, 28 Mar 2017 01:09:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S19wIM085410; Tue, 28 Mar 2017 01:09:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S19wKB085408; Tue, 28 Mar 2017 01:09:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703280109.v2S19wKB085408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 28 Mar 2017 01:09:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437092 - head/databases/elixir-mariaex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 01:09:59 -0000 Author: olgeni Date: Tue Mar 28 01:09:58 2017 New Revision: 437092 URL: https://svnweb.freebsd.org/changeset/ports/437092 Log: Update databases/elixir-mariaex to version 0.8.2. Modified: head/databases/elixir-mariaex/Makefile head/databases/elixir-mariaex/distinfo Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Mon Mar 27 23:10:27 2017 (r437091) +++ head/databases/elixir-mariaex/Makefile Tue Mar 28 01:09:58 2017 (r437092) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-mariaex/distinfo ============================================================================== --- head/databases/elixir-mariaex/distinfo Mon Mar 27 23:10:27 2017 (r437091) +++ head/databases/elixir-mariaex/distinfo Tue Mar 28 01:09:58 2017 (r437092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481486332 -SHA256 (xerions-mariaex-v0.8.1_GH0.tar.gz) = 397d791862548fbbdd6ca060ed2d980584fd1fa14985203bd00c138afd54cf5a -SIZE (xerions-mariaex-v0.8.1_GH0.tar.gz) = 31860 +TIMESTAMP = 1490663176 +SHA256 (xerions-mariaex-v0.8.2_GH0.tar.gz) = e973dfae0734229e6e8f96edd79b3ac750ab15c2e569ce7b38cf6f3791cbcc70 +SIZE (xerions-mariaex-v0.8.2_GH0.tar.gz) = 33889 From owner-svn-ports-all@freebsd.org Tue Mar 28 01:11:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63E36D1F67D; Tue, 28 Mar 2017 01:11:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C8411AD; Tue, 28 Mar 2017 01:11:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S1Btro086463; Tue, 28 Mar 2017 01:11:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S1BtIe086461; Tue, 28 Mar 2017 01:11:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703280111.v2S1BtIe086461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 28 Mar 2017 01:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437093 - head/devel/elixir-conform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 01:11:56 -0000 Author: olgeni Date: Tue Mar 28 01:11:54 2017 New Revision: 437093 URL: https://svnweb.freebsd.org/changeset/ports/437093 Log: Update devel/elixir-conform to version 2.3.2. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-conform/distinfo Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Tue Mar 28 01:09:58 2017 (r437092) +++ head/devel/elixir-conform/Makefile Tue Mar 28 01:11:54 2017 (r437093) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conform -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-conform/distinfo ============================================================================== --- head/devel/elixir-conform/distinfo Tue Mar 28 01:09:58 2017 (r437092) +++ head/devel/elixir-conform/distinfo Tue Mar 28 01:11:54 2017 (r437093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489086314 -SHA256 (bitwalker-conform-2.3.0_GH0.tar.gz) = 84fd553898f0dbd8f8a80462a619cc68679ef8c0f7be655862b3bcabf466dc0f -SIZE (bitwalker-conform-2.3.0_GH0.tar.gz) = 2966188 +TIMESTAMP = 1490663438 +SHA256 (bitwalker-conform-2.3.2_GH0.tar.gz) = 0d159debc7f9536da150bfe62398ff4a2199874d29385e5d9a5251733f60b805 +SIZE (bitwalker-conform-2.3.2_GH0.tar.gz) = 2967076 From owner-svn-ports-all@freebsd.org Tue Mar 28 05:30:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F124AD2176D; Tue, 28 Mar 2017 05:30:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B50479D2; Tue, 28 Mar 2017 05:30:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S5UWYQ090553; Tue, 28 Mar 2017 05:30:32 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S5UWgg090551; Tue, 28 Mar 2017 05:30:32 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703280530.v2S5UWgg090551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 28 Mar 2017 05:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437094 - in head/x11-toolkits/open-motif: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 05:30:34 -0000 Author: cy Date: Tue Mar 28 05:30:32 2017 New Revision: 437094 URL: https://svnweb.freebsd.org/changeset/ports/437094 Log: Update 2.3.6 --> 2.3.7 Deleted: head/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c Modified: head/x11-toolkits/open-motif/Makefile head/x11-toolkits/open-motif/distinfo Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Tue Mar 28 01:11:54 2017 (r437093) +++ head/x11-toolkits/open-motif/Makefile Tue Mar 28 05:30:32 2017 (r437094) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= open-motif -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.3.7 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ -MASTER_SITES= SF/motif/Motif%202.3.6%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%202.3.7%20Source%20Code/ DISTNAME= motif-${PORTVERSION} MAINTAINER= cy@FreeBSD.org Modified: head/x11-toolkits/open-motif/distinfo ============================================================================== --- head/x11-toolkits/open-motif/distinfo Tue Mar 28 01:11:54 2017 (r437093) +++ head/x11-toolkits/open-motif/distinfo Tue Mar 28 05:30:32 2017 (r437094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465621623 -SHA256 (motif-2.3.6.tar.gz) = fa810e6bedeca0f5a2eb8216f42129bcf6bd23919068d433e386b7bfc05d58cf -SIZE (motif-2.3.6.tar.gz) = 5725456 +TIMESTAMP = 1490677498 +SHA256 (motif-2.3.7.tar.gz) = 8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14 +SIZE (motif-2.3.7.tar.gz) = 5715478 From owner-svn-ports-all@freebsd.org Tue Mar 28 05:30:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93032D2181D; Tue, 28 Mar 2017 05:30:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B844B87; Tue, 28 Mar 2017 05:30:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S5UoxL090663; Tue, 28 Mar 2017 05:30:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S5UoSd090662; Tue, 28 Mar 2017 05:30:50 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703280530.v2S5UoSd090662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Mar 2017 05:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437095 - head/print/cups-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 05:30:51 -0000 Author: pi Date: Tue Mar 28 05:30:50 2017 New Revision: 437095 URL: https://svnweb.freebsd.org/changeset/ports/437095 Log: print/cups-filters: fix printing of PDF files - by explicitly referencing the path to pdftops PR: 218175 Submitted by: Jonathan Chen Approved by: Naram Qashat (maintainer) Modified: head/print/cups-filters/Makefile Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Mar 28 05:30:32 2017 (r437094) +++ head/print/cups-filters/Makefile Tue Mar 28 05:30:50 2017 (r437095) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.13.4 +PORTREVISION?= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -93,12 +94,12 @@ GS_DESC= Ghostscript gs(1) HYBRID_BUILD_DEPENDS= pdftops:graphics/poppler-utils HYBRID_RUN_DEPENDS= pdftops:graphics/poppler-utils -HYBRID_CONFIGURE_ON= --with-pdftops=hybrid +HYBRID_CONFIGURE_ON= --with-pdftops=hybrid --with-pdftops-path=${LOCALBASE}/bin/pdftops HYBRID_DESC= Ghostscript or Poppler depending on printer PDFTOPS_BUILD_DEPENDS= pdftops:graphics/poppler-utils PDFTOPS_RUN_DEPENDS= pdftops:graphics/poppler-utils -PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops +PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops --with-pdftops-path=${LOCALBASE}/bin/pdftops PDFTOPS_DESC= Poppler pdftops(1) PDFTOPS_RENDERER_DESC= Default PDF-to-PostScript renderer From owner-svn-ports-all@freebsd.org Tue Mar 28 07:22:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7860CD229B7; Tue, 28 Mar 2017 07:22:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52E13792; Tue, 28 Mar 2017 07:22:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S7MB5F038035; Tue, 28 Mar 2017 07:22:11 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S7MAFw038028; Tue, 28 Mar 2017 07:22:10 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703280722.v2S7MAFw038028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 28 Mar 2017 07:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437096 - in head/www/ufdbguard: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 07:22:12 -0000 Author: vanilla Date: Tue Mar 28 07:22:10 2017 New Revision: 437096 URL: https://svnweb.freebsd.org/changeset/ports/437096 Log: Update to 1.33.1. PR: 218171 Submitted by: maintainer Added: head/www/ufdbguard/files/patch-src_sg.h.in (contents, props changed) Modified: head/www/ufdbguard/Makefile head/www/ufdbguard/distinfo head/www/ufdbguard/files/patch-src_Makefile.in head/www/ufdbguard/files/patch-src_check__config__file head/www/ufdbguard/files/patch-src_install__etcfiles.sh.in head/www/ufdbguard/files/patch-src_ufdbGuard.conf.in Modified: head/www/ufdbguard/Makefile ============================================================================== --- head/www/ufdbguard/Makefile Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/Makefile Tue Mar 28 07:22:10 2017 (r437096) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ufdbGuard -PORTVERSION= 1.32.4 +PORTVERSION= 1.33.1 CATEGORIES= www -MASTER_SITES= SF/ufdbguard/1.32 +MASTER_SITES= SF/ufdbguard/1.33 MAINTAINER= timp87@gmail.com COMMENT= URL filter for the Squid web proxy @@ -64,6 +64,16 @@ UNIXSOCKETS_CONFIGURE_OFF= --without-uni UNIXSOCKETS_DESC= Unix sockets support +.include + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.if ${SSL_DEFAULT:Mlibressl-devel} +BROKEN= Does not build with libressl-devel +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ufdbguardd \ ${STAGEDIR}${PREFIX}/bin/ufdbgclient \ @@ -72,4 +82,4 @@ post-install: ${STAGEDIR}${PREFIX}/bin/ufdbAnalyse \ ${STAGEDIR}${PREFIX}/bin/ufdbhttpd -.include +.include Modified: head/www/ufdbguard/distinfo ============================================================================== --- head/www/ufdbguard/distinfo Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/distinfo Tue Mar 28 07:22:10 2017 (r437096) @@ -1,3 +1,3 @@ TIMESTAMP = 1480157749 -SHA256 (ufdbGuard-1.32.4.tar.gz) = 037d2652087a544e4bfa10fefcb9e155e730536baf39331b3e9dca26c605e3df -SIZE (ufdbGuard-1.32.4.tar.gz) = 2499206 +SHA256 (ufdbGuard-1.33.1.tar.gz) = f927410049e0ba8d1757daf3de67bb1bb1bf1e5caa1d51f19ed052b52f135a92 +SIZE (ufdbGuard-1.33.1.tar.gz) = 2481303 Modified: head/www/ufdbguard/files/patch-src_Makefile.in ============================================================================== --- head/www/ufdbguard/files/patch-src_Makefile.in Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/files/patch-src_Makefile.in Tue Mar 28 07:22:10 2017 (r437096) @@ -1,4 +1,4 @@ ---- src/Makefile.in.orig 2016-10-19 19:37:29 UTC +--- src/Makefile.in.orig 2017-03-14 18:52:13 UTC +++ src/Makefile.in @@ -224,7 +224,7 @@ install.bin: ufdbGenTable ufdbAnalyse uf $(INSTALL_PROGRAM) ufdb_top_urls.pl $(DESTDIR)$(bindir)/ufdb_top_urls Modified: head/www/ufdbguard/files/patch-src_check__config__file ============================================================================== --- head/www/ufdbguard/files/patch-src_check__config__file Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/files/patch-src_check__config__file Tue Mar 28 07:22:10 2017 (r437096) @@ -1,15 +1,15 @@ ---- src/check_config_file.orig 2015-06-09 01:03:32 UTC +--- src/check_config_file.orig 2017-03-01 14:25:22 UTC +++ src/check_config_file @@ -32,16 +32,6 @@ then exit 1 fi --if [ ! -f $CONFIG.pre-v1.32 ] +-if [ ! -f $CONFIG.pre-v1.33 ] -then -- cp $CONFIG $CONFIG.pre-v1.32 -- if [ ! -f $CONFIG.pre-v1.32 ] +- cp $CONFIG $CONFIG.pre-v1.33 +- if [ ! -f $CONFIG.pre-v1.33 ] - then -- echo "cannot copy configuration file to $CONFIG.pre-v1.32" +- echo "cannot copy configuration file to $CONFIG.pre-v1.33" - exit 1 - fi -fi @@ -17,11 +17,11 @@ if [ ! -w $CONFIG ] then chmod u+w $CONFIG -@@ -340,7 +330,6 @@ then +@@ -496,7 +486,6 @@ then echo "It is recommended to verify all ACLs for the inclusion of these URL categories ******" fi --echo "The original configuration file is saved in $CONFIG.pre-v1.32" +-echo "The original configuration file is saved in $CONFIG.pre-v1.33" echo exit 0 Modified: head/www/ufdbguard/files/patch-src_install__etcfiles.sh.in ============================================================================== --- head/www/ufdbguard/files/patch-src_install__etcfiles.sh.in Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/files/patch-src_install__etcfiles.sh.in Tue Mar 28 07:22:10 2017 (r437096) @@ -1,4 +1,4 @@ ---- src/install_etcfiles.sh.in.orig 2016-08-02 02:36:07 UTC +--- src/install_etcfiles.sh.in.orig 2017-02-27 13:27:26 UTC +++ src/install_etcfiles.sh.in @@ -25,15 +25,6 @@ then DESTDIR=${RPM_BUILD_ROOT:-} @@ -29,18 +29,20 @@ esac -@@ -395,14 +384,3 @@ fi +@@ -395,16 +384,3 @@ fi # TODO: copy parameters from ufdbUpdate to $SYSCFGFILE ************************************************************ fix_piddir_permissions - --SERVICE=`grep -E -e ufdbguardd /etc/services` --if [ "$SERVICE" = "" ] --then -- ( -- echo "" -- echo "# for URLfilterDB daemon : " -- echo "ufdbguardd 3977/tcp" -- ) >> /etc/services --fi +-# the addition of the ufdbguardd service to /etc/services is deiabled since +-# ufdbguardd uses by default a named socket. +-# SERVICE=`grep -E -e ufdbguardd $DESTDIR/etc/services` +-# if [ "$SERVICE" = "" ] +-# then +-# ( +-# echo "" +-# echo "# for URLfilterDB daemon : " +-# echo "ufdbguardd 3977/tcp" +-# ) >> $DESTDIR/etc/services +-# fi - Added: head/www/ufdbguard/files/patch-src_sg.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/ufdbguard/files/patch-src_sg.h.in Tue Mar 28 07:22:10 2017 (r437096) @@ -0,0 +1,11 @@ +--- src/sg.h.in.orig 2017-03-26 18:55:50 UTC ++++ src/sg.h.in +@@ -56,6 +56,8 @@ extern "C" { + + #define YY_NEVER_INTERACTIVE 1 + ++#include ++#include + #include + #include + #include Modified: head/www/ufdbguard/files/patch-src_ufdbGuard.conf.in ============================================================================== --- head/www/ufdbguard/files/patch-src_ufdbGuard.conf.in Tue Mar 28 05:30:50 2017 (r437095) +++ head/www/ufdbguard/files/patch-src_ufdbGuard.conf.in Tue Mar 28 07:22:10 2017 (r437096) @@ -1,4 +1,4 @@ ---- src/ufdbGuard.conf.in.orig 2016-10-16 22:05:14 UTC +--- src/ufdbGuard.conf.in.orig 2017-03-08 20:47:38 UTC +++ src/ufdbGuard.conf.in @@ -33,7 +33,7 @@ logall off # valid version numbers are: 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 and 4.0 From owner-svn-ports-all@freebsd.org Tue Mar 28 07:28:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1333ED22B3B; Tue, 28 Mar 2017 07:28:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D45089AF; Tue, 28 Mar 2017 07:28:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S7SU4w040534; Tue, 28 Mar 2017 07:28:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S7SUuS040532; Tue, 28 Mar 2017 07:28:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703280728.v2S7SUuS040532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 28 Mar 2017 07:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437097 - head/www/fabio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 07:28:32 -0000 Author: vanilla Date: Tue Mar 28 07:28:30 2017 New Revision: 437097 URL: https://svnweb.freebsd.org/changeset/ports/437097 Log: Update to 1.4. PR: 218168 Submitted by: maintainer Modified: head/www/fabio/Makefile head/www/fabio/distinfo Modified: head/www/fabio/Makefile ============================================================================== --- head/www/fabio/Makefile Tue Mar 28 07:22:10 2017 (r437096) +++ head/www/fabio/Makefile Tue Mar 28 07:28:30 2017 (r437097) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fabio -PORTVERSION= 1.3.8 +PORTVERSION= 1.4 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/fabio/distinfo ============================================================================== --- head/www/fabio/distinfo Tue Mar 28 07:22:10 2017 (r437096) +++ head/www/fabio/distinfo Tue Mar 28 07:28:30 2017 (r437097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489516464 -SHA256 (eBay-fabio-v1.3.8_GH0.tar.gz) = dfa5b78d54de36aa28771592bc5054a27edeed5d1d3eba8ff3a062f27463c95b -SIZE (eBay-fabio-v1.3.8_GH0.tar.gz) = 559032 +TIMESTAMP = 1490634858 +SHA256 (eBay-fabio-v1.4_GH0.tar.gz) = e595778c325eb79b5fc2c17f409a53d73c4cfa3d5a53083092bf72edf113f947 +SIZE (eBay-fabio-v1.4_GH0.tar.gz) = 565986 From owner-svn-ports-all@freebsd.org Tue Mar 28 07:37:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA1D2D22F17; Tue, 28 Mar 2017 07:37:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607BEF12; Tue, 28 Mar 2017 07:37:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S7bDOb044704; Tue, 28 Mar 2017 07:37:13 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S7bD7Z044701; Tue, 28 Mar 2017 07:37:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703280737.v2S7bD7Z044701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 28 Mar 2017 07:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437098 - head/www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 07:37:14 -0000 Author: vanilla Date: Tue Mar 28 07:37:13 2017 New Revision: 437098 URL: https://svnweb.freebsd.org/changeset/ports/437098 Log: Update to 1.0.41. PR: 218172 Submitted by: maintainer Modified: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Tue Mar 28 07:28:30 2017 (r437097) +++ head/www/kanboard/Makefile Tue Mar 28 07:37:13 2017 (r437098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.0.40 +PORTVERSION= 1.0.41 CATEGORIES= www MASTER_SITES= http://kanboard.net/ \ https://bitbucket.org/if0/kanboard-archives/downloads/ \ Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Tue Mar 28 07:28:30 2017 (r437097) +++ head/www/kanboard/distinfo Tue Mar 28 07:37:13 2017 (r437098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488484163 -SHA256 (kanboard-1.0.40.zip) = aaf3f8e0ff986b75cc0f1a6bb7e378ddc205d8d566c7904d36243a3444795e06 -SIZE (kanboard-1.0.40.zip) = 7030809 +TIMESTAMP = 1490640952 +SHA256 (kanboard-1.0.41.zip) = 825885960c65f7817d9fc34ca5ac8c36ef637ed285bcdb2bf3f5569bf64c9ff2 +SIZE (kanboard-1.0.41.zip) = 7112626 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Tue Mar 28 07:28:30 2017 (r437097) +++ head/www/kanboard/pkg-plist Tue Mar 28 07:37:13 2017 (r437098) @@ -389,11 +389,15 @@ %%WWWDIR%%/app/Formatter/GroupAutoCompleteFormatter.php %%WWWDIR%%/app/Formatter/ProjectActivityEventFormatter.php %%WWWDIR%%/app/Formatter/ProjectGanttFormatter.php +%%WWWDIR%%/app/Formatter/SubtaskListFormatter.php %%WWWDIR%%/app/Formatter/SubtaskTimeTrackingCalendarFormatter.php %%WWWDIR%%/app/Formatter/TaskAutoCompleteFormatter.php %%WWWDIR%%/app/Formatter/TaskCalendarFormatter.php %%WWWDIR%%/app/Formatter/TaskGanttFormatter.php %%WWWDIR%%/app/Formatter/TaskICalFormatter.php +%%WWWDIR%%/app/Formatter/TaskListFormatter.php +%%WWWDIR%%/app/Formatter/TaskListSubtaskAssigneeFormatter.php +%%WWWDIR%%/app/Formatter/TaskListSubtaskFormatter.php %%WWWDIR%%/app/Formatter/TaskSuggestMenuFormatter.php %%WWWDIR%%/app/Formatter/UserAutoCompleteFormatter.php %%WWWDIR%%/app/Formatter/UserMentionFormatter.php @@ -447,6 +451,7 @@ %%WWWDIR%%/app/Locale/es_ES/translations.php %%WWWDIR%%/app/Locale/fi_FI/translations.php %%WWWDIR%%/app/Locale/fr_FR/translations.php +%%WWWDIR%%/app/Locale/hr_HR/translations.php %%WWWDIR%%/app/Locale/hu_HU/translations.php %%WWWDIR%%/app/Locale/id_ID/translations.php %%WWWDIR%%/app/Locale/it_IT/translations.php @@ -548,9 +553,7 @@ %%WWWDIR%%/app/Notification/MailNotification.php %%WWWDIR%%/app/Notification/WebNotification.php %%WWWDIR%%/app/Notification/WebhookNotification.php -%%WWWDIR%%/app/Pagination/ProjectPagination.php -%%WWWDIR%%/app/Pagination/SubtaskPagination.php -%%WWWDIR%%/app/Pagination/TaskPagination.php +%%WWWDIR%%/app/Pagination/DashboardPagination.php %%WWWDIR%%/app/Pagination/UserPagination.php %%WWWDIR%%/app/Schema/Migration.php %%WWWDIR%%/app/Schema/Mysql.php @@ -599,6 +602,7 @@ %%WWWDIR%%/app/Template/activity/filter_dropdown.php %%WWWDIR%%/app/Template/activity/project.php %%WWWDIR%%/app/Template/activity/task.php +%%WWWDIR%%/app/Template/activity/user.php %%WWWDIR%%/app/Template/analytic/avg_time_columns.php %%WWWDIR%%/app/Template/analytic/burndown.php %%WWWDIR%%/app/Template/analytic/cfd.php @@ -629,7 +633,8 @@ %%WWWDIR%%/app/Template/board/view_private.php %%WWWDIR%%/app/Template/board/view_public.php %%WWWDIR%%/app/Template/board_popover/close_all_tasks_column.php -%%WWWDIR%%/app/Template/calendar/show.php +%%WWWDIR%%/app/Template/calendar/project.php +%%WWWDIR%%/app/Template/calendar/user.php %%WWWDIR%%/app/Template/category/create.php %%WWWDIR%%/app/Template/category/edit.php %%WWWDIR%%/app/Template/category/index.php @@ -670,15 +675,7 @@ %%WWWDIR%%/app/Template/custom_filter/edit.php %%WWWDIR%%/app/Template/custom_filter/index.php %%WWWDIR%%/app/Template/custom_filter/remove.php -%%WWWDIR%%/app/Template/dashboard/activity.php -%%WWWDIR%%/app/Template/dashboard/calendar.php -%%WWWDIR%%/app/Template/dashboard/layout.php -%%WWWDIR%%/app/Template/dashboard/notifications.php -%%WWWDIR%%/app/Template/dashboard/projects.php %%WWWDIR%%/app/Template/dashboard/show.php -%%WWWDIR%%/app/Template/dashboard/sidebar.php -%%WWWDIR%%/app/Template/dashboard/subtasks.php -%%WWWDIR%%/app/Template/dashboard/tasks.php %%WWWDIR%%/app/Template/doc/show.php %%WWWDIR%%/app/Template/event/comment_create.php %%WWWDIR%%/app/Template/event/comment_delete.php @@ -709,6 +706,7 @@ %%WWWDIR%%/app/Template/file_viewer/show.php %%WWWDIR%%/app/Template/group/associate.php %%WWWDIR%%/app/Template/group/dissociate.php +%%WWWDIR%%/app/Template/group/dropdown.php %%WWWDIR%%/app/Template/group/index.php %%WWWDIR%%/app/Template/group/remove.php %%WWWDIR%%/app/Template/group/users.php @@ -770,6 +768,7 @@ %%WWWDIR%%/app/Template/project_list/header.php %%WWWDIR%%/app/Template/project_list/listing.php %%WWWDIR%%/app/Template/project_list/project_details.php +%%WWWDIR%%/app/Template/project_list/project_icons.php %%WWWDIR%%/app/Template/project_list/project_title.php %%WWWDIR%%/app/Template/project_list/sort_menu.php %%WWWDIR%%/app/Template/project_overview/activity.php @@ -815,6 +814,7 @@ %%WWWDIR%%/app/Template/subtask/remove.php %%WWWDIR%%/app/Template/subtask/show.php %%WWWDIR%%/app/Template/subtask/table.php +%%WWWDIR%%/app/Template/subtask/timer.php %%WWWDIR%%/app/Template/subtask_converter/show.php %%WWWDIR%%/app/Template/subtask_restriction/show.php %%WWWDIR%%/app/Template/swimlane/create.php @@ -872,6 +872,7 @@ %%WWWDIR%%/app/Template/task_list/task_avatars.php %%WWWDIR%%/app/Template/task_list/task_details.php %%WWWDIR%%/app/Template/task_list/task_icons.php +%%WWWDIR%%/app/Template/task_list/task_subtasks.php %%WWWDIR%%/app/Template/task_list/task_title.php %%WWWDIR%%/app/Template/task_mail/create.php %%WWWDIR%%/app/Template/task_mail/email.php @@ -895,7 +896,12 @@ %%WWWDIR%%/app/Template/user_invite/show.php %%WWWDIR%%/app/Template/user_invite/signup.php %%WWWDIR%%/app/Template/user_list/dropdown.php -%%WWWDIR%%/app/Template/user_list/show.php +%%WWWDIR%%/app/Template/user_list/header.php +%%WWWDIR%%/app/Template/user_list/listing.php +%%WWWDIR%%/app/Template/user_list/sort_menu.php +%%WWWDIR%%/app/Template/user_list/user_details.php +%%WWWDIR%%/app/Template/user_list/user_icons.php +%%WWWDIR%%/app/Template/user_list/user_title.php %%WWWDIR%%/app/Template/user_modification/show.php %%WWWDIR%%/app/Template/user_status/disable.php %%WWWDIR%%/app/Template/user_status/enable.php @@ -912,6 +918,7 @@ %%WWWDIR%%/app/Template/user_view/show.php %%WWWDIR%%/app/Template/user_view/sidebar.php %%WWWDIR%%/app/Template/user_view/timesheet.php +%%WWWDIR%%/app/Template/web_notification/show.php %%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php %%WWWDIR%%/app/User/Avatar/GravatarProvider.php %%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php @@ -1005,6 +1012,8 @@ %%WWWDIR%%/assets/js/components/select-dropdown-autocomplete.js %%WWWDIR%%/assets/js/components/session-check.js %%WWWDIR%%/assets/js/components/submit-buttons.js +%%WWWDIR%%/assets/js/components/subtask-drag-and-drop.js +%%WWWDIR%%/assets/js/components/subtask-toggle-status.js %%WWWDIR%%/assets/js/components/suggest-menu.js %%WWWDIR%%/assets/js/components/task-move-position.js %%WWWDIR%%/assets/js/components/text-editor.js @@ -1029,7 +1038,6 @@ %%WWWDIR%%/assets/js/src/Gantt.js %%WWWDIR%%/assets/js/src/Namespace.js %%WWWDIR%%/assets/js/src/Search.js -%%WWWDIR%%/assets/js/src/Subtask.js %%WWWDIR%%/assets/js/src/Swimlane.js %%WWWDIR%%/assets/js/src/Task.js %%WWWDIR%%/assets/js/src/Tooltip.js @@ -1696,6 +1704,428 @@ %%WWWDIR%%/jsonrpc.php %%WWWDIR%%/plugins/.gitignore %%WWWDIR%%/robots.txt +%%WWWDIR%%/vendor/aferrandini/phpqrcode/LICENSE +%%WWWDIR%%/vendor/aferrandini/phpqrcode/VERSION +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_1.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_10.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_10.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_11.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_11.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_12.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_12.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_13.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_13.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_14.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_14.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_15.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_15.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_16.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_16.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_17.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_17.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_18.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_18.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_19.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_19.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_2.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_20.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_20.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_21.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_21.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_22.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_22.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_23.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_23.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_24.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_24.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_25.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_25.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_26.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_26.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_27.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_27.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_28.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_28.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_29.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_29.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_3.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_30.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_30.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_31.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_31.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_32.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_32.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_33.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_33.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_34.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_34.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_35.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_35.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_36.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_36.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_37.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_37.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_38.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_38.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_39.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_39.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_4.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_40.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_40.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_5.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_6.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_7.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_8.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_8.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_9.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/frame_9.png +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_101_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_105_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_109_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_113_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_117_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_121_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_125_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_129_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_133_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_137_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_141_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_145_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_149_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_153_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_157_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_161_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_165_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_169_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_173_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_177_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_21_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_25_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_29_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_33_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_37_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_41_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_45_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_49_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_53_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_57_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_61_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_65_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_69_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_73_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_77_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_81_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_85_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_89_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_93_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_0/mask_97_0.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_101_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_105_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_109_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_113_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_117_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_121_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_125_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_129_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_133_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_137_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_141_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_145_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_149_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_153_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_157_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_161_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_165_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_169_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_173_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_177_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_21_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_25_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_29_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_33_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_37_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_41_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_45_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_49_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_53_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_57_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_61_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_65_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_69_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_73_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_77_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_81_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_85_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_89_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_93_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_1/mask_97_1.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_101_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_105_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_109_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_113_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_117_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_121_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_125_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_129_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_133_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_137_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_141_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_145_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_149_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_153_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_157_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_161_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_165_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_169_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_173_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_177_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_21_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_25_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_29_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_33_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_37_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_41_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_45_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_49_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_53_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_57_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_61_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_65_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_69_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_73_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_77_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_81_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_85_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_89_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_93_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_2/mask_97_2.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_101_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_105_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_109_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_113_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_117_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_121_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_125_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_129_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_133_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_137_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_141_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_145_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_149_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_153_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_157_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_161_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_165_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_169_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_173_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_177_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_21_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_25_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_29_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_33_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_37_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_41_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_45_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_49_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_53_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_57_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_61_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_65_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_69_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_73_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_77_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_81_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_85_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_89_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_93_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_3/mask_97_3.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_101_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_105_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_109_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_113_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_117_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_121_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_125_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_129_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_133_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_137_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_141_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_145_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_149_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_153_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_157_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_161_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_165_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_169_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_173_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_177_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_21_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_25_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_29_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_33_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_37_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_41_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_45_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_49_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_53_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_57_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_61_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_65_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_69_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_73_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_77_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_81_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_85_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_89_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_93_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_4/mask_97_4.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_101_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_105_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_109_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_113_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_117_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_121_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_125_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_129_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_133_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_137_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_141_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_145_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_149_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_153_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_157_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_161_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_165_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_169_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_173_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_177_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_21_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_25_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_29_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_33_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_37_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_41_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_45_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_49_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_53_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_57_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_61_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_65_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_69_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_73_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_77_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_81_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_85_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_89_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_93_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_5/mask_97_5.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_101_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_105_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_109_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_113_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_117_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_121_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_125_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_129_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_133_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_137_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_141_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_145_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_149_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_153_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_157_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_161_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_165_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_169_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_173_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_177_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_21_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_25_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_29_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_33_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_37_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_41_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_45_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_49_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_53_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_57_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_61_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_65_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_69_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_73_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_77_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_81_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_85_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_89_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_93_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_6/mask_97_6.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_101_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_105_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_109_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_113_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_117_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_121_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_125_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_129_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_133_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_137_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_141_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_145_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_149_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_153_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_157_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_161_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_165_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_169_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_173_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_177_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_21_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_25_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_29_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_33_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_37_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_41_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_45_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_49_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_53_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_57_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_61_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_65_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_69_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_73_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_77_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_81_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_85_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_89_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_93_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/cache/mask_7/mask_97_7.dat +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/Autoloader.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/Constants.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/FrameFiller.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRbitstream.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRcode.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRencode.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRimage.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRinput.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRinputItem.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRmask.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRrawcode.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRrs.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRrsItem.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRrsblock.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRspec.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRsplit.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRstr.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRtools.php +%%WWWDIR%%/vendor/aferrandini/phpqrcode/readme.md %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/bin/picofeed %%WWWDIR%%/vendor/christian-riesen/base32/.scrutinizer.yml @@ -1864,6 +2294,7 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wsj.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/01net.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/abstrusegoose.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/alainonline.net.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/aljazeera.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allafrica.com.php @@ -1877,6 +2308,7 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bangkokpost.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bgr.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigfootjustice.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigpicture.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php @@ -1900,6 +2332,7 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/drawingboardcomic.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/e-w-e.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/encyclopedie.naheulbeuk.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/endlessorigami.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/engadget.com.php @@ -1908,12 +2341,14 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/exocomics.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/extrafabulouscomics.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/factroom.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcodesign.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcompany.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ffworld.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/foreignpolicy.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fossbytes.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fototelegraf.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php @@ -1921,10 +2356,14 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gocomics.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/golem.de.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gorabbit.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/hardware.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/hotshowlife.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/indiehaven.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ing.dk.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/invisiblebread.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php @@ -1932,15 +2371,18 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/japantoday.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/jsonline.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/justcoolidea.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/kanpai.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/karriere.jobfinder.dk.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreaherald.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lastplacecomics.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/legorafi.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lejapon.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lesjoiesducode.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lists.php @@ -1958,15 +2400,19 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/milwaukeenns.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mokepon.smackjeeves.com.php -%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/monwindowsphone.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/monandroid.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/monwindows.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/moya-planeta.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mrlovenstein.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/muckrock.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nat-geo.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nationaljournal.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nature.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nedroid.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/networkworld.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nextinpact.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/niceteethcomic.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nichtlustig.de.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/oglaf.com.php @@ -1982,9 +2428,11 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/plus.google.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/popstrip.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/publy.ru.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/putaindecode.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/recode.net.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/rockpapershotgun.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/rue89.nouvelobs.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/rugbyrama.fr.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php @@ -2003,6 +2451,7 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/stupidfox.net.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/subtraction.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sz.de.php +%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/takprosto.cc.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/the-ebook-reader.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php @@ -2051,7 +2500,6 @@ %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.npr.org.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.oneindia.com.php -%%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.pcinpact.com.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.pseudo-sciences.org.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.sciencemag.org.php %%WWWDIR%%/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php From owner-svn-ports-all@freebsd.org Tue Mar 28 08:06:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 464B8D1B6B4; Tue, 28 Mar 2017 08:06:24 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEBF7A09; Tue, 28 Mar 2017 08:06:23 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S86N38057545; Tue, 28 Mar 2017 08:06:23 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S86MPi057540; Tue, 28 Mar 2017 08:06:22 GMT (envelope-from rodrigc@FreeBSD.org) Message-Id: <201703280806.v2S86MPi057540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f From: Craig Rodrigues Date: Tue, 28 Mar 2017 08:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437099 - head/dns/hostdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:06:24 -0000 Author: rodrigc (src committer) Date: Tue Mar 28 08:06:22 2017 New Revision: 437099 URL: https://svnweb.freebsd.org/changeset/ports/437099 Log: Move from google code to github Approved by: ak Differential Revision: https://reviews.freebsd.org/D10159 Modified: head/dns/hostdb/Makefile head/dns/hostdb/distinfo head/dns/hostdb/pkg-descr Modified: head/dns/hostdb/Makefile ============================================================================== --- head/dns/hostdb/Makefile Tue Mar 28 07:37:13 2017 (r437098) +++ head/dns/hostdb/Makefile Tue Mar 28 08:06:22 2017 (r437099) @@ -3,20 +3,20 @@ PORTNAME= hostdb PORTVERSION= 1.004 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= GOOGLE_CODE MAINTAINER= rodrigc@FreeBSD.org COMMENT= Generate DNS and DHCP config files from single source LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - USES= shebangfix tar:tgz +USE_GITHUB= yes +GH_ACCOUNT= TomOnTime +GH_TAGNAME= fb23e67642514f5 + NO_BUILD= yes HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster Modified: head/dns/hostdb/distinfo ============================================================================== --- head/dns/hostdb/distinfo Tue Mar 28 07:37:13 2017 (r437098) +++ head/dns/hostdb/distinfo Tue Mar 28 08:06:22 2017 (r437099) @@ -1,2 +1,3 @@ -SHA256 (hostdb-1.004.tgz) = beea7cfcdc384eb40d0bc8b3ad2eb094ee81ca75e8eef7c07ea4a47e9f0da350 -SIZE (hostdb-1.004.tgz) = 164585 +TIMESTAMP = 1490674194 +SHA256 (TomOnTime-hostdb-1.004-fb23e67642514f5_GH0.tar.gz) = d5114c245a743d84ea9ad2efa018b686f7248cda3bcb0b0cef8ded114088d02b +SIZE (TomOnTime-hostdb-1.004-fb23e67642514f5_GH0.tar.gz) = 163358 Modified: head/dns/hostdb/pkg-descr ============================================================================== --- head/dns/hostdb/pkg-descr Tue Mar 28 07:37:13 2017 (r437098) +++ head/dns/hostdb/pkg-descr Tue Mar 28 08:06:22 2017 (r437099) @@ -6,5 +6,4 @@ source. A system for generating internal DNS zones, external DNS zones, and DHCP configuration data from the same simple repository. -WWW: http://code.google.com/p/hostdb - http://everythingsysadmin.com/hostdb +WWW: http://everythingsysadmin.com/hostdb From owner-svn-ports-all@freebsd.org Tue Mar 28 08:29:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43BECD2119B; Tue, 28 Mar 2017 08:29:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1310FC89; Tue, 28 Mar 2017 08:29:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S8TFi0066389; Tue, 28 Mar 2017 08:29:15 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S8TFGJ066388; Tue, 28 Mar 2017 08:29:15 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703280829.v2S8TFGJ066388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 08:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437100 - head/www/py-dotcloud.cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:29:16 -0000 Author: lwhsu Date: Tue Mar 28 08:29:14 2017 New Revision: 437100 URL: https://svnweb.freebsd.org/changeset/ports/437100 Log: Mark DEPRECATED Modified: head/www/py-dotcloud.cli/Makefile Modified: head/www/py-dotcloud.cli/Makefile ============================================================================== --- head/www/py-dotcloud.cli/Makefile Tue Mar 28 08:06:22 2017 (r437099) +++ head/www/py-dotcloud.cli/Makefile Tue Mar 28 08:29:14 2017 (r437100) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= dotCloud command-line interface client +DEPRECATED= deprecated in upstream +EXPIRATION_DATE= 2017-04-30 + USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Tue Mar 28 08:29:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3CD1D211D8; Tue, 28 Mar 2017 08:29:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0AB6D74; Tue, 28 Mar 2017 08:29:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S8TbMO066526; Tue, 28 Mar 2017 08:29:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S8TbnJ066524; Tue, 28 Mar 2017 08:29:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703280829.v2S8TbnJ066524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 08:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437101 - head/devel/py-python-jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:29:39 -0000 Author: lwhsu Date: Tue Mar 28 08:29:37 2017 New Revision: 437101 URL: https://svnweb.freebsd.org/changeset/ports/437101 Log: - Update to 0.4.14 Modified: head/devel/py-python-jenkins/Makefile head/devel/py-python-jenkins/distinfo Modified: head/devel/py-python-jenkins/Makefile ============================================================================== --- head/devel/py-python-jenkins/Makefile Tue Mar 28 08:29:14 2017 (r437100) +++ head/devel/py-python-jenkins/Makefile Tue Mar 28 08:29:37 2017 (r437101) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= python-jenkins -PORTVERSION= 0.4.13 -PORTREVISION= 1 +PORTVERSION= 0.4.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-jenkins/distinfo ============================================================================== --- head/devel/py-python-jenkins/distinfo Tue Mar 28 08:29:14 2017 (r437100) +++ head/devel/py-python-jenkins/distinfo Tue Mar 28 08:29:37 2017 (r437101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467117946 -SHA256 (python-jenkins-0.4.13.tar.gz) = 9d7b06d31db4734ba93c0238c1e3ba6a200d01ec02544368ff592f2b74a11fbc -SIZE (python-jenkins-0.4.13.tar.gz) = 47337 +TIMESTAMP = 1490689298 +SHA256 (python-jenkins-0.4.14.tar.gz) = 0e7be43887dbefb94c1b903c7e3ae9fa726435959c627be2a48d3899da9e11d9 +SIZE (python-jenkins-0.4.14.tar.gz) = 51900 From owner-svn-ports-all@freebsd.org Tue Mar 28 08:35:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9578CD21454; Tue, 28 Mar 2017 08:35:14 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64E62207; Tue, 28 Mar 2017 08:35:14 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S8ZDSG070420; Tue, 28 Mar 2017 08:35:13 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S8ZDTU070418; Tue, 28 Mar 2017 08:35:13 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703280835.v2S8ZDTU070418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 08:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437102 - head/math/py-bitvector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:35:14 -0000 Author: lwhsu Date: Tue Mar 28 08:35:13 2017 New Revision: 437102 URL: https://svnweb.freebsd.org/changeset/ports/437102 Log: - Update to 3.4.7 Modified: head/math/py-bitvector/Makefile head/math/py-bitvector/distinfo Modified: head/math/py-bitvector/Makefile ============================================================================== --- head/math/py-bitvector/Makefile Tue Mar 28 08:29:37 2017 (r437101) +++ head/math/py-bitvector/Makefile Tue Mar 28 08:35:13 2017 (r437102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitvector -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.7 CATEGORIES= math python MASTER_SITES= https://engineering.purdue.edu/kak/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-bitvector/distinfo ============================================================================== --- head/math/py-bitvector/distinfo Tue Mar 28 08:29:37 2017 (r437101) +++ head/math/py-bitvector/distinfo Tue Mar 28 08:35:13 2017 (r437102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483596977 -SHA256 (BitVector-3.4.5.tar.gz) = fc19539b0c8d9dd221a6d48b226e58d4abcb3f385829b5c869f64e291cf9a959 -SIZE (BitVector-3.4.5.tar.gz) = 124046 +TIMESTAMP = 1490689937 +SHA256 (BitVector-3.4.7.tar.gz) = daedd1081ed7040684ca97f5749947ef7b86eaabae27e7a9b69bfd613d22751a +SIZE (BitVector-3.4.7.tar.gz) = 125013 From owner-svn-ports-all@freebsd.org Tue Mar 28 08:40:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 491BED21641; Tue, 28 Mar 2017 08:40:26 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1802A798; Tue, 28 Mar 2017 08:40:26 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S8ePQU070797; Tue, 28 Mar 2017 08:40:25 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S8ePxL070795; Tue, 28 Mar 2017 08:40:25 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201703280840.v2S8ePxL070795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Tue, 28 Mar 2017 08:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437103 - head/textproc/discount X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:40:26 -0000 Author: jlaffaye Date: Tue Mar 28 08:40:24 2017 New Revision: 437103 URL: https://svnweb.freebsd.org/changeset/ports/437103 Log: - Update to 2.2.2 [1], [2] - Add -fPIC to CFLAGS [1] PR: 216343 [1], 217970 [2] Submitted by: tphilipp@potion-studios.com [1], ehaupt [2] Modified: head/textproc/discount/Makefile head/textproc/discount/distinfo Modified: head/textproc/discount/Makefile ============================================================================== --- head/textproc/discount/Makefile Tue Mar 28 08:35:13 2017 (r437102) +++ head/textproc/discount/Makefile Tue Mar 28 08:40:24 2017 (r437103) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= discount -DISTVERSION= 2.1.6 -PORTREVISION= 1 +DISTVERSION= 2.2.2 CATEGORIES= textproc devel MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/discount/ \ LOCAL/jlaffaye @@ -45,6 +44,8 @@ EXTRA_CONFIGURE_ON= --with-dl=both --wit TAB8_CONFIGURE_ON= --with-tabstops=8 +CFLAGS+= -fPIC + SAMPLES_INSTALL_TARGET= install install.samples SAMPLES_PLIST_FILES= bin/makepage bin/mkd2html bin/theme \ man/man1/makepage.1.gz man/man1/mkd2html.1.gz \ Modified: head/textproc/discount/distinfo ============================================================================== --- head/textproc/discount/distinfo Tue Mar 28 08:35:13 2017 (r437102) +++ head/textproc/discount/distinfo Tue Mar 28 08:40:24 2017 (r437103) @@ -1,2 +1,3 @@ -SHA256 (discount-2.1.6.tar.bz2) = 702bb29e17e387f82e40fae062d5e4939bc6fb22dcf53e6109982a5faa110796 -SIZE (discount-2.1.6.tar.bz2) = 83823 +TIMESTAMP = 1490057858 +SHA256 (discount-2.2.2.tar.bz2) = ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64 +SIZE (discount-2.2.2.tar.bz2) = 89288 From owner-svn-ports-all@freebsd.org Tue Mar 28 09:01:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5993CD226CC; Tue, 28 Mar 2017 09:01:24 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2221AC58; Tue, 28 Mar 2017 09:01:24 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S91N69082955; Tue, 28 Mar 2017 09:01:23 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S91Nmr082954; Tue, 28 Mar 2017 09:01:23 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201703280901.v2S91Nmr082954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 28 Mar 2017 09:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437104 - in head/net/haproxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:01:24 -0000 Author: demon Date: Tue Mar 28 09:01:22 2017 New Revision: 437104 URL: https://svnweb.freebsd.org/changeset/ports/437104 Log: Update to version 1.7.4. Deleted: head/net/haproxy/files/patch-src-proto_tcp.c Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Tue Mar 28 08:40:24 2017 (r437103) +++ head/net/haproxy/Makefile Tue Mar 28 09:01:22 2017 (r437104) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.7.3 -PORTREVISION= 4 +PORTVERSION= 1.7.4 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Tue Mar 28 08:40:24 2017 (r437103) +++ head/net/haproxy/distinfo Tue Mar 28 09:01:22 2017 (r437104) @@ -1,5 +1,3 @@ -TIMESTAMP = 1490279135 -SHA256 (haproxy-1.7.3.tar.gz) = ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65 -SIZE (haproxy-1.7.3.tar.gz) = 1737006 -SHA256 (deviceatlas-enterprise-c-2.1.2_1.tgz) = 984e1ae3147459a4ed0a8d5053d83dd05ce8c5127cd3cb055be35a74e9217372 -SIZE (deviceatlas-enterprise-c-2.1.2_1.tgz) = 184432 +TIMESTAMP = 1490691625 +SHA256 (haproxy-1.7.4.tar.gz) = dc1e7621fd41a1c3ca5621975ca5ed4191469a144108f6c47d630ca8da835dbe +SIZE (haproxy-1.7.4.tar.gz) = 1741637 From owner-svn-ports-all@freebsd.org Tue Mar 28 09:02:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEB32D22707; Tue, 28 Mar 2017 09:02:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E202DB6; Tue, 28 Mar 2017 09:02:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S92233083106; Tue, 28 Mar 2017 09:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9225v083104; Tue, 28 Mar 2017 09:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703280902.v2S9225v083104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 09:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437105 - head/www/py-apachelog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:02:03 -0000 Author: amdmi3 Date: Tue Mar 28 09:02:02 2017 New Revision: 437105 URL: https://svnweb.freebsd.org/changeset/ports/437105 Log: - Add LICENSE - Fix fetch Modified: head/www/py-apachelog/Makefile head/www/py-apachelog/pkg-descr Modified: head/www/py-apachelog/Makefile ============================================================================== --- head/www/py-apachelog/Makefile Tue Mar 28 09:01:22 2017 (r437104) +++ head/www/py-apachelog/Makefile Tue Mar 28 09:02:02 2017 (r437105) @@ -5,16 +5,15 @@ PORTNAME= apachelog PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \ http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python access log parser -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= ART10 GPLv1+ # same as Perl +LICENSE_COMB= dual USES= python:2 USE_PYTHON= autoplist distutils Modified: head/www/py-apachelog/pkg-descr ============================================================================== --- head/www/py-apachelog/pkg-descr Tue Mar 28 09:01:22 2017 (r437104) +++ head/www/py-apachelog/pkg-descr Tue Mar 28 09:02:02 2017 (r437105) @@ -4,4 +4,4 @@ g (should work for other servers conform Create the parser with the log format from your server .conf file, parse lines to get dict corresponding to fields defined in the log format. -WWW: http://code.google.com/p/apachelog/ +WWW: https://code.google.com/archive/p/apachelog/ From owner-svn-ports-all@freebsd.org Tue Mar 28 09:05:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4CDD22863; Tue, 28 Mar 2017 09:05:40 +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 8C9A42D9; Tue, 28 Mar 2017 09:05:40 +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 v2S95d7i083472; Tue, 28 Mar 2017 09:05:39 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S95dXX083469; Tue, 28 Mar 2017 09:05:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703280905.v2S95dXX083469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 09:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437106 - in head/graphics: digikam-kde4 kipi-plugin-ipodexport/files kipi-plugins-kde4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:05:40 -0000 Author: rakuco Date: Tue Mar 28 09:05:39 2017 New Revision: 437106 URL: https://svnweb.freebsd.org/changeset/ports/437106 Log: Unbreak kipi-plugin-* after r436971. The kipi-plugin-* ports are all built from the same tarball, which is also used to build kipi-plugins-kde4 as well. Upstream does not expect this to happen, and refers to libkipiplugins.so as the "kipiplugins" target in CMake. Since we build everything separately, each plugin's build system code does not know this target, which results in -lkipiplugins (without -L/path/to) being passed to the linker instead of /path/to/libkipiplugins.so. Fix it by looking for libkipiplugins.so via CMake and using that result in each port. kipi-plugin-ipodexport needs an additional but similar fix, in that it should look for libgpod using CMake instead of using pkg-config's results directly, as the latter do not contain full paths. Reviewed by: tcberner Added: head/graphics/kipi-plugin-ipodexport/files/ head/graphics/kipi-plugin-ipodexport/files/patch-cmake_modules_FindIpod.cmake (contents, props changed) Modified: head/graphics/digikam-kde4/Makefile.common head/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Tue Mar 28 09:02:02 2017 (r437105) +++ head/graphics/digikam-kde4/Makefile.common Tue Mar 28 09:05:39 2017 (r437106) @@ -144,5 +144,20 @@ BUILD_WRKSRC= ${WRKSRC}/${${KIPI_PLUGIN} INSTALL_WRKSRC= ${BUILD_WRKSRC} ${KIPI_PLUGIN}_DIR?= ${KIPI_PLUGIN} + +.if ${KIPI_PLUGIN} != "libkipiplugins" +# Each plugin is built separately from the same tarball. The upstream build +# process expects a single build for all plugins, which includes building +# libkipiplugins itself. +# Adjust it (together with extrapatch-CMakeLists.txt in +# graphics/kipi-plugins-kde4) by actually looking for libkipiplugins with +# find_library() and linking against it instead of ending up just passing +# "-lkipiplugins" to the linker because of the way we build these ports. +post-patch: kipi-plugin-post-patch +kipi-plugin-post-patch: + ${FIND} ${BUILD_WRKSRC} -name CMakeLists.txt | ${XARGS} ${REINPLACE_CMD} -e \ + 's, kipiplugins, $${LIBKIPIPLUGINS_LIBRARIES},' \ + ${BUILD_WRKSRC}/CMakeLists.txt +.endif . endif # defined(KIPI_PLUGIN) .endif # !defined(NO_BUILD) Added: head/graphics/kipi-plugin-ipodexport/files/patch-cmake_modules_FindIpod.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kipi-plugin-ipodexport/files/patch-cmake_modules_FindIpod.cmake Tue Mar 28 09:05:39 2017 (r437106) @@ -0,0 +1,26 @@ +Always look for libgpod using CMake instead of just using the pkg-config call +directly, as the latter does not use full paths. +--- cmake/modules/FindIpod.cmake ++++ cmake/modules/FindIpod.cmake +@@ -14,12 +14,6 @@ if (IPOD_INCLUDE_DIRS AND IPOD_LIBRARIES) + SET(IPOD_FOUND TRUE) + + else (IPOD_INCLUDE_DIRS AND IPOD_LIBRARIES) +- if(NOT WIN32) +- # use pkg-config to get the directories and then use these values +- # in the FIND_PATH() and FIND_LIBRARY() calls +- find_package(PkgConfig) +- PKG_SEARCH_MODULE(IPOD libgpod-1.0) +- else(NOT WIN32) + find_path(IPOD_INCLUDE_DIRS + NAMES + gpod/itdb.h +@@ -32,7 +26,7 @@ else (IPOD_INCLUDE_DIRS AND IPOD_LIBRARIES) + if(IPOD_INCLUDE_DIRS AND IPOD_LIBRARIES) + set(IPOD_FOUND ON) + endif(IPOD_INCLUDE_DIRS AND IPOD_LIBRARIES) +- endif(NOT WIN32) ++ + IF (IPOD_FOUND) + IF (NOT IPOD_FIND_QUIETLY) + MESSAGE(STATUS "Found libgpod-1 ${IPOD_VERSION}") Modified: head/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt ============================================================================== --- head/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt Tue Mar 28 09:02:02 2017 (r437105) +++ head/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt Tue Mar 28 09:05:39 2017 (r437106) @@ -1,10 +1,15 @@ +The first hunk looks for libkipiplugins via CMake, as we split every kipi +plugin as well as the common code into separate ports. Not using CMake results +in "kipiplugins" in a target_link_libraries() call becoming a literal +-lkipiplugins being passed to the linker instead of /path/to/libkipiplugin.so. --- ./CMakeLists.txt.orig 2015-02-25 22:15:14.659030000 +0100 +++ ./CMakeLists.txt 2015-02-25 22:17:07.071209000 +0100 -@@ -356,7 +356,6 @@ +@@ -391,7 +391,7 @@ if(KIPI_FOUND) # Plugins which will be always compiled - add_subdirectory(common) ++ find_library(LIBKIPIPLUGINS_LIBRARIES kipiplugins) add_subdirectory(timeadjust) add_subdirectory(jpeglossless) add_subdirectory(rawconverter) From owner-svn-ports-all@freebsd.org Tue Mar 28 09:06:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B890D228BA; Tue, 28 Mar 2017 09:06:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C61561F; Tue, 28 Mar 2017 09:06:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DBE50BDC89; Tue, 28 Mar 2017 11:06:52 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id BFE3BBDC85; Tue, 28 Mar 2017 11:06:51 +0200 (CEST) Subject: Re: svn commit: r437059 - in head: . devel devel/buildbot-slave devel/buildbot-worker devel/buildbot-worker/files To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703271647.v2RGlvYv075824@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <666ce784-7085-e39b-1e19-187910397998@FreeBSD.org> Date: Tue, 28 Mar 2017 11:06:49 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703271647.v2RGlvYv075824@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Q7plhGgsGevmhkiaNHl8qUtJGl2iaxvhJ" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:06:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q7plhGgsGevmhkiaNHl8qUtJGl2iaxvhJ Content-Type: multipart/mixed; boundary="0Ir1Blk8x3JGg1nPQauROfl6Xo5NjUl38"; protected-headers="v1" From: Mathieu Arnold To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <666ce784-7085-e39b-1e19-187910397998@FreeBSD.org> Subject: Re: svn commit: r437059 - in head: . devel devel/buildbot-slave devel/buildbot-worker devel/buildbot-worker/files References: <201703271647.v2RGlvYv075824@repo.freebsd.org> In-Reply-To: <201703271647.v2RGlvYv075824@repo.freebsd.org> --0Ir1Blk8x3JGg1nPQauROfl6Xo5NjUl38 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 27/03/2017 =C3=A0 18:47, Michael Gmelin a =C3=A9crit : > Author: grembo > Date: Mon Mar 27 16:47:57 2017 > New Revision: 437059 > URL: https://svnweb.freebsd.org/changeset/ports/437059 > > Log: > Rename buildbot-slave to buildbot-worker, update to 0.9.4 > =20 Please back this out and redo it with doing a svn copy and not svn rm and svn add. > Added: > head/devel/buildbot-worker/ > head/devel/buildbot-worker/Makefile (contents, props changed) > head/devel/buildbot-worker/distinfo (contents, props changed) > head/devel/buildbot-worker/files/ > head/devel/buildbot-worker/files/buildbot-worker.in (contents, prop= s changed) > head/devel/buildbot-worker/files/patch-setup.py (contents, props ch= anged) > head/devel/buildbot-worker/pkg-descr (contents, props changed) > Deleted: > head/devel/buildbot-slave/ --=20 Mathieu Arnold --0Ir1Blk8x3JGg1nPQauROfl6Xo5NjUl38-- --Q7plhGgsGevmhkiaNHl8qUtJGl2iaxvhJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY2ieqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IuQwQALWSJhbFuDKRaFNwVkSxupoW TtELHutIK95BBsUMUBQV2IOSRC5lNdolRvijFemxO4Lz9LLnDEN0JrZwvkdWrNsr TJGnQsG8GZk83Muto0KXbp8w/3vQDUTWuLaaciRnWUr8fY/kIpZfqPuAqhFCGXUn u7x7XCxHAHtFFtlkWIA0kuAAloFzw5aykYfoGlgrtqDWyI1HyGH6xsI9PrkZKYgA GmXnIjAh+v5QYlRsLl2/m8zqyJdVuPC5edqAbkrWK3dSGKaua0yJwyckhQRjnlH+ aSOKgwYIyjZu/D1XZ3UAqxsj0STPxbVDM8IdLx9+AM1cBQ65BJxssv+kfREGex+6 Z8U/Und8ojsIOooV7jkppUxxoPdpgA1tyWW2TTvLgjEveohxZWlDFZOD1lcPuAR0 sGApuiu1PBgVpzNciH9kBR8pdrc8M92w286FifLKKH33DqQHax9ZQmLUCNx9j+wk Zl6gLs6hiDAIFWnJJEMl/eFRdydWHPZaPuxdUAFaP1FBCF00NTEIlZaY3HhKTtPC zPLeI5RA+plR52g/ZbyriYCPraazGxNLfcE2EuyjAIA+yENwV7sPwCqizi0r+TqV RsCDU6uXDkS5gnsY317bvDDQUSh8PnH0IE+pCKU6M9GW4ESYmClf07X9nMbS9Jsb TwvXfx12vWyUm3ZPuRKM =WoGo -----END PGP SIGNATURE----- --Q7plhGgsGevmhkiaNHl8qUtJGl2iaxvhJ-- From owner-svn-ports-all@freebsd.org Tue Mar 28 09:27:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59C26D22F05; Tue, 28 Mar 2017 09:27:48 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D2BE16E; Tue, 28 Mar 2017 09:27:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S9Rl7U092013; Tue, 28 Mar 2017 09:27:47 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9Rkab092010; Tue, 28 Mar 2017 09:27:46 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703280927.v2S9Rkab092010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 09:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437107 - head/lang/ceylon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:27:48 -0000 Author: lwhsu Date: Tue Mar 28 09:27:46 2017 New Revision: 437107 URL: https://svnweb.freebsd.org/changeset/ports/437107 Log: - Update to 1.3.2 - Release maintainership Modified: head/lang/ceylon/Makefile head/lang/ceylon/distinfo head/lang/ceylon/pkg-plist Modified: head/lang/ceylon/Makefile ============================================================================== --- head/lang/ceylon/Makefile Tue Mar 28 09:05:39 2017 (r437106) +++ head/lang/ceylon/Makefile Tue Mar 28 09:27:46 2017 (r437107) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ceylon -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= lang java MASTER_SITES= http://downloads.ceylon-lang.org/cli/ -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ceylon is a language for writing large programs in teams LICENSE= APACHE20 GPLv2 Modified: head/lang/ceylon/distinfo ============================================================================== --- head/lang/ceylon/distinfo Tue Mar 28 09:05:39 2017 (r437106) +++ head/lang/ceylon/distinfo Tue Mar 28 09:27:46 2017 (r437107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480579350 -SHA256 (ceylon-1.3.1.zip) = 3bbc58fd00ead7cc43bb49d54d11a95db9d6ead4799aecab108e290c3b890159 -SIZE (ceylon-1.3.1.zip) = 22494480 +TIMESTAMP = 1490689862 +SHA256 (ceylon-1.3.2.zip) = ec9a3f05a9a361eb1bb5817c5c3930417e8dcf0c46114dca841a5459af2f9c46 +SIZE (ceylon-1.3.2.zip) = 22774620 Modified: head/lang/ceylon/pkg-plist ============================================================================== --- head/lang/ceylon/pkg-plist Tue Mar 28 09:05:39 2017 (r437106) +++ head/lang/ceylon/pkg-plist Tue Mar 28 09:27:46 2017 (r437107) @@ -1,6 +1,7 @@ bin/ceylon bin/ceylon-sh-setup man/man1/ceylon-ant-task-doc.1.gz +man/man1/ceylon-assemble.1.gz man/man1/ceylon-bash-completion.1.gz man/man1/ceylon-bootstrap.1.gz man/man1/ceylon-browse.1.gz @@ -16,6 +17,7 @@ man/man1/ceylon-help.1.gz man/man1/ceylon-import-jar.1.gz man/man1/ceylon-info.1.gz man/man1/ceylon-jigsaw.1.gz +man/man1/ceylon-maven-export.1.gz man/man1/ceylon-new.1.gz man/man1/ceylon-p2.1.gz man/man1/ceylon-plugin.1.gz From owner-svn-ports-all@freebsd.org Tue Mar 28 09:29:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28998D22F77; Tue, 28 Mar 2017 09:29:38 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B93C12DF; Tue, 28 Mar 2017 09:29:37 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S9TaDH092271; Tue, 28 Mar 2017 09:29:36 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9TalH092268; Tue, 28 Mar 2017 09:29:36 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703280929.v2S9TalH092268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Mar 2017 09:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437108 - in head/net/opensips: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:29:38 -0000 Author: robak Date: Tue Mar 28 09:29:36 2017 New Revision: 437108 URL: https://svnweb.freebsd.org/changeset/ports/437108 Log: net/opensips: update 2.1.4 -> 2.2.3 PR: 217652 Submitted by: sobomax Approved by: maintainer timeout (2 weeks) Modified: head/net/opensips/Makefile head/net/opensips/distinfo head/net/opensips/files/Makefile.conf head/net/opensips/pkg-plist Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Tue Mar 28 09:27:46 2017 (r437107) +++ head/net/opensips/Makefile Tue Mar 28 09:29:36 2017 (r437108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opensips -PORTVERSION= 2.1.4 -PORTREVISION= 2 +PORTVERSION= 2.2.3 CATEGORIES= net MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ @@ -47,7 +46,8 @@ USE_GCC= yes NOPRECIOUSMAKEVARS= yes -OPTIONS_DEFINE= DEBUG DOCS EXAMPLES GEOIP HTTP LDAP MEMCACHED MYSQL PGSQL RADIUS TESTS TLS UNIXODBC +OPTIONS_DEFINE= DEBUG DOCS EXAMPLES GEOIP HTTP LDAP MEMCACHED MYSQL \ + PGSQL RADIUS TESTS TLS UNIXODBC SQLITE OPTIONS_DEFAULT= GEOIP HTTP LDAP MEMCACHED PGSQL RADIUS TLS OPTIONS_SUB= yes @@ -66,27 +66,50 @@ HTTP_LIB_DEPENDS+= libmicrohttpd.so:www/ GEOIP_LIB_DEPENDS+= libGeoIP.so:net/GeoIP MEMCACHED_LIB_DEPENDS+= libmemcached.so:databases/libmemcached UNIXODBC_LIB_DEPENDS+= libodbc.so:databases/unixODBC +SQLITE_LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 -SHEBANG_FILES= scripts/osipsconsole \ +SHEBANG_FILES= ccopts.sh \ + ccver.sh \ + examples/ctd.sh \ modules/jabber/doc/jabberreg.pl \ + modules/seas/doc/xml2sgml.sh \ modules/sipcapture/examples/partrotate_unixtimestamp.pl \ + packaging/debian/common/rules \ + packaging/freebsd/files/pkg-deinstall.in \ + packaging/freebsd/files/pkg-install.in \ + packaging/gentoo/opensips.init \ + packaging/redhat_fedora/opensips.init \ + packaging/redhat_fedora/opensips.m4cfg \ + packaging/rpm/opensips.init \ + packaging/solaris/berkeley-postinstall \ + packaging/solaris/berkeley-preinstall \ + packaging/solaris/carrierroute-postinstall \ + packaging/solaris/carrierroute-preinstall \ + packaging/solaris/identity-postinstall \ + packaging/solaris/identity-preinstall \ + packaging/solaris/ldap-postinstall \ + packaging/solaris/ldap-preinstall \ + packaging/solaris/mmgeoip-preinstall \ + packaging/solaris/mysql-postinstall \ + packaging/solaris/mysql-preinstall \ + packaging/solaris/pgsql-postinstall \ + packaging/solaris/pgsql-preinstall \ + packaging/solaris/regex-postinstall \ + packaging/solaris/regex-preinstall \ + packaging/solaris/snmp-postinstall \ + packaging/solaris/snmp-preinstall \ + packaging/solaris/xmlrpc-postinstall \ + packaging/solaris/xmlrpc-preinstall \ scripts/dbtextdb/__init__.py \ scripts/dbtextdb/dbtextdb.py \ scripts/dbtextdb/dbtextdb_test.py \ - packaging/fedora/opensips.m4cfg \ - packaging/fedora/opensips.init \ - packaging/rpm/opensips.init \ - modules/seas/doc/xml2sgml.sh \ - utils/fifo_relay/fifo_server.php \ + scripts/opensipsctl \ + scripts/opensipsctl.oracle \ + scripts/opensipsdbctl \ + scripts/opensipsdbctl.oracle \ + scripts/opensipsdbfunc.oracle \ + scripts/osipsconsole \ test/1.sh \ - test/2.sh \ - test/3.sh \ - test/4.sh \ - test/5.sh \ - test/6.sh \ - test/7.sh \ - test/8.sh \ - test/9.sh \ test/10.sh \ test/11.sh \ test/12.sh \ @@ -97,7 +120,7 @@ SHEBANG_FILES= scripts/osipsconsole \ test/17.sh \ test/18.sh \ test/19.sh \ - test/20.sh \ + test/2.sh \ test/21.sh \ test/22.sh \ test/23.sh \ @@ -107,12 +130,21 @@ SHEBANG_FILES= scripts/osipsconsole \ test/27.sh \ test/28.sh \ test/29.sh \ + test/3.sh \ test/30.sh \ test/31.sh \ test/32.sh \ test/33.sh \ test/34.sh \ - test/35.sh + test/35.sh \ + test/4.sh \ + test/5.sh \ + test/6.sh \ + test/7.sh \ + test/8.sh \ + test/9.sh \ + utils/fifo_relay/fifo_server.php \ + utils/profile/launch.sh .include @@ -152,6 +184,10 @@ EXTRA_MODULES+= db_unixodbc EXTRA_MODULES+= proto_tls .endif +.if ${PORT_OPTIONS:MSQLITE} +EXTRA_MODULES+= db_sqlite +.endif + OPENSIPS_MAKE_ENV= CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" do-configure: @@ -219,7 +255,7 @@ post-install-RADIUS-on: sms.so speeddial.so sst.so statistics.so stun.so textops.so tlsops.so tm.so uac.so \ uac_auth.so uac_redirect.so uac_registrant.so uri.so userblacklist.so usrloc.so \ xcap.so xcap_client.so xmpp.so topology_hiding.so fraud_detection.so rtpengine.so \ - proto_ws.so proto_tls.so cachedb_redis.so + proto_ws.so proto_tls.so cachedb_redis.so db_sqlite.so @if [ -e ${STAGEDIR}${PREFIX}/lib/opensips/modules/${i} ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/opensips/modules/${i}; \ fi Modified: head/net/opensips/distinfo ============================================================================== --- head/net/opensips/distinfo Tue Mar 28 09:27:46 2017 (r437107) +++ head/net/opensips/distinfo Tue Mar 28 09:29:36 2017 (r437108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469093705 -SHA256 (opensips-2.1.4.tar.gz) = cb5d4615754a9bffd91c0f5f1fb25f0a18db1fff0a8110042d244ae6cdd6f935 -SIZE (opensips-2.1.4.tar.gz) = 4784463 +TIMESTAMP = 1488823435 +SHA256 (opensips-2.2.3.tar.gz) = ccf540f7aae4335a8319b83f6cb87b562e665991fe1c2adc4e8eb4d4f3042dd7 +SIZE (opensips-2.2.3.tar.gz) = 9111509 Modified: head/net/opensips/files/Makefile.conf ============================================================================== --- head/net/opensips/files/Makefile.conf Tue Mar 28 09:27:46 2017 (r437107) +++ head/net/opensips/files/Makefile.conf Tue Mar 28 09:29:36 2017 (r437108) @@ -52,7 +52,7 @@ #xcap_client= XCAP client for OpenSIPS.It fetches XCAP elements, either documents or part of them, by sending HTTP GET requests | libxml-dev and libcurl-dev #xmpp= Gateway between OpenSIPS and a jabber server. It enables the exchange of IMs between SIP clients and XMPP(jabber) clients. | parsing/building XML files, tipically libexpat1-devel -exclude_modules= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute compression cpl-c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_unixodbc dialplan emergency event_rabbitmq h350 regex identity jabber json ldap lua httpd mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls sngtc snmpstats xcap xcap_client xmpp +exclude_modules= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute compression cpl-c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_unixodbc dialplan emergency event_rabbitmq h350 regex identity jabber json ldap lua httpd mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls sngtc snmpstats xcap xcap_client xmpp db_sqlite include_modules= b2b_logic cachedb_redis carrierroute cpl-c dialplan event_rabbitmq regex identity jabber json mi_xmlrpc_ng perl pi_http presence presence_dialoginfo presence_mwi presence_xml pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls xcap xcap_client xmpp Modified: head/net/opensips/pkg-plist ============================================================================== --- head/net/opensips/pkg-plist Tue Mar 28 09:27:46 2017 (r437107) +++ head/net/opensips/pkg-plist Tue Mar 28 09:29:36 2017 (r437108) @@ -1,7 +1,21 @@ +%%RADIUS%%@sample %%ETCDIR%%/dictionary.opensips.sample @sample %%ETCDIR%%/opensips.cfg.sample @sample %%ETCDIR%%/opensipsctlrc.sample @sample %%ETCDIR%%/osipsconsolerc.sample -%%RADIUS%%@sample %%ETCDIR%%/dictionary.opensips.sample +%%TLS%%%%ETCDIR%%/tls/README +%%TLS%%%%ETCDIR%%/tls/ca.conf +%%TLS%%%%ETCDIR%%/tls/request.conf +%%TLS%%%%ETCDIR%%/tls/rootCA/cacert.pem +%%TLS%%%%ETCDIR%%/tls/rootCA/certs/01.pem +%%TLS%%%%ETCDIR%%/tls/rootCA/index.txt +%%TLS%%%%ETCDIR%%/tls/rootCA/private/cakey.pem +%%TLS%%%%ETCDIR%%/tls/rootCA/serial +%%TLS%%%%ETCDIR%%/tls/user.conf +%%TLS%%%%ETCDIR%%/tls/user/user-calist.pem +%%TLS%%%%ETCDIR%%/tls/user/user-cert.pem +%%TLS%%%%ETCDIR%%/tls/user/user-cert_req.pem +%%TLS%%%%ETCDIR%%/tls/user/user-privkey.pem +%%RADIUS%%lib/opensips/modules/aaa_radius.so lib/opensips/modules/acc.so lib/opensips/modules/alias_db.so lib/opensips/modules/auth.so @@ -13,16 +27,22 @@ lib/opensips/modules/b2b_logic.so lib/opensips/modules/b2b_sca.so lib/opensips/modules/benchmark.so lib/opensips/modules/cachedb_local.so -lib/opensips/modules/cachedb_sql.so +%%MEMCACHED%%lib/opensips/modules/cachedb_memcached.so lib/opensips/modules/cachedb_redis.so +lib/opensips/modules/cachedb_sql.so lib/opensips/modules/call_center.so lib/opensips/modules/call_control.so lib/opensips/modules/carrierroute.so lib/opensips/modules/cfgutils.so -lib/opensips/modules/cpl-c.so +lib/opensips/modules/clusterer.so +lib/opensips/modules/cpl_c.so lib/opensips/modules/db_cachedb.so lib/opensips/modules/db_flatstore.so +%%MYSQL%%lib/opensips/modules/db_mysql.so +%%PGSQL%%lib/opensips/modules/db_postgres.so +%%SQLITE%%lib/opensips/modules/db_sqlite.so lib/opensips/modules/db_text.so +%%UNIXODBC%%lib/opensips/modules/db_unixodbc.so lib/opensips/modules/db_virtual.so lib/opensips/modules/dialog.so lib/opensips/modules/dialplan.so @@ -34,17 +54,22 @@ lib/opensips/modules/domainpolicy.so lib/opensips/modules/drouting.so lib/opensips/modules/enum.so lib/opensips/modules/event_datagram.so +lib/opensips/modules/event_flatstore.so lib/opensips/modules/event_rabbitmq.so lib/opensips/modules/event_route.so +lib/opensips/modules/event_virtual.so lib/opensips/modules/event_xmlrpc.so lib/opensips/modules/exec.so lib/opensips/modules/fraud_detection.so lib/opensips/modules/gflags.so lib/opensips/modules/group.so +%%LDAP%%lib/opensips/modules/h350.so +%%HTTP%%lib/opensips/modules/httpd.so lib/opensips/modules/identity.so lib/opensips/modules/imc.so lib/opensips/modules/jabber.so lib/opensips/modules/json.so +%%LDAP%%lib/opensips/modules/ldap.so lib/opensips/modules/load_balancer.so lib/opensips/modules/mangler.so lib/opensips/modules/mathops.so @@ -55,12 +80,12 @@ lib/opensips/modules/mi_fifo.so lib/opensips/modules/mi_http.so lib/opensips/modules/mi_json.so lib/opensips/modules/mi_xmlrpc_ng.so +%%GEOIP%%lib/opensips/modules/mmgeoip.so lib/opensips/modules/msilo.so lib/opensips/modules/nat_traversal.so lib/opensips/modules/nathelper.so lib/opensips/modules/options.so lib/opensips/modules/path.so -lib/opensips/modules/pdt.so lib/opensips/modules/peering.so lib/opensips/modules/perl.so lib/opensips/modules/permissions.so @@ -72,7 +97,11 @@ lib/opensips/modules/presence_dialoginfo lib/opensips/modules/presence_mwi.so lib/opensips/modules/presence_xcapdiff.so lib/opensips/modules/presence_xml.so +lib/opensips/modules/proto_bin.so +lib/opensips/modules/proto_hep.so +%%TLS%%lib/opensips/modules/proto_tls.so lib/opensips/modules/proto_ws.so +lib/opensips/modules/proto_wss.so lib/opensips/modules/pua.so lib/opensips/modules/pua_bla.so lib/opensips/modules/pua_dialoginfo.so @@ -98,10 +127,12 @@ lib/opensips/modules/siptrace.so lib/opensips/modules/sl.so lib/opensips/modules/sms.so lib/opensips/modules/speeddial.so +lib/opensips/modules/sql_cacher.so lib/opensips/modules/sst.so lib/opensips/modules/statistics.so lib/opensips/modules/stun.so lib/opensips/modules/textops.so +lib/opensips/modules/tls_mgm.so lib/opensips/modules/tm.so lib/opensips/modules/topology_hiding.so lib/opensips/modules/uac.so @@ -114,29 +145,21 @@ lib/opensips/modules/usrloc.so lib/opensips/modules/xcap.so lib/opensips/modules/xcap_client.so lib/opensips/modules/xmpp.so -%%GEOIP%%lib/opensips/modules/mmgeoip.so -%%HTTP%%lib/opensips/modules/httpd.so -%%LDAP%%lib/opensips/modules/h350.so -%%LDAP%%lib/opensips/modules/ldap.so -%%MEMCACHED%%lib/opensips/modules/cachedb_memcached.so -%%MYSQL%%lib/opensips/modules/db_mysql.so -%%MYSQL%%lib/opensips/opensipsctl/opensipsctl.mysql -%%MYSQL%%lib/opensips/opensipsctl/opensipsdbctl.mysql -%%PGSQL%%lib/opensips/modules/db_postgres.so -%%PGSQL%%lib/opensips/opensipsctl/opensipsctl.pgsql -%%PGSQL%%lib/opensips/opensipsctl/opensipsdbctl.pgsql -%%RADIUS%%lib/opensips/modules/aaa_radius.so -%%UNIXODBC%%lib/opensips/modules/db_unixodbc.so -%%TLS%%lib/opensips/modules/proto_tls.so lib/opensips/opensipsctl/dbtextdb/dbtextdb.py lib/opensips/opensipsctl/opensipsctl.base lib/opensips/opensipsctl/opensipsctl.ctlbase lib/opensips/opensipsctl/opensipsctl.dbtext lib/opensips/opensipsctl/opensipsctl.fifo +%%MYSQL%%lib/opensips/opensipsctl/opensipsctl.mysql +%%PGSQL%%lib/opensips/opensipsctl/opensipsctl.pgsql lib/opensips/opensipsctl/opensipsctl.sqlbase +%%SQLITE%%lib/opensips/opensipsctl/opensipsctl.sqlite lib/opensips/opensipsctl/opensipsctl.unixsock lib/opensips/opensipsctl/opensipsdbctl.base lib/opensips/opensipsctl/opensipsdbctl.dbtext +%%MYSQL%%lib/opensips/opensipsctl/opensipsdbctl.mysql +%%PGSQL%%lib/opensips/opensipsctl/opensipsdbctl.pgsql +%%SQLITE%%lib/opensips/opensipsctl/opensipsdbctl.sqlite lib/opensips/perl/OpenSIPS.pm lib/opensips/perl/OpenSIPS/Constants.pm lib/opensips/perl/OpenSIPS/LDAPUtils/LDAPConf.pm @@ -172,6 +195,7 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-MODULES +%%RADIUS%%%%PORTDOCS%%%%DOCSDIR%%/README.aaa_radius %%PORTDOCS%%%%DOCSDIR%%/README.acc %%PORTDOCS%%%%DOCSDIR%%/README.alias_db %%PORTDOCS%%%%DOCSDIR%%/README.auth @@ -183,16 +207,22 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.b2b_sca %%PORTDOCS%%%%DOCSDIR%%/README.benchmark %%PORTDOCS%%%%DOCSDIR%%/README.cachedb_local -%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_sql +%%MEMCACHED%%%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_memcached %%PORTDOCS%%%%DOCSDIR%%/README.cachedb_redis +%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_sql %%PORTDOCS%%%%DOCSDIR%%/README.call_center %%PORTDOCS%%%%DOCSDIR%%/README.call_control %%PORTDOCS%%%%DOCSDIR%%/README.carrierroute %%PORTDOCS%%%%DOCSDIR%%/README.cfgutils -%%PORTDOCS%%%%DOCSDIR%%/README.cpl-c +%%PORTDOCS%%%%DOCSDIR%%/README.clusterer +%%PORTDOCS%%%%DOCSDIR%%/README.cpl_c %%PORTDOCS%%%%DOCSDIR%%/README.db_cachedb %%PORTDOCS%%%%DOCSDIR%%/README.db_flatstore +%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_mysql +%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_postgres +%%SQLITE%%%%PORTDOCS%%%%DOCSDIR%%/README.db_sqlite %%PORTDOCS%%%%DOCSDIR%%/README.db_text +%%UNIXODBC%%%%PORTDOCS%%%%DOCSDIR%%/README.db_unixodbc %%PORTDOCS%%%%DOCSDIR%%/README.db_virtual %%PORTDOCS%%%%DOCSDIR%%/README.dialog %%PORTDOCS%%%%DOCSDIR%%/README.dialplan @@ -204,17 +234,22 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.drouting %%PORTDOCS%%%%DOCSDIR%%/README.enum %%PORTDOCS%%%%DOCSDIR%%/README.event_datagram +%%PORTDOCS%%%%DOCSDIR%%/README.event_flatstore %%PORTDOCS%%%%DOCSDIR%%/README.event_rabbitmq %%PORTDOCS%%%%DOCSDIR%%/README.event_route +%%PORTDOCS%%%%DOCSDIR%%/README.event_virtual %%PORTDOCS%%%%DOCSDIR%%/README.event_xmlrpc %%PORTDOCS%%%%DOCSDIR%%/README.exec %%PORTDOCS%%%%DOCSDIR%%/README.fraud_detection %%PORTDOCS%%%%DOCSDIR%%/README.gflags %%PORTDOCS%%%%DOCSDIR%%/README.group +%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.h350 +%%HTTP%%%%PORTDOCS%%%%DOCSDIR%%/README.httpd %%PORTDOCS%%%%DOCSDIR%%/README.identity %%PORTDOCS%%%%DOCSDIR%%/README.imc %%PORTDOCS%%%%DOCSDIR%%/README.jabber %%PORTDOCS%%%%DOCSDIR%%/README.json +%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.ldap %%PORTDOCS%%%%DOCSDIR%%/README.load_balancer %%PORTDOCS%%%%DOCSDIR%%/README.mangler %%PORTDOCS%%%%DOCSDIR%%/README.mathops @@ -225,12 +260,12 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.mi_http %%PORTDOCS%%%%DOCSDIR%%/README.mi_json %%PORTDOCS%%%%DOCSDIR%%/README.mi_xmlrpc_ng +%%GEOIP%%%%PORTDOCS%%%%DOCSDIR%%/README.mmgeoip %%PORTDOCS%%%%DOCSDIR%%/README.msilo %%PORTDOCS%%%%DOCSDIR%%/README.nat_traversal %%PORTDOCS%%%%DOCSDIR%%/README.nathelper %%PORTDOCS%%%%DOCSDIR%%/README.options %%PORTDOCS%%%%DOCSDIR%%/README.path -%%PORTDOCS%%%%DOCSDIR%%/README.pdt %%PORTDOCS%%%%DOCSDIR%%/README.peering %%PORTDOCS%%%%DOCSDIR%%/README.perl %%PORTDOCS%%%%DOCSDIR%%/README.permissions @@ -242,7 +277,11 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.presence_mwi %%PORTDOCS%%%%DOCSDIR%%/README.presence_xcapdiff %%PORTDOCS%%%%DOCSDIR%%/README.presence_xml +%%PORTDOCS%%%%DOCSDIR%%/README.proto_bin +%%PORTDOCS%%%%DOCSDIR%%/README.proto_hep +%%TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.proto_tls %%PORTDOCS%%%%DOCSDIR%%/README.proto_ws +%%PORTDOCS%%%%DOCSDIR%%/README.proto_wss %%PORTDOCS%%%%DOCSDIR%%/README.pua %%PORTDOCS%%%%DOCSDIR%%/README.pua_bla %%PORTDOCS%%%%DOCSDIR%%/README.pua_dialoginfo @@ -268,10 +307,12 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.sl %%PORTDOCS%%%%DOCSDIR%%/README.sms %%PORTDOCS%%%%DOCSDIR%%/README.speeddial +%%PORTDOCS%%%%DOCSDIR%%/README.sql_cacher %%PORTDOCS%%%%DOCSDIR%%/README.sst %%PORTDOCS%%%%DOCSDIR%%/README.statistics %%PORTDOCS%%%%DOCSDIR%%/README.stun %%PORTDOCS%%%%DOCSDIR%%/README.textops +%%PORTDOCS%%%%DOCSDIR%%/README.tls_mgm %%PORTDOCS%%%%DOCSDIR%%/README.tm %%PORTDOCS%%%%DOCSDIR%%/README.topology_hiding %%PORTDOCS%%%%DOCSDIR%%/README.uac @@ -284,16 +325,31 @@ sbin/osipsconsole %%PORTDOCS%%%%DOCSDIR%%/README.xcap %%PORTDOCS%%%%DOCSDIR%%/README.xcap_client %%PORTDOCS%%%%DOCSDIR%%/README.xmpp -%%GEOIP%%%%PORTDOCS%%%%DOCSDIR%%/README.mmgeoip -%%HTTP%%%%PORTDOCS%%%%DOCSDIR%%/README.httpd -%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.h350 -%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.ldap -%%MEMCACHED%%%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_memcached -%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_mysql -%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_postgres -%%RADIUS%%%%PORTDOCS%%%%DOCSDIR%%/README.aaa_radius -%%UNIXODBC%%%%PORTDOCS%%%%DOCSDIR%%/README.db_unixodbc -%%TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.proto_tls +%%EXAMPLES%%share/examples/opensips/acc-mysql.cfg +%%EXAMPLES%%share/examples/opensips/acc.cfg +%%EXAMPLES%%share/examples/opensips/ctd.sh +%%EXAMPLES%%share/examples/opensips/exec_s3.cfg +%%EXAMPLES%%share/examples/opensips/exec_s4.cfg +%%EXAMPLES%%share/examples/opensips/exec_s5.cfg +%%EXAMPLES%%share/examples/opensips/flag_reply.cfg +%%EXAMPLES%%share/examples/opensips/fork.cfg +%%HTTP%%%%EXAMPLES%%share/examples/opensips/httpd.cfg +%%EXAMPLES%%share/examples/opensips/logging.cfg +%%EXAMPLES%%share/examples/opensips/msilo.cfg +%%EXAMPLES%%share/examples/opensips/nathelper.cfg +%%EXAMPLES%%share/examples/opensips/pi_framework.xml +%%EXAMPLES%%share/examples/opensips/pstn.cfg +%%EXAMPLES%%share/examples/opensips/redirect.cfg +%%EXAMPLES%%share/examples/opensips/replicate.cfg +%%EXAMPLES%%share/examples/opensips/serial_183.cfg +%%EXAMPLES%%share/examples/opensips/web_im/README +%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.html +%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.php +%%EXAMPLES%%share/examples/opensips/web_im/send_im.html +%%EXAMPLES%%share/examples/opensips/web_im/send_im.php +@comment share/licenses/opensips-2.2.3/GPLv2 +@comment share/licenses/opensips-2.2.3/LICENSE +@comment share/licenses/opensips-2.2.3/catalog.mk %%DATADIR%%/dbtext/opensips/acc %%DATADIR%%/dbtext/opensips/active_watchers %%DATADIR%%/dbtext/opensips/address @@ -309,6 +365,7 @@ sbin/osipsconsole %%DATADIR%%/dbtext/opensips/cc_cdrs %%DATADIR%%/dbtext/opensips/cc_flows %%DATADIR%%/dbtext/opensips/closeddial +%%DATADIR%%/dbtext/opensips/clusterer %%DATADIR%%/dbtext/opensips/cpl %%DATADIR%%/dbtext/opensips/dbaliases %%DATADIR%%/dbtext/opensips/dialog @@ -319,7 +376,12 @@ sbin/osipsconsole %%DATADIR%%/dbtext/opensips/dr_carriers %%DATADIR%%/dbtext/opensips/dr_gateways %%DATADIR%%/dbtext/opensips/dr_groups +%%DATADIR%%/dbtext/opensips/dr_partitions %%DATADIR%%/dbtext/opensips/dr_rules +%%DATADIR%%/dbtext/opensips/emergency_report +%%DATADIR%%/dbtext/opensips/emergency_routing +%%DATADIR%%/dbtext/opensips/emergency_service_provider +%%DATADIR%%/dbtext/opensips/fraud_detection %%DATADIR%%/dbtext/opensips/globalblacklist %%DATADIR%%/dbtext/opensips/grp %%DATADIR%%/dbtext/opensips/imc_members @@ -327,7 +389,6 @@ sbin/osipsconsole %%DATADIR%%/dbtext/opensips/load_balancer %%DATADIR%%/dbtext/opensips/location %%DATADIR%%/dbtext/opensips/missed_calls -%%DATADIR%%/dbtext/opensips/pdt %%DATADIR%%/dbtext/opensips/presentity %%DATADIR%%/dbtext/opensips/pua %%DATADIR%%/dbtext/opensips/re_grp @@ -340,6 +401,7 @@ sbin/osipsconsole %%DATADIR%%/dbtext/opensips/sip_trace %%DATADIR%%/dbtext/opensips/speed_dial %%DATADIR%%/dbtext/opensips/subscriber +%%DATADIR%%/dbtext/opensips/tls_mgm %%DATADIR%%/dbtext/opensips/uri %%DATADIR%%/dbtext/opensips/userblacklist %%DATADIR%%/dbtext/opensips/usr_preferences @@ -358,6 +420,43 @@ sbin/osipsconsole %%DATADIR%%/menuconfig_templates/opensips_trunking.m4-e %%DATADIR%%/menuconfig_templates/opensips_trunking_def.m4 %%DATADIR%%/menuconfig_templates/opensips_trunking_def.m4-e +%%MYSQL%%%%DATADIR%%/mysql/acc-create.sql +%%MYSQL%%%%DATADIR%%/mysql/alias_db-create.sql +%%MYSQL%%%%DATADIR%%/mysql/auth_db-create.sql +%%MYSQL%%%%DATADIR%%/mysql/avpops-create.sql +%%MYSQL%%%%DATADIR%%/mysql/b2b-create.sql +%%MYSQL%%%%DATADIR%%/mysql/b2b_sca-create.sql +%%MYSQL%%%%DATADIR%%/mysql/cachedb_sql-create.sql +%%MYSQL%%%%DATADIR%%/mysql/call_center-create.sql +%%MYSQL%%%%DATADIR%%/mysql/carrierroute-create.sql +%%MYSQL%%%%DATADIR%%/mysql/closeddial-create.sql +%%MYSQL%%%%DATADIR%%/mysql/clusterer-create.sql +%%MYSQL%%%%DATADIR%%/mysql/cpl-create.sql +%%MYSQL%%%%DATADIR%%/mysql/dialog-create.sql +%%MYSQL%%%%DATADIR%%/mysql/dialplan-create.sql +%%MYSQL%%%%DATADIR%%/mysql/dispatcher-create.sql +%%MYSQL%%%%DATADIR%%/mysql/domain-create.sql +%%MYSQL%%%%DATADIR%%/mysql/domainpolicy-create.sql +%%MYSQL%%%%DATADIR%%/mysql/drouting-create.sql +%%MYSQL%%%%DATADIR%%/mysql/emergency-create.sql +%%MYSQL%%%%DATADIR%%/mysql/fraud_detection-create.sql +%%MYSQL%%%%DATADIR%%/mysql/group-create.sql +%%MYSQL%%%%DATADIR%%/mysql/imc-create.sql +%%MYSQL%%%%DATADIR%%/mysql/load_balancer-create.sql +%%MYSQL%%%%DATADIR%%/mysql/msilo-create.sql +%%MYSQL%%%%DATADIR%%/mysql/permissions-create.sql +%%MYSQL%%%%DATADIR%%/mysql/presence-create.sql +%%MYSQL%%%%DATADIR%%/mysql/registrant-create.sql +%%MYSQL%%%%DATADIR%%/mysql/registrar-create.sql +%%MYSQL%%%%DATADIR%%/mysql/rls-create.sql +%%MYSQL%%%%DATADIR%%/mysql/rtpproxy-create.sql +%%MYSQL%%%%DATADIR%%/mysql/siptrace-create.sql +%%MYSQL%%%%DATADIR%%/mysql/speeddial-create.sql +%%MYSQL%%%%DATADIR%%/mysql/standard-create.sql +%%MYSQL%%%%DATADIR%%/mysql/tls_mgm-create.sql +%%MYSQL%%%%DATADIR%%/mysql/uri_db-create.sql +%%MYSQL%%%%DATADIR%%/mysql/userblacklist-create.sql +%%MYSQL%%%%DATADIR%%/mysql/usrloc-create.sql %%DATADIR%%/pi_http/acc-mod %%DATADIR%%/pi_http/acc-table %%DATADIR%%/pi_http/alias_db-mod @@ -378,6 +477,8 @@ sbin/osipsconsole %%DATADIR%%/pi_http/carrierroute-table %%DATADIR%%/pi_http/closeddial-mod %%DATADIR%%/pi_http/closeddial-table +%%DATADIR%%/pi_http/clusterer-mod +%%DATADIR%%/pi_http/clusterer-table %%DATADIR%%/pi_http/cpl-mod %%DATADIR%%/pi_http/cpl-table %%DATADIR%%/pi_http/dialog-mod @@ -392,6 +493,10 @@ sbin/osipsconsole %%DATADIR%%/pi_http/domainpolicy-table %%DATADIR%%/pi_http/drouting-mod %%DATADIR%%/pi_http/drouting-table +%%DATADIR%%/pi_http/emergency-mod +%%DATADIR%%/pi_http/emergency-table +%%DATADIR%%/pi_http/fraud_detection-mod +%%DATADIR%%/pi_http/fraud_detection-table %%DATADIR%%/pi_http/group-mod %%DATADIR%%/pi_http/group-table %%DATADIR%%/pi_http/imc-mod @@ -400,8 +505,6 @@ sbin/osipsconsole %%DATADIR%%/pi_http/load_balancer-table %%DATADIR%%/pi_http/msilo-mod %%DATADIR%%/pi_http/msilo-table -%%DATADIR%%/pi_http/pdt-mod -%%DATADIR%%/pi_http/pdt-table %%DATADIR%%/pi_http/permissions-mod %%DATADIR%%/pi_http/permissions-table %%DATADIR%%/pi_http/pi_framework-00 @@ -425,81 +528,88 @@ sbin/osipsconsole %%DATADIR%%/pi_http/speeddial-table %%DATADIR%%/pi_http/standard-mod %%DATADIR%%/pi_http/standard-table +%%DATADIR%%/pi_http/tls_mgm-mod +%%DATADIR%%/pi_http/tls_mgm-table %%DATADIR%%/pi_http/uri_db-mod %%DATADIR%%/pi_http/uri_db-table %%DATADIR%%/pi_http/userblacklist-mod %%DATADIR%%/pi_http/userblacklist-table %%DATADIR%%/pi_http/usrloc-mod %%DATADIR%%/pi_http/usrloc-table -%%MYSQL%%%%DATADIR%%/mysql/emergency-create.sql -%%MYSQL%%share/opensips/mysql/acc-create.sql -%%MYSQL%%share/opensips/mysql/alias_db-create.sql -%%MYSQL%%share/opensips/mysql/auth_db-create.sql -%%MYSQL%%share/opensips/mysql/avpops-create.sql -%%MYSQL%%share/opensips/mysql/b2b-create.sql -%%MYSQL%%share/opensips/mysql/b2b_sca-create.sql -%%MYSQL%%share/opensips/mysql/cachedb_sql-create.sql -%%MYSQL%%share/opensips/mysql/call_center-create.sql -%%MYSQL%%share/opensips/mysql/carrierroute-create.sql -%%MYSQL%%share/opensips/mysql/closeddial-create.sql -%%MYSQL%%share/opensips/mysql/cpl-create.sql -%%MYSQL%%share/opensips/mysql/dialog-create.sql -%%MYSQL%%share/opensips/mysql/dialplan-create.sql -%%MYSQL%%share/opensips/mysql/dispatcher-create.sql -%%MYSQL%%share/opensips/mysql/domain-create.sql -%%MYSQL%%share/opensips/mysql/domainpolicy-create.sql -%%MYSQL%%share/opensips/mysql/drouting-create.sql -%%MYSQL%%share/opensips/mysql/group-create.sql -%%MYSQL%%share/opensips/mysql/imc-create.sql -%%MYSQL%%share/opensips/mysql/load_balancer-create.sql -%%MYSQL%%share/opensips/mysql/msilo-create.sql -%%MYSQL%%share/opensips/mysql/pdt-create.sql -%%MYSQL%%share/opensips/mysql/permissions-create.sql -%%MYSQL%%share/opensips/mysql/presence-create.sql -%%MYSQL%%share/opensips/mysql/registrant-create.sql -%%MYSQL%%share/opensips/mysql/registrar-create.sql -%%MYSQL%%share/opensips/mysql/rls-create.sql -%%MYSQL%%share/opensips/mysql/rtpproxy-create.sql -%%MYSQL%%share/opensips/mysql/siptrace-create.sql -%%MYSQL%%share/opensips/mysql/speeddial-create.sql -%%MYSQL%%share/opensips/mysql/standard-create.sql -%%MYSQL%%share/opensips/mysql/uri_db-create.sql -%%MYSQL%%share/opensips/mysql/userblacklist-create.sql -%%MYSQL%%share/opensips/mysql/usrloc-create.sql -%%PGSQL%%share/opensips/postgres/acc-create.sql -%%PGSQL%%share/opensips/postgres/alias_db-create.sql -%%PGSQL%%share/opensips/postgres/auth_db-create.sql -%%PGSQL%%share/opensips/postgres/avpops-create.sql -%%PGSQL%%share/opensips/postgres/b2b-create.sql -%%PGSQL%%share/opensips/postgres/b2b_sca-create.sql -%%PGSQL%%share/opensips/postgres/cachedb_sql-create.sql -%%PGSQL%%share/opensips/postgres/call_center-create.sql -%%PGSQL%%share/opensips/postgres/carrierroute-create.sql -%%PGSQL%%share/opensips/postgres/closeddial-create.sql -%%PGSQL%%share/opensips/postgres/cpl-create.sql -%%PGSQL%%share/opensips/postgres/dialog-create.sql -%%PGSQL%%share/opensips/postgres/dialplan-create.sql -%%PGSQL%%share/opensips/postgres/dispatcher-create.sql -%%PGSQL%%share/opensips/postgres/domain-create.sql -%%PGSQL%%share/opensips/postgres/domainpolicy-create.sql -%%PGSQL%%share/opensips/postgres/drouting-create.sql -%%PGSQL%%share/opensips/postgres/group-create.sql -%%PGSQL%%share/opensips/postgres/imc-create.sql -%%PGSQL%%share/opensips/postgres/load_balancer-create.sql -%%PGSQL%%share/opensips/postgres/msilo-create.sql -%%PGSQL%%share/opensips/postgres/pdt-create.sql -%%PGSQL%%share/opensips/postgres/permissions-create.sql -%%PGSQL%%share/opensips/postgres/presence-create.sql -%%PGSQL%%share/opensips/postgres/registrant-create.sql -%%PGSQL%%share/opensips/postgres/registrar-create.sql -%%PGSQL%%share/opensips/postgres/rls-create.sql -%%PGSQL%%share/opensips/postgres/rtpproxy-create.sql -%%PGSQL%%share/opensips/postgres/siptrace-create.sql -%%PGSQL%%share/opensips/postgres/speeddial-create.sql -%%PGSQL%%share/opensips/postgres/standard-create.sql -%%PGSQL%%share/opensips/postgres/uri_db-create.sql -%%PGSQL%%share/opensips/postgres/userblacklist-create.sql -%%PGSQL%%share/opensips/postgres/usrloc-create.sql +%%PGSQL%%%%DATADIR%%/postgres/acc-create.sql +%%PGSQL%%%%DATADIR%%/postgres/alias_db-create.sql +%%PGSQL%%%%DATADIR%%/postgres/auth_db-create.sql +%%PGSQL%%%%DATADIR%%/postgres/avpops-create.sql +%%PGSQL%%%%DATADIR%%/postgres/b2b-create.sql +%%PGSQL%%%%DATADIR%%/postgres/b2b_sca-create.sql +%%PGSQL%%%%DATADIR%%/postgres/cachedb_sql-create.sql +%%PGSQL%%%%DATADIR%%/postgres/call_center-create.sql +%%PGSQL%%%%DATADIR%%/postgres/carrierroute-create.sql +%%PGSQL%%%%DATADIR%%/postgres/closeddial-create.sql +%%PGSQL%%%%DATADIR%%/postgres/clusterer-create.sql +%%PGSQL%%%%DATADIR%%/postgres/cpl-create.sql +%%PGSQL%%%%DATADIR%%/postgres/dialog-create.sql +%%PGSQL%%%%DATADIR%%/postgres/dialplan-create.sql +%%PGSQL%%%%DATADIR%%/postgres/dispatcher-create.sql +%%PGSQL%%%%DATADIR%%/postgres/domain-create.sql +%%PGSQL%%%%DATADIR%%/postgres/domainpolicy-create.sql +%%PGSQL%%%%DATADIR%%/postgres/drouting-create.sql +%%PGSQL%%%%DATADIR%%/postgres/emergency-create.sql +%%PGSQL%%%%DATADIR%%/postgres/fraud_detection-create.sql +%%PGSQL%%%%DATADIR%%/postgres/group-create.sql +%%PGSQL%%%%DATADIR%%/postgres/imc-create.sql +%%PGSQL%%%%DATADIR%%/postgres/load_balancer-create.sql +%%PGSQL%%%%DATADIR%%/postgres/msilo-create.sql +%%PGSQL%%%%DATADIR%%/postgres/permissions-create.sql +%%PGSQL%%%%DATADIR%%/postgres/presence-create.sql +%%PGSQL%%%%DATADIR%%/postgres/registrant-create.sql +%%PGSQL%%%%DATADIR%%/postgres/registrar-create.sql +%%PGSQL%%%%DATADIR%%/postgres/rls-create.sql +%%PGSQL%%%%DATADIR%%/postgres/rtpproxy-create.sql +%%PGSQL%%%%DATADIR%%/postgres/siptrace-create.sql +%%PGSQL%%%%DATADIR%%/postgres/speeddial-create.sql +%%PGSQL%%%%DATADIR%%/postgres/standard-create.sql +%%PGSQL%%%%DATADIR%%/postgres/tls_mgm-create.sql +%%PGSQL%%%%DATADIR%%/postgres/uri_db-create.sql +%%PGSQL%%%%DATADIR%%/postgres/userblacklist-create.sql +%%PGSQL%%%%DATADIR%%/postgres/usrloc-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/acc-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/alias_db-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/auth_db-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/avpops-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/b2b-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/b2b_sca-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/cachedb_sql-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/call_center-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/carrierroute-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/closeddial-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/clusterer-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/cpl-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/dialog-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/dialplan-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/dispatcher-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/domain-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/domainpolicy-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/drouting-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/emergency-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/fraud_detection-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/group-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/imc-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/load_balancer-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/msilo-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/permissions-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/presence-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/registrant-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/registrar-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/rls-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/rtpproxy-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/siptrace-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/speeddial-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/standard-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/tls_mgm-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/uri_db-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/userblacklist-create.sql +%%SQLITE%%%%DATADIR%%/sqlite/usrloc-create.sql %%TESTS%%tests/opensips/1.sh %%TESTS%%tests/opensips/10.sh %%TESTS%%tests/opensips/11.cfg @@ -570,49 +680,3 @@ sbin/osipsconsole %%TESTS%%tests/opensips/subscribe_notify.csv %%TESTS%%tests/opensips/subscribe_notify_scenario.xml %%TESTS%%tests/opensips/unregister.sip -%%EXAMPLES%%share/examples/opensips/acc-mysql.cfg -%%EXAMPLES%%share/examples/opensips/acc.cfg -%%EXAMPLES%%share/examples/opensips/ctd.sh -%%EXAMPLES%%share/examples/opensips/exec_s3.cfg -%%EXAMPLES%%share/examples/opensips/exec_s4.cfg -%%EXAMPLES%%share/examples/opensips/exec_s5.cfg -%%EXAMPLES%%share/examples/opensips/flag_reply.cfg -%%EXAMPLES%%share/examples/opensips/fork.cfg -%%EXAMPLES%%share/examples/opensips/httpd.cfg -%%EXAMPLES%%share/examples/opensips/logging.cfg -%%EXAMPLES%%share/examples/opensips/msilo.cfg -%%EXAMPLES%%share/examples/opensips/nathelper.cfg -%%EXAMPLES%%share/examples/opensips/pi_framework.xml -%%EXAMPLES%%share/examples/opensips/pstn.cfg -%%EXAMPLES%%share/examples/opensips/redirect.cfg -%%EXAMPLES%%share/examples/opensips/replicate.cfg -%%EXAMPLES%%share/examples/opensips/serial_183.cfg -%%EXAMPLES%%share/examples/opensips/web_im/README -%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.html -%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.php -%%EXAMPLES%%share/examples/opensips/web_im/send_im.html -%%EXAMPLES%%share/examples/opensips/web_im/send_im.php -%%DATADIR%%/dbtext/opensips/dr_partitions -%%DATADIR%%/dbtext/opensips/fraud_detection -%%DATADIR%%/dbtext/opensips/emergency_report -%%DATADIR%%/dbtext/opensips/emergency_routing -%%DATADIR%%/pi_http/fraud_detection-mod -%%DATADIR%%/pi_http/fraud_detection-table -%%DATADIR%%/pi_http/emergency-mod -%%DATADIR%%/pi_http/emergency-table -%%PGSQL%%%%DATADIR%%/postgres/fraud_detection-create.sql -%%PGSQL%%%%DATADIR%%/postgres/emergency-create.sql -%%MYSQL%%%%DATADIR%%/mysql/fraud_detection-create.sql -%%TLS%%%%ETCDIR%%/tls/README -%%TLS%%%%ETCDIR%%/tls/ca.conf -%%TLS%%%%ETCDIR%%/tls/request.conf -%%TLS%%%%ETCDIR%%/tls/rootCA/cacert.pem -%%TLS%%%%ETCDIR%%/tls/rootCA/certs/01.pem -%%TLS%%%%ETCDIR%%/tls/rootCA/index.txt -%%TLS%%%%ETCDIR%%/tls/rootCA/private/cakey.pem -%%TLS%%%%ETCDIR%%/tls/rootCA/serial -%%TLS%%%%ETCDIR%%/tls/user.conf -%%TLS%%%%ETCDIR%%/tls/user/user-calist.pem -%%TLS%%%%ETCDIR%%/tls/user/user-cert.pem -%%TLS%%%%ETCDIR%%/tls/user/user-cert_req.pem -%%TLS%%%%ETCDIR%%/tls/user/user-privkey.pem From owner-svn-ports-all@freebsd.org Tue Mar 28 09:32:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CEEFD1D209; Tue, 28 Mar 2017 09:32:27 +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 F0769925; Tue, 28 Mar 2017 09:32:26 +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 v2S9WQNk096208; Tue, 28 Mar 2017 09:32:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9WQQQ096207; Tue, 28 Mar 2017 09:32:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703280932.v2S9WQQQ096207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 09:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437109 - head/graphics/kphotoalbum-kde4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:32:27 -0000 Author: rakuco Date: Tue Mar 28 09:32:25 2017 New Revision: 437109 URL: https://svnweb.freebsd.org/changeset/ports/437109 Log: Unbreak after r436971. Import an upstream patch to make sure we link against libkmediaplayer with a full path. Added: head/graphics/kphotoalbum-kde4/files/patch-git_f785317b (contents, props changed) Added: head/graphics/kphotoalbum-kde4/files/patch-git_f785317b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kphotoalbum-kde4/files/patch-git_f785317b Tue Mar 28 09:32:25 2017 (r437109) @@ -0,0 +1,29 @@ +Fix the build with kdelibs4 4.14.30. + +commit f785317ba88528760886b592aa9604b0c4ba62dd +Author: David Faure +Date: Sun Jul 26 18:12:24 2015 +0200 + + set cmake_min_req to 2.8.9 to match kdelibs4 policy; fix build accordingly + + (working around the lack of ${KDE4_KMEDIAPLAYER_LIBS}) + + CCMAIL: kde-buildsystem@kde.org + +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required( VERSION 2.6.2 FATAL_ERROR ) ++cmake_minimum_required(VERSION 2.8.9) + project(kphotoalbum) + + # provide drop-down menu for build-type in cmake-gui: +@@ -364,7 +364,7 @@ kde4_add_library(Utilities STATIC ${libUtilities_SRCS}) + target_link_libraries(kphotoalbum Utilities) + + # External components +-target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} kmediaplayer ${KDE4_PHONON_LIBS}) ++target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} ${KDE4_TARGET_PREFIX}kmediaplayer ${KDE4_PHONON_LIBS}) + + if(KIPI_FOUND) + target_link_libraries(kphotoalbum ${KIPI_LIBRARIES}) From owner-svn-ports-all@freebsd.org Tue Mar 28 09:38:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC59D1D677; Tue, 28 Mar 2017 09:38:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74924DE3; Tue, 28 Mar 2017 09:38:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S9co9s096789; Tue, 28 Mar 2017 09:38:50 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9coxd096786; Tue, 28 Mar 2017 09:38:50 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201703280938.v2S9coxd096786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Tue, 28 Mar 2017 09:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437110 - in head/textproc/libxml++26: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:38:51 -0000 Author: bland Date: Tue Mar 28 09:38:50 2017 New Revision: 437110 URL: https://svnweb.freebsd.org/changeset/ports/437110 Log: Update to 2.40.1 PR: 218165 Deleted: head/textproc/libxml++26/files/ Modified: head/textproc/libxml++26/Makefile head/textproc/libxml++26/distinfo head/textproc/libxml++26/pkg-plist Modified: head/textproc/libxml++26/Makefile ============================================================================== --- head/textproc/libxml++26/Makefile Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/Makefile Tue Mar 28 09:38:50 2017 (r437110) @@ -3,14 +3,17 @@ # $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $ PORTNAME= libxml++ -PORTVERSION= 2.34.2 -PORTREVISION?= 4 +PORTVERSION= 2.40.1 +PORTREVISION?= 0 CATEGORIES= textproc MASTER_SITES= GNOME MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + USES+= tar:xz PLIST_SUB= VERSION="2.6" API_VERSION="2.6" Modified: head/textproc/libxml++26/distinfo ============================================================================== --- head/textproc/libxml++26/distinfo Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/distinfo Tue Mar 28 09:38:50 2017 (r437110) @@ -1,2 +1,3 @@ -SHA256 (libxml++-2.34.2.tar.xz) = 77daba20ab76631071d4ed4cc18fa2e981160ca05ae661e8d146f2b0728f9baa -SIZE (libxml++-2.34.2.tar.xz) = 1070956 +TIMESTAMP = 1490627284 +SHA256 (libxml++-2.40.1.tar.xz) = 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9 +SIZE (libxml++-2.40.1.tar.xz) = 955220 Modified: head/textproc/libxml++26/pkg-plist ============================================================================== --- head/textproc/libxml++26/pkg-plist Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/pkg-plist Tue Mar 28 09:38:50 2017 (r437110) @@ -1,11 +1,14 @@ include/libxml++-%%API_VERSION%%/include/libxml++config.h include/libxml++-%%API_VERSION%%/libxml++/attribute.h +include/libxml++-%%API_VERSION%%/libxml++/attributedeclaration.h +include/libxml++-%%API_VERSION%%/libxml++/attributenode.h include/libxml++-%%API_VERSION%%/libxml++/document.h include/libxml++-%%API_VERSION%%/libxml++/dtd.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h +include/libxml++-%%API_VERSION%%/libxml++/exceptions/wrapped_exception.h include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h @@ -16,19 +19,28 @@ include/libxml++-%%API_VERSION%%/libxml+ include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/entitydeclaration.h include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludeend.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludestart.h include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h +include/libxml++-%%API_VERSION%%/libxml++/relaxngschema.h include/libxml++-%%API_VERSION%%/libxml++/schema.h +include/libxml++-%%API_VERSION%%/libxml++/schemabase.h include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/relaxngvalidator.h include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidatorbase.h include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/xsdvalidator.h +include/libxml++-%%API_VERSION%%/libxml++/xsdschema.h lib/libxml++-%%VERSION%%.a lib/libxml++-%%VERSION%%.so lib/libxml++-%%VERSION%%.so.2 From owner-svn-ports-all@freebsd.org Tue Mar 28 09:48:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85C6ED1DAA6; Tue, 28 Mar 2017 09:48:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50134670; Tue, 28 Mar 2017 09:48: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 v2S9mOJE001016; Tue, 28 Mar 2017 09:48:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9mOmj001015; Tue, 28 Mar 2017 09:48:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703280948.v2S9mOmj001015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Mar 2017 09:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437111 - in head/devel/glib20: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 09:48:25 -0000 Author: jbeich Date: Tue Mar 28 09:48:24 2017 New Revision: 437111 URL: https://svnweb.freebsd.org/changeset/ports/437111 Log: devel/glib20: drop adaptive mutex workaround PR: 168317 Deleted: head/devel/glib20/files/patch-glib_gthread-posix.c Modified: head/devel/glib20/Makefile (contents, props changed) Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Tue Mar 28 09:38:50 2017 (r437110) +++ head/devel/glib20/Makefile Tue Mar 28 09:48:24 2017 (r437111) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.46.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 From owner-svn-ports-all@freebsd.org Tue Mar 28 10:10:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5766BD1F43F; Tue, 28 Mar 2017 10:10:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5233E3; Tue, 28 Mar 2017 10:10:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SAAnuc012026; Tue, 28 Mar 2017 10:10:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SAAnN3012025; Tue, 28 Mar 2017 10:10:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703281010.v2SAAnN3012025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 10:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437112 - head/x11-themes/kde-gtk-config/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 10:10:50 -0000 Author: rakuco Date: Tue Mar 28 10:10:48 2017 New Revision: 437112 URL: https://svnweb.freebsd.org/changeset/ports/437112 Log: Unbreak after r436971. Import an upstream commit to make sure some definitions passed via -D to the compiler are quoted correctly. Added: head/x11-themes/kde-gtk-config/files/ head/x11-themes/kde-gtk-config/files/patch-git_386f6af (contents, props changed) Added: head/x11-themes/kde-gtk-config/files/patch-git_386f6af ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kde-gtk-config/files/patch-git_386f6af Tue Mar 28 10:10:48 2017 (r437112) @@ -0,0 +1,37 @@ +commit 386f6af25a4f5276765a121f98dd00d0bf6a743d +Author: David Faure +Date: Sun Jul 26 17:04:43 2015 +0200 + + set proper cmake min req, matching kdelibs4, before project; fix build accordingly + +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -1,5 +1,5 @@ ++cmake_minimum_required(VERSION 2.8.9) + project(kdegtkconfig) +-cmake_minimum_required(VERSION 2.6) + set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) + + find_package(KDE4 REQUIRED) +--- gtk3proxies/CMakeLists.txt ++++ gtk3proxies/CMakeLists.txt +@@ -2,7 +2,7 @@ find_package(GTK3 REQUIRED) + + include_directories(${GTK3_INCLUDE_DIRS}) + +-add_definitions("-DDATA_DIR=\\\"${DATA_INSTALL_DIR}/kcm-gtk-module/\\\"") ++add_definitions(-DDATA_DIR="\\\"${DATA_INSTALL_DIR}/kcm-gtk-module/\\\"") + + add_executable(gtk3_preview preview3.c) + target_link_libraries(gtk3_preview ${GTK3_LIBRARY} ${GOBJECT2_LIBRARY} ${GLIB2_LIBRARY}) +--- gtkproxies/CMakeLists.txt ++++ gtkproxies/CMakeLists.txt +@@ -6,7 +6,7 @@ add_executable(reload_gtk_apps reload.c) + target_link_libraries(reload_gtk_apps ${GTK2_LIBRARIES}) + install(TARGETS reload_gtk_apps RUNTIME DESTINATION "${KDE4_LIBEXEC_INSTALL_DIR}") + +-add_definitions("-DDATA_DIR=\\\"${DATA_INSTALL_DIR}/kcm-gtk-module/\\\"") ++add_definitions(-DDATA_DIR="\\\"${DATA_INSTALL_DIR}/kcm-gtk-module/\\\"") + + add_executable(gtk_preview preview.c) + target_link_libraries(gtk_preview ${GTK2_LIBRARIES} ${GTK2_GIOMM_LIBRARY}) From owner-svn-ports-all@freebsd.org Tue Mar 28 10:15:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32AA2D1F75E; Tue, 28 Mar 2017 10:15:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0246EB8A; Tue, 28 Mar 2017 10:15:16 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SAFGt1013961; Tue, 28 Mar 2017 10:15:16 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SAFGmg013960; Tue, 28 Mar 2017 10:15:16 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201703281015.v2SAFGmg013960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 28 Mar 2017 10:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437113 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 10:15:17 -0000 Author: demon Date: Tue Mar 28 10:15:15 2017 New Revision: 437113 URL: https://svnweb.freebsd.org/changeset/ports/437113 Log: Restore deviceatlas checksums. Modified: head/net/haproxy/distinfo Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Tue Mar 28 10:10:48 2017 (r437112) +++ head/net/haproxy/distinfo Tue Mar 28 10:15:15 2017 (r437113) @@ -1,3 +1,5 @@ TIMESTAMP = 1490691625 SHA256 (haproxy-1.7.4.tar.gz) = dc1e7621fd41a1c3ca5621975ca5ed4191469a144108f6c47d630ca8da835dbe SIZE (haproxy-1.7.4.tar.gz) = 1741637 +SHA256 (deviceatlas-enterprise-c-2.1.2_1.tgz) = 984e1ae3147459a4ed0a8d5053d83dd05ce8c5127cd3cb055be35a74e9217372 +SIZE (deviceatlas-enterprise-c-2.1.2_1.tgz) = 184432 From owner-svn-ports-all@freebsd.org Tue Mar 28 10:17:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45121D1F8DC; Tue, 28 Mar 2017 10:17:24 +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 09B60E9F; Tue, 28 Mar 2017 10:17:23 +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 v2SAHNM3014266; Tue, 28 Mar 2017 10:17:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SAHMox014262; Tue, 28 Mar 2017 10:17:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703281017.v2SAHMox014262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Mar 2017 10:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437114 - in branches/2017Q1/www: firefox firefox-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 10:17:24 -0000 Author: jbeich Date: Tue Mar 28 10:17:22 2017 New Revision: 437114 URL: https://svnweb.freebsd.org/changeset/ports/437114 Log: MFH: r436907 www/firefox: update to 52.0.1 (rc1) Changes: https://www.mozilla.org/firefox/52.0.2/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/www/firefox-i18n/Makefile branches/2017Q1/www/firefox-i18n/distinfo branches/2017Q1/www/firefox/Makefile branches/2017Q1/www/firefox/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q1/www/firefox-i18n/Makefile Tue Mar 28 10:15:15 2017 (r437113) +++ branches/2017Q1/www/firefox-i18n/Makefile Tue Mar 28 10:17:22 2017 (r437114) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 52.0.1 +PORTVERSION= 52.0.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2017Q1/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q1/www/firefox-i18n/distinfo Tue Mar 28 10:15:15 2017 (r437113) +++ branches/2017Q1/www/firefox-i18n/distinfo Tue Mar 28 10:17:22 2017 (r437114) @@ -1,179 +1,179 @@ -TIMESTAMP = 1489752281 -SHA256 (xpi/firefox-i18n-52.0.1/ach.xpi) = 029fc0651bd93f0cda2212c6c77dfdec492fe67c3e906719e08c0568c7910871 -SIZE (xpi/firefox-i18n-52.0.1/ach.xpi) = 427638 -SHA256 (xpi/firefox-i18n-52.0.1/af.xpi) = 2b2f70e6597ff17f73ff58de203aebcc95b96c0a342cd9197ec58019153ccf4a -SIZE (xpi/firefox-i18n-52.0.1/af.xpi) = 436821 -SHA256 (xpi/firefox-i18n-52.0.1/an.xpi) = 20f2c073d1732638c52be2da43fcd2edfac05bc638bacbb1e1716d48866d9d8f -SIZE (xpi/firefox-i18n-52.0.1/an.xpi) = 445141 -SHA256 (xpi/firefox-i18n-52.0.1/ar.xpi) = 806a2305ef2d58af3aa2d4b292f0039c01a4ec0cf49fbf348cbb0e8f07b68e62 -SIZE (xpi/firefox-i18n-52.0.1/ar.xpi) = 473379 -SHA256 (xpi/firefox-i18n-52.0.1/as.xpi) = db8aaa8e13d1c2c4dab50c560b350b5eb2bc76b7958006d14e61f0fe7a6558ac -SIZE (xpi/firefox-i18n-52.0.1/as.xpi) = 486886 -SHA256 (xpi/firefox-i18n-52.0.1/ast.xpi) = e2ff07c3e417d6af301e76e440a2b57714e184f0205112afa62931c8fa29a0b1 -SIZE (xpi/firefox-i18n-52.0.1/ast.xpi) = 440030 -SHA256 (xpi/firefox-i18n-52.0.1/az.xpi) = 17dee736d55dec2102d62b64643762b0083cd1e55200aabad30babcf5d2b010e -SIZE (xpi/firefox-i18n-52.0.1/az.xpi) = 454920 -SHA256 (xpi/firefox-i18n-52.0.1/bg.xpi) = 0a6fedbcf892eb6cb4c6359020806c35e59298649615aba716a25d956b1281d9 -SIZE (xpi/firefox-i18n-52.0.1/bg.xpi) = 487890 -SHA256 (xpi/firefox-i18n-52.0.1/bn-BD.xpi) = 42a4045e469612b95dfeab4fbba13e98829c7d9c55480adfffbcb5aead3f2377 -SIZE (xpi/firefox-i18n-52.0.1/bn-BD.xpi) = 511992 -SHA256 (xpi/firefox-i18n-52.0.1/bn-IN.xpi) = 8d249fbac3a3b8d56ce66cff77ddf3fdfb25f689d883e02844a703605fa0086b -SIZE (xpi/firefox-i18n-52.0.1/bn-IN.xpi) = 509373 -SHA256 (xpi/firefox-i18n-52.0.1/br.xpi) = 1554f631bfa5c4fe588ecaad23676fb31b9bdb00552268d26cc8ef1a3ace1bd2 -SIZE (xpi/firefox-i18n-52.0.1/br.xpi) = 435482 -SHA256 (xpi/firefox-i18n-52.0.1/bs.xpi) = 99ae42ef55232f3797d6ae67b04e91685ff1ba3cbd3da20914e6a34abc7ef9e3 -SIZE (xpi/firefox-i18n-52.0.1/bs.xpi) = 441781 -SHA256 (xpi/firefox-i18n-52.0.1/ca.xpi) = 0b0516aebf670a9e120c53feda203906045c7ef00d924eddc606ac6a0bcd7b3f -SIZE (xpi/firefox-i18n-52.0.1/ca.xpi) = 443303 -SHA256 (xpi/firefox-i18n-52.0.1/cs.xpi) = a9e9fdd4897283cb0b75015545deece987bda2d27198460e266413d28c1f84d3 -SIZE (xpi/firefox-i18n-52.0.1/cs.xpi) = 444072 -SHA256 (xpi/firefox-i18n-52.0.1/cy.xpi) = 5e9898b2572ce9f6db692d619a833932d82cd5b4af99bd5d5456dc875e88fd05 -SIZE (xpi/firefox-i18n-52.0.1/cy.xpi) = 436582 -SHA256 (xpi/firefox-i18n-52.0.1/da.xpi) = 660f4749c900c493740544f431511660591cc2ed5d66228fe0eb299b7e9183b6 -SIZE (xpi/firefox-i18n-52.0.1/da.xpi) = 424391 -SHA256 (xpi/firefox-i18n-52.0.1/de.xpi) = bebec37753c90e4f6da1a9c381721ca2c5e3cb99b75dcacec4595f8f54abe61b -SIZE (xpi/firefox-i18n-52.0.1/de.xpi) = 442477 -SHA256 (xpi/firefox-i18n-52.0.1/dsb.xpi) = a2193543beed2889e00ca0835775f455610d7b70fc81b886c96bb4a2b29d911b -SIZE (xpi/firefox-i18n-52.0.1/dsb.xpi) = 459422 -SHA256 (xpi/firefox-i18n-52.0.1/el.xpi) = b0976e2521435920281baee7a263d38919ee1e85aadfec6fd299598f1399435e -SIZE (xpi/firefox-i18n-52.0.1/el.xpi) = 516590 -SHA256 (xpi/firefox-i18n-52.0.1/en-GB.xpi) = f614754ccad18c5c1b43b11d7fe9d57ccc63065d6154fa3989941e9466291b9d -SIZE (xpi/firefox-i18n-52.0.1/en-GB.xpi) = 419322 -SHA256 (xpi/firefox-i18n-52.0.1/en-US.xpi) = f8a88161c0f48f53e622baae968d45e494575b8120bcb97e215d0f8110ed6bb0 -SIZE (xpi/firefox-i18n-52.0.1/en-US.xpi) = 428628 -SHA256 (xpi/firefox-i18n-52.0.1/en-ZA.xpi) = f7dd7d7f71c38e62a30c44ca09d6e5817a78e0b0876582f424d7d20c7367453a -SIZE (xpi/firefox-i18n-52.0.1/en-ZA.xpi) = 412210 -SHA256 (xpi/firefox-i18n-52.0.1/eo.xpi) = 8f03d509f1d1a3e1536e080d271c4324907076c621185b3ce132e95d165cbcd1 -SIZE (xpi/firefox-i18n-52.0.1/eo.xpi) = 437472 -SHA256 (xpi/firefox-i18n-52.0.1/es-AR.xpi) = fc118fd2a50af7f319922efd373a8f19de8f4a8ad94c9454a1545ac7cb7aa880 -SIZE (xpi/firefox-i18n-52.0.1/es-AR.xpi) = 445924 -SHA256 (xpi/firefox-i18n-52.0.1/es-CL.xpi) = 178e9e7b7294a95a27d33ab2dd2aefa5c999177cf544d52a92a4390b2676a593 -SIZE (xpi/firefox-i18n-52.0.1/es-CL.xpi) = 445675 -SHA256 (xpi/firefox-i18n-52.0.1/es-ES.xpi) = a0f8baeb912fea594d6ea326121332f9f5ddbfc1f4b28b0035cb424d728d14b9 -SIZE (xpi/firefox-i18n-52.0.1/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-i18n-52.0.1/es-MX.xpi) = d010031917b43953cd0e9447dc82b24ab34b0b503193d9b1b1e81684482fb5e3 -SIZE (xpi/firefox-i18n-52.0.1/es-MX.xpi) = 448382 -SHA256 (xpi/firefox-i18n-52.0.1/et.xpi) = 4c8fc2cb9fd9b36b6f06c8caa119595d3431e6be851a23a1673665d0bbd9bcea -SIZE (xpi/firefox-i18n-52.0.1/et.xpi) = 425112 -SHA256 (xpi/firefox-i18n-52.0.1/eu.xpi) = 64d76452d928ce5767e3235b949b9f642d8c80b3d583d9ee42fb1dbe2855d0a2 -SIZE (xpi/firefox-i18n-52.0.1/eu.xpi) = 438477 -SHA256 (xpi/firefox-i18n-52.0.1/fa.xpi) = 28d4a27a5925c20444b2ed7a479a515f816139bcbe0a62f5cba1871638d48c2f -SIZE (xpi/firefox-i18n-52.0.1/fa.xpi) = 491343 -SHA256 (xpi/firefox-i18n-52.0.1/ff.xpi) = 0ff65d4bdd368018629878cad89af032ca81fb4581fefc99e916ec276793f5a5 -SIZE (xpi/firefox-i18n-52.0.1/ff.xpi) = 440926 -SHA256 (xpi/firefox-i18n-52.0.1/fi.xpi) = 058ea4aac890057c4690ae563c31aeb212f9e08599eeb0e486ae5c443ebb1783 -SIZE (xpi/firefox-i18n-52.0.1/fi.xpi) = 430058 -SHA256 (xpi/firefox-i18n-52.0.1/fr.xpi) = 64c3f07e51db65496610165dd462b5f7f635a9d0da9ae6c7d591aa3620f93671 -SIZE (xpi/firefox-i18n-52.0.1/fr.xpi) = 450208 -SHA256 (xpi/firefox-i18n-52.0.1/fy-NL.xpi) = 25cd690aa4e87db70f26705c77f64fc4536718b8357edef2ca9e9ccea2cdd429 -SIZE (xpi/firefox-i18n-52.0.1/fy-NL.xpi) = 444971 -SHA256 (xpi/firefox-i18n-52.0.1/ga-IE.xpi) = 028d8de5b61ce9dd1dfdfd4298700600bbf9ca942c5446ac7a0a058d699e6c39 -SIZE (xpi/firefox-i18n-52.0.1/ga-IE.xpi) = 458163 -SHA256 (xpi/firefox-i18n-52.0.1/gd.xpi) = acddefd00bb682c45b5e8bd2ea407d0072a6ec3ae18e01271349eba57d9b8123 -SIZE (xpi/firefox-i18n-52.0.1/gd.xpi) = 447265 -SHA256 (xpi/firefox-i18n-52.0.1/gl.xpi) = bf8150a1de730f3c26f1416eee7ebeda5db1e636711f0c155a32de5d7ab6ee7a -SIZE (xpi/firefox-i18n-52.0.1/gl.xpi) = 447294 -SHA256 (xpi/firefox-i18n-52.0.1/gn.xpi) = 4ae5beb51f31db834ab3f07be3fc8ee78cf8622005521ff1a6297a3ebf445987 -SIZE (xpi/firefox-i18n-52.0.1/gn.xpi) = 456213 -SHA256 (xpi/firefox-i18n-52.0.1/gu-IN.xpi) = 70e25d258948142323009c9175363543fd1a56a2d244d7589c2e1ebe4719ff20 -SIZE (xpi/firefox-i18n-52.0.1/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-i18n-52.0.1/he.xpi) = 0277b94c3b22d1bc9a9cb8231f3ca45bcb214c159baf5f18c6a7972a3003edba -SIZE (xpi/firefox-i18n-52.0.1/he.xpi) = 455281 -SHA256 (xpi/firefox-i18n-52.0.1/hi-IN.xpi) = 4f78a3d2345e2446919d48ab5418967853ad85198140ef80cefbc158d39d4ce9 -SIZE (xpi/firefox-i18n-52.0.1/hi-IN.xpi) = 506516 -SHA256 (xpi/firefox-i18n-52.0.1/hr.xpi) = 5af94a14808cfda2fcd4f27ac0107610f5b9b9e246e974da508ed935d37d248a -SIZE (xpi/firefox-i18n-52.0.1/hr.xpi) = 447501 -SHA256 (xpi/firefox-i18n-52.0.1/hsb.xpi) = 3d0431cb1775c53a391c5730981575310cad7015f5d2b4d8db29b81af50548d8 -SIZE (xpi/firefox-i18n-52.0.1/hsb.xpi) = 457258 -SHA256 (xpi/firefox-i18n-52.0.1/hu.xpi) = e808079e6e92aa718183ceed3238786d009072881ef0492ea460539038776212 -SIZE (xpi/firefox-i18n-52.0.1/hu.xpi) = 451494 -SHA256 (xpi/firefox-i18n-52.0.1/hy-AM.xpi) = 115816dd6a2e8aaad1fe11ab2f6caa6ee9446be7aa2b6c0eb4aaa9dfc185e642 -SIZE (xpi/firefox-i18n-52.0.1/hy-AM.xpi) = 495771 -SHA256 (xpi/firefox-i18n-52.0.1/id.xpi) = 5ba740203c5bf8597d54c5b08b66ebe10c3f20887346df225718ed03502f2fad -SIZE (xpi/firefox-i18n-52.0.1/id.xpi) = 426022 -SHA256 (xpi/firefox-i18n-52.0.1/is.xpi) = 129e3fbef274a7209ff92fe5dadda6fb4c0df19ca35a248793757a3aa963f238 -SIZE (xpi/firefox-i18n-52.0.1/is.xpi) = 442694 -SHA256 (xpi/firefox-i18n-52.0.1/it.xpi) = 109de93f6b98d97730042666f3611c0a7784918d13eee432cc7da6d1232b683e -SIZE (xpi/firefox-i18n-52.0.1/it.xpi) = 339219 -SHA256 (xpi/firefox-i18n-52.0.1/ja.xpi) = e015bf9cf3f188830578ce86b8087764ccdbc65967b8297fceb383ed82b2017f -SIZE (xpi/firefox-i18n-52.0.1/ja.xpi) = 488342 -SHA256 (xpi/firefox-i18n-52.0.1/kk.xpi) = 9d24f7f413e4c2cf038a4ac026d2e878a1b50b70ec06692aca4980aef20f7e72 -SIZE (xpi/firefox-i18n-52.0.1/kk.xpi) = 496937 -SHA256 (xpi/firefox-i18n-52.0.1/km.xpi) = 2b84aa6c6063cab0045a15f961c2e080641ee184cc8308e40032dfe2ce214cce -SIZE (xpi/firefox-i18n-52.0.1/km.xpi) = 520342 -SHA256 (xpi/firefox-i18n-52.0.1/kn.xpi) = 61e588fcde7915f650b9c6a310088b0d1dacfb00d80fbb0c983bd185177ead28 -SIZE (xpi/firefox-i18n-52.0.1/kn.xpi) = 519454 -SHA256 (xpi/firefox-i18n-52.0.1/ko.xpi) = 04fc05e1d265e1fbf810463e30f7b08709e3a488a928222dc1a2d85f884abb67 -SIZE (xpi/firefox-i18n-52.0.1/ko.xpi) = 463629 -SHA256 (xpi/firefox-i18n-52.0.1/lij.xpi) = dd64999708265490f4350ca5e8eee6623a796e5575c2d08d823f8a921229debb -SIZE (xpi/firefox-i18n-52.0.1/lij.xpi) = 421071 -SHA256 (xpi/firefox-i18n-52.0.1/lt.xpi) = 40c821651dbbc958017c6e1a8d0b87869d18b01ee31d805e5703137bedac7e70 -SIZE (xpi/firefox-i18n-52.0.1/lt.xpi) = 452234 -SHA256 (xpi/firefox-i18n-52.0.1/lv.xpi) = 7502570c0fdae06c35be72e3622dd0ae9ee753983d60b7f053df13e633b038d3 -SIZE (xpi/firefox-i18n-52.0.1/lv.xpi) = 448449 -SHA256 (xpi/firefox-i18n-52.0.1/mai.xpi) = caa32d9fb953f9fe6c43cd25f271cbe73cb099bfe4246384173a030197ce2164 -SIZE (xpi/firefox-i18n-52.0.1/mai.xpi) = 499838 -SHA256 (xpi/firefox-i18n-52.0.1/mk.xpi) = aa9205414f09d1693acf91081ab62547124f212496d6473ab5768aa46bda8279 -SIZE (xpi/firefox-i18n-52.0.1/mk.xpi) = 496198 -SHA256 (xpi/firefox-i18n-52.0.1/ml.xpi) = d7e45f6064aa259e908ab0bd883f755a85d644a183f769ad2d00713d9938122b -SIZE (xpi/firefox-i18n-52.0.1/ml.xpi) = 516485 -SHA256 (xpi/firefox-i18n-52.0.1/mr.xpi) = 7eb0decb61e901dd28dee8ca65c125722fe6fbe01db37130ff5f43d76dc7aa41 -SIZE (xpi/firefox-i18n-52.0.1/mr.xpi) = 502430 -SHA256 (xpi/firefox-i18n-52.0.1/ms.xpi) = 8ed391910a3ce09e39891d78161e08b9350b24219ae262034cbcaf60ac3ca4e4 -SIZE (xpi/firefox-i18n-52.0.1/ms.xpi) = 435989 -SHA256 (xpi/firefox-i18n-52.0.1/nb-NO.xpi) = 5c50c3beb52f2f8d68b8b61493fa067c22bdf2e2f3ec42cce7ee190812147017 -SIZE (xpi/firefox-i18n-52.0.1/nb-NO.xpi) = 434410 -SHA256 (xpi/firefox-i18n-52.0.1/nl.xpi) = d594b450f77619b50e9a87587972d0fa8fb52799ca02b77bc5747c24fc3189d0 -SIZE (xpi/firefox-i18n-52.0.1/nl.xpi) = 432005 -SHA256 (xpi/firefox-i18n-52.0.1/nn-NO.xpi) = 90c3e64ec584d8518410940344c0c09d1553155ad8f72d0b2bf4691b4af03ff1 -SIZE (xpi/firefox-i18n-52.0.1/nn-NO.xpi) = 428642 -SHA256 (xpi/firefox-i18n-52.0.1/or.xpi) = 3d5b76933658fb4ddd06bedeb631febf973d6897e1cf06fc9679ed492d802e74 -SIZE (xpi/firefox-i18n-52.0.1/or.xpi) = 496914 -SHA256 (xpi/firefox-i18n-52.0.1/pa-IN.xpi) = 9f059f634ac0b90155ac4d36ca6093cb4292f1396e9b94310140b1cd0d6f3972 -SIZE (xpi/firefox-i18n-52.0.1/pa-IN.xpi) = 476585 -SHA256 (xpi/firefox-i18n-52.0.1/pl.xpi) = 99186a7d8195d1ff59b6a1a1262f48e9df09f40f9806107eec651b979084bea5 -SIZE (xpi/firefox-i18n-52.0.1/pl.xpi) = 352850 -SHA256 (xpi/firefox-i18n-52.0.1/pt-BR.xpi) = bd503d3f8a5c0c5abf13b7bf414416c72d45f6cd77e9a82aef5e3438e7b194be -SIZE (xpi/firefox-i18n-52.0.1/pt-BR.xpi) = 438167 -SHA256 (xpi/firefox-i18n-52.0.1/pt-PT.xpi) = 252114cb05d1f3a79635c57a36ea3e2b456fffa9d68b8ec1bfb155dd94315f44 -SIZE (xpi/firefox-i18n-52.0.1/pt-PT.xpi) = 436725 -SHA256 (xpi/firefox-i18n-52.0.1/rm.xpi) = a66b994c045aa4f08c04c160fb061bed8dd7c5033421601cbe22420930d838ad -SIZE (xpi/firefox-i18n-52.0.1/rm.xpi) = 434607 -SHA256 (xpi/firefox-i18n-52.0.1/ro.xpi) = c00ab99b971047df12ce06749a2e9256654e29a1bc11ce338158eeca2347b2c4 -SIZE (xpi/firefox-i18n-52.0.1/ro.xpi) = 449936 -SHA256 (xpi/firefox-i18n-52.0.1/ru.xpi) = f0f5998ef6bde38bd8f6d206eb411d8e810bbca80fca7b1251baaf5594901edb -SIZE (xpi/firefox-i18n-52.0.1/ru.xpi) = 395362 -SHA256 (xpi/firefox-i18n-52.0.1/si.xpi) = 015c0984be095b1837641992a690974aec3f8a1390db7cbd42492950017f2846 -SIZE (xpi/firefox-i18n-52.0.1/si.xpi) = 491957 -SHA256 (xpi/firefox-i18n-52.0.1/sk.xpi) = 3f1cb4f2b10b8e026dd488276aad7de562310a804e577d1e5159d6883d4c2dc3 -SIZE (xpi/firefox-i18n-52.0.1/sk.xpi) = 455817 -SHA256 (xpi/firefox-i18n-52.0.1/sl.xpi) = 118c916f5e19a96de3e11f906281416729594138b4c29b77ded4454714c40e48 -SIZE (xpi/firefox-i18n-52.0.1/sl.xpi) = 433481 -SHA256 (xpi/firefox-i18n-52.0.1/son.xpi) = 15207b0a5bebddc2eb8869016db16c42d3ee8de878b4a3a13303ee383d8a3bb0 -SIZE (xpi/firefox-i18n-52.0.1/son.xpi) = 435126 -SHA256 (xpi/firefox-i18n-52.0.1/sq.xpi) = 613dc1410d3585e1aa7b0b1df8496d88d5d10e0d4277a5dd32edecbbdd939bf9 -SIZE (xpi/firefox-i18n-52.0.1/sq.xpi) = 448155 -SHA256 (xpi/firefox-i18n-52.0.1/sr.xpi) = dcccf13fbfc8b876bfc16f4c5007779c50d0db5eebb98717dd5c0634c0694d53 -SIZE (xpi/firefox-i18n-52.0.1/sr.xpi) = 463392 -SHA256 (xpi/firefox-i18n-52.0.1/sv-SE.xpi) = a78d4b03e689f66cc4ee81dd2afbc87bf3e38e4b1283e918c46f3417cc537757 -SIZE (xpi/firefox-i18n-52.0.1/sv-SE.xpi) = 441180 -SHA256 (xpi/firefox-i18n-52.0.1/ta.xpi) = bb496776687360f38ef49a450a309cd0e84d6f3a4133aa2bf369e111972ac3a7 -SIZE (xpi/firefox-i18n-52.0.1/ta.xpi) = 494798 -SHA256 (xpi/firefox-i18n-52.0.1/te.xpi) = f3e1f12b1d20646652c5dd604efbad7bd7725720e61811377f2424d688dc97af -SIZE (xpi/firefox-i18n-52.0.1/te.xpi) = 515239 -SHA256 (xpi/firefox-i18n-52.0.1/th.xpi) = bd139bbe4063efb38cff6a731c6ecf8ca6cd43a3166d5f25cb409ecd75206941 -SIZE (xpi/firefox-i18n-52.0.1/th.xpi) = 489377 -SHA256 (xpi/firefox-i18n-52.0.1/tr.xpi) = d94f315d35bae66c1b34429963d63622e40af427b614a2ff5c6f1d603cf939ea -SIZE (xpi/firefox-i18n-52.0.1/tr.xpi) = 443670 -SHA256 (xpi/firefox-i18n-52.0.1/uk.xpi) = f3d6ef13ee194d91612eba86d19cab7b8e4184df4b59d54ddd23541ed277130e -SIZE (xpi/firefox-i18n-52.0.1/uk.xpi) = 495093 -SHA256 (xpi/firefox-i18n-52.0.1/uz.xpi) = 72ad4075c151dc763e042a3d31218ea28cc410b8ce5ce05bdc08c12e9038b20a -SIZE (xpi/firefox-i18n-52.0.1/uz.xpi) = 447914 -SHA256 (xpi/firefox-i18n-52.0.1/vi.xpi) = 3c8762cda05cfa3490ebae1dc8de2de32acd411744c14a91079dc77fc7117775 -SIZE (xpi/firefox-i18n-52.0.1/vi.xpi) = 450804 -SHA256 (xpi/firefox-i18n-52.0.1/xh.xpi) = 72926c26af2b0a37ec1f3825674e7a6b895f0b7226743c2eb55f606fc2d0646a -SIZE (xpi/firefox-i18n-52.0.1/xh.xpi) = 441170 -SHA256 (xpi/firefox-i18n-52.0.1/zh-CN.xpi) = bb322f082686de9df551600572927175f6266cd7ea18d9a5a477f8fdf490fafc -SIZE (xpi/firefox-i18n-52.0.1/zh-CN.xpi) = 461692 -SHA256 (xpi/firefox-i18n-52.0.1/zh-TW.xpi) = 601ea1e020ad8be40096cc11bb146dd0839dca827a70d900a7e8353032989fc5 -SIZE (xpi/firefox-i18n-52.0.1/zh-TW.xpi) = 472532 +TIMESTAMP = 1490348850 +SHA256 (xpi/firefox-i18n-52.0.2/ach.xpi) = 46a28dec74c400b26b894ff50e386bc4cd657d09450b0b2daa643fed234a49fe +SIZE (xpi/firefox-i18n-52.0.2/ach.xpi) = 427637 +SHA256 (xpi/firefox-i18n-52.0.2/af.xpi) = c63b3bc898c1d05acfbc69cd98192568e8e69e66e54590a418ba5de9b05d2fd4 +SIZE (xpi/firefox-i18n-52.0.2/af.xpi) = 436821 +SHA256 (xpi/firefox-i18n-52.0.2/an.xpi) = d341e02116d166a57451a043eb8c1a33f528050483a54129c1a42b5a3257a205 +SIZE (xpi/firefox-i18n-52.0.2/an.xpi) = 445141 +SHA256 (xpi/firefox-i18n-52.0.2/ar.xpi) = b20d225e90ae1d7641faafd80e7d0e53b811473410d45a21dd2fc2dd2b3b9a77 +SIZE (xpi/firefox-i18n-52.0.2/ar.xpi) = 473379 +SHA256 (xpi/firefox-i18n-52.0.2/as.xpi) = ad300a4a43e6961a75bb50089427b292b53e90a02d5d4420aae364192e952d02 +SIZE (xpi/firefox-i18n-52.0.2/as.xpi) = 486886 +SHA256 (xpi/firefox-i18n-52.0.2/ast.xpi) = bb39846af23b0e422be4727359233cc2df3f80751a24f0ff933b094300263a62 +SIZE (xpi/firefox-i18n-52.0.2/ast.xpi) = 440030 +SHA256 (xpi/firefox-i18n-52.0.2/az.xpi) = 238b8948b8dd429b96a25dced6968d4154749ade71ff2ccfdcda3ed15d694b69 +SIZE (xpi/firefox-i18n-52.0.2/az.xpi) = 454920 +SHA256 (xpi/firefox-i18n-52.0.2/bg.xpi) = 98adcbaf6f62e3dc8533ba9ad304f4e2183ab6cf93434522fe748b7bd28a5b50 +SIZE (xpi/firefox-i18n-52.0.2/bg.xpi) = 487890 +SHA256 (xpi/firefox-i18n-52.0.2/bn-BD.xpi) = 796e8ec22cf717829f59c697fa26d4ac22ad0f911f080a16d5fdf87774ee35cf +SIZE (xpi/firefox-i18n-52.0.2/bn-BD.xpi) = 511992 +SHA256 (xpi/firefox-i18n-52.0.2/bn-IN.xpi) = b90a849d2d23a223aa19f237861c793c50b0978a5129c89fd201270cf01fad6f +SIZE (xpi/firefox-i18n-52.0.2/bn-IN.xpi) = 509373 +SHA256 (xpi/firefox-i18n-52.0.2/br.xpi) = 57c2d2b6b7a2ee58ac7955c3e3d1085cd8cfc8b308812907c8e2507ad5065501 +SIZE (xpi/firefox-i18n-52.0.2/br.xpi) = 435481 +SHA256 (xpi/firefox-i18n-52.0.2/bs.xpi) = a41b344e55c7bff518188dace17be215cdb3ed003f7373b3ed5792ed3ad9aa93 +SIZE (xpi/firefox-i18n-52.0.2/bs.xpi) = 441781 +SHA256 (xpi/firefox-i18n-52.0.2/ca.xpi) = 07a394409d6092353e621f526843c4dcf786375c022a46a074860d9d1bfaf974 +SIZE (xpi/firefox-i18n-52.0.2/ca.xpi) = 443303 +SHA256 (xpi/firefox-i18n-52.0.2/cs.xpi) = 63765555f13a30b00076139d9ae83666075c6ab82c2c3dd9c7cb03bf4bd30b83 +SIZE (xpi/firefox-i18n-52.0.2/cs.xpi) = 444072 +SHA256 (xpi/firefox-i18n-52.0.2/cy.xpi) = 5ed4f0cd18880dad59be7bfa0231c9b6c09328de8299d955ca495558ad5d3ec3 +SIZE (xpi/firefox-i18n-52.0.2/cy.xpi) = 436582 +SHA256 (xpi/firefox-i18n-52.0.2/da.xpi) = 496b38aaffb4014fbc85052027c3c5fb91222264ec289c49f11b59b36b03097d +SIZE (xpi/firefox-i18n-52.0.2/da.xpi) = 424391 +SHA256 (xpi/firefox-i18n-52.0.2/de.xpi) = 49b7a797e31288de30ec2b659940a96735bb658a7c5aa1a81e15d2708d117388 +SIZE (xpi/firefox-i18n-52.0.2/de.xpi) = 442477 +SHA256 (xpi/firefox-i18n-52.0.2/dsb.xpi) = 84f3d361fbb320ecc6a19d2bc6b2ed0b6fafc28527a26cea8481f1e31e6f7873 +SIZE (xpi/firefox-i18n-52.0.2/dsb.xpi) = 459422 +SHA256 (xpi/firefox-i18n-52.0.2/el.xpi) = d7068492c5fe5fece28c6b02416c22ed77e33bc2bf62cf9a391fc0872b81a1ce +SIZE (xpi/firefox-i18n-52.0.2/el.xpi) = 516590 +SHA256 (xpi/firefox-i18n-52.0.2/en-GB.xpi) = 66001390175d8983abc372e5092fd03ce452b0eab00419cbcde263eccf372f1b +SIZE (xpi/firefox-i18n-52.0.2/en-GB.xpi) = 419322 +SHA256 (xpi/firefox-i18n-52.0.2/en-US.xpi) = 457b7309200df9d7850412740f9ca093eb84a1222792aaa87681ae2fab6e6d03 +SIZE (xpi/firefox-i18n-52.0.2/en-US.xpi) = 428627 +SHA256 (xpi/firefox-i18n-52.0.2/en-ZA.xpi) = 4507c1d5fc872e8f7ece588811046e4a994de4f64590771d98287c2d4eeba1af +SIZE (xpi/firefox-i18n-52.0.2/en-ZA.xpi) = 412209 +SHA256 (xpi/firefox-i18n-52.0.2/eo.xpi) = 983b6af6b5576ae92305c9f3c3e59f361256535aff167f13c494b8e9baf36bae +SIZE (xpi/firefox-i18n-52.0.2/eo.xpi) = 437471 +SHA256 (xpi/firefox-i18n-52.0.2/es-AR.xpi) = 4e001c2ca079d338fb113c8ac173094a6b94428c18f2a987cdc2b40b015bd2e1 +SIZE (xpi/firefox-i18n-52.0.2/es-AR.xpi) = 445924 +SHA256 (xpi/firefox-i18n-52.0.2/es-CL.xpi) = dc7e749e4f2ca9c6960b426b9e2f636202ac3a2cc3f1b1b06df0f03bb531e1aa +SIZE (xpi/firefox-i18n-52.0.2/es-CL.xpi) = 445675 +SHA256 (xpi/firefox-i18n-52.0.2/es-ES.xpi) = dd1d6fbea50903fd37f7f122b94b857d8d3c1ea45ad0f18735586294ef651273 +SIZE (xpi/firefox-i18n-52.0.2/es-ES.xpi) = 344875 +SHA256 (xpi/firefox-i18n-52.0.2/es-MX.xpi) = 06b6fbf5bf090ca988ac646f7b7ad173f81fee4cbc06efa8aff60efd0f028b2d +SIZE (xpi/firefox-i18n-52.0.2/es-MX.xpi) = 448383 +SHA256 (xpi/firefox-i18n-52.0.2/et.xpi) = e58153f1cd3110d1d3a165ce7301fb618782b17454e481bc222fe231bf58ed60 +SIZE (xpi/firefox-i18n-52.0.2/et.xpi) = 425112 +SHA256 (xpi/firefox-i18n-52.0.2/eu.xpi) = 19d9fbf829a8ecc937c505240be92ec8a0324f19d05bcabe5a56a3e1fefefb6a +SIZE (xpi/firefox-i18n-52.0.2/eu.xpi) = 438477 +SHA256 (xpi/firefox-i18n-52.0.2/fa.xpi) = 4fa4505571ae92264ca42ca0a55cc59d137b37e77cdbb0b24fb21c56b9cce8c0 +SIZE (xpi/firefox-i18n-52.0.2/fa.xpi) = 491342 +SHA256 (xpi/firefox-i18n-52.0.2/ff.xpi) = 698a02e232bcbc5c67a566f666f5e462bfa66c104015cbf6a6938185fdef85f0 +SIZE (xpi/firefox-i18n-52.0.2/ff.xpi) = 440926 +SHA256 (xpi/firefox-i18n-52.0.2/fi.xpi) = 79f369ed2c47676fb8d13dae59499ca22bd33eb52a51ec661522070ab33c7f6e +SIZE (xpi/firefox-i18n-52.0.2/fi.xpi) = 430058 +SHA256 (xpi/firefox-i18n-52.0.2/fr.xpi) = 0f3aa5e2f940c9d58a73e6388db14776f857cbd6fdaa84c2b6078f9fa2dba8fb +SIZE (xpi/firefox-i18n-52.0.2/fr.xpi) = 450208 +SHA256 (xpi/firefox-i18n-52.0.2/fy-NL.xpi) = 397c97d97183730701ed3295d7aebddf32b81207ade87c14018ffaeaad81337c +SIZE (xpi/firefox-i18n-52.0.2/fy-NL.xpi) = 444971 +SHA256 (xpi/firefox-i18n-52.0.2/ga-IE.xpi) = 2a4ec23a859ed66eeac2da30a33333d53b69e995d5733e7ff8d4703d73a7f12d +SIZE (xpi/firefox-i18n-52.0.2/ga-IE.xpi) = 458163 +SHA256 (xpi/firefox-i18n-52.0.2/gd.xpi) = 9471b63f068a154896946d205062688b1f79646263431bbfa79d0e44c64fbe53 +SIZE (xpi/firefox-i18n-52.0.2/gd.xpi) = 447265 +SHA256 (xpi/firefox-i18n-52.0.2/gl.xpi) = 9b92c412edcecee43756ac709c0cd382561485ba9b2fb6c2c5e84878ed274087 +SIZE (xpi/firefox-i18n-52.0.2/gl.xpi) = 447294 +SHA256 (xpi/firefox-i18n-52.0.2/gn.xpi) = cb9fe1f0eb9f08046c96a0a60781a5f87b9d3116b6b87b1a8cc131328b413ae4 +SIZE (xpi/firefox-i18n-52.0.2/gn.xpi) = 456213 +SHA256 (xpi/firefox-i18n-52.0.2/gu-IN.xpi) = b27f5139ded670a4f58c7e2f55ee413758c9f46f9190e3398bffa8137588ae53 +SIZE (xpi/firefox-i18n-52.0.2/gu-IN.xpi) = 489365 +SHA256 (xpi/firefox-i18n-52.0.2/he.xpi) = 3975a4028cf4137fbe23f8d3daab92ba0116deabccfe9feb00be9f8bb10e9cd7 +SIZE (xpi/firefox-i18n-52.0.2/he.xpi) = 455281 +SHA256 (xpi/firefox-i18n-52.0.2/hi-IN.xpi) = 8039d71d12d43f98315d734f374461d17059b5f6d84c144f42e0e39c58bec2fd +SIZE (xpi/firefox-i18n-52.0.2/hi-IN.xpi) = 506516 +SHA256 (xpi/firefox-i18n-52.0.2/hr.xpi) = e3c7e75bc1d445a110e31aa823f2d60ba8283ceb9f1a0fb381d635a8d653c479 +SIZE (xpi/firefox-i18n-52.0.2/hr.xpi) = 447501 +SHA256 (xpi/firefox-i18n-52.0.2/hsb.xpi) = df1a7df836781b9d32ae33ebb3c01fd95b58ae75acf9e87655c7eb7114e4b08c +SIZE (xpi/firefox-i18n-52.0.2/hsb.xpi) = 457258 +SHA256 (xpi/firefox-i18n-52.0.2/hu.xpi) = 4ddcef44310b790c314e069556abb34fec9cc47fe25e0f89acfbdf2ae7c62725 +SIZE (xpi/firefox-i18n-52.0.2/hu.xpi) = 451493 +SHA256 (xpi/firefox-i18n-52.0.2/hy-AM.xpi) = 9d8227c27bee38324727681f4a6a58c2d111e38998b5c2e2be645d8a81ac5acb +SIZE (xpi/firefox-i18n-52.0.2/hy-AM.xpi) = 495771 +SHA256 (xpi/firefox-i18n-52.0.2/id.xpi) = aeb3aee8ff4066b8f5b6947c90b50daf49a42722b64ff219be7f050fbac500fa +SIZE (xpi/firefox-i18n-52.0.2/id.xpi) = 426022 +SHA256 (xpi/firefox-i18n-52.0.2/is.xpi) = 392d2e44f60ed162a0c1c662549d796d907529a7f48468c064f02daef4843300 +SIZE (xpi/firefox-i18n-52.0.2/is.xpi) = 442695 +SHA256 (xpi/firefox-i18n-52.0.2/it.xpi) = 9c61bfc7b21987c497941db6d8a7a8551e1af71deacd24b63971e000ecab3661 +SIZE (xpi/firefox-i18n-52.0.2/it.xpi) = 339219 +SHA256 (xpi/firefox-i18n-52.0.2/ja.xpi) = 631f3391dc3918369a5ef73982c020ed77566f06fef22a633828ae81b0f591c7 +SIZE (xpi/firefox-i18n-52.0.2/ja.xpi) = 488342 +SHA256 (xpi/firefox-i18n-52.0.2/kk.xpi) = 34530b6a9d15c22a9edbe43ac4d4f76e8c2a352355646ecfa3acfad236f0f1af +SIZE (xpi/firefox-i18n-52.0.2/kk.xpi) = 496937 +SHA256 (xpi/firefox-i18n-52.0.2/km.xpi) = 61fc53a527bc4c5723c71dffffc2564e413f6cc8b7ad9ba1208474e7b26ded7c +SIZE (xpi/firefox-i18n-52.0.2/km.xpi) = 520342 +SHA256 (xpi/firefox-i18n-52.0.2/kn.xpi) = b8b635b6d857a145d258fc7ef67609b4842c09de3857d3acb65058b1a9331dfa +SIZE (xpi/firefox-i18n-52.0.2/kn.xpi) = 519454 +SHA256 (xpi/firefox-i18n-52.0.2/ko.xpi) = 7b951abdbff6b3f2b1b2f074e9c2ac8c23f222a3379a40f278c7a218d1b07f32 +SIZE (xpi/firefox-i18n-52.0.2/ko.xpi) = 463629 +SHA256 (xpi/firefox-i18n-52.0.2/lij.xpi) = aa25a8a6b7bbf585199c655aabbd017e4dc11c05389e180d9e7d0df6245b7384 +SIZE (xpi/firefox-i18n-52.0.2/lij.xpi) = 421071 +SHA256 (xpi/firefox-i18n-52.0.2/lt.xpi) = a255238cff530ffaef75dcfe45bf8a22b59fae6be781da5fac3302af8c509dd1 +SIZE (xpi/firefox-i18n-52.0.2/lt.xpi) = 452234 +SHA256 (xpi/firefox-i18n-52.0.2/lv.xpi) = ca6828ae04899e618e576288bd2a45582347e31d4b1d3e3e9e27ec479cf1e280 +SIZE (xpi/firefox-i18n-52.0.2/lv.xpi) = 448449 +SHA256 (xpi/firefox-i18n-52.0.2/mai.xpi) = 02338b36d11863f61b1208a476b69dc0d1b4569500692a6041bce271d73ec488 +SIZE (xpi/firefox-i18n-52.0.2/mai.xpi) = 499838 +SHA256 (xpi/firefox-i18n-52.0.2/mk.xpi) = cccd132a530a4a0bd20e573a5b9eb01e20a6b214b4dcb4b0b5172d438ad09098 +SIZE (xpi/firefox-i18n-52.0.2/mk.xpi) = 496198 +SHA256 (xpi/firefox-i18n-52.0.2/ml.xpi) = 8a06f9959060884b660b7e0c7d8ac5bca3af2cbede25fabcada56c450147cfe9 +SIZE (xpi/firefox-i18n-52.0.2/ml.xpi) = 516485 +SHA256 (xpi/firefox-i18n-52.0.2/mr.xpi) = cdd57ca6da4964c3d85db9ae5b66344ea37b462e5c6a8d67cab9c5984942b9b8 +SIZE (xpi/firefox-i18n-52.0.2/mr.xpi) = 502429 +SHA256 (xpi/firefox-i18n-52.0.2/ms.xpi) = 575abeeaa27eadb22bb7db64455d2ea3a0e1e1489e4649084b5da888dd6a3ef5 +SIZE (xpi/firefox-i18n-52.0.2/ms.xpi) = 435989 +SHA256 (xpi/firefox-i18n-52.0.2/nb-NO.xpi) = 0eb0571fe1f2ce42b531e872a75e144905feb9df3a5222539cb57625c732b1c1 +SIZE (xpi/firefox-i18n-52.0.2/nb-NO.xpi) = 434410 +SHA256 (xpi/firefox-i18n-52.0.2/nl.xpi) = f087cb5cfc1ca8a8099f1780eb4af54d45634f3b29413007cc43054c8ac0312b +SIZE (xpi/firefox-i18n-52.0.2/nl.xpi) = 432005 +SHA256 (xpi/firefox-i18n-52.0.2/nn-NO.xpi) = 36f8c050f21d068f1af7305258273257c66087849d1bb28970075057f6636434 +SIZE (xpi/firefox-i18n-52.0.2/nn-NO.xpi) = 428642 +SHA256 (xpi/firefox-i18n-52.0.2/or.xpi) = 1da04e28aa10b9af5e4f964674116a14905480d346f054f0dbf6ee69d5543a7b +SIZE (xpi/firefox-i18n-52.0.2/or.xpi) = 496914 +SHA256 (xpi/firefox-i18n-52.0.2/pa-IN.xpi) = f1ffa9dbfef26c65187a76d85c88cdea8fd4351fa0a7deda8d53c9af5aa3b78a +SIZE (xpi/firefox-i18n-52.0.2/pa-IN.xpi) = 476585 +SHA256 (xpi/firefox-i18n-52.0.2/pl.xpi) = e80cc845cd383cda82fdc2bb0e4e0ddeb4029558546d2bc03e3d8239eacb8463 +SIZE (xpi/firefox-i18n-52.0.2/pl.xpi) = 352850 +SHA256 (xpi/firefox-i18n-52.0.2/pt-BR.xpi) = 9e452c0562f4241302ffe682967d8635805c9733e2b7cbde2a57bca1df4d6e52 +SIZE (xpi/firefox-i18n-52.0.2/pt-BR.xpi) = 438168 +SHA256 (xpi/firefox-i18n-52.0.2/pt-PT.xpi) = 914ad44b853ef8eb25c8c255619b467dba4329be5e76ece189de72c43d5e39b5 +SIZE (xpi/firefox-i18n-52.0.2/pt-PT.xpi) = 436725 +SHA256 (xpi/firefox-i18n-52.0.2/rm.xpi) = 07c385a14377d8eeba68406ab1dd40b8506147c55133bb604b048e1543bf1821 +SIZE (xpi/firefox-i18n-52.0.2/rm.xpi) = 434607 +SHA256 (xpi/firefox-i18n-52.0.2/ro.xpi) = 60198c04cdab52fd275abe62f56e04289ae7a22f7d84cdf61a06589431557168 +SIZE (xpi/firefox-i18n-52.0.2/ro.xpi) = 449935 +SHA256 (xpi/firefox-i18n-52.0.2/ru.xpi) = 619efb022f7eedefb5c3e3e9038bf6dd3e95fc73f1de8049b97631110560c93f +SIZE (xpi/firefox-i18n-52.0.2/ru.xpi) = 395362 +SHA256 (xpi/firefox-i18n-52.0.2/si.xpi) = 4e90ee6fba5bebd359541af331a0728131476e41e2b02d774f9da6b7e3e808df +SIZE (xpi/firefox-i18n-52.0.2/si.xpi) = 491957 +SHA256 (xpi/firefox-i18n-52.0.2/sk.xpi) = 21e46ea68503a8058188822dc774a9463ae60a60642bfa0b750c39c7f356aa19 +SIZE (xpi/firefox-i18n-52.0.2/sk.xpi) = 455817 +SHA256 (xpi/firefox-i18n-52.0.2/sl.xpi) = d7960ff34578f09f4d9caa5630d7550b22235f36ab2b4ac876dcdd0192a444a7 +SIZE (xpi/firefox-i18n-52.0.2/sl.xpi) = 433481 +SHA256 (xpi/firefox-i18n-52.0.2/son.xpi) = bdc20ab4dacf72d375dc22677134e0b57cd79705e8a86dfcc9376e33b2fde193 +SIZE (xpi/firefox-i18n-52.0.2/son.xpi) = 435126 +SHA256 (xpi/firefox-i18n-52.0.2/sq.xpi) = 42769c0e78ae845c439a606480bfe38cf7a0f0428e692f1ccb54ae9490619a1d +SIZE (xpi/firefox-i18n-52.0.2/sq.xpi) = 448154 +SHA256 (xpi/firefox-i18n-52.0.2/sr.xpi) = 91eaa2f539233af915e816d2d0c165828e1b877b7ada63e86b43207900e30473 +SIZE (xpi/firefox-i18n-52.0.2/sr.xpi) = 463392 +SHA256 (xpi/firefox-i18n-52.0.2/sv-SE.xpi) = ebdfc72bec47311ccc4fb3c8d89de3ee82d6eba28a1e93a0864512f8a9df50fc +SIZE (xpi/firefox-i18n-52.0.2/sv-SE.xpi) = 441179 +SHA256 (xpi/firefox-i18n-52.0.2/ta.xpi) = a7c06a0a0275ea9df6a496b158ae13f58943811e29ceeec98697ba3c3a1a2f51 +SIZE (xpi/firefox-i18n-52.0.2/ta.xpi) = 494798 +SHA256 (xpi/firefox-i18n-52.0.2/te.xpi) = 8b91189605191a3704754f6421f7c2fb0dabc1237d44ec18b222b197b069be43 +SIZE (xpi/firefox-i18n-52.0.2/te.xpi) = 515239 +SHA256 (xpi/firefox-i18n-52.0.2/th.xpi) = 1309494d11a907096e04251978e090d85faa01af0672935cbef69e07ef513e83 +SIZE (xpi/firefox-i18n-52.0.2/th.xpi) = 489377 +SHA256 (xpi/firefox-i18n-52.0.2/tr.xpi) = 0e3b4defe3da096b0592fe2140bfa1a2f1d3471c6197f7c3fc3944f5a98c63ca +SIZE (xpi/firefox-i18n-52.0.2/tr.xpi) = 443670 +SHA256 (xpi/firefox-i18n-52.0.2/uk.xpi) = ce9e641feac457f804eb3654f8bbfbf57c8a5574185f09e13ed636b3b4b6cfe2 +SIZE (xpi/firefox-i18n-52.0.2/uk.xpi) = 495093 +SHA256 (xpi/firefox-i18n-52.0.2/uz.xpi) = 649a1bd017a6230868ce99eb55dab3ad6e27e443ba96f0fd6382e095006aaa4a +SIZE (xpi/firefox-i18n-52.0.2/uz.xpi) = 447914 +SHA256 (xpi/firefox-i18n-52.0.2/vi.xpi) = 7a8bc3e7c68853b2a32321a180d431522528bc2574cff6d37f565f58a32e2773 +SIZE (xpi/firefox-i18n-52.0.2/vi.xpi) = 450803 +SHA256 (xpi/firefox-i18n-52.0.2/xh.xpi) = bb5b38a0c4edf7b777efbff8c2f832ee9422247257d0cc25c5257122e76cdfb9 +SIZE (xpi/firefox-i18n-52.0.2/xh.xpi) = 441170 +SHA256 (xpi/firefox-i18n-52.0.2/zh-CN.xpi) = b09d4dc5567d0e147c4d1ed623a65f44f60ad67601b7d285f5d5658901c594db +SIZE (xpi/firefox-i18n-52.0.2/zh-CN.xpi) = 461691 +SHA256 (xpi/firefox-i18n-52.0.2/zh-TW.xpi) = 26061af5b560a3df1657f589741fd551c607142cb775981492bdfad888fc4cb8 +SIZE (xpi/firefox-i18n-52.0.2/zh-TW.xpi) = 472532 Modified: branches/2017Q1/www/firefox/Makefile ============================================================================== --- branches/2017Q1/www/firefox/Makefile Tue Mar 28 10:15:15 2017 (r437113) +++ branches/2017Q1/www/firefox/Makefile Tue Mar 28 10:17:22 2017 (r437114) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.0.1 +DISTVERSION= 52.0.2 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2017Q1/www/firefox/distinfo ============================================================================== --- branches/2017Q1/www/firefox/distinfo Tue Mar 28 10:15:15 2017 (r437113) +++ branches/2017Q1/www/firefox/distinfo Tue Mar 28 10:17:22 2017 (r437114) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489752281 -SHA256 (firefox-52.0.1.source.tar.xz) = 2ea8659c787c6a9d2b1fdadbb3171b3a6d3ef3d61fbaaa8e40fa14cfd0b82dd9 -SIZE (firefox-52.0.1.source.tar.xz) = 211464084 +TIMESTAMP = 1490348850 +SHA256 (firefox-52.0.2.source.tar.xz) = 2927a9a097be69338ed2a4aa94f063669e447e59fbcd28da76c7bb180ed16230 +SIZE (firefox-52.0.2.source.tar.xz) = 211407880 From owner-svn-ports-all@freebsd.org Tue Mar 28 10:49:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CCB0D20AD9; Tue, 28 Mar 2017 10:49:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB166659; Tue, 28 Mar 2017 10:49:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SAnnQS027939; Tue, 28 Mar 2017 10:49:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SAnmet027930; Tue, 28 Mar 2017 10:49:48 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703281049.v2SAnmet027930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 10:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437115 - in head/net: . qoauth-qt5 qoauth-qt5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 10:49:50 -0000 Author: rakuco Date: Tue Mar 28 10:49:48 2017 New Revision: 437115 URL: https://svnweb.freebsd.org/changeset/ports/437115 Log: New port: net/qoauth-qt5. This is the Qt5 version of net/qoauth. The port was originally created by fluffy@ in our area51 repository, and later worked on by tcberner@. QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way. WWW: https://github.com/ayoy/qoauth Added: head/net/qoauth-qt5/ head/net/qoauth-qt5/Makefile (contents, props changed) head/net/qoauth-qt5/distinfo (contents, props changed) head/net/qoauth-qt5/files/ head/net/qoauth-qt5/files/patch-oauth.prf (contents, props changed) head/net/qoauth-qt5/files/patch-src_pcfile.sh (contents, props changed) head/net/qoauth-qt5/files/patch-src_src.pro (contents, props changed) head/net/qoauth-qt5/pkg-descr (contents, props changed) head/net/qoauth-qt5/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Mar 28 10:17:22 2017 (r437114) +++ head/net/Makefile Tue Mar 28 10:49:48 2017 (r437115) @@ -1076,6 +1076,7 @@ SUBDIR += qadsl SUBDIR += qjsonrpc SUBDIR += qoauth + SUBDIR += qoauth-qt5 SUBDIR += qt4-network SUBDIR += qt5-network SUBDIR += qtweetlib Added: head/net/qoauth-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/Makefile Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,25 @@ +# Created by: Dima Panov +# $FreeBSD$ + +PORTNAME= qoauth +PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= v +CATEGORIES= net devel security +PKGNAMESUFFIX= -qt5 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt5 support for OAuth-powered network services + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5 + +USES= qmake:outsource +USE_LDCONFIG= yes +USE_QT5= core network testlib buildtools_build qmake_build + +USE_GITHUB= yes +GH_ACCOUNT= ayoy + +.include Added: head/net/qoauth-qt5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/distinfo Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483780221 +SHA256 (ayoy-qoauth-v2.0.0_GH0.tar.gz) = a28005986410d333e03d077679cdf6c504ec5a33342867dc0f9fb0b74285e333 +SIZE (ayoy-qoauth-v2.0.0_GH0.tar.gz) = 53207 Added: head/net/qoauth-qt5/files/patch-oauth.prf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/files/patch-oauth.prf Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,14 @@ +--- oauth.prf.orig 2016-11-28 17:52:39 UTC ++++ oauth.prf +@@ -31,9 +31,9 @@ mac: { + # else, link normally + isEmpty(LINKAGE) { + exists($$PWD/qoauth.pro): INCLUDEPATH += $$QOAUTH_INCDIR +- else: INCLUDEPATH += $$QOAUTH_INCDIR/QtOAuth ++ else: INCLUDEPATH += $$QOAUTH_INCDIR/QtOAuth-qt5 + LIBS += -L$$QOAUTH_LIBDIR +- LINKAGE = -lqoauth ++ LINKAGE = -lqoauth-qt5 + CONFIG(debug, debug|release) { + windows:LINKAGE = -lqoauthd1 + mac:LINKAGE = -lqoauth_debug Added: head/net/qoauth-qt5/files/patch-src_pcfile.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/files/patch-src_pcfile.sh Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,19 @@ +--- src/pcfile.sh.orig 2016-11-28 17:52:39 UTC ++++ src/pcfile.sh +@@ -5,11 +5,11 @@ + echo "prefix=$1 + exec_prefix=\${prefix} + libdir=\${prefix}/lib +-includedir=\${prefix}/include/QtOAuth ++includedir=\${prefix}/include/QtOAuth-qt5 + +-Name: QOAuth ++Name: QOAuth-qt5 + Description: Qt OAuth support library + Version: $2 +-Requires: QtCore QtNetwork qca2 +-Libs: -L\${libdir} -lqoauth +-Cflags: -I\${includedir}" > qoauth.pc ++Requires: Qt5Core Qt5Network qca2-qt5 ++Libs: -L\${libdir} -lqoauth-qt5 ++Cflags: -I\${includedir}" > qoauth-qt5.pc Added: head/net/qoauth-qt5/files/patch-src_src.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/files/patch-src_src.pro Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,29 @@ +--- src/src.pro.orig 2016-11-28 17:52:39 UTC ++++ src/src.pro +@@ -1,4 +1,4 @@ +-TARGET = qoauth ++TARGET = qoauth-qt5 + DESTDIR = ../lib + win32:DLLDESTDIR = $${DESTDIR} + +@@ -78,7 +78,7 @@ else:unix { + + # this creates a pkgconfig file + system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} ) +- pkgconfig.files = qoauth.pc ++ pkgconfig.files = qoauth-qt5.pc + + contains(QMAKE_HOST.arch, x86_64) { + target.path = $${INSTALL_PREFIX}/lib64 +@@ -86,9 +86,9 @@ else:unix { + target.path = $${INSTALL_PREFIX}/lib + } + +- headers.path = $${INSTALL_PREFIX}/include/QtOAuth ++ headers.path = $${INSTALL_PREFIX}/include/QtOAuth-qt5/QtOAuth + docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html +- pkgconfig.path = $${target.path}/pkgconfig ++ pkgconfig.path = $${INSTALL_PREFIX}/libdata/pkgconfig + INSTALLS += \ + target \ + headers \ Added: head/net/qoauth-qt5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/pkg-descr Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,4 @@ +QOAuth is an attempt to support interaction with OAuth-powered network services +in a Qt way + +WWW: https://github.com/ayoy/qoauth Added: head/net/qoauth-qt5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qoauth-qt5/pkg-plist Tue Mar 28 10:49:48 2017 (r437115) @@ -0,0 +1,11 @@ +include/QtOAuth-qt5/QtOAuth/QtOAuth +include/QtOAuth-qt5/QtOAuth/interface.h +include/QtOAuth-qt5/QtOAuth/qoauth_global.h +include/QtOAuth-qt5/QtOAuth/qoauth_namespace.h +lib/libqoauth-qt5.prl +lib/libqoauth-qt5.so +lib/libqoauth-qt5.so.2 +lib/libqoauth-qt5.so.2.0 +lib/libqoauth-qt5.so.2.0.0 +%%QT_MKSPECDIR%%/features/oauth.prf +libdata/pkgconfig/qoauth-qt5.pc From owner-svn-ports-all@freebsd.org Tue Mar 28 11:02:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6282FD2100A; Tue, 28 Mar 2017 11:02:20 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F4EFDA; Tue, 28 Mar 2017 11:02:20 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SB2Je3035143; Tue, 28 Mar 2017 11:02:19 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SB2JUj035141; Tue, 28 Mar 2017 11:02:19 GMT (envelope-from des@FreeBSD.org) Message-Id: <201703281102.v2SB2JUj035141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Tue, 28 Mar 2017 11:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437116 - head/net/p5-srv2pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 11:02:20 -0000 Author: des Date: Tue Mar 28 11:02:18 2017 New Revision: 437116 URL: https://svnweb.freebsd.org/changeset/ports/437116 Log: Upgrade to latest version. Modified: head/net/p5-srv2pf/Makefile head/net/p5-srv2pf/distinfo Modified: head/net/p5-srv2pf/Makefile ============================================================================== --- head/net/p5-srv2pf/Makefile Tue Mar 28 10:49:48 2017 (r437115) +++ head/net/p5-srv2pf/Makefile Tue Mar 28 11:02:18 2017 (r437116) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= srv2pf -PORTVERSION= 20170226 +PORTVERSION= 20170328 CATEGORIES= net MASTER_SITES= GH PKGNAMEPREFIX= p5- Modified: head/net/p5-srv2pf/distinfo ============================================================================== --- head/net/p5-srv2pf/distinfo Tue Mar 28 10:49:48 2017 (r437115) +++ head/net/p5-srv2pf/distinfo Tue Mar 28 11:02:18 2017 (r437116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488131935 -SHA256 (dag-erling-srv2pf-20170226_GH0.tar.gz) = deafde5af231301907ee50bc7e59fc475a5258cd7acdd3cde04401c10c23603b -SIZE (dag-erling-srv2pf-20170226_GH0.tar.gz) = 4938 +TIMESTAMP = 1490697631 +SHA256 (dag-erling-srv2pf-20170328_GH0.tar.gz) = face26cf9f1ef715d96b6e87321fc864ed943e102ddbb23c5db25ca5cd8bd91e +SIZE (dag-erling-srv2pf-20170328_GH0.tar.gz) = 4945 From owner-svn-ports-all@freebsd.org Tue Mar 28 11:02:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40C57D21194; Tue, 28 Mar 2017 11:02:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8F97A; Tue, 28 Mar 2017 11:02:26 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SB2QqO036101; Tue, 28 Mar 2017 11:02:26 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SB2Pfr036099; Tue, 28 Mar 2017 11:02:25 GMT (envelope-from des@FreeBSD.org) Message-Id: <201703281102.v2SB2Pfr036099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Tue, 28 Mar 2017 11:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437117 - head/net/p5-ldap2pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 11:02:27 -0000 Author: des Date: Tue Mar 28 11:02:25 2017 New Revision: 437117 URL: https://svnweb.freebsd.org/changeset/ports/437117 Log: Upgrade to latest version. Modified: head/net/p5-ldap2pf/Makefile head/net/p5-ldap2pf/distinfo Modified: head/net/p5-ldap2pf/Makefile ============================================================================== --- head/net/p5-ldap2pf/Makefile Tue Mar 28 11:02:18 2017 (r437116) +++ head/net/p5-ldap2pf/Makefile Tue Mar 28 11:02:25 2017 (r437117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap2pf -PORTVERSION= 20170226 +PORTVERSION= 20170328 CATEGORIES= net MASTER_SITES= GH PKGNAMEPREFIX= p5- Modified: head/net/p5-ldap2pf/distinfo ============================================================================== --- head/net/p5-ldap2pf/distinfo Tue Mar 28 11:02:18 2017 (r437116) +++ head/net/p5-ldap2pf/distinfo Tue Mar 28 11:02:25 2017 (r437117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488131991 -SHA256 (dag-erling-ldap2pf-20170226_GH0.tar.gz) = cc578834dd4ed29be23e109187fef48d3dc2b0605a473b9b3b9fb09dcde8a8ea -SIZE (dag-erling-ldap2pf-20170226_GH0.tar.gz) = 6776 +TIMESTAMP = 1490697590 +SHA256 (dag-erling-ldap2pf-20170328_GH0.tar.gz) = cfff79f4fa7bd48df69fdc9a3e38d1dbcc501e44a3192d5640eacd0f577f56b3 +SIZE (dag-erling-ldap2pf-20170328_GH0.tar.gz) = 6802 From owner-svn-ports-all@freebsd.org Tue Mar 28 11:03:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15A03D2125B; Tue, 28 Mar 2017 11:03:32 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D68F0288; Tue, 28 Mar 2017 11:03:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SB3UFs036270; Tue, 28 Mar 2017 11:03:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SB3UMU036268; Tue, 28 Mar 2017 11:03:30 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703281103.v2SB3UMU036268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 11:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437118 - head/net/qoauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 11:03:32 -0000 Author: rakuco Date: Tue Mar 28 11:03:30 2017 New Revision: 437118 URL: https://svnweb.freebsd.org/changeset/ports/437118 Log: Update to 2.0.0. Making qoauth-qt5 a slave port (or vice-versa) is currently left as an exercise to the reader. Modified: head/net/qoauth/Makefile head/net/qoauth/distinfo Modified: head/net/qoauth/Makefile ============================================================================== --- head/net/qoauth/Makefile Tue Mar 28 11:02:25 2017 (r437117) +++ head/net/qoauth/Makefile Tue Mar 28 11:03:30 2017 (r437118) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= qoauth -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= v CATEGORIES= net devel security -MASTER_SITES= http://files.ayoy.net/qoauth/release/${PORTVERSION}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4 support for OAuth-powered network services +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libqca.so:devel/qca -USES= qmake tar:bzip2 ssl +USES= qmake:outsource USE_LDCONFIG= yes USE_QT4= corelib qtestlib network moc_build +USE_GITHUB= yes +GH_ACCOUNT= ayoy + post-patch: @${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \ ${WRKSRC}/src/src.pro Modified: head/net/qoauth/distinfo ============================================================================== --- head/net/qoauth/distinfo Tue Mar 28 11:02:25 2017 (r437117) +++ head/net/qoauth/distinfo Tue Mar 28 11:03:30 2017 (r437118) @@ -1,2 +1,3 @@ -SHA256 (qoauth-1.0.1-src.tar.bz2) = b8579a77cecb07928e557c4a019db902a0f040b22f7926f147299e87ac5a54fd -SIZE (qoauth-1.0.1-src.tar.bz2) = 42298 +TIMESTAMP = 1490694675 +SHA256 (ayoy-qoauth-v2.0.0_GH0.tar.gz) = a28005986410d333e03d077679cdf6c504ec5a33342867dc0f9fb0b74285e333 +SIZE (ayoy-qoauth-v2.0.0_GH0.tar.gz) = 53207 From owner-svn-ports-all@freebsd.org Tue Mar 28 12:00:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0322D2284C; Tue, 28 Mar 2017 12:00:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC23F82; Tue, 28 Mar 2017 12:00:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SC0Arn057894; Tue, 28 Mar 2017 12:00:10 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SC0A7e057888; Tue, 28 Mar 2017 12:00:10 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703281200.v2SC0A7e057888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 28 Mar 2017 12:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437119 - in head/sysutils: . solaar solaar/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:00:11 -0000 Author: tobik Date: Tue Mar 28 12:00:09 2017 New Revision: 437119 URL: https://svnweb.freebsd.org/changeset/ports/437119 Log: New port: sysutils/solaar Solaar is a device manager for Logitech's Unifying Receiver. It is able to pair/unpair devices to the receiver, and for most devices read battery status. It comes in two flavors, command-line and GUI. Both are able to list the devices paired to a Unifying Receiver, show detailed info for each device, and also pair/unpair supported devices with the receiver. WWW: https://pwr.github.io/Solaar/ Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10155 Added: head/sysutils/solaar/ head/sysutils/solaar/Makefile (contents, props changed) head/sysutils/solaar/distinfo (contents, props changed) head/sysutils/solaar/files/ head/sysutils/solaar/files/hidapi.py (contents, props changed) head/sysutils/solaar/files/patch-setup.py (contents, props changed) head/sysutils/solaar/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 28 11:03:30 2017 (r437118) +++ head/sysutils/Makefile Tue Mar 28 12:00:09 2017 (r437119) @@ -1076,6 +1076,7 @@ SUBDIR += snowlog SUBDIR += socket SUBDIR += socklog + SUBDIR += solaar SUBDIR += sortu SUBDIR += spindown SUBDIR += spinner Added: head/sysutils/solaar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/solaar/Makefile Tue Mar 28 12:00:09 2017 (r437119) @@ -0,0 +1,43 @@ +# $FreeBSD$ + +PORTNAME= solaar +PORTVERSION= g20170327 +CATEGORIES= sysutils + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Device manager for the Logitech Unifying Receiver + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +# libhidapi.so is only loaded at runtime via ctypes (dlopen) +RUN_DEPENDS= ${LOCALBASE}/lib/libhidapi.so:comms/hidapi + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= pwr +GH_PROJECT= Solaar +# The latest release is from 2013 and there is not going to be a new +# release for now: +# https://github.com/pwr/Solaar/issues/288 +# https://github.com/pwr/Solaar/issues/296 +GH_TAGNAME= 53ec751 + +NO_ARCH= yes + +OPTIONS_DEFINE= GUI +GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py${PYTHON_MAJOR_VER:S/2//}-gobject3 + +post-patch: + @${CP} ${FILESDIR}/hidapi.py ${WRKSRC}/lib/hidapi/udev.py + @${REINPLACE_CMD} -e '/pyudev/d' \ + -e 's|python-gi|${PYTHON_PKGNAMEPREFIX}gobject3|' \ + ${WRKSRC}/lib/solaar/gtk.py + @${REINPLACE_CMD} 's|receiver\.path\.split.*|receiver.path)|' \ + ${WRKSRC}/lib/logitech_receiver/listener.py + @${REINPLACE_CMD} 's|[[:<:]]cmd[[:>:]]|action|' \ + ${WRKSRC}/lib/solaar/cli/__init__.py + +.include Added: head/sysutils/solaar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/solaar/distinfo Tue Mar 28 12:00:09 2017 (r437119) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490648037 +SHA256 (pwr-Solaar-g20170327-53ec751_GH0.tar.gz) = 0dca927e30c5436215d732a328d72f6d73b2a1878df6efa4ba054b1dbec9310f +SIZE (pwr-Solaar-g20170327-53ec751_GH0.tar.gz) = 1189828 Added: head/sysutils/solaar/files/hidapi.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/solaar/files/hidapi.py Tue Mar 28 12:00:09 2017 (r437119) @@ -0,0 +1,186 @@ +# $FreeBSD$ +# This is based on previous support for libhidapi which was dropped in +# upstream commit f5d2eba. +import ctypes as _C +from struct import pack as _pack + +_native = _C.CDLL("libhidapi.so") + +class _NativeDeviceInfo(_C.Structure): + pass +_NativeDeviceInfo._fields_ = [ + ('path', _C.c_char_p), + ('vendor_id', _C.c_ushort), + ('product_id', _C.c_ushort), + ('serial', _C.c_wchar_p), + ('release', _C.c_ushort), + ('manufacturer', _C.c_wchar_p), + ('product', _C.c_wchar_p), + ('usage_page', _C.c_ushort), + ('usage', _C.c_ushort), + ('interface', _C.c_int), + ('next_device', _C.POINTER(_NativeDeviceInfo)) +] + +from collections import namedtuple +DeviceInfo = namedtuple('DeviceInfo', [ + 'path', + 'vendor_id', + 'product_id', + 'serial', + 'release', + 'manufacturer', + 'product', + 'interface', + 'driver', +]) +del namedtuple + +def _makeDeviceInfo(native_device_info): + return DeviceInfo( + path=native_device_info.path.decode('ascii'), + vendor_id=hex(native_device_info.vendor_id)[2:].zfill(4), + product_id=hex(native_device_info.product_id)[2:].zfill(4), + serial=native_device_info.serial if native_device_info.serial else None, + release=hex(native_device_info.release)[2:], + manufacturer=native_device_info.manufacturer, + product=native_device_info.product, + interface=native_device_info.interface, + driver=None) + +_native.hid_init.argtypes = None +_native.hid_init.restype = _C.c_int + +_native.hid_exit.argtypes = None +_native.hid_exit.restype = _C.c_int + +_native.hid_enumerate.argtypes = [_C.c_ushort, _C.c_ushort] +_native.hid_enumerate.restype = _C.POINTER(_NativeDeviceInfo) + +_native.hid_free_enumeration.argtypes = [_C.POINTER(_NativeDeviceInfo)] +_native.hid_free_enumeration.restype = None + +_native.hid_open.argtypes = [_C.c_ushort, _C.c_ushort, _C.c_wchar_p] +_native.hid_open.restype = _C.c_void_p + +_native.hid_open_path.argtypes = [_C.c_char_p] +_native.hid_open_path.restype = _C.c_void_p + +_native.hid_close.argtypes = [_C.c_void_p] +_native.hid_close.restype = None + +_native.hid_write.argtypes = [_C.c_void_p, _C.c_char_p, _C.c_size_t] +_native.hid_write.restype = _C.c_int + +_native.hid_read.argtypes = [_C.c_void_p, _C.c_char_p, _C.c_size_t] +_native.hid_read.restype = _C.c_int + +_native.hid_read_timeout.argtypes = [_C.c_void_p, _C.c_char_p, _C.c_size_t, _C.c_int] +_native.hid_read_timeout.restype = _C.c_int + +_native.hid_set_nonblocking.argtypes = [_C.c_void_p, _C.c_int] +_native.hid_set_nonblocking.restype = _C.c_int + +_native.hid_send_feature_report.argtypes = [_C.c_void_p, _C.c_char_p, _C.c_size_t] +_native.hid_send_feature_report.restype = _C.c_int + +_native.hid_get_feature_report.argtypes = [_C.c_void_p, _C.c_char_p, _C.c_size_t] +_native.hid_get_feature_report.restype = _C.c_int + +_native.hid_get_manufacturer_string.argtypes = [_C.c_void_p, _C.c_wchar_p, _C.c_size_t] +_native.hid_get_manufacturer_string.restype = _C.c_int + +_native.hid_get_product_string.argtypes = [_C.c_void_p, _C.c_wchar_p, _C.c_size_t] +_native.hid_get_product_string.restype = _C.c_int + +_native.hid_get_serial_number_string.argtypes = [_C.c_void_p, _C.c_wchar_p, _C.c_size_t] +_native.hid_get_serial_number_string.restype = _C.c_int + +_native.hid_get_indexed_string.argtypes = [_C.c_void_p, _C.c_int, _C.c_wchar_p, _C.c_size_t] +_native.hid_get_indexed_string.restype = _C.c_int + +_native.hid_error.argtypes = [_C.c_void_p] +_native.hid_error.restype = _C.c_wchar_p + +def init(): + return _native.hid_init() == 0 + +def exit(): + return _native.hid_exit() == 0 + +def monitor_glib(callback, *device_filters): + pass + +def enumerate(vendor_id=None, product_id=None, interface_number=None, hid_driver=None): + devices = _native.hid_enumerate(vendor_id, product_id) + d = devices + while d: + if interface_number is None or interface_number == d.contents.interface: + yield _makeDeviceInfo(d.contents) + d = d.contents.next_device + + if devices: + _native.hid_free_enumeration(devices) + +def open(vendor_id, product_id, serial=None): + return _native.hid_open(vendor_id, product_id, serial) or None + +def open_path(device_path): + if type(device_path) == str: + device_path = device_path.encode('ascii') + return _native.hid_open_path(device_path) or None + +def close(device_handle): + _native.hid_close(device_handle) + +def write(device_handle, data): + bytes_written = _native.hid_write(device_handle, _C.c_char_p(data), len(data)) + if bytes_written != len(data): + raise IOError(_errno.EIO, 'written %d bytes out of expected %d' % (bytes_written, len(data))) + +def read(device_handle, bytes_count, timeout_ms=-1): + out_buffer = _C.create_string_buffer(b'\x00' * (bytes_count + 1)) + bytes_read = _native.hid_read_timeout(device_handle, out_buffer, bytes_count, timeout_ms) + if bytes_read == -1: + return None + if bytes_read == 0: + return b'' + return out_buffer[:bytes_read] + +def send_feature_report(device_handle, data, report_number=None): + if report_number is not None: + data = _pack(b'!B', report_number) + data + bytes_written = _native.hid_send_feature_report(device_handle, _C.c_char_p(data), len(data)) + return bytes_written > -1 + +def get_feature_report(device_handle, bytes_count, report_number=None): + out_buffer = _C.create_string_buffer('\x00' * (bytes_count + 2)) + if report_number is not None: + out_buffer[0] = _pack(b'!B', report_number) + bytes_read = _native.hid_get_feature_report(device_handle, out_buffer, bytes_count) + if bytes_read > -1: + return out_buffer[:bytes_read] + +def _read_wchar(func, device_handle, index=None): + _BUFFER_SIZE = 64 + buf = _C.create_unicode_buffer('\x00' * _BUFFER_SIZE) + if index is None: + ok = func(device_handle, buf, _BUFFER_SIZE) + else: + ok = func(device_handle, index, buf, _BUFFER_SIZE) + if ok == 0: + return buf.value + +def get_manufacturer(device_handle): + return _read_wchar(_native.hid_get_manufacturer_string, device_handle) + +def get_product(device_handle): + return _read_wchar(_native.hid_get_product_string, device_handle) + +def get_serial(device_handle): + serial = _read_wchar(_native.hid_get_serial_number_string, device_handle) + if serial is not None: + return ''.join(hex(ord(c)) for c in serial) + +def get_indexed_string(device_handle, index): + return _read_wchar(_native.hid_get_indexed_string, device_handle, index) Added: head/sysutils/solaar/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/solaar/files/patch-setup.py Tue Mar 28 12:00:09 2017 (r437119) @@ -0,0 +1,32 @@ +--- setup.py.orig 2017-03-20 23:07:26 UTC ++++ setup.py +@@ -6,10 +6,8 @@ from distutils.core import setup + autostart_path = '/etc/xdg/autostart' + + import sys +-backup_path_0 = sys.path[0] +-sys.path[0] = backup_path_0 + '/lib' +-from solaar import NAME, __version__ +-sys.path[0] = backup_path_0 ++NAME = 'Solaar' ++__version__ = '0.9.2' + + if 'install' in sys.argv: + # naively guess where the autostart .desktop file should be installed +@@ -22,7 +20,7 @@ if 'install' in sys.argv: + autostart_path = path.join(xdg_config_home, 'autostart') + del environ, path, xdg_config_home + +-del sys, backup_path_0 ++del sys + + + def _data_files(): +@@ -36,7 +34,6 @@ def _data_files(): + yield _dirname(mo), [mo] + + yield 'share/applications', ['share/applications/solaar.desktop'] +- yield autostart_path, ['share/applications/solaar.desktop'] + + del _dirname + Added: head/sysutils/solaar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/solaar/pkg-descr Tue Mar 28 12:00:09 2017 (r437119) @@ -0,0 +1,9 @@ +Solaar is a device manager for Logitech's Unifying Receiver. It is +able to pair/unpair devices to the receiver, and for most devices read +battery status. + +It comes in two flavors, command-line and GUI. Both are able to list +the devices paired to a Unifying Receiver, show detailed info for each +device, and also pair/unpair supported devices with the receiver. + +WWW: https://pwr.github.io/Solaar/ From owner-svn-ports-all@freebsd.org Tue Mar 28 12:00:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CCA6D2295C; Tue, 28 Mar 2017 12:00:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C49E1176; Tue, 28 Mar 2017 12:00:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SC0bEN058042; Tue, 28 Mar 2017 12:00:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SC0bLV058040; Tue, 28 Mar 2017 12:00:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703281200.v2SC0bLV058040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 12:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437120 - in head/net/py-pysendfile: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:00:38 -0000 Author: lwhsu Date: Tue Mar 28 12:00:37 2017 New Revision: 437120 URL: https://svnweb.freebsd.org/changeset/ports/437120 Log: - Update to 2.0.1 Approved by: koobs (maintainer) Deleted: head/net/py-pysendfile/files/ Modified: head/net/py-pysendfile/Makefile head/net/py-pysendfile/distinfo Modified: head/net/py-pysendfile/Makefile ============================================================================== --- head/net/py-pysendfile/Makefile Tue Mar 28 12:00:09 2017 (r437119) +++ head/net/py-pysendfile/Makefile Tue Mar 28 12:00:37 2017 (r437120) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pysendfile -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= net python devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org @@ -13,10 +12,6 @@ COMMENT= Python interface to sendfile(2) LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - CONFLICTS_INSTALL= py*-sendfile-[0-9]* USES= python Modified: head/net/py-pysendfile/distinfo ============================================================================== --- head/net/py-pysendfile/distinfo Tue Mar 28 12:00:09 2017 (r437119) +++ head/net/py-pysendfile/distinfo Tue Mar 28 12:00:37 2017 (r437120) @@ -1,2 +1,3 @@ -SHA256 (pysendfile-2.0.0.tar.gz) = b7b747e47f2b1b16942d8db9139e0f0f70546ca80a06460bd5abfdc7a1bca957 -SIZE (pysendfile-2.0.0.tar.gz) = 11155 +TIMESTAMP = 1490700938 +SHA256 (pysendfile-2.0.1.tar.gz) = 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17 +SIZE (pysendfile-2.0.1.tar.gz) = 19315 From owner-svn-ports-all@freebsd.org Tue Mar 28 12:02:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07EB3D22D3F; Tue, 28 Mar 2017 12:02:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C90DB1617; Tue, 28 Mar 2017 12:02:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SC27Fq060950; Tue, 28 Mar 2017 12:02:07 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SC27PG060949; Tue, 28 Mar 2017 12:02:07 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703281202.v2SC27PG060949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 12:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437121 - head/net/py-pysendfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:02:09 -0000 Author: lwhsu Date: Tue Mar 28 12:02:07 2017 New Revision: 437121 URL: https://svnweb.freebsd.org/changeset/ports/437121 Log: - Update WWW Modified: head/net/py-pysendfile/pkg-descr Modified: head/net/py-pysendfile/pkg-descr ============================================================================== --- head/net/py-pysendfile/pkg-descr Tue Mar 28 12:00:37 2017 (r437120) +++ head/net/py-pysendfile/pkg-descr Tue Mar 28 12:02:07 2017 (r437121) @@ -3,4 +3,4 @@ from one file descriptor to another (a s to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. -WWW: http://code.google.com/p/pysendfile +WWW: https://github.com/giampaolo/pysendfile From owner-svn-ports-all@freebsd.org Tue Mar 28 12:03:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C4FD22E0F; Tue, 28 Mar 2017 12:03:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBB321765; Tue, 28 Mar 2017 12:03:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SC3H7d061868; Tue, 28 Mar 2017 12:03:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SC3GW7061865; Tue, 28 Mar 2017 12:03:16 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703281203.v2SC3GW7061865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 12:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437122 - in head/ftp/py-pyftpdlib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:03:18 -0000 Author: lwhsu Date: Tue Mar 28 12:03:16 2017 New Revision: 437122 URL: https://svnweb.freebsd.org/changeset/ports/437122 Log: - Update to 1.5.1 Deleted: head/ftp/py-pyftpdlib/files/ Modified: head/ftp/py-pyftpdlib/Makefile head/ftp/py-pyftpdlib/distinfo head/ftp/py-pyftpdlib/pkg-descr Modified: head/ftp/py-pyftpdlib/Makefile ============================================================================== --- head/ftp/py-pyftpdlib/Makefile Tue Mar 28 12:02:07 2017 (r437121) +++ head/ftp/py-pyftpdlib/Makefile Tue Mar 28 12:03:16 2017 (r437122) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pyftpdlib -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= ftp python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -13,14 +12,10 @@ COMMENT= Python FTP server library LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +USES= python +USE_PYTHON= autoplist distutils -USES= python:2 -USE_PYTHON= distutils - -OPTIONS_DEFINE= SENDFILE OPENSSL EXAMPLES +OPTIONS_DEFINE= SENDFILE OPENSSL OPTIONS_DEFAULT= SENDFILE OPENSSL SENDFILE_DESC= Enable sendfile(2) support OPENSSL_DESC= Enable FTP over SSL/TLS (RFC4217) @@ -29,13 +24,13 @@ SENDFILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPR OPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +PORTEXAMPLES= * post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/demo/ ${STAGEDIR}${EXAMPLESDIR} test: build - ${TOUCH} ${WRKSRC}/test/__init__.py - cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + cd ${WRKSRC}/pyftpdlib && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/ftp/py-pyftpdlib/distinfo ============================================================================== --- head/ftp/py-pyftpdlib/distinfo Tue Mar 28 12:02:07 2017 (r437121) +++ head/ftp/py-pyftpdlib/distinfo Tue Mar 28 12:03:16 2017 (r437122) @@ -1,2 +1,3 @@ -SHA256 (pyftpdlib-0.7.0.tar.gz) = a11a4b6b5cffa7eab8fb48b24cc90777c21fbedb8873fa15c2231526df0596c6 -SIZE (pyftpdlib-0.7.0.tar.gz) = 94898 +TIMESTAMP = 1490700676 +SHA256 (pyftpdlib-1.5.1.tar.gz) = 7bcd7fc825123414a157718c6dcdcb0978208d3c865d4650564acef4acce3354 +SIZE (pyftpdlib-1.5.1.tar.gz) = 127582 Modified: head/ftp/py-pyftpdlib/pkg-descr ============================================================================== --- head/ftp/py-pyftpdlib/pkg-descr Tue Mar 28 12:02:07 2017 (r437121) +++ head/ftp/py-pyftpdlib/pkg-descr Tue Mar 28 12:03:16 2017 (r437122) @@ -3,4 +3,4 @@ write asynchronous FTP servers with Pyth frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language. -WWW: http://code.google.com/p/pyftpdlib/ +WWW: https://github.com/giampaolo/pyftpdlib From owner-svn-ports-all@freebsd.org Tue Mar 28 12:30:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80124D20913; Tue, 28 Mar 2017 12:30:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28A9180D; Tue, 28 Mar 2017 12:30:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SCUU3W070925; Tue, 28 Mar 2017 12:30:30 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SCUUwa070924; Tue, 28 Mar 2017 12:30:30 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703281230.v2SCUUwa070924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 Mar 2017 12:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437123 - head/ftp/py-pyftpdlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:30:31 -0000 Author: lwhsu Date: Tue Mar 28 12:30:30 2017 New Revision: 437123 URL: https://svnweb.freebsd.org/changeset/ports/437123 Log: - Remove unneeded pkg-plist Deleted: head/ftp/py-pyftpdlib/pkg-plist From owner-svn-ports-all@freebsd.org Tue Mar 28 12:45:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87117D20DB9; Tue, 28 Mar 2017 12:45:03 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 566D12F; Tue, 28 Mar 2017 12:45:03 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SCj25Y078782; Tue, 28 Mar 2017 12:45:02 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SCj2Gj078780; Tue, 28 Mar 2017 12:45:02 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703281245.v2SCj2Gj078780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 28 Mar 2017 12:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437124 - head/devel/py-jedi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:45:03 -0000 Author: skreuzer Date: Tue Mar 28 12:45:02 2017 New Revision: 437124 URL: https://svnweb.freebsd.org/changeset/ports/437124 Log: Update to version 0.10.0 Modified: head/devel/py-jedi/Makefile head/devel/py-jedi/distinfo Modified: head/devel/py-jedi/Makefile ============================================================================== --- head/devel/py-jedi/Makefile Tue Mar 28 12:30:30 2017 (r437123) +++ head/devel/py-jedi/Makefile Tue Mar 28 12:45:02 2017 (r437124) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= jedi -PORTVERSION= 0.8.1 +PORTVERSION= 0.10.0 +DISTVERSIONPREFIX= v CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTVERSION= ${PORTVERSION}-final0 MAINTAINER= skreuzer@FreeBSD.org COMMENT= Autocompletion tool for Python +USE_GITHUB= yes +GH_ACCOUNT= davidhalter + USES= python:2 USE_PYTHON= distutils autoplist Modified: head/devel/py-jedi/distinfo ============================================================================== --- head/devel/py-jedi/distinfo Tue Mar 28 12:30:30 2017 (r437123) +++ head/devel/py-jedi/distinfo Tue Mar 28 12:45:02 2017 (r437124) @@ -1,2 +1,3 @@ -SHA256 (jedi-0.8.1-final0.tar.gz) = 5ccd72817cc8c47102ba28f332fee6242ea0d822a46651a22214445144845200 -SIZE (jedi-0.8.1-final0.tar.gz) = 298089 +TIMESTAMP = 1490704564 +SHA256 (davidhalter-jedi-v0.10.0_GH0.tar.gz) = d6a7344df9c80562c3f62199278004ccc7c5889be9f1a6aa5abde117ec085123 +SIZE (davidhalter-jedi-v0.10.0_GH0.tar.gz) = 369482 From owner-svn-ports-all@freebsd.org Tue Mar 28 12:53:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA96FD21010; Tue, 28 Mar 2017 12:53:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A0B57B4; Tue, 28 Mar 2017 12:53:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SCrGFa083205; Tue, 28 Mar 2017 12:53:16 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SCrGpj083203; Tue, 28 Mar 2017 12:53:16 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201703281253.v2SCrGpj083203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 28 Mar 2017 12:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437125 - in head/net/mosh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:53:17 -0000 Author: zi Date: Tue Mar 28 12:53:16 2017 New Revision: 437125 URL: https://svnweb.freebsd.org/changeset/ports/437125 Log: - Update to 1.3.0 Deleted: head/net/mosh/files/ Modified: head/net/mosh/Makefile head/net/mosh/distinfo Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Tue Mar 28 12:45:02 2017 (r437124) +++ head/net/mosh/Makefile Tue Mar 28 12:53:16 2017 (r437125) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosh -PORTVERSION= 1.2.6 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ http://mirrors.rit.edu/zi/ Modified: head/net/mosh/distinfo ============================================================================== --- head/net/mosh/distinfo Tue Mar 28 12:45:02 2017 (r437124) +++ head/net/mosh/distinfo Tue Mar 28 12:53:16 2017 (r437125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470957464 -SHA256 (mosh-1.2.6.tar.gz) = 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 -SIZE (mosh-1.2.6.tar.gz) = 347185 +TIMESTAMP = 1490705139 +SHA256 (mosh-1.3.0.tar.gz) = 320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376 +SIZE (mosh-1.3.0.tar.gz) = 356220 From owner-svn-ports-all@freebsd.org Tue Mar 28 13:02:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F33AD2140B; Tue, 28 Mar 2017 13:02:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E79AE07; Tue, 28 Mar 2017 13:02:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SD2mKG087443; Tue, 28 Mar 2017 13:02:48 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SD2mrM087441; Tue, 28 Mar 2017 13:02:48 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201703281302.v2SD2mrM087441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 28 Mar 2017 13:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437126 - head/databases/cassandra-cpp-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 13:02:49 -0000 Author: gahr Date: Tue Mar 28 13:02:48 2017 New Revision: 437126 URL: https://svnweb.freebsd.org/changeset/ports/437126 Log: databases/cassandra-cpp-driver: update to 2.6.0 Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260 Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Tue Mar 28 12:53:16 2017 (r437125) +++ head/databases/cassandra-cpp-driver/Makefile Tue Mar 28 13:02:48 2017 (r437126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Tue Mar 28 12:53:16 2017 (r437125) +++ head/databases/cassandra-cpp-driver/distinfo Tue Mar 28 13:02:48 2017 (r437126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477056270 -SHA256 (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 0ed0c5543d551a7ab864cd8c93ba4e49a37a7a9d8b174ecfc6e27f5c5fbf018d -SIZE (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 604581 +TIMESTAMP = 1490705597 +SHA256 (cassandra-cpp-driver-2.6.0_GH0.tar.gz) = 91a00e1922c4c90d614a013f79e9338afe2d12491b6db8cc7d8e09b09ea75eaf +SIZE (cassandra-cpp-driver-2.6.0_GH0.tar.gz) = 620353 From owner-svn-ports-all@freebsd.org Tue Mar 28 13:43:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78208D20D99; Tue, 28 Mar 2017 13:43:59 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47652C85; Tue, 28 Mar 2017 13:43:59 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SDhwJ0003996; Tue, 28 Mar 2017 13:43:58 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SDhwta003994; Tue, 28 Mar 2017 13:43:58 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703281343.v2SDhwta003994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 28 Mar 2017 13:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437127 - head/sysutils/ansible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 13:43:59 -0000 Author: lifanov Date: Tue Mar 28 13:43:58 2017 New Revision: 437127 URL: https://svnweb.freebsd.org/changeset/ports/437127 Log: update sysutils/ansible to 2.2.2.0 Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Mar 28 13:02:48 2017 (r437126) +++ head/sysutils/ansible/Makefile Tue Mar 28 13:43:58 2017 (r437127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.2.1.0 +PORTVERSION?= 2.2.2.0 PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Tue Mar 28 13:02:48 2017 (r437126) +++ head/sysutils/ansible/distinfo Tue Mar 28 13:43:58 2017 (r437127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484943834 -SHA256 (ansible-2.2.1.0.tar.gz) = 63a12ea784c0f90e43293b973d5c75263634c7415e463352846cd676c188e93f -SIZE (ansible-2.2.1.0.tar.gz) = 2511062 +TIMESTAMP = 1490707549 +SHA256 (ansible-2.2.2.0.tar.gz) = efd9c574168ac1916dd57f7c88d4dd2e13ef816af0ee49a8d34c77567886e4c2 +SIZE (ansible-2.2.2.0.tar.gz) = 2510182 From owner-svn-ports-all@freebsd.org Tue Mar 28 13:44:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35BC9D20DE7; Tue, 28 Mar 2017 13:44:43 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05493D8C; Tue, 28 Mar 2017 13:44:42 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SDigga004162; Tue, 28 Mar 2017 13:44:42 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SDigS6004160; Tue, 28 Mar 2017 13:44:42 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703281344.v2SDigS6004160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 28 Mar 2017 13:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437128 - head/sysutils/docker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 13:44:43 -0000 Author: lifanov Date: Tue Mar 28 13:44:41 2017 New Revision: 437128 URL: https://svnweb.freebsd.org/changeset/ports/437128 Log: update sysutils/docker to 17.03.1 Changes: https://github.com/docker/docker/releases/tag/v17.03.1-ce Modified: head/sysutils/docker/Makefile head/sysutils/docker/distinfo Modified: head/sysutils/docker/Makefile ============================================================================== --- head/sysutils/docker/Makefile Tue Mar 28 13:43:58 2017 (r437127) +++ head/sysutils/docker/Makefile Tue Mar 28 13:44:41 2017 (r437128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docker -PORTVERSION= 17.03.0 +PORTVERSION= 17.03.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -ce CATEGORIES= sysutils Modified: head/sysutils/docker/distinfo ============================================================================== --- head/sysutils/docker/distinfo Tue Mar 28 13:43:58 2017 (r437127) +++ head/sysutils/docker/distinfo Tue Mar 28 13:44:41 2017 (r437128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490113515 -SHA256 (docker-docker-v17.03.0-ce_GH0.tar.gz) = d8e91af5b2799cafac113a400d4db9c6abe01ae823f378d2f4d3d3e55e48eaf6 -SIZE (docker-docker-v17.03.0-ce_GH0.tar.gz) = 7769578 +TIMESTAMP = 1490708332 +SHA256 (docker-docker-v17.03.1-ce_GH0.tar.gz) = a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 +SIZE (docker-docker-v17.03.1-ce_GH0.tar.gz) = 7773296 From owner-svn-ports-all@freebsd.org Tue Mar 28 13:49:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 806D6D20E66; Tue, 28 Mar 2017 13:49: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 4A38FEF3; Tue, 28 Mar 2017 13:49: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 v2SDnuea004595; Tue, 28 Mar 2017 13:49:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SDntrH004586; Tue, 28 Mar 2017 13:49:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281349.v2SDntrH004586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 13:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437129 - in head/games: . powder-toy powder-toy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 13:49:57 -0000 Author: amdmi3 Date: Tue Mar 28 13:49:55 2017 New Revision: 437129 URL: https://svnweb.freebsd.org/changeset/ports/437129 Log: Have you ever wanted to blow something up? Or maybe you always dreamt of operating an atomic power plant? Do you have a will to develop your own CPU? The Powder Toy lets you to do all of these, and even more! The Powder Toy is a free physics sandbox game, which simulates air pressure and velocity, heat, gravity and a countless number of interactions between different substances! The game provides you with various building materials, liquids, gases and electronic components which can be used to construct complex machines, guns, bombs, realistic terrains and almost anything else. You can then mine them and watch cool explosions, add intricate wirings, play with little stickmen or operate your machine. You can browse and play thousands of different saves made by the community or upload your own - we welcome your creations! WWW: http://powdertoy.co.uk/ Added: head/games/powder-toy/ head/games/powder-toy/Makefile (contents, props changed) head/games/powder-toy/distinfo (contents, props changed) head/games/powder-toy/files/ head/games/powder-toy/files/patch-SConscript (contents, props changed) head/games/powder-toy/files/patch-src_Config.h (contents, props changed) head/games/powder-toy/files/powder-toy.sh.in (contents, props changed) head/games/powder-toy/pkg-descr (contents, props changed) head/games/powder-toy/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Mar 28 13:44:41 2017 (r437128) +++ head/games/Makefile Tue Mar 28 13:49:55 2017 (r437129) @@ -762,6 +762,7 @@ SUBDIR += popstar SUBDIR += pouetchess SUBDIR += powder + SUBDIR += powder-toy SUBDIR += powermanga SUBDIR += powwow SUBDIR += ppracer Added: head/games/powder-toy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/Makefile Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,60 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= powder-toy +PORTVERSION= 91.5 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= .330 # build number, not part of official version +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= 'Falling sand' physics sandbox with air pressure and velocity support + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ + libfftw3.so:math/fftw3 + +USE_GITHUB= yes +GH_ACCOUNT= simtr +GH_PROJECT= The-Powder-Toy + +USES= scons localbase:ldflags lua:51 +USE_SDL= sdl +USE_XORG= x11 + +MAKE_ENV= LINKFLAGS="${LINKFLAGS}" + +SUB_FILES= ${PORTNAME}.sh + +PORTDOCS= README TODO + +DESKTOP_ENTRIES="The Powder Toy" \ + "" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ + "${PORTNAME}" \ + "Game;Simulation;" \ + "" + +OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS SSE +OPTIONS_DEFAULT= OPTIMIZED_CFLAGS +OPTIONS_DEFAULT_amd64= SSE +OPTIMIZED_CFLAGS_CXXFLAGS= -O3 -ftree-vectorize -funsafe-math-optimizations -ffast-math -fomit-frame-pointer +SSE_MAKE_ARGS_OFF= --no-sse + +post-patch: + @${REINPLACE_CMD} -e '/#include/ s|lua5.1/|lua51/|' ${WRKSRC}/src/lua/LuaCompat.h + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/build/powder* ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/resources/powder.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/powder-toy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/distinfo Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490270691 +SHA256 (simtr-The-Powder-Toy-v91.5.330_GH0.tar.gz) = 9a7de557e771f88e823d06cc21d16f1fbbca930ce751720bc9035d00073d6635 +SIZE (simtr-The-Powder-Toy-v91.5.330_GH0.tar.gz) = 877087 Added: head/games/powder-toy/files/patch-SConscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/files/patch-SConscript Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,123 @@ +--- SConscript.orig 2016-07-27 02:21:28 UTC ++++ SConscript +@@ -41,6 +41,7 @@ def AddSconsOption(name, default, hasArg + AddSconsOption('win', False, False, "Target Windows.") + AddSconsOption('lin', False, False, "Target Linux.") + AddSconsOption('mac', False, False, "Target Mac OS X.") ++AddSconsOption('bsd', False, False, "Target FreeBSD.") + AddSconsOption('msvc', False, False, "Use the Microsoft Visual Studio compiler.") + AddSconsOption("tool", False, True, "Tool prefix appended before gcc/g++.") + +@@ -79,7 +80,7 @@ AddSconsOption("output", False, True, "E + + #detect platform automatically, but it can be overrided + tool = GetOption('tool') +-isX86 = platform.machine() in ["AMD64", "i386", "i686", "x86", "x86_64"] ++isX86 = platform.machine() in ["amd64", "AMD64", "i386", "i686", "x86", "x86_64"] + platform = compilePlatform = platform.system() + if GetOption('win'): + platform = "Windows" +@@ -87,7 +88,9 @@ elif GetOption('lin'): + platform = "Linux" + elif GetOption('mac'): + platform = "Darwin" +-elif compilePlatform not in ["Linux", "Windows", "Darwin"]: ++elif GetOption('bsd'): ++ platform = "FreeBSD" ++elif compilePlatform not in ["Linux", "Windows", "Darwin", "FreeBSD"]: + FatalError("Unknown platform: {0}".format(platform)) + + msvc = GetOption('msvc') +@@ -100,7 +103,7 @@ if GetOption('msvc'): + elif platform == "Windows" and not GetOption('msvc'): + env = Environment(tools=['mingw'], ENV={'PATH' : os.environ['PATH']}) + else: +- env = Environment(tools=['default'], ENV={'PATH' : os.environ['PATH']}) ++ env = Environment(tools=['default'], ENV=os.environ) + + #attempt to automatically find cross compiler + if not tool and compilePlatform == "Linux" and compilePlatform != platform: +@@ -242,7 +245,7 @@ def findLibs(env, conf): + + if not GetOption('renderer'): + #Look for SDL +- runSdlConfig = platform == "Linux" or compilePlatform == "Linux" ++ runSdlConfig = platform == "Linux" or compilePlatform == "Linux" or platform == "FreeBSD" + if platform == "Darwin" and conf.CheckFramework("SDL"): + runSdlConfig = False + elif not conf.CheckLib("SDL"): +@@ -267,7 +270,7 @@ def findLibs(env, conf): + + if not GetOption('nolua') and not GetOption('renderer'): + #Look for Lua +- luaver = "lua5.1" ++ luaver = "lua-51" + if GetOption('luajit'): + if not conf.CheckLib(['luajit-5.1', 'luajit5.1', 'luajit', 'libluajit']): + FatalError("luajit development library not found or not installed") +@@ -277,13 +280,13 @@ def findLibs(env, conf): + if not conf.CheckLib(['lua5.2', 'lua-5.2', 'lua52', 'lua']): + FatalError("lua5.2 development library not found or not installed") + env.Append(CPPDEFINES=["LUA_COMPAT_ALL"]) +- luaver = "lua5.2" ++ luaver = "lua-52" + else: + if not conf.CheckLib(['lua5.1', 'lua-5.1', 'lua51', 'lua']): + if platform != "Darwin" or not conf.CheckFramework("Lua"): + FatalError("lua5.1 development library not found or not installed") + foundpkg = False +- if platform == "Linux": ++ if platform == "Linux" or platform == "FreeBSD": + try: + env.ParseConfig("pkg-config --cflags {0}".format(luaver)) + env.ParseConfig("pkg-config --libs {0}".format(luaver)) +@@ -297,9 +300,9 @@ def findLibs(env, conf): + if GetOption('luajit'): + foundheader = conf.CheckCHeader('luajit-2.0/lua.h') + elif GetOption('lua52'): +- foundheader = conf.CheckCHeader('lua5.2/lua.h') ++ foundheader = conf.CheckCHeader('lua52/lua.h') + else: +- foundheader = conf.CheckCHeader('lua5.1/lua.h') ++ foundheader = conf.CheckCHeader('lua51/lua.h') + if not foundheader: + if conf.CheckCHeader('lua.h'): + env.Append(CPPDEFINES=["LUA_R_INCL"]) +@@ -340,7 +343,7 @@ def findLibs(env, conf): + + #Look for OpenGL libraries + if GetOption('opengl'): +- if platform == "Linux": ++ if platform == "Linux" or platform == "FreeBSD": + if not conf.CheckLib('GL'): + FatalError("libGL not found or not installed") + try: +@@ -357,7 +360,7 @@ def findLibs(env, conf): + if not conf.CheckFramework("OpenGL"): + FatalError("OpenGL framework not found or not installed") + +- if platform == "Linux": ++ if platform == "Linux" or platform == "FreeBSD": + if not conf.CheckLib('X11'): + FatalError("X11 development library not found or not installed") + +@@ -411,7 +414,7 @@ if platform == "Windows": + env.Append(LINKFLAGS=['/NODEFAULTLIB:msvcrt.lib']) + else: + env.Append(LINKFLAGS=['-mwindows']) +-elif platform == "Linux": ++elif platform == "Linux" or platform == "FreeBSD": + env.Append(CPPDEFINES=['LIN']) + elif platform == "Darwin": + env.Append(CPPDEFINES=['MACOSX']) +@@ -464,9 +467,7 @@ elif GetOption('release'): + else: + env.Append(CCFLAGS=['/MD']) + else: +- env.Append(CCFLAGS=['-O3', '-ftree-vectorize', '-funsafe-math-optimizations', '-ffast-math', '-fomit-frame-pointer']) +- if platform != "Darwin": +- env.Append(CCFLAGS=['-funsafe-loop-optimizations']) ++ pass + + if GetOption('static'): + if platform == "Windows": Added: head/games/powder-toy/files/patch-src_Config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/files/patch-src_Config.h Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,11 @@ +--- src/Config.h.orig 2016-07-27 02:21:28 UTC ++++ src/Config.h +@@ -35,7 +35,7 @@ + #endif + //VersionInfoEnd + +-//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications ++#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications + + #if !(defined(MACOSX) && defined(DEBUG)) + #define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation Added: head/games/powder-toy/files/powder-toy.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/files/powder-toy.sh.in Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,5 @@ +#!/bin/sh -eu + +mkdir -p $HOME/.powdertoy +cd $HOME/.powdertoy +exec %%PREFIX%%/libexec/powder-toy "$@" Added: head/games/powder-toy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/pkg-descr Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,17 @@ +Have you ever wanted to blow something up? Or maybe you always +dreamt of operating an atomic power plant? Do you have a will to +develop your own CPU? The Powder Toy lets you to do all of these, +and even more! + +The Powder Toy is a free physics sandbox game, which simulates air +pressure and velocity, heat, gravity and a countless number of +interactions between different substances! The game provides you +with various building materials, liquids, gases and electronic +components which can be used to construct complex machines, guns, +bombs, realistic terrains and almost anything else. You can then +mine them and watch cool explosions, add intricate wirings, play +with little stickmen or operate your machine. You can browse and +play thousands of different saves made by the community or upload +your own - we welcome your creations! + +WWW: http://powdertoy.co.uk/ Added: head/games/powder-toy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/powder-toy/pkg-plist Tue Mar 28 13:49:55 2017 (r437129) @@ -0,0 +1,3 @@ +bin/powder-toy +libexec/powder-toy +share/pixmaps/powder-toy.ico From owner-svn-ports-all@freebsd.org Tue Mar 28 14:27:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E099FD22A7D; Tue, 28 Mar 2017 14:27:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C301C921; Tue, 28 Mar 2017 14:27:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1F6742888; Tue, 28 Mar 2017 14:27:01 +0000 (UTC) Date: Tue, 28 Mar 2017 14:27:01 +0000 From: Alexey Dokuchaev To: Michael Gmelin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170328142701.GA20879@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703272235.v2RMZKfx024323@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 14:27:02 -0000 On Mon, Mar 27, 2017 at 10:35:20PM +0000, Michael Gmelin wrote: > New Revision: 437089 > URL: https://svnweb.freebsd.org/changeset/ports/437089 > > Log: > Add hhdate 2.1.0.35, date and time library based on the C++11 (and > beyond) header. > > [...] > +PORTVERSION= 2.1.0.35 > +CATEGORIES= devel > + > +MAINTAINER= andreas.sommer87@googlemail.com > +COMMENT= Date and time library based on the C++11 (and beyond) header > + > +LICENSE= MIT > +LICENSE_FILE= ${WRKSRC}/LICENSE.txt > + > +USE_GITHUB= yes > +GH_ACCOUNT= HowardHinnant > +GH_PROJECT= date > +GH_TAGNAME= 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 > [ and below ] Bogus formatting (one extra tab after knobs), would you please fix it? > +.include > + > +.if ${PORT_OPTIONS:MTEST} > +post-extract: Any reason why option helper target (post-extract-TEST-on) was not used here? ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 28 14:46:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5B88D1F640; Tue, 28 Mar 2017 14:46:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0FE1893; Tue, 28 Mar 2017 14:46:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SEjxQ7028834; Tue, 28 Mar 2017 14:45:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SEjxEd028832; Tue, 28 Mar 2017 14:45:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703281445.v2SEjxEd028832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 28 Mar 2017 14:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437130 - in head/audio/sndio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 14:46:00 -0000 Author: tobik Date: Tue Mar 28 14:45:59 2017 New Revision: 437130 URL: https://svnweb.freebsd.org/changeset/ports/437130 Log: With incompletely specified parameters the OSS backend will always fallback to s16le for no good reason. Replace them with default values, so the format table lookup can work. This should fix playback of 24-bit/32-bit files in e.g. cmus without a running sndiod. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10164 Modified: head/audio/sndio/Makefile head/audio/sndio/files/patch-libsndio_sio__oss.c Modified: head/audio/sndio/Makefile ============================================================================== --- head/audio/sndio/Makefile Tue Mar 28 13:49:55 2017 (r437129) +++ head/audio/sndio/Makefile Tue Mar 28 14:45:59 2017 (r437130) @@ -3,7 +3,7 @@ PORTNAME= sndio PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ Modified: head/audio/sndio/files/patch-libsndio_sio__oss.c ============================================================================== --- head/audio/sndio/files/patch-libsndio_sio__oss.c Tue Mar 28 13:49:55 2017 (r437129) +++ head/audio/sndio/files/patch-libsndio_sio__oss.c Tue Mar 28 14:45:59 2017 (r437130) @@ -1,6 +1,6 @@ --- libsndio/sio_oss.c.orig 2016-11-06 11:21:59 UTC +++ libsndio/sio_oss.c -@@ -108,6 +108,8 @@ static int sio_oss_xrun(struct sio_oss_h +@@ -108,6 +108,8 @@ static int sio_oss_xrun(struct sio_oss_hdl *); static size_t sio_oss_read(struct sio_hdl *, void *, size_t); static size_t sio_oss_write(struct sio_hdl *, const void *, size_t); static void sio_oss_close(struct sio_hdl *); @@ -20,7 +20,7 @@ }; /* -@@ -228,12 +230,10 @@ sio_oss_getcap(struct sio_hdl *sh, struc +@@ -228,12 +230,10 @@ sio_oss_getcap(struct sio_hdl *sh, struct sio_cap *cap } static int @@ -34,7 +34,7 @@ p = _sndio_parsetype(str, "rsnd"); if (p == NULL) { -@@ -253,7 +253,24 @@ sio_oss_getfd(const char *str, unsigned +@@ -253,7 +253,24 @@ sio_oss_getfd(const char *str, unsigned int mode, int DPRINTF("sio_oss_getfd: %s: number expected after '/'\n", str); return -1; } @@ -60,7 +60,7 @@ if (mode == (SIO_PLAY | SIO_REC)) flags = O_RDWR; else -@@ -264,6 +281,19 @@ sio_oss_getfd(const char *str, unsigned +@@ -264,6 +281,19 @@ sio_oss_getfd(const char *str, unsigned int mode, int DPERROR(path); return -1; } @@ -80,10 +80,41 @@ val = 1; if (ioctl(fd, SNDCTL_DSP_LOW_WATER, &val) < 0) { DPERROR("sio_oss_start: LOW_WATER"); -@@ -736,4 +766,40 @@ sio_oss_revents(struct sio_hdl *sh, stru - return revents; - } +@@ -383,13 +413,25 @@ sio_oss_setpar(struct sio_hdl *sh, struct sio_par *par + struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; + unsigned int i, round, bufsz; + int frag_max, frag_shift, frag_count, frag; ++ unsigned int le, sig, msb; ++ le = par->le; ++ sig = par->sig; ++ msb = par->msb; ++ ++ if (le == ~0U) ++ le = 0; ++ if (sig == ~0U) ++ sig = 0; ++ if (msb == ~0U) ++ msb = 0; ++ + hdl->fmt = AFMT_S16_LE; + for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) { + if (formats[i].bits == par->bits && +- formats[i].le == par->le && +- formats[i].sig == par->sig && +- formats[i].msb == par->msb) { ++ formats[i].le == le && ++ formats[i].sig == sig && ++ formats[i].msb == msb) { + hdl->fmt = formats[i].fmt; + break; + } +@@ -734,6 +776,42 @@ sio_oss_revents(struct sio_hdl *sh, struct pollfd *pfd + hdl->odelta -= delta; + } + return revents; ++} ++ +static int +sio_oss_setvol(struct sio_hdl *sh, unsigned int vol) +{ @@ -118,6 +149,6 @@ + /* Use left channel volume and scale to SIO_MAXVOL */ + vol = SIO_MAXVOL * 1.0 * (vol & 0x7f) / 100; + _sio_onvol_cb(&hdl->sio, vol); -+} -+ + } + #endif /* defined USE_OSS */ From owner-svn-ports-all@freebsd.org Tue Mar 28 14:57:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D20BAD1F9B6 for ; Tue, 28 Mar 2017 14:57:19 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 450491E4B for ; Tue, 28 Mar 2017 14:57:18 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 36750 invoked by uid 89); 28 Mar 2017 14:57:10 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.70) by mail.grem.de with ESMTPA; 28 Mar 2017 14:57:10 -0000 Date: Tue, 28 Mar 2017 16:57:08 +0200 From: Michael Gmelin To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170328165708.3feecd6a@bsd64.grem.de> In-Reply-To: <20170328142701.GA20879@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 14:57:19 -0000 On Tue, 28 Mar 2017 14:27:01 +0000 Alexey Dokuchaev wrote: > On Mon, Mar 27, 2017 at 10:35:20PM +0000, Michael Gmelin wrote: > > New Revision: 437089 > > URL: https://svnweb.freebsd.org/changeset/ports/437089 > > > > Log: > > Add hhdate 2.1.0.35, date and time library based on the C++11 (and > > beyond) header. > > > > [...] > > +PORTVERSION= 2.1.0.35 > > +CATEGORIES= devel > > + > > +MAINTAINER= andreas.sommer87@googlemail.com > > +COMMENT= Date and time library based on the C++11 > > (and beyond) header + > > +LICENSE= MIT > > +LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > + > > +USE_GITHUB= yes > > +GH_ACCOUNT= HowardHinnant > > +GH_PROJECT= date > > +GH_TAGNAME= 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 > > [ and below ] > > Bogus formatting (one extra tab after knobs), would you please fix it? These are in to align to TEST_TEST_TARGET=test, otherwise it would look like this: TEST_USES= compiler:c++11-lib TEST_TEST_TARGET=test (replaced tabs by spaces for email) Would this actually be preferred? > > > +.include > > + > > +.if ${PORT_OPTIONS:MTEST} > > +post-extract: > > Any reason why option helper target (post-extract-TEST-on) was not > used here? Simply unaware it existed, so this would change to: post-extract-TEST-on: ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile ${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ... correct? -m > > ./danfe -- Michael Gmelin From owner-svn-ports-all@freebsd.org Tue Mar 28 15:04:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8191ED1FCC9; Tue, 28 Mar 2017 15:04:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6433B650; Tue, 28 Mar 2017 15:04:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B5165344E; Tue, 28 Mar 2017 15:04:49 +0000 (UTC) Date: Tue, 28 Mar 2017 15:04:49 +0000 From: Alexey Dokuchaev To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437111 - in head/devel/glib20: . files Message-ID: <20170328150449.GB20879@FreeBSD.org> References: <201703280948.v2S9mOmj001015@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703280948.v2S9mOmj001015@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:04:50 -0000 On Tue, Mar 28, 2017 at 09:48:24AM +0000, Jan Beich wrote: > New Revision: 437111 > URL: https://svnweb.freebsd.org/changeset/ports/437111 > > Log: > devel/glib20: drop adaptive mutex workaround > > PR: 168317 Linking to the base PR is appreciated, but the reason for the change should've been at least concisely explained in the commit log. ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 28 15:11:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F0AD1FFB0; Tue, 28 Mar 2017 15:11:59 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3979AB; Tue, 28 Mar 2017 15:11:59 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SFBwEK041092; Tue, 28 Mar 2017 15:11:58 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SFBw1i041089; Tue, 28 Mar 2017 15:11:58 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201703281511.v2SFBw1i041089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 28 Mar 2017 15:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437131 - head/mail/rspamd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:11:59 -0000 Author: vsevolod Date: Tue Mar 28 15:11:58 2017 New Revision: 437131 URL: https://svnweb.freebsd.org/changeset/ports/437131 Log: - Update to 1.5.4.a1 Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo head/mail/rspamd-devel/pkg-plist Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Tue Mar 28 14:45:59 2017 (r437130) +++ head/mail/rspamd-devel/Makefile Tue Mar 28 15:11:58 2017 (r437131) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.3.a1.20170307 +PORTVERSION= 1.5.4.a1.20170328 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -20,10 +20,10 @@ BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.5.3 +RSPAMD_VERSION= 1.5.4 USE_GITHUB= yes GH_ACCOUNT= vstakhov -GH_TAGNAME= 125c716 +GH_TAGNAME= 56b2c0c5 OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GD CGP OPTIONS_DEFAULT= GD Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Tue Mar 28 14:45:59 2017 (r437130) +++ head/mail/rspamd-devel/distinfo Tue Mar 28 15:11:58 2017 (r437131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488913017 -SHA256 (vstakhov-rspamd-1.5.3.a1.20170307-125c716_GH0.tar.gz) = f57210a9232075ac1db5b0ca417bbb25b7d6bf64987a207f897299a535bdd4bc -SIZE (vstakhov-rspamd-1.5.3.a1.20170307-125c716_GH0.tar.gz) = 2374647 +TIMESTAMP = 1490713079 +SHA256 (vstakhov-rspamd-1.5.4.a1.20170328-56b2c0c5_GH0.tar.gz) = 07bef3062cfdc8722bdcfe9d308e235689da380160cf3fef09ca856787c91c76 +SIZE (vstakhov-rspamd-1.5.4.a1.20170328-56b2c0c5_GH0.tar.gz) = 2373912 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Tue Mar 28 14:45:59 2017 (r437130) +++ head/mail/rspamd-devel/pkg-plist Tue Mar 28 15:11:58 2017 (r437131) @@ -32,6 +32,7 @@ bin/rspamc %%ETCDIR%%/modules.d/fuzzy_check.conf %%ETCDIR%%/modules.d/greylist.conf %%ETCDIR%%/modules.d/hfilter.conf +%%ETCDIR%%/modules.d/history_redis.conf %%ETCDIR%%/modules.d/ip_score.conf %%ETCDIR%%/modules.d/maillist.conf %%ETCDIR%%/modules.d/metadata_exporter.conf @@ -87,6 +88,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/fuzzy_collect.lua %%DATADIR%%/lua/greylist.lua %%DATADIR%%/lua/hfilter.lua +%%DATADIR%%/lua/history_redis.lua %%DATADIR%%/lua/ip_score.lua %%DATADIR%%/lua/maillist.lua %%DATADIR%%/lua/metadata_exporter.lua @@ -111,23 +113,22 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/whitelist.lua %%DATADIR%%/rules/global_functions.lua %%DATADIR%%/rules/forwarding.lua +%%DATADIR%%/rules/headers_checks.lua %%DATADIR%%/rules/html.lua %%DATADIR%%/rules/http_headers.lua %%DATADIR%%/rules/mid.lua %%DATADIR%%/rules/misc.lua %%DATADIR%%/rules/regexp/compromised_hosts.lua -%%DATADIR%%/rules/regexp/drugs.lua -%%DATADIR%%/rules/regexp/fraud.lua %%DATADIR%%/rules/regexp/headers.lua -%%DATADIR%%/rules/regexp/lotto.lua %%DATADIR%%/rules/regexp/misc.lua %%DATADIR%%/rules/regexp/upstream_spam_filters.lua %%DATADIR%%/rules/rspamd.classifiers.lua %%DATADIR%%/rules/rspamd.lua +%%DATADIR%%/rules/subject_checks.lua %%DATADIR%%/www/README.md %%DATADIR%%/www/css/bootstrap.min.css %%DATADIR%%/www/css/d3evolution.css -%%DATADIR%%/www/css/datatables.min.css +%%DATADIR%%/www/css/footable.bootstrap.min.css %%DATADIR%%/www/css/rspamd.css %%DATADIR%%/www/favicon.ico %%DATADIR%%/www/fonts/glyphicons-halflings-regular.ttf @@ -148,8 +149,8 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/js/lib/d3.min.js %%DATADIR%%/www/js/lib/d3evolution.min.js %%DATADIR%%/www/js/lib/d3pie.min.js -%%DATADIR%%/www/js/lib/datatables.min.js %%DATADIR%%/www/js/lib/domReady.js +%%DATADIR%%/www/js/lib/footable.min.js %%DATADIR%%/www/js/lib/humanize.min.js %%DATADIR%%/www/js/lib/jquery-3.1.1.min.js %%DATADIR%%/www/js/lib/visibility.min.js From owner-svn-ports-all@freebsd.org Tue Mar 28 15:12:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B1BD1FFEB for ; Tue, 28 Mar 2017 15:12:17 +0000 (UTC) (envelope-from dbaio@bsd.com.br) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (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 B58E1BEC for ; Tue, 28 Mar 2017 15:12:16 +0000 (UTC) (envelope-from dbaio@bsd.com.br) Received: by mail-qk0-x230.google.com with SMTP id p22so68139287qka.3 for ; Tue, 28 Mar 2017 08:12:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=r0vnnB9tR1CG8AP3MqPEAfA+2ZR4PNPkGPMdg3L+n8Q=; b=YQfcRPLkyX/Q+1BqfOICC3WuvSEPihvMlWCte/ROwnlpEnum0sHV2nvQDWVv2SxSX6 Gg0lggjwOyo7FeIQV0pL3K8/AoUqSL+6FpzvjxMy2GUa+Z8K2mmYDimsxyIroy5Q3WC2 ZbGIxEh5mjbkPJnQ8ZMSot4NJugERft0FZylg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=r0vnnB9tR1CG8AP3MqPEAfA+2ZR4PNPkGPMdg3L+n8Q=; b=tljccxlVVtOUJC7a4GXGmwKMPz4eZ+stPuNGqW7lEmxB/cF5lWTb8jVopPhTyKVPwC 3oLxx0M+212Gt1/jNNlXuVgyolinGkbTPcxpKLxq3EG20gpClQIByv4HZo1Nlc0eWYcP 8t53ZJjrMOBVSFkO3TFCknHULb7oT2Jvrw0MW54kYVj2BbF5QMpmtks3WWXhVdwXOi2S JXY9/2DhM7K+Qmo3b14qbWrK7voupHyLaFQhLw71vUv7kI6OmnmPmKrta5g2Vx6+wxki yKSkMEsCnCmuXaj+oFbXd7RlDyi1tWt3/3RyBpTuS6jllRF7zlBZsl50nnXnOaSccKEK wOqA== X-Gm-Message-State: AFeK/H0b1hdSb6E1BJfTT3DzbRfGznhxWfOpeZr3yRH4UfR7nwzyLPwtk06gol72Ogf6TQ== X-Received: by 10.55.33.14 with SMTP id h14mr25209332qkh.51.1490713935837; Tue, 28 Mar 2017 08:12:15 -0700 (PDT) Received: from dbaio.bs2cloud.com.br (d.baio.com.br. [177.66.160.244]) by smtp.gmail.com with ESMTPSA id 1sm2801085qty.69.2017.03.28.08.12.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 08:12:15 -0700 (PDT) Date: Tue, 28 Mar 2017 12:12:11 -0300 From: "Danilo G. Baio (dbaio)" To: Li-Wen Hsu Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437120 - in head/net/py-pysendfile: . files Message-ID: <20170328151211.esytraunj3lqv2jx@dbaio.bs2cloud.com.br> References: <201703281200.v2SC0bLV058040@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="g3jzhxljzad4vhzy" Content-Disposition: inline In-Reply-To: <201703281200.v2SC0bLV058040@repo.freebsd.org> User-Agent: NeoMutt/20170225 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:12:17 -0000 --g3jzhxljzad4vhzy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 28, 2017 at 12:00:37PM +0000, Li-Wen Hsu wrote: > Author: lwhsu > Date: Tue Mar 28 12:00:37 2017 > New Revision: 437120 > URL: https://svnweb.freebsd.org/changeset/ports/437120 >=20 > Log: > - Update to 2.0.1 > =20 > Approved by: koobs (maintainer) >=20 > Deleted: > head/net/py-pysendfile/files/ > Modified: > head/net/py-pysendfile/Makefile > head/net/py-pysendfile/distinfo >=20 > Modified: head/net/py-pysendfile/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net/py-pysendfile/Makefile Tue Mar 28 12:00:09 2017 (r437119) > +++ head/net/py-pysendfile/Makefile Tue Mar 28 12:00:37 2017 (r437120) > @@ -2,10 +2,9 @@ > # $FreeBSD$ > =20 > PORTNAME=3D pysendfile > -PORTVERSION=3D 2.0.0 > -PORTREVISION=3D 1 > +PORTVERSION=3D 2.0.1 > CATEGORIES=3D net python devel > -MASTER_SITES=3D GOOGLE_CODE > +MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > =20 > MAINTAINER=3D koobs@FreeBSD.org > @@ -13,10 +12,6 @@ COMMENT=3D Python interface to sendfile(2) > =20 > LICENSE=3D MIT > =20 > -BROKEN=3D Unfetchable (google code has gone away) > -DEPRECATED=3D Unfetchable for more than six months (google code has gone= away) > -EXPIRATION_DATE=3D 2017-04-30 Hi. I would like to add two points: - Add LICENSE_FILE - Strip sendfile.so =3D=3D=3D=3D> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/sendfile.so' is not stripped consider= trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} PR: 217373 Regards. -- Danilo G. Baio (dbaio) --g3jzhxljzad4vhzy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEORj0UTsjzCy+enIkmpN7LfMuiNcFAljafT8ACgkQmpN7LfMu iNeSBhAArr9cZrM6QiwHgIZjDv/UYC6FqIFb+Dtd5VY2f26BNMSOp3gsM2nb/vI2 raiaaA4wtC2A+0jq+0JZQHZS7D+MbiIggv41F5RdDGE253fvbHgIxm/Q8NBSKBze dUAqK5u3rvF5CmyyoEf3YX5uHsUZcwxDHP7UVEXxoDeGZVRzq8gGeEoB/GLZ1w7h x4DFuQBPE6zdhFsxTrgaUEN38SbcU/iZqkjIaZ11aIhOlDehA+6KpQjd/Ejg+jKp DsprZWNee6Rla3sL4SCcRB9d+3s1b7IgpswRlkQ02kIoIqoAyuXZrip8swIimIj/ hK4PDcvTkCYcXDinXtRYIKLoHWBXbi4K++4H4Br6focx2QEMA6lWiBQaGW2kKF2I CnpZIBv6RvFM4BXuTbo0M5cS8aTcBvvyT8rUfMkKJmhCJ9AQBiarmJjSAU6tKGHG Y/BzsoKyDL/tKLbELtQewZxiWBDXmbFPl4TCu3oa6XRsf061rp/XWLPhWikvyTmU 7dAh+ZB51KabcjDO0B1+nWu7xYN/7LsVbFVzAymgc6+N0UXOwXvRG663dKWwvgK9 fKqYc0Ow2nFtXCvX7OTKYdyckLJxSKxso7p8RvRT+Kl6btRTh5kimu3REPg9nnaV 2jnsuRNaIsGmCZBjgaM5/pbg29bg1Umytv+RPFS/I2C+QR+1utQ= =PLSe -----END PGP SIGNATURE----- --g3jzhxljzad4vhzy-- From owner-svn-ports-all@freebsd.org Tue Mar 28 15:26:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84C93D203C6; Tue, 28 Mar 2017 15:26:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A9C322F; Tue, 28 Mar 2017 15:26:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A136D3993; Tue, 28 Mar 2017 15:26:12 +0000 (UTC) Date: Tue, 28 Mar 2017 15:26:12 +0000 From: Alexey Dokuchaev To: Michael Gmelin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170328152612.GC20879@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> <20170328165708.3feecd6a@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170328165708.3feecd6a@bsd64.grem.de> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:26:13 -0000 On Tue, Mar 28, 2017 at 04:57:08PM +0200, Michael Gmelin wrote: > On Tue, 28 Mar 2017 14:27:01 +0000 > Alexey Dokuchaev wrote: > > ... > > Bogus formatting (one extra tab after knobs), would you please fix it? > > These are in to align to > > TEST_TEST_TARGET=test, otherwise it would look like this: > > TEST_USES= compiler:c++11-lib > TEST_TEST_TARGET=test I'm not even sure why wrapping test-framework stuff in options-framework, was it because of TEST_USES (since TEST_DEPENDS was not really what you wanted)? > (replaced tabs by spaces for email) > > Would this actually be preferred? Options-support (helper) knobs are indeed longer than usual and might require special care (esp. when mixed with shorter knobs) to get pretty alignment, and that's OK since they are usually grouped together after OPTIONS_DEFINE (or OPTIONS_DEFAULT -- since it also is overly long). That said, there is no reason to double-tab standard width knobs that preceed OPTIONS_DEFINE just to align them with what goes below it. OPTIONS_DEFINE is a nice dividing line (esp. since it often gets quite long as well). So, group longer option helper knobs and align within them, but don't aling the entire Makefile with them. > > Any reason why option helper target (post-extract-TEST-on) was not > > used here? > > Simply unaware it existed, so this would change to: > > post-extract-TEST-on: > ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile > ${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ... Right; now don't take my word for it, rehash PHB and `Mk/bsd.options.mk' and test changes thoroughly. :-) ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 28 15:35:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A200FD206A5 for ; Tue, 28 Mar 2017 15:35:31 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id E4E1B9DE for ; Tue, 28 Mar 2017 15:35:30 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 37238 invoked by uid 89); 28 Mar 2017 15:35:29 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.70) by mail.grem.de with ESMTPA; 28 Mar 2017 15:35:29 -0000 Date: Tue, 28 Mar 2017 17:35:27 +0200 From: Michael Gmelin To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170328173527.55a12936@bsd64.grem.de> In-Reply-To: <20170328152612.GC20879@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> <20170328165708.3feecd6a@bsd64.grem.de> <20170328152612.GC20879@FreeBSD.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:35:31 -0000 On Tue, 28 Mar 2017 15:26:12 +0000 Alexey Dokuchaev wrote: > On Tue, Mar 28, 2017 at 04:57:08PM +0200, Michael Gmelin wrote: > > On Tue, 28 Mar 2017 14:27:01 +0000 > > Alexey Dokuchaev wrote: > > > ... > > > Bogus formatting (one extra tab after knobs), would you please > > > fix it? > > > > These are in to align to > > > > TEST_TEST_TARGET=test, otherwise it would look like this: > > > > TEST_USES= compiler:c++11-lib > > TEST_TEST_TARGET=test > > I'm not even sure why wrapping test-framework stuff in > options-framework, was it because of TEST_USES (since TEST_DEPENDS > was not really what you wanted)? The idea is that "make test" won't fail in case "TEST" wasn't set. c++11-lib is not a big deal, as these days we usually have clang as a system compiler that provides this anyway. In other cases you might pull in huge dependencies with the TEST knob though, so one might decide to not use tests for this specific port (e.g. pulls in clang39 or some other huge library by other DEPENDS), so if you disable it and still run make test (which we e.g. do for all ports when doing production builds) the build would fail. Hence only providing a test target if configured to do tests (the original version of the port skeleton had much more elaborate tests and will get them back once the maintainer contacted the author about a few unit tests that don't seem to make sense). > > > (replaced tabs by spaces for email) > > > > Would this actually be preferred? > > Options-support (helper) knobs are indeed longer than usual and might > require special care (esp. when mixed with shorter knobs) to get > pretty alignment, and that's OK since they are usually grouped > together after OPTIONS_DEFINE (or OPTIONS_DEFAULT -- since it also is > overly long). > > That said, there is no reason to double-tab standard width knobs that > preceed OPTIONS_DEFINE just to align them with what goes below it. > OPTIONS_DEFINE is a nice dividing line (esp. since it often gets quite > long as well). > > So, group longer option helper knobs and align within them, but don't > aling the entire Makefile with them. Makes sense, thank you. > > > > Any reason why option helper target (post-extract-TEST-on) was not > > > used here? > > > > Simply unaware it existed, so this would change to: > > > > post-extract-TEST-on: > > ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile > > ${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ... > > Right; now don't take my word for it, rehash PHB and > `Mk/bsd.options.mk' and test changes thoroughly. :-) :) One slightly related question: While working on this port skeleton I wondered if it wouldn't make sense to chage Mk/Uses/compilers.mk to change the minimum default version of llvm for c++14. Right now we use llvm36, but other ports need newer versions and using the latest stable version would probably stop us from building multiple versions of llvm when building even just parts of the ports tree. -m -- Michael Gmelin From owner-svn-ports-all@freebsd.org Tue Mar 28 15:37:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F572D206F2; Tue, 28 Mar 2017 15:37:39 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B43B03; Tue, 28 Mar 2017 15:37:38 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SFbbXc049264; Tue, 28 Mar 2017 15:37:37 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SFbbD6049263; Tue, 28 Mar 2017 15:37:37 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703281537.v2SFbbD6049263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 28 Mar 2017 15:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437132 - head/devel/buildbot-worker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:37:39 -0000 Author: grembo Date: Tue Mar 28 15:37:37 2017 New Revision: 437132 URL: https://svnweb.freebsd.org/changeset/ports/437132 Log: Fix failed rename of buildbot-slave to buildbot-worker 1/2 This breaks INDEX temporarily. Reported by: mat Deleted: head/devel/buildbot-worker/ From owner-svn-ports-all@freebsd.org Tue Mar 28 15:42:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8469CD20A72; Tue, 28 Mar 2017 15:42:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECF716; Tue, 28 Mar 2017 15:42:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SFgRld053288; Tue, 28 Mar 2017 15:42:27 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SFgRPF053283; Tue, 28 Mar 2017 15:42:27 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703281542.v2SFgRPF053283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 28 Mar 2017 15:42:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437133 - in head/devel/buildbot-worker: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:42:28 -0000 Author: grembo Date: Tue Mar 28 15:42:26 2017 New Revision: 437133 URL: https://svnweb.freebsd.org/changeset/ports/437133 Log: Fix failed rename of buildbot-slave to buildbot-worker 2/2 (problematic commit was r437059) This hsould unbreak INDEX. Reported by: mat Added: head/devel/buildbot-worker/ - copied from r437058, head/devel/buildbot-slave/ head/devel/buildbot-worker/files/buildbot-worker.in (contents, props changed) Deleted: head/devel/buildbot-worker/files/buildslave.in Modified: head/devel/buildbot-worker/Makefile head/devel/buildbot-worker/distinfo head/devel/buildbot-worker/files/patch-setup.py head/devel/buildbot-worker/pkg-descr Modified: head/devel/buildbot-worker/Makefile ============================================================================== --- head/devel/buildbot-slave/Makefile Mon Mar 27 16:45:43 2017 (r437058) +++ head/devel/buildbot-worker/Makefile Tue Mar 28 15:42:26 2017 (r437133) @@ -1,36 +1,38 @@ # Created by: Frederic Praca # $FreeBSD$ -PORTNAME= buildbot-slave -PORTVERSION= 0.8.12 +PORTNAME= buildbot-worker +PORTVERSION= 0.9.4 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP -MAINTAINER= koobs@FreeBSD.org -COMMENT= Continuous Integration Framework (Slave) +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (Worker) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=8.0.0:devel/py-twisted +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted + TEST_DEPENDS= trial:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:-2.7 USE_PYTHON= autoplist distutils -USE_RC_SUBR= buildslave +USE_RC_SUBR= buildbot-worker SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes -PLIST_FILES= man/man1/buildslave.1.gz +PLIST_FILES= man/man1/buildbot-worker.1.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/buildslave.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-test: - @cd ${WRKSRC} && trial buildslave.test + @cd ${WRKSRC} && trial buildbot_worker.test .include Modified: head/devel/buildbot-worker/distinfo ============================================================================== --- head/devel/buildbot-slave/distinfo Mon Mar 27 16:45:43 2017 (r437058) +++ head/devel/buildbot-worker/distinfo Tue Mar 28 15:42:26 2017 (r437133) @@ -1,2 +1,3 @@ -SHA256 (buildbot-slave-0.8.12.tar.gz) = 905eab122dcfc9425d51f0ed0c7682e7f933e140a7203637aa12a84498bd7461 -SIZE (buildbot-slave-0.8.12.tar.gz) = 118339 +TIMESTAMP = 1488896679 +SHA256 (buildbot-worker-0.9.4.tar.gz) = 129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 +SIZE (buildbot-worker-0.9.4.tar.gz) = 100889 Added: head/devel/buildbot-worker/files/buildbot-worker.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-worker/files/buildbot-worker.in Tue Mar 28 15:42:26 2017 (r437133) @@ -0,0 +1,121 @@ +#!/bin/sh + +# $FreeBSD$ +# PROVIDE: buildbot-worker +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to run buildbot-worker: +# +# buildbot_worker_enable (bool): Set to "YES" to enable buildbot-worker. +# Default: "NO" +# +# buildbot_worker_flags (flags): Set extra command flags here. See buildbot-worker(8) +# Default: Empty (""). +# +# buildbot_worker_uid (user): User to run buildbot-worker as. +# Default: "buildbot" +# +# buildbot_worker_gid (group): Group to run buildbot-worker as. +# Default: "buildbot" +# +# buildbot_worker_basedir (path): Location for buildbot-worker base directory +# Default: %%PREFIX%%/etc/buildbot-worker +# +# buildbot_worker_profiles (str): Define profiles names. Space-delimited. +# Default: Empty ("") +# +# This rc.d script supports multiple "profiles". When profiles are +# specified, the non-profile specific parameters become defaults. +# +# Example: +# +# buildbot_worker_profiles="foo bar" +# +# buildbot_worker_foo_enable="YES" +# buildbot_worker_foo_basedir="/usr/home/foo/buildbot" +# buildbot_worker_foo_uid="foo" +# buildbot_worker_foo_gid="foo" +# +# buildbot_worker_bar_enable="YES" +# buildbot_worker_bar_basedir="/usr/home/buildbot/" + +. /etc/rc.subr + +export PATH=${PATH}:%%LOCALBASE%%/bin + +name=buildbot-worker +desc="Buildbot Buildworker" +rcvar=buildbot_worker_enable + +load_rc_config ${name} + +# These are just the defaults, they might get overriden for a specific profile. +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_flags:=\"\"}" +eval ": \${${name}_uid:=\"buildbot\"}" +eval ": \${${name}_gid:=\"buildbot\"}" +eval ": \${${name}_basedir:=\"%%PREFIX%%/etc/${name}\"}" + +command="%%PREFIX%%/bin/twistd" +command_interpreter="%%PYTHON_CMD%%" +pidfile="${buildbot_worker_basedir}/twistd.pid" + + # A specific profile is specified in the command + if [ -n "$2" ]; then + profile="$2" + # Override defaults with profile-specific values + if [ -n "${buildbot_worker_profiles}" ]; then + eval buildbot_worker_enable="\${buildbot_worker_${profile}_enable:-${buildbot_worker_enable}}" + eval buildbot_worker_flags="\${buildbot_worker_${profile}_flags:-${buildbot_worker_flags}}" + eval buildbot_worker_uid="\${buildbot_worker_${profile}_uid:-${buildbot_worker_uid}}" + eval buildbot_worker_gid="\${buildbot_worker_${profile}_gid:-${buildbot_worker_gid}}" + eval buildbot_worker_basedir="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}" + eval pidfile="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}/twistd.pid" + else + echo "%%PREFIX%%/etc/rc.d/${name}: extra argument ignored" + fi + # A specific profile is not in the command + else + # Check if any profiles are defined + if [ -n "$1" -a -n "${buildbot_worker_profiles}" ]; then + # Loop through them + for profile in ${buildbot_worker_profiles}; do + eval _enable="\${buildbot_worker_${profile}_enable}" + case "${_enable:-${buildbot_worker_enable}}" in + [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) + continue + ;; + [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) + ;; + *) + if test -z "$_enable"; then + _var=buildbot_worker_enable + else + _var=buildbot_worker_"${profile}"_enable + fi + warn "Bad value" \ + "'${_enable:-${buildbot_worker_enable}}'" \ + "for ${_var}. " \ + "Profile ${profile} skipped." + continue + ;; + esac + echo "===> ${name} profile: ${profile}" + if %%PREFIX%%/etc/rc.d/${name} $1 ${profile}; then + success="${profile} ${success:-}" + else + failed="${profile} (${retcode}) ${failed:-}" + fi + done + # Exit so that non-profile rc.d is not started when there are profiles + exit 0 + fi + fi + +# run_rc_command would send ${name}_flags as parameters to $command (daemon) +# This ensures they are actually passed to fcgiwrap instead. +actual_buildbot_worker_flags="${buildbot_worker_flags}" +buildbot_worker_flags="" +command_args="--uid=${buildbot_worker_uid} --gid=${buildbot_worker_gid} --pidfile=${pidfile} --python=${buildbot_worker_basedir}/buildbot.tac ${actual_buildbot_worker_flags}" +run_rc_command "$1" Modified: head/devel/buildbot-worker/files/patch-setup.py ============================================================================== --- head/devel/buildbot-slave/files/patch-setup.py Mon Mar 27 16:45:43 2017 (r437058) +++ head/devel/buildbot-worker/files/patch-setup.py Tue Mar 28 15:42:26 2017 (r437133) @@ -1,12 +1,12 @@ ---- setup.py.orig 2014-04-20 08:52:42 UTC -+++ setup.py -@@ -99,9 +99,6 @@ setup_args = { - "buildslave.test.unit", +--- setup.py.orig 2017-02-08 10:06:13.000000000 +0100 ++++ setup.py 2017-03-07 15:28:03.225761995 +0100 +@@ -104,9 +104,6 @@ + "buildbot_worker.test.unit", + "buildbot_worker.test.util", ], - 'scripts': scripts, - # mention data_files, even if empty, so install_data is called and - # VERSION gets copied -- 'data_files': [("buildslave", [])], +- 'data_files': [("buildbot_worker", [])], 'cmdclass': { 'install_data': our_install_data, 'sdist': our_sdist Modified: head/devel/buildbot-worker/pkg-descr ============================================================================== --- head/devel/buildbot-slave/pkg-descr Mon Mar 27 16:45:43 2017 (r437058) +++ head/devel/buildbot-worker/pkg-descr Tue Mar 28 15:42:26 2017 (r437133) @@ -1,4 +1,4 @@ -This port is the slave part of BuildBot. For the buildmaster, install the +This port is the worker part of BuildBot. For the buildmaster, install the devel/buildbot port For more information, please see: http://buildbot.net/trac From owner-svn-ports-all@freebsd.org Tue Mar 28 15:50:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EAD2D20FA6; Tue, 28 Mar 2017 15:50:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9406B1; Tue, 28 Mar 2017 15:50:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8DD6EBDC9B; Tue, 28 Mar 2017 17:50:47 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 513F4BDC91; Tue, 28 Mar 2017 17:50:47 +0200 (CEST) Subject: Re: svn commit: r437133 - in head/devel/buildbot-worker: . files To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703281542.v2SFgRPF053283@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 28 Mar 2017 17:50:42 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703281542.v2SFgRPF053283@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TbNFu7RCdi3DadAv7IkwbkIm4QJHemnrB" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:50:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TbNFu7RCdi3DadAv7IkwbkIm4QJHemnrB Content-Type: multipart/mixed; boundary="74EaIpf5FUITWK0KKjhhHksRIAG7fkoGI"; protected-headers="v1" From: Mathieu Arnold To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r437133 - in head/devel/buildbot-worker: . files References: <201703281542.v2SFgRPF053283@repo.freebsd.org> In-Reply-To: <201703281542.v2SFgRPF053283@repo.freebsd.org> --74EaIpf5FUITWK0KKjhhHksRIAG7fkoGI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 28/03/2017 =C3=A0 17:42, Michael Gmelin a =C3=A9crit : > Log: > Fix failed rename of buildbot-slave to buildbot-worker 2/2 > (problematic commit was r437059) > Thank you. --=20 Mathieu Arnold --74EaIpf5FUITWK0KKjhhHksRIAG7fkoGI-- --TbNFu7RCdi3DadAv7IkwbkIm4QJHemnrB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY2oZUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IGtkP/i9E9y5KvYv3Prh1G7NbELSq jAalKiKMldupjhSoknl1HNjsAr/LlxXXW7KWSpw6MbKosAeKRFpJ345bWfB3um4W erOC4f055Rg15DQXdld8R4x6jgUHSVmT5WWos4KcYVPiMPI2E7E486ayf8KbCeyC YKHFs3GP01383LIzcPig6dbwqUXTEfKkt8sXkRnzCnjoVd1RIHsWD0W57uG4XPiH mBJy0xxX//vFekP6VveD+U1N27AV9obx3qtJ+mPHv2hxAF8H6Wqg/NrF1nK40Qgi lhGEGX58xIL3EohObkms/kAaT0tjlQ2KHL2ds1OSQQRzgjH/oWu++oWy0FwbBCa5 IgiiYij0HoX2Bw7dp3WesJnyxoboWbxJLkCj0hZ2ngJhVSPLlCCkOcN2MQWjnBgD p0U4KtTFy3kl53gk+jzV5uYQ7cmSZK4Hf9J/K4JLdACkRqjgTc7muJ8kMR/iSqmN DZDQ9lixRwWfkCYFbVgfb7FLY9ybOmpehqJ0mwvXG23X1uGL1qKMV5Ix2ZNRj8z/ tcBoVwiAZT+2LShE8EDinCTohoEicj2rWT4pQ/CiFKuvlzWhf2ptUKcvWQ27VTGY Z8ofQCpqnTwOIZ+s5c712vQH+ZLPoonYWrS6XWljAOO1K5d+cDqDR7h0lTDLuqPB +Egbw9S+7UYek/32O2Gn =YavG -----END PGP SIGNATURE----- --TbNFu7RCdi3DadAv7IkwbkIm4QJHemnrB-- From owner-svn-ports-all@freebsd.org Tue Mar 28 15:59:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A88D5D223B3; Tue, 28 Mar 2017 15:59:33 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF8FD20; Tue, 28 Mar 2017 15:59:33 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SFxWHp057752; Tue, 28 Mar 2017 15:59:32 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SFxWdq057748; Tue, 28 Mar 2017 15:59:32 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201703281559.v2SFxWdq057748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 28 Mar 2017 15:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437134 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 15:59:33 -0000 Author: vsevolod Date: Tue Mar 28 15:59:32 2017 New Revision: 437134 URL: https://svnweb.freebsd.org/changeset/ports/437134 Log: - Update to 1.5.4 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue Mar 28 15:42:26 2017 (r437133) +++ head/mail/rspamd/Makefile Tue Mar 28 15:59:32 2017 (r437134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Tue Mar 28 15:42:26 2017 (r437133) +++ head/mail/rspamd/distinfo Tue Mar 28 15:59:32 2017 (r437134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765777 -SHA256 (rspamd-1.5.3.tar.xz) = a692f7eab27321924c5326efeae809ab2703fdf60b652446e9a232312d8a1e35 -SIZE (rspamd-1.5.3.tar.xz) = 1854812 +TIMESTAMP = 1490716158 +SHA256 (rspamd-1.5.4.tar.xz) = f1a1f49a56f893ed9c001bdb64f8941f6babe95c3bd6783ee3edc7fe5d61ec3a +SIZE (rspamd-1.5.4.tar.xz) = 1846724 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Tue Mar 28 15:42:26 2017 (r437133) +++ head/mail/rspamd/pkg-plist Tue Mar 28 15:59:32 2017 (r437134) @@ -32,6 +32,7 @@ bin/rspamc %%ETCDIR%%/modules.d/fuzzy_check.conf %%ETCDIR%%/modules.d/greylist.conf %%ETCDIR%%/modules.d/hfilter.conf +%%ETCDIR%%/modules.d/history_redis.conf %%ETCDIR%%/modules.d/ip_score.conf %%ETCDIR%%/modules.d/maillist.conf %%ETCDIR%%/modules.d/metadata_exporter.conf @@ -118,10 +119,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/rules/mid.lua %%DATADIR%%/rules/misc.lua %%DATADIR%%/rules/regexp/compromised_hosts.lua -%%DATADIR%%/rules/regexp/drugs.lua -%%DATADIR%%/rules/regexp/fraud.lua %%DATADIR%%/rules/regexp/headers.lua -%%DATADIR%%/rules/regexp/lotto.lua %%DATADIR%%/rules/regexp/misc.lua %%DATADIR%%/rules/regexp/upstream_spam_filters.lua %%DATADIR%%/rules/rspamd.classifiers.lua @@ -130,7 +128,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/README.md %%DATADIR%%/www/css/bootstrap.min.css %%DATADIR%%/www/css/d3evolution.css -%%DATADIR%%/www/css/datatables.min.css +%%DATADIR%%/www/css/footable.bootstrap.min.css %%DATADIR%%/www/css/rspamd.css %%DATADIR%%/www/favicon.ico %%DATADIR%%/www/fonts/glyphicons-halflings-regular.ttf @@ -151,8 +149,8 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/js/lib/d3.min.js %%DATADIR%%/www/js/lib/d3evolution.min.js %%DATADIR%%/www/js/lib/d3pie.min.js -%%DATADIR%%/www/js/lib/datatables.min.js %%DATADIR%%/www/js/lib/domReady.js +%%DATADIR%%/www/js/lib/footable.min.js %%DATADIR%%/www/js/lib/humanize.min.js %%DATADIR%%/www/js/lib/jquery-3.1.1.min.js %%DATADIR%%/www/js/lib/visibility.min.js From owner-svn-ports-all@freebsd.org Tue Mar 28 16:16:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109E2D22983; Tue, 28 Mar 2017 16:16:32 +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 CE6859E0; Tue, 28 Mar 2017 16:16:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SGGU4u065808; Tue, 28 Mar 2017 16:16:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SGGUps065807; Tue, 28 Mar 2017 16:16:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281616.v2SGGUps065807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 16:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437135 - head/games/hyperrogue/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 16:16:32 -0000 Author: amdmi3 Date: Tue Mar 28 16:16:30 2017 New Revision: 437135 URL: https://svnweb.freebsd.org/changeset/ports/437135 Log: - Fix build on CURRENT Added: head/games/hyperrogue/files/patch-graph.cpp (contents, props changed) Added: head/games/hyperrogue/files/patch-graph.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hyperrogue/files/patch-graph.cpp Tue Mar 28 16:16:30 2017 (r437135) @@ -0,0 +1,11 @@ +--- graph.cpp.orig 2016-08-26 16:36:03 UTC ++++ graph.cpp +@@ -5595,7 +5595,7 @@ bool loadMusicInfo(string dir) { + for(int i=0; i 0) { ++ while(fgets(buf, 800, f) != NULL) { + for(int i=0; buf[i]; i++) if(buf[i] == 10 || buf[i] == 13) buf[i] = 0; + if(buf[0] == '[' && buf[3] == ']') { + int id = (buf[1] - '0') * 10 + buf[2] - '0'; From owner-svn-ports-all@freebsd.org Tue Mar 28 16:17:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2264D22A0C; Tue, 28 Mar 2017 16:17:32 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CAF1ADB; Tue, 28 Mar 2017 16:17:32 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SGHV43066034; Tue, 28 Mar 2017 16:17:31 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SGHVYx066025; Tue, 28 Mar 2017 16:17:31 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201703281617.v2SGHVYx066025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Tue, 28 Mar 2017 16:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437136 - in head/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-en freebsd-doc-ja X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 16:17:32 -0000 Author: blackend (doc committer) Date: Tue Mar 28 16:17:30 2017 New Revision: 437136 URL: https://svnweb.freebsd.org/changeset/ports/437136 Log: Update to r50088 from the FreeBSD docset. Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-de/pkg-plist.html-split head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-en/pkg-plist.html-split head/misc/freebsd-doc-ja/pkg-plist.html-split Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-all/Makefile Tue Mar 28 16:17:30 2017 (r437136) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 49982 +PORTVERSION= 50088 PORTEPOCH= 1 CATEGORIES= misc docs Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Tue Mar 28 16:17:30 2017 (r437136) @@ -183,8 +183,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets-css.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-env.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-install.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-build.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools-optional.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools.html Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-en/Makefile Tue Mar 28 16:17:30 2017 (r437136) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 49982 +PORTVERSION= 50088 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-en/distinfo Tue Mar 28 16:17:30 2017 (r437136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486981821 -SHA256 (freebsd-doc-49982.tar.gz) = 3552ed44e61c2611ed189f7cfeefb1c56d59c9996c39722a92ee038b45702e5b -SIZE (freebsd-doc-49982.tar.gz) = 52468438 +TIMESTAMP = 1490533045 +SHA256 (freebsd-doc-50088.tar.gz) = 630d415476f4d3f49c0022ea4cbd8a76e2cd7c63e6e714d8b04fa2e5431a3f6c +SIZE (freebsd-doc-50088.tar.gz) = 53368122 Modified: head/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-split Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-en/pkg-plist.html-split Tue Mar 28 16:17:30 2017 (r437136) @@ -1068,6 +1068,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-java.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-kde.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-lua.html +%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-lxqt.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-mozilla.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-perl.html %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-php.html Modified: head/misc/freebsd-doc-ja/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-ja/pkg-plist.html-split Tue Mar 28 16:16:30 2017 (r437135) +++ head/misc/freebsd-doc-ja/pkg-plist.html-split Tue Mar 28 16:17:30 2017 (r437136) @@ -253,6 +253,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/synching.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/system-administration.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/tcpwrappers.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/term.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/tvcard.html From owner-svn-ports-all@freebsd.org Tue Mar 28 17:01:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC717D22A30; Tue, 28 Mar 2017 17:01:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7D40AC9; Tue, 28 Mar 2017 17:01:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SH1kZn085176; Tue, 28 Mar 2017 17:01:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SH1kNi085175; Tue, 28 Mar 2017 17:01:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703281701.v2SH1kNi085175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 28 Mar 2017 17:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437137 - head/devel/pear-PHP_Timer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:01:48 -0000 Author: rene Date: Tue Mar 28 17:01:46 2017 New Revision: 437137 URL: https://svnweb.freebsd.org/changeset/ports/437137 Log: devel/pear-PHP_Timer: unexpire, devel/pear-SebastianBergmann_PHPCPD depends on it. Both ports have the *same* maintainer. Modified: head/devel/pear-PHP_Timer/Makefile Modified: head/devel/pear-PHP_Timer/Makefile ============================================================================== --- head/devel/pear-PHP_Timer/Makefile Tue Mar 28 16:17:30 2017 (r437136) +++ head/devel/pear-PHP_Timer/Makefile Tue Mar 28 17:01:46 2017 (r437137) @@ -13,9 +13,6 @@ COMMENT= Utility class for timing BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit -DEPRECATED= This is only one PHP-File. To install read: https://github.com/sebastianbergmann/php-timer -EXPIRATION_DATE=2017-03-28 - USES= pear PEAR_CHANNEL= phpunit From owner-svn-ports-all@freebsd.org Tue Mar 28 17:11:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B82AD22BA6; Tue, 28 Mar 2017 17:11:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDD91F3B; Tue, 28 Mar 2017 17:11:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHBqQA089484; Tue, 28 Mar 2017 17:11:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHBqKR089479; Tue, 28 Mar 2017 17:11:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281711.v2SHBqKR089479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 17:11:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437138 - in head/graphics/sk1libs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:11:54 -0000 Author: amdmi3 Date: Tue Mar 28 17:11:52 2017 New Revision: 437138 URL: https://svnweb.freebsd.org/changeset/ports/437138 Log: - Fix fetch - Add license - Regenerate patches - Fix WWW: Added: head/graphics/sk1libs/files/patch-src_imaging_libimagingft___imagingft.c - copied, changed from r437137, head/graphics/sk1libs/files/patch-src_imaging_libimagingft_imagingft.c Deleted: head/graphics/sk1libs/files/patch-src_imaging_libimagingft_imagingft.c Modified: head/graphics/sk1libs/Makefile head/graphics/sk1libs/files/patch-src-utils-fs.py head/graphics/sk1libs/files/patch-src-utils-system.py head/graphics/sk1libs/pkg-descr Modified: head/graphics/sk1libs/Makefile ============================================================================== --- head/graphics/sk1libs/Makefile Tue Mar 28 17:01:46 2017 (r437137) +++ head/graphics/sk1libs/Makefile Tue Mar 28 17:11:52 2017 (r437138) @@ -5,21 +5,18 @@ PORTNAME= sk1libs PORTVERSION= 0.9.1 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/GNU_LGPL_v2 LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 -PROJECTHOST= uniconvertor - USES= jpeg python USE_PYTHON= distutils PYDISTUTILS_BUILD_TARGET=build_ext @@ -30,7 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/ft2engine/*.so \ + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/ft2engine/*.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/pycms/*.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/imaging/*.so Modified: head/graphics/sk1libs/files/patch-src-utils-fs.py ============================================================================== --- head/graphics/sk1libs/files/patch-src-utils-fs.py Tue Mar 28 17:01:46 2017 (r437137) +++ head/graphics/sk1libs/files/patch-src-utils-fs.py Tue Mar 28 17:11:52 2017 (r437138) @@ -1,6 +1,6 @@ ---- src/utils/fs.py.orig 2010-05-23 14:46:21.000000000 +0400 -+++ src/utils/fs.py 2010-10-27 03:55:25.000000000 +0400 -@@ -203,9 +203,11 @@ +--- src/utils/fs.py.orig 2010-05-23 10:46:21 UTC ++++ src/utils/fs.py +@@ -203,9 +203,11 @@ def get_system_fontdirs(): The function detects system font directories according to detected system type. """ @@ -13,7 +13,7 @@ try: import _winreg except ImportError: -@@ -311,4 +313,4 @@ +@@ -311,4 +313,4 @@ def _test(): if __name__ == '__main__': _test() Modified: head/graphics/sk1libs/files/patch-src-utils-system.py ============================================================================== --- head/graphics/sk1libs/files/patch-src-utils-system.py Tue Mar 28 17:01:46 2017 (r437137) +++ head/graphics/sk1libs/files/patch-src-utils-system.py Tue Mar 28 17:11:52 2017 (r437138) @@ -1,6 +1,6 @@ ---- src/utils/system.py.orig 2010-03-08 03:15:33.000000000 +0300 -+++ src/utils/system.py 2010-10-27 04:04:27.000000000 +0400 -@@ -22,6 +22,7 @@ +--- src/utils/system.py.orig 2010-03-08 00:15:33 UTC ++++ src/utils/system.py +@@ -22,6 +22,7 @@ import platform, os, string, re, stat WINDOWS = 'Windows' LINUX = 'Linux' @@ -8,7 +8,7 @@ MACOSX = 'Darwin' GENERIC = 'generic' -@@ -33,6 +34,8 @@ +@@ -33,6 +34,8 @@ def get_os_family(): name = platform.system() if name == LINUX: return LINUX Copied and modified: head/graphics/sk1libs/files/patch-src_imaging_libimagingft___imagingft.c (from r437137, head/graphics/sk1libs/files/patch-src_imaging_libimagingft_imagingft.c) ============================================================================== --- head/graphics/sk1libs/files/patch-src_imaging_libimagingft_imagingft.c Tue Mar 28 17:01:46 2017 (r437137, copy source) +++ head/graphics/sk1libs/files/patch-src_imaging_libimagingft___imagingft.c Tue Mar 28 17:11:52 2017 (r437138) @@ -1,6 +1,6 @@ ---- src/imaging/libimagingft/_imagingft.c.orig 2009-11-01 01:44:12.000000000 +0100 -+++ src/imaging/libimagingft/_imagingft.c 2013-12-16 01:46:04.000000000 +0100 -@@ -70,7 +70,7 @@ +--- src/imaging/libimagingft/_imagingft.c.orig 2009-11-01 00:44:12 UTC ++++ src/imaging/libimagingft/_imagingft.c +@@ -70,7 +70,7 @@ struct { const char* message; } ft_errors[] = Modified: head/graphics/sk1libs/pkg-descr ============================================================================== --- head/graphics/sk1libs/pkg-descr Tue Mar 28 17:01:46 2017 (r437137) +++ head/graphics/sk1libs/pkg-descr Tue Mar 28 17:11:52 2017 (r437138) @@ -1,4 +1,4 @@ sk1libs is a set of python libs for sK1 Project. The package includes multiplatform non-GUI extensions which are usually native extensions. -WWW: http://sk1project.org/ +WWW: http://sk1project.net/ From owner-svn-ports-all@freebsd.org Tue Mar 28 17:11:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0904DD22BC0; Tue, 28 Mar 2017 17:11:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A96E9F52; Tue, 28 Mar 2017 17:11:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHBvGP089601; Tue, 28 Mar 2017 17:11:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHBvuU089599; Tue, 28 Mar 2017 17:11:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281711.v2SHBvuU089599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 17:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437139 - head/graphics/uniconvertor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:11:59 -0000 Author: amdmi3 Date: Tue Mar 28 17:11:57 2017 New Revision: 437139 URL: https://svnweb.freebsd.org/changeset/ports/437139 Log: - Fix fetch - Add LICENSE - WWW Modified: head/graphics/uniconvertor/Makefile head/graphics/uniconvertor/pkg-descr Modified: head/graphics/uniconvertor/Makefile ============================================================================== --- head/graphics/uniconvertor/Makefile Tue Mar 28 17:11:52 2017 (r437138) +++ head/graphics/uniconvertor/Makefile Tue Mar 28 17:11:57 2017 (r437139) @@ -4,15 +4,16 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= LGPL20+ GPLv2+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/src/GNU_GPL_v2 +LICENSE_FILE_LGPL20+ = ${WRKSRC}/src/GNU_LGPL_v2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs @@ -20,6 +21,6 @@ USES= python USE_PYTHON= distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so .include Modified: head/graphics/uniconvertor/pkg-descr ============================================================================== --- head/graphics/uniconvertor/pkg-descr Tue Mar 28 17:11:52 2017 (r437138) +++ head/graphics/uniconvertor/pkg-descr Tue Mar 28 17:11:57 2017 (r437139) @@ -27,4 +27,4 @@ Export filters: * PDF (Portable Document Format) * PS (PostScript) -WWW: http://sk1project.org/ +WWW: https://sk1project.org/ From owner-svn-ports-all@freebsd.org Tue Mar 28 17:12:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59467D22BE2; Tue, 28 Mar 2017 17:12:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1049EFA1; Tue, 28 Mar 2017 17:12:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHC2jP089724; Tue, 28 Mar 2017 17:12:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHC14K089722; Tue, 28 Mar 2017 17:12:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281712.v2SHC14K089722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 17:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437140 - head/graphics/uniconvw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:12:03 -0000 Author: amdmi3 Date: Tue Mar 28 17:12:01 2017 New Revision: 437140 URL: https://svnweb.freebsd.org/changeset/ports/437140 Log: - Fix fetch - Add LICENSE - WWW Modified: head/graphics/uniconvw/Makefile head/graphics/uniconvw/pkg-descr Modified: head/graphics/uniconvw/Makefile ============================================================================== --- head/graphics/uniconvw/Makefile Tue Mar 28 17:11:57 2017 (r437139) +++ head/graphics/uniconvw/Makefile Tue Mar 28 17:12:01 2017 (r437140) @@ -5,22 +5,21 @@ PORTNAME= uniconvw PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= LGPL20+ GPLv2+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/src/GNU_GPL_v2 +LICENSE_FILE_LGPL20+ = ${WRKSRC}/src/GNU_LGPL_v2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs \ ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:graphics/uniconvertor \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 -PROJECTHOST= uniconvertor - USES= desktop-file-utils python USE_PYTHON= distutils NO_ARCH= yes Modified: head/graphics/uniconvw/pkg-descr ============================================================================== --- head/graphics/uniconvw/pkg-descr Tue Mar 28 17:11:57 2017 (r437139) +++ head/graphics/uniconvw/pkg-descr Tue Mar 28 17:12:01 2017 (r437140) @@ -1,4 +1,4 @@ Gtk+ frontend for UniConvertor - a universal vector graphics translator. -WWW: http://sk1project.org/ +WWW: https://sk1project.net/ From owner-svn-ports-all@freebsd.org Tue Mar 28 17:16:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03ACED22DF9; Tue, 28 Mar 2017 17:16:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA186400; Tue, 28 Mar 2017 17:16:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHG0it090666; Tue, 28 Mar 2017 17:16:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHG0gU090663; Tue, 28 Mar 2017 17:16:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281716.v2SHG0gU090663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 17:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437141 - in head/graphics: sk1libs uniconvertor uniconvw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:16:02 -0000 Author: amdmi3 Date: Tue Mar 28 17:16:00 2017 New Revision: 437141 URL: https://svnweb.freebsd.org/changeset/ports/437141 Log: Add mirrors PR: 218103 Submitted by: portmaster@bsdforge.com Modified: head/graphics/sk1libs/Makefile head/graphics/uniconvertor/Makefile head/graphics/uniconvw/Makefile Modified: head/graphics/sk1libs/Makefile ============================================================================== --- head/graphics/sk1libs/Makefile Tue Mar 28 17:12:01 2017 (r437140) +++ head/graphics/sk1libs/Makefile Tue Mar 28 17:16:00 2017 (r437141) @@ -5,8 +5,8 @@ PORTNAME= sk1libs PORTVERSION= 0.9.1 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project Modified: head/graphics/uniconvertor/Makefile ============================================================================== --- head/graphics/uniconvertor/Makefile Tue Mar 28 17:12:01 2017 (r437140) +++ head/graphics/uniconvertor/Makefile Tue Mar 28 17:16:00 2017 (r437141) @@ -4,8 +4,8 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator Modified: head/graphics/uniconvw/Makefile ============================================================================== --- head/graphics/uniconvw/Makefile Tue Mar 28 17:12:01 2017 (r437140) +++ head/graphics/uniconvw/Makefile Tue Mar 28 17:16:00 2017 (r437141) @@ -5,8 +5,8 @@ PORTNAME= uniconvw PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor From owner-svn-ports-all@freebsd.org Tue Mar 28 17:23:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5A75D2206E; Tue, 28 Mar 2017 17:23:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B90E8AD1; Tue, 28 Mar 2017 17:23:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHNSZQ094825; Tue, 28 Mar 2017 17:23:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHNSVS094818; Tue, 28 Mar 2017 17:23:28 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703281723.v2SHNSVS094818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 28 Mar 2017 17:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437142 - in head/sysutils: . rovclock rovclock/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:23:30 -0000 Author: danfe Date: Tue Mar 28 17:23:28 2017 New Revision: 437142 URL: https://svnweb.freebsd.org/changeset/ports/437142 Log: Add a port of `sysutils/rovclock', an overclocking utility for ATI Radeon video cards. Manual page and port description were obtained from identic Debian package. WWW: http://www.hasw.net/linux/ Added: head/sysutils/rovclock/ head/sysutils/rovclock/Makefile (contents, props changed) head/sysutils/rovclock/distinfo (contents, props changed) head/sysutils/rovclock/files/ head/sysutils/rovclock/files/patch-rovclock.c (contents, props changed) head/sysutils/rovclock/files/rovclock.8 (contents, props changed) head/sysutils/rovclock/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 28 17:16:00 2017 (r437141) +++ head/sysutils/Makefile Tue Mar 28 17:23:28 2017 (r437142) @@ -944,6 +944,7 @@ SUBDIR += rinse SUBDIR += rmonitor SUBDIR += roottail + SUBDIR += rovclock SUBDIR += rsnapshot SUBDIR += rsyncbackup SUBDIR += rsyncrypto Added: head/sysutils/rovclock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rovclock/Makefile Tue Mar 28 17:23:28 2017 (r437142) @@ -0,0 +1,33 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= rovclock +PORTVERSION= 0.6e +CATEGORIES= sysutils +MASTER_SITES= http://www.hasw.net/linux/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Overclocking utility for ATI Radeon video cards + +LICENSE= GPLv2 + +USES= tar:bzip2 + +PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} +PORTDOCS= ChangeLog README + +OPTIONS_DEFINE= DOCS + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall -o ${PORTNAME} ${PORTNAME}.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 \ + ${STAGEDIR}${MANPREFIX}/man/man8 + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/sysutils/rovclock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rovclock/distinfo Tue Mar 28 17:23:28 2017 (r437142) @@ -0,0 +1,3 @@ +TIMESTAMP = 1433765826 +SHA256 (rovclock-0.6e.tar.bz2) = f2601b3a823752d51cf27b25c8b57efb66e1295848877c962f0c680430e200f7 +SIZE (rovclock-0.6e.tar.bz2) = 29648 Added: head/sysutils/rovclock/files/patch-rovclock.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rovclock/files/patch-rovclock.c Tue Mar 28 17:23:28 2017 (r437142) @@ -0,0 +1,122 @@ +--- rovclock.c.orig 2006-01-04 21:23:32 UTC ++++ rovclock.c +@@ -20,11 +20,13 @@ + */ + /*****************************************************************************/ + ++#include + #include + #include + #include + #include +-#include ++#include ++#include + #include + + #include "pci.h" +@@ -122,18 +124,18 @@ struct rovclock_data { + /* PCI read/write functions */ + unsigned int pci_read(u8 bus, u8 device, u8 func, u8 addr) + { +- outl(0x80000000 | (bus << 16) | ++ outl(0xcf8, 0x80000000 | (bus << 16) | + (PCI_DEVFN(device, func) << 8) | +- (addr & ~3), 0xcf8); ++ (addr & ~3)); + return inl(0xcfc); + } + + void pci_write(u8 bus, u8 device, u8 func, u8 addr, u32 data) + { +- outl(0x80000000 | (bus << 16) | ++ outl(0xcf8, 0x80000000 | (bus << 16) | + (PCI_DEVFN(device, func) << 8) | +- (addr & ~3), 0xcf8); +- outl(data, 0xcfc); ++ (addr & ~3)); ++ outl(0xcfc, data); + } + + /* Register read/write functions */ +@@ -144,38 +146,38 @@ u32 reg_read(struct rovclock_data *rovcl + + void reg_write(struct rovclock_data *rovclock, u32 addr, u32 data) + { +- outl(data, rovclock->iobase + addr); ++ outl(rovclock->iobase + addr, data); + } + + /* PLL read/write functions */ + u32 pll_read(struct rovclock_data *rovclock, u32 addr) + { +- outb(addr & 0x0000003f, rovclock->iobase + CLOCK_CNTL_INDEX); ++ outb(rovclock->iobase + CLOCK_CNTL_INDEX, addr & 0x0000003f); + return inl(rovclock->iobase + CLOCK_CNTL_DATA); + } + + void pll_write(struct rovclock_data *rovclock, u32 addr, u32 data) + { +- outb((addr & 0x3f) | PLL_WR_EN, rovclock->iobase + CLOCK_CNTL_INDEX); +- outl(data, rovclock->iobase + CLOCK_CNTL_DATA); ++ outb(rovclock->iobase + CLOCK_CNTL_INDEX, (addr & 0x3f) | PLL_WR_EN); ++ outl(rovclock->iobase + CLOCK_CNTL_DATA, data); + } + + /* MM read/write functions */ + u32 mm_read(struct rovclock_data *rovclock, u32 addr) + { +- outl(addr, rovclock->iobase + MM_INDEX); ++ outl(rovclock->iobase + MM_INDEX, addr); + return inl(rovclock->iobase + MM_DATA); + } + + void mm_write(struct rovclock_data *rovclock, u32 addr, u32 data) + { +- outl(addr, rovclock->iobase + MM_INDEX); +- outl(data, rovclock->iobase + MM_DATA); ++ outl(rovclock->iobase + MM_INDEX, addr); ++ outl(rovclock->iobase + MM_DATA, data); + } + + int round_div(int num, int den) + { +- return (num + (den / 2)) / den; ++ return den ? (num + (den / 2)) / den : 0; + } + + /* Print usage */ +@@ -281,10 +283,11 @@ void pll_set_freq(struct rovclock_data * + /* Search for ATI card on PCI bus */ + int find_card(struct rovclock_data *rovclock) + { ++ u32 id; ++#if 0 + FILE *proc; + char temp; +- u32 id; +- ++ + /* Check /proc/bus/pci/devices first */ + if ((proc = fopen("/proc/bus/pci/devices", "r")) != NULL) { + while (fscanf(proc, "%x\t%x", &rovclock->pci_bus, &id) == 2) { +@@ -305,8 +308,9 @@ int find_card(struct rovclock_data *rovc + break; + } + } ++#endif + if ((rovclock->pci_id & 0xffff) != PCI_VENDOR_ID_ATI) { +- fprintf(stderr, "Search in /proc/bus/pci/devices failed, scanning the PCI bus.\n"); ++ fprintf(stderr, "Scanning the PCI bus.\n"); + + /* Find card by scanning the PCI devices, check from bus 1 to 9 for ATI device */ + rovclock->pci_dev = 0; +@@ -423,7 +427,7 @@ int main(int argc, char **argv) + } + + /* Get I/O permission */ +- if (iopl(3) != 0) { ++ if (open("/dev/io", O_RDONLY) < 0) { + fprintf(stderr, "Error getting I/O permissions (root?).\n"); + return 1; + } Added: head/sysutils/rovclock/files/rovclock.8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rovclock/files/rovclock.8 Tue Mar 28 17:23:28 2017 (r437142) @@ -0,0 +1,66 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH ROVCLOCK 8 "2006-03-05" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +rovclock \- utility to control frequency rates of your Radeon card +.SH SYNOPSIS +.B rovclock +.RI [ options ] +.\".RI [ -x ] -i | -c | -m | -t +.SH DESCRIPTION +This manual page documents briefly the +.B rovclock +command. +.PP +This manual page was written for the +.B Debian +distribution because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBrovclock\fP is a program that allow you to control frequency rates of your Radeon card. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-i +Show info of your Radeon card. +.TP +.B \-x N +Manually define xtal frequency to N KHz. +.br +It tries to detect the reference clock (xtal) from the video BIOS, if this doesn't work you can specify it manually with -t. Try 1432 or 2950 if the default value of 2700 does not work. +.TP +.B \-c N +Set core clock to N MHz. +.TP +.B \-m N +Set memory clock to N MHz. +.TP +.B \-t name:val +Set memory timings. + +.SH SEE ALSO +.BR /usr/share/doc/rovclock/README, +.BR radeontool (1). +.br +This is quick and stupid manpage which merges some information from README and rovclock itself. +.SH AUTHOR +rovclock was written by Hasw (hasw@hasw.net). +.PP +This manual page was written by Alexander Gerasiov , +for the Debian project (but may be used by others). Added: head/sysutils/rovclock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rovclock/pkg-descr Tue Mar 28 17:23:28 2017 (r437142) @@ -0,0 +1,6 @@ +Utility to control frequency rates of one's ATI Radeon video card. It is +very helpful for underclocking the Radeon chip in order to save power when +running on batteries. Also, by underclocking it is possible to prevent the +fan from running. It can also be used to gain performance by overclocking. + +WWW: http://www.hasw.net/linux/ From owner-svn-ports-all@freebsd.org Tue Mar 28 17:36:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DA51D2232D; Tue, 28 Mar 2017 17:36:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088A1FFF; Tue, 28 Mar 2017 17:36:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHarMW098963; Tue, 28 Mar 2017 17:36:53 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHaqVM098961; Tue, 28 Mar 2017 17:36:52 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703281736.v2SHaqVM098961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Mar 2017 17:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437143 - head/textproc/apache-poi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:36:54 -0000 Author: robak Date: Tue Mar 28 17:36:52 2017 New Revision: 437143 URL: https://svnweb.freebsd.org/changeset/ports/437143 Log: textproc/apache-poi: update 3.14 -> 3.15 PR: 215481 Submitted by: pfg Modified: head/textproc/apache-poi/Makefile head/textproc/apache-poi/distinfo Modified: head/textproc/apache-poi/Makefile ============================================================================== --- head/textproc/apache-poi/Makefile Tue Mar 28 17:23:28 2017 (r437142) +++ head/textproc/apache-poi/Makefile Tue Mar 28 17:36:52 2017 (r437143) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 3.14 +PORTVERSION= 3.15 CATEGORIES= textproc devel java MASTER_SITES= APACHE/${PORTNAME}/release/bin PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-bin-${PORTVERSION} +DISTNAME= ${PORTNAME}-bin-${PORTVERSION}-${RELEASE_DATE} MAINTAINER= ports@FreeBSD.org COMMENT= Java API To Access Microsoft Format Files @@ -18,7 +18,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes NO_ARCH= yes -RELEASE_DATE= 20160307 +RELEASE_DATE= 20160924 JARNAMES= examples excelant scratchpad ooxml ooxml-schemas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cpe @@ -34,13 +34,12 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME} OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .for i in ${JARNAMES} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar .endfor do-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - @${RMDIR} ${STAGEDIR}${DOCSDIR}/skin/css .include Modified: head/textproc/apache-poi/distinfo ============================================================================== --- head/textproc/apache-poi/distinfo Tue Mar 28 17:23:28 2017 (r437142) +++ head/textproc/apache-poi/distinfo Tue Mar 28 17:36:52 2017 (r437143) @@ -1,2 +1,3 @@ -SHA256 (poi-bin-3.14.tar.gz) = 4aeef6a01d966510fb9d8e07faa04d8dfa6a87234beb4cd07619f914dd1b02ec -SIZE (poi-bin-3.14.tar.gz) = 19438466 +TIMESTAMP = 1490722529 +SHA256 (poi-bin-3.15-20160924.tar.gz) = fbcbb932574d67c5f1ca3fe985f240f0240dba96e54aa9e10164694690ee63d8 +SIZE (poi-bin-3.15-20160924.tar.gz) = 20318531 From owner-svn-ports-all@freebsd.org Tue Mar 28 17:44:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7AA8D22768; Tue, 28 Mar 2017 17:44:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94B619EC; Tue, 28 Mar 2017 17:44:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHiJY6003416; Tue, 28 Mar 2017 17:44:19 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHiJQa003414; Tue, 28 Mar 2017 17:44:19 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703281744.v2SHiJQa003414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Mar 2017 17:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437144 - head/net/turnserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:44:20 -0000 Author: robak Date: Tue Mar 28 17:44:19 2017 New Revision: 437144 URL: https://svnweb.freebsd.org/changeset/ports/437144 Log: net/turnserver: update 4.5.0.5 -> 4.5.0.6 PR: 218180 Submitted by: Bradley T. Hughes (maintainer) Modified: head/net/turnserver/Makefile head/net/turnserver/distinfo Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Tue Mar 28 17:36:52 2017 (r437143) +++ head/net/turnserver/Makefile Tue Mar 28 17:44:19 2017 (r437144) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= turnserver -PORTVERSION= 4.5.0.5 -PORTREVISION= 2 +PORTVERSION= 4.5.0.6 CATEGORIES= net MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \ http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ Modified: head/net/turnserver/distinfo ============================================================================== --- head/net/turnserver/distinfo Tue Mar 28 17:36:52 2017 (r437143) +++ head/net/turnserver/distinfo Tue Mar 28 17:44:19 2017 (r437144) @@ -1,5 +1,5 @@ -TIMESTAMP = 1476733290 -SHA256 (turnserver-4.5.0.5.tar.gz) = 8484fa6c8d4aab43e1161c02eb8914154a21178b05f8a285e04094ddbb64acf4 -SIZE (turnserver-4.5.0.5.tar.gz) = 395108 +TIMESTAMP = 1490684832 +SHA256 (turnserver-4.5.0.6.tar.gz) = c0ff3224084ff9a9504147a7b87431ee815ebeea0de7c7cb67126859da7e25a6 +SIZE (turnserver-4.5.0.6.tar.gz) = 398485 SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379 From owner-svn-ports-all@freebsd.org Tue Mar 28 17:59:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD39D22E86; Tue, 28 Mar 2017 17:59:28 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2778B794; Tue, 28 Mar 2017 17:59:28 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHxRra007756; Tue, 28 Mar 2017 17:59:27 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHxQlx007752; Tue, 28 Mar 2017 17:59:26 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703281759.v2SHxQlx007752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 28 Mar 2017 17:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437145 - in head/devel: . py-jedi py3-jedi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:59:28 -0000 Author: skreuzer Date: Tue Mar 28 17:59:26 2017 New Revision: 437145 URL: https://svnweb.freebsd.org/changeset/ports/437145 Log: Add a python 3 varient of py-jedi Added: head/devel/py3-jedi/ head/devel/py3-jedi/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-jedi/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 28 17:44:19 2017 (r437144) +++ head/devel/Makefile Tue Mar 28 17:59:26 2017 (r437145) @@ -4918,6 +4918,7 @@ SUBDIR += py3-flake8-quotes SUBDIR += py3-gobject3 SUBDIR += py3-hgtools + SUBDIR += py3-jedi SUBDIR += py3-jsonschema SUBDIR += py3-libpeas SUBDIR += py3-libzfs Modified: head/devel/py-jedi/Makefile ============================================================================== --- head/devel/py-jedi/Makefile Tue Mar 28 17:44:19 2017 (r437144) +++ head/devel/py-jedi/Makefile Tue Mar 28 17:59:26 2017 (r437145) @@ -13,7 +13,7 @@ COMMENT= Autocompletion tool for Python USE_GITHUB= yes GH_ACCOUNT= davidhalter -USES= python:2 +USES?= python:2 USE_PYTHON= distutils autoplist .include Added: head/devel/py3-jedi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-jedi/Makefile Tue Mar 28 17:59:26 2017 (r437145) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-jedi + +USES= python:3.1+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Tue Mar 28 18:03:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B7EED22074; Tue, 28 Mar 2017 18:03:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2A8B82; Tue, 28 Mar 2017 18:03:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SI3OII011509; Tue, 28 Mar 2017 18:03:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SI3OU4011508; Tue, 28 Mar 2017 18:03:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703281803.v2SI3OU4011508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 18:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437146 - head/x11/kde4-runtime/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 18:03:25 -0000 Author: rakuco Date: Tue Mar 28 18:03:23 2017 New Revision: 437146 URL: https://svnweb.freebsd.org/changeset/ports/437146 Log: Unbreak after r436971 with the PULSEAUDIO option on. Use CMake to look for libcanberra so its entire path is passed to the linker instead of just "-lcanberra", which currently fails because we do not pass -L${LOCALBASE} to the linker. Reported by: Michael Butler Added: head/x11/kde4-runtime/files/patch-phonon_kcm_CMakeLists.txt (contents, props changed) Added: head/x11/kde4-runtime/files/patch-phonon_kcm_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-runtime/files/patch-phonon_kcm_CMakeLists.txt Tue Mar 28 18:03:23 2017 (r437146) @@ -0,0 +1,19 @@ +Detect libcanberra with CMake, not pkg-config. + +The latter does not produce full paths for libraries, leading to build failures +if -L/path/to is not passed to the linker as well. +--- phonon/kcm/CMakeLists.txt ++++ phonon/kcm/CMakeLists.txt +@@ -11,7 +11,11 @@ set_package_properties(GLIB2 PROPERTIES DESCRIPTION "Low-level core library for + TYPE OPTIONAL + ) + +-pkg_check_modules(CANBERRA libcanberra) ++find_path(CANBERRA_INCLUDE_DIRS canberra.h) ++find_library(CANBERRA_LIBRARIES canberra) ++if (CANBERRA_INCLUDE_DIRS AND CANBERRA_LIBRARIES) ++ set(CANBERRA_FOUND TRUE) ++endif () + add_feature_info ("Audio setup GUI" CANBERRA_FOUND + "libcanberra is needed for audio setup GUI + * http://0pointer.de/lennart/projects/libcanberra" From owner-svn-ports-all@freebsd.org Tue Mar 28 18:10:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24E1FD2253C; Tue, 28 Mar 2017 18:10:56 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5B321DD; Tue, 28 Mar 2017 18:10:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SIAsLA011972; Tue, 28 Mar 2017 18:10:54 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SIAs60011970; Tue, 28 Mar 2017 18:10:54 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703281810.v2SIAs60011970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Mar 2017 18:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437147 - in head: japanese/spamassassin mail/spamassassin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 18:10:56 -0000 Author: robak Date: Tue Mar 28 18:10:54 2017 New Revision: 437147 URL: https://svnweb.freebsd.org/changeset/ports/437147 Log: mail/spamassassin japanese/spamassassin: add missing run dependencies PR: 217487 Submitted by: Igor Roshchin MFH: 2017Q1 Modified: head/japanese/spamassassin/Makefile head/mail/spamassassin/Makefile Modified: head/japanese/spamassassin/Makefile ============================================================================== --- head/japanese/spamassassin/Makefile Tue Mar 28 18:03:23 2017 (r437146) +++ head/japanese/spamassassin/Makefile Tue Mar 28 18:10:54 2017 (r437147) @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Tue Mar 28 18:03:23 2017 (r437146) +++ head/mail/spamassassin/Makefile Tue Mar 28 18:10:54 2017 (r437147) @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.1 -PORTREVISION?= 9 # also bump japanese/spamassassin +PORTREVISION?= 10 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= APACHE/spamassassin/source CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -19,6 +19,9 @@ BUILD_DEPENDS= p5-Encode-Detect>=0:conve p5-Net-DNS>=0.63:dns/p5-Net-DNS \ p5-NetAddr-IP>=4.010:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ + p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \ + p5-URI>=0:net/p5-URI \ re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY SPF_QUERY SSL From owner-svn-ports-all@freebsd.org Tue Mar 28 18:22:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAE2D22A80; Tue, 28 Mar 2017 18:22:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 303E3B67; Tue, 28 Mar 2017 18:22:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 813156B1D; Tue, 28 Mar 2017 18:22:17 +0000 (UTC) Date: Tue, 28 Mar 2017 18:22:17 +0000 From: Alexey Dokuchaev To: Steven Kreuzer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437145 - in head/devel: . py-jedi py3-jedi Message-ID: <20170328182217.GA9248@FreeBSD.org> References: <201703281759.v2SHxQlx007752@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703281759.v2SHxQlx007752@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 18:22:18 -0000 On Tue, Mar 28, 2017 at 05:59:26PM +0000, Steven Kreuzer wrote: > New Revision: 437145 > URL: https://svnweb.freebsd.org/changeset/ports/437145 > > Log: > Add a python 3 varient of py-jedi It should read "variant". > Added: > head/devel/py3-jedi/ > head/devel/py3-jedi/Makefile (contents, props changed) > Modified: > head/devel/Makefile > head/devel/py-jedi/Makefile Seeing a number of these quite similar commits (usually setting MASTERDIR and USES[?]=) I'm wondering if this issue can be addressed globally rather than copying each individual port with `py3-' prefix? That is, framework could produce one or two packages depending on certain condition from the same `category/py-foo' port. ./danfe From owner-svn-ports-all@freebsd.org Tue Mar 28 18:37:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBDC9D23068; Tue, 28 Mar 2017 18:37:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A829F69D; Tue, 28 Mar 2017 18:37:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SIb177024265; Tue, 28 Mar 2017 18:37:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SIb1Pt024263; Tue, 28 Mar 2017 18:37:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281837.v2SIb1Pt024263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 18:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437148 - head/devel/osc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 18:37:03 -0000 Author: amdmi3 Date: Tue Mar 28 18:37:01 2017 New Revision: 437148 URL: https://svnweb.freebsd.org/changeset/ports/437148 Log: - Update to 0.157.2 Modified: head/devel/osc/Makefile head/devel/osc/distinfo Modified: head/devel/osc/Makefile ============================================================================== --- head/devel/osc/Makefile Tue Mar 28 18:10:54 2017 (r437147) +++ head/devel/osc/Makefile Tue Mar 28 18:37:01 2017 (r437148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osc -PORTVERSION= 0.157.1 +PORTVERSION= 0.157.2 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/osc/distinfo ============================================================================== --- head/devel/osc/distinfo Tue Mar 28 18:10:54 2017 (r437147) +++ head/devel/osc/distinfo Tue Mar 28 18:37:01 2017 (r437148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489141943 -SHA256 (openSUSE-osc-0.157.1_GH0.tar.gz) = 67e1bf9ae380258a26bdea83b3345dd9916b6ead71456b48a1c9eb8ff3d2594a -SIZE (openSUSE-osc-0.157.1_GH0.tar.gz) = 336577 +TIMESTAMP = 1490709783 +SHA256 (openSUSE-osc-0.157.2_GH0.tar.gz) = cde6384f069e3b08cc425cf5105251acb77f5f8c9413888b5f4ab89fec068f07 +SIZE (openSUSE-osc-0.157.2_GH0.tar.gz) = 337041 From owner-svn-ports-all@freebsd.org Tue Mar 28 19:11:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA9DBD239BB; Tue, 28 Mar 2017 19:11:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7F1F40; Tue, 28 Mar 2017 19:11:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SJBZk0038144; Tue, 28 Mar 2017 19:11:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJBZOC038142; Tue, 28 Mar 2017 19:11:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703281911.v2SJBZOC038142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Mar 2017 19:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437149 - head/emulators/ppsspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:11:37 -0000 Author: jbeich Date: Tue Mar 28 19:11:35 2017 New Revision: 437149 URL: https://svnweb.freebsd.org/changeset/ports/437149 Log: emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround https://github.com/hrydgard/ppsspp/issues/9026 Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/distinfo (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Tue Mar 28 18:37:01 2017 (r437148) +++ head/emulators/ppsspp/Makefile Tue Mar 28 19:11:35 2017 (r437149) @@ -3,13 +3,18 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} +.ifndef PKGNAMESUFFIX +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 7a7e4ed23f5f.patch:-p1 +.endif + MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Tue Mar 28 18:37:01 2017 (r437148) +++ head/emulators/ppsspp/distinfo Tue Mar 28 19:11:35 2017 (r437149) @@ -7,3 +7,5 @@ SHA256 (hrydgard-ppsspp-lang-cdf4a8d_GH0 SIZE (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 249259 SHA256 (Kingcom-armips-1ffab37_GH0.tar.gz) = ebfcc89e2bc983330fa5131ecbd324812f4679c9f04134ffea8f2658780a1c64 SIZE (Kingcom-armips-1ffab37_GH0.tar.gz) = 146794 +SHA256 (7a7e4ed23f5f.patch) = 62038974cdb06d1f6d4cbae8c9e22bafbf718d7acaff6ebe15b4d9b1f3e1f2e3 +SIZE (7a7e4ed23f5f.patch) = 1241 From owner-svn-ports-all@freebsd.org Tue Mar 28 19:14:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32362D23B43; Tue, 28 Mar 2017 19:14:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C9F71E7; Tue, 28 Mar 2017 19:14:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SJEs3a040691; Tue, 28 Mar 2017 19:14:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJErgt040686; Tue, 28 Mar 2017 19:14:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703281914.v2SJErgt040686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Mar 2017 19:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437150 - in head/x11-drivers: . xorgxrdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:14:55 -0000 Author: pi Date: Tue Mar 28 19:14:53 2017 New Revision: 437150 URL: https://svnweb.freebsd.org/changeset/ports/437150 Log: New port: x11-drivers/xorgxrdp xorgxrdp is a set of drivers that enables Xorg to use RDP session with xrdp. WWW: http://www.xrdp.org/ PR: 213219 Submitted by: Koichiro IWAO Added: head/x11-drivers/xorgxrdp/ head/x11-drivers/xorgxrdp/Makefile (contents, props changed) head/x11-drivers/xorgxrdp/distinfo (contents, props changed) head/x11-drivers/xorgxrdp/pkg-descr (contents, props changed) head/x11-drivers/xorgxrdp/pkg-plist (contents, props changed) Modified: head/x11-drivers/Makefile Modified: head/x11-drivers/Makefile ============================================================================== --- head/x11-drivers/Makefile Tue Mar 28 19:11:35 2017 (r437149) +++ head/x11-drivers/Makefile Tue Mar 28 19:14:53 2017 (r437150) @@ -53,5 +53,6 @@ SUBDIR += xf86-video-vmware SUBDIR += xf86-video-voodoo SUBDIR += xorg-drivers + SUBDIR += xorgxrdp .include Added: head/x11-drivers/xorgxrdp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xorgxrdp/Makefile Tue Mar 28 19:14:53 2017 (r437150) @@ -0,0 +1,45 @@ +# Created by: Koichiro IWAO +# $FreeBSD$ + +PORTNAME= xorgxrdp +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= x11-drivers +DIST_SUBDIR= xrdp + +MAINTAINER= meta+ports@vmeta.jp +COMMENT= X.Org driver enabling use through an RDP session with xrdp + +LICENSE= MIT + +BUILD_DEPENDS= nasm:devel/nasm + +USES= autoreconf libtool:build pkgconfig +USE_XORG= dri2proto dri3proto glproto inputproto presentproto randrproto \ + renderproto resourceproto scrnsaverproto xf86driproto xineramaproto \ + xorg-server +USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= neutrinolabs +GH_PROJECT= xrdp:xrdp +GH_TAGNAME= 7cc1dd2:xrdp +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +CFLAGS+= -I${LOCALBASE}/include +LIBS+= -I${LOCALBASE}/lib +CONFIGURE_ENV+= XRDP_CFLAGS=-I${WRKSRC_xrdp}/common + +OPTIONS_DEFINE= DEBUG + +.include + +post-patch: +.if ${PORT_OPTIONS:MDEBUG} + ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|' +.endif + +pre-configure: + @cd ${WRKSRC} && ./bootstrap + +.include Added: head/x11-drivers/xorgxrdp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xorgxrdp/distinfo Tue Mar 28 19:14:53 2017 (r437150) @@ -0,0 +1,5 @@ +TIMESTAMP = 1481518351 +SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 2a1be0ec3ae7bc7c9700a4da129cb5c56e0f71c7bb7469c08f139589964da2f1 +SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 82328 +SHA256 (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 61b8eabbad2be684bf3750db385b1a1e4058bd30cb6d2489d73f9a7a741a44ec +SIZE (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 1873040 Added: head/x11-drivers/xorgxrdp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xorgxrdp/pkg-descr Tue Mar 28 19:14:53 2017 (r437150) @@ -0,0 +1,3 @@ +xorgxrdp is a set of drivers that enables Xorg to use RDP session with xrdp. + +WWW: http://www.xrdp.org/ Added: head/x11-drivers/xorgxrdp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xorgxrdp/pkg-plist Tue Mar 28 19:14:53 2017 (r437150) @@ -0,0 +1,10 @@ +@dir /etc/X11/xrdp +/etc/X11/xrdp/xorg.conf +lib/xorg/modules/drivers/xrdpdev_drv.a +lib/xorg/modules/drivers/xrdpdev_drv.so +lib/xorg/modules/input/xrdpkeyb_drv.a +lib/xorg/modules/input/xrdpkeyb_drv.so +lib/xorg/modules/input/xrdpmouse_drv.a +lib/xorg/modules/input/xrdpmouse_drv.so +lib/xorg/modules/libxorgxrdp.a +lib/xorg/modules/libxorgxrdp.so From owner-svn-ports-all@freebsd.org Tue Mar 28 19:19:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C892FD23D00; Tue, 28 Mar 2017 19:19:23 +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 7B492403; Tue, 28 Mar 2017 19:19:23 +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 v2SJJMld041111; Tue, 28 Mar 2017 19:19:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJJMKo041109; Tue, 28 Mar 2017 19:19:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703281919.v2SJJMKo041109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 28 Mar 2017 19:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437151 - branches/2017Q1/emulators/ppsspp X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:19:23 -0000 Author: jbeich Date: Tue Mar 28 19:19:22 2017 New Revision: 437151 URL: https://svnweb.freebsd.org/changeset/ports/437151 Log: MFH: r437149 emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround https://github.com/hrydgard/ppsspp/issues/9026 Approved by: ports-secteam blanket Modified: branches/2017Q1/emulators/ppsspp/Makefile branches/2017Q1/emulators/ppsspp/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/emulators/ppsspp/Makefile ============================================================================== --- branches/2017Q1/emulators/ppsspp/Makefile Tue Mar 28 19:14:53 2017 (r437150) +++ branches/2017Q1/emulators/ppsspp/Makefile Tue Mar 28 19:19:22 2017 (r437151) @@ -3,13 +3,18 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} +.ifndef PKGNAMESUFFIX +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 7a7e4ed23f5f.patch:-p1 +.endif + MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS Modified: branches/2017Q1/emulators/ppsspp/distinfo ============================================================================== --- branches/2017Q1/emulators/ppsspp/distinfo Tue Mar 28 19:14:53 2017 (r437150) +++ branches/2017Q1/emulators/ppsspp/distinfo Tue Mar 28 19:19:22 2017 (r437151) @@ -7,3 +7,5 @@ SHA256 (hrydgard-ppsspp-lang-cdf4a8d_GH0 SIZE (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 249259 SHA256 (Kingcom-armips-1ffab37_GH0.tar.gz) = ebfcc89e2bc983330fa5131ecbd324812f4679c9f04134ffea8f2658780a1c64 SIZE (Kingcom-armips-1ffab37_GH0.tar.gz) = 146794 +SHA256 (7a7e4ed23f5f.patch) = 62038974cdb06d1f6d4cbae8c9e22bafbf718d7acaff6ebe15b4d9b1f3e1f2e3 +SIZE (7a7e4ed23f5f.patch) = 1241 From owner-svn-ports-all@freebsd.org Tue Mar 28 19:29:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F40C1D22702; Tue, 28 Mar 2017 19:29:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0C6C15B; Tue, 28 Mar 2017 19:29:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SJTkRp045077; Tue, 28 Mar 2017 19:29:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJTkYM045076; Tue, 28 Mar 2017 19:29:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703281929.v2SJTkYM045076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Mar 2017 19:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437152 - head/net/xrdp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:29:48 -0000 Author: pi Date: Tue Mar 28 19:29:46 2017 New Revision: 437152 URL: https://svnweb.freebsd.org/changeset/ports/437152 Log: net/xrdp-devel: re-add RUN_DEPENDS on x11-drivers/xorgxrdp - re-add after the port we depend on has finally landed PR: 216420 Submitted by: Koichiro IWAO (maintainer) Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Tue Mar 28 19:19:22 2017 (r437151) +++ head/net/xrdp-devel/Makefile Tue Mar 28 19:29:46 2017 (r437152) @@ -4,7 +4,7 @@ PORTNAME= xrdp PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING # pulseaudio's built source is required for audio redirection BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ ${LOCALBASE}/bin/nasm:devel/nasm +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp USES= autoreconf:build jpeg libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr From owner-svn-ports-all@freebsd.org Tue Mar 28 19:31:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A15CD2283B; Tue, 28 Mar 2017 19:31:24 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6CC7FA; Tue, 28 Mar 2017 19:31:24 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SJVNk8046071; Tue, 28 Mar 2017 19:31:23 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJVNUh046069; Tue, 28 Mar 2017 19:31:23 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703281931.v2SJVNUh046069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 28 Mar 2017 19:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437153 - in branches/2017Q1: japanese/spamassassin mail/spamassassin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:31:24 -0000 Author: robak Date: Tue Mar 28 19:31:22 2017 New Revision: 437153 URL: https://svnweb.freebsd.org/changeset/ports/437153 Log: MFH: r437147 mail/spamassassin japanese/spamassassin: add missing run dependencies PR: 217487 Submitted by: Igor Roshchin Approved by: ports-secteam Modified: branches/2017Q1/japanese/spamassassin/Makefile branches/2017Q1/mail/spamassassin/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/japanese/spamassassin/Makefile ============================================================================== --- branches/2017Q1/japanese/spamassassin/Makefile Tue Mar 28 19:29:46 2017 (r437152) +++ branches/2017Q1/japanese/spamassassin/Makefile Tue Mar 28 19:31:22 2017 (r437153) @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- Modified: branches/2017Q1/mail/spamassassin/Makefile ============================================================================== --- branches/2017Q1/mail/spamassassin/Makefile Tue Mar 28 19:29:46 2017 (r437152) +++ branches/2017Q1/mail/spamassassin/Makefile Tue Mar 28 19:31:22 2017 (r437153) @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.1 -PORTREVISION?= 9 # also bump japanese/spamassassin +PORTREVISION?= 10 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= APACHE/spamassassin/source CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -19,6 +19,9 @@ BUILD_DEPENDS= p5-Encode-Detect>=0:conve p5-Net-DNS>=0.63:dns/p5-Net-DNS \ p5-NetAddr-IP>=4.010:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ + p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \ + p5-URI>=0:net/p5-URI \ re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY SPF_QUERY SSL From owner-svn-ports-all@freebsd.org Tue Mar 28 19:47:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8235D22F2D; Tue, 28 Mar 2017 19:47:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77D8A155; Tue, 28 Mar 2017 19:47:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SJlrfx053414; Tue, 28 Mar 2017 19:47:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SJlr5U053413; Tue, 28 Mar 2017 19:47:53 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201703281947.v2SJlr5U053413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 28 Mar 2017 19:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437154 - head/sysutils/cbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 19:47:54 -0000 Author: rm Date: Tue Mar 28 19:47:53 2017 New Revision: 437154 URL: https://svnweb.freebsd.org/changeset/ports/437154 Log: sysutils/cbsd: update to 11.0.14 bugfix release: issue #140 fix PR: 218186 Submitted by: maintainer Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Tue Mar 28 19:31:22 2017 (r437153) +++ head/sysutils/cbsd/Makefile Tue Mar 28 19:47:53 2017 (r437154) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.13 +PORTVERSION= 11.0.14 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Tue Mar 28 19:31:22 2017 (r437153) +++ head/sysutils/cbsd/distinfo Tue Mar 28 19:47:53 2017 (r437154) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490438270 -SHA256 (cbsd-cbsd-11.0.13_GH0.tar.gz) = 6c1c64d47b945270df72dfc90e9ab329512b3f5468f9ce784f9e21f2b331706a -SIZE (cbsd-cbsd-11.0.13_GH0.tar.gz) = 5181457 +TIMESTAMP = 1490712152 +SHA256 (cbsd-cbsd-11.0.14_GH0.tar.gz) = 48928739a03eb476ee7901b24b8413eb9453fdb91b559a3ad601b6319a9c0069 +SIZE (cbsd-cbsd-11.0.14_GH0.tar.gz) = 5190143 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:16:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73EC9D21ADF; Tue, 28 Mar 2017 20:16:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40D2776D; Tue, 28 Mar 2017 20:16:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKG2QC065547; Tue, 28 Mar 2017 20:16:02 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKG2XP065546; Tue, 28 Mar 2017 20:16:02 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201703282016.v2SKG2XP065546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 28 Mar 2017 20:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437155 - head/textproc/py-wtforms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:16:03 -0000 Author: rm Date: Tue Mar 28 20:16:02 2017 New Revision: 437155 URL: https://svnweb.freebsd.org/changeset/ports/437155 Log: textproc/py-wtforms: bump sqlalchemy dependency wtforms works fine sqlalchemy 1.0, so switch the port to it to get rid of sqlalchemy < 1.x. PR: 217734 Submitted by: rene Modified: head/textproc/py-wtforms/Makefile Modified: head/textproc/py-wtforms/Makefile ============================================================================== --- head/textproc/py-wtforms/Makefile Tue Mar 28 19:47:53 2017 (r437154) +++ head/textproc/py-wtforms/Makefile Tue Mar 28 20:16:02 2017 (r437155) @@ -3,6 +3,7 @@ PORTNAME= wtforms PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil From owner-svn-ports-all@freebsd.org Tue Mar 28 20:18:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBF8D21B7C; Tue, 28 Mar 2017 20:18:44 +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 45A2987E; Tue, 28 Mar 2017 20:18:44 +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 v2SKIhAO065764; Tue, 28 Mar 2017 20:18:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKIhbZ065761; Tue, 28 Mar 2017 20:18:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703282018.v2SKIhbZ065761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 28 Mar 2017 20:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437156 - in head/textproc/libxml++26: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:18:44 -0000 Author: antoine Date: Tue Mar 28 20:18:42 2017 New Revision: 437156 URL: https://svnweb.freebsd.org/changeset/ports/437156 Log: Revert r437110, this upgrade breaks lots of ports depending on it With hat: portmgr Added: head/textproc/libxml++26/files/ - copied from r437109, head/textproc/libxml++26/files/ Modified: head/textproc/libxml++26/Makefile head/textproc/libxml++26/distinfo head/textproc/libxml++26/pkg-plist Modified: head/textproc/libxml++26/Makefile ============================================================================== --- head/textproc/libxml++26/Makefile Tue Mar 28 20:16:02 2017 (r437155) +++ head/textproc/libxml++26/Makefile Tue Mar 28 20:18:42 2017 (r437156) @@ -3,17 +3,15 @@ # $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $ PORTNAME= libxml++ -PORTVERSION= 2.40.1 +PORTVERSION= 2.34.2 PORTREVISION?= 0 +PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= GNOME MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - USES+= tar:xz PLIST_SUB= VERSION="2.6" API_VERSION="2.6" Modified: head/textproc/libxml++26/distinfo ============================================================================== --- head/textproc/libxml++26/distinfo Tue Mar 28 20:16:02 2017 (r437155) +++ head/textproc/libxml++26/distinfo Tue Mar 28 20:18:42 2017 (r437156) @@ -1,3 +1,2 @@ -TIMESTAMP = 1490627284 -SHA256 (libxml++-2.40.1.tar.xz) = 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9 -SIZE (libxml++-2.40.1.tar.xz) = 955220 +SHA256 (libxml++-2.34.2.tar.xz) = 77daba20ab76631071d4ed4cc18fa2e981160ca05ae661e8d146f2b0728f9baa +SIZE (libxml++-2.34.2.tar.xz) = 1070956 Modified: head/textproc/libxml++26/pkg-plist ============================================================================== --- head/textproc/libxml++26/pkg-plist Tue Mar 28 20:16:02 2017 (r437155) +++ head/textproc/libxml++26/pkg-plist Tue Mar 28 20:18:42 2017 (r437156) @@ -1,14 +1,11 @@ include/libxml++-%%API_VERSION%%/include/libxml++config.h include/libxml++-%%API_VERSION%%/libxml++/attribute.h -include/libxml++-%%API_VERSION%%/libxml++/attributedeclaration.h -include/libxml++-%%API_VERSION%%/libxml++/attributenode.h include/libxml++-%%API_VERSION%%/libxml++/document.h include/libxml++-%%API_VERSION%%/libxml++/dtd.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/wrapped_exception.h include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h @@ -19,28 +16,19 @@ include/libxml++-%%API_VERSION%%/libxml+ include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/entitydeclaration.h include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludeend.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludestart.h include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h -include/libxml++-%%API_VERSION%%/libxml++/relaxngschema.h include/libxml++-%%API_VERSION%%/libxml++/schema.h -include/libxml++-%%API_VERSION%%/libxml++/schemabase.h include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/relaxngvalidator.h include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidatorbase.h include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/xsdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/xsdschema.h lib/libxml++-%%VERSION%%.a lib/libxml++-%%VERSION%%.so lib/libxml++-%%VERSION%%.so.2 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:19:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 687D9D21C29; Tue, 28 Mar 2017 20:19:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37D3697A; Tue, 28 Mar 2017 20:19:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKJhXF065905; Tue, 28 Mar 2017 20:19:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKJhLt065904; Tue, 28 Mar 2017 20:19:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703282019.v2SKJhLt065904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 28 Mar 2017 20:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437157 - head/devel/kf5-ki18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:19:44 -0000 Author: tcberner Date: Tue Mar 28 20:19:43 2017 New Revision: 437157 URL: https://svnweb.freebsd.org/changeset/ports/437157 Log: Run depend on gettext-runtime, as the cmake files provided by the package have a 'findpackage(Gettext REQUIRED)'. Approved by: rakuco (mentor) Modified: head/devel/kf5-ki18n/Makefile Modified: head/devel/kf5-ki18n/Makefile ============================================================================== --- head/devel/kf5-ki18n/Makefile Tue Mar 28 20:18:42 2017 (r437156) +++ head/devel/kf5-ki18n/Makefile Tue Mar 28 20:19:43 2017 (r437157) @@ -3,12 +3,14 @@ PORTNAME= ki18n PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 advanced internationalization framework -USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib gettext-runtime \ + gettext-tools:build,run kde:5 tar:xz USE_KDE= ecm USE_QT5= buildtools_build concurrent core qmake_build qml script testlib From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 651E2D22BDE; Tue, 28 Mar 2017 20:52: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 2C3A4952; Tue, 28 Mar 2017 20:52: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 v2SKqL9H082114; Tue, 28 Mar 2017 20:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqLXs082111; Tue, 28 Mar 2017 20:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqLXs082111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437158 - head/www/libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:22 -0000 Author: sunpoet Date: Tue Mar 28 20:52:20 2017 New Revision: 437158 URL: https://svnweb.freebsd.org/changeset/ports/437158 Log: Update to 1.21.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/libnghttp2/Makefile head/www/libnghttp2/distinfo head/www/libnghttp2/pkg-plist Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Tue Mar 28 20:19:43 2017 (r437157) +++ head/www/libnghttp2/Makefile Tue Mar 28 20:52:20 2017 (r437158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib Modified: head/www/libnghttp2/distinfo ============================================================================== --- head/www/libnghttp2/distinfo Tue Mar 28 20:19:43 2017 (r437157) +++ head/www/libnghttp2/distinfo Tue Mar 28 20:52:20 2017 (r437158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488199401 -SHA256 (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 19324b348e0d9e3eb6198f4ab8d0355d0b81c2f871f722ebf4484a2f25d0ba71 -SIZE (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 1733526 +TIMESTAMP = 1490727947 +SHA256 (nghttp2-nghttp2-v1.21.0_GH0.tar.gz) = ce2639515daed8da7d0c2bb0656f6158e7c20fe6cea94879684e83f398c825de +SIZE (nghttp2-nghttp2-v1.21.0_GH0.tar.gz) = 1734638 Modified: head/www/libnghttp2/pkg-plist ============================================================================== --- head/www/libnghttp2/pkg-plist Tue Mar 28 20:19:43 2017 (r437157) +++ head/www/libnghttp2/pkg-plist Tue Mar 28 20:52:20 2017 (r437158) @@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.13.0 +lib/libnghttp2.so.14.13.1 libdata/pkgconfig/libnghttp2.pc From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB244D22C02; Tue, 28 Mar 2017 20:52: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 8AA1896C; Tue, 28 Mar 2017 20:52: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 v2SKqPHU082233; Tue, 28 Mar 2017 20:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqPjW082231; Tue, 28 Mar 2017 20:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqPjW082231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437159 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:26 -0000 Author: sunpoet Date: Tue Mar 28 20:52:25 2017 New Revision: 437159 URL: https://svnweb.freebsd.org/changeset/ports/437159 Log: Update to 1.21.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Tue Mar 28 20:52:20 2017 (r437158) +++ head/www/nghttp2/Makefile Tue Mar 28 20:52:25 2017 (r437159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 DISTVERSIONPREFIX= v CATEGORIES= www net Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Tue Mar 28 20:52:20 2017 (r437158) +++ head/www/nghttp2/distinfo Tue Mar 28 20:52:25 2017 (r437159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488199401 -SHA256 (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 19324b348e0d9e3eb6198f4ab8d0355d0b81c2f871f722ebf4484a2f25d0ba71 -SIZE (nghttp2-nghttp2-v1.20.0_GH0.tar.gz) = 1733526 +TIMESTAMP = 1490727956 +SHA256 (nghttp2-nghttp2-v1.21.0_GH0.tar.gz) = ce2639515daed8da7d0c2bb0656f6158e7c20fe6cea94879684e83f398c825de +SIZE (nghttp2-nghttp2-v1.21.0_GH0.tar.gz) = 1734638 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05DA5D22C2E; Tue, 28 Mar 2017 20:52:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A28E89BF; Tue, 28 Mar 2017 20:52:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKqURA082369; Tue, 28 Mar 2017 20:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqUhY082366; Tue, 28 Mar 2017 20:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqUhY082366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437160 - head/devel/p5-Devel-MAT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:32 -0000 Author: sunpoet Date: Tue Mar 28 20:52:30 2017 New Revision: 437160 URL: https://svnweb.freebsd.org/changeset/ports/437160 Log: Update to 0.25 Changes: http://search.cpan.org/dist/Devel-MAT/Changes Modified: head/devel/p5-Devel-MAT/Makefile head/devel/p5-Devel-MAT/distinfo head/devel/p5-Devel-MAT/pkg-plist Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Tue Mar 28 20:52:25 2017 (r437159) +++ head/devel/p5-Devel-MAT/Makefile Tue Mar 28 20:52:30 2017 (r437160) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-MAT -PORTVERSION= 0.24 -PORTREVISION= 1 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-MAT/distinfo ============================================================================== --- head/devel/p5-Devel-MAT/distinfo Tue Mar 28 20:52:25 2017 (r437159) +++ head/devel/p5-Devel-MAT/distinfo Tue Mar 28 20:52:30 2017 (r437160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466891994 -SHA256 (Devel-MAT-0.24.tar.gz) = 0e7940f2d4af88213d94e45cf067e2139e1cdd4cbfbb915790d4c6603d3a0a3a -SIZE (Devel-MAT-0.24.tar.gz) = 106427 +TIMESTAMP = 1490727966 +SHA256 (Devel-MAT-0.25.tar.gz) = 2d87859c1b16d2d113d5bfd3ea5476e689d2aceb3dd5011fef3de93a1c86b741 +SIZE (Devel-MAT-0.25.tar.gz) = 109312 Modified: head/devel/p5-Devel-MAT/pkg-plist ============================================================================== --- head/devel/p5-Devel-MAT/pkg-plist Tue Mar 28 20:52:25 2017 (r437159) +++ head/devel/p5-Devel-MAT/pkg-plist Tue Mar 28 20:52:30 2017 (r437160) @@ -1,5 +1,4 @@ bin/pmat -bin/pmat-callstack bin/pmat-cat-svpv bin/pmat-diff bin/pmat-dump-symbols @@ -14,9 +13,11 @@ bin/pmat-sizes %%SITE_ARCH%%/Devel/MAT/Dumper.pm %%SITE_ARCH%%/Devel/MAT/Dumpfile.pm %%SITE_ARCH%%/Devel/MAT/Graph.pm +%%SITE_ARCH%%/Devel/MAT/InternalTools.pm %%SITE_ARCH%%/Devel/MAT/SV.pm %%SITE_ARCH%%/Devel/MAT/Tool.pm %%SITE_ARCH%%/Devel/MAT/Tool.pod +%%SITE_ARCH%%/Devel/MAT/Tool/Callstack.pm %%SITE_ARCH%%/Devel/MAT/Tool/Count.pm %%SITE_ARCH%%/Devel/MAT/Tool/IO.pm %%SITE_ARCH%%/Devel/MAT/Tool/Identify.pm @@ -25,6 +26,7 @@ bin/pmat-sizes %%SITE_ARCH%%/Devel/MAT/Tool/Show.pm %%SITE_ARCH%%/Devel/MAT/Tool/Sizes.pm %%SITE_ARCH%%/Devel/MAT/UI.pod +%%SITE_ARCH%%/Devel/MAT/UserGuide.pod %%SITE_ARCH%%/auto/Devel/MAT/Dumper/Dumper.so %%SITE_ARCH%%/auto/Devel/MAT/MAT.so %%SITE_ARCH%%/auto/share/module/Devel-MAT-UI/icons/reachable-internal.svg @@ -68,6 +70,7 @@ bin/pmat-sizes %%PERL5_MAN3%%/Devel::MAT::Graph.3.gz %%PERL5_MAN3%%/Devel::MAT::SV.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool.3.gz +%%PERL5_MAN3%%/Devel::MAT::Tool::Callstack.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Count.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::IO.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Identify.3.gz @@ -76,3 +79,4 @@ bin/pmat-sizes %%PERL5_MAN3%%/Devel::MAT::Tool::Show.3.gz %%PERL5_MAN3%%/Devel::MAT::Tool::Sizes.3.gz %%PERL5_MAN3%%/Devel::MAT::UI.3.gz +%%PERL5_MAN3%%/Devel::MAT::UserGuide.3.gz From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30242D22C67; Tue, 28 Mar 2017 20:52:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC717A30; Tue, 28 Mar 2017 20:52: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 v2SKqZeh082489; Tue, 28 Mar 2017 20:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqYVZ082487; Tue, 28 Mar 2017 20:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqYVZ082487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437161 - head/databases/py-sqlalchemy11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:36 -0000 Author: sunpoet Date: Tue Mar 28 20:52:34 2017 New Revision: 437161 URL: https://svnweb.freebsd.org/changeset/ports/437161 Log: Update to 1.1.7 Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html Modified: head/databases/py-sqlalchemy11/Makefile head/databases/py-sqlalchemy11/distinfo Modified: head/databases/py-sqlalchemy11/Makefile ============================================================================== --- head/databases/py-sqlalchemy11/Makefile Tue Mar 28 20:52:30 2017 (r437160) +++ head/databases/py-sqlalchemy11/Makefile Tue Mar 28 20:52:34 2017 (r437161) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-sqlalchemy11/distinfo ============================================================================== --- head/databases/py-sqlalchemy11/distinfo Tue Mar 28 20:52:30 2017 (r437160) +++ head/databases/py-sqlalchemy11/distinfo Tue Mar 28 20:52:34 2017 (r437161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488358246 -SHA256 (SQLAlchemy-1.1.6.tar.gz) = 815924e3218d878ddd195d2f9f5bf3d2bb39fabaddb1ea27dace6ac27d9865e4 -SIZE (SQLAlchemy-1.1.6.tar.gz) = 5157222 +TIMESTAMP = 1490727977 +SHA256 (SQLAlchemy-1.1.7.tar.gz) = 9308b2886285dec57aa9e569a0519220e83515e15c6e3eda803c07deb7c1cbad +SIZE (SQLAlchemy-1.1.7.tar.gz) = 5160537 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2824D22C95; Tue, 28 Mar 2017 20:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81985A9F; Tue, 28 Mar 2017 20:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKqdp1082608; Tue, 28 Mar 2017 20:52:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqdpm082606; Tue, 28 Mar 2017 20:52:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqdpm082606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437162 - head/security/p5-Net-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:40 -0000 Author: sunpoet Date: Tue Mar 28 20:52:39 2017 New Revision: 437162 URL: https://svnweb.freebsd.org/changeset/ports/437162 Log: Update to 1.81 Changes: http://search.cpan.org/dist/Net-SSLeay/Changes Modified: head/security/p5-Net-SSLeay/Makefile head/security/p5-Net-SSLeay/distinfo Modified: head/security/p5-Net-SSLeay/Makefile ============================================================================== --- head/security/p5-Net-SSLeay/Makefile Tue Mar 28 20:52:34 2017 (r437161) +++ head/security/p5-Net-SSLeay/Makefile Tue Mar 28 20:52:39 2017 (r437162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSLeay -PORTVERSION= 1.80 +PORTVERSION= 1.81 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Net-SSLeay/distinfo ============================================================================== --- head/security/p5-Net-SSLeay/distinfo Tue Mar 28 20:52:34 2017 (r437161) +++ head/security/p5-Net-SSLeay/distinfo Tue Mar 28 20:52:39 2017 (r437162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483726129 -SHA256 (Net-SSLeay-1.80.tar.gz) = a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93 -SIZE (Net-SSLeay-1.80.tar.gz) = 395820 +TIMESTAMP = 1490727987 +SHA256 (Net-SSLeay-1.81.tar.gz) = 00cbb6174e628b42178e1445c9fd5a3c5ae2cfd6a5a43e03610ba14786f21b7d +SIZE (Net-SSLeay-1.81.tar.gz) = 396631 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D1E1D22CC4; Tue, 28 Mar 2017 20:52:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C74CB14; Tue, 28 Mar 2017 20:52:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKqi0P082728; Tue, 28 Mar 2017 20:52:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqiDD082726; Tue, 28 Mar 2017 20:52:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqiDD082726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437163 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:45 -0000 Author: sunpoet Date: Tue Mar 28 20:52:43 2017 New Revision: 437163 URL: https://svnweb.freebsd.org/changeset/ports/437163 Log: Update to 2.8.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Tue Mar 28 20:52:39 2017 (r437162) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue Mar 28 20:52:43 2017 (r437163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.8.11 +PORTVERSION= 2.8.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue Mar 28 20:52:39 2017 (r437162) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue Mar 28 20:52:43 2017 (r437163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371243 -SHA256 (rubygem/aws-sdk-core-2.8.11.gem) = ce769ad6583279bad6d8ec8dd8eed0d3eaf602d73212de2e504d4eca640c0f8b -SIZE (rubygem/aws-sdk-core-2.8.11.gem) = 980992 +TIMESTAMP = 1490727995 +SHA256 (rubygem/aws-sdk-core-2.8.12.gem) = bb54aca623f5b325b80678f57ff23e7af3e7d6be0110e640a505f60afd70ee5c +SIZE (rubygem/aws-sdk-core-2.8.12.gem) = 981504 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B792D22CF2; Tue, 28 Mar 2017 20:52: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 DC09AB94; Tue, 28 Mar 2017 20:52:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKqm8Y082847; Tue, 28 Mar 2017 20:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqmuv082845; Tue, 28 Mar 2017 20:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqmuv082845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437164 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:50 -0000 Author: sunpoet Date: Tue Mar 28 20:52:48 2017 New Revision: 437164 URL: https://svnweb.freebsd.org/changeset/ports/437164 Log: Update to 2.8.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Tue Mar 28 20:52:43 2017 (r437163) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue Mar 28 20:52:48 2017 (r437164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.8.11 +PORTVERSION= 2.8.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue Mar 28 20:52:43 2017 (r437163) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue Mar 28 20:52:48 2017 (r437164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371248 -SHA256 (rubygem/aws-sdk-resources-2.8.11.gem) = 31958a03d2a3a9e5637966ba183f452e80d378c0289e845c6007234b5b0226f3 -SIZE (rubygem/aws-sdk-resources-2.8.11.gem) = 47104 +TIMESTAMP = 1490728004 +SHA256 (rubygem/aws-sdk-resources-2.8.12.gem) = ceb242af9b7cda5f46e71f77d3919733defd45527bafe9fe3b2d7f3d5925479b +SIZE (rubygem/aws-sdk-resources-2.8.12.gem) = 47104 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D00FD22D2A; Tue, 28 Mar 2017 20:52: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 5C634C08; Tue, 28 Mar 2017 20:52: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 v2SKqrxw082968; Tue, 28 Mar 2017 20:52:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqrUt082966; Tue, 28 Mar 2017 20:52:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqrUt082966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437165 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:54 -0000 Author: sunpoet Date: Tue Mar 28 20:52:53 2017 New Revision: 437165 URL: https://svnweb.freebsd.org/changeset/ports/437165 Log: Update to 2.8.12 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Tue Mar 28 20:52:48 2017 (r437164) +++ head/devel/rubygem-aws-sdk/Makefile Tue Mar 28 20:52:53 2017 (r437165) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.8.11 +PORTVERSION= 2.8.12 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue Mar 28 20:52:48 2017 (r437164) +++ head/devel/rubygem-aws-sdk/distinfo Tue Mar 28 20:52:53 2017 (r437165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371252 -SHA256 (rubygem/aws-sdk-2.8.11.gem) = 275257e98dbca03858a1e7c34cb43e5400bac0f539a03118f17ebe1057067829 -SIZE (rubygem/aws-sdk-2.8.11.gem) = 4608 +TIMESTAMP = 1490728000 +SHA256 (rubygem/aws-sdk-2.8.12.gem) = f4a78d0b86518cf33aea19d3894da913ebf7adf6515aa414e0f9e26daaf0cad2 +SIZE (rubygem/aws-sdk-2.8.12.gem) = 4608 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:52:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42578D22D61; Tue, 28 Mar 2017 20:52:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D4DFC85; Tue, 28 Mar 2017 20:52:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SKqwkX083088; Tue, 28 Mar 2017 20:52:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKqwxF083086; Tue, 28 Mar 2017 20:52:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282052.v2SKqwxF083086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437166 - head/devel/rubygem-dynflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:52:59 -0000 Author: sunpoet Date: Tue Mar 28 20:52:57 2017 New Revision: 437166 URL: https://svnweb.freebsd.org/changeset/ports/437166 Log: Update to 0.8.23 Changes: https://github.com/Dynflow/dynflow/commits/master Modified: head/devel/rubygem-dynflow/Makefile head/devel/rubygem-dynflow/distinfo Modified: head/devel/rubygem-dynflow/Makefile ============================================================================== --- head/devel/rubygem-dynflow/Makefile Tue Mar 28 20:52:53 2017 (r437165) +++ head/devel/rubygem-dynflow/Makefile Tue Mar 28 20:52:57 2017 (r437166) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dynflow -PORTVERSION= 0.8.22 +PORTVERSION= 0.8.23 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-dynflow/distinfo ============================================================================== --- head/devel/rubygem-dynflow/distinfo Tue Mar 28 20:52:53 2017 (r437165) +++ head/devel/rubygem-dynflow/distinfo Tue Mar 28 20:52:57 2017 (r437166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490101768 -SHA256 (rubygem/dynflow-0.8.22.gem) = d3c92a0137b1c1f5de4b77194d8273a8d53389ebf01604800e8a4efa23ec199b -SIZE (rubygem/dynflow-0.8.22.gem) = 948736 +TIMESTAMP = 1490728013 +SHA256 (rubygem/dynflow-0.8.23.gem) = 268ce3c621317a8caf9fbabc32bf9e085dfac1ac1694e68e32c71aa6b5b5bd08 +SIZE (rubygem/dynflow-0.8.23.gem) = 948736 From owner-svn-ports-all@freebsd.org Tue Mar 28 20:53:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C76DD22DB3; Tue, 28 Mar 2017 20:53: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 E929CD04; Tue, 28 Mar 2017 20:53: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 v2SKr2gn083258; Tue, 28 Mar 2017 20:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SKr2wd083256; Tue, 28 Mar 2017 20:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703282053.v2SKr2wd083256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Mar 2017 20:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437167 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 20:53:04 -0000 Author: sunpoet Date: Tue Mar 28 20:53:02 2017 New Revision: 437167 URL: https://svnweb.freebsd.org/changeset/ports/437167 Log: Update to 0.10.2 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo (contents, props changed) Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Tue Mar 28 20:52:57 2017 (r437166) +++ head/devel/rubygem-google-api-client/Makefile Tue Mar 28 20:53:02 2017 (r437167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -24,4 +24,6 @@ NO_ARCH= yes USE_RUBY= yes USES= gem +PLIST_FILES= bin/generate-api + .include Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Tue Mar 28 20:52:57 2017 (r437166) +++ head/devel/rubygem-google-api-client/distinfo Tue Mar 28 20:53:02 2017 (r437167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490094707 -SHA256 (rubygem/google-api-client-0.10.1.gem) = 03e8eb76227bc145984c839092c91c0ab5ed0a33dbb2225a31f6469a3c908747 -SIZE (rubygem/google-api-client-0.10.1.gem) = 2691072 +TIMESTAMP = 1490728023 +SHA256 (rubygem/google-api-client-0.10.2.gem) = eb389628e6c3b51377cfed8273bbe45063a0b87ccc43b937fac4fb2142f99aed +SIZE (rubygem/google-api-client-0.10.2.gem) = 2716672 From owner-svn-ports-all@freebsd.org Tue Mar 28 21:22:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F27DD236A6; Tue, 28 Mar 2017 21:22:15 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6409895; Tue, 28 Mar 2017 21:22:14 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SLMDdQ095097; Tue, 28 Mar 2017 21:22:13 GMT (envelope-from shaun@FreeBSD.org) Received: (from shaun@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SLMD86095095; Tue, 28 Mar 2017 21:22:13 GMT (envelope-from shaun@FreeBSD.org) Message-Id: <201703282122.v2SLMD86095095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shaun set sender to shaun@FreeBSD.org using -f From: Shaun Amott Date: Tue, 28 Mar 2017 21:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437168 - head/audio/pocketsphinx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 21:22:15 -0000 Author: shaun Date: Tue Mar 28 21:22:13 2017 New Revision: 437168 URL: https://svnweb.freebsd.org/changeset/ports/437168 Log: - Update pkg-descr, including project homepage. - Pass maintainership to submitter. - While here, set LICENSE. PR: 218052 Submitted by: Chris Hutchinson Modified: head/audio/pocketsphinx/Makefile head/audio/pocketsphinx/pkg-descr Modified: head/audio/pocketsphinx/Makefile ============================================================================== --- head/audio/pocketsphinx/Makefile Tue Mar 28 20:53:02 2017 (r437167) +++ head/audio/pocketsphinx/Makefile Tue Mar 28 21:22:13 2017 (r437168) @@ -7,9 +7,11 @@ PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Speech recognition system +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libsphinxad.so:audio/sphinxbase USES= gmake pathfix pkgconfig libtool Modified: head/audio/pocketsphinx/pkg-descr ============================================================================== --- head/audio/pocketsphinx/pkg-descr Tue Mar 28 20:53:02 2017 (r437167) +++ head/audio/pocketsphinx/pkg-descr Tue Mar 28 21:22:13 2017 (r437168) @@ -1,12 +1,19 @@ -Pocket Sphinx is a frontend to the sphinxbase large-vocabulary, -speaker-independent, continuous speech recognition engine. +CMUSphinx collects over 20 years of the CMU research. All +advantages are hard to list, but just to name a few: -This is an early release of a research system. The APIs and function -names are likely to change, and several tools still need to be made -available to make this all complete. + + State of art speech recognition algorithms for efficient + speech recognition. CMUSphinx tools are designed specifically + for low-resource platforms + + Flexible design + + Focus on practical application development and not on research + + Support for several languages like US English, UK English, French, + Mandarin, German, Dutch, Russian and ability to build a models for + others + + BSD-like license which allows commercial distribution + + Commercial support + + Active development and release schedule + + Active community (more than 400 users on Linkedin CMUSphinx group) + + Wide range of tools for many speech-recognition related purposes + (keyword spotting, alignment, pronuncation evaluation) -Once the system is built, try running the Perl script sphinx2-demo. -The pocketsphinx-test script should run pocketsphinx-batch over an example -utterance of "go forward ten meters." - -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://cmusphinx.sourceforge.net/ From owner-svn-ports-all@freebsd.org Tue Mar 28 21:43:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 113B6D23D19; Tue, 28 Mar 2017 21:43:37 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C814AA09; Tue, 28 Mar 2017 21:43:36 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SLhZkq003689; Tue, 28 Mar 2017 21:43:35 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SLhZ04003688; Tue, 28 Mar 2017 21:43:35 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201703282143.v2SLhZ04003688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Tue, 28 Mar 2017 21:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437169 - head/sysutils/goaccess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 21:43:37 -0000 Author: sbz Date: Tue Mar 28 21:43:35 2017 New Revision: 437169 URL: https://svnweb.freebsd.org/changeset/ports/437169 Log: - Fix GeoIP support (use legacy) Reported by: adamw Modified: head/sysutils/goaccess/Makefile Modified: head/sysutils/goaccess/Makefile ============================================================================== --- head/sysutils/goaccess/Makefile Tue Mar 28 21:22:13 2017 (r437168) +++ head/sysutils/goaccess/Makefile Tue Mar 28 21:43:35 2017 (r437169) @@ -3,6 +3,7 @@ PORTNAME= goaccess PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tar.goaccess.io/ @@ -30,7 +31,7 @@ OPTIONS_RADIO_TOKYOCABINET= TOKYOCABINET DEBUG_CONFIGURE_ON= --enable-debug UTF8_CONFIGURE_ON= --enable-utf8 -GEOIP_CONFIGURE_ON= --enable-geoip +GEOIP_CONFIGURE_ON= --enable-geoip=legacy GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP TOKYOCABINET_DESC= Tokyo Cabinet support From owner-svn-ports-all@freebsd.org Tue Mar 28 22:20:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB77CD236FA; Tue, 28 Mar 2017 22:20:30 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78323F8; Tue, 28 Mar 2017 22:20:30 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SMKT4p016416; Tue, 28 Mar 2017 22:20:29 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SMKT2N016414; Tue, 28 Mar 2017 22:20:29 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201703282220.v2SMKT2N016414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Tue, 28 Mar 2017 22:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437170 - head/sysutils/mmc-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 22:20:30 -0000 Author: marius Date: Tue Mar 28 22:20:29 2017 New Revision: 437170 URL: https://svnweb.freebsd.org/changeset/ports/437170 Log: Update to mmc-utils as of 20170320, which additionally allow for obtaining the life time estimation and pre-EOL information of an eMMC chip from the extended CSD registers. Modified: head/sysutils/mmc-utils/Makefile head/sysutils/mmc-utils/distinfo Modified: head/sysutils/mmc-utils/Makefile ============================================================================== --- head/sysutils/mmc-utils/Makefile Tue Mar 28 21:43:35 2017 (r437169) +++ head/sysutils/mmc-utils/Makefile Tue Mar 28 22:20:29 2017 (r437170) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mmc-utils -PORTVERSION= 20160901 -DISTVERSIONSUFFIX= -2cb6695e +PORTVERSION= 20170320 +DISTVERSIONSUFFIX= -37c86e60 CATEGORIES= sysutils MASTER_SITES= LOCAL/marius @@ -17,6 +17,8 @@ USES= gmake tar:bzip2 PLIST_FILES= man/man1/mmc.1.gz sbin/mmc +MMC_GITURL= git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git + .include .if (${OPSYS} == FreeBSD && \ Modified: head/sysutils/mmc-utils/distinfo ============================================================================== --- head/sysutils/mmc-utils/distinfo Tue Mar 28 21:43:35 2017 (r437169) +++ head/sysutils/mmc-utils/distinfo Tue Mar 28 22:20:29 2017 (r437170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489527894 -SHA256 (mmc-utils-20160901-2cb6695e.tar.bz2) = 8373b45e04bb0aef27a3127ba6654560f6599cfba61b21b14ab7cf0d25150359 -SIZE (mmc-utils-20160901-2cb6695e.tar.bz2) = 40056 +TIMESTAMP = 1490631682 +SHA256 (mmc-utils-20170320-37c86e60.tar.bz2) = 45c28f61ac76b2f9bb7d7aaea14d9619133d2923fe9d5cb2c170581729b4c4ee +SIZE (mmc-utils-20170320-37c86e60.tar.bz2) = 40108 From owner-svn-ports-all@freebsd.org Tue Mar 28 22:38:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03F9AD23AF7; Tue, 28 Mar 2017 22:38:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BC397CA6; Tue, 28 Mar 2017 22:38:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F064EBDC91; Wed, 29 Mar 2017 00:38:11 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B2F4DBDC85; Wed, 29 Mar 2017 00:38:10 +0200 (CEST) Subject: Re: svn commit: r437150 - in head/x11-drivers: . xorgxrdp To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703281914.v2SJErgt040686@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <787a8efd-adbd-2d3a-ab2c-c7710559192f@FreeBSD.org> Date: Wed, 29 Mar 2017 00:38:08 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703281914.v2SJErgt040686@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l16rke0EN8K1ETtIaEEvpF33nsrGjCeBT" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 22:38:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --l16rke0EN8K1ETtIaEEvpF33nsrGjCeBT Content-Type: multipart/mixed; boundary="Pj8ESeHxRV0AFLtJNx3hRCtN2SePkciUU"; protected-headers="v1" From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <787a8efd-adbd-2d3a-ab2c-c7710559192f@FreeBSD.org> Subject: Re: svn commit: r437150 - in head/x11-drivers: . xorgxrdp References: <201703281914.v2SJErgt040686@repo.freebsd.org> In-Reply-To: <201703281914.v2SJErgt040686@repo.freebsd.org> --Pj8ESeHxRV0AFLtJNx3hRCtN2SePkciUU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 28/03/2017 =C3=A0 21:14, Kurt Jaeger a =C3=A9crit : > +post-patch: > +.if ${PORT_OPTIONS:MDEBUG} > + ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define L= OG_LEVEL [0-9]*|#define LOG_LEVEL 20|' > +.endif > This is called post-patch-DEBUG-on: --=20 Mathieu Arnold --Pj8ESeHxRV0AFLtJNx3hRCtN2SePkciUU-- --l16rke0EN8K1ETtIaEEvpF33nsrGjCeBT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY2uXRXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IC0UQAKYkDE2M+joUL7+0Pj/7mKLc 17dikApXgCa6NePO8GaHf0znv6DYbdAGVm0e3xh42lf6BLqBYEVhnzALauSp9wvP LlOZ2QQRxxM1kYfeVyKN7CLI42d4vbHkUXjyfV+3Mk1/9BumZRX01rLcuWxESVIf JI58iJJ9aKwEZ9XW+FXMZEeIFT+tEYu9/xhAH51fXbymN82yBTvxo6XPkY67meIn 7DFLtw5Myu5zspLFXbXpklPRMnKGM84dHtQB2Sf4aCW2YZF71R/ISxXX7eZsGGto HEfyj2+jW+sZ26/oPepMQvdFs5C//TBxgi2OKGvQ0042PRQLGNfY0uCTqciqhLiS ty94wuJoRJrttFixVEdBW82DYAL8jTuVCquo4RnDGfktt3FcG09+JsPQrTvm22eP SHz4mD+9DGS7oWMmC2RLeyHObvxq9RpFxETqx4Ggrdgs/4ul+OuJDy9lXbe5qIOI 85Z5hchirA7IGvRxJktnSyRX/fU7JWj0Y7UlkTjqYJg/GCRpDpzBV5s+kOpFyhOz RqBd0i8XUpHtyYObSguf9+tHfrUyzQV/g1qAFrv8ClZ35kHkKfYTgFAIX3+gIUBb uN1YBw9J7e9zW+GWOL1znkVhdFspzEZkCMSZ9XN9ktdkBF4p5Z1x/R6cbuY7U5Uh aKzWXx0S42OUsqsssIf3 =FZn4 -----END PGP SIGNATURE----- --l16rke0EN8K1ETtIaEEvpF33nsrGjCeBT-- From owner-svn-ports-all@freebsd.org Tue Mar 28 22:41:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4712D23BCE; Tue, 28 Mar 2017 22:41:04 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACE37E5D; Tue, 28 Mar 2017 22:41:04 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SMf3DN024675; Tue, 28 Mar 2017 22:41:03 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SMf2Qv024660; Tue, 28 Mar 2017 22:41:02 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703282241.v2SMf2Qv024660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 28 Mar 2017 22:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437171 - in head/devel: buildbot buildbot-console-view buildbot-pkg buildbot-waterfall-view buildbot-worker buildbot-www buildbot/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 22:41:05 -0000 Author: grembo Date: Tue Mar 28 22:41:02 2017 New Revision: 437171 URL: https://svnweb.freebsd.org/changeset/ports/437171 Log: Update devel/buildbot* to 0.9.5 This includes missing files and fixes that are pending upstream. Also change to using PORTVERSION in dependencies, as all parts of buildbot need to be the same version anyway. Reported by: rodrigc Differential Revision: https://reviews.freebsd.org/D10162 Added: head/devel/buildbot/files/patch-buildbot-secrets (contents, props changed) head/devel/buildbot/files/patch-setup.py (contents, props changed) Modified: head/devel/buildbot-console-view/Makefile head/devel/buildbot-console-view/distinfo head/devel/buildbot-pkg/Makefile head/devel/buildbot-pkg/distinfo head/devel/buildbot-waterfall-view/Makefile head/devel/buildbot-waterfall-view/distinfo head/devel/buildbot-worker/Makefile head/devel/buildbot-worker/distinfo head/devel/buildbot-www/Makefile head/devel/buildbot-www/distinfo head/devel/buildbot/Makefile head/devel/buildbot/distinfo Modified: head/devel/buildbot-console-view/Makefile ============================================================================== --- head/devel/buildbot-console-view/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-console-view/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-console-view -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,11 +11,11 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 -MY_DEPENDS= buildbot-pkg>=0.9.4:devel/buildbot-pkg +MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=0.9.4:devel/buildbot-worker \ + buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ Modified: head/devel/buildbot-console-view/distinfo ============================================================================== --- head/devel/buildbot-console-view/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-console-view/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488906561 -SHA256 (buildbot-console-view-0.9.4.tar.gz) = 16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0 -SIZE (buildbot-console-view-0.9.4.tar.gz) = 631510 +TIMESTAMP = 1490709809 +SHA256 (buildbot-console-view-0.9.5.tar.gz) = 0b0ecc2dda50975837d0c55f6154f5829fb69618aa87b5e1994fb75212dfd5e8 +SIZE (buildbot-console-view-0.9.5.tar.gz) = 631548 Modified: head/devel/buildbot-pkg/Makefile ============================================================================== --- head/devel/buildbot-pkg/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-pkg/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-pkg -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,11 +11,11 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 -MY_DEPENDS= buildbot>=0.9.4:devel/buildbot +MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=0.9.4:devel/buildbot-worker \ + buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ Modified: head/devel/buildbot-pkg/distinfo ============================================================================== --- head/devel/buildbot-pkg/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-pkg/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488904370 -SHA256 (buildbot-pkg-0.9.4.tar.gz) = 968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 -SIZE (buildbot-pkg-0.9.4.tar.gz) = 3830 +TIMESTAMP = 1490709810 +SHA256 (buildbot-pkg-0.9.5.tar.gz) = 21566eff98d76792c39e237ea437fd8ba9abdb6e05e95aeb3de91b460127f1f6 +SIZE (buildbot-pkg-0.9.5.tar.gz) = 3867 Modified: head/devel/buildbot-waterfall-view/Makefile ============================================================================== --- head/devel/buildbot-waterfall-view/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-waterfall-view/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-waterfall-view -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,11 +11,11 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 -MY_DEPENDS= buildbot-pkg>=0.9.4:devel/buildbot-pkg +MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=0.9.4:devel/buildbot-worker \ + buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ Modified: head/devel/buildbot-waterfall-view/distinfo ============================================================================== --- head/devel/buildbot-waterfall-view/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-waterfall-view/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488906879 -SHA256 (buildbot-waterfall-view-0.9.4.tar.gz) = 4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f -SIZE (buildbot-waterfall-view-0.9.4.tar.gz) = 705483 +TIMESTAMP = 1490709811 +SHA256 (buildbot-waterfall-view-0.9.5.tar.gz) = f398fceed508b885f5260bfe3d0e28da327c3d25103874fe0a971f949a21c884 +SIZE (buildbot-waterfall-view-0.9.5.tar.gz) = 705508 Modified: head/devel/buildbot-worker/Makefile ============================================================================== --- head/devel/buildbot-worker/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-worker/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-worker -PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/buildbot-worker/distinfo ============================================================================== --- head/devel/buildbot-worker/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-worker/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488896679 -SHA256 (buildbot-worker-0.9.4.tar.gz) = 129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 -SIZE (buildbot-worker-0.9.4.tar.gz) = 100889 +TIMESTAMP = 1490709812 +SHA256 (buildbot-worker-0.9.5.tar.gz) = be89dbbd64ac4d10c8b43ea0fd8378803170247493c8ae023a4e8732aa9287aa +SIZE (buildbot-worker-0.9.5.tar.gz) = 94674 Modified: head/devel/buildbot-www/Makefile ============================================================================== --- head/devel/buildbot-www/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-www/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-www -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,15 +11,15 @@ COMMENT= Continuous Integration Framewor LICENSE= GPLv2 -MY_DEPENDS= buildbot>=0.9.4:devel/buildbot \ - buildbot-pkg>=0.9.4:devel/buildbot-pkg \ +MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \ + buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} \ - buildbot-console-view>=0.9.4:devel/buildbot-console-view \ - buildbot-waterfall-view>=0.9.4:devel/buildbot-waterfall-view + buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \ + buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=0.9.4:devel/buildbot-worker \ + buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ Modified: head/devel/buildbot-www/distinfo ============================================================================== --- head/devel/buildbot-www/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot-www/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488902698 -SHA256 (buildbot-www-0.9.4.tar.gz) = eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 -SIZE (buildbot-www-0.9.4.tar.gz) = 691706 +TIMESTAMP = 1490709814 +SHA256 (buildbot-www-0.9.5.tar.gz) = 42c07fea15c352f3e4bf778d148715eeb76141b55519de1358cf06ad73d233d9 +SIZE (buildbot-www-0.9.5.tar.gz) = 691886 Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot/Makefile Tue Mar 28 22:41:02 2017 (r437171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -17,13 +17,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twis ${PYTHON_PKGNAMEPREFIX}autobahn>=0.16.0:www/py-autobahn \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ + ${PYTHON_PKGNAMEPREFIX}lz4>=0:archivers/py-lz4 \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt \ ${PYTHON_PKGNAMEPREFIX}ramlfications>0:devel/py-ramlfications \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 TEST_DEPENDS= trial:devel/py-twisted \ - buildbot-worker>=0.9.4:devel/buildbot-worker \ + buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Tue Mar 28 22:20:29 2017 (r437170) +++ head/devel/buildbot/distinfo Tue Mar 28 22:41:02 2017 (r437171) @@ -1,5 +1,3 @@ -TIMESTAMP = 1488903232 -SHA256 (buildbot-0.9.4.tar.gz) = 068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472 -SIZE (buildbot-0.9.4.tar.gz) = 3020851 -SHA256 (buildbot-www-0.9.4.tar.gz) = eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 -SIZE (buildbot-www-0.9.4.tar.gz) = 691706 +TIMESTAMP = 1490709808 +SHA256 (buildbot-0.9.5.tar.gz) = c6408c5abe78f17e92750e1e462d4cfc8a79558dcc7354ea4dea2058ed282587 +SIZE (buildbot-0.9.5.tar.gz) = 3071500 Added: head/devel/buildbot/files/patch-buildbot-secrets ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot/files/patch-buildbot-secrets Tue Mar 28 22:41:02 2017 (r437171) @@ -0,0 +1,214 @@ +diff -rNu buildbot/secrets.orig/providers/__init__.py buildbot/secrets/providers/__init__.py +--- buildbot/secrets.orig/providers/__init__.py 1970-01-01 01:00:00.000000000 +0100 ++++ buildbot/secrets/providers/__init__.py 2017-03-28 21:52:03.947803965 +0200 +@@ -0,0 +1,14 @@ ++# This file is part of Buildbot. Buildbot is free software: you can ++# redistribute it and/or modify it under the terms of the GNU General Public ++# License as published by the Free Software Foundation, version 2. ++# ++# This program is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more ++# details. ++# ++# You should have received a copy of the GNU General Public License along with ++# this program; if not, write to the Free Software Foundation, Inc., 51 ++# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Copyright Buildbot Team Members +diff -rNu buildbot/secrets.orig/providers/base.py buildbot/secrets/providers/base.py +--- buildbot/secrets.orig/providers/base.py 1970-01-01 01:00:00.000000000 +0100 ++++ buildbot/secrets/providers/base.py 2017-03-28 21:52:03.947803965 +0200 +@@ -0,0 +1,35 @@ ++# This file is part of Buildbot. Buildbot is free software: you can ++# redistribute it and/or modify it under the terms of the GNU General Public ++# License as published by the Free Software Foundation, version 2. ++# ++# This program is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more ++# details. ++# ++# You should have received a copy of the GNU General Public License along with ++# this program; if not, write to the Free Software Foundation, Inc., 51 ++# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Copyright Buildbot Team Members ++""" ++secret provider interface ++""" ++from __future__ import absolute_import ++from __future__ import print_function ++ ++import abc ++ ++from buildbot.util.service import BuildbotService ++ ++ ++class SecretProviderBase(BuildbotService): ++ """ ++ Secret provider base ++ """ ++ ++ @abc.abstractmethod ++ def get(self, *args, **kwargs): ++ """ ++ this should be an abstract method ++ """ +diff -rNu buildbot/secrets.orig/providers/file.py buildbot/secrets/providers/file.py +--- buildbot/secrets.orig/providers/file.py 1970-01-01 01:00:00.000000000 +0100 ++++ buildbot/secrets/providers/file.py 2017-03-28 21:52:03.947803965 +0200 +@@ -0,0 +1,82 @@ ++# This file is part of Buildbot. Buildbot is free software: you can ++# redistribute it and/or modify it under the terms of the GNU General Public ++# License as published by the Free Software Foundation, version 2. ++# ++# This program is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more ++# details. ++# ++# You should have received a copy of the GNU General Public License along with ++# this program; if not, write to the Free Software Foundation, Inc., 51 ++# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Copyright Buildbot Team Members ++""" ++file based provider ++""" ++from __future__ import absolute_import ++from __future__ import print_function ++ ++import os ++import stat ++ ++from buildbot import config ++from buildbot.secrets.providers.base import SecretProviderBase ++ ++ ++class SecretInAFile(SecretProviderBase): ++ """ ++ secret is stored in a separate file under the given directory name ++ """ ++ name = "SecretInAFile" ++ ++ def checkFileIsReadOnly(self, dirname, secretfile): ++ filepath = os.path.join(dirname, secretfile) ++ obs_stat = stat.S_IMODE(os.stat(filepath).st_mode) ++ if (obs_stat & 0o77) != 0 and os.name == "posix": ++ config.error("Permissions %s on file %s are too open." ++ " It is required that your secret files are NOT" ++ " accessible by others!" % (oct(obs_stat), ++ secretfile)) ++ ++ def checkSecretDirectoryIsAvailableAndReadable(self, dirname, suffixes): ++ if not os.access(dirname, os.F_OK): ++ config.error("directory %s does not exists" % dirname) ++ for secretfile in os.listdir(dirname): ++ for suffix in suffixes: ++ if secretfile.endswith(suffix): ++ self.checkFileIsReadOnly(dirname, secretfile) ++ ++ def loadSecrets(self, dirname, suffixes): ++ secrets = {} ++ for secretfile in os.listdir(dirname): ++ secretvalue = None ++ for suffix in suffixes: ++ if secretfile.endswith(suffix): ++ with open(os.path.join(dirname, secretfile)) as source: ++ secretvalue = source.read() ++ if suffix: ++ secretfile = secretfile[:-len(suffix)] ++ secrets[secretfile] = secretvalue ++ return secrets ++ ++ def checkConfig(self, dirname, suffixes=None): ++ self._dirname = dirname ++ if suffixes is None: ++ suffixes = [""] ++ self.checkSecretDirectoryIsAvailableAndReadable(dirname, ++ suffixes=suffixes) ++ ++ def reconfigService(self, dirname, suffixes=None): ++ self._dirname = dirname ++ self.secrets = {} ++ if suffixes is None: ++ suffixes = [""] ++ self.secrets = self.loadSecrets(self._dirname, suffixes=suffixes) ++ ++ def get(self, entry): ++ """ ++ get the value from the file identified by 'entry' ++ """ ++ return self.secrets.get(entry) +diff -rNu buildbot/secrets.orig/providers/vault.py buildbot/secrets/providers/vault.py +--- buildbot/secrets.orig/providers/vault.py 1970-01-01 01:00:00.000000000 +0100 ++++ buildbot/secrets/providers/vault.py 2017-03-28 21:52:03.947803965 +0200 +@@ -0,0 +1,67 @@ ++# This file is part of Buildbot. Buildbot is free software: you can ++# redistribute it and/or modify it under the terms of the GNU General Public ++# License as published by the Free Software Foundation, version 2. ++# ++# This program is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ++# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more ++# details. ++# ++# You should have received a copy of the GNU General Public License along with ++# this program; if not, write to the Free Software Foundation, Inc., 51 ++# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Copyright Buildbot Team Members ++""" ++vault based providers ++""" ++ ++from __future__ import absolute_import ++from __future__ import print_function ++ ++from twisted.internet import defer ++ ++from buildbot import config ++from buildbot.secrets.providers.base import SecretProviderBase ++from buildbot.util import httpclientservice ++ ++ ++class HashiCorpVaultSecretProvider(SecretProviderBase): ++ """ ++ basic provider where each secret is stored in Vault ++ """ ++ ++ name = 'SecretInVault' ++ ++ def checkConfig(self, vaultServer=None, vaultToken=None, secretsmount=None): ++ if not isinstance(vaultServer, str): ++ config.error("vaultServer must be a string while it is %s" % (type(vaultServer,))) ++ if not isinstance(vaultToken, str): ++ config.error("vaultToken must be a string while it is %s" % (type(vaultToken,))) ++ ++ @defer.inlineCallbacks ++ def reconfigService(self, vaultServer=None, vaultToken=None, secretsmount=None): ++ if secretsmount is None: ++ self.secretsmount = "secret" ++ else: ++ self.secretsmount = secretsmount ++ self.vaultServer = vaultServer ++ self.vaultToken = vaultToken ++ if vaultServer.endswith('/'): ++ vaultServer = vaultServer[:-1] ++ self._http = yield httpclientservice.HTTPClientService.getService( ++ self.master, self.vaultServer, headers={'X-Vault-Token': self.vaultToken}) ++ ++ @defer.inlineCallbacks ++ def get(self, entry): ++ """ ++ get the value from vault secret backend ++ """ ++ path = self.secretsmount + '/' + entry ++ proj = yield self._http.get('/v1/{0}'.format(path)) ++ code = yield proj.code ++ if code != 200: ++ raise KeyError("The key %s does not exist in Vault provider: request" ++ " return code:%d." % (entry, code)) ++ json = yield proj.json() ++ defer.returnValue(json.get(u'data', {}).get('value')) Added: head/devel/buildbot/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot/files/patch-setup.py Tue Mar 28 22:41:02 2017 (r437171) @@ -0,0 +1,18 @@ +--- setup.py~ 2017-03-28 21:19:34.000000000 +0000 ++++ setup.py 2017-03-28 21:19:39.875072000 +0000 +@@ -180,6 +180,7 @@ + "buildbot.schedulers", + "buildbot.scripts", + "buildbot.secrets", ++ "buildbot.secrets.providers", + "buildbot.statistics", + "buildbot.statistics.storage_backends", + "buildbot.status", +@@ -453,7 +453,6 @@ + 'txaio ' + txaio_ver, + 'autobahn ' + autobahn_ver, + 'PyJWT', +- 'distro' + ] + + # Unit test dependencies. From owner-svn-ports-all@freebsd.org Tue Mar 28 22:52:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1601D20414; Tue, 28 Mar 2017 22:52:31 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6895417E2; Tue, 28 Mar 2017 22:52:31 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SMqUDL032565; Tue, 28 Mar 2017 22:52:30 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SMqUsX032564; Tue, 28 Mar 2017 22:52:30 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703282252.v2SMqUsX032564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Tue, 28 Mar 2017 22:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437172 - head/devel/hhdate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 22:52:31 -0000 Author: grembo Date: Tue Mar 28 22:52:30 2017 New Revision: 437172 URL: https://svnweb.freebsd.org/changeset/ports/437172 Log: Style fixes, no PORTREVISION bump required Reported by: danfe Modified: head/devel/hhdate/Makefile Modified: head/devel/hhdate/Makefile ============================================================================== --- head/devel/hhdate/Makefile Tue Mar 28 22:41:02 2017 (r437171) +++ head/devel/hhdate/Makefile Tue Mar 28 22:52:30 2017 (r437172) @@ -1,28 +1,28 @@ # Created by: Andreas Sommer # $FreeBSD$ -PORTNAME= hhdate +PORTNAME= hhdate # New versions aren't released often, so using the number of commits since # last release as a.b.c.NUMCOMMITS (see `git describe --tags ${GH_TAGNAME}`). # 35 = commit a little after 2.1.0 to have LICENSE file and fixed unit tests. -PORTVERSION= 2.1.0.35 -CATEGORIES= devel +PORTVERSION= 2.1.0.35 +CATEGORIES= devel -MAINTAINER= andreas.sommer87@googlemail.com -COMMENT= Date and time library based on the C++11 (and beyond) header +MAINTAINER= andreas.sommer87@googlemail.com +COMMENT= Date and time library based on the C++11 (and beyond) header -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= HowardHinnant -GH_PROJECT= date -GH_TAGNAME= 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 +USE_GITHUB= yes +GH_ACCOUNT= HowardHinnant +GH_PROJECT= date +GH_TAGNAME= 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 -NO_ARCH= yes -NO_BUILD= yes +NO_ARCH= yes +NO_BUILD= yes -PLIST_FILES= include/hhdate/date.h +PLIST_FILES= include/hhdate/date.h # TODO add timezone support when interest grows OPTIONS_DEFINE= TEST @@ -34,11 +34,9 @@ USE_CXXSTD= c++11 .include -.if ${PORT_OPTIONS:MTEST} -post-extract: +post-extract-TEST-on: ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile ${INSTALL_DATA} ${FILESDIR}/test-minimal.cpp ${WRKSRC}/test/test-minimal.cpp -.endif do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/hhdate From owner-svn-ports-all@freebsd.org Tue Mar 28 23:14:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D78D20984; Tue, 28 Mar 2017 23:14:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB262521; Tue, 28 Mar 2017 23:14:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SNEaXk040625; Tue, 28 Mar 2017 23:14:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SNEaf5040622; Tue, 28 Mar 2017 23:14:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703282314.v2SNEaf5040622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Mar 2017 23:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437173 - head/multimedia/plexpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 23:14:37 -0000 Author: feld Date: Tue Mar 28 23:14:36 2017 New Revision: 437173 URL: https://svnweb.freebsd.org/changeset/ports/437173 Log: multimedia/plexpy: Update to 1.4.17 Changelog: https://github.com/JonnyWong16/plexpy/releases/tag/v1.4.17 Modified: head/multimedia/plexpy/Makefile head/multimedia/plexpy/distinfo head/multimedia/plexpy/pkg-plist Modified: head/multimedia/plexpy/Makefile ============================================================================== --- head/multimedia/plexpy/Makefile Tue Mar 28 22:52:30 2017 (r437172) +++ head/multimedia/plexpy/Makefile Tue Mar 28 23:14:36 2017 (r437173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexpy -PORTVERSION= 1.4.16 +PORTVERSION= 1.4.17 PORTREVISION= 0 CATEGORIES= multimedia python DISTVERSIONPREFIX=v Modified: head/multimedia/plexpy/distinfo ============================================================================== --- head/multimedia/plexpy/distinfo Tue Mar 28 22:52:30 2017 (r437172) +++ head/multimedia/plexpy/distinfo Tue Mar 28 23:14:36 2017 (r437173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480888036 -SHA256 (drzoidberg33-plexpy-v1.4.16_GH0.tar.gz) = a00d8a9ff71cc2100a6cdccf92b27942f0c365f91f2ac30e98340baa820f0f4f -SIZE (drzoidberg33-plexpy-v1.4.16_GH0.tar.gz) = 35751080 +TIMESTAMP = 1490742372 +SHA256 (drzoidberg33-plexpy-v1.4.17_GH0.tar.gz) = 25b9c2d45ea1e2eb84d66a94664c9312bbb5e637b5049f016513e5798d01124e +SIZE (drzoidberg33-plexpy-v1.4.17_GH0.tar.gz) = 35611502 Modified: head/multimedia/plexpy/pkg-plist ============================================================================== --- head/multimedia/plexpy/pkg-plist Tue Mar 28 22:52:30 2017 (r437172) +++ head/multimedia/plexpy/pkg-plist Tue Mar 28 23:14:36 2017 (r437173) @@ -811,15 +811,14 @@ plexpy/data/interfaces/default/images/re plexpy/data/interfaces/default/images/res/ios/Default-Landscape~ipad.png plexpy/data/interfaces/default/images/res/ios/Default-Portrait@2x~ipad.png plexpy/data/interfaces/default/images/res/ios/Default-Portrait~ipad.png -plexpy/data/interfaces/default/images/res/ios/Default-portrait@2x~iphone5.jpg plexpy/data/interfaces/default/images/res/ios/Default@2x~iphone.png plexpy/data/interfaces/default/images/res/ios/Default~iphone.png -plexpy/data/interfaces/default/images/res/ios/Icon-60.png -plexpy/data/interfaces/default/images/res/ios/Icon-60@2x.png -plexpy/data/interfaces/default/images/res/ios/Icon-Small-40.png -plexpy/data/interfaces/default/images/res/ios/Icon-Small-40@2x.png -plexpy/data/interfaces/default/images/res/ios/Icon-Small-50.png -plexpy/data/interfaces/default/images/res/ios/Icon-Small-50@2x.png +plexpy/data/interfaces/default/images/res/ios/icon-60.png +plexpy/data/interfaces/default/images/res/ios/icon-60@2x.png +plexpy/data/interfaces/default/images/res/ios/icon-small-40.png +plexpy/data/interfaces/default/images/res/ios/icon-small-40@2x.png +plexpy/data/interfaces/default/images/res/ios/icon-small-50.png +plexpy/data/interfaces/default/images/res/ios/icon-small-50@2x.png plexpy/data/interfaces/default/images/res/ios/icon-60@3x.png plexpy/data/interfaces/default/images/res/ios/icon-72.png plexpy/data/interfaces/default/images/res/ios/icon-72@2x.png From owner-svn-ports-all@freebsd.org Tue Mar 28 23:19:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55292D20A35; Tue, 28 Mar 2017 23:19:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24D28266D; Tue, 28 Mar 2017 23:19:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SNJmHa040861; Tue, 28 Mar 2017 23:19:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SNJmmm040860; Tue, 28 Mar 2017 23:19:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703282319.v2SNJmmm040860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Mar 2017 23:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437174 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 23:19:49 -0000 Author: feld Date: Tue Mar 28 23:19:47 2017 New Revision: 437174 URL: https://svnweb.freebsd.org/changeset/ports/437174 Log: Document hostapd vulnerabilities PR: 217906 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 28 23:14:36 2017 (r437173) +++ head/security/vuxml/vuln.xml Tue Mar 28 23:19:47 2017 (r437174) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + hostapd -- multiple vulnerabilities + + + hostapd + 2.6 + + + + +

Jouni Malinen reports:

+
+

EAP-pwd missing last fragment length validation. (2015-7 - + CVE-2015-5315)

+
+
+

psk configuration parameter update allowing arbitrary + data to be written. (2016-1 - CVE-2016-4476)

+
+ +
+ + CVE-2015-5314 + CVE-2016-4476 + + + 2016-05-03 + 2017-03-28 + +
+ samba -- symlink race allows access outside share definition From owner-svn-ports-all@freebsd.org Tue Mar 28 23:29:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61BDDD20CF2; Tue, 28 Mar 2017 23:29:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EAA92B11; Tue, 28 Mar 2017 23:29:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SNTdgt045058; Tue, 28 Mar 2017 23:29:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SNTdc0045056; Tue, 28 Mar 2017 23:29:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703282329.v2SNTdc0045056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Mar 2017 23:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437175 - head/devel/pear-htmlpurifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 23:29:40 -0000 Author: feld Date: Tue Mar 28 23:29:38 2017 New Revision: 437175 URL: https://svnweb.freebsd.org/changeset/ports/437175 Log: devel/pear-channel-htmlpurifier: Update to 4.9.1 - Add NO_ARCH Modified: head/devel/pear-htmlpurifier/Makefile head/devel/pear-htmlpurifier/distinfo Modified: head/devel/pear-htmlpurifier/Makefile ============================================================================== --- head/devel/pear-htmlpurifier/Makefile Tue Mar 28 23:19:47 2017 (r437174) +++ head/devel/pear-htmlpurifier/Makefile Tue Mar 28 23:29:38 2017 (r437175) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= htmlpurifier -PORTVERSION= 4.6.0 -PORTREVISION= 1 +PORTVERSION= 4.9.1 +PORTREVISION= 0 CATEGORIES= devel pear www MASTER_SITES= http://htmlpurifier.org/get/ \ LOCAL @@ -21,4 +21,6 @@ RUN_DEPENDS= ${PEARDIR}/.channels/htmlpu PEAR_CHANNEL= htmlpurifier.org USES= pear +NO_ARCH= yes + .include Modified: head/devel/pear-htmlpurifier/distinfo ============================================================================== --- head/devel/pear-htmlpurifier/distinfo Tue Mar 28 23:19:47 2017 (r437174) +++ head/devel/pear-htmlpurifier/distinfo Tue Mar 28 23:29:38 2017 (r437175) @@ -1,2 +1,3 @@ -SHA256 (PEAR/HTMLPurifier-4.6.0.tgz) = ef7322f6a9d417b24de528c7b1d84b2021c79cc40d05ce805abce5dd5dba1c95 -SIZE (PEAR/HTMLPurifier-4.6.0.tgz) = 239621 +TIMESTAMP = 1490743613 +SHA256 (PEAR/HTMLPurifier-4.9.1.tgz) = c38072b5c757af90438721ae5d29626ba77e9bcc913ca5dc72fbe30b8ecb0ca9 +SIZE (PEAR/HTMLPurifier-4.9.1.tgz) = 247098 From owner-svn-ports-all@freebsd.org Tue Mar 28 23:32:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBDB6D20EB3; Tue, 28 Mar 2017 23:32:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A30A72E0F; Tue, 28 Mar 2017 23:32:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SNWHai048090; Tue, 28 Mar 2017 23:32:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SNWH60048088; Tue, 28 Mar 2017 23:32:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703282332.v2SNWH60048088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Mar 2017 23:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437176 - head/devel/pear-htmlpurifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 23:32:19 -0000 Author: feld Date: Tue Mar 28 23:32:17 2017 New Revision: 437176 URL: https://svnweb.freebsd.org/changeset/ports/437176 Log: devel/pear-htmlpurifier: Update to 4.9.2 Modified: head/devel/pear-htmlpurifier/Makefile head/devel/pear-htmlpurifier/distinfo Modified: head/devel/pear-htmlpurifier/Makefile ============================================================================== --- head/devel/pear-htmlpurifier/Makefile Tue Mar 28 23:29:38 2017 (r437175) +++ head/devel/pear-htmlpurifier/Makefile Tue Mar 28 23:32:17 2017 (r437176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htmlpurifier -PORTVERSION= 4.9.1 +PORTVERSION= 4.9.2 PORTREVISION= 0 CATEGORIES= devel pear www MASTER_SITES= http://htmlpurifier.org/get/ \ Modified: head/devel/pear-htmlpurifier/distinfo ============================================================================== --- head/devel/pear-htmlpurifier/distinfo Tue Mar 28 23:29:38 2017 (r437175) +++ head/devel/pear-htmlpurifier/distinfo Tue Mar 28 23:32:17 2017 (r437176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490743613 -SHA256 (PEAR/HTMLPurifier-4.9.1.tgz) = c38072b5c757af90438721ae5d29626ba77e9bcc913ca5dc72fbe30b8ecb0ca9 -SIZE (PEAR/HTMLPurifier-4.9.1.tgz) = 247098 +TIMESTAMP = 1490743805 +SHA256 (PEAR/HTMLPurifier-4.9.2.tgz) = e47fbb54b97fd36885189f11c8f7fd4419de9a3107595db2fab2269ec5413579 +SIZE (PEAR/HTMLPurifier-4.9.2.tgz) = 247280 From owner-svn-ports-all@freebsd.org Tue Mar 28 23:49:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB90D231D0; Tue, 28 Mar 2017 23:49:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88CFF1577; Tue, 28 Mar 2017 23:49:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SNlwHU053057; Tue, 28 Mar 2017 23:47:58 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SNlwhS053055; Tue, 28 Mar 2017 23:47:58 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703282347.v2SNlwhS053055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Mar 2017 23:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437177 - head/www/redmine-default_assign X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 23:49:14 -0000 Author: feld Date: Tue Mar 28 23:47:58 2017 New Revision: 437177 URL: https://svnweb.freebsd.org/changeset/ports/437177 Log: www/redmine-default_assign: Update to 0.6 Modified: head/www/redmine-default_assign/Makefile head/www/redmine-default_assign/distinfo Modified: head/www/redmine-default_assign/Makefile ============================================================================== --- head/www/redmine-default_assign/Makefile Tue Mar 28 23:32:17 2017 (r437176) +++ head/www/redmine-default_assign/Makefile Tue Mar 28 23:47:58 2017 (r437177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= default_assign -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= www PKGNAMEPREFIX= redmine- Modified: head/www/redmine-default_assign/distinfo ============================================================================== --- head/www/redmine-default_assign/distinfo Tue Mar 28 23:32:17 2017 (r437176) +++ head/www/redmine-default_assign/distinfo Tue Mar 28 23:47:58 2017 (r437177) @@ -1,2 +1,3 @@ -SHA256 (giddie-redmine_default_assign-0.5_GH0.tar.gz) = 5a8dfc6f9e07c22bdd637fcab59c598aad37207cda62683f8056e1ab7f3a8cf5 -SIZE (giddie-redmine_default_assign-0.5_GH0.tar.gz) = 11966 +TIMESTAMP = 1490743538 +SHA256 (giddie-redmine_default_assign-0.6_GH0.tar.gz) = d1231b47d763a06564008a6d832adca990a4f176c76380d635c95f342e6b9fbb +SIZE (giddie-redmine_default_assign-0.6_GH0.tar.gz) = 12644 From owner-svn-ports-all@freebsd.org Wed Mar 29 00:28:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2064D23CA7; Wed, 29 Mar 2017 00:28:21 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB502F1C; Wed, 29 Mar 2017 00:28:21 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T0SKJQ069164; Wed, 29 Mar 2017 00:28:20 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T0SKrc069160; Wed, 29 Mar 2017 00:28:20 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703290028.v2T0SKrc069160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Wed, 29 Mar 2017 00:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437178 - in head/devel: . nlohmann-json X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 00:28:21 -0000 Author: grembo Date: Wed Mar 29 00:28:19 2017 New Revision: 437178 URL: https://svnweb.freebsd.org/changeset/ports/437178 Log: Add nlohmann-json v2.1.1, JSON library for Modern C++. PR: 215098 Submitted by: Viacheslav Mikerov Added: head/devel/nlohmann-json/ head/devel/nlohmann-json/Makefile (contents, props changed) head/devel/nlohmann-json/distinfo (contents, props changed) head/devel/nlohmann-json/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 28 23:47:58 2017 (r437177) +++ head/devel/Makefile Wed Mar 29 00:28:19 2017 (r437178) @@ -1678,6 +1678,7 @@ SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide + SUBDIR += nlohmann-json SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb Added: head/devel/nlohmann-json/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nlohmann-json/Makefile Wed Mar 29 00:28:19 2017 (r437178) @@ -0,0 +1,36 @@ +# Created by: Viacheslav Mikerov +# $FreeBSD$ + +PORTNAME= nlohmann-json +PORTVERSION= v2.1.1 +CATEGORIES= devel + +MAINTAINER= SlavaMikerov@gmail.com +COMMENT= JSON library for Modern C++ + +LICENSE= BSD2CLAUSE + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= nlohmann +GH_PROJECT= json + +PLIST_FILES= share/cmake/Modules/nlohmann_jsonConfig.cmake \ + share/cmake/Modules/nlohmann_jsonConfigVersion.cmake \ + share/cmake/Modules/nlohmann_jsonTargets.cmake \ + include/nlohmann/json.hpp + +USES= compiler:c++11-lib cmake:outsource +OPTIONS_DEFINE= TEST +TEST_CMAKE_OFF= -DBuildTests=OFF + +post-patch: + @${REINPLACE_CMD} -e \ + 's|set(JSON_CONFIG_DESTINATION "cmake")|set(JSON_CONFIG_DESTINATION "share/cmake/Modules")|g' \ + ${WRKSRC}/CMakeLists.txt + +do-test-TEST-on: + @cd ${WRKDIR}/.build && ${MAKE_CMD} test + +.include Added: head/devel/nlohmann-json/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nlohmann-json/distinfo Wed Mar 29 00:28:19 2017 (r437178) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490609142 +SHA256 (nlohmann-json-v2.1.1_GH0.tar.gz) = 59b85ebe61d9dcbd24946f2082ce5943e276f05b4ef1baeb3c6c10d324333053 +SIZE (nlohmann-json-v2.1.1_GH0.tar.gz) = 108615607 Added: head/devel/nlohmann-json/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nlohmann-json/pkg-descr Wed Mar 29 00:28:19 2017 (r437178) @@ -0,0 +1,4 @@ +JSON for Modern C++ is an open-source library consisting of a C++11-style +header-only JSON class. + +WWW: https://nlohmann.github.io/json/ From owner-svn-ports-all@freebsd.org Wed Mar 29 00:49:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D3FDD1E29A; Wed, 29 Mar 2017 00:49:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD4303B81; Wed, 29 Mar 2017 00:49:05 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 136cfa8d TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 28 Mar 2017 18:49:04 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r437145 - in head/devel: . py-jedi py3-jedi From: Adam Weinberger In-Reply-To: <20170328182217.GA9248@FreeBSD.org> Date: Tue, 28 Mar 2017 18:49:02 -0600 Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4469A4DC-B4C5-4001-A28C-15CEDD60F42C@adamw.org> References: <201703281759.v2SHxQlx007752@repo.freebsd.org> <20170328182217.GA9248@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 00:49:07 -0000 > On 28 Mar, 2017, at 12:22, Alexey Dokuchaev wrote: >=20 > On Tue, Mar 28, 2017 at 05:59:26PM +0000, Steven Kreuzer wrote: >> New Revision: 437145 >> URL: https://svnweb.freebsd.org/changeset/ports/437145 >>=20 >> Log: >> Add a python 3 varient of py-jedi >=20 > It should read "variant". >=20 >> Added: >> head/devel/py3-jedi/ >> head/devel/py3-jedi/Makefile (contents, props changed) >> Modified: >> head/devel/Makefile >> head/devel/py-jedi/Makefile >=20 > Seeing a number of these quite similar commits (usually setting = MASTERDIR > and USES[?]=3D) I'm wondering if this issue can be addressed globally = rather > than copying each individual port with `py3-' prefix? That is, = framework > could produce one or two packages depending on certain condition from = the > same `category/py-foo' port. You=E2=80=99re talking about subpackages, i.e. building multiple = packages off of the same port (similar ideas for perl modules, apache = mods, etc.). Baptiste has done lots of work on it, but it=E2=80=99s not = ready yet. There are some phabricator reviews about it. It=E2=80=99s = expected to break portmaster and portupgrade, unless they are updated to = handle the changes, so the sooner end-users can be convinced to switch = to poudriere or synth, the easier subpackages will be to deploy. # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Wed Mar 29 01:49:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B5BFD221C0; Wed, 29 Mar 2017 01:49:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34D152E3D; Wed, 29 Mar 2017 01:49:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T1n2FD001609; Wed, 29 Mar 2017 01:49:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T1n2ii001608; Wed, 29 Mar 2017 01:49:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703290149.v2T1n2ii001608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 29 Mar 2017 01:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437179 - head/net/hostapd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 01:49:03 -0000 Author: cy Date: Wed Mar 29 01:49:02 2017 New Revision: 437179 URL: https://svnweb.freebsd.org/changeset/ports/437179 Log: Fix build broken by r436625. PR: 218036 Added: head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c - copied unchanged from r436624, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c Copied: head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c (from r436624, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c Wed Mar 29 01:49:02 2017 (r437179, copy of r436624, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c) @@ -0,0 +1,14 @@ +--- src/l2_packet/l2_packet_freebsd.c.orig 2014-06-04 13:26:14 UTC ++++ src/l2_packet/l2_packet_freebsd.c +@@ -8,7 +8,10 @@ + */ + + #include "includes.h" +-#if defined(__APPLE__) || defined(__GLIBC__) ++#if defined(__FreeBSD__) \ ++ || defined(__DragonFly__) \ ++ || defined(__APPLE__) \ ++ || defined(__GLIBC__) + #include + #endif /* __APPLE__ */ + #include From owner-svn-ports-all@freebsd.org Wed Mar 29 02:05:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4000D2247E; Wed, 29 Mar 2017 02:05:30 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D57A38E4; Wed, 29 Mar 2017 02:05:29 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 65287B69; Tue, 28 Mar 2017 21:05:28 -0500 (CDT) Date: Tue, 28 Mar 2017 21:05:27 -0500 From: Mark Linimon To: Michael Gmelin Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170329020527.GA8185@lonesome.com> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> <20170328165708.3feecd6a@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170328165708.3feecd6a@bsd64.grem.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 02:05:30 -0000 On Tue, Mar 28, 2017 at 04:57:08PM +0200, Michael Gmelin wrote: > These are in to align to > > TEST_TEST_TARGET=test, otherwise it would look like this: > > TEST_USES= compiler:c++11-lib > TEST_TEST_TARGET=test > > (replaced tabs by spaces for email) > > Would this actually be preferred? Keep in mind, "preferred" by danfe does not imply "preferred" by me, or anyone else other than danfe. If we expanded the PH to cover all danfe's objections, it would be 600 pages long. IMVVHO. mcl From owner-svn-ports-all@freebsd.org Wed Mar 29 02:47:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19E75D221ED; Wed, 29 Mar 2017 02:47:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8AF711A5; Wed, 29 Mar 2017 02:47:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T2joKf025627; Wed, 29 Mar 2017 02:45:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T2jnQK025625; Wed, 29 Mar 2017 02:45:49 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703290245.v2T2jnQK025625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 29 Mar 2017 02:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437180 - head/math/primegen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 02:47:06 -0000 Author: danfe Date: Wed Mar 29 02:45:49 2017 New Revision: 437180 URL: https://svnweb.freebsd.org/changeset/ports/437180 Log: - Optimize away PROGRAM_FILES, HEADER_FILES, and LIB_FILES variables: they contain one to two values and make things harder to understand; this allows to simplify PLIST_FILES setting and `do-install' target - Fix `post-patch' target: instead of sed(1)ing each and every file, and leaving lots of `*.bak' files behind, apply the fix where it is needed only (while here, simplify that regular expression as well) - Set correct ALL_TARGET instead blanking it; fix pkg-descr formatting Modified: head/math/primegen/Makefile head/math/primegen/pkg-descr Modified: head/math/primegen/Makefile ============================================================================== --- head/math/primegen/Makefile Wed Mar 29 01:49:02 2017 (r437179) +++ head/math/primegen/Makefile Wed Mar 29 02:45:49 2017 (r437180) @@ -9,28 +9,18 @@ MASTER_SITES= http://cr.yp.to/primegen/ MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast library to generate prime numbers in order -ALL_TARGET= +ALL_TARGET= default -PROGRAM_FILES= primes primegaps -HEADER_FILES= primegen.h -LIB_FILES= libprimegen.a - -# programs -PLIST_FILES+= ${PROGRAM_FILES:S,^,bin/,} - -# header files -PLIST_FILES+= ${HEADER_FILES:S,^,include/,} - -# libraries -PLIST_FILES+= ${LIB_FILES:S,^,lib/,} - -# man pages -PLIST_FILES+= man/man1/primes.1.gz man/man1/primegaps.1.gz \ +PLIST_FILES= bin/primes bin/primegaps \ + include/primegen.h \ + lib/libprimegen.a \ + man/man1/primes.1.gz \ + man/man1/primegaps.1.gz \ man/man3/primegen.3.gz post-patch: - @${FIND} ${WRKSRC} -type f -exec \ - ${REINPLACE_CMD} -E -e 's!(primegen.a)!lib\1!' {} \; + @${REINPLACE_CMD} -e 's,primegen\.a,lib&,' ${WRKSRC}/Makefile \ + ${WRKSRC}/TARGETS ${WRKSRC}/hier.c do-configure: @${ECHO_CMD} '${CC} ${CFLAGS} -fsigned-char -fPIC' > ${WRKSRC}/conf-cc @@ -38,15 +28,10 @@ do-configure: @${ECHO_CMD} '${PREFIX}' > ${WRKSRC}/conf-home do-install: -.for file in ${PROGRAM_FILES} - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin -.endfor -.for file in ${HEADER_FILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/include -.endfor -.for file in ${LIB_FILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/primes ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/primegaps ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/primegen.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libprimegen.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/primes.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/primegaps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/primegen.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 Modified: head/math/primegen/pkg-descr ============================================================================== --- head/math/primegen/pkg-descr Wed Mar 29 01:49:02 2017 (r437179) +++ head/math/primegen/pkg-descr Wed Mar 29 02:45:49 2017 (r437180) @@ -1,7 +1,6 @@ -primegen is a small, fast library to generate prime numbers in -order. It generates the 50847534 primes up to 1000000000 in just 8 -seconds on a Pentium II-350; it prints them in decimal in just 35 -seconds. +primegen is a small, fast library to generate prime numbers in order. +It generates the 50847534 primes up to 1000000000 in just 8 seconds +on a Pentium II-350; it prints them in decimal in just 35 seconds. primegen can generate primes up to 1000000000000000, although it is not optimized for primes past 32 bits. It uses the Sieve of Atkin From owner-svn-ports-all@freebsd.org Wed Mar 29 05:18:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D622AD23A4F; Wed, 29 Mar 2017 05:18:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96ADD651AC; Wed, 29 Mar 2017 05:18:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T5IVkc086231; Wed, 29 Mar 2017 05:18:31 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T5IVer086225; Wed, 29 Mar 2017 05:18:31 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703290518.v2T5IVer086225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 29 Mar 2017 05:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437181 - in head: . math math/mprime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 05:18:32 -0000 Author: danfe Date: Wed Mar 29 05:18:30 2017 New Revision: 437181 URL: https://svnweb.freebsd.org/changeset/ports/437181 Log: - Resurrect `math/mprime' and unbreak (stagify) - Update to version 26.6, the latest for the i386 binary - Do not mangle version with `0.0.'-prefix, use official one - Add missing LIB_DEPENDS against `misc/compat9x' - Define DOCS option and use target helper target to install - Make installation commands vocal (unmute them) - Update and tidy up port description text while here - Drop deprecated @dirrm entry from pkg-plist TIMESTAMP (mprime266-FreeBSD.tar.gz) = 1302303090 Added: head/math/mprime/ - copied from r366958, head/math/mprime/ Modified: head/MOVED head/math/Makefile head/math/mprime/Makefile head/math/mprime/distinfo head/math/mprime/pkg-descr head/math/mprime/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 29 02:45:49 2017 (r437180) +++ head/MOVED Wed Mar 29 05:18:30 2017 (r437181) @@ -6661,7 +6661,6 @@ math/jsmath-fonts-sprite||2014-09-01|Not math/jsmath||2014-09-01|Not staged math/kash3||2014-09-01|Not staged math/matrix||2014-09-01|Not staged -math/mprime||2014-09-01|Not staged math/petsc||2014-09-01|Not staged math/sdpa-gmp||2014-09-01|Not staged math/sedumi||2014-09-01|Not staged Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Mar 29 02:45:49 2017 (r437180) +++ head/math/Makefile Wed Mar 29 05:18:30 2017 (r437181) @@ -286,6 +286,7 @@ SUBDIR += mpexpr SUBDIR += mpfr SUBDIR += mpir + SUBDIR += mprime SUBDIR += msieve SUBDIR += mtl SUBDIR += mtrxmath Modified: head/math/mprime/Makefile ============================================================================== --- head/math/mprime/Makefile Mon Sep 1 21:24:52 2014 (r366958) +++ head/math/mprime/Makefile Wed Mar 29 05:18:30 2017 (r437181) @@ -2,35 +2,30 @@ # $FreeBSD$ PORTNAME= mprime -PORTVERSION= 0.0.${SOURCE_VERSION} +PORTVERSION= 26.6 CATEGORIES= math benchmarks net -MASTER_SITES= ftp://mersenne.org/gimps/ -DISTNAME= sprime${PORTVERSION:S/^0.0.//:S/.//}-freebsd +MASTER_SITES= http://www.mersenne.org/ftp_root/gimps/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}-${OPSYS} MAINTAINER= ports@FreeBSD.org COMMENT= mersenne.org distributed Great Internet Mersenne Prime Search +LIB_DEPENDS= libcrypto.so.6:misc/compat9x + ONLY_FOR_ARCHS= i386 NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= pkg-message wrapper.sh -# source code version -SOURCE_VERSION= 24.14 +OPTIONS_DEFINE= DOCS -NO_STAGE= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mprime ${PREFIX}/bin/mprime-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mprime -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} - @${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}${PKGNAMESUFFIX} -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${CAT} ${PKGMESSAGE} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/mprime ${STAGEDIR}${PREFIX}/bin/mprime-real + ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${STAGEDIR}${PREFIX}/bin/mprime + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} .include Modified: head/math/mprime/distinfo ============================================================================== --- head/math/mprime/distinfo Mon Sep 1 21:24:52 2014 (r366958) +++ head/math/mprime/distinfo Wed Mar 29 05:18:30 2017 (r437181) @@ -1,2 +1,3 @@ -SHA256 (sprime2414-freebsd.tar.gz) = 6589a24133eec65fd574ac3bfdc1b6f89aff337a64464240a7e561e4f8570aaa -SIZE (sprime2414-freebsd.tar.gz) = 873438 +TIMESTAMP = 1302303090 +SHA256 (mprime266-FreeBSD.tar.gz) = d4c2c044cfa45311dd7f2c41574f59a0519c989fd6e0ca723505dea12b2ff1fd +SIZE (mprime266-FreeBSD.tar.gz) = 4233056 Modified: head/math/mprime/pkg-descr ============================================================================== --- head/math/mprime/pkg-descr Mon Sep 1 21:24:52 2014 (r366958) +++ head/math/mprime/pkg-descr Wed Mar 29 05:18:30 2017 (r437181) @@ -1,15 +1,12 @@ -[ excerpt from developer's www site ] +This program is used to find Mersenne Prime numbers as part of Great +Internet Mersenne Prime Search initiative (GIMPS) since 1996. See +http://www.utm.edu/research/primes/mersenne.shtml for a description +of Mersenne primes. -This is the mersenne.org's client. +Mersenne number can be proved composite (not prime) by either finding +a factor or by running a Lucas-Lehmer primality test. -Welcome to the Great Internet Mersenne Prime Search! - -To use this program you must agree to the prize rules at -http://www.mersenne.org/prize.htm - -In case you ever forget, the URL is http://www.mersenne.org/prime.htm. -The author's email address is woltman@alum.mit.edu. For networking -questions, contact Scott Kurowski's technical support team at -primenet@entropia.com. +To use this program you must agree to the terms and conditions, prize +rules, etc. at http://mersenne.org/legal/. WWW: http://www.mersenne.org/ Modified: head/math/mprime/pkg-plist ============================================================================== --- head/math/mprime/pkg-plist Mon Sep 1 21:24:52 2014 (r366958) +++ head/math/mprime/pkg-plist Wed Mar 29 05:18:30 2017 (r437181) @@ -5,4 +5,3 @@ bin/mprime-real %%PORTDOCS%%%%DOCSDIR%%/stress.txt %%PORTDOCS%%%%DOCSDIR%%/undoc.txt %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@freebsd.org Wed Mar 29 06:50:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56BF5D23C4F; Wed, 29 Mar 2017 06:50:31 +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 1B65F3CD4; Wed, 29 Mar 2017 06:50:31 +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 v2T6oUsB022406; Wed, 29 Mar 2017 06:50:30 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T6oS5e022386; Wed, 29 Mar 2017 06:50:28 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201703290650.v2T6oS5e022386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Wed, 29 Mar 2017 06:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437182 - in head: astro/viking audio/py-karaoke audio/xmms-curses cad/brlcad cad/openvsp devel/libpthread-stubs devel/libpthread-stubs/files games/capicity games/capitalism games/spell... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 06:50:31 -0000 Author: ashish Date: Wed Mar 29 06:50:28 2017 New Revision: 437182 URL: https://svnweb.freebsd.org/changeset/ports/437182 Log: - Update devel/libpthread-stubs to 0.4 - Chase libpthread-stubs update, and also switch to BUILD_DEPENDS from LIB_DEPENDS, as port is now only .pc file PR: 218015 Submitted by: rezny Deleted: head/devel/libpthread-stubs/files/ head/devel/libpthread-stubs/pkg-plist Modified: head/astro/viking/Makefile head/audio/py-karaoke/Makefile head/audio/xmms-curses/Makefile head/cad/brlcad/Makefile head/cad/openvsp/Makefile head/devel/libpthread-stubs/Makefile head/devel/libpthread-stubs/distinfo head/games/capicity/Makefile head/games/capitalism/Makefile head/games/spellathon/Makefile head/graphics/gbm/Makefile head/graphics/libEGL/Makefile head/graphics/libdrm/Makefile head/graphics/libglapi/Makefile head/graphics/libreatlas/Makefile head/net/x11vnc/Makefile head/science/massxpert/Makefile head/x11-wm/echinus/Makefile head/x11/slim/Makefile Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/astro/viking/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ @@ -13,14 +13,14 @@ COMMENT= Program to manage GPS data (tra LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgexiv2.so:graphics/gexiv2 \ libpcre.so:devel/pcre \ - libpng.so:graphics/png \ - libpthread-stubs.so:devel/libpthread-stubs + libpng.so:graphics/png RUN_DEPENDS= gpsbabel:astro/gpsbabel USES= compiler:c++11-lib gmake iconv desktop-file-utils perl5 pkgconfig tar:bzip2 Modified: head/audio/py-karaoke/Makefile ============================================================================== --- head/audio/py-karaoke/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/audio/py-karaoke/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ COMMENT= Python karaoke application (Pla LICENSE= LGPL21+ -BUILD_DEPENDS= ${PYGAME} -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libaa.so:graphics/aalib +BUILD_DEPENDS= ${PYGAME} \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libaa.so:graphics/aalib RUN_DEPENDS= dejavu>0:x11-fonts/dejavu \ ${PYGAME} \ ${PYNUMPY} Modified: head/audio/xmms-curses/Makefile ============================================================================== --- head/audio/xmms-curses/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/audio/xmms-curses/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,16 +3,16 @@ PORTNAME= xmms-curses PORTVERSION= 0.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses program for (remote) controlling multimedia/xmms -BUILD_DEPENDS= xmms:multimedia/xmms +BUILD_DEPENDS= xmms:multimedia/xmms \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs RUN_DEPENDS= xmms:multimedia/xmms -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs USES= gettext iconv ncurses USE_GNOME= gtk12 Modified: head/cad/brlcad/Makefile ============================================================================== --- head/cad/brlcad/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/cad/brlcad/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= brlcad PORTVERSION= 7.24.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION} @@ -13,10 +13,10 @@ COMMENT= CSG modelling system from the U DEPRECATED= Depends on expring graphics/urt EXPIRATION_DATE=2017-04-01 -BUILD_DEPENDS= ${LOCALBASE}/include/tnt/jama_lu.h:math/jama \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \ + ${LOCALBASE}/include/tnt/jama_lu.h:math/jama \ xsltproc:textproc/libxslt -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libdrm.so:graphics/libdrm \ +LIB_DEPENDS= libdrm.so:graphics/libdrm \ libpng.so:graphics/png \ librle.so:graphics/urt \ libfreetype.so:print/freetype2 \ Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/cad/openvsp/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,6 +3,7 @@ PORTNAME= openvsp PORTVERSION= 3.10.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad @@ -14,8 +15,7 @@ LICENSE_NAME= NASA Open Source Agreement LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libdrm.so:graphics/libdrm \ +LIB_DEPENDS= libdrm.so:graphics/libdrm \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ @@ -26,7 +26,8 @@ LIB_DEPENDS= libpthread-stubs.so:devel/l BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ - ${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 + ${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USE_GITHUB= yes GH_PROJECT= OpenVSP Modified: head/devel/libpthread-stubs/Makefile ============================================================================== --- head/devel/libpthread-stubs/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/devel/libpthread-stubs/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libpthread-stubs -PORTVERSION= 0.3 -PORTREVISION= 6 +PORTVERSION= 0.4 CATEGORIES= devel MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -12,7 +11,8 @@ COMMENT= This library provides weak alia USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes - GNU_CONFIGURE= yes +PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc + .include Modified: head/devel/libpthread-stubs/distinfo ============================================================================== --- head/devel/libpthread-stubs/distinfo Wed Mar 29 05:18:30 2017 (r437181) +++ head/devel/libpthread-stubs/distinfo Wed Mar 29 06:50:28 2017 (r437182) @@ -1,2 +1,3 @@ -SHA256 (libpthread-stubs-0.3.tar.bz2) = 35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 -SIZE (libpthread-stubs-0.3.tar.bz2) = 203468 +TIMESTAMP = 1490198411 +SHA256 (libpthread-stubs-0.4.tar.bz2) = e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733 +SIZE (libpthread-stubs-0.4.tar.bz2) = 57565 Modified: head/games/capicity/Makefile ============================================================================== --- head/games/capicity/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/games/capicity/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= capicity PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/capitalism/Capi%20City/${PORTVERSION}/ DISTNAME= CapiCity_${DISTVERSION} @@ -14,8 +14,8 @@ COMMENT= Qt client for the Monopd server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying.txt -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ Modified: head/games/capitalism/Makefile ============================================================================== --- head/games/capitalism/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/games/capitalism/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= capitalism PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Capitalism/0.5/ EXTRACT_SUFX= .tbz @@ -14,8 +14,8 @@ COMMENT= Qt client for the Monopd server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying.txt -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ Modified: head/games/spellathon/Makefile ============================================================================== --- head/games/spellathon/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/games/spellathon/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= spellathon PORTVERSION= 6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Spellathon%20${PORTVERSION} @@ -12,8 +12,8 @@ COMMENT= Word game to test your English LICENSE= BSD2CLAUSE -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ Modified: head/graphics/gbm/Makefile ============================================================================== --- head/graphics/gbm/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/graphics/gbm/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -8,8 +8,8 @@ CATEGORIES= graphics COMMENT= gbm library -LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs \ - libexpat.so:textproc/expat2 \ +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS+= libexpat.so:textproc/expat2 \ libdrm.so:graphics/libdrm \ libglapi.so:graphics/libglapi Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/graphics/libEGL/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -8,8 +8,8 @@ CATEGORIES= graphics COMMENT= OpenEGL library -LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs \ - libexpat.so:textproc/expat2 \ +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS+= libexpat.so:textproc/expat2 \ libdrm.so:graphics/libdrm USE_GL= gbm Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/graphics/libdrm/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -13,10 +13,9 @@ COMMENT= Userspace interface to kernel D LICENSE= MIT -BUILD_DEPENDS= libdevq>=0.0.4:devel/libdevq +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ - libdevq.so:devel/libdevq \ - libpthread-stubs.so:devel/libpthread-stubs + libdevq.so:devel/libdevq USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes Modified: head/graphics/libglapi/Makefile ============================================================================== --- head/graphics/libglapi/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/graphics/libglapi/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -10,7 +10,7 @@ COMMENT= Common GL api library used by M LICENSE= MIT -LIB_DEPENDS+= libpthread-stubs.so:devel/libpthread-stubs +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USE_XORG= x11 xau xcb xdmcp xvmc Modified: head/graphics/libreatlas/Makefile ============================================================================== --- head/graphics/libreatlas/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/graphics/libreatlas/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -12,10 +12,10 @@ COMMENT= Open Source Geography Education LICENSE= GPLv3 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libmspack.so:archivers/libmspack \ libspatialite.so:databases/spatialite \ libsqlite3.so:databases/sqlite3 \ - libpthread-stubs.so:devel/libpthread-stubs \ libpcre.so:devel/pcre \ libcairo.so:graphics/cairo \ libgeos.so:graphics/geos \ Modified: head/net/x11vnc/Makefile ============================================================================== --- head/net/x11vnc/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/net/x11vnc/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/libvncserver/${PORTNAME}/${PORTVERSION} @@ -12,8 +12,8 @@ COMMENT= VNC server for use with real X LICENSE= GPLv2 -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libpthread-stubs.so:devel/libpthread-stubs +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libdbus-1.so:devel/dbus USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp recordproto Modified: head/science/massxpert/Makefile ============================================================================== --- head/science/massxpert/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/science/massxpert/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= massxpert PORTVERSION= 3.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ @@ -12,8 +12,8 @@ COMMENT= massXpert software for (bio)che LICENSE= GPLv3 -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ Modified: head/x11-wm/echinus/Makefile ============================================================================== --- head/x11-wm/echinus/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/x11-wm/echinus/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,15 +3,15 @@ PORTNAME= echinus PORTVERSION= 0.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com COMMENT= Dynamic window manager for X11 based on dwm -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libfreetype.so:print/freetype2 \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig Modified: head/x11/slim/Makefile ============================================================================== --- head/x11/slim/Makefile Wed Mar 29 05:18:30 2017 (r437181) +++ head/x11/slim/Makefile Wed Mar 29 06:50:28 2017 (r437182) @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios @@ -13,8 +13,8 @@ COMMENT= Graphical login manager for X11 LICENSE= GPLv2 -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpng.so:graphics/png \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig @@ -26,8 +26,8 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message CMAKE_ARGS= -DUSE_CONSOLEKIT=yes \ - -DBUILD_SLIMLOCK=no \ - -DBUILD_SHARED_LIBS=yes + -DBUILD_SLIMLOCK=no \ + -DBUILD_SHARED_LIBS=yes OPTIONS_DEFINE= PAM UTF8 CONSOLEKIT OPTIONS_DEFAULT= PAM CONSOLEKIT From owner-svn-ports-all@freebsd.org Wed Mar 29 06:51:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F146D23CB2; Wed, 29 Mar 2017 06:51:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E5173D95; Wed, 29 Mar 2017 06:51:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T6p3wT023308; Wed, 29 Mar 2017 06:51:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T6p2Yt023305; Wed, 29 Mar 2017 06:51:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703290651.v2T6p2Yt023305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Mar 2017 06:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437183 - in head/graphics/glpng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 06:51:04 -0000 Author: amdmi3 Date: Wed Mar 29 06:51:02 2017 New Revision: 437183 URL: https://svnweb.freebsd.org/changeset/ports/437183 Log: - Update to 1.46 Deleted: head/graphics/glpng/files/ Modified: head/graphics/glpng/Makefile head/graphics/glpng/distinfo head/graphics/glpng/pkg-plist Modified: head/graphics/glpng/Makefile ============================================================================== --- head/graphics/glpng/Makefile Wed Mar 29 06:50:28 2017 (r437182) +++ head/graphics/glpng/Makefile Wed Mar 29 06:51:02 2017 (r437183) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= glpng -PORTVERSION= 1.45 -PORTREVISION= 8 +PORTVERSION= 1.46 CATEGORIES= graphics -MASTER_SITES= http://www.wyatt100.freeserve.co.uk/ \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= glpng +MASTER_SITES= http://repo.or.cz/glpng.git/snapshot/ +DISTNAME= 1079563a36edfe10a5f5d79ad38fe465425b989e +DIST_SUBDIR= glpng MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to easily load PNG files as an OpenGL textures @@ -16,25 +15,11 @@ LICENSE= ZLIB LIB_DEPENDS= libpng.so:graphics/png +WRKSRC= ${WRKDIR}/glpng-1079563 + USE_GL= gl -USES= dos2unix zip -USE_LDCONFIG= yes -DOS2UNIX_FILES= glpng.c - -AR?= /usr/bin/ar - -WRKSRC= ${WRKDIR}/src - -do-build: - ${CC} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${WRKDIR}/include -c -o ${WRKSRC}/libglpng.o ${WRKSRC}/glpng.c - ${CC} ${CFLAGS} -fPIC -L${LOCALBASE}/lib -shared -Wl,-soname,libglpng.so.1 -lGL -lpng -lz -lm -o ${WRKSRC}/libglpng.so.1 ${WRKSRC}/libglpng.o - ${AR} cqs ${WRKSRC}/libglpng.a ${WRKSRC}/libglpng.o - -do-install: - ${INSTALL_LIB} ${WRKSRC}/libglpng.so.1 ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/libglpng.a ${STAGEDIR}${PREFIX}/lib - ${LN} -sf libglpng.so.1 ${STAGEDIR}${PREFIX}/lib/libglpng.so - ${MKDIR} ${STAGEDIR}${PREFIX}/include/GL/ - ${INSTALL_DATA} ${WRKDIR}/include/GL/glpng.h ${STAGEDIR}${PREFIX}/include/GL/ +USES= cmake zip + +OPTIONS_DEFINE= DOCS .include Modified: head/graphics/glpng/distinfo ============================================================================== --- head/graphics/glpng/distinfo Wed Mar 29 06:50:28 2017 (r437182) +++ head/graphics/glpng/distinfo Wed Mar 29 06:51:02 2017 (r437183) @@ -1,2 +1,3 @@ -SHA256 (glpng.zip) = 5f7c785acb00de6f7bcf53b1c2c94ddc07de3ef1b1f85c5bfc6483e89fa22223 -SIZE (glpng.zip) = 309337 +TIMESTAMP = 1490723030 +SHA256 (glpng/1079563a36edfe10a5f5d79ad38fe465425b989e.zip) = 074dda02baf27b274c211adf368e5d8b69ffa6b8501ab8976872c8825ceb7786 +SIZE (glpng/1079563a36edfe10a5f5d79ad38fe465425b989e.zip) = 43828 Modified: head/graphics/glpng/pkg-plist ============================================================================== --- head/graphics/glpng/pkg-plist Wed Mar 29 06:50:28 2017 (r437182) +++ head/graphics/glpng/pkg-plist Wed Mar 29 06:51:02 2017 (r437183) @@ -2,3 +2,6 @@ include/GL/glpng.h lib/libglpng.a lib/libglpng.so lib/libglpng.so.1 +lib/libglpng.so.1.46 +share/cmake/Modules/FindGLPNG.cmake +%%PORTDOCS%%%%DOCSDIR%%/glpng.htm From owner-svn-ports-all@freebsd.org Wed Mar 29 06:52:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FDE7D23E20; Wed, 29 Mar 2017 06:52:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E15C6510A; Wed, 29 Mar 2017 06:52:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T6qRJE026189; Wed, 29 Mar 2017 06:52:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T6qRQs026187; Wed, 29 Mar 2017 06:52:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703290652.v2T6qRQs026187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Mar 2017 06:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437184 - head/emulators/wxmupen64plus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 06:52:28 -0000 Author: amdmi3 Date: Wed Mar 29 06:52:26 2017 New Revision: 437184 URL: https://svnweb.freebsd.org/changeset/ports/437184 Log: - Switch to bitbucket, unbreak fetch; no change in tarball contents - Minor fixes Approved by: portmgr blanket Modified: head/emulators/wxmupen64plus/Makefile head/emulators/wxmupen64plus/distinfo Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Wed Mar 29 06:51:02 2017 (r437183) +++ head/emulators/wxmupen64plus/Makefile Wed Mar 29 06:52:26 2017 (r437184) @@ -5,18 +5,13 @@ PORTNAME= wxmupen64plus PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= emulators -MASTER_SITES= GOOGLE_CODE \ - LOCAL/acm/${PORTNAME} \ - http://cdn.bitbucket.org/auria/wxmupen64plus/downloads/ +MASTER_SITES= https://bitbucket.org/auria/wxmupen64plus/get/ +DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ @@ -25,12 +20,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64 ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:emulators/mupen64plus-video-rice \ mupen64plus:emulators/mupen64plus-ui-console -PROJECTHOST= bsdistfiles +WRKSRC= ${WRKDIR}/auria-${PORTNAME}-0564db396383 + USES= compiler:c++11-lib python USE_CXXSTD= c++11 USE_SDL= yes USE_WX= 3.0 -WX_UNICODE= yes WAF_SCRIPT= waf post-patch: @@ -55,6 +50,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - @${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/emulators/wxmupen64plus/distinfo ============================================================================== --- head/emulators/wxmupen64plus/distinfo Wed Mar 29 06:51:02 2017 (r437183) +++ head/emulators/wxmupen64plus/distinfo Wed Mar 29 06:52:26 2017 (r437184) @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/wxmupen64plus-0.3.tar.gz) = 123d4edb9652f8effac239a317d58084a48dec85e0a746d19865509298837a12 -SIZE (mupen64plus/wxmupen64plus-0.3.tar.gz) = 280316 +TIMESTAMP = 1490725304 +SHA256 (mupen64plus/0.3.tar.gz) = 2cdbe2d382ec9f62b8ab8e7708c91e015989dcf1f42cc158c10ed3901f8951c6 +SIZE (mupen64plus/0.3.tar.gz) = 279694 From owner-svn-ports-all@freebsd.org Wed Mar 29 08:36:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FD07D22753; Wed, 29 Mar 2017 08:36:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A65465166; Wed, 29 Mar 2017 08:36:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T8agsP066480; Wed, 29 Mar 2017 08:36:42 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T8agrj066477; Wed, 29 Mar 2017 08:36:42 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703290836.v2T8agrj066477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 29 Mar 2017 08:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437185 - head/audio/ardour5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 08:36:43 -0000 Author: robak Date: Wed Mar 29 08:36:41 2017 New Revision: 437185 URL: https://svnweb.freebsd.org/changeset/ports/437185 Log: audio/ardour5: update 5.6.0 -> 5.8.0 PR: 217520 Submitted by: Michael Beer (maintainer) Modified: head/audio/ardour5/Makefile head/audio/ardour5/distinfo head/audio/ardour5/pkg-plist Modified: head/audio/ardour5/Makefile ============================================================================== --- head/audio/ardour5/Makefile Wed Mar 29 06:52:26 2017 (r437184) +++ head/audio/ardour5/Makefile Wed Mar 29 08:36:41 2017 (r437185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ardour5 -PORTVERSION= 5.6.0 +PORTVERSION= 5.8.0 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: Modified: head/audio/ardour5/distinfo ============================================================================== --- head/audio/ardour5/distinfo Wed Mar 29 06:52:26 2017 (r437184) +++ head/audio/ardour5/distinfo Wed Mar 29 08:36:41 2017 (r437185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487018202 -SHA256 (Ardour-5.6.0.tar.bz2) = d8a55121540e1de8c1a040162316434a2c82d75b8c9e9673ab2143662c848372 -SIZE (Ardour-5.6.0.tar.bz2) = 8590451 +TIMESTAMP = 1488366167 +SHA256 (Ardour-5.8.0.tar.bz2) = 0138a7cdc30353a3ceb520fab4d636a9ffca2d4d031839d5aa4cd36dcccba886 +SIZE (Ardour-5.8.0.tar.bz2) = 8669692 Modified: head/audio/ardour5/pkg-plist ============================================================================== --- head/audio/ardour5/pkg-plist Wed Mar 29 06:52:26 2017 (r437184) +++ head/audio/ardour5/pkg-plist Wed Mar 29 08:36:41 2017 (r437185) @@ -39,7 +39,7 @@ lib/ardour5/engines/libclearlooks.so lib/ardour5/hardour-%%ARDOURVERSION%% lib/ardour5/libardour.so lib/ardour5/libardour.so.3 -lib/ardour5/libardour.so.%%GTK3_VERSION%% +lib/ardour5/libardour.so.3.0.0 lib/ardour5/libardourcp.so lib/ardour5/libaudiographer.so lib/ardour5/libaudiographer.so.0 @@ -376,27 +376,31 @@ share/applications/ardour5.desktop %%DATADIR%%/scripts/midimon.lua %%DATADIR%%/scripts/preare_record_example.lua %%DATADIR%%/scripts/remove_unknown_procs.lua -%%DATADIR%%/scripts/rewind.lua %%DATADIR%%/scripts/s_chanmap.lua %%DATADIR%%/scripts/s_fader_automation.lua %%DATADIR%%/scripts/s_foreach_track.lua %%DATADIR%%/scripts/s_import_files.lua %%DATADIR%%/scripts/s_plugin_automation.lua +%%DATADIR%%/scripts/s_plugin_reorder.lua %%DATADIR%%/scripts/s_pluginutils.lua %%DATADIR%%/scripts/s_portengine.lua %%DATADIR%%/scripts/s_region_gain.lua %%DATADIR%%/scripts/s_region_gain2.lua %%DATADIR%%/scripts/s_replaceplugin.lua %%DATADIR%%/scripts/s_selection.lua +%%DATADIR%%/scripts/s_showhide_track.lua %%DATADIR%%/scripts/s_timecode.lua %%DATADIR%%/scripts/s_track_props.lua %%DATADIR%%/scripts/s_vamp_plugin_index.lua %%DATADIR%%/scripts/scope.lua +%%DATADIR%%/scripts/select_every_2nd_region.lua +%%DATADIR%%/scripts/send_to_bus.lua %%DATADIR%%/scripts/spectrogram.lua %%DATADIR%%/scripts/split_all_markers.lua %%DATADIR%%/scripts/stop_at_marker.lua %%DATADIR%%/scripts/synth1.lua %%DATADIR%%/scripts/tomsloop.lua +%%DATADIR%%/scripts/vamp_audio_to_midi.lua %%DATADIR%%/scripts/voice_activate.lua %%DATADIR%%/themes/blueberry_milk-ardour.colors %%DATADIR%%/themes/caineville-ardour.colors From owner-svn-ports-all@freebsd.org Wed Mar 29 08:49:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8666D22B75; Wed, 29 Mar 2017 08:49:21 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C8E465D21; Wed, 29 Mar 2017 08:49:21 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T8nKkb071117; Wed, 29 Mar 2017 08:49:20 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T8nKKx071115; Wed, 29 Mar 2017 08:49:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201703290849.v2T8nKKx071115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 29 Mar 2017 08:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437186 - in head/deskutils/plasma-applet-daisy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 08:49:21 -0000 Author: jhale Date: Wed Mar 29 08:49:20 2017 New Revision: 437186 URL: https://svnweb.freebsd.org/changeset/ports/437186 Log: Unbreak linking after r436971 /usr/bin/ld: cannot find -ltaskmanager c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Add missing dependencies Fix LICENSE and add LICENSE_FILE Added: head/deskutils/plasma-applet-daisy/files/ head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt (contents, props changed) Modified: head/deskutils/plasma-applet-daisy/Makefile Modified: head/deskutils/plasma-applet-daisy/Makefile ============================================================================== --- head/deskutils/plasma-applet-daisy/Makefile Wed Mar 29 08:36:41 2017 (r437185) +++ head/deskutils/plasma-applet-daisy/Makefile Wed Mar 29 08:49:20 2017 (r437186) @@ -2,7 +2,7 @@ PORTNAME= daisy PORTVERSION= 0.0.4.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= http://cdlszm.org/downloads/ PKGNAMEPREFIX= plasma-applet- @@ -11,10 +11,12 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ MAINTAINER= jhale@FreeBSD.org COMMENT= Simple launcher plasma applet for KDE4 -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake gettext kde:4 USE_KDE= automoc4 kdelibs workspace -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= corelib dbus gui network svg xml \ + qmake_build moc_build rcc_build uic_build .include Added: head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-daisy/files/patch-applet_CMakeLists.txt Wed Mar 29 08:49:20 2017 (r437186) @@ -0,0 +1,21 @@ +Specifically find taskmanager library with CMake + +--- applet/CMakeLists.txt.orig 2017-03-29 07:44:51 UTC ++++ applet/CMakeLists.txt +@@ -4,6 +4,7 @@ project(daisy) + + # Find the required Libaries + find_package(KDE4 REQUIRED) ++find_package(KDE4Workspace REQUIRED) + include(KDE4Defaults) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) +@@ -26,7 +27,7 @@ kde4_add_plugin(plasma_applet_daisy ${da + + target_link_libraries(plasma_applet_daisy + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} +- ${KDE4_KIO_LIBS} taskmanager ) ++ ${KDE4_KIO_LIBS} ${KDE4WORKSPACE_TASKMANAGER_LIBRARY} ) + + install(TARGETS plasma_applet_daisy + DESTINATION ${PLUGIN_INSTALL_DIR}) From owner-svn-ports-all@freebsd.org Wed Mar 29 08:54:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA3CDD2304C; Wed, 29 Mar 2017 08:54:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D159340B; Wed, 29 Mar 2017 08:54:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T8sccL074959; Wed, 29 Mar 2017 08:54:38 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T8sclX074957; Wed, 29 Mar 2017 08:54:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201703290854.v2T8sclX074957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 29 Mar 2017 08:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437187 - in head/deskutils/plasma-applet-yawp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 08:54:39 -0000 Author: jhale Date: Wed Mar 29 08:54:38 2017 New Revision: 437187 URL: https://svnweb.freebsd.org/changeset/ports/437187 Log: Fix linking after r436971 /usr/bin/ld: cannot find -lweather_ion c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Add missing dependencies Fix LICENSE and add LICENSE_FILE Added: head/deskutils/plasma-applet-yawp/files/ head/deskutils/plasma-applet-yawp/files/patch-CMakeLists.txt (contents, props changed) Modified: head/deskutils/plasma-applet-yawp/Makefile Modified: head/deskutils/plasma-applet-yawp/Makefile ============================================================================== --- head/deskutils/plasma-applet-yawp/Makefile Wed Mar 29 08:49:20 2017 (r437186) +++ head/deskutils/plasma-applet-yawp/Makefile Wed Mar 29 08:54:38 2017 (r437187) @@ -2,7 +2,7 @@ PORTNAME= yawp PORTVERSION= 0.4.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= SF PKGNAMEPREFIX= plasma-applet- @@ -10,10 +10,12 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 weather plasma applet -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE-GPL2 USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= automoc4 workspace -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_KDE= automoc4 kdelibs workspace +USE_QT4= corelib dbus gui network svg xml \ + qmake_build moc_build rcc_build uic_build .include Added: head/deskutils/plasma-applet-yawp/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-yawp/files/patch-CMakeLists.txt Wed Mar 29 08:54:38 2017 (r437187) @@ -0,0 +1,23 @@ +Raise CMake minimum version requirement to squash warnings +Don't redefine KDE4WORKSPACE_WEATHERION_LIBRARY as it causes linking failure + +--- CMakeLists.txt.orig 2013-03-23 08:31:22 UTC ++++ CMakeLists.txt +@@ -1,5 +1,5 @@ + PROJECT(plasma-applet-yawp) +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 2.8.9) + + #if you don't want the full compiler output, remove the following line + SET(CMAKE_VERBOSE_MAKEFILE ON) +@@ -40,10 +40,6 @@ else ( ${KDE_VERSION} VERSION_LESS "4.1. + set( PLASMA_LIBS ${KDE4_PLASMA_LIBS} ) + endif ( ${KDE_VERSION} VERSION_LESS "4.1.90" ) + +-if ( ${KDE_VERSION} VERSION_GREATER "4.2.9" ) +- set( KDE4WORKSPACE_WEATHERION_LIBRARY weather_ion) +-endif ( ${KDE_VERSION} VERSION_GREATER "4.2.9" ) +- + FIND_PACKAGE(Qt4 REQUIRED QtNetwork QtGui QtCore QtXml QtSvg QtDbus) + + From owner-svn-ports-all@freebsd.org Wed Mar 29 09:02:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 989EBD2343B; Wed, 29 Mar 2017 09:02:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6102B3AFB; Wed, 29 Mar 2017 09:02:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2T923wi076752; Wed, 29 Mar 2017 09:02:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2T923N1076750; Wed, 29 Mar 2017 09:02:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703290902.v2T923N1076750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Mar 2017 09:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437188 - head/net-mgmt/cacti-spine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 09:02:04 -0000 Author: amdmi3 Date: Wed Mar 29 09:02:03 2017 New Revision: 437188 URL: https://svnweb.freebsd.org/changeset/ports/437188 Log: - Fix license - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/net-mgmt/cacti-spine/Makefile head/net-mgmt/cacti-spine/pkg-descr Modified: head/net-mgmt/cacti-spine/Makefile ============================================================================== --- head/net-mgmt/cacti-spine/Makefile Wed Mar 29 08:54:38 2017 (r437187) +++ head/net-mgmt/cacti-spine/Makefile Wed Mar 29 09:02:03 2017 (r437188) @@ -10,7 +10,8 @@ DISTNAME= cacti-${PORTNAME}-${PORTVERSIO MAINTAINER= skreuzer@FreeBSD.org COMMENT= Multithreaded poller for Cacti written in C -LICENSE= GPLv2 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp Modified: head/net-mgmt/cacti-spine/pkg-descr ============================================================================== --- head/net-mgmt/cacti-spine/pkg-descr Wed Mar 29 08:54:38 2017 (r437187) +++ head/net-mgmt/cacti-spine/pkg-descr Wed Mar 29 09:02:03 2017 (r437188) @@ -5,4 +5,4 @@ minmumal SNMP polling overhead. Cactid i cmd.php poller so you must decide if using Cactid makes sense for your installation. -WWW: http://www.cacti.net/cactid_info.php +WWW: http://www.cacti.net/spine_info.php From owner-svn-ports-all@freebsd.org Wed Mar 29 09:04:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E5C3D23488; Wed, 29 Mar 2017 09:04:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A76303D27; Wed, 29 Mar 2017 09:04:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id AFCD3BDC89; Wed, 29 Mar 2017 11:04:46 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 6B2C1BDC85; Wed, 29 Mar 2017 11:04:46 +0200 (CEST) Subject: Re: svn commit: r437178 - in head/devel: . nlohmann-json To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703290028.v2T0SKrc069160@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <747ebb65-5858-6d3c-3c1d-9966c16cd111@FreeBSD.org> Date: Wed, 29 Mar 2017 11:04:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703290028.v2T0SKrc069160@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E0dmFTe0sQEFGcWEGTTPB7DgAl2txWe3l" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 09:04:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --E0dmFTe0sQEFGcWEGTTPB7DgAl2txWe3l Content-Type: multipart/mixed; boundary="hFofNnkUFeCdHFlNr2wQtulJXLE1Ts4N9"; protected-headers="v1" From: Mathieu Arnold To: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <747ebb65-5858-6d3c-3c1d-9966c16cd111@FreeBSD.org> Subject: Re: svn commit: r437178 - in head/devel: . nlohmann-json References: <201703290028.v2T0SKrc069160@repo.freebsd.org> In-Reply-To: <201703290028.v2T0SKrc069160@repo.freebsd.org> --hFofNnkUFeCdHFlNr2wQtulJXLE1Ts4N9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 29/03/2017 =C3=A0 02:28, Michael Gmelin a =C3=A9crit : > +PORTNAME=3D nlohmann-json This should probably be PORTNAME=3Djson and a PKGNAMEPREFIX=3Dnlhomann- l= ater. > +PORTVERSION=3D v2.1.1 This is just wrong, this should be PORTVERSIOn=3D2.1.1 and DISTVERSIONPRE= FIX=3Dv --=20 Mathieu Arnold --hFofNnkUFeCdHFlNr2wQtulJXLE1Ts4N9-- --E0dmFTe0sQEFGcWEGTTPB7DgAl2txWe3l Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY23isXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ItyMP/iG7rxAYntDdAMGnWzSphHXG VUEy/tz4t903XnQ4LGaYDfSrdpJ/qurv2u2WujxcABQc9dkqxEEOA9zKB6C5MGxX IpVQO9cjRxgfO3UPSpG15MTTrxmEVZf4MbOJEd4/6YWS+PTgcHujsMLDa+oqVRP/ trAvzyx/DOZZj692JVFd7dJolmpmDgmzoeJ7qeopG/zMamzUNChZYHvaaMXZz3wG pCLZIyyzxOdsknSGMkqZtQr9i09kMg+gbfboTQs+tFgSIKryr3e+Ix0gnlNkZCZc yoE7IBE9euVESoTtVyxJ6yjwcTUNxbEvXdV/ijvKuLmb7sEBxxUSJrSBVGXz1YAz jOBqfdlEd62SmtFb8O9QBswrtn0PIRR7lzFnEMnRs5qjqtbR9QYRqJ0sagy3Feyn +Y7dQv+H8xx0accnSvxG9psUumAImHFURLLPMoQ9lWwugLJUkTX0s2Zr1nahC1sF uIRxy6E7yvjPqdJ1z/Cw/BDyKHQVjmf16mKNPJ4IPNNU3apFmNfFHEktTItbeEnb zBz16lxr3JU0rK/yeM9QZ9GAfy8Rqr0bPTEDb+yapMLzEJWEx1hQDjSBrVdWUYdm 9UqKe8T/iNByc/F2jnOGoCOgymIsyRCh1w+CIfXotaUsJjIoppfF4WFgLx1rajYb zhZANG1n8M6HQg3iSBqs =otwc -----END PGP SIGNATURE----- --E0dmFTe0sQEFGcWEGTTPB7DgAl2txWe3l-- From owner-svn-ports-all@freebsd.org Wed Mar 29 10:19:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB77ED22774; Wed, 29 Mar 2017 10:19:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AFD76C82F; Wed, 29 Mar 2017 10:19:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TAJJpg007905; Wed, 29 Mar 2017 10:19:19 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TAJJa5007903; Wed, 29 Mar 2017 10:19:19 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703291019.v2TAJJa5007903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 29 Mar 2017 10:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437189 - head/devel/py-tblib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 10:19:20 -0000 Author: robak Date: Wed Mar 29 10:19:19 2017 New Revision: 437189 URL: https://svnweb.freebsd.org/changeset/ports/437189 Log: devel/py-tblib: update 1.3.0 -> 1.3.1 PR: 218199 Submitted by: Danilo G. Baio (maintainer) Modified: head/devel/py-tblib/Makefile head/devel/py-tblib/distinfo Modified: head/devel/py-tblib/Makefile ============================================================================== --- head/devel/py-tblib/Makefile Wed Mar 29 09:02:03 2017 (r437188) +++ head/devel/py-tblib/Makefile Wed Mar 29 10:19:19 2017 (r437189) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tblib -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tblib/distinfo ============================================================================== --- head/devel/py-tblib/distinfo Wed Mar 29 09:02:03 2017 (r437188) +++ head/devel/py-tblib/distinfo Wed Mar 29 10:19:19 2017 (r437189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468016889 -SHA256 (tblib-1.3.0.tar.gz) = d1078592e594a2d73d2d383aa6fe551cc646cd986a092cc9824724e5a6832a0a -SIZE (tblib-1.3.0.tar.gz) = 25295 +TIMESTAMP = 1490727401 +SHA256 (tblib-1.3.1.tar.gz) = 180372043269a714ea5d6b86461da07b62fce68f93d02a6276bec5e9ad531caf +SIZE (tblib-1.3.1.tar.gz) = 25038 From owner-svn-ports-all@freebsd.org Wed Mar 29 10:57:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769D5D226FA; Wed, 29 Mar 2017 10:57:34 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D94E67867; Wed, 29 Mar 2017 10:57:34 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TAnpVS020397; Wed, 29 Mar 2017 10:49:51 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TAnpqY020394; Wed, 29 Mar 2017 10:49:51 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703291049.v2TAnpqY020394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 29 Mar 2017 10:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437190 - head/devel/spdlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 10:57:34 -0000 Author: vanilla Date: Wed Mar 29 10:49:50 2017 New Revision: 437190 URL: https://svnweb.freebsd.org/changeset/ports/437190 Log: Update to 0.13.0. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Wed Mar 29 10:19:19 2017 (r437189) +++ head/devel/spdlog/Makefile Wed Mar 29 10:49:50 2017 (r437190) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Wed Mar 29 10:19:19 2017 (r437189) +++ head/devel/spdlog/distinfo Wed Mar 29 10:49:50 2017 (r437190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487389754 -SHA256 (gabime-spdlog-v0.12.0_GH0.tar.gz) = 5cfd6a0b3182a88e1eb35bcb65a7ef9035140d7c73b16ba6095939dbf07325b9 -SIZE (gabime-spdlog-v0.12.0_GH0.tar.gz) = 150599 +TIMESTAMP = 1490783397 +SHA256 (gabime-spdlog-v0.13.0_GH0.tar.gz) = d798a6ca19165f0a18a43938859359269f5a07fd8e0eb83ab8674739c9e8f361 +SIZE (gabime-spdlog-v0.13.0_GH0.tar.gz) = 154551 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Wed Mar 29 10:19:19 2017 (r437189) +++ head/devel/spdlog/pkg-plist Wed Mar 29 10:49:50 2017 (r437190) @@ -15,7 +15,9 @@ include/spdlog/fmt/bundled/format.cc include/spdlog/fmt/bundled/format.h include/spdlog/fmt/bundled/ostream.cc include/spdlog/fmt/bundled/ostream.h -include/spdlog/fmt/bundled/printf.h +include/spdlog/fmt/bundled/posix.cc +include/spdlog/fmt/bundled/posix.h +include/spdlog/fmt/bundled/time.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h include/spdlog/formatter.h From owner-svn-ports-all@freebsd.org Wed Mar 29 11:51:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AFD7D23F8C; Wed, 29 Mar 2017 11:51:27 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C48BD6B19A; Wed, 29 Mar 2017 11:51:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TBpPHW046272; Wed, 29 Mar 2017 11:51:25 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TBpPCh046270; Wed, 29 Mar 2017 11:51:25 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703291151.v2TBpPCh046270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 29 Mar 2017 11:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437191 - head/comms/gammu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 11:51:27 -0000 Author: rodrigo Date: Wed Mar 29 11:51:25 2017 New Revision: 437191 URL: https://svnweb.freebsd.org/changeset/ports/437191 Log: Update gammu to 1.38.2 and take maintenership for this port Modified: head/comms/gammu/Makefile head/comms/gammu/distinfo Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Wed Mar 29 10:49:50 2017 (r437190) +++ head/comms/gammu/Makefile Wed Mar 29 11:51:25 2017 (r437191) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 1.38.1 +PORTVERSION= 1.38.2 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= GNU All Mobile Management Utilities LICENSE= GPLv2 Modified: head/comms/gammu/distinfo ============================================================================== --- head/comms/gammu/distinfo Wed Mar 29 10:49:50 2017 (r437190) +++ head/comms/gammu/distinfo Wed Mar 29 11:51:25 2017 (r437191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484222966 -SHA256 (gammu-1.38.1.tar.xz) = 034c688bed41fcd9ce203871194f8cea84ebf70881fd88f0e003af2543c18c5e -SIZE (gammu-1.38.1.tar.xz) = 1679528 +TIMESTAMP = 1490788119 +SHA256 (gammu-1.38.2.tar.xz) = 28b22f9c9d71d6143bcc8bbb1611d754a581aa818e0554ce828b3ce812915d69 +SIZE (gammu-1.38.2.tar.xz) = 1681692 From owner-svn-ports-all@freebsd.org Wed Mar 29 11:56:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7805BD222FD; Wed, 29 Mar 2017 11:56:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 526D66B540; Wed, 29 Mar 2017 11:56:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TBu37d049362; Wed, 29 Mar 2017 11:56:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TBu3jW049359; Wed, 29 Mar 2017 11:56:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703291156.v2TBu3jW049359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 29 Mar 2017 11:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437192 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 11:56:04 -0000 Author: feld Date: Wed Mar 29 11:56:03 2017 New Revision: 437192 URL: https://svnweb.freebsd.org/changeset/ports/437192 Log: multimedia/plexmediaserver-plexpass: Update to 1.5.2.3557 Changelog: https://forums.plex.tv/discussion/comment/1408000/#Comment_1408000 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed Mar 29 11:51:25 2017 (r437191) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed Mar 29 11:56:03 2017 (r437192) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.5.1.3520 +PORTVERSION= 1.5.2.3557 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= ed60c70d6 +PLEX_BUILD= 029f6ffbf USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Wed Mar 29 11:51:25 2017 (r437191) +++ head/multimedia/plexmediaserver-plexpass/distinfo Wed Mar 29 11:56:03 2017 (r437192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490315286 -SHA256 (PlexMediaServer-1.5.1.3520-ed60c70d6-freebsd-amd64.tar.bz2) = 3a32a43298c5fcfc332491aabf6feb6200c50384b09fa924c5701592ea02a1be -SIZE (PlexMediaServer-1.5.1.3520-ed60c70d6-freebsd-amd64.tar.bz2) = 84540009 +TIMESTAMP = 1490788294 +SHA256 (PlexMediaServer-1.5.2.3557-029f6ffbf-freebsd-amd64.tar.bz2) = 439e095d616fa97d7a739bc333276e8768986607043a8351a607fe9b40c5ce66 +SIZE (PlexMediaServer-1.5.2.3557-029f6ffbf-freebsd-amd64.tar.bz2) = 84853891 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Mar 29 11:51:25 2017 (r437191) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Mar 29 11:56:03 2017 (r437192) @@ -1453,11 +1453,11 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.c86b1d7624b5ae14ca7a30d73674a808.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.19411461aa7bffd06675aaa8a3d0a056.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.80888ba1388b4faebf96.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.f1a232a99817373ae4f5.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.26a9965b6415b211b557.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.8f9078352f04bb9208c5.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.b7c230aacd7bfd9063a8.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.53e3a9b7430c9697ae23.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.7a165e401fb6bce8c5136f1c54b9806c.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.094e27093dd078ee5aacbe93b6ea9844.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.40196f0af40f1ef54dd2dfb9c9079879.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf From owner-svn-ports-all@freebsd.org Wed Mar 29 12:00:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1061D22815; Wed, 29 Mar 2017 12:00:29 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8820A69E7F; Wed, 29 Mar 2017 12:00:29 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TC0S49049764; Wed, 29 Mar 2017 12:00:28 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TC0S7m049761; Wed, 29 Mar 2017 12:00:28 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703291200.v2TC0S7m049761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 29 Mar 2017 12:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437193 - head/devel/jrtplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 12:00:29 -0000 Author: rodrigo Date: Wed Mar 29 12:00:28 2017 New Revision: 437193 URL: https://svnweb.freebsd.org/changeset/ports/437193 Log: Update port to v3.11.1 and take maintenership for this port Modified: head/devel/jrtplib/Makefile head/devel/jrtplib/distinfo head/devel/jrtplib/pkg-descr Modified: head/devel/jrtplib/Makefile ============================================================================== --- head/devel/jrtplib/Makefile Wed Mar 29 11:56:03 2017 (r437192) +++ head/devel/jrtplib/Makefile Wed Mar 29 12:00:28 2017 (r437193) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= jrtplib -PORTVERSION= 3.11.0 +PORTVERSION= 3.11.1 CATEGORIES= devel MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Object-oriented RTP library written in C++ LICENSE= MIT Modified: head/devel/jrtplib/distinfo ============================================================================== --- head/devel/jrtplib/distinfo Wed Mar 29 11:56:03 2017 (r437192) +++ head/devel/jrtplib/distinfo Wed Mar 29 12:00:28 2017 (r437193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490262072 -SHA256 (jrtplib-3.11.0.tar.bz2) = e1d28b7383a186231152f4ec00b54c2f52467b306766f1d2f1823fa25ee036be -SIZE (jrtplib-3.11.0.tar.bz2) = 152321 +TIMESTAMP = 1490788411 +SHA256 (jrtplib-3.11.1.tar.bz2) = e24745f22418fb5d741b6b9871b89ed43964870f292dda92fd11cfbb5d6d0e43 +SIZE (jrtplib-3.11.1.tar.bz2) = 152256 Modified: head/devel/jrtplib/pkg-descr ============================================================================== --- head/devel/jrtplib/pkg-descr Wed Mar 29 11:56:03 2017 (r437192) +++ head/devel/jrtplib/pkg-descr Wed Mar 29 12:00:28 2017 (r437193) @@ -3,4 +3,4 @@ It was partly developed for his thesis a (or 'School voor Kennistechnologie' in Dutch), a cooperation between the 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM). -WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib +WWW: http://research.edm.uhasselt.be/jori/page/CS/Jrtplib.html From owner-svn-ports-all@freebsd.org Wed Mar 29 12:57:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65ED8D2315A; Wed, 29 Mar 2017 12:57:33 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C6586C86F; Wed, 29 Mar 2017 12:57:33 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TCvWeP074498; Wed, 29 Mar 2017 12:57:32 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TCvWW5074496; Wed, 29 Mar 2017 12:57:32 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201703291257.v2TCvWW5074496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 29 Mar 2017 12:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437194 - head/www/py-rollbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 12:57:33 -0000 Author: wg Date: Wed Mar 29 12:57:31 2017 New Revision: 437194 URL: https://svnweb.freebsd.org/changeset/ports/437194 Log: www/py-rollbar: update to 0.13.11 Modified: head/www/py-rollbar/Makefile head/www/py-rollbar/distinfo Modified: head/www/py-rollbar/Makefile ============================================================================== --- head/www/py-rollbar/Makefile Wed Mar 29 12:00:28 2017 (r437193) +++ head/www/py-rollbar/Makefile Wed Mar 29 12:57:31 2017 (r437194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rollbar -PORTVERSION= 0.13.4 +PORTVERSION= 0.13.11 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-rollbar/distinfo ============================================================================== --- head/www/py-rollbar/distinfo Wed Mar 29 12:00:28 2017 (r437193) +++ head/www/py-rollbar/distinfo Wed Mar 29 12:57:31 2017 (r437194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477434266 -SHA256 (rollbar-pyrollbar-v0.13.4_GH0.tar.gz) = 7ebca4681cc89fea66f3e18441e8fcd721c96609dc148e599568362d8a7a7143 -SIZE (rollbar-pyrollbar-v0.13.4_GH0.tar.gz) = 47367 +TIMESTAMP = 1490791965 +SHA256 (rollbar-pyrollbar-v0.13.11_GH0.tar.gz) = bdc71fd383e47dc458ed5eebb58b5fd0bc04d207cb587e661afae661195f6804 +SIZE (rollbar-pyrollbar-v0.13.11_GH0.tar.gz) = 48028 From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E071D234F7; Wed, 29 Mar 2017 13:11:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 586A0BA; Wed, 29 Mar 2017 13:11:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDBIW3079467; Wed, 29 Mar 2017 13:11:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBI6q079466; Wed, 29 Mar 2017 13:11:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703291311.v2TDBI6q079466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 29 Mar 2017 13:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437195 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:19 -0000 Author: mat Date: Wed Mar 29 13:11:18 2017 New Revision: 437195 URL: https://svnweb.freebsd.org/changeset/ports/437195 Log: Fix using GH_SUBDIR for the default distfile when the path had a single directory. Sponsored by: Absolight Modified: head/Mk/bsd.sites.mk (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Wed Mar 29 12:57:31 2017 (r437194) +++ head/Mk/bsd.sites.mk Wed Mar 29 13:11:18 2017 (r437195) @@ -542,7 +542,7 @@ _SITES_extract:= 690:post-extract-gh-DEF post-extract-gh-DEFAULT: @${RMDIR} ${WRKSRC}/${GH_SUBDIR_DEFAULT} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR_DEFAULT:H} 2>/dev/null || : - @${LN} -s ${GH_SUBDIR_DEFAULT:C/[^\/]//g:C/\//..\//g} ${WRKSRC}/${GH_SUBDIR_DEFAULT} + @${LN} -s ${GH_SUBDIR_DEFAULT:C/[^\/]//g:C/\//..\//g:S/^$/./} ${WRKSRC}/${GH_SUBDIR_DEFAULT} . endif # If there are non default groups . if !empty(_GITHUB_GROUPS:NDEFAULT) From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E9C5D23518; Wed, 29 Mar 2017 13:11:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59888DD; Wed, 29 Mar 2017 13:11:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDBN8T079624; Wed, 29 Mar 2017 13:11:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBNuq079620; Wed, 29 Mar 2017 13:11:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703291311.v2TDBNuq079620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 29 Mar 2017 13:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437196 - in head: databases/cassandra-cpp-driver devel/libbrotli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:24 -0000 Author: mat Date: Wed Mar 29 13:11:22 2017 New Revision: 437196 URL: https://svnweb.freebsd.org/changeset/ports/437196 Log: Don't USE_GITHUB=nodefault when you actually are using the default distfile too. Sponsored by: Absolight Modified: head/databases/cassandra-cpp-driver/Makefile (contents, props changed) head/databases/cassandra-cpp-driver/distinfo (contents, props changed) head/devel/libbrotli/Makefile (contents, props changed) head/devel/libbrotli/distinfo (contents, props changed) Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Wed Mar 29 13:11:18 2017 (r437195) +++ head/databases/cassandra-cpp-driver/Makefile Wed Mar 29 13:11:22 2017 (r437196) @@ -12,7 +12,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -USE_GITHUB= nodefault +USE_GITHUB= yes GH_ACCOUNT= datastax GH_PROJECT= cpp-driver Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Wed Mar 29 13:11:18 2017 (r437195) +++ head/databases/cassandra-cpp-driver/distinfo Wed Mar 29 13:11:22 2017 (r437196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490705597 -SHA256 (cassandra-cpp-driver-2.6.0_GH0.tar.gz) = 91a00e1922c4c90d614a013f79e9338afe2d12491b6db8cc7d8e09b09ea75eaf -SIZE (cassandra-cpp-driver-2.6.0_GH0.tar.gz) = 620353 +TIMESTAMP = 1490788084 +SHA256 (datastax-cpp-driver-2.6.0_GH0.tar.gz) = 91a00e1922c4c90d614a013f79e9338afe2d12491b6db8cc7d8e09b09ea75eaf +SIZE (datastax-cpp-driver-2.6.0_GH0.tar.gz) = 620353 Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Wed Mar 29 13:11:18 2017 (r437195) +++ head/devel/libbrotli/Makefile Wed Mar 29 13:11:22 2017 (r437196) @@ -3,9 +3,8 @@ PORTNAME= libbrotli PORTVERSION= 1.0 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 5 -MASTER_SITES= https://github.com/bagder/libbrotli/archive/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org @@ -15,8 +14,8 @@ LICENSE= MIT BROTLI_VERSION= v0.4.0 -USE_GITHUB= nodefault -GH_ACCOUNT= google:brotli +USE_GITHUB= yes +GH_ACCOUNT= bagder google:brotli GH_PROJECT= brotli:brotli GH_TAGNAME= ${BROTLI_VERSION}:brotli GH_SUBDIR= brotli:brotli @@ -24,7 +23,6 @@ GH_SUBDIR= brotli:brotli USES= pkgconfig autoreconf libtool compiler:c++0x pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} pre-configure: cd ${WRKSRC} && ./autogen.sh Modified: head/devel/libbrotli/distinfo ============================================================================== --- head/devel/libbrotli/distinfo Wed Mar 29 13:11:18 2017 (r437195) +++ head/devel/libbrotli/distinfo Wed Mar 29 13:11:22 2017 (r437196) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468535796 -SHA256 (libbrotli-1.0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 -SIZE (libbrotli-1.0.tar.gz) = 3116 +TIMESTAMP = 1490788508 +SHA256 (bagder-libbrotli-libbrotli-1.0_GH0.tar.gz) = 5b7c02eb87017e7b3886c07eca685db95fa21f9c8afbb442469370c251a54dc1 +SIZE (bagder-libbrotli-libbrotli-1.0_GH0.tar.gz) = 3116 SHA256 (google-brotli-v0.4.0_GH0.tar.gz) = 09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d SIZE (google-brotli-v0.4.0_GH0.tar.gz) = 8069842 From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C5DDD2353A; Wed, 29 Mar 2017 13:11:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C021103; Wed, 29 Mar 2017 13:11:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDBUnH079844; Wed, 29 Mar 2017 13:11:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBUtl079843; Wed, 29 Mar 2017 13:11:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703291311.v2TDBUtl079843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 29 Mar 2017 13:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437198 - head/devel/abi-compliance-checker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:31 -0000 Author: mat Date: Wed Mar 29 13:11:29 2017 New Revision: 437198 URL: https://svnweb.freebsd.org/changeset/ports/437198 Log: Convert to GH_TUPLE and use the subdir bit. Sponsored by: Absolight Modified: head/devel/abi-compliance-checker/Makefile (contents, props changed) Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Wed Mar 29 13:11:26 2017 (r437197) +++ head/devel/abi-compliance-checker/Makefile Wed Mar 29 13:11:29 2017 (r437198) @@ -21,11 +21,10 @@ USES= gmake perl5 shebangfix USE_PERL5= run USE_GITHUB= nodefault -GH_ACCOUNT= lvc -GH_PROJECT= vtable-dumper:vdumper abi-dumper:adumper \ - abi-compliance-checker:checker -GH_TAGNAME= 0e04246:vdumper 46aae79:adumper a6554a1:checker - +GH_TUPLE= lvc:abi-compliance-checker:2.0b1 \ + lvc:vtable-dumper:0e04246:vdumper/vdumper \ + lvc:abi-dumper:46aae79:adumper/adumper \ + lvc:abi-compliance-checker:a6554a1:checker/checker PLIST_FILES= bin/${PORTNAME}.pl bin/abi-dumper.pl bin/vtable-dumper SHEBANG_FILES= checker/*.pl adumper/*.pl @@ -51,12 +50,6 @@ PICFLAG?= -fPIC PICFLAG?= -fpic .endif -post-extract: - @${MKDIR} ${WRKSRC} - @${MV} ${WRKSRC_vdumper} ${WRKSRC}/vdumper - @${MV} ${WRKSRC_adumper} ${WRKSRC}/adumper - @${MV} ${WRKSRC_checker} ${WRKSRC}/checker - do-build: cd ${WRKSRC}/vdumper && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2465ED23520; Wed, 29 Mar 2017 13:11:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5086ED; Wed, 29 Mar 2017 13:11:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDBQVS079744; Wed, 29 Mar 2017 13:11:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBQaJ079742; Wed, 29 Mar 2017 13:11:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703291311.v2TDBQaJ079742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 29 Mar 2017 13:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437197 - in head: Mk sysutils/u-boot-rpi3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:28 -0000 Author: mat Date: Wed Mar 29 13:11:26 2017 New Revision: 437197 URL: https://svnweb.freebsd.org/changeset/ports/437197 Log: Do not overwrite WRKSRC when USE_GITHUB=nodefault. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10091 Modified: head/Mk/bsd.port.mk (contents, props changed) head/sysutils/u-boot-rpi3/Makefile (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Mar 29 13:11:22 2017 (r437196) +++ head/Mk/bsd.port.mk Wed Mar 29 13:11:26 2017 (r437197) @@ -1572,7 +1572,7 @@ CONFIGURE_ENV+= PKG_CONFIG_SYSROOT_DIR=" .endif WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work -.if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) +.if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) && empty(USE_GITHUB:Mnodefault) WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} .endif # If the distname is not extracting into a specific subdirectory, have the Modified: head/sysutils/u-boot-rpi3/Makefile ============================================================================== --- head/sysutils/u-boot-rpi3/Makefile Wed Mar 29 13:11:22 2017 (r437196) +++ head/sysutils/u-boot-rpi3/Makefile Wed Mar 29 13:11:26 2017 (r437197) @@ -25,7 +25,6 @@ GH_TAGNAME= ${GIT_TAG}:pscimon NO_ARCH= yes -WRKSRC= ${WRKDIR}/u-boot-${DISTVERSION} USES= gmake tar:bzip2 SSP_UNSAFE= yes # cross-LD does not support -fstack-protector From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37644D235A5; Wed, 29 Mar 2017 13:11:49 +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 DFE692A9; Wed, 29 Mar 2017 13:11:48 +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 v2TDBlk3080024; Wed, 29 Mar 2017 13:11:47 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBlN3080020; Wed, 29 Mar 2017 13:11:47 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201703291311.v2TDBlN3080020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 29 Mar 2017 13:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437199 - in head/graphics: gbm libEGL libdrm libglapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:49 -0000 Author: jrm Date: Wed Mar 29 13:11:47 2017 New Revision: 437199 URL: https://svnweb.freebsd.org/changeset/ports/437199 Log: graphics/gbm graphics/libEGL graphics/libdrm graphics/libglapi: Bump PORTREVISION on ports that had dependency changes after r437182 Approved by: mat, swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10179 Modified: head/graphics/gbm/Makefile head/graphics/libEGL/Makefile head/graphics/libdrm/Makefile head/graphics/libglapi/Makefile Modified: head/graphics/gbm/Makefile ============================================================================== --- head/graphics/gbm/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/gbm/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= gbm PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= gbm library Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libEGL/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= libEGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenEGL library Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libdrm/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -4,7 +4,7 @@ PORTNAME= libdrm PORTVERSION= 2.4.75 PORTEPOCH= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Modified: head/graphics/libglapi/Makefile ============================================================================== --- head/graphics/libglapi/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libglapi/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= libglapi PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Common GL api library used by Mesa based ports From owner-svn-ports-all@freebsd.org Wed Mar 29 13:35:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BFF6D2306E; Wed, 29 Mar 2017 13:35:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18BF720B3; Wed, 29 Mar 2017 13:35:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDZkSZ091303; Wed, 29 Mar 2017 13:35:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDZke9091302; Wed, 29 Mar 2017 13:35:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703291335.v2TDZke9091302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Mar 2017 13:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437200 - head/ports-mgmt/portlint/src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:35:47 -0000 Author: amdmi3 Date: Wed Mar 29 13:35:45 2017 New Revision: 437200 URL: https://svnweb.freebsd.org/changeset/ports/437200 Log: - Remove useless warning HTTPS-only is normal novadays, also may@ says that the warning was there because before 8.4 libfetch did not support going through a proxy for HTTPS PR: 217995 Approved by: maintainer timeout (marcus, 2 weeks) Differential Revision: D10015 Modified: head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Wed Mar 29 13:11:47 2017 (r437199) +++ head/ports-mgmt/portlint/src/portlint.pl Wed Mar 29 13:35:45 2017 (r437200) @@ -2622,8 +2622,6 @@ DIST_SUBDIR EXTRACT_ONLY $ftphttp = 1; } } - &perror("WARN", $file, -1, "no ftp/http mirror in MASTER_SITES ". - "for users behind a proxy.") if ($urlseen && ! $ftphttp); } else { &perror("WARN", $file, -1, "no MASTER_SITES found. is it ok?"); } From owner-svn-ports-all@freebsd.org Wed Mar 29 13:36:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F9EDD230A9; Wed, 29 Mar 2017 13:36:32 +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 F37032100; Wed, 29 Mar 2017 13:36:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDaVbX091436; Wed, 29 Mar 2017 13:36:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDaV2x091435; Wed, 29 Mar 2017 13:36:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703291336.v2TDaV2x091435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Mar 2017 13:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437201 - head/ports-mgmt/portlint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:36:32 -0000 Author: amdmi3 Date: Wed Mar 29 13:36:30 2017 New Revision: 437201 URL: https://svnweb.freebsd.org/changeset/ports/437201 Log: Bump PORTREVISION Modified: head/ports-mgmt/portlint/Makefile Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Wed Mar 29 13:35:45 2017 (r437200) +++ head/ports-mgmt/portlint/Makefile Wed Mar 29 13:36:30 2017 (r437201) @@ -3,6 +3,7 @@ PORTNAME= portlint PORTVERSION= 2.17.6 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none From owner-svn-ports-all@freebsd.org Wed Mar 29 13:46:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0351D2362D; Wed, 29 Mar 2017 13:46:21 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D08F2D4D; Wed, 29 Mar 2017 13:46:21 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDkKrm095385; Wed, 29 Mar 2017 13:46:20 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDkK2k095384; Wed, 29 Mar 2017 13:46:20 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291346.v2TDkK2k095384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 13:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437202 - head/x11/libxcb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:46:21 -0000 Author: rezny Date: Wed Mar 29 13:46:20 2017 New Revision: 437202 URL: https://svnweb.freebsd.org/changeset/ports/437202 Log: Remove the no longer valid RUN_DEPENDS on libpthread-stubs PR: 218015 Reported by: freebsd@charles.lecklider.org Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10182 Modified: head/x11/libxcb/Makefile Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Wed Mar 29 13:36:30 2017 (r437201) +++ head/x11/libxcb/Makefile Wed Mar 29 13:46:20 2017 (r437202) @@ -3,6 +3,7 @@ PORTNAME= libxcb PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:devel/check \ xcb-proto>=1.9:x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput From owner-svn-ports-all@freebsd.org Wed Mar 29 14:16:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3D6AD23262; Wed, 29 Mar 2017 14:16:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B096665D7C; Wed, 29 Mar 2017 14:16:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TEF4jX007834; Wed, 29 Mar 2017 14:15:04 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TEF4Ow007831; Wed, 29 Mar 2017 14:15:04 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201703291415.v2TEF4Ow007831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 29 Mar 2017 14:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437203 - in head/irc/bitlbee-facebook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 14:16:21 -0000 Author: gahr Date: Wed Mar 29 14:15:04 2017 New Revision: 437203 URL: https://svnweb.freebsd.org/changeset/ports/437203 Log: irc/bitlbee-facebook: update to latest commit, bump PORTREVISION This fixes especially https://github.com/bitlbee/bitlbee-facebook/issues/138. Reported by: cognet Deleted: head/irc/bitlbee-facebook/files/ Modified: head/irc/bitlbee-facebook/Makefile head/irc/bitlbee-facebook/distinfo Modified: head/irc/bitlbee-facebook/Makefile ============================================================================== --- head/irc/bitlbee-facebook/Makefile Wed Mar 29 13:46:20 2017 (r437202) +++ head/irc/bitlbee-facebook/Makefile Wed Mar 29 14:15:04 2017 (r437203) @@ -4,7 +4,7 @@ PORTNAME= bitlbee-facebook PORTVERSION= 1.0.0 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= irc @@ -22,7 +22,8 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes USE_GITHUB= yes -GH_ACCOUNT= bitlbee +GH_ACCOUNT= gahr +GH_TAGNAME= 20170329 MAKE_JOBS_UNSAFE= yes Modified: head/irc/bitlbee-facebook/distinfo ============================================================================== --- head/irc/bitlbee-facebook/distinfo Wed Mar 29 13:46:20 2017 (r437202) +++ head/irc/bitlbee-facebook/distinfo Wed Mar 29 14:15:04 2017 (r437203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484122554 -SHA256 (bitlbee-bitlbee-facebook-v1.0.0_GH0.tar.gz) = 20e0c41393be151735463b206625c91977706db144ff8ff1d4d726e1f33fd124 -SIZE (bitlbee-bitlbee-facebook-v1.0.0_GH0.tar.gz) = 62389 +TIMESTAMP = 1490796410 +SHA256 (gahr-bitlbee-facebook-v1.0.0-20170329_GH0.tar.gz) = 0e7644f789b24570ce20cb96bd3fc21afee31c063bfc60d0586e5b8fc7ce37f4 +SIZE (gahr-bitlbee-facebook-v1.0.0-20170329_GH0.tar.gz) = 65531 From owner-svn-ports-all@freebsd.org Wed Mar 29 14:43:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25660D23EF6; Wed, 29 Mar 2017 14:43:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE2BF3B22; Wed, 29 Mar 2017 14:43:30 +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 v2TEhUBV020586; Wed, 29 Mar 2017 14:43:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TEhSBg020574; Wed, 29 Mar 2017 14:43:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703291443.v2TEhSBg020574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 29 Mar 2017 14:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437204 - in head/devel: llvm-devel llvm-devel/files llvm37 llvm37/files llvm38 llvm38/files llvm39 llvm39/files llvm40 llvm40/files openmp openmp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 14:43:31 -0000 Author: jbeich Date: Wed Mar 29 14:43:28 2017 New Revision: 437204 URL: https://svnweb.freebsd.org/changeset/ports/437204 Log: devel/openmp: link libomp.so against -lm for clang 3.6+ PR: 214258 Submitted by: Yuta Satoh Approved by: portmgr blanket Added: head/devel/llvm-devel/files/openmp-patch-bug32279 (contents, props changed) head/devel/llvm37/files/openmp-patch-bug32279 (contents, props changed) head/devel/llvm38/files/openmp-patch-bug32279 (contents, props changed) head/devel/llvm39/files/openmp-patch-bug32279 (contents, props changed) head/devel/llvm40/files/openmp-patch-bug32279 (contents, props changed) head/devel/openmp/files/patch-bug32279 (contents, props changed) Modified: head/devel/llvm-devel/Makefile (contents, props changed) head/devel/llvm37/Makefile (contents, props changed) head/devel/llvm38/Makefile (contents, props changed) head/devel/llvm39/Makefile (contents, props changed) head/devel/llvm40/Makefile (contents, props changed) head/devel/openmp/Makefile (contents, props changed) Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/llvm-devel/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -3,6 +3,7 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -devel @@ -93,6 +94,7 @@ OPENMP_GH_PROJECT= openmp:openmp OPENMP_GH_SUBDIR= tools/openmp:openmp OPENMP_GH_TAGNAME= ${OPENMP_COMMIT}:openmp OPENMP_EXTRA_PATCHES= \ + ${PATCHDIR}/openmp-patch-bug32279 \ ${PATCHDIR}/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include Added: head/devel/llvm-devel/files/openmp-patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/openmp-patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,29 @@ +--- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +@@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) + if(${IA32}) + libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + libomp_append(libflags_local -lm) + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + runtime/cmake/LibompHandleFlags.cmake | 5 +++++ + runtime/cmake/LibompMicroTests.cmake | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +--- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +@@ -171,7 +171,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) + elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") + set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) Modified: head/devel/llvm37/Makefile ============================================================================== --- head/devel/llvm37/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/llvm37/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -74,6 +74,7 @@ LLDB_DISTFILES= lldb-${DISTVERSION}.src OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} OPENMP_EXTRA_PATCHES= \ + ${PATCHDIR}/openmp-patch-bug32279 \ ${PATCHDIR}/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include Added: head/devel/llvm37/files/openmp-patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm37/files/openmp-patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,25 @@ +--- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:57:00 UTC ++++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +@@ -165,6 +165,11 @@ function(libomp_get_fflags fflags) + if(${IA32}) + libomp_append(fflags_local -m32 LIBOMP_HAVE_M32_FORTRAN_FLAG) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + set(fflags_local ${fflags_local} ${LIBOMP_FFLAGS}) + libomp_setup_flags(fflags_local) + set(${fflags} ${fflags_local} PARENT_SCOPE) +--- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:57:29 UTC ++++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +@@ -168,7 +168,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + elseif(APPLE) + set(libomp_expected_library_deps /usr/lib/libSystem.B.dylib) + elseif(WIN32) Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/llvm38/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -76,6 +76,7 @@ LLDB_BUILD_DEPENDS= swig:devel/swig13 LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} +OPENMP_EXTRA_PATCHES= ${PATCHDIR}/openmp-patch-bug32279 GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils Added: head/devel/llvm38/files/openmp-patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm38/files/openmp-patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,29 @@ +--- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +@@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) + if(${IA32}) + libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + libomp_append(libflags_local -lm) + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + runtime/cmake/LibompHandleFlags.cmake | 5 +++++ + runtime/cmake/LibompMicroTests.cmake | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +--- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +@@ -171,7 +171,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) + elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") + set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/llvm39/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -92,6 +92,7 @@ LLDB_USES= execinfo LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} +OPENMP_EXTRA_PATCHES= ${PATCHDIR}/openmp-patch-bug32279 # Emulate USE_GITHUB's ${WRKSRC_tag} to reduce diffs to ../llvm-devel .for option in CLANG COMPILER_RT EXTRAS LLD LLDB OPENMP Added: head/devel/llvm39/files/openmp-patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm39/files/openmp-patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,29 @@ +--- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +@@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) + if(${IA32}) + libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + libomp_append(libflags_local -lm) + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + runtime/cmake/LibompHandleFlags.cmake | 5 +++++ + runtime/cmake/LibompMicroTests.cmake | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +--- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +@@ -171,7 +171,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) + elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") + set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) Modified: head/devel/llvm40/Makefile ============================================================================== --- head/devel/llvm40/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/llvm40/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -2,6 +2,7 @@ PORTNAME= llvm DISTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -88,6 +89,7 @@ LLDB_USES= execinfo LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} +OPENMP_EXTRA_PATCHES= ${PATCHDIR}/openmp-patch-bug32279 # Emulate USE_GITHUB's ${WRKSRC_tag} to reduce diffs to ../llvm-devel .for option in CLANG COMPILER_RT EXTRAS LLD LLDB OPENMP Added: head/devel/llvm40/files/openmp-patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm40/files/openmp-patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,29 @@ +--- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +@@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) + if(${IA32}) + libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + libomp_append(libflags_local -lm) + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + runtime/cmake/LibompHandleFlags.cmake | 5 +++++ + runtime/cmake/LibompMicroTests.cmake | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +--- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +@@ -171,7 +171,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) + elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") + set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) Modified: head/devel/openmp/Makefile ============================================================================== --- head/devel/openmp/Makefile Wed Mar 29 14:15:04 2017 (r437203) +++ head/devel/openmp/Makefile Wed Mar 29 14:43:28 2017 (r437204) @@ -3,6 +3,7 @@ PORTNAME= openmp DISTVERSION= 4.0.0 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/ Added: head/devel/openmp/files/patch-bug32279 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/openmp/files/patch-bug32279 Wed Mar 29 14:43:28 2017 (r437204) @@ -0,0 +1,29 @@ +--- runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ runtime/cmake/LibompHandleFlags.cmake +@@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) + if(${IA32}) + libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) + endif() ++ IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") ++ libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ libomp_append(libflags_local "-lm") ++ libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG) ++ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + IF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + libomp_append(libflags_local -lm) + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + runtime/cmake/LibompHandleFlags.cmake | 5 +++++ + runtime/cmake/LibompMicroTests.cmake | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +--- runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ runtime/cmake/LibompMicroTests.cmake +@@ -171,7 +171,7 @@ add_custom_command( + add_custom_target(libomp-test-deps DEPENDS test-deps/.success) + set(libomp_expected_library_deps) + if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- set(libomp_expected_library_deps libc.so.7 libthr.so.3) ++ set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) + libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) + elseif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") + set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) From owner-svn-ports-all@freebsd.org Wed Mar 29 15:05:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB6F6D2360B; Wed, 29 Mar 2017 15:05:45 +0000 (UTC) (envelope-from jclarke@marcuscom.com) Received: from services-1.meeting.ietf.org (smtp.meeting.ietf.org [IPv6:2001:67c:370:229::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "services-1.meeting.ietf.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0DBB27A7; Wed, 29 Mar 2017 15:05:45 +0000 (UTC) (envelope-from jclarke@marcuscom.com) Received: from [IPv6:2001:67c:370::9860:9481:1348:9752] (t2001067c037000009860948113489752.v6.meeting.ietf.org [IPv6:2001:67c:370:0:9860:9481:1348:9752]) by services-1.meeting.ietf.org (Postfix) with ESMTP id BE6913B3B8; Wed, 29 Mar 2017 15:05:42 +0000 (UTC) Subject: Re: svn commit: r437201 - head/ports-mgmt/portlint To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703291336.v2TDaV2x091435@repo.freebsd.org> From: Joe Clarke Message-ID: <4a959b1e-7626-9a88-701d-feb674bb355c@marcuscom.com> Date: Wed, 29 Mar 2017 11:05:42 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703291336.v2TDaV2x091435@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 15:05:45 -0000 Sorry, this PR slipped through the cracks with travel. Thanks for committing. I will actually rev my local copy of portlint now and release a new micro rev. Joe On 3/29/17 09:36, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Wed Mar 29 13:36:30 2017 > New Revision: 437201 > URL: https://svnweb.freebsd.org/changeset/ports/437201 > > Log: > Bump PORTREVISION > > Modified: > head/ports-mgmt/portlint/Makefile > > Modified: head/ports-mgmt/portlint/Makefile > ============================================================================== > --- head/ports-mgmt/portlint/Makefile Wed Mar 29 13:35:45 2017 (r437200) > +++ head/ports-mgmt/portlint/Makefile Wed Mar 29 13:36:30 2017 (r437201) > @@ -3,6 +3,7 @@ > > PORTNAME= portlint > PORTVERSION= 2.17.6 > +PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= # none > DISTFILES= # none > > -- PGP Key : http://www.marcuscom.com/pgp.asc From owner-svn-ports-all@freebsd.org Wed Mar 29 15:10:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B08B6D2375C; Wed, 29 Mar 2017 15:10:16 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C3882A53; Wed, 29 Mar 2017 15:10:16 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TFAFVi029202; Wed, 29 Mar 2017 15:10:15 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TFAF13029199; Wed, 29 Mar 2017 15:10:15 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201703291510.v2TFAF13029199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Wed, 29 Mar 2017 15:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437205 - in head/sysutils/xen-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 15:10:16 -0000 Author: royger (src committer) Date: Wed Mar 29 15:10:15 2017 New Revision: 437205 URL: https://svnweb.freebsd.org/changeset/ports/437205 Log: xen: apply XSA-206 Reviewed by: bapt MFH: 2017Q1 Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D10163 Added: head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch (contents, props changed) head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch (contents, props changed) Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Wed Mar 29 14:43:28 2017 (r437204) +++ head/sysutils/xen-tools/Makefile Wed Mar 29 15:10:15 2017 (r437205) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ @@ -47,7 +47,9 @@ EXTRA_PATCHES= ${FILESDIR}/var_paths.pat ${FILESDIR}/0001-libxl-fix-creation-of-pkgconf-install-dir.patch:-p1 \ ${FILESDIR}/0001-tools-configure-fix-pkg-config-install-path-for-Free.patch:-p1 \ ${FILESDIR}/0001-libs-xenstore-set-correct-FreeBSD-device.patch:-p1 \ - ${FILESDIR}/kdd.patch:-p1 + ${FILESDIR}/kdd.patch:-p1 \ + ${FILESDIR}/0001-xenstored-apply-a-write-transaction-rate-limit.patch:-p1 \ + ${FILESDIR}/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch:-p1 CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" \ --with-system-seabios=${LOCALBASE}/share/seabios/bios.bin Added: head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch Wed Mar 29 15:10:15 2017 (r437205) @@ -0,0 +1,456 @@ +From bfe42a836450591bb41f4f6393c42dbb0d72abb9 Mon Sep 17 00:00:00 2001 +From: Ian Jackson +Date: Sat, 18 Mar 2017 16:12:26 +0000 +Subject: [PATCH 01/15] xenstored: apply a write transaction rate limit + +This avoids a rogue client being about to stall another client (eg the +toolstack) indefinitely. + +This is XSA-206. + +Signed-off-by: Ian Jackson + +Backported to 4.8 (not entirely trivial). + +Reported-by: Juergen Gross +Signed-off-by: George Dunlap +Acked-by: Ian Jackson +--- + tools/xenstore/Makefile | 3 +- + tools/xenstore/xenstored_core.c | 9 ++ + tools/xenstore/xenstored_core.h | 6 + + tools/xenstore/xenstored_domain.c | 215 +++++++++++++++++++++++++++++++++ + tools/xenstore/xenstored_domain.h | 25 ++++ + tools/xenstore/xenstored_transaction.c | 5 + + 6 files changed, 262 insertions(+), 1 deletion(-) + +diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile +index d691b78..b458729 100644 +--- a/tools/xenstore/Makefile ++++ b/tools/xenstore/Makefile +@@ -31,6 +31,7 @@ XENSTORED_OBJS_$(CONFIG_FreeBSD) = xenstored_posix.o + XENSTORED_OBJS_$(CONFIG_MiniOS) = xenstored_minios.o + + XENSTORED_OBJS += $(XENSTORED_OBJS_y) ++LDLIBS_xenstored += -lrt + + ifneq ($(XENSTORE_STATIC_CLIENTS),y) + LIBXENSTORE := libxenstore.so +@@ -72,7 +73,7 @@ endif + $(XENSTORED_OBJS): CFLAGS += $(CFLAGS_libxengnttab) + + xenstored: $(XENSTORED_OBJS) +- $(CC) $^ $(LDFLAGS) $(LDLIBS_libxenevtchn) $(LDLIBS_libxengnttab) $(LDLIBS_libxenctrl) $(SOCKET_LIBS) -o $@ $(APPEND_LDFLAGS) ++ $(CC) $^ $(LDFLAGS) $(LDLIBS_libxenevtchn) $(LDLIBS_libxengnttab) $(LDLIBS_libxenctrl) $(LDLIBS_xenstored) $(SOCKET_LIBS) -o $@ $(APPEND_LDFLAGS) + + xenstored.a: $(XENSTORED_OBJS) + $(AR) cr $@ $^ +diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c +index 51fb0b3..1aabc93 100644 +--- a/tools/xenstore/xenstored_core.c ++++ b/tools/xenstore/xenstored_core.c +@@ -357,6 +357,7 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + int *ptimeout) + { + struct connection *conn; ++ struct wrl_timestampt now; + + if (fds) + memset(fds, 0, sizeof(struct pollfd) * current_array_size); +@@ -376,8 +377,11 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + xce_pollfd_idx = set_fd(xenevtchn_fd(xce_handle), + POLLIN|POLLPRI); + ++ wrl_gettime_now(&now); ++ + list_for_each_entry(conn, &connections, list) { + if (conn->domain) { ++ wrl_check_timeout(conn->domain, now, ptimeout); + if (domain_can_read(conn) || + (domain_can_write(conn) && + !list_empty(&conn->out_list))) +@@ -810,6 +814,7 @@ static void delete_node_single(struct connection *conn, struct node *node) + corrupt(conn, "Could not delete '%s'", node->name); + return; + } ++ + domain_entry_dec(conn, node); + } + +@@ -949,6 +954,7 @@ static void do_write(struct connection *conn, struct buffered_data *in) + } + + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + send_ack(conn, XS_WRITE); + } +@@ -973,6 +979,7 @@ static void do_mkdir(struct connection *conn, const char *name) + return; + } + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + } + send_ack(conn, XS_MKDIR); +@@ -1098,6 +1105,7 @@ static void do_rm(struct connection *conn, const char *name) + + if (_rm(conn, node, name)) { + add_change_node(conn->transaction, name, true); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, true); + send_ack(conn, XS_RM); + } +@@ -1173,6 +1181,7 @@ static void do_set_perms(struct connection *conn, struct buffered_data *in) + } + + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + send_ack(conn, XS_SET_PERMS); + } +diff --git a/tools/xenstore/xenstored_core.h b/tools/xenstore/xenstored_core.h +index 3a497f7..a2a3427 100644 +--- a/tools/xenstore/xenstored_core.h ++++ b/tools/xenstore/xenstored_core.h +@@ -33,6 +33,12 @@ + #include "list.h" + #include "tdb.h" + ++#define MIN(a, b) (((a) < (b))? (a) : (b)) ++ ++typedef int32_t wrl_creditt; ++#define WRL_CREDIT_MAX (1000*1000*1000) ++/* ^ satisfies non-overflow condition for wrl_xfer_credit */ ++ + struct buffered_data + { + struct list_head list; +diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c +index 47b4f03..486c96f 100644 +--- a/tools/xenstore/xenstored_domain.c ++++ b/tools/xenstore/xenstored_domain.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include "utils.h" + #include "talloc.h" +@@ -74,6 +75,10 @@ struct domain + + /* number of watch for this domain */ + int nbwatch; ++ ++ /* write rate limit */ ++ wrl_creditt wrl_credit; /* [ -wrl_config_writecost, +_dburst ] */ ++ struct wrl_timestampt wrl_timestamp; + }; + + static LIST_HEAD(domains); +@@ -206,6 +211,8 @@ static int destroy_domain(void *_domain) + + fire_watches(NULL, "@releaseDomain", false); + ++ wrl_domain_destroy(domain); ++ + return 0; + } + +@@ -253,6 +260,9 @@ void handle_event(void) + bool domain_can_read(struct connection *conn) + { + struct xenstore_domain_interface *intf = conn->domain->interface; ++ ++ if (domain_is_unprivileged(conn) && conn->domain->wrl_credit < 0) ++ return false; + return (intf->req_cons != intf->req_prod); + } + +@@ -284,6 +294,8 @@ static struct domain *new_domain(void *context, unsigned int domid, + domain->domid = domid; + domain->path = talloc_domain_path(domain, domid); + ++ wrl_domain_new(domain); ++ + list_add(&domain->list, &domains); + talloc_set_destructor(domain, destroy_domain); + +@@ -747,6 +759,209 @@ int domain_watch(struct connection *conn) + : 0; + } + ++static wrl_creditt wrl_config_writecost = WRL_FACTOR; ++static wrl_creditt wrl_config_rate = WRL_RATE * WRL_FACTOR; ++static wrl_creditt wrl_config_dburst = WRL_DBURST * WRL_FACTOR; ++static wrl_creditt wrl_config_gburst = WRL_GBURST * WRL_FACTOR; ++static wrl_creditt wrl_config_newdoms_dburst = ++ WRL_DBURST * WRL_NEWDOMS * WRL_FACTOR; ++ ++long wrl_ntransactions; ++ ++static long wrl_ndomains; ++static wrl_creditt wrl_reserve; /* [-wrl_config_newdoms_dburst, +_gburst ] */ ++ ++void wrl_gettime_now(struct wrl_timestampt *now_wt) ++{ ++ struct timespec now_ts; ++ int r; ++ ++ r = clock_gettime(CLOCK_MONOTONIC, &now_ts); ++ if (r) ++ barf_perror("Could not find time (clock_gettime failed)"); ++ ++ now_wt->sec = now_ts.tv_sec; ++ now_wt->msec = now_ts.tv_nsec / 1000000; ++} ++ ++static void wrl_xfer_credit(wrl_creditt *debit, wrl_creditt debit_floor, ++ wrl_creditt *credit, wrl_creditt credit_ceil) ++ /* ++ * Transfers zero or more credit from "debit" to "credit". ++ * Transfers as much as possible while maintaining ++ * debit >= debit_floor and credit <= credit_ceil. ++ * (If that's violated already, does nothing.) ++ * ++ * Sufficient conditions to avoid overflow, either of: ++ * |every argument| <= 0x3fffffff ++ * |every argument| <= 1E9 ++ * |every argument| <= WRL_CREDIT_MAX ++ * (And this condition is preserved.) ++ */ ++{ ++ wrl_creditt xfer = MIN( *debit - debit_floor, ++ credit_ceil - *credit ); ++ if (xfer > 0) { ++ *debit -= xfer; ++ *credit += xfer; ++ } ++} ++ ++void wrl_domain_new(struct domain *domain) ++{ ++ domain->wrl_credit = 0; ++ wrl_gettime_now(&domain->wrl_timestamp); ++ wrl_ndomains++; ++ /* Steal up to DBURST from the reserve */ ++ wrl_xfer_credit(&wrl_reserve, -wrl_config_newdoms_dburst, ++ &domain->wrl_credit, wrl_config_dburst); ++} ++ ++void wrl_domain_destroy(struct domain *domain) ++{ ++ wrl_ndomains--; ++ /* ++ * Don't bother recalculating domain's credit - this just ++ * means we don't give the reserve the ending domain's credit ++ * for time elapsed since last update. ++ */ ++ wrl_xfer_credit(&domain->wrl_credit, 0, ++ &wrl_reserve, wrl_config_dburst); ++} ++ ++void wrl_credit_update(struct domain *domain, struct wrl_timestampt now) ++{ ++ /* ++ * We want to calculate ++ * credit += (now - timestamp) * RATE / ndoms; ++ * But we want it to saturate, and to avoid floating point. ++ * To avoid rounding errors from constantly adding small ++ * amounts of credit, we only add credit for whole milliseconds. ++ */ ++ long seconds = now.sec - domain->wrl_timestamp.sec; ++ long milliseconds = now.msec - domain->wrl_timestamp.msec; ++ long msec; ++ int64_t denom, num; ++ wrl_creditt surplus; ++ ++ seconds = MIN(seconds, 1000*1000); /* arbitrary, prevents overflow */ ++ msec = seconds * 1000 + milliseconds; ++ ++ if (msec < 0) ++ /* shouldn't happen with CLOCK_MONOTONIC */ ++ msec = 0; ++ ++ /* 32x32 -> 64 cannot overflow */ ++ denom = (int64_t)msec * wrl_config_rate; ++ num = (int64_t)wrl_ndomains * 1000; ++ /* denom / num <= 1E6 * wrl_config_rate, so with ++ reasonable wrl_config_rate, denom / num << 2^64 */ ++ ++ /* at last! */ ++ domain->wrl_credit = MIN( (int64_t)domain->wrl_credit + denom / num, ++ WRL_CREDIT_MAX ); ++ /* (maybe briefly violating the DBURST cap on wrl_credit) */ ++ ++ /* maybe take from the reserve to make us nonnegative */ ++ wrl_xfer_credit(&wrl_reserve, 0, ++ &domain->wrl_credit, 0); ++ ++ /* return any surplus (over DBURST) to the reserve */ ++ surplus = 0; ++ wrl_xfer_credit(&domain->wrl_credit, wrl_config_dburst, ++ &surplus, WRL_CREDIT_MAX); ++ wrl_xfer_credit(&surplus, 0, ++ &wrl_reserve, wrl_config_gburst); ++ /* surplus is now implicitly discarded */ ++ ++ domain->wrl_timestamp = now; ++ ++ trace("wrl: dom %4d %6ld msec %9ld credit %9ld reserve" ++ " %9ld discard\n", ++ domain->domid, ++ msec, ++ (long)domain->wrl_credit, (long)wrl_reserve, ++ (long)surplus); ++} ++ ++void wrl_check_timeout(struct domain *domain, ++ struct wrl_timestampt now, ++ int *ptimeout) ++{ ++ uint64_t num, denom; ++ int wakeup; ++ ++ wrl_credit_update(domain, now); ++ ++ if (domain->wrl_credit >= 0) ++ /* not blocked */ ++ return; ++ ++ if (!*ptimeout) ++ /* already decided on immediate wakeup, ++ so no need to calculate our timeout */ ++ return; ++ ++ /* calculate wakeup = now + -credit / (RATE / ndoms); */ ++ ++ /* credit cannot go more -ve than one transaction, ++ * so the first multiplication cannot overflow even 32-bit */ ++ num = (uint64_t)(-domain->wrl_credit * 1000) * wrl_ndomains; ++ denom = wrl_config_rate; ++ ++ wakeup = MIN( num / denom /* uint64_t */, INT_MAX ); ++ if (*ptimeout==-1 || wakeup < *ptimeout) ++ *ptimeout = wakeup; ++ ++ trace("wrl: domain %u credit=%ld (reserve=%ld) SLEEPING for %d\n", ++ domain->domid, ++ (long)domain->wrl_credit, (long)wrl_reserve, ++ wakeup); ++} ++ ++void wrl_apply_debit_actual(struct domain *domain) ++{ ++ struct wrl_timestampt now; ++ ++ if (!domain) ++ /* sockets escape the write rate limit */ ++ return; ++ ++ wrl_gettime_now(&now); ++ wrl_credit_update(domain, now); ++ ++ domain->wrl_credit -= wrl_config_writecost; ++ trace("wrl: domain %u credit=%ld (reserve=%ld)\n", ++ domain->domid, ++ (long)domain->wrl_credit, (long)wrl_reserve); ++} ++ ++void wrl_apply_debit_direct(struct connection *conn) ++{ ++ if (!conn) ++ /* some writes are generated internally */ ++ return; ++ ++ if (conn->transaction) ++ /* these are accounted for when the transaction ends */ ++ return; ++ ++ if (!wrl_ntransactions) ++ /* we don't conflict with anyone */ ++ return; ++ ++ wrl_apply_debit_actual(conn->domain); ++} ++ ++void wrl_apply_debit_trans_commit(struct connection *conn) ++{ ++ if (wrl_ntransactions <= 1) ++ /* our own transaction appears in the counter */ ++ return; ++ ++ wrl_apply_debit_actual(conn->domain); ++} ++ + /* + * Local variables: + * c-file-style: "linux" +diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h +index 83488ed..bdc4044 100644 +--- a/tools/xenstore/xenstored_domain.h ++++ b/tools/xenstore/xenstored_domain.h +@@ -65,4 +65,29 @@ void domain_watch_inc(struct connection *conn); + void domain_watch_dec(struct connection *conn); + int domain_watch(struct connection *conn); + ++/* Write rate limiting */ ++ ++#define WRL_FACTOR 1000 /* for fixed-point arithmetic */ ++#define WRL_RATE 200 ++#define WRL_DBURST 10 ++#define WRL_GBURST 1000 ++#define WRL_NEWDOMS 5 ++ ++struct wrl_timestampt { ++ time_t sec; ++ int msec; ++}; ++ ++extern long wrl_ntransactions; ++ ++void wrl_gettime_now(struct wrl_timestampt *now_ts); ++void wrl_domain_new(struct domain *domain); ++void wrl_domain_destroy(struct domain *domain); ++void wrl_credit_update(struct domain *domain, struct wrl_timestampt now); ++void wrl_check_timeout(struct domain *domain, ++ struct wrl_timestampt now, ++ int *ptimeout); ++void wrl_apply_debit_direct(struct connection *conn); ++void wrl_apply_debit_trans_commit(struct connection *conn); ++ + #endif /* _XENSTORED_DOMAIN_H */ +diff --git a/tools/xenstore/xenstored_transaction.c b/tools/xenstore/xenstored_transaction.c +index d0e4739..a4b328f 100644 +--- a/tools/xenstore/xenstored_transaction.c ++++ b/tools/xenstore/xenstored_transaction.c +@@ -116,6 +116,7 @@ static int destroy_transaction(void *_transaction) + { + struct transaction *trans = _transaction; + ++ wrl_ntransactions--; + trace_destroy(trans, "transaction"); + if (trans->tdb) + tdb_close(trans->tdb); +@@ -179,6 +180,7 @@ void do_transaction_start(struct connection *conn, struct buffered_data *in) + talloc_steal(conn, trans); + talloc_set_destructor(trans, destroy_transaction); + conn->transaction_started++; ++ wrl_ntransactions++; + + snprintf(id_str, sizeof(id_str), "%u", trans->id); + send_reply(conn, XS_TRANSACTION_START, id_str, strlen(id_str)+1); +@@ -213,6 +215,9 @@ void do_transaction_end(struct connection *conn, const char *arg) + send_error(conn, EAGAIN); + return; + } ++ ++ wrl_apply_debit_trans_commit(conn); ++ + if (!replace_tdb(trans->tdb_name, trans->tdb)) { + send_error(conn, errno); + return; +-- +2.1.4 + Added: head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch Wed Mar 29 15:10:15 2017 (r437205) @@ -0,0 +1,113 @@ +From 1d713bf29548ee3e48c3170bafe2863d17694e90 Mon Sep 17 00:00:00 2001 +From: Ian Jackson +Date: Sat, 18 Mar 2017 16:39:31 +0000 +Subject: [PATCH 02/15] xenstored: Log when the write transaction rate limit + bites + +Reported-by: Juergen Gross +Signed-off-by: Ian Jackson +--- + tools/xenstore/xenstored_core.c | 1 + + tools/xenstore/xenstored_domain.c | 25 +++++++++++++++++++++++++ + tools/xenstore/xenstored_domain.h | 2 ++ + 3 files changed, 28 insertions(+) + +diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c +index 1aabc93..907b44f 100644 +--- a/tools/xenstore/xenstored_core.c ++++ b/tools/xenstore/xenstored_core.c +@@ -378,6 +378,7 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + POLLIN|POLLPRI); + + wrl_gettime_now(&now); ++ wrl_log_periodic(now); + + list_for_each_entry(conn, &connections, list) { + if (conn->domain) { +diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c +index 486c96f..75cfad1 100644 +--- a/tools/xenstore/xenstored_domain.c ++++ b/tools/xenstore/xenstored_domain.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + #include "utils.h" + #include "talloc.h" +@@ -79,6 +80,7 @@ struct domain + /* write rate limit */ + wrl_creditt wrl_credit; /* [ -wrl_config_writecost, +_dburst ] */ + struct wrl_timestampt wrl_timestamp; ++ bool wrl_delay_logged; + }; + + static LIST_HEAD(domains); +@@ -770,6 +772,7 @@ long wrl_ntransactions; + + static long wrl_ndomains; + static wrl_creditt wrl_reserve; /* [-wrl_config_newdoms_dburst, +_gburst ] */ ++static time_t wrl_log_last_warning; /* 0: no previous warning */ + + void wrl_gettime_now(struct wrl_timestampt *now_wt) + { +@@ -919,6 +922,9 @@ void wrl_check_timeout(struct domain *domain, + wakeup); + } + ++#define WRL_LOG(now, ...) \ ++ (syslog(LOG_WARNING, "write rate limit: " __VA_ARGS__)) ++ + void wrl_apply_debit_actual(struct domain *domain) + { + struct wrl_timestampt now; +@@ -934,6 +940,25 @@ void wrl_apply_debit_actual(struct domain *domain) + trace("wrl: domain %u credit=%ld (reserve=%ld)\n", + domain->domid, + (long)domain->wrl_credit, (long)wrl_reserve); ++ ++ if (domain->wrl_credit < 0) { ++ if (!domain->wrl_delay_logged++) { ++ WRL_LOG(now, "domain %ld is affected", ++ (long)domain->domid); ++ } else if (!wrl_log_last_warning) { ++ WRL_LOG(now, "rate limiting restarts"); ++ } ++ wrl_log_last_warning = now.sec; ++ } ++} ++ ++void wrl_log_periodic(struct wrl_timestampt now) ++{ ++ if (wrl_log_last_warning && ++ (now.sec - wrl_log_last_warning) > WRL_LOGEVERY) { ++ WRL_LOG(now, "not in force recently"); ++ wrl_log_last_warning = 0; ++ } + } + + void wrl_apply_debit_direct(struct connection *conn) +diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h +index bdc4044..2b963ed 100644 +--- a/tools/xenstore/xenstored_domain.h ++++ b/tools/xenstore/xenstored_domain.h +@@ -72,6 +72,7 @@ int domain_watch(struct connection *conn); + #define WRL_DBURST 10 + #define WRL_GBURST 1000 + #define WRL_NEWDOMS 5 ++#define WRL_LOGEVERY 120 /* seconds */ + + struct wrl_timestampt { + time_t sec; +@@ -87,6 +88,7 @@ void wrl_credit_update(struct domain *domain, struct wrl_timestampt now); + void wrl_check_timeout(struct domain *domain, + struct wrl_timestampt now, + int *ptimeout); ++void wrl_log_periodic(struct wrl_timestampt now); + void wrl_apply_debit_direct(struct connection *conn); + void wrl_apply_debit_trans_commit(struct connection *conn); + +-- +2.1.4 + From owner-svn-ports-all@freebsd.org Wed Mar 29 15:13:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D8CD23905; Wed, 29 Mar 2017 15:13:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08D5F65113; Wed, 29 Mar 2017 15:13:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TFDB3m033317; Wed, 29 Mar 2017 15:13:11 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TFDBtl033316; Wed, 29 Mar 2017 15:13:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703291513.v2TFDBtl033316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 29 Mar 2017 15:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437206 - head/www/mod_memcache/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 15:13:12 -0000 Author: mat Date: Wed Mar 29 15:13:10 2017 New Revision: 437206 URL: https://svnweb.freebsd.org/changeset/ports/437206 Log: Fix build. Pointy hat: rodrigo Sponsored by: Absolight Deleted: head/www/mod_memcache/files/ From owner-svn-ports-all@freebsd.org Wed Mar 29 15:28:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85FD3D23C27; Wed, 29 Mar 2017 15:28:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3882E65BE4; Wed, 29 Mar 2017 15:28:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TFSur5037810; Wed, 29 Mar 2017 15:28:56 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TFSuqc037808; Wed, 29 Mar 2017 15:28:56 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201703291528.v2TFSuqc037808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 29 Mar 2017 15:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437207 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 15:28:57 -0000 Author: marcus Date: Wed Mar 29 15:28:55 2017 New Revision: 437207 URL: https://svnweb.freebsd.org/changeset/ports/437207 Log: Update to 2.17.7. * Fold in the same removal of the obsolete HTTP-only warning * Add support for checking for direct dependency on bison, fmake, and libexecinfo. [1] PR: 216268 [1] Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Wed Mar 29 15:13:10 2017 (r437206) +++ head/ports-mgmt/portlint/Makefile Wed Mar 29 15:28:55 2017 (r437207) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.17.6 -PORTREVISION= 1 +PORTVERSION= 2.17.7 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Wed Mar 29 15:13:10 2017 (r437206) +++ head/ports-mgmt/portlint/src/portlint.pl Wed Mar 29 15:28:55 2017 (r437207) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.399 2016/12/23 23:18:20 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.401 2017/03/29 15:26:37 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 17; -my $micro = 6; +my $micro = 7; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -1142,6 +1142,19 @@ sub check_depends_syntax { "USES[+]=gmake."); } + my %udeps = ( + 'bison' => 'bison', + 'fmake' => 'fmake', + 'libexecinfo.so' => 'execinfo', + ); + foreach my $udep (keys %udeps) { + if ($m{'dep'} =~ /^$udep/) { + &perror("WARN", $file, -1, "dependency to $udep ". + "listed in $j. consider using ". + "USES[+]=$udeps{$udep}."); + } + } + # check USE_QT if ($m{'dep'} =~ /^(qt\d)+$/) { &perror("WARN", $file, -1, "dependency to $1 ". From owner-svn-ports-all@freebsd.org Wed Mar 29 15:55:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C176D2300D; Wed, 29 Mar 2017 15:55:11 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9FB67951; Wed, 29 Mar 2017 15:55:11 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TFtA3V050901; Wed, 29 Mar 2017 15:55:10 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TFtAh7050899; Wed, 29 Mar 2017 15:55:10 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703291555.v2TFtAh7050899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 29 Mar 2017 15:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437208 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 15:55:11 -0000 Author: adamw Date: Wed Mar 29 15:55:10 2017 New Revision: 437208 URL: https://svnweb.freebsd.org/changeset/ports/437208 Log: Update to 2.003002. Changes: https://metacpan.org/changes/distribution/Moo Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Wed Mar 29 15:28:55 2017 (r437207) +++ head/devel/p5-Moo/Makefile Wed Mar 29 15:55:10 2017 (r437208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.003001 +PORTVERSION= 2.003002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Wed Mar 29 15:28:55 2017 (r437207) +++ head/devel/p5-Moo/distinfo Wed Mar 29 15:55:10 2017 (r437208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488898345 -SHA256 (Moo-2.003001.tar.gz) = 2351f354bf3e2d1a1c8dbb8a4b789f26fa6dc83a26e1ab52e58a31156cc8c45a -SIZE (Moo-2.003001.tar.gz) = 102996 +TIMESTAMP = 1490802668 +SHA256 (Moo-2.003002.tar.gz) = f3e9741e79baa63e89f5a08706cd80d18c0a5a37e3d898847e002310e06582f1 +SIZE (Moo-2.003002.tar.gz) = 96696 From owner-svn-ports-all@freebsd.org Wed Mar 29 16:34:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73833D24359; Wed, 29 Mar 2017 16:34:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7A82CBC; Wed, 29 Mar 2017 16:34:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGYdHE067736; Wed, 29 Mar 2017 16:34:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGYd6w067735; Wed, 29 Mar 2017 16:34:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703291634.v2TGYd6w067735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 16:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437209 - head/net/py-magic-wormhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:34:40 -0000 Author: swills Date: Wed Mar 29 16:34:39 2017 New Revision: 437209 URL: https://svnweb.freebsd.org/changeset/ports/437209 Log: net/py-magic-wormhole: update to 0.9.2 Modified: head/net/py-magic-wormhole/Makefile head/net/py-magic-wormhole/distinfo Modified: head/net/py-magic-wormhole/Makefile ============================================================================== --- head/net/py-magic-wormhole/Makefile Wed Mar 29 15:55:10 2017 (r437208) +++ head/net/py-magic-wormhole/Makefile Wed Mar 29 16:34:39 2017 (r437209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= magic-wormhole -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.2 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-magic-wormhole/distinfo ============================================================================== --- head/net/py-magic-wormhole/distinfo Wed Mar 29 15:55:10 2017 (r437208) +++ head/net/py-magic-wormhole/distinfo Wed Mar 29 16:34:39 2017 (r437209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482845028 -SHA256 (magic-wormhole-0.9.0.tar.gz) = 68ee736839a37bbe8d9029dd9784572b36fffc701fea23c8d22ab473990eedef -SIZE (magic-wormhole-0.9.0.tar.gz) = 141263 +TIMESTAMP = 1490755236 +SHA256 (magic-wormhole-0.9.2.tar.gz) = 14aed4b453278651d92c3fd8955a105e2d33dcde279fa25d1d759e0e769f16b3 +SIZE (magic-wormhole-0.9.2.tar.gz) = 152918 From owner-svn-ports-all@freebsd.org Wed Mar 29 16:37:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76050D2439A; Wed, 29 Mar 2017 16:37:30 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC3B2DC0; Wed, 29 Mar 2017 16:37:30 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGbTJ7068039; Wed, 29 Mar 2017 16:37:29 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGbSZV068029; Wed, 29 Mar 2017 16:37:28 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291637.v2TGbSZV068029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 16:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437210 - in head/x11/xpra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:37:30 -0000 Author: rezny Date: Wed Mar 29 16:37:28 2017 New Revision: 437210 URL: https://svnweb.freebsd.org/changeset/ports/437210 Log: Update to 2.0 - libjpeg-turbo is used for better performance - WEBP and XVID removed due to poor performance and instability - Cython, OpenCL, and OpenCV scalers removed due to poor performance Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10115 Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo head/x11/xpra/files/patch-scripts_xpra head/x11/xpra/files/patch-scripts_xpra__launcher head/x11/xpra/files/patch-setup.py head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py head/x11/xpra/pkg-plist Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/Makefile Wed Mar 29 16:37:28 2017 (r437210) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 1.0.4 +PORTVERSION= 2.0 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -14,14 +14,15 @@ LICENSE= GPLv2 BUILD_DEPENDS= cython:lang/cython \ ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2 \ ${PYNUMPY} -LIB_DEPENDS= libfreetype.so:print/freetype2 \ +LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo \ + libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=0.7.0_1:archivers/py-lz4 \ ${PYTHON_PKGNAMEPREFIX}rencode>1:converters/py-rencode \ ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify \ ${PYTHON_PKGNAMEPREFIX}xxhash>0:devel/py-xxhash \ - ${PYTHON_PKGNAMEPREFIX}pillow>1:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}pillow>=3.0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=3.1.0:graphics/py-PyOpenGL \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL-accelerate>=3.1.0:graphics/py-PyOpenGL-accelerate \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces \ @@ -42,7 +43,7 @@ USE_PYTHON= distutils USE_XORG= x11 xcomposite xdamage xext xfixes xkbfile xrandr xtst PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} -OPTIONS_DEFINE= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV OPENCL OPENCV SWSCALE VPX WEBCAM WEBP X264 X265 XVID +OPTIONS_DEFINE= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV SWSCALE VPX WEBCAM X264 X265 OPTIONS_DEFAULT= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV SWSCALE VPX X264 OPTIONS_SUB= yes @@ -51,16 +52,12 @@ CUPS_DESC= Enable CUPS for printer forwa FFMPEG_DESC= Enable FFmpeg encoder GSTREAMER_DESC= Enable GStreamer for sound forwarding HTML5_DESC= Install HTML5 client interface -LIBYUV_DESC= Enable libyuv CSC module (CPU, fastest) -OPENCL_DESC= Enable OpenCL CSC module (GPU) -OPENCV_DESC= Enable OpenCV CSC module (CPU, deprecated) -SWSCALE_DESC= Enable swscale (FFmpeg) CSC module (CPU) -VPX_DESC= Enable VP8 and VP9 codec (good) +LIBYUV_DESC= Enable libyuv CSC module (fastest) +SWSCALE_DESC= Enable swscale (FFmpeg) CSC module +VPX_DESC= Enable VP8 and VP9 codec WEBCAM_DESC= Enable webcam forwarding (client only) -WEBP_DESC= Enable WebP codec (deprecated) -X264_DESC= Enable X264 encoder (good) +X264_DESC= Enable X264 encoder X265_DESC= Enable X265 encoder (slow) -XVID_DESC= Enable Xvid encoder (unstable, deprecated) AVAHI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avahi>0:net/py-avahi AVAHI_VARS= XPRA_OPTIONS+=mdns @@ -75,30 +72,21 @@ GSTREAMER_VARS= XPRA_OPTIONS+=sound HTML5_VARS= XPRA_OPTIONS+=html5 LIBYUV_LIB_DEPENDS= libyuv.so:graphics/libyuv LIBYUV_VARS= XPRA_OPTIONS+=csc_libyuv -OPENCL_LIB_DEPENDS= libOpenCL.so:devel/ocl-icd -OPENCL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl -OPENCL_VARS= XPRA_OPTIONS+=csc_opencl -OPENCV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv2>2:graphics/py-opencv2 -OPENCV_VARS= XPRA_OPTIONS+=csc_opencv SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg SWSCALE_VARS= XPRA_OPTIONS+=csc_swscale VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_VARS= XPRA_OPTIONS+=vpx WEBCAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv2>2:graphics/py-opencv2 WEBCAM_VARS= XPRA_OPTIONS+=webcam -WEBP_LIB_DEPENDS= libwebp.so:graphics/webp -WEBP_VARS= XPRA_OPTIONS+=webp X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_VARS= XPRA_OPTIONS+=enc_x264 X265_LIB_DEPENDS= libx265.so:multimedia/x265 X265_VARS= XPRA_OPTIONS+=enc_x265 -XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid -XVID_VARS= XPRA_OPTIONS+=enc_xvid PYDISTUTILS_PKGNAME= xpra_all -XPRA_OPTIONS_ALL= csc_libyuv csc_opencl csc_opencv csc_swscale -XPRA_OPTIONS_ALL+= dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 enc_xvid -XPRA_OPTIONS_ALL+= html5 mdns sound printing vpx webcam webp +XPRA_OPTIONS_ALL= csc_libyuv csc_swscale +XPRA_OPTIONS_ALL+= dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 +XPRA_OPTIONS_ALL+= html5 mdns sound printing vpx webcam XPRA_OPTIONS_ALL+= ${XPRA_OPTIONS_DISABLED} XPRA_OPTIONS_DISABLED= Xdummy Xdummy_wrapper minify nvenc7 @@ -123,20 +111,19 @@ PYDISTUTILS_CONFIGUREARGS+= ${PYDISTUTIL PYDISTUTILS_INSTALLARGS+= ${PYDISTUTILS_ARGS} post-patch: - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py - ${REINPLACE_CMD} -e 's|%%GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${_GCC_VER}|' \ + @${REINPLACE_CMD} -e 's|%%GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${_GCC_VER}|' \ ${WRKSRC}/scripts/xpra ${WRKSRC}/scripts/xpra_launcher - ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ + @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${WRKSRC}/xpra/platform/pycups_printing.py - ${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/sbin|' \ + @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/sbin|' \ ${WRKSRC}/etc/xpra/conf.d/16_printing.conf.in post-install: - ${MV} ${STAGEDIR}${ETCDIR}/xorg.conf \ + @${MV} ${STAGEDIR}${ETCDIR}/xorg.conf \ ${STAGEDIR}${ETCDIR}/xorg.conf.sample - ${MV} ${STAGEDIR}${ETCDIR}/xpra.conf \ + @${MV} ${STAGEDIR}${ETCDIR}/xpra.conf \ ${STAGEDIR}${ETCDIR}/xpra.conf.sample - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \ - -exec ${STRIP_CMD} {} \; + @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \ + -exec ${STRIP_CMD} {} + .include Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/distinfo Wed Mar 29 16:37:28 2017 (r437210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489268981 -SHA256 (xpra-1.0.4.tar.xz) = c841940957761e60454eac44c955d174b3d864c853f28b387e784a6d85fc9924 -SIZE (xpra-1.0.4.tar.xz) = 1890404 +TIMESTAMP = 1489775415 +SHA256 (xpra-2.0.tar.xz) = ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807 +SIZE (xpra-2.0.tar.xz) = 1925080 Modified: head/x11/xpra/files/patch-scripts_xpra ============================================================================== --- head/x11/xpra/files/patch-scripts_xpra Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-scripts_xpra Wed Mar 29 16:37:28 2017 (r437210) @@ -1,7 +1,7 @@ # preload the correct libgcc_s.so for libgfortran.so, # which is required for numpy # ---- scripts/xpra.orig 2016-12-06 10:56:26 UTC +--- scripts/xpra.orig 2017-03-17 07:24:27 UTC +++ scripts/xpra @@ -1,5 +1,8 @@ #!/usr/bin/env python Modified: head/x11/xpra/files/patch-scripts_xpra__launcher ============================================================================== --- head/x11/xpra/files/patch-scripts_xpra__launcher Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-scripts_xpra__launcher Wed Mar 29 16:37:28 2017 (r437210) @@ -1,7 +1,7 @@ # preload the correct libgcc_s.so for libgfortran.so, # which is required for numpy # ---- scripts/xpra_launcher.orig 2016-12-06 10:56:26 UTC +--- scripts/xpra_launcher.orig 2017-03-17 07:24:27 UTC +++ scripts/xpra_launcher @@ -1,5 +1,8 @@ #!/usr/bin/env python Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-setup.py Wed Mar 29 16:37:28 2017 (r437210) @@ -1,15 +1,6 @@ ---- setup.py.orig 2017-02-06 09:47:42 UTC +--- setup.py.orig 2017-03-17 07:24:28 UTC +++ setup.py -@@ -218,7 +218,7 @@ else: - nvenc7_ENABLED = DEFAULT and pkg_config_ok("--exists", "nvenc7") - - memoryview_ENABLED = sys.version>='2.7' --csc_opencl_ENABLED = DEFAULT and pkg_config_ok("--exists", "OpenCL") and check_pyopencl_AMD() -+csc_opencl_ENABLED = DEFAULT and pkg_config_ok("--exists", "OpenCL") - csc_libyuv_ENABLED = DEFAULT and memoryview_ENABLED and pkg_config_ok("--exists", "libyuv", fallback=WIN32) - - #Cython / gcc / packaging build options: -@@ -1839,12 +1839,12 @@ if WIN32: +@@ -1801,12 +1801,12 @@ if WIN32: else: #OSX and *nix: scripts += ["scripts/xpra", "scripts/xpra_launcher"] @@ -24,7 +15,7 @@ add_data_files("share/appdata", ["xdg/xpra.appdata.xml"]) #here, we override build and install so we can -@@ -1877,7 +1877,7 @@ else: +@@ -1839,7 +1839,7 @@ else: if printing_ENABLED and os.name=="posix": #install "/usr/lib/cups/backend" with 0700 permissions: xpraforwarder_src = os.path.join("cups", "xpraforwarder") @@ -33,17 +24,7 @@ self.mkpath(cups_backend_dir) xpraforwarder_dst = os.path.join(cups_backend_dir, "xpraforwarder") shutil.copyfile(xpraforwarder_src, xpraforwarder_dst) -@@ -1895,7 +1895,8 @@ else: - #install xorg.conf, cuda.conf and nvenc.keys: - etc_xpra = os.path.join(etc_prefix, "etc", "xpra") - self.mkpath(etc_xpra) -- for x in ("xorg.conf", "cuda.conf", "nvenc.keys"): -+ etc_files = ["xorg.conf", "cuda.conf", "nvenc.keys"] if nvenc7_ENABLED else ["xorg.conf"] -+ for x in etc_files: - shutil.copyfile("etc/xpra/%s" % x, os.path.join(etc_xpra, x)) - - if pam_ENABLED: -@@ -1928,7 +1929,7 @@ else: +@@ -1891,7 +1891,7 @@ else: add_packages("xpra.platform.xposix") remove_packages("xpra.platform.win32", "xpra.platform.darwin") #not supported by all distros, but doesn't hurt to install it anyway: @@ -52,15 +33,3 @@ #gentoo does weird things, calls --no-compile with build *and* install #then expects to find the cython modules!? ie: -@@ -2353,7 +2354,10 @@ if enc_x265_ENABLED: - - toggle_packages(enc_xvid_ENABLED, "xpra.codecs.enc_xvid") - if enc_xvid_ENABLED: -- xvid_pkgconfig = pkgconfig("xvid") -+ xvid_pkgconfig = pkgconfig(optimize=3) -+ add_to_keywords(xvid_pkgconfig, 'libraries', "xvidcore") -+ add_to_keywords(xvid_pkgconfig, 'library_dirs', "%%LOCALBASE%%/lib") -+ add_to_keywords(xvid_pkgconfig, 'include_dirs', "%%LOCALBASE%%/include") - cython_add(Extension("xpra.codecs.enc_xvid.encoder", - ["xpra/codecs/enc_xvid/encoder.pyx", buffers_c], - **xvid_pkgconfig)) Modified: head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py ============================================================================== --- head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py Wed Mar 29 16:37:28 2017 (r437210) @@ -1,7 +1,7 @@ # Don't override window background colors in order to # avoid usability problems with light on dark themes # ---- xpra/client/gtk_base/bug_report.py.orig 2016-12-06 10:56:26 UTC +--- xpra/client/gtk_base/bug_report.py.orig 2017-03-17 07:24:27 UTC +++ xpra/client/gtk_base/bug_report.py @@ -43,7 +43,6 @@ class BugReport(object): self.window.set_default_size(400, 300) Modified: head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py ============================================================================== --- head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py Wed Mar 29 16:37:28 2017 (r437210) @@ -1,9 +1,9 @@ # Don't override window background color in order to # avoid usability problems with light on dark themes # ---- xpra/client/gtk_base/client_launcher.py.orig 2016-12-06 10:56:26 UTC +--- xpra/client/gtk_base/client_launcher.py.orig 2017-03-17 07:24:27 UTC +++ xpra/client/gtk_base/client_launcher.py -@@ -146,7 +146,6 @@ class ApplicationWindow: +@@ -143,7 +143,6 @@ class ApplicationWindow: self.window.set_default_size(400, 260) self.window.set_border_width(20) self.window.set_title("Xpra Launcher") Modified: head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py ============================================================================== --- head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py Wed Mar 29 16:37:28 2017 (r437210) @@ -1,7 +1,7 @@ # Don't override window background color in order to # avoid usability problems with light on dark themes # ---- xpra/client/gtk_base/start_new_command.py.orig 2016-12-06 10:56:26 UTC +--- xpra/client/gtk_base/start_new_command.py.orig 2017-03-17 07:24:27 UTC +++ xpra/client/gtk_base/start_new_command.py @@ -45,7 +45,6 @@ class StartNewCommand(object): self.window.set_default_size(400, 150) Modified: head/x11/xpra/pkg-plist ============================================================================== --- head/x11/xpra/pkg-plist Wed Mar 29 16:34:39 2017 (r437209) +++ head/x11/xpra/pkg-plist Wed Mar 29 16:37:28 2017 (r437210) @@ -23,6 +23,10 @@ bin/xpra_launcher %%PYTHON_SITELIBDIR%%/xpra/__init__.py %%PYTHON_SITELIBDIR%%/xpra/__init__.pyc %%PYTHON_SITELIBDIR%%/xpra/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/buffers/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/buffers/__init__.pyc +%%PYTHON_SITELIBDIR%%/xpra/buffers/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/buffers/membuf.so %%PYTHON_SITELIBDIR%%/xpra/build_info.py %%PYTHON_SITELIBDIR%%/xpra/build_info.pyc %%PYTHON_SITELIBDIR%%/xpra/build_info.%%PYTHON_PYOEXTENSION%% @@ -192,29 +196,10 @@ bin/xpra_launcher %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.py %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.pyc %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.py -%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/colorspace_converter.so %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.py %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.pyc %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.%%PYTHON_PYOEXTENSION%% %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/colorspace_converter.so -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.py -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.%%PYTHON_PYOEXTENSION%% -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.py -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.%%PYTHON_PYOEXTENSION%% -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.py -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.%%PYTHON_PYOEXTENSION%% -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.py -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.pyc -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.%%PYTHON_PYOEXTENSION%% -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.py -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.pyc -%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.%%PYTHON_PYOEXTENSION%% %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.py %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.pyc %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.%%PYTHON_PYOEXTENSION%% @@ -241,13 +226,14 @@ bin/xpra_launcher %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.pyc %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.%%PYTHON_PYOEXTENSION%% %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/encoder.so -%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.py -%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.pyc -%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.%%PYTHON_PYOEXTENSION%% -%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/encoder.so %%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.py %%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.pyc %%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/jpeg/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/jpeg/__init__.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/jpeg/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/jpeg/decoder.so +%%PYTHON_SITELIBDIR%%/xpra/codecs/jpeg/encoder.so %%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.pyc %%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.%%PYTHON_PYOEXTENSION%% @@ -272,11 +258,6 @@ bin/xpra_launcher %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__init__.%%PYTHON_PYOEXTENSION%% %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/decoder.so %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/encoder.so -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.py -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.pyc -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.%%PYTHON_PYOEXTENSION%% -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/decode.so -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/encode.so %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.pyc %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.%%PYTHON_PYOEXTENSION%% @@ -418,9 +399,6 @@ bin/xpra_launcher %%PYTHON_SITELIBDIR%%/xpra/net/protocol.py %%PYTHON_SITELIBDIR%%/xpra/net/protocol.pyc %%PYTHON_SITELIBDIR%%/xpra/net/protocol.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.py -%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.py %%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.pyc %%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.%%PYTHON_PYOEXTENSION%% From owner-svn-ports-all@freebsd.org Wed Mar 29 16:45:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B91AD2456D; Wed, 29 Mar 2017 16:45:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5860B352F; Wed, 29 Mar 2017 16:45:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGjdOO072004; Wed, 29 Mar 2017 16:45:39 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGjdp1072002; Wed, 29 Mar 2017 16:45:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703291645.v2TGjdp1072002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 29 Mar 2017 16:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437211 - in head/net-im: qwit qwit-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:45:40 -0000 Author: linimon Date: Wed Mar 29 16:45:39 2017 New Revision: 437211 URL: https://svnweb.freebsd.org/changeset/ports/437211 Log: Maintainer's email address bounces. While here, pet portlint. Modified: head/net-im/qwit-devel/Makefile head/net-im/qwit/Makefile Modified: head/net-im/qwit-devel/Makefile ============================================================================== --- head/net-im/qwit-devel/Makefile Wed Mar 29 16:37:28 2017 (r437210) +++ head/net-im/qwit-devel/Makefile Wed Mar 29 16:45:39 2017 (r437211) @@ -6,10 +6,10 @@ DISTVERSION= r215 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE -DISTNAME= qwit-ng-${PORTVERSION}-src PKGNAMESUFFIX= -devel +DISTNAME= qwit-ng-${PORTVERSION}-src -MAINTAINER= sokolov@TrueBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4-based lightweight Twitter client BROKEN= Unfetchable (google code has gone away) Modified: head/net-im/qwit/Makefile ============================================================================== --- head/net-im/qwit/Makefile Wed Mar 29 16:37:28 2017 (r437210) +++ head/net-im/qwit/Makefile Wed Mar 29 16:45:39 2017 (r437211) @@ -8,7 +8,7 @@ CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE DISTNAME= qwit-${PORTVERSION}-src -MAINTAINER= sokolov@TrueBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4-based lightweight Twitter client BROKEN= Unfetchable (google code has gone away) From owner-svn-ports-all@freebsd.org Wed Mar 29 16:47:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C625D245F3; Wed, 29 Mar 2017 16:47:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31EAE3677; Wed, 29 Mar 2017 16:47:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGlerv072180; Wed, 29 Mar 2017 16:47:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGleHQ072179; Wed, 29 Mar 2017 16:47:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703291647.v2TGleHQ072179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 29 Mar 2017 16:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437212 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:47:41 -0000 Author: matthew Date: Wed Mar 29 16:47:39 2017 New Revision: 437212 URL: https://svnweb.freebsd.org/changeset/ports/437212 Log: phpMyAdmin: document PMASA-2017-8 -- bypass restrictions on 'no password' accounts. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 29 16:45:39 2017 (r437211) +++ head/security/vuxml/vuln.xml Wed Mar 29 16:47:39 2017 (r437212) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpMyAdmin -- bypass 'no password' restriction + + + phpMyAdmin + 4.7.0 + + + + +

The phpMYAdmin team reports:

+
+

Summary

+

Bypass $cfg['Servers'][$i]['AllowNoPassword']

+

Description

+

A vulnerability was discovered where the restrictions + caused by $cfg['Servers'][$i]['AllowNoPassword'] = false are + bypassed under certain PHP versions. This can allow the + login of users who have no password set even if the + administrator has set $cfg['Servers'][$i]['AllowNoPassword'] + to false (which is also the default).

+

This behavior depends on the PHP version used (it seems + PHP 5 is affected, while PHP 7.0 is not).

+

Severity

+

We consider this vulnerability to be of moderate severity.

+

Mitigation factor

+

Set a password for all users.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2017-8/ + + + 2017-03-28 + 2017-03-29 + +
+ hostapd -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Wed Mar 29 16:48:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08D0D24638; Wed, 29 Mar 2017 16:48:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D86736B7; Wed, 29 Mar 2017 16:48:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGmE8t072297; Wed, 29 Mar 2017 16:48:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGmEF1072296; Wed, 29 Mar 2017 16:48:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201703291648.v2TGmEF1072296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 29 Mar 2017 16:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437213 - head/devel/nxt-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:48:15 -0000 Author: linimon Date: Wed Mar 29 16:48:14 2017 New Revision: 437213 URL: https://svnweb.freebsd.org/changeset/ports/437213 Log: Maintainer's email address bounces. While here, pet portlint. Modified: head/devel/nxt-python/Makefile Modified: head/devel/nxt-python/Makefile ============================================================================== --- head/devel/nxt-python/Makefile Wed Mar 29 16:47:39 2017 (r437212) +++ head/devel/nxt-python/Makefile Wed Mar 29 16:48:14 2017 (r437213) @@ -7,17 +7,17 @@ PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE -MAINTAINER= acieroid@awesom.eu +MAINTAINER= ports@FreeBSD.org COMMENT= Python interface for the Lego Mindstorms NXT robot LICENSE= GPLv3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb + BROKEN= Unfetchable (google code has gone away) DEPRECATED= Unfetchable for more than six months (google code has gone away) EXPIRATION_DATE= 2017-04-30 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb - USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Wed Mar 29 16:55:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEEFDD2480A; Wed, 29 Mar 2017 16:55:13 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C513C2F; Wed, 29 Mar 2017 16:55:13 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGtCcq076093; Wed, 29 Mar 2017 16:55:12 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGtC6p076091; Wed, 29 Mar 2017 16:55:12 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703291655.v2TGtC6p076091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 29 Mar 2017 16:55:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437214 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:55:14 -0000 Author: matthew Date: Wed Mar 29 16:55:12 2017 New Revision: 437214 URL: https://svnweb.freebsd.org/changeset/ports/437214 Log: Security Update to 4.7.0 As well as being the first stable release from the 4.7 branch, this includes fixes for PMASA-2017-8 where it can be possible to bypass a configuration restriction forbidding password-less accounts. This depends on the upstream PHP version -- sites using php-7 are not vulnerable, sites using php-5.6 are. ChangeLog: https://www.phpmyadmin.net/files/4.7.0/ MFH: 2017Q1 Security: 68611303-149e-11e7-b9bb-6805ca0b3d42 Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Wed Mar 29 16:48:14 2017 (r437213) +++ head/databases/phpmyadmin/Makefile Wed Mar 29 16:55:12 2017 (r437214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.6 +DISTVERSION= 4.7.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -67,8 +67,9 @@ post-patch: ${FIND} . ! -type d ! -name ${CFG_FILE}.sample ! -name '*.bak' | \ ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \ ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ - ${ECHO} "@dir(,,)$${emptydir}" >>${PLIST} ; \ + for emptydir in $$( ${FIND} . -type d -empty -print | \ + ${SED} -e "s,^\.,%%WWWDIR%%," ) ; do \ + ${ECHO} "@dir $${emptydir}" >>${PLIST} ; \ done ; \ do-install: Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Wed Mar 29 16:48:14 2017 (r437213) +++ head/databases/phpmyadmin/distinfo Wed Mar 29 16:55:12 2017 (r437214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485244457 -SHA256 (phpMyAdmin-4.6.6-all-languages.tar.xz) = b7b9e0f88ca740fcba249e7e3e7d51d1923b038b7742cde72de193a2b0a2654f -SIZE (phpMyAdmin-4.6.6-all-languages.tar.xz) = 6147904 +TIMESTAMP = 1490802948 +SHA256 (phpMyAdmin-4.7.0-all-languages.tar.xz) = 6378d1f45f5356fda2d18a923c56a495e03bc1e7694e7b7c004dd688d2178f90 +SIZE (phpMyAdmin-4.7.0-all-languages.tar.xz) = 7600296 From owner-svn-ports-all@freebsd.org Wed Mar 29 16:57:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 839C1D24880; Wed, 29 Mar 2017 16:57:55 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9543DD7; Wed, 29 Mar 2017 16:57:55 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TGvsho076375; Wed, 29 Mar 2017 16:57:54 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGvrpM076369; Wed, 29 Mar 2017 16:57:53 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291657.v2TGvrpM076369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 16:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:57:55 -0000 Author: rezny Date: Wed Mar 29 16:57:53 2017 New Revision: 437215 URL: https://svnweb.freebsd.org/changeset/ports/437215 Log: Update to 13.0.6 - Allow use of newer LLVM, i.e. llvm40, via MESA_LLVM_VER in make.conf [1] - Disable use of LLVM on platforms where it's known not to be available [2] PR: [1] 217016, [2] 216944 Reported by: [1] greenreaper@hotmail.com, [2] linimon Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10183 Modified: head/graphics/gbm/Makefile head/graphics/libEGL/Makefile head/graphics/libGL/Makefile.common head/graphics/libGL/Makefile.targets head/graphics/libGL/distinfo head/graphics/libglapi/Makefile Modified: head/graphics/gbm/Makefile ============================================================================== --- head/graphics/gbm/Makefile Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/gbm/Makefile Wed Mar 29 16:57:53 2017 (r437215) @@ -3,7 +3,7 @@ PORTNAME= gbm PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= gbm library Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/libEGL/Makefile Wed Mar 29 16:57:53 2017 (r437215) @@ -3,7 +3,7 @@ PORTNAME= libEGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= OpenEGL library Modified: head/graphics/libGL/Makefile.common ============================================================================== --- head/graphics/libGL/Makefile.common Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/libGL/Makefile.common Wed Mar 29 16:57:53 2017 (r437215) @@ -18,11 +18,14 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 13.0.5 +MESABASEVERSION= 13.0.6 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ +MASTER_SITES= https://mesa.freedesktop.org/archive/ \ + https://mesa.freedesktop.org/archive/${MESABASEVERSION}/ \ + ftp://ftp.freedesktop.org/pub/mesa/ \ + ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ DISTFILES= mesa-${MESADISTVERSION}${EXTRACT_SUFX} @@ -34,7 +37,6 @@ USES+= compiler:c++11-lib bison gettext localbase pathfix pkgconfig python:2,build shebangfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -LDFLAGS+= -Wl,-rpath=${LOCALBASE}/llvm${MESA_LLVM_VER}/lib PKGINSTALL= ${.CURDIR}/pkg-install PKGDEINSTALL= ${.CURDIR}/pkg-deinstall @@ -60,7 +62,10 @@ INSTALL_TARGET= install-strip COMPONENT= ${PORTNAME:tl:C/^lib//:C/mesa-//} -MESA_LLVM_VER=39 +.if (${ARCH} != sparc64 && ${ARCH} != ia64) # no working LLVM +MESA_LLVM_VER?= 39 +LDFLAGS+= -Wl,-rpath=${LOCALBASE}/llvm${MESA_LLVM_VER}/lib +.endif CONFIGURE_ARGS+= --with-sha1=libcrypto @@ -72,11 +77,15 @@ CONFIGURE_ARGS+= --enable-gbm # pthread_setspecific which it uses now by default. But since this # configure switch is going away ... # https://lists.freebsd.org/pipermail/freebsd-arch/2016-February/017699.html -#CONFIGURE_ARGS+= --enable-glx-tls +CONFIGURE_ARGS+= --disable-glx-tls # libEGL, dri and clover need gallium enabled. # the third option in --with-egl-platforms is wayland. +.if (${MESA_LLVM_VER} != "") CONFIGURE_ARGS+= --enable-egl --with-egl-platforms=x11,drm +.else +CONFIGURE_ARGS+= --disable-egl +.endif # we don't care about GLes v1 CONFIGURE_ARGS+= --disable-gles1 --enable-gles2 @@ -107,9 +116,10 @@ CONFIGURE_ARGS+= --enable-opencl --enabl CONFIGURE_ARGS+= --disable-opencl .endif -CONFIGURE_ARGS+= --enable-osmesa +CONFIGURE_ARGS+= --enable-osmesa --enable-xvmc # gallium +.if (${MESA_LLVM_VER} != "") BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>=3.9.0_4:devel/llvm${MESA_LLVM_VER} .if ${COMPONENT:Mdri} != "" || ${COMPONENT:Mclover} != "" || ${COMPONENT:Megl} != "" RUN_DEPENDS+= llvm${MESA_LLVM_VER}>=3.9.0_4:devel/llvm${MESA_LLVM_VER} @@ -117,8 +127,10 @@ RUN_DEPENDS+= llvm${MESA_LLVM_VER}>=3. CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${MESA_LLVM_VER} -CONFIGURE_ARGS+=--enable-gallium-llvm --enable-llvm-shared-libs \ - --enable-xvmc +CONFIGURE_ARGS+= --enable-gallium-llvm --enable-llvm-shared-libs +.else +CONFIGURE_ARGS+= --disable-gallium-llvm +.endif .if ${PORT_OPTIONS:MTEXTURE} CONFIGURE_ARGS+=--enable-texture-float @@ -172,7 +184,9 @@ PLIST_SUB+= ${_gd}_GDRIVER="@comment " . endif .endfor +.if (${MESA_LLVM_VER} != "") CONFIGURE_ARGS+=--with-gallium-drivers="${GALLIUM_DRIVERS:tl}" +.endif .if ${OPSYS} == DragonFly LIB_DEPENDS+= libelf.so:devel/libelf Modified: head/graphics/libGL/Makefile.targets ============================================================================== --- head/graphics/libGL/Makefile.targets Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/libGL/Makefile.targets Wed Mar 29 16:57:53 2017 (r437215) @@ -4,7 +4,7 @@ post-patch: .if ${OPSYS} == FreeBSD - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' \ ${WRKSRC}/configure # Clang 3.4 in 10.x on i386 fails with the following error when using "GCC atomics" # @@ -15,10 +15,11 @@ post-patch: .if ${OSVERSION} < 1100000 && ${ARCH} == "i386" @${REINPLACE_CMD} -e 's|-DUSE_GCC_ATOMIC_BUILTINS||' ${WRKSRC}/configure .endif -.endif -# Sed on 9.x and dragonfly don't support \< or \> - @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' -e 's|\\S\*//|[:graph:]* //|' \ +.else # ${OPSYS} == DragonFly +# Sed on dragonfly doesn't support \< or \> + @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' -e 's|\\S\*//|[:space:]* //|' \ ${WRKSRC}/configure +.endif # ${OPSYS} @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c @${REINPLACE_CMD} -e 's|#!/use/bin/python|#!${PYTHON_CMD}|g' \ Modified: head/graphics/libGL/distinfo ============================================================================== --- head/graphics/libGL/distinfo Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/libGL/distinfo Wed Mar 29 16:57:53 2017 (r437215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487852413 -SHA256 (mesa-13.0.5.tar.xz) = bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 -SIZE (mesa-13.0.5.tar.xz) = 9171480 +TIMESTAMP = 1490202594 +SHA256 (mesa-13.0.6.tar.xz) = 29ef104a7fc082d352b1599bd6cb1d040be424ccd22f5e0eb7ee9b0e9acd3597 +SIZE (mesa-13.0.6.tar.xz) = 9179236 Modified: head/graphics/libglapi/Makefile ============================================================================== --- head/graphics/libglapi/Makefile Wed Mar 29 16:55:12 2017 (r437214) +++ head/graphics/libglapi/Makefile Wed Mar 29 16:57:53 2017 (r437215) @@ -3,7 +3,7 @@ PORTNAME= libglapi PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Common GL api library used by Mesa based ports From owner-svn-ports-all@freebsd.org Wed Mar 29 17:10:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51360D24C24; Wed, 29 Mar 2017 17:10:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEA2D657D8; Wed, 29 Mar 2017 17:10:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2THArIj080768; Wed, 29 Mar 2017 17:10:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2THAqMB080766; Wed, 29 Mar 2017 17:10:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703291710.v2THAqMB080766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 17:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437216 - head/devel/go-bindata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:10:54 -0000 Author: swills Date: Wed Mar 29 17:10:52 2017 New Revision: 437216 URL: https://svnweb.freebsd.org/changeset/ports/437216 Log: devel/go-bindata: update to 3.1.0 Modified: head/devel/go-bindata/Makefile head/devel/go-bindata/distinfo Modified: head/devel/go-bindata/Makefile ============================================================================== --- head/devel/go-bindata/Makefile Wed Mar 29 16:57:53 2017 (r437215) +++ head/devel/go-bindata/Makefile Wed Mar 29 17:10:52 2017 (r437216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-bindata -PORTVERSION= 3.0.7 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,25 +12,18 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/ USE_GITHUB= yes GH_ACCOUNT= jteeuwen +GH_TAGNAME= a0ff256 +GH_SUBDIR= src/github.com/jteeuwen/go-bindata PLIST_FILES= bin/go-bindata PORTDOCS= CONTRIBUTING.md LICENSE README.md -STRIP= # stripping can break go binaries - OPTIONS_DEFINE= DOCS -post-patch: - @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${MV} CONTRIBUTING.md LICENSE README.md asset.go bytewriter.go \ - config.go convert.go debug.go doc.go go-bindata release.go \ - stringwriter.go testdata toc.go \ - src/github.com/${GH_ACCOUNT}/${GH_PROJECT} - do-build: cd ${WRKSRC} ; \ - ${SETENV} GOPATH=${WRKSRC} go install ./... + ${SETENV} GOPATH=${WRKSRC} go build -o bin/go-bindata ./go-bindata/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} \ Modified: head/devel/go-bindata/distinfo ============================================================================== --- head/devel/go-bindata/distinfo Wed Mar 29 16:57:53 2017 (r437215) +++ head/devel/go-bindata/distinfo Wed Mar 29 17:10:52 2017 (r437216) @@ -1,2 +1,3 @@ -SHA256 (jteeuwen-go-bindata-v3.0.7_GH0.tar.gz) = 77a7214479e5ce9004e4afa6d0eb8ce14289030fadc55a3444249ab1fe2c7980 -SIZE (jteeuwen-go-bindata-v3.0.7_GH0.tar.gz) = 13855 +TIMESTAMP = 1490733257 +SHA256 (jteeuwen-go-bindata-v3.1.0-a0ff256_GH0.tar.gz) = 06c7bb64ab428a28eb3633ae19fafb6b7b241d384ef45ac0728b1c5fbec64961 +SIZE (jteeuwen-go-bindata-v3.1.0-a0ff256_GH0.tar.gz) = 17868 From owner-svn-ports-all@freebsd.org Wed Mar 29 17:20:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CE31D24FAD; Wed, 29 Mar 2017 17:20:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DE4269511; Wed, 29 Mar 2017 17:20:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B099166C3; Wed, 29 Mar 2017 17:19:30 +0000 (UTC) Date: Wed, 29 Mar 2017 17:19:30 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files Message-ID: <20170329171930.GA96917@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> <20170328165708.3feecd6a@bsd64.grem.de> <20170329020527.GA8185@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170329020527.GA8185@lonesome.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:20:01 -0000 On Tue, Mar 28, 2017 at 09:05:27PM -0500, Mark Linimon wrote: > On Tue, Mar 28, 2017 at 04:57:08PM +0200, Michael Gmelin wrote: > > These are in to align to > > > > TEST_TEST_TARGET=test, otherwise it would look like this: > > > > TEST_USES= compiler:c++11-lib > > TEST_TEST_TARGET=test > > > > (replaced tabs by spaces for email) > > > > Would this actually be preferred? > > Keep in mind, "preferred" by danfe does not imply "preferred" by me, > or anyone else other than danfe. FWIW, I didn't use the word "preferred" at all in my reply, and yet Michael said it "makes sense". > If we expanded the PH to cover all danfe's objections, it would be > 600 pages long. Mark, come on. I'm not enforcing anything, and in fact you can find lots of examples of what I've said above already in the ports. You make it sound like I'm trying to formalize whether one must or must not put a after (len(knob) % 8) == 7) knobs, like OPTIONS_DEFAULT, which I'm certainly not. Again, I'm just trying to keep things consistent, not enforce any rules. Also, as you've surely noticed, when I try to explain why things are (IMHO) better be done one way than another I *always* try to bring some rationale behind it, and I'm open for a discussion. If people disagree, they are more than welcome to jump in and convince me otherwise. I don't want to control ports' style(9), but I do want ports to be 1) consistent, and 2) pretty looking (as long as #1 holds). You might argue that #2 is subjective, but history shows that most of the ports are (to my liking), and just some of them aren't. So again (sorry), it's mostly about consistency, not my "preferred" way of doing things. ./danfe From owner-svn-ports-all@freebsd.org Wed Mar 29 17:32:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC68D2369B; Wed, 29 Mar 2017 17:32:22 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9836B568; Wed, 29 Mar 2017 17:32:22 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2THV6oe091452; Wed, 29 Mar 2017 17:31:06 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2THV6Qa091447; Wed, 29 Mar 2017 17:31:06 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201703291731.v2THV6Qa091447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Wed, 29 Mar 2017 17:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437217 - in head/devel/dissy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:32:22 -0000 Author: sbz Date: Wed Mar 29 17:31:06 2017 New Revision: 437217 URL: https://svnweb.freebsd.org/changeset/ports/437217 Log: - Switch to USE_GITHUB - Update WWW - Bump PORTREVISION - Unbreak and regenerate patches Modified: head/devel/dissy/Makefile head/devel/dissy/distinfo head/devel/dissy/files/patch-setup.py head/devel/dissy/pkg-descr Modified: head/devel/dissy/Makefile ============================================================================== --- head/devel/dissy/Makefile Wed Mar 29 17:10:52 2017 (r437216) +++ head/devel/dissy/Makefile Wed Mar 29 17:31:06 2017 (r437217) @@ -3,25 +3,24 @@ PORTNAME= dissy PORTVERSION= 10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= sbz@FreeBSD.org COMMENT= Graphical frontend to the objdump disassembler LICENSE= GPLv2 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 -USES= python +USES= python:2 USE_PYTHON= distutils +USE_GITHUB= yes +GH_ACCOUNT= SimonKagstrom +GH_TAGNAME= 2f1005e PORTDOCS= COPYING ChangeLog README UPGRADE Modified: head/devel/dissy/distinfo ============================================================================== --- head/devel/dissy/distinfo Wed Mar 29 17:10:52 2017 (r437216) +++ head/devel/dissy/distinfo Wed Mar 29 17:31:06 2017 (r437217) @@ -1,2 +1,3 @@ -SHA256 (dissy-10.tar.gz) = 0ce366820b93145bd416a1b51d4618e158fb6e44cfe9a769d08359b5359df931 -SIZE (dissy-10.tar.gz) = 58345 +TIMESTAMP = 1490730220 +SHA256 (SimonKagstrom-dissy-10-2f1005e_GH0.tar.gz) = 51bcfae8bc47698d2de79042af21abb0fb2051bbeee6c2a768a85d99069da1cb +SIZE (SimonKagstrom-dissy-10-2f1005e_GH0.tar.gz) = 56303 Modified: head/devel/dissy/files/patch-setup.py ============================================================================== --- head/devel/dissy/files/patch-setup.py Wed Mar 29 17:10:52 2017 (r437216) +++ head/devel/dissy/files/patch-setup.py Wed Mar 29 17:31:06 2017 (r437217) @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2011-05-25 13:03:56.000000000 +0200 -+++ ./setup.py 2011-05-25 13:04:34.000000000 +0200 -@@ -53,9 +53,6 @@ +--- setup.py.orig 2014-09-11 06:02:36 UTC ++++ setup.py +@@ -53,9 +53,6 @@ setup(name='%s' % (Config.PROGRAM_NAME). 'gfx/red_arrow_right.png', 'gfx/red_plus.png', 'gfx/red_start_up.png', 'gfx/icon.svg']), ('share/%s/' % (Config.PROGRAM_NAME.lower()), ['dissy.ui']), Modified: head/devel/dissy/pkg-descr ============================================================================== --- head/devel/dissy/pkg-descr Wed Mar 29 17:10:52 2017 (r437216) +++ head/devel/dissy/pkg-descr Wed Mar 29 17:31:06 2017 (r437217) @@ -1,4 +1,4 @@ Dissy is a graphical frontend to the objdump disassembler. Dissy can be used for debugging and browsing compiler-generated code. -WWW: http://code.google.com/p/dissy/ +WWW: https://github.com/SimonKagstrom/dissy From owner-svn-ports-all@freebsd.org Wed Mar 29 17:33:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50127D236E0; Wed, 29 Mar 2017 17:33:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E22E6B603; Wed, 29 Mar 2017 17:33:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2THX0QU092313; Wed, 29 Mar 2017 17:33:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2THWx5a092288; Wed, 29 Mar 2017 17:32:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703291732.v2THWx5a092288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 29 Mar 2017 17:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437218 - head/x11/xscreensaver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:33:01 -0000 Author: pi Date: Wed Mar 29 17:32:59 2017 New Revision: 437218 URL: https://svnweb.freebsd.org/changeset/ports/437218 Log: x11/xscreensaver: update 5.35 -> 5.36 - Add MIT License PR: 213575 Changes: https://www.jwz.org/xscreensaver/changelog.html Submitted by: Piotr Kubaj Approved by: zeising (maintainer timeout) Modified: head/x11/xscreensaver/Makefile head/x11/xscreensaver/distinfo head/x11/xscreensaver/pkg-plist Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Wed Mar 29 17:31:06 2017 (r437217) +++ head/x11/xscreensaver/Makefile Wed Mar 29 17:32:59 2017 (r437218) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= xscreensaver -PORTVERSION= 5.35 +PORTVERSION= 5.36 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ MAINTAINER= zeising@FreeBSD.org COMMENT= Save your screen while you entertain your cat +LICENSE= MIT + RUN_DEPENDS= p5-libwww>0:www/p5-libwww \ giftopnm:graphics/netpbm LIB_DEPENDS= libgle.so:graphics/gle \ Modified: head/x11/xscreensaver/distinfo ============================================================================== --- head/x11/xscreensaver/distinfo Wed Mar 29 17:31:06 2017 (r437217) +++ head/x11/xscreensaver/distinfo Wed Mar 29 17:32:59 2017 (r437218) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464367058 -SHA256 (xscreensaver-5.35.tar.gz) = 1e6c8471a9af4862f38a6dd5c6e61fe12b052d35af44b2941904c6e333586b22 -SIZE (xscreensaver-5.35.tar.gz) = 10502468 +TIMESTAMP = 1490768714 +SHA256 (xscreensaver-5.36.tar.gz) = 6b8b5238047f1613d99149bb02d5ed3384675f3ce74a0a8ba25290bd61abc06c +SIZE (xscreensaver-5.36.tar.gz) = 10600872 Modified: head/x11/xscreensaver/pkg-plist ============================================================================== --- head/x11/xscreensaver/pkg-plist Wed Mar 29 17:31:06 2017 (r437217) +++ head/x11/xscreensaver/pkg-plist Wed Mar 29 17:32:59 2017 (r437218) @@ -45,7 +45,9 @@ bin/xscreensaver-hacks/crackberg bin/xscreensaver-hacks/crystal bin/xscreensaver-hacks/cube21 bin/xscreensaver-hacks/cubenetic +bin/xscreensaver-hacks/cubestack bin/xscreensaver-hacks/cubestorm +bin/xscreensaver-hacks/cubetwist bin/xscreensaver-hacks/cubicgrid bin/xscreensaver-hacks/cwaves bin/xscreensaver-hacks/cynosure @@ -54,6 +56,7 @@ bin/xscreensaver-hacks/decayscreen bin/xscreensaver-hacks/deco bin/xscreensaver-hacks/deluxe bin/xscreensaver-hacks/demon +bin/xscreensaver-hacks/discoball bin/xscreensaver-hacks/discrete bin/xscreensaver-hacks/distort bin/xscreensaver-hacks/drift @@ -101,6 +104,7 @@ bin/xscreensaver-hacks/halftone bin/xscreensaver-hacks/halo bin/xscreensaver-hacks/helix bin/xscreensaver-hacks/hexadrop +bin/xscreensaver-hacks/hexstrut bin/xscreensaver-hacks/hilbert bin/xscreensaver-hacks/hopalong bin/xscreensaver-hacks/hydrostat @@ -186,6 +190,7 @@ bin/xscreensaver-hacks/sonar bin/xscreensaver-hacks/speedmine bin/xscreensaver-hacks/spheremonics bin/xscreensaver-hacks/splitflap +bin/xscreensaver-hacks/splodesic bin/xscreensaver-hacks/spotlight bin/xscreensaver-hacks/sproingies bin/xscreensaver-hacks/squiral @@ -276,7 +281,9 @@ man/man6/crackberg.6.gz man/man6/crystal.6.gz man/man6/cube21.6.gz man/man6/cubenetic.6.gz +man/man6/cubestack.6.gz man/man6/cubestorm.6.gz +man/man6/cubetwist.6.gz man/man6/cubicgrid.6.gz man/man6/cwaves.6.gz man/man6/cynosure.6.gz @@ -285,6 +292,7 @@ man/man6/decayscreen.6.gz man/man6/deco.6.gz man/man6/deluxe.6.gz man/man6/demon.6.gz +man/man6/discoball.6.gz man/man6/discrete.6.gz man/man6/distort.6.gz man/man6/drift.6.gz @@ -332,6 +340,7 @@ man/man6/halftone.6.gz man/man6/halo.6.gz man/man6/helix.6.gz man/man6/hexadrop.6.gz +man/man6/hexstrut.6.gz man/man6/hilbert.6.gz man/man6/hopalong.6.gz man/man6/hydrostat.6.gz @@ -413,6 +422,7 @@ man/man6/sonar.6.gz man/man6/speedmine.6.gz man/man6/spheremonics.6.gz man/man6/splitflap.6.gz +man/man6/splodesic.6.gz man/man6/spotlight.6.gz man/man6/sproingies.6.gz man/man6/squiral.6.gz @@ -523,7 +533,9 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/crystal.xml %%DATADIR%%/config/cube21.xml %%DATADIR%%/config/cubenetic.xml +%%DATADIR%%/config/cubestack.xml %%DATADIR%%/config/cubestorm.xml +%%DATADIR%%/config/cubetwist.xml %%DATADIR%%/config/cubicgrid.xml %%DATADIR%%/config/cwaves.xml %%DATADIR%%/config/cynosure.xml @@ -532,6 +544,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/deco.xml %%DATADIR%%/config/deluxe.xml %%DATADIR%%/config/demon.xml +%%DATADIR%%/config/discoball.xml %%DATADIR%%/config/discrete.xml %%DATADIR%%/config/distort.xml %%DATADIR%%/config/drift.xml @@ -579,6 +592,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/halo.xml %%DATADIR%%/config/helix.xml %%DATADIR%%/config/hexadrop.xml +%%DATADIR%%/config/hexstrut.xml %%DATADIR%%/config/hilbert.xml %%DATADIR%%/config/hopalong.xml %%DATADIR%%/config/hydrostat.xml @@ -661,6 +675,7 @@ share/pixmaps/xscreensaver.xpm %%DATADIR%%/config/speedmine.xml %%DATADIR%%/config/spheremonics.xml %%DATADIR%%/config/splitflap.xml +%%DATADIR%%/config/splodesic.xml %%DATADIR%%/config/spotlight.xml %%DATADIR%%/config/sproingies.xml %%DATADIR%%/config/squiral.xml From owner-svn-ports-all@freebsd.org Wed Mar 29 17:53:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32544D23FC9; Wed, 29 Mar 2017 17:53:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13C96136A; Wed, 29 Mar 2017 17:53:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 634867C50; Wed, 29 Mar 2017 17:50:26 +0000 (UTC) From: Jan Beich To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi References: <201703291657.v2TGvrpM076369@repo.freebsd.org> Date: Wed, 29 Mar 2017 19:51:55 +0200 In-Reply-To: <201703291657.v2TGvrpM076369@repo.freebsd.org> (Matthew Rezny's message of "Wed, 29 Mar 2017 16:57:53 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 17:53:50 -0000 Matthew Rezny writes: > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' \ [:space:] is invalid character class thus treated as a list of characters. \S corresponds to [^[:space:]], while \s to [[:space:]]. $ man pcrepattern | col -b | fgrep -m1 \\S \S any character that is not a white space character This may break build given -march, etc. are no longer stripped. From owner-svn-ports-all@freebsd.org Wed Mar 29 18:01:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B77C8D241AC; Wed, 29 Mar 2017 18:01:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98D4720AE; Wed, 29 Mar 2017 18:01:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D17A0693; Wed, 29 Mar 2017 18:00:47 +0000 (UTC) Date: Wed, 29 Mar 2017 18:00:47 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437145 - in head/devel: . py-jedi py3-jedi Message-ID: <20170329180047.GA48105@FreeBSD.org> References: <201703281759.v2SHxQlx007752@repo.freebsd.org> <20170328182217.GA9248@FreeBSD.org> <4469A4DC-B4C5-4001-A28C-15CEDD60F42C@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4469A4DC-B4C5-4001-A28C-15CEDD60F42C@adamw.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:01:18 -0000 On Tue, Mar 28, 2017 at 06:49:02PM -0600, Adam Weinberger wrote: > > On 28 Mar, 2017, at 12:22, Alexey Dokuchaev wrote: > > ... > > Seeing a number of these quite similar commits (usually setting MASTERDIR > > and USES[?]=) I'm wondering if this issue can be addressed globally rather > > than copying each individual port with `py3-' prefix? That is, framework > > could produce one or two packages depending on certain condition from the > > same `category/py-foo' port. > > You're talking about subpackages, i.e. building multiple packages off of > the same port (similar ideas for perl modules, apache mods, etc.). I've always wanted to have subpackages (in fact, we have prepared English translation of the original "Ports Proposals" 2011 paper by skv@ for bapt@, which discussed option presets specifically), but this time I was thinking perhaps it could be hacked in an ad-hoc for Python support only. Now more I think about it more I agree that that was a naive thought and we do need real subpackages after all. :-/ > Baptiste has done lots of work on it, but it's not ready yet. There are > some phabricator reviews about it. Yeah, I've seen the links (D8840 and D8843, I presume)? They kind of went away from my radar so I didn't review and comment on them in time, but I plan to, thanks for the reminder. > It's expected to break portmaster and portupgrade, unless they are > updated to handle the changes, so the sooner end-users can be convinced > to switch to poudriere or synth, the easier subpackages will be to deploy. I certainly don't plan to switch from portupgrade and I believe subpackages can be implemented without breaking those good'n'old tools. If skv@ had a vision how to do it in 2011 (before pkg-ng), we should be able to (I hope). ./danfe P.S. Original paper (in Russian) can be found in my $HOME on freefall (Ports_proposals_(rus)_2011-11-19.pdf); you can ask bapt@ for English translation as I don't have that link handy right now. From owner-svn-ports-all@freebsd.org Wed Mar 29 18:01:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2E8D241E1; Wed, 29 Mar 2017 18:01:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2933221D2; Wed, 29 Mar 2017 18:01:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TI1pco003758; Wed, 29 Mar 2017 18:01:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TI1plB003755; Wed, 29 Mar 2017 18:01:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703291801.v2TI1plB003755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 29 Mar 2017 18:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437219 - head/sysutils/virtualmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:01:52 -0000 Author: olgeni Date: Wed Mar 29 18:01:50 2017 New Revision: 437219 URL: https://svnweb.freebsd.org/changeset/ports/437219 Log: Update sysutils/virtualmin to version 5.07. Modified: head/sysutils/virtualmin/Makefile head/sysutils/virtualmin/distinfo head/sysutils/virtualmin/pkg-plist Modified: head/sysutils/virtualmin/Makefile ============================================================================== --- head/sysutils/virtualmin/Makefile Wed Mar 29 17:32:59 2017 (r437218) +++ head/sysutils/virtualmin/Makefile Wed Mar 29 18:01:50 2017 (r437219) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualmin -PORTVERSION= 5.05 +PORTVERSION= 5.07 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/download/virtualmin/ Modified: head/sysutils/virtualmin/distinfo ============================================================================== --- head/sysutils/virtualmin/distinfo Wed Mar 29 17:32:59 2017 (r437218) +++ head/sysutils/virtualmin/distinfo Wed Mar 29 18:01:50 2017 (r437219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464344681 -SHA256 (virtual-server-5.05.gpl.wbm.gz) = 9a519ea96483e84e1a2c52fb319946aeb3fcbc294f8a49b5e769a18b37bc173b -SIZE (virtual-server-5.05.gpl.wbm.gz) = 2299713 +TIMESTAMP = 1490810006 +SHA256 (virtual-server-5.07.gpl.wbm.gz) = 539feff8df53a095ea483e623f0d6fffdb39f55cc66bd9aa2ca81285846e7c00 +SIZE (virtual-server-5.07.gpl.wbm.gz) = 2332062 Modified: head/sysutils/virtualmin/pkg-plist ============================================================================== --- head/sysutils/virtualmin/pkg-plist Wed Mar 29 17:32:59 2017 (r437218) +++ head/sysutils/virtualmin/pkg-plist Wed Mar 29 18:01:50 2017 (r437219) @@ -24,6 +24,7 @@ lib/webmin/virtual-server/backup_form.cg lib/webmin/virtual-server/backup_sched.cgi lib/webmin/virtual-server/backuplog.cgi lib/webmin/virtual-server/backups-lib.pl +lib/webmin/virtual-server/break_cert.cgi lib/webmin/virtual-server/bw-template lib/webmin/virtual-server/bw.pl lib/webmin/virtual-server/bwgraph.cgi @@ -58,6 +59,7 @@ lib/webmin/virtual-server/copy_cert.cgi lib/webmin/virtual-server/copy_cert_dovecot.cgi lib/webmin/virtual-server/copy_cert_postfix.cgi lib/webmin/virtual-server/copy_cert_proftpd.cgi +lib/webmin/virtual-server/copycert-lib.pl lib/webmin/virtual-server/create-admin.pl lib/webmin/virtual-server/create-alias.pl lib/webmin/virtual-server/create-database.pl @@ -78,6 +80,7 @@ lib/webmin/virtual-server/csr.cgi lib/webmin/virtual-server/defaultacl lib/webmin/virtual-server/delete-admin.pl lib/webmin/virtual-server/delete-alias.pl +lib/webmin/virtual-server/delete-backup.pl lib/webmin/virtual-server/delete-database.pl lib/webmin/virtual-server/delete-domain.pl lib/webmin/virtual-server/delete-php-directory.pl @@ -93,6 +96,7 @@ lib/webmin/virtual-server/delete-templat lib/webmin/virtual-server/delete-user.pl lib/webmin/virtual-server/delete_admins.cgi lib/webmin/virtual-server/delete_aliases.cgi +lib/webmin/virtual-server/delete_backup.cgi lib/webmin/virtual-server/delete_databases.cgi lib/webmin/virtual-server/delete_domain.cgi lib/webmin/virtual-server/delete_plans.cgi @@ -451,6 +455,7 @@ lib/webmin/virtual-server/help/config_ap lib/webmin/virtual-server/help/config_api_helper.nl.html lib/webmin/virtual-server/help/config_append.html lib/webmin/virtual-server/help/config_append.nl.html +lib/webmin/virtual-server/help/config_auto_redirect.html lib/webmin/virtual-server/help/config_avail_at.html lib/webmin/virtual-server/help/config_avail_at.nl.html lib/webmin/virtual-server/help/config_avail_change-user.html @@ -528,6 +533,7 @@ lib/webmin/virtual-server/help/config_co lib/webmin/virtual-server/help/config_collect_restart.nl.html lib/webmin/virtual-server/help/config_compression.html lib/webmin/virtual-server/help/config_compression.nl.html +lib/webmin/virtual-server/help/config_contact_email.html lib/webmin/virtual-server/help/config_default_procmail.html lib/webmin/virtual-server/help/config_default_procmail.nl.html lib/webmin/virtual-server/help/config_defip.html @@ -584,6 +590,7 @@ lib/webmin/virtual-server/help/config_ha lib/webmin/virtual-server/help/config_ham_trap_white.nl.html lib/webmin/virtual-server/help/config_hide_alias.html lib/webmin/virtual-server/help/config_hide_alias.nl.html +lib/webmin/virtual-server/help/config_home_backup.html lib/webmin/virtual-server/help/config_home_base.html lib/webmin/virtual-server/help/config_home_base.nl.html lib/webmin/virtual-server/help/config_home_format.html @@ -768,6 +775,7 @@ lib/webmin/virtual-server/help/config_sh lib/webmin/virtual-server/help/config_show_ugroup.html lib/webmin/virtual-server/help/config_show_ugroup.nl.html lib/webmin/virtual-server/help/config_show_uquotas.html +lib/webmin/virtual-server/help/config_show_validation.html lib/webmin/virtual-server/help/config_spam.html lib/webmin/virtual-server/help/config_spam.nl.html lib/webmin/virtual-server/help/config_spam_delivery.html @@ -965,6 +973,7 @@ lib/webmin/virtual-server/help/limits_fo lib/webmin/virtual-server/help/limits_ipfollow.html lib/webmin/virtual-server/help/limits_mailbox.html lib/webmin/virtual-server/help/limits_mailbox.nl.html +lib/webmin/virtual-server/help/limits_migrate.html lib/webmin/virtual-server/help/limits_modules.html lib/webmin/virtual-server/help/limits_modules.nl.html lib/webmin/virtual-server/help/limits_mongrels.html @@ -1177,6 +1186,8 @@ lib/webmin/virtual-server/help/reseller_ lib/webmin/virtual-server/help/reseller_max_quota.nl.html lib/webmin/virtual-server/help/reseller_max_realdoms.html lib/webmin/virtual-server/help/reseller_max_realdoms.nl.html +lib/webmin/virtual-server/help/reseller_max_topdoms.html +lib/webmin/virtual-server/help/reseller_migrate.html lib/webmin/virtual-server/help/reseller_name.html lib/webmin/virtual-server/help/reseller_name.nl.html lib/webmin/virtual-server/help/reseller_pass.html @@ -1322,6 +1333,7 @@ lib/webmin/virtual-server/help/template_ lib/webmin/virtual-server/help/template_dns_dmarcpct.html lib/webmin/virtual-server/help/template_dns_master.html lib/webmin/virtual-server/help/template_dns_master.nl.html +lib/webmin/virtual-server/help/template_dns_mx.html lib/webmin/virtual-server/help/template_dns_ns.html lib/webmin/virtual-server/help/template_dns_ns.nl.html lib/webmin/virtual-server/help/template_dns_records.html @@ -1522,6 +1534,7 @@ lib/webmin/virtual-server/help/template_ lib/webmin/virtual-server/help/template_web_port.nl.html lib/webmin/virtual-server/help/template_web_sslport.html lib/webmin/virtual-server/help/template_web_sslport.nl.html +lib/webmin/virtual-server/help/template_web_sslprotos.html lib/webmin/virtual-server/help/template_web_urlport.html lib/webmin/virtual-server/help/template_web_urlsslport.html lib/webmin/virtual-server/help/template_web_usermin_ssl.html @@ -1569,6 +1582,7 @@ lib/webmin/virtual-server/help/usage.nl. lib/webmin/virtual-server/help/user_auto.fr.html lib/webmin/virtual-server/help/user_auto.html lib/webmin/virtual-server/help/user_auto.nl.html +lib/webmin/virtual-server/help/user_charset.html lib/webmin/virtual-server/help/user_forward.fr.html lib/webmin/virtual-server/help/user_forward.html lib/webmin/virtual-server/help/user_forward.nl.html @@ -1704,6 +1718,7 @@ lib/webmin/virtual-server/images/usage-u lib/webmin/virtual-server/images/usage-web.gif lib/webmin/virtual-server/images/users.gif lib/webmin/virtual-server/images/v-icon.gif +lib/webmin/virtual-server/images/validate.png lib/webmin/virtual-server/images/view.gif lib/webmin/virtual-server/images/virtualmin.gif lib/webmin/virtual-server/images/virtualmin.png @@ -1718,6 +1733,7 @@ lib/webmin/virtual-server/index.cgi lib/webmin/virtual-server/info.pl lib/webmin/virtual-server/install-cert.pl lib/webmin/virtual-server/install-script.pl +lib/webmin/virtual-server/install-service-cert.pl lib/webmin/virtual-server/install_dkim.cgi lib/webmin/virtual-server/install_postgrey.cgi lib/webmin/virtual-server/install_ratelimit.cgi @@ -1953,6 +1969,13 @@ lib/webmin/virtual-server/newfeatures-al lib/webmin/virtual-server/newfeatures-all/5.0/1-excludes lib/webmin/virtual-server/newfeatures-all/5.0/2-backuplogs lib/webmin/virtual-server/newfeatures-all/5.01/1-lets +lib/webmin/virtual-server/newfeatures-all/5.04/1-deletebackups +lib/webmin/virtual-server/newfeatures-all/5.05/2-dsrecords +lib/webmin/virtual-server/newfeatures-all/5.05/3-tlsa +lib/webmin/virtual-server/newfeatures-all/5.05/4-letscopy +lib/webmin/virtual-server/newfeatures-all/5.05/5-owneropts +lib/webmin/virtual-server/newfeatures-all/5.06/1-fpm +lib/webmin/virtual-server/newfeatures-all/5.06/2-migrate lib/webmin/virtual-server/newfeatures-gpl/3.52/8-webowner lib/webmin/virtual-server/newfeatures-gpl/3.55/8-move lib/webmin/virtual-server/newfeatures-gpl/3.55/9-preload @@ -1996,6 +2019,8 @@ lib/webmin/virtual-server/newfeatures-gp lib/webmin/virtual-server/newfeatures-gpl/4.18/0-scripts lib/webmin/virtual-server/newfeatures-gpl/4.19/0-scripts lib/webmin/virtual-server/newfeatures-gpl/5.02/0-scripts +lib/webmin/virtual-server/newfeatures-gpl/5.04/0-scripts +lib/webmin/virtual-server/newfeatures-gpl/5.06/0-scripts lib/webmin/virtual-server/newfeatures-lib.pl lib/webmin/virtual-server/newip_form.cgi lib/webmin/virtual-server/newkey.cgi @@ -2112,6 +2137,7 @@ lib/webmin/virtual-server/simple-lib.pl lib/webmin/virtual-server/spamclear.pl lib/webmin/virtual-server/spamconfig.pl lib/webmin/virtual-server/spamtrap.pl +lib/webmin/virtual-server/start-stop-script.pl lib/webmin/virtual-server/start_feature.cgi lib/webmin/virtual-server/start_script.cgi lib/webmin/virtual-server/stats-lib.pl @@ -2120,6 +2146,7 @@ lib/webmin/virtual-server/stop_script.cg lib/webmin/virtual-server/subdomain-template lib/webmin/virtual-server/summary_domain.cgi lib/webmin/virtual-server/switch_theme.cgi +lib/webmin/virtual-server/switch_user.cgi lib/webmin/virtual-server/system_info.pl lib/webmin/virtual-server/test-imap.pl lib/webmin/virtual-server/test-pop3.pl From owner-svn-ports-all@freebsd.org Wed Mar 29 18:09:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AB30D242E1; Wed, 29 Mar 2017 18:09:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A259274B; Wed, 29 Mar 2017 18:09:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TI97Li004706; Wed, 29 Mar 2017 18:09:07 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TI97w9004705; Wed, 29 Mar 2017 18:09:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703291809.v2TI97w9004705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 29 Mar 2017 18:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437220 - head/x11-fm/krusader2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:09:08 -0000 Author: tcberner Date: Wed Mar 29 18:09:07 2017 New Revision: 437220 URL: https://svnweb.freebsd.org/changeset/ports/437220 Log: Take maintainership of x11-fm/krusader2 Approved by: rakuco (mentor) Modified: head/x11-fm/krusader2/Makefile Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Wed Mar 29 18:01:50 2017 (r437219) +++ head/x11-fm/krusader2/Makefile Wed Mar 29 18:09:07 2017 (r437220) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= x11-fm kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander LICENSE= GPLv2+ From owner-svn-ports-all@freebsd.org Wed Mar 29 18:16:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E057DD24593; Wed, 29 Mar 2017 18:16:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA4C32DB5; Wed, 29 Mar 2017 18:16:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TIGkbL008809; Wed, 29 Mar 2017 18:16:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TIGkNO008802; Wed, 29 Mar 2017 18:16:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703291816.v2TIGkNO008802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 18:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437221 - in head/net-mgmt: . semaphore semaphore/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:16:48 -0000 Author: swills Date: Wed Mar 29 18:16:46 2017 New Revision: 437221 URL: https://svnweb.freebsd.org/changeset/ports/437221 Log: net-mgmt/semaphore: create port Open Source alternative to Ansible Tower WWW: https://ansible-semaphore.github.io/semaphore/ Added: head/net-mgmt/semaphore/ head/net-mgmt/semaphore/Makefile (contents, props changed) head/net-mgmt/semaphore/distinfo (contents, props changed) head/net-mgmt/semaphore/files/ head/net-mgmt/semaphore/files/patch-config.json (contents, props changed) head/net-mgmt/semaphore/files/semaphore.in (contents, props changed) head/net-mgmt/semaphore/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Mar 29 18:09:07 2017 (r437220) +++ head/net-mgmt/Makefile Wed Mar 29 18:16:46 2017 (r437221) @@ -318,6 +318,7 @@ SUBDIR += seafile-client SUBDIR += seafile-gui SUBDIR += seafile-server + SUBDIR += semaphore SUBDIR += send SUBDIR += sendip SUBDIR += sipcalc Added: head/net-mgmt/semaphore/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/semaphore/Makefile Wed Mar 29 18:16:46 2017 (r437221) @@ -0,0 +1,64 @@ +# $FreeBSD$ + +PORTNAME= semaphore +PORTVERSION= 2.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= net-mgmt + +MAINTAINER= swills@FreeBSD.org +COMMENT= Open Source alternative to Ansible Tower + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go \ + ${LOCALBASE}/bin/go-bindata:devel/go-bindata \ + npm>=0:www/npm +RUN_DEPENDS= ansible:sysutils/ansible \ + git:devel/git + +USE_GITHUB= yes +GH_SUBDIR= src/github.com/ansible-semaphore/semaphore +GH_ACCOUNT= ansible-semaphore +GH_TUPLE= ansible-semaphore:semaphore-vendor:dcb3abe:vendor/public/vendor \ + swills:semaphore-node_modules:v${PORTVERSION}:modules/public/node_modules \ + swills:semaphore-rendered_files:v${PORTVERSION}:render/public.rendered \ + bugsnag:bugsnag-go:70e1420:bugsnag/src/github.com/bugsnag/bugsnag-go \ + bugsnag:panicwrap:aa7703c:panicwrap/src/github.com/bugsnag/panicwrap \ + gin-gonic:gin:e2212d4:gonic/src/github.com/gin-gonic/gin \ + go-sql-driver:mysql:9dee4ca:gomysql/src/github.com/go-sql-driver/mysql \ + golang:protobuf:c9c7427:protobuf/src/github.com/golang/protobuf \ + google:go-github:d683a1c:gogithub/src/github.com/google/go-github \ + google:go-querystring:53e6ce1:querystring/src/github.com/google/go-querystring \ + gorilla:securecookie:e59506c:securecookie/src/github.com/gorilla/securecookie \ + gorilla:websocket:a91eba7:websocket/src/github.com/gorilla/websocket \ + kardianos:osext:9d302b5:osext/src/github.com/kardianos/osext \ + manucorporat:sse:ee05b12:sse/src/github.com/manucorporat/sse \ + masterminds:squirrel:20f1922:squirrel/src/github.com/masterminds/squirrel \ + lann:builder:f22ce00:builder/src/github.com/lann/builder \ + lann:ps:62de8c4:ps/src/github.com/lann/ps \ + mattn:go-isatty:fc9e8d8:go_isatty/src/github.com/mattn/go-isatty \ + russross:blackfriday:5f33e7b:blackfriday/src/github.com/russross/blackfriday \ + shurcooL:sanitized_anchor_name:1dba4b3:sanitized/src/github.com/shurcooL/sanitized_anchor_name \ + golang:net:6c23252:net/src/golang.org/x/net \ + golang:crypto:459e265:crypto/src/golang.org/x/crypto \ + go-playground:validator:5f57d22:playground/src/gopkg.in/go-playground/validator.v8 \ + go-gorp:gorp:c87af80:gorp/src/gopkg.in/gorp.v1 \ + go-yaml:yaml:a3f3340:yaml/src/gopkg.in/yaml.v2 + +PLIST_FILES= bin/semaphore \ + "@sample etc/semaphore/semaphore_config.json.sample" + +USE_RC_SUBR= semaphore + +post-patch: + @${CP} -R ${WRKSRC}/public.rendered/public/ ${WRKSRC}/public/ + +do-build: + @(cd ${WRKSRC}/public ; node ./bundler.js ) + @(cd ${WRKSRC} ; go-bindata -o util/bindata.go -pkg util config.json db/migrations/ public/css public/html public/html/projects public/html/projects/repositories public/html/projects/inventory public/html/projects/templates public/html/projects/users public/html/projects/environment public/html/projects/keys public/html/users public/html/auth public/img public/js public/js/services public/js/controllers public/js/controllers/projects public/js/routes public/js/factories public/node_modules public/node_modules/lodash public/node_modules/lodash/fp public/node_modules/async public/node_modules/async/dist public/node_modules/async/internal public/vendor public/vendor/fontawesome public/vendor/fontawesome/less public/vendor/fontawesome/fonts public/vendor/sweetalert public/vendor/moment public/vendor/bootstrap public/vendor/bootstrap/fonts public/vendor/bootstrap/dist public/vendor/bootstrap/dist/css public/vendor/bootstrap/dist/fonts public/vendor/bootstrap/dist/js public/vendor/bootst rap/less public/vendor/bootstrap/less/mixins public/vendor/angular-loading-bar ) + @(cd ${WRKSRC}/cli ; ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o semaphore ./... ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cli/semaphore ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/semaphore + ${CP} ${WRKSRC}/config.json ${STAGEDIR}${PREFIX}/etc/semaphore/semaphore_config.json.sample + +.include Added: head/net-mgmt/semaphore/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/semaphore/distinfo Wed Mar 29 18:16:46 2017 (r437221) @@ -0,0 +1,53 @@ +TIMESTAMP = 1490753329 +SHA256 (ansible-semaphore-semaphore-v2.2.0_GH0.tar.gz) = e8495615640812853d729683c468bf653c1ba7b1823a1ce85532866a4f04dbc5 +SIZE (ansible-semaphore-semaphore-v2.2.0_GH0.tar.gz) = 150796 +SHA256 (ansible-semaphore-semaphore-vendor-dcb3abe_GH0.tar.gz) = cf3eea907e531447ab1992e080ef8e4be107673b91b35b7e465628bd9b7d580b +SIZE (ansible-semaphore-semaphore-vendor-dcb3abe_GH0.tar.gz) = 1136879 +SHA256 (swills-semaphore-node_modules-v2.2.0_GH0.tar.gz) = 9c997fac40127dc7dc34816856da1ae0e83bdf3afed0c3eacb4f37bcf8b05b82 +SIZE (swills-semaphore-node_modules-v2.2.0_GH0.tar.gz) = 403647 +SHA256 (swills-semaphore-rendered_files-v2.2.0_GH0.tar.gz) = 58b37023b9d9ba8dfe8d4fd70c4c4d778588a325038070c301fa564f9af07e38 +SIZE (swills-semaphore-rendered_files-v2.2.0_GH0.tar.gz) = 144926 +SHA256 (bugsnag-bugsnag-go-70e1420_GH0.tar.gz) = 0c2b8f68195bef850283162fdde5235b5408172c268f4f1db26ed76f9d410b34 +SIZE (bugsnag-bugsnag-go-70e1420_GH0.tar.gz) = 111367 +SHA256 (bugsnag-panicwrap-aa7703c_GH0.tar.gz) = 64040e32f60b49d681d676b238a0458ed3bf230149f3dc1bfb11119ed83813a7 +SIZE (bugsnag-panicwrap-aa7703c_GH0.tar.gz) = 8463 +SHA256 (gin-gonic-gin-e2212d4_GH0.tar.gz) = ee90311f24299aeb72d5f2910330144e681e1975f78ef0e4e86778b15bf43d0a +SIZE (gin-gonic-gin-e2212d4_GH0.tar.gz) = 111382 +SHA256 (go-sql-driver-mysql-9dee4ca_GH0.tar.gz) = d1c75ba6276a9b7688a561165b8939f3b0c1a8738305d852e27a185b062d6f1b +SIZE (go-sql-driver-mysql-9dee4ca_GH0.tar.gz) = 62093 +SHA256 (golang-protobuf-c9c7427_GH0.tar.gz) = 71a9a376cdfd472f583ec0d1cd8e35baa14c5bb63b7ae4416ba5f378cc73b826 +SIZE (golang-protobuf-c9c7427_GH0.tar.gz) = 245281 +SHA256 (google-go-github-d683a1c_GH0.tar.gz) = f8320f37f17299b2ef74fe1472c6d5d0d3d85e62f0dfa041489f240b1f881e9f +SIZE (google-go-github-d683a1c_GH0.tar.gz) = 167507 +SHA256 (google-go-querystring-53e6ce1_GH0.tar.gz) = 85e0895aef7f6045e3cc046f498c623c6ec467215ec831578be71ae63ec412af +SIZE (google-go-querystring-53e6ce1_GH0.tar.gz) = 7490 +SHA256 (gorilla-securecookie-e59506c_GH0.tar.gz) = 3ad0c8b32b0b56ddf1808f765752398549386ca7816c04e0e1a50cbf61e0e8e2 +SIZE (gorilla-securecookie-e59506c_GH0.tar.gz) = 41286 +SHA256 (gorilla-websocket-a91eba7_GH0.tar.gz) = a62ed1f44e71e958c085caca430f4bdc8c2fe6040acb9b6b2980567aefebb96d +SIZE (gorilla-websocket-a91eba7_GH0.tar.gz) = 42935 +SHA256 (kardianos-osext-9d302b5_GH0.tar.gz) = 8d62c9a81b4194c30ce17ff84d7ff88e0ca874991ee6b2b05840d52dd80339a8 +SIZE (kardianos-osext-9d302b5_GH0.tar.gz) = 4841 +SHA256 (manucorporat-sse-ee05b12_GH0.tar.gz) = 8ae20e2320e0756b3e38cf444e4eb4077d7977ef4c57b2a35ba5836a8ff1e2bc +SIZE (manucorporat-sse-ee05b12_GH0.tar.gz) = 5409 +SHA256 (masterminds-squirrel-20f1922_GH0.tar.gz) = 682de3fad9912908bfa03e867de64a2f00de180e208f9ed9ba6fa12d17d76836 +SIZE (masterminds-squirrel-20f1922_GH0.tar.gz) = 16299 +SHA256 (lann-builder-f22ce00_GH0.tar.gz) = fbf3d5c84d3f836f36f8de96644875cc58cdaeffbf6409851fd3a31dc9a80696 +SIZE (lann-builder-f22ce00_GH0.tar.gz) = 5094 +SHA256 (lann-ps-62de8c4_GH0.tar.gz) = dd3cb64a93f9766d8a3762d9832aa0c25fcf475f32c5972866fe9050422d4dce +SIZE (lann-ps-62de8c4_GH0.tar.gz) = 5529 +SHA256 (mattn-go-isatty-fc9e8d8_GH0.tar.gz) = bba2afe8904228211ac3f5fc4c14e065478e585a4052f56aa39671ab8c3140f3 +SIZE (mattn-go-isatty-fc9e8d8_GH0.tar.gz) = 3258 +SHA256 (russross-blackfriday-5f33e7b_GH0.tar.gz) = 30ec0d8bb17b404f7f3a59d574fa5728adc15b0248d433bd14d3ade1b8935b0e +SIZE (russross-blackfriday-5f33e7b_GH0.tar.gz) = 71950 +SHA256 (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 0188ebad02ba0773a70431647bf7f40655dc0fdfccec8a3c682a20e97fd42d36 +SIZE (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 2054 +SHA256 (golang-net-6c23252_GH0.tar.gz) = 349e7e0743b43065d68657a0ef290996aa4aecae3a496bfb717f5ebf5cbb8942 +SIZE (golang-net-6c23252_GH0.tar.gz) = 859543 +SHA256 (golang-crypto-459e265_GH0.tar.gz) = ffb8479183f6b1d7ff5e444c7fedb28bf8995e33df7ae917a6c447b75b1dfc18 +SIZE (golang-crypto-459e265_GH0.tar.gz) = 1317091 +SHA256 (go-playground-validator-5f57d22_GH0.tar.gz) = 53b8e2eedf83fe9860e3b54668cb45d5064704de28747660a3a71aee0af3bf0f +SIZE (go-playground-validator-5f57d22_GH0.tar.gz) = 61529 +SHA256 (go-gorp-gorp-c87af80_GH0.tar.gz) = 32cdd3d8b52b291074a58a3dc347eaf5e9ea0e3bf9dfaa9b8083af091b77d0b4 +SIZE (go-gorp-gorp-c87af80_GH0.tar.gz) = 36726 +SHA256 (go-yaml-yaml-a3f3340_GH0.tar.gz) = e2a3af32b0d55b2426229ea6efca85e4219209225f05fb57af55834a2dee2d1a +SIZE (go-yaml-yaml-a3f3340_GH0.tar.gz) = 60720 Added: head/net-mgmt/semaphore/files/patch-config.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/semaphore/files/patch-config.json Wed Mar 29 18:16:46 2017 (r437221) @@ -0,0 +1,13 @@ +--- config.json.orig 2017-03-28 21:33:04 UTC ++++ config.json +@@ -0,0 +1,10 @@ ++{ ++ "mysql": { ++ "host": "127.0.0.1:3306", ++ "user": "root", ++ "pass": "", ++ "name": "semaphore" ++ }, ++ "session_db": "127.0.0.1:6379", ++ "port": ":3000" ++} Added: head/net-mgmt/semaphore/files/semaphore.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/semaphore/files/semaphore.in Wed Mar 29 18:16:46 2017 (r437221) @@ -0,0 +1,23 @@ +#!/bin/sh + +# PROVIDE: semaphore +# KEYWORD: shutdown + +. /etc/rc.subr + +name=semaphore +rcvar=semaphore_enable + +load_rc_config ${name} + +: ${semaphore_enable:="NO"} +: ${semaphore_config="%%PREFIX%%/etc/semaphore/semaphore_config.json"} + +export PATH=${PATH}:%%PREFIX%%/bin + +pidfile="/var/run/${name}.pid" +procname="%%PREFIX%%/bin/semaphore" +command="/usr/sbin/daemon" +command_args="-f -c -p ${pidfile} /usr/bin/env ${semaphore_env} ${procname} -config \"${semaphore_config}\"" + +run_rc_command "$1" Added: head/net-mgmt/semaphore/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/semaphore/pkg-descr Wed Mar 29 18:16:46 2017 (r437221) @@ -0,0 +1,3 @@ +Open Source alternative to Ansible Tower + +WWW: https://ansible-semaphore.github.io/semaphore/ From owner-svn-ports-all@freebsd.org Wed Mar 29 18:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5AADD249A5; Wed, 29 Mar 2017 18:30:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75AC6391A; Wed, 29 Mar 2017 18:30:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TIUiic013915; Wed, 29 Mar 2017 18:30:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TIUhTX013909; Wed, 29 Mar 2017 18:30:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201703291830.v2TIUhTX013909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 29 Mar 2017 18:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437222 - in head: . converters/ytnef converters/ytnef/files devel devel/libytnef X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:30:45 -0000 Author: pawel Date: Wed Mar 29 18:30:43 2017 New Revision: 437222 URL: https://svnweb.freebsd.org/changeset/ports/437222 Log: - Update converters/ytnef to version 1.9.2, now hosted on GitHub - Add PORTEPOCH, version is going backwards due to using versioning scheme of library distribution - Remove devel/libytnef port, both packages are now developed in one repo Added: head/converters/ytnef/pkg-plist (contents, props changed) Deleted: head/converters/ytnef/files/ head/devel/libytnef/ Modified: head/MOVED head/converters/ytnef/Makefile head/converters/ytnef/distinfo head/converters/ytnef/pkg-descr head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 29 18:16:46 2017 (r437221) +++ head/MOVED Wed Mar 29 18:30:43 2017 (r437222) @@ -9166,3 +9166,4 @@ net-p2p/gnunet||2017-03-27|Has expired: print/abc2mtex||2017-03-27|Has expired: Depends on expiring print/musixtex ftp/bareftp||2017-03-27|Has expired: Broken for more than 6 months www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX +devel/libytnef|converters/ytnef|2017-03-29|Merged into converters/ytnef Modified: head/converters/ytnef/Makefile ============================================================================== --- head/converters/ytnef/Makefile Wed Mar 29 18:16:46 2017 (r437221) +++ head/converters/ytnef/Makefile Wed Mar 29 18:30:43 2017 (r437222) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ytnef -PORTVERSION= 2.6 -PORTREVISION= 2 +PORTVERSION= 1.9.2 +DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= converters mail -MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format @@ -13,25 +13,25 @@ COMMENT= Unpack data in MS Outlook TNEF LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libytnef.so:devel/libytnef RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools -USES= perl5 shebangfix -SHEBANG_FILES= src/ytnef/*.pl +USE_GITHUB= yes +GH_ACCOUNT= Yeraze + +USES= autoreconf libtool pathfix perl5 shebangfix +SHEBANG_FILES= ytnef/ytnefprocess USE_PERL5= run GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PORTDOCS= AUTHORS NEWS README -PLIST_FILES= bin/ytnef bin/ytnefprint bin/ytnefprocess.pl +PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|' \ - ${WRKSRC}/src/ytnef/*.pl + @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ + ${WRKSRC}/ytnef/ytnefprocess post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/converters/ytnef/distinfo ============================================================================== --- head/converters/ytnef/distinfo Wed Mar 29 18:16:46 2017 (r437221) +++ head/converters/ytnef/distinfo Wed Mar 29 18:30:43 2017 (r437222) @@ -1,2 +1,3 @@ -SHA256 (ytnef-2.6.tar.gz) = 9addfcb7c412cdc3a2dc0c350e2130816633a35b3de37f1047d55e345dea99dc -SIZE (ytnef-2.6.tar.gz) = 94146 +TIMESTAMP = 1490808908 +SHA256 (Yeraze-ytnef-v1.9.2_GH0.tar.gz) = 48f7d7272ba74b267d3f98a1b14c81fef54cfb53460346d7c36a9604df1f95ad +SIZE (Yeraze-ytnef-v1.9.2_GH0.tar.gz) = 300945 Modified: head/converters/ytnef/pkg-descr ============================================================================== --- head/converters/ytnef/pkg-descr Wed Mar 29 18:16:46 2017 (r437221) +++ head/converters/ytnef/pkg-descr Wed Mar 29 18:30:43 2017 (r437222) @@ -11,4 +11,4 @@ use Microsoft Outlook to view them. Now supports winmail.dat Outlook files -WWW: http://ytnef.sourceforge.net/ +WWW: https://github.com/Yeraze/ytnef Added: head/converters/ytnef/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/ytnef/pkg-plist Wed Mar 29 18:30:43 2017 (r437222) @@ -0,0 +1,14 @@ +bin/ytnef +bin/ytnefprint +bin/ytnefprocess +include/mapi.h +include/mapidefs.h +include/mapitags.h +include/tnef-errors.h +include/tnef-types.h +include/ytnef.h +lib/libytnef.a +lib/libytnef.so +lib/libytnef.so.0 +lib/libytnef.so.0.0.0 +libdata/pkgconfig/libytnef.pc Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 29 18:16:46 2017 (r437221) +++ head/devel/Makefile Wed Mar 29 18:30:43 2017 (r437222) @@ -1496,7 +1496,6 @@ SUBDIR += libxalloc SUBDIR += libxo SUBDIR += libxs - SUBDIR += libytnef SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi From owner-svn-ports-all@freebsd.org Wed Mar 29 18:43:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35342D24F8C; Wed, 29 Mar 2017 18:43:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDC062851; Wed, 29 Mar 2017 18:43:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TIhJT2020757; Wed, 29 Mar 2017 18:43:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TIhJ3B020753; Wed, 29 Mar 2017 18:43:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703291843.v2TIhJ3B020753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 18:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437223 - in head/devel: . py3-meson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:43:21 -0000 Author: swills Date: Wed Mar 29 18:43:19 2017 New Revision: 437223 URL: https://svnweb.freebsd.org/changeset/ports/437223 Log: devel/py3-meson: create port Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang and Visual Studio. Its build definitions are written in a simple non-turing complete DSL. WWW: http://mesonbuild.com/ Added: head/devel/py3-meson/ head/devel/py3-meson/Makefile (contents, props changed) head/devel/py3-meson/distinfo (contents, props changed) head/devel/py3-meson/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 29 18:30:43 2017 (r437222) +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r437223) @@ -4924,6 +4924,7 @@ SUBDIR += py3-libzfs SUBDIR += py3-lxml SUBDIR += py3-mccabe + SUBDIR += py3-meson SUBDIR += py3-nose SUBDIR += py3-ply SUBDIR += py3-prompt_toolkit Added: head/devel/py3-meson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017 (r437223) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= meson +PORTVERSION= 0.39.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX?= + +MAINTAINER= swills@FreeBSD.org +COMMENT= High performance build system + +USES= python:3.5+ +USE_PYTHON= autoplist distutils + +RUN_DEPENDS= python3:lang/python3 + +.include Added: head/devel/py3-meson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017 (r437223) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490675281 +SHA256 (meson-0.39.1.tar.gz) = 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 +SIZE (meson-0.39.1.tar.gz) = 558928 Added: head/devel/py3-meson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 2017 (r437223) @@ -0,0 +1,6 @@ +Meson is a cross-platform build system designed to be both as fast and as user +friendly as possible. It supports many languages and compilers, including GCC, +Clang and Visual Studio. Its build definitions are written in a simple +non-turing complete DSL. + +WWW: http://mesonbuild.com/ From owner-svn-ports-all@freebsd.org Wed Mar 29 18:52:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64E76D2376D; Wed, 29 Mar 2017 18:52:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46153C46; Wed, 29 Mar 2017 18:52:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 042C33394; Wed, 29 Mar 2017 18:37:58 +0000 (UTC) Date: Wed, 29 Mar 2017 18:37:57 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437211 - in head/net-im: qwit qwit-devel Message-ID: <20170329183757.GA83451@FreeBSD.org> References: <201703291645.v2TGjdp1072002@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703291645.v2TGjdp1072002@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:52:48 -0000 On Wed, Mar 29, 2017 at 04:45:39PM +0000, Mark Linimon wrote: > New Revision: 437211 > URL: https://svnweb.freebsd.org/changeset/ports/437211 > > Log: > Maintainer's email address bounces. > > While here, pet portlint. > ... > BROKEN= Unfetchable (google code has gone away) You could've also pointed MASTER_SITES to Google Code Archive to unbreak it. ./danfe From owner-svn-ports-all@freebsd.org Wed Mar 29 19:18:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3875DD23F42; Wed, 29 Mar 2017 19:18:37 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 105961EBA; Wed, 29 Mar 2017 19:18:36 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TJIaV1033038; Wed, 29 Mar 2017 19:18:36 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TJIZ47033028; Wed, 29 Mar 2017 19:18:35 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291918.v2TJIZ47033028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 19:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437224 - in head: Mk/Uses sysutils/ksysguardd sysutils/ksysguardd/files x11/kde4-workspace x11/kde4-workspace/files x11/plasma-scriptengine-python x11/plasma-scriptengine-ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:18:37 -0000 Author: rezny Date: Wed Mar 29 19:18:34 2017 New Revision: 437224 URL: https://svnweb.freebsd.org/changeset/ports/437224 Log: Update to 4.11.22, the last release from KDE.org Drop obsolete patches, add one to fix build, and rename a few patches. Reviewed by: rakuco, tcberner, mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10148 Added: head/sysutils/ksysguardd/files/patch-modules.h (contents, props changed) head/x11/kde4-workspace/files/patch-kdm_backend_client.c - copied unchanged from r437223, head/x11/kde4-workspace/files/patch-kdm__backend__client.c head/x11/kde4-workspace/files/patch-kdm_kfrontend_CMakeLists.txt - copied unchanged from r437223, head/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt head/x11/kde4-workspace/files/patch-powerdevil_daemon_backends_upower_xrandrbrightness.cpp - copied unchanged from r437223, head/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp Deleted: head/x11/kde4-workspace/files/patch-git_0f43493 head/x11/kde4-workspace/files/patch-git_68a4d76 head/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt head/x11/kde4-workspace/files/patch-kdm__backend__client.c head/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp Modified: head/Mk/Uses/kde.mk head/sysutils/ksysguardd/Makefile head/x11/kde4-workspace/Makefile head/x11/kde4-workspace/distinfo head/x11/plasma-scriptengine-python/Makefile head/x11/plasma-scriptengine-ruby/Makefile Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Wed Mar 29 18:43:19 2017 (r437223) +++ head/Mk/Uses/kde.mk Wed Mar 29 19:18:34 2017 (r437224) @@ -57,7 +57,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} KDE4_VERSION?= 4.14.3 KDE4_KDELIBS_VERSION= 4.14.30 KDE4_ACTIVITIES_VERSION= 4.13.3 -KDE4_WORKSPACE_VERSION= 4.11.21 +KDE4_WORKSPACE_VERSION= 4.11.22 KDE4_KDEPIM_VERSION?= 4.14.10 # Applications version for the kde4-applications. KDE4_APPLICATIONS_BRANCH?= Attic Modified: head/sysutils/ksysguardd/Makefile ============================================================================== --- head/sysutils/ksysguardd/Makefile Wed Mar 29 18:43:19 2017 (r437223) +++ head/sysutils/ksysguardd/Makefile Wed Mar 29 19:18:34 2017 (r437224) @@ -2,10 +2,8 @@ PORTNAME= ksysguardd PORTVERSION= ${KDE4_WORKSPACE_VERSION} -CATEGORIES= sysutils kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src +CATEGORIES= sysutils kde kde-applications DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE System Guard Daemon @@ -15,11 +13,13 @@ USES= cmake kde:4 tar:xz CMAKE_ARGS+= -DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \ -DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc" +KDE_APPLICATIONS_VERSION= 15.08.0 + EXTRACT_AFTER_ARGS= '${DISTNAME}/ksysguard/${PORTNAME}' \ '${DISTNAME}/ksysguard/example/${PORTNAME}rc' \ '${DISTNAME}/ksysguard/gui/SignalIDs.h' -WRKSRC= ${WRKDIR}/${DISTNAME}/ksysguard/${PORTNAME} +WRKSRC_SUBDIR= ksysguard/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}rc Added: head/sysutils/ksysguardd/files/patch-modules.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ksysguardd/files/patch-modules.h Wed Mar 29 19:18:34 2017 (r437224) @@ -0,0 +1,13 @@ +* Silence a syntax warning + +--- modules.h.orig 2015-08-12 07:03:15 UTC ++++ modules.h +@@ -144,7 +144,7 @@ struct SensorModul SensorModulList[] = { + { "Uptime", initUptime, exitUptime, NULLIVFUNC, NULLVVFUNC, 0, NULLTIME }, + #endif /* OSTYPE_Linux */ + +-#if defined OSTYPE_FreeBSD || defined OSTYPE_DragonFly ++#if defined(OSTYPE_FreeBSD) || defined(OSTYPE_DragonFly) + { "Acpi", initACPI, exitACPI, updateACPI, NULLVVFUNC, 0, NULLTIME }, + #ifdef __i386__ + { "Apm", initApm, exitApm, updateApm, NULLVVFUNC, 0, NULLTIME }, Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Wed Mar 29 18:43:19 2017 (r437223) +++ head/x11/kde4-workspace/Makefile Wed Mar 29 19:18:34 2017 (r437224) @@ -2,10 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 7 -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Plasma Desktop @@ -14,6 +11,8 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libck-connector.so:sysutils/consolekit \ libpci.so:devel/libpci \ libhal.so:sysutils/hal \ + libqjson.so:devel/qjson \ + libcln.so:math/cln \ libqalculate.so:math/libqalculate \ libprison.so:graphics/prison \ libboost_thread.so:devel/boost-libs \ @@ -42,18 +41,20 @@ RUN_DEPENDS= ${KDE_PREFIX}/env/xdg-env.s USES= cmake:outsource compiler:c++11-lib gettext gmake jpeg kde:4 \ pkgconfig shebangfix tar:xz -USE_GL= glu -USE_GNOME= glib20 +USE_GL= gl glu +USE_GNOME= glib20 libxml2 USE_KDE= kactivities kdelibs nepomuk-core oxygen-icons4 \ pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi USE_QT4= corelib dbus declarative designer_build gui network \ - opengl phonon qtestlib script sql webkit xml \ + opengl phonon qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build -USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \ - xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst +USE_XORG= ice sm kbproto x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ + xft xi xinerama xkbfile xpm xrandr xrender xres xscrnsaver xtst xxf86vm SHEBANG_FILES= kwin/clients/oxygen/data/update_oxygen.pl USE_LDCONFIG= yes +KDE_APPLICATIONS_VERSION= 15.08.0 + CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DBUILD_python:BOOL=OFF \ -DBUILD_ruby:BOOL=OFF \ Modified: head/x11/kde4-workspace/distinfo ============================================================================== --- head/x11/kde4-workspace/distinfo Wed Mar 29 18:43:19 2017 (r437223) +++ head/x11/kde4-workspace/distinfo Wed Mar 29 19:18:34 2017 (r437224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466144753 -SHA256 (KDE/4.11.21/kde-workspace-4.11.21.tar.xz) = 7196c68802af335b15a3b8e14c55a15ed7c2c0e9145a047dc6d4a281fe7f7c8f -SIZE (KDE/4.11.21/kde-workspace-4.11.21.tar.xz) = 13550508 +TIMESTAMP = 1490623839 +SHA256 (KDE/applications/15.08.0/kde-workspace-4.11.22.tar.xz) = f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 +SIZE (KDE/applications/15.08.0/kde-workspace-4.11.22.tar.xz) = 13553668 Copied: head/x11/kde4-workspace/files/patch-kdm_backend_client.c (from r437223, head/x11/kde4-workspace/files/patch-kdm__backend__client.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-kdm_backend_client.c Wed Mar 29 19:18:34 2017 (r437224, copy of r437223, head/x11/kde4-workspace/files/patch-kdm__backend__client.c) @@ -0,0 +1,35 @@ +--- kdm/backend/client.c.orig 2015-06-26 03:17:21 UTC ++++ kdm/backend/client.c +@@ -1322,6 +1322,9 @@ startClient(volatile int *pid) + char ckDeviceBuf[20] = ""; + const char *ckDevice = ckDeviceBuf; + dbus_bool_t isLocal; ++# ifdef BSD ++ FILE *proc; ++# endif + #endif + char *failsafeArgv[2]; + char *buf, *buf2; +@@ -1353,6 +1356,13 @@ startClient(volatile int *pid) + # ifdef HAVE_VTS + if (td->serverVT > 0) + sprintf(ckDeviceBuf, "/dev/tty%d", td->serverVT); ++# elif defined(BSD) ++ if ((proc = popen( "/usr/local/libexec/ck-get-x11-display-device", "r" ))) { ++ fscanf( proc, "%s", ckDeviceBuf ); ++ pclose(proc); ++ if (strcmp( ckDeviceBuf, "usage" ) == 0 || strcmp( ckDeviceBuf, "ERROR:" ) == 0) ++ ckDeviceBuf[0] = '\0'; ++ } + # endif + isLocal = ((td->displayType & d_location) == dLocal); + # ifdef XDMCP +@@ -1532,7 +1542,7 @@ startClient(volatile int *pid) + environ = pam_env; + # endif + removeCreds = True; /* set it first - i don't trust PAM's rollback */ +- pretc = pam_setcred(pamh, 0); ++ pretc = pam_setcred(pamh, PAM_ESTABLISH_CRED); + reInitErrorLog(); + # ifndef HAVE_PAM_GETENVLIST + pam_env = environ; Copied: head/x11/kde4-workspace/files/patch-kdm_kfrontend_CMakeLists.txt (from r437223, head/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-kdm_kfrontend_CMakeLists.txt Wed Mar 29 19:18:34 2017 (r437224, copy of r437223, head/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt) @@ -0,0 +1,12 @@ +--- kdm/kfrontend/CMakeLists.txt.orig 2015-06-26 03:17:21 UTC ++++ kdm/kfrontend/CMakeLists.txt +@@ -111,6 +111,6 @@ install(TARGETS kdmctl ${INSTALL_TARGETS + + + # use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h) +-install(CODE " +-exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) +-") ++#install(CODE " ++#exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) ++#") Copied: head/x11/kde4-workspace/files/patch-powerdevil_daemon_backends_upower_xrandrbrightness.cpp (from r437223, head/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-powerdevil_daemon_backends_upower_xrandrbrightness.cpp Wed Mar 29 19:18:34 2017 (r437224, copy of r437223, head/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp) @@ -0,0 +1,21 @@ +--- powerdevil/daemon/backends/upower/xrandrbrightness.cpp.orig 2015-06-26 03:17:21 UTC ++++ powerdevil/daemon/backends/upower/xrandrbrightness.cpp +@@ -62,6 +62,9 @@ XRandrBrightness::XRandrBrightness() + qWarning("No available Randr resources"); + return; + } ++ ++ if (brightness() == -1) ++ m_resources = 0; + } + + XRandrBrightness::~XRandrBrightness() +@@ -89,7 +92,7 @@ bool XRandrBrightness::isSupported() con + + float XRandrBrightness::brightness() const + { +- float result = 0; ++ float result = -1; + + if (!m_resources) + return result; Modified: head/x11/plasma-scriptengine-python/Makefile ============================================================================== --- head/x11/plasma-scriptengine-python/Makefile Wed Mar 29 18:43:19 2017 (r437223) +++ head/x11/plasma-scriptengine-python/Makefile Wed Mar 29 19:18:34 2017 (r437224) @@ -2,10 +2,8 @@ PORTNAME= plasma-scriptengine-python PORTVERSION= ${KDE4_WORKSPACE_VERSION} -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src +CATEGORIES= x11 kde kde-applications DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Python @@ -16,6 +14,8 @@ USE_KDE= kdelibs pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo +KDE_APPLICATIONS_VERSION= 15.08.0 + CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/python pre-configure: Modified: head/x11/plasma-scriptengine-ruby/Makefile ============================================================================== --- head/x11/plasma-scriptengine-ruby/Makefile Wed Mar 29 18:43:19 2017 (r437223) +++ head/x11/plasma-scriptengine-ruby/Makefile Wed Mar 29 19:18:34 2017 (r437224) @@ -2,10 +2,8 @@ PORTNAME= plasma-scriptengine-ruby PORTVERSION= ${KDE4_WORKSPACE_VERSION} -CATEGORIES= x11 kde -MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src +CATEGORIES= x11 kde kde-applications DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Ruby @@ -17,6 +15,8 @@ USE_QT4= qmake_build moc_build uic_build USE_RUBY= yes DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo +KDE_APPLICATIONS_VERSION= 15.08.0 + CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby .include From owner-svn-ports-all@freebsd.org Wed Mar 29 19:31:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE5A2D24395; Wed, 29 Mar 2017 19:31:55 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8604AC99; Wed, 29 Mar 2017 19:31:55 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TJVsAT038905; Wed, 29 Mar 2017 19:31:54 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TJVsKc038899; Wed, 29 Mar 2017 19:31:54 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703291931.v2TJVsKc038899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 19:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437225 - in head/www: . tomcat85 tomcat85/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:31:55 -0000 Author: rezny Date: Wed Mar 29 19:31:53 2017 New Revision: 437225 URL: https://svnweb.freebsd.org/changeset/ports/437225 Log: Add Apache Tomcat 8.5 port Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services. Tomcat 8.5 is aligned with Java EE 7. PR: 215290 Submitted by: vvd@unislabs.com Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10127 Added: head/www/tomcat85/ - copied from r436707, head/www/tomcat8/ head/www/tomcat85/files/tomcat85.in - copied, changed from r436707, head/www/tomcat8/files/tomcat8.in Deleted: head/www/tomcat85/files/tomcat8.in Modified: head/www/Makefile head/www/tomcat85/Makefile head/www/tomcat85/distinfo head/www/tomcat85/pkg-descr head/www/tomcat85/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 29 19:18:34 2017 (r437224) +++ head/www/Makefile Wed Mar 29 19:31:53 2017 (r437225) @@ -2207,6 +2207,7 @@ SUBDIR += tomcat6 SUBDIR += tomcat7 SUBDIR += tomcat8 + SUBDIR += tomcat85 SUBDIR += tomee SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro Modified: head/www/tomcat85/Makefile ============================================================================== --- head/www/tomcat8/Makefile Wed Mar 22 16:07:53 2017 (r436707) +++ head/www/tomcat85/Makefile Wed Mar 29 19:31:53 2017 (r437225) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.0.41 +PORTVERSION= 8.5.12 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin -PKGNAMESUFFIX= 8 +PKGNAMESUFFIX= 85 DISTNAME= apache-${PORTNAME}-${PORTVERSION} -MAINTAINER= ale@FreeBSD.org -COMMENT= Open-source Java web server by Apache, 8.x branch +MAINTAINER= vvd@unislabs.com +COMMENT= Open-source Java web server by Apache, 8.5.x branch LICENSE= APACHE20 @@ -29,7 +29,8 @@ TOMCAT_SUBDIR?= ${DISTNAME:R} TOMCAT_HOME= ${PREFIX}/${TOMCAT_SUBDIR} TOMCAT_CONF_FILES= \ catalina.policy catalina.properties context.xml logging.properties \ - server.xml tomcat-users.xml tomcat-users.xsd web.xml + server.xml tomcat-users.xml tomcat-users.xsd web.xml \ + jaspic-providers.xml jaspic-providers.xsd PLIST_SUB= T=${TOMCAT_SUBDIR} \ WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} Modified: head/www/tomcat85/distinfo ============================================================================== --- head/www/tomcat8/distinfo Wed Mar 22 16:07:53 2017 (r436707) +++ head/www/tomcat85/distinfo Wed Mar 29 19:31:53 2017 (r437225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487233810 -SHA256 (apache-tomcat-8.0.41.tar.gz) = a57204b5434755b5767299bbcd32e3afd2d6327cafa6b8372077f824aa7176d7 -SIZE (apache-tomcat-8.0.41.tar.gz) = 9254743 +TIMESTAMP = 1490321344 +SHA256 (apache-tomcat-8.5.12.tar.gz) = 6d2cad1b595d0cc8083f9bbbb73c359d611249c7eaf283c40cb4ae4ca9c4644a +SIZE (apache-tomcat-8.5.12.tar.gz) = 9353658 Copied and modified: head/www/tomcat85/files/tomcat85.in (from r436707, head/www/tomcat8/files/tomcat8.in) ============================================================================== --- head/www/tomcat8/files/tomcat8.in Wed Mar 22 16:07:53 2017 (r436707, copy source) +++ head/www/tomcat85/files/tomcat85.in Wed Mar 29 19:31:53 2017 (r437225) @@ -3,63 +3,63 @@ # $FreeBSD$ # -# PROVIDE: tomcat8 +# PROVIDE: tomcat85 # REQUIRE: LOGIN # KEYWORD: shutdown # -# Configuration settings for tomcat8 in /etc/rc.conf: +# Configuration settings for tomcat85 in /etc/rc.conf: # -# tomcat8_enable (bool): +# tomcat85_enable (bool): # Set to "NO" by default. -# Set it to "YES" to enable tomcat8 +# Set it to "YES" to enable tomcat85 # -# tomcat8_catalina_base (str) +# tomcat85_catalina_base (str) # Set to "%%TOMCAT_HOME%%" by default. # Set the CATALINA_BASE variable for the Tomcat process # -# tomcat8_catalina_tmpdir (str) +# tomcat85_catalina_tmpdir (str) # Set to "${catalina.base}/temp" by default. # Set the CATALINA_TMPDIR variable for the Tomcat process # -# tomcat8_stdout (str) +# tomcat85_stdout (str) # Set to "${catalina.base}/logs/catalina.out" by default. # Set the stdout redirection. It may also be '/dev/null', '&1' or '&2' # -# tomcat8_stderr (str) +# tomcat85_stderr (str) # Set to "&1" by default. # Set the stderr redirection. It may also be '/dev/null', '&1' or '&2' # -# tomcat8_pipe_cmd (str): +# tomcat85_pipe_cmd (str): # Set to "" by default. # Set a piped command to process stdout/stderr when passthru # -# tomcat8_logging_manager (str): +# tomcat85_logging_manager (str): # Set to "org.apache.juli.ClassLoaderLogManager" by default. # Set the JUL log manager # -# tomcat8_logging_config (str): +# tomcat85_logging_config (str): # Set to "${catalina.base}/conf/logging.properties" by default. # Set the JUL config file # -# tomcat8_java_home (str): +# tomcat85_java_home (str): # Set to "%%JAVA_HOME%%" by default. # Specify the Java VM to use. # -# tomcat8_classpath (str): +# tomcat85_classpath (str): # Set to "" by default. # Addtional classes to add to the CLASSPATH. If set, must start with ':' # -# tomcat8_java_opts (str): +# tomcat85_java_opts (str): # Set to "" by default. # Java VM args to use. # -# tomcat8_wait (int): +# tomcat85_wait (int): # Set to "30" by default. # Set the wait time (in seconds) for Tomcat process startup # # You may symlink this script with other names to run multiple -# instances of tomcat8 with different configurations. +# instances of tomcat85 with different configurations. # . /etc/rc.subr Modified: head/www/tomcat85/pkg-descr ============================================================================== --- head/www/tomcat8/pkg-descr Wed Mar 22 16:07:53 2017 (r436707) +++ head/www/tomcat85/pkg-descr Wed Mar 29 19:31:53 2017 (r437225) @@ -1,9 +1,9 @@ Apache Tomcat is a web server written in 100% Pure Java. -Apache Tomcat version 8.0 implements the Servlet 3.1, JavaServer Pages 2.3, -Java Unified Expression Language 3.0 and Java WebSocket 1.0 specifications +Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3, +Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and -web services. Tomcat 8 is aligned with Java EE 7. +web services. Tomcat 8.5 is aligned with Java EE 7. WWW: http://tomcat.apache.org/ Modified: head/www/tomcat85/pkg-plist ============================================================================== --- head/www/tomcat8/pkg-plist Wed Mar 22 16:07:53 2017 (r436707) +++ head/www/tomcat85/pkg-plist Wed Mar 29 19:31:53 2017 (r437225) @@ -22,6 +22,8 @@ @sample %%T%%/conf/catalina.policy.sample @sample %%T%%/conf/catalina.properties.sample @sample %%T%%/conf/context.xml.sample +@sample %%T%%/conf/jaspic-providers.xml.sample +@sample %%T%%/conf/jaspic-providers.xsd.sample @sample %%T%%/conf/logging.properties.sample @sample %%T%%/conf/server.xml.sample @sample %%T%%/conf/tomcat-users.xml.sample @@ -37,10 +39,11 @@ %%T%%/lib/catalina-storeconfig.jar %%T%%/lib/catalina-tribes.jar %%T%%/lib/catalina.jar -%%T%%/lib/ecj-4.5.1.jar +%%T%%/lib/ecj-4.6.1.jar %%T%%/lib/el-api.jar %%T%%/lib/jasper-el.jar %%T%%/lib/jasper.jar +%%T%%/lib/jaspic-api.jar %%T%%/lib/jsp-api.jar %%T%%/lib/servlet-api.jar %%T%%/lib/tomcat-api.jar @@ -135,9 +138,11 @@ %%T%%/webapps/docs/config/globalresources.html %%T%%/webapps/docs/config/host.html %%T%%/webapps/docs/config/http.html +%%T%%/webapps/docs/config/http2.html %%T%%/webapps/docs/config/index.html %%T%%/webapps/docs/config/jar-scan-filter.html %%T%%/webapps/docs/config/jar-scanner.html +%%T%%/webapps/docs/config/jaspic.html %%T%%/webapps/docs/config/listeners.html %%T%%/webapps/docs/config/loader.html %%T%%/webapps/docs/config/manager.html @@ -263,9 +268,6 @@ %%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java %%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class %%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java -%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet$MessageSender.class -%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet.class -%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet.java %%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class %%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java %%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class @@ -296,6 +298,8 @@ %%T%%/webapps/examples/WEB-INF/classes/examples/ValuesTag.java %%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class %%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java +%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class +%%T%%/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class @@ -580,12 +584,6 @@ %%T%%/webapps/examples/jsp/xml/xml.html %%T%%/webapps/examples/jsp/xml/xml.jsp %%T%%/webapps/examples/jsp/xml/xml.jsp.html -%%T%%/webapps/examples/servlets/chat/index.jsp -%%T%%/webapps/examples/servlets/chat/index.jsp.html -%%T%%/webapps/examples/servlets/chat/login.jsp -%%T%%/webapps/examples/servlets/chat/login.jsp.html -%%T%%/webapps/examples/servlets/chat/post.jsp -%%T%%/webapps/examples/servlets/chat/post.jsp.html %%T%%/webapps/examples/servlets/cookies.html %%T%%/webapps/examples/servlets/helloworld.html %%T%%/webapps/examples/servlets/images/code.gif From owner-svn-ports-all@freebsd.org Wed Mar 29 19:43:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FD4FD24983; Wed, 29 Mar 2017 19:43:08 +0000 (UTC) (envelope-from jm@dieterich.xyz) Received: from www.poelloepaeae.de (www.hatsandcorsets.com [149.210.219.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 466827A0; Wed, 29 Mar 2017 19:43:07 +0000 (UTC) (envelope-from jm@dieterich.xyz) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id 13E9650705; Wed, 29 Mar 2017 21:43:05 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Mar 2017 15:43:05 -0400 From: Johannes M Dieterich To: Jan Beich Cc: Matthew Rezny , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi In-Reply-To: References: <201703291657.v2TGvrpM076369@repo.freebsd.org> Message-ID: <867458dc08dddad8583ba7baf4ea479e@dieterich.xyz> X-Sender: jm@dieterich.xyz User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:43:08 -0000 On 2017-03-29 13:51, Jan Beich wrote: > Matthew Rezny writes: > >> - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ >> + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' >> \ > > [:space:] is invalid character class thus treated as a list of > characters. > \S corresponds to [^[:space:]], while \s to [[:space:]]. > > $ man pcrepattern | col -b | fgrep -m1 \\S > \S any character that is not a white space character > > This may break build given -march, etc. are no longer stripped. It certainly used to in the past for me with -march. Has this changed? From owner-svn-ports-all@freebsd.org Wed Mar 29 19:43:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D68E1D249C7; Wed, 29 Mar 2017 19:43:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A39AE8D9; Wed, 29 Mar 2017 19:43:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TJhv83045317; Wed, 29 Mar 2017 19:43:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TJhv6e045315; Wed, 29 Mar 2017 19:43:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703291943.v2TJhv6e045315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 29 Mar 2017 19:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437226 - in head: . databases databases/py-sqlalchemy08 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:43:58 -0000 Author: rene Date: Wed Mar 29 19:43:57 2017 New Revision: 437226 URL: https://svnweb.freebsd.org/changeset/ports/437226 Log: Remove (almost) expired port: 2017-04-01 databases/py-sqlalchemy08: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 Deleted: head/databases/py-sqlalchemy08/ Modified: head/MOVED head/databases/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 29 19:31:53 2017 (r437225) +++ head/MOVED Wed Mar 29 19:43:57 2017 (r437226) @@ -9167,3 +9167,4 @@ print/abc2mtex||2017-03-27|Has expired: ftp/bareftp||2017-03-27|Has expired: Broken for more than 6 months www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX devel/libytnef|converters/ytnef|2017-03-29|Merged into converters/ytnef +databases/py-sqlalchemy08|databases/py-sqlalchemy10|2017-03-29|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Mar 29 19:31:53 2017 (r437225) +++ head/databases/Makefile Wed Mar 29 19:43:57 2017 (r437226) @@ -798,7 +798,6 @@ SUBDIR += py-rrdtool_lgpl SUBDIR += py-south SUBDIR += py-sqlalchemy-migrate - SUBDIR += py-sqlalchemy08 SUBDIR += py-sqlalchemy10 SUBDIR += py-sqlalchemy11 SUBDIR += py-sqlite3 From owner-svn-ports-all@freebsd.org Wed Mar 29 19:56:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE615D24CBD; Wed, 29 Mar 2017 19:56:38 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBCB514B; Wed, 29 Mar 2017 19:56:38 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TJtMqD049279; Wed, 29 Mar 2017 19:55:22 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TJtMQc049277; Wed, 29 Mar 2017 19:55:22 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201703291955.v2TJtMQc049277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 29 Mar 2017 19:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437227 - head/www/py-django-otp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:56:39 -0000 Author: cs Date: Wed Mar 29 19:55:22 2017 New Revision: 437227 URL: https://svnweb.freebsd.org/changeset/ports/437227 Log: Update to 0.3.11 Modified: head/www/py-django-otp/Makefile head/www/py-django-otp/distinfo Modified: head/www/py-django-otp/Makefile ============================================================================== --- head/www/py-django-otp/Makefile Wed Mar 29 19:43:57 2017 (r437226) +++ head/www/py-django-otp/Makefile Wed Mar 29 19:55:22 2017 (r437227) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-otp -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.11 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-otp/distinfo ============================================================================== --- head/www/py-django-otp/distinfo Wed Mar 29 19:43:57 2017 (r437226) +++ head/www/py-django-otp/distinfo Wed Mar 29 19:55:22 2017 (r437227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481318278 -SHA256 (django-otp-0.3.8.tar.gz) = d939b0e4b2df112b464a6d6fdaff8ff357128a92424cb4e98c5508315076393d -SIZE (django-otp-0.3.8.tar.gz) = 41143 +TIMESTAMP = 1490817190 +SHA256 (django-otp-0.3.11.tar.gz) = 8a5356657ab73554a9646b24f3c1bd660c30ac02b1855eda95160767992d4fe2 +SIZE (django-otp-0.3.11.tar.gz) = 44076 From owner-svn-ports-all@freebsd.org Wed Mar 29 19:57:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36608D24D03 for ; Wed, 29 Mar 2017 19:57:24 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 094AC270 for ; Wed, 29 Mar 2017 19:57:23 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: ec655063-14b9-11e7-bfb5-0d159cd3c324 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id ec655063-14b9-11e7-bfb5-0d159cd3c324; Wed, 29 Mar 2017 19:57:23 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v2TJvFFb001935; Wed, 29 Mar 2017 13:57:15 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1490817435.64669.5.camel@freebsd.org> Subject: Re: svn commit: r437089 - in head/devel: . hhdate hhdate/files From: Ian Lepore To: Alexey Dokuchaev , Mark Linimon Cc: Michael Gmelin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Wed, 29 Mar 2017 13:57:15 -0600 In-Reply-To: <20170329171930.GA96917@FreeBSD.org> References: <201703272235.v2RMZKfx024323@repo.freebsd.org> <20170328142701.GA20879@FreeBSD.org> <20170328165708.3feecd6a@bsd64.grem.de> <20170329020527.GA8185@lonesome.com> <20170329171930.GA96917@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:57:24 -0000 On Wed, 2017-03-29 at 17:19 +0000, Alexey Dokuchaev wrote: > On Tue, Mar 28, 2017 at 09:05:27PM -0500, Mark Linimon wrote: > > > > On Tue, Mar 28, 2017 at 04:57:08PM +0200, Michael Gmelin wrote: > > > > > > These are in to align to > > > > > > TEST_TEST_TARGET=test, otherwise it would look like this: > > > > > > TEST_USES=compiler:c++11-lib > > > TEST_TEST_TARGET=test > > > > > > (replaced tabs by spaces for email) > > > > > > Would this actually be preferred? > > Keep in mind, "preferred" by danfe does not imply "preferred" by me, > > or anyone else other than danfe. > FWIW, I didn't use the word "preferred" at all in my reply, and yet > Michael said it "makes sense". > > > > > If we expanded the PH to cover all danfe's objections, it would be > > 600 pages long. > Mark, come on.I'm not enforcing anything, and in fact you can find > lots of examples of what I've said above already in the ports.You > make it sound like I'm trying to formalize whether one must or must not > put a after (len(knob) % 8) == 7) knobs, like OPTIONS_DEFAULT, > which I'm certainly not. > > Again, I'm just trying to keep things consistent, not enforce any rules. > Also, as you've surely noticed, when I try to explain why things are > (IMHO) better be done one way than another I *always* try to bring some > rationale behind it, and I'm open for a discussion.If people disagree, > they are more than welcome to jump in and convince me otherwise. > And right there is the problem: The implicit assumption in your mind (and believe me, it comes through loud and clear in every message you post), that for something to be correct, YOU must be convinced it is correct. -- Ian > I don't want to control ports' style(9), but I do want ports to be 1) > consistent, and 2) pretty looking (as long as #1 holds).You might > argue that #2 is subjective, but history shows that most of the ports > are (to my liking), and just some of them aren't.So again (sorry), > it's mostly about consistency, not my "preferred" way of doing things. > > ./danfe > From owner-svn-ports-all@freebsd.org Wed Mar 29 19:59:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 567ECD24E53; Wed, 29 Mar 2017 19:59:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39215A33; Wed, 29 Mar 2017 19:59:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6BD2A9E76; Wed, 29 Mar 2017 19:29:10 +0000 (UTC) Date: Wed, 29 Mar 2017 19:29:10 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437206 - head/www/mod_memcache/files Message-ID: <20170329192910.GB83451@FreeBSD.org> References: <201703291513.v2TFDBtl033316@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201703291513.v2TFDBtl033316@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 19:59:49 -0000 On Wed, Mar 29, 2017 at 03:13:11PM +0000, Mathieu Arnold wrote: > New Revision: 437206 > URL: https://svnweb.freebsd.org/changeset/ports/437206 > > Log: > Fix build. > > Pointy hat: rodrigo > Sponsored by: Absolight > > Deleted: > head/www/mod_memcache/files/ No, no, no, this is not enough. Please explain exactly how deleting the files/ unbroke then build. ./danfe From owner-svn-ports-all@freebsd.org Wed Mar 29 20:05:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1C07D2424A; Wed, 29 Mar 2017 20:05:10 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B111C173E; Wed, 29 Mar 2017 20:05:10 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TK59AS053460; Wed, 29 Mar 2017 20:05:09 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TK59D7053459; Wed, 29 Mar 2017 20:05:09 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703292005.v2TK59D7053459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Wed, 29 Mar 2017 20:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437228 - head/x11/libxcb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:05:11 -0000 Author: rezny Date: Wed Mar 29 20:05:09 2017 New Revision: 437228 URL: https://svnweb.freebsd.org/changeset/ports/437228 Log: Revert previous; in this one case there is a runtime dependency on pthread-stubs.pc because it is referenced in xcb.pc, which would be better handled as part of USE_XORG=xcb, but a quick fix is required. PR: 218015 Approved by: feld (mentor) Modified: head/x11/libxcb/Makefile Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Wed Mar 29 19:55:22 2017 (r437227) +++ head/x11/libxcb/Makefile Wed Mar 29 20:05:09 2017 (r437228) @@ -3,7 +3,7 @@ PORTNAME= libxcb PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:devel/check \ xcb-proto>=1.9:x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput From owner-svn-ports-all@freebsd.org Wed Mar 29 20:10:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0211D24450; Wed, 29 Mar 2017 20:10:10 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F764A; Wed, 29 Mar 2017 20:10:10 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKA9Fa053790; Wed, 29 Mar 2017 20:10:09 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKA9B1053785; Wed, 29 Mar 2017 20:10:09 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201703292010.v2TKA9B1053785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 29 Mar 2017 20:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437229 - in head/emulators: qemu-cheri qemu-cheri128 qemu-cheri128m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:10:10 -0000 Author: brooks Date: Wed Mar 29 20:10:08 2017 New Revision: 437229 URL: https://svnweb.freebsd.org/changeset/ports/437229 Log: Update to a fresh snapshot. Rework to depend on emulators/qemu for any ancillary files rather than installing a conflicting set.[0] Disable more automatically detected bits so dependencies are correct when built manually. Requested by: jhb[0] Sponsored by: DARPA, AFRL Modified: head/emulators/qemu-cheri/Makefile head/emulators/qemu-cheri/Makefile.snapshot head/emulators/qemu-cheri/distinfo head/emulators/qemu-cheri128/Makefile head/emulators/qemu-cheri128m/Makefile Modified: head/emulators/qemu-cheri/Makefile ============================================================================== --- head/emulators/qemu-cheri/Makefile Wed Mar 29 20:05:09 2017 (r437228) +++ head/emulators/qemu-cheri/Makefile Wed Mar 29 20:10:08 2017 (r437229) @@ -8,31 +8,48 @@ PKGNAMESUFFIX?= -cheri MAINTAINER= brooks@FreeBSD.org COMMENT?= QEMU emulator with CHERI CPU support +# XXX: disabling gnutls doesn't work so depend on it to avoid breakage. +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libnettle.so:security/nettle +RUN_DEPENDS= qemu-system-i386:emulators/qemu + +LICENSE= GPLv2 + USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_TAGNAME= ${QEMU_COMMIT} HAS_CONFIGURE= yes -USES= gmake libtool makeinfo pkgconfig python:2,build +USES= gettext-runtime gmake libtool makeinfo pkgconfig python:2,build USE_XORG= pixman USE_GNOME+= glib20 #MAKE_ENV+= BSD_MAKE="${MAKE}" ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 -CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-[0-9]* qemu-sbruno-[0-9]* - .include "Makefile.snapshot" CONFIGURE_ARGS+= \ --target-list=cheri-softmmu \ + --disable-curl \ --disable-gtk \ + --disable-libssh2 \ --disable-linux-user \ --disable-linux-aio \ --disable-kvm \ + --disable-vnc-png \ + --disable-sdl \ --disable-smartcard-nss \ --disable-vte \ --disable-xen \ --extra-cflags="-g ${EXTRA_CFLAGS}" \ --localstatedir=/var +QEMU_SYSTEM_CHERI?= qemu-system${PKGNAMESUFFIX} +PLIST= /dev/null +PLIST_FILES= bin/${QEMU_SYSTEM_CHERI} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cheri-softmmu/qemu-system-cheri \ + ${STAGEDIR}${PREFIX}/bin/${QEMU_SYSTEM_CHERI} + .include Modified: head/emulators/qemu-cheri/Makefile.snapshot ============================================================================== --- head/emulators/qemu-cheri/Makefile.snapshot Wed Mar 29 20:05:09 2017 (r437228) +++ head/emulators/qemu-cheri/Makefile.snapshot Wed Mar 29 20:10:08 2017 (r437229) @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20161129 +SNAPDATE= 20170327 -QEMU_COMMIT= b500fda6dad7d3e61f1d48bae6d6eb531c9d6613 +QEMU_COMMIT= 66d79da43983cba34f3b83ffe4f128c5b430b5b3 Modified: head/emulators/qemu-cheri/distinfo ============================================================================== --- head/emulators/qemu-cheri/distinfo Wed Mar 29 20:05:09 2017 (r437228) +++ head/emulators/qemu-cheri/distinfo Wed Mar 29 20:10:08 2017 (r437229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480448915 -SHA256 (CTSRD-CHERI-qemu-0.d20161129-b500fda6dad7d3e61f1d48bae6d6eb531c9d6613_GH0.tar.gz) = 4a849128583e69e6f426a9161f9d042c3eac4c502a63611de7596174878320f3 -SIZE (CTSRD-CHERI-qemu-0.d20161129-b500fda6dad7d3e61f1d48bae6d6eb531c9d6613_GH0.tar.gz) = 11147184 +TIMESTAMP = 1490808893 +SHA256 (CTSRD-CHERI-qemu-0.d20170327-66d79da43983cba34f3b83ffe4f128c5b430b5b3_GH0.tar.gz) = b8f1ba9af8731d596b4af8ca8be66327727c9d0b6df6dba247cb55557a81519e +SIZE (CTSRD-CHERI-qemu-0.d20170327-66d79da43983cba34f3b83ffe4f128c5b430b5b3_GH0.tar.gz) = 11149374 Modified: head/emulators/qemu-cheri128/Makefile ============================================================================== --- head/emulators/qemu-cheri128/Makefile Wed Mar 29 20:05:09 2017 (r437228) +++ head/emulators/qemu-cheri128/Makefile Wed Mar 29 20:10:08 2017 (r437229) @@ -5,16 +5,8 @@ PKGNAMESUFFIX= -cheri128 COMMENT= QEMU emulator with CHERI CPU support (128-bit) -RUN_DEPENDS= qemu-system-cheri:emulators/qemu-cheri - MASTERDIR= ${.CURDIR}/../qemu-cheri EXTRA_CFLAGS= -DCHERI_128 -PLIST= /dev/null -PLIST_FILES= bin/qemu-system-cheri128 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cheri-softmmu/qemu-system-cheri \ - ${STAGEDIR}${PREFIX}/bin/qemu-system-cheri128 .include <${MASTERDIR}/Makefile> Modified: head/emulators/qemu-cheri128m/Makefile ============================================================================== --- head/emulators/qemu-cheri128m/Makefile Wed Mar 29 20:05:09 2017 (r437228) +++ head/emulators/qemu-cheri128m/Makefile Wed Mar 29 20:10:08 2017 (r437229) @@ -5,16 +5,8 @@ PKGNAMESUFFIX= -cheri128m COMMENT= QEMU emulator with CHERI CPU support (128-bit, magic compression) -RUN_DEPENDS= qemu-system-cheri:emulators/qemu-cheri - MASTERDIR= ${.CURDIR}/../qemu-cheri EXTRA_CFLAGS= -DCHERI_MAGIC128 -PLIST= /dev/null -PLIST_FILES= bin/qemu-system-cheri128m - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cheri-softmmu/qemu-system-cheri \ - ${STAGEDIR}${PREFIX}/bin/qemu-system-cheri128m .include <${MASTERDIR}/Makefile> From owner-svn-ports-all@freebsd.org Wed Mar 29 20:13:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 493C2D2458F; Wed, 29 Mar 2017 20:13:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 193AAA48; Wed, 29 Mar 2017 20:13:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKDV8O057764; Wed, 29 Mar 2017 20:13:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKDVw0057763; Wed, 29 Mar 2017 20:13:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703292013.v2TKDVw0057763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 29 Mar 2017 20:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r437230 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:13:32 -0000 Author: rene Date: Wed Mar 29 20:13:30 2017 New Revision: 437230 URL: https://svnweb.freebsd.org/changeset/ports/437230 Log: Take in pgollucci's commit bit after 19 months of inactivity With hat: portmgr-secretary Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Wed Mar 29 20:10:08 2017 (r437229) +++ svnadmin/conf/access Wed Mar 29 20:13:30 2017 (r437230) @@ -144,7 +144,6 @@ olivier osa pawel pgj -pgollucci philip pi rakuco From owner-svn-ports-all@freebsd.org Wed Mar 29 20:15:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E134AD245D8; Wed, 29 Mar 2017 20:15:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07C6DC5; Wed, 29 Mar 2017 20:15:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKFgqw057934; Wed, 29 Mar 2017 20:15:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKFgLf057932; Wed, 29 Mar 2017 20:15:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292015.v2TKFgLf057932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 20:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437231 - head/sysutils/consul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:15:44 -0000 Author: swills Date: Wed Mar 29 20:15:42 2017 New Revision: 437231 URL: https://svnweb.freebsd.org/changeset/ports/437231 Log: sysutils/consul: update to 0.7.5 Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Wed Mar 29 20:13:30 2017 (r437230) +++ head/sysutils/consul/Makefile Wed Mar 29 20:15:42 2017 (r437231) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTVERSION= 0.7.5 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -24,8 +23,6 @@ USE_RC_SUBR= consul USERS= consul GROUPS= consul -STRIP= # stripping can break go binaries - post-extract: @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Wed Mar 29 20:13:30 2017 (r437230) +++ head/sysutils/consul/distinfo Wed Mar 29 20:15:42 2017 (r437231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478821632 -SHA256 (hashicorp-consul-v0.7.1_GH0.tar.gz) = d1498c851df8aa150c7b4398fdbb74467af4949d20ce5b4840b88095fce71135 -SIZE (hashicorp-consul-v0.7.1_GH0.tar.gz) = 4003354 +TIMESTAMP = 1490817882 +SHA256 (hashicorp-consul-v0.7.5_GH0.tar.gz) = e213ba0c55bcb0d752ab120c770048e5156159db5974dc94193731f2e67d7d1f +SIZE (hashicorp-consul-v0.7.5_GH0.tar.gz) = 5157056 From owner-svn-ports-all@freebsd.org Wed Mar 29 20:16:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA313D24614; Wed, 29 Mar 2017 20:16:23 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB201EEE; Wed, 29 Mar 2017 20:16:23 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id 417A6B842; Wed, 29 Mar 2017 20:07:22 +0000 (UTC) From: Matthew Rezny To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Wed, 29 Mar 2017 21:56:52 +0200 Message-ID: <1824022.AbFPd1OJUh@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <201703291657.v2TGvrpM076369@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:16:23 -0000 On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > Matthew Rezny writes: > > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' \ > > [:space:] is invalid character class thus treated as a list of characters. > \S corresponds to [^[:space:]], while \s to [[:space:]]. > > $ man pcrepattern | col -b | fgrep -m1 \\S > \S any character that is not a white space character > > This may break build given -march, etc. are no longer stripped. I wish that information had been presented when I said "I guess it should have been [:space:] instead of [:graph:] in the replacement." after you stated [:graph:] was plain incorrect, although it is what had been previously suggested to me and did seem to be working. To be sure there is no misunderstanding now, would you consider this correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[^[:space:]]* //|' \ From owner-svn-ports-all@freebsd.org Wed Mar 29 20:27:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29CADD248F3; Wed, 29 Mar 2017 20:27:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3AF463F; Wed, 29 Mar 2017 20:27:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKRYcs061862; Wed, 29 Mar 2017 20:27:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKRYs4061860; Wed, 29 Mar 2017 20:27:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292027.v2TKRYs4061860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 20:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437232 - head/textproc/consul-template X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:27:36 -0000 Author: swills Date: Wed Mar 29 20:27:34 2017 New Revision: 437232 URL: https://svnweb.freebsd.org/changeset/ports/437232 Log: textproc/consul-template: update to 0.18.2 Modified: head/textproc/consul-template/Makefile head/textproc/consul-template/distinfo Modified: head/textproc/consul-template/Makefile ============================================================================== --- head/textproc/consul-template/Makefile Wed Mar 29 20:15:42 2017 (r437231) +++ head/textproc/consul-template/Makefile Wed Mar 29 20:27:34 2017 (r437232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= consul-template -PORTVERSION= 0.15.0 +PORTVERSION= 0.18.2 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -15,25 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/ USE_GITHUB= yes GH_ACCOUNT= hashicorp +GH_SUBDIR= src/github.com/hashicorp/consul-template PLIST_FILES= bin/consul-template USE_RC_SUBR= consul-template -STRIP= # stripping can break go binaries - -post-extract: - @${MV} ${WRKSRC}/vendor ${WRKSRC}/src - @${MKDIR} ${WRKSRC}/src/github.com/hashicorp/consul-template - @cd ${WRKSRC} ; \ - ${MV} .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \ - brain.go brain_test.go cli.go cli_test.go config.go config_test.go \ - dedup.go dedup_test.go dependency flags.go logging main.go \ - mapstructure.go mapstructure_test.go runner.go runner_test.go scripts \ - template.go template_functions.go template_functions_test.go \ - template_test.go test watch \ - ${WRKSRC}/src/github.com/hashicorp/consul-template - do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul-template ; \ ${SETENV} GOPATH=${WRKSRC} go build Modified: head/textproc/consul-template/distinfo ============================================================================== --- head/textproc/consul-template/distinfo Wed Mar 29 20:15:42 2017 (r437231) +++ head/textproc/consul-template/distinfo Wed Mar 29 20:27:34 2017 (r437232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469936531 -SHA256 (hashicorp-consul-template-v0.15.0_GH0.tar.gz) = cbcce6b163c673a1743285781703ec02079081c2691d94c97b13572321ae5587 -SIZE (hashicorp-consul-template-v0.15.0_GH0.tar.gz) = 1715150 +TIMESTAMP = 1490818374 +SHA256 (hashicorp-consul-template-v0.18.2_GH0.tar.gz) = d3508a2f22dd19daaf1036151dcebca945ea8fdbcb92934e97969a793905bae2 +SIZE (hashicorp-consul-template-v0.18.2_GH0.tar.gz) = 3097785 From owner-svn-ports-all@freebsd.org Wed Mar 29 20:33:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F48AD24B4E; Wed, 29 Mar 2017 20:33:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFC34F69; Wed, 29 Mar 2017 20:33:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKX6jb065640; Wed, 29 Mar 2017 20:33:06 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKX5Uk065637; Wed, 29 Mar 2017 20:33:05 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201703292033.v2TKX5Uk065637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 29 Mar 2017 20:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437233 - in head: Tools/scripts ports-mgmt/freebsd-bugzilla-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:33:07 -0000 Author: rene Date: Wed Mar 29 20:33:05 2017 New Revision: 437233 URL: https://svnweb.freebsd.org/changeset/ports/437233 Log: Reset pgollucci@ as maintainer after 19 months of inactivity With hat: portmgr-secretary Modified: head/Tools/scripts/mark_safe.pl head/Tools/scripts/notconnected head/ports-mgmt/freebsd-bugzilla-cli/Makefile Modified: head/Tools/scripts/mark_safe.pl ============================================================================== --- head/Tools/scripts/mark_safe.pl Wed Mar 29 20:27:34 2017 (r437232) +++ head/Tools/scripts/mark_safe.pl Wed Mar 29 20:33:05 2017 (r437233) @@ -2,7 +2,7 @@ # $FreeBSD$ # -# MAINTAINER= pgollucci@FreeBSD.org +# MAINTAINER= ports@FreeBSD.org # all committers may commit to this file without approval ## core Modified: head/Tools/scripts/notconnected ============================================================================== --- head/Tools/scripts/notconnected Wed Mar 29 20:27:34 2017 (r437232) +++ head/Tools/scripts/notconnected Wed Mar 29 20:33:05 2017 (r437233) @@ -2,7 +2,7 @@ # $FreeBSD$ # -# MAINTAINER= pgollucci@FreeBSD.org +# MAINTAINER= ports@FreeBSD.org # all committers may commit to this file without approval PATH=/rescue:$PATH Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Mar 29 20:27:34 2017 (r437232) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Mar 29 20:33:05 2017 (r437233) @@ -5,7 +5,7 @@ PORTNAME= freebsd-bugzilla-cli PORTVERSION= 0.15.0 CATEGORIES= ports-mgmt -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Interact with the FreeBSD bugzilla instance LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Wed Mar 29 20:37:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C33ED24C75; Wed, 29 Mar 2017 20:37:54 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 589E412B2; Wed, 29 Mar 2017 20:37:54 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKbrSV065892; Wed, 29 Mar 2017 20:37:53 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKbrHr065889; Wed, 29 Mar 2017 20:37:53 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201703292037.v2TKbrHr065889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 29 Mar 2017 20:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437234 - head/devel/go-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:37:54 -0000 Author: cs Date: Wed Mar 29 20:37:52 2017 New Revision: 437234 URL: https://svnweb.freebsd.org/changeset/ports/437234 Log: - Update to 20170328 - Unbreak by fixing dependencies PR: 216550 MFH: 2017Q1 Modified: head/devel/go-tools/Makefile head/devel/go-tools/distinfo head/devel/go-tools/pkg-plist Modified: head/devel/go-tools/Makefile ============================================================================== --- head/devel/go-tools/Makefile Wed Mar 29 20:33:05 2017 (r437233) +++ head/devel/go-tools/Makefile Wed Mar 29 20:37:52 2017 (r437234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tools -PORTVERSION= 20160709 +PORTVERSION= 20170328 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -11,13 +11,12 @@ COMMENT= Go Tools LICENSE= BSD3CLAUSE -BROKEN= does not build (cannot find package "golang.org/x/net/html") -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2017-03-27 +BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \ + ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/net/dict.a:net/go.net USE_GITHUB= yes GH_ACCOUNT= golang -GH_TAGNAME= 35c6e68a1a5ffc3e3afef71586710e9b0515582d +GH_TAGNAME= d63e2b22b05a9682de336cd4802bba367ed429e7 USES= go GO_PKGNAME= golang.org/x/tools GO_TARGET= ${GO_PKGNAME}/benchmark/parse \ @@ -39,12 +38,10 @@ GO_TARGET= ${GO_PKGNAME}/benchmark/parse ${GO_PKGNAME}/cmd/guru \ ${GO_PKGNAME}/cmd/guru/serial \ ${GO_PKGNAME}/cmd/html2article \ - ${GO_PKGNAME}/cmd/oracle \ ${GO_PKGNAME}/cmd/present \ ${GO_PKGNAME}/cmd/ssadump \ ${GO_PKGNAME}/cmd/stress \ ${GO_PKGNAME}/cmd/stringer \ - ${GO_PKGNAME}/cmd/tip \ ${GO_PKGNAME}/container/intsets \ ${GO_PKGNAME}/cover \ ${GO_PKGNAME}/go/ast/astutil \ @@ -71,8 +68,6 @@ GO_TARGET= ${GO_PKGNAME}/benchmark/parse ${GO_PKGNAME}/godoc/vfs/mapfs \ ${GO_PKGNAME}/godoc/vfs/zipfs \ ${GO_PKGNAME}/imports \ - ${GO_PKGNAME}/oracle \ - ${GO_PKGNAME}/oracle/serial \ ${GO_PKGNAME}/playground \ ${GO_PKGNAME}/playground/socket \ ${GO_PKGNAME}/present \ Modified: head/devel/go-tools/distinfo ============================================================================== --- head/devel/go-tools/distinfo Wed Mar 29 20:33:05 2017 (r437233) +++ head/devel/go-tools/distinfo Wed Mar 29 20:37:52 2017 (r437234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468234159 -SHA256 (golang-tools-20160709-35c6e68a1a5ffc3e3afef71586710e9b0515582d_GH0.tar.gz) = e4e7d97ebd33f1d063427d5fb7157fbb8e4006d5c01b9869d7a9b3a9827beef8 -SIZE (golang-tools-20160709-35c6e68a1a5ffc3e3afef71586710e9b0515582d_GH0.tar.gz) = 1540802 +TIMESTAMP = 1490818152 +SHA256 (golang-tools-20170328-d63e2b22b05a9682de336cd4802bba367ed429e7_GH0.tar.gz) = 92a3427edd63855831a39e5239fd7038f2075197e856ecb316308e8292a0dd68 +SIZE (golang-tools-20170328-d63e2b22b05a9682de336cd4802bba367ed429e7_GH0.tar.gz) = 2217622 Modified: head/devel/go-tools/pkg-plist ============================================================================== --- head/devel/go-tools/pkg-plist Wed Mar 29 20:33:05 2017 (r437233) +++ head/devel/go-tools/pkg-plist Wed Mar 29 20:37:52 2017 (r437234) @@ -6,18 +6,17 @@ bin/digraph bin/eg bin/fiximports bin/godex +bin/godoc bin/goimports bin/gomvpkg bin/gorename bin/gotype bin/guru bin/html2article -bin/oracle bin/present bin/ssadump bin/stress bin/stringer -bin/tip %%GO_LIBDIR%%/%%GO_PKGNAME%%/benchmark/parse.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/blog.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/blog/atom.a @@ -48,8 +47,6 @@ bin/tip %%GO_LIBDIR%%/%%GO_PKGNAME%%/godoc/vfs/mapfs.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/imports.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/oracle.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/oracle/serial.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/playground.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/playground/socket.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/present.a @@ -102,25 +99,26 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/callgraph/static/static_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/callgraph/util.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport19_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bimport.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/exportdata.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter17_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname15.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname16.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/isAlias18.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/isAlias19.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/a.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/b.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/exports.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/issue15920.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/p.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test_go1.7_0.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test_go1.7_1.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/cgo.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/cgo_pkgconfig.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/doc.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/example15_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/example_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/go16.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/go16_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/loader.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/loader_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/stdlib_test.go @@ -142,6 +140,8 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/opt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/pointer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/print.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/query.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/query_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/reflect.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/solve.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/stdlib_test.go @@ -154,6 +154,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/chanreflect1.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/context.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/conv.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/extended.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/finalizer.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/flow.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/fmtexcerpt.go @@ -176,7 +177,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/builder.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/builder_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/const.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/const15.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/create.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/dom.go @@ -185,10 +185,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/func.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_darwin.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_freebsd.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_plan9.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_unix.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/interp.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/interp_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/map.go @@ -197,6 +194,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/a_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/b_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/boundmeth.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/c_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/callstack.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/complit.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/coverage.go @@ -247,6 +245,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/http.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/vcs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/vcs_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/README.md %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/README %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/analysis.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/callgraph.go @@ -264,6 +263,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/dl/tmpl.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/format.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc17_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/index.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/index_test.go @@ -351,6 +351,12 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/vfs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs/zipfs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs/zipfs_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_dirent_fileno.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_dirent_ino.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_portable.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_unix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fix_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/imports.go @@ -358,68 +364,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/mkstdlib.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/sortimports.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/zstdlib.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/TODO -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callees.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callstack.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/definition.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/describe.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/describe15.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/freevars.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/implements.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/oracle.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/oracle_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/peers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/pointsto.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/pos.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/referrers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/serial/serial.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/freevars/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/freevars/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/imports/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/imports/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/lib/lib.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/main/multi.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/ext_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/int_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/reflection/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/reflection/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/whicherrs/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/whicherrs/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/what.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/whicherrs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/appengine.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/appenginevm.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/common.go @@ -430,6 +374,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/background.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/caption.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/code.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/present/code_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/html.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/iframe.go @@ -478,7 +423,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/importgraph/graph.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/importgraph/graph_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/check.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/go-rename.el %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/mvpkg.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/mvpkg_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/rename.go From owner-svn-ports-all@freebsd.org Wed Mar 29 20:43:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EF52D24E67; Wed, 29 Mar 2017 20:43:20 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C20C1977; Wed, 29 Mar 2017 20:43:19 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKg4CE070089; Wed, 29 Mar 2017 20:42:04 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKg47V070087; Wed, 29 Mar 2017 20:42:04 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201703292042.v2TKg47V070087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Wed, 29 Mar 2017 20:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437235 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:43:20 -0000 Author: gblach Date: Wed Mar 29 20:42:03 2017 New Revision: 437235 URL: https://svnweb.freebsd.org/changeset/ports/437235 Log: Update to 0.21.7 PR: 218031 Submitted by: Jochen Neumeister (joneum bsdproject de) Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Wed Mar 29 20:37:52 2017 (r437234) +++ head/x11-wm/enlightenment/Makefile Wed Mar 29 20:42:03 2017 (r437235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.21.6 +PORTVERSION= 0.21.7 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -14,7 +14,9 @@ COMMENT= Artistic X window manager LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:devel/efl \ - libxcb-keysyms.so:x11/xcb-util-keysyms + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libpulse-simple.so:audio/pulseaudio \ + libasound.so:audio/alsa-lib GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils execinfo gettext-tools \ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Wed Mar 29 20:37:52 2017 (r437234) +++ head/x11-wm/enlightenment/distinfo Wed Mar 29 20:42:03 2017 (r437235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487426470 -SHA256 (enlightenment/enlightenment-0.21.6.tar.xz) = ed0714b54d692cbcec412bdb169e5360355347ce775d27d6ae0cee25111b563d -SIZE (enlightenment/enlightenment-0.21.6.tar.xz) = 25306092 +TIMESTAMP = 1490258853 +SHA256 (enlightenment/enlightenment-0.21.7.tar.xz) = 7643f7fd4aadaca44c886f21063987624c50d4c50266e87600e902a59b7c76f7 +SIZE (enlightenment/enlightenment-0.21.7.tar.xz) = 25307500 From owner-svn-ports-all@freebsd.org Wed Mar 29 20:46:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5D3D24ED3; Wed, 29 Mar 2017 20:46:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D16181C0B; Wed, 29 Mar 2017 20:46:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKktvp070500; Wed, 29 Mar 2017 20:46:55 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKktGB070428; Wed, 29 Mar 2017 20:46:55 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201703292046.v2TKktGB070428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 29 Mar 2017 20:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437236 - in head/textproc/po4a: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:46:57 -0000 Author: garga Date: Wed Mar 29 20:46:55 2017 New Revision: 437236 URL: https://svnweb.freebsd.org/changeset/ports/437236 Log: Update textproc/po4a to 0.51 Modified: head/textproc/po4a/Makefile head/textproc/po4a/distinfo head/textproc/po4a/files/patch-Po4aBuilder.pm head/textproc/po4a/pkg-plist Modified: head/textproc/po4a/Makefile ============================================================================== --- head/textproc/po4a/Makefile Wed Mar 29 20:42:03 2017 (r437235) +++ head/textproc/po4a/Makefile Wed Mar 29 20:46:55 2017 (r437236) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= po4a -PORTVERSION= 0.45 -PORTREVISION= 4 +PORTVERSION= 0.51 CATEGORIES= textproc perl5 -MASTER_SITES= LOCAL/garga/po4a +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4214/ MAINTAINER= garga@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs @@ -16,6 +15,7 @@ BUILD_DEPENDS= p5-Term-ReadKey>=2.30:dev p5-Text-WrapI18N>=0.06:textproc/p5-Text-WrapI18N \ p5-SGMLSpm>=1.03:textproc/p5-SGMLSpm \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak \ jade>=0:textproc/jade \ xsltproc:textproc/libxslt \ docbook-xsl>0:textproc/docbook-xsl Modified: head/textproc/po4a/distinfo ============================================================================== --- head/textproc/po4a/distinfo Wed Mar 29 20:42:03 2017 (r437235) +++ head/textproc/po4a/distinfo Wed Mar 29 20:46:55 2017 (r437236) @@ -1,2 +1,3 @@ -SHA256 (po4a-0.45.tar.gz) = f5f47db85b48893d87d921152c96082233975bd0e0a9ee14f58c07d7dff81678 -SIZE (po4a-0.45.tar.gz) = 2208959 +TIMESTAMP = 1490794964 +SHA256 (po4a-0.51.tar.gz) = 6ec22b99e991ab3daff1cb00358749fd4f9e618be7c100fdd301a9756328569f +SIZE (po4a-0.51.tar.gz) = 2396862 Modified: head/textproc/po4a/files/patch-Po4aBuilder.pm ============================================================================== --- head/textproc/po4a/files/patch-Po4aBuilder.pm Wed Mar 29 20:42:03 2017 (r437235) +++ head/textproc/po4a/files/patch-Po4aBuilder.pm Wed Mar 29 20:46:55 2017 (r437236) @@ -1,18 +1,12 @@ ---- Po4aBuilder.pm.orig 2013-08-21 20:11:04 UTC +--- Po4aBuilder.pm.orig 2017-03-29 14:02:01 UTC +++ Po4aBuilder.pm -@@ -132,13 +132,13 @@ sub ACTION_install { - - require ExtUtils::Install; - # $self->depends_on('build'); -- my $mandir = $self->install_sets($self->installdirs)->{'bindoc'}; -+ my $mandir = $self->install_path->{'bindoc'}; - $mandir =~ s,/man1$,,; +@@ -140,8 +140,8 @@ sub ACTION_install { + $mandir =~ s,/man3$,,; $self->install_path(man => $mandir); - $self->install_path(manl10n => $mandir); -- my $localedir = $mandir; -- $localedir =~ s,/man$,/locale,; -+ my $localedir = $self->install_path->{'bin'}; +- my $localedir = $self->install_destination('libdoc'); +- $localedir =~ s,/man/man3$,/locale,; ++ my $localedir = $self->install_destination('bin'); + $localedir =~ s,/bin$,/share/locale,; $self->install_path(po => $localedir); Modified: head/textproc/po4a/pkg-plist ============================================================================== --- head/textproc/po4a/pkg-plist Wed Mar 29 20:42:03 2017 (r437235) +++ head/textproc/po4a/pkg-plist Wed Mar 29 20:46:55 2017 (r437236) @@ -29,56 +29,6 @@ bin/po4apod-display-po %%SITE_PERL%%/Locale/Po4a/Wml.pm %%SITE_PERL%%/Locale/Po4a/Xhtml.pm %%SITE_PERL%%/Locale/Po4a/Xml.pm -%%PERL5_MAN3%%/Locale::Po4a::AsciiDoc.3.gz -%%PERL5_MAN3%%/Locale::Po4a::BibTeX.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Chooser.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Common.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Dia.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Docbook.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Guide.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Halibut.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Ini.3.gz -%%PERL5_MAN3%%/Locale::Po4a::KernelHelp.3.gz -%%PERL5_MAN3%%/Locale::Po4a::LaTeX.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Man.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Po.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Pod.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Sgml.3.gz -%%PERL5_MAN3%%/Locale::Po4a::TeX.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Texinfo.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Text.3.gz -%%PERL5_MAN3%%/Locale::Po4a::TransTractor.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Wml.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Xhtml.3.gz -%%PERL5_MAN3%%/Locale::Po4a::Xml.3.gz -share/locale/af/LC_MESSAGES/po4a.mo -share/locale/ca/LC_MESSAGES/po4a.mo -share/locale/cs/LC_MESSAGES/po4a.mo -share/locale/da/LC_MESSAGES/po4a.mo -share/locale/de/LC_MESSAGES/po4a.mo -share/locale/eo/LC_MESSAGES/po4a.mo -share/locale/es/LC_MESSAGES/po4a.mo -share/locale/et/LC_MESSAGES/po4a.mo -share/locale/eu/LC_MESSAGES/po4a.mo -share/locale/fr/LC_MESSAGES/po4a.mo -share/locale/hr/LC_MESSAGES/po4a.mo -share/locale/id/LC_MESSAGES/po4a.mo -share/locale/it/LC_MESSAGES/po4a.mo -share/locale/ja/LC_MESSAGES/po4a.mo -share/locale/kn/LC_MESSAGES/po4a.mo -share/locale/ko/LC_MESSAGES/po4a.mo -share/locale/nb/LC_MESSAGES/po4a.mo -share/locale/nl/LC_MESSAGES/po4a.mo -share/locale/pl/LC_MESSAGES/po4a.mo -share/locale/pt/LC_MESSAGES/po4a.mo -share/locale/pt_BR/LC_MESSAGES/po4a.mo -share/locale/ru/LC_MESSAGES/po4a.mo -share/locale/sl/LC_MESSAGES/po4a.mo -share/locale/sv/LC_MESSAGES/po4a.mo -share/locale/uk/LC_MESSAGES/po4a.mo -share/locale/vi/LC_MESSAGES/po4a.mo -share/locale/zh_CN/LC_MESSAGES/po4a.mo -share/locale/zh_HK/LC_MESSAGES/po4a.mo %%SITE_PERL%%/man/ca/man1/po4a-normalize.1p.gz %%SITE_PERL%%/man/ca/man1/po4a-translate.1p.gz %%SITE_PERL%%/man/ca/man3/Locale::Po4a::BibTeX.3pm.gz @@ -90,7 +40,6 @@ share/locale/zh_HK/LC_MESSAGES/po4a.mo %%SITE_PERL%%/man/ca/man3/Locale::Po4a::LaTeX.3pm.gz %%SITE_PERL%%/man/ca/man3/Locale::Po4a::Po.3pm.gz %%SITE_PERL%%/man/ca/man3/Locale::Po4a::Pod.3pm.gz -%%SITE_PERL%%/man/ca/man3/Locale::Po4a::Sgml.3pm.gz %%SITE_PERL%%/man/ca/man3/Locale::Po4a::Texinfo.3pm.gz %%SITE_PERL%%/man/ca/man3/Locale::Po4a::TransTractor.3pm.gz %%SITE_PERL%%/man/ca/man7/po4a.7.gz @@ -196,14 +145,23 @@ share/locale/zh_HK/LC_MESSAGES/po4a.mo %%SITE_PERL%%/man/fr/man5/po4a-build.conf.5.gz %%SITE_PERL%%/man/fr/man7/po4a-runtime.7.gz %%SITE_PERL%%/man/fr/man7/po4a.7.gz +%%SITE_PERL%%/man/it/man1/po4a-build.1.gz +%%SITE_PERL%%/man/it/man1/po4a-gettextize.1p.gz %%SITE_PERL%%/man/it/man1/po4a-normalize.1p.gz %%SITE_PERL%%/man/it/man1/po4a-translate.1p.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::BibTeX.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::Chooser.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::Dia.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::Docbook.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::Guide.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::Halibut.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::Ini.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::KernelHelp.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::LaTeX.3pm.gz %%SITE_PERL%%/man/it/man3/Locale::Po4a::Pod.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::Sgml.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::Texinfo.3pm.gz +%%SITE_PERL%%/man/it/man3/Locale::Po4a::Wml.3pm.gz %%SITE_PERL%%/man/ja/man1/msguntypot.1p.gz %%SITE_PERL%%/man/ja/man1/po4a-build.1.gz %%SITE_PERL%%/man/ja/man1/po4a-gettextize.1p.gz @@ -247,28 +205,28 @@ share/locale/zh_HK/LC_MESSAGES/po4a.mo %%PERL5_MAN1%%/po4a.1p.gz %%PERL5_MAN1%%/po4aman-display-po.1.gz %%PERL5_MAN1%%/po4apod-display-po.1.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::AsciiDoc.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::BibTeX.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Chooser.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Common.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Dia.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Docbook.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Guide.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Halibut.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Ini.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::KernelHelp.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::LaTeX.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Man.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Po.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Pod.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Sgml.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::TeX.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Texinfo.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Text.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::TransTractor.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Wml.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Xhtml.pm.3pm.gz -%%SITE_PERL%%/man/man3/Locale::Po4a::Xml.pm.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::AsciiDoc.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::BibTeX.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Chooser.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Common.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Dia.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Docbook.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Guide.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Halibut.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Ini.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::KernelHelp.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::LaTeX.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Man.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Po.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Pod.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Sgml.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::TeX.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Texinfo.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Text.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::TransTractor.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Wml.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Xhtml.3pm.gz +%%PERL5_MAN3%%/Locale::Po4a::Xml.3pm.gz %%SITE_PERL%%/man/man5/po4a-build.conf.5.gz %%SITE_PERL%%/man/man7/po4a-runtime.7.gz %%SITE_PERL%%/man/man7/po4a.7.gz @@ -338,6 +296,40 @@ share/locale/zh_HK/LC_MESSAGES/po4a.mo %%SITE_PERL%%/man/pt/man5/po4a-build.conf.5.gz %%SITE_PERL%%/man/pt/man7/po4a-runtime.7.gz %%SITE_PERL%%/man/pt/man7/po4a.7.gz +%%SITE_PERL%%/man/pt_BR/man1/msguntypot.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a-build.1.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a-gettextize.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a-normalize.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a-translate.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a-updatepo.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4a.1p.gz +%%SITE_PERL%%/man/pt_BR/man1/po4aman-display-po.1.gz +%%SITE_PERL%%/man/pt_BR/man1/po4apod-display-po.1.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::AsciiDoc.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::BibTeX.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Chooser.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Common.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Dia.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Docbook.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Guide.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Halibut.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Ini.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::KernelHelp.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::LaTeX.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Man.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Po.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Pod.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Sgml.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::TeX.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Texinfo.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Text.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::TransTractor.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Wml.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Xhtml.3pm.gz +%%SITE_PERL%%/man/pt_BR/man3/Locale::Po4a::Xml.3pm.gz +%%SITE_PERL%%/man/pt_BR/man5/po4a-build.conf.5.gz +%%SITE_PERL%%/man/pt_BR/man7/po4a-runtime.7.gz +%%SITE_PERL%%/man/pt_BR/man7/po4a.7.gz %%SITE_PERL%%/man/ru/man1/msguntypot.1p.gz %%SITE_PERL%%/man/ru/man1/po4a-build.1.gz %%SITE_PERL%%/man/ru/man1/po4a-gettextize.1p.gz @@ -348,3 +340,31 @@ share/locale/zh_HK/LC_MESSAGES/po4a.mo %%SITE_PERL%%/man/ru/man1/po4aman-display-po.1.gz %%SITE_PERL%%/man/ru/man1/po4apod-display-po.1.gz %%SITE_PERL%%/man/ru/man3/Locale::Po4a::Man.3pm.gz +share/locale/af/LC_MESSAGES/po4a.mo +share/locale/ca/LC_MESSAGES/po4a.mo +share/locale/cs/LC_MESSAGES/po4a.mo +share/locale/da/LC_MESSAGES/po4a.mo +share/locale/de/LC_MESSAGES/po4a.mo +share/locale/eo/LC_MESSAGES/po4a.mo +share/locale/es/LC_MESSAGES/po4a.mo +share/locale/et/LC_MESSAGES/po4a.mo +share/locale/eu/LC_MESSAGES/po4a.mo +share/locale/fr/LC_MESSAGES/po4a.mo +share/locale/hr/LC_MESSAGES/po4a.mo +share/locale/id/LC_MESSAGES/po4a.mo +share/locale/it/LC_MESSAGES/po4a.mo +share/locale/ja/LC_MESSAGES/po4a.mo +share/locale/kn/LC_MESSAGES/po4a.mo +share/locale/ko/LC_MESSAGES/po4a.mo +share/locale/nb/LC_MESSAGES/po4a.mo +share/locale/nl/LC_MESSAGES/po4a.mo +share/locale/pl/LC_MESSAGES/po4a.mo +share/locale/pt/LC_MESSAGES/po4a.mo +share/locale/pt_BR/LC_MESSAGES/po4a.mo +share/locale/ru/LC_MESSAGES/po4a.mo +share/locale/sl/LC_MESSAGES/po4a.mo +share/locale/sv/LC_MESSAGES/po4a.mo +share/locale/uk/LC_MESSAGES/po4a.mo +share/locale/vi/LC_MESSAGES/po4a.mo +share/locale/zh_CN/LC_MESSAGES/po4a.mo +share/locale/zh_HK/LC_MESSAGES/po4a.mo From owner-svn-ports-all@freebsd.org Wed Mar 29 20:46:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF3DDD24ED7; Wed, 29 Mar 2017 20:46:57 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E0E81C0D; Wed, 29 Mar 2017 20:46:57 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKkuCv070566; Wed, 29 Mar 2017 20:46:56 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKku8F070563; Wed, 29 Mar 2017 20:46:56 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201703292046.v2TKku8F070563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 29 Mar 2017 20:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437237 - branches/2017Q1/devel/go-tools X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:46:57 -0000 Author: cs Date: Wed Mar 29 20:46:56 2017 New Revision: 437237 URL: https://svnweb.freebsd.org/changeset/ports/437237 Log: MFH: r437234 - Update to 20170328 - Unbreak by fixing dependencies PR: 216550 Approved by: ports-secteam (blanket) Modified: branches/2017Q1/devel/go-tools/Makefile branches/2017Q1/devel/go-tools/distinfo branches/2017Q1/devel/go-tools/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/go-tools/Makefile ============================================================================== --- branches/2017Q1/devel/go-tools/Makefile Wed Mar 29 20:46:55 2017 (r437236) +++ branches/2017Q1/devel/go-tools/Makefile Wed Mar 29 20:46:56 2017 (r437237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tools -PORTVERSION= 20160709 +PORTVERSION= 20170328 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -15,7 +15,7 @@ BROKEN= does not build (cannot find pac USE_GITHUB= yes GH_ACCOUNT= golang -GH_TAGNAME= 35c6e68a1a5ffc3e3afef71586710e9b0515582d +GH_TAGNAME= d63e2b22b05a9682de336cd4802bba367ed429e7 USES= go GO_PKGNAME= golang.org/x/tools GO_TARGET= ${GO_PKGNAME}/benchmark/parse \ @@ -37,12 +37,10 @@ GO_TARGET= ${GO_PKGNAME}/benchmark/parse ${GO_PKGNAME}/cmd/guru \ ${GO_PKGNAME}/cmd/guru/serial \ ${GO_PKGNAME}/cmd/html2article \ - ${GO_PKGNAME}/cmd/oracle \ ${GO_PKGNAME}/cmd/present \ ${GO_PKGNAME}/cmd/ssadump \ ${GO_PKGNAME}/cmd/stress \ ${GO_PKGNAME}/cmd/stringer \ - ${GO_PKGNAME}/cmd/tip \ ${GO_PKGNAME}/container/intsets \ ${GO_PKGNAME}/cover \ ${GO_PKGNAME}/go/ast/astutil \ @@ -69,8 +67,6 @@ GO_TARGET= ${GO_PKGNAME}/benchmark/parse ${GO_PKGNAME}/godoc/vfs/mapfs \ ${GO_PKGNAME}/godoc/vfs/zipfs \ ${GO_PKGNAME}/imports \ - ${GO_PKGNAME}/oracle \ - ${GO_PKGNAME}/oracle/serial \ ${GO_PKGNAME}/playground \ ${GO_PKGNAME}/playground/socket \ ${GO_PKGNAME}/present \ Modified: branches/2017Q1/devel/go-tools/distinfo ============================================================================== --- branches/2017Q1/devel/go-tools/distinfo Wed Mar 29 20:46:55 2017 (r437236) +++ branches/2017Q1/devel/go-tools/distinfo Wed Mar 29 20:46:56 2017 (r437237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468234159 -SHA256 (golang-tools-20160709-35c6e68a1a5ffc3e3afef71586710e9b0515582d_GH0.tar.gz) = e4e7d97ebd33f1d063427d5fb7157fbb8e4006d5c01b9869d7a9b3a9827beef8 -SIZE (golang-tools-20160709-35c6e68a1a5ffc3e3afef71586710e9b0515582d_GH0.tar.gz) = 1540802 +TIMESTAMP = 1490818152 +SHA256 (golang-tools-20170328-d63e2b22b05a9682de336cd4802bba367ed429e7_GH0.tar.gz) = 92a3427edd63855831a39e5239fd7038f2075197e856ecb316308e8292a0dd68 +SIZE (golang-tools-20170328-d63e2b22b05a9682de336cd4802bba367ed429e7_GH0.tar.gz) = 2217622 Modified: branches/2017Q1/devel/go-tools/pkg-plist ============================================================================== --- branches/2017Q1/devel/go-tools/pkg-plist Wed Mar 29 20:46:55 2017 (r437236) +++ branches/2017Q1/devel/go-tools/pkg-plist Wed Mar 29 20:46:56 2017 (r437237) @@ -6,18 +6,17 @@ bin/digraph bin/eg bin/fiximports bin/godex +bin/godoc bin/goimports bin/gomvpkg bin/gorename bin/gotype bin/guru bin/html2article -bin/oracle bin/present bin/ssadump bin/stress bin/stringer -bin/tip %%GO_LIBDIR%%/%%GO_PKGNAME%%/benchmark/parse.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/blog.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/blog/atom.a @@ -48,8 +47,6 @@ bin/tip %%GO_LIBDIR%%/%%GO_PKGNAME%%/godoc/vfs/mapfs.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/imports.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/oracle.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/oracle/serial.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/playground.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/playground/socket.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/present.a @@ -102,25 +99,26 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/callgraph/static/static_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/callgraph/util.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport19_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bexport_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/bimport.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/exportdata.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter17_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/gcimporter_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname15.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname16.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/setname_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/isAlias18.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/isAlias19.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/a.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/b.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/exports.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/issue15920.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/p.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test_go1.7_0.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/gcimporter15/testdata/versions/test_go1.7_1.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/cgo.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/cgo_pkgconfig.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/doc.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/example15_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/example_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/go16.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/go16_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/loader.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/loader_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/loader/stdlib_test.go @@ -142,6 +140,8 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/opt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/pointer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/print.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/query.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/query_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/reflect.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/solve.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/stdlib_test.go @@ -154,6 +154,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/chanreflect1.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/context.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/conv.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/extended.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/finalizer.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/flow.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/pointer/testdata/fmtexcerpt.go @@ -176,7 +177,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/builder.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/builder_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/const.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/const15.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/create.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/dom.go @@ -185,10 +185,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/func.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_darwin.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_freebsd.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_plan9.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_unix.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/external_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/interp.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/interp_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/map.go @@ -197,6 +194,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/a_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/b_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/boundmeth.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/c_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/callstack.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/complit.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/ssa/interp/testdata/coverage.go @@ -247,6 +245,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/http.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/vcs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/go/vcs/vcs_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/README.md %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/README %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/analysis.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/analysis/callgraph.go @@ -264,6 +263,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/dl/tmpl.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/format.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc17_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/godoc_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/index.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/index_test.go @@ -351,6 +351,12 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/vfs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs/zipfs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/godoc/vfs/zipfs/zipfs_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_dirent_fileno.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_dirent_ino.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_portable.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fastwalk_unix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/fix_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/imports.go @@ -358,68 +364,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/mkstdlib.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/sortimports.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/imports/zstdlib.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/TODO -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callees.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/callstack.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/definition.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/describe.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/describe15.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/freevars.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/implements.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/oracle.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/oracle_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/peers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/pointsto.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/pos.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/referrers.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/serial/serial.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/calls/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/describe/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/freevars/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/freevars/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements-methods/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/implements/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/imports/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/imports/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/lib/lib.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/main/multi.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/peers/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/pointsto/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/ext_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/int_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/referrers/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/reflection/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/reflection/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what-json/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what-json/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/what/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/whicherrs/main.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/testdata/src/whicherrs/main.golden -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/what.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/oracle/whicherrs.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/appengine.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/appenginevm.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/playground/common.go @@ -430,6 +374,7 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/background.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/caption.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/code.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/present/code_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/html.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/present/iframe.go @@ -478,7 +423,6 @@ bin/tip %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/importgraph/graph.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/importgraph/graph_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/check.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/go-rename.el %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/mvpkg.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/mvpkg_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/refactor/rename/rename.go From owner-svn-ports-all@freebsd.org Wed Mar 29 20:58:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F127D241B3; Wed, 29 Mar 2017 20:58:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F04DB7EE; Wed, 29 Mar 2017 20:58:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TKw5MA074643; Wed, 29 Mar 2017 20:58:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TKw4iS074641; Wed, 29 Mar 2017 20:58:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292058.v2TKw4iS074641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 20:58:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437238 - head/sysutils/rubygem-winrm-fs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 20:58:06 -0000 Author: swills Date: Wed Mar 29 20:58:04 2017 New Revision: 437238 URL: https://svnweb.freebsd.org/changeset/ports/437238 Log: sysutils/rubygem-winrm-fs: update to 1.0.1 PR: 217944 Modified: head/sysutils/rubygem-winrm-fs/Makefile head/sysutils/rubygem-winrm-fs/distinfo Modified: head/sysutils/rubygem-winrm-fs/Makefile ============================================================================== --- head/sysutils/rubygem-winrm-fs/Makefile Wed Mar 29 20:46:56 2017 (r437237) +++ head/sysutils/rubygem-winrm-fs/Makefile Wed Mar 29 20:58:04 2017 (r437238) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= winrm-fs -PORTVERSION= 0.3.2 +PORTVERSION= 1.0.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-winrm-fs/distinfo ============================================================================== --- head/sysutils/rubygem-winrm-fs/distinfo Wed Mar 29 20:46:56 2017 (r437237) +++ head/sysutils/rubygem-winrm-fs/distinfo Wed Mar 29 20:58:04 2017 (r437238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483733100 -SHA256 (rubygem/winrm-fs-0.3.2.gem) = 48aea01fef1904fda13e52d8b0e24bd8d96f16359aa7360be96c87ced38d4222 -SIZE (rubygem/winrm-fs-0.3.2.gem) = 30208 +TIMESTAMP = 1490634019 +SHA256 (rubygem/winrm-fs-1.0.1.gem) = 481eeabe50cb41c3aab1a7d055c1c821a448fe45787a2060a6799e2261d933dd +SIZE (rubygem/winrm-fs-1.0.1.gem) = 26624 From owner-svn-ports-all@freebsd.org Wed Mar 29 21:03:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E671BD243F8; Wed, 29 Mar 2017 21:03:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3882D9B; Wed, 29 Mar 2017 21:03:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TL3KG5078411; Wed, 29 Mar 2017 21:03:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TL3Kt2078408; Wed, 29 Mar 2017 21:03:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292103.v2TL3Kt2078408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 21:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437239 - head/sysutils/rubygem-winrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:03:22 -0000 Author: swills Date: Wed Mar 29 21:03:20 2017 New Revision: 437239 URL: https://svnweb.freebsd.org/changeset/ports/437239 Log: sysutils/rubygem-winrm: update to 2.1.3 PR: 217944 Approved by: joe@thrallingpenguin.com (maintainer) Modified: head/sysutils/rubygem-winrm/Makefile head/sysutils/rubygem-winrm/distinfo Modified: head/sysutils/rubygem-winrm/Makefile ============================================================================== --- head/sysutils/rubygem-winrm/Makefile Wed Mar 29 20:58:04 2017 (r437238) +++ head/sysutils/rubygem-winrm/Makefile Wed Mar 29 21:03:20 2017 (r437239) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= winrm -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 2.1.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -20,7 +19,7 @@ RUN_DEPENDS= rubygem-builder>=2.1.2:deve rubygem-logging>=1.8.1:devel/rubygem-logging \ rubygem-nokogiri>=1.6.1:textproc/rubygem-nokogiri \ rubygem-nori>=2.0:devel/rubygem-nori \ - rubygem-rubyntlm05>=0.5.0:net/rubygem-rubyntlm05 + rubygem-rubyntlm>=0.6.0:net/rubygem-rubyntlm NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-winrm/distinfo ============================================================================== --- head/sysutils/rubygem-winrm/distinfo Wed Mar 29 20:58:04 2017 (r437238) +++ head/sysutils/rubygem-winrm/distinfo Wed Mar 29 21:03:20 2017 (r437239) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471120253 -SHA256 (rubygem/winrm-1.6.1.gem) = 32a839f37825661ee92c75718b5606e2c51dda160c18d448d905b62737ff4f4a -SIZE (rubygem/winrm-1.6.1.gem) = 39936 +TIMESTAMP = 1490632279 +SHA256 (rubygem/winrm-2.1.3.gem) = 096fc482c81faff68178e930a8a25db59f4ae8db7e5105d01018a2621f7d28ac +SIZE (rubygem/winrm-2.1.3.gem) = 68608 From owner-svn-ports-all@freebsd.org Wed Mar 29 21:05:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5C06D24536; Wed, 29 Mar 2017 21:05:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCCBB1; Wed, 29 Mar 2017 21:05:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TL5gMN078700; Wed, 29 Mar 2017 21:05:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TL5gTu078696; Wed, 29 Mar 2017 21:05:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292105.v2TL5gTu078696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 21:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437240 - in head/sysutils: . rubygem-winrm-elevated X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:05:43 -0000 Author: swills Date: Wed Mar 29 21:05:42 2017 New Revision: 437240 URL: https://svnweb.freebsd.org/changeset/ports/437240 Log: sysutils/rubygem-winrm-elevated: create port Ruby library for running commands via WinRM as elevated through a scheduled task WWW: https://github.com/WinRb/winrm-elevated PR: 217944 Added: head/sysutils/rubygem-winrm-elevated/ head/sysutils/rubygem-winrm-elevated/Makefile (contents, props changed) head/sysutils/rubygem-winrm-elevated/distinfo (contents, props changed) head/sysutils/rubygem-winrm-elevated/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Mar 29 21:03:20 2017 (r437239) +++ head/sysutils/Makefile Wed Mar 29 21:05:42 2017 (r437240) @@ -1019,6 +1019,7 @@ SUBDIR += rubygem-vagrant-vbguest SUBDIR += rubygem-vmstat SUBDIR += rubygem-winrm + SUBDIR += rubygem-winrm-elevated SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-yell SUBDIR += rundeck Added: head/sysutils/rubygem-winrm-elevated/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-elevated/Makefile Wed Mar 29 21:05:42 2017 (r437240) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= winrm-elevated +PORTVERSION= 1.1.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library for running commands as elevated + +RUN_DEPENDS= rubygem-winrm>=2.0:sysutils/rubygem-winrm \ + rubygem-winrm-fs>=1.0:sysutils/rubygem-winrm-fs + +USE_RUBY= yes +USES= gem + +.include Added: head/sysutils/rubygem-winrm-elevated/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-elevated/distinfo Wed Mar 29 21:05:42 2017 (r437240) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490635045 +SHA256 (rubygem/winrm-elevated-1.1.0.gem) = 9971bd50f0374c07db4dc5ad9af6b86c397167f1c20e2e88978733222d5f7912 +SIZE (rubygem/winrm-elevated-1.1.0.gem) = 15872 Added: head/sysutils/rubygem-winrm-elevated/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-elevated/pkg-descr Wed Mar 29 21:05:42 2017 (r437240) @@ -0,0 +1,4 @@ +Ruby library for running commands via WinRM as elevated through a scheduled +task + +WWW: https://github.com/WinRb/winrm-elevated From owner-svn-ports-all@freebsd.org Wed Mar 29 21:07:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28E6BD24691; Wed, 29 Mar 2017 21:07:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E207A3D7; Wed, 29 Mar 2017 21:07:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TL7N5h078902; Wed, 29 Mar 2017 21:07:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TL7MbE078897; Wed, 29 Mar 2017 21:07:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703292107.v2TL7MbE078897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Mar 2017 21:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437241 - in head/sysutils/vagrant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:07:24 -0000 Author: swills Date: Wed Mar 29 21:07:22 2017 New Revision: 437241 URL: https://svnweb.freebsd.org/changeset/ports/437241 Log: sysutils/vagrant: update to 1.9.2 PR: 217944 Submitted by: Yonas Yanfa (with changes) Approved by: joe@thrallingpenguin.com (maintainer) Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/files/patch-gemspec head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Wed Mar 29 21:05:42 2017 (r437240) +++ head/sysutils/vagrant/Makefile Wed Mar 29 21:07:22 2017 (r437241) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.8.7 -PORTREVISION= 4 +PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel @@ -30,8 +29,7 @@ RUN_DEPENDS= rubygem-bundler>=1.12.5:sys rubygem-rb-kqueue>=0.2.2:devel/rubygem-rb-kqueue \ rubygem-rest-client>=1.6.0:www/rubygem-rest-client \ rubygem-wdm>=0.1.0:devel/rubygem-wdm \ - rubygem-winrm>=1.6.0:sysutils/rubygem-winrm \ - rubygem-winrm-fs>=0.3.0:sysutils/rubygem-winrm-fs \ + rubygem-winrm-elevated>=1.1.0:sysutils/rubygem-winrm-elevated \ rubygem-ruby_dep>=0:devel/rubygem-ruby_dep USE_GITHUB= yes Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Wed Mar 29 21:05:42 2017 (r437240) +++ head/sysutils/vagrant/distinfo Wed Mar 29 21:07:22 2017 (r437241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479304110 -SHA256 (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 5371d39679d40d4f6913728dd3d93c103e74c76ecc813710191a2c378b83a1e2 -SIZE (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 1756302 +TIMESTAMP = 1489996612 +SHA256 (mitchellh-vagrant-v1.9.2_GH0.tar.gz) = 53723eec1180ed0e89c1968e06626c6d45e42f6dc25ae9934ca8dfc240a82046 +SIZE (mitchellh-vagrant-v1.9.2_GH0.tar.gz) = 1813028 Modified: head/sysutils/vagrant/files/patch-gemspec ============================================================================== --- head/sysutils/vagrant/files/patch-gemspec Wed Mar 29 21:05:42 2017 (r437240) +++ head/sysutils/vagrant/files/patch-gemspec Wed Mar 29 21:07:22 2017 (r437241) @@ -1,12 +1,10 @@ ---- vagrant.gemspec.orig 2016-11-04 21:32:25 UTC +--- vagrant.gemspec.orig 2017-02-28 00:34:40 UTC +++ vagrant.gemspec -@@ -20,16 +20,16 @@ Gem::Specification.new do |s| - # APIs, so even point releases can introduce breaking changes. These changes - # are *untestable* until after a release is made because there is no way for - # Bundler to exec into itself. Please do not update the Bundler constraint. -- s.add_dependency "bundler", "= 1.12.5" +@@ -16,15 +16,15 @@ Gem::Specification.new do |s| + s.required_rubygems_version = ">= 1.3.6" + s.rubyforge_project = "vagrant" + - s.add_dependency "childprocess", "~> 0.5.0" -+ s.add_dependency "bundler", ">= 1.12.5" + s.add_dependency "childprocess", ">= 0.5.0" s.add_dependency "erubis", "~> 2.7.0" - s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0" @@ -22,8 +20,8 @@ s.add_dependency "rb-kqueue", "~> 0.2.0" s.add_dependency "rest-client", ">= 1.6.0", "< 3.0" s.add_dependency "wdm", "~> 0.1.0" -@@ -37,13 +37,13 @@ Gem::Specification.new do |s| - s.add_dependency "winrm-fs", "~> 0.3.0" +@@ -33,13 +33,13 @@ Gem::Specification.new do |s| + s.add_dependency "winrm-elevated", "~> 1.1" # We lock this down to avoid compilation issues. - s.add_dependency "nokogiri", "= 1.6.7.1" @@ -36,5 +34,5 @@ - s.add_dependency "ruby_dep", "<= 1.3.1" + s.add_dependency "ruby_dep" - s.add_development_dependency "rake" - s.add_development_dependency "rspec", "~> 2.14.0" + # Constraint rake to properly handle deprecated method usage + # from within rspec Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Wed Mar 29 21:05:42 2017 (r437240) +++ head/sysutils/vagrant/pkg-plist Wed Mar 29 21:07:22 2017 (r437241) @@ -57,6 +57,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/synced_folders.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/wait_for_communicator.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/general/package.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/general/package_setup_files.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/general/package_setup_folders.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/hook.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/runner.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/warden.rb @@ -114,14 +116,15 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/provisioner.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/push.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/plugin/v2/synced_folder.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/pre-rubygems.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/registry.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/shared_helpers.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/ui.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/ansi_escape_code_remover.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/busy.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/command_deprecation.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/counter.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/credential_scrubber.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/deep_merge.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/downloader.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/util/env.rb @@ -158,6 +161,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/download_mixins.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/list.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/outdated.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/prune.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/remove.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/repackage.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/box/command/root.rb @@ -186,17 +190,21 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/command.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/expunge_plugins.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/install_gem.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/license_plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/list_plugins.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/plugin_exists_check.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/repair_plugins.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/uninstall_plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/action/update_gems.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/base.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/expunge.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/install.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/license.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/list.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/mixin_install_opts.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/repair.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/root.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/uninstall.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/plugin/command/update.rb @@ -263,7 +271,6 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/errors.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/helper.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/plugin.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/scripts/elevated_shell.ps1.erb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/communicators/winrm/shell.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/amazon/cap/flavor.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/amazon/guest.rb @@ -553,11 +560,17 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/check_enabled.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/delete_vm.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/export.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/import.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/is_windows.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/message_will_not_destroy.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/net_set_mac.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/net_set_vlan.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/package.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/package_metadata_json.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/package_setup_files.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/package_setup_folders.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/package_vagrantfile.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_guest_ip.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_state.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/resume_vm.rb @@ -580,11 +593,15 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/create_snapshot.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/delete_snapshot.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/delete_vm.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/export_vm.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/file_sync.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_network_config.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_network_mac.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_switches.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_vm_status.ps1 -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/has_vmcx_support.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm_vmcx.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm_xml.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/list_snapshots.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/restore_snapshot.ps1 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/resume_vm.ps1 @@ -843,6 +860,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/support/isolated_environment.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/base.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/add_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/prune_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/remove_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/repackage_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/update_test.rb @@ -854,6 +872,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/login/middleware/add_authentication_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/package/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/expunge_plugins_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/install_gem_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb @@ -863,8 +882,8 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/push/command_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/pop_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/snapshot/command/push_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/ssh/communicator_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/ssh_config/command_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/ssh/communicator_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/command_filter_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/communicator_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/communicators/winrm/config_test.rb @@ -880,10 +899,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/halt_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/insert_public_key_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/nfs_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/remove_public_key_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/coreos/cap/docker_test.rb -%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/bsd/cap/remove_public_key_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/choose_addressable_ip_addr_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/halt_test.rb @@ -993,6 +1012,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/file/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/salt/config_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/salt/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/shell/provisioner_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/provisioners/support/shared/config.rb @@ -1100,8 +1120,10 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/shared_helpers_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/ui_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/ansi_escape_code_remover_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/command_deprecation_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/deep_merge_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/downloader_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/env_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/file_checksum_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/hash_with_indifferent_access_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/is_port_open_test.rb From owner-svn-ports-all@freebsd.org Wed Mar 29 21:09:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE0ED2471B; Wed, 29 Mar 2017 21:09:11 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C728291A; Wed, 29 Mar 2017 21:09:10 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TL7sxS079052; Wed, 29 Mar 2017 21:07:54 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TL7sU8079050; Wed, 29 Mar 2017 21:07:54 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201703292107.v2TL7sU8079050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 29 Mar 2017 21:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437242 - in head/net/py-eventlet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:09:11 -0000 Author: cs Date: Wed Mar 29 21:07:54 2017 New Revision: 437242 URL: https://svnweb.freebsd.org/changeset/ports/437242 Log: Fix attribute error PR: 217867 Submitted by: Alexander Nusov Added: head/net/py-eventlet/files/ head/net/py-eventlet/files/patch-eventlet_support_greendns.py (contents, props changed) Modified: head/net/py-eventlet/Makefile Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Wed Mar 29 21:07:22 2017 (r437241) +++ head/net/py-eventlet/Makefile Wed Mar 29 21:07:54 2017 (r437242) @@ -3,6 +3,7 @@ PORTNAME= eventlet PORTVERSION= 0.20.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/net/py-eventlet/files/patch-eventlet_support_greendns.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-eventlet/files/patch-eventlet_support_greendns.py Wed Mar 29 21:07:54 2017 (r437242) @@ -0,0 +1,27 @@ +--- eventlet/support/greendns.py.orig 2017-03-29 21:00:19 UTC ++++ eventlet/support/greendns.py +@@ -79,8 +79,14 @@ DNS_QUERY_TIMEOUT = 10.0 + HOSTS_TTL = 10.0 + + EAI_EAGAIN_ERROR = socket.gaierror(socket.EAI_AGAIN, 'Lookup timed out') +-EAI_NODATA_ERROR = socket.gaierror(socket.EAI_NODATA, 'No address associated with hostname') + EAI_NONAME_ERROR = socket.gaierror(socket.EAI_NONAME, 'Name or service not known') ++# EAI_NODATA was removed from RFC3493, it's now replaced with EAI_NONAME ++# socket.EAI_NODATA is not defined on FreeBSD, probably on some other platforms too. ++# https://lists.freebsd.org/pipermail/freebsd-ports/2003-October/005757.html ++EAI_NODATA_ERROR = EAI_NONAME_ERROR ++if (os.environ.get('EVENTLET_DEPRECATED_EAI_NODATA', '').lower() in ('1', 'y', 'yes') ++ and hasattr(socket, 'EAI_NODATA')): ++ EAI_NODATA_ERROR = socket.gaierror(socket.EAI_NODATA, 'No address associated with hostname') + + + def is_ipv4_addr(host): +@@ -448,7 +454,7 @@ def _getaddrinfo_lookup(host, family, fl + try: + answer = resolve(host, qfamily, False) + except socket.gaierror as e: +- if e.errno not in (socket.EAI_AGAIN, socket.EAI_NODATA): ++ if e.errno not in (socket.EAI_AGAIN, EAI_NONAME_ERROR.errno, EAI_NODATA_ERROR.errno): + raise + err = e + else: From owner-svn-ports-all@freebsd.org Wed Mar 29 21:16:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54999D24971; Wed, 29 Mar 2017 21:16:09 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00C1AED6; Wed, 29 Mar 2017 21:16:08 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TLG87r083322; Wed, 29 Mar 2017 21:16:08 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TLG72h083319; Wed, 29 Mar 2017 21:16:07 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201703292116.v2TLG72h083319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 29 Mar 2017 21:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437243 - head/science/py-DendroPy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:16:09 -0000 Author: cs Date: Wed Mar 29 21:16:07 2017 New Revision: 437243 URL: https://svnweb.freebsd.org/changeset/ports/437243 Log: Update to 4.2.0 Modified: head/science/py-DendroPy/Makefile head/science/py-DendroPy/distinfo head/science/py-DendroPy/pkg-plist Modified: head/science/py-DendroPy/Makefile ============================================================================== --- head/science/py-DendroPy/Makefile Wed Mar 29 21:07:54 2017 (r437242) +++ head/science/py-DendroPy/Makefile Wed Mar 29 21:16:07 2017 (r437243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DendroPy -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-DendroPy/distinfo ============================================================================== --- head/science/py-DendroPy/distinfo Wed Mar 29 21:07:54 2017 (r437242) +++ head/science/py-DendroPy/distinfo Wed Mar 29 21:16:07 2017 (r437243) @@ -1,2 +1,3 @@ -SHA256 (DendroPy-4.1.0.tar.gz) = c3d4b2780b84fb6ad64a8350855b2d762cabe45ecffbc04318f07214ee3bdfc9 -SIZE (DendroPy-4.1.0.tar.gz) = 16492139 +TIMESTAMP = 1490821956 +SHA256 (DendroPy-4.2.0.tar.gz) = f790bb3d63b0a0573ff4b2657e4f745c94a3d46eaae0ddb5a429b857dad08795 +SIZE (DendroPy-4.2.0.tar.gz) = 16708528 Modified: head/science/py-DendroPy/pkg-plist ============================================================================== --- head/science/py-DendroPy/pkg-plist Wed Mar 29 21:07:54 2017 (r437242) +++ head/science/py-DendroPy/pkg-plist Wed Mar 29 21:16:07 2017 (r437243) @@ -1,277 +1,283 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/__main__.py %%PYTHON_SITELIBDIR%%/dendropy/__main__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/__main__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/__main__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/combinatorics.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/combinatorics.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/combinatorics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/combinatorics.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/phylogeneticdistance.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/phylogeneticdistance.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/phylogeneticdistance.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/phylogeneticdistance.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/dendropy/calculate/profiledistance.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/profiledistance.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/profiledistance.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.py %%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.pyc -%%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.py %%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/ape.py %%PYTHON_SITELIBDIR%%/dendropy/interop/ape.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/ape.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/ape.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/biopython.py %%PYTHON_SITELIBDIR%%/dendropy/interop/biopython.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/biopython.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/biopython.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/entrez.py %%PYTHON_SITELIBDIR%%/dendropy/interop/entrez.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/entrez.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/entrez.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/ete.py %%PYTHON_SITELIBDIR%%/dendropy/interop/ete.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/ete.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/ete.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/gbif.py %%PYTHON_SITELIBDIR%%/dendropy/interop/gbif.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/gbif.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/gbif.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/genbank.py %%PYTHON_SITELIBDIR%%/dendropy/interop/genbank.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/genbank.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/genbank.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.py %%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/paup.py %%PYTHON_SITELIBDIR%%/dendropy/interop/paup.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/paup.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/paup.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.py %%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.py %%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.py %%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.py %%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.pyc -%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.pyo +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.pyo +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/model/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.py %%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.py %%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/continuous.py %%PYTHON_SITELIBDIR%%/dendropy/model/continuous.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/continuous.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/discrete.py %%PYTHON_SITELIBDIR%%/dendropy/model/discrete.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/discrete.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/discrete.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/dendropy/model/multispeciescoalescent.py +%%PYTHON_SITELIBDIR%%/dendropy/model/multispeciescoalescent.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/multispeciescoalescent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.py %%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.py %%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.py %%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.py %%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.pyc -%%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.py %%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.py %%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.py %%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/__main__.py %%PYTHON_SITELIBDIR%%/dendropy/test/__main__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/__main__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/__main__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.py %%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.py %%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.py %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.py %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.py %%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/COII_Apes.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/GEBA.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/actinopterygii.chars.nexus @@ -374,6 +380,7 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/hiv1.node-to-node-dists.csv %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/hiv1.unweighted.node-to-node-dists.csv %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/laurasiatherian.distances.ml.csv +%%PYTHON_SITELIBDIR%%/dendropy/test/data/other/multispecies_coalescent_test_data.json %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/pythonidae.mle.node-to-node-dists.csv %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/pythonidae.mle.unweighted.node-to-node-dists.csv %%PYTHON_SITELIBDIR%%/dendropy/test/data/other/pythonidae.mle.unweighted.pdm.csv @@ -752,277 +759,280 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/treebase_s373.xml %%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_bipartitions.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_bipartitions.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_bipartitions.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_bipartitions.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_charmatrix.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_charmatrix.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_charmatrix.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_charmatrix.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_dataset.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_dataset.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_split_bitmasks.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_split_bitmasks.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_split_bitmasks.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_split_bitmasks.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_statealphabet.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_statealphabet.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_statealphabet.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_statealphabet.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_taxon.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_taxon.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_taxon.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_taxon.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_construction_copying_and_identity.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_construction_copying_and_identity.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_construction_copying_and_identity.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_construction_copying_and_identity.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_edge_fundamentals.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_edge_fundamentals.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_edge_fundamentals.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_edge_fundamentals.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_list.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_list.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_node_fundamentals.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_node_fundamentals.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_node_fundamentals.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_node_fundamentals.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_structure_and_iteration.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_structure_and_iteration.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_structure_and_iteration.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_structure_and_iteration.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_taxon_management.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_taxon_management.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_taxon_management.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_tree_taxon_management.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_treearray.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_treearray.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_treearray.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_treearray.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_fitch.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_fitch.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_fitch.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_fitch.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/dendropy/test/test_multispeciescoalescent.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_multispeciescoalescent.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_multispeciescoalescent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_parsimony_scoring.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_parsimony_scoring.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_parsimony_scoring.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_parsimony_scoring.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_paup.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_paup.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_paup.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_paup.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_phylogenetic_distance_matrix.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_phylogenetic_distance_matrix.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_phylogenetic_distance_matrix.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_phylogenetic_distance_matrix.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_popgenstat.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_popgenstat.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_popgenstat.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_popgenstat.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_protractedspeciation.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_protractedspeciation.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_protractedspeciation.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_protractedspeciation.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_statistics.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_statistics.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_statistics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_statistics.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_calculations_and_metrics.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_calculations_and_metrics.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_calculations_and_metrics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_calculations_and_metrics.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_from_splits.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_from_splits.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_from_splits.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_from_splits.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_operations_and_manipulations.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_operations_and_manipulations.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_operations_and_manipulations.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_operations_and_manipulations.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_reconciliation_and_discordance.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_reconciliation_and_discordance.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_reconciliation_and_discordance.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_reconciliation_and_discordance.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_shape_kernel.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_shape_kernel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_shape_kernel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_shape_kernel.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_split_compatibility.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_split_compatibility.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_split_compatibility.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_split_compatibility.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_summarization_and_consensus.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_summarization_and_consensus.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_summarization_and_consensus.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_tree_summarization_and_consensus.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/utility/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/bibtex.py %%PYTHON_SITELIBDIR%%/dendropy/utility/bibtex.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/bibtex.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/bibtex.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/bitprocessing.py %%PYTHON_SITELIBDIR%%/dendropy/utility/bitprocessing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/bitprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/bitprocessing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/cli.py %%PYTHON_SITELIBDIR%%/dendropy/utility/cli.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/cli.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/cli.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/constants.py %%PYTHON_SITELIBDIR%%/dendropy/utility/constants.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/constants.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/constants.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/container.py %%PYTHON_SITELIBDIR%%/dendropy/utility/container.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/container.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/container.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/debug.py %%PYTHON_SITELIBDIR%%/dendropy/utility/debug.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/debug.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/debug.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/deprecate.py %%PYTHON_SITELIBDIR%%/dendropy/utility/deprecate.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/deprecate.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/deprecate.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/error.py %%PYTHON_SITELIBDIR%%/dendropy/utility/error.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/error.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/error.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/filesys.py %%PYTHON_SITELIBDIR%%/dendropy/utility/filesys.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/filesys.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/filesys.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/libexec/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/utility/libexec/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/libexec/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/libexec/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/messaging.py %%PYTHON_SITELIBDIR%%/dendropy/utility/messaging.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/messaging.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/messaging.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/metavar.py %%PYTHON_SITELIBDIR%%/dendropy/utility/metavar.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/metavar.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/metavar.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/processio.py %%PYTHON_SITELIBDIR%%/dendropy/utility/processio.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/processio.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/processio.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/terminal.py %%PYTHON_SITELIBDIR%%/dendropy/utility/terminal.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/terminal.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/terminal.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/textprocessing.py %%PYTHON_SITELIBDIR%%/dendropy/utility/textprocessing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/textprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/textprocessing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/timeprocessing.py %%PYTHON_SITELIBDIR%%/dendropy/utility/timeprocessing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/timeprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/timeprocessing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/urlio.py %%PYTHON_SITELIBDIR%%/dendropy/utility/urlio.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/urlio.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/urlio.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/dendropy/utility/vcsinfo.py %%PYTHON_SITELIBDIR%%/dendropy/utility/vcsinfo.pyc -%%PYTHON_SITELIBDIR%%/dendropy/utility/vcsinfo.pyo +%%PYTHON_SITELIBDIR%%/dendropy/utility/vcsinfo.%%PYTHON_PYOEXTENSION%% From owner-svn-ports-all@freebsd.org Wed Mar 29 21:29:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22B4DD24D21 for ; Wed, 29 Mar 2017 21:29:44 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from 4.mo1.mail-out.ovh.net (4.mo1.mail-out.ovh.net [46.105.76.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1473D53 for ; Wed, 29 Mar 2017 21:29:43 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from player169.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id EEF5A64488 for ; Wed, 29 Mar 2017 22:10:55 +0200 (CEST) Received: from [192.168.0.101] (user-46-112-153-210.play-internet.pl [46.112.153.210]) (Authenticated sender: grzegorz@blach.pl) by player169.ha.ovh.net (Postfix) with ESMTPSA id 5869A580082; Wed, 29 Mar 2017 22:10:52 +0200 (CEST) Message-ID: <1490818251.3173.1.camel@blach.pl> Subject: Re: svn commit: r437223 - in head/devel: . py3-meson From: Grzegorz Blach To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Wed, 29 Mar 2017 22:10:51 +0200 In-Reply-To: <201703291843.v2TIhJ3B020753@repo.freebsd.org> References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 1499417203892117167 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelhedrkeejgdduudekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:29:44 -0000 Is there any real difference between devel/py3-meson and devel/meson? On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote: > Author: swills > Date: Wed Mar 29 18:43:19 2017 > New Revision: 437223 > URL: https://svnweb.freebsd.org/changeset/ports/437223 > > Log: >   devel/py3-meson: create port >    >   Meson is a cross-platform build system designed to be both as fast > and as user >   friendly as possible. It supports many languages and compilers, > including GCC, >   Clang and Visual Studio. Its build definitions are written in a > simple >   non-turing complete DSL. >    >   WWW: http://mesonbuild.com/ > > Added: >   head/devel/py3-meson/ >   head/devel/py3-meson/Makefile   (contents, props changed) >   head/devel/py3-meson/distinfo   (contents, props changed) >   head/devel/py3-meson/pkg-descr   (contents, props changed) > Modified: >   head/devel/Makefile > > Modified: head/devel/Makefile > ===================================================================== > ========= > --- head/devel/Makefile Wed Mar 29 18:30:43 2017 (r4372 > 22) > +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r4372 > 23) > @@ -4924,6 +4924,7 @@ >      SUBDIR += py3-libzfs >      SUBDIR += py3-lxml >      SUBDIR += py3-mccabe > +    SUBDIR += py3-meson >      SUBDIR += py3-nose >      SUBDIR += py3-ply >      SUBDIR += py3-prompt_toolkit > > Added: head/devel/py3-meson/Makefile > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,18 @@ > +# $FreeBSD$ > + > +PORTNAME= meson > +PORTVERSION= 0.39.1 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +PKGNAMESUFFIX?= > + > +MAINTAINER= swills@FreeBSD.org > +COMMENT= High performance build system > + > +USES= python:3.5+ > +USE_PYTHON= autoplist distutils > + > +RUN_DEPENDS= python3:lang/python3 > + > +.include > > Added: head/devel/py3-meson/distinfo > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,3 @@ > +TIMESTAMP = 1490675281 > +SHA256 (meson-0.39.1.tar.gz) = > 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 > +SIZE (meson-0.39.1.tar.gz) = 558928 > > Added: head/devel/py3-meson/pkg-descr > ===================================================================== > ========= > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) > +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 2017 > (r437223) > @@ -0,0 +1,6 @@ > +Meson is a cross-platform build system designed to be both as fast > and as user > +friendly as possible. It supports many languages and compilers, > including GCC, > +Clang and Visual Studio. Its build definitions are written in a > simple > +non-turing complete DSL. > + > +WWW: http://mesonbuild.com/ > From owner-svn-ports-all@freebsd.org Wed Mar 29 21:43:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CBBAD241FB; Wed, 29 Mar 2017 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70E97D44; Wed, 29 Mar 2017 21:43:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.75] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id v2TLhKnW092191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 29 Mar 2017 21:43:26 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r437223 - in head/devel: . py3-meson To: Grzegorz Blach , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> From: Steve Wills Message-ID: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> Date: Wed, 29 Mar 2017 17:43:20 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490818251.3173.1.camel@blach.pl> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 29 Mar 2017 21:43:26 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:43:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ Content-Type: multipart/mixed; boundary="JBh4972hNwoTT4phMNNx6KtluJfsjsBfD"; protected-headers="v1" From: Steve Wills To: Grzegorz Blach , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> Subject: Re: svn commit: r437223 - in head/devel: . py3-meson References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> In-Reply-To: <1490818251.3173.1.camel@blach.pl> --JBh4972hNwoTT4phMNNx6KtluJfsjsBfD Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Ah, didn't see that, sorry. Looks like that has a dep on ninja, which makes sense. I found I had to add the dep on python3 so that it would run (changing the shebang's didn't seem corrct since it will work with any version of python3). And py3-meson is slightly newer version. Guess I should delete devel/py3-meson? Steve On 03/29/2017 16:10, Grzegorz Blach wrote: > Is there any real difference between devel/py3-meson and devel/meson? >=20 >=20 > On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote: >> Author: swills >> Date: Wed Mar 29 18:43:19 2017 >> New Revision: 437223 >> URL: https://svnweb.freebsd.org/changeset/ports/437223 >> >> Log: >> devel/py3-meson: create port >> =20 >> Meson is a cross-platform build system designed to be both as fast >> and as user >> friendly as possible. It supports many languages and compilers, >> including GCC, >> Clang and Visual Studio. Its build definitions are written in a >> simple >> non-turing complete DSL. >> =20 >> WWW: http://mesonbuild.com/ >> >> Added: >> head/devel/py3-meson/ >> head/devel/py3-meson/Makefile (contents, props changed) >> head/devel/py3-meson/distinfo (contents, props changed) >> head/devel/py3-meson/pkg-descr (contents, props changed) >> Modified: >> head/devel/Makefile >> >> Modified: head/devel/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> =3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- head/devel/Makefile Wed Mar 29 18:30:43 2017 (r4372 >> 22) >> +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r4372 >> 23) >> @@ -4924,6 +4924,7 @@ >> SUBDIR +=3D py3-libzfs >> SUBDIR +=3D py3-lxml >> SUBDIR +=3D py3-mccabe >> + SUBDIR +=3D py3-meson >> SUBDIR +=3D py3-nose >> SUBDIR +=3D py3-ply >> SUBDIR +=3D py3-prompt_toolkit >> >> Added: head/devel/py3-meson/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> =3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,18 @@ >> +# $FreeBSD$ >> + >> +PORTNAME=3D meson >> +PORTVERSION=3D 0.39.1 >> +CATEGORIES=3D devel python >> +MASTER_SITES=3D CHEESESHOP >> +PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >> +PKGNAMESUFFIX?=3D >> + >> +MAINTAINER=3D swills@FreeBSD.org >> +COMMENT=3D High performance build system >> + >> +USES=3D python:3.5+ >> +USE_PYTHON=3D autoplist distutils >> + >> +RUN_DEPENDS=3D python3:lang/python3 >> + >> +.include >> >> Added: head/devel/py3-meson/distinfo >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> =3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,3 @@ >> +TIMESTAMP =3D 1490675281 >> +SHA256 (meson-0.39.1.tar.gz) =3D >> 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 >> +SIZE (meson-0.39.1.tar.gz) =3D 558928 >> >> Added: head/devel/py3-meson/pkg-descr >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> =3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is >> newly added) >> +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 2017=09 >> (r437223) >> @@ -0,0 +1,6 @@ >> +Meson is a cross-platform build system designed to be both as fast >> and as user >> +friendly as possible. It supports many languages and compilers, >> including GCC, >> +Clang and Visual Studio. Its build definitions are written in a >> simple >> +non-turing complete DSL. >> + >> +WWW: http://mesonbuild.com/ >> --JBh4972hNwoTT4phMNNx6KtluJfsjsBfD-- --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGnBAEBCgCRFiEEmPpBSlwqDvnP0K0N9c9isyB7G6EFAljcKnhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk4 RkE0MTRBNUMyQTBFRjlDRkQwQUQwREY1Q0Y2MkIzMjA3QjFCQTETHHN3aWxsc0Bm cmVlYnNkLm9yZwAKCRD1z2KzIHsbodDtCACnDYfhgPWLTt8N5mojYYL3ZSG2pvV4 6mtDyCEHkFZLax71KxIUUHUljC41pVLw1RIZ1he0p6ETBC41nAFXzXF49dCUv+gK ZCjpyjdhLsfynxISF+AQk65W2ankz233nvPDkx+tV88NdznJiKAMpO747cU9p33v x4mDPgcXPDB+6Fc3iSFRagZqwoiXqZ3WAQHlyT4zp9JRfljoYDLgn/tpKp8fF48G UT4trn7pr8bFD+i57ieLd9c5+oizrwT0LnuG47J8AH0ekmUm8uw3fkE8TL/ZLOiw U1FK+NM0+bKOJNvMD8WKLq7dy8V2BUBJy98n4qReWA9rUX63if8JuK55 =lBkh -----END PGP SIGNATURE----- --JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ-- From owner-svn-ports-all@freebsd.org Wed Mar 29 21:49:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02A00D242C6; Wed, 29 Mar 2017 21:49:36 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5ED72; Wed, 29 Mar 2017 21:49:35 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TLnYQd095640; Wed, 29 Mar 2017 21:49:34 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TLnYXB095633; Wed, 29 Mar 2017 21:49:34 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703292149.v2TLnYXB095633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 29 Mar 2017 21:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437244 - in head/archivers/rpm4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 21:49:36 -0000 Author: rodrigo Date: Wed Mar 29 21:49:34 2017 New Revision: 437244 URL: https://svnweb.freebsd.org/changeset/ports/437244 Log: Upgrade to 4.13.0.1 and take maintainership Remove unncecesary patches and fix plist Added: head/archivers/rpm4/files/patch-plugins_ima.c (contents, props changed) Deleted: head/archivers/rpm4/files/patch-lib_backend_db3.c head/archivers/rpm4/files/patch-lib_cpio.c Modified: head/archivers/rpm4/Makefile head/archivers/rpm4/distinfo head/archivers/rpm4/files/patch-misc_fts.c head/archivers/rpm4/files/patch-system.h head/archivers/rpm4/pkg-plist Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Wed Mar 29 21:16:07 2017 (r437243) +++ head/archivers/rpm4/Makefile Wed Mar 29 21:49:34 2017 (r437244) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= rpm -PORTVERSION= 4.12.0.1 -PORTREVISION= 4 +PORTVERSION= 4.13.0.1 CATEGORIES= archivers -MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R:R}.x/ +MASTER_SITES= http://ftp.rpm.org/releases/rpm-${PORTVERSION:R:R}.x/ PKGNAMESUFFIX= 4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Red Hat Package Manager +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpopt.so:devel/popt \ libnss3.so:security/nss BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed @@ -24,9 +26,7 @@ SHEBANG_FILES= scripts/brp-python-byteco scripts/check-rpaths-worker scripts/pythondeps.sh \ scripts/mono-find-requires scripts/mono-find-provides \ scripts/pkgconfigdeps.sh scripts/fontconfig.prov \ - scripts/rpmdb_loadcvt \ - scripts/perl.prov scripts/perl.req scripts/perldeps.pl \ - scripts/osgideps.pl scripts/tcl.req \ + scripts/rpmdb_loadcvt scripts/perl.prov scripts/perl.req \ python/rpm/transaction.py CONFIGURE_ARGS= --with-external-db \ --without-db \ Modified: head/archivers/rpm4/distinfo ============================================================================== --- head/archivers/rpm4/distinfo Wed Mar 29 21:16:07 2017 (r437243) +++ head/archivers/rpm4/distinfo Wed Mar 29 21:49:34 2017 (r437244) @@ -1,2 +1,3 @@ -SHA256 (rpm-4.12.0.1.tar.bz2) = 77ddd228fc332193c874aa0b424f41db1ff8b7edbb6a338703ef747851f50229 -SIZE (rpm-4.12.0.1.tar.bz2) = 4129093 +TIMESTAMP = 1490795784 +SHA256 (rpm-4.13.0.1.tar.bz2) = 27fc7ba7d419622b1ce34d6507aa70b0808bc344021d298072a0c2ec165f9b0d +SIZE (rpm-4.13.0.1.tar.bz2) = 4305261 Modified: head/archivers/rpm4/files/patch-misc_fts.c ============================================================================== --- head/archivers/rpm4/files/patch-misc_fts.c Wed Mar 29 21:16:07 2017 (r437243) +++ head/archivers/rpm4/files/patch-misc_fts.c Wed Mar 29 21:49:34 2017 (r437244) @@ -1,25 +1,34 @@ ---- misc/fts.c.orig 2014-06-30 08:47:14 UTC +--- misc/fts.c.orig 2016-11-30 07:03:00 UTC +++ misc/fts.c -@@ -31,13 +31,14 @@ - static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; +@@ -32,12 +32,14 @@ static char sccsid[] = "@(#)fts.c 8.6 (B #endif /* LIBC_SCCS and not lint */ + /* Conditional to set up proper fstat64 implementation */ +-#if defined(hpux) || defined(sun) ++#if defined(hpux) || defined(__FreeBSD__) || defined(sun) + # define FTS_FSTAT64(_fd, _sbp) fstat((_fd), (_sbp)) + #else + # define FTS_FSTAT64(_fd, _sbp) fstat64((_fd), (_sbp)) + #endif + +#include "system.h" +#include "misc/fts.h" #if defined(_LIBC) #include #include - #include - #include - #include --#include "misc/fts.h" - #include - #include - #include -@@ -61,11 +62,9 @@ static char sccsid[] = "@(#)fts.c 8.6 (B - # define _STAT_VER 0 - # define __fxstat64(_stat_ver, _fd, _sbp) fstat64((_fd), (_sbp)) +@@ -51,7 +53,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (B + #else + + /* Conditionals for working around non-GNU environments */ +-#if defined(hpux) ++#if defined(hpux) || defined(__FreeBSD__) + # define _INCLUDE_POSIX_SOURCE + # define __errno_location() (&errno) + # define dirfd(dirp) -1 +@@ -65,11 +67,9 @@ static char sccsid[] = "@(#)fts.c 8.6 (B + # define __errno_location() (__error()) #endif + -#include "system.h" #include #include Added: head/archivers/rpm4/files/patch-plugins_ima.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/rpm4/files/patch-plugins_ima.c Wed Mar 29 21:49:34 2017 (r437244) @@ -0,0 +1,8 @@ +--- plugins/ima.c.orig 2017-03-29 21:11:01 UTC ++++ plugins/ima.c +@@ -1,5 +1,3 @@ +-#include +- + #include + #include + #include Modified: head/archivers/rpm4/files/patch-system.h ============================================================================== --- head/archivers/rpm4/files/patch-system.h Wed Mar 29 21:16:07 2017 (r437243) +++ head/archivers/rpm4/files/patch-system.h Wed Mar 29 21:49:34 2017 (r437244) @@ -1,4 +1,4 @@ ---- system.h.orig 2014-06-30 08:47:14 UTC +--- system.h.orig 2017-02-16 09:40:09 UTC +++ system.h @@ -41,6 +41,13 @@ char * stpncpy(char * dest, const char * #define getenv(_s) __secure_getenv(_s) @@ -14,3 +14,12 @@ #ifdef HAVE_FCNTL_H #include #else +@@ -87,7 +94,7 @@ char * stpncpy(char * dest, const char * + #define _free(_ptr) rfree((_ptr)) + + /* Retrofit glibc __progname */ +-#if defined __GLIBC__ && __GLIBC__ >= 2 ++#if defined __GLIBC__ && __GLIBC__ >= 2 || defined(__FreeBSD__) + #if __GLIBC_MINOR__ >= 1 + #define __progname __assert_program_name + #endif Modified: head/archivers/rpm4/pkg-plist ============================================================================== --- head/archivers/rpm4/pkg-plist Wed Mar 29 21:16:07 2017 (r437243) +++ head/archivers/rpm4/pkg-plist Wed Mar 29 21:49:34 2017 (r437244) @@ -26,7 +26,7 @@ include/rpm/rpmfileutil.h include/rpm/rpmio.h include/rpm/rpmkeyring.h include/rpm/rpmlegacy.h -include/rpm/rpmlib.h +include/rpm/rpm%%LUA_LIBDIR%%.h include/rpm/rpmlog.h include/rpm/rpmmacro.h include/rpm/rpmpgp.h @@ -47,140 +47,147 @@ include/rpm/rpmtypes.h include/rpm/rpmurl.h include/rpm/rpmutil.h include/rpm/rpmvf.h -lib/librpm.so -lib/librpm.so.3 -lib/librpm.so.3.3.1 -lib/librpmbuild.so -lib/librpmbuild.so.3 -lib/librpmbuild.so.3.3.1 -lib/librpmio.so -lib/librpmio.so.3 -lib/librpmio.so.3.3.1 -lib/librpmsign.so -lib/librpmsign.so.3 -lib/librpmsign.so.3.3.1 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so.7 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so.7.0.1 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so.7 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so.7.0.1 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so.7 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so.7.0.1 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so.7 +%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so.7.0.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmb.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpms.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py -%%PLUGINS%%lib/rpm-plugins/syslog.so -%%PLUGINS%%lib/rpm-plugins/systemd_inhibit.so -lib/rpm/appdata.prov -lib/rpm/brp-compress -lib/rpm/brp-java-gcjcompile -lib/rpm/brp-python-bytecompile -lib/rpm/brp-python-hardlink -lib/rpm/brp-strip -lib/rpm/brp-strip-comment-note -lib/rpm/brp-strip-shared -lib/rpm/brp-strip-static-archive -lib/rpm/check-buildroot -lib/rpm/check-files -lib/rpm/check-prereqs -lib/rpm/check-rpaths -lib/rpm/check-rpaths-worker -lib/rpm/config.guess -lib/rpm/config.sub -lib/rpm/desktop-file.prov -lib/rpm/fileattrs/appdata.attr -lib/rpm/fileattrs/desktop.attr -lib/rpm/fileattrs/elf.attr -lib/rpm/fileattrs/font.attr -lib/rpm/fileattrs/libtool.attr -lib/rpm/fileattrs/mono.attr -lib/rpm/fileattrs/ocaml.attr -lib/rpm/fileattrs/perl.attr -lib/rpm/fileattrs/perllib.attr -lib/rpm/fileattrs/pkgconfig.attr -lib/rpm/fileattrs/python.attr -lib/rpm/fileattrs/script.attr -lib/rpm/find-lang.sh -lib/rpm/find-provides -lib/rpm/find-requires -lib/rpm/fontconfig.prov -lib/rpm/libtooldeps.sh -lib/rpm/macros -lib/rpm/macros.perl -lib/rpm/macros.php -lib/rpm/macros.python -lib/rpm/mkinstalldirs -lib/rpm/mono-find-provides -lib/rpm/mono-find-requires -lib/rpm/ocaml-find-provides.sh -lib/rpm/ocaml-find-requires.sh -lib/rpm/osgideps.pl -lib/rpm/perl.prov -lib/rpm/perl.req -lib/rpm/perldeps.pl -lib/rpm/pkgconfigdeps.sh -lib/rpm/platform/aarch64-%%OPSYS%%/macros -lib/rpm/platform/alpha-%%OPSYS%%/macros -lib/rpm/platform/alphaev5-%%OPSYS%%/macros -lib/rpm/platform/alphaev56-%%OPSYS%%/macros -lib/rpm/platform/alphaev6-%%OPSYS%%/macros -lib/rpm/platform/alphaev67-%%OPSYS%%/macros -lib/rpm/platform/alphapca56-%%OPSYS%%/macros -lib/rpm/platform/amd64-%%OPSYS%%/macros -lib/rpm/platform/armv3l-%%OPSYS%%/macros -lib/rpm/platform/armv4b-%%OPSYS%%/macros -lib/rpm/platform/armv4l-%%OPSYS%%/macros -lib/rpm/platform/armv5tejl-%%OPSYS%%/macros -lib/rpm/platform/armv5tel-%%OPSYS%%/macros -lib/rpm/platform/armv6hl-%%OPSYS%%/macros -lib/rpm/platform/armv6l-%%OPSYS%%/macros -lib/rpm/platform/armv7hl-%%OPSYS%%/macros -lib/rpm/platform/armv7hnl-%%OPSYS%%/macros -lib/rpm/platform/armv7l-%%OPSYS%%/macros -lib/rpm/platform/athlon-%%OPSYS%%/macros -lib/rpm/platform/geode-%%OPSYS%%/macros -lib/rpm/platform/i386-%%OPSYS%%/macros -lib/rpm/platform/i486-%%OPSYS%%/macros -lib/rpm/platform/i586-%%OPSYS%%/macros -lib/rpm/platform/i686-%%OPSYS%%/macros -lib/rpm/platform/ia32e-%%OPSYS%%/macros -lib/rpm/platform/ia64-%%OPSYS%%/macros -lib/rpm/platform/m68k-%%OPSYS%%/macros -lib/rpm/platform/noarch-%%OPSYS%%/macros -lib/rpm/platform/pentium3-%%OPSYS%%/macros -lib/rpm/platform/pentium4-%%OPSYS%%/macros -lib/rpm/platform/ppc-%%OPSYS%%/macros -lib/rpm/platform/ppc32dy4-%%OPSYS%%/macros -lib/rpm/platform/ppc64-%%OPSYS%%/macros -lib/rpm/platform/ppc64iseries-%%OPSYS%%/macros -lib/rpm/platform/ppc64le-%%OPSYS%%/macros -lib/rpm/platform/ppc64p7-%%OPSYS%%/macros -lib/rpm/platform/ppc64pseries-%%OPSYS%%/macros -lib/rpm/platform/ppc8260-%%OPSYS%%/macros -lib/rpm/platform/ppc8560-%%OPSYS%%/macros -lib/rpm/platform/ppciseries-%%OPSYS%%/macros -lib/rpm/platform/ppcpseries-%%OPSYS%%/macros -lib/rpm/platform/s390-%%OPSYS%%/macros -lib/rpm/platform/s390x-%%OPSYS%%/macros -lib/rpm/platform/sh-%%OPSYS%%/macros -lib/rpm/platform/sh3-%%OPSYS%%/macros -lib/rpm/platform/sh4-%%OPSYS%%/macros -lib/rpm/platform/sh4a-%%OPSYS%%/macros -lib/rpm/platform/sparc-%%OPSYS%%/macros -lib/rpm/platform/sparc64-%%OPSYS%%/macros -lib/rpm/platform/sparc64v-%%OPSYS%%/macros -lib/rpm/platform/sparcv8-%%OPSYS%%/macros -lib/rpm/platform/sparcv9-%%OPSYS%%/macros -lib/rpm/platform/sparcv9v-%%OPSYS%%/macros -lib/rpm/platform/x86_64-%%OPSYS%%/macros -lib/rpm/pythondeps.sh -lib/rpm/rpm.daily -lib/rpm/rpm.log -lib/rpm/rpm.supp -lib/rpm/rpm2cpio.sh -lib/rpm/rpmdb_loadcvt -lib/rpm/rpmdeps -lib/rpm/rpmpopt-%%VERSION%% -lib/rpm/rpmrc -lib/rpm/script.req -lib/rpm/tcl.req -lib/rpm/tgpg -libdata/pkgconfig/rpm.pc +%%PLUGINS%%%%LUA_LIBDIR%%/rpm-plugins/ima.so +%%PLUGINS%%%%LUA_LIBDIR%%/rpm-plugins/syslog.so +%%PLUGINS%%%%LUA_LIBDIR%%/rpm-plugins/systemd_inhibit.so +%%LUA_LIBDIR%%/rpm/appdata.prov +%%LUA_LIBDIR%%/rpm/brp-compress +%%LUA_LIBDIR%%/rpm/brp-java-gcjcompile +%%LUA_LIBDIR%%/rpm/brp-python-bytecompile +%%LUA_LIBDIR%%/rpm/brp-python-hardlink +%%LUA_LIBDIR%%/rpm/brp-strip +%%LUA_LIBDIR%%/rpm/brp-strip-comment-note +%%LUA_LIBDIR%%/rpm/brp-strip-shared +%%LUA_LIBDIR%%/rpm/brp-strip-static-archive +%%LUA_LIBDIR%%/rpm/check-buildroot +%%LUA_LIBDIR%%/rpm/check-files +%%LUA_LIBDIR%%/rpm/check-prereqs +%%LUA_LIBDIR%%/rpm/check-rpaths +%%LUA_LIBDIR%%/rpm/check-rpaths-worker +%%LUA_LIBDIR%%/rpm/config.guess +%%LUA_LIBDIR%%/rpm/config.sub +%%LUA_LIBDIR%%/rpm/desktop-file.prov +%%LUA_LIBDIR%%/rpm/fileattrs/appdata.attr +%%LUA_LIBDIR%%/rpm/fileattrs/desktop.attr +%%LUA_LIBDIR%%/rpm/fileattrs/elf.attr +%%LUA_LIBDIR%%/rpm/fileattrs/font.attr +%%LUA_LIBDIR%%/rpm/fileattrs/%%LUA_LIBDIR%%tool.attr +%%LUA_LIBDIR%%/rpm/fileattrs/mono.attr +%%LUA_LIBDIR%%/rpm/fileattrs/ocaml.attr +%%LUA_LIBDIR%%/rpm/fileattrs/perl.attr +%%LUA_LIBDIR%%/rpm/fileattrs/perl%%LUA_LIBDIR%%.attr +%%LUA_LIBDIR%%/rpm/fileattrs/pkgconfig.attr +%%LUA_LIBDIR%%/rpm/fileattrs/python.attr +%%LUA_LIBDIR%%/rpm/fileattrs/script.attr +%%LUA_LIBDIR%%/rpm/find-lang.sh +%%LUA_LIBDIR%%/rpm/find-provides +%%LUA_LIBDIR%%/rpm/find-requires +%%LUA_LIBDIR%%/rpm/fontconfig.prov +%%LUA_LIBDIR%%/rpm/%%LUA_LIBDIR%%tooldeps.sh +%%LUA_LIBDIR%%/rpm/macros +%%LUA_LIBDIR%%/rpm/macros.perl +%%LUA_LIBDIR%%/rpm/macros.php +%%LUA_LIBDIR%%/rpm/macros.python +%%LUA_LIBDIR%%/rpm/mkinstalldirs +%%LUA_LIBDIR%%/rpm/mono-find-provides +%%LUA_LIBDIR%%/rpm/mono-find-requires +%%LUA_LIBDIR%%/rpm/ocaml-find-provides.sh +%%LUA_LIBDIR%%/rpm/ocaml-find-requires.sh +%%LUA_LIBDIR%%/rpm/perl.prov +%%LUA_LIBDIR%%/rpm/perl.req +%%LUA_LIBDIR%%/rpm/pkgconfigdeps.sh +%%LUA_LIBDIR%%/rpm/platform/aarch64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alpha-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alphaev5-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alphaev56-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alphaev6-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alphaev67-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/alphapca56-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/amd64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv3l-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv4b-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv4l-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv5tejl-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv5tel-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv6hl-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv6l-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv7hl-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv7hnl-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/armv7l-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/athlon-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/geode-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/i386-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/i486-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/i586-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/i686-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ia32e-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ia64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/m68k-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mips-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mips64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mips64el-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mips64r6-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mips64r6el-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mipsel-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mipsr6-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/mipsr6el-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/noarch-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/pentium3-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/pentium4-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc32dy4-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc64iseries-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc64le-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc64p7-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc64pseries-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc8260-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppc8560-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppciseries-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/ppcpseries-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/riscv64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/s390-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/s390x-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sh-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sh3-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sh4-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sh4a-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparc-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparc64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparc64v-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparcv8-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparcv9-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/sparcv9v-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/platform/x86_64-%%OPSYS%%/macros +%%LUA_LIBDIR%%/rpm/pythondeps.sh +%%LUA_LIBDIR%%/rpm/rpm.daily +%%LUA_LIBDIR%%/rpm/rpm.log +%%LUA_LIBDIR%%/rpm/rpm.supp +%%LUA_LIBDIR%%/rpm/rpm2cpio.sh +%%LUA_LIBDIR%%/rpm/rpmdb_loadcvt +%%LUA_LIBDIR%%/rpm/rpmdeps +%%LUA_LIBDIR%%/rpm/rpmpopt-%%VERSION%% +%%LUA_LIBDIR%%/rpm/rpmrc +%%LUA_LIBDIR%%/rpm/script.req +%%LUA_LIBDIR%%/rpm/tgpg +%%LUA_LIBDIR%%data/pkgconfig/rpm.pc man/fr/man8/rpm.8.gz man/ja/man8/rpm.8.gz man/ja/man8/rpm2cpio.8.gz From owner-svn-ports-all@freebsd.org Wed Mar 29 22:04:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A16F2D24713 for ; Wed, 29 Mar 2017 22:04:11 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from 4.mo1.mail-out.ovh.net (4.mo1.mail-out.ovh.net [46.105.76.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4B4E77 for ; Wed, 29 Mar 2017 22:04:11 +0000 (UTC) (envelope-from grzegorz@blach.pl) Received: from player169.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id F141D6037D for ; Thu, 30 Mar 2017 00:04:08 +0200 (CEST) Received: from [192.168.0.101] (user-46-112-153-210.play-internet.pl [46.112.153.210]) (Authenticated sender: grzegorz@blach.pl) by player169.ha.ovh.net (Postfix) with ESMTPSA id 81A34580082; Thu, 30 Mar 2017 00:04:05 +0200 (CEST) Message-ID: <1490825044.3173.6.camel@blach.pl> Subject: Re: svn commit: r437223 - in head/devel: . py3-meson From: Grzegorz Blach To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Thu, 30 Mar 2017 00:04:04 +0200 In-Reply-To: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> References: <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 3411476718534745775 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelhedrkeekgddtlecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 22:04:11 -0000 Hi, IMO devel/py3-meson should be deleted and devel/meson might be updated to latest release. BTW: USES=python by default adds python to BUILD_DEPENDS, RUN_DEPENDS and TEST_DEPENDS, so you don't need to set RUN_DEPENDS explicitly. On Wed, 2017-03-29 at 17:43 -0400, Steve Wills wrote: > Hi, > > Ah, didn't see that, sorry. Looks like that has a dep on ninja, which > makes sense. I found I had to add the dep on python3 so that it would > run (changing the shebang's didn't seem corrct since it will work > with > any version of python3). And py3-meson is slightly newer version. > Guess > I should delete devel/py3-meson? > > Steve > > On 03/29/2017 16:10, Grzegorz Blach wrote: > > > > Is there any real difference between devel/py3-meson and > > devel/meson? > > > > > > On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote: > > > > > > Author: swills > > > Date: Wed Mar 29 18:43:19 2017 > > > New Revision: 437223 > > > URL: https://svnweb.freebsd.org/changeset/ports/437223 > > > > > > Log: > > >   devel/py3-meson: create port > > >    > > >   Meson is a cross-platform build system designed to be both as > > > fast > > > and as user > > >   friendly as possible. It supports many languages and compilers, > > > including GCC, > > >   Clang and Visual Studio. Its build definitions are written in a > > > simple > > >   non-turing complete DSL. > > >    > > >   WWW: http://mesonbuild.com/ > > > > > > Added: > > >   head/devel/py3-meson/ > > >   head/devel/py3-meson/Makefile   (contents, props changed) > > >   head/devel/py3-meson/distinfo   (contents, props changed) > > >   head/devel/py3-meson/pkg-descr   (contents, props changed) > > > Modified: > > >   head/devel/Makefile > > > > > > Modified: head/devel/Makefile > > > ================================================================= > > > ==== > > > ========= > > > --- head/devel/Makefile Wed Mar 29 18:30:43 2017 (r > > > 4372 > > > 22) > > > +++ head/devel/Makefile Wed Mar 29 18:43:19 2017 (r > > > 4372 > > > 23) > > > @@ -4924,6 +4924,7 @@ > > >      SUBDIR += py3-libzfs > > >      SUBDIR += py3-lxml > > >      SUBDIR += py3-mccabe > > > +    SUBDIR += py3-meson > > >      SUBDIR += py3-nose > > >      SUBDIR += py3-ply > > >      SUBDIR += py3-prompt_toolkit > > > > > > Added: head/devel/py3-meson/Makefile > > > ================================================================= > > > ==== > > > ========= > > > --- /dev/null 00:00:00 1970 (empty, because file is > > > newly added) > > > +++ head/devel/py3-meson/Makefile Wed Mar 29 18:43:19 2017 > > > > > > (r437223) > > > @@ -0,0 +1,18 @@ > > > +# $FreeBSD$ > > > + > > > +PORTNAME= meson > > > +PORTVERSION= 0.39.1 > > > +CATEGORIES= devel python > > > +MASTER_SITES= CHEESESHOP > > > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > +PKGNAMESUFFIX?= > > > + > > > +MAINTAINER= swills@FreeBSD.org > > > +COMMENT= High performance build system > > > + > > > +USES= python:3.5+ > > > +USE_PYTHON= autoplist distutils > > > + > > > +RUN_DEPENDS= python3:lang/python3 > > > + > > > +.include > > > > > > Added: head/devel/py3-meson/distinfo > > > ================================================================= > > > ==== > > > ========= > > > --- /dev/null 00:00:00 1970 (empty, because file is > > > newly added) > > > +++ head/devel/py3-meson/distinfo Wed Mar 29 18:43:19 2017 > > > > > > (r437223) > > > @@ -0,0 +1,3 @@ > > > +TIMESTAMP = 1490675281 > > > +SHA256 (meson-0.39.1.tar.gz) = > > > 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 > > > +SIZE (meson-0.39.1.tar.gz) = 558928 > > > > > > Added: head/devel/py3-meson/pkg-descr > > > ================================================================= > > > ==== > > > ========= > > > --- /dev/null 00:00:00 1970 (empty, because file is > > > newly added) > > > +++ head/devel/py3-meson/pkg-descr Wed Mar 29 18:43:19 > > > 2017 > > > (r437223) > > > @@ -0,0 +1,6 @@ > > > +Meson is a cross-platform build system designed to be both as > > > fast > > > and as user > > > +friendly as possible. It supports many languages and compilers, > > > including GCC, > > > +Clang and Visual Studio. Its build definitions are written in a > > > simple > > > +non-turing complete DSL. > > > + > > > +WWW: http://mesonbuild.com/ > > > From owner-svn-ports-all@freebsd.org Wed Mar 29 22:07:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CF33D248BF; Wed, 29 Mar 2017 22:07:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4A6FF0; Wed, 29 Mar 2017 22:07:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TM7dY6003506; Wed, 29 Mar 2017 22:07:39 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TM7dEh003505; Wed, 29 Mar 2017 22:07:39 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703292207.v2TM7dEh003505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 29 Mar 2017 22:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437245 - head/editors/kile-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 22:07:40 -0000 Author: tcberner Date: Wed Mar 29 22:07:39 2017 New Revision: 437245 URL: https://svnweb.freebsd.org/changeset/ports/437245 Log: Take maintainership of editors/kile. Approved by: rakuco (mentor) Modified: head/editors/kile-kde4/Makefile Modified: head/editors/kile-kde4/Makefile ============================================================================== --- head/editors/kile-kde4/Makefile Wed Mar 29 21:49:34 2017 (r437244) +++ head/editors/kile-kde4/Makefile Wed Mar 29 22:07:39 2017 (r437245) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= LaTeX source editor for KDE RUN_DEPENDS= identify:graphics/ImageMagick From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43F58D24697; Wed, 29 Mar 2017 23:36:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01262C7B; Wed, 29 Mar 2017 23:36:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNaIJh039738; Wed, 29 Mar 2017 23:36:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaHeN039736; Wed, 29 Mar 2017 23:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaHeN039736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437246 - head/devel/p5-Function-Parameters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:19 -0000 Author: sunpoet Date: Wed Mar 29 23:36:17 2017 New Revision: 437246 URL: https://svnweb.freebsd.org/changeset/ports/437246 Log: Update to 2.000002 Changes: http://search.cpan.org/dist/Function-Parameters/Changes Modified: head/devel/p5-Function-Parameters/Makefile head/devel/p5-Function-Parameters/distinfo Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Wed Mar 29 22:07:39 2017 (r437245) +++ head/devel/p5-Function-Parameters/Makefile Wed Mar 29 23:36:17 2017 (r437246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 1.0706 +PORTVERSION= 2.000002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE Modified: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- head/devel/p5-Function-Parameters/distinfo Wed Mar 29 22:07:39 2017 (r437245) +++ head/devel/p5-Function-Parameters/distinfo Wed Mar 29 23:36:17 2017 (r437246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489943865 -SHA256 (Function-Parameters-1.0706.tar.gz) = 7d7c244094d102b1c3a584b67df9be6fede36ac054eccff84b007692ce7a47e7 -SIZE (Function-Parameters-1.0706.tar.gz) = 76889 +TIMESTAMP = 1490804810 +SHA256 (Function-Parameters-2.000002.tar.gz) = c2d6f72c6c743878bc3c4a50b11f945be620121c27b3345f6c6ca143611987f7 +SIZE (Function-Parameters-2.000002.tar.gz) = 86021 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3117D246B0; Wed, 29 Mar 2017 23:36:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82916C8E; Wed, 29 Mar 2017 23:36:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNaMSA039858; Wed, 29 Mar 2017 23:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaMKv039856; Wed, 29 Mar 2017 23:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaMKv039856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437247 - head/www/p5-HTML-Declare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:23 -0000 Author: sunpoet Date: Wed Mar 29 23:36:22 2017 New Revision: 437247 URL: https://svnweb.freebsd.org/changeset/ports/437247 Log: Update to 2.6 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/HTML-Declare/Changes Modified: head/www/p5-HTML-Declare/Makefile head/www/p5-HTML-Declare/distinfo Modified: head/www/p5-HTML-Declare/Makefile ============================================================================== --- head/www/p5-HTML-Declare/Makefile Wed Mar 29 23:36:17 2017 (r437246) +++ head/www/p5-HTML-Declare/Makefile Wed Mar 29 23:36:22 2017 (r437247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Declare -PORTVERSION= 2.4 -PORTREVISION= 1 +PORTVERSION= 2.6 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Very simple micro language to g LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-HTML-Declare/distinfo ============================================================================== --- head/www/p5-HTML-Declare/distinfo Wed Mar 29 23:36:17 2017 (r437246) +++ head/www/p5-HTML-Declare/distinfo Wed Mar 29 23:36:22 2017 (r437247) @@ -1,2 +1,3 @@ -SHA256 (HTML-Declare-2.4.tar.gz) = d1f0d76e7e1dd86e3283303065c51660c82da85a02339c5379cfe940c3786c7c -SIZE (HTML-Declare-2.4.tar.gz) = 24977 +TIMESTAMP = 1490804819 +SHA256 (HTML-Declare-2.6.tar.gz) = 4057e387fdd0164a731c664aec12a1c56eb5f56206fa402ff355a6be8512584a +SIZE (HTML-Declare-2.6.tar.gz) = 13269 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69B19D246D7; Wed, 29 Mar 2017 23:36:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3670CCDD; Wed, 29 Mar 2017 23:36:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNaRlP039976; Wed, 29 Mar 2017 23:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaRr0039974; Wed, 29 Mar 2017 23:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaRr0039974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437248 - head/devel/rubygem-term-ansicolor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:28 -0000 Author: sunpoet Date: Wed Mar 29 23:36:26 2017 New Revision: 437248 URL: https://svnweb.freebsd.org/changeset/ports/437248 Log: Update to 1.5.0 Changes: https://github.com/flori/term-ansicolor/blob/master/CHANGES https://github.com/flori/term-ansicolor/commits/v1.5.0 Modified: head/devel/rubygem-term-ansicolor/Makefile head/devel/rubygem-term-ansicolor/distinfo Modified: head/devel/rubygem-term-ansicolor/Makefile ============================================================================== --- head/devel/rubygem-term-ansicolor/Makefile Wed Mar 29 23:36:22 2017 (r437247) +++ head/devel/rubygem-term-ansicolor/Makefile Wed Mar 29 23:36:26 2017 (r437248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-term-ansicolor/distinfo ============================================================================== --- head/devel/rubygem-term-ansicolor/distinfo Wed Mar 29 23:36:22 2017 (r437247) +++ head/devel/rubygem-term-ansicolor/distinfo Wed Mar 29 23:36:26 2017 (r437248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490461227 -SHA256 (rubygem/term-ansicolor-1.4.1.gem) = cc6a262ce123277f8e8a6629579c6bc065a9ca348f829a32c1655f5f6c5a9057 -SIZE (rubygem/term-ansicolor-1.4.1.gem) = 890880 +TIMESTAMP = 1490804827 +SHA256 (rubygem/term-ansicolor-1.5.0.gem) = 6971a1adbd22eabcc88ec3f1d8f81a1b68271c7ebbb3c520fa927772d0cf27ae +SIZE (rubygem/term-ansicolor-1.5.0.gem) = 892416 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E4DD24717; Wed, 29 Mar 2017 23:36: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 44DC3D47; Wed, 29 Mar 2017 23:36:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNaaRc040200; Wed, 29 Mar 2017 23:36:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaar0040199; Wed, 29 Mar 2017 23:36:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaar0040199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437250 - head/devel/py-funcsigs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:37 -0000 Author: sunpoet Date: Wed Mar 29 23:36:36 2017 New Revision: 437250 URL: https://svnweb.freebsd.org/changeset/ports/437250 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON - Do not silence test messages Modified: head/devel/py-funcsigs/Makefile Modified: head/devel/py-funcsigs/Makefile ============================================================================== --- head/devel/py-funcsigs/Makefile Wed Mar 29 23:36:31 2017 (r437249) +++ head/devel/py-funcsigs/Makefile Wed Mar 29 23:36:36 2017 (r437250) @@ -13,11 +13,11 @@ COMMENT= Python function signatures from LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A21DD24744; Wed, 29 Mar 2017 23:36: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 DB113D7B; Wed, 29 Mar 2017 23:36: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 v2TNajhV040441; Wed, 29 Mar 2017 23:36:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaj8l040439; Wed, 29 Mar 2017 23:36:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaj8l040439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437252 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:47 -0000 Author: sunpoet Date: Wed Mar 29 23:36:45 2017 New Revision: 437252 URL: https://svnweb.freebsd.org/changeset/ports/437252 Log: Update to 2.8.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Mar 29 23:36:40 2017 (r437251) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Mar 29 23:36:45 2017 (r437252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.8.12 +PORTVERSION= 2.8.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Mar 29 23:36:40 2017 (r437251) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Mar 29 23:36:45 2017 (r437252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490728004 -SHA256 (rubygem/aws-sdk-resources-2.8.12.gem) = ceb242af9b7cda5f46e71f77d3919733defd45527bafe9fe3b2d7f3d5925479b -SIZE (rubygem/aws-sdk-resources-2.8.12.gem) = 47104 +TIMESTAMP = 1490804860 +SHA256 (rubygem/aws-sdk-resources-2.8.13.gem) = eae5e6f5f3caf428687352548f7799d3b1781f17072d357889cdf0c326d12f0c +SIZE (rubygem/aws-sdk-resources-2.8.13.gem) = 47104 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F0F4D24769; Wed, 29 Mar 2017 23:36:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E62DD91; Wed, 29 Mar 2017 23:36:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNaoLN040563; Wed, 29 Mar 2017 23:36:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaobf040560; Wed, 29 Mar 2017 23:36:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaobf040560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437253 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:51 -0000 Author: sunpoet Date: Wed Mar 29 23:36:50 2017 New Revision: 437253 URL: https://svnweb.freebsd.org/changeset/ports/437253 Log: Update to 2.8.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Mar 29 23:36:45 2017 (r437252) +++ head/devel/rubygem-aws-sdk/Makefile Wed Mar 29 23:36:50 2017 (r437253) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.8.12 +PORTVERSION= 2.8.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Mar 29 23:36:45 2017 (r437252) +++ head/devel/rubygem-aws-sdk/distinfo Wed Mar 29 23:36:50 2017 (r437253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490728000 -SHA256 (rubygem/aws-sdk-2.8.12.gem) = f4a78d0b86518cf33aea19d3894da913ebf7adf6515aa414e0f9e26daaf0cad2 -SIZE (rubygem/aws-sdk-2.8.12.gem) = 4608 +TIMESTAMP = 1490804864 +SHA256 (rubygem/aws-sdk-2.8.13.gem) = 89f1bae3405bdb0003de5b5e6d8d4f6794ab16a1d4186e489e5a16f837b9a65c +SIZE (rubygem/aws-sdk-2.8.13.gem) = 4608 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:36:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56B23D2479A; Wed, 29 Mar 2017 23:36:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2364EDAD; Wed, 29 Mar 2017 23:36: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 v2TNatsk040681; Wed, 29 Mar 2017 23:36:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNatNC040679; Wed, 29 Mar 2017 23:36:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNatNC040679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437254 - head/devel/rubygem-backports X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:36:56 -0000 Author: sunpoet Date: Wed Mar 29 23:36:54 2017 New Revision: 437254 URL: https://svnweb.freebsd.org/changeset/ports/437254 Log: Update to 3.7.0 Changes: https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc https://github.com/marcandre/backports/commits/master Modified: head/devel/rubygem-backports/Makefile head/devel/rubygem-backports/distinfo Modified: head/devel/rubygem-backports/Makefile ============================================================================== --- head/devel/rubygem-backports/Makefile Wed Mar 29 23:36:50 2017 (r437253) +++ head/devel/rubygem-backports/Makefile Wed Mar 29 23:36:54 2017 (r437254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backports -PORTVERSION= 3.6.8 +PORTVERSION= 3.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-backports/distinfo ============================================================================== --- head/devel/rubygem-backports/distinfo Wed Mar 29 23:36:50 2017 (r437253) +++ head/devel/rubygem-backports/distinfo Wed Mar 29 23:36:54 2017 (r437254) @@ -1,2 +1,3 @@ -SHA256 (rubygem/backports-3.6.8.gem) = b3a81049fb3026b49302b6badedad33c710b302b8a7229d6b168c9530fc78ffd -SIZE (rubygem/backports-3.6.8.gem) = 88064 +TIMESTAMP = 1490804869 +SHA256 (rubygem/backports-3.7.0.gem) = 1458571360a5ee2990f1a96cd26c8d6ce516b75c7c82c513978bda9f52c28ae2 +SIZE (rubygem/backports-3.7.0.gem) = 99328 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 297F3D247BD; Wed, 29 Mar 2017 23:37:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA8F6DE6; Wed, 29 Mar 2017 23:37:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNb0ms040800; Wed, 29 Mar 2017 23:37:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaxsH040798; Wed, 29 Mar 2017 23:36:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaxsH040798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437255 - head/devel/rubygem-foreman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:01 -0000 Author: sunpoet Date: Wed Mar 29 23:36:59 2017 New Revision: 437255 URL: https://svnweb.freebsd.org/changeset/ports/437255 Log: Update to 0.84.0 Changes: https://github.com/ddollar/foreman/blob/master/Changelog.md Modified: head/devel/rubygem-foreman/Makefile head/devel/rubygem-foreman/distinfo Modified: head/devel/rubygem-foreman/Makefile ============================================================================== --- head/devel/rubygem-foreman/Makefile Wed Mar 29 23:36:54 2017 (r437254) +++ head/devel/rubygem-foreman/Makefile Wed Mar 29 23:36:59 2017 (r437255) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= foreman -PORTVERSION= 0.83.0 +PORTVERSION= 0.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-foreman/distinfo ============================================================================== --- head/devel/rubygem-foreman/distinfo Wed Mar 29 23:36:54 2017 (r437254) +++ head/devel/rubygem-foreman/distinfo Wed Mar 29 23:36:59 2017 (r437255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486254699 -SHA256 (rubygem/foreman-0.83.0.gem) = bac18b53c250697865a9937de76825a9a940f320334377055c8606e4c298e5e4 -SIZE (rubygem/foreman-0.83.0.gem) = 31232 +TIMESTAMP = 1490804874 +SHA256 (rubygem/foreman-0.84.0.gem) = 806b1e86a9359d2e60d528e48ec05a965110514b4d414e7f5f27b07a691ab81a +SIZE (rubygem/foreman-0.84.0.gem) = 31232 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63982D24806; Wed, 29 Mar 2017 23:37: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 17E64E41; Wed, 29 Mar 2017 23:37: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 v2TNaVqZ040096; Wed, 29 Mar 2017 23:36:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaVHp040094; Wed, 29 Mar 2017 23:36:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaVHp040094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437249 - head/security/p5-Net-SSH-AuthorizedKeysFile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:07 -0000 Author: sunpoet Date: Wed Mar 29 23:36:31 2017 New Revision: 437249 URL: https://svnweb.freebsd.org/changeset/ports/437249 Log: Update to 0.18 Changes: http://search.cpan.org/dist/Net-SSH-AuthorizedKeysFile/Changes Modified: head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo (contents, props changed) Modified: head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile ============================================================================== --- head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile Wed Mar 29 23:36:26 2017 (r437248) +++ head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile Wed Mar 29 23:36:31 2017 (r437249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSH-AuthorizedKeysFile -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,8 @@ COMMENT= Read and modify SSH authorized_ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl +BUILD_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 Modified: head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo ============================================================================== --- head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo Wed Mar 29 23:36:26 2017 (r437248) +++ head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo Wed Mar 29 23:36:31 2017 (r437249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470403282 -SHA256 (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 4f9384ffa3e80a1a51e2141a36e2faebc1f1608029e77594d2d9c5be61ebba93 -SIZE (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 16040 +TIMESTAMP = 1490804845 +SHA256 (Net-SSH-AuthorizedKeysFile-0.18.tar.gz) = 11ac63756074f1a0c4da31628c7cd8fb745526ada6da040b143432db3d3e4154 +SIZE (Net-SSH-AuthorizedKeysFile-0.18.tar.gz) = 16413 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D18BD2481E; Wed, 29 Mar 2017 23:37:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C28FE69; Wed, 29 Mar 2017 23:37:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNb9Nd041043; Wed, 29 Mar 2017 23:37:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNb9EL041041; Wed, 29 Mar 2017 23:37:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNb9EL041041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437257 - head/graphics/rubygem-mini_magick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:10 -0000 Author: sunpoet Date: Wed Mar 29 23:37:08 2017 New Revision: 437257 URL: https://svnweb.freebsd.org/changeset/ports/437257 Log: Update to 4.7.0 Changes: https://github.com/minimagick/minimagick/releases Modified: head/graphics/rubygem-mini_magick/Makefile head/graphics/rubygem-mini_magick/distinfo Modified: head/graphics/rubygem-mini_magick/Makefile ============================================================================== --- head/graphics/rubygem-mini_magick/Makefile Wed Mar 29 23:37:04 2017 (r437256) +++ head/graphics/rubygem-mini_magick/Makefile Wed Mar 29 23:37:08 2017 (r437257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_magick -PORTVERSION= 4.6.1 +PORTVERSION= 4.7.0 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-mini_magick/distinfo ============================================================================== --- head/graphics/rubygem-mini_magick/distinfo Wed Mar 29 23:37:04 2017 (r437256) +++ head/graphics/rubygem-mini_magick/distinfo Wed Mar 29 23:37:08 2017 (r437257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487007421 -SHA256 (rubygem/mini_magick-4.6.1.gem) = 6945dc0ac6bc4e5c19eb7b3be6fa065887ef353835a63481aee8a7d1f50fea6a -SIZE (rubygem/mini_magick-4.6.1.gem) = 16896 +TIMESTAMP = 1490804884 +SHA256 (rubygem/mini_magick-4.7.0.gem) = 42b5b2e5c5e25d86e29d29a1ddf9358c146a735aa668457ad7630ceb0df18b27 +SIZE (rubygem/mini_magick-4.7.0.gem) = 17408 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEDAAD24857; Wed, 29 Mar 2017 23:37: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 AB8DAEAD; Wed, 29 Mar 2017 23:37: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 v2TNbDPk041165; Wed, 29 Mar 2017 23:37:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNbDlq041163; Wed, 29 Mar 2017 23:37:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNbDlq041163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437258 - head/sysutils/rubygem-hammer_cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:15 -0000 Author: sunpoet Date: Wed Mar 29 23:37:13 2017 New Revision: 437258 URL: https://svnweb.freebsd.org/changeset/ports/437258 Log: Update to 0.10.0 Changes: https://github.com/theforeman/hammer-cli/blob/master/doc/release_notes.md Modified: head/sysutils/rubygem-hammer_cli/Makefile head/sysutils/rubygem-hammer_cli/distinfo Modified: head/sysutils/rubygem-hammer_cli/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli/Makefile Wed Mar 29 23:37:08 2017 (r437257) +++ head/sysutils/rubygem-hammer_cli/Makefile Wed Mar 29 23:37:13 2017 (r437258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-apipie-bindings>=0. rubygem-highline>=0:devel/rubygem-highline \ rubygem-locale>=2.0.6:devel/rubygem-locale \ rubygem-logging>=0:devel/rubygem-logging \ - rubygem-table_print>=0:devel/rubygem-table_print \ rubygem-unicode-display_width>=0:devel/rubygem-unicode-display_width NO_ARCH= yes Modified: head/sysutils/rubygem-hammer_cli/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli/distinfo Wed Mar 29 23:37:08 2017 (r437257) +++ head/sysutils/rubygem-hammer_cli/distinfo Wed Mar 29 23:37:13 2017 (r437258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483108053 -SHA256 (rubygem/hammer_cli-0.9.0.gem) = 09f5b38d4f77766d75933416c4fb2a00606e2f198a4450c8e6c9f363f8532451 -SIZE (rubygem/hammer_cli-0.9.0.gem) = 186368 +TIMESTAMP = 1490804892 +SHA256 (rubygem/hammer_cli-0.10.0.gem) = 9e804a40a54d3243de2e7aa81d390c66790b9bc959226fefe3c0bb4d3ddd6af5 +SIZE (rubygem/hammer_cli-0.10.0.gem) = 141312 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1ADDD247F8; Wed, 29 Mar 2017 23:37: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 7CAA9E1C; Wed, 29 Mar 2017 23:37:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNb4s3040925; Wed, 29 Mar 2017 23:37:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNb4SD040923; Wed, 29 Mar 2017 23:37:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNb4SD040923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437256 - head/devel/rubygem-grape-swagger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:05 -0000 Author: sunpoet Date: Wed Mar 29 23:37:04 2017 New Revision: 437256 URL: https://svnweb.freebsd.org/changeset/ports/437256 Log: Update to 0.27.0 Changes: https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md Modified: head/devel/rubygem-grape-swagger/Makefile head/devel/rubygem-grape-swagger/distinfo Modified: head/devel/rubygem-grape-swagger/Makefile ============================================================================== --- head/devel/rubygem-grape-swagger/Makefile Wed Mar 29 23:36:59 2017 (r437255) +++ head/devel/rubygem-grape-swagger/Makefile Wed Mar 29 23:37:04 2017 (r437256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grape-swagger -PORTVERSION= 0.26.1 +PORTVERSION= 0.27.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-grape-swagger/distinfo ============================================================================== --- head/devel/rubygem-grape-swagger/distinfo Wed Mar 29 23:36:59 2017 (r437255) +++ head/devel/rubygem-grape-swagger/distinfo Wed Mar 29 23:37:04 2017 (r437256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486254714 -SHA256 (rubygem/grape-swagger-0.26.1.gem) = 2b8534923b9ed83841f4865eaf954e7dd6a8aa62cb98fa7cdfe27b6d77a21447 -SIZE (rubygem/grape-swagger-0.26.1.gem) = 216576 +TIMESTAMP = 1490804880 +SHA256 (rubygem/grape-swagger-0.27.0.gem) = 965b00024e017fda14bc1400c56a496731b8a2ce2b7953eeb2f4a36c48113a14 +SIZE (rubygem/grape-swagger-0.27.0.gem) = 218624 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E0B4D24896; Wed, 29 Mar 2017 23:37:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD51ED9; Wed, 29 Mar 2017 23:37:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNbIf6041283; Wed, 29 Mar 2017 23:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNbI8C041281; Wed, 29 Mar 2017 23:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNbI8C041281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437259 - head/sysutils/rubygem-hammer_cli_foreman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:19 -0000 Author: sunpoet Date: Wed Mar 29 23:37:17 2017 New Revision: 437259 URL: https://svnweb.freebsd.org/changeset/ports/437259 Log: Update to 0.10.0 Changes: https://github.com/theforeman/hammer-cli-foreman/blob/master/doc/release_notes.md Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile head/sysutils/rubygem-hammer_cli_foreman/distinfo Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/Makefile Wed Mar 29 23:37:13 2017 (r437258) +++ head/sysutils/rubygem-hammer_cli_foreman/Makefile Wed Mar 29 23:37:17 2017 (r437259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli_foreman -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Foreman commands for Hammer CLI LICENSE= GPLv3+ RUN_DEPENDS= rubygem-apipie-bindings>=0.0.19:devel/rubygem-apipie-bindings \ - rubygem-hammer_cli>=0.9.0:sysutils/rubygem-hammer_cli + rubygem-hammer_cli>=0.10.0:sysutils/rubygem-hammer_cli NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-hammer_cli_foreman/distinfo ============================================================================== --- head/sysutils/rubygem-hammer_cli_foreman/distinfo Wed Mar 29 23:37:13 2017 (r437258) +++ head/sysutils/rubygem-hammer_cli_foreman/distinfo Wed Mar 29 23:37:17 2017 (r437259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483108130 -SHA256 (rubygem/hammer_cli_foreman-0.9.0.gem) = 81dab5dfd65eed1329f8672874ff6086efebc7c73bb07db52585ddddfefe03bc -SIZE (rubygem/hammer_cli_foreman-0.9.0.gem) = 654336 +TIMESTAMP = 1490804898 +SHA256 (rubygem/hammer_cli_foreman-0.10.0.gem) = 154ff3e577712b18d08905453735308e8bbf887373ff074815d93f8f2f30ec0c +SIZE (rubygem/hammer_cli_foreman-0.10.0.gem) = 416256 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51A5FD2491C; Wed, 29 Mar 2017 23:37:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E735F3A; Wed, 29 Mar 2017 23:37:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNbRTh041519; Wed, 29 Mar 2017 23:37:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNbRM0041517; Wed, 29 Mar 2017 23:37:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNbRM0041517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437261 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:28 -0000 Author: sunpoet Date: Wed Mar 29 23:37:26 2017 New Revision: 437261 URL: https://svnweb.freebsd.org/changeset/ports/437261 Log: Update to 3.1.11 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Wed Mar 29 23:37:22 2017 (r437260) +++ head/www/rubygem-uglifier/Makefile Wed Mar 29 23:37:26 2017 (r437261) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.10 +PORTVERSION= 3.1.11 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Wed Mar 29 23:37:22 2017 (r437260) +++ head/www/rubygem-uglifier/distinfo Wed Mar 29 23:37:26 2017 (r437261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490542675 -SHA256 (rubygem/uglifier-3.1.10.gem) = 0a047f8117007243ed71fa93df16cf528132989197079a29cef70cd238e545c0 -SIZE (rubygem/uglifier-3.1.10.gem) = 99328 +TIMESTAMP = 1490804908 +SHA256 (rubygem/uglifier-3.1.11.gem) = 890f48017fd2e5270a7c90f2cf7bb0b88592816e0d2277c2b655b8bc5197f467 +SIZE (rubygem/uglifier-3.1.11.gem) = 99328 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4F84D248EB; Wed, 29 Mar 2017 23:37:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BB4F10; Wed, 29 Mar 2017 23:37:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TNbMaA041401; Wed, 29 Mar 2017 23:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNbM1B041399; Wed, 29 Mar 2017 23:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292337.v2TNbM1B041399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437260 - head/textproc/rubygem-jekyll-feed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:23 -0000 Author: sunpoet Date: Wed Mar 29 23:37:22 2017 New Revision: 437260 URL: https://svnweb.freebsd.org/changeset/ports/437260 Log: Update to 0.9.2 Changes: https://github.com/jekyll/jekyll-feed/blob/master/History.markdown Modified: head/textproc/rubygem-jekyll-feed/Makefile head/textproc/rubygem-jekyll-feed/distinfo Modified: head/textproc/rubygem-jekyll-feed/Makefile ============================================================================== --- head/textproc/rubygem-jekyll-feed/Makefile Wed Mar 29 23:37:17 2017 (r437259) +++ head/textproc/rubygem-jekyll-feed/Makefile Wed Mar 29 23:37:22 2017 (r437260) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jekyll-feed -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-jekyll-feed/distinfo ============================================================================== --- head/textproc/rubygem-jekyll-feed/distinfo Wed Mar 29 23:37:17 2017 (r437259) +++ head/textproc/rubygem-jekyll-feed/distinfo Wed Mar 29 23:37:22 2017 (r437260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487346218 -SHA256 (rubygem/jekyll-feed-0.9.1.gem) = 5e6d8cca482d3a09d7e00d6351dbbc4bdff0e602b0c43ac0b1736a19fc1346b6 -SIZE (rubygem/jekyll-feed-0.9.1.gem) = 15872 +TIMESTAMP = 1490804903 +SHA256 (rubygem/jekyll-feed-0.9.2.gem) = bc2615bb703df57f9cec1aec026f0cd0dc903e67af61afba77a4a88aeebe8c1f +SIZE (rubygem/jekyll-feed-0.9.2.gem) = 15872 From owner-svn-ports-all@freebsd.org Wed Mar 29 23:37:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2622ED249A0; Wed, 29 Mar 2017 23:37:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E780DFF6; Wed, 29 Mar 2017 23:37: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 v2TNafsb040318; Wed, 29 Mar 2017 23:36:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TNaeUg040316; Wed, 29 Mar 2017 23:36:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703292336.v2TNaeUg040316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Mar 2017 23:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437251 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:37:57 -0000 Author: sunpoet Date: Wed Mar 29 23:36:40 2017 New Revision: 437251 URL: https://svnweb.freebsd.org/changeset/ports/437251 Log: Update to 2.8.13 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Mar 29 23:36:36 2017 (r437250) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Mar 29 23:36:40 2017 (r437251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.8.12 +PORTVERSION= 2.8.13 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Mar 29 23:36:36 2017 (r437250) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Mar 29 23:36:40 2017 (r437251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490727995 -SHA256 (rubygem/aws-sdk-core-2.8.12.gem) = bb54aca623f5b325b80678f57ff23e7af3e7d6be0110e640a505f60afd70ee5c -SIZE (rubygem/aws-sdk-core-2.8.12.gem) = 981504 +TIMESTAMP = 1490804854 +SHA256 (rubygem/aws-sdk-core-2.8.13.gem) = e30d0572edac20bf8bab6e37131a7555826d2bf181a4c74c74e5b3238ba0b062 +SIZE (rubygem/aws-sdk-core-2.8.13.gem) = 981504 From owner-svn-ports-all@freebsd.org Thu Mar 30 00:19:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F20F8D233C6; Thu, 30 Mar 2017 00:19:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2E16302; Thu, 30 Mar 2017 00:19:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U0JTxp057623; Thu, 30 Mar 2017 00:19:29 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U0JTmH057615; Thu, 30 Mar 2017 00:19:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201703300019.v2U0JTmH057615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 30 Mar 2017 00:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437262 - in head/sysutils: cfengine cfengine-masterfiles cfengine-masterfiles310 cfengine310 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 00:19:31 -0000 Author: cy Date: Thu Mar 30 00:19:28 2017 New Revision: 437262 URL: https://svnweb.freebsd.org/changeset/ports/437262 Log: Update cfengine310 and cfengine-masterfiles310 3.10.0 --> 3.10.1. cfengine310 and cfengine-masterfiles310 are now the default cfengine and cfengine-masterfiles ports. Modified: head/sysutils/cfengine-masterfiles/Makefile head/sysutils/cfengine-masterfiles310/Makefile head/sysutils/cfengine-masterfiles310/distinfo head/sysutils/cfengine-masterfiles310/pkg-plist head/sysutils/cfengine/Makefile head/sysutils/cfengine310/Makefile head/sysutils/cfengine310/distinfo head/sysutils/cfengine310/pkg-plist Modified: head/sysutils/cfengine-masterfiles/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles/Makefile Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine-masterfiles/Makefile Thu Mar 30 00:19:28 2017 (r437262) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 36 37 38 39 310 -CFENGINE_VERSION?= 39 +CFENGINE_VERSION?= 310 MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION} Modified: head/sysutils/cfengine-masterfiles310/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles310/Makefile Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine-masterfiles310/Makefile Thu Mar 30 00:19:28 2017 (r437262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine-masterfiles -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ Modified: head/sysutils/cfengine-masterfiles310/distinfo ============================================================================== --- head/sysutils/cfengine-masterfiles310/distinfo Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine-masterfiles310/distinfo Thu Mar 30 00:19:28 2017 (r437262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482954176 -SHA256 (cfengine-masterfiles-3.10.0.tar.gz) = 64c086c91f10e4b72d45915033006e0bdce33ec247cd5bec67989e24e02eeb51 -SIZE (cfengine-masterfiles-3.10.0.tar.gz) = 453672 +TIMESTAMP = 1490817701 +SHA256 (cfengine-masterfiles-3.10.1.tar.gz) = c4b0ff856d9af1cc62559b0ca4a7d39548442b13167a294637ed65cd5a811900 +SIZE (cfengine-masterfiles-3.10.1.tar.gz) = 453722 Modified: head/sysutils/cfengine-masterfiles310/pkg-plist ============================================================================== --- head/sysutils/cfengine-masterfiles310/pkg-plist Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine-masterfiles310/pkg-plist Thu Mar 30 00:19:28 2017 (r437262) @@ -123,5 +123,7 @@ %%EXAMPLESDIR%%/masterfiles/update.cf %%EXAMPLESDIR%%/modules/packages/apt_get %%EXAMPLESDIR%%/modules/packages/freebsd_ports +%%EXAMPLESDIR%%/modules/packages/nimclient +%%EXAMPLESDIR%%/modules/packages/pkg %%EXAMPLESDIR%%/modules/packages/pkgsrc %%EXAMPLESDIR%%/modules/packages/yum Modified: head/sysutils/cfengine/Makefile ============================================================================== --- head/sysutils/cfengine/Makefile Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine/Makefile Thu Mar 30 00:19:28 2017 (r437262) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 22 32 33 34 35 36 37 38 39 310 -CFENGINE_VERSION?= 39 +CFENGINE_VERSION?= 310 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} Modified: head/sysutils/cfengine310/Makefile ============================================================================== --- head/sysutils/cfengine310/Makefile Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine310/Makefile Thu Mar 30 00:19:28 2017 (r437262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ Modified: head/sysutils/cfengine310/distinfo ============================================================================== --- head/sysutils/cfengine310/distinfo Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine310/distinfo Thu Mar 30 00:19:28 2017 (r437262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482913171 -SHA256 (cfengine-3.10.0.tar.gz) = 8bf344eb6e9c06c0e12c1b23f5c793f43d43007826652e563cb9b2516742ecd5 -SIZE (cfengine-3.10.0.tar.gz) = 2352509 +TIMESTAMP = 1490815614 +SHA256 (cfengine-3.10.1.tar.gz) = 0abb7e91d667a4f339b61e105dc66c583fa98e0217c6fc7fcf8a73300badca98 +SIZE (cfengine-3.10.1.tar.gz) = 2362381 Modified: head/sysutils/cfengine310/pkg-plist ============================================================================== --- head/sysutils/cfengine310/pkg-plist Wed Mar 29 23:37:26 2017 (r437261) +++ head/sysutils/cfengine310/pkg-plist Thu Mar 30 00:19:28 2017 (r437262) @@ -167,6 +167,7 @@ sbin/rpmvercmp %%DOCSDIR%%/examples/isvariable.cf %%DOCSDIR%%/examples/iteration.cf %%DOCSDIR%%/examples/join.cf +%%DOCSDIR%%/examples/kill_process_running_wrong_user.cf %%DOCSDIR%%/examples/knowledge_driver.cf %%DOCSDIR%%/examples/knowledge_txt.cf %%DOCSDIR%%/examples/lastnode.cf From owner-svn-ports-all@freebsd.org Thu Mar 30 00:42:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13E0ED23DED; Thu, 30 Mar 2017 00:42:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D78BC3CC; Thu, 30 Mar 2017 00:42:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U0gS5C069383; Thu, 30 Mar 2017 00:42:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U0gSXH069381; Thu, 30 Mar 2017 00:42:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703300042.v2U0gSXH069381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 30 Mar 2017 00:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437263 - in head: . devel devel/py3-meson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 00:42:30 -0000 Author: swills Date: Thu Mar 30 00:42:28 2017 New Revision: 437263 URL: https://svnweb.freebsd.org/changeset/ports/437263 Log: devel/py3-meson: delete due to duplicating devel/meson Deleted: head/devel/py3-meson/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 30 00:19:28 2017 (r437262) +++ head/MOVED Thu Mar 30 00:42:28 2017 (r437263) @@ -9168,3 +9168,4 @@ ftp/bareftp||2017-03-27|Has expired: Bro www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX devel/libytnef|converters/ytnef|2017-03-29|Merged into converters/ytnef databases/py-sqlalchemy08|databases/py-sqlalchemy10|2017-03-29|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 +devel/py3-meson||2017-03-30|Removed Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 00:19:28 2017 (r437262) +++ head/devel/Makefile Thu Mar 30 00:42:28 2017 (r437263) @@ -4924,7 +4924,6 @@ SUBDIR += py3-libzfs SUBDIR += py3-lxml SUBDIR += py3-mccabe - SUBDIR += py3-meson SUBDIR += py3-nose SUBDIR += py3-ply SUBDIR += py3-prompt_toolkit From owner-svn-ports-all@freebsd.org Thu Mar 30 01:39:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4068CD245A1; Thu, 30 Mar 2017 01:39:29 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23DD1FD5; Thu, 30 Mar 2017 01:39:28 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 6E45B511; Wed, 29 Mar 2017 20:39:27 -0500 (CDT) Date: Wed, 29 Mar 2017 20:39:26 -0500 From: Mark Linimon To: Alexey Dokuchaev Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437211 - in head/net-im: qwit qwit-devel Message-ID: <20170330013925.GA14538@lonesome.com> References: <201703291645.v2TGjdp1072002@repo.freebsd.org> <20170329183757.GA83451@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170329183757.GA83451@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 01:39:29 -0000 On Wed, Mar 29, 2017 at 06:37:57PM +0000, Alexey Dokuchaev wrote: > On Wed, Mar 29, 2017 at 04:45:39PM +0000, Mark Linimon wrote: > > New Revision: 437211 > > URL: https://svnweb.freebsd.org/changeset/ports/437211 > > > > Log: > > Maintainer's email address bounces. > > > > While here, pet portlint. > > ... > > BROKEN= Unfetchable (google code has gone away) > > You could've also pointed MASTER_SITES to Google Code Archive to unbreak it. I could have fixed the entire Ports Collection while I was at it. mcl From owner-svn-ports-all@freebsd.org Thu Mar 30 01:47:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4FA3D24092; Thu, 30 Mar 2017 01:47:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57F31BCA; Thu, 30 Mar 2017 01:47:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U1lg5d094062; Thu, 30 Mar 2017 01:47:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U1lg5c094060; Thu, 30 Mar 2017 01:47:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703300147.v2U1lg5c094060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 30 Mar 2017 01:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437264 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 01:47:43 -0000 Author: junovitch Date: Thu Mar 30 01:47:42 2017 New Revision: 437264 URL: https://svnweb.freebsd.org/changeset/ports/437264 Log: Actually, let's refer to the original entries for these hostapd CVEs Reflect CVE-2016-4476 / VID 967b852b-1e28-11e6-8dd3-002590263bf5 in cancelled CVE-2015-5314 is in VID 976567f6-05c5-11e6-94fa-002590263bf5 PR: 217906 Security: https://vuxml.FreeBSD.org/freebsd/976567f6-05c5-11e6-94fa-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/967b852b-1e28-11e6-8dd3-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 30 00:42:28 2017 (r437263) +++ head/security/vuxml/vuln.xml Thu Mar 30 01:47:42 2017 (r437264) @@ -98,34 +98,7 @@ Notes: - hostapd -- multiple vulnerabilities - - - hostapd - 2.6 - - - - -

Jouni Malinen reports:

-
-

EAP-pwd missing last fragment length validation. (2015-7 - - CVE-2015-5315)

-
-
-

psk configuration parameter update allowing arbitrary - data to be written. (2016-1 - CVE-2016-4476)

-
- -
- - CVE-2015-5314 - CVE-2016-4476 - - - 2016-05-03 - 2017-03-28 - +
From owner-svn-ports-all@freebsd.org Thu Mar 30 01:50:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77FA6D242BE; Thu, 30 Mar 2017 01:50:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 448E2EC1; Thu, 30 Mar 2017 01:50:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U1o0Zu094408; Thu, 30 Mar 2017 01:50:00 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U1o0gH094407; Thu, 30 Mar 2017 01:50:00 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703300150.v2U1o0gH094407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 30 Mar 2017 01:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437265 - branches/2017Q1/net/hostapd/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 01:50:01 -0000 Author: junovitch Date: Thu Mar 30 01:50:00 2017 New Revision: 437265 URL: https://svnweb.freebsd.org/changeset/ports/437265 Log: MFH: r437179 Fix build broken by r436625. PR: 218036 Approved by: ports-secteam (with hat) Added: branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c - copied unchanged from r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c Modified: Directory Properties: branches/2017Q1/ (props changed) Copied: branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c (from r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c Thu Mar 30 01:50:00 2017 (r437265, copy of r437179, head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c) @@ -0,0 +1,14 @@ +--- src/l2_packet/l2_packet_freebsd.c.orig 2014-06-04 13:26:14 UTC ++++ src/l2_packet/l2_packet_freebsd.c +@@ -8,7 +8,10 @@ + */ + + #include "includes.h" +-#if defined(__APPLE__) || defined(__GLIBC__) ++#if defined(__FreeBSD__) \ ++ || defined(__DragonFly__) \ ++ || defined(__APPLE__) \ ++ || defined(__GLIBC__) + #include + #endif /* __APPLE__ */ + #include From owner-svn-ports-all@freebsd.org Thu Mar 30 01:58:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF67CD2495E; Thu, 30 Mar 2017 01:58:07 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72541A4F; Thu, 30 Mar 2017 01:58:07 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U1w6JP098408; Thu, 30 Mar 2017 01:58:06 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U1w6BR098406; Thu, 30 Mar 2017 01:58:06 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703300158.v2U1w6BR098406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 30 Mar 2017 01:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437266 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 01:58:07 -0000 Author: junovitch Date: Thu Mar 30 01:58:06 2017 New Revision: 437266 URL: https://svnweb.freebsd.org/changeset/ports/437266 Log: Document Xen Security Advisory (XSA 206) CVE lists none (yet) assigned While here, fix a typo on my last Xen entry Security: https://vuxml.FreeBSD.org/freebsd/47873d72-14eb-11e7-970f-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 30 01:50:00 2017 (r437265) +++ head/security/vuxml/vuln.xml Thu Mar 30 01:58:06 2017 (r437266) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + xen-tools -- xenstore denial of service via repeated update + + + xen-tools + 4.7.2_1 + + + + +

The Xen Project reports:

+
+

Unprivileged guests may be able to stall progress of the control + domain or driver domain, possibly leading to a Denial of Service + (DoS) of the entire host.

+
+ +
+ + http://xenbits.xen.org/xsa/advisory-206.html + + + 2017-03-28 + 2017-03-30 + +
+ phpMyAdmin -- bypass 'no password' restriction @@ -167,7 +194,7 @@ Notes: -

The Zen Project reports:

+

The Xen Project reports:

A privileged user within the guest VM can cause a heap overflow in the device model process, potentially escalating their privileges to From owner-svn-ports-all@freebsd.org Thu Mar 30 02:40:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E873ED254A3; Thu, 30 Mar 2017 02:40:49 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B609E7B5; Thu, 30 Mar 2017 02:40:49 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U2emlu015374; Thu, 30 Mar 2017 02:40:48 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U2em0P015373; Thu, 30 Mar 2017 02:40:48 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201703300240.v2U2em0P015373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 30 Mar 2017 02:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437267 - head/net/py-pysendfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 02:40:50 -0000 Author: lwhsu Date: Thu Mar 30 02:40:48 2017 New Revision: 437267 URL: https://svnweb.freebsd.org/changeset/ports/437267 Log: - Add LICENSE_FILE - Strip sendfile.so PR: 217373 Submitted by: Danilo G. Baio (dbaio) Approved by: koobs (maintainer) Modified: head/net/py-pysendfile/Makefile Modified: head/net/py-pysendfile/Makefile ============================================================================== --- head/net/py-pysendfile/Makefile Thu Mar 30 01:58:06 2017 (r437266) +++ head/net/py-pysendfile/Makefile Thu Mar 30 02:40:48 2017 (r437267) @@ -3,6 +3,7 @@ PORTNAME= pysendfile PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= net python devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,14 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Python interface to sendfile(2) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= py*-sendfile-[0-9]* USES= python USE_PYTHON= distutils autoplist +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sendfile.so + .include From owner-svn-ports-all@freebsd.org Thu Mar 30 02:48:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66B64D25A5D; Thu, 30 Mar 2017 02:48:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24BF4E26; Thu, 30 Mar 2017 02:48:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U2knlY019583; Thu, 30 Mar 2017 02:46:49 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U2km9p019579; Thu, 30 Mar 2017 02:46:48 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201703300246.v2U2km9p019579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 30 Mar 2017 02:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437268 - head/devel/libclc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 02:48:05 -0000 Author: jmd Date: Thu Mar 30 02:46:48 2017 New Revision: 437268 URL: https://svnweb.freebsd.org/changeset/ports/437268 Log: Update devel/libclc to a later git tag. It now requires devel/llvm40 and brings support for logb and expm1. License changes to BSD3 and MIT (dual). Reviewed by: swills (mentor), rene (mentor), kwm (x11) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9394 Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-descr head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Thu Mar 30 02:40:48 2017 (r437267) +++ head/devel/libclc/Makefile Thu Mar 30 02:46:48 2017 (r437268) @@ -2,26 +2,29 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.2.0.20160915 +DISTVERSION= 0.3.0.20170117 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Required library functions for OpenCL C programming language -LICENSE= MIT +LICENSE= BSD3CLAUSE MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT +LICENSE_COMB= dual BUILD_DEPENDS= clang${LLVMVER}:devel/llvm${LLVMVER} \ libedit>=0:devel/libedit USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= b091e26 +GH_TAGNAME= 2ec7d80 -USES= gmake python:2,build ninja +# ninja based build is broken since commit 598792bc (16 sep 2016) +USES= gmake python:2.7,build gmake USE_LDCONFIG= yes MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} -LLVMVER= 39 +LLVMVER= 40 ALL_TARGET= @@ -32,7 +35,7 @@ post-patch: ${WRKSRC}/configure.py do-configure: - @cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g ninja \ + @cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g make \ --with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVMVER} \ --pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --prefix=${PREFIX} Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Thu Mar 30 02:40:48 2017 (r437267) +++ head/devel/libclc/distinfo Thu Mar 30 02:46:48 2017 (r437268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480100311 -SHA256 (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 821a4b7aa0fa84b1a790b72ba9e2df2820f0d4f565df1027eaad206d688ea741 -SIZE (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 127259 +TIMESTAMP = 1485361080 +SHA256 (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 8e42ff411dbb8368d6719685864cc43312e02ff32bcc6785d1b25ee8d551837e +SIZE (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 130868 Modified: head/devel/libclc/pkg-descr ============================================================================== --- head/devel/libclc/pkg-descr Thu Mar 30 02:40:48 2017 (r437267) +++ head/devel/libclc/pkg-descr Thu Mar 30 02:46:48 2017 (r437268) @@ -6,4 +6,3 @@ impose library requirements: Libclc is intended to be used with the Clang compiler's OpenCL frontend WWW: http://libclc.llvm.org/ - Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Thu Mar 30 02:40:48 2017 (r437267) +++ head/devel/libclc/pkg-plist Thu Mar 30 02:46:48 2017 (r437268) @@ -147,6 +147,7 @@ include/clc/math/exp.h include/clc/math/exp10.h include/clc/math/exp2.h include/clc/math/exp2.inc +include/clc/math/expm1.h include/clc/math/fabs.h include/clc/math/fdim.h include/clc/math/fdim.inc @@ -180,6 +181,8 @@ include/clc/math/log1p.h include/clc/math/log1p.inc include/clc/math/log2.h include/clc/math/log2.inc +include/clc/math/logb.h +include/clc/math/logb.inc include/clc/math/mad.h include/clc/math/mad.inc include/clc/math/modf.h @@ -265,46 +268,63 @@ lib/clc/aruba-r600--.bc lib/clc/barts-r600--.bc lib/clc/bonaire-amdgcn--.bc lib/clc/bonaire-amdgcn--amdhsa.bc +lib/clc/bonaire-amdgcn-mesa-mesa3d.bc lib/clc/caicos-r600--.bc lib/clc/carrizo-amdgcn--.bc lib/clc/carrizo-amdgcn--amdhsa.bc +lib/clc/carrizo-amdgcn-mesa-mesa3d.bc lib/clc/cayman-r600--.bc lib/clc/cedar-r600--.bc lib/clc/cypress-r600--.bc lib/clc/fiji-amdgcn--.bc lib/clc/fiji-amdgcn--amdhsa.bc +lib/clc/fiji-amdgcn-mesa-mesa3d.bc lib/clc/hainan-amdgcn--.bc +lib/clc/hainan-amdgcn-mesa-mesa3d.bc lib/clc/hawaii-amdgcn--.bc lib/clc/hawaii-amdgcn--amdhsa.bc +lib/clc/hawaii-amdgcn-mesa-mesa3d.bc lib/clc/hemlock-r600--.bc lib/clc/iceland-amdgcn--.bc lib/clc/iceland-amdgcn--amdhsa.bc +lib/clc/iceland-amdgcn-mesa-mesa3d.bc lib/clc/juniper-r600--.bc lib/clc/kabini-amdgcn--.bc lib/clc/kabini-amdgcn--amdhsa.bc +lib/clc/kabini-amdgcn-mesa-mesa3d.bc lib/clc/kaveri-amdgcn--.bc lib/clc/kaveri-amdgcn--amdhsa.bc +lib/clc/kaveri-amdgcn-mesa-mesa3d.bc lib/clc/mullins-amdgcn--.bc lib/clc/mullins-amdgcn--amdhsa.bc +lib/clc/mullins-amdgcn-mesa-mesa3d.bc lib/clc/nvptx--nvidiacl.bc lib/clc/nvptx64--nvidiacl.bc lib/clc/oland-amdgcn--.bc +lib/clc/oland-amdgcn-mesa-mesa3d.bc lib/clc/palm-r600--.bc lib/clc/pitcairn-amdgcn--.bc +lib/clc/pitcairn-amdgcn-mesa-mesa3d.bc lib/clc/polaris10-amdgcn--.bc lib/clc/polaris10-amdgcn--amdhsa.bc +lib/clc/polaris10-amdgcn-mesa-mesa3d.bc lib/clc/polaris11-amdgcn--.bc lib/clc/polaris11-amdgcn--amdhsa.bc +lib/clc/polaris11-amdgcn-mesa-mesa3d.bc lib/clc/redwood-r600--.bc lib/clc/stoney-amdgcn--.bc lib/clc/stoney-amdgcn--amdhsa.bc +lib/clc/stoney-amdgcn-mesa-mesa3d.bc lib/clc/subnormal_disable.bc lib/clc/subnormal_use_default.bc lib/clc/sumo-r600--.bc lib/clc/sumo2-r600--.bc lib/clc/tahiti-amdgcn--.bc +lib/clc/tahiti-amdgcn-mesa-mesa3d.bc lib/clc/tonga-amdgcn--.bc lib/clc/tonga-amdgcn--amdhsa.bc +lib/clc/tonga-amdgcn-mesa-mesa3d.bc lib/clc/turks-r600--.bc lib/clc/verde-amdgcn--.bc +lib/clc/verde-amdgcn-mesa-mesa3d.bc libdata/pkgconfig/libclc.pc From owner-svn-ports-all@freebsd.org Thu Mar 30 03:34:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23D9ED241D9; Thu, 30 Mar 2017 03:34:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04F82121; Thu, 30 Mar 2017 03:34:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 4D78D14A5; Thu, 30 Mar 2017 03:34:31 +0000 (UTC) From: Jan Beich To: Matthew Rezny Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <1824022.AbFPd1OJUh@workstation.reztek> Date: Thu, 30 Mar 2017 05:36:03 +0200 In-Reply-To: <1824022.AbFPd1OJUh@workstation.reztek> (Matthew Rezny's message of "Wed, 29 Mar 2017 21:56:52 +0200") Message-ID: <8tnn-5tcs-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 03:34:32 -0000 Matthew Rezny writes: > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > >> Matthew Rezny writes: >> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ >> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' \ >> >> [:space:] is invalid character class thus treated as a list of characters. >> \S corresponds to [^[:space:]], while \s to [[:space:]]. >> >> $ man pcrepattern | col -b | fgrep -m1 \\S >> \S any character that is not a white space character >> >> This may break build given -march, etc. are no longer stripped. > > I wish that information had been presented when I said "I guess it should have > been [:space:] instead of [:graph:] in the replacement." after you stated > [:graph:] was plain incorrect, although it is what had been previously > suggested to me and did seem to be working. I didn't focus on pointing out every mistake with the existing hack because it was soon going away. Now that devel/libclc depends on llvm40 the original motivation to hold out on 17.* (bug 217016) before 2017Q2 has been weakened. > > To be sure there is no misunderstanding now, would you consider this correct? > @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[^[:space:]]* //|' \ Not quite, adding extra space after [] is unnecessary. -e 's|\\S\*|[^[:space:]]*|' \ From owner-svn-ports-all@freebsd.org Thu Mar 30 03:53:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C26D24FA7; Thu, 30 Mar 2017 03:53:37 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [95.170.95.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 680D7181; Thu, 30 Mar 2017 03:53:37 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id 0185A50703; Thu, 30 Mar 2017 05:48:17 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Mar 2017 23:48:17 -0400 From: Johannes M Dieterich To: Jan Beich Cc: Matthew Rezny , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Organization: FreeBSD - ports In-Reply-To: <8tnn-5tcs-wny@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <1824022.AbFPd1OJUh@workstation.reztek> <8tnn-5tcs-wny@FreeBSD.org> Message-ID: <6a245317c900f4cf092bcdf70c1798ee@freebsd.org> X-Sender: jmd@freebsd.org User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 03:53:37 -0000 On 2017-03-29 23:36, Jan Beich wrote: > Matthew Rezny writes: > >> On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: >> >>> Matthew Rezny writes: >>> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ >>> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' \ >>> >>> [:space:] is invalid character class thus treated as a list of >>> characters. >>> \S corresponds to [^[:space:]], while \s to [[:space:]]. >>> >>> $ man pcrepattern | col -b | fgrep -m1 \\S >>> \S any character that is not a white space character >>> >>> This may break build given -march, etc. are no longer stripped. >> >> I wish that information had been presented when I said "I guess it >> should have >> been [:space:] instead of [:graph:] in the replacement." after you >> stated >> [:graph:] was plain incorrect, although it is what had been previously >> suggested to me and did seem to be working. > > I didn't focus on pointing out every mistake with the existing hack > because it was soon going away. Now that devel/libclc depends on llvm40 > the original motivation to hold out on 17.* (bug 217016) before 2017Q2 > has been weakened. Also, there is a review for 17.0.2 up by me: https://reviews.freebsd.org/D9469 which changes the default LLVM version to 4.0 as newer AMD GPUs need that and uses libudev-devd now. Comments welcome! Please note that after today's commits the patch will not apply cleanly anymore, I'll update. >> To be sure there is no misunderstanding now, would you consider this >> correct? >> @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[^[:space:]]* >> //|' \ > > Not quite, adding extra space after [] is unnecessary. > > -e 's|\\S\*|[^[:space:]]*|' \ From owner-svn-ports-all@freebsd.org Thu Mar 30 04:19:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 010D7D25A85; Thu, 30 Mar 2017 04:19:41 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C212F1D9; Thu, 30 Mar 2017 04:19:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U4JdaY056138; Thu, 30 Mar 2017 04:19:39 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U4Jds1056136; Thu, 30 Mar 2017 04:19:39 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703300419.v2U4Jds1056136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 30 Mar 2017 04:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437269 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 04:19:41 -0000 Author: vanilla Date: Thu Mar 30 04:19:39 2017 New Revision: 437269 URL: https://svnweb.freebsd.org/changeset/ports/437269 Log: Update to 7.8.0. PR: 218209 Submitted by: maintainer Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Mar 30 02:46:48 2017 (r437268) +++ head/www/node/Makefile Thu Mar 30 04:19:39 2017 (r437269) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 7.7.4 +PORTVERSION= 7.8.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Mar 30 02:46:48 2017 (r437268) +++ head/www/node/distinfo Thu Mar 30 04:19:39 2017 (r437269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490267762 -SHA256 (node-v7.7.4.tar.gz) = d76bad6e843005aa016f285e983493e344fde80eac4258b4bf9ee8654f5d6e43 -SIZE (node-v7.7.4.tar.gz) = 28109651 +TIMESTAMP = 1490776357 +SHA256 (node-v7.8.0.tar.gz) = 6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da +SIZE (node-v7.8.0.tar.gz) = 28035910 From owner-svn-ports-all@freebsd.org Thu Mar 30 04:21:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A97BD25BD0; Thu, 30 Mar 2017 04:21:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67647831; Thu, 30 Mar 2017 04:21:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U4Lv6s059211; Thu, 30 Mar 2017 04:21:57 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U4LveO059209; Thu, 30 Mar 2017 04:21:57 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703300421.v2U4LveO059209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 30 Mar 2017 04:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437270 - head/sysutils/immortal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 04:21:58 -0000 Author: vanilla Date: Thu Mar 30 04:21:57 2017 New Revision: 437270 URL: https://svnweb.freebsd.org/changeset/ports/437270 Log: Update to 0.10.5. PR: 218219 Submitted by: maintainer Modified: head/sysutils/immortal/Makefile head/sysutils/immortal/distinfo Modified: head/sysutils/immortal/Makefile ============================================================================== --- head/sysutils/immortal/Makefile Thu Mar 30 04:19:39 2017 (r437269) +++ head/sysutils/immortal/Makefile Thu Mar 30 04:21:57 2017 (r437270) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= immortal -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.5 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io Modified: head/sysutils/immortal/distinfo ============================================================================== --- head/sysutils/immortal/distinfo Thu Mar 30 04:19:39 2017 (r437269) +++ head/sysutils/immortal/distinfo Thu Mar 30 04:21:57 2017 (r437270) @@ -1,6 +1,6 @@ -TIMESTAMP = 1490561112 -SHA256 (immortal-immortal-0.10.4_GH0.tar.gz) = c55b6756949b67b7f5749c7a23ebd91018718f6c41707cd128503f003e531011 -SIZE (immortal-immortal-0.10.4_GH0.tar.gz) = 29362 +TIMESTAMP = 1490819605 +SHA256 (immortal-immortal-0.10.5_GH0.tar.gz) = ba4d88050c6b25b8997327f4e8caa89da5ed6dffcb4d871456e0eeae33a574c2 +SIZE (immortal-immortal-0.10.5_GH0.tar.gz) = 29377 SHA256 (immortal-logrotate-3691ab5_GH0.tar.gz) = 1e9915e41e05e43be206fa5da0ca9646feea36e8433c953fc71d7ebc6d40d8d5 SIZE (immortal-logrotate-3691ab5_GH0.tar.gz) = 3612 SHA256 (immortal-multiwriter-2555774_GH0.tar.gz) = 0988932d02debf79c7928e307a812027b642da7e5cad8846604577ed56220d57 From owner-svn-ports-all@freebsd.org Thu Mar 30 05:22:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF534D2597D; Thu, 30 Mar 2017 05:22:46 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C3761386; Thu, 30 Mar 2017 05:22:46 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U5LUBj084448; Thu, 30 Mar 2017 05:21:30 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U5LUBC084446; Thu, 30 Mar 2017 05:21:30 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703300521.v2U5LUBC084446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 30 Mar 2017 05:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437271 - head/devel/pecl-event X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 05:22:46 -0000 Author: vanilla Date: Thu Mar 30 05:21:30 2017 New Revision: 437271 URL: https://svnweb.freebsd.org/changeset/ports/437271 Log: Update to 2.3.0. PR: 218202 Submitted by: maintainer Modified: head/devel/pecl-event/Makefile head/devel/pecl-event/distinfo Modified: head/devel/pecl-event/Makefile ============================================================================== --- head/devel/pecl-event/Makefile Thu Mar 30 04:21:57 2017 (r437270) +++ head/devel/pecl-event/Makefile Thu Mar 30 05:21:30 2017 (r437271) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= event -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-event/distinfo ============================================================================== --- head/devel/pecl-event/distinfo Thu Mar 30 04:21:57 2017 (r437270) +++ head/devel/pecl-event/distinfo Thu Mar 30 05:21:30 2017 (r437271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486601696 -SHA256 (PECL/event-2.2.1.tgz) = 44756686df68d8ef4fcee31359c0c03802b1f55ad88db7ac142169777f3d17ef -SIZE (PECL/event-2.2.1.tgz) = 133147 +TIMESTAMP = 1490761057 +SHA256 (PECL/event-2.3.0.tgz) = 10e37f2b1c47475be891ef84b4282b5739d9aa8a1facd0c0141ee0edc3048435 +SIZE (PECL/event-2.3.0.tgz) = 135401 From owner-svn-ports-all@freebsd.org Thu Mar 30 05:26:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FBA8D25B6A; Thu, 30 Mar 2017 05:26:46 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1C517C0; Thu, 30 Mar 2017 05:26:46 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id 9CFCC403F; Thu, 30 Mar 2017 05:26:45 +0000 (UTC) From: Matthew Rezny To: Jan Beich Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Johannes M Dieterich Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Thu, 30 Mar 2017 07:26:45 +0200 Message-ID: <19694803.doR80QHWTi@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <8tnn-5tcs-wny@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <1824022.AbFPd1OJUh@workstation.reztek> <8tnn-5tcs-wny@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 05:26:46 -0000 On Thursday 30 March 2017 05:36:03 Jan Beich wrote: > Matthew Rezny writes: > > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > >> Matthew Rezny writes: > >> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > >> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' > >> > \ > >> > >> [:space:] is invalid character class thus treated as a list of > >> characters. > >> \S corresponds to [^[:space:]], while \s to [[:space:]]. > >> > >> $ man pcrepattern | col -b | fgrep -m1 \\S > >> > >> \S any character that is not a white space character > >> > >> This may break build given -march, etc. are no longer stripped. > > > > I wish that information had been presented when I said "I guess it should > > have been [:space:] instead of [:graph:] in the replacement." after you > > stated [:graph:] was plain incorrect, although it is what had been > > previously suggested to me and did seem to be working. > > I didn't focus on pointing out every mistake with the existing hack > because it was soon going away. Now that devel/libclc depends on llvm40 > the original motivation to hold out on 17.* (bug 217016) before 2017Q2 > has been weakened. > Pointing out something is wrong without giving the correct solution is not helpful. The upstream change in the 17.1-dev branch was not directly applicable to 13.0.x, so the the 'hack' would remain unless I was going to change to change the configure.ac and patch-configure myself, which is certainly more work that to edit the post-patch and it would have been the same changes in either place lacking clearer input. Nobody said anything to me about committing an update to libclc at this moment. I do not believe that has tested in combination with the rest of the graphics stack at the current versions in ports, the mix of LLVM versions almost certainly will be a problem, and it's a day before the quarterly branch. WTF? I've been holding off Mesa 17.x and LLVM4.0 for after that branch while attempting to get Xorg 1.19 ready in time for that. The latter won't happen because it took over a week to even start an exp-run on the bsd.xorg.mk changes. I just explained the reason for holding of an update of libclc yesterday in a PR that proposed a more recent snapshot for the transition to dependence on llvm40. I had not even gotten everything onto llvm39 yet; pocl 0.14 should be compatible past 3.8, but it is not yet released and I had difficulties with rc1 as they switched to cmake so the build system needs to be redone. While I'm sure Mesa 17.0.x will be ok with llvm40 after appropriate patching (I had to add several patches for clover in Mesa 13), I cannot say the same for all the OpenCL ports, i.e. beignet which was only recently made compatible past llvm37 with the 1.3.0 update that allowed it to use llvm39. So I expect r438268 to be reverted, or someone else to handle all the fallout this causes on the quarterly branch during Q2. I realize multiple people want to help, but we need some coordination or else we are just wasting each other's time. Sorry to be brunt, but that was an ill timed commit. > > To be sure there is no misunderstanding now, would you consider this > > correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e > > 's|\\S\*//|[^[:space:]]* //|' \ > Not quite, adding extra space after [] is unnecessary. > > -e 's|\\S\*|[^[:space:]]*|' \ It is interesting how many variations appear to produce the same result. You mention the space is not needed, so 's|\\S\*//|[^[:space:]]*//|' but then the example has the trailing // removed. Any reason why? From owner-svn-ports-all@freebsd.org Thu Mar 30 05:48:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A34D25349; Thu, 30 Mar 2017 05:48:11 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAB669AC; Thu, 30 Mar 2017 05:48:10 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id 465CB4822; Thu, 30 Mar 2017 05:48:10 +0000 (UTC) From: Matthew Rezny To: Johannes M Dieterich Cc: Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Thu, 30 Mar 2017 07:48:09 +0200 Message-ID: <64898025.Nr8dtLiZcF@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <6a245317c900f4cf092bcdf70c1798ee@freebsd.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <8tnn-5tcs-wny@FreeBSD.org> <6a245317c900f4cf092bcdf70c1798ee@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 05:48:11 -0000 On Wednesday 29 March 2017 23:48:17 Johannes M Dieterich wrote: > On 2017-03-29 23:36, Jan Beich wrote: > > Matthew Rezny writes: > >> On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > >>> Matthew Rezny writes: > >>> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > >>> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* //|' > >>> > \ > >>> > >>> [:space:] is invalid character class thus treated as a list of > >>> characters. > >>> \S corresponds to [^[:space:]], while \s to [[:space:]]. > >>> > >>> $ man pcrepattern | col -b | fgrep -m1 \\S > >>> > >>> \S any character that is not a white space character > >>> > >>> This may break build given -march, etc. are no longer stripped. > >> > >> I wish that information had been presented when I said "I guess it > >> should have > >> been [:space:] instead of [:graph:] in the replacement." after you > >> stated > >> [:graph:] was plain incorrect, although it is what had been previously > >> suggested to me and did seem to be working. > > > > I didn't focus on pointing out every mistake with the existing hack > > because it was soon going away. Now that devel/libclc depends on llvm40 > > the original motivation to hold out on 17.* (bug 217016) before 2017Q2 > > has been weakened. > > Also, there is a review for 17.0.2 up by me: > https://reviews.freebsd.org/D9469 which changes the default LLVM version > to 4.0 as newer AMD GPUs need that and uses libudev-devd now. Comments > welcome! > I had not noticed that your review was updated recently as it sat idle for quite a while after the update to 13.0.x landed in ports. I'm curious about the comment regarding a need for libudev. As far as I know, Mesa dropped the dependence on udev in v13 and relies upon libdrm for all the direct hardware interaction. Initially, I had some hope to use libudev-devd as a single translation layer, but after reading through the libdrm code it became obvious that would not be the case as the conditional udev code in libdrm is withing Linux-specific code paths so no help to us. Thus, I implemented support for our platform directly in libdrm in order to drop dependence on libdevq, which was needed for no other purpose. Could you explain why Mesa 17 would need libudev- devd for AMDGPU? > Please note that after today's commits the patch will not apply cleanly > anymore, I'll update. > Before you rush to update, let's make sure we are on the same page. I plan to take this opportunity to restructure the Mesa ports as I mentioned in PR217016 so that we can provide correctly working options for Wayland and also DRI3 if we cannot solve the issues with fallback to DRI2. Do you have any insight as to why that fallback might not work on some systems, or may work for GLX but fail for EGL? I only see an issue with EGL here and haven't yet dug into it. > >> To be sure there is no misunderstanding now, would you consider this > >> correct? > >> @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[^[:space:]]* > >> //|' \ > > > > Not quite, adding extra space after [] is unnecessary. > > > > -e 's|\\S\*|[^[:space:]]*|' \ From owner-svn-ports-all@freebsd.org Thu Mar 30 06:03:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA33ED25DDF; Thu, 30 Mar 2017 06:03:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E630828; Thu, 30 Mar 2017 06:03:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U63TH0002269; Thu, 30 Mar 2017 06:03:29 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U63TXo002265; Thu, 30 Mar 2017 06:03:29 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703300603.v2U63TXo002265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 30 Mar 2017 06:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437272 - branches/2017Q1/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 06:03:30 -0000 Author: matthew Date: Thu Mar 30 06:03:29 2017 New Revision: 437272 URL: https://svnweb.freebsd.org/changeset/ports/437272 Log: MFH: r437214 Security Update to 4.7.0 As well as being the first stable release from the 4.7 branch, this includes fixes for PMASA-2017-8 where it can be possible to bypass a configuration restriction forbidding password-less accounts. This depends on the upstream PHP version -- sites using php-7 are not vulnerable, sites using php-5.6 are. ChangeLog: https://www.phpmyadmin.net/files/4.7.0/ Security: 68611303-149e-11e7-b9bb-6805ca0b3d42 Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/databases/phpmyadmin/Makefile branches/2017Q1/databases/phpmyadmin/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/databases/phpmyadmin/Makefile ============================================================================== --- branches/2017Q1/databases/phpmyadmin/Makefile Thu Mar 30 05:21:30 2017 (r437271) +++ branches/2017Q1/databases/phpmyadmin/Makefile Thu Mar 30 06:03:29 2017 (r437272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.6 +DISTVERSION= 4.7.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -67,8 +67,9 @@ post-patch: ${FIND} . ! -type d ! -name ${CFG_FILE}.sample ! -name '*.bak' | \ ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \ ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ - ${ECHO} "@dir(,,)$${emptydir}" >>${PLIST} ; \ + for emptydir in $$( ${FIND} . -type d -empty -print | \ + ${SED} -e "s,^\.,%%WWWDIR%%," ) ; do \ + ${ECHO} "@dir $${emptydir}" >>${PLIST} ; \ done ; \ do-install: Modified: branches/2017Q1/databases/phpmyadmin/distinfo ============================================================================== --- branches/2017Q1/databases/phpmyadmin/distinfo Thu Mar 30 05:21:30 2017 (r437271) +++ branches/2017Q1/databases/phpmyadmin/distinfo Thu Mar 30 06:03:29 2017 (r437272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485244457 -SHA256 (phpMyAdmin-4.6.6-all-languages.tar.xz) = b7b9e0f88ca740fcba249e7e3e7d51d1923b038b7742cde72de193a2b0a2654f -SIZE (phpMyAdmin-4.6.6-all-languages.tar.xz) = 6147904 +TIMESTAMP = 1490802948 +SHA256 (phpMyAdmin-4.7.0-all-languages.tar.xz) = 6378d1f45f5356fda2d18a923c56a495e03bc1e7694e7b7c004dd688d2178f90 +SIZE (phpMyAdmin-4.7.0-all-languages.tar.xz) = 7600296 From owner-svn-ports-all@freebsd.org Thu Mar 30 06:25:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F7BD25A24; Thu, 30 Mar 2017 06:25:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 057FFDB1; Thu, 30 Mar 2017 06:25:35 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U6OKOR011600; Thu, 30 Mar 2017 06:24:20 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U6OKPC011599; Thu, 30 Mar 2017 06:24:20 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703300624.v2U6OKPC011599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 30 Mar 2017 06:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437273 - head/sysutils/rsyslog8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 06:25:36 -0000 Author: matthew Date: Thu Mar 30 06:24:19 2017 New Revision: 437273 URL: https://svnweb.freebsd.org/changeset/ports/437273 Log: Add a JSONPARSE option to enable building the mmjsonparse module: http://www.rsyslog.com/doc/master/configuration/modules/mmjsonparse.html PR: 218217 Submitted by: rum1cro@yandex.ru Modified: head/sysutils/rsyslog8/Makefile Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Thu Mar 30 06:03:29 2017 (r437272) +++ head/sysutils/rsyslog8/Makefile Thu Mar 30 06:24:19 2017 (r437273) @@ -2,7 +2,7 @@ PORTNAME= rsyslog PORTVERSION= 8.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -23,8 +23,8 @@ PORTSCOUT= limit:^8\. USE_LDCONFIG= yes -OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI MYSQL PGSQL RELP \ - SNMP NORMALIZE +OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI JSONPARSE MYSQL PGSQL \ + RELP SNMP NORMALIZE OPTIONS_DEFAULT=GCRYPT OPTIONS_SUB= yes @@ -33,6 +33,7 @@ ELASTIC_DESC= Elasticsearch module for r GCRYPT_DESC= Enable support for encrypted logfiles GNUTLS_DESC= GNUTLS module for rsyslog GSSAPI_DESC= GSS API input/output module for rsyslog +JSONPARSE_DESC= JSONPARSE module for rsyslog MYSQL_DESC= MySQL output module for rsyslog PGSQL_DESC= PostgreSQL output module for rsyslog RELP_DESC= RELP input/output module for rsyslog @@ -64,6 +65,9 @@ GSSAPI_PLIST_FILES= lib/rsyslog/imgssapi lib/rsyslog/lmgssutil.so \ lib/rsyslog/omgssapi.so +JSONPARSE_CONFIGURE_ENABLE= mmjsonparse +JSONPARSE_PLIST_FILES= lib/rsyslog/mmjsonparse.so + MYSQL_USES= mysql MYSQL_CONFIGURE_ENABLE= mysql MYSQL_PLIST_FILES= lib/rsyslog/ommysql.so From owner-svn-ports-all@freebsd.org Thu Mar 30 07:41:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD12ED252B4; Thu, 30 Mar 2017 07:41:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5245C4B; Thu, 30 Mar 2017 07:41:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U7foHG043222; Thu, 30 Mar 2017 07:41:50 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U7fotp043219; Thu, 30 Mar 2017 07:41:50 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201703300741.v2U7fotp043219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 30 Mar 2017 07:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437274 - in head/irc/bitlbee-facebook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 07:41:51 -0000 Author: gahr Date: Thu Mar 30 07:41:50 2017 New Revision: 437274 URL: https://svnweb.freebsd.org/changeset/ports/437274 Log: irc/bitlbee-facebook: update to 1.1.0 + patch for issue #139 Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.0 Issue #139: https://github.com/bitlbee/bitlbee-facebook/issues/139 Added: head/irc/bitlbee-facebook/files/ head/irc/bitlbee-facebook/files/patch-issue-139 (contents, props changed) Modified: head/irc/bitlbee-facebook/Makefile head/irc/bitlbee-facebook/distinfo Modified: head/irc/bitlbee-facebook/Makefile ============================================================================== --- head/irc/bitlbee-facebook/Makefile Thu Mar 30 06:24:19 2017 (r437273) +++ head/irc/bitlbee-facebook/Makefile Thu Mar 30 07:41:50 2017 (r437274) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= bitlbee-facebook -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX=v -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= irc @@ -22,8 +21,7 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes USE_GITHUB= yes -GH_ACCOUNT= gahr -GH_TAGNAME= 20170329 +GH_ACCOUNT= bitlbee MAKE_JOBS_UNSAFE= yes Modified: head/irc/bitlbee-facebook/distinfo ============================================================================== --- head/irc/bitlbee-facebook/distinfo Thu Mar 30 06:24:19 2017 (r437273) +++ head/irc/bitlbee-facebook/distinfo Thu Mar 30 07:41:50 2017 (r437274) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490796410 -SHA256 (gahr-bitlbee-facebook-v1.0.0-20170329_GH0.tar.gz) = 0e7644f789b24570ce20cb96bd3fc21afee31c063bfc60d0586e5b8fc7ce37f4 -SIZE (gahr-bitlbee-facebook-v1.0.0-20170329_GH0.tar.gz) = 65531 +TIMESTAMP = 1490859018 +SHA256 (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = ac6d72b0f5b10971ff811fed5cdb9e4fdded43174fe8c16b1bfe7bbfa6c11088 +SIZE (bitlbee-bitlbee-facebook-v1.1.0_GH0.tar.gz) = 66317 Added: head/irc/bitlbee-facebook/files/patch-issue-139 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-facebook/files/patch-issue-139 Thu Mar 30 07:41:50 2017 (r437274) @@ -0,0 +1,48 @@ +--- facebook/facebook-api.h.orig ++++ facebook/facebook-api.h +@@ -89,26 +89,36 @@ + #define FB_API_SECRET "374e60f8b9bb6b8cbb30f78030438895" + + /** ++ * FB_ORCA_AGENT ++ * ++ * The part of the user agent that looks like the official client, since the ++ * server started checking this. ++ * ++ * We announce ourselves as compatible with Orca-Android 38.0 since that's the ++ * closest version to the last major protocol update. Some parts use older ++ * features, some parts use newer ones. ++ * ++ * Fun fact: this version sends old-style MQIsdp CONNECT messages for the first ++ * connection, with JSON payloads instead of compressed thrift. ++ * ++ */ ++ ++#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/38.0.0.22.155;FBBV/14477681]" ++ ++/** + * FB_API_AGENT: + * + * The HTTP User-Agent header. + */ +-#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION ++#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION " " FB_ORCA_AGENT + + /** + * FB_API_MQTT_AGENT + * + * The client information string sent in the MQTT CONNECT message +- * +- * We announce ourselves as compatible with Orca-Android 38.0 since that's the +- * closest version to the last major protocol update. Some parts use older +- * features, some parts use newer ones. +- * +- * Fun fact: this version sends old-style MQIsdp CONNECT messages for the first +- * connection, with JSON payloads instead of compressed thrift. + */ + +-#define FB_API_MQTT_AGENT FB_API_AGENT " [FBAN/Orca-Android;FBAV/38.0.0.22.155;FBBV/14477681]" ++#define FB_API_MQTT_AGENT FB_API_AGENT + + + /** From owner-svn-ports-all@freebsd.org Thu Mar 30 08:26:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0B9FD2320A; Thu, 30 Mar 2017 08:26:07 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 692B2FC9; Thu, 30 Mar 2017 08:26:07 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U8Q6oF059564; Thu, 30 Mar 2017 08:26:06 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U8Q6ML059561; Thu, 30 Mar 2017 08:26:06 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201703300826.v2U8Q6ML059561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Thu, 30 Mar 2017 08:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437275 - in branches/2017Q1/sysutils/xen-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 08:26:07 -0000 Author: royger (src committer) Date: Thu Mar 30 08:26:06 2017 New Revision: 437275 URL: https://svnweb.freebsd.org/changeset/ports/437275 Log: MFH: r437205 xen: apply XSA-206 Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D10163 Approved by: ports-secteam (junovitch) Added: branches/2017Q1/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch - copied unchanged from r437205, head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch branches/2017Q1/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch - copied unchanged from r437205, head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch Modified: branches/2017Q1/sysutils/xen-tools/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/sysutils/xen-tools/Makefile ============================================================================== --- branches/2017Q1/sysutils/xen-tools/Makefile Thu Mar 30 07:41:50 2017 (r437274) +++ branches/2017Q1/sysutils/xen-tools/Makefile Thu Mar 30 08:26:06 2017 (r437275) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ @@ -47,7 +47,9 @@ EXTRA_PATCHES= ${FILESDIR}/var_paths.pat ${FILESDIR}/0001-libxl-fix-creation-of-pkgconf-install-dir.patch:-p1 \ ${FILESDIR}/0001-tools-configure-fix-pkg-config-install-path-for-Free.patch:-p1 \ ${FILESDIR}/0001-libs-xenstore-set-correct-FreeBSD-device.patch:-p1 \ - ${FILESDIR}/kdd.patch:-p1 + ${FILESDIR}/kdd.patch:-p1 \ + ${FILESDIR}/0001-xenstored-apply-a-write-transaction-rate-limit.patch:-p1 \ + ${FILESDIR}/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch:-p1 CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" \ --with-system-seabios=${LOCALBASE}/share/seabios/bios.bin Copied: branches/2017Q1/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch (from r437205, head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch Thu Mar 30 08:26:06 2017 (r437275, copy of r437205, head/sysutils/xen-tools/files/0001-xenstored-apply-a-write-transaction-rate-limit.patch) @@ -0,0 +1,456 @@ +From bfe42a836450591bb41f4f6393c42dbb0d72abb9 Mon Sep 17 00:00:00 2001 +From: Ian Jackson +Date: Sat, 18 Mar 2017 16:12:26 +0000 +Subject: [PATCH 01/15] xenstored: apply a write transaction rate limit + +This avoids a rogue client being about to stall another client (eg the +toolstack) indefinitely. + +This is XSA-206. + +Signed-off-by: Ian Jackson + +Backported to 4.8 (not entirely trivial). + +Reported-by: Juergen Gross +Signed-off-by: George Dunlap +Acked-by: Ian Jackson +--- + tools/xenstore/Makefile | 3 +- + tools/xenstore/xenstored_core.c | 9 ++ + tools/xenstore/xenstored_core.h | 6 + + tools/xenstore/xenstored_domain.c | 215 +++++++++++++++++++++++++++++++++ + tools/xenstore/xenstored_domain.h | 25 ++++ + tools/xenstore/xenstored_transaction.c | 5 + + 6 files changed, 262 insertions(+), 1 deletion(-) + +diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile +index d691b78..b458729 100644 +--- a/tools/xenstore/Makefile ++++ b/tools/xenstore/Makefile +@@ -31,6 +31,7 @@ XENSTORED_OBJS_$(CONFIG_FreeBSD) = xenstored_posix.o + XENSTORED_OBJS_$(CONFIG_MiniOS) = xenstored_minios.o + + XENSTORED_OBJS += $(XENSTORED_OBJS_y) ++LDLIBS_xenstored += -lrt + + ifneq ($(XENSTORE_STATIC_CLIENTS),y) + LIBXENSTORE := libxenstore.so +@@ -72,7 +73,7 @@ endif + $(XENSTORED_OBJS): CFLAGS += $(CFLAGS_libxengnttab) + + xenstored: $(XENSTORED_OBJS) +- $(CC) $^ $(LDFLAGS) $(LDLIBS_libxenevtchn) $(LDLIBS_libxengnttab) $(LDLIBS_libxenctrl) $(SOCKET_LIBS) -o $@ $(APPEND_LDFLAGS) ++ $(CC) $^ $(LDFLAGS) $(LDLIBS_libxenevtchn) $(LDLIBS_libxengnttab) $(LDLIBS_libxenctrl) $(LDLIBS_xenstored) $(SOCKET_LIBS) -o $@ $(APPEND_LDFLAGS) + + xenstored.a: $(XENSTORED_OBJS) + $(AR) cr $@ $^ +diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c +index 51fb0b3..1aabc93 100644 +--- a/tools/xenstore/xenstored_core.c ++++ b/tools/xenstore/xenstored_core.c +@@ -357,6 +357,7 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + int *ptimeout) + { + struct connection *conn; ++ struct wrl_timestampt now; + + if (fds) + memset(fds, 0, sizeof(struct pollfd) * current_array_size); +@@ -376,8 +377,11 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + xce_pollfd_idx = set_fd(xenevtchn_fd(xce_handle), + POLLIN|POLLPRI); + ++ wrl_gettime_now(&now); ++ + list_for_each_entry(conn, &connections, list) { + if (conn->domain) { ++ wrl_check_timeout(conn->domain, now, ptimeout); + if (domain_can_read(conn) || + (domain_can_write(conn) && + !list_empty(&conn->out_list))) +@@ -810,6 +814,7 @@ static void delete_node_single(struct connection *conn, struct node *node) + corrupt(conn, "Could not delete '%s'", node->name); + return; + } ++ + domain_entry_dec(conn, node); + } + +@@ -949,6 +954,7 @@ static void do_write(struct connection *conn, struct buffered_data *in) + } + + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + send_ack(conn, XS_WRITE); + } +@@ -973,6 +979,7 @@ static void do_mkdir(struct connection *conn, const char *name) + return; + } + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + } + send_ack(conn, XS_MKDIR); +@@ -1098,6 +1105,7 @@ static void do_rm(struct connection *conn, const char *name) + + if (_rm(conn, node, name)) { + add_change_node(conn->transaction, name, true); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, true); + send_ack(conn, XS_RM); + } +@@ -1173,6 +1181,7 @@ static void do_set_perms(struct connection *conn, struct buffered_data *in) + } + + add_change_node(conn->transaction, name, false); ++ wrl_apply_debit_direct(conn); + fire_watches(conn, name, false); + send_ack(conn, XS_SET_PERMS); + } +diff --git a/tools/xenstore/xenstored_core.h b/tools/xenstore/xenstored_core.h +index 3a497f7..a2a3427 100644 +--- a/tools/xenstore/xenstored_core.h ++++ b/tools/xenstore/xenstored_core.h +@@ -33,6 +33,12 @@ + #include "list.h" + #include "tdb.h" + ++#define MIN(a, b) (((a) < (b))? (a) : (b)) ++ ++typedef int32_t wrl_creditt; ++#define WRL_CREDIT_MAX (1000*1000*1000) ++/* ^ satisfies non-overflow condition for wrl_xfer_credit */ ++ + struct buffered_data + { + struct list_head list; +diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c +index 47b4f03..486c96f 100644 +--- a/tools/xenstore/xenstored_domain.c ++++ b/tools/xenstore/xenstored_domain.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include "utils.h" + #include "talloc.h" +@@ -74,6 +75,10 @@ struct domain + + /* number of watch for this domain */ + int nbwatch; ++ ++ /* write rate limit */ ++ wrl_creditt wrl_credit; /* [ -wrl_config_writecost, +_dburst ] */ ++ struct wrl_timestampt wrl_timestamp; + }; + + static LIST_HEAD(domains); +@@ -206,6 +211,8 @@ static int destroy_domain(void *_domain) + + fire_watches(NULL, "@releaseDomain", false); + ++ wrl_domain_destroy(domain); ++ + return 0; + } + +@@ -253,6 +260,9 @@ void handle_event(void) + bool domain_can_read(struct connection *conn) + { + struct xenstore_domain_interface *intf = conn->domain->interface; ++ ++ if (domain_is_unprivileged(conn) && conn->domain->wrl_credit < 0) ++ return false; + return (intf->req_cons != intf->req_prod); + } + +@@ -284,6 +294,8 @@ static struct domain *new_domain(void *context, unsigned int domid, + domain->domid = domid; + domain->path = talloc_domain_path(domain, domid); + ++ wrl_domain_new(domain); ++ + list_add(&domain->list, &domains); + talloc_set_destructor(domain, destroy_domain); + +@@ -747,6 +759,209 @@ int domain_watch(struct connection *conn) + : 0; + } + ++static wrl_creditt wrl_config_writecost = WRL_FACTOR; ++static wrl_creditt wrl_config_rate = WRL_RATE * WRL_FACTOR; ++static wrl_creditt wrl_config_dburst = WRL_DBURST * WRL_FACTOR; ++static wrl_creditt wrl_config_gburst = WRL_GBURST * WRL_FACTOR; ++static wrl_creditt wrl_config_newdoms_dburst = ++ WRL_DBURST * WRL_NEWDOMS * WRL_FACTOR; ++ ++long wrl_ntransactions; ++ ++static long wrl_ndomains; ++static wrl_creditt wrl_reserve; /* [-wrl_config_newdoms_dburst, +_gburst ] */ ++ ++void wrl_gettime_now(struct wrl_timestampt *now_wt) ++{ ++ struct timespec now_ts; ++ int r; ++ ++ r = clock_gettime(CLOCK_MONOTONIC, &now_ts); ++ if (r) ++ barf_perror("Could not find time (clock_gettime failed)"); ++ ++ now_wt->sec = now_ts.tv_sec; ++ now_wt->msec = now_ts.tv_nsec / 1000000; ++} ++ ++static void wrl_xfer_credit(wrl_creditt *debit, wrl_creditt debit_floor, ++ wrl_creditt *credit, wrl_creditt credit_ceil) ++ /* ++ * Transfers zero or more credit from "debit" to "credit". ++ * Transfers as much as possible while maintaining ++ * debit >= debit_floor and credit <= credit_ceil. ++ * (If that's violated already, does nothing.) ++ * ++ * Sufficient conditions to avoid overflow, either of: ++ * |every argument| <= 0x3fffffff ++ * |every argument| <= 1E9 ++ * |every argument| <= WRL_CREDIT_MAX ++ * (And this condition is preserved.) ++ */ ++{ ++ wrl_creditt xfer = MIN( *debit - debit_floor, ++ credit_ceil - *credit ); ++ if (xfer > 0) { ++ *debit -= xfer; ++ *credit += xfer; ++ } ++} ++ ++void wrl_domain_new(struct domain *domain) ++{ ++ domain->wrl_credit = 0; ++ wrl_gettime_now(&domain->wrl_timestamp); ++ wrl_ndomains++; ++ /* Steal up to DBURST from the reserve */ ++ wrl_xfer_credit(&wrl_reserve, -wrl_config_newdoms_dburst, ++ &domain->wrl_credit, wrl_config_dburst); ++} ++ ++void wrl_domain_destroy(struct domain *domain) ++{ ++ wrl_ndomains--; ++ /* ++ * Don't bother recalculating domain's credit - this just ++ * means we don't give the reserve the ending domain's credit ++ * for time elapsed since last update. ++ */ ++ wrl_xfer_credit(&domain->wrl_credit, 0, ++ &wrl_reserve, wrl_config_dburst); ++} ++ ++void wrl_credit_update(struct domain *domain, struct wrl_timestampt now) ++{ ++ /* ++ * We want to calculate ++ * credit += (now - timestamp) * RATE / ndoms; ++ * But we want it to saturate, and to avoid floating point. ++ * To avoid rounding errors from constantly adding small ++ * amounts of credit, we only add credit for whole milliseconds. ++ */ ++ long seconds = now.sec - domain->wrl_timestamp.sec; ++ long milliseconds = now.msec - domain->wrl_timestamp.msec; ++ long msec; ++ int64_t denom, num; ++ wrl_creditt surplus; ++ ++ seconds = MIN(seconds, 1000*1000); /* arbitrary, prevents overflow */ ++ msec = seconds * 1000 + milliseconds; ++ ++ if (msec < 0) ++ /* shouldn't happen with CLOCK_MONOTONIC */ ++ msec = 0; ++ ++ /* 32x32 -> 64 cannot overflow */ ++ denom = (int64_t)msec * wrl_config_rate; ++ num = (int64_t)wrl_ndomains * 1000; ++ /* denom / num <= 1E6 * wrl_config_rate, so with ++ reasonable wrl_config_rate, denom / num << 2^64 */ ++ ++ /* at last! */ ++ domain->wrl_credit = MIN( (int64_t)domain->wrl_credit + denom / num, ++ WRL_CREDIT_MAX ); ++ /* (maybe briefly violating the DBURST cap on wrl_credit) */ ++ ++ /* maybe take from the reserve to make us nonnegative */ ++ wrl_xfer_credit(&wrl_reserve, 0, ++ &domain->wrl_credit, 0); ++ ++ /* return any surplus (over DBURST) to the reserve */ ++ surplus = 0; ++ wrl_xfer_credit(&domain->wrl_credit, wrl_config_dburst, ++ &surplus, WRL_CREDIT_MAX); ++ wrl_xfer_credit(&surplus, 0, ++ &wrl_reserve, wrl_config_gburst); ++ /* surplus is now implicitly discarded */ ++ ++ domain->wrl_timestamp = now; ++ ++ trace("wrl: dom %4d %6ld msec %9ld credit %9ld reserve" ++ " %9ld discard\n", ++ domain->domid, ++ msec, ++ (long)domain->wrl_credit, (long)wrl_reserve, ++ (long)surplus); ++} ++ ++void wrl_check_timeout(struct domain *domain, ++ struct wrl_timestampt now, ++ int *ptimeout) ++{ ++ uint64_t num, denom; ++ int wakeup; ++ ++ wrl_credit_update(domain, now); ++ ++ if (domain->wrl_credit >= 0) ++ /* not blocked */ ++ return; ++ ++ if (!*ptimeout) ++ /* already decided on immediate wakeup, ++ so no need to calculate our timeout */ ++ return; ++ ++ /* calculate wakeup = now + -credit / (RATE / ndoms); */ ++ ++ /* credit cannot go more -ve than one transaction, ++ * so the first multiplication cannot overflow even 32-bit */ ++ num = (uint64_t)(-domain->wrl_credit * 1000) * wrl_ndomains; ++ denom = wrl_config_rate; ++ ++ wakeup = MIN( num / denom /* uint64_t */, INT_MAX ); ++ if (*ptimeout==-1 || wakeup < *ptimeout) ++ *ptimeout = wakeup; ++ ++ trace("wrl: domain %u credit=%ld (reserve=%ld) SLEEPING for %d\n", ++ domain->domid, ++ (long)domain->wrl_credit, (long)wrl_reserve, ++ wakeup); ++} ++ ++void wrl_apply_debit_actual(struct domain *domain) ++{ ++ struct wrl_timestampt now; ++ ++ if (!domain) ++ /* sockets escape the write rate limit */ ++ return; ++ ++ wrl_gettime_now(&now); ++ wrl_credit_update(domain, now); ++ ++ domain->wrl_credit -= wrl_config_writecost; ++ trace("wrl: domain %u credit=%ld (reserve=%ld)\n", ++ domain->domid, ++ (long)domain->wrl_credit, (long)wrl_reserve); ++} ++ ++void wrl_apply_debit_direct(struct connection *conn) ++{ ++ if (!conn) ++ /* some writes are generated internally */ ++ return; ++ ++ if (conn->transaction) ++ /* these are accounted for when the transaction ends */ ++ return; ++ ++ if (!wrl_ntransactions) ++ /* we don't conflict with anyone */ ++ return; ++ ++ wrl_apply_debit_actual(conn->domain); ++} ++ ++void wrl_apply_debit_trans_commit(struct connection *conn) ++{ ++ if (wrl_ntransactions <= 1) ++ /* our own transaction appears in the counter */ ++ return; ++ ++ wrl_apply_debit_actual(conn->domain); ++} ++ + /* + * Local variables: + * c-file-style: "linux" +diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h +index 83488ed..bdc4044 100644 +--- a/tools/xenstore/xenstored_domain.h ++++ b/tools/xenstore/xenstored_domain.h +@@ -65,4 +65,29 @@ void domain_watch_inc(struct connection *conn); + void domain_watch_dec(struct connection *conn); + int domain_watch(struct connection *conn); + ++/* Write rate limiting */ ++ ++#define WRL_FACTOR 1000 /* for fixed-point arithmetic */ ++#define WRL_RATE 200 ++#define WRL_DBURST 10 ++#define WRL_GBURST 1000 ++#define WRL_NEWDOMS 5 ++ ++struct wrl_timestampt { ++ time_t sec; ++ int msec; ++}; ++ ++extern long wrl_ntransactions; ++ ++void wrl_gettime_now(struct wrl_timestampt *now_ts); ++void wrl_domain_new(struct domain *domain); ++void wrl_domain_destroy(struct domain *domain); ++void wrl_credit_update(struct domain *domain, struct wrl_timestampt now); ++void wrl_check_timeout(struct domain *domain, ++ struct wrl_timestampt now, ++ int *ptimeout); ++void wrl_apply_debit_direct(struct connection *conn); ++void wrl_apply_debit_trans_commit(struct connection *conn); ++ + #endif /* _XENSTORED_DOMAIN_H */ +diff --git a/tools/xenstore/xenstored_transaction.c b/tools/xenstore/xenstored_transaction.c +index d0e4739..a4b328f 100644 +--- a/tools/xenstore/xenstored_transaction.c ++++ b/tools/xenstore/xenstored_transaction.c +@@ -116,6 +116,7 @@ static int destroy_transaction(void *_transaction) + { + struct transaction *trans = _transaction; + ++ wrl_ntransactions--; + trace_destroy(trans, "transaction"); + if (trans->tdb) + tdb_close(trans->tdb); +@@ -179,6 +180,7 @@ void do_transaction_start(struct connection *conn, struct buffered_data *in) + talloc_steal(conn, trans); + talloc_set_destructor(trans, destroy_transaction); + conn->transaction_started++; ++ wrl_ntransactions++; + + snprintf(id_str, sizeof(id_str), "%u", trans->id); + send_reply(conn, XS_TRANSACTION_START, id_str, strlen(id_str)+1); +@@ -213,6 +215,9 @@ void do_transaction_end(struct connection *conn, const char *arg) + send_error(conn, EAGAIN); + return; + } ++ ++ wrl_apply_debit_trans_commit(conn); ++ + if (!replace_tdb(trans->tdb_name, trans->tdb)) { + send_error(conn, errno); + return; +-- +2.1.4 + Copied: branches/2017Q1/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch (from r437205, head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch Thu Mar 30 08:26:06 2017 (r437275, copy of r437205, head/sysutils/xen-tools/files/0002-xenstored-Log-when-the-write-transaction-rate-limit-.patch) @@ -0,0 +1,113 @@ +From 1d713bf29548ee3e48c3170bafe2863d17694e90 Mon Sep 17 00:00:00 2001 +From: Ian Jackson +Date: Sat, 18 Mar 2017 16:39:31 +0000 +Subject: [PATCH 02/15] xenstored: Log when the write transaction rate limit + bites + +Reported-by: Juergen Gross +Signed-off-by: Ian Jackson +--- + tools/xenstore/xenstored_core.c | 1 + + tools/xenstore/xenstored_domain.c | 25 +++++++++++++++++++++++++ + tools/xenstore/xenstored_domain.h | 2 ++ + 3 files changed, 28 insertions(+) + +diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c +index 1aabc93..907b44f 100644 +--- a/tools/xenstore/xenstored_core.c ++++ b/tools/xenstore/xenstored_core.c +@@ -378,6 +378,7 @@ static void initialize_fds(int sock, int *p_sock_pollfd_idx, + POLLIN|POLLPRI); + + wrl_gettime_now(&now); ++ wrl_log_periodic(now); + + list_for_each_entry(conn, &connections, list) { + if (conn->domain) { +diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c +index 486c96f..75cfad1 100644 +--- a/tools/xenstore/xenstored_domain.c ++++ b/tools/xenstore/xenstored_domain.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + #include "utils.h" + #include "talloc.h" +@@ -79,6 +80,7 @@ struct domain + /* write rate limit */ + wrl_creditt wrl_credit; /* [ -wrl_config_writecost, +_dburst ] */ + struct wrl_timestampt wrl_timestamp; ++ bool wrl_delay_logged; + }; + + static LIST_HEAD(domains); +@@ -770,6 +772,7 @@ long wrl_ntransactions; + + static long wrl_ndomains; + static wrl_creditt wrl_reserve; /* [-wrl_config_newdoms_dburst, +_gburst ] */ ++static time_t wrl_log_last_warning; /* 0: no previous warning */ + + void wrl_gettime_now(struct wrl_timestampt *now_wt) + { +@@ -919,6 +922,9 @@ void wrl_check_timeout(struct domain *domain, + wakeup); + } + ++#define WRL_LOG(now, ...) \ ++ (syslog(LOG_WARNING, "write rate limit: " __VA_ARGS__)) ++ + void wrl_apply_debit_actual(struct domain *domain) + { + struct wrl_timestampt now; +@@ -934,6 +940,25 @@ void wrl_apply_debit_actual(struct domain *domain) + trace("wrl: domain %u credit=%ld (reserve=%ld)\n", + domain->domid, + (long)domain->wrl_credit, (long)wrl_reserve); ++ ++ if (domain->wrl_credit < 0) { ++ if (!domain->wrl_delay_logged++) { ++ WRL_LOG(now, "domain %ld is affected", ++ (long)domain->domid); ++ } else if (!wrl_log_last_warning) { ++ WRL_LOG(now, "rate limiting restarts"); ++ } ++ wrl_log_last_warning = now.sec; ++ } ++} ++ ++void wrl_log_periodic(struct wrl_timestampt now) ++{ ++ if (wrl_log_last_warning && ++ (now.sec - wrl_log_last_warning) > WRL_LOGEVERY) { ++ WRL_LOG(now, "not in force recently"); ++ wrl_log_last_warning = 0; ++ } + } + + void wrl_apply_debit_direct(struct connection *conn) +diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h +index bdc4044..2b963ed 100644 +--- a/tools/xenstore/xenstored_domain.h ++++ b/tools/xenstore/xenstored_domain.h +@@ -72,6 +72,7 @@ int domain_watch(struct connection *conn); + #define WRL_DBURST 10 + #define WRL_GBURST 1000 + #define WRL_NEWDOMS 5 ++#define WRL_LOGEVERY 120 /* seconds */ + + struct wrl_timestampt { + time_t sec; +@@ -87,6 +88,7 @@ void wrl_credit_update(struct domain *domain, struct wrl_timestampt now); + void wrl_check_timeout(struct domain *domain, + struct wrl_timestampt now, + int *ptimeout); ++void wrl_log_periodic(struct wrl_timestampt now); + void wrl_apply_debit_direct(struct connection *conn); + void wrl_apply_debit_trans_commit(struct connection *conn); + +-- +2.1.4 + From owner-svn-ports-all@freebsd.org Thu Mar 30 09:02:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54772D2206F; Thu, 30 Mar 2017 09:02:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25AF9B23; Thu, 30 Mar 2017 09:02:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U924tl075437; Thu, 30 Mar 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U924lV075436; Thu, 30 Mar 2017 09:02:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703300902.v2U924lV075436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 30 Mar 2017 09:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437276 - head/mail/libspf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 09:02:05 -0000 Author: amdmi3 Date: Thu Mar 30 09:02:04 2017 New Revision: 437276 URL: https://svnweb.freebsd.org/changeset/ports/437276 Log: - Switch to options helpers Modified: head/mail/libspf/Makefile Modified: head/mail/libspf/Makefile ============================================================================== --- head/mail/libspf/Makefile Thu Mar 30 08:26:06 2017 (r437275) +++ head/mail/libspf/Makefile Thu Mar 30 09:02:04 2017 (r437276) @@ -27,34 +27,23 @@ OPTIONS_DEFINE= RFC_RECURSION LOGFILE_ST RFC_RECURSION_DESC= Change SPF recursion to 20 (as per RFC) LOGFILE_STATS_DESC= Enables logfile stats -.include - -.if ${PORT_OPTIONS:MRFC_RECURSION} -CONFIGURE_ARGS+= --enable-rfc-recursion -.endif - -.if ${PORT_OPTIONS:MLOGFILE_STATS} -CONFIGURE_ARGS+= --enable-logfile-stats -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.endif +RFC_RECURSION_CONFIGURE_ON= --enable-rfc-recursion +LOGFILE_STATS_CONFIGURE_ON= --enable-logfile-stats +DEBUG_CONFIGURE_ON= --enable-debug post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${FIND} ${WRKSRC}/docs -type d -name CVS | ${XARGS} ${RM} -r -.for i in docs docs/API docs/API/doxygen docs/API/doxygen/html docs/RFC docs/qmail \ - docs/qmail/1.03 docs/qmail/1.04 docs/qmail/1.05 docs/spfqtool docs/Postfix \ - docs/Postfix/2.1.x docs/Sendmail docs/Sendmail/8.12.x docs/Sendmail/8.13.x \ - docs/Courier-MTA docs/history - @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} + @${MKDIR} ${STAGEDIR}${DATADIR} + @${FIND} ${WRKSRC}/patches -type d -name CVS | ${XARGS} ${RM} -r +.for i in patches patches/qmail patches/qmail/1.03 patches/qmail/1.05 patches/Postfix \ + patches/Postfix/2.1.x patches/Sendmail patches/Sendmail/8.12.x patches/Sendmail/8.13.x \ + patches/Courier-MTA + @${MKDIR} ${STAGEDIR}${DATADIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ - ${INSTALL_DATA} $${f} ${STAGEDIR}${DOCSDIR}/${i}; \ + ${INSTALL_DATA} $${f} ${STAGEDIR}${DATADIR}/${i}; \ done .endfor -.endif + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${FIND} ${WRKSRC}/examples -type d -name CVS | ${XARGS} ${RM} -r .for i in examples/qmail examples/qmail/control examples/Sendmail @@ -63,14 +52,17 @@ post-install: ${INSTALL_DATA} $${f} ${STAGEDIR}${EXAMPLESDIR}/${i}; \ done .endfor - @${MKDIR} ${STAGEDIR}${DATADIR} - @${FIND} ${WRKSRC}/patches -type d -name CVS | ${XARGS} ${RM} -r -.for i in patches patches/qmail patches/qmail/1.03 patches/qmail/1.05 patches/Postfix \ - patches/Postfix/2.1.x patches/Sendmail patches/Sendmail/8.12.x patches/Sendmail/8.13.x \ - patches/Courier-MTA - @${MKDIR} ${STAGEDIR}${DATADIR}/${i} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${FIND} ${WRKSRC}/docs -type d -name CVS | ${XARGS} ${RM} -r +.for i in docs docs/API docs/API/doxygen docs/API/doxygen/html docs/RFC docs/qmail \ + docs/qmail/1.03 docs/qmail/1.04 docs/qmail/1.05 docs/spfqtool docs/Postfix \ + docs/Postfix/2.1.x docs/Sendmail docs/Sendmail/8.12.x docs/Sendmail/8.13.x \ + docs/Courier-MTA docs/history + @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} @for f in `${FIND} ${WRKSRC}/${i} ! -type d -maxdepth 1`; do \ - ${INSTALL_DATA} $${f} ${STAGEDIR}${DATADIR}/${i}; \ + ${INSTALL_DATA} $${f} ${STAGEDIR}${DOCSDIR}/${i}; \ done .endfor From owner-svn-ports-all@freebsd.org Thu Mar 30 09:33:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0AE3D22BAB; Thu, 30 Mar 2017 09:33:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FD24FA; Thu, 30 Mar 2017 09:33:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2U9XiNj087302; Thu, 30 Mar 2017 09:33:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2U9XiP5087300; Thu, 30 Mar 2017 09:33:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201703300933.v2U9XiP5087300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 30 Mar 2017 09:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437277 - in head/devel/spdlog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 09:33:45 -0000 Author: vanilla Date: Thu Mar 30 09:33:44 2017 New Revision: 437277 URL: https://svnweb.freebsd.org/changeset/ports/437277 Log: 1: Move cmake config files to right path. 2: bump version. Deleted: head/devel/spdlog/files/ Modified: head/devel/spdlog/Makefile head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Thu Mar 30 09:02:04 2017 (r437276) +++ head/devel/spdlog/Makefile Thu Mar 30 09:33:44 2017 (r437277) @@ -3,6 +3,7 @@ PORTNAME= spdlog PORTVERSION= 0.13.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Thu Mar 30 09:02:04 2017 (r437276) +++ head/devel/spdlog/pkg-plist Thu Mar 30 09:33:44 2017 (r437277) @@ -36,7 +36,7 @@ include/spdlog/sinks/syslog_sink.h include/spdlog/sinks/wincolor_sink.h include/spdlog/spdlog.h include/spdlog/tweakme.h +lib/cmake/spdlog/spdlogConfig.cmake +lib/cmake/spdlog/spdlogConfigVersion.cmake +lib/cmake/spdlog/spdlogTargets.cmake libdata/pkgconfig/spdlog.pc -share/cmake/Modules/spdlog/spdlogConfig.cmake -share/cmake/Modules/spdlog/spdlogConfigVersion.cmake -share/cmake/Modules/spdlog/spdlogTargets.cmake From owner-svn-ports-all@freebsd.org Thu Mar 30 10:21:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CCEED24AD7; Thu, 30 Mar 2017 10:21:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23EABE1E; Thu, 30 Mar 2017 10:21:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UALtbV007425; Thu, 30 Mar 2017 10:21:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UALtZj007422; Thu, 30 Mar 2017 10:21:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201703301021.v2UALtZj007422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 30 Mar 2017 10:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437278 - head/lang/alchemist.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:21:56 -0000 Author: olgeni Date: Thu Mar 30 10:21:54 2017 New Revision: 437278 URL: https://svnweb.freebsd.org/changeset/ports/437278 Log: Update lang/alchemist.el to version 1.8.2. Modified: head/lang/alchemist.el/Makefile head/lang/alchemist.el/distinfo head/lang/alchemist.el/pkg-plist Modified: head/lang/alchemist.el/Makefile ============================================================================== --- head/lang/alchemist.el/Makefile Thu Mar 30 09:33:44 2017 (r437277) +++ head/lang/alchemist.el/Makefile Thu Mar 30 10:21:54 2017 (r437278) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alchemist.el -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v CATEGORIES= lang Modified: head/lang/alchemist.el/distinfo ============================================================================== --- head/lang/alchemist.el/distinfo Thu Mar 30 09:33:44 2017 (r437277) +++ head/lang/alchemist.el/distinfo Thu Mar 30 10:21:54 2017 (r437278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474463863 -SHA256 (tonini-alchemist.el-v1.8.1_GH0.tar.gz) = 90076a2e60bc01825ea0e9fe8e7190a00113ea5731b830474c4437ac50946d1f -SIZE (tonini-alchemist.el-v1.8.1_GH0.tar.gz) = 3359172 +TIMESTAMP = 1490868698 +SHA256 (tonini-alchemist.el-v1.8.2_GH0.tar.gz) = 4e786b70d11bcf6105618b94a2c37256fc78641159dcc27dfebc0424b025d0c9 +SIZE (tonini-alchemist.el-v1.8.2_GH0.tar.gz) = 3360640 Modified: head/lang/alchemist.el/pkg-plist ============================================================================== --- head/lang/alchemist.el/pkg-plist Thu Mar 30 09:33:44 2017 (r437277) +++ head/lang/alchemist.el/pkg-plist Thu Mar 30 10:21:54 2017 (r437278) @@ -46,6 +46,7 @@ %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/api/eval.exs %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/api/info.exs %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/api/ping.exs +%%EMACS_SITE_LISPDIR%%/alchemist-server/lib/api/version.exs %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/helpers/capture_io.exs %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/helpers/complete.exs %%EMACS_SITE_LISPDIR%%/alchemist-server/lib/helpers/module_info.exs From owner-svn-ports-all@freebsd.org Thu Mar 30 10:22:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16395D24B1D; Thu, 30 Mar 2017 10:22:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEBD5B9; Thu, 30 Mar 2017 10:22:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UAMaHl007648; Thu, 30 Mar 2017 10:22:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UAMaGc007643; Thu, 30 Mar 2017 10:22:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703301022.v2UAMaGc007643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 30 Mar 2017 10:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437279 - in head/devel: . py-libtmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:22:38 -0000 Author: miwi Date: Thu Mar 30 10:22:36 2017 New Revision: 437279 URL: https://svnweb.freebsd.org/changeset/ports/437279 Log: libtmux is the tool behind tmuxp, a tmux workspace manager in python. WWW: https://pypi.python.org/pypi/libtmux PR: 216672 Submitted by: Tony Narlock Added: head/devel/py-libtmux/ head/devel/py-libtmux/Makefile (contents, props changed) head/devel/py-libtmux/distinfo (contents, props changed) head/devel/py-libtmux/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 10:21:54 2017 (r437278) +++ head/devel/Makefile Thu Mar 30 10:22:36 2017 (r437279) @@ -4394,6 +4394,7 @@ SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist + SUBDIR += py-libtmux SUBDIR += py-libusb1 SUBDIR += py-libusb115 SUBDIR += py-libvirt Added: head/devel/py-libtmux/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/Makefile Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,22 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= libtmux +PORTVERSION= 0.6.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Library for interfacing with tmux + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= tmux:sysutils/tmux + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-libtmux/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/distinfo Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488618113 +SHA256 (libtmux-0.6.3.tar.gz) = c7d908ffd79cfc5b372a0ad7da128e9455301013717cba55dfa63bcec1e3bc55 +SIZE (libtmux-0.6.3.tar.gz) = 30562 Added: head/devel/py-libtmux/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/pkg-descr Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,3 @@ +libtmux is the tool behind tmuxp, a tmux workspace manager in python. + +WWW: https://pypi.python.org/pypi/libtmux From owner-svn-ports-all@freebsd.org Thu Mar 30 10:55:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 732F8D25474; Thu, 30 Mar 2017 10:55:16 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4183B74E; Thu, 30 Mar 2017 10:55:16 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UAtFll019714; Thu, 30 Mar 2017 10:55:15 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UAtETf019705; Thu, 30 Mar 2017 10:55:14 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201703301055.v2UAtETf019705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Thu, 30 Mar 2017 10:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437280 - in head: . net net/ceph-devel net/ceph-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:55:16 -0000 Author: mmokhi Date: Thu Mar 30 10:55:14 2017 New Revision: 437280 URL: https://svnweb.freebsd.org/changeset/ports/437280 Log: net/ceph-devel: Add port to the tree. Ceph is a distributed object store and file system designed to provide excellent performance, reliability and scalability. PR: 217046 Submitted by: Willem Jan Withagen Reported by: Willem Jan Withagen Reviewed by: asomers, feld, mat, mmokhi Approved by: asomers, feld (mentor) Differential Revision: https://reviews.freebsd.org/D9584 Added: head/net/ceph-devel/ head/net/ceph-devel/Makefile (contents, props changed) head/net/ceph-devel/distinfo (contents, props changed) head/net/ceph-devel/files/ head/net/ceph-devel/files/ceph.in (contents, props changed) head/net/ceph-devel/files/patch-src_rocksdb_CMakeLists.txt (contents, props changed) head/net/ceph-devel/pkg-descr (contents, props changed) head/net/ceph-devel/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/net/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Thu Mar 30 10:22:36 2017 (r437279) +++ head/GIDs Thu Mar 30 10:55:14 2017 (r437280) @@ -108,7 +108,7 @@ _iked:*:163: lightdm:*:164: uwsgi:*:165: yule:*:166: -# free: 167 +ceph:*:167: # free: 168 # free: 169 tile38:*:170: Modified: head/UIDs ============================================================================== --- head/UIDs Thu Mar 30 10:22:36 2017 (r437279) +++ head/UIDs Thu Mar 30 10:55:14 2017 (r437280) @@ -113,7 +113,7 @@ _iked:*:163:163::0:0:IKEv2 Daemon:/var/e lightdm:*:164:164::0:0:Light Display Manager:/var/lib/lightdm-data:/usr/sbin/nologin uwsgi:*:165:165::0:0:uwsgi Daemon:/nonexistent:/usr/sbin/nologin yule:*:166:166::0:0:Samhain Daemon:/nonexistent:/usr/sbin/nologin -# free: 167 +ceph:*:167:167::0:0:Ceph Daemons:/var/lib/ceph:/usr/sbin/nologin # free: 168 # free: 169 tile38:*:170:170::0:0:Tile38 User:/var/db/tile38:/usr/sbin/nologin Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Mar 30 10:22:36 2017 (r437279) +++ head/net/Makefile Thu Mar 30 10:55:14 2017 (r437280) @@ -67,6 +67,7 @@ SUBDIR += c3270 SUBDIR += cagibi SUBDIR += ccxstream + SUBDIR += ceph-devel SUBDIR += cf SUBDIR += chrony SUBDIR += citrix_ica Added: head/net/ceph-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/Makefile Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,121 @@ +# Created by: Willem Jan Withagen +# $FreeBSD$ + +PORTNAME= ceph +DISTVERSION= wip.v2017-2-14 +CATEGORIES= net +PKGNAMESUFFIX= -devel + +MAINTAINER= wjw@digiware.nl +COMMENT=Ceph delivers object, block, and file storage in a unified system + +LICENSE= GPLv2 LGPL3 +LICENSE_COMB= dual + +BUILD_DEPENDS= \ + yasm:devel/yasm \ + pkgconf:devel/pkgconf \ + cython>=0.25.2:lang/cython \ + sphinx-build:textproc/py-sphinx \ + ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops +LIB_DEPENDS= \ + libboost_system.so:devel/boost-all \ + libboost_python.so:devel/boost-python-libs \ + libboost_thread.so:devel/boost-libs \ + libleveldb.so:databases/leveldb \ + libldap.so:net/openldap24-client \ + libnss3.so:security/nss \ + libcryptopp.so:security/cryptopp \ + libsnappy.so:archivers/snappy \ + libcurl.so:ftp/curl \ + libxml2.so:textproc/libxml2 \ + libexpat.so:textproc/expat2 \ + liblz4.so:archivers/liblz4 \ + libfcgi.so:www/fcgi \ + libplds4.so:devel/nspr \ + libtcmalloc.so:devel/google-perftools +RUN_DEPENDS= \ + bash:shells/bash \ + ${LOCALBASE}/bin/getopt:misc/getopt \ + xml:textproc/xmlstarlet \ + jq:textproc/jq \ + flock:sysutils/flock \ + virtualenv:devel/py-virtualenv + +USE_GITHUB= yes +GH_ACCOUNT= wjwithagen:DEFAULT +GH_TUPLE+= facebook:rocksdb:a0deec9:rocksdb/src/rocksdb +GH_TUPLE+= ceph:ceph-erasure-code-corpus:b5c8634:cepherasurecodecorpus/ceph-erasure-code-corpus +GH_TUPLE+= ceph:ceph-object-corpus:master:cephobjectcorpus/ceph-object-corpus +GH_TUPLE+= ceph:civetweb:v1.5-1809-g7f9f5d1:civetweb/src/civetweb +GH_TUPLE+= ceph:jerasure:v2-ceph:jerasure/src/erasure-code/jerasure/jerasure +GH_TUPLE+= ceph:gf-complete:v3-ceph:gfcomplete/src/erasure-code/jerasure/gf-complete +GH_TUPLE+= ceph:googletest:ceph-release-1.7.x:googletest/src/googletest +GH_TUPLE+= ceph:spdk:v1.2.0-39-g9322c25:spdk/src/spdk +GH_TUPLE+= ceph:xxHash:v0.5.1-2-g1f40c65:xxHash/src/xxHash +GH_TUPLE+= ceph:isa-l:v2.16.0:isal/src/isa-l +GH_TUPLE+= ceph:lua:lua-5.3-ceph:lua/src/lua +GH_TUPLE+= ceph:Beast:999e2fa:Beast/src/Beast +GH_TUPLE+= boostorg:boost:boost-1.61.0-275-g1790aff:boost/src/boost +GH_TUPLE+= ceph:dpdk:a38e5ec:dpd/src/dpd +GH_TUPLE+= facebook:zstd:v1.1.2:zstd/src/zstd + +CMAKE_BUILD_TYPE= Release +CMAKE_ARGS= \ + -D ENABLE_GIT_VERSION:BOOL=OFF \ + -D WITH_SYSTEM_BOOST:BOOL=ON \ + -D WITH_LTTNG:BOOL=OFF \ + -D WITH_FUSE:BOOL=OFF \ + -D WITH_KRBD:BOOL=OFF \ + -D WITH_XFS:BOOL=OFF \ + -D WITH_KVS:BOOL=OFF \ + -D WITH_LIBCEPHFS:BOOL=OFF \ + -D WITH_CEPHFS:BOOL=OFF \ + -D WITH_EMBEDDED:BOOL=OFF + +USES= gmake cmake:outsource python:2.7 gettext-runtime shebangfix +SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many + +# even though i386 will build, it is not really advised. +ONLY_FOR_ARCHS= amd64 + +USE_RC_SUBR= ceph +USE_LDCONFIG= yes + +USERS= ceph +GROUPS= ceph + +pre-configure: + ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph + ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds + ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd + ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds + ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon + ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd + ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp + ${MKDIR} ${STAGEDIR}/var/log/ceph + # Use the Ceph init.d script as the interface to regular + # starting and stopping deamons. rc.d work is done thru + # a separate rc.d/ceph script calling init-ceph again. + ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph + # remove files not packaged + ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config + ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf + ${RMDIR} ${STAGEDIR}${DOCSDIR} + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench + ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench + ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev + ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d + ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample + +.include Added: head/net/ceph-devel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/distinfo Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,33 @@ +TIMESTAMP = 1489750630 +SHA256 (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 5216c970e7c7f38595f3dc61bb4fdf9a999a5926c7e3b8760ce97bcca1155a0e +SIZE (wjwithagen-ceph-wip.v2017-2-14_GH0.tar.gz) = 9473554 +SHA256 (facebook-rocksdb-a0deec9_GH0.tar.gz) = bd3803c476c088b68815d6627a9b81da5e2b6447f3590885434c73534b1df62e +SIZE (facebook-rocksdb-a0deec9_GH0.tar.gz) = 2911761 +SHA256 (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 2b72364ebfd6ba53b187a4503cf416c7182d83e757bf24a1aa14c642bb9ca9ed +SIZE (ceph-ceph-erasure-code-corpus-b5c8634_GH0.tar.gz) = 3577946 +SHA256 (ceph-ceph-object-corpus-master_GH0.tar.gz) = a10b7e6fae4e91341cffe5565c2ea8e0e960255a5a22050964ef83aa479af234 +SIZE (ceph-ceph-object-corpus-master_GH0.tar.gz) = 1328378 +SHA256 (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 5d08d3c7b8d09cb055e8e67df4c956e7292efb7ae556e03b6c1f0d9f4fa7fd82 +SIZE (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 6850432 +SHA256 (ceph-jerasure-v2-ceph_GH0.tar.gz) = 94421f7249fca91af9076fa4ca38f16829c00a1fd05846cc0e09188ab9421f91 +SIZE (ceph-jerasure-v2-ceph_GH0.tar.gz) = 806304 +SHA256 (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 4ce344235ed0fcb2776dc0fbef55f8753638f1fabd65c9d2f22c8f071fe2e4ac +SIZE (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 342277 +SHA256 (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 4a70b3a6b1a92ba0f623a560c9d1cdc84b925bd90458e080ebc2c4100225d54e +SIZE (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 1281303 +SHA256 (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 0730eb63fbc7d61e213aeb95f4def48525c7ec01fcf36aee1b3cce044e77447d +SIZE (ceph-spdk-v1.2.0-39-g9322c25_GH0.tar.gz) = 162759 +SHA256 (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = bd0de02be53b8019f5844776a534439bee0b1f982cb1e8af4fae79f78cfb0924 +SIZE (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = 25494 +SHA256 (ceph-isa-l-v2.16.0_GH0.tar.gz) = 6fab1d920db76dc58f43df09020b0e8a1e08e455962dfb4dde111ea697ab8845 +SIZE (ceph-isa-l-v2.16.0_GH0.tar.gz) = 364853 +SHA256 (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 33ce7f79ea3dd1389b48cdcd6d8750fc9977994ea423f4a56f184affad1707be +SIZE (ceph-lua-lua-5.3-ceph_GH0.tar.gz) = 366804 +SHA256 (ceph-Beast-999e2fa_GH0.tar.gz) = f3ac9a1c891b138e68137c0a1a2b37befa09b53f7e551f6ebb67fa8ed9b792f4 +SIZE (ceph-Beast-999e2fa_GH0.tar.gz) = 521462 +SHA256 (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 22d2d0fcb83044a185ee0c1d009dd9eb43bf340c0d25432df4e889bdd67f2445 +SIZE (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 1096867 +SHA256 (ceph-dpdk-a38e5ec_GH0.tar.gz) = 2f88c1e6361c99b4525dbc524c0c56cb5a45273028045d966190e73c416a0b24 +SIZE (ceph-dpdk-a38e5ec_GH0.tar.gz) = 16158917 +SHA256 (facebook-zstd-v1.1.2_GH0.tar.gz) = 980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8 +SIZE (facebook-zstd-v1.1.2_GH0.tar.gz) = 769017 Added: head/net/ceph-devel/files/ceph.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/files/ceph.in Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,54 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: ceph +# REQUIRE: LOGIN +# BEFORE: securelevel +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable `ceph': +# +# ceph_enable="YES" +# + +. /etc/rc.subr + +PATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin + +name="ceph" +rcvar=ceph_enable +extra_commands="condrestart" + +# read configuration and set defaults +: ${ceph_enable="NO"} +: ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf} + +start_cmd="cephstart_cmd" +stop_cmd="cephstop_cmd" +restart_cmd="cephrestart_cmd" +condrestart_cmd="cephcondrestart_cmd" + +cephstart_cmd() +{ + %%PREFIX%%/bin/init-ceph start $* +} + +cephstop_cmd() +{ + %%PREFIX%%/bin/init-ceph stop $* +} + +cephrestart_cmd() +{ + %%PREFIX%%/bin/init-ceph restart $* +} + +cephcondrestart_cmd() +{ + %%PREFIX%%/bin/init-ceph condrestart $* +} + +run_rc_command "$1" + Added: head/net/ceph-devel/files/patch-src_rocksdb_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/files/patch-src_rocksdb_CMakeLists.txt Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,10 @@ +--- src/rocksdb/CMakeLists.txt.orig 2016-11-21 02:24:12 UTC ++++ src/rocksdb/CMakeLists.txt +@@ -45,7 +45,6 @@ else() + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + # FreeBSD has jemaloc as default malloc +- add_definitions(-DROCKSDB_JEMALLOC) + set(WITH_JEMALLOC ON) + endif() + option(WITH_SNAPPY "build with SNAPPY" OFF) Added: head/net/ceph-devel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/pkg-descr Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,21 @@ +Ceph is a distributed object store and file system designed to provide +excellent performance, reliability and scalability. + +* Object Storage + Ceph provides seamless access to objects using native language bindings or + radosgw, a REST interface for applications written with S3 and Swift. +* Block Storage + Ceph's RADOS Block Device (RBD) provides access to block device images + that are striped and replicated across the entire storage cluster. +* File System + Ceph provides a POSIX-compliant network file system aiming for large data + storage, high performance, and maximum compatibility with legacy applications. + +This FreeBSD build will build most of the tools in Ceph: +* Mon, OSD, rados, RadosGW, rbd +* init-ceph, and etc/rc.d/ceph on top of that +* ceph-disk {prepare, activate} +With these tools one can build a multi server, multi osd cluster fully +running on FreeBSD and do some testing... + +WWW: http://ceph.com Added: head/net/ceph-devel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/pkg-plist Thu Mar 30 10:55:14 2017 (r437280) @@ -0,0 +1,283 @@ +bin/ceph +bin/ceph-authtool +bin/ceph-brag +bin/ceph-clsinfo +bin/ceph-conf +bin/ceph-coverage +bin/ceph-crush-location +bin/ceph-debugpack +bin/ceph-dencoder +bin/ceph-detect-init +bin/ceph-kvstore-tool +bin/ceph-mds +bin/ceph-mgr +bin/ceph-mon +bin/ceph-monstore-tool +bin/ceph-objectstore-tool +bin/ceph-osd +bin/ceph-osdomap-tool +bin/ceph-post-file +bin/ceph-rbdnamer +bin/ceph-rest-api +bin/ceph-run +bin/ceph_erasure_code +bin/ceph_erasure_code_benchmark +bin/ceph_objectstore_bench +bin/ceph_omapbench +bin/ceph_radosacl +bin/ceph_rgw_jsonparser +bin/ceph_rgw_multiparser +bin/ceph_scratchtool +bin/crushtool +bin/init-ceph +bin/librados-config +bin/monmaptool +bin/osdmaptool +bin/rados +bin/radosgw +bin/radosgw-admin +bin/radosgw-object-expirer +bin/radosgw-token +bin/rbd +bin/rbd-mirror +bin/rbd-replay +bin/rbd-replay-many +bin/rbdmap +etc/bash_completion.d/ceph +etc/bash_completion.d/rados +etc/bash_completion.d/radosgw-admin +etc/bash_completion.d/rbd +%%ETCDIR%%/ceph.conf.sample +include/rados/buffer.h +include/rados/buffer_fwd.h +include/rados/crc32c.h +include/rados/inline_memory.h +include/rados/librados.h +include/rados/librados.hpp +include/rados/librgw.h +include/rados/memory.h +include/rados/page.h +include/rados/rados_types.h +include/rados/rados_types.hpp +include/rados/rgw_file.h +include/radosstriper/libradosstriper.h +include/radosstriper/libradosstriper.hpp +include/rbd/features.h +include/rbd/librbd.h +include/rbd/librbd.hpp +lib/ceph/ceph-monstore-update-crush.sh +lib/ceph/compressor/libceph_snappy.so +lib/ceph/compressor/libceph_snappy.so.2 +lib/ceph/compressor/libceph_snappy.so.2.0.0 +lib/ceph/compressor/libceph_zlib.so +lib/ceph/compressor/libceph_zlib.so.2 +lib/ceph/compressor/libceph_zlib.so.2.0.0 +lib/ceph/compressor/libceph_zstd.so +lib/ceph/compressor/libceph_zstd.so.2 +lib/ceph/compressor/libceph_zstd.so.2.0.0 +lib/ceph/erasure-code/libec_isa.so +lib/ceph/erasure-code/libec_isa.so.2 +lib/ceph/erasure-code/libec_isa.so.2.14.0 +lib/ceph/erasure-code/libec_jerasure.so +lib/ceph/erasure-code/libec_jerasure_generic.so +lib/ceph/erasure-code/libec_jerasure_sse3.so +lib/ceph/erasure-code/libec_jerasure_sse4.so +lib/ceph/erasure-code/libec_lrc.so +lib/ceph/erasure-code/libec_shec.so +lib/ceph/erasure-code/libec_shec_generic.so +lib/ceph/erasure-code/libec_shec_sse3.so +lib/ceph/erasure-code/libec_shec_sse4.so +lib/ceph/libceph-common.so +lib/ceph/mgr/.gitignore +lib/ceph/mgr/fsstatus/__init__.py +lib/ceph/mgr/fsstatus/module.py +lib/ceph/mgr/mgr_module.py +lib/ceph/mgr/rest/__init__.py +lib/ceph/mgr/rest/app/__init__.py +lib/ceph/mgr/rest/app/fixtures/ceph_fake.json +lib/ceph/mgr/rest/app/management/__init__.py +lib/ceph/mgr/rest/app/management/commands/__init__.py +lib/ceph/mgr/rest/app/management/commands/api_docs.py +lib/ceph/mgr/rest/app/manager/__init__.py +lib/ceph/mgr/rest/app/manager/osd_request_factory.py +lib/ceph/mgr/rest/app/manager/pool_request_factory.py +lib/ceph/mgr/rest/app/manager/request_collection.py +lib/ceph/mgr/rest/app/manager/request_factory.py +lib/ceph/mgr/rest/app/manager/user_request.py +lib/ceph/mgr/rest/app/models.py +lib/ceph/mgr/rest/app/serializers/__init__.py +lib/ceph/mgr/rest/app/serializers/fields.py +lib/ceph/mgr/rest/app/serializers/v2.py +lib/ceph/mgr/rest/app/settings.py +lib/ceph/mgr/rest/app/types.py +lib/ceph/mgr/rest/app/urls/__init__.py +lib/ceph/mgr/rest/app/urls/v2.py +lib/ceph/mgr/rest/app/util.py +lib/ceph/mgr/rest/app/views/__init__.py +lib/ceph/mgr/rest/app/views/paginated_mixin.py +lib/ceph/mgr/rest/app/views/rpc_view.py +lib/ceph/mgr/rest/app/views/v2.py +lib/ceph/mgr/rest/logger.py +lib/ceph/mgr/rest/module.py +lib/librados.so +lib/librados.so.2 +lib/librados.so.2.0.0 +lib/libradosstriper.so +lib/libradosstriper.so.1 +lib/libradosstriper.so.1.0.0 +lib/librbd.so +lib/librbd.so.1 +lib/librbd.so.1.0.0 +lib/librgw.so +lib/librgw.so.2 +lib/librgw.so.2.0.0 +%%PYTHON_SITELIBDIR%%/ceph_argparse.py +%%PYTHON_SITELIBDIR%%/ceph_daemon.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.pyc +%%PYTHON_SITELIBDIR%%/ceph_disk/main.py +%%PYTHON_SITELIBDIR%%/ceph_disk/main.pyc +%%PYTHON_SITELIBDIR%%/ceph_rest_api.py +%%PYTHON_SITELIBDIR%%/ceph_volume_client.py +%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/rados.so +%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/rbd.so +%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/rgw.so +lib/rados-classes/libcls_hello.so +lib/rados-classes/libcls_hello.so.1 +lib/rados-classes/libcls_hello.so.1.0.0 +lib/rados-classes/libcls_journal.so +lib/rados-classes/libcls_journal.so.1 +lib/rados-classes/libcls_journal.so.1.0.0 +lib/rados-classes/libcls_lock.so +lib/rados-classes/libcls_lock.so.1 +lib/rados-classes/libcls_lock.so.1.0.0 +lib/rados-classes/libcls_log.so +lib/rados-classes/libcls_log.so.1 +lib/rados-classes/libcls_log.so.1.0.0 +lib/rados-classes/libcls_lua.so +lib/rados-classes/libcls_lua.so.1 +lib/rados-classes/libcls_lua.so.1.0.0 +lib/rados-classes/libcls_numops.so +lib/rados-classes/libcls_numops.so.1 +lib/rados-classes/libcls_numops.so.1.0.0 +lib/rados-classes/libcls_rbd.so +lib/rados-classes/libcls_rbd.so.1 +lib/rados-classes/libcls_rbd.so.1.0.0 +lib/rados-classes/libcls_refcount.so +lib/rados-classes/libcls_refcount.so.1 +lib/rados-classes/libcls_refcount.so.1.0.0 +lib/rados-classes/libcls_replica_log.so +lib/rados-classes/libcls_replica_log.so.1 +lib/rados-classes/libcls_replica_log.so.1.0.0 +lib/rados-classes/libcls_rgw.so +lib/rados-classes/libcls_rgw.so.1 +lib/rados-classes/libcls_rgw.so.1.0.0 +lib/rados-classes/libcls_statelog.so +lib/rados-classes/libcls_statelog.so.1 +lib/rados-classes/libcls_statelog.so.1.0.0 +lib/rados-classes/libcls_timeindex.so +lib/rados-classes/libcls_timeindex.so.1 +lib/rados-classes/libcls_timeindex.so.1.0.0 +lib/rados-classes/libcls_user.so +lib/rados-classes/libcls_user.so.1 +lib/rados-classes/libcls_user.so.1.0.0 +lib/rados-classes/libcls_version.so +lib/rados-classes/libcls_version.so.1 +lib/rados-classes/libcls_version.so.1.0.0 +libexec/ceph/ceph-osd-prestart.sh +libexec/ceph/ceph_common.sh +man/man8/ceph-authtool.8.gz +man/man8/ceph-clsinfo.8.gz +man/man8/ceph-conf.8.gz +man/man8/ceph-create-keys.8.gz +man/man8/ceph-debugpack.8.gz +man/man8/ceph-dencoder.8.gz +man/man8/ceph-deploy.8.gz +man/man8/ceph-detect-init.8.gz +man/man8/ceph-disk.8.gz +man/man8/ceph-mds.8.gz +man/man8/ceph-mon.8.gz +man/man8/ceph-osd.8.gz +man/man8/ceph-post-file.8.gz +man/man8/ceph-rbdnamer.8.gz +man/man8/ceph-rest-api.8.gz +man/man8/ceph-run.8.gz +man/man8/ceph-syn.8.gz +man/man8/ceph.8.gz +man/man8/crushtool.8.gz +man/man8/librados-config.8.gz +man/man8/monmaptool.8.gz +man/man8/mount.ceph.8.gz +man/man8/osdmaptool.8.gz +man/man8/rados.8.gz +man/man8/radosgw-admin.8.gz +man/man8/radosgw.8.gz +man/man8/rbd-mirror.8.gz +man/man8/rbd-nbd.8.gz +man/man8/rbd-replay-many.8.gz +man/man8/rbd-replay-prep.8.gz +man/man8/rbd-replay.8.gz +man/man8/rbd.8.gz +man/man8/rbdmap.8.gz +sbin/ceph-create-keys +sbin/ceph-disk +%%DATADIR%%/id_rsa_drop.ceph.com +%%DATADIR%%/id_rsa_drop.ceph.com.pub +%%DATADIR%%/known_hosts_drop.ceph.com +@dir /var/lib/ceph/bootstrap-mds +@dir /var/lib/ceph/bootstrap-osd +@dir /var/lib/ceph/mds +@dir /var/lib/ceph/mon +@dir /var/lib/ceph/osd +@dir /var/lib/ceph/tmp +@dir /var/lib/ceph +@dir /var/lib +@dir /var/log/ceph From owner-svn-ports-all@freebsd.org Thu Mar 30 11:21:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC58CD25BCE; Thu, 30 Mar 2017 11:21:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 936147D3; Thu, 30 Mar 2017 11:21:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UBLSfN028683; Thu, 30 Mar 2017 11:21:28 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UBLSgR028680; Thu, 30 Mar 2017 11:21:28 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201703301121.v2UBLSgR028680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 30 Mar 2017 11:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437281 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 11:21:30 -0000 Author: gerald Date: Thu Mar 30 11:21:28 2017 New Revision: 437281 URL: https://svnweb.freebsd.org/changeset/ports/437281 Log: Update to the 20170328 snapshot of GCC 5.4.1. This adds a man page for gcov-dump5 (introduced recently) and also one for gcov-tool5 (which we have had for a while). Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo head/lang/gcc5-devel/pkg-plist Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Thu Mar 30 10:55:14 2017 (r437280) +++ head/lang/gcc5-devel/Makefile Thu Mar 30 11:21:28 2017 (r437281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170321 +PORTVERSION= 5.4.1.s20170328 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Thu Mar 30 10:55:14 2017 (r437280) +++ head/lang/gcc5-devel/distinfo Thu Mar 30 11:21:28 2017 (r437281) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490273369 -SHA256 (gcc-5-20170321.tar.bz2) = 55c9bf8210eb9819b9a9a60d742614e31a5a09368973b1758a0eb06936e0b393 -SIZE (gcc-5-20170321.tar.bz2) = 91926804 +TIMESTAMP = 1490868949 +SHA256 (gcc-5-20170328.tar.bz2) = a7e49682cad5a46b3c04b89483b8ec0317852cdef782bf7937df160d130b810f +SIZE (gcc-5-20170328.tar.bz2) = 91934509 Modified: head/lang/gcc5-devel/pkg-plist ============================================================================== --- head/lang/gcc5-devel/pkg-plist Thu Mar 30 10:55:14 2017 (r437280) +++ head/lang/gcc5-devel/pkg-plist Thu Mar 30 11:21:28 2017 (r437281) @@ -22,6 +22,8 @@ man/man1/cpp%%SUFFIX%%.1.gz man/man1/g++%%SUFFIX%%.1.gz man/man1/gcc%%SUFFIX%%.1.gz man/man1/gcov%%SUFFIX%%.1.gz +man/man1/gcov-dump%%SUFFIX%%.1.gz +man/man1/gcov-tool%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py From owner-svn-ports-all@freebsd.org Thu Mar 30 11:34:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B137D2233E; Thu, 30 Mar 2017 11:34:42 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2238E2D8; Thu, 30 Mar 2017 11:34:42 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UBYfvY036112; Thu, 30 Mar 2017 11:34:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UBYe2K036109; Thu, 30 Mar 2017 11:34:40 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703301134.v2UBYe2K036109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 30 Mar 2017 11:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437282 - in head/misc/py-pyprind: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 11:34:42 -0000 Author: cpm Date: Thu Mar 30 11:34:40 2017 New Revision: 437282 URL: https://svnweb.freebsd.org/changeset/ports/437282 Log: - Update to 2.10.0 - While here, fix 'make test' PR: 217523 Submitted by: Neel Chauhan (maintainer) Added: head/misc/py-pyprind/files/patch-pyprind_prog__class.py (contents, props changed) Modified: head/misc/py-pyprind/Makefile head/misc/py-pyprind/distinfo Modified: head/misc/py-pyprind/Makefile ============================================================================== --- head/misc/py-pyprind/Makefile Thu Mar 30 11:21:28 2017 (r437281) +++ head/misc/py-pyprind/Makefile Thu Mar 30 11:34:40 2017 (r437282) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyprind -PORTVERSION= 2.9.9 +PORTVERSION= 2.10.0 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-pyprind/distinfo ============================================================================== --- head/misc/py-pyprind/distinfo Thu Mar 30 11:21:28 2017 (r437281) +++ head/misc/py-pyprind/distinfo Thu Mar 30 11:34:40 2017 (r437282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473379703 -SHA256 (PyPrind-2.9.9.tar.gz) = 83fca8b860a1e6481416fbde3cd59b825867870f00939946abe6cd1c6039feb3 -SIZE (PyPrind-2.9.9.tar.gz) = 10749 +TIMESTAMP = 1488561295 +SHA256 (PyPrind-2.10.0.tar.gz) = 3ca1bd20060b9a9cccb12565bd998444f0e06318d917c4a03b429eb4a7da5514 +SIZE (PyPrind-2.10.0.tar.gz) = 10833 Added: head/misc/py-pyprind/files/patch-pyprind_prog__class.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-pyprind/files/patch-pyprind_prog__class.py Thu Mar 30 11:34:40 2017 (r437282) @@ -0,0 +1,12 @@ +--- pyprind/prog_class.py.orig 2017-03-18 12:03:55 UTC ++++ pyprind/prog_class.py +@@ -91,6 +91,9 @@ class Prog(): + supported = ('PYCHARM_HOSTED' in os.environ or + os.isatty(sys.stdout.fileno())) + ++ except AttributeError: ++ supported = False ++ + # a fix for IPython notebook "IOStream has no fileno." + except(UnsupportedOperation): + supported = True From owner-svn-ports-all@freebsd.org Thu Mar 30 12:09:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A0FBD25FF8; Thu, 30 Mar 2017 12:09:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18304D37; Thu, 30 Mar 2017 12:09: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 v2UC99Zn047948; Thu, 30 Mar 2017 12:09:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UC98Dq047945; Thu, 30 Mar 2017 12:09:08 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703301209.v2UC98Dq047945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 30 Mar 2017 12:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437283 - in head/cad/openvsp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 12:09:10 -0000 Author: wen Date: Thu Mar 30 12:09:08 2017 New Revision: 437283 URL: https://svnweb.freebsd.org/changeset/ports/437283 Log: - Update to 3.11.0 PR: 217764 Submitted by: fernando.apesteguia@gmail.com(maintainer) Added: head/cad/openvsp/files/patch-src_util_SVGUtil.h (contents, props changed) Modified: head/cad/openvsp/Makefile head/cad/openvsp/distinfo head/cad/openvsp/pkg-plist Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Thu Mar 30 11:34:40 2017 (r437282) +++ head/cad/openvsp/Makefile Thu Mar 30 12:09:08 2017 (r437283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openvsp -PORTVERSION= 3.10.0 -PORTREVISION= 1 +PORTVERSION= 3.11.0 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad Modified: head/cad/openvsp/distinfo ============================================================================== --- head/cad/openvsp/distinfo Thu Mar 30 11:34:40 2017 (r437282) +++ head/cad/openvsp/distinfo Thu Mar 30 12:09:08 2017 (r437283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483863781 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.10.0_GH0.tar.gz) = 936cd87d59d07ebc8a3bb38d7d20604b37da138b5140ea092f776eb3a519bda4 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.10.0_GH0.tar.gz) = 33961116 +TIMESTAMP = 1489420424 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 29614785ce54742bf1aa532b8be332d15690b2e5c2e2583479e6f2946e57d9aa +SIZE (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 34013137 Added: head/cad/openvsp/files/patch-src_util_SVGUtil.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/openvsp/files/patch-src_util_SVGUtil.h Thu Mar 30 12:09:08 2017 (r437283) @@ -0,0 +1,11 @@ +--- src/util/SVGUtil.h.orig 2017-03-13 15:54:25 UTC ++++ src/util/SVGUtil.h +@@ -14,7 +14,7 @@ + #include "Vec3d.h" + #include "APIDefines.h" + #include "BndBox.h" +-#include "XmlUtil.h" ++#include "../xmlvsp/XmlUtil.h" + + #include + #include Modified: head/cad/openvsp/pkg-plist ============================================================================== --- head/cad/openvsp/pkg-plist Thu Mar 30 11:34:40 2017 (r437282) +++ head/cad/openvsp/pkg-plist Thu Mar 30 12:09:08 2017 (r437283) @@ -41,6 +41,10 @@ scripts/TestAnalysis.vspscript scripts/TestAnalysisVSPAERO.vspscript scripts/TestAreaProj.vspscript scripts/TestDXF.vspscript +scripts/TestFacet.vspscript +scripts/TestMassProperties.vspscript +scripts/TestSVG.vspscript +scripts/TestSaveLoad.vspscript scripts/Wing.vspscript %%DATADIR%%/23015.af %%DATADIR%%/Box.vsppart @@ -69,6 +73,10 @@ scripts/Wing.vspscript %%DATADIR%%/TestAnalysisVSPAERO.vspscript %%DATADIR%%/TestAreaProj.vspscript %%DATADIR%%/TestDXF.vspscript +%%DATADIR%%/TestFacet.vspscript +%%DATADIR%%/TestMassProperties.vspscript +%%DATADIR%%/TestSVG.vspscript +%%DATADIR%%/TestSaveLoad.vspscript %%DATADIR%%/TransportFuse.vsppart %%DATADIR%%/Wing.vspscript %%DATADIR%%/b737a.af From owner-svn-ports-all@freebsd.org Thu Mar 30 12:31:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20FE3D2258A; Thu, 30 Mar 2017 12:31:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEC2D9C3; Thu, 30 Mar 2017 12:30:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UCUw87059652; Thu, 30 Mar 2017 12:30:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UCUwQ8059649; Thu, 30 Mar 2017 12:30:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703301230.v2UCUwQ8059649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 30 Mar 2017 12:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437284 - in head/devel: . rubygem-health_check22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 12:31:00 -0000 Author: swills Date: Thu Mar 30 12:30:58 2017 New Revision: 437284 URL: https://svnweb.freebsd.org/changeset/ports/437284 Log: devel/rubygem-health_check22: create port Create 2.2.x version of port for GitLab Added: head/devel/rubygem-health_check22/ - copied from r437263, head/devel/rubygem-health_check/ Modified: head/devel/Makefile head/devel/rubygem-health_check22/Makefile head/devel/rubygem-health_check22/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 12:09:08 2017 (r437283) +++ head/devel/Makefile Thu Mar 30 12:30:58 2017 (r437284) @@ -5294,6 +5294,7 @@ SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie2 SUBDIR += rubygem-health_check + SUBDIR += rubygem-health_check22 SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hitimes Modified: head/devel/rubygem-health_check22/Makefile ============================================================================== --- head/devel/rubygem-health_check/Makefile Thu Mar 30 00:42:28 2017 (r437263) +++ head/devel/rubygem-health_check22/Makefile Thu Mar 30 12:30:58 2017 (r437284) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= health_check -PORTVERSION= 2.6.0 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 22 MAINTAINER= ruby@FreeBSD.org COMMENT= Simple health check of Rails app for uptime monitoring Modified: head/devel/rubygem-health_check22/distinfo ============================================================================== --- head/devel/rubygem-health_check/distinfo Thu Mar 30 00:42:28 2017 (r437263) +++ head/devel/rubygem-health_check22/distinfo Thu Mar 30 12:30:58 2017 (r437284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483133785 -SHA256 (rubygem/health_check-2.6.0.gem) = a8eec920df0566e327bc6c4561464af8573aaa2d1546b71490e17f6f010acad5 -SIZE (rubygem/health_check-2.6.0.gem) = 27648 +TIMESTAMP = 1490876364 +SHA256 (rubygem/health_check-2.2.0.gem) = d566a750ed592ba251a7b2525c135c3abe992e38de8d2c605947568caf4e98bc +SIZE (rubygem/health_check-2.2.0.gem) = 25088 From owner-svn-ports-all@freebsd.org Thu Mar 30 12:41:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13049D22853; Thu, 30 Mar 2017 12:41:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3E486E; Thu, 30 Mar 2017 12:41:09 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UCf8xi061444; Thu, 30 Mar 2017 12:41:08 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UCf8g0061441; Thu, 30 Mar 2017 12:41:08 GMT (envelope-from des@FreeBSD.org) Message-Id: <201703301241.v2UCf8g0061441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Thu, 30 Mar 2017 12:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437285 - in head/shells/zsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 12:41:10 -0000 Author: des Date: Thu Mar 30 12:41:08 2017 New Revision: 437285 URL: https://svnweb.freebsd.org/changeset/ports/437285 Log: Fix bug in kldload completion (also reported upstream). Approved by: bapt@ Added: head/shells/zsh/files/patch-Completion-BSD-Command-_kld (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Thu Mar 30 12:30:58 2017 (r437284) +++ head/shells/zsh/Makefile Thu Mar 30 12:41:08 2017 (r437285) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.3.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion-BSD-Command-_kld ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion-BSD-Command-_kld Thu Mar 30 12:41:08 2017 (r437285) @@ -0,0 +1,11 @@ +--- Completion/BSD/Command/_kld.orig ++++ Completion/BSD/Command/_kld +@@ -26,7 +26,7 @@ + case "$service" in + kldload) + _arguments -s -S -A "-*" \ +- "-n[don't try to load module if already loaded]" ++ "-n[don't try to load module if already loaded]" \ + '-v[be verbose]' \ + '-q[silence any extraneous warnings]' \ + '*:module to load:_kld_module' From owner-svn-ports-all@freebsd.org Thu Mar 30 13:05:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC46D244B9; Thu, 30 Mar 2017 13:05:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AADC822; Thu, 30 Mar 2017 13:05:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UD5vJX072743; Thu, 30 Mar 2017 13:05:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UD5v9K072742; Thu, 30 Mar 2017 13:05:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201703301305.v2UD5v9K072742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 30 Mar 2017 13:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437286 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:05:58 -0000 Author: swills Date: Thu Mar 30 13:05:57 2017 New Revision: 437286 URL: https://svnweb.freebsd.org/changeset/ports/437286 Log: www/gitlab: use rubygem-health_check22 to avoid runtime problem Modified: head/www/gitlab/Makefile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Mar 30 12:41:08 2017 (r437285) +++ head/www/gitlab/Makefile Thu Mar 30 13:05:57 2017 (r437286) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.15.8 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -158,7 +158,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \ rubygem-oauth2>=1.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.2:databases/rubygem-paranoia \ - rubygem-health_check>=2.2.0:devel/rubygem-health_check \ + rubygem-health_check22>=2.2.0:devel/rubygem-health_check22 \ rubygem-vmstat>=2.2:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-rinku>=1.7.3:www/rubygem-rinku From owner-svn-ports-all@freebsd.org Thu Mar 30 13:20:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAA86D248D0; Thu, 30 Mar 2017 13:20:16 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2A9DFAD; Thu, 30 Mar 2017 13:20:16 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDKF2I076802; Thu, 30 Mar 2017 13:20:15 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDKFa7076799; Thu, 30 Mar 2017 13:20:15 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201703301320.v2UDKFa7076799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 30 Mar 2017 13:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437287 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:20:16 -0000 Author: lme Date: Thu Mar 30 13:20:15 2017 New Revision: 437287 URL: https://svnweb.freebsd.org/changeset/ports/437287 Log: net-mgmt/icinga2: Update to 2.6.3 Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Thu Mar 30 13:05:57 2017 (r437286) +++ head/net-mgmt/icinga2/Makefile Thu Mar 30 13:20:15 2017 (r437287) @@ -2,8 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.6.1 -PORTREVISION= 1 +DISTVERSION= 2.6.3 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Thu Mar 30 13:05:57 2017 (r437286) +++ head/net-mgmt/icinga2/distinfo Thu Mar 30 13:20:15 2017 (r437287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485975107 -SHA256 (icinga-icinga2-v2.6.1_GH0.tar.gz) = 783d35c7fcd1b8fa7914633dc376dfad864ccd648b773bb5ef61bb2a1e86b425 -SIZE (icinga-icinga2-v2.6.1_GH0.tar.gz) = 2357267 +TIMESTAMP = 1490879205 +SHA256 (icinga-icinga2-v2.6.3_GH0.tar.gz) = 83d44871a70d1b368b1af717873ff9b1b185344d23fc79b83118e47a85da6d90 +SIZE (icinga-icinga2-v2.6.3_GH0.tar.gz) = 2360602 Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Thu Mar 30 13:05:57 2017 (r437286) +++ head/net-mgmt/icinga2/pkg-plist Thu Mar 30 13:20:15 2017 (r437287) @@ -39,39 +39,39 @@ etc/bash_completion.d/icinga2 @sample %%ETCDIR%%/zones.conf.sample %%ETCDIR%%/zones.d/README lib/icinga2/libbase.so -lib/icinga2/libbase.so.2.6.1 +lib/icinga2/libbase.so.2.6.3 lib/icinga2/libchecker.so -lib/icinga2/libchecker.so.2.6.1 +lib/icinga2/libchecker.so.2.6.3 lib/icinga2/libcli.so -lib/icinga2/libcli.so.2.6.1 +lib/icinga2/libcli.so.2.6.3 lib/icinga2/libcompat.so -lib/icinga2/libcompat.so.2.6.1 +lib/icinga2/libcompat.so.2.6.3 lib/icinga2/libconfig.so -lib/icinga2/libconfig.so.2.6.1 +lib/icinga2/libconfig.so.2.6.3 %%DBBACKEND%%lib/icinga2/libdb_ido.so -%%DBBACKEND%%lib/icinga2/libdb_ido.so.2.6.1 +%%DBBACKEND%%lib/icinga2/libdb_ido.so.2.6.3 %%MYSQL%%lib/icinga2/libdb_ido_mysql.so -%%MYSQL%%lib/icinga2/libdb_ido_mysql.so.2.6.1 +%%MYSQL%%lib/icinga2/libdb_ido_mysql.so.2.6.3 %%PGSQL%%lib/icinga2/libdb_ido_pgsql.so -%%PGSQL%%lib/icinga2/libdb_ido_pgsql.so.2.6.1 +%%PGSQL%%lib/icinga2/libdb_ido_pgsql.so.2.6.3 lib/icinga2/libexecvpe.so -lib/icinga2/libexecvpe.so.2.6.1 +lib/icinga2/libexecvpe.so.2.6.3 lib/icinga2/libicinga.so -lib/icinga2/libicinga.so.2.6.1 +lib/icinga2/libicinga.so.2.6.3 lib/icinga2/liblivestatus.so -lib/icinga2/liblivestatus.so.2.6.1 +lib/icinga2/liblivestatus.so.2.6.3 lib/icinga2/libmethods.so -lib/icinga2/libmethods.so.2.6.1 +lib/icinga2/libmethods.so.2.6.3 lib/icinga2/libmmatch.so -lib/icinga2/libmmatch.so.2.6.1 +lib/icinga2/libmmatch.so.2.6.3 lib/icinga2/libnotification.so -lib/icinga2/libnotification.so.2.6.1 +lib/icinga2/libnotification.so.2.6.3 lib/icinga2/libperfdata.so -lib/icinga2/libperfdata.so.2.6.1 +lib/icinga2/libperfdata.so.2.6.3 lib/icinga2/libremote.so -lib/icinga2/libremote.so.2.6.1 +lib/icinga2/libremote.so.2.6.3 lib/icinga2/libsocketpair.so -lib/icinga2/libsocketpair.so.2.6.1 +lib/icinga2/libsocketpair.so.2.6.3 lib/icinga2/sbin/icinga2 man/man8/icinga2.8.gz sbin/icinga2 From owner-svn-ports-all@freebsd.org Thu Mar 30 13:35:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4A46D24E2E; Thu, 30 Mar 2017 13:35:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 842C2D42; Thu, 30 Mar 2017 13:35:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDZT8e084960; Thu, 30 Mar 2017 13:35:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDZTHE084958; Thu, 30 Mar 2017 13:35:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703301335.v2UDZTHE084958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 30 Mar 2017 13:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437288 - head/devel/py-botocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:35:30 -0000 Author: robak Date: Thu Mar 30 13:35:29 2017 New Revision: 437288 URL: https://svnweb.freebsd.org/changeset/ports/437288 Log: devel/py-botocore: update 1.5.29 -> 1.5.31 PR: 218211 Submitted by: Bradley T. Hughes (maintainer) Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Thu Mar 30 13:20:15 2017 (r437287) +++ head/devel/py-botocore/Makefile Thu Mar 30 13:35:29 2017 (r437288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.5.29 +PORTVERSION= 1.5.31 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Thu Mar 30 13:20:15 2017 (r437287) +++ head/devel/py-botocore/distinfo Thu Mar 30 13:35:29 2017 (r437288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490351214 -SHA256 (botocore-1.5.29.tar.gz) = 3a3639d94326ca0dee59eca3701ed6aaecd4741bbb85098165b760dee880f11d -SIZE (botocore-1.5.29.tar.gz) = 3510876 +TIMESTAMP = 1490793109 +SHA256 (botocore-1.5.31.tar.gz) = 9a11fa93785722822f291648920964724c41f756593dbf9a2d22ff2ea6a8b04f +SIZE (botocore-1.5.31.tar.gz) = 3512141 From owner-svn-ports-all@freebsd.org Thu Mar 30 13:41:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57325D2600E; Thu, 30 Mar 2017 13:41:41 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25A7AFB4; Thu, 30 Mar 2017 13:41:41 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDfemF085278; Thu, 30 Mar 2017 13:41:40 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDfevj085276; Thu, 30 Mar 2017 13:41:40 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703301341.v2UDfevj085276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 30 Mar 2017 13:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437289 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:41:41 -0000 Author: robak Date: Thu Mar 30 13:41:39 2017 New Revision: 437289 URL: https://svnweb.freebsd.org/changeset/ports/437289 Log: devel/awscli: update 1.11.66 -> 1.11.68 PR: 218211 Submitted by: Bradley T. Hughes (maintainer) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Thu Mar 30 13:35:29 2017 (r437288) +++ head/devel/awscli/Makefile Thu Mar 30 13:41:39 2017 (r437289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.11.66 +PORTVERSION= 1.11.68 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interfac LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.5.29:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.5.31:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.9:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Thu Mar 30 13:35:29 2017 (r437288) +++ head/devel/awscli/distinfo Thu Mar 30 13:41:39 2017 (r437289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490353188 -SHA256 (awscli-1.11.66.tar.gz) = feeffa05f25529ba5f2c1c87a2362438b011fcde3d19bce77fb345db4d99cc63 -SIZE (awscli-1.11.66.tar.gz) = 541884 +TIMESTAMP = 1490793143 +SHA256 (awscli-1.11.68.tar.gz) = c9c0d1e9a4132d7447e994d6e17ba3a23138a17ce617c9ebef67cbdc64169f15 +SIZE (awscli-1.11.68.tar.gz) = 542089 From owner-svn-ports-all@freebsd.org Thu Mar 30 13:47:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F98D2612D; Thu, 30 Mar 2017 13:47:28 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27D8677E; Thu, 30 Mar 2017 13:47:28 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDlR0o089081; Thu, 30 Mar 2017 13:47:27 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDlR0A089079; Thu, 30 Mar 2017 13:47:27 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201703301347.v2UDlR0A089079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Thu, 30 Mar 2017 13:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437290 - head/devel/pear-Horde_Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:47:28 -0000 Author: mm Date: Thu Mar 30 13:47:26 2017 New Revision: 437290 URL: https://svnweb.freebsd.org/changeset/ports/437290 Log: Horde package update: devel/pear-Horde_Core 2.28.1 -> 2.28.2 Modified: head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Core/distinfo Modified: head/devel/pear-Horde_Core/Makefile ============================================================================== --- head/devel/pear-Horde_Core/Makefile Thu Mar 30 13:41:39 2017 (r437289) +++ head/devel/pear-Horde_Core/Makefile Thu Mar 30 13:47:26 2017 (r437290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Core -PORTVERSION= 2.28.1 +PORTVERSION= 2.28.2 CATEGORIES= devel www pear PKGNAMEPREFIX= pear- Modified: head/devel/pear-Horde_Core/distinfo ============================================================================== --- head/devel/pear-Horde_Core/distinfo Thu Mar 30 13:41:39 2017 (r437289) +++ head/devel/pear-Horde_Core/distinfo Thu Mar 30 13:47:26 2017 (r437290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490054884 -SHA256 (Horde/Horde_Core-2.28.1.tgz) = 84800ccc52cfbd145bb931c97b1d0c2c56f62a966b77c272f3ded36f9fac54f0 -SIZE (Horde/Horde_Core-2.28.1.tgz) = 1659858 +TIMESTAMP = 1490881630 +SHA256 (Horde/Horde_Core-2.28.2.tgz) = c3395159b61c80e6db4594e718bdcf495c72276e788052d25530165c10dd4bff +SIZE (Horde/Horde_Core-2.28.2.tgz) = 1659886 From owner-svn-ports-all@freebsd.org Thu Mar 30 13:59:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4EAD26428; Thu, 30 Mar 2017 13:59:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CAADD4C; Thu, 30 Mar 2017 13:59:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDxivE093487; Thu, 30 Mar 2017 13:59:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDxifD093486; Thu, 30 Mar 2017 13:59:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703301359.v2UDxifD093486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Mar 2017 13:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437292 - branches/2017Q1/net-mgmt/observium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:59:45 -0000 Author: feld Date: Thu Mar 30 13:59:44 2017 New Revision: 437292 URL: https://svnweb.freebsd.org/changeset/ports/437292 Log: MFH: r437291 net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support The ImageMagick dependency is not valid. There is a stale script called glue.py which requires PIL and ImageMagick (convert) to function, but is used by the software or required for normal operation. PHP 7.1 support has been rescinded after further testing. A few edge cases remain that only exist in this community edition release. The problems have been fixed in the non-free codebase and will make the next community edition cut. Approved by: ports-secteam (with hat) Modified: branches/2017Q1/net-mgmt/observium/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/observium/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 30 13:59:12 2017 (r437291) +++ branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 30 13:59:44 2017 (r437292) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.10.8128 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -55,12 +55,12 @@ SHEBANG_FILES= mibs/process.pl \ poller-wrapper.py USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib +IGNORE_WITH_PHP= 71 NO_BUILD= yes RUN_DEPENDS+= rrdtool:databases/rrdtool \ dot:graphics/graphviz \ - Magick-config:graphics/ImageMagick \ mtr:net/mtr-nox11 \ ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \ ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \ From owner-svn-ports-all@freebsd.org Thu Mar 30 14:03:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CE0D2657B; Thu, 30 Mar 2017 14:03:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02028144; Thu, 30 Mar 2017 14:02:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UE2xDV097203; Thu, 30 Mar 2017 14:02:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UE2xnb097202; Thu, 30 Mar 2017 14:02:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703301402.v2UE2xnb097202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 30 Mar 2017 14:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437293 - head/x11-toolkits/gtk30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:03:00 -0000 Author: jbeich Date: Thu Mar 30 14:02:58 2017 New Revision: 437293 URL: https://svnweb.freebsd.org/changeset/ports/437293 Log: x11-toolkits/gtk30: prefer warnings over crashes on bad behavior devel/glib20 and x11-toolkits/gtk20 don't use --disable-debug. Neither does gtk3 package on Debian or ArchLinux. https://bugzilla.mozilla.org/show_bug.cgi?id=1351246#c9 $ cat >a.c #include int main() { gdk_get_default_root_window(); return 0; } $ cc a.c $(pkg-config --cflags --libs gtk+-3.0) $ ./a.out Segmentation fault vs. (new behavior) $ ./a.out (process:40995): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed Pointy hat to: kwm (r372768 broke consistency) Modified: head/x11-toolkits/gtk30/Makefile (contents, props changed) Modified: head/x11-toolkits/gtk30/Makefile ============================================================================== --- head/x11-toolkits/gtk30/Makefile Thu Mar 30 13:59:44 2017 (r437292) +++ head/x11-toolkits/gtk30/Makefile Thu Mar 30 14:02:58 2017 (r437293) @@ -5,7 +5,7 @@ PORTNAME= gtk PORTVERSION= 3.18.8 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 @@ -73,7 +73,7 @@ CLOUDPRINT_CONFIGURE_ENABLE= cloudprint CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libjson-glib-1.0.so:devel/json-glib -DEBUG_CONFIGURE_ENABLE=debug +DEBUG_CONFIGURE_ON= --enable-debug=yes post-patch: @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ From owner-svn-ports-all@freebsd.org Thu Mar 30 14:04:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BBFAD265B4; Thu, 30 Mar 2017 14:04:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B288299; Thu, 30 Mar 2017 14:04:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UE4wHF097417; Thu, 30 Mar 2017 14:04:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UE4w1d097416; Thu, 30 Mar 2017 14:04:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703301404.v2UE4w1d097416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 30 Mar 2017 14:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437294 - branches/2017Q1/x11-toolkits/gtk30 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:04:59 -0000 Author: jbeich Date: Thu Mar 30 14:04:58 2017 New Revision: 437294 URL: https://svnweb.freebsd.org/changeset/ports/437294 Log: MFH: r437293 x11-toolkits/gtk30: prefer warnings over crashes on bad behavior devel/glib20 and x11-toolkits/gtk20 don't use --disable-debug. Neither does gtk3 package on Debian or ArchLinux. https://bugzilla.mozilla.org/show_bug.cgi?id=1351246#c9 $ cat >a.c #include int main() { gdk_get_default_root_window(); return 0; } $ cc a.c $(pkg-config --cflags --libs gtk+-3.0) $ ./a.out Segmentation fault vs. (new behavior) $ ./a.out (process:40995): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed Pointy hat to: kwm (r372768 broke consistency) Approved by: ports-secteam blanket Modified: branches/2017Q1/x11-toolkits/gtk30/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/x11-toolkits/gtk30/Makefile ============================================================================== --- branches/2017Q1/x11-toolkits/gtk30/Makefile Thu Mar 30 14:02:58 2017 (r437293) +++ branches/2017Q1/x11-toolkits/gtk30/Makefile Thu Mar 30 14:04:58 2017 (r437294) @@ -5,7 +5,7 @@ PORTNAME= gtk PORTVERSION= 3.18.8 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 @@ -73,7 +73,7 @@ CLOUDPRINT_CONFIGURE_ENABLE= cloudprint CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libjson-glib-1.0.so:devel/json-glib -DEBUG_CONFIGURE_ENABLE=debug +DEBUG_CONFIGURE_ON= --enable-debug=yes post-patch: @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ From owner-svn-ports-all@freebsd.org Thu Mar 30 14:07:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72CA1D2666D; Thu, 30 Mar 2017 14:07:30 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30EA3665; Thu, 30 Mar 2017 14:07:30 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UE7Tx6097672; Thu, 30 Mar 2017 14:07:29 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UE7Sfg097668; Thu, 30 Mar 2017 14:07:28 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301407.v2UE7Sfg097668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 14:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437295 - in head/devel: . phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:07:30 -0000 Author: tz Date: Thu Mar 30 14:07:28 2017 New Revision: 437295 URL: https://svnweb.freebsd.org/changeset/ports/437295 Log: New port: devel/phpunit6 PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. WWW: http://www.phpunit.de This port needs PHP 7.0 or newer, while the old one devel/phpunit will still work at our current default PHP 5.6. PR: 216600 Submitted by: Jochen Neumeister Added: head/devel/phpunit6/ head/devel/phpunit6/Makefile (contents, props changed) head/devel/phpunit6/distinfo (contents, props changed) head/devel/phpunit6/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 14:04:58 2017 (r437294) +++ head/devel/Makefile Thu Mar 30 14:07:28 2017 (r437295) @@ -3955,6 +3955,7 @@ SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit + SUBDIR += phpunit6 SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp Added: head/devel/phpunit6/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit6/Makefile Thu Mar 30 14:07:28 2017 (r437295) @@ -0,0 +1,35 @@ +# Created by: Jochen Neumeister () +# $FreeBSD$ + +PORTNAME= phpunit +PORTVERSION= 6.0.11 +CATEGORIES= devel www +MASTER_SITES= https://phar.phpunit.de/ +EXTRACT_SUFX= .phar + +MAINTAINER= joneum@bsdproject.de +COMMENT= Testing framework for unit tests + +LICENSE= BSD3CLAUSE + +USES= cpe php +CPE_VENDOR= phpunit_project +USE_PHP= dom json spl pcre phar + +PHP_VER= 70 +IGNORE_WITH_PHP= 56 + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/phpunit + +# Download isn't compressed or aggregated, it's just the single file +do-extract: + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/devel/phpunit6/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit6/distinfo Thu Mar 30 14:07:28 2017 (r437295) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490873442 +SHA256 (phpunit-6.0.11.phar) = 21cc929e9e9c2646d6975d4b143cc581c69cc955e0fdb59ca401521a247ffe2d +SIZE (phpunit-6.0.11.phar) = 2598966 Added: head/devel/phpunit6/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit6/pkg-descr Thu Mar 30 14:07:28 2017 (r437295) @@ -0,0 +1,4 @@ +PHPUnit is a regression testing framework used by the developer +who implements unit tests in PHP. + +WWW: http://www.phpunit.de From owner-svn-ports-all@freebsd.org Thu Mar 30 14:07:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E670BD2669E; Thu, 30 Mar 2017 14:07:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C875A7A2; Thu, 30 Mar 2017 14:07:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1BAEA6F23; Thu, 30 Mar 2017 14:07:55 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437293 - head/x11-toolkits/gtk30 References: <201703301402.v2UE2xnb097202@repo.freebsd.org> Date: Thu, 30 Mar 2017 16:09:27 +0200 In-Reply-To: <201703301402.v2UE2xnb097202@repo.freebsd.org> (Jan Beich's message of "Thu, 30 Mar 2017 14:02:59 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:07:56 -0000 Jan Beich writes: > Author: jbeich > Date: Thu Mar 30 14:02:58 2017 > New Revision: 437293 > URL: https://svnweb.freebsd.org/changeset/ports/437293 > > Log: > x11-toolkits/gtk30: prefer warnings over crashes on bad behavior [...] > $ ./a.out > (process:40995): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed Note, one can still force a crash with G_DEBUG=fatal_warnings via environ(7). From owner-svn-ports-all@freebsd.org Thu Mar 30 14:19:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB0E4D2695C; Thu, 30 Mar 2017 14:19:34 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7FC1ED2; Thu, 30 Mar 2017 14:19:34 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UEJXLh001997; Thu, 30 Mar 2017 14:19:33 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UEJXnd001995; Thu, 30 Mar 2017 14:19:33 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301419.v2UEJXnd001995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 14:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437296 - head/www/gitlab-workhorse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:19:35 -0000 Author: tz Date: Thu Mar 30 14:19:33 2017 New Revision: 437296 URL: https://svnweb.freebsd.org/changeset/ports/437296 Log: www/gitlab-workhorse: Update from 1.2.1 to 1.3.0 Changelog: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/v1.3.0/CHANGELOG Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Thu Mar 30 14:07:28 2017 (r437295) +++ head/www/gitlab-workhorse/Makefile Thu Mar 30 14:19:33 2017 (r437296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Thu Mar 30 14:07:28 2017 (r437295) +++ head/www/gitlab-workhorse/distinfo Thu Mar 30 14:19:33 2017 (r437296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490115076 -SHA256 (gitlab-workhorse-v1.2.1.tar.gz) = 527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e -SIZE (gitlab-workhorse-v1.2.1.tar.gz) = 427785 +TIMESTAMP = 1490690874 +SHA256 (gitlab-workhorse-v1.3.0.tar.gz) = e70803d561356c8c985de47cc798be24358d320c315b49d59c58812fcc94dc41 +SIZE (gitlab-workhorse-v1.3.0.tar.gz) = 431752 From owner-svn-ports-all@freebsd.org Thu Mar 30 14:21:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD8DD26AF5; Thu, 30 Mar 2017 14:21:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E240169; Thu, 30 Mar 2017 14:21:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UEL1OI005183; Thu, 30 Mar 2017 14:21:01 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UEL0N4005171; Thu, 30 Mar 2017 14:21:00 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301421.v2UEL0N4005171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 14:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437297 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:21:02 -0000 Author: tz Date: Thu Mar 30 14:20:59 2017 New Revision: 437297 URL: https://svnweb.freebsd.org/changeset/ports/437297 Log: www/gitlab: Update from 8.15.8 to 8.16.8 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.16.8/CHANGELOG.md Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/files/patch-config_database.yml.postgresql head/www/gitlab/files/patch-config_gitlab.yml.example head/www/gitlab/files/patch-config_initializers_1__settings.rb head/www/gitlab/files/patch-config_unicorn.rb.example head/www/gitlab/files/patch-lib_support_nginx_gitlab head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/Makefile Thu Mar 30 14:20:59 2017 (r437297) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.15.8 +PORTVERSION= 8.16.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -35,6 +34,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ rubygem-sprockets-es6>=0.9.2:devel/rubygem-sprockets-es6 \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ + rubygem-rugged>=0.24:devel/rubygem-rugged \ rubygem-devise>=4.2:devel/rubygem-devise \ rubygem-doorkeeper>=4.2.0:security/rubygem-doorkeeper \ rubygem-omniauth>=1.3.2:security/rubygem-omniauth \ @@ -59,7 +59,6 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ rubygem-browser>=2.2:www/rubygem-browser \ - rubygem-gitlab_git>=10.7.0:devel/rubygem-gitlab_git \ rubygem-gitlab_omniauth-ldap>=1.2.1:net/rubygem-gitlab_omniauth-ldap \ rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ @@ -90,6 +89,7 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth>=0.8.1:textproc/rubygem-wikicloth \ rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ + rubygem-asciidoctor-plantuml>=0.0.6:textproc/rubygem-asciidoctor-plantuml \ rubygem-rouge>=2.0:textproc/rubygem-rouge \ rubygem-truncato>=0.7.8:textproc/rubygem-truncato \ rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri \ @@ -151,15 +151,15 @@ RUN_DEPENDS= git>=2.8.4:devel/git \ rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ rubygem-newrelic_rpm>=3.16:devel/rubygem-newrelic_rpm \ - rubygem-octokit>=4.3.0:net/rubygem-octokit \ + rubygem-octokit>=4.6.2:net/rubygem-octokit \ rubygem-mail_room>=0.9.0:mail/rubygem-mail_room \ - rubygem-email_reply_parser>=0.5.8:mail/rubygem-email_reply_parser \ + rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \ rubygem-oauth2>=1.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.2:databases/rubygem-paranoia \ rubygem-health_check22>=2.2.0:devel/rubygem-health_check22 \ - rubygem-vmstat>=2.2:sysutils/rubygem-vmstat \ + rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-rinku>=1.7.3:www/rubygem-rinku Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/distinfo Thu Mar 30 14:20:59 2017 (r437297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490115158 -SHA256 (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = a7ca42ff5a7a7258638f91e45586b47365da74100762049c9a47caee4df3de5e -SIZE (gitlabhq-gitlabhq-v8.15.8_GH0.tar.gz) = 20031222 +TIMESTAMP = 1490690913 +SHA256 (gitlabhq-gitlabhq-v8.16.8_GH0.tar.gz) = c487f7a0235dd907703aa762d85af4a30875e5d219e51cdde70e10a8be4a0f49 +SIZE (gitlabhq-gitlabhq-v8.16.8_GH0.tar.gz) = 20904296 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-Gemfile Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-03-19 14:19:38 UTC +--- Gemfile.orig 2017-03-19 20:06:47 UTC +++ Gemfile @@ -1,20 +1,16 @@ source 'https://rubygems.org' @@ -22,9 +22,9 @@ -gem 'pg', '~> 0.18.2', group: :postgres +gem 'default_value_for', '>= 3.0.0' - # Authentication libraries - gem 'devise', '~> 4.2' -@@ -27,17 +23,16 @@ gem 'omniauth-facebook', '~> 4.0.0' + gem 'rugged', '~> 0.24.0' + +@@ -29,17 +25,16 @@ gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' @@ -46,7 +46,7 @@ gem 'akismet', '~> 2.0' # Two-factor authentication -@@ -64,10 +59,10 @@ gem 'gollum-lib', '~> 4.2', require: fal +@@ -62,10 +57,10 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.2', require: false # Language detection @@ -59,7 +59,7 @@ gem 'grape-entity', '~> 0.6.0' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' -@@ -75,10 +70,10 @@ gem 'rack-cors', '~> 0.4.0', require: +@@ -73,10 +68,10 @@ gem 'rack-cors', '~> 0.4.0', require: gem 'kaminari', '~> 0.17.0' # HAML @@ -72,7 +72,7 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -92,7 +87,7 @@ gem 'fog-openstack', '~> 0.1' +@@ -90,7 +85,7 @@ gem 'fog-openstack', '~> 0.1' gem 'fog-rackspace', '~> 0.1.1' # for Google storage @@ -81,24 +81,26 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -102,28 +97,28 @@ gem 'seed-fu', '~> 2.3.5' +@@ -100,29 +95,29 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing - gem 'html-pipeline', '~> 1.11.0' --gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' -+gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' - gem 'gitlab-markup', '~> 1.5.1' --gem 'redcarpet', '~> 3.3.3' -+gem 'redcarpet', '>= 3.3.3' - gem 'RedCloth', '~> 4.3.2' - gem 'rdoc', '~> 4.2' - gem 'org-ruby', '~> 0.9.12' - gem 'creole', '~> 0.5.0' --gem 'wikicloth', '0.8.1' -+gem 'wikicloth', '>= 0.8.1' - gem 'asciidoctor', '~> 1.5.2' - gem 'rouge', '~> 2.0' - gem 'truncato', '~> 0.7.8' + gem 'html-pipeline', '~> 1.11.0' +-gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' ++gem 'deckar01-task_list', '>= 1.0.6', require: 'task_list/railtie' + gem 'gitlab-markup', '~> 1.5.1' +-gem 'redcarpet', '~> 3.3.3' ++gem 'redcarpet', '>= 3.3.3' + gem 'RedCloth', '~> 4.3.2' + gem 'rdoc', '~> 4.2' + gem 'org-ruby', '~> 0.9.12' + gem 'creole', '~> 0.5.0' +-gem 'wikicloth', '0.8.1' ++gem 'wikicloth', '>= 0.8.1' + gem 'asciidoctor', '~> 1.5.2' +-gem 'asciidoctor-plantuml', '0.0.6' ++gem 'asciidoctor-plantuml', '>= 0.0.6' + gem 'rouge', '~> 2.0' + gem 'truncato', '~> 0.7.8' # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM @@ -116,7 +118,7 @@ gem 'unicorn-worker-killer', '~> 0.4.4' end -@@ -142,7 +137,7 @@ gem 'redis-namespace', '~> 1.5.2' +@@ -141,7 +136,7 @@ gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # HTTP requests @@ -125,7 +127,7 @@ # Colored output to console gem 'rainbow', '~> 2.1.0' -@@ -165,7 +160,7 @@ gem 'connection_pool', '~> 2.0' +@@ -164,7 +159,7 @@ gem 'connection_pool', '~> 2.0' gem 'hipchat', '~> 1.5.0' # JIRA integration @@ -134,7 +136,7 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -177,13 +172,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' +@@ -176,13 +171,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' gem 'slack-notifier', '~> 1.5.1' # Asana integration @@ -150,7 +152,7 @@ # d3 gem 'd3_rails', '~> 3.5.0' -@@ -192,17 +187,17 @@ gem 'd3_rails', '~> 3.5.0' +@@ -191,17 +186,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -171,7 +173,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -222,116 +217,31 @@ gem 'chronic_duration', '~> 0.10.6' +@@ -221,119 +216,35 @@ gem 'chronic_duration', '~> 0.10.6' gem 'sass-rails', '~> 5.0.6' gem 'coffee-rails', '~> 4.1.0' @@ -213,10 +215,9 @@ - -group :development do - gem 'foreman', '~> 0.78.0' -- gem 'brakeman', '~> 3.3.0', require: false +- gem 'brakeman', '~> 3.4.0', require: false - - gem 'letter_opener_web', '~> 1.3.0' -- gem 'rerun', '~> 0.11.0' - gem 'bullet', '~> 5.2.0', require: false - gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false - gem 'web-console', '~> 2.0' @@ -247,7 +248,7 @@ - gem 'minitest', '~> 5.7.0' - - # Generate Fake data -- gem 'ffaker', '~> 2.0.0' +- gem 'ffaker', '~> 2.4' - - gem 'capybara', '~> 2.6.2' - gem 'capybara-screenshot', '~> 1.0.0' @@ -261,8 +262,8 @@ - gem 'spring-commands-spinach', '~> 1.1.0' - gem 'spring-commands-teaspoon', '~> 0.0.2' - -- gem 'rubocop', '~> 0.43.0', require: false -- gem 'rubocop-rspec', '~> 1.5.0', require: false +- gem 'rubocop', '~> 0.46.0', require: false +- gem 'rubocop-rspec', '~> 1.9.1', require: false - gem 'scss_lint', '~> 0.47.0', require: false - gem 'haml_lint', '~> 0.18.2', require: false - gem 'simplecov', '0.12.0', require: false @@ -284,19 +285,24 @@ - gem 'email_spec', '~> 1.6.0' - gem 'json-schema', '~> 2.6.2' - gem 'webmock', '~> 1.21.0' -- gem 'test_after_commit', '~> 0.4.2' +- gem 'test_after_commit', '~> 1.1' - gem 'sham_rack', '~> 1.3.6' - gem 'timecop', '~> 0.8.0' -end - gem 'newrelic_rpm', '~> 3.16' --gem 'octokit', '~> 4.3.0' -+gem 'octokit', '>= 4.3.0' +-gem 'octokit', '~> 4.6.2' ++gem 'octokit', '>= 4.6.2' gem 'mail_room', '~> 0.9.0' -@@ -347,8 +257,10 @@ gem 'oauth2', '~> 1.2.0' +-gem 'email_reply_trimmer', '~> 0.1' ++gem 'email_reply_trimmer', '>= 0.1' + gem 'html2text' + + gem 'ruby-prof', '~> 0.16.2' +@@ -345,8 +256,10 @@ gem 'oauth2', '~> 1.2.0' gem 'paranoia', '~> 2.2' # Health check @@ -304,7 +310,7 @@ +gem 'health_check', '>= 2.2.0' # System information - gem 'vmstat', '~> 2.2' + gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' + +gem 'rinku' Modified: head/www/gitlab/files/patch-config_database.yml.postgresql ============================================================================== --- head/www/gitlab/files/patch-config_database.yml.postgresql Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_database.yml.postgresql Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/database.yml.postgresql.orig 2017-03-19 14:19:38 UTC +--- config/database.yml.postgresql.orig 2017-03-19 20:06:47 UTC +++ config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode Modified: head/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- head/www/gitlab/files/patch-config_gitlab.yml.example Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_gitlab.yml.example Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2017-03-19 14:19:38 UTC +--- config/gitlab.yml.example.orig 2017-03-19 20:06:47 UTC +++ config/gitlab.yml.example @@ -454,7 +454,7 @@ production: &base # gitlab-shell invokes Dir.pwd inside the repository path and that results Modified: head/www/gitlab/files/patch-config_initializers_1__settings.rb ============================================================================== --- head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_initializers_1__settings.rb Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/initializers/1_settings.rb.orig 2017-03-19 14:19:38 UTC +--- config/initializers/1_settings.rb.orig 2017-03-19 20:06:47 UTC +++ config/initializers/1_settings.rb @@ -190,12 +190,8 @@ Settings.gitlab['email_subject_suffix'] Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) Modified: head/www/gitlab/files/patch-config_unicorn.rb.example ============================================================================== --- head/www/gitlab/files/patch-config_unicorn.rb.example Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-config_unicorn.rb.example Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-03-19 14:19:38 UTC +--- config/unicorn.rb.example.orig 2017-03-19 20:06:47 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab.orig 2017-03-19 14:19:38 UTC +--- lib/support/nginx/gitlab.orig 2017-03-19 20:06:47 UTC +++ lib/support/nginx/gitlab @@ -17,7 +17,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl ============================================================================== --- head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/support/nginx/gitlab-ssl.orig 2017-03-19 14:19:38 UTC +--- lib/support/nginx/gitlab-ssl.orig 2017-03-19 20:06:47 UTC +++ lib/support/nginx/gitlab-ssl @@ -21,7 +21,7 @@ ## See installation.md#using-https for additional HTTPS configuration details. Modified: head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake ============================================================================== --- head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/files/patch-lib_tasks_gitlab_check.rake Thu Mar 30 14:20:59 2017 (r437297) @@ -1,4 +1,4 @@ ---- lib/tasks/gitlab/check.rake.orig 2017-03-19 14:19:38 UTC +--- lib/tasks/gitlab/check.rake.orig 2017-03-19 20:06:47 UTC +++ lib/tasks/gitlab/check.rake @@ -621,7 +621,7 @@ namespace :gitlab do end Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/pkg-message Thu Mar 30 14:20:59 2017 (r437297) @@ -11,6 +11,6 @@ the instructions in the guide at: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 8.14.x to 8.15.x, please follow the instructions in the guide at: +switched from 8.15.x to 8.16.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.14-to-8.15-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.15-to-8.16-freebsd.md Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu Mar 30 14:19:33 2017 (r437296) +++ head/www/gitlab/pkg-plist Thu Mar 30 14:20:59 2017 (r437297) @@ -120,6 +120,7 @@ %%WWWDIR%%/app/assets/javascripts/build.js %%WWWDIR%%/app/assets/javascripts/build_artifacts.js %%WWWDIR%%/app/assets/javascripts/build_variables.js.es6 +%%WWWDIR%%/app/assets/javascripts/ci_lint_editor.js.es6 %%WWWDIR%%/app/assets/javascripts/commit.js %%WWWDIR%%/app/assets/javascripts/commit/file.js %%WWWDIR%%/app/assets/javascripts/commit/image_file.js @@ -156,6 +157,10 @@ %%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js.es6 %%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js.es6 %%WWWDIR%%/app/assets/javascripts/dispatcher.js.es6 +%%WWWDIR%%/app/assets/javascripts/droplab/droplab.js +%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax.js +%%WWWDIR%%/app/assets/javascripts/droplab/droplab_ajax_filter.js +%%WWWDIR%%/app/assets/javascripts/droplab/droplab_filter.js %%WWWDIR%%/app/assets/javascripts/dropzone_input.js %%WWWDIR%%/app/assets/javascripts/due_date_select.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/components/environment.js.es6 @@ -170,10 +175,21 @@ %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js.es6 %%WWWDIR%%/app/assets/javascripts/environments/vue_resource_interceptor.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/array.js.es6 +%%WWWDIR%%/app/assets/javascripts/extensions/custom_event.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/element.js.es6 %%WWWDIR%%/app/assets/javascripts/extensions/jquery.js %%WWWDIR%%/app/assets/javascripts/extensions/object.js.es6 %%WWWDIR%%/app/assets/javascripts/files_comment_button.js +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_hint.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_non_user.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_user.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/dropdown_utils.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_bundle.js +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_manager.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_token_keys.js.es6 +%%WWWDIR%%/app/assets/javascripts/filtered_search/filtered_search_tokenizer.js.es6 %%WWWDIR%%/app/assets/javascripts/flash.js %%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.es6 %%WWWDIR%%/app/assets/javascripts/gl_dropdown.js @@ -191,6 +207,15 @@ %%WWWDIR%%/app/assets/javascripts/header.js %%WWWDIR%%/app/assets/javascripts/importer_status.js %%WWWDIR%%/app/assets/javascripts/issuable.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/issuable_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/collapsed_state.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/comparison_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/estimate_only_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/help_state.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/no_tracking_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/spent_only_pane.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/components/time_tracker.js.es6 +%%WWWDIR%%/app/assets/javascripts/issuable/time_tracking/time_tracking_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/issuable_context.js %%WWWDIR%%/app/assets/javascripts/issuable_form.js %%WWWDIR%%/app/assets/javascripts/issue.js @@ -207,8 +232,7 @@ %%WWWDIR%%/app/assets/javascripts/lib/raphael.js %%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js %%WWWDIR%%/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js.es6 -%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js -%%WWWDIR%%/app/assets/javascripts/lib/utils/custom_event_polyfill.js.es6 +%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js.es6 %%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/emoji_aliases.js.erb %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js @@ -216,9 +240,10 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/vue_resource.js.es6 %%WWWDIR%%/app/assets/javascripts/line_highlighter.js %%WWWDIR%%/app/assets/javascripts/logo.js -%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js +%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js.es6 %%WWWDIR%%/app/assets/javascripts/members.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/diff_file_editor.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_conflicts/components/inline_conflict_lines.js.es6 @@ -231,6 +256,7 @@ %%WWWDIR%%/app/assets/javascripts/merge_request.js %%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.es6 %%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.es6 +%%WWWDIR%%/app/assets/javascripts/merge_request_widget/ci_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/merged_buttons.js %%WWWDIR%%/app/assets/javascripts/milestone.js %%WWWDIR%%/app/assets/javascripts/milestone_select.js @@ -296,7 +322,7 @@ %%WWWDIR%%/app/assets/javascripts/terminal/terminal_bundle.js.es6 %%WWWDIR%%/app/assets/javascripts/todos.js.es6 %%WWWDIR%%/app/assets/javascripts/tree.js -%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js +%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js.es6 %%WWWDIR%%/app/assets/javascripts/u2f/error.js %%WWWDIR%%/app/assets/javascripts/u2f/register.js %%WWWDIR%%/app/assets/javascripts/u2f/util.js @@ -306,7 +332,19 @@ %%WWWDIR%%/app/assets/javascripts/users/calendar.js %%WWWDIR%%/app/assets/javascripts/users/users_bundle.js %%WWWDIR%%/app/assets/javascripts/users_select.js +%%WWWDIR%%/app/assets/javascripts/visibility_select.js.es6 %%WWWDIR%%/app/assets/javascripts/vue_common_component/commit.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pagination/index.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/index.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipeline_url.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stage.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/stages.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/status.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/store.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_pipelines_index/time_ago.js.es6 +%%WWWDIR%%/app/assets/javascripts/vue_realtime_listener/index.js.es6 %%WWWDIR%%/app/assets/javascripts/wikis.js.es6 %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss @@ -316,6 +354,7 @@ %%WWWDIR%%/app/assets/stylesheets/framework/asciidoctor.scss %%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss %%WWWDIR%%/app/assets/stylesheets/framework/awards.scss +%%WWWDIR%%/app/assets/stylesheets/framework/badges.scss %%WWWDIR%%/app/assets/stylesheets/framework/blank.scss %%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss %%WWWDIR%%/app/assets/stylesheets/framework/broadcast-messages.scss @@ -369,11 +408,12 @@ %%WWWDIR%%/app/assets/stylesheets/mailers/highlighted_diff_email.scss %%WWWDIR%%/app/assets/stylesheets/notify.scss %%WWWDIR%%/app/assets/stylesheets/pages/boards.scss +%%WWWDIR%%/app/assets/stylesheets/pages/branches.scss %%WWWDIR%%/app/assets/stylesheets/pages/builds.scss %%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss -%%WWWDIR%%/app/assets/stylesheets/pages/commit.scss %%WWWDIR%%/app/assets/stylesheets/pages/commits.scss %%WWWDIR%%/app/assets/stylesheets/pages/cycle_analytics.scss +%%WWWDIR%%/app/assets/stylesheets/pages/deploy_keys.scss %%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss %%WWWDIR%%/app/assets/stylesheets/pages/diff.scss %%WWWDIR%%/app/assets/stylesheets/pages/editor.scss @@ -562,6 +602,8 @@ %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb %%WWWDIR%%/app/controllers/projects/runners_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/members_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb %%WWWDIR%%/app/controllers/projects/templates_controller.rb @@ -594,6 +636,7 @@ %%WWWDIR%%/app/finders/issues_finder.rb %%WWWDIR%%/app/finders/joined_groups_finder.rb %%WWWDIR%%/app/finders/labels_finder.rb +%%WWWDIR%%/app/finders/members_finder.rb %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb %%WWWDIR%%/app/finders/move_to_project_finder.rb @@ -663,6 +706,7 @@ %%WWWDIR%%/app/helpers/sidekiq_helper.rb %%WWWDIR%%/app/helpers/snippets_helper.rb %%WWWDIR%%/app/helpers/sorting_helper.rb +%%WWWDIR%%/app/helpers/storage_helper.rb %%WWWDIR%%/app/helpers/submodule_helper.rb %%WWWDIR%%/app/helpers/tab_helper.rb %%WWWDIR%%/app/helpers/tags_helper.rb @@ -727,6 +771,7 @@ %%WWWDIR%%/app/models/concerns/project_features_compatibility.rb %%WWWDIR%%/app/models/concerns/protected_branch_access.rb %%WWWDIR%%/app/models/concerns/reactive_caching.rb +%%WWWDIR%%/app/models/concerns/reactive_service.rb %%WWWDIR%%/app/models/concerns/referable.rb %%WWWDIR%%/app/models/concerns/routable.rb %%WWWDIR%%/app/models/concerns/select_for_project_authorization.rb @@ -735,9 +780,12 @@ %%WWWDIR%%/app/models/concerns/strip_attribute.rb %%WWWDIR%%/app/models/concerns/subscribable.rb %%WWWDIR%%/app/models/concerns/taskable.rb +%%WWWDIR%%/app/models/concerns/time_trackable.rb %%WWWDIR%%/app/models/concerns/token_authenticatable.rb +%%WWWDIR%%/app/models/concerns/valid_attribute.rb %%WWWDIR%%/app/models/cycle_analytics.rb %%WWWDIR%%/app/models/cycle_analytics/summary.rb +%%WWWDIR%%/app/models/dashboard_milestone.rb %%WWWDIR%%/app/models/deploy_key.rb %%WWWDIR%%/app/models/deploy_keys_project.rb %%WWWDIR%%/app/models/deployment.rb @@ -835,6 +883,7 @@ %%WWWDIR%%/app/models/project_services/slack_slash_commands_service.rb %%WWWDIR%%/app/models/project_services/teamcity_service.rb %%WWWDIR%%/app/models/project_snippet.rb +%%WWWDIR%%/app/models/project_statistics.rb %%WWWDIR%%/app/models/project_team.rb %%WWWDIR%%/app/models/project_wiki.rb %%WWWDIR%%/app/models/protected_branch.rb @@ -849,6 +898,7 @@ %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/spam_log.rb %%WWWDIR%%/app/models/subscription.rb +%%WWWDIR%%/app/models/timelog.rb %%WWWDIR%%/app/models/todo.rb %%WWWDIR%%/app/models/tree.rb %%WWWDIR%%/app/models/trending_project.rb @@ -889,7 +939,13 @@ %%WWWDIR%%/app/serializers/analytics_issue_serializer.rb %%WWWDIR%%/app/serializers/analytics_merge_request_entity.rb %%WWWDIR%%/app/serializers/analytics_merge_request_serializer.rb +%%WWWDIR%%/app/serializers/analytics_stage_entity.rb +%%WWWDIR%%/app/serializers/analytics_stage_serializer.rb +%%WWWDIR%%/app/serializers/analytics_summary_entity.rb +%%WWWDIR%%/app/serializers/analytics_summary_serializer.rb %%WWWDIR%%/app/serializers/base_serializer.rb +%%WWWDIR%%/app/serializers/build_action_entity.rb +%%WWWDIR%%/app/serializers/build_artifact_entity.rb %%WWWDIR%%/app/serializers/build_entity.rb %%WWWDIR%%/app/serializers/commit_entity.rb %%WWWDIR%%/app/serializers/deployment_entity.rb @@ -903,7 +959,11 @@ %%WWWDIR%%/app/serializers/label_entity.rb %%WWWDIR%%/app/serializers/merge_request_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/pipeline_entity.rb +%%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb +%%WWWDIR%%/app/serializers/stage_entity.rb +%%WWWDIR%%/app/serializers/status_entity.rb %%WWWDIR%%/app/serializers/user_entity.rb %%WWWDIR%%/app/services/access_token_validation_service.rb %%WWWDIR%%/app/services/after_branch_delete_service.rb @@ -930,6 +990,7 @@ %%WWWDIR%%/app/services/ci/process_pipeline_service.rb %%WWWDIR%%/app/services/ci/register_build_service.rb %%WWWDIR%%/app/services/ci/stop_environments_service.rb +%%WWWDIR%%/app/services/ci/update_build_queue_service.rb %%WWWDIR%%/app/services/commits/change_service.rb %%WWWDIR%%/app/services/commits/cherry_pick_service.rb %%WWWDIR%%/app/services/commits/revert_service.rb @@ -1127,7 +1188,6 @@ %%WWWDIR%%/app/views/admin/users/_projects.html.haml %%WWWDIR%%/app/views/admin/users/_user.html.haml %%WWWDIR%%/app/views/admin/users/edit.html.haml -%%WWWDIR%%/app/views/admin/users/groups.html.haml %%WWWDIR%%/app/views/admin/users/index.html.haml %%WWWDIR%%/app/views/admin/users/keys.html.haml %%WWWDIR%%/app/views/admin/users/new.html.haml @@ -1137,6 +1197,7 @@ %%WWWDIR%%/app/views/ci/lints/_create.html.haml %%WWWDIR%%/app/views/ci/lints/show.html.haml %%WWWDIR%%/app/views/ci/status/_badge.html.haml +%%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml %%WWWDIR%%/app/views/ci/status/_graph_badge.html.haml %%WWWDIR%%/app/views/dashboard/_activities.html.haml %%WWWDIR%%/app/views/dashboard/_activity_head.html.haml @@ -1464,6 +1525,7 @@ %%WWWDIR%%/app/views/projects/_merge_request_merge_settings.html.haml %%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml %%WWWDIR%%/app/views/projects/_readme.html.haml +%%WWWDIR%%/app/views/projects/_visibility_select.html.haml %%WWWDIR%%/app/views/projects/_wiki.html.haml %%WWWDIR%%/app/views/projects/_zen.html.haml %%WWWDIR%%/app/views/projects/activity.html.haml @@ -1587,10 +1649,9 @@ %%WWWDIR%%/app/views/projects/graphs/commits.html.haml %%WWWDIR%%/app/views/projects/graphs/languages.html.haml %%WWWDIR%%/app/views/projects/graphs/show.html.haml -%%WWWDIR%%/app/views/projects/group_links/index.html.haml +%%WWWDIR%%/app/views/projects/group_links/_index.html.haml %%WWWDIR%%/app/views/projects/group_links/update.js.haml -%%WWWDIR%%/app/views/projects/hooks/_project_hook.html.haml -%%WWWDIR%%/app/views/projects/hooks/index.html.haml +%%WWWDIR%%/app/views/projects/hooks/_index.html.haml %%WWWDIR%%/app/views/projects/imports/new.html.haml %%WWWDIR%%/app/views/projects/imports/show.html.haml %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml @@ -1701,11 +1762,11 @@ %%WWWDIR%%/app/views/projects/pipelines_settings/show.html.haml %%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_groups.html.haml +%%WWWDIR%%/app/views/projects/project_members/_index.html.haml %%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml %%WWWDIR%%/app/views/projects/project_members/_shared_group_members.html.haml %%WWWDIR%%/app/views/projects/project_members/_team.html.haml %%WWWDIR%%/app/views/projects/project_members/import.html.haml -%%WWWDIR%%/app/views/projects/project_members/index.html.haml %%WWWDIR%%/app/views/projects/project_members/update.js.haml %%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml %%WWWDIR%%/app/views/projects/protected_branches/_create_protected_branch.html.haml @@ -1727,12 +1788,15 @@ %%WWWDIR%%/app/views/projects/runners/index.html.haml %%WWWDIR%%/app/views/projects/runners/show.html.haml %%WWWDIR%%/app/views/projects/services/_form.html.haml +%%WWWDIR%%/app/views/projects/services/_index.html.haml %%WWWDIR%%/app/views/projects/services/edit.html.haml -%%WWWDIR%%/app/views/projects/services/index.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_detailed_help.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_help.html.haml %%WWWDIR%%/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml %%WWWDIR%%/app/views/projects/services/slack_slash_commands/_help.html.haml +%%WWWDIR%%/app/views/projects/settings/integrations/_project_hook.html.haml +%%WWWDIR%%/app/views/projects/settings/integrations/show.html.haml +%%WWWDIR%%/app/views/projects/settings/members/show.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml %%WWWDIR%%/app/views/projects/snippets/_actions.html.haml @@ -1871,6 +1935,7 @@ %%WWWDIR%%/app/views/shared/icons/_icon_status_success_borderless.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning.svg %%WWWDIR%%/app/views/shared/icons/_icon_status_warning_borderless.svg +%%WWWDIR%%/app/views/shared/icons/_icon_stopwatch.svg %%WWWDIR%%/app/views/shared/icons/_icon_terminal.svg %%WWWDIR%%/app/views/shared/icons/_icon_timer.svg %%WWWDIR%%/app/views/shared/icons/_illustration_no_commits.svg @@ -1895,6 +1960,7 @@ %%WWWDIR%%/app/views/shared/issuable/_milestone_dropdown.html.haml %%WWWDIR%%/app/views/shared/issuable/_nav.html.haml %%WWWDIR%%/app/views/shared/issuable/_participants.html.haml +%%WWWDIR%%/app/views/shared/issuable/_search_bar.html.haml %%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml @@ -1961,6 +2027,7 @@ %%WWWDIR%%/app/workers/build_email_worker.rb %%WWWDIR%%/app/workers/build_finished_worker.rb %%WWWDIR%%/app/workers/build_hooks_worker.rb +%%WWWDIR%%/app/workers/build_queue_worker.rb %%WWWDIR%%/app/workers/build_success_worker.rb %%WWWDIR%%/app/workers/clear_database_cache_worker.rb %%WWWDIR%%/app/workers/concerns/build_queue.rb @@ -2010,6 +2077,7 @@ %%WWWDIR%%/app/workers/system_hook_worker.rb %%WWWDIR%%/app/workers/trending_projects_worker.rb %%WWWDIR%%/app/workers/update_merge_requests_worker.rb +%%WWWDIR%%/app/workers/use_key_worker.rb @(git,,544) %%WWWDIR%%/bin/background_jobs @(git,,544) %%WWWDIR%%/bin/bundle @(git,,544) %%WWWDIR%%/bin/changelog @@ -2563,6 +2631,7 @@ %%WWWDIR%%/db/migrate/20160808085602_add_index_for_build_token.rb %%WWWDIR%%/db/migrate/20160810102349_remove_ci_runner_trigram_indexes.rb %%WWWDIR%%/db/migrate/20160810142633_remove_redundant_indexes.rb +%%WWWDIR%%/db/migrate/20160811172945_add_can_push_to_keys.rb %%WWWDIR%%/db/migrate/20160816161312_add_column_name_to_u2f_registrations.rb %%WWWDIR%%/db/migrate/20160817133006_add_koding_to_application_settings.rb %%WWWDIR%%/db/migrate/20160817154936_add_discussion_ids_to_notes.rb @@ -2634,8 +2703,12 @@ %%WWWDIR%%/db/migrate/20161128161412_add_html_emails_enabled_to_application_settings.rb %%WWWDIR%%/db/migrate/20161130095245_fill_routes_table.rb %%WWWDIR%%/db/migrate/20161130101252_fill_projects_routes_table.rb +%%WWWDIR%%/db/migrate/20161201001911_add_plant_uml_url_to_application_settings.rb +%%WWWDIR%%/db/migrate/20161201155511_create_project_statistics.rb +%%WWWDIR%%/db/migrate/20161201160452_migrate_project_statistics.rb %%WWWDIR%%/db/migrate/20161202152031_remove_duplicates_from_routes.rb %%WWWDIR%%/db/migrate/20161202152035_add_index_to_routes.rb +%%WWWDIR%%/db/migrate/20161206003819_add_plant_uml_enabled_to_application_settings.rb %%WWWDIR%%/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb %%WWWDIR%%/db/migrate/20161206153751_add_path_index_to_namespace.rb %%WWWDIR%%/db/migrate/20161206153753_remove_uniq_name_index_from_namespace.rb @@ -2647,13 +2720,23 @@ %%WWWDIR%%/db/migrate/20161212142807_add_lower_path_index_to_routes.rb %%WWWDIR%%/db/migrate/20161213172958_change_slack_service_to_slack_notification_service.rb %%WWWDIR%%/db/migrate/20161220141214_remove_dot_git_from_group_names.rb +%%WWWDIR%%/db/migrate/20161221152132_add_last_used_at_to_key.rb +%%WWWDIR%%/db/migrate/20161223034433_add_estimate_to_issuables_ce.rb +%%WWWDIR%%/db/migrate/20161223034646_create_timelogs_ce.rb +%%WWWDIR%%/db/migrate/20161226122833_remove_dot_git_from_usernames.rb %%WWWDIR%%/db/migrate/20161227192806_rename_slack_and_mattermost_notification_services.rb +%%WWWDIR%%/db/migrate/20170121123724_add_index_to_ci_builds_for_status_runner_id_and_type.rb +%%WWWDIR%%/db/migrate/20170121130655_add_index_to_ci_runners_for_is_shared.rb +%%WWWDIR%%/db/migrate/20170130204620_add_index_to_project_authorizations.rb +%%WWWDIR%%/db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb %%WWWDIR%%/db/post_migrate/20160824121037_change_personal_access_tokens_default_back_to_empty_array.rb %%WWWDIR%%/db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb %%WWWDIR%%/db/post_migrate/20161109150329_fix_project_records_with_invalid_visibility.rb %%WWWDIR%%/db/post_migrate/20161221140236_remove_unneeded_services.rb %%WWWDIR%%/db/post_migrate/20161221153951_rename_reserved_project_names.rb +%%WWWDIR%%/db/post_migrate/20170106142508_fill_authorized_projects.rb +%%WWWDIR%%/db/post_migrate/20170106172224_remove_project_authorizations_id_column.rb %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -2679,9 +2762,11 @@ %%WWWDIR%%/doc/administration/img/high_availability/active-active-diagram.png %%WWWDIR%%/doc/administration/img/high_availability/active-passive-diagram.png %%WWWDIR%%/doc/administration/img/housekeeping_settings.png +%%WWWDIR%%/doc/administration/img/integration/plantuml-example.png %%WWWDIR%%/doc/administration/img/raketasks/check_repos_output.png %%WWWDIR%%/doc/administration/img/repository_storages_admin_ui.png %%WWWDIR%%/doc/administration/integration/koding.md +%%WWWDIR%%/doc/administration/integration/plantuml.md %%WWWDIR%%/doc/administration/integration/terminal.md %%WWWDIR%%/doc/administration/issue_closing_pattern.md %%WWWDIR%%/doc/administration/logs.md @@ -2698,6 +2783,7 @@ %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_configuration.md %%WWWDIR%%/doc/administration/monitoring/performance/influxdb_schema.md %%WWWDIR%%/doc/administration/monitoring/performance/introduction.md +%%WWWDIR%%/doc/administration/monitoring/performance/prometheus.md %%WWWDIR%%/doc/administration/monitoring/performance/request_profiling.md %%WWWDIR%%/doc/administration/operations.md %%WWWDIR%%/doc/administration/operations/cleaning_up_redis_sessions.md @@ -2707,6 +2793,7 @@ %%WWWDIR%%/doc/administration/operations/sidekiq_memory_killer.md %%WWWDIR%%/doc/administration/operations/unicorn.md %%WWWDIR%%/doc/administration/raketasks/check.md +%%WWWDIR%%/doc/administration/raketasks/ldap.md %%WWWDIR%%/doc/administration/raketasks/maintenance.md %%WWWDIR%%/doc/administration/raketasks/project_import_export.md %%WWWDIR%%/doc/administration/reply_by_email.md @@ -2885,9 +2972,11 @@ %%WWWDIR%%/doc/development/ux_guide/components.md %%WWWDIR%%/doc/development/ux_guide/copy.md %%WWWDIR%%/doc/development/ux_guide/features.md +%%WWWDIR%%/doc/development/ux_guide/img/animation-autoscroll.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-dropdown.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-hover.gif %%WWWDIR%%/doc/development/ux_guide/img/animation-quickupdate.gif +%%WWWDIR%%/doc/development/ux_guide/img/animation-reorder.gif %%WWWDIR%%/doc/development/ux_guide/img/button-close--active.png %%WWWDIR%%/doc/development/ux_guide/img/button-close--hover.png %%WWWDIR%%/doc/development/ux_guide/img/button-close--resting.png @@ -2916,6 +3005,8 @@ %%WWWDIR%%/doc/development/ux_guide/img/color-grey.png %%WWWDIR%%/doc/development/ux_guide/img/color-orange.png %%WWWDIR%%/doc/development/ux_guide/img/color-red.png +%%WWWDIR%%/doc/development/ux_guide/img/color-textprimary.png +%%WWWDIR%%/doc/development/ux_guide/img/color-textsecondary.png %%WWWDIR%%/doc/development/ux_guide/img/components-alerts.png %%WWWDIR%%/doc/development/ux_guide/img/components-anchorlinks.png %%WWWDIR%%/doc/development/ux_guide/img/components-contentblock.png @@ -2937,6 +3028,8 @@ %%WWWDIR%%/doc/development/ux_guide/img/components-referencemrs.png %%WWWDIR%%/doc/development/ux_guide/img/components-referencepeople.png %%WWWDIR%%/doc/development/ux_guide/img/components-rowcontentblock.png +%%WWWDIR%%/doc/development/ux_guide/img/components-searchbox.png +%%WWWDIR%%/doc/development/ux_guide/img/components-searchboxscoped.png %%WWWDIR%%/doc/development/ux_guide/img/components-simplelist.png %%WWWDIR%%/doc/development/ux_guide/img/components-table.png %%WWWDIR%%/doc/development/ux_guide/img/components-verticalform.png @@ -3143,6 +3236,7 @@ %%WWWDIR%%/doc/project_services/services_templates.md %%WWWDIR%%/doc/project_services/slack.md %%WWWDIR%%/doc/project_services/slack_slash_commands.md +%%WWWDIR%%/doc/public_access/img/restrict_visibility_levels.png %%WWWDIR%%/doc/public_access/public_access.md %%WWWDIR%%/doc/raketasks/README.md %%WWWDIR%%/doc/raketasks/backup_hrz.png @@ -3264,6 +3358,7 @@ %%WWWDIR%%/doc/update/8.12-to-8.13.md %%WWWDIR%%/doc/update/8.13-to-8.14.md %%WWWDIR%%/doc/update/8.14-to-8.15.md +%%WWWDIR%%/doc/update/8.15-to-8.16.md %%WWWDIR%%/doc/update/8.2-to-8.3.md %%WWWDIR%%/doc/update/8.3-to-8.4.md %%WWWDIR%%/doc/update/8.4-to-8.5.md @@ -3546,6 +3641,9 @@ %%WWWDIR%%/doc/workflow/share_with_group.md %%WWWDIR%%/doc/workflow/share_with_group.png %%WWWDIR%%/doc/workflow/shortcuts.md +%%WWWDIR%%/doc/workflow/time-tracking/time-tracking-example.png +%%WWWDIR%%/doc/workflow/time-tracking/time-tracking-sidebar.png +%%WWWDIR%%/doc/workflow/time_tracking.md %%WWWDIR%%/doc/workflow/timezone.md %%WWWDIR%%/doc/workflow/todos.md %%WWWDIR%%/doc/workflow/web_editor.md @@ -3554,20 +3652,8 @@ %%WWWDIR%%/doc_styleguide.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/features/admin/appearance.feature -%%WWWDIR%%/features/admin/applications.feature -%%WWWDIR%%/features/admin/broadcast_messages.feature -%%WWWDIR%%/features/admin/deploy_keys.feature -%%WWWDIR%%/features/admin/groups.feature -%%WWWDIR%%/features/admin/labels.feature -%%WWWDIR%%/features/admin/projects.feature -%%WWWDIR%%/features/admin/users.feature -%%WWWDIR%%/features/dashboard/active_tab.feature -%%WWWDIR%%/features/dashboard/archived_projects.feature %%WWWDIR%%/features/dashboard/dashboard.feature %%WWWDIR%%/features/dashboard/event_filters.feature -%%WWWDIR%%/features/dashboard/group.feature -%%WWWDIR%%/features/dashboard/help.feature %%WWWDIR%%/features/dashboard/issues.feature %%WWWDIR%%/features/dashboard/merge_requests.feature %%WWWDIR%%/features/dashboard/new_project.feature @@ -3605,7 +3691,6 @@ %%WWWDIR%%/features/project/group_links.feature %%WWWDIR%%/features/project/hooks.feature %%WWWDIR%%/features/project/issues/award_emoji.feature -%%WWWDIR%%/features/project/issues/filter_labels.feature %%WWWDIR%%/features/project/issues/issues.feature %%WWWDIR%%/features/project/issues/labels.feature %%WWWDIR%%/features/project/issues/milestones.feature @@ -3631,20 +3716,8 @@ %%WWWDIR%%/features/search.feature %%WWWDIR%%/features/snippets/snippets.feature %%WWWDIR%%/features/snippets/user.feature -%%WWWDIR%%/features/steps/admin/appearance.rb -%%WWWDIR%%/features/steps/admin/applications.rb -%%WWWDIR%%/features/steps/admin/broadcast_messages.rb -%%WWWDIR%%/features/steps/admin/deploy_keys.rb -%%WWWDIR%%/features/steps/admin/groups.rb -%%WWWDIR%%/features/steps/admin/labels.rb -%%WWWDIR%%/features/steps/admin/projects.rb -%%WWWDIR%%/features/steps/admin/users.rb -%%WWWDIR%%/features/steps/dashboard/active_tab.rb -%%WWWDIR%%/features/steps/dashboard/archived_projects.rb %%WWWDIR%%/features/steps/dashboard/dashboard.rb %%WWWDIR%%/features/steps/dashboard/event_filters.rb -%%WWWDIR%%/features/steps/dashboard/group.rb -%%WWWDIR%%/features/steps/dashboard/help.rb %%WWWDIR%%/features/steps/dashboard/issues.rb %%WWWDIR%%/features/steps/dashboard/merge_requests.rb %%WWWDIR%%/features/steps/dashboard/new_project.rb @@ -3757,6 +3830,7 @@ %%WWWDIR%%/lib/api/helpers/custom_validators.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb %%WWWDIR%%/lib/api/helpers/members_helpers.rb +%%WWWDIR%%/lib/api/helpers/pagination.rb %%WWWDIR%%/lib/api/internal.rb %%WWWDIR%%/lib/api/issues.rb %%WWWDIR%%/lib/api/keys.rb @@ -3785,6 +3859,7 @@ %%WWWDIR%%/lib/api/system_hooks.rb %%WWWDIR%%/lib/api/tags.rb %%WWWDIR%%/lib/api/templates.rb +%%WWWDIR%%/lib/api/time_tracking_endpoints.rb %%WWWDIR%%/lib/api/todos.rb %%WWWDIR%%/lib/api/triggers.rb %%WWWDIR%%/lib/api/users.rb @@ -3993,6 +4068,8 @@ %%WWWDIR%%/lib/gitlab/ci/status/core.rb %%WWWDIR%%/lib/gitlab/ci/status/created.rb %%WWWDIR%%/lib/gitlab/ci/status/extended.rb +%%WWWDIR%%/lib/gitlab/ci/status/external/common.rb +%%WWWDIR%%/lib/gitlab/ci/status/external/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/failed.rb %%WWWDIR%%/lib/gitlab/ci/status/pending.rb @@ -4015,21 +4092,35 @@ %%WWWDIR%%/lib/gitlab/contributions_calendar.rb %%WWWDIR%%/lib/gitlab/contributor.rb %%WWWDIR%%/lib/gitlab/current_settings.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/base_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/code_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/events.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/events_query.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_query.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/base_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/code_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/code_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/event_fetcher.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/issue_allowed.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_event.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/issue_stage.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/merge_request_allowed.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/metrics_fetcher.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/metrics_tables.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/permissions.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/production_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/review_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_event.rb -%%WWWDIR%%/lib/gitlab/cycle_analytics/test_event.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/plan_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_helper.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/production_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/review_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/review_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/stage_summary.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/staging_stage.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/base.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/commit.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/deploy.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/summary/issue.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/test_event_fetcher.rb +%%WWWDIR%%/lib/gitlab/cycle_analytics/test_stage.rb %%WWWDIR%%/lib/gitlab/cycle_analytics/updater.rb %%WWWDIR%%/lib/gitlab/data_builder/build.rb %%WWWDIR%%/lib/gitlab/data_builder/note.rb @@ -4079,8 +4170,26 @@ %%WWWDIR%%/lib/gitlab/gfm/reference_rewriter.rb %%WWWDIR%%/lib/gitlab/gfm/uploads_rewriter.rb %%WWWDIR%%/lib/gitlab/git.rb +%%WWWDIR%%/lib/gitlab/git/attributes.rb +%%WWWDIR%%/lib/gitlab/git/blame.rb +%%WWWDIR%%/lib/gitlab/git/blob.rb +%%WWWDIR%%/lib/gitlab/git/blob_snippet.rb +%%WWWDIR%%/lib/gitlab/git/branch.rb +%%WWWDIR%%/lib/gitlab/git/commit.rb +%%WWWDIR%%/lib/gitlab/git/commit_stats.rb +%%WWWDIR%%/lib/gitlab/git/compare.rb +%%WWWDIR%%/lib/gitlab/git/diff.rb +%%WWWDIR%%/lib/gitlab/git/diff_collection.rb +%%WWWDIR%%/lib/gitlab/git/encoding_helper.rb %%WWWDIR%%/lib/gitlab/git/hook.rb +%%WWWDIR%%/lib/gitlab/git/path_helper.rb +%%WWWDIR%%/lib/gitlab/git/popen.rb +%%WWWDIR%%/lib/gitlab/git/ref.rb +%%WWWDIR%%/lib/gitlab/git/repository.rb %%WWWDIR%%/lib/gitlab/git/rev_list.rb +%%WWWDIR%%/lib/gitlab/git/tag.rb +%%WWWDIR%%/lib/gitlab/git/tree.rb +%%WWWDIR%%/lib/gitlab/git/util.rb %%WWWDIR%%/lib/gitlab/git_access.rb %%WWWDIR%%/lib/gitlab/git_access_status.rb %%WWWDIR%%/lib/gitlab/git_access_wiki.rb @@ -4142,6 +4251,7 @@ %%WWWDIR%%/lib/gitlab/import_sources.rb %%WWWDIR%%/lib/gitlab/incoming_email.rb %%WWWDIR%%/lib/gitlab/issues_labels.rb +%%WWWDIR%%/lib/gitlab/job_waiter.rb %%WWWDIR%%/lib/gitlab/key_fingerprint.rb %%WWWDIR%%/lib/gitlab/kubernetes.rb %%WWWDIR%%/lib/gitlab/lazy.rb @@ -4214,6 +4324,9 @@ %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status/client_middleware.rb +%%WWWDIR%%/lib/gitlab/sidekiq_status/server_middleware.rb %%WWWDIR%%/lib/gitlab/sidekiq_throttler.rb %%WWWDIR%%/lib/gitlab/slash_commands/command_definition.rb %%WWWDIR%%/lib/gitlab/slash_commands/dsl.rb @@ -4230,6 +4343,7 @@ %%WWWDIR%%/lib/gitlab/template/issue_template.rb %%WWWDIR%%/lib/gitlab/template/merge_request_template.rb %%WWWDIR%%/lib/gitlab/themes.rb +%%WWWDIR%%/lib/gitlab/time_tracking_formatter.rb %%WWWDIR%%/lib/gitlab/timeless.rb %%WWWDIR%%/lib/gitlab/update_path_error.rb %%WWWDIR%%/lib/gitlab/upgrader.rb @@ -4281,6 +4395,7 @@ %%WWWDIR%%/lib/tasks/gitlab/import.rake %%WWWDIR%%/lib/tasks/gitlab/import_export.rake %%WWWDIR%%/lib/tasks/gitlab/info.rake +%%WWWDIR%%/lib/tasks/gitlab/ldap.rake %%WWWDIR%%/lib/tasks/gitlab/list_repos.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake %%WWWDIR%%/lib/tasks/gitlab/shell.rake @@ -4289,7 +4404,6 @@ %%WWWDIR%%/lib/tasks/gitlab/test.rake %%WWWDIR%%/lib/tasks/gitlab/track_deployment.rake %%WWWDIR%%/lib/tasks/gitlab/two_factor.rake -%%WWWDIR%%/lib/tasks/gitlab/update_commit_count.rake %%WWWDIR%%/lib/tasks/gitlab/update_templates.rake %%WWWDIR%%/lib/tasks/gitlab/users.rake %%WWWDIR%%/lib/tasks/gitlab/web_hook.rake @@ -4348,12 +4462,15 @@ %%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/impersonations_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/projects_controller_spec.rb +%%WWWDIR%%/spec/controllers/admin/services_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb %%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 30 14:27:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4150D26B9E; Thu, 30 Mar 2017 14:27:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90C7491D; Thu, 30 Mar 2017 14:27:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDxCbt093358; Thu, 30 Mar 2017 13:59:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDxCCA093357; Thu, 30 Mar 2017 13:59:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703301359.v2UDxCCA093357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Mar 2017 13:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437291 - head/net-mgmt/observium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:27:35 -0000 Author: feld Date: Thu Mar 30 13:59:12 2017 New Revision: 437291 URL: https://svnweb.freebsd.org/changeset/ports/437291 Log: net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support The ImageMagick dependency is not valid. There is a stale script called glue.py which requires PIL and ImageMagick (convert) to function, but is used by the software or required for normal operation. PHP 7.1 support has been rescinded after further testing. A few edge cases remain that only exist in this community edition release. The problems have been fixed in the non-free codebase and will make the next community edition cut. Modified: head/net-mgmt/observium/Makefile Modified: head/net-mgmt/observium/Makefile ============================================================================== --- head/net-mgmt/observium/Makefile Thu Mar 30 13:47:26 2017 (r437290) +++ head/net-mgmt/observium/Makefile Thu Mar 30 13:59:12 2017 (r437291) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.10.8128 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -55,12 +55,12 @@ SHEBANG_FILES= mibs/process.pl \ poller-wrapper.py USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib +IGNORE_WITH_PHP= 71 NO_BUILD= yes RUN_DEPENDS+= rrdtool:databases/rrdtool \ dot:graphics/graphviz \ - Magick-config:graphics/ImageMagick \ mtr:net/mtr-nox11 \ ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \ ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \ From owner-svn-ports-all@freebsd.org Thu Mar 30 14:28:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C041D26BC9; Thu, 30 Mar 2017 14:28:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C59D99C4; Thu, 30 Mar 2017 14:28:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UES7jZ006231; Thu, 30 Mar 2017 14:28:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UES7RQ006227; Thu, 30 Mar 2017 14:28:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703301428.v2UES7RQ006227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Mar 2017 14:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:28:09 -0000 Author: mat Date: Thu Mar 30 14:28:07 2017 New Revision: 437298 URL: https://svnweb.freebsd.org/changeset/ports/437298 Log: Ports should not force the php version they use. Sponsored by: Absolight Modified: head/devel/pecl-msgpack/Makefile (contents, props changed) head/devel/phpunit6/Makefile (contents, props changed) head/graphics/graphviz/Makefile (contents, props changed) head/www/typo3/Makefile (contents, props changed) Modified: head/devel/pecl-msgpack/Makefile ============================================================================== --- head/devel/pecl-msgpack/Makefile Thu Mar 30 14:20:59 2017 (r437297) +++ head/devel/pecl-msgpack/Makefile Thu Mar 30 14:28:07 2017 (r437298) @@ -14,7 +14,6 @@ COMMENT= Provides API for communicating LICENSE= BSD3CLAUSE USES= php:ext tar:tgz -PHP_VER= 70 IGNORE_WITH_PHP= 56 .include Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Thu Mar 30 14:20:59 2017 (r437297) +++ head/devel/phpunit6/Makefile Thu Mar 30 14:28:07 2017 (r437298) @@ -16,7 +16,6 @@ USES= cpe php CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar -PHP_VER= 70 IGNORE_WITH_PHP= 56 NO_ARCH= yes Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Thu Mar 30 14:20:59 2017 (r437297) +++ head/graphics/graphviz/Makefile Thu Mar 30 14:28:07 2017 (r437298) @@ -209,7 +209,7 @@ CONFIGURE_ENV+= SWIG="/nonexistent" .if ${PORT_OPTIONS:MPHP} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php -PHP_VER= 70 +IGNORE_WITH_PHP= 56 71 .endif .if ${PORT_OPTIONS:MRUBY} Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Mar 30 14:20:59 2017 (r437297) +++ head/www/typo3/Makefile Thu Mar 30 14:28:07 2017 (r437298) @@ -13,7 +13,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt IGNORE_WITH_PHP= 56 -PHP_VER= 70 PORTSCOUT= limit:^8\.6\. From owner-svn-ports-all@freebsd.org Thu Mar 30 14:29:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24498D26C04; Thu, 30 Mar 2017 14:29:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E855FB12; Thu, 30 Mar 2017 14:29:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UESCPK006332; Thu, 30 Mar 2017 14:28:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UESCO9006331; Thu, 30 Mar 2017 14:28:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703301428.v2UESCO9006331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Mar 2017 14:28:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437299 - head/devel/phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:29:28 -0000 Author: mat Date: Thu Mar 30 14:28:11 2017 New Revision: 437299 URL: https://svnweb.freebsd.org/changeset/ports/437299 Log: Fix PKGBASE conflict with devel/phpunit. Pointy hat: tz Sponsored by: Absolight Modified: head/devel/phpunit6/Makefile (contents, props changed) Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Thu Mar 30 14:28:07 2017 (r437298) +++ head/devel/phpunit6/Makefile Thu Mar 30 14:28:11 2017 (r437299) @@ -5,6 +5,7 @@ PORTNAME= phpunit PORTVERSION= 6.0.11 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 6 EXTRACT_SUFX= .phar MAINTAINER= joneum@bsdproject.de From owner-svn-ports-all@freebsd.org Thu Mar 30 14:31:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3E85D26DE0; Thu, 30 Mar 2017 14:31:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 983CCF40; Thu, 30 Mar 2017 14:31:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 28B68BDCA4; Thu, 30 Mar 2017 16:31:51 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 0FE11BDC91; Thu, 30 Mar 2017 16:31:51 +0200 (CEST) Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Thu, 30 Mar 2017 16:31:49 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703301407.v2UE7Sfg097668@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2NPVcEdkfPqIfoDfQhn5b0j9Qj3qw2GIk" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:31:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2NPVcEdkfPqIfoDfQhn5b0j9Qj3qw2GIk Content-Type: multipart/mixed; boundary="fOf8SnAHxfpqArKv5f4vR7irObU2ENWVL"; protected-headers="v1" From: Mathieu Arnold To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> In-Reply-To: <201703301407.v2UE7Sfg097668@repo.freebsd.org> --fOf8SnAHxfpqArKv5f4vR7irObU2ENWVL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 30/03/2017 =C3=A0 16:07, Torsten Zuehlsdorff a =C3=A9crit : > SUBDIR +=3D phpunit > + SUBDIR +=3D phpunit6 > Please remove and add it back using devel/phpunit as a base. (Also, don't throw away the two changes I made to the port.) --=20 Mathieu Arnold --fOf8SnAHxfpqArKv5f4vR7irObU2ENWVL-- --2NPVcEdkfPqIfoDfQhn5b0j9Qj3qw2GIk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY3RbWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IX0cP/2HGf+zX3XgthQfmaiIqpGP9 B1uEvFEoxbNCwZf2uUEJO8OzLpkLkb0jpVzmlHfCz/hYDvCaxkBNEC9aS4DSLbM9 eiyoV7FVuCsKXsztPKyYMxQF9n47r/FNQ2q5IMjdQoi5UEOeGxI0kG9py/jnm/Rm r8SkmsuVsIJrgfPA7ntCq1pMbSyN2pVCtEheH12imUHyagqh2m492auo8j7QGO96 UQclcr3PKYml08zPWSmF/NH6HufYjba1ABQWTYRm/euDfZ5QBQdy7Ss6ExemuSx8 6BUiqKQXkdqfgsaftW0V58dx7kE/qaYzz3yoIyRdcHcHkLT7ia/ag9fFcZwjzusA BG0ktMRzkjBcgOBt93A6F1SWBZ0RRSAWlWJ4jd4fV0s3vW2vQo5h8duH/DoZMbeV 3zxluK0aUbk1xDP1baEqwVMuacyk3GzPaE0i69SmP7/eh1rOFKfWsSDmwlLjJqW5 VC/LjYlQW1tT23wlYBQYBeKn8cut++C8FFxfGTkj/UhEf7uap9T0VsnsgtbiTvh2 +gqaC8dvOiDUpGWV7DSFx+zAcYtPyEOlQNPTByZgOr1rVfSEf/QytjSFRbhtsas/ Doc2Hh+6N1lNCj+UIrGD4gRXvVBrGutSA86dfZUz7RYflkIGH7Haj0vzi5IadCVb dgojKjxE8LGgLUfdnN0i =xWK0 -----END PGP SIGNATURE----- --2NPVcEdkfPqIfoDfQhn5b0j9Qj3qw2GIk-- From owner-svn-ports-all@freebsd.org Thu Mar 30 14:33:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F270D26EAE; Thu, 30 Mar 2017 14:33:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C6C61D7; Thu, 30 Mar 2017 14:33:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UEX45J010374; Thu, 30 Mar 2017 14:33:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UEX49i010373; Thu, 30 Mar 2017 14:33:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703301433.v2UEX49i010373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Mar 2017 14:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437300 - head/devel/phpunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:33:05 -0000 Author: mat Date: Thu Mar 30 14:33:04 2017 New Revision: 437300 URL: https://svnweb.freebsd.org/changeset/ports/437300 Log: All thee pear-PHPUnit ports have been removed. Sponsored by: Absolight Modified: head/devel/phpunit/Makefile (contents, props changed) Modified: head/devel/phpunit/Makefile ============================================================================== --- head/devel/phpunit/Makefile Thu Mar 30 14:28:11 2017 (r437299) +++ head/devel/phpunit/Makefile Thu Mar 30 14:33:04 2017 (r437300) @@ -13,8 +13,6 @@ COMMENT= Testing framework for unit test LICENSE= BSD3CLAUSE -CONFLICTS= pear-PHPUnit-[1234]* - USES= cpe php CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar From owner-svn-ports-all@freebsd.org Thu Mar 30 14:35:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3E04D26F1C; Thu, 30 Mar 2017 14:35:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70F6C378; Thu, 30 Mar 2017 14:35:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id BA6C71AAF058; Thu, 30 Mar 2017 16:35:43 +0200 (CEST) Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> Date: Thu, 30 Mar 2017 16:35:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:35:45 -0000 On 30.03.2017 16:31, Mathieu Arnold wrote: > Le 30/03/2017 à 16:07, Torsten Zuehlsdorff a écrit : >> SUBDIR += phpunit >> + SUBDIR += phpunit6 >> > > Please remove and add it back using devel/phpunit as a base. (Also, > don't throw away the two changes I made to the port.) No, this would render devel/phpunit unusable at the current status. I added a notice, that phpunit6 requires PHP 7.0. It refuses to work with PHP 5.6. Since PHP 5.6 is our default version, this will make phpunit stop working. My current plan is to work at bumping PHP 7.0 as our default and than do your required changes. Objections? Greetings, Torsten From owner-svn-ports-all@freebsd.org Thu Mar 30 14:36:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2346DD26F5F; Thu, 30 Mar 2017 14:36:36 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4235677; Thu, 30 Mar 2017 14:36:35 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id C2C3E1AAF058; Thu, 30 Mar 2017 16:36:33 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> Date: Thu, 30 Mar 2017 16:36:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <201703301428.v2UES7RQ006227@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:36:36 -0000 On 30.03.2017 16:28, Mathieu Arnold wrote: > Author: mat > Date: Thu Mar 30 14:28:07 2017 > New Revision: 437298 > URL: https://svnweb.freebsd.org/changeset/ports/437298 > > Log: > Ports should not force the php version they use. They should, if the are broken at any other PHP version! You just created a broken port devel/phpunit6... Greetings, Torsten From owner-svn-ports-all@freebsd.org Thu Mar 30 14:40:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92C8AD2402F; Thu, 30 Mar 2017 14:40:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 32141892; Thu, 30 Mar 2017 14:40:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 144A1BDC89; Thu, 30 Mar 2017 16:40:15 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C88CEBDC85; Thu, 30 Mar 2017 16:40:14 +0200 (CEST) Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <94e11dc0-7b56-f109-030a-417cb37aeed5@FreeBSD.org> Date: Thu, 30 Mar 2017 16:40:13 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="t5PQhLIX6GVRKArWQLjeukPHQp52KxbMO" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:40:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --t5PQhLIX6GVRKArWQLjeukPHQp52KxbMO Content-Type: multipart/mixed; boundary="B9hSNUG5dGRxcB7ALW3kTMaFwHsGe0lRo"; protected-headers="v1" From: Mathieu Arnold To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <94e11dc0-7b56-f109-030a-417cb37aeed5@FreeBSD.org> Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> In-Reply-To: <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> --B9hSNUG5dGRxcB7ALW3kTMaFwHsGe0lRo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 30/03/2017 =C3=A0 16:35, Torsten Zuehlsdorff a =C3=A9crit : > > > On 30.03.2017 16:31, Mathieu Arnold wrote: >> Le 30/03/2017 =C3=A0 16:07, Torsten Zuehlsdorff a =C3=A9crit : >>> SUBDIR +=3D phpunit >>> + SUBDIR +=3D phpunit6 >>> >> >> Please remove and add it back using devel/phpunit as a base. (Also, >> don't throw away the two changes I made to the port.) > > No, this would render devel/phpunit unusable at the current status. I > added a notice, that phpunit6 requires PHP 7.0. It refuses to work > with PHP 5.6. Since PHP 5.6 is our default version, this will make > phpunit stop working. > > My current plan is to work at bumping PHP 7.0 as our default and than > do your required changes. > > Objections? I'll write this again. phpunit6 the same software as phpunit, but it is a new version. When adding a new version of some software already in the ports tree, it *must* be added as a copy of the previous version of the software, and then the files updated to reflect the fact that it is a newer version. While doing that, you must not forget that two ports must not have the same package name (make -V PKGBASE) so you must add a PKGNAMESUFFIX variable to reflect that. --=20 Mathieu Arnold --B9hSNUG5dGRxcB7ALW3kTMaFwHsGe0lRo-- --t5PQhLIX6GVRKArWQLjeukPHQp52KxbMO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY3RjOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ILJYP/1L3owu5H38vGUuo+FE9GZq+ BpEzgNoe6E5Cl23xtLHyaq+kR5Nl7xPX663LRKJ5nlA5E1f5tCaUGER2im2zTnSH ZTz+ARki0zqbcKkoewEy9TJKw2hWapLl60ivwZ7GVzyrSsv9XjPR5Q6CMN0Irgde 1G1DBujZ+hqM6Qrm2R7IBJZxZ8bKLOG7A4h5L7lH8eSsNcn4L049iRuMIqX8Qfwn vww1Lbh4xshmJz5eAS7HRYp7rMZlRSEtX1BguvoxrRLTzewuukTkWVGol4lz5SYR ZntI2fkb4Z+Nd242JeoeJ6StLXINTyUC1XRQSXIJhkDjvFuR4EzIhwakLYYNr+Lr RprDKYgCSGKuyd5kHNuppTMAxXbVT1FzY75+VyD2CB5Z8BVVmJnX4wZyjma8vqEG p9EX03puvBa6oIUi9ZeJvd27zTiMUOTjn/6dXvrd5lgjG7UKeAGrJbRugr/Z2Oo6 Hx9vql0nHltKZfab3ziS07tUUrxXzUlDiDod7JHXFyaaQeESNpjxitFctysrUHQ3 sFNyMHnd38Sr/deSDLd+FBWOTmync0HY8JoWvjmHfHN9rcfcykAi1UwrD0Z1eM0s g4XGipVl0narwu/bKW2ub9JPyYYRiwNv58tqYu/yOBAWvd7OCUwuDHxIisk6FrIE TWRRu9aMlxPufc38nNxO =WSWE -----END PGP SIGNATURE----- --t5PQhLIX6GVRKArWQLjeukPHQp52KxbMO-- From owner-svn-ports-all@freebsd.org Thu Mar 30 14:42:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A357CD24244; Thu, 30 Mar 2017 14:42:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F931BBB; Thu, 30 Mar 2017 14:42:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id E15371AAF058; Thu, 30 Mar 2017 16:42:09 +0200 (CEST) Subject: Re: svn commit: r437295 - in head/devel: . phpunit6 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301407.v2UE7Sfg097668@repo.freebsd.org> <0d844417-76ff-9c6f-83ad-6ed9c3b7f598@FreeBSD.org> <94e11dc0-7b56-f109-030a-417cb37aeed5@FreeBSD.org> From: Torsten Zuehlsdorff Message-ID: <94f5e256-650d-3d9e-2e40-35f437568d4f@FreeBSD.org> Date: Thu, 30 Mar 2017 16:42:09 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <94e11dc0-7b56-f109-030a-417cb37aeed5@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:42:11 -0000 On 30.03.2017 16:40, Mathieu Arnold wrote: > Le 30/03/2017 à 16:35, Torsten Zuehlsdorff a écrit : >> >> >> On 30.03.2017 16:31, Mathieu Arnold wrote: >>> Le 30/03/2017 à 16:07, Torsten Zuehlsdorff a écrit : >>>> SUBDIR += phpunit >>>> + SUBDIR += phpunit6 >>>> >>> >>> Please remove and add it back using devel/phpunit as a base. (Also, >>> don't throw away the two changes I made to the port.) >> >> No, this would render devel/phpunit unusable at the current status. I >> added a notice, that phpunit6 requires PHP 7.0. It refuses to work >> with PHP 5.6. Since PHP 5.6 is our default version, this will make >> phpunit stop working. >> >> My current plan is to work at bumping PHP 7.0 as our default and than >> do your required changes. >> >> Objections? > > I'll write this again. > > phpunit6 the same software as phpunit, but it is a new version. > When adding a new version of some software already in the ports tree, it > *must* be added as a copy of the previous version of the software, and > then the files updated to reflect the fact that it is a newer version. > While doing that, you must not forget that two ports must not have the > same package name (make -V PKGBASE) so you must add a PKGNAMESUFFIX > variable to reflect that. Okay, i understand this and will do. But you left out the point, that the new version is unable to run at PHP 5.6 and therefore should require a PHP version. Greetings, Torsten From owner-svn-ports-all@freebsd.org Thu Mar 30 14:43:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FCBDD2428E; Thu, 30 Mar 2017 14:43:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA0DD1A; Thu, 30 Mar 2017 14:43:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 843EDBDCAC; Thu, 30 Mar 2017 16:43:41 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 4C762BDC9F; Thu, 30 Mar 2017 16:43:41 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Torsten Zuehlsdorff , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Thu, 30 Mar 2017 16:43:40 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:43:43 -0000 Le 30/03/2017 =C3=A0 16:36, Torsten Zuehlsdorff a =C3=A9crit : > > > On 30.03.2017 16:28, Mathieu Arnold wrote: >> Author: mat >> Date: Thu Mar 30 14:28:07 2017 >> New Revision: 437298 >> URL: https://svnweb.freebsd.org/changeset/ports/437298 >> >> Log: >> Ports should not force the php version they use. > > They should, if the are broken at any other PHP version! You just > created a broken port devel/phpunit6... It is not broken, it just does not build if the default version of PHP is 5.6, which is the way it should be. --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Thu Mar 30 14:49:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6E1AD2435F; Thu, 30 Mar 2017 14:49:29 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2966F41; Thu, 30 Mar 2017 14:49:29 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 3FFEC1AAF058; Thu, 30 Mar 2017 16:49:28 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> From: Torsten Zuehlsdorff Message-ID: <673cc733-149e-23a3-5246-a9f9833e15ab@toco-domains.de> Date: Thu, 30 Mar 2017 16:49:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:49:30 -0000 On 30.03.2017 16:43, Mathieu Arnold wrote: > Le 30/03/2017 à 16:36, Torsten Zuehlsdorff a écrit : >> >> >> On 30.03.2017 16:28, Mathieu Arnold wrote: >>> Author: mat >>> Date: Thu Mar 30 14:28:07 2017 >>> New Revision: 437298 >>> URL: https://svnweb.freebsd.org/changeset/ports/437298 >>> >>> Log: >>> Ports should not force the php version they use. >> >> They should, if the are broken at any other PHP version! You just >> created a broken port devel/phpunit6... > > It is not broken, it just does not build if the default version of PHP > is 5.6, which is the way it should be. It does build fine. It just did not work when executed. You still think it should be this way? Greetings, Torsten From owner-svn-ports-all@freebsd.org Thu Mar 30 14:51:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3058CD244FE; Thu, 30 Mar 2017 14:51:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EF7BD12D; Thu, 30 Mar 2017 14:51:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 74A09BDC9B; Thu, 30 Mar 2017 16:51:12 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 26703BDC85; Thu, 30 Mar 2017 16:51:12 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Torsten Zuehlsdorff , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> <673cc733-149e-23a3-5246-a9f9833e15ab@toco-domains.de> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <3009a35d-51c3-d7b0-1aa2-dbc929c090aa@FreeBSD.org> Date: Thu, 30 Mar 2017 16:51:11 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <673cc733-149e-23a3-5246-a9f9833e15ab@toco-domains.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:51:14 -0000 Le 30/03/2017 =C3=A0 16:49, Torsten Zuehlsdorff a =C3=A9crit : > > > On 30.03.2017 16:43, Mathieu Arnold wrote: >> Le 30/03/2017 =C3=A0 16:36, Torsten Zuehlsdorff a =C3=A9crit : >>> >>> >>> On 30.03.2017 16:28, Mathieu Arnold wrote: >>>> Author: mat >>>> Date: Thu Mar 30 14:28:07 2017 >>>> New Revision: 437298 >>>> URL: https://svnweb.freebsd.org/changeset/ports/437298 >>>> >>>> Log: >>>> Ports should not force the php version they use. >>> >>> They should, if the are broken at any other PHP version! You just >>> created a broken port devel/phpunit6... >> >> It is not broken, it just does not build if the default version of PHP >> is 5.6, which is the way it should be. > > It does build fine. It just did not work when executed. You still > think it should be this way? It does not build, it has IGNORE_WITH_PHP=3D56. --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Thu Mar 30 15:01:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1CB0D24619; Thu, 30 Mar 2017 15:01:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8696492F; Thu, 30 Mar 2017 15:01:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UF1QJo020081; Thu, 30 Mar 2017 15:01:26 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UF1QU6020080; Thu, 30 Mar 2017 15:01:26 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301501.v2UF1QU6020080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 15:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437301 - head/devel/phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:01:27 -0000 Author: tz Date: Thu Mar 30 15:01:26 2017 New Revision: 437301 URL: https://svnweb.freebsd.org/changeset/ports/437301 Log: Remove devel/phpunit6 for direct recreation as repo-copy Deleted: head/devel/phpunit6/ From owner-svn-ports-all@freebsd.org Thu Mar 30 15:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5361D24853; Thu, 30 Mar 2017 15:03:17 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF68CC0; Thu, 30 Mar 2017 15:03:17 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UF3GLS022549; Thu, 30 Mar 2017 15:03:16 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UF3GuI022547; Thu, 30 Mar 2017 15:03:16 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301503.v2UF3GuI022547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 15:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437302 - head/devel/phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:03:18 -0000 Author: tz Date: Thu Mar 30 15:03:16 2017 New Revision: 437302 URL: https://svnweb.freebsd.org/changeset/ports/437302 Log: Recreate port devel/phpunit6 as repo-copy of devel/phpunit Added: head/devel/phpunit6/ - copied from r437300, head/devel/phpunit/ Modified: head/devel/phpunit6/Makefile head/devel/phpunit6/distinfo Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit/Makefile Thu Mar 30 14:33:04 2017 (r437300) +++ head/devel/phpunit6/Makefile Thu Mar 30 15:03:16 2017 (r437302) @@ -1,14 +1,14 @@ -# Created by: Torsten Zühlsdorff () +# Created by: Jochen Neumeister () # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.7.14 +PORTVERSION= 6.0.11 CATEGORIES= devel www -MASTER_SITES= https://phar.phpunit.de/ \ - http://ports.toco-domains.de/ +MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 6 EXTRACT_SUFX= .phar -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE @@ -17,6 +17,8 @@ USES= cpe php CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar +IGNORE_WITH_PHP= 56 + NO_ARCH= yes NO_BUILD= yes @@ -28,6 +30,6 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/devel/phpunit6/distinfo ============================================================================== --- head/devel/phpunit/distinfo Thu Mar 30 14:33:04 2017 (r437300) +++ head/devel/phpunit6/distinfo Thu Mar 30 15:03:16 2017 (r437302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488388935 -SHA256 (phpunit-5.7.14.phar) = fcbae5c5e90d599c2e1086e7fa8cb6cd5eded75209ab961fe4005762f11e19c9 -SIZE (phpunit-5.7.14.phar) = 3028572 +TIMESTAMP = 1490873442 +SHA256 (phpunit-6.0.11.phar) = 21cc929e9e9c2646d6975d4b143cc581c69cc955e0fdb59ca401521a247ffe2d +SIZE (phpunit-6.0.11.phar) = 2598966 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:04:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BFCCD24947; Thu, 30 Mar 2017 15:04:40 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 240A8E64; Thu, 30 Mar 2017 15:04:39 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 21FEC1AAF058; Thu, 30 Mar 2017 17:04:38 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> <673cc733-149e-23a3-5246-a9f9833e15ab@toco-domains.de> <3009a35d-51c3-d7b0-1aa2-dbc929c090aa@FreeBSD.org> From: Torsten Zuehlsdorff Message-ID: <9c842e6b-fc9e-0424-0eeb-0815e92f23c9@toco-domains.de> Date: Thu, 30 Mar 2017 17:04:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <3009a35d-51c3-d7b0-1aa2-dbc929c090aa@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:04:40 -0000 On 30.03.2017 16:51, Mathieu Arnold wrote: > Le 30/03/2017 à 16:49, Torsten Zuehlsdorff a écrit : >> >> >> On 30.03.2017 16:43, Mathieu Arnold wrote: >>> Le 30/03/2017 à 16:36, Torsten Zuehlsdorff a écrit : >>>> >>>> >>>> On 30.03.2017 16:28, Mathieu Arnold wrote: >>>>> Author: mat >>>>> Date: Thu Mar 30 14:28:07 2017 >>>>> New Revision: 437298 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/437298 >>>>> >>>>> Log: >>>>> Ports should not force the php version they use. >>>> >>>> They should, if the are broken at any other PHP version! You just >>>> created a broken port devel/phpunit6... >>> >>> It is not broken, it just does not build if the default version of PHP >>> is 5.6, which is the way it should be. >> >> It does build fine. It just did not work when executed. You still >> think it should be this way? > > It does not build, it has IGNORE_WITH_PHP=56. Ah, i see. Thanks for your explanation. I recreated the port as wanted. Greetings, Torsten From owner-svn-ports-all@freebsd.org Thu Mar 30 15:07:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA8C3D24BE5; Thu, 30 Mar 2017 15:07:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4B737A; Thu, 30 Mar 2017 15:07:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DA49BBDC91; Thu, 30 Mar 2017 17:07:05 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 82BC6BDC85; Thu, 30 Mar 2017 17:07:05 +0200 (CEST) Subject: Re: svn commit: r437302 - head/devel/phpunit6 To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301503.v2UF3GuI022547@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <11853122-56f6-8792-f104-0c8cf5e5ee65@FreeBSD.org> Date: Thu, 30 Mar 2017 17:07:03 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703301503.v2UF3GuI022547@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DONHqsId0XrusMs5r3m07a4qQ9rxDV9Pp" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:07:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DONHqsId0XrusMs5r3m07a4qQ9rxDV9Pp Content-Type: multipart/mixed; boundary="3JEM89n33Uhlip7JFtDjbM6g8HGk7Ld95"; protected-headers="v1" From: Mathieu Arnold To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <11853122-56f6-8792-f104-0c8cf5e5ee65@FreeBSD.org> Subject: Re: svn commit: r437302 - head/devel/phpunit6 References: <201703301503.v2UF3GuI022547@repo.freebsd.org> In-Reply-To: <201703301503.v2UF3GuI022547@repo.freebsd.org> --3JEM89n33Uhlip7JFtDjbM6g8HGk7Ld95 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 30/03/2017 =C3=A0 17:03, Torsten Zuehlsdorff a =C3=A9crit : > Author: tz > Date: Thu Mar 30 15:03:16 2017 > New Revision: 437302 > URL: https://svnweb.freebsd.org/changeset/ports/437302 > > Log: > Recreate port devel/phpunit6 as repo-copy of devel/phpunit Thank you. --=20 Mathieu Arnold --3JEM89n33Uhlip7JFtDjbM6g8HGk7Ld95-- --DONHqsId0XrusMs5r3m07a4qQ9rxDV9Pp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY3R8YXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IhJMQAJcuuZC9AfwpC6nrO565HZ/R odAYCOMLAasyUftbJY0SQgbP1xvzCVOFODUxQtpHvcoAYmU1c30+8anV0ObQwHl3 M0Ufvo7I6IucPMhi21K05wFbhM8MC35hCwszc5WiX9gVNXR7eiFVkLEzzlloeR9b fc7beY7jZtP/wZEc3Q5Phb7nPW0PQ9OCBaEFL0wPvgd3Jc1Fj4YbJuoGfHB7qm0e PvUyZVYEMnuXZRSNe2/ndbemlr8roZ6NVzEqtXowUKdJ1nm8aYNI5D3WDpY5ixqV mLEOKiSZ6K1g9cSmJABHtvmfsDxPHn3oE0fsaGDq8+U+eb1MZA7uPjPSOoE19JTv 2yOTjeLTUPFbr9eTXSn7pxOT4+Cmct9McaZbNt5jXGiLVr0Rf3IRNJ9bvoJtkwOh fuKxvmfmyPnwyp3FEN2U40W3/ABi/I3873ES5fscAOIuYpgXuvFshPdEJILj0xwW cOs6qsBzTExqWWINcMJXYaPwkI4Q+tRQbjGtbk934pN5faYSEuIBNVXOEWfIxEno wx4fih8gINL/ZxTfPQ1sSyloHeBBPz117L0I7stqvTUzbIdQ/64aSb2ZY+DLXmIU l5Q8U36BN3piAebML/EYOJMHjIrogVga6givyX48lShk9vcKgu3Uj+g9g/RGeOhG d2Z4LeQ9dliGQfw0jw5Q =+YrF -----END PGP SIGNATURE----- --DONHqsId0XrusMs5r3m07a4qQ9rxDV9Pp-- From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5DECD24E81; Thu, 30 Mar 2017 15:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95197BC8; Thu, 30 Mar 2017 15:13: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 v2UFD0IM026744; Thu, 30 Mar 2017 15:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFD0Bj026742; Thu, 30 Mar 2017 15:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFD0Bj026742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437303 - head/dns/dnscap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:01 -0000 Author: sunpoet Date: Thu Mar 30 15:13:00 2017 New Revision: 437303 URL: https://svnweb.freebsd.org/changeset/ports/437303 Log: Update to 1.4.1 Changes: https://github.com/DNS-OARC/dnscap/releases Modified: head/dns/dnscap/Makefile head/dns/dnscap/distinfo Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Thu Mar 30 15:03:16 2017 (r437302) +++ head/dns/dnscap/Makefile Thu Mar 30 15:13:00 2017 (r437303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ Modified: head/dns/dnscap/distinfo ============================================================================== --- head/dns/dnscap/distinfo Thu Mar 30 15:03:16 2017 (r437302) +++ head/dns/dnscap/distinfo Thu Mar 30 15:13:00 2017 (r437303) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488275916 -SHA256 (dnscap-1.4.0.tar.gz) = 0f3e89bb3ff19ff9b159589b17a6437d6e32e93ef9b57ff338e0589a1e73a6ed -SIZE (dnscap-1.4.0.tar.gz) = 426245 +TIMESTAMP = 1490876922 +SHA256 (dnscap-1.4.1.tar.gz) = c65342c198caeabfa09d97126e07cb32e90cba98daddb622507dd606d018a024 +SIZE (dnscap-1.4.1.tar.gz) = 431998 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23DD1D24E98; Thu, 30 Mar 2017 15:13:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4ACCBD8; Thu, 30 Mar 2017 15:13:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFD4Zc026862; Thu, 30 Mar 2017 15:13:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFD4JV026860; Thu, 30 Mar 2017 15:13:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFD4JV026860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437304 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:06 -0000 Author: sunpoet Date: Thu Mar 30 15:13:04 2017 New Revision: 437304 URL: https://svnweb.freebsd.org/changeset/ports/437304 Log: Update to 3.0231 Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Thu Mar 30 15:13:00 2017 (r437303) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Thu Mar 30 15:13:04 2017 (r437304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0230 +PORTVERSION= 3.0231 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Thu Mar 30 15:13:00 2017 (r437303) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Thu Mar 30 15:13:04 2017 (r437304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489392778 -SHA256 (Cpanel-JSON-XS-3.0230.tar.gz) = 617def67b4e58297b41fa93edb2fba881714cd2c768a5304e83bf86a7af5e820 -SIZE (Cpanel-JSON-XS-3.0230.tar.gz) = 215842 +TIMESTAMP = 1490876936 +SHA256 (Cpanel-JSON-XS-3.0231.tar.gz) = 3670606c1ae4fce31c1c35c43f9344ac3639932e80ab2f3c5a31bdc452578c83 +SIZE (Cpanel-JSON-XS-3.0231.tar.gz) = 216155 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FDDFD24ED1; Thu, 30 Mar 2017 15:13:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B9F7C22; Thu, 30 Mar 2017 15:13: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 v2UFDAIi026982; Thu, 30 Mar 2017 15:13:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDAXZ026980; Thu, 30 Mar 2017 15:13:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDAXZ026980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437305 - head/devel/p5-MetaCPAN-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:11 -0000 Author: sunpoet Date: Thu Mar 30 15:13:09 2017 New Revision: 437305 URL: https://svnweb.freebsd.org/changeset/ports/437305 Log: Update to 2.009001 Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes Modified: head/devel/p5-MetaCPAN-Client/Makefile head/devel/p5-MetaCPAN-Client/distinfo Modified: head/devel/p5-MetaCPAN-Client/Makefile ============================================================================== --- head/devel/p5-MetaCPAN-Client/Makefile Thu Mar 30 15:13:04 2017 (r437304) +++ head/devel/p5-MetaCPAN-Client/Makefile Thu Mar 30 15:13:09 2017 (r437305) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MetaCPAN-Client -PORTVERSION= 2.009000 +PORTVERSION= 2.009001 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MICKEY @@ -26,7 +26,7 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=1.42:se RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-Test-Requires>=0:devel/p5-Test-Requires + p5-Test-Needs>=0.002005:devel/p5-Test-Needs NO_ARCH= yes USE_PERL5= configure Modified: head/devel/p5-MetaCPAN-Client/distinfo ============================================================================== --- head/devel/p5-MetaCPAN-Client/distinfo Thu Mar 30 15:13:04 2017 (r437304) +++ head/devel/p5-MetaCPAN-Client/distinfo Thu Mar 30 15:13:09 2017 (r437305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490413259 -SHA256 (MetaCPAN-Client-2.009000.tar.gz) = f71979ace76e61a865daec6efdcb9f31eba785be77570410b429abf857382bf1 -SIZE (MetaCPAN-Client-2.009000.tar.gz) = 48386 +TIMESTAMP = 1490876956 +SHA256 (MetaCPAN-Client-2.009001.tar.gz) = b40e7f9a76a7e51e28a6f3a524e46a3232693f64175e3f219a6ce0215598dcb1 +SIZE (MetaCPAN-Client-2.009001.tar.gz) = 48462 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1426BD24EFE; Thu, 30 Mar 2017 15:13: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 D3BA8C6E; Thu, 30 Mar 2017 15:13:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDEiq027101; Thu, 30 Mar 2017 15:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDEWa027099; Thu, 30 Mar 2017 15:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDEWa027099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437306 - head/devel/rubygem-fluent-logger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:16 -0000 Author: sunpoet Date: Thu Mar 30 15:13:14 2017 New Revision: 437306 URL: https://svnweb.freebsd.org/changeset/ports/437306 Log: Update to 0.6.3 Changes: https://github.com/fluent/fluent-logger-ruby/blob/master/ChangeLog Modified: head/devel/rubygem-fluent-logger/Makefile head/devel/rubygem-fluent-logger/distinfo Modified: head/devel/rubygem-fluent-logger/Makefile ============================================================================== --- head/devel/rubygem-fluent-logger/Makefile Thu Mar 30 15:13:09 2017 (r437305) +++ head/devel/rubygem-fluent-logger/Makefile Thu Mar 30 15:13:14 2017 (r437306) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fluent-logger -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fluent-logger/distinfo ============================================================================== --- head/devel/rubygem-fluent-logger/distinfo Thu Mar 30 15:13:09 2017 (r437305) +++ head/devel/rubygem-fluent-logger/distinfo Thu Mar 30 15:13:14 2017 (r437306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484666356 -SHA256 (rubygem/fluent-logger-0.6.2.gem) = b9d065d2e72d38f650355a3dc162b4bca3244f08c1ada78887e31edfa79578bc -SIZE (rubygem/fluent-logger-0.6.2.gem) = 16384 +TIMESTAMP = 1490876964 +SHA256 (rubygem/fluent-logger-0.6.3.gem) = 0d29873053a1a8fd24cb7e576ebbcfbc301a07b24b3f0eea9f7eed0f56a5d591 +SIZE (rubygem/fluent-logger-0.6.3.gem) = 16896 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322D4D24F34; Thu, 30 Mar 2017 15:13: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 F3005CA6; Thu, 30 Mar 2017 15:13: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 v2UFDKMK027221; Thu, 30 Mar 2017 15:13:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDJ19027219; Thu, 30 Mar 2017 15:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDJ19027219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437307 - head/devel/rubygem-gettext-setup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:21 -0000 Author: sunpoet Date: Thu Mar 30 15:13:19 2017 New Revision: 437307 URL: https://svnweb.freebsd.org/changeset/ports/437307 Log: Update to 0.20 Changes: https://github.com/puppetlabs/gettext-setup-gem/commits/master Modified: head/devel/rubygem-gettext-setup/Makefile head/devel/rubygem-gettext-setup/distinfo Modified: head/devel/rubygem-gettext-setup/Makefile ============================================================================== --- head/devel/rubygem-gettext-setup/Makefile Thu Mar 30 15:13:14 2017 (r437306) +++ head/devel/rubygem-gettext-setup/Makefile Thu Mar 30 15:13:19 2017 (r437307) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gettext-setup -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gettext-setup/distinfo ============================================================================== --- head/devel/rubygem-gettext-setup/distinfo Thu Mar 30 15:13:14 2017 (r437306) +++ head/devel/rubygem-gettext-setup/distinfo Thu Mar 30 15:13:19 2017 (r437307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490196423 -SHA256 (rubygem/gettext-setup-0.18.gem) = f044faeedf3c245e1bf0452eb342b4266abee399e165d08b0a170057e7cbfe83 -SIZE (rubygem/gettext-setup-0.18.gem) = 12288 +TIMESTAMP = 1490877663 +SHA256 (rubygem/gettext-setup-0.20.gem) = f889047c49dd5e68bb1b2c818436a2092f23983ef22417e6df2f36635eb36c4c +SIZE (rubygem/gettext-setup-0.20.gem) = 11776 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D00D24F6E; Thu, 30 Mar 2017 15:13:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0D37CFE; Thu, 30 Mar 2017 15:13:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDTMm027459; Thu, 30 Mar 2017 15:13:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDSQi027457; Thu, 30 Mar 2017 15:13:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDSQi027457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437309 - head/print/rubygem-rbpdf-font X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:30 -0000 Author: sunpoet Date: Thu Mar 30 15:13:28 2017 New Revision: 437309 URL: https://svnweb.freebsd.org/changeset/ports/437309 Log: Update to 1.19.1 Changes: https://github.com/naitoh/rbpdf/blob/master/rbpdf-font/CHANGELOG Modified: head/print/rubygem-rbpdf-font/Makefile head/print/rubygem-rbpdf-font/distinfo Modified: head/print/rubygem-rbpdf-font/Makefile ============================================================================== --- head/print/rubygem-rbpdf-font/Makefile Thu Mar 30 15:13:24 2017 (r437308) +++ head/print/rubygem-rbpdf-font/Makefile Thu Mar 30 15:13:28 2017 (r437309) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rbpdf-font -PORTVERSION= 1.19.0 +PORTVERSION= 1.19.1 CATEGORIES= print rubygems MASTER_SITES= RG Modified: head/print/rubygem-rbpdf-font/distinfo ============================================================================== --- head/print/rubygem-rbpdf-font/distinfo Thu Mar 30 15:13:24 2017 (r437308) +++ head/print/rubygem-rbpdf-font/distinfo Thu Mar 30 15:13:28 2017 (r437309) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rbpdf-font-1.19.0.gem) = 2304ff2605dd7bce2334aacee8526a9c865bb4c28e9ec8338a60f5d62017e89b -SIZE (rubygem/rbpdf-font-1.19.0.gem) = 9559040 +TIMESTAMP = 1490877046 +SHA256 (rubygem/rbpdf-font-1.19.1.gem) = 3b3498ea4f9e71bea0f7a069408d50c3c4e85b1aa496e22f2ee8b84d28c8b45f +SIZE (rubygem/rbpdf-font-1.19.1.gem) = 9571840 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6FA2D24FA2; Thu, 30 Mar 2017 15:13: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 93D78D19; Thu, 30 Mar 2017 15:13:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDX5Q027580; Thu, 30 Mar 2017 15:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDX8P027578; Thu, 30 Mar 2017 15:13:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDX8P027578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437310 - head/devel/p5-Config-Any X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:34 -0000 Author: sunpoet Date: Thu Mar 30 15:13:33 2017 New Revision: 437310 URL: https://svnweb.freebsd.org/changeset/ports/437310 Log: Update to 0.30 Changes: http://search.cpan.org/dist/Config-Any/Changes Modified: head/devel/p5-Config-Any/Makefile head/devel/p5-Config-Any/distinfo Modified: head/devel/p5-Config-Any/Makefile ============================================================================== --- head/devel/p5-Config-Any/Makefile Thu Mar 30 15:13:28 2017 (r437309) +++ head/devel/p5-Config-Any/Makefile Thu Mar 30 15:13:33 2017 (r437310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Any -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Any/distinfo ============================================================================== --- head/devel/p5-Config-Any/distinfo Thu Mar 30 15:13:28 2017 (r437309) +++ head/devel/p5-Config-Any/distinfo Thu Mar 30 15:13:33 2017 (r437310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488261272 -SHA256 (Config-Any-0.29.tar.gz) = 5793cba5b2c3620d4f466fd1fcb81dbbd43c5aa23116fe0f10b93ce2f95381a9 -SIZE (Config-Any-0.29.tar.gz) = 22124 +TIMESTAMP = 1490877059 +SHA256 (Config-Any-0.30.tar.gz) = 257e29ff52fcfdd3f9a1d8deb6c63d18d32c4257ab8f2c090164528fd0a23cc0 +SIZE (Config-Any-0.30.tar.gz) = 20026 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A87A2D24FDF; Thu, 30 Mar 2017 15:13:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F740D4A; Thu, 30 Mar 2017 15:13:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDc69027699; Thu, 30 Mar 2017 15:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDcko027697; Thu, 30 Mar 2017 15:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDcko027697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437311 - head/devel/p5-Test-Output X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:39 -0000 Author: sunpoet Date: Thu Mar 30 15:13:38 2017 New Revision: 437311 URL: https://svnweb.freebsd.org/changeset/ports/437311 Log: Update to 1.031 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Output/Changes Modified: head/devel/p5-Test-Output/Makefile head/devel/p5-Test-Output/distinfo Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Thu Mar 30 15:13:33 2017 (r437310) +++ head/devel/p5-Test-Output/Makefile Thu Mar 30 15:13:38 2017 (r437311) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= Test-Output -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.03.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Utilities to test STDOUT and STDERR messages @@ -14,17 +14,11 @@ COMMENT= Utilities to test STDOUT and ST LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny \ - p5-Sub-Exporter>=0:devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Test-Output/distinfo ============================================================================== --- head/devel/p5-Test-Output/distinfo Thu Mar 30 15:13:33 2017 (r437310) +++ head/devel/p5-Test-Output/distinfo Thu Mar 30 15:13:38 2017 (r437311) @@ -1,2 +1,3 @@ -SHA256 (Test-Output-1.03.tar.gz) = 3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 -SIZE (Test-Output-1.03.tar.gz) = 12346 +TIMESTAMP = 1490878075 +SHA256 (Test-Output-1.031.tar.gz) = f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4 +SIZE (Test-Output-1.031.tar.gz) = 16821 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6688AD26012; Thu, 30 Mar 2017 15:13:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2903AD88; Thu, 30 Mar 2017 15:13:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDhaJ027837; Thu, 30 Mar 2017 15:13:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDhWG027834; Thu, 30 Mar 2017 15:13:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDhWG027834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437312 - head/www/p5-Perlanet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:44 -0000 Author: sunpoet Date: Thu Mar 30 15:13:42 2017 New Revision: 437312 URL: https://svnweb.freebsd.org/changeset/ports/437312 Log: Update to 0.58 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Perlanet/Changes Modified: head/www/p5-Perlanet/Makefile head/www/p5-Perlanet/distinfo head/www/p5-Perlanet/pkg-plist Modified: head/www/p5-Perlanet/Makefile ============================================================================== --- head/www/p5-Perlanet/Makefile Thu Mar 30 15:13:38 2017 (r437311) +++ head/www/p5-Perlanet/Makefile Thu Mar 30 15:13:42 2017 (r437312) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Perlanet -PORTVERSION= 0.56 -PORTREVISION= 2 +PORTVERSION= 0.58 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAVECROSS @@ -26,9 +25,11 @@ BUILD_DEPENDS= p5-CHI>=0:devel/p5-CHI \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-URI>=0:net/p5-URI \ p5-XML-Feed>=0.22:textproc/p5-XML-Feed \ - p5-YAML>=0:textproc/p5-YAML + p5-YAML>=0:textproc/p5-YAML \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/www/p5-Perlanet/distinfo ============================================================================== --- head/www/p5-Perlanet/distinfo Thu Mar 30 15:13:38 2017 (r437311) +++ head/www/p5-Perlanet/distinfo Thu Mar 30 15:13:42 2017 (r437312) @@ -1,2 +1,3 @@ -SHA256 (Perlanet-0.56.tar.gz) = f8c9de981a6cfe155d6dbfbb8773c279acf0078987f594ce84d2c41fb74f05e1 -SIZE (Perlanet-0.56.tar.gz) = 63283 +TIMESTAMP = 1490877093 +SHA256 (Perlanet-0.58.tar.gz) = ecb927af186fdd0a9f1d9865db496f97b05959044fcae946c12bc0c66ea56004 +SIZE (Perlanet-0.58.tar.gz) = 63190 Modified: head/www/p5-Perlanet/pkg-plist ============================================================================== --- head/www/p5-Perlanet/pkg-plist Thu Mar 30 15:13:38 2017 (r437311) +++ head/www/p5-Perlanet/pkg-plist Thu Mar 30 15:13:42 2017 (r437312) @@ -1,15 +1,4 @@ bin/perlanet -%%PERL5_MAN3%%/Perlanet.3.gz -%%PERL5_MAN3%%/Perlanet::Entry.3.gz -%%PERL5_MAN3%%/Perlanet::Feed.3.gz -%%PERL5_MAN3%%/Perlanet::Simple.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::Cache.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::FeedFile.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::OPML.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::Scrubber.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::TemplateToolkit.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::Tidy.3.gz -%%PERL5_MAN3%%/Perlanet::Trait::YAMLConfig.3.gz %%SITE_PERL%%/Perlanet.pm %%SITE_PERL%%/Perlanet/Entry.pm %%SITE_PERL%%/Perlanet/Feed.pm @@ -22,3 +11,14 @@ bin/perlanet %%SITE_PERL%%/Perlanet/Trait/Tidy.pm %%SITE_PERL%%/Perlanet/Trait/YAMLConfig.pm %%PERL5_MAN1%%/perlanet.1.gz +%%PERL5_MAN3%%/Perlanet.3.gz +%%PERL5_MAN3%%/Perlanet::Entry.3.gz +%%PERL5_MAN3%%/Perlanet::Feed.3.gz +%%PERL5_MAN3%%/Perlanet::Simple.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::Cache.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::FeedFile.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::OPML.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::Scrubber.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::TemplateToolkit.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::Tidy.3.gz +%%PERL5_MAN3%%/Perlanet::Trait::YAMLConfig.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CF77D2605C; Thu, 30 Mar 2017 15:13: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 CDB6FDE3; Thu, 30 Mar 2017 15:13:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDq5F028076; Thu, 30 Mar 2017 15:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDq7U028074; Thu, 30 Mar 2017 15:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDq7U028074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437314 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:54 -0000 Author: sunpoet Date: Thu Mar 30 15:13:52 2017 New Revision: 437314 URL: https://svnweb.freebsd.org/changeset/ports/437314 Log: Update to 2.8.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 30 15:13:47 2017 (r437313) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Mar 30 15:13:52 2017 (r437314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.8.13 +PORTVERSION= 2.8.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 30 15:13:47 2017 (r437313) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Mar 30 15:13:52 2017 (r437314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490804860 -SHA256 (rubygem/aws-sdk-resources-2.8.13.gem) = eae5e6f5f3caf428687352548f7799d3b1781f17072d357889cdf0c326d12f0c -SIZE (rubygem/aws-sdk-resources-2.8.13.gem) = 47104 +TIMESTAMP = 1490877111 +SHA256 (rubygem/aws-sdk-resources-2.8.14.gem) = 5d6ebf960138539210a1bb66d78183754ce0a9ab57d8071f10000052ed2b3691 +SIZE (rubygem/aws-sdk-resources-2.8.14.gem) = 47104 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:13:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9550D2608C; Thu, 30 Mar 2017 15:13: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 A5B1AE08; Thu, 30 Mar 2017 15:13:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDvBf028199; Thu, 30 Mar 2017 15:13:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDvoi028197; Thu, 30 Mar 2017 15:13:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDvoi028197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437315 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:13:59 -0000 Author: sunpoet Date: Thu Mar 30 15:13:57 2017 New Revision: 437315 URL: https://svnweb.freebsd.org/changeset/ports/437315 Log: Update to 2.8.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Mar 30 15:13:52 2017 (r437314) +++ head/devel/rubygem-aws-sdk/Makefile Thu Mar 30 15:13:57 2017 (r437315) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.8.13 +PORTVERSION= 2.8.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Mar 30 15:13:52 2017 (r437314) +++ head/devel/rubygem-aws-sdk/distinfo Thu Mar 30 15:13:57 2017 (r437315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490804864 -SHA256 (rubygem/aws-sdk-2.8.13.gem) = 89f1bae3405bdb0003de5b5e6d8d4f6794ab16a1d4186e489e5a16f837b9a65c -SIZE (rubygem/aws-sdk-2.8.13.gem) = 4608 +TIMESTAMP = 1490877117 +SHA256 (rubygem/aws-sdk-2.8.14.gem) = ebb8de88999d68fc3a0b3485a0b938d3c703da597e694b15bec3c28c8386ed4e +SIZE (rubygem/aws-sdk-2.8.14.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9370D260AF; Thu, 30 Mar 2017 15:14: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 8C321E35; Thu, 30 Mar 2017 15:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFE2Jm028324; Thu, 30 Mar 2017 15:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFE23J028322; Thu, 30 Mar 2017 15:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301514.v2UFE23J028322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437316 - head/devel/rubygem-web-console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:04 -0000 Author: sunpoet Date: Thu Mar 30 15:14:02 2017 New Revision: 437316 URL: https://svnweb.freebsd.org/changeset/ports/437316 Log: Update to 3.5.0 Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown Modified: head/devel/rubygem-web-console/Makefile head/devel/rubygem-web-console/distinfo Modified: head/devel/rubygem-web-console/Makefile ============================================================================== --- head/devel/rubygem-web-console/Makefile Thu Mar 30 15:13:57 2017 (r437315) +++ head/devel/rubygem-web-console/Makefile Thu Mar 30 15:14:02 2017 (r437316) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= web-console -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,9 +11,10 @@ COMMENT= Debugging tool for your Ruby on LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel4>=4.2:databases/rubygem-activemodel4 \ - rubygem-debug_inspector>=0:devel/rubygem-debug_inspector \ - rubygem-railties4>=4.2:www/rubygem-railties4 +RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ + rubygem-actionview5>=5.0:devel/rubygem-actionview5 \ + rubygem-bindex>=0:devel/rubygem-bindex \ + rubygem-railties5>=5.0:www/rubygem-railties5 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-web-console/distinfo ============================================================================== --- head/devel/rubygem-web-console/distinfo Thu Mar 30 15:13:57 2017 (r437315) +++ head/devel/rubygem-web-console/distinfo Thu Mar 30 15:14:02 2017 (r437316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483346789 -SHA256 (rubygem/web-console-3.4.0.gem) = 16527bd9116aecf2c3ac7fcf40e220b06c8ae6122ab45edb4397e2a60437dbf1 -SIZE (rubygem/web-console-3.4.0.gem) = 28160 +TIMESTAMP = 1490877125 +SHA256 (rubygem/web-console-3.5.0.gem) = 99b10137a9da73bdd1da1c66471021ebd67e7772c1b13f2ac7eacdea7ab18e0c +SIZE (rubygem/web-console-3.5.0.gem) = 27136 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FDDBD260D6; Thu, 30 Mar 2017 15:14:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03A5E5B; Thu, 30 Mar 2017 15:14:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFE6Co028454; Thu, 30 Mar 2017 15:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFE60h028452; Thu, 30 Mar 2017 15:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301514.v2UFE60h028452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437317 - in head/print/rubygem-rbpdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:08 -0000 Author: sunpoet Date: Thu Mar 30 15:14:06 2017 New Revision: 437317 URL: https://svnweb.freebsd.org/changeset/ports/437317 Log: Update to 1.19.1 Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG Deleted: head/print/rubygem-rbpdf/files/ Modified: head/print/rubygem-rbpdf/Makefile head/print/rubygem-rbpdf/distinfo Modified: head/print/rubygem-rbpdf/Makefile ============================================================================== --- head/print/rubygem-rbpdf/Makefile Thu Mar 30 15:14:02 2017 (r437316) +++ head/print/rubygem-rbpdf/Makefile Thu Mar 30 15:14:06 2017 (r437317) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rbpdf -PORTVERSION= 1.19.0 +PORTVERSION= 1.19.1 CATEGORIES= print rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Ruby library for creating ERB e LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \ +RUN_DEPENDS= rubygem-htmlentities>=0:textproc/rubygem-htmlentities \ rubygem-rbpdf-font>=${PORTVERSION}:print/rubygem-rbpdf-font NO_ARCH= yes Modified: head/print/rubygem-rbpdf/distinfo ============================================================================== --- head/print/rubygem-rbpdf/distinfo Thu Mar 30 15:14:02 2017 (r437316) +++ head/print/rubygem-rbpdf/distinfo Thu Mar 30 15:14:06 2017 (r437317) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rbpdf-1.19.0.gem) = 6fb408bda05c81f27af4a73abd13a20de8b485a6b2752502645cf3d2cb9eb89c -SIZE (rubygem/rbpdf-1.19.0.gem) = 291840 +TIMESTAMP = 1490877135 +SHA256 (rubygem/rbpdf-1.19.1.gem) = 405c47ab1fe0fdfa7c80c2d49a07e32fd4fefd6e65d0febbd381caa718203821 +SIZE (rubygem/rbpdf-1.19.1.gem) = 524800 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78ABFD2610B; Thu, 30 Mar 2017 15:14: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 42E3AE7F; Thu, 30 Mar 2017 15:14: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 v2UFEBkl028575; Thu, 30 Mar 2017 15:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFEBrW028573; Thu, 30 Mar 2017 15:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301514.v2UFEBrW028573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437318 - head/sysutils/rubygem-smart_proxy_salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:12 -0000 Author: sunpoet Date: Thu Mar 30 15:14:11 2017 New Revision: 437318 URL: https://svnweb.freebsd.org/changeset/ports/437318 Log: Update to 2.1.8 Changes: https://github.com/theforeman/smart_proxy_salt/releases https://github.com/theforeman/smart_proxy_salt/commits/master Modified: head/sysutils/rubygem-smart_proxy_salt/Makefile head/sysutils/rubygem-smart_proxy_salt/distinfo Modified: head/sysutils/rubygem-smart_proxy_salt/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_salt/Makefile Thu Mar 30 15:14:06 2017 (r437317) +++ head/sysutils/rubygem-smart_proxy_salt/Makefile Thu Mar 30 15:14:11 2017 (r437318) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_salt -PORTVERSION= 2.1.7 +PORTVERSION= 2.1.8 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_salt/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_salt/distinfo Thu Mar 30 15:14:06 2017 (r437317) +++ head/sysutils/rubygem-smart_proxy_salt/distinfo Thu Mar 30 15:14:11 2017 (r437318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483196952 -SHA256 (rubygem/smart_proxy_salt-2.1.7.gem) = 459ad0fbac31f50298056506db02f704de75a1535a9658173c6353377caa0620 -SIZE (rubygem/smart_proxy_salt-2.1.7.gem) = 23552 +TIMESTAMP = 1490877145 +SHA256 (rubygem/smart_proxy_salt-2.1.8.gem) = 5af5cc26a7b880019ff1f1227b2d9ea41b1efe3615d2631cd6c462136bbc6aa0 +SIZE (rubygem/smart_proxy_salt-2.1.8.gem) = 23552 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDED3D26139; Thu, 30 Mar 2017 15:14: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 9D75AEAA; Thu, 30 Mar 2017 15:14: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 v2UFEFHe028693; Thu, 30 Mar 2017 15:14:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFEFJ3028691; Thu, 30 Mar 2017 15:14:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301514.v2UFEFJ3028691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437319 - head/www/rubygem-addressable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:16 -0000 Author: sunpoet Date: Thu Mar 30 15:14:15 2017 New Revision: 437319 URL: https://svnweb.freebsd.org/changeset/ports/437319 Log: Update to 2.5.1 Changes: https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md Modified: head/www/rubygem-addressable/Makefile head/www/rubygem-addressable/distinfo Modified: head/www/rubygem-addressable/Makefile ============================================================================== --- head/www/rubygem-addressable/Makefile Thu Mar 30 15:14:11 2017 (r437318) +++ head/www/rubygem-addressable/Makefile Thu Mar 30 15:14:15 2017 (r437319) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= addressable -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= www devel rubygems MASTER_SITES= RG Modified: head/www/rubygem-addressable/distinfo ============================================================================== --- head/www/rubygem-addressable/distinfo Thu Mar 30 15:14:11 2017 (r437318) +++ head/www/rubygem-addressable/distinfo Thu Mar 30 15:14:15 2017 (r437319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483023436 -SHA256 (rubygem/addressable-2.5.0.gem) = bc5bf921b39640675fbb3484cdb45e4241b4c88d8d5a7d85a3985424ad02b9c8 -SIZE (rubygem/addressable-2.5.0.gem) = 103424 +TIMESTAMP = 1490877153 +SHA256 (rubygem/addressable-2.5.1.gem) = b09603b313a94fa3674d8fbaae77cc7c778e9d3cde5fea3b7c1fe447941818c5 +SIZE (rubygem/addressable-2.5.1.gem) = 103424 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9892CD26182; Thu, 30 Mar 2017 15:14:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 682F6F5D; Thu, 30 Mar 2017 15:14: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 v2UFDOOW027341; Thu, 30 Mar 2017 15:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDOLe027339; Thu, 30 Mar 2017 15:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDOLe027339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437308 - head/net/rubygem-fog-aws X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:40 -0000 Author: sunpoet Date: Thu Mar 30 15:13:24 2017 New Revision: 437308 URL: https://svnweb.freebsd.org/changeset/ports/437308 Log: Update to 1.3.0 Changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-aws/Makefile head/net/rubygem-fog-aws/distinfo Modified: head/net/rubygem-fog-aws/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Thu Mar 30 15:13:19 2017 (r437307) +++ head/net/rubygem-fog-aws/Makefile Thu Mar 30 15:13:24 2017 (r437308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aws/distinfo ============================================================================== --- head/net/rubygem-fog-aws/distinfo Thu Mar 30 15:13:19 2017 (r437307) +++ head/net/rubygem-fog-aws/distinfo Thu Mar 30 15:13:24 2017 (r437308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489077604 -SHA256 (rubygem/fog-aws-1.2.1.gem) = c40f073b3a4cb62927980ce7264e5e9db2d32e1e9d0ab53e12aa25107338b799 -SIZE (rubygem/fog-aws-1.2.1.gem) = 528896 +TIMESTAMP = 1490876980 +SHA256 (rubygem/fog-aws-1.3.0.gem) = c3d2c2a0f715e4c4ba41124b1174a2b9c3631ecf6d2c6664e0a5a8a8545d7fcb +SIZE (rubygem/fog-aws-1.3.0.gem) = 532480 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:15:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A041D261BF; Thu, 30 Mar 2017 15:15:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 198F888; Thu, 30 Mar 2017 15:15:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFDm8Y027958; Thu, 30 Mar 2017 15:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFDmg7027955; Thu, 30 Mar 2017 15:13:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301513.v2UFDmg7027955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437313 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:15:04 -0000 Author: sunpoet Date: Thu Mar 30 15:13:47 2017 New Revision: 437313 URL: https://svnweb.freebsd.org/changeset/ports/437313 Log: Update to 2.8.14 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 30 15:13:42 2017 (r437312) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Mar 30 15:13:47 2017 (r437313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.8.13 +PORTVERSION= 2.8.14 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 30 15:13:42 2017 (r437312) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Mar 30 15:13:47 2017 (r437313) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490804854 -SHA256 (rubygem/aws-sdk-core-2.8.13.gem) = e30d0572edac20bf8bab6e37131a7555826d2bf181a4c74c74e5b3238ba0b062 -SIZE (rubygem/aws-sdk-core-2.8.13.gem) = 981504 +TIMESTAMP = 1490877104 +SHA256 (rubygem/aws-sdk-core-2.8.14.gem) = 8d74177fd947219489df2500cff3d344f2de300009ad7c4946d882ee556edf4b +SIZE (rubygem/aws-sdk-core-2.8.14.gem) = 981504 From owner-svn-ports-all@freebsd.org Thu Mar 30 15:16:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B8DBD261F9; Thu, 30 Mar 2017 15:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9B9201; Thu, 30 Mar 2017 15:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFG9b8028914; Thu, 30 Mar 2017 15:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFG80K028910; Thu, 30 Mar 2017 15:16:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301516.v2UFG80K028910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437320 - in head/devel: . rubygem-bindex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:16:10 -0000 Author: sunpoet Date: Thu Mar 30 15:16:08 2017 New Revision: 437320 URL: https://svnweb.freebsd.org/changeset/ports/437320 Log: Add rubygem-bindex 0.5.0 When Ruby raises an exception, it leaves you a backtrace to help you figure out where did the exception originated in. Bindex gives you the bindings as well. This can help you introspect the state of the Ruby program when at the point the exception occurred. WWW: https://github.com/gsamokovarov/bindex Added: head/devel/rubygem-bindex/ head/devel/rubygem-bindex/Makefile (contents, props changed) head/devel/rubygem-bindex/distinfo (contents, props changed) head/devel/rubygem-bindex/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 15:14:15 2017 (r437319) +++ head/devel/Makefile Thu Mar 30 15:16:08 2017 (r437320) @@ -5136,6 +5136,7 @@ SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata + SUBDIR += rubygem-bindex SUBDIR += rubygem-binding_of_caller SUBDIR += rubygem-bit-struct SUBDIR += rubygem-blankslate Added: head/devel/rubygem-bindex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bindex/Makefile Thu Mar 30 15:16:08 2017 (r437320) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= bindex +PORTVERSION= 0.5.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Bindings for your Ruby exceptions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-bindex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bindex/distinfo Thu Mar 30 15:16:08 2017 (r437320) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490878391 +SHA256 (rubygem/bindex-0.5.0.gem) = 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3 +SIZE (rubygem/bindex-0.5.0.gem) = 18432 Added: head/devel/rubygem-bindex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bindex/pkg-descr Thu Mar 30 15:16:08 2017 (r437320) @@ -0,0 +1,6 @@ +When Ruby raises an exception, it leaves you a backtrace to help you figure out +where did the exception originated in. Bindex gives you the bindings as well. +This can help you introspect the state of the Ruby program when at the point the +exception occurred. + +WWW: https://github.com/gsamokovarov/bindex From owner-svn-ports-all@freebsd.org Thu Mar 30 15:39:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 312A7D2673D; Thu, 30 Mar 2017 15:39:15 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.hatsandcorsets.com [149.210.219.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDC72DD1; Thu, 30 Mar 2017 15:39:14 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id 3527B50705; Thu, 30 Mar 2017 17:39:11 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 30 Mar 2017 11:39:11 -0400 From: Johannes M Dieterich To: Matthew Rezny Cc: Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Organization: FreeBSD - ports In-Reply-To: <19694803.doR80QHWTi@workstation.reztek> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <1824022.AbFPd1OJUh@workstation.reztek> <8tnn-5tcs-wny@FreeBSD.org> <19694803.doR80QHWTi@workstation.reztek> Message-ID: <425ed90f9f572884f734898c9997e499@freebsd.org> X-Sender: jmd@freebsd.org User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:39:15 -0000 Dear Matthew, CC: Jan, Koop, Steve I will unify your two mails below. On 2017-03-30 01:26, Matthew Rezny wrote: > On Thursday 30 March 2017 05:36:03 Jan Beich wrote: >> Matthew Rezny writes: >> > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: >> >> Matthew Rezny writes: >> >> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ >> >> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* > //|' >> >> > \ >> >> >> >> [:space:] is invalid character class thus treated as a list of >> >> characters. >> >> \S corresponds to [^[:space:]], while \s to [[:space:]]. >> >> >> >> $ man pcrepattern | col -b | fgrep -m1 \\S >> >> >> >> \S any character that is not a white space character >> >> >> >> This may break build given -march, etc. are no longer stripped. >> > >> > I wish that information had been presented when I said "I guess it should >> > have been [:space:] instead of [:graph:] in the replacement." after you >> > stated [:graph:] was plain incorrect, although it is what had been >> > previously suggested to me and did seem to be working. >> >> I didn't focus on pointing out every mistake with the existing hack >> because it was soon going away. Now that devel/libclc depends on >> llvm40 >> the original motivation to hold out on 17.* (bug 217016) before 2017Q2 >> has been weakened. >> > Pointing out something is wrong without giving the correct solution is > not > helpful. The upstream change in the 17.1-dev branch was not directly > applicable to 13.0.x, so the the 'hack' would remain unless I was going > to > change to change the configure.ac and patch-configure myself, which is > certainly > more work that to edit the post-patch and it would have been the same > changes > in either place lacking clearer input. > > Nobody said anything to me about committing an update to libclc at this > moment. I do not believe that has tested in combination with the rest > of the > graphics stack at the current versions in ports, the mix of LLVM > versions > almost certainly will be a problem, and it's a day before the quarterly > branch. WTF? I've been holding off Mesa 17.x and LLVM4.0 for after that > branch > while attempting to get Xorg 1.19 ready in time for that. The latter > won't > happen because it took over a week to even start an exp-run on the > bsd.xorg.mk > changes. I just explained the reason for holding of an update of libclc > yesterday in a PR that proposed a more recent snapshot for the > transition to > dependence on llvm40. I had not even gotten everything onto llvm39 yet; > pocl > 0.14 should be compatible past 3.8, but it is not yet released and I > had > difficulties with rc1 as they switched to cmake so the build system > needs to be > redone. While I'm sure Mesa 17.0.x will be ok with llvm40 after > appropriate > patching (I had to add several patches for clover in Mesa 13), I cannot > say > the same for all the OpenCL ports, i.e. beignet which was only recently > made > compatible past llvm37 with the 1.3.0 update that allowed it to use > llvm39. > So I expect r438268 to be reverted, or someone else to handle all the > fallout > this causes on the quarterly branch during Q2. I realize multiple > people want > to help, but we need some coordination or else we are just wasting each > other's time. Sorry to be brunt, but that was an ill timed commit. This patch was committed by me, after https://reviews.freebsd.org/D9394 got accepted by swills, reviewed by kwm (with x11 hat on) in the beginning of February. No objections were raised since then. I did not commit it earlier to wait for stable llvm40 to hit the tree. I again checked with swills yesterday before committing. Hence, I will back this out if either kwm or swills tell me to. Steve/Koop: opinions? I will also personally say that I believe we should only support one version of llvm (the latest stable) across Mesa ports if possible, which is another reason why my patch to graphics/libGL bumps to LLVM4.0. I do not see any added value despite more maintenance work in supporting older versions of LLVM for Mesa. The PR you referenced was also explicitly looking for support of a newer LLVM, not an older one. Concerning your changes to graphics/libGL: I appreciate you wanting to help and improve things. The Mesa ports are in dire need of that. I however would also appreciate if you would acknowledge the work other people (Mark Johnston, Johannes Lundberg, Kip Macy, Koop Mast, Pete Wright, and myself) have put into this over the last 6+ months. For some selected time line: * Johannes Lundberg enabled wayland and dri3 on the public FreeBSDDesktop github in last autumn * Kip and I changed to using libudev-devd there in December * I updated to Mesa 17.0 rc in January there * I bumped to llvm40 in the end of January there as that was needed to support Polaris and Carrizo (better) * before that part goes amiss: compilation with the same llvm as is linked against is also needed for amdgpu, we had crashes otherwise * throughout this time kwm (with x11 hat on) was involved in these updates * I uploaded the first version of the Mesa 17.0 patch to reviews on Feb 7 (which you were apparently aware of) * I've since updated the patch multiple times for minor releases and address comments by mat and kwm (with x11 hat on) * again, no comments/objections were raised there by anybody else The first Mesa 17 patch in PR217016 dates from March 6, a month after my first Mesa 17 patch on reviews. Apparently you were aware of (at least) the last two items on the list above. So yes, coordination is important, which is also why we have an x11 hat (Koop). As you can see from the above, Koop was involved in all of this from the onset. > I had not noticed that your review was updated recently as it sat idle > for > quite a while after the update to 13.0.x landed in ports. I'm curious > about > the comment regarding a need for libudev. As far as I know, Mesa > dropped the > dependence on udev in v13 and relies upon libdrm for all the direct > hardware > interaction. Initially, I had some hope to use libudev-devd as a single > translation layer, but after reading through the libdrm code it became > obvious > that would not be the case as the conditional udev code in libdrm is > withing > Linux-specific code paths so no help to us. Thus, I implemented support > for our > platform directly in libdrm in order to drop dependence on libdevq, > which was > needed for no other purpose. Could you explain why Mesa 17 would need > libudev- > devd for AMDGPU? We used libudev for loader related functionality in Mesa. I am happy if we do not need it anymore, at the time Kip and I just wanted to get rid of libdevq -- a FreeBSD-ism. libdrm did not support the linuxkpi amdgpu and Mesa would not load radeonsi properly. Concerning the libdrm udev: as you may have seen from the FreeBSDDesktop github, I tried to do that before Christmas w/o success. >> > To be sure there is no misunderstanding now, would you consider this >> > correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e >> > 's|\\S\*//|[^[:space:]]* //|' \ >> Not quite, adding extra space after [] is unnecessary. >> >> -e 's|\\S\*|[^[:space:]]*|' \ > > It is interesting how many variations appear to produce the same > result. You > mention the space is not needed, so 's|\\S\*//|[^[:space:]]*//|' but > then the > example has the trailing // removed. Any reason why? From owner-svn-ports-all@freebsd.org Thu Mar 30 16:40:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF6D4D26330; Thu, 30 Mar 2017 16:40:34 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D86592C; Thu, 30 Mar 2017 16:40:34 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id D33763883; Thu, 30 Mar 2017 16:40:33 +0000 (UTC) From: Matthew Rezny To: Johannes M Dieterich Cc: Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Thu, 30 Mar 2017 18:40:33 +0200 Message-ID: <3165067.gcRftSb7iV@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <425ed90f9f572884f734898c9997e499@freebsd.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <19694803.doR80QHWTi@workstation.reztek> <425ed90f9f572884f734898c9997e499@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 16:40:34 -0000 On Thursday 30 March 2017 11:39:11 Johannes M Dieterich wrote: > Dear Matthew, > CC: Jan, Koop, Steve > > I will unify your two mails below. > > On 2017-03-30 01:26, Matthew Rezny wrote: > > On Thursday 30 March 2017 05:36:03 Jan Beich wrote: > >> Matthew Rezny writes: > >> > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > >> >> Matthew Rezny writes: > >> >> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > >> >> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* > > > > //|' > > > >> >> > \ > >> >> > >> >> [:space:] is invalid character class thus treated as a list of > >> >> characters. > >> >> \S corresponds to [^[:space:]], while \s to [[:space:]]. > >> >> > >> >> $ man pcrepattern | col -b | fgrep -m1 \\S > >> >> > >> >> \S any character that is not a white space character > >> >> > >> >> This may break build given -march, etc. are no longer stripped. > >> > > >> > I wish that information had been presented when I said "I guess it > >> > should > >> > have been [:space:] instead of [:graph:] in the replacement." after you > >> > stated [:graph:] was plain incorrect, although it is what had been > >> > previously suggested to me and did seem to be working. > >> > >> I didn't focus on pointing out every mistake with the existing hack > >> because it was soon going away. Now that devel/libclc depends on > >> llvm40 > >> the original motivation to hold out on 17.* (bug 217016) before 2017Q2 > >> has been weakened. > > > > Pointing out something is wrong without giving the correct solution is > > not > > helpful. The upstream change in the 17.1-dev branch was not directly > > applicable to 13.0.x, so the the 'hack' would remain unless I was going > > to > > change to change the configure.ac and patch-configure myself, which is > > certainly > > more work that to edit the post-patch and it would have been the same > > changes > > in either place lacking clearer input. > > > > Nobody said anything to me about committing an update to libclc at this > > moment. I do not believe that has tested in combination with the rest > > of the > > graphics stack at the current versions in ports, the mix of LLVM > > versions > > almost certainly will be a problem, and it's a day before the quarterly > > branch. WTF? I've been holding off Mesa 17.x and LLVM4.0 for after that > > branch > > while attempting to get Xorg 1.19 ready in time for that. The latter > > won't > > happen because it took over a week to even start an exp-run on the > > bsd.xorg.mk > > changes. I just explained the reason for holding of an update of libclc > > yesterday in a PR that proposed a more recent snapshot for the > > transition to > > dependence on llvm40. I had not even gotten everything onto llvm39 yet; > > pocl > > 0.14 should be compatible past 3.8, but it is not yet released and I > > had > > difficulties with rc1 as they switched to cmake so the build system > > needs to be > > redone. While I'm sure Mesa 17.0.x will be ok with llvm40 after > > appropriate > > patching (I had to add several patches for clover in Mesa 13), I cannot > > say > > the same for all the OpenCL ports, i.e. beignet which was only recently > > made > > compatible past llvm37 with the 1.3.0 update that allowed it to use > > llvm39. > > So I expect r438268 to be reverted, or someone else to handle all the > > fallout > > this causes on the quarterly branch during Q2. I realize multiple > > people want > > to help, but we need some coordination or else we are just wasting each > > other's time. Sorry to be brunt, but that was an ill timed commit. > > This patch was committed by me, after https://reviews.freebsd.org/D9394 > got accepted by swills, reviewed by kwm (with x11 hat on) in the > beginning of February. No objections were raised since then. I did not > commit it earlier to wait for stable llvm40 to hit the tree. I again > checked with swills yesterday before committing. > I was not aware of the review until the commit. I do not know why nobody bothered to tell me other than there is serious lack of communication. > Hence, I will back this out if either kwm or swills tell me to. > Steve/Koop: opinions? I will also personally say that I believe we > should only support one version of llvm (the latest stable) across Mesa > ports if possible, which is another reason why my patch to > graphics/libGL bumps to LLVM4.0. I do not see any added value despite > more maintenance work in supporting older versions of LLVM for Mesa. The > PR you referenced was also explicitly looking for support of a newer > LLVM, not an older one. > I do not advocate sticking to older LLVM for long, and just made it easier for people who want to try moving ahead. I merely want to wait until after the quarterly branch to switch to llvm40 because I expect some fallout. Also, I do want to be sure all the OpenCL ports can use that version. I had wanted to get Xorg 1.19 before the quarterly branch, then after the branch do the rest, but it'll all have to wait a bit to not have a broken quarterly. > Concerning your changes to graphics/libGL: I appreciate you wanting to > help and improve things. The Mesa ports are in dire need of that. I > however would also appreciate if you would acknowledge the work other > people (Mark Johnston, Johannes Lundberg, Kip Macy, Koop Mast, Pete > Wright, and myself) have put into this over the last 6+ months. For some > selected time line: > I appreciate Koop's past work and Macy's efforts throughout the past year. I actually don't know what the rest of you have been up to since there is little discussion. kwm and dumbbell are no longer active with x11 as far as I know and rarely active on IRC. Macy used to be active on IRC but not lately, and I'm not sure I've seen you on the xorg channel but I don't know what nick you might use. As far as I know, I am the only one attending to the graphics ports in FreeBSD for the past quarter. Macy mentioned trying to get more people involved a few times, but since nobody else ever showed up on IRC, I had no idea who might be up to what, at least until I saw your commits. > * Johannes Lundberg enabled wayland and dri3 on the public > FreeBSDDesktop github in last autumn > * Kip and I changed to using libudev-devd there in December > * I updated to Mesa 17.0 rc in January there > * I bumped to llvm40 in the end of January there as that was needed to > support Polaris and Carrizo (better) > * before that part goes amiss: compilation with the same llvm as is > linked against is also needed for amdgpu, we had crashes otherwise Work in external repos doesn't help until it is merged. Nothing was pointed out to me as merge ready. I know there is plenty of work going on there, but as far as I knew, the focus is on the kernel modules and any changes to userland/ports were just temporary support until the kernel parts will be merged. Nobody said there was anything mergeable from the ports and I haven't time to pick through it at to figure out what is ready. I have looked at some of it, what I've stumbled on really, and not much looks like it was done with an intent for clean merge so it requires more work to use on stock FreeBSD. > * throughout this time kwm (with x11 hat on) was involved in these > updates Which time frame are you talking about? I haven't seen kwm active in x11 affairs in at least 4 months. I had opened the mass of PRs for Xorg 1.18 when I started my 1.19 work in order to try to kick him, or anyone else into committing, and the result was I got a bit to commit those bapt hadn't already gotten around to. Since then I've been working mostly alone, not that I want it that way. > * I uploaded the first version of the Mesa 17.0 patch to reviews on Feb > 7 (which you were apparently aware of) It was pointed out to me when I was committing Mesa 13, at which time it was definitely premature, so something to come back to but after some number of times without seeing any change I assumed it dead, whoops. I think it was still an RC, or it was 17.0.0 but llvm40 was at rc1 was time I looked. > * I've since updated the patch multiple times for minor releases and > address comments by mat and kwm (with x11 hat on) > * again, no comments/objections were raised there by anybody else > I suppose I should have raised concerns earlier, but it looked too raw (too much stuff specific to drm-next) for me to think it anywhere close to being committed, or to think to search for something like an update to libclc. I was also kinda hoping you'd join #freebsd-xorg at some point. > The first Mesa 17 patch in PR217016 dates from March 6, a month after my > first Mesa 17 patch on reviews. Apparently you were aware of (at least) > the last two items on the list above. So yes, coordination is important, > which is also why we have an x11 hat (Koop). As you can see from the > above, Koop was involved in all of this from the onset. > I find it odd that Koop is barely responsive on IRC but active on some reviews. Whatever, just part of the coordination and communication issues. Last time I talked to kwm at any length he said he didn't really have time for FreeBSD, so I counted him out since then, only bothering to ask the occasional question without reply. > > I had not noticed that your review was updated recently as it sat idle > > for > > quite a while after the update to 13.0.x landed in ports. I'm curious > > about > > the comment regarding a need for libudev. As far as I know, Mesa > > dropped the > > dependence on udev in v13 and relies upon libdrm for all the direct > > hardware > > interaction. Initially, I had some hope to use libudev-devd as a single > > translation layer, but after reading through the libdrm code it became > > obvious > > that would not be the case as the conditional udev code in libdrm is > > withing > > Linux-specific code paths so no help to us. Thus, I implemented support > > for our > > platform directly in libdrm in order to drop dependence on libdevq, > > which was > > needed for no other purpose. Could you explain why Mesa 17 would need > > libudev- > > devd for AMDGPU? > > We used libudev for loader related functionality in Mesa. I am happy if > we do not need it anymore, at the time Kip and I just wanted to get rid > of libdevq -- a FreeBSD-ism. libdrm did not support the linuxkpi amdgpu > and Mesa would not load radeonsi properly. > Is libdrm missing some functionality I should implement, or was it just a matter that the version with libdevq hacked in was only partially working? I have tried to address the shortcomings I knew of in libdrm and cater to the differences I was aware of in drm-next, so it would be good to know if libdrm sans libdevq works for what you need. I've only had test reports from users of drm-next that have replaced libdrm and removed libdevq, but may still have a modified version of Mesa. I do not know the extent of changes in the the external ports collection. > Concerning the libdrm udev: as you may have seen from the FreeBSDDesktop > github, I tried to do that before Christmas w/o success. > I have not trawled through GitHub nor was I planning to. The work there is focused on newer hardware than I own and I have enough else to keep me occupied supporting the hardware I do own, which includes stuff I must revive support for after it feel by the wayside over the last several years. If there is stuff worth looking at, please point it out to me. > >> > To be sure there is no misunderstanding now, would you consider this > >> > correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e > >> > 's|\\S\*//|[^[:space:]]* //|' \ > >> > >> Not quite, adding extra space after [] is unnecessary. > >> > >> -e 's|\\S\*|[^[:space:]]*|' \ > > > > It is interesting how many variations appear to produce the same > > result. You > > mention the space is not needed, so 's|\\S\*//|[^[:space:]]*//|' but > > then the > > example has the trailing // removed. Any reason why? From owner-svn-ports-all@freebsd.org Thu Mar 30 17:18:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BF38D264B9; Thu, 30 Mar 2017 17:18:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66853DDA; Thu, 30 Mar 2017 17:18:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UHIBEN077214; Thu, 30 Mar 2017 17:18:11 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UHIBTY077210; Thu, 30 Mar 2017 17:18:11 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201703301718.v2UHIBTY077210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 30 Mar 2017 17:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437321 - in head/ports-mgmt: portupgrade portupgrade-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 17:18:12 -0000 Author: bdrewery Date: Thu Mar 30 17:18:10 2017 New Revision: 437321 URL: https://svnweb.freebsd.org/changeset/ports/437321 Log: Update to 2.4.15. - pkgdu: Fix syntax error with Ruby 2.3 (invalid next) PR: 218139 Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Thu Mar 30 15:16:08 2017 (r437320) +++ head/ports-mgmt/portupgrade-devel/Makefile Thu Mar 30 17:18:10 2017 (r437321) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20150514 -PORTREVISION= 3 +PORTVERSION= 20170330 +PORTREVISION= 0 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -22,7 +22,7 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 2.4.13-7-g47dfa22 +GH_TAGNAME= 2.4.15 DIST_SUBDIR= ${PORTNAME} USE_RUBY= yes Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Thu Mar 30 15:16:08 2017 (r437320) +++ head/ports-mgmt/portupgrade-devel/distinfo Thu Mar 30 17:18:10 2017 (r437321) @@ -1,2 +1,3 @@ -SHA256 (portupgrade/freebsd-portupgrade-20150514-2.4.13-7-g47dfa22_GH0.tar.gz) = abba172b14a2da6355d5c025e92a0d84f16c52fb91a720e86334eeadcdb3d577 -SIZE (portupgrade/freebsd-portupgrade-20150514-2.4.13-7-g47dfa22_GH0.tar.gz) = 108105 +TIMESTAMP = 1490893146 +SHA256 (portupgrade/freebsd-portupgrade-20170330-2.4.15_GH0.tar.gz) = 988183017f891f053e6abce27556a9dc4ba3a513d03399f51d76cf3b0ea9849f +SIZE (portupgrade/freebsd-portupgrade-20170330-2.4.15_GH0.tar.gz) = 108122 Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Thu Mar 30 15:16:08 2017 (r437320) +++ head/ports-mgmt/portupgrade/Makefile Thu Mar 30 17:18:10 2017 (r437321) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.14 +PORTVERSION= 2.4.15 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= ports-mgmt -MASTER_SITES= LOCAL/bdrewery/pkgtools/ \ - http://mirror.shatow.net/freebsd/pkgtools/ \ +MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ + http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH -DISTNAME= pkgtools-${PORTVERSION} MAINTAINER= bdrewery@FreeBSD.org COMMENT= FreeBSD ports/packages administration and management tool suite Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Thu Mar 30 15:16:08 2017 (r437320) +++ head/ports-mgmt/portupgrade/distinfo Thu Mar 30 17:18:10 2017 (r437321) @@ -1,2 +1,3 @@ -SHA256 (portupgrade/pkgtools-2.4.14_GH0.tar.gz) = 7df55c5ddf043eff095c87b98fe70b80373a8fbc06fa34ab45a270119ff2aef3 -SIZE (portupgrade/pkgtools-2.4.14_GH0.tar.gz) = 108092 +TIMESTAMP = 1490893255 +SHA256 (portupgrade/freebsd-portupgrade-2.4.15_GH0.tar.gz) = 988183017f891f053e6abce27556a9dc4ba3a513d03399f51d76cf3b0ea9849f +SIZE (portupgrade/freebsd-portupgrade-2.4.15_GH0.tar.gz) = 108122 From owner-svn-ports-all@freebsd.org Thu Mar 30 17:45:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B831D26146; Thu, 30 Mar 2017 17:45:39 +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 28752B65; Thu, 30 Mar 2017 17:45:39 +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 v2UHjcZ2089299; Thu, 30 Mar 2017 17:45:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UHjcKG089297; Thu, 30 Mar 2017 17:45:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201703301745.v2UHjcKG089297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 30 Mar 2017 17:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437322 - head/devel/ocaml-pomap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 17:45:39 -0000 Author: riggs Date: Thu Mar 30 17:45:37 2017 New Revision: 437322 URL: https://svnweb.freebsd.org/changeset/ports/437322 Log: Update to upstream version 3.0.7 Modified: head/devel/ocaml-pomap/Makefile head/devel/ocaml-pomap/distinfo Modified: head/devel/ocaml-pomap/Makefile ============================================================================== --- head/devel/ocaml-pomap/Makefile Thu Mar 30 17:18:10 2017 (r437321) +++ head/devel/ocaml-pomap/Makefile Thu Mar 30 17:45:37 2017 (r437322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pomap -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ocaml- Modified: head/devel/ocaml-pomap/distinfo ============================================================================== --- head/devel/ocaml-pomap/distinfo Thu Mar 30 17:18:10 2017 (r437321) +++ head/devel/ocaml-pomap/distinfo Thu Mar 30 17:45:37 2017 (r437322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477756419 -SHA256 (mmottl-pomap-v3.0.6_GH0.tar.gz) = b9884487c1692d01de3c985894e06f820113f05d08f92909d817528b51e23f55 -SIZE (mmottl-pomap-v3.0.6_GH0.tar.gz) = 75345 +TIMESTAMP = 1490892782 +SHA256 (mmottl-pomap-v3.0.7_GH0.tar.gz) = a67e25d2e7cb80ab52f18cf9bb6cbf098c25ff28dfd01e7bab8d7d0e50266464 +SIZE (mmottl-pomap-v3.0.7_GH0.tar.gz) = 80880 From owner-svn-ports-all@freebsd.org Thu Mar 30 17:57:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13172D265DB; Thu, 30 Mar 2017 17:57:24 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.hatsandcorsets.com [149.210.219.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68D706BE; Thu, 30 Mar 2017 17:57:22 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id 5704350703; Thu, 30 Mar 2017 19:57:15 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 30 Mar 2017 13:57:15 -0400 From: Johannes M Dieterich To: Matthew Rezny Cc: Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Organization: FreeBSD - ports In-Reply-To: <3165067.gcRftSb7iV@workstation.reztek> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <19694803.doR80QHWTi@workstation.reztek> <425ed90f9f572884f734898c9997e499@freebsd.org> <3165067.gcRftSb7iV@workstation.reztek> Message-ID: <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> X-Sender: jmd@freebsd.org User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 17:57:24 -0000 On 2017-03-30 12:40, Matthew Rezny wrote: > On Thursday 30 March 2017 11:39:11 Johannes M Dieterich wrote: >> Dear Matthew, >> CC: Jan, Koop, Steve >> >> I will unify your two mails below. >> >> On 2017-03-30 01:26, Matthew Rezny wrote: >> > On Thursday 30 March 2017 05:36:03 Jan Beich wrote: >> >> Matthew Rezny writes: >> >> > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: >> >> >> Matthew Rezny writes: >> >> >> > - @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ >> >> >> > + @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[:space:]* >> > >> > //|' >> > >> >> >> > \ >> >> >> >> >> >> [:space:] is invalid character class thus treated as a list of >> >> >> characters. >> >> >> \S corresponds to [^[:space:]], while \s to [[:space:]]. >> >> >> >> >> >> $ man pcrepattern | col -b | fgrep -m1 \\S >> >> >> >> >> >> \S any character that is not a white space character >> >> >> >> >> >> This may break build given -march, etc. are no longer stripped. >> >> > >> >> > I wish that information had been presented when I said "I guess it >> >> > should >> >> > have been [:space:] instead of [:graph:] in the replacement." after you >> >> > stated [:graph:] was plain incorrect, although it is what had been >> >> > previously suggested to me and did seem to be working. >> >> >> >> I didn't focus on pointing out every mistake with the existing hack >> >> because it was soon going away. Now that devel/libclc depends on >> >> llvm40 >> >> the original motivation to hold out on 17.* (bug 217016) before 2017Q2 >> >> has been weakened. >> > >> > Pointing out something is wrong without giving the correct solution is >> > not >> > helpful. The upstream change in the 17.1-dev branch was not directly >> > applicable to 13.0.x, so the the 'hack' would remain unless I was going >> > to >> > change to change the configure.ac and patch-configure myself, which is >> > certainly >> > more work that to edit the post-patch and it would have been the same >> > changes >> > in either place lacking clearer input. >> > >> > Nobody said anything to me about committing an update to libclc at this >> > moment. I do not believe that has tested in combination with the rest >> > of the >> > graphics stack at the current versions in ports, the mix of LLVM >> > versions >> > almost certainly will be a problem, and it's a day before the quarterly >> > branch. WTF? I've been holding off Mesa 17.x and LLVM4.0 for after that >> > branch >> > while attempting to get Xorg 1.19 ready in time for that. The latter >> > won't >> > happen because it took over a week to even start an exp-run on the >> > bsd.xorg.mk >> > changes. I just explained the reason for holding of an update of libclc >> > yesterday in a PR that proposed a more recent snapshot for the >> > transition to >> > dependence on llvm40. I had not even gotten everything onto llvm39 yet; >> > pocl >> > 0.14 should be compatible past 3.8, but it is not yet released and I >> > had >> > difficulties with rc1 as they switched to cmake so the build system >> > needs to be >> > redone. While I'm sure Mesa 17.0.x will be ok with llvm40 after >> > appropriate >> > patching (I had to add several patches for clover in Mesa 13), I cannot >> > say >> > the same for all the OpenCL ports, i.e. beignet which was only recently >> > made >> > compatible past llvm37 with the 1.3.0 update that allowed it to use >> > llvm39. >> > So I expect r438268 to be reverted, or someone else to handle all the >> > fallout >> > this causes on the quarterly branch during Q2. I realize multiple >> > people want >> > to help, but we need some coordination or else we are just wasting each >> > other's time. Sorry to be brunt, but that was an ill timed commit. >> >> This patch was committed by me, after >> https://reviews.freebsd.org/D9394 >> got accepted by swills, reviewed by kwm (with x11 hat on) in the >> beginning of February. No objections were raised since then. I did not >> commit it earlier to wait for stable llvm40 to hit the tree. I again >> checked with swills yesterday before committing. >> > I was not aware of the review until the commit. I do not know why > nobody > bothered to tell me other than there is serious lack of communication. There is not from our side. See below. >> Hence, I will back this out if either kwm or swills tell me to. >> Steve/Koop: opinions? I will also personally say that I believe we >> should only support one version of llvm (the latest stable) across >> Mesa >> ports if possible, which is another reason why my patch to >> graphics/libGL bumps to LLVM4.0. I do not see any added value despite >> more maintenance work in supporting older versions of LLVM for Mesa. >> The >> PR you referenced was also explicitly looking for support of a newer >> LLVM, not an older one. >> > I do not advocate sticking to older LLVM for long, and just made it > easier for > people who want to try moving ahead. I merely want to wait until after > the > quarterly branch to switch to llvm40 because I expect some fallout. > Also, I do > want to be sure all the OpenCL ports can use that version. I had wanted > to get > Xorg 1.19 before the quarterly branch, then after the branch do the > rest, but > it'll all have to wait a bit to not have a broken quarterly. OK, to be very blunt: the current HEAD is just bad for accelerated OpenGL. Nothing newer than Ivybridge is supported unless you go with the NVIDIA BLOB (which I have zero experience with). OpenCL is even more horrible: clover is a joke (I am actually using it for work on carrizo) and you'll be hard pressed to find any HW around that would be able to use with it unless you are on drm-next. Beignet I worked on porting over back in the day with kwm, it is an even bigger joke b/c even with drm-next you only get single precision (I am unfortunately still on their mailing list and they now are slowly adding DP support it seems). An NVIDIA rep told us at an XDC directly that they will not support either CUDA or OpenCL on BSD unless we can show a customer demanding this and buying a few thousand GPUs. pocl is nothing that you would actually want to use unless you want to test drive OpenCL code (which I figure I am one of the few people on FreeBSD that actually does this). But if you have other insights into OpenCL that my experience with it and daily use of has not revealed: please do educate me! So, the situation is as follows: you need (very) old HW to use OpenGL/OpenCL on anything including CURRENT. For anything newer, however, you need drm-next and a newer Mesa with llvm40. So this quarterly just doesn't have that big of an impact for any decision as people will either be on drm-next, use software rendering, or eventually jump to the kms ports. >> Concerning your changes to graphics/libGL: I appreciate you wanting to >> help and improve things. The Mesa ports are in dire need of that. I >> however would also appreciate if you would acknowledge the work other >> people (Mark Johnston, Johannes Lundberg, Kip Macy, Koop Mast, Pete >> Wright, and myself) have put into this over the last 6+ months. For >> some >> selected time line: >> > I appreciate Koop's past work and Macy's efforts throughout the past > year. I > actually don't know what the rest of you have been up to since there is > little > discussion. kwm and dumbbell are no longer active with x11 as far as I > know > and rarely active on IRC. Macy used to be active on IRC but not lately, > and > I'm not sure I've seen you on the xorg channel but I don't know what > nick you > might use. As far as I know, I am the only one attending to the > graphics ports > in FreeBSD for the past quarter. Macy mentioned trying to get more > people > involved a few times, but since nobody else ever showed up on IRC, I > had no > idea who might be up to what, at least until I saw your commits. Sorry, but that's simply not true. There have been multiple status reports where our efforts were discussed, there are relatively regular graphics meetings organized by Ed Maste, everything happens in public githubs, we are responsive to github issues, there are reviews on phab, all of us have email, and more. This may predate your involvement with X but please do not mis-construct this as a lack of communication from our side just b/c we are not as active on the one communication channel you prefer. It would be good for you to contact Ed (emaste@) and get onto the regular graphics meeting list to coordinate your efforts with us. I am honestly extremely disappointed by the fact that the hours we spent on this are now at least partially wasted and I need to waste even more hours to rebase and test this patch again. >> * Johannes Lundberg enabled wayland and dri3 on the public >> FreeBSDDesktop github in last autumn >> * Kip and I changed to using libudev-devd there in December >> * I updated to Mesa 17.0 rc in January there >> * I bumped to llvm40 in the end of January there as that was needed to >> support Polaris and Carrizo (better) >> * before that part goes amiss: compilation with the same llvm as is >> linked against is also needed for amdgpu, we had crashes otherwise > > Work in external repos doesn't help until it is merged. Nothing was > pointed > out to me as merge ready. I know there is plenty of work going on > there, but > as far as I knew, the focus is on the kernel modules and any changes to > userland/ports were just temporary support until the kernel parts will > be > merged. Nobody said there was anything mergeable from the ports and I > haven't > time to pick through it at to figure out what is ready. I have looked > at some > of it, what I've stumbled on really, and not much looks like it was > done with > an intent for clean merge so it requires more work to use on stock > FreeBSD. The merging part is exactly what I am doing. There are also open reviews for the kernel modules I opened, which are blocked by linuxkpi changes that haven't made it upstream yet. >> * throughout this time kwm (with x11 hat on) was involved in these >> updates > > Which time frame are you talking about? I haven't seen kwm active in > x11 > affairs in at least 4 months. I had opened the mass of PRs for Xorg > 1.18 when I > started my 1.19 work in order to try to kick him, or anyone else into > committing, and the result was I got a bit to commit those bapt hadn't > already > gotten around to. Since then I've been working mostly alone, not that I > want > it that way. kwm has been reasonable active the last year from what I can testify to. >> * I uploaded the first version of the Mesa 17.0 patch to reviews on >> Feb >> 7 (which you were apparently aware of) > > It was pointed out to me when I was committing Mesa 13, at which time > it was > definitely premature, so something to come back to but after some > number of > times without seeing any change I assumed it dead, whoops. I think it > was > still an RC, or it was 17.0.0 but llvm40 was at rc1 was time I looked. > >> * I've since updated the patch multiple times for minor releases and >> address comments by mat and kwm (with x11 hat on) >> * again, no comments/objections were raised there by anybody else >> > I suppose I should have raised concerns earlier, but it looked too raw > (too > much stuff specific to drm-next) for me to think it anywhere close to > being > committed, or to think to search for something like an update to > libclc. I was > also kinda hoping you'd join #freebsd-xorg at some point. > >> The first Mesa 17 patch in PR217016 dates from March 6, a month after >> my >> first Mesa 17 patch on reviews. Apparently you were aware of (at >> least) >> the last two items on the list above. So yes, coordination is >> important, >> which is also why we have an x11 hat (Koop). As you can see from the >> above, Koop was involved in all of this from the onset. >> > I find it odd that Koop is barely responsive on IRC but active on some > reviews. > Whatever, just part of the coordination and communication issues. Last > time I > talked to kwm at any length he said he didn't really have time for > FreeBSD, so > I counted him out since then, only bothering to ask the occasional > question > without reply. kwm has the x11 hat and I consider him therefore the only authority on this. If he feels like he can't do that anymore, I am certain he'll let us know and step down. Assumptions are not necessary and as we've seen above not helpful. >> > I had not noticed that your review was updated recently as it sat idle >> > for >> > quite a while after the update to 13.0.x landed in ports. I'm curious >> > about >> > the comment regarding a need for libudev. As far as I know, Mesa >> > dropped the >> > dependence on udev in v13 and relies upon libdrm for all the direct >> > hardware >> > interaction. Initially, I had some hope to use libudev-devd as a single >> > translation layer, but after reading through the libdrm code it became >> > obvious >> > that would not be the case as the conditional udev code in libdrm is >> > withing >> > Linux-specific code paths so no help to us. Thus, I implemented support >> > for our >> > platform directly in libdrm in order to drop dependence on libdevq, >> > which was >> > needed for no other purpose. Could you explain why Mesa 17 would need >> > libudev- >> > devd for AMDGPU? >> >> We used libudev for loader related functionality in Mesa. I am happy >> if >> we do not need it anymore, at the time Kip and I just wanted to get >> rid >> of libdevq -- a FreeBSD-ism. libdrm did not support the linuxkpi >> amdgpu >> and Mesa would not load radeonsi properly. >> > Is libdrm missing some functionality I should implement, or was it just > a > matter that the version with libdevq hacked in was only partially > working? I > have tried to address the shortcomings I knew of in libdrm and cater to > the > differences I was aware of in drm-next, so it would be good to know if > libdrm > sans libdevq works for what you need. I've only had test reports from > users of > drm-next that have replaced libdrm and removed libdevq, but may still > have a > modified version of Mesa. I do not know the extent of changes in the > the > external ports collection. It didn't work back then for amdgpu with libdevq. I believe i915 worked, so you may well just get those reports now as the number of people with amdgpu HW is probably tiny. >> Concerning the libdrm udev: as you may have seen from the >> FreeBSDDesktop >> github, I tried to do that before Christmas w/o success. >> > I have not trawled through GitHub nor was I planning to. The work there > is > focused on newer hardware than I own and I have enough else to keep me > occupied supporting the hardware I do own, which includes stuff I must > revive > support for after it feel by the wayside over the last several years. > If there > is stuff worth looking at, please point it out to me. I believe bapt has committed all the wayland ports from Johannes Lundberg, there are some alpha ports for ROCm in there but those are blocked on amdkfd at the moment. This github will be deleted once Mesa 17 hits the tree and replaced with a fresh one (the svn->git force push has broken this one) >> >> > To be sure there is no misunderstanding now, would you consider this >> >> > correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e >> >> > 's|\\S\*//|[^[:space:]]* //|' \ >> >> >> >> Not quite, adding extra space after [] is unnecessary. >> >> >> >> -e 's|\\S\*|[^[:space:]]*|' \ >> > >> > It is interesting how many variations appear to produce the same >> > result. You >> > mention the space is not needed, so 's|\\S\*//|[^[:space:]]*//|' but >> > then the >> > example has the trailing // removed. Any reason why? I will also at this point say that further discussions are moot until Steve/Koop step in for libclc and you had a chance to catch up with us on a graphics meeting. From owner-svn-ports-all@freebsd.org Thu Mar 30 19:07:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 521ACD26E0C; Thu, 30 Mar 2017 19:07:59 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22381D86; Thu, 30 Mar 2017 19:07:59 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UJ7wkI021351; Thu, 30 Mar 2017 19:07:58 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UJ7wQr021350; Thu, 30 Mar 2017 19:07:58 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201703301907.v2UJ7wQr021350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Thu, 30 Mar 2017 19:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437323 - head/sysutils/puppet4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:07:59 -0000 Author: romain Date: Thu Mar 30 19:07:57 2017 New Revision: 437323 URL: https://svnweb.freebsd.org/changeset/ports/437323 Log: Update to 4.9.4 PR: 216807 Submitted by: Zach Leslie (Maintainer) Modified: head/sysutils/puppet4/Makefile head/sysutils/puppet4/distinfo Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Thu Mar 30 17:45:37 2017 (r437322) +++ head/sysutils/puppet4/Makefile Thu Mar 30 19:07:57 2017 (r437323) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 4.8.2 +PORTVERSION= 4.9.4 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 Modified: head/sysutils/puppet4/distinfo ============================================================================== --- head/sysutils/puppet4/distinfo Thu Mar 30 17:45:37 2017 (r437322) +++ head/sysutils/puppet4/distinfo Thu Mar 30 19:07:57 2017 (r437323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485549930 -SHA256 (puppet-4.8.2.tar.gz) = fc71ca0be64b4b1282e0064b8fbf115c547cb87ca6b209da56e1b9569567404a -SIZE (puppet-4.8.2.tar.gz) = 2873651 +TIMESTAMP = 1489502183 +SHA256 (puppet-4.9.4.tar.gz) = 57f6a9f255b3c4ef7da93665c4c4c0cc9e1ffc9db87530cdccba65e5178a53a0 +SIZE (puppet-4.9.4.tar.gz) = 2929107 From owner-svn-ports-all@freebsd.org Thu Mar 30 19:19:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C86CD263F1; Thu, 30 Mar 2017 19:19:18 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06B71C25; Thu, 30 Mar 2017 19:19:18 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id 2DF657160; Thu, 30 Mar 2017 19:19:17 +0000 (UTC) From: Matthew Rezny To: Johannes M Dieterich Cc: Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Thu, 30 Mar 2017 21:19:16 +0200 Message-ID: <8597772.U1FF7xgxCB@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <3165067.gcRftSb7iV@workstation.reztek> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:19:18 -0000 On Thursday 30 March 2017 13:57:15 Johannes M Dieterich wrote: > On 2017-03-30 12:40, Matthew Rezny wrote: > > On Thursday 30 March 2017 11:39:11 Johannes M Dieterich wrote: > >> Dear Matthew, > >> CC: Jan, Koop, Steve > >>=20 > >> I will unify your two mails below. > >>=20 > >> On 2017-03-30 01:26, Matthew Rezny wrote: > >> > On Thursday 30 March 2017 05:36:03 Jan Beich wrote: > >> >> Matthew Rezny writes: > >> >> > On Wednesday 29 March 2017 19:51:55 Jan Beich wrote: > >> >> >> Matthew Rezny writes: > >> >> >> > -=09@${REINPLACE_CMD} -e 's|x86_64|amd64|' \ > >> >> >> > +=09@${REINPLACE_CMD} -e 's|x86_64|amd64|' -e 's|\\S\*//|[= :space:]* > >> >=20 > >> > //|' > >> >=20 > >> >> >> > \ > >> >> >>=20 > >> >> >> [:space:] is invalid character class thus treated as a list = of > >> >> >> characters. > >> >> >> \S corresponds to [^[:space:]], while \s to [[:space:]]. > >> >> >>=20 > >> >> >> $ man pcrepattern | col -b | fgrep -m1 \\S > >> >> >> =20 > >> >> >> \S any character that is not a white space ch= aracter > >> >> >>=20 > >> >> >> This may break build given -march, etc. are no longer stripp= ed. > >> >> >=20 > >> >> > I wish that information had been presented when I said "I gue= ss it > >> >> > should > >> >> > have been [:space:] instead of [:graph:] in the replacement."= after > >> >> > you > >> >> > stated [:graph:] was plain incorrect, although it is what had= been > >> >> > previously suggested to me and did seem to be working. > >> >>=20 > >> >> I didn't focus on pointing out every mistake with the existing = hack > >> >> because it was soon going away. Now that devel/libclc depends o= n > >> >> llvm40 > >> >> the original motivation to hold out on 17.* (bug 217016) before= 2017Q2 > >> >> has been weakened. > >> >=20 > >> > Pointing out something is wrong without giving the correct solut= ion is > >> > not > >> > helpful. The upstream change in the 17.1-dev branch was not dire= ctly > >> > applicable to 13.0.x, so the the 'hack' would remain unless I wa= s going > >> > to > >> > change to change the configure.ac and patch-configure myself, wh= ich is > >> > certainly > >> > more work that to edit the post-patch and it would have been the= same > >> > changes > >> > in either place lacking clearer input. > >> >=20 > >> > Nobody said anything to me about committing an update to libclc = at this > >> > moment. I do not believe that has tested in combination with the= rest > >> > of the > >> > graphics stack at the current versions in ports, the mix of LLVM= > >> > versions > >> > almost certainly will be a problem, and it's a day before the qu= arterly > >> > branch. WTF? I've been holding off Mesa 17.x and LLVM4.0 for aft= er that > >> > branch > >> > while attempting to get Xorg 1.19 ready in time for that. The la= tter > >> > won't > >> > happen because it took over a week to even start an exp-run on t= he > >> > bsd.xorg.mk > >> > changes. I just explained the reason for holding of an update of= libclc > >> > yesterday in a PR that proposed a more recent snapshot for the > >> > transition to > >> > dependence on llvm40. I had not even gotten everything onto llvm= 39 yet; > >> > pocl > >> > 0.14 should be compatible past 3.8, but it is not yet released a= nd I > >> > had > >> > difficulties with rc1 as they switched to cmake so the build sys= tem > >> > needs to be > >> > redone. While I'm sure Mesa 17.0.x will be ok with llvm40 after > >> > appropriate > >> > patching (I had to add several patches for clover in Mesa 13), I= cannot > >> > say > >> > the same for all the OpenCL ports, i.e. beignet which was only r= ecently > >> > made > >> > compatible past llvm37 with the 1.3.0 update that allowed it to = use > >> > llvm39. > >> > So I expect r438268 to be reverted, or someone else to handle al= l the > >> > fallout > >> > this causes on the quarterly branch during Q2. I realize multipl= e > >> > people want > >> > to help, but we need some coordination or else we are just wasti= ng each > >> > other's time. Sorry to be brunt, but that was an ill timed commi= t. > >>=20 > >> This patch was committed by me, after > >> https://reviews.freebsd.org/D9394 > >> got accepted by swills, reviewed by kwm (with x11 hat on) in the > >> beginning of February. No objections were raised since then. I did= not > >> commit it earlier to wait for stable llvm40 to hit the tree. I aga= in > >> checked with swills yesterday before committing. > >=20 > > I was not aware of the review until the commit. I do not know why > > nobody > > bothered to tell me other than there is serious lack of communicati= on. >=20 > There is not from our side. See below. >=20 Oh yes it is... > >> Hence, I will back this out if either kwm or swills tell me to. > >> Steve/Koop: opinions? I will also personally say that I believe we= > >> should only support one version of llvm (the latest stable) across= > >> Mesa > >> ports if possible, which is another reason why my patch to > >> graphics/libGL bumps to LLVM4.0. I do not see any added value desp= ite > >> more maintenance work in supporting older versions of LLVM for Mes= a. > >> The > >> PR you referenced was also explicitly looking for support of a new= er > >> LLVM, not an older one. > >=20 > > I do not advocate sticking to older LLVM for long, and just made it= > > easier for > > people who want to try moving ahead. I merely want to wait until af= ter > > the > > quarterly branch to switch to llvm40 because I expect some fallout.= > > Also, I do > > want to be sure all the OpenCL ports can use that version. I had wa= nted > > to get > > Xorg 1.19 before the quarterly branch, then after the branch do the= > > rest, but > > it'll all have to wait a bit to not have a broken quarterly. >=20 > OK, to be very blunt: the current HEAD is just bad for accelerated > OpenGL. Nothing newer than Ivybridge is supported unless you go with = the > NVIDIA BLOB (which I have zero experience with). OpenCL is even more > horrible: clover is a joke (I am actually using it for work on carriz= o) > and you'll be hard pressed to find any HW around that would be able t= o > use with it unless you are on drm-next. Beignet I worked on porting o= ver > back in the day with kwm, it is an even bigger joke b/c even with > drm-next you only get single precision (I am unfortunately still on > their mailing list and they now are slowly adding DP support it seems= ). > An NVIDIA rep told us at an XDC directly that they will not support > either CUDA or OpenCL on BSD unless we can show a customer demanding > this and buying a few thousand GPUs. pocl is nothing that you would > actually want to use unless you want to test drive OpenCL code (which= I > figure I am one of the few people on FreeBSD that actually does this)= . >=20 > But if you have other insights into OpenCL that my experience with it= > and daily use of has not revealed: please do educate me! >=20 > So, the situation is as follows: you need (very) old HW to use > OpenGL/OpenCL on anything including CURRENT. For anything newer, > however, you need drm-next and a newer Mesa with llvm40. So this > quarterly just doesn't have that big of an impact for any decision as= > people will either be on drm-next, use software rendering, or eventua= lly > jump to the kms ports. >=20 To be very blunt, the situation is crap and I've been wanting to fix it= for=20 years. Support is split across three segments. There's the DRI1/UMS har= dware=20 for which support has almost been killed in ports and the kernel status= is=20 questionable, this I need to fix but there's still some blockers artifi= cial).=20 There were excuses of nobody to work on the older stuff while I was=20 volunteering to do it and being ignored. There's the DRI2/KMS hardware=20= supported by the kernel, which works well with what is in ports and is = what I=20 am trying to support for the users as well as myself. It is all we have= been=20 able to use reasonable for some time. I had tried to get involved worki= ng on=20 this years earlier, but my attempts were met with "no, we've got it cov= ered",=20 so I sat back, watched, trying to prod it along further. And finally th= ere is=20 the drm-next work to use hardware in generations beyond, so again no ov= erlap=20 with the support. This is work that started in response to an absolute=20= stagnation of the graphics stack during the last year. It does not make= sense=20 to bring stuff into FreeBSD ports that does not work with any FreeBSD k= ernel. I=20 am concerned with OpenGL first and OpenCL second. I have no real use fo= r=20 OpenCL, and haven't been able to see it work, so I've just tried to mak= e it no=20 worse. > >> Concerning your changes to graphics/libGL: I appreciate you wantin= g to > >> help and improve things. The Mesa ports are in dire need of that. = I > >> however would also appreciate if you would acknowledge the work ot= her > >> people (Mark Johnston, Johannes Lundberg, Kip Macy, Koop Mast, Pet= e > >> Wright, and myself) have put into this over the last 6+ months. Fo= r > >> some > >=20 > >> selected time line: > > I appreciate Koop's past work and Macy's efforts throughout the pas= t > > year. I > > actually don't know what the rest of you have been up to since ther= e is > > little > > discussion. kwm and dumbbell are no longer active with x11 as far a= s I > > know > > and rarely active on IRC. Macy used to be active on IRC but not lat= ely, > > and > > I'm not sure I've seen you on the xorg channel but I don't know wha= t > > nick you > > might use. As far as I know, I am the only one attending to the > > graphics ports > > in FreeBSD for the past quarter. Macy mentioned trying to get more > > people > > involved a few times, but since nobody else ever showed up on IRC, = I > > had no > > idea who might be up to what, at least until I saw your commits. >=20 > Sorry, but that's simply not true. There have been multiple status > reports where our efforts were discussed, there are relatively regula= r > graphics meetings organized by Ed Maste, everything happens in public= > githubs, we are responsive to github issues, there are reviews on pha= b, > all of us have email, and more. This may predate your involvement wit= h X > but please do not mis-construct this as a lack of communication from = our > side just b/c we are not as active on the one communication channel y= ou > prefer. It would be good for you to contact Ed (emaste@) and get onto= > the regular graphics meeting list to coordinate your efforts with us.= >=20 My involvement in X in terms of trying to help goes back at least 4 yea= rs. I=20 contributed many patches to the x11 repo when it was svn and for a whil= e after=20 it moved to github. Eventually kwm stopped updating that repo, it stagn= ated=20 and only caused confusion while I maintained my ports tree and shared p= atches=20 on occasion. Finally I was let to commit my work because there was abso= lutely=20 nobody else that showed any interest in doing so. I know there were and are other github repos, but they are just that, e= xternal=20 repos where individual work happens. I'm working on FreeBSD and what is= in the=20 official subversion repo is what I see. As I have been working alone as= far as I=20 knew, I felt no need to setup yet another repo, but if people would lik= e to=20 work with me, then returning to svn would be my first suggestion. I val= ue my=20 work too much to throw it down the toilet by using git. I was aware that there was some sort of regularly scheduled conference = call=20 going on just before dumbbell and kwm essentially ceased x11 activity. = I asked=20 if I could be involved, but I was told no; I was just a lowly outsider.= Since=20 they became inactive, nobody else has mentioned calls on IRC, so I assu= med=20 those stopped last fall when things ground to a halt. If those call are= still=20 going on, they are secret meeting to which I have not been invited! I h= ave not=20 been contact by emaste, though I did just throw him a bone on IRC regar= ding=20 the libclc then currently (now formerly) in ports not being compatible = with=20 LLVM 4.0. There was a status report last quarter for FreeBSDDesktop, which I read= as a=20 separate effort from anything the x11 team is involved in. > I am honestly extremely disappointed by the fact that the hours we sp= ent > on this are now at least partially wasted and I need to waste even mo= re > hours to rebase and test this patch again. >=20 Without coordination, it's all wasted. How do you think I feel getting = told=20 that there's a bunch of duplicate work I should have known about, or th= at=20 there's now other people who are seriously interested in working on Fre= eBSD,=20 after having sat and watched things deteriorate while being denied entr= y until=20 nobody could deny the situation was dire and the only option was to let= the=20 "new guy" come take a swing? > >> * Johannes Lundberg enabled wayland and dri3 on the public > >> FreeBSDDesktop github in last autumn > >> * Kip and I changed to using libudev-devd there in December > >> * I updated to Mesa 17.0 rc in January there > >> * I bumped to llvm40 in the end of January there as that was neede= d to > >> support Polaris and Carrizo (better) > >> * before that part goes amiss: compilation with the same llvm as i= s > >> linked against is also needed for amdgpu, we had crashes otherwise= > >=20 > > Work in external repos doesn't help until it is merged. Nothing was= > > pointed > > out to me as merge ready. I know there is plenty of work going on > > there, but > > as far as I knew, the focus is on the kernel modules and any change= s to > > userland/ports were just temporary support until the kernel parts w= ill > > be > > merged. Nobody said there was anything mergeable from the ports and= I > > haven't > > time to pick through it at to figure out what is ready. I have look= ed > > at some > > of it, what I've stumbled on really, and not much looks like it was= > > done with > > an intent for clean merge so it requires more work to use on stock > > FreeBSD. >=20 > The merging part is exactly what I am doing. There are also open revi= ews > for the kernel modules I opened, which are blocked by linuxkpi change= s > that haven't made it upstream yet. >=20 I've not been alerted to any of these reviews. The one review for Mesa = 17,=20 when it was premature, is the only one that was ever mentioned to me, a= nd as I=20 said it did not look like effort had been made to ready if for FreeBSD = ports. > >> * throughout this time kwm (with x11 hat on) was involved in these= > >> updates > >=20 > > Which time frame are you talking about? I haven't seen kwm active i= n > > x11 > > affairs in at least 4 months. I had opened the mass of PRs for Xorg= > > 1.18 when I > > started my 1.19 work in order to try to kick him, or anyone else in= to > > committing, and the result was I got a bit to commit those bapt had= n't > > already > > gotten around to. Since then I've been working mostly alone, not th= at I > > want > > it that way. >=20 > kwm has been reasonable active the last year from what I can testify = to. >=20 Active on what? I had xorg and mesa patches stacking up that I couldn't= get=20 into his github or into the ports tree. He said he was going to do a CF= T for=20 Xorg 1.18, even mentioned it in a status report I believe, and then ano= ther=20 quart goes by until bapt finally does the CFT just in time for he and I= to=20 commit all that work, which by that point had superseded everything in = various=20 external repos as far as I knew. It's been at least half a year since I= saw=20 him active on x11, and even longer that I've seen the gtk/gnome stuff=20= stagnating. There was a gtk+ 3.20 update in progress middle of last yea= r that=20 still hasn't been done (I have a theme update PR blocked on the gtk3 up= date=20 PR) while 3.22 has been out for months. So when he said something about= not=20 having time for FreeBSD anymore, I figured that was finally the self-ad= mission=20 that someone else needs to fill the role. I have asked questions on IRC= about=20 why things are the way they are but don't get answers. I see dumbbell s= till=20 says good morning sometimes but I haven't had anything I needed to ask.= > >> * I uploaded the first version of the Mesa 17.0 patch to reviews o= n > >> Feb > >> 7 (which you were apparently aware of) > >=20 > > It was pointed out to me when I was committing Mesa 13, at which ti= me > > it was > > definitely premature, so something to come back to but after some > > number of > > times without seeing any change I assumed it dead, whoops. I think = it > > was > > still an RC, or it was 17.0.0 but llvm40 was at rc1 was time I look= ed. > >=20 > >> * I've since updated the patch multiple times for minor releases a= nd > >> address comments by mat and kwm (with x11 hat on) > >> * again, no comments/objections were raised there by anybody else > >=20 > > I suppose I should have raised concerns earlier, but it looked too = raw > > (too > > much stuff specific to drm-next) for me to think it anywhere close = to > > being > > committed, or to think to search for something like an update to > > libclc. I was > > also kinda hoping you'd join #freebsd-xorg at some point. > >=20 > >> The first Mesa 17 patch in PR217016 dates from March 6, a month af= ter > >> my > >> first Mesa 17 patch on reviews. Apparently you were aware of (at > >> least) > >> the last two items on the list above. So yes, coordination is > >> important, > >> which is also why we have an x11 hat (Koop). As you can see from t= he > >> above, Koop was involved in all of this from the onset. > >=20 > > I find it odd that Koop is barely responsive on IRC but active on s= ome > > reviews. > > Whatever, just part of the coordination and communication issues. L= ast > > time I > > talked to kwm at any length he said he didn't really have time for > > FreeBSD, so > > I counted him out since then, only bothering to ask the occasional > > question > > without reply. >=20 > kwm has the x11 hat and I consider him therefore the only authority o= n > this. If he feels like he can't do that anymore, I am certain he'll l= et > us know and step down. Assumptions are not necessary and as we've see= n > above not helpful. >=20 It sounds like there's some misunderstanding about hats. There hat isn'= t a=20 crown and there isn't a single person who runs the x11 team; x11 is a g= roup of=20 peers. When someone on the team does something where they represent th= e team,=20 e.g. commit ports maintained by x11@, they are wearing the x11 hat for = the=20 duration of that action. The hat is an indicator like a jersey for a sp= orts=20 team. I might be one more than one team (i.e. KDE, sorta) and I switch = hats as=20 needed. Unless someone rage-quits, which has happened, people tend to dissipate= . Their=20 priorities shift and they come around less, but it often takes time to = say=20 they are done. I don't think kwm has to step down for anyone else to ge= t=20 involved, but if so, then I'd say that already happened with the=20 aforementioned statement on IRC. According to https://wiki.freebsd.org/Graphics/ the x11 team is: Baptiste Daroussin (active, but busy with many other things) Eitan Adler (not seen active with x11 in at least a year) Jean-S=E9bastien P=E9dron (x11 inactive since last summer, active on ot= her ports) Jung-uk Kim (not seen active with x11, active elsewhere) Koop Mast (inactive for at least half a year) Niclas Zeising (not seen active in at least a year) MatthewRezny ("they new guy") Now I know that page isn't really up to date because I have not been ab= le to=20 edit it (I need to bug someone about wiki permissions) to state the cur= rent=20 status, but I as I don't see Mark Johnston, Johannes Lundberg, Kip Macy= , Pete=20 Wright, or Johannes Dieterich on that list, I wouldn't count y'all as m= embers=20 of x11@. You might all be doing some great work in your FreeBSDDesktop=20= project, but that is separate from the FreeBSD project. If you would li= ke to=20 volunteer for team x11@ then I encourage you to get active on our IRC c= hannel=20 and ask to be added to the team roster. > >> > I had not noticed that your review was updated recently as it sa= t idle > >> > for > >> > quite a while after the update to 13.0.x landed in ports. I'm cu= rious > >> > about > >> > the comment regarding a need for libudev. As far as I know, Mesa= > >> > dropped the > >> > dependence on udev in v13 and relies upon libdrm for all the dir= ect > >> > hardware > >> > interaction. Initially, I had some hope to use libudev-devd as a= single > >> > translation layer, but after reading through the libdrm code it = became > >> > obvious > >> > that would not be the case as the conditional udev code in libdr= m is > >> > withing > >> > Linux-specific code paths so no help to us. Thus, I implemented = support > >> > for our > >> > platform directly in libdrm in order to drop dependence on libde= vq, > >> > which was > >> > needed for no other purpose. Could you explain why Mesa 17 would= need > >> > libudev- > >> > devd for AMDGPU? > >>=20 > >> We used libudev for loader related functionality in Mesa. I am hap= py > >> if > >> we do not need it anymore, at the time Kip and I just wanted to ge= t > >> rid > >> of libdevq -- a FreeBSD-ism. libdrm did not support the linuxkpi > >> amdgpu > >> and Mesa would not load radeonsi properly. > >=20 > > Is libdrm missing some functionality I should implement, or was it = just > > a > > matter that the version with libdevq hacked in was only partially > > working? I > > have tried to address the shortcomings I knew of in libdrm and cate= r to > > the > > differences I was aware of in drm-next, so it would be good to know= if > > libdrm > > sans libdevq works for what you need. I've only had test reports fr= om > > users of > > drm-next that have replaced libdrm and removed libdevq, but may sti= ll > > have a > > modified version of Mesa. I do not know the extent of changes in th= e > > the > > external ports collection. >=20 > It didn't work back then for amdgpu with libdevq. I believe i915 work= ed, > so you may well just get those reports now as the number of people wi= th > amdgpu HW is probably tiny. > Please test the new libdrm and let me know the situation. "It didn't wo= rk back=20 then" doesn't tell me anything meaningful about the prior deficiencies.= =20 > >> Concerning the libdrm udev: as you may have seen from the > >> FreeBSDDesktop > >> github, I tried to do that before Christmas w/o success. > >=20 > > I have not trawled through GitHub nor was I planning to. The work t= here > > is > > focused on newer hardware than I own and I have enough else to keep= me > > occupied supporting the hardware I do own, which includes stuff I m= ust > > revive > > support for after it feel by the wayside over the last several year= s. > > If there > > is stuff worth looking at, please point it out to me. >=20 > I believe bapt has committed all the wayland ports from Johannes > Lundberg, there are some alpha ports for ROCm in there but those are > blocked on amdkfd at the moment. >=20 > This github will be deleted once Mesa 17 hits the tree and replaced w= ith > a fresh one (the svn->git force push has broken this one) >=20 One more reason I have no interest in using github. > >> >> > To be sure there is no misunderstanding now, would you consid= er this > >> >> > correct? @${REINPLACE_CMD} -e 's|x86_64|amd64|' -e > >> >> > 's|\\S\*//|[^[:space:]]* //|' \ > >> >>=20 > >> >> Not quite, adding extra space after [] is unnecessary. > >> >>=20 > >> >> -e 's|\\S\*|[^[:space:]]*|' \ > >> >=20 > >> > It is interesting how many variations appear to produce the same= > >> > result. You > >> > mention the space is not needed, so 's|\\S\*//|[^[:space:]]*//|'= but > >> > then the > >> > example has the trailing // removed. Any reason why? >=20 > I will also at this point say that further discussions are moot until= > Steve/Koop step in for libclc and you had a chance to catch up with u= s > on a graphics meeting. I'll ask Steve as my mentor about reverting the commit to libclc that c= ame=20 from outside the x11 team. I would don the x11 hat and do it immediatel= y if=20 not a mentee. I will be surprised if Koop steps in, but he did already = say the=20 same thing in the review that I did earlier, "This should probably wait= until=20 the next mesa to keep the llvm versions in sync used by libclc/mesa/bei= gnet."=20 I did not invest all the time I did over this past quarter only to have= a=20 broken graphics stack in the quarterly branch. From owner-svn-ports-all@freebsd.org Thu Mar 30 19:23:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DA38D26621; Thu, 30 Mar 2017 19:23:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF0814D; Thu, 30 Mar 2017 19:23:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7929D7367; Thu, 30 Mar 2017 19:23:13 +0000 (UTC) Date: Thu, 30 Mar 2017 19:23:13 +0000 From: Alexey Dokuchaev To: Johannes M Dieterich Cc: Matthew Rezny , Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Message-ID: <20170330192313.GA23522@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <19694803.doR80QHWTi@workstation.reztek> <425ed90f9f572884f734898c9997e499@freebsd.org> <3165067.gcRftSb7iV@workstation.reztek> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:23:14 -0000 On Thu, Mar 30, 2017 at 01:57:15PM -0400, Johannes M Dieterich wrote: > OK, to be very blunt: the current HEAD is just bad for accelerated > OpenGL. Nothing newer than Ivybridge is supported unless you go with the > NVIDIA BLOB (which I have zero experience with). OpenCL is even more > horrible: clover is a joke (I am actually using it for work on carrizo) > and you'll be hard pressed to find any HW around that would be able to > use with it unless you are on drm-next. Hearing that you're doing OpenCL stuff on AMD APU is a big thing and a light of hope for me. I recently got that HP laptop on Richland and I want to play Quake 2 and some OpenCL workloads on it as well. I would be watching for things to improve in the area. Speaking of which, did you have a chance to look at the PR I've filed last year: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214204 ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 30 19:29:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134A1D2686C; Thu, 30 Mar 2017 19:29:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE7F47E5; Thu, 30 Mar 2017 19:29:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UJTtOA029655; Thu, 30 Mar 2017 19:29:55 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UJTtMf029653; Thu, 30 Mar 2017 19:29:55 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703301929.v2UJTtMf029653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 30 Mar 2017 19:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437324 - head/sysutils/radeontop/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:29:57 -0000 Author: danfe Date: Thu Mar 30 19:29:55 2017 New Revision: 437324 URL: https://svnweb.freebsd.org/changeset/ports/437324 Log: Do not separate $(DESTDIR)$(PREFIX) with a slash: this is redundant when PREFIX is an absolute path (common case) and could break things if it is not (and DESTDIR is empty). Modified: head/sysutils/radeontop/files/patch-Makefile head/sysutils/radeontop/files/patch-translations_Makefile Modified: head/sysutils/radeontop/files/patch-Makefile ============================================================================== --- head/sysutils/radeontop/files/patch-Makefile Thu Mar 30 19:07:57 2017 (r437323) +++ head/sysutils/radeontop/files/patch-Makefile Thu Mar 30 19:29:55 2017 (r437324) @@ -39,13 +39,13 @@ -install: all - $(INSTALL) -D -m755 $(bin) $(DESTDIR)/$(PREFIX)/sbin/$(bin) +install: -+ $(INSTALL) -m755 $(bin) $(DESTDIR)/$(PREFIX)/sbin ++ $(INSTALL) -m755 $(bin) $(DESTDIR)$(PREFIX)/sbin ifeq ($(xcb), 1) - $(INSTALL) -D -m755 $(xcblib) $(DESTDIR)/$(PREFIX)/$(LIBDIR)/$(xcblib) -+ $(INSTALL) -m755 $(xcblib) $(DESTDIR)/$(PREFIX)/$(LIBDIR) ++ $(INSTALL) -m755 $(xcblib) $(DESTDIR)$(PREFIX)/$(LIBDIR) endif - $(INSTALL) -D -m644 radeontop.1 $(DESTDIR)/$(PREFIX)/share/man/man1/radeontop.1 -+ $(INSTALL) -m644 radeontop.1 $(DESTDIR)/$(MANPREFIX)/man/man1 ++ $(INSTALL) -m644 radeontop.1 $(DESTDIR)$(MANPREFIX)/man/man1 ifeq ($(nls), 1) $(MAKE) -C translations install PREFIX=$(PREFIX) endif Modified: head/sysutils/radeontop/files/patch-translations_Makefile ============================================================================== --- head/sysutils/radeontop/files/patch-translations_Makefile Thu Mar 30 19:07:57 2017 (r437323) +++ head/sysutils/radeontop/files/patch-translations_Makefile Thu Mar 30 19:29:55 2017 (r437324) @@ -5,6 +5,6 @@ %.inst: %.mo - $(INSTALL) -D -m 644 $< $(DESTDIR)/$(PREFIX)/share/locale/$*/LC_MESSAGES/radeontop.mo -+ $(INSTALL) -m 644 $< $(DESTDIR)/$(PREFIX)/share/locale/$*/LC_MESSAGES/radeontop.mo ++ $(INSTALL) -m 644 $< $(DESTDIR)$(PREFIX)/share/locale/$*/LC_MESSAGES/radeontop.mo install: all $(inst) From owner-svn-ports-all@freebsd.org Thu Mar 30 19:38:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A43AED26AA3; Thu, 30 Mar 2017 19:38:23 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86385E18; Thu, 30 Mar 2017 19:38:23 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id B776979AA; Thu, 30 Mar 2017 19:38:22 +0000 (UTC) From: Matthew Rezny To: Alexey Dokuchaev Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Thu, 30 Mar 2017 21:38:22 +0200 Message-ID: <2248499.et5buujvh1@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20170330192313.GA23522@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> <20170330192313.GA23522@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:38:23 -0000 On Thursday 30 March 2017 19:23:13 Alexey Dokuchaev wrote: > On Thu, Mar 30, 2017 at 01:57:15PM -0400, Johannes M Dieterich wrote: > > OK, to be very blunt: the current HEAD is just bad for accelerated > > OpenGL. Nothing newer than Ivybridge is supported unless you go with the > > NVIDIA BLOB (which I have zero experience with). OpenCL is even more > > horrible: clover is a joke (I am actually using it for work on carrizo) > > and you'll be hard pressed to find any HW around that would be able to > > use with it unless you are on drm-next. > > Hearing that you're doing OpenCL stuff on AMD APU is a big thing and a > light of hope for me. I recently got that HP laptop on Richland and I > want to play Quake 2 and some OpenCL workloads on it as well. I would > be watching for things to improve in the area. Speaking of which, did > you have a chance to look at the PR I've filed last year: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214204 > > ./danfe Hi danfe, While I've got your attention, could I trouble you to check out PR 217341 and commit it before the quarterly branch if it looks good? It would be nice to have the nvidia drivers current. I was recently asked by the reporter of 216574,which is blocked by the former, to look at these. Also, is nvidia-driver something that you want to maintain, or should x11@ take up maintainership? I am not asking to take it away if you'd like to keep up the maintenance, just offering to take the burden if you'd rather not carry it since I know you have many other ports to maintain. From owner-svn-ports-all@freebsd.org Thu Mar 30 19:41:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC30D26B3C; Thu, 30 Mar 2017 19:41:07 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0CD3FC0; Thu, 30 Mar 2017 19:41:06 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UJf6aM036423; Thu, 30 Mar 2017 19:41:06 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UJf6v4036421; Thu, 30 Mar 2017 19:41:06 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201703301941.v2UJf6v4036421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 30 Mar 2017 19:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437325 - head/security/libssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 19:41:07 -0000 Author: johans Date: Thu Mar 30 19:41:05 2017 New Revision: 437325 URL: https://svnweb.freebsd.org/changeset/ports/437325 Log: Update to libssh 0.7.4 https://www.libssh.org/2017/02/03/libssh-0-7-4/ PR: 218230 Submitted by: Iblis Lin Modified: head/security/libssh/Makefile head/security/libssh/distinfo Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Thu Mar 30 19:29:55 2017 (r437324) +++ head/security/libssh/Makefile Thu Mar 30 19:41:05 2017 (r437325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.7.3 +DISTVERSION= 0.7.4 CATEGORIES= security devel MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/ Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Thu Mar 30 19:29:55 2017 (r437324) +++ head/security/libssh/distinfo Thu Mar 30 19:41:05 2017 (r437325) @@ -1,2 +1,3 @@ -SHA256 (libssh-0.7.3.tar.xz) = aa408aa188541c60120743c335e3c3e835865c8345bcd5fd10c41d2aa6b93b4a -SIZE (libssh-0.7.3.tar.xz) = 351016 +TIMESTAMP = 1490902691 +SHA256 (libssh-0.7.4.tar.xz) = eb213e0e1549c484dd1d05bb2fdb1655cebf879041ac4ec3e1bd614bea3d44b3 +SIZE (libssh-0.7.4.tar.xz) = 351172 From owner-svn-ports-all@freebsd.org Thu Mar 30 20:03:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 522D4D265C7; Thu, 30 Mar 2017 20:03:45 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [95.170.95.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16CBFD22; Thu, 30 Mar 2017 20:03:44 +0000 (UTC) (envelope-from jmd@freebsd.org) Received: from www.poelloepaeae.de (www.poelloepaeae.de [192.168.1.105]) by www.poelloepaeae.de (Postfix) with ESMTP id B052E50703; Thu, 30 Mar 2017 21:44:14 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 30 Mar 2017 15:44:14 -0400 From: Johannes M Dieterich To: Alexey Dokuchaev Cc: Matthew Rezny , Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Organization: FreeBSD - ports In-Reply-To: <20170330192313.GA23522@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <19694803.doR80QHWTi@workstation.reztek> <425ed90f9f572884f734898c9997e499@freebsd.org> <3165067.gcRftSb7iV@workstation.reztek> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> <20170330192313.GA23522@FreeBSD.org> Message-ID: <483c192030f6fa66b4a495c426e74837@freebsd.org> X-Sender: jmd@freebsd.org User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 20:03:45 -0000 On 2017-03-30 15:23, Alexey Dokuchaev wrote: > On Thu, Mar 30, 2017 at 01:57:15PM -0400, Johannes M Dieterich wrote: >> OK, to be very blunt: the current HEAD is just bad for accelerated >> OpenGL. Nothing newer than Ivybridge is supported unless you go with >> the >> NVIDIA BLOB (which I have zero experience with). OpenCL is even more >> horrible: clover is a joke (I am actually using it for work on >> carrizo) >> and you'll be hard pressed to find any HW around that would be able to >> use with it unless you are on drm-next. > > Hearing that you're doing OpenCL stuff on AMD APU is a big thing and a > light of hope for me. I recently got that HP laptop on Richland and I > want to play Quake 2 and some OpenCL workloads on it as well. I would > be watching for things to improve in the area. Speaking of which, did > you have a chance to look at the PR I've filed last year: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214204 I am now looking, thanks for filing! :-) I can't say I have these problems. I'll have a closer look tonight. I fear the instructions are badly outdated in the wiki and at the moment, I can only recommend drm-next+Mesa 17 for this purpose... Also: thanks for radeontop, even though using that crashes X11 on the Carrizo for me (I didn't expect anything else) w/ Mesa 17, drm-next, ... Johannes From owner-svn-ports-all@freebsd.org Thu Mar 30 20:22:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D0ED26C6A; Thu, 30 Mar 2017 20:22:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB6873E2; Thu, 30 Mar 2017 20:21:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UKLw02051498; Thu, 30 Mar 2017 20:21:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UKLwZa051497; Thu, 30 Mar 2017 20:21:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703302021.v2UKLwZa051497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 30 Mar 2017 20:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437326 - head/dns/dnsrecon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 20:22:00 -0000 Author: tobik Date: Thu Mar 30 20:21:58 2017 New Revision: 437326 URL: https://svnweb.freebsd.org/changeset/ports/437326 Log: Add missing databases/py-sqlite3 dependency PR: 218227 Submitted by: Rihaz Jerrin (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10204 Modified: head/dns/dnsrecon/Makefile Modified: head/dns/dnsrecon/Makefile ============================================================================== --- head/dns/dnsrecon/Makefile Thu Mar 30 19:41:05 2017 (r437325) +++ head/dns/dnsrecon/Makefile Thu Mar 30 20:21:58 2017 (r437326) @@ -3,6 +3,7 @@ PORTNAME= dnsrecon PORTVERSION= 0.8.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= rihaz.jerrin@gmail.com @@ -11,7 +12,8 @@ COMMENT= DNS enumeration tool LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython \ - ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 USE_GITHUB= yes GH_ACCOUNT= darkoperator From owner-svn-ports-all@freebsd.org Thu Mar 30 20:23:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4227FD26DF9; Thu, 30 Mar 2017 20:23:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 142647F8; Thu, 30 Mar 2017 20:23:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UKNDIT054622; Thu, 30 Mar 2017 20:23:13 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UKNDEK054620; Thu, 30 Mar 2017 20:23:13 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703302023.v2UKNDEK054620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 30 Mar 2017 20:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437327 - head/www/py-cachecontrol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 20:23:14 -0000 Author: tobik Date: Thu Mar 30 20:23:12 2017 New Revision: 437327 URL: https://svnweb.freebsd.org/changeset/ports/437327 Log: Update to 0.12.2 PR: 218223 Submitted by: Yuri Victorovich (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10205 Modified: head/www/py-cachecontrol/Makefile head/www/py-cachecontrol/distinfo Modified: head/www/py-cachecontrol/Makefile ============================================================================== --- head/www/py-cachecontrol/Makefile Thu Mar 30 20:21:58 2017 (r437326) +++ head/www/py-cachecontrol/Makefile Thu Mar 30 20:23:12 2017 (r437327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CacheControl -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-cachecontrol/distinfo ============================================================================== --- head/www/py-cachecontrol/distinfo Thu Mar 30 20:21:58 2017 (r437326) +++ head/www/py-cachecontrol/distinfo Thu Mar 30 20:23:12 2017 (r437327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489990164 -SHA256 (CacheControl-0.12.1.tar.gz) = 99c1506b98d53c222493e0ff65904c91aaedd7c8e235cb4f00287ddbbb597072 -SIZE (CacheControl-0.12.1.tar.gz) = 13939 +TIMESTAMP = 1490861577 +SHA256 (CacheControl-0.12.2.tar.gz) = d7d919830d7edc5f4b355fa678a2ea49e9ccb67966abc373ec20f93f3f471265 +SIZE (CacheControl-0.12.2.tar.gz) = 14327 From owner-svn-ports-all@freebsd.org Thu Mar 30 21:12:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EC58D2465B; Thu, 30 Mar 2017 21:12:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79D637E3; Thu, 30 Mar 2017 21:12:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULCjdo074829; Thu, 30 Mar 2017 21:12:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULChRn074811; Thu, 30 Mar 2017 21:12:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703302112.v2ULChRn074811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Mar 2017 21:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437328 - in head: databases/powerarchitect devel/go-uuid emulators/mupen64plus-core games/endgame-singularity-music graphics/tif22pnm japanese/ibus-anthy net-mgmt/p5-SNMP_Session russi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:12:46 -0000 Author: mat Date: Thu Mar 30 21:12:43 2017 New Revision: 437328 URL: https://svnweb.freebsd.org/changeset/ports/437328 Log: Remove obsolete PROJECTHOST. Sponsored by: Absolight Modified: head/databases/powerarchitect/Makefile (contents, props changed) head/devel/go-uuid/Makefile (contents, props changed) head/emulators/mupen64plus-core/Makefile (contents, props changed) head/games/endgame-singularity-music/Makefile (contents, props changed) head/graphics/tif22pnm/Makefile (contents, props changed) head/japanese/ibus-anthy/Makefile (contents, props changed) head/net-mgmt/p5-SNMP_Session/Makefile (contents, props changed) head/russian/hunspell/Makefile (contents, props changed) head/security/py-bcrypt/Makefile (contents, props changed) head/security/sks/Makefile (contents, props changed) head/sysutils/pv/Makefile (contents, props changed) head/textproc/ibus-qt/Makefile (contents, props changed) head/textproc/uim-el/Makefile (contents, props changed) head/www/mod_authnz_external24/Makefile (contents, props changed) head/www/mod_log_firstbyte/Makefile (contents, props changed) head/www/py-jswebkit/Makefile (contents, props changed) head/www/py-webkitgtk/Makefile (contents, props changed) Modified: head/databases/powerarchitect/Makefile ============================================================================== --- head/databases/powerarchitect/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/databases/powerarchitect/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -24,7 +24,6 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes PORTDOCS= * -PROJECTHOST= power-architect DATADIR= ${JAVASHAREDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/architect-${PORTVERSION} SUB_FILES= ${PORTNAME} Modified: head/devel/go-uuid/Makefile ============================================================================== --- head/devel/go-uuid/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/devel/go-uuid/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -14,7 +14,6 @@ LICENSE= MIT USES= go REVISION= 35bc42037350 -PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} WRKSRC= ${WRKDIR}/go-uuid-${REVISION} GO_PKGNAME= code.google.com/p/go-uuid/uuid GO_TARGET= code.google.com/p/go-uuid/uuid/uuid Modified: head/emulators/mupen64plus-core/Makefile ============================================================================== --- head/emulators/mupen64plus-core/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/emulators/mupen64plus-core/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -14,7 +14,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER?= acm@FreeBSD.org COMMENT?= Fork of Mupen64 Nintendo 64 emulator -#PROJECTHOST= bsdistfiles USES+= gmake pkgconfig USE_GL?= yes USE_SDL?= sdl2 Modified: head/games/endgame-singularity-music/Makefile ============================================================================== --- head/games/endgame-singularity-music/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/games/endgame-singularity-music/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -5,7 +5,6 @@ PORTNAME= endgame-singularity-music PORTVERSION= 007 PORTREVISION= 1 CATEGORIES= games -PROJECTHOST= endgame-singularity MAINTAINER= lifanov@FreeBSD.org COMMENT= Music pack for endgame-singularity Modified: head/graphics/tif22pnm/Makefile ============================================================================== --- head/graphics/tif22pnm/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/graphics/tif22pnm/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -15,7 +15,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -PROJECTHOST= sam2p USES= pkgconfig GNU_CONFIGURE= yes Modified: head/japanese/ibus-anthy/Makefile ============================================================================== --- head/japanese/ibus-anthy/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/japanese/ibus-anthy/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -5,7 +5,6 @@ PORTNAME= ibus-anthy PORTVERSION= 1.2.7 PORTREVISION= 6 CATEGORIES= japanese -PROJECTHOST= ibus MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ja- Modified: head/net-mgmt/p5-SNMP_Session/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP_Session/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/net-mgmt/p5-SNMP_Session/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -6,7 +6,6 @@ PORTVERSION= 1.13 PORTREVISION= 3 CATEGORIES= net-mgmt perl5 MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/perl-SNMP_Session/SNMP_Session-1.13.tar.gz/055e1065babf55f1f8606329c6bdb947/ -PROJECTHOST= snmp-session PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org Modified: head/russian/hunspell/Makefile ============================================================================== --- head/russian/hunspell/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/russian/hunspell/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -16,7 +16,6 @@ USES= zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PROJECTHOST= hunspell-ru PLIST_FILES= %%DATADIR%%/ru_RU.aff \ %%DATADIR%%/ru_RU.dic Modified: head/security/py-bcrypt/Makefile ============================================================================== --- head/security/py-bcrypt/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/security/py-bcrypt/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -22,8 +22,6 @@ USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PROJECTHOST= py-bcrypt - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so Modified: head/security/sks/Makefile ============================================================================== --- head/security/sks/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/security/sks/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -9,8 +9,6 @@ MASTER_SITES= http://bitbucket.org/skske MAINTAINER= johans@FreeBSD.org COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver -PROJECTHOST= sks-keyserver - USE_OCAML= yes USE_OCAML_CAMLP4=yes USES= bdb:5 perl5 gmake shebangfix tar:tgz Modified: head/sysutils/pv/Makefile ============================================================================== --- head/sysutils/pv/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/sysutils/pv/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -13,8 +13,6 @@ LICENSE= ART20 CONFLICTS= waon-[0-9]* -PROJECTHOST= pipeviewer - USES= tar:bzip2 gmake GNU_CONFIGURE= yes Modified: head/textproc/ibus-qt/Makefile ============================================================================== --- head/textproc/ibus-qt/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/textproc/ibus-qt/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -28,7 +28,6 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PROJECTHOST= ibus WRKSRC= ${WRKDIR}/${DISTNAME} .include Modified: head/textproc/uim-el/Makefile ============================================================================== --- head/textproc/uim-el/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/textproc/uim-el/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -12,7 +12,6 @@ DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library -PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ uim-el-emacs22-[0-9]* \ uim-el-emacs21-[0-9]* Modified: head/www/mod_authnz_external24/Makefile ============================================================================== --- head/www/mod_authnz_external24/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/www/mod_authnz_external24/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -17,7 +17,6 @@ USE_APACHE= 24 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authnz_external -PROJECTHOST= mod-auth-external PORTDOCS= AUTHENTICATORS INSTALL README \ CHANGES UPGRADE INSTALL.HARDCODE Modified: head/www/mod_log_firstbyte/Makefile ============================================================================== --- head/www/mod_log_firstbyte/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/www/mod_log_firstbyte/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -19,7 +19,6 @@ EXPIRATION_DATE= 2017-04-30 USE_APACHE= 22+ -PROJECTHOST= mod-log-firstbyte PKGMESSAGE= ${WRKSRC}/readme.txt AP_FAST_BUILD= yes Modified: head/www/py-jswebkit/Makefile ============================================================================== --- head/www/py-jswebkit/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/www/py-jswebkit/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -6,7 +6,6 @@ PORTVERSION= 0.0.3 PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/ -PROJECTHOST= gwrite PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig Modified: head/www/py-webkitgtk/Makefile ============================================================================== --- head/www/py-webkitgtk/Makefile Thu Mar 30 20:23:12 2017 (r437327) +++ head/www/py-webkitgtk/Makefile Thu Mar 30 21:12:43 2017 (r437328) @@ -6,7 +6,6 @@ PORTVERSION= 1.1.8 PORTREVISION= 6 CATEGORIES= www python MASTER_SITES= https://pkgs.fedoraproject.org/repo/extras/pywebkitgtk/pywebkitgtk-1.1.8.tar.bz2/19f3c184eebcfde1c9d1ce56bbe75cf2/ -PROJECTHOST= pywebkitgtk PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} From owner-svn-ports-all@freebsd.org Thu Mar 30 21:36:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B980FD24DC7; Thu, 30 Mar 2017 21:36: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 78492889; Thu, 30 Mar 2017 21:36: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 v2ULaDT6083036; Thu, 30 Mar 2017 21:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaDf5083033; Thu, 30 Mar 2017 21:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaDf5083033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437329 - head/lang/p5-List-MoreUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:36:14 -0000 Author: sunpoet Date: Thu Mar 30 21:36:13 2017 New Revision: 437329 URL: https://svnweb.freebsd.org/changeset/ports/437329 Log: Update to 0.418 - Update LICENSE - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/List-MoreUtils/Changes Modified: head/lang/p5-List-MoreUtils/Makefile head/lang/p5-List-MoreUtils/distinfo head/lang/p5-List-MoreUtils/pkg-plist Modified: head/lang/p5-List-MoreUtils/Makefile ============================================================================== --- head/lang/p5-List-MoreUtils/Makefile Thu Mar 30 21:12:43 2017 (r437328) +++ head/lang/p5-List-MoreUtils/Makefile Thu Mar 30 21:36:13 2017 (r437329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-MoreUtils -DISTVERSION= 0.416 +DISTVERSION= 0.418 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,23 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provide the stuff missing in List::Util -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Exporter-Tiny>=0.038:devel/p5-Exporter-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502401 -BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader -RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader -.endif - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/MoreUtils.so - -.include +.include Modified: head/lang/p5-List-MoreUtils/distinfo ============================================================================== --- head/lang/p5-List-MoreUtils/distinfo Thu Mar 30 21:12:43 2017 (r437328) +++ head/lang/p5-List-MoreUtils/distinfo Thu Mar 30 21:36:13 2017 (r437329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474635212 -SHA256 (List-MoreUtils-0.416.tar.gz) = d2ce2f93a4fba8e20a602eba2405d08f5b28c23764a5273fb0abbc413f74c5a5 -SIZE (List-MoreUtils-0.416.tar.gz) = 139115 +TIMESTAMP = 1490887483 +SHA256 (List-MoreUtils-0.418.tar.gz) = 365651edea4e0c806576e4dcfc3dfb98bb4cbb343bc5c3e04cdc7b5b71ed4988 +SIZE (List-MoreUtils-0.418.tar.gz) = 55111 Modified: head/lang/p5-List-MoreUtils/pkg-plist ============================================================================== --- head/lang/p5-List-MoreUtils/pkg-plist Thu Mar 30 21:12:43 2017 (r437328) +++ head/lang/p5-List-MoreUtils/pkg-plist Thu Mar 30 21:36:13 2017 (r437329) @@ -1,9 +1,6 @@ -%%SITE_ARCH%%/List/MoreUtils.pm -%%SITE_ARCH%%/List/MoreUtils/Contributing.pod -%%SITE_ARCH%%/List/MoreUtils/PP.pm -%%SITE_ARCH%%/List/MoreUtils/XS.pm -%%SITE_ARCH%%/auto/List/MoreUtils/MoreUtils.so +%%SITE_PERL%%/List/MoreUtils.pm +%%SITE_PERL%%/List/MoreUtils/Contributing.pod +%%SITE_PERL%%/List/MoreUtils/PP.pm %%PERL5_MAN3%%/List::MoreUtils.3.gz %%PERL5_MAN3%%/List::MoreUtils::Contributing.3.gz %%PERL5_MAN3%%/List::MoreUtils::PP.3.gz -%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 30 21:36:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36549D24E02; Thu, 30 Mar 2017 21:36:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E25328E0; Thu, 30 Mar 2017 21:36:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULaNv9083349; Thu, 30 Mar 2017 21:36:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaM1e083347; Thu, 30 Mar 2017 21:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaM1e083347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437331 - head/databases/p5-DBIx-Custom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:36:24 -0000 Author: sunpoet Date: Thu Mar 30 21:36:22 2017 New Revision: 437331 URL: https://svnweb.freebsd.org/changeset/ports/437331 Log: Update to 0.40 Changes: http://search.cpan.org/dist/DBIx-Custom/Changes Modified: head/databases/p5-DBIx-Custom/Makefile head/databases/p5-DBIx-Custom/distinfo head/databases/p5-DBIx-Custom/pkg-plist Modified: head/databases/p5-DBIx-Custom/Makefile ============================================================================== --- head/databases/p5-DBIx-Custom/Makefile Thu Mar 30 21:36:17 2017 (r437330) +++ head/databases/p5-DBIx-Custom/Makefile Thu Mar 30 21:36:22 2017 (r437331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Custom -PORTVERSION= 0.3800 +PORTVERSION= 0.4000 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBD-SQLite>=1.25:databases/p5-DBD-SQLite \ p5-DBI>=1.60.5:databases/p5-DBI \ + p5-DBIx-Connector>=0.56:databases/p5-DBIx-Connector \ p5-Object-Simple>=3.1000:devel/p5-Object-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-DBIx-Custom/distinfo ============================================================================== --- head/databases/p5-DBIx-Custom/distinfo Thu Mar 30 21:36:17 2017 (r437330) +++ head/databases/p5-DBIx-Custom/distinfo Thu Mar 30 21:36:22 2017 (r437331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489682479 -SHA256 (DBIx-Custom-0.38.tar.gz) = b9ea4404301f86a9a244d168b07fe43b9ed2dc231544239b27f8096c3fb8bf48 -SIZE (DBIx-Custom-0.38.tar.gz) = 199590 +TIMESTAMP = 1490887061 +SHA256 (DBIx-Custom-0.40.tar.gz) = ee8bef1cadb34aa5d4f3673339a67682acff00188e5dd67b619b02625d72d49c +SIZE (DBIx-Custom-0.40.tar.gz) = 200178 Modified: head/databases/p5-DBIx-Custom/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Custom/pkg-plist Thu Mar 30 21:36:17 2017 (r437330) +++ head/databases/p5-DBIx-Custom/pkg-plist Thu Mar 30 21:36:22 2017 (r437331) @@ -3,6 +3,7 @@ %%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/NotExists.pm %%SITE_PERL%%/DBIx/Custom/Order.pm +%%SITE_PERL%%/DBIx/Custom/Query.pm %%SITE_PERL%%/DBIx/Custom/Result.pm %%SITE_PERL%%/DBIx/Custom/Util.pm %%SITE_PERL%%/DBIx/Custom/Where.pm From owner-svn-ports-all@freebsd.org Thu Mar 30 21:36:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF1AD24E31; Thu, 30 Mar 2017 21:36:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D240913; Thu, 30 Mar 2017 21:36:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULaRP8083467; Thu, 30 Mar 2017 21:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaRQe083465; Thu, 30 Mar 2017 21:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaRQe083465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437332 - head/devel/p5-Config-AutoConf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:36:28 -0000 Author: sunpoet Date: Thu Mar 30 21:36:27 2017 New Revision: 437332 URL: https://svnweb.freebsd.org/changeset/ports/437332 Log: Update to 0.314 - Add NO_ARCH Changes: http://search.cpan.org/dist/Config-AutoConf/Changes Modified: head/devel/p5-Config-AutoConf/Makefile head/devel/p5-Config-AutoConf/distinfo Modified: head/devel/p5-Config-AutoConf/Makefile ============================================================================== --- head/devel/p5-Config-AutoConf/Makefile Thu Mar 30 21:36:22 2017 (r437331) +++ head/devel/p5-Config-AutoConf/Makefile Thu Mar 30 21:36:27 2017 (r437332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-AutoConf -PORTVERSION= 0.313 +PORTVERSION= 0.314 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-AutoConf/distinfo ============================================================================== --- head/devel/p5-Config-AutoConf/distinfo Thu Mar 30 21:36:22 2017 (r437331) +++ head/devel/p5-Config-AutoConf/distinfo Thu Mar 30 21:36:27 2017 (r437332) @@ -1,2 +1,3 @@ -SHA256 (Config-AutoConf-0.313.tar.gz) = 3728867041d1bdbc00dffae5658b831e53f99068d3fbf0e8fb95b82a1953aeee -SIZE (Config-AutoConf-0.313.tar.gz) = 48660 +TIMESTAMP = 1490887069 +SHA256 (Config-AutoConf-0.314.tar.gz) = 83e0b0d96e508bcc0c8c54c1b5f5a862821c0a4a644d81517e08f462c2a4a509 +SIZE (Config-AutoConf-0.314.tar.gz) = 48730 From owner-svn-ports-all@freebsd.org Thu Mar 30 21:36:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35946D24E60; Thu, 30 Mar 2017 21:36:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05B14944; Thu, 30 Mar 2017 21:36: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 v2ULaWgU083587; Thu, 30 Mar 2017 21:36:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaW3G083585; Thu, 30 Mar 2017 21:36:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaW3G083585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437333 - head/textproc/p5-XML-Compile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:36:33 -0000 Author: sunpoet Date: Thu Mar 30 21:36:31 2017 New Revision: 437333 URL: https://svnweb.freebsd.org/changeset/ports/437333 Log: Update to 1.56 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Thu Mar 30 21:36:27 2017 (r437332) +++ head/textproc/p5-XML-Compile/Makefile Thu Mar 30 21:36:31 2017 (r437333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Thu Mar 30 21:36:27 2017 (r437332) +++ head/textproc/p5-XML-Compile/distinfo Thu Mar 30 21:36:31 2017 (r437333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489073621 -SHA256 (XML-Compile-1.55.tar.gz) = 1a5327239871381865a997db2382a9c0c9dc457bc927e205f6aa5d8229d38277 -SIZE (XML-Compile-1.55.tar.gz) = 207243 +TIMESTAMP = 1490887079 +SHA256 (XML-Compile-1.56.tar.gz) = 822ff1be69305408f0a427f10da2cc76535bdef593a527a6515d75bbc6cc5fbc +SIZE (XML-Compile-1.56.tar.gz) = 207239 From owner-svn-ports-all@freebsd.org Thu Mar 30 21:36:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75565D24E96; Thu, 30 Mar 2017 21:36:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473B2970; Thu, 30 Mar 2017 21:36:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULabQN083690; Thu, 30 Mar 2017 21:36:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULabYM083689; Thu, 30 Mar 2017 21:36:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULabYM083689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437334 - head/www/rubygem-gollum-rugged_adapter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:36:38 -0000 Author: sunpoet Date: Thu Mar 30 21:36:37 2017 New Revision: 437334 URL: https://svnweb.freebsd.org/changeset/ports/437334 Log: Fix RUN_DEPENDS Modified: head/www/rubygem-gollum-rugged_adapter/Makefile Modified: head/www/rubygem-gollum-rugged_adapter/Makefile ============================================================================== --- head/www/rubygem-gollum-rugged_adapter/Makefile Thu Mar 30 21:36:31 2017 (r437333) +++ head/www/rubygem-gollum-rugged_adapter/Makefile Thu Mar 30 21:36:37 2017 (r437334) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-mime-types>=1.1.5:misc/rubygem-mime-types \ - rubygem-rugged>=0.23:devel/rubygem-rugged + rubygem-rugged>=0.24.0:devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Thu Mar 30 21:37:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97552D24F0D; Thu, 30 Mar 2017 21:37:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72D0FAB4; Thu, 30 Mar 2017 21:37: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 v2ULaIic083213; Thu, 30 Mar 2017 21:36:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaHVI083208; Thu, 30 Mar 2017 21:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaHVI083208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437330 - in head/lang: . p5-List-MoreUtils-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:37:34 -0000 Author: sunpoet Date: Thu Mar 30 21:36:17 2017 New Revision: 437330 URL: https://svnweb.freebsd.org/changeset/ports/437330 Log: Add p5-List-MoreUtils-XS 0.418 List::MoreUtils::XS provides compiled List::MoreUtils functions. WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Added: head/lang/p5-List-MoreUtils-XS/ head/lang/p5-List-MoreUtils-XS/Makefile (contents, props changed) head/lang/p5-List-MoreUtils-XS/distinfo (contents, props changed) head/lang/p5-List-MoreUtils-XS/pkg-descr (contents, props changed) head/lang/p5-List-MoreUtils-XS/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Mar 30 21:36:13 2017 (r437329) +++ head/lang/Makefile Thu Mar 30 21:36:17 2017 (r437330) @@ -220,6 +220,7 @@ SUBDIR += p5-JavaScript-Squish SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils + SUBDIR += p5-List-MoreUtils-XS SUBDIR += p5-Marpa SUBDIR += p5-Marpa-PP SUBDIR += p5-Marpa-XS Added: head/lang/p5-List-MoreUtils-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/Makefile Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= List-MoreUtils-XS +PORTVERSION= 0.418 +CATEGORIES= lang perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide compiled List::MoreUtils functions + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-List-MoreUtils>=${PORTVERSION}:lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 502503 +BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so + +.include Added: head/lang/p5-List-MoreUtils-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/distinfo Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490900474 +SHA256 (List-MoreUtils-XS-0.418.tar.gz) = 0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f +SIZE (List-MoreUtils-XS-0.418.tar.gz) = 129838 Added: head/lang/p5-List-MoreUtils-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/pkg-descr Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +List::MoreUtils::XS provides compiled List::MoreUtils functions. + +WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Added: head/lang/p5-List-MoreUtils-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/pkg-plist Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/List/MoreUtils/XS.pm +%%SITE_ARCH%%/auto/List/MoreUtils/XS/XS.so +%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz From owner-svn-ports-all@freebsd.org Thu Mar 30 21:45:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0501DD2518A; Thu, 30 Mar 2017 21:45:02 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A15773B2; Thu, 30 Mar 2017 21:45:01 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULhj0M087636; Thu, 30 Mar 2017 21:43:45 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULhjdW087634; Thu, 30 Mar 2017 21:43:45 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703302143.v2ULhjdW087634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 30 Mar 2017 21:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437335 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:45:02 -0000 Author: cpm Date: Thu Mar 30 21:43:45 2017 New Revision: 437335 URL: https://svnweb.freebsd.org/changeset/ports/437335 Log: Document new vulnerabilities in www/chromium < 57.0.2987.133 Obtained from: https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_29.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 30 21:36:37 2017 (r437334) +++ head/security/vuxml/vuln.xml Thu Mar 30 21:43:45 2017 (r437335) @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 57.0.2987.133 + + + + +

Google Chrome Releases reports:

+
+

5 security fixes in this release, including:

+
    +
  • [698622] Critical CVE-2017-5055: Use after free in printing. Credit to + Wadih Matar
  • +
  • [699166] High CVE-2017-5054: Heap buffer overflow in V8. Credit to + Nicolas Trippar of Zimperium zLabs
  • +
  • [662767] High CVE-2017-5052: Bad cast in Blink. Credit to + JeongHoon Shin
  • +
  • [705445] High CVE-2017-5056: Use after free in Blink. Credit to + anonymous
  • +
  • [702058] High CVE-2017-5053: Out of bounds memory access in V8. Credit to + Team Sniper (Keen Lab and PC Mgr) reported through ZDI (ZDI-CAN-4587)
  • +
+
+ + + + CVE-2017-5055 + CVE-2017-5054 + CVE-2017-5052 + CVE-2017-5056 + CVE-2017-5053 + https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop_29.html + + + 2017-03-29 + 2017-03-30 + + + xen-tools -- xenstore denial of service via repeated update From owner-svn-ports-all@freebsd.org Thu Mar 30 22:18:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C59ED25D7C; Thu, 30 Mar 2017 22:18:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB97DD5; Thu, 30 Mar 2017 22:18:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5FFD74297; Thu, 30 Mar 2017 22:18:11 +0000 (UTC) Date: Thu, 30 Mar 2017 22:18:11 +0000 From: Alexey Dokuchaev To: Matthew Rezny Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Message-ID: <20170330221811.GA82143@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> <20170330192313.GA23522@FreeBSD.org> <2248499.et5buujvh1@workstation.reztek> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2248499.et5buujvh1@workstation.reztek> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 22:18:12 -0000 On Thu, Mar 30, 2017 at 09:38:22PM +0200, Matthew Rezny wrote: > While I've got your attention, could I trouble you to check out PR 217341 > and commit it before the quarterly branch if it looks good? Will do; there are few PRs that I need to address ASAP and that's one of them, thanks for reminding. > Also, is nvidia-driver something that you want to maintain, or should > x11@ take up maintainership? I'm always considering it, but every time someone tries to update it they will forget to take legacy ports into account, or do not bother to get those OSVERSIONS checks accurate enough, or something else. I'll happily let it go under x11@ wing after I can see that enough meta-knowledge is being preserved among its regular committers, if that's OK with you. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 30 22:19:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA603D25DD9; Thu, 30 Mar 2017 22:19:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9648ECF; Thu, 30 Mar 2017 22:19:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D2FF14391; Thu, 30 Mar 2017 22:19:02 +0000 (UTC) Date: Thu, 30 Mar 2017 22:19:02 +0000 From: Alexey Dokuchaev To: Johannes M Dieterich Cc: Matthew Rezny , Jan Beich , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org, swills@freebsd.org, kwm@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Message-ID: <20170330221902.GB82143@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <19694803.doR80QHWTi@workstation.reztek> <425ed90f9f572884f734898c9997e499@freebsd.org> <3165067.gcRftSb7iV@workstation.reztek> <5ecdf3a33e5b6ea0d4341aed906e3800@freebsd.org> <20170330192313.GA23522@FreeBSD.org> <483c192030f6fa66b4a495c426e74837@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483c192030f6fa66b4a495c426e74837@freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 22:19:03 -0000 On Thu, Mar 30, 2017 at 03:44:14PM -0400, Johannes M Dieterich wrote: > On 2017-03-30 15:23, Alexey Dokuchaev wrote: > > Hearing that you're doing OpenCL stuff on AMD APU is a big thing and a > > light of hope for me. I recently got that HP laptop on Richland and I > > want to play Quake 2 and some OpenCL workloads on it as well. I would > > be watching for things to improve in the area. Speaking of which, did > > you have a chance to look at the PR I've filed last year: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214204 > > I am now looking, thanks for filing! :-) > > I can't say I have these problems. I'll have a closer look tonight. I > fear the instructions are badly outdated in the wiki and at the moment, > I can only recommend drm-next+Mesa 17 for this purpose... OK, I'll guess I'd have to wait until that hits the ports tree (or if wiki gets updated, I could try that as well :-). > Also: thanks for radeontop, even though using that crashes X11 on the > Carrizo for me (I didn't expect anything else) w/ Mesa 17, drm-next, ... Oh, that's unfortunate. I've tested it on Aruba (amd64) and RV710 (i386) and it worked fine. Ping me back if you have ideas and/or patches for proper Carrizo support. ./danfe From owner-svn-ports-all@freebsd.org Thu Mar 30 22:34:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A948BD26275; Thu, 30 Mar 2017 22:34:00 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA6DBD0; Thu, 30 Mar 2017 22:34:00 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id B0EED47B4; Thu, 30 Mar 2017 22:33:59 +0000 (UTC) From: Matthew Rezny To: Alexey Dokuchaev Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r437215 - in head/graphics: gbm libEGL libGL libglapi Date: Fri, 31 Mar 2017 00:33:59 +0200 Message-ID: <1928103.EQLZasdYMK@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20170330221811.GA82143@FreeBSD.org> References: <201703291657.v2TGvrpM076369@repo.freebsd.org> <2248499.et5buujvh1@workstation.reztek> <20170330221811.GA82143@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 22:34:00 -0000 On Thursday 30 March 2017 22:18:11 Alexey Dokuchaev wrote: > On Thu, Mar 30, 2017 at 09:38:22PM +0200, Matthew Rezny wrote: > > While I've got your attention, could I trouble you to check out PR 217341 > > and commit it before the quarterly branch if it looks good? > > Will do; there are few PRs that I need to address ASAP and that's one of > them, thanks for reminding. > > > Also, is nvidia-driver something that you want to maintain, or should > > x11@ take up maintainership? > > I'm always considering it, but every time someone tries to update it they > will forget to take legacy ports into account, or do not bother to get > those OSVERSIONS checks accurate enough, or something else. I'll happily > let it go under x11@ wing after I can see that enough meta-knowledge is > being preserved among its regular committers, if that's OK with you. > > ./danfe That is more than ok. I really appreciate the desire to impart your knowledge to ensure proper care taking as opposed to tossing a hot potato. I will observe until you signal for my further involvement. I am frequently available on IRC, if you want to tap me for anything do not hesitate. From owner-svn-ports-all@freebsd.org Thu Mar 30 23:25:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35EFD261F4; Thu, 30 Mar 2017 23:25:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AFAB17B; Thu, 30 Mar 2017 23:25:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UNO04Y027409; Thu, 30 Mar 2017 23:24:00 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UNO0ol027406; Thu, 30 Mar 2017 23:24:00 GMT (envelope-from db@FreeBSD.org) Message-Id: <201703302324.v2UNO0ol027406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 30 Mar 2017 23:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437336 - in head/comms/fldigi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 23:25:16 -0000 Author: db Date: Thu Mar 30 23:24:00 2017 New Revision: 437336 URL: https://svnweb.freebsd.org/changeset/ports/437336 Log: FreeBSD fixes sent upstream deletes some patch files we had =Version 4.0.1= 2017-03-28 David Freese f40e79d: Socket connect =Version 4.0.0= 7efc9b2: OS X 10.12 build ffd6f09: STATION_CALLSIGN f0f3763: Free BSD mods b163605: Logbook mods 167f064: ru-po-update 5354812: Default Tx Audio fac5963: remove sprintf a9db866: Documentation update b522581: n3fjp logger search c565b03: fopen -> fl_fopen abd9554: 48 bar macro 5f5776c: CW decoder 9c0f906: DX cluster 016799a: Logbook support b4e227b: WinKeyer 1fe26c1: fsq ifkp s/n computation d576fd8: fltk version update 2a1a8c3: Macro Date Time Formats Deleted: head/comms/fldigi/files/patch-src_include_main.h head/comms/fldigi/files/patch-src_logbook_adif__io.cxx head/comms/fldigi/files/patch-src_widgets_picture.cxx Modified: head/comms/fldigi/Makefile head/comms/fldigi/distinfo head/comms/fldigi/pkg-plist (contents, props changed) Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Thu Mar 30 21:43:45 2017 (r437335) +++ head/comms/fldigi/Makefile Thu Mar 30 23:24:00 2017 (r437336) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 3.23.21 +PORTVERSION= 4.0.1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_system.so:devel/bo USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes -USES= compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix +USES= autoreconf compiler:c++11-lib execinfo jpeg gmake perl5 pkgconfig shebangfix USE_XORG= x11 xft xext xfixes xcursor xinerama CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \ EXTRA_LIBS="-lexecinfo" @@ -57,13 +57,7 @@ NLS_USES= gettext # Always need asciidoc for man pages CONFIGURE_ARGS+=--with-asciidoc -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/Makefile.in - post-configure: - @${REINPLACE_CMD} -e 's|^CPPFLAGS|#CPPFLAGS|' \ - ${WRKSRC}/src/Makefile # force rebuild of man pages ${RM} ${WRKSRC}/doc/*.1 Modified: head/comms/fldigi/distinfo ============================================================================== --- head/comms/fldigi/distinfo Thu Mar 30 21:43:45 2017 (r437335) +++ head/comms/fldigi/distinfo Thu Mar 30 23:24:00 2017 (r437336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490552971 -SHA256 (fldigi-3.23.21.tar.gz) = a70914876a415eba5eec112f752330a1cecbf55aa442f5d9dd466fb75ea11a3b -SIZE (fldigi-3.23.21.tar.gz) = 3217867 +TIMESTAMP = 1490880647 +SHA256 (fldigi-4.0.1.tar.gz) = ea68b7fe6de4eba8b99956a10c51c3c8d1e45cb8a6c6aa58594d8510a36d1bc5 +SIZE (fldigi-4.0.1.tar.gz) = 3346237 Modified: head/comms/fldigi/pkg-plist ============================================================================== --- head/comms/fldigi/pkg-plist Thu Mar 30 21:43:45 2017 (r437335) +++ head/comms/fldigi/pkg-plist Thu Mar 30 23:24:00 2017 (r437336) @@ -10,6 +10,7 @@ share/applications/fldigi.desktop %%NLS%%share/locale/it/LC_MESSAGES/fldigi.mo %%NLS%%share/locale/pl/LC_MESSAGES/fldigi.mo %%NLS%%share/locale/nl/LC_MESSAGES/fldigi.mo +%%NLS%%share/locale/ru/LC_MESSAGES/fldigi.mo share/pixmaps/fldigi.xpm %%DATADIR%%/NAVTEX_Stations.csv %%DATADIR%%/ToR-Stats-SHIP.csv From owner-svn-ports-all@freebsd.org Thu Mar 30 23:54:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E7D4D26C7C; Thu, 30 Mar 2017 23:54:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 233E9CA0; Thu, 30 Mar 2017 23:54:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UNsPZx039253; Thu, 30 Mar 2017 23:54:25 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UNsOoh039248; Thu, 30 Mar 2017 23:54:24 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201703302354.v2UNsOoh039248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 30 Mar 2017 23:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437337 - in head/textproc/heirloom-doctools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 23:54:26 -0000 Author: hrs Date: Thu Mar 30 23:54:24 2017 New Revision: 437337 URL: https://svnweb.freebsd.org/changeset/ports/437337 Log: - Fix bugs which could cause SIGSEGV. - Fix an odd error message "sort: file not found". It was not harmful but confusing. - Increase the maximum number of vertexes in a spline curve. 100 vertexes were too small in modern environments. - Use _PATH_* wherever possible. Added: head/textproc/heirloom-doctools/files/ head/textproc/heirloom-doctools/files/patch-refer_inv1.c (contents, props changed) head/textproc/heirloom-doctools/files/patch-refer_refer5.c (contents, props changed) head/textproc/heirloom-doctools/files/patch-refer_refer7.c (contents, props changed) head/textproc/heirloom-doctools/files/patch-troff_troff.d_dpost.d_draw.c (contents, props changed) Modified: head/textproc/heirloom-doctools/Makefile Modified: head/textproc/heirloom-doctools/Makefile ============================================================================== --- head/textproc/heirloom-doctools/Makefile Thu Mar 30 23:24:00 2017 (r437336) +++ head/textproc/heirloom-doctools/Makefile Thu Mar 30 23:54:24 2017 (r437337) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= heirloom-doctools -DISTVERSION= 160308 +PORTVERSION= 160308 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org Added: head/textproc/heirloom-doctools/files/patch-refer_inv1.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/heirloom-doctools/files/patch-refer_inv1.c Thu Mar 30 23:54:24 2017 (r437337) @@ -0,0 +1,24 @@ +--- refer/inv1.c.orig 2016-03-09 21:27:38 UTC ++++ refer/inv1.c +@@ -28,6 +28,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + #include + #include "refer..c" +@@ -59,7 +62,11 @@ main(int argc, char **argv) + int iflong =0; + char *sortdir; + ++#ifdef __FreeBSD__ ++ sortdir = _PATH_VARTMP; ++#else + sortdir = (access("/crp/tmp", 06)==0) ? "/crp/tmp" : "/var/tmp"; ++#endif + while (argc>1 && argv[1][0] == '-') + { + switch(argv[1][1]) Added: head/textproc/heirloom-doctools/files/patch-refer_refer5.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/heirloom-doctools/files/patch-refer_refer5.c Thu Mar 30 23:54:24 2017 (r437337) @@ -0,0 +1,22 @@ +--- refer/refer5.c.orig 2016-03-09 21:27:38 UTC ++++ refer/refer5.c +@@ -148,14 +148,18 @@ putsig (int nf, char **flds, int nref, c + flout(); + sig[0] = 0; + prevsig = 0; +- if (fo == fhide) { ++ if (fhide != NULL && fo == fhide) { + int ch; + fclose(fhide); + fhide = fopen(hidenam, "r"); ++ if (fhide == NULL) ++ err("Can't get scratch file %s", ++ hidenam); + fo = ftemp; + while ((ch = getc(fhide)) != EOF) + putc(ch, fo); + fclose(fhide); ++ fhide = NULL; + unlink(hidenam); + } + } Added: head/textproc/heirloom-doctools/files/patch-refer_refer7.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/heirloom-doctools/files/patch-refer_refer7.c Thu Mar 30 23:54:24 2017 (r437337) @@ -0,0 +1,29 @@ +--- refer/refer7.c.orig 2016-03-09 21:27:38 UTC ++++ refer/refer7.c +@@ -56,16 +56,21 @@ dumpold(void) + + if (!endpush) + return; +- fclose(fo); +- fo = NULL; ++ if (fo != NULL) { ++ fclose(fo); ++ fo = NULL; ++ } ++ fi = fopen(tfile, "r"); ++ if (fi == NULL) ++ return; + if (sort) { + char comm[100]; ++ ++ fclose(fi); + snprintf(comm, sizeof(comm), "sort -f %s -o %s", tfile, tfile); + system(comm); ++ fi = fopen(tfile, "r"); + } +- fi = fopen(tfile, "r"); +- if (fi == NULL) +- return; + flout(); + fprintf(ftemp, ".]<\n"); + while ((c = getc(fi)) > 0) { Added: head/textproc/heirloom-doctools/files/patch-troff_troff.d_dpost.d_draw.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/heirloom-doctools/files/patch-troff_troff.d_dpost.d_draw.c Thu Mar 30 23:54:24 2017 (r437337) @@ -0,0 +1,11 @@ +--- troff/troff.d/dpost.d/draw.c.orig 2016-03-09 21:27:38 UTC ++++ troff/troff.d/dpost.d/draw.c +@@ -348,7 +348,7 @@ drawspline( + { + + +- int x[100], y[100]; ++ int x[5000], y[5000]; + int i, N; + + From owner-svn-ports-all@freebsd.org Fri Mar 31 01:48:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F8BD23FE5; Fri, 31 Mar 2017 01:48:57 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC5B62BF; Fri, 31 Mar 2017 01:48:56 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V1muiM083489; Fri, 31 Mar 2017 01:48:56 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V1mtnc083486; Fri, 31 Mar 2017 01:48:55 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201703310148.v2V1mtnc083486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Fri, 31 Mar 2017 01:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437338 - head/devel/fuel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 01:48:57 -0000 Author: rezny Date: Fri Mar 31 01:48:55 2017 New Revision: 437338 URL: https://svnweb.freebsd.org/changeset/ports/437338 Log: Fix fetch, update to 1.0.1, and add option for Qt 4 or 5 (default). PR: 217824 Reviewed by: mat Approved by: swills (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10199 Modified: head/devel/fuel/Makefile head/devel/fuel/distinfo head/devel/fuel/pkg-descr Modified: head/devel/fuel/Makefile ============================================================================== --- head/devel/fuel/Makefile Thu Mar 30 23:54:24 2017 (r437337) +++ head/devel/fuel/Makefile Fri Mar 31 01:48:55 2017 (r437338) @@ -2,28 +2,33 @@ # $FreeBSD$ PORTNAME= fuel -DISTVERSION= 0.9.6 +DISTVERSION= 1.0.1 CATEGORIES= devel -MASTER_SITES= https://fuel-scm.googlecode.com/files/ +MASTER_SITES= https://fuel-scm.org/files/releases/ MAINTAINER= nukama+maintainer@gmail.com -COMMENT= GUI front-end to fossil SCM tool +COMMENT= GUI Front-End to the Fossil SCM tool LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= fossil:devel/fossil -RUN_DEPENDS= ${LOCALBASE}/bin/fossil:devel/fossil - -USES= qmake -USE_QT4= corelib gui \ - moc_build rcc_build uic_build - -PLIST_FILES= bin/Fuel - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${STAGEDIR}${PREFIX}/bin/Fuel +OPTIONS_SINGLE= GUI +OPTIONS_SINGLE_GUI= QT4 QT5 +OPTIONS_DEFAULT= QT5 + +USES= qmake shebangfix +QT4_USE= QT4=corelib,gui,webkit,linguisttools_build,moc_build,rcc_build,uic_build +QT5_USE= QT5=core,gui,network,webkit,widgets,buildtools_build,linguisttools_build + +SHEBANG_FILES= intl/convert.sh +PLIST_FILES= bin/fuel share/applications/fuel.desktop \ + share/icons/hicolor/256x256/apps/fuel.png + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + -e 's|/usr$$|${PREFIX}|' ${WRKSRC}/fuel.pro + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/rsrc/fuel.desktop .include Modified: head/devel/fuel/distinfo ============================================================================== --- head/devel/fuel/distinfo Thu Mar 30 23:54:24 2017 (r437337) +++ head/devel/fuel/distinfo Fri Mar 31 01:48:55 2017 (r437338) @@ -1,2 +1,3 @@ -SHA256 (fuel-0.9.6.tar.gz) = 83b7e1f327f5c411d5f9f758fd74e9de274618fe601dea8128561186548381e2 -SIZE (fuel-0.9.6.tar.gz) = 3958347 +TIMESTAMP = 1489581484 +SHA256 (fuel-1.0.1.tar.gz) = 4e463cb9f3cf9c31c7ae95ce76b558502c0b07e1dd4109da714997f0dc9a65db +SIZE (fuel-1.0.1.tar.gz) = 4041886 Modified: head/devel/fuel/pkg-descr ============================================================================== --- head/devel/fuel/pkg-descr Thu Mar 30 23:54:24 2017 (r437337) +++ head/devel/fuel/pkg-descr Fri Mar 31 01:48:55 2017 (r437338) @@ -1,4 +1,4 @@ -Fuel is a cross-platform GUI front-end to the excellent fossil SCM tool, -implemented in Qt. +Fuel is a cross-platform GUI front-end for the excellent Fossil SCM tool +written in Qt. -WWW: https://code.google.com/p/fuel-scm/ +WWW: https://fuel-scm.org/fossil/home From owner-svn-ports-all@freebsd.org Fri Mar 31 06:20:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B986D27C25; Fri, 31 Mar 2017 06:20:47 +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 C90533A7; Fri, 31 Mar 2017 06:20:46 +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 v2V6KjeB092830; Fri, 31 Mar 2017 06:20:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V6KjJx092827; Fri, 31 Mar 2017 06:20:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703310620.v2V6KjJx092827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 31 Mar 2017 06:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437339 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 06:20:47 -0000 Author: wen Date: Fri Mar 31 06:20:45 2017 New Revision: 437339 URL: https://svnweb.freebsd.org/changeset/ports/437339 Log: - Update to 6.2.32 PR: 218204 Submitted by: joneum@bsdproject.de(maintainer) Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Mar 31 01:48:55 2017 (r437338) +++ head/www/groupoffice/Makefile Fri Mar 31 06:20:45 2017 (r437339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.30 +PORTVERSION= 6.2.32 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Mar 31 01:48:55 2017 (r437338) +++ head/www/groupoffice/distinfo Fri Mar 31 06:20:45 2017 (r437339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490186407 -SHA256 (groupoffice-com-6.2.30.tar.gz) = d43059dcef3bfbccac8dc42c627a84116272a2167bcf3d961d3572d4a3dd28a6 -SIZE (groupoffice-com-6.2.30.tar.gz) = 33820152 +TIMESTAMP = 1490926545 +SHA256 (groupoffice-com-6.2.32.tar.gz) = e2f12a7139366e6c75a4dd705b4be160452510cd05b4818a965e93790f6973d2 +SIZE (groupoffice-com-6.2.32.tar.gz) = 33823240 Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Fri Mar 31 01:48:55 2017 (r437338) +++ head/www/groupoffice/pkg-plist Fri Mar 31 06:20:45 2017 (r437339) @@ -134,6 +134,7 @@ %%WWWDIR%%/go/base/mail/Message.php %%WWWDIR%%/go/base/mail/MimeDecode.php %%WWWDIR%%/go/base/mail/SmimeMessage.php +%%WWWDIR%%/go/base/mail/SwiftAttachableInterface.php %%WWWDIR%%/go/base/mail/SystemMessage.php %%WWWDIR%%/go/base/mail/Transport.php %%WWWDIR%%/go/base/mail/Utils.php From owner-svn-ports-all@freebsd.org Fri Mar 31 06:52:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569BED264A6; Fri, 31 Mar 2017 06:52:31 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A115B76; Fri, 31 Mar 2017 06:52:30 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0ADE5BDC9B; Fri, 31 Mar 2017 08:52:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=joWFvLryRCi MmMdp4LCv2tdjygk=; b=cy3T0ufAPnaWfQoMg/WExwZCuAmftAYz1YoDYC/vP0d 5cmgbSOGcePjiOk98MMlcNa8YD4J7j+iLTIS0Ohi17sKfIc4EwipR9AyVYkkTbDO jCyUzcGBm5xURJYxv+uoP6kWFTceZzoJRmTf3B14mZn/W0axA/C1ctgsDP6wFPkI = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id ADC3ABDC89; Fri, 31 Mar 2017 08:52:26 +0200 (CEST) Subject: Re: svn commit: r437330 - in head/lang: . p5-List-MoreUtils-XS To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703302136.v2ULaHVI083208@repo.freebsd.org> From: Mathieu Arnold Message-ID: <0ecb4412-85ac-ef52-979a-ddca664f1af4@mat.cc> Date: Fri, 31 Mar 2017 08:52:26 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703302136.v2ULaHVI083208@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 06:52:31 -0000 Le 30/03/2017 =C3=A0 23:36, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > Author: sunpoet > Date: Thu Mar 30 21:36:17 2017 > New Revision: 437330 > URL: https://svnweb.freebsd.org/changeset/ports/437330 > > Log: > Add p5-List-MoreUtils-XS 0.418 > =20 > List::MoreUtils::XS provides compiled List::MoreUtils functions. > =20 As those got extracted from List::MoreUtils, this should have been created as a copy of it. > WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ > > Added: > head/lang/p5-List-MoreUtils-XS/ > head/lang/p5-List-MoreUtils-XS/Makefile (contents, props changed) > head/lang/p5-List-MoreUtils-XS/distinfo (contents, props changed) > head/lang/p5-List-MoreUtils-XS/pkg-descr (contents, props changed) > head/lang/p5-List-MoreUtils-XS/pkg-plist (contents, props changed) > Modified: > head/lang/Makefile > > Modified: head/lang/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/Makefile Thu Mar 30 21:36:13 2017 (r437329) > +++ head/lang/Makefile Thu Mar 30 21:36:17 2017 (r437330) > @@ -220,6 +220,7 @@ > SUBDIR +=3D p5-JavaScript-Squish > SUBDIR +=3D p5-JavaScript-Value-Escape > SUBDIR +=3D p5-List-MoreUtils > + SUBDIR +=3D p5-List-MoreUtils-XS > SUBDIR +=3D p5-Marpa > SUBDIR +=3D p5-Marpa-PP > SUBDIR +=3D p5-Marpa-XS > > Added: head/lang/p5-List-MoreUtils-XS/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/p5-List-MoreUtils-XS/Makefile Thu Mar 30 21:36:17 2017 (r= 437330) > @@ -0,0 +1,32 @@ > +# Created by: Po-Chuan Hsieh > +# $FreeBSD$ > + > +PORTNAME=3D List-MoreUtils-XS > +PORTVERSION=3D 0.418 > +CATEGORIES=3D lang perl5 > +MASTER_SITES=3D CPAN > +PKGNAMEPREFIX=3D p5- > + > +MAINTAINER=3D sunpoet@FreeBSD.org > +COMMENT=3D Provide compiled List::MoreUtils functions > + > +LICENSE=3D APACHE20 > +LICENSE_FILE=3D ${WRKSRC}/LICENSE > + > +BUILD_DEPENDS=3D p5-List-MoreUtils>=3D${PORTVERSION}:lang/p5-List-More= Utils > +RUN_DEPENDS:=3D ${BUILD_DEPENDS} > + > +USE_PERL5=3D configure > +USES=3D perl5 > + > +.include > + > +.if ${PERL_LEVEL} < 502503 > +BUILD_DEPENDS+=3D p5-XSLoader>=3D0.22:devel/p5-XSLoader > +RUN_DEPENDS+=3D p5-XSLoader>=3D0.22:devel/p5-XSLoader > +.endif > + > +post-install: > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtil= s/XS/XS.so > + > +.include > > Added: head/lang/p5-List-MoreUtils-XS/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/p5-List-MoreUtils-XS/distinfo Thu Mar 30 21:36:17 2017 (r= 437330) > @@ -0,0 +1,3 @@ > +TIMESTAMP =3D 1490900474 > +SHA256 (List-MoreUtils-XS-0.418.tar.gz) =3D 0aa41a90337bb1ec48db50e5c7= 3875b960685ff4dd49c26ed39dea0d52752d4f > +SIZE (List-MoreUtils-XS-0.418.tar.gz) =3D 129838 > > Added: head/lang/p5-List-MoreUtils-XS/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/p5-List-MoreUtils-XS/pkg-descr Thu Mar 30 21:36:17 2017 (= r437330) > @@ -0,0 +1,3 @@ > +List::MoreUtils::XS provides compiled List::MoreUtils functions. > + > +WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ > > Added: head/lang/p5-List-MoreUtils-XS/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/p5-List-MoreUtils-XS/pkg-plist Thu Mar 30 21:36:17 2017 (= r437330) > @@ -0,0 +1,3 @@ > +%%SITE_ARCH%%/List/MoreUtils/XS.pm > +%%SITE_ARCH%%/auto/List/MoreUtils/XS/XS.so > +%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz > > --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Fri Mar 31 07:18:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E938D26B83; Fri, 31 Mar 2017 07:18:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11D429B9; Fri, 31 Mar 2017 07:18:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V7IwbM016527; Fri, 31 Mar 2017 07:18:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V7Iv1C016522; Fri, 31 Mar 2017 07:18:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703310718.v2V7Iv1C016522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 31 Mar 2017 07:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437340 - in head/x11: . controllermap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 07:18:59 -0000 Author: jbeich Date: Fri Mar 31 07:18:57 2017 New Revision: 437340 URL: https://svnweb.freebsd.org/changeset/ports/437340 Log: x11/controllermap: add new port controllermap helps to map buttons on Xbox 360 style gamepad for use with SDL_GameController API. The output can be appended into an existing gamecontrollerdb.txt file or to SDL_GAMECONTROLLERCONFIG. Based on: AUR package Added: head/x11/controllermap/ head/x11/controllermap/Makefile (contents, props changed) head/x11/controllermap/distinfo (contents, props changed) head/x11/controllermap/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Mar 31 06:20:45 2017 (r437339) +++ head/x11/Makefile Fri Mar 31 07:18:57 2017 (r437340) @@ -33,6 +33,7 @@ SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += compositeproto + SUBDIR += controllermap SUBDIR += cool-retro-term SUBDIR += damageproto SUBDIR += decurs Added: head/x11/controllermap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/controllermap/Makefile Fri Mar 31 07:18:57 2017 (r437340) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= controllermap +PORTVERSION= 2.0.5 +CATEGORIES= x11 +MASTER_SITES= http://www.libsdl.org/release/ +DISTNAME= SDL2-${DISTVERSION} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Game controller mapping generator + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_SDL= sdl2 +WRKSRC_SUBDIR= test +CFLAGS+= `sdl2-config --cflags` +LIBS+= `sdl2-config --libs` +MAKEFILE= /dev/null +MAKE_ENV= LDLIBS="${LIBS}" +ALL_TARGET= ${PORTNAME} testgamecontroller testjoystick +PLIST_FILES= ${ALL_TARGET:S,^,bin/,} +PORTDATA= ${PORTNAME}.bmp axis.bmp button.bmp + +post-patch: + @${REINPLACE_CMD} '/bmp/s,","${DATADIR}/,' \ + ${ALL_TARGET:S,^,${WRKSRC}/,:S,$,.c,} + +do-install: + ${INSTALL_PROGRAM} ${ALL_TARGET:S,^,${WRKSRC}/,} \ + ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ + ${STAGEDIR}${DATADIR}) + +.include Added: head/x11/controllermap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/controllermap/distinfo Fri Mar 31 07:18:57 2017 (r437340) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476935787 +SHA256 (SDL2-2.0.5.tar.gz) = 442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785 +SIZE (SDL2-2.0.5.tar.gz) = 4209352 Added: head/x11/controllermap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/controllermap/pkg-descr Fri Mar 31 07:18:57 2017 (r437340) @@ -0,0 +1,3 @@ +controllermap helps to map buttons on Xbox 360 style gamepad for use +with SDL_GameController API. The output can be appended into an +existing gamecontrollerdb.txt file or to SDL_GAMECONTROLLERCONFIG. From owner-svn-ports-all@freebsd.org Fri Mar 31 07:33:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E76D26FBE; Fri, 31 Mar 2017 07:33:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 304892A5; Fri, 31 Mar 2017 07:33:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V7XXxq024354; Fri, 31 Mar 2017 07:33:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V7XXxw024351; Fri, 31 Mar 2017 07:33:33 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703310733.v2V7XXxw024351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 31 Mar 2017 07:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437341 - in head/sysutils/mcelog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 07:33:34 -0000 Author: pi Date: Fri Mar 31 07:33:32 2017 New Revision: 437341 URL: https://svnweb.freebsd.org/changeset/ports/437341 Log: sysutils/mcelog: update 148 -> 149 - dmi: Handle NULL DMI string - mcelog: Fix (harmless) off by one error in DMI scanning - triggers/cache-error-trigger: remove bash specifics - Makefile: replace echo -n with printf for posix shell compat PR: 218246 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/sysutils/mcelog/Makefile head/sysutils/mcelog/distinfo head/sysutils/mcelog/files/patch-Makefile Modified: head/sysutils/mcelog/Makefile ============================================================================== --- head/sysutils/mcelog/Makefile Fri Mar 31 07:18:57 2017 (r437340) +++ head/sysutils/mcelog/Makefile Fri Mar 31 07:33:32 2017 (r437341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcelog -PORTVERSION= 148 +PORTVERSION= 149 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/mcelog/distinfo ============================================================================== --- head/sysutils/mcelog/distinfo Fri Mar 31 07:18:57 2017 (r437340) +++ head/sysutils/mcelog/distinfo Fri Mar 31 07:33:32 2017 (r437341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486231306 -SHA256 (andikleen-mcelog-v148_GH0.tar.gz) = 3de7312ee13b0968ae8e1aa0a77acaaee89a0ed7de45f7ce557939723df3dc04 -SIZE (andikleen-mcelog-v148_GH0.tar.gz) = 296927 +TIMESTAMP = 1490717998 +SHA256 (andikleen-mcelog-v149_GH0.tar.gz) = a9313ed45cabaf7ef0a4d986ecf24a3c9ced9a4b1e34032d380af4e70c73512f +SIZE (andikleen-mcelog-v149_GH0.tar.gz) = 296943 Modified: head/sysutils/mcelog/files/patch-Makefile ============================================================================== --- head/sysutils/mcelog/files/patch-Makefile Fri Mar 31 07:18:57 2017 (r437340) +++ head/sysutils/mcelog/files/patch-Makefile Fri Mar 31 07:33:32 2017 (r437341) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-02-04 00:51:04 UTC +--- Makefile.orig 2017-03-29 17:32:02 UTC +++ Makefile @@ -27,14 +27,21 @@ all: mcelog @@ -37,18 +37,18 @@ @@ -82,7 +89,7 @@ depend: .depend version.tmp: FORCE - ( echo -n "char version[] = \"" ; \ + ( printf "char version[] = \"" ; \ - if command -v git >/dev/null; then \ + if false; then \ if [ -d .git ] ; then \ git describe --tags HEAD | tr -d '\n'; \ else \ -@@ -98,8 +105,6 @@ version.c: version.tmp +@@ -97,8 +104,6 @@ version.c: version.tmp + .depend: ${SRC} ${CC} -MM -I. ${SRC} > .depend.X && mv .depend.X .depend - --include .depend - +-include .depend + Makefile: .depend - .PHONY: iccverify src test From owner-svn-ports-all@freebsd.org Fri Mar 31 09:02:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6F9BD25DAC; Fri, 31 Mar 2017 09:02:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 803F4CE2; Fri, 31 Mar 2017 09:02:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V926Qk059990; Fri, 31 Mar 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V926uu059989; Fri, 31 Mar 2017 09:02:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703310902.v2V926uu059989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 31 Mar 2017 09:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437342 - head/devel/gnulib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 09:02:07 -0000 Author: amdmi3 Date: Fri Mar 31 09:02:06 2017 New Revision: 437342 URL: https://svnweb.freebsd.org/changeset/ports/437342 Log: - Add LICENSE - Simplify installation - Switch to options helpers Modified: head/devel/gnulib/Makefile Modified: head/devel/gnulib/Makefile ============================================================================== --- head/devel/gnulib/Makefile Fri Mar 31 07:33:32 2017 (r437341) +++ head/devel/gnulib/Makefile Fri Mar 31 09:02:06 2017 (r437342) @@ -9,6 +9,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sta MAINTAINER= ports@FreeBSD.org COMMENT= GNU portability library +LICENSE= GPLv2+ GPLv3+ LGPL20+ LGPL3+ PD +LICENSE_COMB= multi + BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo USES= gmake perl5 shebangfix @@ -22,7 +25,7 @@ PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's/date -u.*/stat -f %Sa -t "@set UPDATED %F %T" `ls -t $$^ | sed 1q` > $$@/' \ + @${REINPLACE_CMD} -e 's,date -u.*,stat -f %Sa -t "@set UPDATED %F %T" `${LS} -t $$^ | ${SED} 1q` > $$@,' \ -e 's: makeinfo$$: ${LOCALBASE}/bin/makeinfo:' \ ${WRKSRC}/doc/Makefile @@ -31,16 +34,16 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} - for p in check-module gnulib-tool;\ - do ${INSTALL_SCRIPT} ${WRKSRC}/$$p ${STAGEDIR}${DATADIR};\ - cd ${STAGEDIR}${PREFIX}/bin;\ - ${LN} -s ../${DATADIR_REL}/$$p;\ - done +.for p in check-module gnulib-tool + ${INSTALL_SCRIPT} ${WRKSRC}/${p} ${STAGEDIR}${DATADIR}/ + ${LN} -s ../${DATADIR_REL}/${p} ${STAGEDIR}${PREFIX}/bin/ +.endfor ${TAR} -cf - -C ${WRKSRC} build-aux config doc lib m4 modules \ tests top | ${TAR} -xof - -C ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.info \ - ${STAGEDIR}${PREFIX}/${INFO_PATH} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.info ${STAGEDIR}${PREFIX}/${INFO_PATH} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.html ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Fri Mar 31 09:11:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87BD8D26122; Fri, 31 Mar 2017 09:11:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64941282; Fri, 31 Mar 2017 09:11:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V9BAX3065158; Fri, 31 Mar 2017 09:11:10 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V9B9XO065144; Fri, 31 Mar 2017 09:11:09 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201703310911.v2V9B9XO065144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 31 Mar 2017 09:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437343 - in head: devel devel/p5-Getopt-EX textproc textproc/greple textproc/greple/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 09:11:11 -0000 Author: hrs Date: Fri Mar 31 09:11:09 2017 New Revision: 437343 URL: https://svnweb.freebsd.org/changeset/ports/437343 Log: Add textproc/greple and devel/p5-Getopt-EX, which greple depends on. Greple is an egrep-like command-line tool which supports keyword search in a way similar to popular WWW search engines in addition to regex. Added: head/devel/p5-Getopt-EX/ head/devel/p5-Getopt-EX/Makefile (contents, props changed) head/devel/p5-Getopt-EX/distinfo (contents, props changed) head/devel/p5-Getopt-EX/pkg-descr (contents, props changed) head/devel/p5-Getopt-EX/pkg-plist (contents, props changed) head/textproc/greple/ head/textproc/greple/Makefile (contents, props changed) head/textproc/greple/distinfo (contents, props changed) head/textproc/greple/files/ head/textproc/greple/files/patch-bin_greple (contents, props changed) head/textproc/greple/files/patch-lib_App_Greple_daemon3.pm (contents, props changed) head/textproc/greple/pkg-descr (contents, props changed) head/textproc/greple/pkg-plist (contents, props changed) Modified: head/devel/Makefile head/textproc/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 31 09:02:06 2017 (r437342) +++ head/devel/Makefile Fri Mar 31 09:11:09 2017 (r437343) @@ -2514,6 +2514,7 @@ SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Euclid + SUBDIR += p5-Getopt-EX SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive Added: head/devel/p5-Getopt-EX/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-EX/Makefile Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Getopt-EX +PORTVERSION= 7.1.20170330 +DISTVERSIONPREFIX= v +CATEGORIES= devel perl5 +PKGNAMEPREFIX= p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Getopt Extender + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= run +USE_GITHUB= yes +GH_TUPLE= kaz-utashiro:greple:084c10e +NO_BUILD= yes +NO_ARCH= yes + +do-install: + cd ${WRKSRC}/lib && \ + ${COPYTREE_SHARE} Getopt ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} + +.include Added: head/devel/p5-Getopt-EX/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-EX/distinfo Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490948040 +SHA256 (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = c264281397668b32b71cc9267e93417c2f671108a507210941041f4224781826 +SIZE (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = 98548 Added: head/devel/p5-Getopt-EX/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-EX/pkg-descr Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,5 @@ +Getopt::EX extends the basic function of Getopt family to +support user-definable option aliases, and dynamic module which works +together with the script through option interface. + +WWW: https://github.com/kaz-utashiro/greple/tree/master/lib/Getopt Added: head/devel/p5-Getopt-EX/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Getopt-EX/pkg-plist Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Getopt/EX.pm +%%SITE_PERL%%/Getopt/EX/Colormap.pm +%%SITE_PERL%%/Getopt/EX/Func.pm +%%SITE_PERL%%/Getopt/EX/LabeledParam.pm +%%SITE_PERL%%/Getopt/EX/Loader.pm +%%SITE_PERL%%/Getopt/EX/Long.pm +%%SITE_PERL%%/Getopt/EX/Module.pm Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 31 09:02:06 2017 (r437342) +++ head/textproc/Makefile Fri Mar 31 09:11:09 2017 (r437343) @@ -226,6 +226,7 @@ SUBDIR += google-translate-cli SUBDIR += gpp SUBDIR += grap + SUBDIR += greple SUBDIR += grc-aspell SUBDIR += groff SUBDIR += groonga Added: head/textproc/greple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/Makefile Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= greple +PORTVERSION= 7.1.20170330 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Grep with multiple keywords + +LICENSE= GREPLE +LICENSE_NAME= GREPLE License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= ${SITE_PERL}/Getopt/EX.pm:devel/p5-Getopt-EX + +USES= perl5 shebangfix +USE_PERL5= run +SHEBANG_FILES= bin/${PORTNAME} +USE_GITHUB= yes +GH_ACCOUNT= kaz-utashiro +GH_TAGNAME= 084c10e +NO_BUILD= yes +NO_ARCH= yes + +post-extract: + cd ${WRKSRC} && \ + ${SED} -n "/^# LICENSE/,//p" README.md > LICENSE + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_SCRIPT} bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${RM} -f ${WRKSRC}/lib/App/Greple/*.orig + cd ${WRKSRC}/lib && \ + ${COPYTREE_SHARE} App ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} + +.include Added: head/textproc/greple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/distinfo Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490948099 +SHA256 (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = c264281397668b32b71cc9267e93417c2f671108a507210941041f4224781826 +SIZE (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = 98548 Added: head/textproc/greple/files/patch-bin_greple ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/files/patch-bin_greple Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,18 @@ +--- bin/greple.orig 2017-03-31 08:39:29 UTC ++++ bin/greple +@@ -43,15 +43,6 @@ use Encode::Guess; + ## + use warnings FATAL => 'utf8'; + +-## +-## Setup greple/lib to be a module directory if exists. +-## +-BEGIN { +- if ((my $lib = abs_path($0)) =~ s{/ \K (?:bin/)? \w+ $}{lib}x) { +- push @INC, $lib if -d "$lib/App/Greple"; +- } +-} +- + use Getopt::EX::Loader; + use Getopt::EX::Func qw(parse_func); + Added: head/textproc/greple/files/patch-lib_App_Greple_daemon3.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/files/patch-lib_App_Greple_daemon3.pm Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,11 @@ +--- lib/App/Greple/daemon3.pm.orig 2017-03-30 09:05:08 UTC ++++ lib/App/Greple/daemon3.pm +@@ -241,7 +241,7 @@ END { } + } + } + sub tags { +- keys shift; ++ keys %{$_[0]}; + } + } + Added: head/textproc/greple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/pkg-descr Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,8 @@ +greple has almost the same function as Unix command egrep(1) but the +search is done in the manner similar to search engine. greple also +search the pattern across the line boundaries. This is especially +useful to handle Asian multi-byte text. Japanese text can be separated +by newline almost any place of the text. So the search pattern may +spread out on multiple lines. + +WWW: https://github.com/kaz-utashiro/greple Added: head/textproc/greple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/greple/pkg-plist Fri Mar 31 09:11:09 2017 (r437343) @@ -0,0 +1,28 @@ +bin/greple +%%SITE_PERL%%/App/Greple.pm +%%SITE_PERL%%/App/Greple/Common.pm +%%SITE_PERL%%/App/Greple/Filter.pm +%%SITE_PERL%%/App/Greple/Grep.pm +%%SITE_PERL%%/App/Greple/Pattern.pm +%%SITE_PERL%%/App/Greple/Pattern/Holder.pm +%%SITE_PERL%%/App/Greple/PgpDecryptor.pm +%%SITE_PERL%%/App/Greple/PwBlock.pm +%%SITE_PERL%%/App/Greple/Regions.pm +%%SITE_PERL%%/App/Greple/Util.pm +%%SITE_PERL%%/App/Greple/aozora.pm +%%SITE_PERL%%/App/Greple/bm.pm +%%SITE_PERL%%/App/Greple/colors.pm +%%SITE_PERL%%/App/Greple/daemon3.pm +%%SITE_PERL%%/App/Greple/debug.pm +%%SITE_PERL%%/App/Greple/diff.pm +%%SITE_PERL%%/App/Greple/dig.pm +%%SITE_PERL%%/App/Greple/docx.pm +%%SITE_PERL%%/App/Greple/find.pm +%%SITE_PERL%%/App/Greple/ical.pm +%%SITE_PERL%%/App/Greple/line.pm +%%SITE_PERL%%/App/Greple/perl.pm +%%SITE_PERL%%/App/Greple/pgp.pm +%%SITE_PERL%%/App/Greple/pw.pm +%%SITE_PERL%%/App/Greple/subst.pm +%%SITE_PERL%%/App/Greple/subst.sample +%%SITE_PERL%%/App/Greple/tel.pm From owner-svn-ports-all@freebsd.org Fri Mar 31 09:13:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AE11D2616C; Fri, 31 Mar 2017 09:13:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E890789C; Fri, 31 Mar 2017 09:13:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V9DC0h065382; Fri, 31 Mar 2017 09:13:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V9DCbw065381; Fri, 31 Mar 2017 09:13:12 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703310913.v2V9DCbw065381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 31 Mar 2017 09:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437344 - head/games/cake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 09:13:13 -0000 Author: danfe Date: Fri Mar 31 09:13:11 2017 New Revision: 437344 URL: https://svnweb.freebsd.org/changeset/ports/437344 Log: Make sure `games/cake' runs OK on amd64 (and possibly other 64-bit architectures): - Console::SetFontSize() method calls Console::Recalculate_NLines() which might access ConsoleLines[] array before it is constructed, Recalculate_NLines() is explicitly called after ConsoleLines[] is allocated and populated, so just comment out problematic call in SetFontSize(); it is called only once anyway (the problem did not exhibit itself on i386 for some reason); - The code assumes that sizeof(long) == 4 in too many places, e.g. in on-disk file format layouts and such. Fixing all structures would be too much trouble; instead, simply replace those long's with int's, [un]signed as appropriate. Modified: head/games/cake/Makefile Modified: head/games/cake/Makefile ============================================================================== --- head/games/cake/Makefile Fri Mar 31 09:11:09 2017 (r437343) +++ head/games/cake/Makefile Fri Mar 31 09:13:11 2017 (r437344) @@ -3,7 +3,7 @@ PORTNAME= cake PORTVERSION= 2005.12.26 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= http://freebsd.nsu.ru/distfiles/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/.//g} @@ -39,6 +39,15 @@ post-patch: .SILENT ${WRKSRC}/cake/sound.h # Use traditional mapping for console key (tilde) ${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp +# Avoid segmentation fault on amd64 (uninitialized memory access) + ${REINPLACE_CMD} -e '1281s:Recalculate_NLines()://&:' \ + ${WRKSRC}/cake/console.cpp +# The code assumes that sizeof(long) == 4 in too many places :( + ${REINPLACE_CMD} -e '/typedef/s/ long//' ${WRKSRC}/cake/files.h + ${REINPLACE_CMD} -e '/typedef/s/long/int/' ${WRKSRC}/cake/types.h + ${REINPLACE_CMD} -e 's/unsigned long/DWORD/' ${WRKSRC}/cake/system.h + ${REINPLACE_CMD} -e 's/unsigned long/unsigned int/' \ + ${WRKSRC}/cake/zip/Crc32.h ${WRKSRC}/cake/zip/Unzip.h # Fixes for GCC 4.x and Clang 4.0 ${REINPLACE_CMD} -e 's/Mat3x2:://' ${WRKSRC}/cake/math.h ${REINPLACE_CMD} -e '2852s/numverts/&[0]/' ${WRKSRC}/cake/q3bsp.cpp From owner-svn-ports-all@freebsd.org Fri Mar 31 09:51:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66CB9D26DAD; Fri, 31 Mar 2017 09:51:20 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 357D71BD; Fri, 31 Mar 2017 09:51:20 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2V9pJvX078719; Fri, 31 Mar 2017 09:51:19 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2V9pJKU078718; Fri, 31 Mar 2017 09:51:19 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201703310951.v2V9pJKU078718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 31 Mar 2017 09:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437345 - head/www/mod_proxy_uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 09:51:20 -0000 Author: demon Date: Fri Mar 31 09:51:19 2017 New Revision: 437345 URL: https://svnweb.freebsd.org/changeset/ports/437345 Log: Release Modified: head/www/mod_proxy_uwsgi/Makefile Modified: head/www/mod_proxy_uwsgi/Makefile ============================================================================== --- head/www/mod_proxy_uwsgi/Makefile Fri Mar 31 09:13:11 2017 (r437344) +++ head/www/mod_proxy_uwsgi/Makefile Fri Mar 31 09:51:19 2017 (r437345) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://projects.unbit.it/downloads/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}mod_proxy_ -MAINTAINER= demon@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Apache proxy module to pass requests to uwsgi USE_APACHE= 22+ From owner-svn-ports-all@freebsd.org Fri Mar 31 10:02:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3507CD262A0; Fri, 31 Mar 2017 10:02:00 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07118BAE; Fri, 31 Mar 2017 10:01:59 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VA1xxZ085474; Fri, 31 Mar 2017 10:01:59 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VA1xuF085472; Fri, 31 Mar 2017 10:01:59 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201703311001.v2VA1xuF085472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Fri, 31 Mar 2017 10:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437346 - head/comms/pear-Horde_ActiveSync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 10:02:00 -0000 Author: mm Date: Fri Mar 31 10:01:58 2017 New Revision: 437346 URL: https://svnweb.freebsd.org/changeset/ports/437346 Log: Horde package update: comms/pear-Horde_ActiveSync 2.38.1 -> 2.38.2 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Fri Mar 31 09:51:19 2017 (r437345) +++ head/comms/pear-Horde_ActiveSync/Makefile Fri Mar 31 10:01:58 2017 (r437346) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.38.1 +PORTVERSION= 2.38.2 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Fri Mar 31 09:51:19 2017 (r437345) +++ head/comms/pear-Horde_ActiveSync/distinfo Fri Mar 31 10:01:58 2017 (r437346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490621545 -SHA256 (Horde/Horde_ActiveSync-2.38.1.tgz) = 6b84e884d55f66ea0f1f8274c84a44950a4f58ebfec641be91cb808a304f660a -SIZE (Horde/Horde_ActiveSync-2.38.1.tgz) = 386100 +TIMESTAMP = 1490954318 +SHA256 (Horde/Horde_ActiveSync-2.38.2.tgz) = b6ddafb6e42e62f09b8efa4ae15c574e8aab29168f3f3fa6d83af5ec1d945fd8 +SIZE (Horde/Horde_ActiveSync-2.38.2.tgz) = 386133 From owner-svn-ports-all@freebsd.org Fri Mar 31 10:33:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE9B5D26D63; Fri, 31 Mar 2017 10:33:38 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB684180; Fri, 31 Mar 2017 10:33:38 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VAXba2097801; Fri, 31 Mar 2017 10:33:37 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VAXbFC097796; Fri, 31 Mar 2017 10:33:37 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703311033.v2VAXbFC097796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 31 Mar 2017 10:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437347 - in head/graphics/showimage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 10:33:39 -0000 Author: tcberner Date: Fri Mar 31 10:33:37 2017 New Revision: 437347 URL: https://svnweb.freebsd.org/changeset/ports/437347 Log: Update graphics/showimage to 0.10 and take maintainership. Reviewed by: mat, rakuco Approved by: rakuco (mentor), mat (mentor) Differential Revision: https://reviews.freebsd.org/D10191 Added: head/graphics/showimage/pkg-plist (contents, props changed) Modified: head/graphics/showimage/Makefile head/graphics/showimage/distinfo head/graphics/showimage/files/patch-CMakeLists.txt head/graphics/showimage/files/patch-showimage.desktop Modified: head/graphics/showimage/Makefile ============================================================================== --- head/graphics/showimage/Makefile Fri Mar 31 10:01:58 2017 (r437346) +++ head/graphics/showimage/Makefile Fri Mar 31 10:33:37 2017 (r437347) @@ -2,26 +2,22 @@ # $FreeBSD$ PORTNAME= showimage -PORTVERSION= 1.8.2 +PORTVERSION= 1.10 CATEGORIES= graphics kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ -DISTNAME= 143977-${PORTNAME}-${PORTVERSION} +MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \ + LOCAL/tcberner/showimage-0.10/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Simple KDE based image viewer LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource kde:4 tar:bzip2 -USE_KDE= automoc4 kdelibs -USE_QT4= qmake_build moc_build rcc_build uic_build - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -# Rename binary to avoid conflict with graphics/sdl_image -PLIST_FILES= bin/${PORTNAME}-kde4 \ - share/applications/kde4/${PORTNAME}.desktop \ - share/icons/hicolor/32x32/apps/${PORTNAME}.png +USES= cmake:outsource kde:5 tar:bzip2 +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons ecm i18n itemviews jobwidgets kio service solid \ + widgetsaddons xmlgui +USE_QT5= core dbus gui network xml widgets \ + buildtools_build qmake_build .include Modified: head/graphics/showimage/distinfo ============================================================================== --- head/graphics/showimage/distinfo Fri Mar 31 10:01:58 2017 (r437346) +++ head/graphics/showimage/distinfo Fri Mar 31 10:33:37 2017 (r437347) @@ -1,2 +1,3 @@ -SHA256 (143977-showimage-1.8.2.tar.bz2) = d69a80842429a5d50ce0af374484ca114bbf1633e6ff12cf0e7b53e1fcb5506c -SIZE (143977-showimage-1.8.2.tar.bz2) = 24535 +TIMESTAMP = 1490824797 +SHA256 (showimage-1.10.tar.bz2) = a9c11b1eb7ba6bf9d85c19a2630bb323a7a1657ce704953faa7837a71c20d9ff +SIZE (showimage-1.10.tar.bz2) = 33205 Modified: head/graphics/showimage/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/showimage/files/patch-CMakeLists.txt Fri Mar 31 10:01:58 2017 (r437346) +++ head/graphics/showimage/files/patch-CMakeLists.txt Fri Mar 31 10:33:37 2017 (r437347) @@ -1,17 +1,36 @@ ---- ./CMakeLists.txt.orig 2011-08-17 14:50:52.000000000 +0000 -+++ ./CMakeLists.txt 2011-12-13 16:02:16.768599808 +0000 -@@ -13,11 +13,11 @@ - - kde4_add_ui_files(showimage_SRCS) - --kde4_add_executable(showimage ${showimage_SRCS}) -+kde4_add_executable(showimage-kde4 ${showimage_SRCS}) - --target_link_libraries(showimage ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) -+target_link_libraries(showimage-kde4 ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) - +As to not conflict with graphics/sdl_image rename the installed binary to +showimage-kde. + +--- CMakeLists.txt.orig 2017-03-29 22:13:25 UTC ++++ CMakeLists.txt +@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) + + find_package(ECM 1.3.0 REQUIRED NO_MODULE) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) ++set(SHOWIMAGE "showimage-kde") + + add_definitions(-DTRANSLATION_DOMAIN="showimage") + +@@ -36,9 +37,9 @@ ecm_install_icons(ICONS 32-apps-showimage.png + DESTINATION ${ICON_INSTALL_DIR} + THEME hicolor) + +-add_executable(showimage ${showimage_SRCS}) ++add_executable(${SHOWIMAGE} ${showimage_SRCS}) + +-target_link_libraries(showimage ++target_link_libraries(${SHOWIMAGE} + Qt5::Core + Qt5::Widgets + KF5::ConfigCore +@@ -51,8 +52,8 @@ target_link_libraries(showimage + KF5::XmlGui + ) + -install(TARGETS showimage ${INSTALL_TARGETS_DEFAULT_ARGS}) -+install(TARGETS showimage-kde4 ${INSTALL_TARGETS_DEFAULT_ARGS}) - install(FILES showimage.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) - - kde4_install_icons(${ICON_INSTALL_DIR}) +-install(FILES showimage.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) ++install(TARGETS ${SHOWIMAGE} ${INSTALL_TARGETS_DEFAULT_ARGS}) ++install(FILES showimage.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME ${SHOWIMAGE}.desktop) + #install(FILES showimage.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) + + add_subdirectory(po) Modified: head/graphics/showimage/files/patch-showimage.desktop ============================================================================== --- head/graphics/showimage/files/patch-showimage.desktop Fri Mar 31 10:01:58 2017 (r437346) +++ head/graphics/showimage/files/patch-showimage.desktop Fri Mar 31 10:33:37 2017 (r437347) @@ -1,11 +1,10 @@ ---- ./showimage.desktop.orig 2011-09-12 19:22:18.000000000 +0000 -+++ ./showimage.desktop 2014-03-16 17:44:11.238771371 +0000 -@@ -1,7 +1,7 @@ +--- showimage.desktop.orig 2017-03-29 22:15:56 UTC ++++ showimage.desktop +@@ -1,6 +1,6 @@ [Desktop Entry] Type=Application - Encoding=UTF-8 -Exec=showimage %F -+Exec=showimage-kde4 %F ++Exec=showimage-kde %F Icon=showimage Categories=Graphics;RasterGraphics;Viewer; Terminal=false Added: head/graphics/showimage/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/showimage/pkg-plist Fri Mar 31 10:33:37 2017 (r437347) @@ -0,0 +1,7 @@ +bin/showimage-kde +share/applications/showimage-kde.desktop +share/doc/HTML/en/showimage/index.cache.bz2 +share/doc/HTML/en/showimage/index.docbook +share/icons/hicolor/32x32/apps/showimage.png +share/locale/de/LC_MESSAGES/showimage.mo +share/locale/hu/LC_MESSAGES/showimage.mo From owner-svn-ports-all@freebsd.org Fri Mar 31 11:18:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EB97D279A7; Fri, 31 Mar 2017 11:18:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6501E90; Fri, 31 Mar 2017 11:18:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VBI2Kw013941; Fri, 31 Mar 2017 11:18:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VBI2bi013935; Fri, 31 Mar 2017 11:18:02 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703311118.v2VBI2bi013935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 31 Mar 2017 11:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437348 - in head: . deskutils deskutils/kchmviewer deskutils/kchmviewer-kde4 deskutils/kchmviewer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 11:18:04 -0000 Author: tcberner Date: Fri Mar 31 11:18:02 2017 New Revision: 437348 URL: https://svnweb.freebsd.org/changeset/ports/437348 Log: Update deskutils/kchmviewer to 7.7 and take maintainership. Reviewed by: mat, rakuco Approved by: rakuco (mentor), mat (mentor) Differential Revision: https://reviews.freebsd.org/D10190 Added: head/deskutils/kchmviewer/ - copied from r437347, head/deskutils/kchmviewer-kde4/ head/deskutils/kchmviewer/files/patch-src_src.pro (contents, props changed) Deleted: head/deskutils/kchmviewer-kde4/ head/deskutils/kchmviewer/files/patch-packages__CMakeLists.txt head/deskutils/kchmviewer/files/patch-src__CMakeLists.txt Modified: head/MOVED head/deskutils/Makefile head/deskutils/kchmviewer/Makefile head/deskutils/kchmviewer/distinfo head/deskutils/kchmviewer/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 31 10:33:37 2017 (r437347) +++ head/MOVED Fri Mar 31 11:18:02 2017 (r437348) @@ -4469,7 +4469,6 @@ deskutils/katapult||2013-07-26|Has expir deskutils/kbirthday||2013-07-26|Has expired: Depends on Qt 3.x deskutils/kblticker||2013-07-26|Has expired: Depends on Qt 3.x deskutils/kchm||2013-07-26|Has expired: Depends on Qt 3.x -deskutils/kchmviewer||2013-07-26|Has expired: Depends on Qt 3.x deskutils/kdepim3||2013-07-26|Has expired: Depends on Qt 3.x deskutils/kdissert||2013-07-26|Has expired: Depends on Qt 3.x deskutils/kickpim||2013-07-26|Has expired: Depends on Qt 3.x @@ -9169,3 +9168,4 @@ www/rubygem-jquery-rails4|www/rubygem-jq devel/libytnef|converters/ytnef|2017-03-29|Merged into converters/ytnef databases/py-sqlalchemy08|databases/py-sqlalchemy10|2017-03-29|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 devel/py3-meson||2017-03-30|Removed +deskutils/kchmviewer-kde4|deskutils/kchmviewer|2017-03-31|Renamed to drop the -kde4 suffix Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Mar 31 10:33:37 2017 (r437347) +++ head/deskutils/Makefile Fri Mar 31 11:18:02 2017 (r437348) @@ -123,7 +123,7 @@ SUBDIR += jjclient SUBDIR += jlj SUBDIR += kcharselect - SUBDIR += kchmviewer-kde4 + SUBDIR += kchmviewer SUBDIR += kdeconnect SUBDIR += kdepim4 SUBDIR += kdepim4-runtime Modified: head/deskutils/kchmviewer/Makefile ============================================================================== --- head/deskutils/kchmviewer-kde4/Makefile Fri Mar 31 10:33:37 2017 (r437347) +++ head/deskutils/kchmviewer/Makefile Fri Mar 31 11:18:02 2017 (r437348) @@ -2,30 +2,19 @@ # $FreeBSD$ PORTNAME= kchmviewer -PORTVERSION= 7.2 -DISTVERSIONSUFFIX= .1 -PORTREVISION= 1 +PORTVERSION= 7.7 CATEGORIES= deskutils kde MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= KDE viewer for CHM files LIB_DEPENDS= libchm.so:misc/chmlib \ libzip.so:archivers/libzip -USES= cmake:outsource gettext-tools kde:4 -USE_KDE= kdelibs automoc4 -USE_QT4= webkit qmake_build moc_build rcc_build uic_build - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} - -post-patch: - ${REINPLACE_CMD} 's,/usr/bin/kate,${KDE_PREFIX}/bin/kate,' \ - ${WRKSRC}/src/config.cpp - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/packages/kchmviewer.png ${STAGEDIR}${PREFIX}/share/pixmaps +USES= dos2unix qmake:outsource +USE_QT5= core dbus gui network printsupport webkit widgets xml \ + buildtools_build qmake_build +USE_XORG= x11 .include Modified: head/deskutils/kchmviewer/distinfo ============================================================================== --- head/deskutils/kchmviewer-kde4/distinfo Fri Mar 31 10:33:37 2017 (r437347) +++ head/deskutils/kchmviewer/distinfo Fri Mar 31 11:18:02 2017 (r437348) @@ -1,2 +1,3 @@ -SHA256 (kchmviewer-7.2.1.tar.gz) = 91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a -SIZE (kchmviewer-7.2.1.tar.gz) = 342665 +TIMESTAMP = 1490818978 +SHA256 (kchmviewer-7.7.tar.gz) = 27cbac45c786b1718550a87e6f86010e161302b426c6396ff2a3091b913b17dd +SIZE (kchmviewer-7.7.tar.gz) = 345952 Added: head/deskutils/kchmviewer/files/patch-src_src.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kchmviewer/files/patch-src_src.pro Fri Mar 31 11:18:02 2017 (r437348) @@ -0,0 +1,65 @@ +This patch contains the following (by hunks) + 1) also link against libX11 on FreeBSD + 2) this is obtained from arch, to fix underlinking + and + remove the wrong Qt5 version check + 4) create installation targets + +--- src/src.pro.orig 2017-03-29 21:21:13 UTC ++++ src/src.pro +@@ -67,7 +67,7 @@ QT += webkit \ + webkitwidgets \ + printsupport + +-linux-g++*:{ ++unix:{ + LIBS += -lX11 + } + +@@ -108,26 +108,16 @@ unix:!macx: { + HEADERS += dbus_interface.h + SOURCES += dbus_interface.cpp + CONFIG += dbus +- LIBS += ../lib/libebook/libebook.a ++ LIBS += ../lib/libebook/libebook.a -lchm -lzip + POST_TARGETDEPS += ../lib/libebook/libebook.a + } + + greaterThan(QT_MAJOR_VERSION, 4) { + # Qt 5 +- greaterThan(QT_MINOR_VERSION, 5) { +- # Qt 5.6+ +- error("You use Qt5.6+ - QWebEngine is not yet suitable for kchmviewer and is not supported") +- QT += webengine webenginewidgets +- DEFINES += USE_WEBENGINE +- SOURCES += viewwindow_webengine.cpp dataprovider_qwebengine.cpp +- HEADERS += dataprovider_qwebengine.h viewwindow_webengine.h +- } else { +- # Qt 5.0-5.5 +- QT += webkit webkitwidgets +- DEFINES += USE_WEBKIT +- SOURCES += viewwindow_webkit.cpp dataprovider_qwebkit.cpp +- HEADERS += dataprovider_qwebkit.h viewwindow_webkit.h +- } ++ QT += webkit webkitwidgets ++ DEFINES += USE_WEBKIT ++ SOURCES += viewwindow_webkit.cpp dataprovider_qwebkit.cpp ++ HEADERS += dataprovider_qwebkit.h viewwindow_webkit.h + } else { + message("Qt4 is not supported anymore, please do not report any errors") + QT += webkit webkitwidgets +@@ -135,3 +125,14 @@ greaterThan(QT_MAJOR_VERSION, 4) { + SOURCES += viewwindow_webkit.cpp dataprovider_qwebkit.cpp + HEADERS += dataprovider_qwebkit.h viewwindow_webkit.h + } ++ ++# Define installation target for the binary ++target.path = $$PREFIX/bin ++# ... and for the icon ++icons.files = ../packages/kchmviewer.png ++icons.path = $$PREFIX/share/pixmaps ++# ... and the desktop file ++desktop.files = ../packages/kchmviewer.desktop ++desktop.path = $$PREFIX/share/applications ++ ++INSTALLS += desktop icons target Modified: head/deskutils/kchmviewer/pkg-plist ============================================================================== --- head/deskutils/kchmviewer-kde4/pkg-plist Fri Mar 31 10:33:37 2017 (r437347) +++ head/deskutils/kchmviewer/pkg-plist Fri Mar 31 11:18:02 2017 (r437348) @@ -1,15 +1,3 @@ bin/kchmviewer -share/applications/kde4/kchmviewer.desktop -share/locale/cs/LC_MESSAGES/kchmviewer.mo -share/locale/fr/LC_MESSAGES/kchmviewer.mo -share/locale/hu/LC_MESSAGES/kchmviewer.mo -share/locale/it/LC_MESSAGES/kchmviewer.mo -share/locale/nl/LC_MESSAGES/kchmviewer.mo -share/locale/pt_BR/LC_MESSAGES/kchmviewer.mo -share/locale/ru/LC_MESSAGES/kchmviewer.mo -share/locale/sv/LC_MESSAGES/kchmviewer.mo -share/locale/tr/LC_MESSAGES/kchmviewer.mo -share/locale/uk/LC_MESSAGES/kchmviewer.mo -share/locale/zh_CN/LC_MESSAGES/kchmviewer.mo -share/locale/zh_TW/LC_MESSAGES/kchmviewer.mo +share/applications/kchmviewer.desktop share/pixmaps/kchmviewer.png From owner-svn-ports-all@freebsd.org Fri Mar 31 11:27:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191A8D27BBC; Fri, 31 Mar 2017 11:27:28 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD832642; Fri, 31 Mar 2017 11:27:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VBRRcu018391; Fri, 31 Mar 2017 11:27:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VBRQNA018389; Fri, 31 Mar 2017 11:27:26 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703311127.v2VBRQNA018389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 31 Mar 2017 11:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437349 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 11:27:28 -0000 Author: tz Date: Fri Mar 31 11:27:26 2017 New Revision: 437349 URL: https://svnweb.freebsd.org/changeset/ports/437349 Log: www/gitlab: enable GitLab to start on boot PR: 208793 Submitted by: László Károlyi , Horst Kapfenberger Modified: head/www/gitlab/Makefile head/www/gitlab/files/gitlab.in Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Fri Mar 31 11:18:02 2017 (r437348) +++ head/www/gitlab/Makefile Fri Mar 31 11:27:26 2017 (r437349) @@ -4,6 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/gitlab.in ============================================================================== --- head/www/gitlab/files/gitlab.in Fri Mar 31 11:18:02 2017 (r437348) +++ head/www/gitlab/files/gitlab.in Fri Mar 31 11:27:26 2017 (r437349) @@ -67,7 +67,7 @@ test -f /etc/default/gitlab && . /etc/de # Switch to the app_user if it is not he/she who is running the script. if [ "$USER" != "$app_user" ]; then - eval su - "$app_user" -c $(echo \")$0 "$@"$(echo \"); exit; + eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(echo \"); exit; fi # Switch to the gitlab path, exit on failure. @@ -390,10 +390,10 @@ restart_gitlab(){ ### Finally the input handling. case "$1" in - start) + start|quietstart) start_gitlab ;; - stop) + stop|faststop) stop_gitlab ;; restart) @@ -407,7 +407,7 @@ case "$1" in exit $gitlab_status ;; *) - echo "Usage: service gitlab {start|stop|restart|reload|status}" + echo "Usage: service gitlab {start|quietstart|faststop|stop|restart|reload|status}" exit 1 ;; esac From owner-svn-ports-all@freebsd.org Fri Mar 31 12:07:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 939B5D26E27; Fri, 31 Mar 2017 12:07:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 581E511A5; Fri, 31 Mar 2017 12:07:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1F153BDC9B; Fri, 31 Mar 2017 14:07:08 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id D6BBCBDC91; Fri, 31 Mar 2017 14:07:07 +0200 (CEST) Subject: Re: svn commit: r437349 - in head/www/gitlab: . files To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703311127.v2VBRQNA018389@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <3349fce3-813c-b8a1-fc45-e902e558c3a8@FreeBSD.org> Date: Fri, 31 Mar 2017 14:06:20 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703311127.v2VBRQNA018389@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="acj3tsKpFbvtI2H5D2L3qFJH2R0lt5nRV" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 12:07:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --acj3tsKpFbvtI2H5D2L3qFJH2R0lt5nRV Content-Type: multipart/mixed; boundary="aiX0Gc7NwwaJkrApGcu4NPSEiiN2xJBpo"; protected-headers="v1" From: Mathieu Arnold To: Torsten Zuehlsdorff , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <3349fce3-813c-b8a1-fc45-e902e558c3a8@FreeBSD.org> Subject: Re: svn commit: r437349 - in head/www/gitlab: . files References: <201703311127.v2VBRQNA018389@repo.freebsd.org> In-Reply-To: <201703311127.v2VBRQNA018389@repo.freebsd.org> --aiX0Gc7NwwaJkrApGcu4NPSEiiN2xJBpo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 31/03/2017 =C3=A0 13:27, Torsten Zuehlsdorff a =C3=A9crit : > + eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(= echo \"); exit; %%PREFIX%%. Whenever you start to write /usr/local, you must always stop and say out loud "I am currently making a mistake". --=20 Mathieu Arnold --aiX0Gc7NwwaJkrApGcu4NPSEiiN2xJBpo-- --acj3tsKpFbvtI2H5D2L3qFJH2R0lt5nRV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJY3kZrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Igt8P/iEWUgiAwtPxnoawv/dzQb94 MubU6lAz+JCGVauGrChNoVVWxbePKgqoc8gFY0D35l6Bgs0Z8lKOq1EPRWs4O8Zx y8F9gU4JZj12dbvAOF3zf6rE+MnwpBCABnW0u8PUGQ9HvuDfENMH0H7HfKZFwDMt GAkVqSPyC70CKCZYBg9TZwc0Z+jtbHSGUoocl+EIKH83JLY2r+LhKeOqkzE7WiUT zpMX+qvKvfrr/IpDRoWDleU1zlXuVna6JdVdkDHKlGoqOjftv8ZSOwDT3x398fwo yeFdjr2766krKQMGpogVomJPnQ9td0mCOz13LFUj1kvR9BaHQJrJOGDREPs7gEjI ARkWMKKw2Un0PGvzP6VtH+LGm3bT0sLorYJy2n/K7Nta/glvrsHikGlOWlN8ctDC cqlq3blbFN4L0plRPztTNmewxsJUYdhmemdZ0sqAQABZ9LW/hgkXQroKR5ftoNkq Ri2U9SVg1awwpvXu9J//XSGYCwJ3bNdokasfYUMtyfkWjnXbMAfgcW/9K5HdiF8b Kwg6HtY92bOl6/pvLDQoBZ2Xydv5WmbbnG7vTXCEtt3CKqF28qz3tTEshKflfIKd HkY7qF+04ZYJl+uRPiP6fZ7OJEiZYih/bFhU6LIXUHXzV8YOl22LYo4KGO0uqdCu BAIjVDyuLKduvkO3sYdW =n0YJ -----END PGP SIGNATURE----- --acj3tsKpFbvtI2H5D2L3qFJH2R0lt5nRV-- From owner-svn-ports-all@freebsd.org Fri Mar 31 12:30:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD6B5D2385A; Fri, 31 Mar 2017 12:30: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 96A241E7A; Fri, 31 Mar 2017 12:30: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 v2VCUkoN041778; Fri, 31 Mar 2017 12:30:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VCUkvt041777; Fri, 31 Mar 2017 12:30:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703311230.v2VCUkvt041777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 12:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437350 - head/lang/p5-List-MoreUtils-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 12:30:48 -0000 Author: sunpoet Date: Fri Mar 31 12:30:46 2017 New Revision: 437350 URL: https://svnweb.freebsd.org/changeset/ports/437350 Log: Remove p5-List-MoreUtils-XS Deleted: head/lang/p5-List-MoreUtils-XS/ From owner-svn-ports-all@freebsd.org Fri Mar 31 12:32:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB4ED239D9; Fri, 31 Mar 2017 12:32:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0607D1C0; Fri, 31 Mar 2017 12:32:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VCWIjX045132; Fri, 31 Mar 2017 12:32:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VCWHsH045128; Fri, 31 Mar 2017 12:32:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703311232.v2VCWHsH045128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 12:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437351 - head/lang/p5-List-MoreUtils-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 12:32:19 -0000 Author: sunpoet Date: Fri Mar 31 12:32:17 2017 New Revision: 437351 URL: https://svnweb.freebsd.org/changeset/ports/437351 Log: Add p5-List-MoreUtils-XS 0.418 List::MoreUtils::XS provides compiled List::MoreUtils functions. WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Added: head/lang/p5-List-MoreUtils-XS/ - copied from r437349, head/lang/p5-List-MoreUtils/ Modified: head/lang/p5-List-MoreUtils-XS/Makefile head/lang/p5-List-MoreUtils-XS/distinfo head/lang/p5-List-MoreUtils-XS/pkg-descr head/lang/p5-List-MoreUtils-XS/pkg-plist Modified: head/lang/p5-List-MoreUtils-XS/Makefile ============================================================================== --- head/lang/p5-List-MoreUtils/Makefile Fri Mar 31 11:27:26 2017 (r437349) +++ head/lang/p5-List-MoreUtils-XS/Makefile Fri Mar 31 12:32:17 2017 (r437351) @@ -1,23 +1,32 @@ -# Created by: Lars Thegler +# Created by: Po-Chuan Hsieh # $FreeBSD$ -PORTNAME= List-MoreUtils -DISTVERSION= 0.418 +PORTNAME= List-MoreUtils-XS +PORTVERSION= 0.418 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Provide the stuff missing in List::Util +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide compiled List::MoreUtils functions LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Exporter-Tiny>=0.038:devel/p5-Exporter-Tiny +BUILD_DEPENDS= p5-List-MoreUtils>=${PORTVERSION}:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_ARCH= yes -USES= perl5 USE_PERL5= configure +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 502503 +BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so -.include +.include Modified: head/lang/p5-List-MoreUtils-XS/distinfo ============================================================================== --- head/lang/p5-List-MoreUtils/distinfo Fri Mar 31 11:27:26 2017 (r437349) +++ head/lang/p5-List-MoreUtils-XS/distinfo Fri Mar 31 12:32:17 2017 (r437351) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490887483 -SHA256 (List-MoreUtils-0.418.tar.gz) = 365651edea4e0c806576e4dcfc3dfb98bb4cbb343bc5c3e04cdc7b5b71ed4988 -SIZE (List-MoreUtils-0.418.tar.gz) = 55111 +TIMESTAMP = 1490900474 +SHA256 (List-MoreUtils-XS-0.418.tar.gz) = 0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f +SIZE (List-MoreUtils-XS-0.418.tar.gz) = 129838 Modified: head/lang/p5-List-MoreUtils-XS/pkg-descr ============================================================================== --- head/lang/p5-List-MoreUtils/pkg-descr Fri Mar 31 11:27:26 2017 (r437349) +++ head/lang/p5-List-MoreUtils-XS/pkg-descr Fri Mar 31 12:32:17 2017 (r437351) @@ -1,4 +1,3 @@ -List::MoreUtils provides some trivial but commonly needed functionality -on lists which is not going to go into List::Util. +List::MoreUtils::XS provides compiled List::MoreUtils functions. -WWW: http://search.cpan.org/dist/List-MoreUtils/ +WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Modified: head/lang/p5-List-MoreUtils-XS/pkg-plist ============================================================================== --- head/lang/p5-List-MoreUtils/pkg-plist Fri Mar 31 11:27:26 2017 (r437349) +++ head/lang/p5-List-MoreUtils-XS/pkg-plist Fri Mar 31 12:32:17 2017 (r437351) @@ -1,6 +1,3 @@ -%%SITE_PERL%%/List/MoreUtils.pm -%%SITE_PERL%%/List/MoreUtils/Contributing.pod -%%SITE_PERL%%/List/MoreUtils/PP.pm -%%PERL5_MAN3%%/List::MoreUtils.3.gz -%%PERL5_MAN3%%/List::MoreUtils::Contributing.3.gz -%%PERL5_MAN3%%/List::MoreUtils::PP.3.gz +%%SITE_ARCH%%/List/MoreUtils/XS.pm +%%SITE_ARCH%%/auto/List/MoreUtils/XS/XS.so +%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 31 12:34:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 080A5D23A51 for ; Fri, 31 Mar 2017 12:34:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (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 C4955382 for ; Fri, 31 Mar 2017 12:34:31 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x230.google.com with SMTP id o67so58580264oib.1 for ; Fri, 31 Mar 2017 05:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=RCXLGr//vOdYNB3v5jhhJ814arQrZtd4B+rg76qvDks=; b=hXRlTgp2biQPGToNHy2RXdYKl9YoCX7EdYJIxuVVzSOXLTSMbJWUIYoPO0cxz6mnUP UB38v9T5MFZ6NLffnJecFQnKoezzB6kPPLO683zXBSnunvReQm6PevIARr5LB6evCsMV Cl4Grfa3SbIXg1DkBpxQjJl7qSna+yMajcveJk2DJM0nLIQPeqhyEn8+DyO/axEljBtD TV9H26owG5v9OIFy3TB8nyZysy8XFoPs1HFzIYqT22S/nL95kmgsc/MEgBhFF6LO3GaC Ye62RjWikiSVN/lwyiacne5wMYzaFOIA4QwKl9S7mBGGoA0n/Ki++zRrEHFLcGr0qyGD woHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=RCXLGr//vOdYNB3v5jhhJ814arQrZtd4B+rg76qvDks=; b=jQRbtPwAxx4AYL3+o8BhIQNvr6su4ce+CmpR+QKXYqLWYXVJkcml/fH3Kl5K/3pxw9 xciH6xBEyJ0nRz0753sFxy0Y5VgvEacECp85Pq00MbyvwDVnvgxBCHn2vNGI6/Jsxq+e bJmP5K04w923lQWTGZYFmTWfW8n30X21/DONh/S/E3Or+txSIcR7Azeu3VFb1z/Clnvb ro3/RAYYp2Rrjp4q3IMcrbCKTotnb5jVi+n2Q01oGV9Jr7llI6D9r95buHQbhHBvES6z XnNCZdvE84QKTaEvu4TuENR6HLVsyPknGBmXGg/5kxMizfG31KZcPzWDRbg+69pdshm9 SsXQ== X-Gm-Message-State: AFeK/H3LYJkf/GQHhpVs/IT8HmFygbTCJpPC+zoI716s0VByxQ4S8Hp5AdocviBG2ekEK5H3dq6ZV+tfOBnhzA== X-Received: by 10.157.46.10 with SMTP id q10mr1682962otb.28.1490963670907; Fri, 31 Mar 2017 05:34:30 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.3.180 with HTTP; Fri, 31 Mar 2017 05:33:50 -0700 (PDT) In-Reply-To: <0ecb4412-85ac-ef52-979a-ddca664f1af4@mat.cc> References: <201703302136.v2ULaHVI083208@repo.freebsd.org> <0ecb4412-85ac-ef52-979a-ddca664f1af4@mat.cc> From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:33:50 +0800 X-Google-Sender-Auth: iESyhIoGQEFMwz5RRAMsGuknyqk Message-ID: Subject: Re: svn commit: r437330 - in head/lang: . p5-List-MoreUtils-XS To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 12:34:32 -0000 On Fri, Mar 31, 2017 at 2:52 PM, Mathieu Arnold wrote: > Le 30/03/2017 =C3=A0 23:36, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > > Author: sunpoet > > Date: Thu Mar 30 21:36:17 2017 > > New Revision: 437330 > > URL: https://svnweb.freebsd.org/changeset/ports/437330 > > > > Log: > > Add p5-List-MoreUtils-XS 0.418 > > > > List::MoreUtils::XS provides compiled List::MoreUtils functions. > > > > As those got extracted from List::MoreUtils, this should have been > created as a copy of it. > Fixed in r437350 and r437351. Thanks! Regards, sunpoet From owner-svn-ports-all@freebsd.org Fri Mar 31 12:52:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1461D27134; Fri, 31 Mar 2017 12:52:46 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8FEF162; Fri, 31 Mar 2017 12:52:46 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VCqjre053727; Fri, 31 Mar 2017 12:52:45 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VCqjGH053724; Fri, 31 Mar 2017 12:52:45 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703311252.v2VCqjGH053724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 31 Mar 2017 12:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437352 - head/devel/libtermkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 12:52:47 -0000 Author: rodrigo Date: Fri Mar 31 12:52:45 2017 New Revision: 437352 URL: https://svnweb.freebsd.org/changeset/ports/437352 Log: Upgrade port to v0.20 and take maintenership Also fix plist and add license file Modified: head/devel/libtermkey/Makefile head/devel/libtermkey/distinfo head/devel/libtermkey/pkg-plist Modified: head/devel/libtermkey/Makefile ============================================================================== --- head/devel/libtermkey/Makefile Fri Mar 31 12:32:17 2017 (r437351) +++ head/devel/libtermkey/Makefile Fri Mar 31 12:52:45 2017 (r437352) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= libtermkey -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Easy processing of keyboard entry from terminal-based programs LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake libtool:build ncurses pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile @@ -18,6 +19,6 @@ USE_LDCONFIG= yes MAKE_ARGS= MANDIR=${MANPREFIX}/man post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.13.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.14.0 .include Modified: head/devel/libtermkey/distinfo ============================================================================== --- head/devel/libtermkey/distinfo Fri Mar 31 12:32:17 2017 (r437351) +++ head/devel/libtermkey/distinfo Fri Mar 31 12:52:45 2017 (r437352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482914045 -SHA256 (libtermkey-0.19.tar.gz) = c505aa4cb48c8fa59c526265576b97a19e6ebe7b7da20f4ecaae898b727b48b7 -SIZE (libtermkey-0.19.tar.gz) = 43148 +TIMESTAMP = 1490958458 +SHA256 (libtermkey-0.20.tar.gz) = 6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5 +SIZE (libtermkey-0.20.tar.gz) = 45167 Modified: head/devel/libtermkey/pkg-plist ============================================================================== --- head/devel/libtermkey/pkg-plist Fri Mar 31 12:32:17 2017 (r437351) +++ head/devel/libtermkey/pkg-plist Fri Mar 31 12:52:45 2017 (r437352) @@ -2,7 +2,7 @@ include/termkey.h lib/libtermkey.a lib/libtermkey.so lib/libtermkey.so.1 -lib/libtermkey.so.1.13.0 +lib/libtermkey.so.1.14.0 libdata/pkgconfig/termkey.pc man/man3/termkey_advisereadable.3.gz man/man3/termkey_canonicalise.3.gz @@ -14,6 +14,7 @@ man/man3/termkey_interpret_csi.3.gz man/man3/termkey_interpret_modereport.3.gz man/man3/termkey_interpret_mouse.3.gz man/man3/termkey_interpret_position.3.gz +man/man3/termkey_interpret_string.3.gz man/man3/termkey_keycmp.3.gz man/man3/termkey_keyname2sym.3.gz man/man3/termkey_lookup_keyname.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 31 13:10:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BAE0D2740E; Fri, 31 Mar 2017 13:10:04 +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 BA793BC3; Fri, 31 Mar 2017 13:10:03 +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 v2VDA2cm058234; Fri, 31 Mar 2017 13:10:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VDA2q8058225; Fri, 31 Mar 2017 13:10:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703311310.v2VDA2q8058225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 31 Mar 2017 13:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437353 - in head: . emulators emulators/ppsspp emulators/ppsspp-qt4 emulators/ppsspp-qt5 emulators/ppsspp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 13:10:04 -0000 Author: jbeich Date: Fri Mar 31 13:10:02 2017 New Revision: 437353 URL: https://svnweb.freebsd.org/changeset/ports/437353 Log: emulators/ppsspp: update to 1.4 Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4 Added: head/emulators/ppsspp/files/extra-patch-old-joy (contents, props changed) head/emulators/ppsspp/files/pkg-message.in (contents, props changed) Deleted: head/emulators/ppsspp-qt4/ Modified: head/MOVED head/emulators/Makefile (contents, props changed) head/emulators/ppsspp-qt5/Makefile (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/distinfo (contents, props changed) head/emulators/ppsspp/files/patch-Common_MemoryUtil.cpp (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 31 12:52:45 2017 (r437352) +++ head/MOVED Fri Mar 31 13:10:02 2017 (r437353) @@ -9169,3 +9169,4 @@ devel/libytnef|converters/ytnef|2017-03- databases/py-sqlalchemy08|databases/py-sqlalchemy10|2017-03-29|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 devel/py3-meson||2017-03-30|Removed deskutils/kchmviewer-kde4|deskutils/kchmviewer|2017-03-31|Renamed to drop the -kde4 suffix +emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was removed upstream Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Fri Mar 31 12:52:45 2017 (r437352) +++ head/emulators/Makefile Fri Mar 31 13:10:02 2017 (r437353) @@ -108,7 +108,6 @@ SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp - SUBDIR += ppsspp-qt4 SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += py-nova Modified: head/emulators/ppsspp-qt5/Makefile ============================================================================== --- head/emulators/ppsspp-qt5/Makefile Fri Mar 31 12:52:45 2017 (r437352) +++ head/emulators/ppsspp-qt5/Makefile Fri Mar 31 13:10:02 2017 (r437353) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Fri Mar 31 12:52:45 2017 (r437352) +++ head/emulators/ppsspp/Makefile Fri Mar 31 13:10:02 2017 (r437353) @@ -2,19 +2,14 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.3 -PORTREVISION?= 4 +DISTVERSION?= 1.4 +PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} -.ifndef PKGNAMESUFFIX -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 7a7e4ed23f5f.patch:-p1 -.endif - MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS @@ -27,25 +22,26 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes GH_ACCOUNT= hrydgard -GH_TUPLE?= hrydgard:${PORTNAME}-lang:cdf4a8d:lang/lang \ - Kingcom:armips:1ffab37:armips/ext/armips +GH_TUPLE?= hrydgard:glslang:b16f7e68:glslang/ext/glslang \ + hrydgard:${PORTNAME}-lang:ed0bbfb:lang/assets/lang \ + KhronosGroup:SPIRV-Cross:6381b2f:SPIRV/ext/SPIRV-Cross \ + Kingcom:armips:v0.9-26-g770365d:armips/ext/armips \ + Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat CONFLICTS_INSTALL= ${PORTNAME}-* -# [QT4] FakeJit.cpp:42:37: error: no matching constructor for initialization of 'JitBlockCache' # [QT5] c++: error: the clang compiler does not support '-march=armv7-a' # [SDL] SplineCommon.cpp:639:17: error: use of undeclared identifier 'AllocateAlignedMemory' BROKEN_aarch64= https://github.com/hrydgard/ppsspp/issues/9032 -USES= compiler:c++11-lib localbase:ldflags pkgconfig -EXCLUDE= glew snappy libzip zlib +USES= cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig +EXCLUDE= libzip zlib EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} -USE_GL= glew glu +USE_GL= gl glew glu USE_SDL= sdl2 # joystick CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on -QMAKE_SOURCE_PATH= ${WRKSRC}/Qt/PPSSPPQt.pro -QMAKE_ARGS= CONFIG+="system_ffmpeg" LREL_TOOL="${LRELEASE}" -NO_INSTALL= yes # ports/202949 +SUB_FILES= pkg-message +PORTDATA= assets ${PORTNAME} DESKTOP_ENTRIES="PPSSPP" \ "" \ @@ -54,51 +50,46 @@ DESKTOP_ENTRIES="PPSSPP" \ "Game;Emulator;" \ "" +OPTIONS_DEFINE= OLDJOY OPTIONS_SINGLE= GUI -OPTIONS_SINGLE_GUI= QT4 QT5 SDL +OPTIONS_SINGLE_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} -QT4_USES= qmake:outsource -QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl -QT5_USES= qmake:outsource +OLDJOY_DESC= Old joystick support with fixed button mappings (deprecated) +OLDJOY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old-joy QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets -SDL_USES= cmake:outsource +QT5_CMAKE_BOOL= USING_QT_UI +QT5_VARS= EXENAME=PPSSPPQt SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png -SDL_VARS= PORTDATA+="assets ${PORTNAME}" +SDL_VARS= EXENAME=PPSSPPSDL post-patch: + @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ + ${WRKSRC}/assets/gamecontrollerdb.txt @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp - @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \ - ${WRKSRC}/Qt/*.pr* @${REINPLACE_CMD} \ -e 's/"unknown"/"${GH_TAGNAME}"/' \ -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \ - ${WRKSRC}/git-version.cmake \ - ${WRKSRC}/Qt/Settings.pri + ${WRKSRC}/git-version.cmake -do-install-SDL-on: +do-install: # cmake doesn't pack assets into the app unlike qmake (cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA:N${PORTNAME}}" ${STAGEDIR}${DATADIR}) # Install the app alongside assets to avoid warnings with GetExeDirectory() - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME:tu}* \ + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${EXENAME} \ ${STAGEDIR}${DATADIR}/${PORTNAME} - ${LN} -sf ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -do-install-SDL-off: - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin + ${LN} -sf ../${DATADIR_REL}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -post-install: ${INSTALL_MAN} ${_DISTDIR}/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 - (cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \ + (cd ${WRKSRC}/icons && ${COPYTREE_SHARE} \ "hicolor" ${STAGEDIR}${PREFIX}/share/icons) ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_DATA} ${WRKSRC}/assets/unix-icons/icon-512.svg \ + ${INSTALL_DATA} ${WRKSRC}/icons/icon-512.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svg .include Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Fri Mar 31 12:52:45 2017 (r437352) +++ head/emulators/ppsspp/distinfo Fri Mar 31 13:10:02 2017 (r437353) @@ -1,11 +1,15 @@ -TIMESTAMP = 1473519574 +TIMESTAMP = 1490963049 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.3_GH0.tar.gz) = ada81d1bdbb0ec7d1395d3473602087767bb2deb2a8b015ddcfd1f5d08609a52 -SIZE (hrydgard-ppsspp-v1.3_GH0.tar.gz) = 15384301 -SHA256 (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 32ddb92389fef5b9244e70f183d2977a28d95ac5db74b56eb66383f2bc70b157 -SIZE (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 249259 -SHA256 (Kingcom-armips-1ffab37_GH0.tar.gz) = ebfcc89e2bc983330fa5131ecbd324812f4679c9f04134ffea8f2658780a1c64 -SIZE (Kingcom-armips-1ffab37_GH0.tar.gz) = 146794 -SHA256 (7a7e4ed23f5f.patch) = 62038974cdb06d1f6d4cbae8c9e22bafbf718d7acaff6ebe15b4d9b1f3e1f2e3 -SIZE (7a7e4ed23f5f.patch) = 1241 +SHA256 (hrydgard-ppsspp-v1.4_GH0.tar.gz) = d801fbdc0063cd351392af488a65fc66021f45eb1edbabe7bce069ce0d68d5a6 +SIZE (hrydgard-ppsspp-v1.4_GH0.tar.gz) = 18909397 +SHA256 (hrydgard-glslang-b16f7e68_GH0.tar.gz) = 81066af7201fcfc4262a27c3b89a9e71d01b29f10d723c6389b827d0df3ac81c +SIZE (hrydgard-glslang-b16f7e68_GH0.tar.gz) = 1682426 +SHA256 (hrydgard-ppsspp-lang-ed0bbfb_GH0.tar.gz) = a1e9dbb96e151e47f47a7cfb13833b3e059c372a364b6b5788043768d286a1aa +SIZE (hrydgard-ppsspp-lang-ed0bbfb_GH0.tar.gz) = 268264 +SHA256 (KhronosGroup-SPIRV-Cross-6381b2f_GH0.tar.gz) = f09cc4f37ed8f8453929186ebdfbe7228e07a6a4c11227e0b6b7c7365d9cf915 +SIZE (KhronosGroup-SPIRV-Cross-6381b2f_GH0.tar.gz) = 193130 +SHA256 (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = e6c52967082658082544f83875cc08e50227ff788d3553e0b0bc28abdb2615ed +SIZE (Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz) = 163606 +SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e +SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286 Added: head/emulators/ppsspp/files/extra-patch-old-joy ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/ppsspp/files/extra-patch-old-joy Fri Mar 31 13:10:02 2017 (r437353) @@ -0,0 +1,463 @@ +The patch reverts SDL_GameController API usage from: + +https://github.com/hrydgard/ppsspp/commit/67425d7d477d +https://github.com/hrydgard/ppsspp/commit/db2cc49e0dd1 +https://github.com/hrydgard/ppsspp/commit/e4a0a3cea3bc +https://github.com/hrydgard/ppsspp/commit/182b9e0fdae3 +https://github.com/hrydgard/ppsspp/commit/d6b81236626f +https://github.com/hrydgard/ppsspp/commit/b058b987ad0f +https://github.com/hrydgard/ppsspp/commit/1b699363ca4d + +--- SDL/SDLJoystick.cpp.orig 2017-03-30 12:14:27 UTC ++++ SDL/SDLJoystick.cpp +@@ -1,12 +1,7 @@ + #include "SDL/SDLJoystick.h" + #include "Core/Config.h" +-#include "Common/FileUtil.h" +-#include "file/vfs.h" + + #include +-#include +- +-using namespace std; + + static int SDLJoystickEventHandlerWrapper(void* userdata, SDL_Event* event) + { +@@ -17,65 +12,32 @@ static int SDLJoystickEventHandlerWrappe + SDLJoystick::SDLJoystick(bool init_SDL ) : registeredAsEventHandler(false) { + SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1"); + if (init_SDL) { +- SDL_Init(SDL_INIT_JOYSTICK | SDL_INIT_VIDEO | SDL_INIT_GAMECONTROLLER); +- } +- +- const char *dbPath = "gamecontrollerdb.txt"; +- cout << "loading control pad mappings from " << dbPath << ": "; +- +- size_t size; +- u8 *mappingData = VFSReadFile(dbPath, &size); +- if (mappingData) { +- SDL_RWops *rw = SDL_RWFromConstMem(mappingData, size); +- // 1 to free the rw after use +- if (SDL_GameControllerAddMappingsFromRW(rw, 1) == -1) { +- cout << "Failed to read mapping data - corrupt?" << endl; +- } +- delete[] mappingData; +- } else { +- cout << "gamecontrollerdb.txt missing" << endl; ++ SDL_Init(SDL_INIT_JOYSTICK | SDL_INIT_VIDEO); + } +- cout << "SUCCESS!" << endl; +- setUpControllers(); +-} + +-void SDLJoystick::setUpControllers() { + int numjoys = SDL_NumJoysticks(); ++ SDL_JoystickEventState(SDL_ENABLE); + for (int i = 0; i < numjoys; i++) { +- setUpController(i); +- } +- if (controllers.size() > 0) { +- cout << "pad 1 has been assigned to control pad: " << SDL_GameControllerName(controllers.front()) << endl; ++ joys.push_back(SDL_JoystickOpen(i)); ++// printf("Initialized joystick %d: %s",i,SDL_JoystickNameForIndex(i)); ++ if(strstr(SDL_JoystickNameForIndex(i),"PLAYSTATION(R)3 Controller")) ++ g_Config.bPS3Controller = true; + } +-} + +-void SDLJoystick::setUpController(int deviceIndex) { +- if (SDL_IsGameController(deviceIndex)) { +- SDL_GameController *controller = SDL_GameControllerOpen(deviceIndex); +- if (controller) { +- if (SDL_GameControllerGetAttached(controller)) { +- controllers.push_back(controller); +- controllerDeviceMap[SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(controller))] = deviceIndex; +- cout << "found control pad: " << SDL_GameControllerName(controller) << ", loading mapping: "; +- auto mapping = SDL_GameControllerMapping(controller); +- if (mapping == NULL) { +- cout << "FAILED" << endl; +- } else { +- cout << "SUCCESS, mapping is:" << endl << mapping << endl; +- } +- } else { +- SDL_GameControllerClose(controller); +- } +- } +- } ++ if (g_Config.bPS3Controller) ++ fillMappingPS3(); ++ else ++ fillMapping(); ++ ++ + } + + SDLJoystick::~SDLJoystick() { + if (registeredAsEventHandler) { + SDL_DelEventWatch(SDLJoystickEventHandlerWrapper, this); + } +- for (auto & controller : controllers) { +- SDL_GameControllerClose(controller); ++ for (SDL_Joystick *joy : joys) { ++ SDL_JoystickClose(joy); + } + } + +@@ -84,107 +46,124 @@ void SDLJoystick::registerEventHandler() + registeredAsEventHandler = true; + } + +-keycode_t SDLJoystick::getKeycodeForButton(SDL_GameControllerButton button) { +- switch (button) { +- case SDL_CONTROLLER_BUTTON_DPAD_UP: +- return NKCODE_DPAD_UP; +- case SDL_CONTROLLER_BUTTON_DPAD_DOWN: +- return NKCODE_DPAD_DOWN; +- case SDL_CONTROLLER_BUTTON_DPAD_LEFT: +- return NKCODE_DPAD_LEFT; +- case SDL_CONTROLLER_BUTTON_DPAD_RIGHT: +- return NKCODE_DPAD_RIGHT; +- case SDL_CONTROLLER_BUTTON_A: +- return NKCODE_BUTTON_2; +- case SDL_CONTROLLER_BUTTON_B: +- return NKCODE_BUTTON_3; +- case SDL_CONTROLLER_BUTTON_X: +- return NKCODE_BUTTON_4; +- case SDL_CONTROLLER_BUTTON_Y: +- return NKCODE_BUTTON_1; +- case SDL_CONTROLLER_BUTTON_RIGHTSHOULDER: +- return NKCODE_BUTTON_5; +- case SDL_CONTROLLER_BUTTON_LEFTSHOULDER: +- return NKCODE_BUTTON_6; +- case SDL_CONTROLLER_BUTTON_START: +- return NKCODE_BUTTON_10; +- case SDL_CONTROLLER_BUTTON_BACK: +- return NKCODE_BUTTON_9; // select button +- case SDL_CONTROLLER_BUTTON_GUIDE: +- return NKCODE_BACK; // pause menu +- case SDL_CONTROLLER_BUTTON_LEFTSTICK: +- return NKCODE_BUTTON_THUMBL; +- case SDL_CONTROLLER_BUTTON_RIGHTSTICK: +- return NKCODE_BUTTON_THUMBR; +- case SDL_CONTROLLER_BUTTON_INVALID: +- default: +- return NKCODE_UNKNOWN; +- } +-} +- + void SDLJoystick::ProcessInput(SDL_Event &event){ + switch (event.type) { +- case SDL_CONTROLLERBUTTONDOWN: +- if (event.cbutton.state == SDL_PRESSED) { +- auto code = getKeycodeForButton((SDL_GameControllerButton)event.cbutton.button); +- if (code != NKCODE_UNKNOWN) { ++ case SDL_JOYAXISMOTION: ++ { ++ std::map::const_iterator i = SDLJoyAxisMap.find(event.jaxis.axis); ++ int deviceIndex = getDeviceIndex(event.jaxis.which); ++ if (i != SDLJoyAxisMap.end() && deviceIndex >= 0) { ++ AxisInput axis; ++ axis.axisId = i->second; ++ // 1.2 to try to approximate the PSP's clamped rectangular range. ++ axis.value = 1.2 * event.jaxis.value / 32767.0f; ++ if (axis.value > 1.0f) axis.value = 1.0f; ++ if (axis.value < -1.0f) axis.value = -1.0f; ++ axis.deviceId = DEVICE_ID_PAD_0 + deviceIndex; ++ axis.flags = 0; ++ NativeAxis(axis); ++ } ++ break; ++ } ++ ++ case SDL_JOYBUTTONDOWN: ++ { ++ std::map::const_iterator i = SDLJoyButtonMap.find(event.jbutton.button); ++ int deviceIndex = getDeviceIndex(event.jbutton.which); ++ if (i != SDLJoyButtonMap.end() && deviceIndex >= 0) { + KeyInput key; + key.flags = KEY_DOWN; +- key.keyCode = code; +- key.deviceId = DEVICE_ID_PAD_0 + getDeviceIndex(event.cbutton.which); ++ key.keyCode = i->second; ++ key.deviceId = DEVICE_ID_PAD_0 + deviceIndex; + NativeKey(key); + } ++ break; + } +- break; +- case SDL_CONTROLLERBUTTONUP: +- if (event.cbutton.state == SDL_RELEASED) { +- auto code = getKeycodeForButton((SDL_GameControllerButton)event.cbutton.button); +- if (code != NKCODE_UNKNOWN) { ++ ++ case SDL_JOYBUTTONUP: ++ { ++ std::map::const_iterator i = SDLJoyButtonMap.find(event.jbutton.button); ++ int deviceIndex = getDeviceIndex(event.jbutton.which); ++ if (i != SDLJoyButtonMap.end() && deviceIndex >= 0) { + KeyInput key; + key.flags = KEY_UP; +- key.keyCode = code; +- key.deviceId = DEVICE_ID_PAD_0 + getDeviceIndex(event.cbutton.which); ++ key.keyCode = i->second; ++ key.deviceId = DEVICE_ID_PAD_0 + deviceIndex; + NativeKey(key); + } ++ break; + } +- break; +- case SDL_CONTROLLERAXISMOTION: +- AxisInput axis; +- axis.axisId = event.caxis.axis; +- // 1.2 to try to approximate the PSP's clamped rectangular range. +- axis.value = 1.2 * event.caxis.value / 32767.0f; +- if (axis.value > 1.0f) axis.value = 1.0f; +- if (axis.value < -1.0f) axis.value = -1.0f; +- axis.deviceId = DEVICE_ID_PAD_0 + getDeviceIndex(event.caxis.which); +- axis.flags = 0; +- NativeAxis(axis); +- break; +- case SDL_CONTROLLERDEVICEREMOVED: +- // for removal events, "which" is the instance ID for SDL_CONTROLLERDEVICEREMOVED +- for (auto it = controllers.begin(); it != controllers.end(); ++it) { +- if (SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(*it)) == event.cdevice.which) { +- SDL_GameControllerClose(*it); +- controllers.erase(it); ++ ++ case SDL_JOYHATMOTION: ++ { ++ int deviceIndex = getDeviceIndex(event.jhat.which); ++ if (deviceIndex < 0) { + break; + } ++#ifdef _WIN32 ++ KeyInput key; ++ key.deviceId = DEVICE_ID_PAD_0 + deviceIndex; ++ ++ key.flags = (event.jhat.value & SDL_HAT_UP)?KEY_DOWN:KEY_UP; ++ key.keyCode = NKCODE_DPAD_UP; ++ NativeKey(key); ++ key.flags = (event.jhat.value & SDL_HAT_LEFT)?KEY_DOWN:KEY_UP; ++ key.keyCode = NKCODE_DPAD_LEFT; ++ NativeKey(key); ++ key.flags = (event.jhat.value & SDL_HAT_DOWN)?KEY_DOWN:KEY_UP; ++ key.keyCode = NKCODE_DPAD_DOWN; ++ NativeKey(key); ++ key.flags = (event.jhat.value & SDL_HAT_RIGHT)?KEY_DOWN:KEY_UP; ++ key.keyCode = NKCODE_DPAD_RIGHT; ++ NativeKey(key); ++#else ++ AxisInput axisX; ++ AxisInput axisY; ++ axisX.axisId = JOYSTICK_AXIS_HAT_X; ++ axisY.axisId = JOYSTICK_AXIS_HAT_Y; ++ axisX.deviceId = DEVICE_ID_PAD_0 + deviceIndex; ++ axisY.deviceId = DEVICE_ID_PAD_0 + deviceIndex; ++ axisX.value = 0.0f; ++ axisY.value = 0.0f; ++ if (event.jhat.value & SDL_HAT_LEFT) axisX.value = -1.0f; ++ if (event.jhat.value & SDL_HAT_RIGHT) axisX.value = 1.0f; ++ if (event.jhat.value & SDL_HAT_DOWN) axisY.value = 1.0f; ++ if (event.jhat.value & SDL_HAT_UP) axisY.value = -1.0f; ++ NativeAxis(axisX); ++ NativeAxis(axisY); ++#endif ++ break; + } +- break; +- case SDL_CONTROLLERDEVICEADDED: +- // for add events, "which" is the device index! +- int prevNumControllers = controllers.size(); +- setUpController(event.cdevice.which); +- if (prevNumControllers == 0 && controllers.size() > 0) { +- cout << "pad 1 has been assigned to control pad: " << SDL_GameControllerName(controllers.front()) << endl; ++ ++ case SDL_JOYDEVICEADDED: ++ { ++ int deviceIndex = event.jdevice.which; ++ if (deviceIndex >= joys.size()) { ++ joys.resize(deviceIndex+1); ++ } ++ joys[deviceIndex] = SDL_JoystickOpen(deviceIndex); ++ SDL_JoystickEventState(SDL_ENABLE); ++ break; ++ } ++ ++ case SDL_JOYDEVICEREMOVED: ++ { ++ int deviceIndex = getDeviceIndex(event.jdevice.which); ++ if (deviceIndex >= 0) { ++ SDL_JoystickClose(joys[deviceIndex]); ++ joys[deviceIndex] = 0; ++ } ++ break; + } +- break; + } + } + + int SDLJoystick::getDeviceIndex(int instanceId) { +- auto it = controllerDeviceMap.find(instanceId); +- if (it == controllerDeviceMap.end()) { +- // could not find device +- return -1; ++ for (int i = 0; i < joys.size(); i++) { ++ SDL_Joystick *joy = joys[i]; ++ if (SDL_JoystickInstanceID(joy) == instanceId) { ++ return i; ++ } + } +- return it->second; ++ return -1; + } +--- SDL/SDLJoystick.h.orig 2017-03-30 12:14:27 UTC ++++ SDL/SDLJoystick.h +@@ -1,9 +1,11 @@ + #pragma once + #ifdef _WIN32 + #include "SDL/SDL.h" ++#include "SDL/SDL_joystick.h" + #include "SDL/SDL_thread.h" + #else + #include "SDL.h" ++#include "SDL_joystick.h" + #include "SDL_thread.h" + #endif + +@@ -21,11 +23,119 @@ public: + void ProcessInput(SDL_Event &event); + + private: +- void setUpController(int deviceIndex); +- void setUpControllers(); +- keycode_t getKeycodeForButton(SDL_GameControllerButton button); +- int getDeviceIndex(int instanceId); ++ void fillMappingPS3() ++ { ++ SDLJoyButtonMap[14] = NKCODE_BUTTON_1; // Cross ++ SDLJoyButtonMap[13] = NKCODE_BUTTON_2; // Circle ++ SDLJoyButtonMap[15] = NKCODE_BUTTON_3; // Sqlare ++ SDLJoyButtonMap[12] = NKCODE_BUTTON_4; // Triangle ++ SDLJoyButtonMap[10] = NKCODE_BUTTON_5; // L1 ++ SDLJoyButtonMap[11] = NKCODE_BUTTON_6; // R1 ++ SDLJoyButtonMap[8] = NKCODE_BUTTON_7; // L2 ++ SDLJoyButtonMap[9] = NKCODE_BUTTON_8; // R2 ++ SDLJoyButtonMap[0] = NKCODE_BUTTON_9; // Select ++ SDLJoyButtonMap[3] = NKCODE_BUTTON_10; // Start ++ SDLJoyButtonMap[1] = NKCODE_BUTTON_11; // L3 ++ SDLJoyButtonMap[2] = NKCODE_BUTTON_12; // R3 ++ SDLJoyButtonMap[16] = NKCODE_BUTTON_13; // PS ++ SDLJoyButtonMap[4] = NKCODE_DPAD_UP; ++ SDLJoyButtonMap[6] = NKCODE_DPAD_DOWN; ++ SDLJoyButtonMap[7] = NKCODE_DPAD_LEFT; ++ SDLJoyButtonMap[5] = NKCODE_DPAD_RIGHT; ++ SDLJoyAxisMap[0] = JOYSTICK_AXIS_X; ++ SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y; ++ SDLJoyAxisMap[2] = JOYSTICK_AXIS_Z; ++ SDLJoyAxisMap[3] = JOYSTICK_AXIS_RZ; ++ } ++ void fillMapping() ++ { ++ //TODO: C++11 aggregate initialization ++ //would remove runtime overhead completely ++ ++ // Mapping on Windows ++#ifdef _WIN32 ++ SDLJoyButtonMap[0] = NKCODE_BUTTON_2; ++ SDLJoyButtonMap[1] = NKCODE_BUTTON_3; ++ SDLJoyButtonMap[2] = NKCODE_BUTTON_4; ++ SDLJoyButtonMap[3] = NKCODE_BUTTON_1; ++ SDLJoyButtonMap[4] = NKCODE_BUTTON_7; ++ SDLJoyButtonMap[5] = NKCODE_BUTTON_8; ++ SDLJoyButtonMap[6] = NKCODE_BUTTON_9; ++ SDLJoyButtonMap[7] = NKCODE_BUTTON_10; ++ SDLJoyButtonMap[8] = NKCODE_BUTTON_11; ++ SDLJoyButtonMap[9] = NKCODE_BUTTON_12; ++ SDLJoyButtonMap[10] = NKCODE_BUTTON_5; ++ SDLJoyButtonMap[11] = NKCODE_BUTTON_6; ++ SDLJoyButtonMap[12] = NKCODE_BUTTON_7; ++ SDLJoyButtonMap[13] = NKCODE_BUTTON_8; ++ SDLJoyButtonMap[14] = NKCODE_BUTTON_9; ++ ++ SDLJoyAxisMap[0] = JOYSTICK_AXIS_X; ++ SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y; ++ SDLJoyAxisMap[2] = JOYSTICK_AXIS_Z; ++ SDLJoyAxisMap[3] = JOYSTICK_AXIS_RZ; ++ SDLJoyAxisMap[4] = JOYSTICK_AXIS_LTRIGGER; ++ SDLJoyAxisMap[5] = JOYSTICK_AXIS_RTRIGGER; ++ // Mapping on MacOSX to match X360 controller ++#elif __APPLE__ ++ SDLJoyButtonMap[0] = NKCODE_DPAD_UP; ++ SDLJoyButtonMap[1] = NKCODE_DPAD_DOWN; ++ SDLJoyButtonMap[2] = NKCODE_DPAD_LEFT; ++ SDLJoyButtonMap[3] = NKCODE_DPAD_RIGHT; ++ SDLJoyButtonMap[4] = NKCODE_BUTTON_10; ++ SDLJoyButtonMap[5] = NKCODE_BUTTON_9; ++ SDLJoyButtonMap[6] = NKCODE_BUTTON_5; ++ SDLJoyButtonMap[7] = NKCODE_BUTTON_6; ++ SDLJoyButtonMap[8] = NKCODE_BUTTON_7; ++ SDLJoyButtonMap[9] = NKCODE_BUTTON_8; ++ SDLJoyButtonMap[10] = NKCODE_BUTTON_SELECT; ++ SDLJoyButtonMap[11] = NKCODE_BUTTON_2; ++ SDLJoyButtonMap[12] = NKCODE_BUTTON_3; ++ SDLJoyButtonMap[13] = NKCODE_BUTTON_4; ++ SDLJoyButtonMap[14] = NKCODE_BUTTON_1; ++ SDLJoyButtonMap[15] = NKCODE_BUTTON_11; ++ SDLJoyButtonMap[16] = NKCODE_BUTTON_12; ++ ++ SDLJoyAxisMap[0] = JOYSTICK_AXIS_X; ++ SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y; ++ SDLJoyAxisMap[2] = JOYSTICK_AXIS_Z; ++ SDLJoyAxisMap[3] = JOYSTICK_AXIS_RZ; ++ SDLJoyAxisMap[4] = JOYSTICK_AXIS_LTRIGGER; ++ SDLJoyAxisMap[5] = JOYSTICK_AXIS_RTRIGGER; ++ // Mapping on Linux/Android/Other to match X360 and wii-u pro controller ++#else ++ SDLJoyButtonMap[0] = NKCODE_BUTTON_1; ++ SDLJoyButtonMap[1] = NKCODE_BUTTON_2; ++ SDLJoyButtonMap[2] = NKCODE_BUTTON_3; ++ SDLJoyButtonMap[3] = NKCODE_BUTTON_4; ++ SDLJoyButtonMap[4] = NKCODE_BUTTON_5; ++ SDLJoyButtonMap[5] = NKCODE_BUTTON_6; ++ SDLJoyButtonMap[6] = NKCODE_BUTTON_7; ++ SDLJoyButtonMap[7] = NKCODE_BUTTON_8; ++ SDLJoyButtonMap[8] = NKCODE_BUTTON_9; ++ SDLJoyButtonMap[9] = NKCODE_BUTTON_10; ++ SDLJoyButtonMap[10] = NKCODE_BUTTON_11; ++ SDLJoyButtonMap[11] = NKCODE_BUTTON_12; ++ SDLJoyButtonMap[12] = NKCODE_BUTTON_13; ++ SDLJoyButtonMap[13] = NKCODE_DPAD_UP; ++ SDLJoyButtonMap[14] = NKCODE_DPAD_DOWN; ++ SDLJoyButtonMap[15] = NKCODE_DPAD_LEFT; ++ SDLJoyButtonMap[16] = NKCODE_DPAD_RIGHT; ++ ++ SDLJoyAxisMap[0] = JOYSTICK_AXIS_X; ++ SDLJoyAxisMap[1] = JOYSTICK_AXIS_Y; ++ SDLJoyAxisMap[2] = JOYSTICK_AXIS_Z; ++ SDLJoyAxisMap[3] = JOYSTICK_AXIS_RZ; ++ SDLJoyAxisMap[4] = JOYSTICK_AXIS_LTRIGGER; ++ SDLJoyAxisMap[5] = JOYSTICK_AXIS_RTRIGGER; ++ ++#endif ++ } ++ std::map SDLJoyButtonMap; ++ std::map SDLJoyAxisMap; ++ ++ std::vector joys; + bool registeredAsEventHandler; +- std::vector controllers; +- std::map controllerDeviceMap; ++ ++ int getDeviceIndex(int instanceId); + }; +--- ext/native/base/PCMain.cpp.orig 2017-03-30 12:14:27 UTC ++++ ext/native/base/PCMain.cpp +@@ -399,7 +399,7 @@ int main(int argc, char *argv[]) { + NativeGetAppInfo(&app_name, &app_name_nice, &landscape, &version); + + bool joystick_enabled = true; +- if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER | SDL_INIT_AUDIO) < 0) { ++ if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_AUDIO) < 0) { + joystick_enabled = false; + if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO) < 0) { + fprintf(stderr, "Unable to initialize SDL: %s\n", SDL_GetError()); Modified: head/emulators/ppsspp/files/patch-Common_MemoryUtil.cpp ============================================================================== --- head/emulators/ppsspp/files/patch-Common_MemoryUtil.cpp Fri Mar 31 12:52:45 2017 (r437352) +++ head/emulators/ppsspp/files/patch-Common_MemoryUtil.cpp Fri Mar 31 13:10:02 2017 (r437353) @@ -1,25 +1,22 @@ ---- Common/MemoryUtil.cpp.orig 2015-02-26 20:05:06 UTC +--- Common/MemoryUtil.cpp.orig 2015-11-19 15:07:48 UTC +++ Common/MemoryUtil.cpp -@@ -49,6 +49,13 @@ static SYSTEM_INFO sys_info; - #define round_page(x) ((((uintptr_t)(x)) + PAGE_MASK) & ~(PAGE_MASK)) +@@ -32,6 +32,10 @@ + #include #endif -+#if defined(__FreeBSD__) -+/* setrlimit(2) */ -+#include -+#include ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +#include +#endif + - #ifdef __SYMBIAN32__ - #include - #define CODECHUNK_SIZE 1024*1024*20 -@@ -142,6 +149,21 @@ void* AllocateExecutableMemory(size_t si + #ifndef _WIN32 + #include + #endif +@@ -149,6 +153,21 @@ void *AllocateExecutableMemory(size_t si map_hint = (char*)round_page(&hint_location) - 0x20000000; // 0.5gb lower than our approximate location else map_hint = (char*)0x20000000; // 0.5GB mark in memory + -+#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + // XXX Fix maximum data segment size (data + BSS + heap) to 256 MB. + // This allows avoiding calling mmap(2) with MAP_FIXED. + // On FreeBSD, without lowering this limit, calling mmap(2) @@ -34,5 +31,5 @@ + } +#endif } - else if (exec && (uintptr_t) map_hint > 0xFFFFFFFFULL) + else if ((uintptr_t) map_hint > 0xFFFFFFFFULL) { Added: head/emulators/ppsspp/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/ppsspp/files/pkg-message.in Fri Mar 31 13:10:02 2017 (r437353) @@ -0,0 +1,7 @@ +Known issues: +- Videos are garbled since multimedia/ffmpeg update to 3.2, see #9026 +- %%DATADIR%%/assets/gamecontrollerdb.txt cannot be used + as is because SDL_JoystickGetGUID is a stub on FreeBSD. Create the + file using controllermap (or antimicro) then check with testgamecontroller + it's detected (pay attention to guid). If you have trouble making it + work try OLDJOY option for v1.3 behavior. From owner-svn-ports-all@freebsd.org Fri Mar 31 13:14:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6F4FD275F8; Fri, 31 Mar 2017 13:14:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91965FA9; Fri, 31 Mar 2017 13:14:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VDEaP0062262; Fri, 31 Mar 2017 13:14:36 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VDEacO062261; Fri, 31 Mar 2017 13:14:36 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201703311314.v2VDEacO062261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 31 Mar 2017 13:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437354 - head/devel/tclreadline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 13:14:37 -0000 Author: gahr Date: Fri Mar 31 13:14:36 2017 New Revision: 437354 URL: https://svnweb.freebsd.org/changeset/ports/437354 Log: devel/tclreadline: remove obsolete post-patch steps Modified: head/devel/tclreadline/Makefile Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Fri Mar 31 13:10:02 2017 (r437353) +++ head/devel/tclreadline/Makefile Fri Mar 31 13:14:36 2017 (r437354) @@ -21,14 +21,4 @@ USE_LDCONFIG= yes TCL_PKG= ${PORTNAME}${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} -post-patch: - ${REINPLACE_CMD} \ - -e '/^#define MALLOC/d; /^#define FREE/d; s|MALLOC|malloc|g; s|FREE|free|g' \ - ${WRKSRC}/tclreadline.c - ${REINPLACE_CMD} -e 's|/usr/locanl|/usr/local|' ${WRKSRC}/tclreadlineSetup.tcl.in - ${REINPLACE_CMD} -e 's|/usr/local/bin/tclsh|${TCLSH}|g' \ - ${WRKSRC}/tclreadlineSetup.tcl.in \ - ${WRKSRC}/tclreadlineInit.tcl.in \ - ${WRKSRC}/pkgIndex.tcl.in - .include From owner-svn-ports-all@freebsd.org Fri Mar 31 13:30:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4067ED27826; Fri, 31 Mar 2017 13:30:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 120198DE; Fri, 31 Mar 2017 13:30:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VDUnap066445; Fri, 31 Mar 2017 13:30:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VDUnW5066443; Fri, 31 Mar 2017 13:30:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703311330.v2VDUnW5066443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 31 Mar 2017 13:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437355 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 13:30:50 -0000 Author: miwi Date: Fri Mar 31 13:30:48 2017 New Revision: 437355 URL: https://svnweb.freebsd.org/changeset/ports/437355 Log: - Update to 3.1.1 - Ignore php 7.1 PR: 218157 Submitted by: Franco Fichter Approved by: maintainer Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Fri Mar 31 13:14:36 2017 (r437354) +++ head/www/phalcon/Makefile Fri Mar 31 13:30:48 2017 (r437355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE USES= php:ext USE_PHP= hash:build json:build pdo:build +IGNORE_WITH_PHP=71 ONLY_FOR_ARCHS= amd64 armv6 i386 Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Fri Mar 31 13:14:36 2017 (r437354) +++ head/www/phalcon/distinfo Fri Mar 31 13:30:48 2017 (r437355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490347694 -SHA256 (phalcon-cphalcon-v3.1.0_GH0.tar.gz) = 3b54e6ab1e91aecd606c93c2f762549cd23bad2eef35a3100243ecf6ba85a5c5 -SIZE (phalcon-cphalcon-v3.1.0_GH0.tar.gz) = 6466527 +TIMESTAMP = 1490587322 +SHA256 (phalcon-cphalcon-v3.1.1_GH0.tar.gz) = 430359e0103ac926861976815d5f1d1373c6b1d7317e128359409aafd4285f84 +SIZE (phalcon-cphalcon-v3.1.1_GH0.tar.gz) = 6467096 From owner-svn-ports-all@freebsd.org Fri Mar 31 13:33:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C76B9D27A16; Fri, 31 Mar 2017 13:33:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DBF2D51; Fri, 31 Mar 2017 13:33:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VDXlou070145; Fri, 31 Mar 2017 13:33:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VDXlHi070143; Fri, 31 Mar 2017 13:33:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703311333.v2VDXlHi070143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 31 Mar 2017 13:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437356 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 13:33:48 -0000 Author: jbeich Date: Fri Mar 31 13:33:47 2017 New Revision: 437356 URL: https://svnweb.freebsd.org/changeset/ports/437356 Log: emulators/citra: update to s20170325 Changes: https://github.com/citra-emu/citra/compare/2044041c...eb8a7a92c Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Fri Mar 31 13:30:48 2017 (r437355) +++ head/emulators/citra/Makefile Fri Mar 31 13:33:47 2017 (r437356) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170315 +PORTVERSION= s20170325 PORTREVISION?= 0 CATEGORIES= emulators @@ -29,7 +29,7 @@ ONLY_FOR_ARCHS_REASON= https://github.co USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 2044041c +GH_TAGNAME= eb8a7a92c GH_TUPLE= citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ MerryMage:dynarmic:358cf7c:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-146-g796beaa:fmt/externals/dynarmic/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Fri Mar 31 13:30:48 2017 (r437355) +++ head/emulators/citra/distinfo Fri Mar 31 13:33:47 2017 (r437356) @@ -1,6 +1,6 @@ -TIMESTAMP = 1489627861 -SHA256 (citra-emu-citra-s20170315-2044041c_GH0.tar.gz) = 5112876ce3af73640df7a671103f46ba29bb2b45f0cb295157d8ca755a563bfe -SIZE (citra-emu-citra-s20170315-2044041c_GH0.tar.gz) = 2222813 +TIMESTAMP = 1490457950 +SHA256 (citra-emu-citra-s20170325-eb8a7a92c_GH0.tar.gz) = ab35f9585c5d8dc7b071192d20ab6fc41d267b62e77952b450e0a7e531592e58 +SIZE (citra-emu-citra-s20170325-eb8a7a92c_GH0.tar.gz) = 2229245 SHA256 (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = de5e101818ba38b5ea30d8cde0b2b788b53bc7c0f5d77b380b8968569872c2cb SIZE (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = 34535 SHA256 (MerryMage-dynarmic-358cf7c_GH0.tar.gz) = ba3efc77df14473e20fc1bead08725d0d5a67ff71726cf749e6d3970f7e7ca03 From owner-svn-ports-all@freebsd.org Fri Mar 31 14:02:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F377D271A7; Fri, 31 Mar 2017 14:02:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358D51B8; Fri, 31 Mar 2017 14:02:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VE0wNr079349; Fri, 31 Mar 2017 14:00:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VE0wqH079347; Fri, 31 Mar 2017 14:00:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703311400.v2VE0wqH079347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 31 Mar 2017 14:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437357 - head/multimedia/mpc-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:02:14 -0000 Author: jbeich Date: Fri Mar 31 14:00:57 2017 New Revision: 437357 URL: https://svnweb.freebsd.org/changeset/ports/437357 Log: multimedia/mpc-qt: update to 0.0.0.s20170329 Changes: https://github.com/cmdrkotori/mpc-qt/compare/30b2294...3cd13a9 Modified: head/multimedia/mpc-qt/Makefile (contents, props changed) head/multimedia/mpc-qt/distinfo (contents, props changed) Modified: head/multimedia/mpc-qt/Makefile ============================================================================== --- head/multimedia/mpc-qt/Makefile Fri Mar 31 13:33:47 2017 (r437356) +++ head/multimedia/mpc-qt/Makefile Fri Mar 31 14:00:57 2017 (r437357) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mpc-qt -DISTVERSION= 0.0.0.s20170321 +DISTVERSION= 0.0.0.s20170329 CATEGORIES= multimedia audio MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME}.desktop?h=${PORTNAME}-git&id=b1a6b91&dummy=/:desktop DISTFILES= ${PORTNAME}.desktop:desktop @@ -16,7 +16,7 @@ LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes GH_ACCOUNT= cmdrkotori -GH_TAGNAME= 30b2294 +GH_TAGNAME= 3cd13a9 USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_QT5= qmake_build buildtools_build core gui network widgets x11extras Modified: head/multimedia/mpc-qt/distinfo ============================================================================== --- head/multimedia/mpc-qt/distinfo Fri Mar 31 13:33:47 2017 (r437356) +++ head/multimedia/mpc-qt/distinfo Fri Mar 31 14:00:57 2017 (r437357) @@ -1,5 +1,5 @@ -TIMESTAMP = 1490100541 +TIMESTAMP = 1490785512 SHA256 (mpc-qt.desktop) = 7694745aac0e52c050a6bc069a0686b025e509136919d985d3c4495eec0f1c9d SIZE (mpc-qt.desktop) = 1270 -SHA256 (cmdrkotori-mpc-qt-0.0.0.s20170321-30b2294_GH0.tar.gz) = 25217a02af69b4ca77b6a4273bd8c8091fc9b9701e280e23ac46ce5ae78ca740 -SIZE (cmdrkotori-mpc-qt-0.0.0.s20170321-30b2294_GH0.tar.gz) = 238084 +SHA256 (cmdrkotori-mpc-qt-0.0.0.s20170329-3cd13a9_GH0.tar.gz) = f8f658dfd53c1129a03bab3f8ef53d7ee738c90ee2af1d91ee74335b9c6e33dd +SIZE (cmdrkotori-mpc-qt-0.0.0.s20170329-3cd13a9_GH0.tar.gz) = 238529 From owner-svn-ports-all@freebsd.org Fri Mar 31 14:09:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22DBDD2742E; Fri, 31 Mar 2017 14:09:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E938D8EF; Fri, 31 Mar 2017 14:09:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VE9WXO082437; Fri, 31 Mar 2017 14:09:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VE9WiR082436; Fri, 31 Mar 2017 14:09:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703311409.v2VE9WiR082436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 31 Mar 2017 14:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437358 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:09:33 -0000 Author: mat Date: Fri Mar 31 14:09:31 2017 New Revision: 437358 URL: https://svnweb.freebsd.org/changeset/ports/437358 Log: The doc says: "LICENSE_PERMS Permissions; use "none" if empty." Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10214 Modified: head/Mk/bsd.licenses.db.mk (contents, props changed) Modified: head/Mk/bsd.licenses.db.mk ============================================================================== --- head/Mk/bsd.licenses.db.mk Fri Mar 31 14:00:57 2017 (r437357) +++ head/Mk/bsd.licenses.db.mk Fri Mar 31 14:09:31 2017 (r437358) @@ -387,7 +387,7 @@ _LICENSE_GROUPS_RUBY= FSF _LICENSE_NAME_NONE= No license specified _LICENSE_GROUPS_NONE= # empty -_LICENSE_PERMS_NONE= # empty +_LICENSE_PERMS_NONE= none _LICENSE_NAME_ZLIB= zlib License _LICENSE_GROUPS_ZLIB= GPL FSF OSI From owner-svn-ports-all@freebsd.org Fri Mar 31 14:09:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1139D27455; Fri, 31 Mar 2017 14:09:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C3592A; Fri, 31 Mar 2017 14:09:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VE9dbh082584; Fri, 31 Mar 2017 14:09:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VE9dL9082581; Fri, 31 Mar 2017 14:09:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703311409.v2VE9dL9082581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 31 Mar 2017 14:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437359 - in head: devel/libdbusmenu x11-wm/xfce4-panel x11/libexo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:09:40 -0000 Author: mat Date: Fri Mar 31 14:09:38 2017 New Revision: 437359 URL: https://svnweb.freebsd.org/changeset/ports/437359 Log: Fix people using LICENSE_DISTFILES in the wrong way. Sponsored by: Absolight Modified: head/devel/libdbusmenu/Makefile (contents, props changed) head/x11-wm/xfce4-panel/Makefile (contents, props changed) head/x11/libexo/Makefile (contents, props changed) Modified: head/devel/libdbusmenu/Makefile ============================================================================== --- head/devel/libdbusmenu/Makefile Fri Mar 31 14:09:31 2017 (r437358) +++ head/devel/libdbusmenu/Makefile Fri Mar 31 14:09:38 2017 (r437359) @@ -12,8 +12,9 @@ COMMENT= GLib and Gtk Implementation of LICENSE= GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi -LICENSE_DISTFILES= ${WRKSRC}/COPYING-GPL3 ${WRKSRC}/COPYING.2.1 \ - ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING-GPL3 +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.2.1 BUILD_DEPENDS= vapigen:lang/vala \ gtkdoc-check:textproc/gtk-doc Modified: head/x11-wm/xfce4-panel/Makefile ============================================================================== --- head/x11-wm/xfce4-panel/Makefile Fri Mar 31 14:09:31 2017 (r437358) +++ head/x11-wm/xfce4-panel/Makefile Fri Mar 31 14:09:38 2017 (r437359) @@ -12,8 +12,8 @@ COMMENT= Xfce's panel LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LICENSE_DISTFILES= ${WRKSRC}/COPYING \ - ${WRKSRC}/COPYING.LIB +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Fri Mar 31 14:09:31 2017 (r437358) +++ head/x11/libexo/Makefile Fri Mar 31 14:09:38 2017 (r437359) @@ -13,8 +13,8 @@ COMMENT= Application library for the Xfc LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LICENSE_DISTFILES= ${WRKSRC}/COPYING \ - ${WRKSRC}/COPYING.LIB +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= p5-URI>=1.60:net/p5-URI RUN_DEPENDS= p5-URI>=1.60:net/p5-URI From owner-svn-ports-all@freebsd.org Fri Mar 31 14:33:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61AF5D27B53; Fri, 31 Mar 2017 14:33:19 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 228E0E10; Fri, 31 Mar 2017 14:33:19 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VEW3Ii094524; Fri, 31 Mar 2017 14:32:03 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VEW21f094518; Fri, 31 Mar 2017 14:32:02 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201703311432.v2VEW21f094518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Fri, 31 Mar 2017 14:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437360 - in head/net: . p5-Net-NTP p5-Net-NTP/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:33:19 -0000 Author: brd Date: Fri Mar 31 14:32:02 2017 New Revision: 437360 URL: https://svnweb.freebsd.org/changeset/ports/437360 Log: Add net/p5-Net-NTP Approved by: swills (mentor) Sponsored by: Netflix Added: head/net/p5-Net-NTP/ head/net/p5-Net-NTP/Makefile (contents, props changed) head/net/p5-Net-NTP/distinfo (contents, props changed) head/net/p5-Net-NTP/files/ head/net/p5-Net-NTP/files/patch-lib_Net_NTP.pm (contents, props changed) head/net/p5-Net-NTP/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Mar 31 14:09:38 2017 (r437359) +++ head/net/Makefile Fri Mar 31 14:32:02 2017 (r437360) @@ -675,6 +675,7 @@ SUBDIR += p5-Net-NBsocket SUBDIR += p5-Net-NIS SUBDIR += p5-Net-NIS-Listgroup + SUBDIR += p5-Net-NTP SUBDIR += p5-Net-Nessus-XMLRPC SUBDIR += p5-Net-Nmsg SUBDIR += p5-Net-OAuth Added: head/net/p5-Net-NTP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-NTP/Makefile Fri Mar 31 14:32:02 2017 (r437360) @@ -0,0 +1,19 @@ +# Created by: brd@FreeBSD.org +# $FreeBSD$ + +PORTNAME= Net-NTP +PORTVERSION= 1.5 +CATEGORIES= net +MASTER_SITES= CPAN + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl extension for decoding NTP server responses + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +PLIST_FILES= %%SITE_PERL%%/Net/NTP.pm \ + %%PERL5_MAN3%%/Net::NTP.3.gz + +.include Added: head/net/p5-Net-NTP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-NTP/distinfo Fri Mar 31 14:32:02 2017 (r437360) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490969857 +SHA256 (Net-NTP-1.5.tar.gz) = b16817f88ecc75f155aea3dcf8874d4b8bcc0c9d249e1bc1e12ce7cfa5e7d9aa +SIZE (Net-NTP-1.5.tar.gz) = 6459 Added: head/net/p5-Net-NTP/files/patch-lib_Net_NTP.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-NTP/files/patch-lib_Net_NTP.pm Fri Mar 31 14:32:02 2017 (r437360) @@ -0,0 +1,10 @@ +--- lib/Net/NTP.pm.orig 2017-03-30 18:32:06 UTC ++++ lib/Net/NTP.pm +@@ -179,6 +179,7 @@ sub get_ntp_response { + alarm(0); + }; + alarm 0; ++ die $@ if $@; + + my $rectime = time; # T4 + my $pkt = Net::NTP::Packet->decode($data, $xmttime, $rectime); Added: head/net/p5-Net-NTP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-NTP/pkg-descr Fri Mar 31 14:32:02 2017 (r437360) @@ -0,0 +1,5 @@ +All this module does is send a packet to an NTP server and +then decode the packet received into it's respective parts +- as outlined in RFC5905 (superseding RFC1305 and RFC2030). + +WWW: http://search.cpan.org/dist/Net-NTP/ From owner-svn-ports-all@freebsd.org Fri Mar 31 14:36:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45624D27BFE; Fri, 31 Mar 2017 14:36:08 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2A2DFBF; Fri, 31 Mar 2017 14:36:07 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VEa7nc094778; Fri, 31 Mar 2017 14:36:07 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VEa7NU094776; Fri, 31 Mar 2017 14:36:07 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703311436.v2VEa7NU094776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 31 Mar 2017 14:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437361 - head/sysutils/moosefs3-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:36:08 -0000 Author: lifanov Date: Fri Mar 31 14:36:06 2017 New Revision: 437361 URL: https://svnweb.freebsd.org/changeset/ports/437361 Log: update sysutils/moosefs3-master to 3.0.90 Recent changes since MooseFS 3.0.88: * MooseFS 3.0.90-1 (2017-03-15) - (master) fixed 'move/rename' with quota - (master) fixed chunk counters shown in cli/cgi - (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot - (master) fixed acl copying during mfsmakesnapshot * MooseFS 3.0.89-1 (2017-02-21) - (mount) added fixing file length in all inodes after write - (cs) split bitfiled into separate bytes (fixed potential race condition) - (master) setting operation to NONE before sending status (silence unnecessary messages in some cases) - (cs) increased verbosity of crc-error messages - (cs) fixed invalidating preserved block in case of truncate down followed by truncate up - (mount) increased master-proxy buffer sizes PR: 218222 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Fri Mar 31 14:32:02 2017 (r437360) +++ head/sysutils/moosefs3-master/Makefile Fri Mar 31 14:36:06 2017 (r437361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.88 +PORTVERSION= 3.0.90 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:32:02 2017 (r437360) +++ head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:36:06 2017 (r437361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486746875 -SHA256 (moosefs-3.0.88-1.tar.gz) = 5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533 -SIZE (moosefs-3.0.88-1.tar.gz) = 1101860 +TIMESTAMP = 1490841822 +SHA256 (moosefs-3.0.90-1.tar.gz) = 4e24d4e79c66986c3f4b0f20b9078fc17acc5654601972b7231dd8bf4fa5928b +SIZE (moosefs-3.0.90-1.tar.gz) = 1106247 From owner-svn-ports-all@freebsd.org Fri Mar 31 14:41:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08509D27D53; Fri, 31 Mar 2017 14:41:07 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCB953F3; Fri, 31 Mar 2017 14:41:06 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VEf53Y095765; Fri, 31 Mar 2017 14:41:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VEf5Xf095761; Fri, 31 Mar 2017 14:41:05 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703311441.v2VEf5Xf095761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 31 Mar 2017 14:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437362 - head/editors/nano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:41:07 -0000 Author: danilo Date: Fri Mar 31 14:41:05 2017 New Revision: 437362 URL: https://svnweb.freebsd.org/changeset/ports/437362 Log: - Update to 2.8.0 Modified: head/editors/nano/Makefile head/editors/nano/distinfo Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Fri Mar 31 14:36:06 2017 (r437361) +++ head/editors/nano/Makefile Fri Mar 31 14:41:05 2017 (r437362) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.7.5 +PORTVERSION= 2.8.0 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU @@ -13,7 +13,7 @@ LICENSE= GPLv3 CONFLICTS= nano-devel-2* -USES= ncurses +USES= charsetfix ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 Modified: head/editors/nano/distinfo ============================================================================== --- head/editors/nano/distinfo Fri Mar 31 14:36:06 2017 (r437361) +++ head/editors/nano/distinfo Fri Mar 31 14:41:05 2017 (r437362) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488239317 -SHA256 (nano-2.7.5.tar.gz) = 226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907 -SIZE (nano-2.7.5.tar.gz) = 2031723 +TIMESTAMP = 1490964426 +SHA256 (nano-2.8.0.tar.gz) = 0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136 +SIZE (nano-2.8.0.tar.gz) = 2726748 From owner-svn-ports-all@freebsd.org Fri Mar 31 14:57:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F5A1D2715A; Fri, 31 Mar 2017 14:57:29 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D3A3F4B; Fri, 31 Mar 2017 14:57:29 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VEvSYx003240; Fri, 31 Mar 2017 14:57:28 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VEvRlu003227; Fri, 31 Mar 2017 14:57:27 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703311457.v2VEvRlu003227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 31 Mar 2017 14:57:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437363 - in head: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:57:29 -0000 Author: lifanov Date: Fri Mar 31 14:57:27 2017 New Revision: 437363 URL: https://svnweb.freebsd.org/changeset/ports/437363 Log: update net-mgmt/seafile-server to 6.0.9 Changelog: https://seacloud.cc/group/3/wiki/server-changelog - Show user' name instead of user's email in notifications sent out by email - Add config items for setting favicon, disable wiki feature - Add css id to easily hide user password reset and delete account button - [fix] Fix UI bug in restoring a file from snapshot - [fix] Fix after renaming a file, the old versions before file rename can't be downloaded - [security] Fix XSS problem of the "go back" button in history page and snapshot view page * unify versioning of dependent ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seadav www/py-seaobj www/seahub This replaces a rather ugly hack. * add makesum-all target to ease maintenance PR: 218245 Submitted by: ultima1252@gmail.com (maintainer) Added: head/net-mgmt/seafile-server/Makefile.include (contents, props changed) Modified: head/net-mgmt/ccnet-server/Makefile head/net-mgmt/ccnet-server/distinfo head/net-mgmt/seafile-server/Makefile head/net-mgmt/seafile-server/distinfo head/www/py-seafdav/Makefile head/www/py-seafdav/distinfo head/www/py-seafobj/Makefile head/www/py-seafobj/distinfo head/www/seahub/Makefile head/www/seahub/distinfo head/www/seahub/pkg-plist Modified: head/net-mgmt/ccnet-server/Makefile ============================================================================== --- head/net-mgmt/ccnet-server/Makefile Fri Mar 31 14:41:05 2017 (r437362) +++ head/net-mgmt/ccnet-server/Makefile Fri Mar 31 14:57:27 2017 (r437363) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= ccnet-server -PORTVERSION= 6.0.8 +PORTVERSION= ${SEAFILE_VER} DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server -PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima1252@gmail.com @@ -61,4 +60,6 @@ post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} ${LN} -s '../${SEABIN}/ccnet-server' ${STAGEDIR}/${PREFIX}/bin/ccnet-server +.include "${.CURDIR}/../seafile-server/Makefile.include" + .include Modified: head/net-mgmt/ccnet-server/distinfo ============================================================================== --- head/net-mgmt/ccnet-server/distinfo Fri Mar 31 14:41:05 2017 (r437362) +++ head/net-mgmt/ccnet-server/distinfo Fri Mar 31 14:57:27 2017 (r437363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487281136 -SHA256 (haiwen-ccnet-server-v6.0.8-server_GH0.tar.gz) = 4a0569cc1b0a056f58a3cfb8023d7a1c35bf898d960250ebf67544d637ca9d45 -SIZE (haiwen-ccnet-server-v6.0.8-server_GH0.tar.gz) = 211338 +TIMESTAMP = 1490929092 +SHA256 (haiwen-ccnet-server-v6.0.9-server_GH0.tar.gz) = f6b2063e1be276fec509ed0a6e67cde936bda4367788baf1936da6a194fe0d20 +SIZE (haiwen-ccnet-server-v6.0.9-server_GH0.tar.gz) = 211349 Modified: head/net-mgmt/seafile-server/Makefile ============================================================================== --- head/net-mgmt/seafile-server/Makefile Fri Mar 31 14:41:05 2017 (r437362) +++ head/net-mgmt/seafile-server/Makefile Fri Mar 31 14:57:27 2017 (r437363) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= seafile-server -PORTVERSION= 6.0.8 +PORTVERSION= ${SEAFILE_VER} DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server -PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com @@ -124,4 +123,11 @@ post-install: (cd ${WRKSRC}/scripts/upgrade && \ ${COPYTREE_SHARE} sql ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade) +makesum-all: +.for PORT in net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub + ${MAKE} -C "${PORTSDIR}/${PORT}" makesum +.endfor + +.include "${.CURDIR}/Makefile.include" + .include Added: head/net-mgmt/seafile-server/Makefile.include ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/seafile-server/Makefile.include Fri Mar 31 14:57:27 2017 (r437363) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +SEAFILE_VER=6.0.9 Modified: head/net-mgmt/seafile-server/distinfo ============================================================================== --- head/net-mgmt/seafile-server/distinfo Fri Mar 31 14:41:05 2017 (r437362) +++ head/net-mgmt/seafile-server/distinfo Fri Mar 31 14:57:27 2017 (r437363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487532716 -SHA256 (haiwen-seafile-server-v6.0.8-server_GH0.tar.gz) = ec744e735c64c91e58895733a264a55df119afa4e4eb17dd6845eff568bab464 -SIZE (haiwen-seafile-server-v6.0.8-server_GH0.tar.gz) = 695196 +TIMESTAMP = 1490929086 +SHA256 (haiwen-seafile-server-v6.0.9-server_GH0.tar.gz) = 2ccd7ed40ac61b013659b2ed75669510c87440c4f562d2cb67a807346e66ce93 +SIZE (haiwen-seafile-server-v6.0.9-server_GH0.tar.gz) = 695210 Modified: head/www/py-seafdav/Makefile ============================================================================== --- head/www/py-seafdav/Makefile Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/py-seafdav/Makefile Fri Mar 31 14:57:27 2017 (r437363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafdav -PORTVERSION= 6.0.8 +PORTVERSION= ${SEAFILE_VER} DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python @@ -48,4 +48,6 @@ do-install: (cd ${WRKSRC}/wsgidav && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/wsgidav) +.include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include" + .include Modified: head/www/py-seafdav/distinfo ============================================================================== --- head/www/py-seafdav/distinfo Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/py-seafdav/distinfo Fri Mar 31 14:57:27 2017 (r437363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488996944 -SHA256 (haiwen-seafdav-v6.0.8-pro_GH0.tar.gz) = 7a1dcfc1812fc3b62597a725d70802363b6d2f9d0e3f1e16e3c7c421883d52bd -SIZE (haiwen-seafdav-v6.0.8-pro_GH0.tar.gz) = 2554678 +TIMESTAMP = 1490929093 +SHA256 (haiwen-seafdav-v6.0.9-pro_GH0.tar.gz) = 948ac47b98e85eaf37c37319e96974c55191b43be64cb1ffe75f9e53c63fd238 +SIZE (haiwen-seafdav-v6.0.9-pro_GH0.tar.gz) = 2554679 Modified: head/www/py-seafobj/Makefile ============================================================================== --- head/www/py-seafobj/Makefile Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/py-seafobj/Makefile Fri Mar 31 14:57:27 2017 (r437363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafobj -PORTVERSION= 6.0.8 +PORTVERSION= ${SEAFILE_VER} DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python @@ -48,4 +48,6 @@ do-install: (cd ${WRKSRC}/seafobj && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/seafobj) +.include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include" + .include Modified: head/www/py-seafobj/distinfo ============================================================================== --- head/www/py-seafobj/distinfo Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/py-seafobj/distinfo Fri Mar 31 14:57:27 2017 (r437363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488996970 -SHA256 (haiwen-seafobj-v6.0.8-pro_GH0.tar.gz) = 1ac0e2d9aa0a92ed2e5ad948c2d12551728de5221392f4e04b825ff1b2661848 -SIZE (haiwen-seafobj-v6.0.8-pro_GH0.tar.gz) = 6625242 +TIMESTAMP = 1490929093 +SHA256 (haiwen-seafobj-v6.0.9-pro_GH0.tar.gz) = ef0a4e572815c97136133df636294df134324956b674316f1b8a285ee92099df +SIZE (haiwen-seafobj-v6.0.9-pro_GH0.tar.gz) = 6625277 Modified: head/www/seahub/Makefile ============================================================================== --- head/www/seahub/Makefile Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/seahub/Makefile Fri Mar 31 14:57:27 2017 (r437363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seahub -PORTVERSION= 6.0.8 +PORTVERSION= ${SEAFILE_VER} DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www @@ -60,7 +60,6 @@ SEAFILE_SERVER= ${HAIWENDIR}/seafile-ser SEAHUBDIR= ${SEAFILE_SERVER}/seahub SEALIB= ${SEAFILE_SERVER}/seafile/lib SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart -SEAFILE_VER= `${CAT} ${.CURDIR}/../../net-mgmt/seafile-server/Makefile | ${GREP} -Eom1 '[0-9]+\.[0-9]+\.[0-9]+'` SEAHUB_DATA_DIR= ${HAIWENDIR}/seahub-data USERS= seafile @@ -115,4 +114,6 @@ do-install: ${LN} -fs ../../../seahub-data/avatars \ ${STAGEDIR}${PREFIX}/${SEAHUBDIR}/media/avatars +.include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include" + .include Modified: head/www/seahub/distinfo ============================================================================== --- head/www/seahub/distinfo Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/seahub/distinfo Fri Mar 31 14:57:27 2017 (r437363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488637676 -SHA256 (haiwen-seahub-v6.0.8-pro_GH0.tar.gz) = a43c64dd8e2f94b03b60299e50f05f3b33fb8694a8034e796a287b3c48ae463b -SIZE (haiwen-seahub-v6.0.8-pro_GH0.tar.gz) = 8384514 +TIMESTAMP = 1490929093 +SHA256 (haiwen-seahub-v6.0.9-pro_GH0.tar.gz) = 2809d79938800c8d7198220a8c18a2737715bf2e1c2f4105200a983582895cdd +SIZE (haiwen-seahub-v6.0.9-pro_GH0.tar.gz) = 8389396 Modified: head/www/seahub/pkg-plist ============================================================================== --- head/www/seahub/pkg-plist Fri Mar 31 14:41:05 2017 (r437362) +++ head/www/seahub/pkg-plist Fri Mar 31 14:57:27 2017 (r437363) @@ -163,7 +163,7 @@ %%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-upload-link.js %%SEAHUBDIR%%/media/assets/scripts/app/models/starred-file.bd1fd7cfed45.js %%SEAHUBDIR%%/media/assets/scripts/app/models/starred-file.js -%%SEAHUBDIR%%/media/assets/scripts/app/router.c04d90f490b8.js +%%SEAHUBDIR%%/media/assets/scripts/app/router.af0b1e5fcf5d.js %%SEAHUBDIR%%/media/assets/scripts/app/router.js %%SEAHUBDIR%%/media/assets/scripts/app/views/account.85f0cf2e10b8.js %%SEAHUBDIR%%/media/assets/scripts/app/views/account.js @@ -187,9 +187,9 @@ %%SEAHUBDIR%%/media/assets/scripts/app/views/device.js %%SEAHUBDIR%%/media/assets/scripts/app/views/devices.f7a71c76de30.js %%SEAHUBDIR%%/media/assets/scripts/app/views/devices.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-mvcp.77762360ffbf.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-mvcp.b42f9140300d.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-mvcp.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-rename.70f40b075170.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-rename.da015fa0278c.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-rename.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-change-password.7c8f8db7a529.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-change-password.js @@ -199,11 +199,11 @@ %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-history-settings.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.8637bf1be968.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.0138a48429e3.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.cadf7b4458e3.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dir.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.1a0e612517e8.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.0ef2c59627a2.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent.7724e9f38f4c.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent.a2cbfdb2d136.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dirent.js %%SEAHUBDIR%%/media/assets/scripts/app/views/fileupload.4f9ef2481950.js %%SEAHUBDIR%%/media/assets/scripts/app/views/fileupload.js @@ -271,7 +271,7 @@ %%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-link.js %%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-links.bb406c0f1843.js %%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share.ffd59620d422.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/share.b34bd0c5f0cf.js %%SEAHUBDIR%%/media/assets/scripts/app/views/share.js %%SEAHUBDIR%%/media/assets/scripts/app/views/shared-repo.537274428fc9.js %%SEAHUBDIR%%/media/assets/scripts/app/views/shared-repo.js @@ -351,7 +351,7 @@ %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.75e6d0132deb.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.js -%%SEAHUBDIR%%/media/assets/scripts/dist/main.0266ea23d08f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/main.011a84946971.js %%SEAHUBDIR%%/media/assets/scripts/dist/main.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.4845ac08db81.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.js @@ -371,7 +371,7 @@ %%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.8d877df126c1.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.77d8cedd5115.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.e1b2f22392f7.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.f701701595f1.js %%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.js @@ -399,7 +399,7 @@ %%SEAHUBDIR%%/media/assets/scripts/i18n/sk/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.b4d2169424f0.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.9d5376e6c43a.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.4bdedeaf3df7.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.f53496bdd5ff.js %%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.js @@ -604,7 +604,7 @@ %%SEAHUBDIR%%/media/img/download.png %%SEAHUBDIR%%/media/img/edit.png %%SEAHUBDIR%%/media/img/email_bg.jpg -%%SEAHUBDIR%%/media/img/favicon.png +%%SEAHUBDIR%%/media/img/favicon.ico %%SEAHUBDIR%%/media/img/file-icon-16.png %%SEAHUBDIR%%/media/img/file-locked-32.png %%SEAHUBDIR%%/media/img/file/192/excel.png @@ -1188,6 +1188,12 @@ %%SEAHUBDIR%%/seahub/templates/wiki/personal_wiki_pages.html %%SEAHUBDIR%%/seahub/test_settings.py %%SEAHUBDIR%%/seahub/test_utils.py +%%SEAHUBDIR%%/seahub/api2/endpoints/admin/org_users.py +%%SEAHUBDIR%%/seahub/templates/snippets/go_back_js.html +%%SEAHUBDIR%%/tests/api/endpoints/admin/test_libraries.py +%%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_users.py +%%SEAHUBDIR%%/tests/seahub/auth/views/__init__.py +%%SEAHUBDIR%%/tests/seahub/auth/views/test_logout.py %%SEAHUBDIR%%/seahub/thumbnail/__init__.py %%SEAHUBDIR%%/seahub/thumbnail/management/__init__.py %%SEAHUBDIR%%/seahub/thumbnail/management/commands/__init__.py From owner-svn-ports-all@freebsd.org Fri Mar 31 15:12:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8076D27625; Fri, 31 Mar 2017 15:12:06 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 825B4AD3; Fri, 31 Mar 2017 15:12:06 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VFC5EV010239; Fri, 31 Mar 2017 15:12:05 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VFC5eO010236; Fri, 31 Mar 2017 15:12:05 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703311512.v2VFC5eO010236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Fri, 31 Mar 2017 15:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437364 - head/devel/libzookeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:12:06 -0000 Author: skreuzer Date: Fri Mar 31 15:12:05 2017 New Revision: 437364 URL: https://svnweb.freebsd.org/changeset/ports/437364 Log: Update to version 3.4.10 Modified: head/devel/libzookeeper/Makefile head/devel/libzookeeper/distinfo Modified: head/devel/libzookeeper/Makefile ============================================================================== --- head/devel/libzookeeper/Makefile Fri Mar 31 14:57:27 2017 (r437363) +++ head/devel/libzookeeper/Makefile Fri Mar 31 15:12:05 2017 (r437364) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.4.9 -PORTREVISION= 1 +PORTVERSION= 3.4.10 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/current PKGNAMEPREFIX= lib Modified: head/devel/libzookeeper/distinfo ============================================================================== --- head/devel/libzookeeper/distinfo Fri Mar 31 14:57:27 2017 (r437363) +++ head/devel/libzookeeper/distinfo Fri Mar 31 15:12:05 2017 (r437364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479326793 -SHA256 (zookeeper-3.4.9.tar.gz) = e7f340412a61c7934b5143faef8d13529b29242ebfba2eba48169f4a8392f535 -SIZE (zookeeper-3.4.9.tar.gz) = 22724574 +TIMESTAMP = 1490964090 +SHA256 (zookeeper-3.4.10.tar.gz) = 7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27 +SIZE (zookeeper-3.4.10.tar.gz) = 35042811 From owner-svn-ports-all@freebsd.org Fri Mar 31 15:15:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9DCDD27668; Fri, 31 Mar 2017 15:15:06 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79ED8D97; Fri, 31 Mar 2017 15:15:06 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VFF5ul011194; Fri, 31 Mar 2017 15:15:05 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VFF5Q6011192; Fri, 31 Mar 2017 15:15:05 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201703311515.v2VFF5Q6011192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Fri, 31 Mar 2017 15:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437365 - head/devel/zookeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:15:06 -0000 Author: skreuzer Date: Fri Mar 31 15:15:05 2017 New Revision: 437365 URL: https://svnweb.freebsd.org/changeset/ports/437365 Log: Update to version 3.4.10 Modified: head/devel/zookeeper/Makefile head/devel/zookeeper/distinfo Modified: head/devel/zookeeper/Makefile ============================================================================== --- head/devel/zookeeper/Makefile Fri Mar 31 15:12:05 2017 (r437364) +++ head/devel/zookeeper/Makefile Fri Mar 31 15:15:05 2017 (r437365) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.4.9 +PORTVERSION= 3.4.10 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/current @@ -12,7 +12,7 @@ RUN_DEPENDS= slf4j>=1.7.5:devel/slf4j \ netty>=3.5.5:java/netty \ jline>=0.9.94:devel/jline \ log4j>=1.2.16:devel/log4j \ - libzookeeper>=3.4.7:devel/libzookeeper + libzookeeper>=${PORTVERSION}:devel/libzookeeper USERS= zookeeper GROUPS= zookeeper Modified: head/devel/zookeeper/distinfo ============================================================================== --- head/devel/zookeeper/distinfo Fri Mar 31 15:12:05 2017 (r437364) +++ head/devel/zookeeper/distinfo Fri Mar 31 15:15:05 2017 (r437365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479220970 -SHA256 (zookeeper-3.4.9.tar.gz) = e7f340412a61c7934b5143faef8d13529b29242ebfba2eba48169f4a8392f535 -SIZE (zookeeper-3.4.9.tar.gz) = 22724574 +TIMESTAMP = 1490964375 +SHA256 (zookeeper-3.4.10.tar.gz) = 7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27 +SIZE (zookeeper-3.4.10.tar.gz) = 35042811 From owner-svn-ports-all@freebsd.org Fri Mar 31 15:17:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E33D2779F; Fri, 31 Mar 2017 15:17:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24EA8FF0; Fri, 31 Mar 2017 15:17:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VFHhT5011408; Fri, 31 Mar 2017 15:17:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VFHhGw011406; Fri, 31 Mar 2017 15:17:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703311517.v2VFHhGw011406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 31 Mar 2017 15:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437366 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:17:44 -0000 Author: mat Date: Fri Mar 31 15:17:42 2017 New Revision: 437366 URL: https://svnweb.freebsd.org/changeset/ports/437366 Log: Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever used. Sponsored by: Absolight Modified: head/Mk/Uses/linux.mk head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Fri Mar 31 15:15:05 2017 (r437365) +++ head/Mk/Uses/linux.mk Fri Mar 31 15:17:42 2017 (r437366) @@ -295,7 +295,6 @@ EXTRACT_ONLY?= ${DISTFILES_${LINUX_ARCH .endif .if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING)) DISTFILES+= ${SRC_DISTFILES} -ALWAYS_KEEP_DISTFILES= yes .endif # This triggers on amd64 with DEFAULT_VERSIONS+=linux=c6 (i386 Linux) and Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Mar 31 15:15:05 2017 (r437365) +++ head/Mk/bsd.port.mk Fri Mar 31 15:17:42 2017 (r437366) @@ -124,11 +124,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # ${MASTER_SITE_OVERRIDE}) # EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to # actually extract. -# ALWAYS_KEEP_DISTFILES -# - If set, the package building cluster will save the distfiles -# along with the packages. This may be required to comply with -# some licenses, e.g. GPL in some cases. -# Default: not set. # # (NOTE: by convention, the MAINTAINER entry (see above) should go here.) # From owner-svn-ports-all@freebsd.org Fri Mar 31 15:47:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6705D27ECE; Fri, 31 Mar 2017 15:47:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 769FFA2B; Fri, 31 Mar 2017 15:47:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VFlOSt023440; Fri, 31 Mar 2017 15:47:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VFlOUd023437; Fri, 31 Mar 2017 15:47:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703311547.v2VFlOUd023437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 31 Mar 2017 15:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437367 - head/net/GeoIP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:47:25 -0000 Author: adamw Date: Fri Mar 31 15:47:24 2017 New Revision: 437367 URL: https://svnweb.freebsd.org/changeset/ports/437367 Log: Update to 1.6.10, and use install-strip instead of manually stripping in post-install. Modified: head/net/GeoIP/Makefile head/net/GeoIP/distinfo Modified: head/net/GeoIP/Makefile ============================================================================== --- head/net/GeoIP/Makefile Fri Mar 31 15:17:42 2017 (r437366) +++ head/net/GeoIP/Makefile Fri Mar 31 15:47:24 2017 (r437367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP -PORTVERSION= 1.6.9 +PORTVERSION= 1.6.10 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -19,6 +19,7 @@ USES= autoreconf libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip SUB_FILES= geoipupdate.sh pkg-message PLIST_SUB+= PORTVERSION="${PORTVERSION}" @@ -27,9 +28,8 @@ OPTIONS_DEFINE= DOCS PORTDOCS= COPYING ChangeLog LICENSE README.md post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGeoIP.so.* @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/GeoIP/distinfo ============================================================================== --- head/net/GeoIP/distinfo Fri Mar 31 15:17:42 2017 (r437366) +++ head/net/GeoIP/distinfo Fri Mar 31 15:47:24 2017 (r437367) @@ -1,2 +1,3 @@ -SHA256 (maxmind-geoip-api-c-v1.6.9_GH0.tar.gz) = 05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825 -SIZE (maxmind-geoip-api-c-v1.6.9_GH0.tar.gz) = 158576 +TIMESTAMP = 1490974553 +SHA256 (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = de0d6d037d5e0ad9f7110e7f3b82eb20a24616712d29be0019e28ba7364cdc3e +SIZE (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = 161506 From owner-svn-ports-all@freebsd.org Fri Mar 31 16:01:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72015D274B1; Fri, 31 Mar 2017 16:01:16 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3379E3C4; Fri, 31 Mar 2017 16:01:16 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VG1FAF027580; Fri, 31 Mar 2017 16:01:15 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VG1E09027572; Fri, 31 Mar 2017 16:01:14 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201703311601.v2VG1E09027572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 31 Mar 2017 16:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437368 - in head/devel/llvm-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 16:01:16 -0000 Author: brooks Date: Fri Mar 31 16:01:14 2017 New Revision: 437368 URL: https://svnweb.freebsd.org/changeset/ports/437368 Log: Upgrade to a fresh snapshot. Attempt to reduce package size when built with -DWITH_DEBUG.[0] Submitted by: dim [0] Sponsored by: DARPA, AFRL Deleted: head/devel/llvm-devel/files/patch-tools_llvm-shlib_CMakeLists.txt Modified: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/clang-patch-fformat_extensions.diff head/devel/llvm-devel/files/clang-patch-fopenmp.diff head/devel/llvm-devel/files/openmp-patch-bug32279 head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt head/devel/llvm-devel/pkg-plist Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/Makefile Fri Mar 31 16:01:14 2017 (r437368) @@ -3,7 +3,6 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE} -PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -devel @@ -76,7 +75,6 @@ EXTRAS_GH_PROJECT= clang-tools-extra:ext EXTRAS_GH_SUBDIR= tools/clang/tools/extra:extras EXTRAS_GH_TAGNAME= ${EXTRAS_COMMIT}:extras LIT_DESC= Install lit and FileCheck test tools -LLDB_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLD_GH_PROJECT= lld:lld LLD_GH_SUBDIR= tools/lld:lld @@ -91,7 +89,7 @@ LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CONFLICTS_INSTALL= libiomp5-devel-* OPENMP_GH_PROJECT= openmp:openmp -OPENMP_GH_SUBDIR= tools/openmp:openmp +OPENMP_GH_SUBDIR= runtimes/openmp:openmp OPENMP_GH_TAGNAME= ${OPENMP_COMMIT}:openmp OPENMP_EXTRA_PATCHES= \ ${PATCHDIR}/openmp-patch-bug32279 \ @@ -186,6 +184,7 @@ COMMANDS+= c-index-test \ clang-format \ clang-import-test \ clang-offload-bundler \ + clangd \ scan-build \ scan-view MAN1SRCS+= clang.1 \ @@ -194,7 +193,7 @@ CLANG_PATTERN= (c-index-test|clang|scan- .endif .if ${PORT_OPTIONS:MCOMPILER_RT} -COMPILER_RT_PATTERN= (asan_blacklist.txt|sanitizer|xray_interface.h) +COMPILER_RT_PATTERN= (asan_blacklist.txt|sanitizer|include.xray) .endif .if ${PORT_OPTIONS:MLIT} @@ -242,6 +241,11 @@ NOT_FOR_ARCH= ia64 .include +.if defined(WITH_DEBUG) +CMAKE_BUILD_TYPE= RelWithDebInfo +STRIP= +.endif + _CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/freebsd .if ${ARCH} == "amd64" _COMPILER_RT_LIBS= \ @@ -408,7 +412,7 @@ build-plist: if ($$0 ~ /lld/ && $$0 !~ /lldb/) {printf "%%%%LLD%%%%"} \ if ($$0 ~ /(${EXTRAS_PATTERN})/) {printf "%%%%EXTRAS%%%%"} \ if ($$0 ~ /(argdumper|lldb|six.py)/) {printf "%%%%LLDB%%%%"} \ - if ($$0 ~ /lib.*omp/) {printf "%%%%OPENMP%%%%"} \ + if ($$0 ~ /(lib[ig]*omp|omp.h)/) {printf "%%%%OPENMP%%%%"} \ if ($$0 ~ /LLVMgold/) {printf "%%%%GOLD%%%%"} \ if ($$0 !~ /libclang_rt/) {print} \ }' ${PLIST}.tmp >> ${PLIST} Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/Makefile.snapshot Fri Mar 31 16:01:14 2017 (r437368) @@ -6,12 +6,12 @@ # LLVM_MAJOR= 5.0 LLVM_RELEASE= ${LLVM_MAJOR}.0 -SNAPDATE= 20170211 +SNAPDATE= 20170329 -LLVM_COMMIT= c0358c4bfefdd94a969751db53c5e85b6bc3b931 -CLANG_COMMIT= 6b3307abeea42f8080f3f0260d11b291490285fb -COMPILER_RT_COMMIT= 5be0e47323f0dea3ca6cc867a65c8fbe1806b51b -EXTRAS_COMMIT= 6f50622118fb5b807f62439f893ff72ce6925120 -LLD_COMMIT= 1979fc074c73573f88d80fa3bb95a1a69248e9e1 -LLDB_COMMIT= 0ad9978c303f39b7ee89b150b6a95522bcc78403 -OPENMP_COMMIT= f26c30f0146d2b15509f38f51ccce68fb3d3da90 +LLVM_COMMIT= b476db57dfffde6e059b7dc52e1440f18b78870e +CLANG_COMMIT= 922e16babe3d853334b61244ea974229c4b5d6ba +COMPILER_RT_COMMIT= 386f8e576672858f5d4f4675675192371db2bae9 +EXTRAS_COMMIT= d6fb946e86cc3aca94a25d3ce4662038fb7920b6 +LLD_COMMIT= c10da5ad265d31b4ddcb4e30b97c6ecc0d96ec4d +LLDB_COMMIT= 73999829a6f6e88c5594b4532ad71c435315c0af +OPENMP_COMMIT= ea09034b7728bab666fa9d1796332f32460fa000 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/distinfo Fri Mar 31 16:01:14 2017 (r437368) @@ -1,15 +1,15 @@ -TIMESTAMP = 1486843533 -SHA256 (llvm-mirror-llvm-5.0.d20170211-c0358c4bfefdd94a969751db53c5e85b6bc3b931_GH0.tar.gz) = 7d96585647e0c09368eb26bb15e7d68721e8918ab9ce0ba64ed408336379c1b4 -SIZE (llvm-mirror-llvm-5.0.d20170211-c0358c4bfefdd94a969751db53c5e85b6bc3b931_GH0.tar.gz) = 31861816 -SHA256 (llvm-mirror-clang-6b3307abeea42f8080f3f0260d11b291490285fb_GH0.tar.gz) = 83e0d3c3ee2647ce12009818184909132239460ba5f74a44d8b308274f810f24 -SIZE (llvm-mirror-clang-6b3307abeea42f8080f3f0260d11b291490285fb_GH0.tar.gz) = 15323417 -SHA256 (llvm-mirror-compiler-rt-5be0e47323f0dea3ca6cc867a65c8fbe1806b51b_GH0.tar.gz) = ccfd1977c27a3825e69254febe1d81833a027606dad055c38d6152e5a7ec815c -SIZE (llvm-mirror-compiler-rt-5be0e47323f0dea3ca6cc867a65c8fbe1806b51b_GH0.tar.gz) = 2614310 -SHA256 (llvm-mirror-clang-tools-extra-6f50622118fb5b807f62439f893ff72ce6925120_GH0.tar.gz) = 8d0ae4a18345c3e19623352770318345c8f9e5c6440ef810b802186f94e98efe -SIZE (llvm-mirror-clang-tools-extra-6f50622118fb5b807f62439f893ff72ce6925120_GH0.tar.gz) = 799822 -SHA256 (llvm-mirror-lld-1979fc074c73573f88d80fa3bb95a1a69248e9e1_GH0.tar.gz) = 9b3c5b1433018510e668e8201a340da3aa2fa5b4aeace3b1e9cb054dbc082e63 -SIZE (llvm-mirror-lld-1979fc074c73573f88d80fa3bb95a1a69248e9e1_GH0.tar.gz) = 802662 -SHA256 (llvm-mirror-lldb-0ad9978c303f39b7ee89b150b6a95522bcc78403_GH0.tar.gz) = 89a555693c1b367c052ec09a022efc687158ac6455dd26882d31a988f2bd57d4 -SIZE (llvm-mirror-lldb-0ad9978c303f39b7ee89b150b6a95522bcc78403_GH0.tar.gz) = 24069530 -SHA256 (llvm-mirror-openmp-f26c30f0146d2b15509f38f51ccce68fb3d3da90_GH0.tar.gz) = be576a1d38242ad2b37000d471a7063191a580aedca231787cb2c8339b0929d0 -SIZE (llvm-mirror-openmp-f26c30f0146d2b15509f38f51ccce68fb3d3da90_GH0.tar.gz) = 2875711 +TIMESTAMP = 1490827643 +SHA256 (llvm-mirror-llvm-5.0.d20170329-b476db57dfffde6e059b7dc52e1440f18b78870e_GH0.tar.gz) = e581f8c4d282006050db5a116d018b5a3c20792507b4aa5d9456461d6088e26f +SIZE (llvm-mirror-llvm-5.0.d20170329-b476db57dfffde6e059b7dc52e1440f18b78870e_GH0.tar.gz) = 32612759 +SHA256 (llvm-mirror-clang-922e16babe3d853334b61244ea974229c4b5d6ba_GH0.tar.gz) = 60855e5d5ed86f1ae780410cec0a89b4e35dc925c42e368e35e97a7ce6ac7461 +SIZE (llvm-mirror-clang-922e16babe3d853334b61244ea974229c4b5d6ba_GH0.tar.gz) = 15542551 +SHA256 (llvm-mirror-compiler-rt-386f8e576672858f5d4f4675675192371db2bae9_GH0.tar.gz) = 0c2258a58e74f5bec79d58ea1937bf72bdf66f0750a20e74d8383139b46bc174 +SIZE (llvm-mirror-compiler-rt-386f8e576672858f5d4f4675675192371db2bae9_GH0.tar.gz) = 2646975 +SHA256 (llvm-mirror-clang-tools-extra-d6fb946e86cc3aca94a25d3ce4662038fb7920b6_GH0.tar.gz) = 54b776df482b625efac4d4e2c570e9b77492e89d085e610d6f14ae333b6f0b27 +SIZE (llvm-mirror-clang-tools-extra-d6fb946e86cc3aca94a25d3ce4662038fb7920b6_GH0.tar.gz) = 828287 +SHA256 (llvm-mirror-lld-c10da5ad265d31b4ddcb4e30b97c6ecc0d96ec4d_GH0.tar.gz) = ac51178d29c7f77b56b6d77dc8a4c24cfb2ea4a6a1b44d770f5fa557d6c5ebb4 +SIZE (llvm-mirror-lld-c10da5ad265d31b4ddcb4e30b97c6ecc0d96ec4d_GH0.tar.gz) = 823351 +SHA256 (llvm-mirror-lldb-73999829a6f6e88c5594b4532ad71c435315c0af_GH0.tar.gz) = 9a5f775b20b103cfb6ca3649d982d4ad85e82b7cf2e253d226066f4c40613b28 +SIZE (llvm-mirror-lldb-73999829a6f6e88c5594b4532ad71c435315c0af_GH0.tar.gz) = 24092851 +SHA256 (llvm-mirror-openmp-ea09034b7728bab666fa9d1796332f32460fa000_GH0.tar.gz) = 1bee1b68b251d775aca56f7e85f506042885f7551b4e6464593dc55a1d333a2a +SIZE (llvm-mirror-openmp-ea09034b7728bab666fa9d1796332f32460fa000_GH0.tar.gz) = 2896476 Modified: head/devel/llvm-devel/files/clang-patch-fformat_extensions.diff ============================================================================== --- head/devel/llvm-devel/files/clang-patch-fformat_extensions.diff Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/files/clang-patch-fformat_extensions.diff Fri Mar 31 16:01:14 2017 (r437368) @@ -21,17 +21,17 @@ diff -ruN tools/clang/include/clang/Driv def fgnu_keywords : Flag<["-"], "fgnu-keywords">, Group, Flags<[CC1Option]>, HelpText<"Allow GNU-extension keywords regardless of language standard">; def fgnu89_inline : Flag<["-"], "fgnu89-inline">, Group, Flags<[CC1Option]>, -diff -ruN tools/clang/lib/Driver/Tools.cpp tools/clang/lib/Driver/Tools.cpp ---- tools/clang/lib/Driver/Tools.cpp 2015-08-18 08:10:39 UTC -+++ tools/clang/lib/Driver/Tools.cpp -@@ -4072,6 +4072,7 @@ +diff -ruN tools/clang/lib/Driver/ToolChains/Clang.cpp tools/clang/lib/Driver/ToolChains/Clang.cpp +--- tools/clang/lib/Driver/ToolChains/Clang.cpp.orig 2017-03-27 21:06:42.969177000 +0000 ++++ tools/clang/lib/Driver/ToolChains/Clang.cpp 2017-03-27 21:07:03.523370000 +0000 +@@ -3188,6 +3188,7 @@ // Forward -f (flag) options which we can pass directly. Args.AddLastArg(CmdArgs, options::OPT_femit_all_decls); + Args.AddLastArg(CmdArgs, options::OPT_fformat_extensions); Args.AddLastArg(CmdArgs, options::OPT_fheinous_gnu_extensions); - Args.AddLastArg(CmdArgs, options::OPT_fstandalone_debug); - Args.AddLastArg(CmdArgs, options::OPT_fno_standalone_debug); + Args.AddLastArg(CmdArgs, options::OPT_fno_operator_names); + // Emulated TLS is enabled by default on Android, and can be enabled manually diff -ruN tools/clang/lib/Frontend/CompilerInvocation.cpp tools/clang/lib/Frontend/CompilerInvocation.cpp --- tools/clang/lib/Frontend/CompilerInvocation.cpp 2015-08-18 08:10:39 UTC +++ tools/clang/lib/Frontend/CompilerInvocation.cpp Modified: head/devel/llvm-devel/files/clang-patch-fopenmp.diff ============================================================================== --- head/devel/llvm-devel/files/clang-patch-fopenmp.diff Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/files/clang-patch-fopenmp.diff Fri Mar 31 16:01:14 2017 (r437368) @@ -1,5 +1,5 @@ ---- tools/clang/lib/Driver/Tools.cpp.orig 2016-11-15 23:32:35.007899310 +0000 -+++ tools/clang/lib/Driver/Tools.cpp 2016-11-15 23:41:11.888863662 +0000 +--- tools/clang/lib/Driver/ToolChains/CommonArgs.cpp.orig 2016-11-15 23:32:35.007899310 +0000 ++++ tools/clang/lib/Driver/ToolChains/CommonArgs.cpp 2016-11-15 23:41:11.888863662 +0000 @@ -3151,13 +3151,22 @@ switch (TC.getDriver().getOpenMPRuntime(Args)) { Modified: head/devel/llvm-devel/files/openmp-patch-bug32279 ============================================================================== --- head/devel/llvm-devel/files/openmp-patch-bug32279 Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/files/openmp-patch-bug32279 Fri Mar 31 16:01:14 2017 (r437368) @@ -1,5 +1,5 @@ ---- tools/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC -+++ tools/openmp/runtime/cmake/LibompHandleFlags.cmake +--- runtimes/openmp/runtime/cmake/LibompHandleFlags.cmake.orig 2017-03-16 15:50:48 UTC ++++ runtimes/openmp/runtime/cmake/LibompHandleFlags.cmake @@ -156,6 +156,11 @@ function(libomp_get_libflags libflags) if(${IA32}) libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY) @@ -16,8 +16,8 @@ runtime/cmake/LibompMicroTests.cmake | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---- tools/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC -+++ tools/openmp/runtime/cmake/LibompMicroTests.cmake +--- runtimes/openmp/runtime/cmake/LibompMicroTests.cmake.orig 2017-03-16 15:50:48 UTC ++++ runtimes/openmp/runtime/cmake/LibompMicroTests.cmake @@ -171,7 +171,7 @@ add_custom_command( add_custom_target(libomp-test-deps DEPENDS test-deps/.success) set(libomp_expected_library_deps) Modified: head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt ============================================================================== --- head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt Fri Mar 31 16:01:14 2017 (r437368) @@ -1,8 +1,8 @@ $FreeBSD$ ---- tools/openmp/libomptarget/CMakeLists.txt.orig -+++ tools/openmp/libomptarget/CMakeLists.txt +--- runtimes/openmp/libomptarget/CMakeLists.txt.orig ++++ runtimes/openmp/libomptarget/CMakeLists.txt @@ -94,7 +94,6 @@ # Build libomptarget library with libdl dependency. add_library(omptarget SHARED ${src_files}) Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Fri Mar 31 15:47:24 2017 (r437367) +++ head/devel/llvm-devel/pkg-plist Fri Mar 31 16:01:14 2017 (r437368) @@ -40,6 +40,7 @@ bin/sancov-devel %%CLANG%%bin/clang-format-devel %%CLANG%%bin/clang-import-test-devel %%CLANG%%bin/clang-offload-bundler-devel +%%CLANG%%bin/clangd-devel %%CLANG%%bin/scan-build-devel %%CLANG%%bin/scan-view-devel %%LLD%%bin/ld.lld-devel @@ -84,6 +85,7 @@ llvm-devel/bin/bugpoint %%EXTRAS%%llvm-devel/bin/clang-rename %%EXTRAS%%llvm-devel/bin/clang-reorder-fields %%EXTRAS%%llvm-devel/bin/clang-tidy +%%CLANG%%llvm-devel/bin/clangd %%EXTRAS%%llvm-devel/bin/find-all-symbols %%CLANG%%llvm-devel/bin/git-clang-format %%LLD%%llvm-devel/bin/ld.lld @@ -217,6 +219,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/AST/MangleNumberingContext.h %%CLANG%%llvm-devel/include/clang/AST/NSAPI.h %%CLANG%%llvm-devel/include/clang/AST/NestedNameSpecifier.h +%%CLANG%%llvm-devel/include/clang/AST/ODRHash.h %%CLANG%%llvm-devel/include/clang/AST/OpenMPClause.h %%CLANG%%llvm-devel/include/clang/AST/OperationKinds.def %%CLANG%%llvm-devel/include/clang/AST/OperationKinds.h @@ -341,6 +344,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Basic/LangOptions.h %%CLANG%%llvm-devel/include/clang/Basic/Linkage.h %%CLANG%%llvm-devel/include/clang/Basic/MacroBuilder.h +%%CLANG%%llvm-devel/include/clang/Basic/MemoryBufferCache.h %%CLANG%%llvm-devel/include/clang/Basic/Module.h %%CLANG%%llvm-devel/include/clang/Basic/ObjCRuntime.h %%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensions.def @@ -380,6 +384,8 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/CodeGen/CGFunctionInfo.h %%CLANG%%llvm-devel/include/clang/CodeGen/CodeGenABITypes.h %%CLANG%%llvm-devel/include/clang/CodeGen/CodeGenAction.h +%%CLANG%%llvm-devel/include/clang/CodeGen/ConstantInitBuilder.h +%%CLANG%%llvm-devel/include/clang/CodeGen/ConstantInitFuture.h %%CLANG%%llvm-devel/include/clang/CodeGen/ModuleBuilder.h %%CLANG%%llvm-devel/include/clang/CodeGen/ObjectFilePCHContainerOperations.h %%CLANG%%llvm-devel/include/clang/CodeGen/SwiftCallingConv.h @@ -476,6 +482,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Parse/ParseAST.h %%CLANG%%llvm-devel/include/clang/Parse/ParseDiagnostic.h %%CLANG%%llvm-devel/include/clang/Parse/Parser.h +%%CLANG%%llvm-devel/include/clang/Parse/RAIIObjectsForParser.h %%CLANG%%llvm-devel/include/clang/Rewrite/Core/DeltaTree.h %%CLANG%%llvm-devel/include/clang/Rewrite/Core/HTMLRewrite.h %%CLANG%%llvm-devel/include/clang/Rewrite/Core/RewriteBuffer.h @@ -579,6 +586,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h @@ -606,6 +614,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Tooling/FixIt.h %%CLANG%%llvm-devel/include/clang/Tooling/JSONCompilationDatabase.h %%CLANG%%llvm-devel/include/clang/Tooling/Refactoring.h +%%CLANG%%llvm-devel/include/clang/Tooling/Refactoring/AtomicChange.h %%CLANG%%llvm-devel/include/clang/Tooling/RefactoringCallbacks.h %%CLANG%%llvm-devel/include/clang/Tooling/ReplacementsYaml.h %%CLANG%%llvm-devel/include/clang/Tooling/Tooling.h @@ -729,32 +738,22 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/AddressResolverFileLine.h %%LLDB%%llvm-devel/include/lldb/Core/AddressResolverName.h %%LLDB%%llvm-devel/include/lldb/Core/ArchSpec.h -%%LLDB%%llvm-devel/include/lldb/Core/Baton.h %%LLDB%%llvm-devel/include/lldb/Core/Broadcaster.h %%LLDB%%llvm-devel/include/lldb/Core/ClangForward.h %%LLDB%%llvm-devel/include/lldb/Core/Communication.h %%LLDB%%llvm-devel/include/lldb/Core/Connection.h -%%LLDB%%llvm-devel/include/lldb/Core/DataBuffer.h -%%LLDB%%llvm-devel/include/lldb/Core/DataBufferHeap.h -%%LLDB%%llvm-devel/include/lldb/Core/DataBufferMemoryMap.h -%%LLDB%%llvm-devel/include/lldb/Core/DataEncoder.h -%%LLDB%%llvm-devel/include/lldb/Core/DataExtractor.h %%LLDB%%llvm-devel/include/lldb/Core/Debugger.h %%LLDB%%llvm-devel/include/lldb/Core/Disassembler.h +%%LLDB%%llvm-devel/include/lldb/Core/DumpDataExtractor.h %%LLDB%%llvm-devel/include/lldb/Core/EmulateInstruction.h %%LLDB%%llvm-devel/include/lldb/Core/Event.h -%%LLDB%%llvm-devel/include/lldb/Core/FastDemangle.h %%LLDB%%llvm-devel/include/lldb/Core/FileLineResolver.h %%LLDB%%llvm-devel/include/lldb/Core/FileSpecList.h -%%LLDB%%llvm-devel/include/lldb/Core/Flags.h %%LLDB%%llvm-devel/include/lldb/Core/FormatEntity.h -%%LLDB%%llvm-devel/include/lldb/Core/History.h %%LLDB%%llvm-devel/include/lldb/Core/IOHandler.h %%LLDB%%llvm-devel/include/lldb/Core/IOStreamMacros.h %%LLDB%%llvm-devel/include/lldb/Core/Listener.h %%LLDB%%llvm-devel/include/lldb/Core/LoadedModuleInfoList.h -%%LLDB%%llvm-devel/include/lldb/Core/Log.h -%%LLDB%%llvm-devel/include/lldb/Core/Logging.h %%LLDB%%llvm-devel/include/lldb/Core/Mangled.h %%LLDB%%llvm-devel/include/lldb/Core/MappedHash.h %%LLDB%%llvm-devel/include/lldb/Core/Module.h @@ -774,10 +773,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/State.h %%LLDB%%llvm-devel/include/lldb/Core/StreamAsynchronousIO.h %%LLDB%%llvm-devel/include/lldb/Core/StreamBuffer.h -%%LLDB%%llvm-devel/include/lldb/Core/StreamCallback.h %%LLDB%%llvm-devel/include/lldb/Core/StreamFile.h -%%LLDB%%llvm-devel/include/lldb/Core/StreamGDBRemote.h -%%LLDB%%llvm-devel/include/lldb/Core/StringList.h %%LLDB%%llvm-devel/include/lldb/Core/StructuredData.h %%LLDB%%llvm-devel/include/lldb/Core/ThreadSafeDenseMap.h %%LLDB%%llvm-devel/include/lldb/Core/ThreadSafeDenseSet.h @@ -785,11 +781,8 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/ThreadSafeSTLVector.h %%LLDB%%llvm-devel/include/lldb/Core/ThreadSafeValue.h %%LLDB%%llvm-devel/include/lldb/Core/Timer.h -%%LLDB%%llvm-devel/include/lldb/Core/UUID.h %%LLDB%%llvm-devel/include/lldb/Core/UniqueCStringMap.h -%%LLDB%%llvm-devel/include/lldb/Core/UserID.h %%LLDB%%llvm-devel/include/lldb/Core/UserSettingsController.h -%%LLDB%%llvm-devel/include/lldb/Core/VMRange.h %%LLDB%%llvm-devel/include/lldb/Core/Value.h %%LLDB%%llvm-devel/include/lldb/Core/ValueObject.h %%LLDB%%llvm-devel/include/lldb/Core/ValueObjectCast.h @@ -845,10 +838,8 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/ConnectionFileDescriptor.h %%LLDB%%llvm-devel/include/lldb/Host/Debug.h %%LLDB%%llvm-devel/include/lldb/Host/Editline.h -%%LLDB%%llvm-devel/include/lldb/Host/Endian.h %%LLDB%%llvm-devel/include/lldb/Host/File.h %%LLDB%%llvm-devel/include/lldb/Host/FileCache.h -%%LLDB%%llvm-devel/include/lldb/Host/FileSpec.h %%LLDB%%llvm-devel/include/lldb/Host/FileSystem.h %%LLDB%%llvm-devel/include/lldb/Host/Host.h %%LLDB%%llvm-devel/include/lldb/Host/HostGetOpt.h @@ -874,12 +865,12 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/Predicate.h %%LLDB%%llvm-devel/include/lldb/Host/ProcessLauncher.h %%LLDB%%llvm-devel/include/lldb/Host/ProcessRunLock.h +%%LLDB%%llvm-devel/include/lldb/Host/PseudoTerminal.h %%LLDB%%llvm-devel/include/lldb/Host/Socket.h %%LLDB%%llvm-devel/include/lldb/Host/SocketAddress.h %%LLDB%%llvm-devel/include/lldb/Host/StringConvert.h %%LLDB%%llvm-devel/include/lldb/Host/Symbols.h %%LLDB%%llvm-devel/include/lldb/Host/Terminal.h -%%LLDB%%llvm-devel/include/lldb/Host/ThisThread.h %%LLDB%%llvm-devel/include/lldb/Host/ThreadLauncher.h %%LLDB%%llvm-devel/include/lldb/Host/Time.h %%LLDB%%llvm-devel/include/lldb/Host/XML.h @@ -890,7 +881,6 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/common/NativeBreakpointList.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeProcessProtocol.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeRegisterContext.h -%%LLDB%%llvm-devel/include/lldb/Host/common/NativeRegisterContextRegisterInfo.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeThreadProtocol.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeWatchpointList.h %%LLDB%%llvm-devel/include/lldb/Host/common/SoftwareBreakpoint.h @@ -898,13 +888,11 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/common/UDPSocket.h %%LLDB%%llvm-devel/include/lldb/Host/freebsd/Config.h %%LLDB%%llvm-devel/include/lldb/Host/freebsd/HostInfoFreeBSD.h -%%LLDB%%llvm-devel/include/lldb/Host/freebsd/HostThreadFreeBSD.h %%LLDB%%llvm-devel/include/lldb/Host/linux/AbstractSocket.h %%LLDB%%llvm-devel/include/lldb/Host/linux/Config.h %%LLDB%%llvm-devel/include/lldb/Host/linux/HostInfoLinux.h -%%LLDB%%llvm-devel/include/lldb/Host/linux/HostThreadLinux.h -%%LLDB%%llvm-devel/include/lldb/Host/linux/ProcessLauncherLinux.h %%LLDB%%llvm-devel/include/lldb/Host/linux/Ptrace.h +%%LLDB%%llvm-devel/include/lldb/Host/linux/Support.h %%LLDB%%llvm-devel/include/lldb/Host/linux/Uio.h %%LLDB%%llvm-devel/include/lldb/Host/macosx/Config.h %%LLDB%%llvm-devel/include/lldb/Host/macosx/HostInfoMacOSX.h @@ -913,7 +901,8 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/msvc/Config.h %%LLDB%%llvm-devel/include/lldb/Host/netbsd/Config.h %%LLDB%%llvm-devel/include/lldb/Host/netbsd/HostInfoNetBSD.h -%%LLDB%%llvm-devel/include/lldb/Host/netbsd/HostThreadNetBSD.h +%%LLDB%%llvm-devel/include/lldb/Host/openbsd/Config.h +%%LLDB%%llvm-devel/include/lldb/Host/openbsd/HostInfoOpenBSD.h %%LLDB%%llvm-devel/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/DomainSocket.h %%LLDB%%llvm-devel/include/lldb/Host/posix/Fcntl.h @@ -1041,6 +1030,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Target/Memory.h %%LLDB%%llvm-devel/include/lldb/Target/MemoryHistory.h %%LLDB%%llvm-devel/include/lldb/Target/MemoryRegionInfo.h +%%LLDB%%llvm-devel/include/lldb/Target/ModuleCache.h %%LLDB%%llvm-devel/include/lldb/Target/ObjCLanguageRuntime.h %%LLDB%%llvm-devel/include/lldb/Target/OperatingSystem.h %%LLDB%%llvm-devel/include/lldb/Target/PathMappingList.h @@ -1048,11 +1038,13 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Target/Process.h %%LLDB%%llvm-devel/include/lldb/Target/ProcessInfo.h %%LLDB%%llvm-devel/include/lldb/Target/ProcessLaunchInfo.h +%%LLDB%%llvm-devel/include/lldb/Target/ProcessStructReader.h %%LLDB%%llvm-devel/include/lldb/Target/Queue.h %%LLDB%%llvm-devel/include/lldb/Target/QueueItem.h %%LLDB%%llvm-devel/include/lldb/Target/QueueList.h %%LLDB%%llvm-devel/include/lldb/Target/RegisterCheckpoint.h %%LLDB%%llvm-devel/include/lldb/Target/RegisterContext.h +%%LLDB%%llvm-devel/include/lldb/Target/RegisterNumber.h %%LLDB%%llvm-devel/include/lldb/Target/SectionLoadHistory.h %%LLDB%%llvm-devel/include/lldb/Target/SectionLoadList.h %%LLDB%%llvm-devel/include/lldb/Target/StackFrame.h @@ -1089,31 +1081,49 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Target/Unwind.h %%LLDB%%llvm-devel/include/lldb/Target/UnwindAssembly.h %%LLDB%%llvm-devel/include/lldb/Utility/AnsiTerminal.h +%%LLDB%%llvm-devel/include/lldb/Utility/Baton.h %%LLDB%%llvm-devel/include/lldb/Utility/CleanUp.h %%LLDB%%llvm-devel/include/lldb/Utility/ConstString.h +%%LLDB%%llvm-devel/include/lldb/Utility/DataBuffer.h +%%LLDB%%llvm-devel/include/lldb/Utility/DataBufferHeap.h +%%LLDB%%llvm-devel/include/lldb/Utility/DataBufferLLVM.h +%%LLDB%%llvm-devel/include/lldb/Utility/DataEncoder.h +%%LLDB%%llvm-devel/include/lldb/Utility/DataExtractor.h %%LLDB%%llvm-devel/include/lldb/Utility/Either.h +%%LLDB%%llvm-devel/include/lldb/Utility/Endian.h %%LLDB%%llvm-devel/include/lldb/Utility/Error.h +%%LLDB%%llvm-devel/include/lldb/Utility/FastDemangle.h +%%LLDB%%llvm-devel/include/lldb/Utility/FileSpec.h +%%LLDB%%llvm-devel/include/lldb/Utility/Flags.h +%%LLDB%%llvm-devel/include/lldb/Utility/History.h %%LLDB%%llvm-devel/include/lldb/Utility/Iterable.h %%LLDB%%llvm-devel/include/lldb/Utility/JSON.h %%LLDB%%llvm-devel/include/lldb/Utility/LLDBAssert.h +%%LLDB%%llvm-devel/include/lldb/Utility/Log.h +%%LLDB%%llvm-devel/include/lldb/Utility/Logging.h %%LLDB%%llvm-devel/include/lldb/Utility/NameMatches.h -%%LLDB%%llvm-devel/include/lldb/Utility/ProcessStructReader.h -%%LLDB%%llvm-devel/include/lldb/Utility/PseudoTerminal.h %%LLDB%%llvm-devel/include/lldb/Utility/Range.h -%%LLDB%%llvm-devel/include/lldb/Utility/RegisterNumber.h %%LLDB%%llvm-devel/include/lldb/Utility/RegularExpression.h %%LLDB%%llvm-devel/include/lldb/Utility/SafeMachO.h %%LLDB%%llvm-devel/include/lldb/Utility/SelectHelper.h %%LLDB%%llvm-devel/include/lldb/Utility/SharedCluster.h %%LLDB%%llvm-devel/include/lldb/Utility/SharingPtr.h %%LLDB%%llvm-devel/include/lldb/Utility/Stream.h +%%LLDB%%llvm-devel/include/lldb/Utility/StreamCallback.h +%%LLDB%%llvm-devel/include/lldb/Utility/StreamGDBRemote.h %%LLDB%%llvm-devel/include/lldb/Utility/StreamString.h %%LLDB%%llvm-devel/include/lldb/Utility/StreamTee.h %%LLDB%%llvm-devel/include/lldb/Utility/StringExtractor.h %%LLDB%%llvm-devel/include/lldb/Utility/StringLexer.h +%%LLDB%%llvm-devel/include/lldb/Utility/StringList.h %%LLDB%%llvm-devel/include/lldb/Utility/TaskPool.h +%%LLDB%%llvm-devel/include/lldb/Utility/TildeExpressionResolver.h %%LLDB%%llvm-devel/include/lldb/Utility/Timeout.h +%%LLDB%%llvm-devel/include/lldb/Utility/UUID.h %%LLDB%%llvm-devel/include/lldb/Utility/UriParser.h +%%LLDB%%llvm-devel/include/lldb/Utility/UserID.h +%%LLDB%%llvm-devel/include/lldb/Utility/VASPrintf.h +%%LLDB%%llvm-devel/include/lldb/Utility/VMRange.h %%LLDB%%llvm-devel/include/lldb/lldb-defines.h %%LLDB%%llvm-devel/include/lldb/lldb-enumerations.h %%LLDB%%llvm-devel/include/lldb/lldb-forward.h @@ -1329,6 +1339,7 @@ llvm-devel/include/llvm/CodeGen/DIE.h llvm-devel/include/llvm/CodeGen/DIEValue.def llvm-devel/include/llvm/CodeGen/DwarfStringPoolEntry.h llvm-devel/include/llvm/CodeGen/EdgeBundles.h +llvm-devel/include/llvm/CodeGen/ExecutionDepsFix.h llvm-devel/include/llvm/CodeGen/FastISel.h llvm-devel/include/llvm/CodeGen/FaultMaps.h llvm-devel/include/llvm/CodeGen/FunctionLoweringInfo.h @@ -1353,6 +1364,7 @@ llvm-devel/include/llvm/CodeGen/GlobalIS llvm-devel/include/llvm/CodeGen/ISDOpcodes.h llvm-devel/include/llvm/CodeGen/IntrinsicLowering.h llvm-devel/include/llvm/CodeGen/LatencyPriorityQueue.h +llvm-devel/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h llvm-devel/include/llvm/CodeGen/LexicalScopes.h llvm-devel/include/llvm/CodeGen/LinkAllAsmWriterComponents.h llvm-devel/include/llvm/CodeGen/LinkAllCodegenComponents.h @@ -1482,6 +1494,7 @@ llvm-devel/include/llvm/DebugInfo/CodeVi llvm-devel/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h llvm-devel/include/llvm/DebugInfo/CodeView/TypeRecords.def llvm-devel/include/llvm/DebugInfo/CodeView/TypeSerializer.h +llvm-devel/include/llvm/DebugInfo/CodeView/TypeServerHandler.h llvm-devel/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h llvm-devel/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h llvm-devel/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h @@ -1511,19 +1524,12 @@ llvm-devel/include/llvm/DebugInfo/DWARF/ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h -llvm-devel/include/llvm/DebugInfo/MSF/ByteStream.h llvm-devel/include/llvm/DebugInfo/MSF/IMSFFile.h llvm-devel/include/llvm/DebugInfo/MSF/MSFBuilder.h llvm-devel/include/llvm/DebugInfo/MSF/MSFCommon.h llvm-devel/include/llvm/DebugInfo/MSF/MSFError.h llvm-devel/include/llvm/DebugInfo/MSF/MSFStreamLayout.h llvm-devel/include/llvm/DebugInfo/MSF/MappedBlockStream.h -llvm-devel/include/llvm/DebugInfo/MSF/SequencedItemStream.h -llvm-devel/include/llvm/DebugInfo/MSF/StreamArray.h -llvm-devel/include/llvm/DebugInfo/MSF/StreamInterface.h -llvm-devel/include/llvm/DebugInfo/MSF/StreamReader.h -llvm-devel/include/llvm/DebugInfo/MSF/StreamRef.h -llvm-devel/include/llvm/DebugInfo/MSF/StreamWriter.h llvm-devel/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h llvm-devel/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h llvm-devel/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h @@ -1546,6 +1552,7 @@ llvm-devel/include/llvm/DebugInfo/PDB/IP llvm-devel/include/llvm/DebugInfo/PDB/Native/DbiStream.h llvm-devel/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h llvm-devel/include/llvm/DebugInfo/PDB/Native/EnumTables.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/Formatters.h llvm-devel/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h llvm-devel/include/llvm/DebugInfo/PDB/Native/Hash.h llvm-devel/include/llvm/DebugInfo/PDB/Native/HashTable.h @@ -1553,12 +1560,17 @@ llvm-devel/include/llvm/DebugInfo/PDB/Na llvm-devel/include/llvm/DebugInfo/PDB/Native/InfoStream.h llvm-devel/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h llvm-devel/include/llvm/DebugInfo/PDB/Native/ModInfo.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/ModInfoBuilder.h llvm-devel/include/llvm/DebugInfo/PDB/Native/ModStream.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeSession.h llvm-devel/include/llvm/DebugInfo/PDB/Native/PDBFile.h llvm-devel/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h llvm-devel/include/llvm/DebugInfo/PDB/Native/PublicsStream.h llvm-devel/include/llvm/DebugInfo/PDB/Native/RawConstants.h llvm-devel/include/llvm/DebugInfo/PDB/Native/RawError.h @@ -1629,7 +1641,6 @@ llvm-devel/include/llvm/ExecutionEngine/ llvm-devel/include/llvm/ExecutionEngine/Orc/LambdaResolver.h llvm-devel/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/NullResolver.h -llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcABISupport.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcError.h @@ -1638,6 +1649,7 @@ llvm-devel/include/llvm/ExecutionEngine/ llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h llvm-devel/include/llvm/ExecutionEngine/Orc/RPCSerialization.h llvm-devel/include/llvm/ExecutionEngine/Orc/RPCUtils.h +llvm-devel/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/RawByteChannel.h llvm-devel/include/llvm/ExecutionEngine/OrcMCJITReplacement.h llvm-devel/include/llvm/ExecutionEngine/RTDyldMemoryManager.h @@ -1762,6 +1774,7 @@ llvm-devel/include/llvm/MC/MCAsmInfo.h llvm-devel/include/llvm/MC/MCAsmInfoCOFF.h llvm-devel/include/llvm/MC/MCAsmInfoDarwin.h llvm-devel/include/llvm/MC/MCAsmInfoELF.h +llvm-devel/include/llvm/MC/MCAsmInfoWasm.h llvm-devel/include/llvm/MC/MCAsmLayout.h llvm-devel/include/llvm/MC/MCAssembler.h llvm-devel/include/llvm/MC/MCCodeEmitter.h @@ -1807,15 +1820,19 @@ llvm-devel/include/llvm/MC/MCSection.h llvm-devel/include/llvm/MC/MCSectionCOFF.h llvm-devel/include/llvm/MC/MCSectionELF.h llvm-devel/include/llvm/MC/MCSectionMachO.h +llvm-devel/include/llvm/MC/MCSectionWasm.h llvm-devel/include/llvm/MC/MCStreamer.h llvm-devel/include/llvm/MC/MCSubtargetInfo.h llvm-devel/include/llvm/MC/MCSymbol.h llvm-devel/include/llvm/MC/MCSymbolCOFF.h llvm-devel/include/llvm/MC/MCSymbolELF.h llvm-devel/include/llvm/MC/MCSymbolMachO.h +llvm-devel/include/llvm/MC/MCSymbolWasm.h llvm-devel/include/llvm/MC/MCTargetOptions.h llvm-devel/include/llvm/MC/MCTargetOptionsCommandFlags.h llvm-devel/include/llvm/MC/MCValue.h +llvm-devel/include/llvm/MC/MCWasmObjectWriter.h +llvm-devel/include/llvm/MC/MCWasmStreamer.h llvm-devel/include/llvm/MC/MCWin64EH.h llvm-devel/include/llvm/MC/MCWinCOFFObjectWriter.h llvm-devel/include/llvm/MC/MCWinCOFFStreamer.h @@ -1886,6 +1903,14 @@ llvm-devel/include/llvm/Support/Allocato llvm-devel/include/llvm/Support/ArrayRecycler.h llvm-devel/include/llvm/Support/Atomic.h llvm-devel/include/llvm/Support/AtomicOrdering.h +llvm-devel/include/llvm/Support/BinaryByteStream.h +llvm-devel/include/llvm/Support/BinaryItemStream.h +llvm-devel/include/llvm/Support/BinaryStream.h +llvm-devel/include/llvm/Support/BinaryStreamArray.h +llvm-devel/include/llvm/Support/BinaryStreamError.h +llvm-devel/include/llvm/Support/BinaryStreamReader.h +llvm-devel/include/llvm/Support/BinaryStreamRef.h +llvm-devel/include/llvm/Support/BinaryStreamWriter.h llvm-devel/include/llvm/Support/BlockFrequency.h llvm-devel/include/llvm/Support/BranchProbability.h llvm-devel/include/llvm/Support/CBindingWrapping.h @@ -1906,6 +1931,7 @@ llvm-devel/include/llvm/Support/DOTGraph llvm-devel/include/llvm/Support/DataExtractor.h llvm-devel/include/llvm/Support/DataTypes.h llvm-devel/include/llvm/Support/Debug.h +llvm-devel/include/llvm/Support/DebugCounter.h llvm-devel/include/llvm/Support/Dwarf.def llvm-devel/include/llvm/Support/Dwarf.h llvm-devel/include/llvm/Support/DynamicLibrary.h @@ -1955,6 +1981,7 @@ llvm-devel/include/llvm/Support/LICENSE. llvm-devel/include/llvm/Support/LineIterator.h llvm-devel/include/llvm/Support/Locale.h llvm-devel/include/llvm/Support/LockFileManager.h +llvm-devel/include/llvm/Support/LowLevelTypeImpl.h llvm-devel/include/llvm/Support/MD5.h llvm-devel/include/llvm/Support/MachO.def llvm-devel/include/llvm/Support/MachO.h @@ -2011,6 +2038,7 @@ llvm-devel/include/llvm/Support/UnicodeC llvm-devel/include/llvm/Support/UniqueLock.h llvm-devel/include/llvm/Support/Valgrind.h llvm-devel/include/llvm/Support/Wasm.h +llvm-devel/include/llvm/Support/WasmRelocs/WebAssembly.def llvm-devel/include/llvm/Support/Watchdog.h llvm-devel/include/llvm/Support/Win64EH.h llvm-devel/include/llvm/Support/WindowsError.h @@ -2035,6 +2063,7 @@ llvm-devel/include/llvm/Target/CostTable llvm-devel/include/llvm/Target/GenericOpcodes.td llvm-devel/include/llvm/Target/GlobalISel/RegisterBank.td llvm-devel/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +llvm-devel/include/llvm/Target/GlobalISel/Target.td llvm-devel/include/llvm/Target/Target.td llvm-devel/include/llvm/Target/TargetCallingConv.h llvm-devel/include/llvm/Target/TargetCallingConv.td @@ -2171,6 +2200,7 @@ llvm-devel/include/llvm/Transforms/Utils llvm-devel/include/llvm/Transforms/Utils/SymbolRewriter.h llvm-devel/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h llvm-devel/include/llvm/Transforms/Utils/UnrollLoop.h +llvm-devel/include/llvm/Transforms/Utils/VNCoercion.h llvm-devel/include/llvm/Transforms/Utils/ValueMapper.h llvm-devel/include/llvm/Transforms/Vectorize.h llvm-devel/include/llvm/Transforms/Vectorize/LoopVectorize.h @@ -2180,6 +2210,7 @@ llvm-devel/include/llvm/XRay/Instrumenta llvm-devel/include/llvm/XRay/Trace.h llvm-devel/include/llvm/XRay/XRayRecord.h llvm-devel/include/llvm/XRay/YAMLXRayRecord.h +%%OPENMP%%llvm-devel/include/omp.h %%COMPILER_RT%%llvm-devel/include/sanitizer/allocator_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/asan_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/common_interface_defs.h @@ -2189,14 +2220,16 @@ llvm-devel/include/llvm/XRay/YAMLXRayRec %%COMPILER_RT%%llvm-devel/include/sanitizer/linux_syscall_hooks.h %%COMPILER_RT%%llvm-devel/include/sanitizer/lsan_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/msan_interface.h +%%COMPILER_RT%%llvm-devel/include/sanitizer/tsan_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/tsan_interface_atomic.h %%COMPILER_RT%%llvm-devel/include/xray/xray_interface.h +%%COMPILER_RT%%llvm-devel/include/xray/xray_log_interface.h llvm-devel/lib/BugpointPasses.so llvm-devel/lib/LLVMHello.so %%GOLD%%llvm-devel/lib/LLVMgold.so %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_builtin_vars.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_cmath.h -%%CLANG%%%%OPENMP%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_complex_builtins.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_complex_builtins.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_intrinsics.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_math_forward_declares.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/__clang_cuda_runtime_wrapper.h @@ -2231,7 +2264,7 @@ llvm-devel/lib/LLVMHello.so %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/clzerointrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cpuid.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/algorithm -%%CLANG%%%%OPENMP%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/complex +%%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/complex %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/new %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/emmintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/f16cintrin.h @@ -2254,7 +2287,6 @@ llvm-devel/lib/LLVMHello.so %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/msa.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/mwaitxintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/nmmintrin.h -%%OPENMP%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/omp.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/opencl-c.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/pkuintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/pmmintrin.h @@ -2288,11 +2320,11 @@ llvm-devel/lib/cmake/llvm/AddLLVMDefinit llvm-devel/lib/cmake/llvm/AddOCaml.cmake llvm-devel/lib/cmake/llvm/AddSphinxTarget.cmake llvm-devel/lib/cmake/llvm/CheckAtomic.cmake -%%OPENMP%%llvm-devel/lib/cmake/llvm/CheckCompilerVersion.cmake +llvm-devel/lib/cmake/llvm/CheckCompilerVersion.cmake llvm-devel/lib/cmake/llvm/CheckLinkerFlag.cmake llvm-devel/lib/cmake/llvm/ChooseMSVCCRT.cmake -%%OPENMP%%llvm-devel/lib/cmake/llvm/CrossCompile.cmake -%%OPENMP%%llvm-devel/lib/cmake/llvm/DetermineGCCCompatible.cmake +llvm-devel/lib/cmake/llvm/CrossCompile.cmake +llvm-devel/lib/cmake/llvm/DetermineGCCCompatible.cmake llvm-devel/lib/cmake/llvm/FindOCaml.cmake llvm-devel/lib/cmake/llvm/FindSphinx.cmake llvm-devel/lib/cmake/llvm/GenerateVersionFromCVS.cmake @@ -2483,6 +2515,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_RELEASE% %%EXTRAS%%llvm-devel/lib/libclangTidyCERTModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyCppCoreGuidelinesModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyGoogleModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidyHICPPModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyLLVMModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyMPIModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyMiscModule.a @@ -2490,10 +2523,10 @@ llvm-devel/lib/libLTO.so.%%LLVM_RELEASE% %%EXTRAS%%llvm-devel/lib/libclangTidyPerformanceModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyPlugin.a %%EXTRAS%%llvm-devel/lib/libclangTidyReadabilityModule.a -%%EXTRAS%%llvm-devel/lib/libclangTidySafetyModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyUtils.a %%CLANG%%llvm-devel/lib/libclangTooling.a %%CLANG%%llvm-devel/lib/libclangToolingCore.a +%%CLANG%%llvm-devel/lib/libclangToolingRefactor.a %%EXTRAS%%llvm-devel/lib/libfindAllSymbols.a %%OPENMP%%llvm-devel/lib/libgomp.so %%OPENMP%%llvm-devel/lib/libiomp5.so @@ -2571,6 +2604,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_RELEASE% %%LLDB%%llvm-devel/lib/liblldbPluginPlatformLinux.a %%LLDB%%llvm-devel/lib/liblldbPluginPlatformMacOSX.a %%LLDB%%llvm-devel/lib/liblldbPluginPlatformNetBSD.a +%%LLDB%%llvm-devel/lib/liblldbPluginPlatformOpenBSD.a %%LLDB%%llvm-devel/lib/liblldbPluginPlatformPOSIX.a %%LLDB%%llvm-devel/lib/liblldbPluginPlatformWindows.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessElfCore.a @@ -2593,6 +2627,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_RELEASE% %%LLDB%%llvm-devel/lib/liblldbSymbol.a %%LLDB%%llvm-devel/lib/liblldbTarget.a %%LLDB%%llvm-devel/lib/liblldbUtility.a +%%LLDB%%llvm-devel/lib/liblldbUtilityMocks.a %%OPENMP%%llvm-devel/lib/libomp.so %%OPENMP%%llvm-devel/lib/libomptarget.so %%LLDB%%llvm-devel/lib/python2.7/site-packages/lldb/__init__.py From owner-svn-ports-all@freebsd.org Fri Mar 31 17:16:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4A64D27764; Fri, 31 Mar 2017 17:16:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4D72357; Fri, 31 Mar 2017 17:16:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VHGmQ9059391; Fri, 31 Mar 2017 17:16:48 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VHGm0t059389; Fri, 31 Mar 2017 17:16:48 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703311716.v2VHGm0t059389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 31 Mar 2017 17:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437369 - head/sysutils/beats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 17:16:49 -0000 Author: girgen Date: Fri Mar 31 17:16:48 2017 New Revision: 437369 URL: https://svnweb.freebsd.org/changeset/ports/437369 Log: Update to latest version Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Fri Mar 31 16:01:14 2017 (r437368) +++ head/sysutils/beats/Makefile Fri Mar 31 17:16:48 2017 (r437369) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 5.2.2 +PORTVERSION= 5.3.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Fri Mar 31 16:01:14 2017 (r437368) +++ head/sysutils/beats/distinfo Fri Mar 31 17:16:48 2017 (r437369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488360174 -SHA256 (elastic-beats-v5.2.2_GH0.tar.gz) = 45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3 -SIZE (elastic-beats-v5.2.2_GH0.tar.gz) = 16489808 +TIMESTAMP = 1490979963 +SHA256 (elastic-beats-v5.3.0_GH0.tar.gz) = 311030e33ec6f5f335ddf9e0b8eb3a1cd9e378dbc7c0937658a02099457c5895 +SIZE (elastic-beats-v5.3.0_GH0.tar.gz) = 17586311 From owner-svn-ports-all@freebsd.org Fri Mar 31 18:05:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D3ED225E7; Fri, 31 Mar 2017 18:05:23 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8B835F8; Fri, 31 Mar 2017 18:05:22 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VI5LWr079093; Fri, 31 Mar 2017 18:05:21 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VI5Lwg079090; Fri, 31 Mar 2017 18:05:21 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201703311805.v2VI5Lwg079090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 31 Mar 2017 18:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437370 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 18:05:23 -0000 Author: danilo Date: Fri Mar 31 18:05:21 2017 New Revision: 437370 URL: https://svnweb.freebsd.org/changeset/ports/437370 Log: - Update to 7.800.2 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Mar 31 17:16:48 2017 (r437369) +++ head/math/armadillo/Makefile Fri Mar 31 18:05:21 2017 (r437370) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.800.1 +PORTVERSION= 7.800.2 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Fri Mar 31 17:16:48 2017 (r437369) +++ head/math/armadillo/distinfo Fri Mar 31 18:05:21 2017 (r437370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488242620 -SHA256 (armadillo-7.800.1.tar.xz) = 5ada65a5a610301ae188bb34f0ac6e7fdafbdbcd0450b0adb7715349ae14b8db -SIZE (armadillo-7.800.1.tar.xz) = 4001148 +TIMESTAMP = 1490641245 +SHA256 (armadillo-7.800.2.tar.xz) = efd70600ab6f30449d90a3e58ff7499937985209bb0a03ce4e322474dbf11fe3 +SIZE (armadillo-7.800.2.tar.xz) = 4001664 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Fri Mar 31 17:16:48 2017 (r437369) +++ head/math/armadillo/pkg-plist Fri Mar 31 18:05:21 2017 (r437370) @@ -500,7 +500,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.800.1 +lib/libarmadillo.so.7.800.2 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake From owner-svn-ports-all@freebsd.org Fri Mar 31 19:21:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D6EBD271D9; Fri, 31 Mar 2017 19:21:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49655B16; Fri, 31 Mar 2017 19:21:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VJLHVQ007413; Fri, 31 Mar 2017 19:21:17 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VJLH7F007412; Fri, 31 Mar 2017 19:21:17 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703311921.v2VJLH7F007412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 31 Mar 2017 19:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437371 - head/graphics/shotwell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 19:21:18 -0000 Author: cmt Date: Fri Mar 31 19:21:17 2017 New Revision: 437371 URL: https://svnweb.freebsd.org/changeset/ports/437371 Log: add missing dependency. Approved by: rene (mentor, implicit) Modified: head/graphics/shotwell/Makefile Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Fri Mar 31 18:05:21 2017 (r437370) +++ head/graphics/shotwell/Makefile Fri Mar 31 19:21:17 2017 (r437371) @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala>=0.20.1:lang/vala \ bash:shells/bash \ itstool:textproc/itstool -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ +LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ + libdbus-glib-1.so:devel/dbus-glib \ libexiv2.so:graphics/exiv2 \ libgcr-ui-3.so:security/gcr \ libgdata.so:devel/libgdata \ From owner-svn-ports-all@freebsd.org Fri Mar 31 20:07:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4521DD27BB7; Fri, 31 Mar 2017 20:07:05 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 153819AF; Fri, 31 Mar 2017 20:07:05 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VK74FP027126; Fri, 31 Mar 2017 20:07:04 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VK74vb027124; Fri, 31 Mar 2017 20:07:04 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201703312007.v2VK74vb027124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 31 Mar 2017 20:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437372 - head/sysutils/immortal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:07:05 -0000 Author: robak Date: Fri Mar 31 20:07:03 2017 New Revision: 437372 URL: https://svnweb.freebsd.org/changeset/ports/437372 Log: sysutils/immortal: update 0.10.5 -> 0.11.0 PR: 218254 Submitted by: Nicolas Embriz (maintainer) Modified: head/sysutils/immortal/Makefile head/sysutils/immortal/distinfo Modified: head/sysutils/immortal/Makefile ============================================================================== --- head/sysutils/immortal/Makefile Fri Mar 31 19:21:17 2017 (r437371) +++ head/sysutils/immortal/Makefile Fri Mar 31 20:07:03 2017 (r437372) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= immortal -PORTVERSION= 0.10.5 +PORTVERSION= 0.11.0 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io Modified: head/sysutils/immortal/distinfo ============================================================================== --- head/sysutils/immortal/distinfo Fri Mar 31 19:21:17 2017 (r437371) +++ head/sysutils/immortal/distinfo Fri Mar 31 20:07:03 2017 (r437372) @@ -1,6 +1,6 @@ -TIMESTAMP = 1490819605 -SHA256 (immortal-immortal-0.10.5_GH0.tar.gz) = ba4d88050c6b25b8997327f4e8caa89da5ed6dffcb4d871456e0eeae33a574c2 -SIZE (immortal-immortal-0.10.5_GH0.tar.gz) = 29377 +TIMESTAMP = 1490990562 +SHA256 (immortal-immortal-0.11.0_GH0.tar.gz) = 46faa8e50419837d277c3314fce30f2fad4772cad0ee05c47d55dd9b476d772d +SIZE (immortal-immortal-0.11.0_GH0.tar.gz) = 30391 SHA256 (immortal-logrotate-3691ab5_GH0.tar.gz) = 1e9915e41e05e43be206fa5da0ca9646feea36e8433c953fc71d7ebc6d40d8d5 SIZE (immortal-logrotate-3691ab5_GH0.tar.gz) = 3612 SHA256 (immortal-multiwriter-2555774_GH0.tar.gz) = 0988932d02debf79c7928e307a812027b642da7e5cad8846604577ed56220d57 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:38:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E22D279B5; Fri, 31 Mar 2017 20:38: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 8404F232; Fri, 31 Mar 2017 20:38: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 v2VKcu0E039487; Fri, 31 Mar 2017 20:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKcufF039486; Fri, 31 Mar 2017 20:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312038.v2VKcufF039486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437373 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:38:57 -0000 Author: sunpoet Date: Fri Mar 31 20:38:56 2017 New Revision: 437373 URL: https://svnweb.freebsd.org/changeset/ports/437373 Log: Use USES=python:2 instead of USES=python:2.7 - Bump PORTREVISION for dependency change PR: 217984 Reported by: Bradley T. Hughes Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Fri Mar 31 20:07:03 2017 (r437372) +++ head/www/npm/Makefile Fri Mar 31 20:38:56 2017 (r437373) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.4.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -19,7 +20,7 @@ CONFLICTS_INSTALL= npm2- npm3- NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2.7,run tar:xz +USES= cpe python:2,run tar:xz CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D3B8D279D6; Fri, 31 Mar 2017 20:39: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 3D55F242; Fri, 31 Mar 2017 20:39: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 v2VKd13u039609; Fri, 31 Mar 2017 20:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKd1Sn039608; Fri, 31 Mar 2017 20:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKd1Sn039608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437374 - head/devel/rubygem-health_check X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:02 -0000 Author: sunpoet Date: Fri Mar 31 20:39:01 2017 New Revision: 437374 URL: https://svnweb.freebsd.org/changeset/ports/437374 Log: Add LICENSE_FILE Modified: head/devel/rubygem-health_check/Makefile Modified: head/devel/rubygem-health_check/Makefile ============================================================================== --- head/devel/rubygem-health_check/Makefile Fri Mar 31 20:38:56 2017 (r437373) +++ head/devel/rubygem-health_check/Makefile Fri Mar 31 20:39:01 2017 (r437374) @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple health check of Rails app for uptime monitoring LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C4D9D27A04; Fri, 31 Mar 2017 20:39: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 13D92276; Fri, 31 Mar 2017 20:39: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 v2VKd6Sj039747; Fri, 31 Mar 2017 20:39:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKd5IC039743; Fri, 31 Mar 2017 20:39:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKd5IC039743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437375 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:07 -0000 Author: sunpoet Date: Fri Mar 31 20:39:05 2017 New Revision: 437375 URL: https://svnweb.freebsd.org/changeset/ports/437375 Log: Update to 4.5.6 Changes: https://github.com/tinymce/tinymce/blob/4.5.x/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/Makefile Fri Mar 31 20:39:05 2017 (r437375) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/distinfo Fri Mar 31 20:39:05 2017 (r437375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488984311 -SHA256 (tinymce_4.5.5.zip) = 640ee89a07e45acd5c35825f8ef5d73be42521ac40c0fa1f8ea7f334453afed6 -SIZE (tinymce_4.5.5.zip) = 386904 +TIMESTAMP = 1490965926 +SHA256 (tinymce_4.5.6.zip) = 344b5b9328ccde52acfa08d44c509775e079e7ac889f3c34f672191753a58a4d +SIZE (tinymce_4.5.6.zip) = 388206 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/pkg-plist Fri Mar 31 20:39:05 2017 (r437375) @@ -45,6 +45,7 @@ %%WWWDIR%%/js/tinymce/plugins/imagetools/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/importcss/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/insertdatetime/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/layer/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/legacyoutput/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/link/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/lists/plugin.min.js From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BACDD27A2E; Fri, 31 Mar 2017 20:39:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7CB288; Fri, 31 Mar 2017 20:39: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 v2VKdAcS039866; Fri, 31 Mar 2017 20:39:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdAqv039864; Fri, 31 Mar 2017 20:39:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdAqv039864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437376 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:11 -0000 Author: sunpoet Date: Fri Mar 31 20:39:10 2017 New Revision: 437376 URL: https://svnweb.freebsd.org/changeset/ports/437376 Log: Update to 0.7.94 (0.4.35) Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Fri Mar 31 20:39:05 2017 (r437375) +++ head/multimedia/libzen/Makefile Fri Mar 31 20:39:10 2017 (r437376) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.93 +PORTVERSION= 0.7.94 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Fri Mar 31 20:39:05 2017 (r437375) +++ head/multimedia/libzen/distinfo Fri Mar 31 20:39:10 2017 (r437376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488533233 -SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a -SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 +TIMESTAMP = 1490965931 +SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c +SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 032AAD27A68; Fri, 31 Mar 2017 20:39: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 C8D4A2E7; Fri, 31 Mar 2017 20:39:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VKdE1o039986; Fri, 31 Mar 2017 20:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdEW3039984; Fri, 31 Mar 2017 20:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdEW3039984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437377 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:16 -0000 Author: sunpoet Date: Fri Mar 31 20:39:14 2017 New Revision: 437377 URL: https://svnweb.freebsd.org/changeset/ports/437377 Log: Update to 0.7.94 Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Fri Mar 31 20:39:10 2017 (r437376) +++ head/multimedia/libmediainfo/Makefile Fri Mar 31 20:39:14 2017 (r437377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.93 +PORTVERSION= 0.7.94 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Fri Mar 31 20:39:10 2017 (r437376) +++ head/multimedia/libmediainfo/distinfo Fri Mar 31 20:39:14 2017 (r437377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488533238 -SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a -SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 +TIMESTAMP = 1490965936 +SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c +SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E1ED27A90; Fri, 31 Mar 2017 20:39: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 6663C33A; Fri, 31 Mar 2017 20:39: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 v2VKdJN9040105; Fri, 31 Mar 2017 20:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdJ0P040103; Fri, 31 Mar 2017 20:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdJ0P040103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437378 - head/multimedia/mediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:20 -0000 Author: sunpoet Date: Fri Mar 31 20:39:19 2017 New Revision: 437378 URL: https://svnweb.freebsd.org/changeset/ports/437378 Log: Update to 0.7.94 Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Modified: head/multimedia/mediainfo/Makefile head/multimedia/mediainfo/distinfo Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Fri Mar 31 20:39:14 2017 (r437377) +++ head/multimedia/mediainfo/Makefile Fri Mar 31 20:39:19 2017 (r437378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.93 +PORTVERSION= 0.7.94 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/mediainfo/distinfo ============================================================================== --- head/multimedia/mediainfo/distinfo Fri Mar 31 20:39:14 2017 (r437377) +++ head/multimedia/mediainfo/distinfo Fri Mar 31 20:39:19 2017 (r437378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488533242 -SHA256 (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 47a68fc26f79ad6928567a7eeb10d3922df6f9ba80dbec25a4883922af0c393a -SIZE (MediaInfo_CLI_0.7.93_GNU_FromSource.tar.xz) = 2772684 +TIMESTAMP = 1490965940 +SHA256 (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 4e6a2d097abac03959e10cb3c320dab59277e43dd85433eb8952084e32bc4e6c +SIZE (MediaInfo_CLI_0.7.94_GNU_FromSource.tar.xz) = 2788508 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5871ED27AB6; Fri, 31 Mar 2017 20:39: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 2A4AA37F; Fri, 31 Mar 2017 20:39: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 v2VKdO2M040226; Fri, 31 Mar 2017 20:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdORc040224; Fri, 31 Mar 2017 20:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdORc040224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437379 - head/devel/pecl-zookeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:25 -0000 Author: sunpoet Date: Fri Mar 31 20:39:23 2017 New Revision: 437379 URL: https://svnweb.freebsd.org/changeset/ports/437379 Log: Update to 0.3.2 Changes: https://pecl.php.net/package-changelog.php?package=zookeeper Modified: head/devel/pecl-zookeeper/Makefile head/devel/pecl-zookeeper/distinfo Modified: head/devel/pecl-zookeeper/Makefile ============================================================================== --- head/devel/pecl-zookeeper/Makefile Fri Mar 31 20:39:19 2017 (r437378) +++ head/devel/pecl-zookeeper/Makefile Fri Mar 31 20:39:23 2017 (r437379) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-zookeeper/distinfo ============================================================================== --- head/devel/pecl-zookeeper/distinfo Fri Mar 31 20:39:19 2017 (r437378) +++ head/devel/pecl-zookeeper/distinfo Fri Mar 31 20:39:23 2017 (r437379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485269782 -SHA256 (PECL/zookeeper-0.3.1.tgz) = 0c4fe22cafe46c27101721e90c9d5f97f576a3febf36073276cdb0befdf9d0cd -SIZE (PECL/zookeeper-0.3.1.tgz) = 24087 +TIMESTAMP = 1490965945 +SHA256 (PECL/zookeeper-0.3.2.tgz) = 2074b5529a79f56bbcb4841e24071f75bdef68669774fdcd8734ec730a98956f +SIZE (PECL/zookeeper-0.3.2.tgz) = 24786 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E95EAD27ADB; Fri, 31 Mar 2017 20:39:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAE763C3; Fri, 31 Mar 2017 20:39:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VKdSYh040344; Fri, 31 Mar 2017 20:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdSmK040342; Fri, 31 Mar 2017 20:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdSmK040342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437380 - head/net/rubygem-fog-vsphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:30 -0000 Author: sunpoet Date: Fri Mar 31 20:39:28 2017 New Revision: 437380 URL: https://svnweb.freebsd.org/changeset/ports/437380 Log: Update to 1.9.0 Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-vsphere/Makefile head/net/rubygem-fog-vsphere/distinfo Modified: head/net/rubygem-fog-vsphere/Makefile ============================================================================== --- head/net/rubygem-fog-vsphere/Makefile Fri Mar 31 20:39:23 2017 (r437379) +++ head/net/rubygem-fog-vsphere/Makefile Fri Mar 31 20:39:28 2017 (r437380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-vsphere/distinfo ============================================================================== --- head/net/rubygem-fog-vsphere/distinfo Fri Mar 31 20:39:23 2017 (r437379) +++ head/net/rubygem-fog-vsphere/distinfo Fri Mar 31 20:39:28 2017 (r437380) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765766 -SHA256 (rubygem/fog-vsphere-1.8.0.gem) = 3be4ed20fbf7caa807f708b42ed2374f8b5b802e9e3aea84c4421c1ea0022542 -SIZE (rubygem/fog-vsphere-1.8.0.gem) = 65024 +TIMESTAMP = 1490965950 +SHA256 (rubygem/fog-vsphere-1.9.0.gem) = 00bdfdddeb9171b1f941208524ba44637a8decc32213120855dcab49ef316259 +SIZE (rubygem/fog-vsphere-1.9.0.gem) = 65024 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4AE5D27B28; Fri, 31 Mar 2017 20:39:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9265F6; Fri, 31 Mar 2017 20:39:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VKdbU7040583; Fri, 31 Mar 2017 20:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdb33040581; Fri, 31 Mar 2017 20:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdb33040581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437382 - head/devel/p5-Test-Without-Module X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:38 -0000 Author: sunpoet Date: Fri Mar 31 20:39:37 2017 New Revision: 437382 URL: https://svnweb.freebsd.org/changeset/ports/437382 Log: Update to 0.19 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Without-Module/Changes Modified: head/devel/p5-Test-Without-Module/Makefile head/devel/p5-Test-Without-Module/distinfo Modified: head/devel/p5-Test-Without-Module/Makefile ============================================================================== --- head/devel/p5-Test-Without-Module/Makefile Fri Mar 31 20:39:32 2017 (r437381) +++ head/devel/p5-Test-Without-Module/Makefile Fri Mar 31 20:39:37 2017 (r437382) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Without-Module -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Test fallback behaviour in abse LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Without-Module/distinfo ============================================================================== --- head/devel/p5-Test-Without-Module/distinfo Fri Mar 31 20:39:32 2017 (r437381) +++ head/devel/p5-Test-Without-Module/distinfo Fri Mar 31 20:39:37 2017 (r437382) @@ -1,2 +1,3 @@ -SHA256 (Test-Without-Module-0.18.tar.gz) = e2c3360b171d7db518ac39a0e1dcb285c784ea393c11708914a0655d66138c7f -SIZE (Test-Without-Module-0.18.tar.gz) = 10369 +TIMESTAMP = 1490965971 +SHA256 (Test-Without-Module-0.19.tar.gz) = 85ee29b595769f9369d513c8df1121079cea4ffd2574730c70f0d58dd424024c +SIZE (Test-Without-Module-0.19.tar.gz) = 12047 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 405E0D27AF8; Fri, 31 Mar 2017 20:39: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 123D23DD; Fri, 31 Mar 2017 20:39: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 v2VKdXtP040465; Fri, 31 Mar 2017 20:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdXvg040463; Fri, 31 Mar 2017 20:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdXvg040463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437381 - head/textproc/rubygem-fog-xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:34 -0000 Author: sunpoet Date: Fri Mar 31 20:39:32 2017 New Revision: 437381 URL: https://svnweb.freebsd.org/changeset/ports/437381 Log: Update to 0.1.3 Changes: https://github.com/fog/fog-xml/commits/master Modified: head/textproc/rubygem-fog-xml/Makefile head/textproc/rubygem-fog-xml/distinfo Modified: head/textproc/rubygem-fog-xml/Makefile ============================================================================== --- head/textproc/rubygem-fog-xml/Makefile Fri Mar 31 20:39:28 2017 (r437380) +++ head/textproc/rubygem-fog-xml/Makefile Fri Mar 31 20:39:32 2017 (r437381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-xml -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-fog-xml/distinfo ============================================================================== --- head/textproc/rubygem-fog-xml/distinfo Fri Mar 31 20:39:28 2017 (r437380) +++ head/textproc/rubygem-fog-xml/distinfo Fri Mar 31 20:39:32 2017 (r437381) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fog-xml-0.1.2.gem) = 0a3b624ae6503d167a1fdfb5d0da669b3d98c7e301a6092e22ff10f5ffd2e694 -SIZE (rubygem/fog-xml-0.1.2.gem) = 10240 +TIMESTAMP = 1490965955 +SHA256 (rubygem/fog-xml-0.1.3.gem) = 5604c42649ebb0d8a31bd973aa000c2dd0127f1c1c4c174b69266a2e78e37410 +SIZE (rubygem/fog-xml-0.1.3.gem) = 10752 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CB45D27B55; Fri, 31 Mar 2017 20:39: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 0A357644; Fri, 31 Mar 2017 20:39: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 v2VKdg7x040704; Fri, 31 Mar 2017 20:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdgeL040702; Fri, 31 Mar 2017 20:39:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdgeL040702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437383 - head/sysutils/rubygem-sys-proctable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:43 -0000 Author: sunpoet Date: Fri Mar 31 20:39:41 2017 New Revision: 437383 URL: https://svnweb.freebsd.org/changeset/ports/437383 Log: Update to 1.1.4 Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES Modified: head/sysutils/rubygem-sys-proctable/Makefile head/sysutils/rubygem-sys-proctable/distinfo Modified: head/sysutils/rubygem-sys-proctable/Makefile ============================================================================== --- head/sysutils/rubygem-sys-proctable/Makefile Fri Mar 31 20:39:37 2017 (r437382) +++ head/sysutils/rubygem-sys-proctable/Makefile Fri Mar 31 20:39:41 2017 (r437383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sys-proctable -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 DISTVERSIONSUFFIX= -universal-freebsd CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-sys-proctable/distinfo ============================================================================== --- head/sysutils/rubygem-sys-proctable/distinfo Fri Mar 31 20:39:37 2017 (r437382) +++ head/sysutils/rubygem-sys-proctable/distinfo Fri Mar 31 20:39:41 2017 (r437383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475148801 -SHA256 (rubygem/sys-proctable-1.1.3-universal-freebsd.gem) = 89db43b9684d62ede2f405c52575c9c5e2c0b5827795100634f253ebc76a3069 -SIZE (rubygem/sys-proctable-1.1.3-universal-freebsd.gem) = 24576 +TIMESTAMP = 1490965977 +SHA256 (rubygem/sys-proctable-1.1.4-universal-freebsd.gem) = 8863b09ccad691ae18afa5911b5084ef3f8cb6a58fb9820a4f35050d54e2e280 +SIZE (rubygem/sys-proctable-1.1.4-universal-freebsd.gem) = 24576 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9806D27BB8; Fri, 31 Mar 2017 20:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 913BC6AB; Fri, 31 Mar 2017 20:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VKdpuU040984; Fri, 31 Mar 2017 20:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdpDg040982; Fri, 31 Mar 2017 20:39:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdpDg040982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437385 - head/sysutils/rubygem-itamae X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:53 -0000 Author: sunpoet Date: Fri Mar 31 20:39:51 2017 New Revision: 437385 URL: https://svnweb.freebsd.org/changeset/ports/437385 Log: Update to 1.9.11 - While I'm here: - Add LICENSE_FILE - Update and sort RUN_DEPENDS Changes: https://github.com/itamae-kitchen/itamae/blob/master/CHANGELOG.md PR: 218244 Submitted by: Yuichiro NAITO (maintainer) Modified: head/sysutils/rubygem-itamae/Makefile head/sysutils/rubygem-itamae/distinfo Modified: head/sysutils/rubygem-itamae/Makefile ============================================================================== --- head/sysutils/rubygem-itamae/Makefile Fri Mar 31 20:39:46 2017 (r437384) +++ head/sysutils/rubygem-itamae/Makefile Fri Mar 31 20:39:51 2017 (r437385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= itamae -PORTVERSION= 1.9.10 +PORTVERSION= 1.9.11 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,13 +10,13 @@ MAINTAINER= naito.yuichiro@gmail.com COMMENT= Simple and lightweight configuration management tool LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= \ - rubygem-thor>=0:devel/rubygem-thor \ - rubygem-specinfra>=2.37.0:sysutils/rubygem-specinfra \ - rubygem-hashie>=0:devel/rubygem-hashie \ - rubygem-ansi>=0:devel/rubygem-ansi \ - rubygem-schash>=0.1.0:devel/rubygem-schash +RUN_DEPENDS= rubygem-ansi>=0:devel/rubygem-ansi \ + rubygem-hashie>=0:devel/rubygem-hashie \ + rubygem-schash>=0.1.0:devel/rubygem-schash \ + rubygem-specinfra>=2.64.0:sysutils/rubygem-specinfra \ + rubygem-thor>=0:devel/rubygem-thor NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-itamae/distinfo ============================================================================== --- head/sysutils/rubygem-itamae/distinfo Fri Mar 31 20:39:46 2017 (r437384) +++ head/sysutils/rubygem-itamae/distinfo Fri Mar 31 20:39:51 2017 (r437385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479438987 -SHA256 (rubygem/itamae-1.9.10.gem) = 9cb5e78b5378724ffd16f73b08a26208f94cf1983fd347b47ca8a49b57b3b8e9 -SIZE (rubygem/itamae-1.9.10.gem) = 39424 +TIMESTAMP = 1490965270 +SHA256 (rubygem/itamae-1.9.11.gem) = 981cf5170b530807751e82642999ac1139e2d8b578180456b6581b3a484cc552 +SIZE (rubygem/itamae-1.9.11.gem) = 39936 From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1482D27B91; Fri, 31 Mar 2017 20:39: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 AEA7C673; Fri, 31 Mar 2017 20:39: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 v2VKdkVj040852; Fri, 31 Mar 2017 20:39:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKdkWP040849; Fri, 31 Mar 2017 20:39:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKdkWP040849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437384 - in head/sysutils/rubygem-specinfra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:47 -0000 Author: sunpoet Date: Fri Mar 31 20:39:46 2017 New Revision: 437384 URL: https://svnweb.freebsd.org/changeset/ports/437384 Log: Update to 2.67.7 - While I'm here: - Add LICENSE_FILE - Fix indent - Rename gemspec patch to patch-gemspec - Clean up patch-gemspec Changes: https://github.com/mizzy/specinfra/releases PR: 218244 Submitted by: Yuichiro NAITO (maintainer) Added: head/sysutils/rubygem-specinfra/files/patch-gemspec - copied, changed from r437383, head/sysutils/rubygem-specinfra/files/patch-specinfra.gemspec Deleted: head/sysutils/rubygem-specinfra/files/patch-specinfra.gemspec Modified: head/sysutils/rubygem-specinfra/Makefile head/sysutils/rubygem-specinfra/distinfo Modified: head/sysutils/rubygem-specinfra/Makefile ============================================================================== --- head/sysutils/rubygem-specinfra/Makefile Fri Mar 31 20:39:41 2017 (r437383) +++ head/sysutils/rubygem-specinfra/Makefile Fri Mar 31 20:39:46 2017 (r437384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= specinfra -PORTVERSION= 2.67.2 +PORTVERSION= 2.67.7 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,10 +10,10 @@ MAINTAINER= naito.yuichiro@gmail.com COMMENT= Test suite for server configuration LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= \ - rubygem-net-scp>=0:security/rubygem-net-scp \ - rubygem-net-ssh>=2.7:security/rubygem-net-ssh +RUN_DEPENDS= rubygem-net-scp>=0:security/rubygem-net-scp \ + rubygem-net-ssh>=2.7:security/rubygem-net-ssh NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-specinfra/distinfo ============================================================================== --- head/sysutils/rubygem-specinfra/distinfo Fri Mar 31 20:39:41 2017 (r437383) +++ head/sysutils/rubygem-specinfra/distinfo Fri Mar 31 20:39:46 2017 (r437384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488857088 -SHA256 (rubygem/specinfra-2.67.2.gem) = 43efb7d557c7e9148f2461388f07154a79883e679c485f0472b2b23965b7eb32 -SIZE (rubygem/specinfra-2.67.2.gem) = 84480 +TIMESTAMP = 1490965549 +SHA256 (rubygem/specinfra-2.67.7.gem) = 4f0f2d560724427396ae4e6bae31d28cc9781554ba470db002fa5c81329eab3d +SIZE (rubygem/specinfra-2.67.7.gem) = 84992 Copied and modified: head/sysutils/rubygem-specinfra/files/patch-gemspec (from r437383, head/sysutils/rubygem-specinfra/files/patch-specinfra.gemspec) ============================================================================== --- head/sysutils/rubygem-specinfra/files/patch-specinfra.gemspec Fri Mar 31 20:39:41 2017 (r437383, copy source) +++ head/sysutils/rubygem-specinfra/files/patch-gemspec Fri Mar 31 20:39:46 2017 (r437384) @@ -9,21 +9,3 @@ s.add_development_dependency(%q.freeze, ["~> 1.3"]) s.add_development_dependency(%q.freeze, ["~> 10.1.1"]) s.add_development_dependency(%q.freeze, [">= 0"]) -@@ -35,8 +33,6 @@ Gem::Specification.new do |s| - else - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, ["< 5.0", ">= 2.7"]) -- s.add_dependency(%q.freeze, [">= 0"]) -- s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, ["~> 1.3"]) - s.add_dependency(%q.freeze, ["~> 10.1.1"]) - s.add_dependency(%q.freeze, [">= 0"]) -@@ -47,8 +43,6 @@ Gem::Specification.new do |s| - else - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, ["< 5.0", ">= 2.7"]) -- s.add_dependency(%q.freeze, [">= 0"]) -- s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, ["~> 1.3"]) - s.add_dependency(%q.freeze, ["~> 10.1.1"]) - s.add_dependency(%q.freeze, [">= 0"]) From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D43DD27C28; Fri, 31 Mar 2017 20:39: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 3F2B76DF; Fri, 31 Mar 2017 20:39: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 v2VKduQ6041116; Fri, 31 Mar 2017 20:39:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKduw4041114; Fri, 31 Mar 2017 20:39:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKduw4041114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437386 - head/devel/ruby-build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 20:39:57 -0000 Author: sunpoet Date: Fri Mar 31 20:39:56 2017 New Revision: 437386 URL: https://svnweb.freebsd.org/changeset/ports/437386 Log: Update to 20170322 Changes: https://github.com/rbenv/ruby-build/releases PR: 218249 Submitted by: Koichiro IWAO (maintainer) Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Fri Mar 31 20:39:51 2017 (r437385) +++ head/devel/ruby-build/Makefile Fri Mar 31 20:39:56 2017 (r437386) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20170112 +PORTVERSION= 20170322 DISTVERSIONPREFIX= v CATEGORIES= devel ruby Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Fri Mar 31 20:39:51 2017 (r437385) +++ head/devel/ruby-build/distinfo Fri Mar 31 20:39:56 2017 (r437386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485194458 -SHA256 (rbenv-ruby-build-v20170112_GH0.tar.gz) = 456979b820644b944e030598953dd735e4721365a8385f451ddc6ace90a2cab2 -SIZE (rbenv-ruby-build-v20170112_GH0.tar.gz) = 53034 +TIMESTAMP = 1490965110 +SHA256 (rbenv-ruby-build-v20170322_GH0.tar.gz) = 8c8ba8ff8da0e8109c9228dcbb21215207b3952ece2450cef0593bab0973a3b6 +SIZE (rbenv-ruby-build-v20170322_GH0.tar.gz) = 54162 From owner-svn-ports-all@freebsd.org Fri Mar 31 21:11:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6ADF5D273A2; Fri, 31 Mar 2017 21:11:40 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C2085F6; Fri, 31 Mar 2017 21:11:40 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VLBdmn054111; Fri, 31 Mar 2017 21:11:39 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VLBcgE054103; Fri, 31 Mar 2017 21:11:38 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201703312111.v2VLBcgE054103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Fri, 31 Mar 2017 21:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437387 - in head/net: samba44 samba44/files samba45 samba46 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 21:11:40 -0000 Author: timur Date: Fri Mar 31 21:11:38 2017 New Revision: 437387 URL: https://svnweb.freebsd.org/changeset/ports/437387 Log: Upgrade Samba4[4-6] ports to fix regression with "follow symlinks = no". Remove dependency from the external p5-Parse-Pidl as it may break provisioning(and more). PR: 218255 Deleted: head/net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py head/net/samba44/files/patch-wscript head/net/samba44/files/patch-wscript_build Modified: head/net/samba44/Makefile head/net/samba44/distinfo head/net/samba44/pkg-plist head/net/samba45/Makefile head/net/samba45/distinfo head/net/samba46/Makefile head/net/samba46/distinfo Modified: head/net/samba44/Makefile ============================================================================== --- head/net/samba44/Makefile Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba44/Makefile Fri Mar 31 21:11:38 2017 (r437387) @@ -13,13 +13,13 @@ COMMENT?= Free SMB/CIFS and AD/DC serve LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba41-4.1.* samba42-4.2.* samba43-4.3.* +CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-356]-4.* p5-Parse-Pidl-4.* #EXTRA_PATCHES= ${PATCHDIR}/extra-patch-security:-p1 SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.4.12 +SAMBA4_VERSION= 4.4.13 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -84,8 +84,9 @@ LIB_DEPENDS+= libsunacl.so:sysutils/lib BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive # External Samba dependencies -# IDL compiler -BUILD_DEPENDS+= p5-Parse-Pidl44>=4.3.1:devel/p5-Parse-Pidl44 +# Needed for IDL compiler +BUILD_DEPENDS+= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp +PLIST_SUB+= PIDL="" # External Python modules BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython @@ -442,13 +443,12 @@ PORTDOCS= README.FreeBSD IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-extract: - @${RM} -r ${WRKSRC}/pidl + @${RM} -r ${WRKSRC}/pidl/lib/Parse/Yapp post-patch: @${REINPLACE_CMD} -e 's|$${PKGCONFIGDIR}|${PKGCONFIGDIR}|g' \ ${PATCH_WRKSRC}/buildtools/wafsamba/pkgconfig.py @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/buildtools/wafsamba/samba_pidl.py \ ${PATCH_WRKSRC}/buildtools/wafsamba/wafsamba.py @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh Modified: head/net/samba44/distinfo ============================================================================== --- head/net/samba44/distinfo Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba44/distinfo Fri Mar 31 21:11:38 2017 (r437387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490313767 -SHA256 (samba-4.4.12.tar.gz) = 9dd0e12b5f49c1e11f44447853ed59aa9394f8cb322bc04aa747602d1366c131 -SIZE (samba-4.4.12.tar.gz) = 20768303 +TIMESTAMP = 1490980593 +SHA256 (samba-4.4.13.tar.gz) = 61558009408e4f37d79c2b5f9c49cf7633908e12a14141e1c075c67011fa0d2d +SIZE (samba-4.4.13.tar.gz) = 20766658 Modified: head/net/samba44/pkg-plist ============================================================================== --- head/net/samba44/pkg-plist Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba44/pkg-plist Fri Mar 31 21:11:38 2017 (r437387) @@ -10,6 +10,7 @@ bin/nmblookup bin/ntlm_auth bin/oLschema2ldif bin/pdbedit +%%PIDL%%bin/pidl bin/profiles bin/regdiff bin/regpatch @@ -648,6 +649,39 @@ lib/shared-modules/vfs/zfsacl.so @dir %%PYTHON_SITELIBDIR%%/samba/netcmd @dir %%PYTHON_SITELIBDIR%%/samba/dcerpc @dir %%PYTHON_SITELIBDIR%%/samba +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/CUtil.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Compat.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Dump.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Expr.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/IDL.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/NDR.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/ODL.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba3/ClientNDR.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba3/ServerNDR.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/COM/Header.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/COM/Proxy.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/COM/Stub.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/Header.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/NDR/Client.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/NDR/Parser.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/NDR/Server.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/Python.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/TDR.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Samba4/Template.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Typelist.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Util.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Wireshark/Conformance.pm +%%PIDL%%%%DATADIR%%/perl5/Parse/Pidl/Wireshark/NDR.pm +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl/Wireshark +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl/Samba4/NDR +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl/Samba4/COM +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl/Samba4 +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl/Samba3 +%%PIDL%%@dir %%DATADIR%%/perl5/Parse/Pidl +%%PIDL%%@dir %%DATADIR%%/perl5/Parse +%%PIDL%%@dir %%DATADIR%%/perl5 %%AD_DC%%%%DATADIR%%/setup/DB_CONFIG %%AD_DC%%%%DATADIR%%/setup/ad-schema/MS-AD_Schema_2K8_Attributes.txt %%AD_DC%%%%DATADIR%%/setup/ad-schema/MS-AD_Schema_2K8_Classes.txt @@ -751,6 +785,7 @@ man/man1/nmblookup.1.gz man/man1/ntlm_auth.1.gz man/man1/oLschema2ldif.1.gz man/man1/profiles.1.gz +%%PIDL%%man/man1/pidl.1.gz man/man1/regdiff.1.gz man/man1/regpatch.1.gz man/man1/regshell.1.gz @@ -769,6 +804,11 @@ man/man1/smbtree.1.gz man/man1/testparm.1.gz man/man1/vfstest.1.gz man/man1/wbinfo.1.gz +%%PIDL%%man/man3/Parse::Pidl::Dump.3.gz +%%PIDL%%man/man3/Parse::Pidl::NDR.3.gz +%%PIDL%%man/man3/Parse::Pidl::Util.3.gz +%%PIDL%%man/man3/Parse::Pidl::Wireshark::Conformance.3.gz +%%PIDL%%man/man3/Parse::Pidl::Wireshark::NDR.3.gz man/man5/lmhosts.5.gz man/man5/pam_winbind.conf.5.gz man/man5/smb.conf.5.gz Modified: head/net/samba45/Makefile ============================================================================== --- head/net/samba45/Makefile Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba45/Makefile Fri Mar 31 21:11:38 2017 (r437387) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}45 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 3 +PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4. SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.5.7 +SAMBA4_VERSION= 4.5.8 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: head/net/samba45/distinfo ============================================================================== --- head/net/samba45/distinfo Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba45/distinfo Fri Mar 31 21:11:38 2017 (r437387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490375600 -SHA256 (samba-4.5.7.tar.gz) = ac70f09af80639d8189e1b9bc0a554841ee44df2b1ef58e7e682ad5400fd9400 -SIZE (samba-4.5.7.tar.gz) = 20981612 +TIMESTAMP = 1490981258 +SHA256 (samba-4.5.8.tar.gz) = f63b656d8823a280c50c9dbd6b692816cd7a88adfe9b47997ce697fd75bf81f0 +SIZE (samba-4.5.8.tar.gz) = 20979104 Modified: head/net/samba46/Makefile ============================================================================== --- head/net/samba46/Makefile Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba46/Makefile Fri Mar 31 21:11:38 2017 (r437387) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}46 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4. SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.6.1 +SAMBA4_VERSION= 4.6.2 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: head/net/samba46/distinfo ============================================================================== --- head/net/samba46/distinfo Fri Mar 31 20:39:56 2017 (r437386) +++ head/net/samba46/distinfo Fri Mar 31 21:11:38 2017 (r437387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490409185 -SHA256 (samba-4.6.1.tar.gz) = 5d2751faa3cd33affd4f49681f700eff9f6c22d6b08e8858ae0d3cd8e51c535e -SIZE (samba-4.6.1.tar.gz) = 21097666 +TIMESTAMP = 1490962372 +SHA256 (samba-4.6.2.tar.gz) = 927afcc16e444718985e3952de92d34e7b776b9ca0238179d866da18a6441c35 +SIZE (samba-4.6.2.tar.gz) = 21097045 From owner-svn-ports-all@freebsd.org Fri Mar 31 22:00:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0414D2759E; Fri, 31 Mar 2017 22:00:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F974969; Fri, 31 Mar 2017 22:00:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VM0PhD074735; Fri, 31 Mar 2017 22:00:25 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VM0PcY074733; Fri, 31 Mar 2017 22:00:25 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201703312200.v2VM0PcY074733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 31 Mar 2017 22:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437388 - head/www/c-icap-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 22:00:26 -0000 Author: rodrigo Date: Fri Mar 31 22:00:25 2017 New Revision: 437388 URL: https://svnweb.freebsd.org/changeset/ports/437388 Log: Update the port to 0.4.5 and take maintenership Modified: head/www/c-icap-modules/Makefile head/www/c-icap-modules/distinfo Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Fri Mar 31 21:11:38 2017 (r437387) +++ head/www/c-icap-modules/Makefile Fri Mar 31 22:00:25 2017 (r437388) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= c-icap -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.4.x/ PKGNAMESUFFIX= -modules DISTNAME= c_icap_modules-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Modules for c-icap: virus_scan and srv_url_check LICENSE= GPLv2+ Modified: head/www/c-icap-modules/distinfo ============================================================================== --- head/www/c-icap-modules/distinfo Fri Mar 31 21:11:38 2017 (r437387) +++ head/www/c-icap-modules/distinfo Fri Mar 31 22:00:25 2017 (r437388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487563105 -SHA256 (c_icap_modules-0.4.4.tar.gz) = 85528b6b5f9d2200d77cd38cee1ceaecd9568eca0958c032a7a1b30e4ec20e04 -SIZE (c_icap_modules-0.4.4.tar.gz) = 429224 +TIMESTAMP = 1490989632 +SHA256 (c_icap_modules-0.4.5.tar.gz) = 5312e6f208e2191797008b4a76ba303ab8048a108a1721cde4a217aed74d6674 +SIZE (c_icap_modules-0.4.5.tar.gz) = 450090 From owner-svn-ports-all@freebsd.org Sat Apr 1 00:08:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE39DD277C9; Sat, 1 Apr 2017 00:08:39 +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 AE9D6B03; Sat, 1 Apr 2017 00:08:39 +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 v3108c6b028004; Sat, 1 Apr 2017 00:08:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3108c9O028003; Sat, 1 Apr 2017 00:08:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201704010008.v3108c9O028003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 1 Apr 2017 00:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437389 - head/devel/py-rtree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 00:08:40 -0000 Author: wen Date: Sat Apr 1 00:08:38 2017 New Revision: 437389 URL: https://svnweb.freebsd.org/changeset/ports/437389 Log: - Fix RUN_DEPENDS PR: 218267 Submitted by: andreas.hollmann@gmail.com Modified: head/devel/py-rtree/Makefile Modified: head/devel/py-rtree/Makefile ============================================================================== --- head/devel/py-rtree/Makefile Fri Mar 31 22:00:25 2017 (r437388) +++ head/devel/py-rtree/Makefile Sat Apr 1 00:08:38 2017 (r437389) @@ -3,6 +3,7 @@ PORTNAME= rtree PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,8 @@ COMMENT= R-Tree Spatial Index For Python LICENSE= LGPL21 -BUILD_DEPENDS+= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex +RUN_DEPENDS= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Sat Apr 1 00:31:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C6DED250E9; Sat, 1 Apr 2017 00:31: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 EDA50A61; Sat, 1 Apr 2017 00:31: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 v310VAMB039480; Sat, 1 Apr 2017 00:31:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v310VA19039479; Sat, 1 Apr 2017 00:31:10 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201704010031.v310VA19039479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 1 Apr 2017 00:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437390 - head/textproc/py-mako X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 00:31:11 -0000 Author: wen Date: Sat Apr 1 00:31:09 2017 New Revision: 437390 URL: https://svnweb.freebsd.org/changeset/ports/437390 Log: - Remove unnecessary dependencies by fix RUN_DEPENDS PR: 218258 Submitted by: andreas.hollmann@gmail.com Modified: head/textproc/py-mako/Makefile Modified: head/textproc/py-mako/Makefile ============================================================================== --- head/textproc/py-mako/Makefile Sat Apr 1 00:08:38 2017 (r437389) +++ head/textproc/py-mako/Makefile Sat Apr 1 00:31:09 2017 (r437390) @@ -3,6 +3,7 @@ PORTNAME= mako PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,9 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \ + ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Sat Apr 1 02:00:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2672ED28EA9; Sat, 1 Apr 2017 02:00:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02253993; Sat, 1 Apr 2017 02:00:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v311xPDd074330; Sat, 1 Apr 2017 01:59:25 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v311xPbG074323; Sat, 1 Apr 2017 01:59:25 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201704010159.v311xPbG074323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 1 Apr 2017 01:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437391 - in head: . security/openssh-portable security/openssh-portable/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 02:00:42 -0000 Author: bdrewery Date: Sat Apr 1 01:59:25 2017 New Revision: 437391 URL: https://svnweb.freebsd.org/changeset/ports/437391 Log: - Update to 7.5p1. - Update X509 to 10.1. - Disable KERB_GSSAPI for now as it does not build. Changes: https://www.openssh.com/txt/release-7.5 Modified: head/UPDATING head/security/openssh-portable/Makefile head/security/openssh-portable/distinfo head/security/openssh-portable/files/extra-patch-hpn head/security/openssh-portable/files/patch-auth2.c head/security/openssh-portable/files/patch-sshd_config.5 Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Apr 1 00:31:09 2017 (r437390) +++ head/UPDATING Sat Apr 1 01:59:25 2017 (r437391) @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170331: + AFFECTS: users of security/openssh-portable + AUTHOR: bdrewery@FreeBSD.org + + The format of several log messages emitted by the packet code has + changed to include additional information about the user and + their authentication state. Software that monitors ssh/sshd logs + may need to account for these changes. For example: + + Connection closed by user x 1.1.1.1 port 1234 [preauth] + Connection closed by authenticating user x 10.1.1.1 port 1234 [preauth] + Connection closed by invalid user x 1.1.1.1 port 1234 [preauth] + + Affected messages include connection closure, timeout, remote + disconnection, negotiation failure and some other fatal messages + generated by the packet code. + 20170326: AFFECTS: users of samba43 AUTHOR: antoine@FreeBSD.org Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Sat Apr 1 00:31:09 2017 (r437390) +++ head/security/openssh-portable/Makefile Sat Apr 1 01:59:25 2017 (r437391) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openssh -DISTVERSION= 7.4p1 -PORTREVISION= 1 +DISTVERSION= 7.5p1 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable @@ -58,10 +58,10 @@ HPN_CONFIGURE_WITH= hpn NONECIPHER_CONFIGURE_WITH= nonecipher # See http://www.roumenpetrov.info/openssh/ -X509_VERSION= 9.3 +X509_VERSION= 10.1 X509_PATCH_SITES= http://www.roumenpetrov.info/openssh/x509-${X509_VERSION}/:x509 X509_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-x509-glue -X509_PATCHFILES= ${PORTNAME}-7.4p1+x509-${X509_VERSION}.diff.gz:-p1:x509 +X509_PATCHFILES= ${PORTNAME}-7.5p1+x509-${X509_VERSION}.diff.gz:-p1:x509 # See https://bugzilla.mindrot.org/show_bug.cgi?id=2016 # and https://bugzilla.mindrot.org/show_bug.cgi?id=1604 @@ -92,6 +92,7 @@ EXTRA_PATCHES:= ${EXTRA_PATCHES:N${TCP_ # Must add this patch before HPN due to conflicts .if ${PORT_OPTIONS:MKERB_GSSAPI} +BROKEN= No patch for 7.5 yet. # Patch from: # http://sources.debian.net/data/main/o/openssh/1:7.4p1-5/debian/patches/gssapi.patch # which was originally based on 5.7 patch from @@ -215,6 +216,7 @@ test: build OBJ=${WRKDIR} ${MAKE_ENV} \ TEST_SHELL=${SH} \ SUDO="${SUDO}" \ + LOGNAME="${LOGNAME}" \ PATH=${WRKSRC}:${PREFIX}/bin:${PREFIX}/sbin:${PATH} \ ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} tests Modified: head/security/openssh-portable/distinfo ============================================================================== --- head/security/openssh-portable/distinfo Sat Apr 1 00:31:09 2017 (r437390) +++ head/security/openssh-portable/distinfo Sat Apr 1 01:59:25 2017 (r437391) @@ -1,9 +1,9 @@ TIMESTAMP = 1484161900 -SHA256 (openssh-7.4p1.tar.gz) = 1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1 -SIZE (openssh-7.4p1.tar.gz) = 1511780 +SHA256 (openssh-7.5p1.tar.gz) = 9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0 +SIZE (openssh-7.5p1.tar.gz) = 1510857 SHA256 (openssh-7.2_p1-sctp.patch.gz) = fb67e3e23f39fabf44ef198e3e19527417c75c9352747547448512032365dbfc SIZE (openssh-7.2_p1-sctp.patch.gz) = 8501 -SHA256 (openssh-7.4p1+x509-9.3.diff.gz) = 1d3fd23b3d02a3baad50890bf5498ef01af6dab6375da0aeb00a0d59fd3ac9ee -SIZE (openssh-7.4p1+x509-9.3.diff.gz) = 446572 +SHA256 (openssh-7.5p1+x509-10.1.diff.gz) = e7abe401e7f651779c680491cfefbfcf4f26743202641b2bda934f80bb4464d2 +SIZE (openssh-7.5p1+x509-10.1.diff.gz) = 460721 SHA256 (openssh-7.4p1-gsskex-all-20141021-debian-rh-20161228.patch.gz) = f77ac434e6914814bc2f16d1581efd74baedaa86f1249a3cee00566d458c5f6b SIZE (openssh-7.4p1-gsskex-all-20141021-debian-rh-20161228.patch.gz) = 27091 Modified: head/security/openssh-portable/files/extra-patch-hpn ============================================================================== --- head/security/openssh-portable/files/extra-patch-hpn Sat Apr 1 00:31:09 2017 (r437390) +++ head/security/openssh-portable/files/extra-patch-hpn Sat Apr 1 01:59:25 2017 (r437391) @@ -1181,8 +1181,8 @@ diff -urN -x configure -x config.guess - char buf[256]; /* Must not be larger than remote_version. */ char remote_version[256]; /* Must be at least as big as buf. */ -- xasprintf(&server_version_string, "SSH-%d.%d-%.100s%s%s%s", -+ xasprintf(&server_version_string, "SSH-%d.%d-%.100s%s%s%s%s", +- xasprintf(&server_version_string, "SSH-%d.%d-%.100s%s%s\r\n", ++ xasprintf(&server_version_string, "SSH-%d.%d-%.100s%s%s%s\r\n", PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, SSH_VERSION, +#ifdef HPN_ENABLED + options.hpn_disabled ? "" : SSH_HPN, @@ -1190,7 +1190,7 @@ diff -urN -x configure -x config.guess - + "", +#endif *options.version_addendum == '\0' ? "" : " ", - options.version_addendum, newline); + options.version_addendum); @@ -1027,6 +1032,10 @@ server_listen(void) int ret, listen_sock, on = 1; @@ -1203,7 +1203,7 @@ diff -urN -x configure -x config.guess - for (ai = options.listen_addrs; ai; ai = ai->ai_next) { if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6) -@@ -1067,6 +1076,13 @@ server_listen(void) +@@ -1072,6 +1081,13 @@ server_listen(void) debug("Bind to port %s on %s.", strport, ntop); @@ -1217,7 +1217,7 @@ diff -urN -x configure -x config.guess - /* Bind the socket to the desired port. */ if (bind(listen_sock, ai->ai_addr, ai->ai_addrlen) < 0) { error("Bind to port %s on %s failed: %.200s.", -@@ -1591,6 +1607,15 @@ main(int ac, char **av) +@@ -1596,6 +1612,15 @@ main(int ac, char **av) /* Fill in default values for those options not explicitly set. */ fill_default_server_options(&options); @@ -1233,7 +1233,7 @@ diff -urN -x configure -x config.guess - /* challenge-response is implemented via keyboard interactive */ if (options.challenge_response_authentication) options.kbd_interactive_authentication = 1; -@@ -2085,6 +2110,11 @@ main(int ac, char **av) +@@ -2099,6 +2124,11 @@ main(int ac, char **av) } #endif @@ -1245,7 +1245,7 @@ diff -urN -x configure -x config.guess - /* * In privilege separation, we fork another child and prepare * file descriptor passing. -@@ -2163,6 +2193,11 @@ do_ssh2_kex(void) +@@ -2177,6 +2207,11 @@ do_ssh2_kex(void) struct kex *kex; int r; Modified: head/security/openssh-portable/files/patch-auth2.c ============================================================================== --- head/security/openssh-portable/files/patch-auth2.c Sat Apr 1 00:31:09 2017 (r437390) +++ head/security/openssh-portable/files/patch-auth2.c Sat Apr 1 01:59:25 2017 (r437391) @@ -5,9 +5,9 @@ Changed paths: Apply class-imposed login restrictions. ---- auth2.c.orig 2012-12-02 16:53:20.000000000 -0600 -+++ auth2.c 2013-05-22 17:21:37.979631466 -0500 -@@ -46,6 +46,7 @@ +--- auth2.c.orig 2017-03-19 19:39:27.000000000 -0700 ++++ auth2.c 2017-03-20 11:52:27.960733000 -0700 +@@ -47,6 +47,7 @@ #include "key.h" #include "hostfile.h" #include "auth.h" @@ -15,12 +15,11 @@ Apply class-imposed login restrictions. #include "dispatch.h" #include "pathnames.h" #include "buffer.h" -@@ -216,6 +217,14 @@ input_userauth_request(int type, u_int32 +@@ -217,6 +218,13 @@ input_userauth_request(int type, u_int32 Authmethod *m = NULL; char *user, *service, *method, *style = NULL; int authenticated = 0; +#ifdef HAVE_LOGIN_CAP -+ struct ssh *ssh = active_state; /* XXX */ + login_cap_t *lc; + const char *from_host, *from_ip; + @@ -30,7 +29,7 @@ Apply class-imposed login restrictions. if (authctxt == NULL) fatal("input_userauth_request: no authctxt"); -@@ -262,6 +271,27 @@ input_userauth_request(int type, u_int32 +@@ -266,6 +274,27 @@ input_userauth_request(int type, u_int32 "(%s,%s) -> (%s,%s)", authctxt->user, authctxt->service, user, service); } Modified: head/security/openssh-portable/files/patch-sshd_config.5 ============================================================================== --- head/security/openssh-portable/files/patch-sshd_config.5 Sat Apr 1 00:31:09 2017 (r437390) +++ head/security/openssh-portable/files/patch-sshd_config.5 Sat Apr 1 01:59:25 2017 (r437391) @@ -1,5 +1,5 @@ ---- sshd_config.5.orig 2016-12-18 20:59:41.000000000 -0800 -+++ sshd_config.5 2017-01-11 13:35:46.496538000 -0800 +--- sshd_config.5.orig 2017-03-19 19:39:27.000000000 -0700 ++++ sshd_config.5 2017-03-20 11:48:37.553620000 -0700 @@ -373,7 +373,9 @@ By default, no banner is displayed. .It Cm ChallengeResponseAuthentication Specifies whether challenge-response authentication is allowed (e.g. via @@ -11,7 +11,7 @@ The default is .Cm yes . .It Cm ChrootDirectory -@@ -663,7 +665,9 @@ ssh-ed25519,ssh-rsa +@@ -671,7 +673,9 @@ ssh-ed25519,ssh-rsa The list of available key types may also be obtained using .Qq ssh -Q key . .It Cm HostbasedAuthentication @@ -22,7 +22,7 @@ with successful public key client host authentication is allowed (host-based authentication). The default is -@@ -1120,7 +1124,22 @@ are refused if the number of unauthentic +@@ -1136,7 +1140,22 @@ are refused if the number of unauthentic .It Cm PasswordAuthentication Specifies whether password authentication is allowed. The default is @@ -45,7 +45,7 @@ .It Cm PermitEmptyPasswords When password authentication is allowed, it specifies whether the server allows login to accounts with empty password strings. -@@ -1216,6 +1235,13 @@ and +@@ -1232,6 +1251,13 @@ and .Cm ethernet . The default is .Cm no . @@ -59,16 +59,13 @@ .Pp Independent of this setting, the permissions of the selected .Xr tun 4 -@@ -1473,7 +1499,7 @@ is enabled, you will not be able to run +@@ -1493,12 +1519,15 @@ is enabled, you will not be able to run .Xr sshd 8 as a non-root user. The default is -.Cm no . +.Cm yes . - .It Cm UsePrivilegeSeparation - Specifies whether - .Xr sshd 8 -@@ -1500,7 +1526,10 @@ The default is + .It Cm VersionAddendum Optionally specifies additional text to append to the SSH protocol banner sent by the server upon connection. The default is @@ -80,7 +77,7 @@ .It Cm X11DisplayOffset Specifies the first display number available for .Xr sshd 8 Ns 's -@@ -1514,7 +1543,7 @@ The argument must be +@@ -1512,7 +1541,7 @@ The argument must be or .Cm no . The default is From owner-svn-ports-all@freebsd.org Sat Apr 1 02:49:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36466D28ECA; Sat, 1 Apr 2017 02:49:41 +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 EF18FDAB; Sat, 1 Apr 2017 02:49:40 +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 v312nePA096103; Sat, 1 Apr 2017 02:49:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v312ndRY096099; Sat, 1 Apr 2017 02:49:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201704010249.v312ndRY096099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 1 Apr 2017 02:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437392 - in head/www/e2guardian: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 02:49:41 -0000 Author: wen Date: Sat Apr 1 02:49:39 2017 New Revision: 437392 URL: https://svnweb.freebsd.org/changeset/ports/437392 Log: - Update to 3.5.1 PR: 217799 Submitted by: yaruta.arkadiy@gmail.com(maintainer) Modified: head/www/e2guardian/Makefile head/www/e2guardian/distinfo head/www/e2guardian/files/e2guardian.in head/www/e2guardian/pkg-plist Modified: head/www/e2guardian/Makefile ============================================================================== --- head/www/e2guardian/Makefile Sat Apr 1 01:59:25 2017 (r437391) +++ head/www/e2guardian/Makefile Sat Apr 1 02:49:39 2017 (r437392) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= e2guardian -PORTVERSION= 3.4.0.3 +PORTVERSION= 3.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 0 CATEGORIES= www MAINTAINER= marcellocoutinho@gmail.com Modified: head/www/e2guardian/distinfo ============================================================================== --- head/www/e2guardian/distinfo Sat Apr 1 01:59:25 2017 (r437391) +++ head/www/e2guardian/distinfo Sat Apr 1 02:49:39 2017 (r437392) @@ -1,2 +1,3 @@ -SHA256 (e2guardian-e2guardian-v3.4.0.3_GH0.tar.gz) = 6c975e9e53a8bec4c94727a6b35185ccf46df47faecfb83f68171cb7f4503624 -SIZE (e2guardian-e2guardian-v3.4.0.3_GH0.tar.gz) = 518451 +TIMESTAMP = 1491014016 +SHA256 (e2guardian-e2guardian-v3.5.1_GH0.tar.gz) = 700d951aec61113513ed3bd139028bd944790e09712646a54143a73851356527 +SIZE (e2guardian-e2guardian-v3.5.1_GH0.tar.gz) = 529677 Modified: head/www/e2guardian/files/e2guardian.in ============================================================================== --- head/www/e2guardian/files/e2guardian.in Sat Apr 1 01:59:25 2017 (r437391) +++ head/www/e2guardian/files/e2guardian.in Sat Apr 1 02:49:39 2017 (r437392) @@ -4,7 +4,7 @@ # # PROVIDE: e2guardian -# REQUIRE: NETWORKING SERVERS +# REQUIRE: NETWORKING SERVERS squid clamav_clamd # BEFORE: DAEMON # KEYWORD: shutdown Modified: head/www/e2guardian/pkg-plist ============================================================================== --- head/www/e2guardian/pkg-plist Sat Apr 1 01:59:25 2017 (r437391) +++ head/www/e2guardian/pkg-plist Sat Apr 1 02:49:39 2017 (r437392) @@ -4,6 +4,7 @@ @sample %%ETCDIR%%/authplugins/port.conf.sample @sample %%ETCDIR%%/authplugins/proxy-basic.conf.sample @sample %%ETCDIR%%/authplugins/proxy-digest.conf.sample +@sample %%ETCDIR%%/authplugins/proxy-header.conf.sample %%TRICKLE%%@sample %%ETCDIR%%/downloadmanagers/trickle.conf.sample %%NTLM%%@sample %%ETCDIR%%/authplugins/proxy-ntlm.conf.sample %%CLAMD%%@sample %%ETCDIR%%/contentscanners/clamdscan.conf.sample @@ -215,6 +216,7 @@ sbin/e2guardian %%DATADIR%%/languages/polish/template.html %%DATADIR%%/languages/portuguese/fancydmtemplate.html %%DATADIR%%/languages/portuguese/messages +%%DATADIR%%/languages/portuguese/messagesaccents %%DATADIR%%/languages/portuguese/template.html %%DATADIR%%/languages/ptbrazilian/fancydmtemplate.html %%DATADIR%%/languages/ptbrazilian/messages @@ -239,6 +241,7 @@ sbin/e2guardian %%DATADIR%%/languages/turkish/template.html %%DATADIR%%/languages/ukenglish/fancydmtemplate.html %%DATADIR%%/languages/ukenglish/messages +%%DATADIR%%/languages/ukenglish/messages.alt %%DATADIR%%/languages/ukenglish/template.html %%DATADIR%%/scripts/bsd-init %%DATADIR%%/scripts/e2guardian From owner-svn-ports-all@freebsd.org Sat Apr 1 06:52:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0AB7D2ABE4; Sat, 1 Apr 2017 06:52:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 715A59FF; Sat, 1 Apr 2017 06:52:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v316p58M093808; Sat, 1 Apr 2017 06:51:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v316p5PW093807; Sat, 1 Apr 2017 06:51:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704010651.v316p5PW093807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 06:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437395 - head/security/p5-Crypt-RSA-Parse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 06:52:21 -0000 Author: pi Date: Sat Apr 1 06:51:05 2017 New Revision: 437395 URL: https://svnweb.freebsd.org/changeset/ports/437395 Log: security/p5-Crypt-RSA-Parse: fix dependencies - fix RUN_DEPENDS - add TEST_DEPENDS - mark as NO_ARCH PR: 218277 Submitted by: Anton Yuzhaninov Approved by: pi (maintainer) Modified: head/security/p5-Crypt-RSA-Parse/Makefile Modified: head/security/p5-Crypt-RSA-Parse/Makefile ============================================================================== --- head/security/p5-Crypt-RSA-Parse/Makefile Sat Apr 1 06:38:07 2017 (r437394) +++ head/security/p5-Crypt-RSA-Parse/Makefile Sat Apr 1 06:51:05 2017 (r437395) @@ -2,6 +2,7 @@ PORTNAME= Crypt-RSA-Parse PORTVERSION= 0.043 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +13,13 @@ COMMENT= Parse RSA keys LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \ + p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ + p5-Crypt-Format>=0.06:security/p5-Crypt-Format +TEST_DEPENDS= p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Sat Apr 1 06:57:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 555F1D281FD; Sat, 1 Apr 2017 06:57:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0EBB7D; Sat, 1 Apr 2017 06:57:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v316c7u6089814; Sat, 1 Apr 2017 06:38:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v316c7bT089813; Sat, 1 Apr 2017 06:38:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704010638.v316c7bT089813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Apr 2017 06:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437394 - head/sysutils/py-consul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 06:57:37 -0000 Author: antoine Date: Sat Apr 1 06:38:07 2017 New Revision: 437394 URL: https://svnweb.freebsd.org/changeset/ports/437394 Log: Fix dependencies and indentation Modified: head/sysutils/py-consul/Makefile Modified: head/sysutils/py-consul/Makefile ============================================================================== --- head/sysutils/py-consul/Makefile Sat Apr 1 06:22:28 2017 (r437393) +++ head/sysutils/py-consul/Makefile Sat Apr 1 06:38:07 2017 (r437394) @@ -11,15 +11,15 @@ COMMENT= Python client for consul LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six USE_GITHUB= yes GH_ACCOUNT= cablehead GH_PROJECT= python-consul -USES= python:3.3+ +USES= python:3.3+ USE_PYTHON= distutils autoplist .include From owner-svn-ports-all@freebsd.org Sat Apr 1 06:22:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B21D4D29CB2; Sat, 1 Apr 2017 06:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EEDB368; Sat, 1 Apr 2017 06:22:29 +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 v316MSwp085544; Sat, 1 Apr 2017 06:22:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v316MS6i085542; Sat, 1 Apr 2017 06:22:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704010622.v316MS6i085542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Apr 2017 06:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437393 - head/security/certificate-transparency/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 06:22:29 -0000 Author: antoine Date: Sat Apr 1 06:22:28 2017 New Revision: 437393 URL: https://svnweb.freebsd.org/changeset/ports/437393 Log: Revert r436952, it breaks build Reported by: pkg-fallout With hat: portmgr Deleted: head/security/certificate-transparency/files/patch-cpp_client_ssl__client.cc head/security/certificate-transparency/files/patch-cpp_log_cert.cc Modified: head/security/certificate-transparency/files/patch-Makefile.am head/security/certificate-transparency/files/patch-configure.ac head/security/certificate-transparency/files/patch-cpp-client-ct.cc Modified: head/security/certificate-transparency/files/patch-Makefile.am ============================================================================== --- head/security/certificate-transparency/files/patch-Makefile.am Sat Apr 1 02:49:39 2017 (r437392) +++ head/security/certificate-transparency/files/patch-Makefile.am Sat Apr 1 06:22:28 2017 (r437393) @@ -9,15 +9,6 @@ cpp/monitoring/prometheus/metrics.pb.cc \ cpp/monitoring/prometheus/metrics.pb.h \ proto/ct.pb.cc \ -@@ -112,7 +110,7 @@ TESTS = \ - cpp/util/sync_task_test \ - cpp/util/task_test - --if !OPENSSL_IS_BORINGSSL -+if !OPENSSL_NO_CMS - TESTS += cpp/log/cms_verifier_test - endif - @@ -131,9 +129,6 @@ endif cpp/gtest-all.cc: $(GTEST_DIR)/src/gtest-all.cc $(AM_V_at)cp $^ $@ @@ -28,15 +19,6 @@ test/testdata/urlfetcher_test_certs/localhost-key.pem: test/create_url_fetcher_test_certs.sh $(AM_V_GEN)test/create_url_fetcher_test_certs.sh -@@ -217,7 +212,7 @@ cpp_libcore_a_SOURCES = \ - proto/ct.pb.cc \ - proto/ct.pb.h - --if !OPENSSL_IS_BORINGSSL -+if !OPENSSL_NO_CMS - cpp_libcore_a_SOURCES += cpp/log/cms_verifier.cc - endif - @@ -226,8 +221,6 @@ cpp_libtest_a_CPPFLAGS = \ -I$(GTEST_DIR) \ $(AM_CPPFLAGS) @@ -46,12 +28,3 @@ cpp/util/testing.cc cpp_server_ct_mirror_LDADD = \ -@@ -907,7 +900,7 @@ cpp_log_cert_test_SOURCES = \ - cpp/log/cert_test.cc \ - cpp/util/util.cc - --if !OPENSSL_IS_BORINGSSL -+if !OPENSSL_NO_CMS - cpp_log_cms_verifier_test_LDADD = \ - cpp/libcore.a \ - cpp/libtest.a \ Modified: head/security/certificate-transparency/files/patch-configure.ac ============================================================================== --- head/security/certificate-transparency/files/patch-configure.ac Sat Apr 1 02:49:39 2017 (r437392) +++ head/security/certificate-transparency/files/patch-configure.ac Sat Apr 1 06:22:28 2017 (r437393) @@ -29,29 +29,3 @@ save_LIBS="$LIBS" AS_UNSET([LIBS]) AC_SEARCH_LIBS([snappy_compress], [snappy],,, [$save_LIBS]) -@@ -146,6 +147,17 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#in - [AC_MSG_RESULT([yes]); openssl_is_boringssl=1], - [AC_MSG_RESULT([no])]) - -+AC_MSG_CHECKING([for LibreSSL]) -+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], -+ [[ -+ #ifndef LIBRESSL_VERSION_NUMBER -+ # error not LibreSSL -+ #endif -+ ]]) -+ ], -+ [AC_MSG_RESULT([yes]); openssl_is_libressl=1], -+ [AC_MSG_RESULT([no])]) -+ - save_LIBS="$LIBS" - AS_UNSET([LIBS]) - AC_SEARCH_LIBS([event_base_dispatch], [event],, [missing_libevent=1], -@@ -212,6 +224,7 @@ AM_CONDITIONAL([HAVE_ANT], [test -n "$AN - AM_CONDITIONAL([HAVE_LDNS], [test -z "$missing_ldns"]) - AM_CONDITIONAL([HAVE_OBJECTHASH], [test -z "$missing_objecthash"]) - AM_CONDITIONAL([OPENSSL_IS_BORINGSSL], [test -n "$openssl_is_boringssl"]) -+AM_CONDITIONAL([OPENSSL_NO_CMS], [test -z "$openssl_is_boringssl" -o -z "$openssl_is_boringssl"]) - AC_DEFINE_UNQUOTED([TEST_SRCDIR], ["$srcdir"], [Top of the source directory, for tests.]) - AC_SUBST([INSTALL_DIR]) - AC_CONFIG_FILES([Makefile]) Modified: head/security/certificate-transparency/files/patch-cpp-client-ct.cc ============================================================================== --- head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sat Apr 1 02:49:39 2017 (r437392) +++ head/security/certificate-transparency/files/patch-cpp-client-ct.cc Sat Apr 1 06:22:28 2017 (r437393) @@ -1,11 +1,49 @@ ---- cpp/client/ct.cc.orig 2017-02-11 20:58:57 UTC +--- cpp/client/ct.cc.orig 2016-10-14 17:11:57 UTC +++ cpp/client/ct.cc -@@ -530,7 +530,7 @@ static void ProofToExtensionData() { - << " for writing:" << strerror(errno); +@@ -451,8 +451,8 @@ static void MakeCert() { + // (This means the relevant section should be last in the configuration.) + // 1.2.3.1=DER:[raw encoding of proof] + static void WriteProofToConfig() { +- CHECK(!FLAGS_sct_token.empty()) << google::ProgramUsage(); +- CHECK(!FLAGS_extensions_config_out.empty()) << google::ProgramUsage(); ++ CHECK(!FLAGS_sct_token.empty()) << gflags::ProgramUsage(); ++ CHECK(!FLAGS_extensions_config_out.empty()) << gflags::ProgramUsage(); + + string sct; + +@@ -479,8 +479,8 @@ static const char kPEMLabel[] = "SERVERI + // Wrap the proof in the format expected by the TLS extension, + // so that we can feed it to OpenSSL. + static void ProofToExtensionData() { +- CHECK(!FLAGS_sct_token.empty()) << google::ProgramUsage(); +- CHECK(!FLAGS_tls_extension_data_out.empty()) << google::ProgramUsage(); ++ CHECK(!FLAGS_sct_token.empty()) << gflags::ProgramUsage(); ++ CHECK(!FLAGS_tls_extension_data_out.empty()) << gflags::ProgramUsage(); + + string serialized_sct; + PCHECK(util::ReadBinaryFile(FLAGS_sct_token, &serialized_sct)) +@@ -939,13 +939,13 @@ int GetSTH() { + // Exit code upon abnormal exit (CHECK failures): != 0 + // (on UNIX, 134 is expected) + int main(int argc, char** argv) { +- google::SetUsageMessage(argv[0] + string(kUsage)); ++ gflags::SetUsageMessage(argv[0] + string(kUsage)); + util::InitCT(&argc, &argv); + ConfigureSerializerForV1CT(); + + const string main_command(argv[0]); + if (argc < 2) { +- std::cout << google::ProgramUsage(); ++ std::cout << gflags::ProgramUsage(); + return 1; + } + +@@ -983,7 +983,7 @@ int main(int argc, char** argv) { + } else if (cmd == "sth") { + ret = GetSTH(); + } else { +- std::cout << google::ProgramUsage(); ++ std::cout << gflags::ProgramUsage(); + ret = 1; + } - // Work around broken PEM_write() declaration in older OpenSSL versions. --#if OPENSSL_VERSION_NUMBER < 0x10002000L -+#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) - PEM_write(out, const_cast(kPEMLabel), const_cast(""), - const_cast(reinterpret_cast( - extension_data_out.str().data())), From owner-svn-ports-all@freebsd.org Sat Apr 1 08:50:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD7A8D27DE5; Sat, 1 Apr 2017 08:50:09 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B743168; Sat, 1 Apr 2017 08:50:09 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v318o86e042672; Sat, 1 Apr 2017 08:50:08 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v318o8iY042670; Sat, 1 Apr 2017 08:50:08 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201704010850.v318o8iY042670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sat, 1 Apr 2017 08:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437398 - head/devel/hyperscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 08:50:09 -0000 Author: vsevolod Date: Sat Apr 1 08:50:08 2017 New Revision: 437398 URL: https://svnweb.freebsd.org/changeset/ports/437398 Log: - use options helpers - don't build hsbench (was not installed anyway) and remove sqlite from depends - add tests target - pkgconfig is not used during build, remove it from USES - CMAKE_BUILD_TYPE=Debug added by Mk/Uses/cmake.mk when WITH_DEBUG is set, remove it from port's Makefile PR: 218275 Submitted by: Anton Yuzhaninov Modified: head/devel/hyperscan/Makefile head/devel/hyperscan/distinfo Modified: head/devel/hyperscan/Makefile ============================================================================== --- head/devel/hyperscan/Makefile Sat Apr 1 08:44:29 2017 (r437397) +++ head/devel/hyperscan/Makefile Sat Apr 1 08:50:08 2017 (r437398) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hyperscan -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 DISTVERSIONPREFIX= v CATEGORIES= devel textproc MASTER_SITES= SF/boost/boost/1.61.0:boost @@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes GH_ACCOUNT= 01org -USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig sqlite:3 +USES= compiler:c++11-lib cmake:outsource pathfix python:build ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work @@ -25,23 +25,15 @@ SHARED_DESC= Build shared library NATIVE_DESC= Build with native CPU tunes OPTIONS_DEFAULT= SHARED -.ifndef DEBUG_FLAGS -CMAKE_BUILD_TYPE= Release -.else -CMAKE_BUILD_TYPE= Debug -.endif - CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_61_0 -.include +NATIVE_CXXFLAGS= -march=native -mtune=native +NATIVE_CFLAGS= -march=native -mtune=native -.if ${PORT_OPTIONS:MNATIVE} -CXXFLAGS+= -march=native -mtune=native -CFLAGS+= -march=native -mtune=native -.else -CXXFLAGS+= -march=core2 -CFLAGS+= -march=core2 -.endif +NATIVE_CXXFLAGS_OFF= -march=core2 +NATIVE_CFLAGS_OFF= -march=core2 + +.include .if ${PORT_OPTIONS:MSHARED} CMAKE_ARGS+= -DBUILD_STATIC_AND_SHARED=ON @@ -52,4 +44,11 @@ PLIST_SUB+= SHARED="" \ PLIST_SUB+= SHARED="@comment " .endif +# don't build hsbench tool +post-patch: + ${RM} ${WRKSRC}/tools/CMakeLists.txt + +do-test: + cd ${BUILD_WRKSRC} && ${MAKE_CMD} unit + .include Modified: head/devel/hyperscan/distinfo ============================================================================== --- head/devel/hyperscan/distinfo Sat Apr 1 08:44:29 2017 (r437397) +++ head/devel/hyperscan/distinfo Sat Apr 1 08:50:08 2017 (r437398) @@ -1,5 +1,5 @@ -TIMESTAMP = 1487173124 +TIMESTAMP = 1490739901 SHA256 (boost_1_61_0.tar.gz) = a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 SIZE (boost_1_61_0.tar.gz) = 104864830 -SHA256 (01org-hyperscan-v4.4.0_GH0.tar.gz) = 6ff1b47ce9888803ce6dfa8e1efbab30ec53f984410275d7a45138825af0a0d5 -SIZE (01org-hyperscan-v4.4.0_GH0.tar.gz) = 1514719 +SHA256 (01org-hyperscan-v4.4.1_GH0.tar.gz) = 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd +SIZE (01org-hyperscan-v4.4.1_GH0.tar.gz) = 1515106 From owner-svn-ports-all@freebsd.org Sat Apr 1 08:55:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5333DD288B0; Sat, 1 Apr 2017 08:55:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 305498D0; Sat, 1 Apr 2017 08:55:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v318tHaJ046597; Sat, 1 Apr 2017 08:55:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v318tH6Z046594; Sat, 1 Apr 2017 08:55:17 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201704010855.v318tH6Z046594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 1 Apr 2017 08:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437399 - head/textproc/cdif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 08:55:18 -0000 Author: hrs Date: Sat Apr 1 08:55:16 2017 New Revision: 437399 URL: https://svnweb.freebsd.org/changeset/ports/437399 Log: Update to a snapshot as of 2017/04/01. Modified: head/textproc/cdif/Makefile head/textproc/cdif/distinfo head/textproc/cdif/pkg-descr Modified: head/textproc/cdif/Makefile ============================================================================== --- head/textproc/cdif/Makefile Sat Apr 1 08:50:08 2017 (r437398) +++ head/textproc/cdif/Makefile Sat Apr 1 08:55:16 2017 (r437399) @@ -1,27 +1,35 @@ # Created by: Yoshiro MIHIRA # $FreeBSD$ -PORTNAME= cdif -PORTVERSION= 1.19 -CATEGORIES= textproc -MASTER_SITES= LOCAL/sanpei -EXTRACT_SUFX= # empty +PORTNAME= cdif +PORTVERSION= 2.14.20170401 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Word context visualizer of DIFF output + +LICENSE= GREPLE +LICENSE_NAME= GREPLE License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -MAINTAINER= ports@FreeBSD.org -COMMENT= Word context diff +RUN_DEPENDS= ${SITE_PERL}/Getopt/EX.pm:devel/p5-Getopt-EX USES= perl5 shebangfix -SHEBANG_FILES= ${DISTNAME} - -NO_WRKSUBDIR= yes -NO_BUILD= yes - +SHEBANG_FILES= ${PORTNAME} +USE_GITHUB= yes +GH_ACCOUNT= kaz-utashiro +GH_TAGNAME= 2f4de90 +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/cdif -do-extract: - ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME} +post-extract: + cd ${WRKSRC} && \ + ${SED} -n "/^# COPYRIGHT/,//p" README.md > LICENSE do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/cdif + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cdif .include Modified: head/textproc/cdif/distinfo ============================================================================== --- head/textproc/cdif/distinfo Sat Apr 1 08:50:08 2017 (r437398) +++ head/textproc/cdif/distinfo Sat Apr 1 08:55:16 2017 (r437399) @@ -1,2 +1,3 @@ -SHA256 (cdif-1.19) = 1b11fd4fd06680f9563dbd58c9bcecf8317d4f4633028598769d930e3a487b3c -SIZE (cdif-1.19) = 19894 +TIMESTAMP = 1491036190 +SHA256 (kaz-utashiro-cdif-v2.14.20170401-2f4de90_GH0.tar.gz) = 0396528034f54ddb22ffcdfcf925355c8f2a9426a7de6ca1c149e9e5b4ec8377 +SIZE (kaz-utashiro-cdif-v2.14.20170401-2f4de90_GH0.tar.gz) = 19118 Modified: head/textproc/cdif/pkg-descr ============================================================================== --- head/textproc/cdif/pkg-descr Sat Apr 1 08:50:08 2017 (r437398) +++ head/textproc/cdif/pkg-descr Sat Apr 1 08:55:16 2017 (r437399) @@ -1,26 +1,11 @@ -Usage: cdif [-Bvns] [-A #] [-C #] [-D #] [-I #] [-e #] [-[bwcu]] file1 file2 - cdif [-rcs] [-q] [-rrev1 [-rrev2]] [$myname options] file - cdif [$myname options] [diff-output-file] -Options: - -B byte compare - -v use video standout (default for tty) - -n use nroff style overstrike (default for non-tty) - -b ignore trailing blank - -w ignore whitespace - -c[#] context diff - -u[#] unified diff (if diff has -u option) - -e # expression of `word' (default is '\w+') - -s show statistical information at the end - -A, -C, -D (Append, Change, Delete) takes one of - vso: video standout - vul: video underline - vbd: video bold - bd: nroff style overstrike - ul: nroff style underline - or any sequence or sequences separated by comma - -I specify string to be shown on insertion point - Following strings have special meanings. - vbar: print vertical bar at the point - caret: print caret under the point - -diff=command - specify any diff command +cdif is a post-processor of the Unix diff command. It highlights +deleted, changed and added words based on word context. You may want +to compare character-by-character rather than word-by-word. Option -B +option can be used for that purpose. If only one file is specified, +cdif reads that file (stdin if no file) as a output from diff command. +Lines those don't look like diff output are simply ignored and +printed. + +Note that this requires fdescfs(5) mounted. + +WWW: https://github.com/kaz-utashiro/cdif From owner-svn-ports-all@freebsd.org Sat Apr 1 08:18:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDC9D2987B; Sat, 1 Apr 2017 08:18:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BCA8CC0; Sat, 1 Apr 2017 08:18:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v318IdBY029954; Sat, 1 Apr 2017 08:18:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v318Ics1029950; Sat, 1 Apr 2017 08:18:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704010818.v318Ics1029950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 08:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437396 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 08:18:40 -0000 Author: pi Date: Sat Apr 1 08:18:38 2017 New Revision: 437396 URL: https://svnweb.freebsd.org/changeset/ports/437396 Log: devel/lfcbase: update 1.9.2 -> 1.9.3 databases/cego: update 2.33.1 -> 2.33.3 lfcbase: - Small fixes for Monitor and Pager class, adding missing ifdef for curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES cego: - Fix in CegoRecoveryManager::recoverTableSet, before calling transactionRecovery, we have to set flag setIgnoreInvalid to true. During transaction recovery phase, we must ignore invalid btrees/index objects since these objects could be invalidated but Log data integrity and consistency is ensured - Added implizit tableset btree and index correction to recovery procedure ( CegoRecoveryManager::recoverTableSet ) - Small syntax for cgadm from "backup TS" to "backup tableset TS" ( conform to other tableset commands ) - Fix in CegoTableManager::deleteDataTableEntryAtomic / updateDataTableSynced / beginTransaction / commitTransaction / rollbackTransaction to avoid log entries for forced transactions ( introduction of doLog flag ). - Fix in CegoTableManager:deleteDataTable to avoid object synchronisation during recovery phase ( introduction of isSynced flag ), since during recovery phase, still no objects are registered and there is no need for synchronization - Added further admin console messages for recovery procedure. This enables the database admin to follow the recovery procedure on admin console level Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Apr 1 06:51:05 2017 (r437395) +++ head/databases/cego/Makefile Sat Apr 1 08:18:38 2017 (r437396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.1 +PORTVERSION= 2.33.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Apr 1 06:51:05 2017 (r437395) +++ head/databases/cego/distinfo Sat Apr 1 08:18:38 2017 (r437396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490518693 -SHA256 (cego-2.33.1.tar.gz) = b39d2ac77170c8eb0941c852905c67465436bc83c726a60f6021a40af9094d74 -SIZE (cego-2.33.1.tar.gz) = 1399695 +TIMESTAMP = 1491030580 +SHA256 (cego-2.33.3.tar.gz) = 8e8a7ca08ca3d20624301aca7342a337980eae6c108923a1aae2535de80483e6 +SIZE (cego-2.33.3.tar.gz) = 1399958 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sat Apr 1 06:51:05 2017 (r437395) +++ head/devel/lfcbase/Makefile Sat Apr 1 08:18:38 2017 (r437396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sat Apr 1 06:51:05 2017 (r437395) +++ head/devel/lfcbase/distinfo Sat Apr 1 08:18:38 2017 (r437396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490445167 -SHA256 (lfcbase-1.9.2.tar.gz) = 6c5a5a793c0269f5c55d429d0976b5ff11feb92c0e5cdbac0fd16ea427488784 -SIZE (lfcbase-1.9.2.tar.gz) = 614980 +TIMESTAMP = 1491030486 +SHA256 (lfcbase-1.9.3.tar.gz) = 54cab6237481232785c32eac5e22f7f0e6e510c8733a78651ff28a718877f0cf +SIZE (lfcbase-1.9.3.tar.gz) = 615017 From owner-svn-ports-all@freebsd.org Sat Apr 1 08:44:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 877AAD274A7; Sat, 1 Apr 2017 08:44:31 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B17BE91; Sat, 1 Apr 2017 08:44:31 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v318iULk042353; Sat, 1 Apr 2017 08:44:30 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v318iUDT042350; Sat, 1 Apr 2017 08:44:30 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704010844.v318iUDT042350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 08:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437397 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 08:44:31 -0000 Author: gerald Date: Sat Apr 1 08:44:29 2017 New Revision: 437397 URL: https://svnweb.freebsd.org/changeset/ports/437397 Log: Update to the 20170326 snapshot of GCC 7 This adds a man page for gcov-dump7 (introduced recently) and also one for gcov-tool7 (which we have had for a while). Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo head/lang/gcc7-devel/pkg-plist Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Sat Apr 1 08:18:38 2017 (r437396) +++ head/lang/gcc7-devel/Makefile Sat Apr 1 08:44:29 2017 (r437397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.1.s20170319 +PORTVERSION= 7.0.1.s20170326 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Sat Apr 1 08:18:38 2017 (r437396) +++ head/lang/gcc7-devel/distinfo Sat Apr 1 08:44:29 2017 (r437397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490052017 -SHA256 (gcc-7-20170319.tar.bz2) = 29ed9b351bbe86336ffd5e7a77eb66ac75def5a9fa2020481183bbf8888a1368 -SIZE (gcc-7-20170319.tar.bz2) = 79666408 +TIMESTAMP = 1490613205 +SHA256 (gcc-7-20170326.tar.bz2) = 8114651a53314ed5277d6a1b2993c9fa49530dd37bcebd29db6a6d2c6472f376 +SIZE (gcc-7-20170326.tar.bz2) = 79570885 Modified: head/lang/gcc7-devel/pkg-plist ============================================================================== --- head/lang/gcc7-devel/pkg-plist Sat Apr 1 08:18:38 2017 (r437396) +++ head/lang/gcc7-devel/pkg-plist Sat Apr 1 08:44:29 2017 (r437397) @@ -22,6 +22,8 @@ man/man1/cpp%%SUFFIX%%.1.gz man/man1/g++%%SUFFIX%%.1.gz man/man1/gcc%%SUFFIX%%.1.gz man/man1/gcov%%SUFFIX%%.1.gz +man/man1/gcov-dump%%SUFFIX%%.1.gz +man/man1/gcov-tool%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py From owner-svn-ports-all@freebsd.org Sat Apr 1 09:02:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00915D2866C; Sat, 1 Apr 2017 09:02:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4E47DE1; Sat, 1 Apr 2017 09:02:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31927E3048336; Sat, 1 Apr 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v319278n048334; Sat, 1 Apr 2017 09:02:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201704010902.v319278n048334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 1 Apr 2017 09:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437400 - head/sysutils/flock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 09:02:09 -0000 Author: amdmi3 Date: Sat Apr 1 09:02:07 2017 New Revision: 437400 URL: https://svnweb.freebsd.org/changeset/ports/437400 Log: - Fix WWW - While here, cosmetic fixes Approved by: portmgr blanket Modified: head/sysutils/flock/Makefile head/sysutils/flock/pkg-descr Modified: head/sysutils/flock/Makefile ============================================================================== --- head/sysutils/flock/Makefile Sat Apr 1 08:55:16 2017 (r437399) +++ head/sysutils/flock/Makefile Sat Apr 1 09:02:07 2017 (r437400) @@ -19,7 +19,7 @@ USES= libtool pkgconfig OPTIONS_DEFINE= NLS -NLS_CONFIGURE_OFF=--disable-nls +NLS_CONFIGURE_ENABLE= nls NLS_USES= autoreconf:autopoint gettext PLIST_FILES= bin/flock man/man1/flock.1.gz \ @@ -32,8 +32,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flock ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sys-utils/flock.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${STAGEDIR}${MANPREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bash-completion/flock ${STAGEDIR}${PREFIX}/etc/bash_completion.d .include Modified: head/sysutils/flock/pkg-descr ============================================================================== --- head/sysutils/flock/pkg-descr Sat Apr 1 08:55:16 2017 (r437399) +++ head/sysutils/flock/pkg-descr Sat Apr 1 09:02:07 2017 (r437400) @@ -1,3 +1,3 @@ Manage locks from shell scripts -WWW: http://ftp.kernel.org/pub/linux/utils/util-linux/ +WWW: https://www.kernel.org/pub/linux/utils/util-linux/ From owner-svn-ports-all@freebsd.org Sat Apr 1 09:10:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BF8ED28DEC; Sat, 1 Apr 2017 09:10:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4905419A; Sat, 1 Apr 2017 09:10:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v319ALKl050968; Sat, 1 Apr 2017 09:10:21 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v319ALes050964; Sat, 1 Apr 2017 09:10:21 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201704010910.v319ALes050964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 1 Apr 2017 09:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437401 - in head/textproc: . sdif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 09:10:22 -0000 Author: hrs Date: Sat Apr 1 09:10:20 2017 New Revision: 437401 URL: https://svnweb.freebsd.org/changeset/ports/437401 Log: Add textproc/sdif, a post-processor of diff(1) output for pretty-printing. Added: head/textproc/sdif/ head/textproc/sdif/Makefile (contents, props changed) head/textproc/sdif/distinfo (contents, props changed) head/textproc/sdif/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Apr 1 09:02:07 2017 (r437400) +++ head/textproc/Makefile Sat Apr 1 09:10:20 2017 (r437401) @@ -1593,6 +1593,7 @@ SUBDIR += scss SUBDIR += sdcv SUBDIR += sdf + SUBDIR += sdif SUBDIR += sdocbook-xml SUBDIR += sdom SUBDIR += senna Added: head/textproc/sdif/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sdif/Makefile Sat Apr 1 09:10:20 2017 (r437401) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= sdif +PORTVERSION= 2.8.20170401 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Side-by-side diff viewer for ANSI terminal + +LICENSE= GREPLE +LICENSE_NAME= GREPLE License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= ${SITE_PERL}/Getopt/EX.pm:devel/p5-Getopt-EX + +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} +USE_GITHUB= yes +GH_ACCOUNT= kaz-utashiro +GH_TAGNAME= 356575d +NO_BUILD= yes +NO_ARCH= yes +PLIST_FILES= bin/sdif \ + %%SITE_PERL%%/App/sdif/colors.pm \ + %%SITE_PERL%%/App/sdif/osx_autocolor.pm + +post-extract: + cd ${WRKSRC} && \ + ${SED} -n "/^## Copyright/,/^$$/p" sdif > LICENSE + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/lib && \ + ${COPYTREE_SHARE} App ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} + +.include Added: head/textproc/sdif/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sdif/distinfo Sat Apr 1 09:10:20 2017 (r437401) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491037017 +SHA256 (kaz-utashiro-sdif-v2.8.20170401-356575d_GH0.tar.gz) = e2ee2814f585dccc9b90e5b76fc55cf5b6edace91043831e3a839ead5856fdb2 +SIZE (kaz-utashiro-sdif-v2.8.20170401-356575d_GH0.tar.gz) = 16067 Added: head/textproc/sdif/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sdif/pkg-descr Sat Apr 1 09:10:20 2017 (r437401) @@ -0,0 +1,13 @@ +sdif is inspired by System V sdiff(1) command. The basic feature of +sdif is making a side-by-side listing of two different files. All +contents of two files are listed on left and right sides. Center +column is used to indicate how different those lines. No mark means +no difference. Added, deleted and modified lines are marked with `-' +and `+' character. + +It also reads and formats the output from diff command from standard +input. Besides normal diff output, context diff -c and unified diff +-u output will be handled properly. Combined diff format is also +supported, but currently limited upto three files. + +WWW: https://github.com/kaz-utashiro/sdif From owner-svn-ports-all@freebsd.org Sat Apr 1 09:13:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06FB0D26074; Sat, 1 Apr 2017 09:13:33 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7DA87AE; Sat, 1 Apr 2017 09:13:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v319DV0x054938; Sat, 1 Apr 2017 09:13:31 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v319DVqS054936; Sat, 1 Apr 2017 09:13:31 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201704010913.v319DVqS054936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 1 Apr 2017 09:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437402 - in head/textproc/greple: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 09:13:33 -0000 Author: hrs Date: Sat Apr 1 09:13:31 2017 New Revision: 437402 URL: https://svnweb.freebsd.org/changeset/ports/437402 Log: Update to a snapshot as of 2017/04/01. Deleted: head/textproc/greple/files/patch-lib_App_Greple_daemon3.pm Modified: head/textproc/greple/Makefile head/textproc/greple/distinfo Modified: head/textproc/greple/Makefile ============================================================================== --- head/textproc/greple/Makefile Sat Apr 1 09:10:20 2017 (r437401) +++ head/textproc/greple/Makefile Sat Apr 1 09:13:31 2017 (r437402) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= greple -PORTVERSION= 7.1.20170330 +PORTVERSION= 7.1.20170401 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -20,7 +20,7 @@ USE_PERL5= run SHEBANG_FILES= bin/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= kaz-utashiro -GH_TAGNAME= 084c10e +GH_TAGNAME= 5ad6491 NO_BUILD= yes NO_ARCH= yes @@ -31,7 +31,6 @@ post-extract: do-install: cd ${WRKSRC} && \ ${INSTALL_SCRIPT} bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${RM} -f ${WRKSRC}/lib/App/Greple/*.orig cd ${WRKSRC}/lib && \ ${COPYTREE_SHARE} App ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} Modified: head/textproc/greple/distinfo ============================================================================== --- head/textproc/greple/distinfo Sat Apr 1 09:10:20 2017 (r437401) +++ head/textproc/greple/distinfo Sat Apr 1 09:13:31 2017 (r437402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490948099 -SHA256 (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = c264281397668b32b71cc9267e93417c2f671108a507210941041f4224781826 -SIZE (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = 98548 +TIMESTAMP = 1491037914 +SHA256 (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = d873aad8e33988023c301a1df75840e727fb896a4bb96a08ab5956a0eb76eca6 +SIZE (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = 98718 From owner-svn-ports-all@freebsd.org Sat Apr 1 09:47:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A121D26E10; Sat, 1 Apr 2017 09:47:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21559EE3; Sat, 1 Apr 2017 09:47:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v319lB5G067683; Sat, 1 Apr 2017 09:47:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v319lB9b067681; Sat, 1 Apr 2017 09:47:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704010947.v319lB9b067681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 09:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437403 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 09:47:12 -0000 Author: pi Date: Sat Apr 1 09:47:10 2017 New Revision: 437403 URL: https://svnweb.freebsd.org/changeset/ports/437403 Log: graphics/p5-feedgnuplot: update 1.41 -> 1.42 - Data can now come from STDIN or files on the cmdline. This fixes a regression. Self-plotting data files work again Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/distinfo Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Sat Apr 1 09:13:31 2017 (r437402) +++ head/graphics/p5-feedgnuplot/Makefile Sat Apr 1 09:47:10 2017 (r437403) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= feedgnuplot -PORTVERSION= 1.41 +PORTVERSION= 1.42 CATEGORIES= graphics perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ PKGNAMEPREFIX= p5- Modified: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- head/graphics/p5-feedgnuplot/distinfo Sat Apr 1 09:13:31 2017 (r437402) +++ head/graphics/p5-feedgnuplot/distinfo Sat Apr 1 09:47:10 2017 (r437403) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490521842 -SHA256 (feedgnuplot-1.41.tar.gz) = 8a8626ba74a511f2883aa1727789778929c96ce4d212970a39e1ea5af1455a59 -SIZE (feedgnuplot-1.41.tar.gz) = 35367 +TIMESTAMP = 1491039238 +SHA256 (feedgnuplot-1.42.tar.gz) = 18b8bf6183d758316eae9a8c4a169be7ee066a1360f8fb1ab9eabf2141b98e97 +SIZE (feedgnuplot-1.42.tar.gz) = 35760 From owner-svn-ports-all@freebsd.org Sat Apr 1 09:49:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13344D26E59; Sat, 1 Apr 2017 09:49:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D954DFD2; Sat, 1 Apr 2017 09:49:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v319noLq067878; Sat, 1 Apr 2017 09:49:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v319nn2l067876; Sat, 1 Apr 2017 09:49:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704010949.v319nn2l067876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 09:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437404 - head/devel/antlr4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 09:49:51 -0000 Author: pi Date: Sat Apr 1 09:49:49 2017 New Revision: 437404 URL: https://svnweb.freebsd.org/changeset/ports/437404 Log: devel/antlr4: update 4.6 -> 4.7 Changes: https://github.com/antlr/antlr4/releases Modified: head/devel/antlr4/Makefile head/devel/antlr4/distinfo Modified: head/devel/antlr4/Makefile ============================================================================== --- head/devel/antlr4/Makefile Sat Apr 1 09:47:10 2017 (r437403) +++ head/devel/antlr4/Makefile Sat Apr 1 09:49:49 2017 (r437404) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= antlr4 -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= devel java MASTER_SITES= http://www.antlr.org/download/ DISTNAME= antlr-${PORTVERSION}-complete Modified: head/devel/antlr4/distinfo ============================================================================== --- head/devel/antlr4/distinfo Sat Apr 1 09:47:10 2017 (r437403) +++ head/devel/antlr4/distinfo Sat Apr 1 09:49:49 2017 (r437404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484596442 -SHA256 (antlr-4.6-complete.jar) = bd74482f0ee68001926863d4239d23b70719141db522343d39defc4f2cf25969 -SIZE (antlr-4.6-complete.jar) = 1623821 +TIMESTAMP = 1491040077 +SHA256 (antlr-4.7-complete.jar) = cd8bc38c2b72426f8d5922843c1b8ffcd0238fa34722597a944a153d8c570864 +SIZE (antlr-4.7-complete.jar) = 2046402 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:09:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A348D275BD; Sat, 1 Apr 2017 10:09: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 39430BD0; Sat, 1 Apr 2017 10:09: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 v31A9Ocd076063; Sat, 1 Apr 2017 10:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31A9Oao076062; Sat, 1 Apr 2017 10:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011009.v31A9Oao076062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437405 - branches/2017Q1/graphics/gdal X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:09:25 -0000 Author: sunpoet Date: Sat Apr 1 10:09:24 2017 New Revision: 437405 URL: https://svnweb.freebsd.org/changeset/ports/437405 Log: MFH: r436993 r437023 Fix POPPLER option - Bump PORTREVISION for package change PR: 217581 Submitted by: Erik Gustafson Use POPPLER_CONFIGURE_WITH Notified by: mat Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/graphics/gdal/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/graphics/gdal/Makefile ============================================================================== --- branches/2017Q1/graphics/gdal/Makefile Sat Apr 1 09:49:49 2017 (r437404) +++ branches/2017Q1/graphics/gdal/Makefile Sat Apr 1 10:09:24 2017 (r437405) @@ -4,6 +4,7 @@ PORTNAME= gdal PORTVERSION= 2.1.2 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -102,7 +103,7 @@ PGSQL_CONFIGURE_ON= --with-pg=${LOCALBAS PGSQL_USES= pgsql PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo -POPPLER_CONFIGURE_WITH= poppler +POPPLER_CONFIGURE_WITH= poppler=${LOCALBASE} POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite @@ -116,7 +117,7 @@ XERCES_LIB_DEPENDS= libxerces-c.so:textp post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure -# Cleanup bundled libraries +# Clean up bundled libraries @${RM} -r ${WRKSRC}/frmts/gif/giflib/ @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ From owner-svn-ports-all@freebsd.org Sat Apr 1 10:16:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46ADAD277AE; Sat, 1 Apr 2017 10:16:05 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB5EF50; Sat, 1 Apr 2017 10:16:04 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AG4ta079931; Sat, 1 Apr 2017 10:16:04 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AG4ch079929; Sat, 1 Apr 2017 10:16:04 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704011016.v31AG4ch079929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 1 Apr 2017 10:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437406 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:16:05 -0000 Author: brnrd Date: Sat Apr 1 10:16:03 2017 New Revision: 437406 URL: https://svnweb.freebsd.org/changeset/ports/437406 Log: www/mod_http2-devel: Update to 1.10.0 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sat Apr 1 10:09:24 2017 (r437405) +++ head/www/mod_http2-devel/Makefile Sat Apr 1 10:16:03 2017 (r437406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.9.3 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v DISTNAME= mod_http2-${DISTVERSIONPREFIX}${DISTVERSION} CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Sat Apr 1 10:09:24 2017 (r437405) +++ head/www/mod_http2-devel/distinfo Sat Apr 1 10:16:03 2017 (r437406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489433512 -SHA256 (mod_http2-v1.9.3_GH0.tar.gz) = fcf4b5a4f4cbc7331b30df81ca20d8c005defeb0a7c50db0e927f5021c55f454 -SIZE (mod_http2-v1.9.3_GH0.tar.gz) = 195534 +TIMESTAMP = 1491040284 +SHA256 (mod_http2-v1.10.0_GH0.tar.gz) = 69a8154cb57b337c74c10b3d863924a7bd2f49dae6488751f29c551c3fc9b520 +SIZE (mod_http2-v1.10.0_GH0.tar.gz) = 196382 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:22:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D9ABD279C0; Sat, 1 Apr 2017 10:22:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D48B3401; Sat, 1 Apr 2017 10:22:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AMi27083942; Sat, 1 Apr 2017 10:22:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AMiXs083941; Sat, 1 Apr 2017 10:22:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704011022.v31AMiXs083941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 1 Apr 2017 10:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437407 - branches/2017Q2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:22:45 -0000 Author: mat Date: Sat Apr 1 10:22:43 2017 New Revision: 437407 URL: https://svnweb.freebsd.org/changeset/ports/437407 Log: Bring in the shiny new 2017Q2 branch. With hat: portmgr Sponsored by: Absolight Added: branches/2017Q2/ - copied from r437406, head/ From owner-svn-ports-all@freebsd.org Sat Apr 1 10:45:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00BA6D29074; Sat, 1 Apr 2017 10:45:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBE449D; Sat, 1 Apr 2017 10:45:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AjQGQ092165; Sat, 1 Apr 2017 10:45:26 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AjQSO092163; Sat, 1 Apr 2017 10:45:26 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201704011045.v31AjQSO092163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 1 Apr 2017 10:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437408 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:45:28 -0000 Author: cpm Date: Sat Apr 1 10:45:26 2017 New Revision: 437408 URL: https://svnweb.freebsd.org/changeset/ports/437408 Log: www/chromium: update to 57.0.2987.133 MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/7cf058d8-158d-11e7-ba2c-e8e0b747a45a.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sat Apr 1 10:22:43 2017 (r437407) +++ head/www/chromium/Makefile Sat Apr 1 10:45:26 2017 (r437408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 57.0.2987.110 +PORTVERSION= 57.0.2987.133 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Sat Apr 1 10:22:43 2017 (r437407) +++ head/www/chromium/distinfo Sat Apr 1 10:45:26 2017 (r437408) @@ -1,5 +1,5 @@ -TIMESTAMP = 1489743061 -SHA256 (chromium-57.0.2987.110.tar.xz) = 6a03a290b313c5d8bb89891bfc816c61c798e6c96eaa62fb254d77ce9c2b89e4 -SIZE (chromium-57.0.2987.110.tar.xz) = 525293172 -SHA256 (chromium-57.0.2987.110-testdata.tar.xz) = 8f8b768190da7cea9365816443b0b98811cf7da939eed0752092d30b2d51752e -SIZE (chromium-57.0.2987.110-testdata.tar.xz) = 124084508 +TIMESTAMP = 1490878091 +SHA256 (chromium-57.0.2987.133.tar.xz) = 70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7 +SIZE (chromium-57.0.2987.133.tar.xz) = 525240460 +SHA256 (chromium-57.0.2987.133-testdata.tar.xz) = 16188e40b7dccbbce4f20dd0a2c5dafabc98c4fd55bbbc85d1458a736e2d8084 +SIZE (chromium-57.0.2987.133-testdata.tar.xz) = 124080256 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7A5D292DA; Sat, 1 Apr 2017 10:52: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 7F8DF90C; Sat, 1 Apr 2017 10:52: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 v31AqFIY096075; Sat, 1 Apr 2017 10:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqFsG096074; Sat, 1 Apr 2017 10:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqFsG096074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437409 - head/devel/phabricator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:16 -0000 Author: sunpoet Date: Sat Apr 1 10:52:15 2017 New Revision: 437409 URL: https://svnweb.freebsd.org/changeset/ports/437409 Log: Add PHP 7.x support - Use mysqli instead of mysqli - Update pecl-APCu dependency - Remove unnecessary PHP_EXT_DIR check - Sort USE_PHP - Bump PORTREVISION for dependency change Differential Revision: https://reviews.freebsd.org/D8647 Approved by: grembo (maintainer) Modified: head/devel/phabricator/Makefile Modified: head/devel/phabricator/Makefile ============================================================================== --- head/devel/phabricator/Makefile Sat Apr 1 10:45:26 2017 (r437408) +++ head/devel/phabricator/Makefile Sat Apr 1 10:52:15 2017 (r437409) @@ -2,6 +2,7 @@ PORTNAME= phabricator PORTVERSION= 20161003 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -24,18 +25,19 @@ SHEBANG_FILES= externals/httpful/build \ externals/restful/build-phar \ scripts/install/install_rhel-derivs.sh \ scripts/install/install_ubuntu.sh -USE_PHP= ctype curl fileinfo hash iconv filter mbstring mysql openssl \ +USE_PHP= ctype curl fileinfo filter hash iconv mbstring mysqli openssl \ pcntl posix -IGNORE_WITH_PHP= 70 GD_USE= PHP=gd .include .if ${PORT_OPTIONS:MOPCACHE} -. if ${PHP_EXT_DIR:C|[^0-9]||g} >= 20121212 USE_PHP+= opcache +. if ${PHP_VER} >= 70 RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu +. else +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4 . endif .endif From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F8D1D2943A; Sat, 1 Apr 2017 10:52: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 2F7D798D; Sat, 1 Apr 2017 10:52: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 v31AqPpa096330; Sat, 1 Apr 2017 10:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqPVp096328; Sat, 1 Apr 2017 10:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqPVp096328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437411 - head/devel/p5-Function-Parameters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:26 -0000 Author: sunpoet Date: Sat Apr 1 10:52:24 2017 New Revision: 437411 URL: https://svnweb.freebsd.org/changeset/ports/437411 Log: Update to 2.000003 Changes: http://search.cpan.org/dist/Function-Parameters/Changes Modified: head/devel/p5-Function-Parameters/Makefile head/devel/p5-Function-Parameters/distinfo Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Sat Apr 1 10:52:20 2017 (r437410) +++ head/devel/p5-Function-Parameters/Makefile Sat Apr 1 10:52:24 2017 (r437411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 2.000002 +PORTVERSION= 2.000003 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE Modified: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- head/devel/p5-Function-Parameters/distinfo Sat Apr 1 10:52:20 2017 (r437410) +++ head/devel/p5-Function-Parameters/distinfo Sat Apr 1 10:52:24 2017 (r437411) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490804810 -SHA256 (Function-Parameters-2.000002.tar.gz) = c2d6f72c6c743878bc3c4a50b11f945be620121c27b3345f6c6ca143611987f7 -SIZE (Function-Parameters-2.000002.tar.gz) = 86021 +TIMESTAMP = 1491036856 +SHA256 (Function-Parameters-2.000003.tar.gz) = f76d2bf9d7dfe861cb45bd36935bd1f4427c6e8d9d0664e7c6aba871143a66ea +SIZE (Function-Parameters-2.000003.tar.gz) = 87239 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9A9BD2945F; Sat, 1 Apr 2017 10:52:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A73BEAEE; Sat, 1 Apr 2017 10:52:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AqTJX096450; Sat, 1 Apr 2017 10:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqTir096448; Sat, 1 Apr 2017 10:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqTir096448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437412 - head/databases/py-sqlalchemy11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:31 -0000 Author: sunpoet Date: Sat Apr 1 10:52:29 2017 New Revision: 437412 URL: https://svnweb.freebsd.org/changeset/ports/437412 Log: Update to 1.1.8 Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html Modified: head/databases/py-sqlalchemy11/Makefile head/databases/py-sqlalchemy11/distinfo Modified: head/databases/py-sqlalchemy11/Makefile ============================================================================== --- head/databases/py-sqlalchemy11/Makefile Sat Apr 1 10:52:24 2017 (r437411) +++ head/databases/py-sqlalchemy11/Makefile Sat Apr 1 10:52:29 2017 (r437412) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-sqlalchemy11/distinfo ============================================================================== --- head/databases/py-sqlalchemy11/distinfo Sat Apr 1 10:52:24 2017 (r437411) +++ head/databases/py-sqlalchemy11/distinfo Sat Apr 1 10:52:29 2017 (r437412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490727977 -SHA256 (SQLAlchemy-1.1.7.tar.gz) = 9308b2886285dec57aa9e569a0519220e83515e15c6e3eda803c07deb7c1cbad -SIZE (SQLAlchemy-1.1.7.tar.gz) = 5160537 +TIMESTAMP = 1491036868 +SHA256 (SQLAlchemy-1.1.8.tar.gz) = e6f2b0c0b89fad86ff589c2d1da88cc8a88f88a2818a8c5e3b9717ac81ce979e +SIZE (SQLAlchemy-1.1.8.tar.gz) = 5162282 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D30D294C7; Sat, 1 Apr 2017 10:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09E24B95; Sat, 1 Apr 2017 10:52:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Aqdcn096706; Sat, 1 Apr 2017 10:52:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqcAR096703; Sat, 1 Apr 2017 10:52:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqcAR096703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437414 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:40 -0000 Author: sunpoet Date: Sat Apr 1 10:52:38 2017 New Revision: 437414 URL: https://svnweb.freebsd.org/changeset/ports/437414 Log: Update to 1.823 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo head/devel/p5-MCE/pkg-plist Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Sat Apr 1 10:52:33 2017 (r437413) +++ head/devel/p5-MCE/Makefile Sat Apr 1 10:52:38 2017 (r437414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.821 +PORTVERSION= 1.823 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Sat Apr 1 10:52:33 2017 (r437413) +++ head/devel/p5-MCE/distinfo Sat Apr 1 10:52:38 2017 (r437414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490101731 -SHA256 (MCE-1.821.tar.gz) = be05275e783d706aa559ef9b8a22087f6fecd7f2188730466456aa2db4e8b7bb -SIZE (MCE-1.821.tar.gz) = 175624 +TIMESTAMP = 1491036882 +SHA256 (MCE-1.823.tar.gz) = e19dd661256f8e13613fa22cadc2738ddf668c96ebf29e1060b38c4ff288f5e4 +SIZE (MCE-1.823.tar.gz) = 176549 Modified: head/devel/p5-MCE/pkg-plist ============================================================================== --- head/devel/p5-MCE/pkg-plist Sat Apr 1 10:52:33 2017 (r437413) +++ head/devel/p5-MCE/pkg-plist Sat Apr 1 10:52:38 2017 (r437414) @@ -16,6 +16,8 @@ %%SITE_PERL%%/MCE/Loop.pm %%SITE_PERL%%/MCE/Map.pm %%SITE_PERL%%/MCE/Mutex.pm +%%SITE_PERL%%/MCE/Mutex/Channel.pm +%%SITE_PERL%%/MCE/Mutex/Flock.pm %%SITE_PERL%%/MCE/Queue.pm %%SITE_PERL%%/MCE/Relay.pm %%SITE_PERL%%/MCE/Signal.pm @@ -32,6 +34,8 @@ %%PERL5_MAN3%%/MCE::Loop.3.gz %%PERL5_MAN3%%/MCE::Map.3.gz %%PERL5_MAN3%%/MCE::Mutex.3.gz +%%PERL5_MAN3%%/MCE::Mutex::Channel.3.gz +%%PERL5_MAN3%%/MCE::Mutex::Flock.3.gz %%PERL5_MAN3%%/MCE::Queue.3.gz %%PERL5_MAN3%%/MCE::Relay.3.gz %%PERL5_MAN3%%/MCE::Signal.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D58D29300; Sat, 1 Apr 2017 10:52: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 7BD5092D; Sat, 1 Apr 2017 10:52: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 v31AqKjF096211; Sat, 1 Apr 2017 10:52:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqKWG096207; Sat, 1 Apr 2017 10:52:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqKWG096207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437410 - head/www/npm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:22 -0000 Author: sunpoet Date: Sat Apr 1 10:52:20 2017 New Revision: 437410 URL: https://svnweb.freebsd.org/changeset/ports/437410 Log: Update to 2.15.12 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v2.15.12/CHANGELOG.md Modified: head/www/npm2/Makefile head/www/npm2/distinfo head/www/npm2/pkg-plist Modified: head/www/npm2/Makefile ============================================================================== --- head/www/npm2/Makefile Sat Apr 1 10:52:15 2017 (r437409) +++ head/www/npm2/Makefile Sat Apr 1 10:52:20 2017 (r437410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.15.11 +PORTVERSION= 2.15.12 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 2 Modified: head/www/npm2/distinfo ============================================================================== --- head/www/npm2/distinfo Sat Apr 1 10:52:15 2017 (r437409) +++ head/www/npm2/distinfo Sat Apr 1 10:52:20 2017 (r437410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477514023 -SHA256 (npm-2.15.11.tar.xz) = bf53de633f0aa9c3476b6793bf4e46e4966f1ebe1f9084b9c13eb864bc9cb2fa -SIZE (npm-2.15.11.tar.xz) = 2687120 +TIMESTAMP = 1491034786 +SHA256 (npm-2.15.12.tar.xz) = 89c2effda0fb77675be83d5be375976bbd0779fda5d8dcb3092b549a0fae7b9b +SIZE (npm-2.15.12.tar.xz) = 2518240 Modified: head/www/npm2/pkg-plist ============================================================================== --- head/www/npm2/pkg-plist Sat Apr 1 10:52:15 2017 (r437409) +++ head/www/npm2/pkg-plist Sat Apr 1 10:52:20 2017 (r437410) @@ -878,7 +878,6 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/0002-gyp-apply-https-codereview.chromium.org-11361103.patch lib/node_modules/npm/node_modules/node-gyp/0003-gyp-don-t-use-links-at-all-just-copy-the-files-inste.patch lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md -lib/node_modules/npm/node_modules/node-gyp/History.md lib/node_modules/npm/node_modules/node-gyp/LICENSE lib/node_modules/npm/node_modules/node-gyp/README.md lib/node_modules/npm/node_modules/node-gyp/addon.gypi @@ -959,861 +958,24 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +lib/node_modules/npm/node_modules/node-gyp/lib/Find-VS2017.cs lib/node_modules/npm/node_modules/node-gyp/lib/build.js lib/node_modules/npm/node_modules/node-gyp/lib/clean.js lib/node_modules/npm/node_modules/node-gyp/lib/configure.js lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +lib/node_modules/npm/node_modules/node-gyp/lib/find-vs2017.js lib/node_modules/npm/node_modules/node-gyp/lib/install.js lib/node_modules/npm/node_modules/node-gyp/lib/list.js lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js lib/node_modules/npm/node_modules/node-gyp/lib/remove.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/Makefile -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/component.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/Makefile -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/Readme.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/bower.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/browser.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/component.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/debug.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/.lint -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/CHANGES -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-native-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/is-symbol.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/.lint -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/CHANGES -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/LICENCE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/auto-bind.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/lazy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/test/auto-bind.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/test/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/d/test/lazy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/.lint -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/.lintignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/CHANGES -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/@@iterator/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/@@iterator/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/@@iterator/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/@@iterator/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/_compare-by-length.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/binary-search.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/clear.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/compact.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/concat/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/concat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/concat/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/concat/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/contains.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/copy-within/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/copy-within/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/copy-within/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/copy-within/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/diff.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/e-index-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/e-last-index-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/entries/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/entries/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/entries/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/entries/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/exclusion.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/fill/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/fill/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/fill/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/fill/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/filter/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/filter/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/filter/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/filter/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find-index/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find-index/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find-index/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find-index/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/find/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/first-index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/first.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/flatten.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/for-each-right.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/group.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/indexes-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/intersection.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/is-copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/is-uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/keys/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/keys/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/keys/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/keys/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/last-index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/last.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/map/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/map/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/map/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/map/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/remove.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/separate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/slice/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/slice/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/slice/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/slice/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/some-right.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/splice/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/splice/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/splice/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/splice/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/values/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/values/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/values/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/#/values/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/_is-extensible.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/_sub-array-dummy-safe.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/_sub-array-dummy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/from/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/from/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/from/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/from/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/generate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/is-plain-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/of/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/of/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/of/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/of/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/to-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/array/valid-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/boolean/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/boolean/is-boolean.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/days-in-month.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/floor-day.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/floor-month.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/floor-year.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/format.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/is-date.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/date/valid-date.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/#/throw.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/custom.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/is-error.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/error/valid-error.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/compose.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/curry.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/lock.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/not.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/partial.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/spread.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/to-string-tokens.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/_define-length.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/constant.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/identity.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/invoke.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/is-arguments.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/is-function.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/noop.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/pluck.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/valid-function.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/global.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/iterable/for-each.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/iterable/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/iterable/is.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/iterable/validate-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/iterable/validate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/_pack-ieee754.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/_unpack-ieee754.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/acosh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/acosh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/acosh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/acosh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/asinh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/asinh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/asinh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/asinh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/atanh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/atanh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/atanh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/atanh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cbrt/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cbrt/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cbrt/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cbrt/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/clz32/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/clz32/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/clz32/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/clz32/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cosh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cosh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cosh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/cosh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/expm1/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/expm1/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/expm1/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/expm1/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/fround/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/fround/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/fround/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/fround/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/hypot/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/hypot/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/hypot/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/hypot/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/imul/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/imul/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/imul/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/imul/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log10/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log10/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log10/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log10/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log1p/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log1p/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log1p/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log1p/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log2/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log2/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log2/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/log2/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sign/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sign/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sign/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sign/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sinh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sinh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sinh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/sinh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/tanh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/tanh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/tanh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/tanh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/trunc/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/trunc/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/trunc/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/trunc/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/#/chain.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/.lint -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/.travis.yml -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/CHANGES -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/for-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/get.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/is-iterable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/string.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/#/chain.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/for-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/get.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/is-iterable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/string.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/test/valid-iterable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/node_modules/es6-iterator/valid-iterable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/#/pad.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/epsilon/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/epsilon/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/epsilon/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-finite/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-finite/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-finite/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-finite/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-integer/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-nan/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-nan/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-nan/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-nan/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-natural.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-number.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/is-safe-integer/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/max-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/max-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/max-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/min-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/min-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/min-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/to-integer.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/to-pos-integer.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/number/to-uint32.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/_iterate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/assign/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/assign/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/assign/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/assign/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/clear.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/compact.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/compare.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/copy-deep.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/count.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/create.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/ensure-natural-number-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/ensure-natural-number.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/eq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/every.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/filter.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/find-key.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/find.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/first-key.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/flatten.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/for-each.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/get-property-names.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-array-like.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-callable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-copy-deep.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-empty.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-number-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is-plain-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/is.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/key-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/keys/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/keys/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/keys/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/keys/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/map-keys.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/map.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/mixin-prototypes.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/mixin.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/normalize-options.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/primitive-set.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/safe-traverse.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/serialize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/set-prototype-of/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/set-prototype-of/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/set-prototype-of/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/set-prototype-of/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/some.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/to-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/unserialize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/valid-callable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/valid-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/valid-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/validate-array-like-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/validate-array-like.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/validate-stringifiable-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/object/validate-stringifiable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/is-sticky.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/is-unicode.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/match/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/match/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/match/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/match/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/replace/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/replace/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/replace/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/replace/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/search/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/search/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/search/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/search/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/split/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/split/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/split/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/split/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/sticky/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/sticky/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/unicode/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/#/unicode/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/escape.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/is-reg-exp.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/reg-exp/valid-reg-exp.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/@@iterator/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/@@iterator/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/@@iterator/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/@@iterator/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/at.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/camel-to-hyphen.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/capitalize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/case-insensitive-compare.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/code-point-at/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/code-point-at/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/code-point-at/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/code-point-at/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/contains/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/contains/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/contains/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/contains/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/ends-with/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/ends-with/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/ends-with/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/ends-with/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/hyphen-to-camel.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/indent.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/last.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/normalize/_data.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/normalize/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/normalize/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/normalize/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/normalize/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/pad.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/plain-replace-all.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/plain-replace.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/repeat/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/repeat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/repeat/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/repeat/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/starts-with/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/starts-with/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/starts-with/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/starts-with/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/uncapitalize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/format-method.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/from-code-point/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/from-code-point/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/from-code-point/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/from-code-point/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/is-string.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/random-uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/raw/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/raw/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/raw/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/raw/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/__tad.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/@@iterator/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/@@iterator/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/@@iterator/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/@@iterator/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/_compare-by-length.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/binary-search.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/clear.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/compact.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/concat/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/concat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/concat/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/concat/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/contains.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/copy-within/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/copy-within/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/copy-within/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/copy-within/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/diff.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/e-index-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/e-last-index-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/entries/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/entries/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/entries/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/entries/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/exclusion.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/fill/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/fill/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/fill/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/fill/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/filter/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/filter/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/filter/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/filter/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find-index/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find-index/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find-index/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find-index/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/find/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/first-index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/first.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/flatten.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/for-each-right.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/group.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/indexes-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/intersection.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/is-copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/is-uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/keys/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/keys/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/keys/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/keys/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/last-index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/last.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/map/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/map/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/map/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/map/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/remove.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/separate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/slice/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/slice/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/slice/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/slice/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/some-right.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/splice/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/splice/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/splice/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/splice/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/values/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/values/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/values/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/values/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/__scopes.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/_is-extensible.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/_sub-array-dummy-safe.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/_sub-array-dummy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/from/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/from/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/from/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/from/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/generate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/is-plain-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/of/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/of/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/of/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/of/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/to-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/valid-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/boolean/is-boolean.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/days-in-month.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/floor-day.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/floor-month.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/floor-year.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/#/format.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/is-date.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/date/valid-date.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/error/#/throw.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/error/custom.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/error/is-error.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/error/valid-error.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/compose.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/curry.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/lock.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/not.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/partial.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/spread.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/#/to-string-tokens.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/_define-length.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/constant.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/identity.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/invoke.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/is-arguments.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/is-function.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/noop.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/pluck.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/function/valid-function.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/global.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/iterable/for-each.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/iterable/is.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/iterable/validate-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/iterable/validate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/_pack-ieee754.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/_unpack-ieee754.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/acosh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/acosh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/acosh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/acosh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/asinh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/asinh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/asinh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/asinh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/atanh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/atanh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/atanh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/atanh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cbrt/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cbrt/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cbrt/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cbrt/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/clz32/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/clz32/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/clz32/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/clz32/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cosh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cosh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cosh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/cosh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/expm1/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/expm1/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/expm1/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/expm1/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/fround/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/fround/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/fround/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/fround/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/hypot/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/hypot/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/hypot/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/hypot/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/imul/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/imul/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/imul/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/imul/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log10/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log10/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log10/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log10/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log1p/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log1p/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log1p/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log1p/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log2/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log2/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log2/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/log2/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sign/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sign/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sign/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sign/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sinh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sinh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sinh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/sinh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/tanh/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/tanh/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/tanh/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/tanh/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/trunc/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/trunc/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/trunc/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/math/trunc/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/#/pad.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/epsilon/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/epsilon/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/epsilon/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-finite/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-finite/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-finite/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-finite/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-integer/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-nan/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-nan/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-nan/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-nan/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-natural.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-number.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-safe-integer/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/max-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/max-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/max-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/min-safe-integer/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/min-safe-integer/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/min-safe-integer/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/to-integer.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/to-pos-integer.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/to-uint32.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/_iterate.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/assign/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/assign/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/assign/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/assign/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/clear.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/compact.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/compare.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/copy-deep.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/count.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/create.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/ensure-natural-number-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/ensure-natural-number.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/eq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/every.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/filter.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/find-key.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/find.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/first-key.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/flatten.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/for-each.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/get-property-names.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-array-like.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-callable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-copy-deep.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-copy.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-empty.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-number-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is-plain-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/is.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/key-of.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/keys/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/keys/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/keys/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/keys/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/map-keys.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/map.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/mixin-prototypes.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/mixin.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/normalize-options.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/primitive-set.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/safe-traverse.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/serialize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/set-prototype-of/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/set-prototype-of/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/set-prototype-of/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/set-prototype-of/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/some.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/to-array.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/unserialize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/valid-callable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/valid-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/valid-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/validate-array-like-object.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/validate-array-like.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/validate-stringifiable-value.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/object/validate-stringifiable.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/is-sticky.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/is-unicode.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/match/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/match/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/match/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/match/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/replace/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/replace/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/replace/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/replace/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/search/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/search/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/search/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/search/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/split/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/split/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/split/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/split/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/sticky/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/sticky/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/unicode/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/unicode/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/escape.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/is-reg-exp.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/valid-reg-exp.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/@@iterator/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/@@iterator/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/@@iterator/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/@@iterator/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/at.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/camel-to-hyphen.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/capitalize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/case-insensitive-compare.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/code-point-at/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/code-point-at/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/code-point-at/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/code-point-at/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/contains/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/contains/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/contains/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/contains/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/ends-with/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/ends-with/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/ends-with/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/ends-with/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/hyphen-to-camel.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/indent.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/last.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/_data.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/pad.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/plain-replace-all.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/plain-replace.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/repeat/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/repeat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/repeat/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/repeat/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/uncapitalize.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/format-method.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/from-code-point/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/from-code-point/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/from-code-point/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/from-code-point/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/is-string.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/random-uniq.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/raw/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/raw/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/raw/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/raw/shim.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/polyfill.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/implement.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/is-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/is-native-implemented.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/is-symbol.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/polyfill.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/test/validate-symbol.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/validate-symbol.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/test.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/test/test.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/bin/semver +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/range.bnf +lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.js lib/node_modules/npm/node_modules/node-gyp/package.json lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc lib/node_modules/npm/node_modules/node-gyp/test/docker.sh @@ -1823,6 +985,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/test/fixtures/server.key lib/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js lib/node_modules/npm/node_modules/node-gyp/test/test-addon.js +lib/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js lib/node_modules/npm/node_modules/node-gyp/test/test-download.js lib/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js lib/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50875D2948E; Sat, 1 Apr 2017 10:52:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7E2B36; Sat, 1 Apr 2017 10:52: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 v31AqY0i096569; Sat, 1 Apr 2017 10:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqYUF096567; Sat, 1 Apr 2017 10:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqYUF096567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437413 - head/security/rubygem-sshkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:35 -0000 Author: sunpoet Date: Sat Apr 1 10:52:33 2017 New Revision: 437413 URL: https://svnweb.freebsd.org/changeset/ports/437413 Log: Update to 1.13.1 Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md Modified: head/security/rubygem-sshkit/Makefile head/security/rubygem-sshkit/distinfo Modified: head/security/rubygem-sshkit/Makefile ============================================================================== --- head/security/rubygem-sshkit/Makefile Sat Apr 1 10:52:29 2017 (r437412) +++ head/security/rubygem-sshkit/Makefile Sat Apr 1 10:52:33 2017 (r437413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-sshkit/distinfo ============================================================================== --- head/security/rubygem-sshkit/distinfo Sat Apr 1 10:52:29 2017 (r437412) +++ head/security/rubygem-sshkit/distinfo Sat Apr 1 10:52:33 2017 (r437413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490461233 -SHA256 (rubygem/sshkit-1.13.0.gem) = 02b3c70b103697f4cbe911463fc40527b7e388368f921ff3ba656533c180a801 -SIZE (rubygem/sshkit-1.13.0.gem) = 146944 +TIMESTAMP = 1491036876 +SHA256 (rubygem/sshkit-1.13.1.gem) = 6b573369dbca2a0e0591b95e12971fda71eecc0147ad9aa287074224c486e01b +SIZE (rubygem/sshkit-1.13.1.gem) = 147456 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B3DBD2953C; Sat, 1 Apr 2017 10:52:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01EB2C7B; Sat, 1 Apr 2017 10:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AqmOZ096961; Sat, 1 Apr 2017 10:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqlCw096958; Sat, 1 Apr 2017 10:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqlCw096958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437416 - head/textproc/p5-XML-NamespaceSupport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:49 -0000 Author: sunpoet Date: Sat Apr 1 10:52:47 2017 New Revision: 437416 URL: https://svnweb.freebsd.org/changeset/ports/437416 Log: Update to 1.12 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/XML-NamespaceSupport/Changes Modified: head/textproc/p5-XML-NamespaceSupport/Makefile head/textproc/p5-XML-NamespaceSupport/distinfo head/textproc/p5-XML-NamespaceSupport/pkg-plist Modified: head/textproc/p5-XML-NamespaceSupport/Makefile ============================================================================== --- head/textproc/p5-XML-NamespaceSupport/Makefile Sat Apr 1 10:52:43 2017 (r437415) +++ head/textproc/p5-XML-NamespaceSupport/Makefile Sat Apr 1 10:52:47 2017 (r437416) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-NamespaceSupport -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple generic namespace support class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-NamespaceSupport/distinfo ============================================================================== --- head/textproc/p5-XML-NamespaceSupport/distinfo Sat Apr 1 10:52:43 2017 (r437415) +++ head/textproc/p5-XML-NamespaceSupport/distinfo Sat Apr 1 10:52:47 2017 (r437416) @@ -1,2 +1,3 @@ -SHA256 (XML-NamespaceSupport-1.11.tar.gz) = 6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea -SIZE (XML-NamespaceSupport-1.11.tar.gz) = 52077 +TIMESTAMP = 1491036898 +SHA256 (XML-NamespaceSupport-1.12.tar.gz) = 47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef +SIZE (XML-NamespaceSupport-1.12.tar.gz) = 18012 Modified: head/textproc/p5-XML-NamespaceSupport/pkg-plist ============================================================================== --- head/textproc/p5-XML-NamespaceSupport/pkg-plist Sat Apr 1 10:52:43 2017 (r437415) +++ head/textproc/p5-XML-NamespaceSupport/pkg-plist Sat Apr 1 10:52:47 2017 (r437416) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/XML::NamespaceSupport.3.gz %%SITE_PERL%%/XML/NamespaceSupport.pm +%%PERL5_MAN3%%/XML::NamespaceSupport.3.gz From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57B4D294EE; Sat, 1 Apr 2017 10:52:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69F18C01; Sat, 1 Apr 2017 10:52:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AqhGI096824; Sat, 1 Apr 2017 10:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqhAa096822; Sat, 1 Apr 2017 10:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqhAa096822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437415 - head/ftp/p5-Net-FTPSSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:44 -0000 Author: sunpoet Date: Sat Apr 1 10:52:43 2017 New Revision: 437415 URL: https://svnweb.freebsd.org/changeset/ports/437415 Log: Update to 0.38 Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes Modified: head/ftp/p5-Net-FTPSSL/Makefile head/ftp/p5-Net-FTPSSL/distinfo Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Sat Apr 1 10:52:38 2017 (r437414) +++ head/ftp/p5-Net-FTPSSL/Makefile Sat Apr 1 10:52:43 2017 (r437415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-FTPSSL -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-Net-FTPSSL/distinfo ============================================================================== --- head/ftp/p5-Net-FTPSSL/distinfo Sat Apr 1 10:52:38 2017 (r437414) +++ head/ftp/p5-Net-FTPSSL/distinfo Sat Apr 1 10:52:43 2017 (r437415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490413284 -SHA256 (Net-FTPSSL-0.37.tar.gz) = 608796361056911d56dbbe80ec1c30c3f0b33043c5acef3ae4d74b7253d765d6 -SIZE (Net-FTPSSL-0.37.tar.gz) = 107601 +TIMESTAMP = 1491036891 +SHA256 (Net-FTPSSL-0.38.tar.gz) = 3220483144d1acfdef0722081d478863b4afcc63b49555d59b6dc3245ae93cd6 +SIZE (Net-FTPSSL-0.38.tar.gz) = 107543 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF19AD2958B; Sat, 1 Apr 2017 10:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F34ACEE; Sat, 1 Apr 2017 10:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Aqq6r097079; Sat, 1 Apr 2017 10:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqqVZ097077; Sat, 1 Apr 2017 10:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqqVZ097077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437417 - head/www/p5-HTTP-Server-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:53 -0000 Author: sunpoet Date: Sat Apr 1 10:52:52 2017 New Revision: 437417 URL: https://svnweb.freebsd.org/changeset/ports/437417 Log: Update to 0.52 - Add removed Perl core module to *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Server-Simple/Changes Modified: head/www/p5-HTTP-Server-Simple/Makefile head/www/p5-HTTP-Server-Simple/distinfo Modified: head/www/p5-HTTP-Server-Simple/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple/Makefile Sat Apr 1 10:52:47 2017 (r437416) +++ head/www/p5-HTTP-Server-Simple/Makefile Sat Apr 1 10:52:52 2017 (r437417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,10 @@ COMMENT= Simple standalone HTTP daemon LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Server-Simple/distinfo ============================================================================== --- head/www/p5-HTTP-Server-Simple/distinfo Sat Apr 1 10:52:47 2017 (r437416) +++ head/www/p5-HTTP-Server-Simple/distinfo Sat Apr 1 10:52:52 2017 (r437417) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Server-Simple-0.51.tar.gz) = b9dc5c9f12c16ca39a96f0ede1e27a18a5594274ff8f583000788a7fca136dfb -SIZE (HTTP-Server-Simple-0.51.tar.gz) = 35056 +TIMESTAMP = 1491036906 +SHA256 (HTTP-Server-Simple-0.52.tar.gz) = d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c +SIZE (HTTP-Server-Simple-0.52.tar.gz) = 36722 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DB6ED295C0; Sat, 1 Apr 2017 10:52: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 34BAED4D; Sat, 1 Apr 2017 10:52:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AqvEU097200; Sat, 1 Apr 2017 10:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AqvLU097198; Sat, 1 Apr 2017 10:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011052.v31AqvLU097198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437418 - head/devel/rubygem-enumerize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:52:58 -0000 Author: sunpoet Date: Sat Apr 1 10:52:57 2017 New Revision: 437418 URL: https://svnweb.freebsd.org/changeset/ports/437418 Log: Update to 2.1.0 Changes: https://github.com/brainspec/enumerize/blob/master/CHANGELOG.md Modified: head/devel/rubygem-enumerize/Makefile head/devel/rubygem-enumerize/distinfo Modified: head/devel/rubygem-enumerize/Makefile ============================================================================== --- head/devel/rubygem-enumerize/Makefile Sat Apr 1 10:52:52 2017 (r437417) +++ head/devel/rubygem-enumerize/Makefile Sat Apr 1 10:52:57 2017 (r437418) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= enumerize -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-enumerize/distinfo ============================================================================== --- head/devel/rubygem-enumerize/distinfo Sat Apr 1 10:52:52 2017 (r437417) +++ head/devel/rubygem-enumerize/distinfo Sat Apr 1 10:52:57 2017 (r437418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486254689 -SHA256 (rubygem/enumerize-2.0.1.gem) = db8b4e8a6eda97eab47aebf351acaa2461e68b4957f27e69d04c412e8572f131 -SIZE (rubygem/enumerize-2.0.1.gem) = 30208 +TIMESTAMP = 1491036911 +SHA256 (rubygem/enumerize-2.1.0.gem) = a7c37bd27251bb7588f92a391b9961863240f86b4baf68c2ff869502da6eb59f +SIZE (rubygem/enumerize-2.1.0.gem) = 30720 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07039D295EC; Sat, 1 Apr 2017 10:53: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 C453DDA5; Sat, 1 Apr 2017 10:53: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 v31Ar1uG097323; Sat, 1 Apr 2017 10:53:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Ar1Vg097321; Sat, 1 Apr 2017 10:53:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31Ar1Vg097321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437419 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:03 -0000 Author: sunpoet Date: Sat Apr 1 10:53:01 2017 New Revision: 437419 URL: https://svnweb.freebsd.org/changeset/ports/437419 Log: Update to 0.10.3 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Sat Apr 1 10:52:57 2017 (r437418) +++ head/devel/rubygem-google-api-client/Makefile Sat Apr 1 10:53:01 2017 (r437419) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Sat Apr 1 10:52:57 2017 (r437418) +++ head/devel/rubygem-google-api-client/distinfo Sat Apr 1 10:53:01 2017 (r437419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490728023 -SHA256 (rubygem/google-api-client-0.10.2.gem) = eb389628e6c3b51377cfed8273bbe45063a0b87ccc43b937fac4fb2142f99aed -SIZE (rubygem/google-api-client-0.10.2.gem) = 2716672 +TIMESTAMP = 1491036927 +SHA256 (rubygem/google-api-client-0.10.3.gem) = 621857e0183533c91c921a20f056e539dab8f75be00baf3ced8d17d42274e30c +SIZE (rubygem/google-api-client-0.10.3.gem) = 2759168 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA4EAD29615; Sat, 1 Apr 2017 10:53: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 7C499E00; Sat, 1 Apr 2017 10:53: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 v31Ar6nH097427; Sat, 1 Apr 2017 10:53:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Ar6qH097426; Sat, 1 Apr 2017 10:53:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31Ar6qH097426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437420 - head/devel/rubygem-health_check22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:07 -0000 Author: sunpoet Date: Sat Apr 1 10:53:06 2017 New Revision: 437420 URL: https://svnweb.freebsd.org/changeset/ports/437420 Log: Add LICENSE_FILE and PORTSCOUT Modified: head/devel/rubygem-health_check22/Makefile Modified: head/devel/rubygem-health_check22/Makefile ============================================================================== --- head/devel/rubygem-health_check22/Makefile Sat Apr 1 10:53:01 2017 (r437419) +++ head/devel/rubygem-health_check22/Makefile Sat Apr 1 10:53:06 2017 (r437420) @@ -11,6 +11,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple health check of Rails app for uptime monitoring LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +PORTSCOUT= limit:^2\.2\. NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BB6D29640; Sat, 1 Apr 2017 10:53: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 16569E5F; Sat, 1 Apr 2017 10:53: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 v31ArBwC097548; Sat, 1 Apr 2017 10:53:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArBxB097546; Sat, 1 Apr 2017 10:53:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArBxB097546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437421 - head/print/rubygem-prawn-svg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:12 -0000 Author: sunpoet Date: Sat Apr 1 10:53:10 2017 New Revision: 437421 URL: https://svnweb.freebsd.org/changeset/ports/437421 Log: Update to 0.27.0 Changes: https://github.com/mogest/prawn-svg/releases Modified: head/print/rubygem-prawn-svg/Makefile head/print/rubygem-prawn-svg/distinfo Modified: head/print/rubygem-prawn-svg/Makefile ============================================================================== --- head/print/rubygem-prawn-svg/Makefile Sat Apr 1 10:53:06 2017 (r437420) +++ head/print/rubygem-prawn-svg/Makefile Sat Apr 1 10:53:10 2017 (r437421) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= prawn-svg -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 CATEGORIES= print rubygems MASTER_SITES= RG Modified: head/print/rubygem-prawn-svg/distinfo ============================================================================== --- head/print/rubygem-prawn-svg/distinfo Sat Apr 1 10:53:06 2017 (r437420) +++ head/print/rubygem-prawn-svg/distinfo Sat Apr 1 10:53:10 2017 (r437421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482938811 -SHA256 (rubygem/prawn-svg-0.26.0.gem) = 4887a26cedec3fb6906204660e3582af84281228973b3bcaae717e5564496c96 -SIZE (rubygem/prawn-svg-0.26.0.gem) = 263680 +TIMESTAMP = 1491036934 +SHA256 (rubygem/prawn-svg-0.27.0.gem) = 6d5d71570b5679257220773ff65f75453865c8e41deb988eb5426a5ac494eadd +SIZE (rubygem/prawn-svg-0.27.0.gem) = 263680 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F14D8D2966A; Sat, 1 Apr 2017 10:53: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 BEA95EC1; Sat, 1 Apr 2017 10:53: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 v31ArFwC097666; Sat, 1 Apr 2017 10:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArFpt097664; Sat, 1 Apr 2017 10:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArFpt097664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437422 - head/sysutils/rubygem-r10k X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:17 -0000 Author: sunpoet Date: Sat Apr 1 10:53:15 2017 New Revision: 437422 URL: https://svnweb.freebsd.org/changeset/ports/437422 Log: Update to 2.5.3 Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd Modified: head/sysutils/rubygem-r10k/Makefile head/sysutils/rubygem-r10k/distinfo Modified: head/sysutils/rubygem-r10k/Makefile ============================================================================== --- head/sysutils/rubygem-r10k/Makefile Sat Apr 1 10:53:10 2017 (r437421) +++ head/sysutils/rubygem-r10k/Makefile Sat Apr 1 10:53:15 2017 (r437422) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= r10k -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-r10k/distinfo ============================================================================== --- head/sysutils/rubygem-r10k/distinfo Sat Apr 1 10:53:10 2017 (r437421) +++ head/sysutils/rubygem-r10k/distinfo Sat Apr 1 10:53:15 2017 (r437422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486591907 -SHA256 (rubygem/r10k-2.5.2.gem) = cad9237a9fd29dd24d54bd12f4a2e255886f4a4c3beb9c972fd0947a4306852a -SIZE (rubygem/r10k-2.5.2.gem) = 187904 +TIMESTAMP = 1491036941 +SHA256 (rubygem/r10k-2.5.3.gem) = 5a16312ded20924f91db9b40f865014c4340092419841fd11bc3380319b2ead4 +SIZE (rubygem/r10k-2.5.3.gem) = 188416 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A95B8D29696; Sat, 1 Apr 2017 10:53: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 712A9F27; Sat, 1 Apr 2017 10:53: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 v31ArKZH097787; Sat, 1 Apr 2017 10:53:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArKWk097785; Sat, 1 Apr 2017 10:53:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArKWk097785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437423 - head/www/rubygem-uglifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:21 -0000 Author: sunpoet Date: Sat Apr 1 10:53:20 2017 New Revision: 437423 URL: https://svnweb.freebsd.org/changeset/ports/437423 Log: Update to 3.1.12 Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Modified: head/www/rubygem-uglifier/Makefile head/www/rubygem-uglifier/distinfo Modified: head/www/rubygem-uglifier/Makefile ============================================================================== --- head/www/rubygem-uglifier/Makefile Sat Apr 1 10:53:15 2017 (r437422) +++ head/www/rubygem-uglifier/Makefile Sat Apr 1 10:53:20 2017 (r437423) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uglifier -PORTVERSION= 3.1.11 +PORTVERSION= 3.1.12 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-uglifier/distinfo ============================================================================== --- head/www/rubygem-uglifier/distinfo Sat Apr 1 10:53:15 2017 (r437422) +++ head/www/rubygem-uglifier/distinfo Sat Apr 1 10:53:20 2017 (r437423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490804908 -SHA256 (rubygem/uglifier-3.1.11.gem) = 890f48017fd2e5270a7c90f2cf7bb0b88592816e0d2277c2b655b8bc5197f467 -SIZE (rubygem/uglifier-3.1.11.gem) = 99328 +TIMESTAMP = 1491036947 +SHA256 (rubygem/uglifier-3.1.12.gem) = f68f8d8780721fa9db63f43b7b54a08565fb3babd591cce27236169a966cb04a +SIZE (rubygem/uglifier-3.1.12.gem) = 99840 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E6FAD296D3; Sat, 1 Apr 2017 10:53: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 2DF3FF8B; Sat, 1 Apr 2017 10:53: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 v31ArPnL097905; Sat, 1 Apr 2017 10:53:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArPuH097903; Sat, 1 Apr 2017 10:53:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArPuH097903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437424 - head/devel/py-Jinja2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:26 -0000 Author: sunpoet Date: Sat Apr 1 10:53:24 2017 New Revision: 437424 URL: https://svnweb.freebsd.org/changeset/ports/437424 Log: Update to 2.9.5 - While I'm here: - Remove 2to3 stuff - Simplify PKGNAMESUFFIX check Changes: https://github.com/pallets/jinja/blob/master/CHANGES PR: 215651 (based on) Submitted by: olivierd Approved by: maintainer (timeout, 3 months) Modified: head/devel/py-Jinja2/Makefile head/devel/py-Jinja2/distinfo Modified: head/devel/py-Jinja2/Makefile ============================================================================== --- head/devel/py-Jinja2/Makefile Sat Apr 1 10:53:20 2017 (r437423) +++ head/devel/py-Jinja2/Makefile Sat Apr 1 10:53:24 2017 (r437424) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Jinja2 -PORTVERSION= 2.8 +PORTVERSION= 2.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ COMMENT?= Fast and easy to use stand-alo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.18:textproc/py-MarkupSafe -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.18:textproc/py-MarkupSafe +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.23:textproc/py-MarkupSafe +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.23:textproc/py-MarkupSafe NO_ARCH= yes USES= python @@ -31,11 +31,6 @@ BABEL_DESC= Enable Babel extension BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel -PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} -PY2TO3_ARGS= --fix=all --no-diffs --nobackups --verbose --write - -.include - .include .if ${PKGNAMESUFFIX} == "-doc" @@ -43,9 +38,7 @@ BUILD_DEPENDS+= ${PKGNAMEPREFIX}sphinx>= DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * PORT_OPTIONS:= ${PORT_OPTIONS:NEXAMPLES} -.endif -.if ${PKGNAMESUFFIX} == "-doc" do-build: (cd ${WRKSRC}/docs && ${MAKE} html) @@ -58,9 +51,6 @@ do-install: .if ${PORT_OPTIONS:MEXAMPLES} PORTEXAMPLES= * post-build: -. if ${PYTHON_REL} >= 3000 - ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -. endif ${PYTHON_CMD} -m compileall ${WRKSRC}/examples ; \ ${PYTHON_CMD} -O -m compileall ${WRKSRC}/examples Modified: head/devel/py-Jinja2/distinfo ============================================================================== --- head/devel/py-Jinja2/distinfo Sat Apr 1 10:53:20 2017 (r437423) +++ head/devel/py-Jinja2/distinfo Sat Apr 1 10:53:24 2017 (r437424) @@ -1,2 +1,3 @@ -SHA256 (Jinja2-2.8.tar.gz) = bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 -SIZE (Jinja2-2.8.tar.gz) = 357055 +TIMESTAMP = 1489980226 +SHA256 (Jinja2-2.9.5.tar.gz) = 702a24d992f856fa8d5a7a36db6128198d0c21e1da34448ca236c42e92384825 +SIZE (Jinja2-2.9.5.tar.gz) = 437631 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0451D296FF; Sat, 1 Apr 2017 10:53:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1297FF1; Sat, 1 Apr 2017 10:53:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31ArT83098041; Sat, 1 Apr 2017 10:53:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArTna098040; Sat, 1 Apr 2017 10:53:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArTna098040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437425 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:30 -0000 Author: sunpoet Date: Sat Apr 1 10:53:29 2017 New Revision: 437425 URL: https://svnweb.freebsd.org/changeset/ports/437425 Log: Update to 3.18.0 Changes: https://www.sqlite.org/releaselog/3_18_0.html PR: 218286 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sat Apr 1 10:53:24 2017 (r437424) +++ head/databases/sqlite3/Makefile Sat Apr 1 10:53:29 2017 (r437425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.17.0 +PORTVERSION= 3.18.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sat Apr 1 10:53:24 2017 (r437424) +++ head/databases/sqlite3/distinfo Sat Apr 1 10:53:29 2017 (r437425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487422680 -SHA256 (sqlite-autoconf-3170000.tar.gz) = a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c -SIZE (sqlite-autoconf-3170000.tar.gz) = 2515143 +TIMESTAMP = 1491042552 +SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c +SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:53:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60257D29730; Sat, 1 Apr 2017 10:53:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB0AB4; Sat, 1 Apr 2017 10:53: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 v31ArYjl098175; Sat, 1 Apr 2017 10:53:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31ArYvB098173; Sat, 1 Apr 2017 10:53:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704011053.v31ArYvB098173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Apr 2017 10:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437426 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:53:35 -0000 Author: sunpoet Date: Sat Apr 1 10:53:34 2017 New Revision: 437426 URL: https://svnweb.freebsd.org/changeset/ports/437426 Log: Update to 3.18.0 Changes: https://www.sqlite.org/releaselog/3_18_0.html PR: 218287 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Sat Apr 1 10:53:29 2017 (r437425) +++ head/databases/tcl-sqlite3/Makefile Sat Apr 1 10:53:34 2017 (r437426) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.17.0 +PORTVERSION= 3.18.0 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ PKGNAMEPREFIX= tcl- Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Sat Apr 1 10:53:29 2017 (r437425) +++ head/databases/tcl-sqlite3/distinfo Sat Apr 1 10:53:34 2017 (r437426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487423371 -SHA256 (sqlite-autoconf-3170000.tar.gz) = a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c -SIZE (sqlite-autoconf-3170000.tar.gz) = 2515143 +TIMESTAMP = 1491042552 +SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c +SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 From owner-svn-ports-all@freebsd.org Sat Apr 1 10:58:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECA4D29807; Sat, 1 Apr 2017 10:58:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA89FD77; Sat, 1 Apr 2017 10:58:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31AwR2S098510; Sat, 1 Apr 2017 10:58:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31AwRVb098506; Sat, 1 Apr 2017 10:58:27 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011058.v31AwRVb098506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 10:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437427 - in head: . devel lang lang/rubinius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 10:58:29 -0000 Author: bapt Date: Sat Apr 1 10:58:27 2017 New Revision: 437427 URL: https://svnweb.freebsd.org/changeset/ports/437427 Log: Remove LLVM 3.7 It is unused and not maintained by upstream Approved by: brooks Modified: head/MOVED head/devel/Makefile head/lang/Makefile head/lang/rubinius/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 10:53:34 2017 (r437426) +++ head/MOVED Sat Apr 1 10:58:27 2017 (r437427) @@ -9170,3 +9170,5 @@ databases/py-sqlalchemy08|databases/py-s devel/py3-meson||2017-03-30|Removed deskutils/kchmviewer-kde4|deskutils/kchmviewer|2017-03-31|Renamed to drop the -kde4 suffix emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was removed upstream +devel/llvm37||2017-04-01|Obsolete and unmaintained upstream +lang/clang37||2017-04-01|Obsolete and unmaintained upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 1 10:53:34 2017 (r437426) +++ head/devel/Makefile Sat Apr 1 10:58:27 2017 (r437427) @@ -1544,7 +1544,6 @@ SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += llvm36 - SUBDIR += llvm37 SUBDIR += llvm38 SUBDIR += llvm39 SUBDIR += llvm40 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Apr 1 10:53:34 2017 (r437426) +++ head/lang/Makefile Sat Apr 1 10:58:27 2017 (r437427) @@ -37,7 +37,6 @@ SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 - SUBDIR += clang36 SUBDIR += clang37 SUBDIR += clang38 SUBDIR += cling Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Sat Apr 1 10:53:34 2017 (r437426) +++ head/lang/rubinius/Makefile Sat Apr 1 10:58:27 2017 (r437427) @@ -38,12 +38,11 @@ CONFIGURE_ARGS= -P "${PREFIX}" \ OPTIONS_RADIO= LLVM OPTIONS_DEFAULT= LLVM40 -OPTIONS_RADIO_LLVM= LLVM36 LLVM37 LLVM38 LLVM39 LLVM40 +OPTIONS_RADIO_LLVM= LLVM36 LLVM38 LLVM39 LLVM40 ONLY_FOR_ARCHS= amd64 LLVM36_DESC= LLVM 3.6 -LLVM37_DESC= LLVM 3.7 LLVM38_DESC= LLVM 3.8 LLVM39_DESC= LLVM 3.9 LLVM40_DESC= LLVM 4.0 From owner-svn-ports-all@freebsd.org Sat Apr 1 11:01:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF89D299B5; Sat, 1 Apr 2017 11:01:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF211C7; Sat, 1 Apr 2017 11:01:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31B1lQ8000497; Sat, 1 Apr 2017 11:01:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31B1kMe000482; Sat, 1 Apr 2017 11:01:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704011101.v31B1kMe000482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 11:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437428 - in head: editors/pico-alpine mail/alpine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 11:01:48 -0000 Author: pi Date: Sat Apr 1 11:01:46 2017 New Revision: 437428 URL: https://svnweb.freebsd.org/changeset/ports/437428 Log: editors/pico-alpine: update 2.20 -> 2.21 mail/alpine: update 2.20 -> 2.21 - lots of changes, see the release notes PR: 218240, 218239 Changes: http://patches.freeiz.com/alpine/release/index.html Submitted by: Marco Beishuizen (maintainer) Modified: head/editors/pico-alpine/Makefile head/mail/alpine/Makefile head/mail/alpine/distinfo Modified: head/editors/pico-alpine/Makefile ============================================================================== --- head/editors/pico-alpine/Makefile Sat Apr 1 10:58:27 2017 (r437427) +++ head/editors/pico-alpine/Makefile Sat Apr 1 11:01:46 2017 (r437428) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pico-alpine -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= editors DISTNAME= alpine-${PORTVERSION} @@ -24,7 +24,7 @@ post-patch: ${WRKSRC}/imap/Makefile.presed > ${WRKSRC}/imap/Makefile @${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed @${SED} -e "s#^\(SUBDIRS.*pico\).*#\1#" \ - -e "s#^man_MANS.*#man_MANS = doc/pico.1 doc/pilot.1#" \ + -e "s#^man_MANS.*#man_MANS = doc/man1/pico.1 doc/man1/pilot.1#" \ ${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in .include "${MASTERDIR}/Makefile" Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Sat Apr 1 10:58:27 2017 (r437427) +++ head/mail/alpine/Makefile Sat Apr 1 11:01:46 2017 (r437428) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= alpine -PORTVERSION= 2.20 -PORTREVISION?= 1 +PORTVERSION= 2.21 +PORTREVISION?= 0 CATEGORIES?= mail news ipv6 MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ DIST_SUBDIR= alpine-${PORTVERSION} @@ -29,7 +29,7 @@ CONS25_DESC= Add a patch to support colo MAILDIR_DESC= Add a patch for maildir support .endif -USES= libtool ncurses tar:xz +USES+= libtool ncurses tar:xz gettext-runtime MAKE_JOBS_UNSAFE= yes @@ -129,14 +129,14 @@ post-patch: -e "s#\$$(pico_SOURCES) \$$(pilot_SOURCES)##" \ ${WRKSRC}/pico/Makefile.in.presed > ${WRKSRC}/pico/Makefile.in @${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed - @${SED} -e "s#doc/pico.1 doc/pilot.1 ##" \ + @${SED} -e "s#doc/man1/pico.1 doc/man1/pilot.1 ##" \ ${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in @${CP} ${WRKSRC}/imap/src/osdep/unix/Makefile \ ${WRKSRC}/imap/src/osdep/unix/Makefile.presed @${SED} -e "s#^LOCKPGM=.*#LOCKPGM= ${PREFIX}/libexec/mlock#" \ ${WRKSRC}/imap/src/osdep/unix/Makefile.presed \ > ${WRKSRC}/imap/src/osdep/unix/Makefile - @for i in ${WRKSRC}/README ${WRKSRC}/doc/alpine.1 \ + @for i in ${WRKSRC}/README ${WRKSRC}/doc/man1/alpine.1 \ ${WRKSRC}/doc/*.txt \ ${WRKSRC}/doc/tech-notes/*.txt \ ${WRKSRC}/doc/tech-notes/*.html \ Modified: head/mail/alpine/distinfo ============================================================================== --- head/mail/alpine/distinfo Sat Apr 1 10:58:27 2017 (r437427) +++ head/mail/alpine/distinfo Sat Apr 1 11:01:46 2017 (r437428) @@ -1,4 +1,5 @@ -SHA256 (alpine-2.20/alpine-2.20.tar.xz) = ed639b6e5bb97e6b0645c85262ca6a784316195d461ce8d8411999bf80449227 -SIZE (alpine-2.20/alpine-2.20.tar.xz) = 4841816 -SHA256 (alpine-2.20/maildir.patch.gz) = 1ef0932b80d7f790ce6577a521a7b613b5ce277bb13cbaf0116bb5de1499caaa -SIZE (alpine-2.20/maildir.patch.gz) = 38374 +TIMESTAMP = 1490818618 +SHA256 (alpine-2.21/alpine-2.21.tar.xz) = 6030b6881b8168546756ab3a5e43628d8d564539b0476578e287775573a77438 +SIZE (alpine-2.21/alpine-2.21.tar.xz) = 4720856 +SHA256 (alpine-2.21/maildir.patch.gz) = 1229ea9ec4e150dda1d2da866730a777148874e4667c54cd2c488101b5db8099 +SIZE (alpine-2.21/maildir.patch.gz) = 33789 From owner-svn-ports-all@freebsd.org Sat Apr 1 11:07:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED9C8D29A76; Sat, 1 Apr 2017 11:07:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFA8235F; Sat, 1 Apr 2017 11:07:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31B7DGK003100; Sat, 1 Apr 2017 11:07:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31B7DXJ003099; Sat, 1 Apr 2017 11:07:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011107.v31B7DXJ003099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 11:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437429 - head/lang/rubinius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 11:07:15 -0000 Author: bapt Date: Sat Apr 1 11:07:13 2017 New Revision: 437429 URL: https://svnweb.freebsd.org/changeset/ports/437429 Log: Remove more llvm 3.7 variables Modified: head/lang/rubinius/Makefile Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Sat Apr 1 11:01:46 2017 (r437428) +++ head/lang/rubinius/Makefile Sat Apr 1 11:07:13 2017 (r437429) @@ -79,10 +79,6 @@ LLVM36_VARS= LLVM_CONFIG=llvm-config36 \ LLVM_PORT=devel/llvm36 \ LLVM_CC=clang36 \ LLVM_CXX=clang++36 -LLVM37_VARS= LLVM_CONFIG=llvm-config37 \ - LLVM_PORT=devel/llvm37 \ - LLVM_CC=clang37 \ - LLVM_CXX=clang++37 LLVM38_VARS= LLVM_CONFIG=llvm-config38 \ LLVM_PORT=devel/llvm38 \ LLVM_CC=clang38 \ From owner-svn-ports-all@freebsd.org Sat Apr 1 11:18:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E927D29F93; Sat, 1 Apr 2017 11:18:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F049C1A; Sat, 1 Apr 2017 11:18:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31BISif007278; Sat, 1 Apr 2017 11:18:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31BISQB007277; Sat, 1 Apr 2017 11:18:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011118.v31BISQB007277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 11:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437430 - head/lang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 11:18:29 -0000 Author: bapt Date: Sat Apr 1 11:18:28 2017 New Revision: 437430 URL: https://svnweb.freebsd.org/changeset/ports/437430 Log: Fix typo Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Apr 1 11:07:13 2017 (r437429) +++ head/lang/Makefile Sat Apr 1 11:18:28 2017 (r437430) @@ -37,7 +37,7 @@ SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 - SUBDIR += clang37 + SUBDIR += clang36 SUBDIR += clang38 SUBDIR += cling SUBDIR += clojure From owner-svn-ports-all@freebsd.org Sat Apr 1 11:59:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C559D299A6; Sat, 1 Apr 2017 11:59:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFEDA15E; Sat, 1 Apr 2017 11:59:19 +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 v31BxJwV023477; Sat, 1 Apr 2017 11:59:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31BxJ5K023476; Sat, 1 Apr 2017 11:59:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704011159.v31BxJ5K023476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Apr 2017 11:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437431 - head/net/ceph-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 11:59:20 -0000 Author: antoine Date: Sat Apr 1 11:59:18 2017 New Revision: 437431 URL: https://svnweb.freebsd.org/changeset/ports/437431 Log: Remove wrong dependency MFH: 2017Q2 Modified: head/net/ceph-devel/Makefile Modified: head/net/ceph-devel/Makefile ============================================================================== --- head/net/ceph-devel/Makefile Sat Apr 1 11:18:28 2017 (r437430) +++ head/net/ceph-devel/Makefile Sat Apr 1 11:59:18 2017 (r437431) @@ -19,7 +19,6 @@ BUILD_DEPENDS= \ sphinx-build:textproc/py-sphinx \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ - libboost_system.so:devel/boost-all \ libboost_python.so:devel/boost-python-libs \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ From owner-svn-ports-all@freebsd.org Sat Apr 1 12:00:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E12D29E0F; Sat, 1 Apr 2017 12:00:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA356EC; Sat, 1 Apr 2017 12:00:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31C0SAp023686; Sat, 1 Apr 2017 12:00:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31C0Sgt023685; Sat, 1 Apr 2017 12:00:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704011200.v31C0Sgt023685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Apr 2017 12:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437432 - branches/2017Q2/net/ceph-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 12:00:29 -0000 Author: antoine Date: Sat Apr 1 12:00:27 2017 New Revision: 437432 URL: https://svnweb.freebsd.org/changeset/ports/437432 Log: MFH: r437431 Remove wrong dependency Modified: branches/2017Q2/net/ceph-devel/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/ceph-devel/Makefile ============================================================================== --- branches/2017Q2/net/ceph-devel/Makefile Sat Apr 1 11:59:18 2017 (r437431) +++ branches/2017Q2/net/ceph-devel/Makefile Sat Apr 1 12:00:27 2017 (r437432) @@ -19,7 +19,6 @@ BUILD_DEPENDS= \ sphinx-build:textproc/py-sphinx \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ - libboost_system.so:devel/boost-all \ libboost_python.so:devel/boost-python-libs \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ From owner-svn-ports-all@freebsd.org Sat Apr 1 12:08:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB545D27381; Sat, 1 Apr 2017 12:08:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD480CDF; Sat, 1 Apr 2017 12:08:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31C8Auv027576; Sat, 1 Apr 2017 12:08:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31C8ALH027574; Sat, 1 Apr 2017 12:08:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011208.v31C8ALH027574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 12:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437433 - in head: . devel devel/lldb37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 12:08:12 -0000 Author: bapt Date: Sat Apr 1 12:08:10 2017 New Revision: 437433 URL: https://svnweb.freebsd.org/changeset/ports/437433 Log: Remove lldb 3.7 slave port forgotten during the removal of llvm 3.7 Deleted: head/devel/lldb37/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 12:00:27 2017 (r437432) +++ head/MOVED Sat Apr 1 12:08:10 2017 (r437433) @@ -9172,3 +9172,4 @@ deskutils/kchmviewer-kde4|deskutils/kchm emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was removed upstream devel/llvm37||2017-04-01|Obsolete and unmaintained upstream lang/clang37||2017-04-01|Obsolete and unmaintained upstream +devel/lldb37||2017-04-01|Obsolete and unmaintained upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 1 12:00:27 2017 (r437432) +++ head/devel/Makefile Sat Apr 1 12:08:10 2017 (r437433) @@ -1534,7 +1534,6 @@ SUBDIR += lion SUBDIR += listserialc SUBDIR += liteide - SUBDIR += lldb37 SUBDIR += lldb38 SUBDIR += llnextgen SUBDIR += llvm-cheri From owner-svn-ports-all@freebsd.org Sat Apr 1 12:36:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F19F6D28267; Sat, 1 Apr 2017 12:36:37 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA5BE238; Sat, 1 Apr 2017 12:36:37 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31CaaTZ039854; Sat, 1 Apr 2017 12:36:36 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Caa53039852; Sat, 1 Apr 2017 12:36:36 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201704011236.v31Caa53039852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 1 Apr 2017 12:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437434 - head/x11-drivers/xorgxrdp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 12:36:38 -0000 Author: robak Date: Sat Apr 1 12:36:36 2017 New Revision: 437434 URL: https://svnweb.freebsd.org/changeset/ports/437434 Log: x11-drivers/xorgxrdp: update 0.2.0 -> 0.2.1 PR: 218247 Submitted by: Koichiro Iwao (maintainer) Modified: head/x11-drivers/xorgxrdp/Makefile head/x11-drivers/xorgxrdp/distinfo Modified: head/x11-drivers/xorgxrdp/Makefile ============================================================================== --- head/x11-drivers/xorgxrdp/Makefile Sat Apr 1 12:08:10 2017 (r437433) +++ head/x11-drivers/xorgxrdp/Makefile Sat Apr 1 12:36:36 2017 (r437434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xorgxrdp -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v CATEGORIES= x11-drivers DIST_SUBDIR= xrdp @@ -12,6 +12,7 @@ COMMENT= X.Org driver enabling use throu LICENSE= MIT +RUN_DEPENDS= xauth:x11/xauth BUILD_DEPENDS= nasm:devel/nasm USES= autoreconf libtool:build pkgconfig @@ -22,7 +23,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp:xrdp -GH_TAGNAME= 7cc1dd2:xrdp +GH_TAGNAME= v0.9.2:xrdp GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/x11-drivers/xorgxrdp/distinfo ============================================================================== --- head/x11-drivers/xorgxrdp/distinfo Sat Apr 1 12:08:10 2017 (r437433) +++ head/x11-drivers/xorgxrdp/distinfo Sat Apr 1 12:36:36 2017 (r437434) @@ -1,5 +1,5 @@ -TIMESTAMP = 1481518351 -SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 2a1be0ec3ae7bc7c9700a4da129cb5c56e0f71c7bb7469c08f139589964da2f1 -SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 82328 -SHA256 (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 61b8eabbad2be684bf3750db385b1a1e4058bd30cb6d2489d73f9a7a741a44ec -SIZE (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 1873040 +TIMESTAMP = 1490934966 +SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.1_GH0.tar.gz) = 43800cd1fec03a24a2e0f0c51716e87570bc1c700f23c5b4ff0f0efd1bc4bf56 +SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.1_GH0.tar.gz) = 83010 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.2_GH0.tar.gz) = 41d3abf64f95c527cc0e91bf32d744518a0dcfaefddbace13b44ece0314cbcdc +SIZE (xrdp/neutrinolabs-xrdp-v0.9.2_GH0.tar.gz) = 1861921 From owner-svn-ports-all@freebsd.org Sat Apr 1 12:50:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 408F5D285DC; Sat, 1 Apr 2017 12:50:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17138A50; Sat, 1 Apr 2017 12:50:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 47AC71A64; Sat, 1 Apr 2017 12:50:57 +0000 (UTC) From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437433 - in head: . devel devel/lldb37 References: <201704011208.v31C8ALH027574@repo.freebsd.org> Date: Sat, 01 Apr 2017 14:52:30 +0200 In-Reply-To: <201704011208.v31C8ALH027574@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 12:08:10 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 12:50:58 -0000 Baptiste Daroussin writes: > @@ -9172,3 +9172,4 @@ deskutils/kchmviewer-kde4|deskutils/kchm > emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was removed upstream > devel/llvm37||2017-04-01|Obsolete and unmaintained upstream > lang/clang37||2017-04-01|Obsolete and unmaintained upstream > +devel/lldb37||2017-04-01|Obsolete and unmaintained upstream devel/llvm37 and lang/clang37 still exist, just no longer recursed via "make index". From owner-svn-ports-all@freebsd.org Sat Apr 1 13:09:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E43D6D28BEF; Sat, 1 Apr 2017 13:09:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C65903D7; Sat, 1 Apr 2017 13:09:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0462A1CB8; Sat, 1 Apr 2017 13:09:10 +0000 (UTC) From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437427 - in head: . devel lang lang/rubinius References: <201704011058.v31AwRVb098506@repo.freebsd.org> Date: Sat, 01 Apr 2017 15:10:41 +0200 In-Reply-To: <201704011058.v31AwRVb098506@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 10:58:27 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:09:11 -0000 Baptiste Daroussin writes: > Author: bapt > Date: Sat Apr 1 10:58:27 2017 > New Revision: 437427 > URL: https://svnweb.freebsd.org/changeset/ports/437427 > > Log: > Remove LLVM 3.7 > > It is unused and not maintained by upstream Why did you keep devel/llvm36 then? I hope the rationale is not to hide another issue under the carpet (e.g. Xorg). From owner-svn-ports-all@freebsd.org Sat Apr 1 13:19:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F098D28F34; Sat, 1 Apr 2017 13:19:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 569B1ACE; Sat, 1 Apr 2017 13:19:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31DJKUL056010; Sat, 1 Apr 2017 13:19:20 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31DJKJH056009; Sat, 1 Apr 2017 13:19:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011319.v31DJKJH056009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 13:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437435 - head/lang/gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:19:21 -0000 Author: gerald Date: Sat Apr 1 13:19:20 2017 New Revision: 437435 URL: https://svnweb.freebsd.org/changeset/ports/437435 Log: Remove files/patch-armv6-hf-support since armv6hf no longer exists as an arch. Reported by: andreast Deleted: head/lang/gcc/files/patch-armv6-hf-support From owner-svn-ports-all@freebsd.org Sat Apr 1 13:25:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AAC4D271EC; Sat, 1 Apr 2017 13:25:51 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA160F16; Sat, 1 Apr 2017 13:25:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from [10.10.0.1] (unknown [107.15.73.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id B63C4239431; Sat, 1 Apr 2017 09:16:21 -0400 (EDT) Subject: Re: svn commit: r437427 - in head: . devel lang lang/rubinius To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704011058.v31AwRVb098506@repo.freebsd.org> From: Nikolai Lifanov Message-ID: Date: Sat, 1 Apr 2017 09:16:12 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <201704011058.v31AwRVb098506@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8povSJBVLnkBUusDV90oxieJ1moEO7VUh" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:25:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8povSJBVLnkBUusDV90oxieJ1moEO7VUh Content-Type: multipart/mixed; boundary="jFHQWi8iIJiBkf279pW5qlxrfPx550oJ3"; protected-headers="v1" From: Nikolai Lifanov To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r437427 - in head: . devel lang lang/rubinius References: <201704011058.v31AwRVb098506@repo.freebsd.org> In-Reply-To: <201704011058.v31AwRVb098506@repo.freebsd.org> --jFHQWi8iIJiBkf279pW5qlxrfPx550oJ3 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 04/01/2017 06:58, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Apr 1 10:58:27 2017 > New Revision: 437427 > URL: https://svnweb.freebsd.org/changeset/ports/437427 >=20 > Log: > Remove LLVM 3.7 > =20 > It is unused and not maintained by upstream > =20 > Approved by: brooks >=20 >=20 > Modified: head/devel/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/Makefile Sat Apr 1 10:53:34 2017 (r437426) > +++ head/devel/Makefile Sat Apr 1 10:58:27 2017 (r437427) > @@ -1544,7 +1544,6 @@ > SUBDIR +=3D llvm34 > SUBDIR +=3D llvm35 > SUBDIR +=3D llvm36 > - SUBDIR +=3D llvm37 > SUBDIR +=3D llvm38 > SUBDIR +=3D llvm39 > SUBDIR +=3D llvm40 >=20 > Modified: head/lang/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/Makefile Sat Apr 1 10:53:34 2017 (r437426) > +++ head/lang/Makefile Sat Apr 1 10:58:27 2017 (r437427) > @@ -37,7 +37,6 @@ > SUBDIR +=3D clang33 > SUBDIR +=3D clang34 > SUBDIR +=3D clang35 > - SUBDIR +=3D clang36 > SUBDIR +=3D clang37 > SUBDIR +=3D clang38 > SUBDIR +=3D cling >=20 Hi! This commit doesn't actually delete devel/llvm37 or lang/clang37. - Nikolai --jFHQWi8iIJiBkf279pW5qlxrfPx550oJ3-- --8povSJBVLnkBUusDV90oxieJ1moEO7VUh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKoBAEBCgCSFiEE5oT6TcuaWvG5gtjzZ6sv56ecR0UFAljfqCRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU2 ODRGQTREQ0I5QTVBRjFCOTgyRDhGMzY3QUIyRkU3QTc5QzQ3NDUUHGxpZmFub3ZA ZnJlZWJzZC5vcmcACgkQZ6sv56ecR0Xsbw//bvIbtezhcPFdBM91ROXB+1CqllFV Fn+SvhqGPxUo9j3XmXt05GEGMCzuMfpGgXBDyLJmy/o+yvbSn6w8jhdV5PWoxMy+ AshCBe3xY1za9igUFUAeMcKBefhqzqSDthT1I9Wi9f4f6b/NOwQFXIkXkhf8Xfba Ik2xnVz7Qq6rGESSowR4eAOL2IhThU2aZoiOb1wUHZ0f5KqNe9KE8PbcDvKMnf1L mu7IpB23PXRivbySZCE+AIJN1pBOu5FYyVkdXKQB1SDStKPNad9VFCmviT8lp4wM RHe7qB7AsvN0LG2i7mGTh/pwiM3pqDG9do4/DKgVCsdO8WtmgmJeEbl8auc3QIfV vp6SlxkrP+Vx97wbWtps9wOQmcNxnQIShyf+PtZK0DhaAwlJUUIWbRWego1PbYLM OhlUpnS6CrdYU0AJT0B5udEU7veZKH27weyeV3GW6pw16dklWQny07t4K7xEZIEI DajQYnjiUgQUg3IpP0jN6CYiR61urz8MSGU6x2T84muVCbb/I0ldFB88kDCG41i1 3oTmRuk/S8i3HqpIsieXf2AmML0KWdmedh67OZ78A+SqTfVsUDvLg9xK97VjEWCF mb1yELCYpmN36X5/oHG/b2XsSrgeU5fBAY5DHqt/5mzqtyUsHjdXvfEDb6dMMpZ/ xrvIHJja6Ok/Hag= =21XH -----END PGP SIGNATURE----- --8povSJBVLnkBUusDV90oxieJ1moEO7VUh-- From owner-svn-ports-all@freebsd.org Sat Apr 1 13:27:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AACEFD2723E; Sat, 1 Apr 2017 13:27:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C46A60; Sat, 1 Apr 2017 13:27:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id BDE1B2053; Sat, 1 Apr 2017 13:27:37 +0000 (UTC) Date: Sat, 1 Apr 2017 15:27:37 +0200 From: Baptiste Daroussin To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437427 - in head: . devel lang lang/rubinius Message-ID: <20170401132737.rcdi6z6bcgmuz3fx@ivaldir.net> References: <201704011058.v31AwRVb098506@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bkzfkllyfuzvynof" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:27:38 -0000 --bkzfkllyfuzvynof Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 01, 2017 at 03:10:41PM +0200, Jan Beich wrote: > Baptiste Daroussin writes: >=20 > > Author: bapt > > Date: Sat Apr 1 10:58:27 2017 > > New Revision: 437427 > > URL: https://svnweb.freebsd.org/changeset/ports/437427 > > > > Log: > > Remove LLVM 3.7 > > =20 > > It is unused and not maintained by upstream >=20 > Why did you keep devel/llvm36 then? I hope the rationale > is not to hide another issue under the carpet (e.g. Xorg). Because llvm36 is used to c++14-lang there is an exp-run ongoing to move it= to llvm40 and then nuke llvm36 Best regards, Bapt --bkzfkllyfuzvynof Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAljfqscACgkQY4mL3PG3 PlpEIxAA1akSRI1xofN1NMaCJZahRIdq8ChJ7EbWcEm+WgyK9xPh2D/xHVtHKB0j mPNaeUkQv9i9BFepH+3VNVhr+fGmjIARdPboUo/gm+v+0DuBs35FoxRhm4AJ498P yvISCBq36v3kIjZ6F7ltP5eCxyWK34XG+oFc+8A7b34wZ/0HNMcDtK3D3JfIcMWl 811MJwuX/qtygvjj/sdoRpcWZmmNNX7pSw//XelYd5BL7S5/tuN4R+06eDq0nArf fwPZWm7u3w/TKoFAHL7xJCKL1sb9WsLQh1H4WY0bBJVyCboRZp9TnYSGjYAHCSKH fg/+aXbknVhukc7kqZ/kE7SJN572sTuEQ2ZEnHsHrrOU0mljfmW/UA+v8EkqRQB+ DLHfuUE1vWZ0iiR4QrmXAFJzlHji3ZMDCyuF23nHzp1sOB+hojMHV+JdXFS62Eow N4btA2qhk8SqVQU0HPHrRWCCddppKpUFvRygMJikePopucHi6El2oTOtkwgoRW6c H+ZDlM+gtLWl+ha+enS7e2QS7QzN2aViEc0taUVO+hyt5BnK8EScwYcugNwmgGoE AP5PksMV+FJffsugRqGPd8r+sSPFMSWHCTKOqMMwqtgYrCA2jfSbQCaYzogKEN4C a1Uo9sZtUOz2aYm6xTFkrjRoM/5XK8C3sSINeU3fET8Tq0RmC8U= =7xoN -----END PGP SIGNATURE----- --bkzfkllyfuzvynof-- From owner-svn-ports-all@freebsd.org Sat Apr 1 13:29:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0AC3D27309; Sat, 1 Apr 2017 13:29:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A99F420F; Sat, 1 Apr 2017 13:29:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31DTEnW060139; Sat, 1 Apr 2017 13:29:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31DTEM1060138; Sat, 1 Apr 2017 13:29:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011329.v31DTEM1060138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 13:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437436 - in head: devel/llvm37 lang/clang37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:29:16 -0000 Author: bapt Date: Sat Apr 1 13:29:14 2017 New Revision: 437436 URL: https://svnweb.freebsd.org/changeset/ports/437436 Log: Actually remove llvm37 and clang37 Reported by: jbeich Pointy hat to: bapt Deleted: head/devel/llvm37/ head/lang/clang37/ From owner-svn-ports-all@freebsd.org Sat Apr 1 13:29:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C871D2733A; Sat, 1 Apr 2017 13:29:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E811324; Sat, 1 Apr 2017 13:29:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id 80F35226D; Sat, 1 Apr 2017 13:29:41 +0000 (UTC) Date: Sat, 1 Apr 2017 15:29:41 +0200 From: Baptiste Daroussin To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437433 - in head: . devel devel/lldb37 Message-ID: <20170401132940.coag27mcqshykhjc@ivaldir.net> References: <201704011208.v31C8ALH027574@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="uemr7rt4jsb2gnx2" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 13:29:42 -0000 --uemr7rt4jsb2gnx2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 01, 2017 at 02:52:30PM +0200, Jan Beich wrote: > Baptiste Daroussin writes: >=20 > > @@ -9172,3 +9172,4 @@ deskutils/kchmviewer-kde4|deskutils/kchm > > emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was r= emoved upstream > > devel/llvm37||2017-04-01|Obsolete and unmaintained upstream > > lang/clang37||2017-04-01|Obsolete and unmaintained upstream > > +devel/lldb37||2017-04-01|Obsolete and unmaintained upstream >=20 > devel/llvm37 and lang/clang37 still exist, just no longer recursed via > "make index". oups removed thanks Bapt --uemr7rt4jsb2gnx2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAljfq0QACgkQY4mL3PG3 PlpVUA//cf7u41pxATZaqagdQs8cA3tr25AEefmI/gWZ1WkpHXAFZkSPjDMnWeL4 /nAepjSMWMLspJQx2Im/mzhq1VAIWqsaWti33pRuQE8PsSVvQMdv4J3hrbFVf4Yc CRP4V7Vm6JJUula9F4KJnzxu++QIr6LV5jGDgriZ1BKJO+FgFC7TUa5Bqr/uPumI oUUjf17CeR3ZxGBOHzpa820jnhaWM6DDS14dNSOsRgCY3MidPW0pVs72+olRGrdW SCQzuj3jgEQqHmK5zUle30jc3z8jCWG8BAEySa0SB0PvV/zNeWApZUpGbC8sc2C2 PXk4ue6YqtY5Iuopar+hL0mOdma/HqWAJTPkNb1o8r8vGZQrv1C3vqeOeOC90wVN DjVtxVObat4qh/gneYrpzoT0QCM8sxbhus30e5GXTRKYMSTlHgtP2sCCHGx/ZziJ 8WRiR8XujusEaV8gBqn/W+JNv0Bo2qPhbqevKV4WWVgjnvUjVN8wQLjd5bHhrypC p0Xi6tnDsGV1MQ4ViIxvH0ButH7MMlz+WE66gvDXa5qm7MeNGrnlcAW0DSPJNqME Mes4jnRk0AgurLCSsXtc57ueZDr8JDplqr8oMwkR/ZIuyY71hsH+Wrj7Zsp4eJg0 zJuTkOv6KOLX6zw9L/EaRQttiqbz8jpZKl+5VceK5RemPzj6zVU= =anDC -----END PGP SIGNATURE----- --uemr7rt4jsb2gnx2-- From owner-svn-ports-all@freebsd.org Sat Apr 1 15:03:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C7E5D28FA8; Sat, 1 Apr 2017 15:03:23 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA5446A; Sat, 1 Apr 2017 15:03:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31F3M0U000537; Sat, 1 Apr 2017 15:03:22 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31F3LQh000527; Sat, 1 Apr 2017 15:03:21 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011503.v31F3LQh000527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 15:03:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437437 - in head: Mk lang/gcc lang/gcc/files lang/gcc49 lang/gcc5 lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:03:23 -0000 Author: gerald Date: Sat Apr 1 15:03:21 2017 New Revision: 437437 URL: https://svnweb.freebsd.org/changeset/ports/437437 Log: Update lang/gcc and hence the default version of GCC in the Ports Collection (requested by USE_GCC=yes and various USES=compiler invocations) from GCC 4.9.4 to GCC 5.4. files/patch-arm-support and files/patch-gcc_system.h have become obsolete. New patches files/patch-arm-unwind-cxx-support and files/patch-libc++ help support arm targets and new libc++ in base. ONLY_FOR_ARCHS now also includes arm. A new option GRAPHITE_DESC, off by default for now, adds support for Graphite loop optimizations. Finally, conflicts with other lang/gcc* ports are adjusted suitably. In terms of changes for users, this upgrade brings the following: The default mode for C is now -std=gnu11 instead of -std=gnu89. New warning options -Wc90-c99-compat and -Wc99-c11-compat may prove useful on that front. The C++ front end now has full C++14 language support including C++14 variable templates, C++14 aggregates with non-static data member initializers, C++14 extended constexpr, and more. The Standard C++ Library (libstdc++) has full C++11 support and experimental full C++14 support. It uses a new ABI by default. There have been significant improvements to inter-procedural optimizations and link-time optimization such as One Definition Rule based merging of C++ types as well as register allocation. OpenMP 4.0 specification offloading features are now supported by the C, C++, and Fortran compilers. Cilk Plus, an extension to the C and C++ languages to support data and task parallelism, has been added as well. New warning options -Wswitch-bool, -Wlogical-not-parentheses, -Wbool-compare and -Wsizeof-array-argument may prove useful as may new preprocessor directives __has_include, __has_include_next, and __has_attribute. GCC can now be built as a shared library for embedding in other processes (such as interpreters), suitable for Just-In-Time compilation to machine code. This provides a C API and a C++ wrapper API. Many code generation improvements for AArch64, ARM, support for AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally improvements on many targets. The Local Register Allocator (LRA) now contains a rematerialization subpass and is able to reuse the PIC hard register on x86/x86-64 to improve performance of position independent code. https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid overview of issue you may encountering porting to this new version. PR: 216707, 218125 Tested by: antoine (-exp runs) Supported by: jbeich, tcberner, and others Added: head/lang/gcc/files/patch-arm-unwind-cxx-support - copied unchanged from r433065, head/lang/gcc5/files/patch-arm-unwind-cxx-support head/lang/gcc/files/patch-libc++ - copied unchanged from r433065, head/lang/gcc5/files/patch-libc++ Deleted: head/lang/gcc/files/patch-arm-support head/lang/gcc/files/patch-gcc_system.h Modified: head/Mk/bsd.default-versions.mk head/lang/gcc/Makefile head/lang/gcc/distinfo head/lang/gcc/pkg-descr head/lang/gcc/pkg-plist head/lang/gcc49/Makefile head/lang/gcc5-devel/Makefile head/lang/gcc5/Makefile Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sat Apr 1 13:29:14 2017 (r437436) +++ head/Mk/bsd.default-versions.mk Sat Apr 1 15:03:21 2017 (r437437) @@ -38,7 +38,7 @@ FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.2 # Possible values: 4.7, 4.8, 4.9, 5, 6 -GCC_DEFAULT?= 4.9 +GCC_DEFAULT?= 5 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl .if ${ARCH} == amd64 @@ -141,6 +141,6 @@ TCLTK_DEFAULT?= 8.6 VARNISH_DEFAULT?= 4 # Version of lang/gcc. Do not override! -LANG_GCC_IS= 4.9 +LANG_GCC_IS= 5 .endif Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc/Makefile Sat Apr 1 15:03:21 2017 (r437437) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4 -PORTREVISION= 1 +PORTVERSION= 5.4.0 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.9 +COMMENT= GNU Compiler Collection 5 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi @@ -23,28 +22,28 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc49* +CONFLICTS= gcc5* CPE_VENDOR= gnu # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. GCC_VERSION= ${PORTVERSION} -SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 +SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} +ONLY_FOR_ARCHS= amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes -OPTIONS_DEFINE= BOOTSTRAP +OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA OPTIONS_DEFINE_powerpc64= JAVA OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA -OPTIONS_DEFAULT_powerpc64= BOOTSTRAP OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +GRAPHITE_DESC= Support for Graphite loop optimizations .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64+= MULTILIB @@ -66,8 +65,6 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif .if ${ARCH} == "armv6" -# Override sys.mk including -O in CFLAGS which breaks libgomp building. -CFLAGS:= ${CFLAGS:S/-O/-O2/g} . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 @@ -120,6 +117,11 @@ INFO+= gcc${SUFFIX}/libquadmath \ SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} +.if ${PORT_OPTIONS:MGRAPHITE} +LIB_DEPENDS+= libisl.so:devel/isl +CONFIGURE_ARGS+=--with-isl=${LOCALBASE} +.endif + .if ${PORT_OPTIONS:MJAVA} ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar BUILD_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 \ Modified: head/lang/gcc/distinfo ============================================================================== --- head/lang/gcc/distinfo Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc/distinfo Sat Apr 1 15:03:21 2017 (r437437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478034530 -SHA256 (gcc-4.9.4.tar.bz2) = 6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092 -SIZE (gcc-4.9.4.tar.bz2) = 90097606 +TIMESTAMP = 1490558722 +SHA256 (gcc-5.4.0.tar.bz2) = 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a +SIZE (gcc-5.4.0.tar.bz2) = 95661481 Copied: head/lang/gcc/files/patch-arm-unwind-cxx-support (from r433065, head/lang/gcc5/files/patch-arm-unwind-cxx-support) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-arm-unwind-cxx-support Sat Apr 1 15:03:21 2017 (r437437, copy of r433065, head/lang/gcc5/files/patch-arm-unwind-cxx-support) @@ -0,0 +1,106 @@ +--- UTC +Index: gcc/ginclude/unwind-arm-common.h +=================================================================== +--- gcc/ginclude/unwind-arm-common.h (revision 219113) ++++ gcc/ginclude/unwind-arm-common.h (working copy) +@@ -82,7 +82,11 @@ + + struct _Unwind_Control_Block + { ++#ifdef __FreeBSD__ ++ unsigned exception_class __attribute__((__mode__(__DI__))); ++#else + char exception_class[8]; ++#endif + void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); + /* Unwinder cache, private fields for the unwinder's use */ + struct +@@ -181,7 +185,11 @@ + + /* Support functions for the PR. */ + #define _Unwind_Exception _Unwind_Control_Block ++#ifdef __FreeBSD__ ++ typedef unsigned _Unwind_Exception_Class __attribute__((__mode__(__DI__))); ++#else + typedef char _Unwind_Exception_Class[8]; ++#endif + + void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); + _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); +Index: libstdc++-v3/libsupc++/unwind-cxx.h +=================================================================== +--- libstdc++-v3/libsupc++/unwind-cxx.h (revision 219147) ++++ libstdc++-v3/libsupc++/unwind-cxx.h (working copy) +@@ -235,7 +235,7 @@ + return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; + } + +-#ifdef __ARM_EABI_UNWINDER__ ++#if defined(__ARM_EABI_UNWINDER__) && !defined(__FreeBSD__) + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -309,13 +309,7 @@ + c[6] = 'R'; + c[7] = '\0'; + } +- +-static inline void* +-__gxx_caught_object(_Unwind_Exception* eo) +-{ +- return (void*)eo->barrier_cache.bitpattern[0]; +-} +-#else // !__ARM_EABI_UNWINDER__ ++#else // !__ARM_EABI_UNWINDER__ || __FreeBSD__ + // This is the primary exception class we report -- "GNUCC++\0". + const _Unwind_Exception_Class __gxx_primary_exception_class + = ((((((((_Unwind_Exception_Class) 'G' +@@ -339,6 +333,16 @@ + << 8 | (_Unwind_Exception_Class) '+') + << 8 | (_Unwind_Exception_Class) '\x01'); + ++const _Unwind_Exception_Class __gxx_forced_unwind_class ++= ((((((((_Unwind_Exception_Class) 'G' ++ << 8 | (_Unwind_Exception_Class) 'N') ++ << 8 | (_Unwind_Exception_Class) 'U') ++ << 8 | (_Unwind_Exception_Class) 'C') ++ << 8 | (_Unwind_Exception_Class) 'F') ++ << 8 | (_Unwind_Exception_Class) 'O') ++ << 8 | (_Unwind_Exception_Class) 'R') ++ << 8 | (_Unwind_Exception_Class) '\0'); ++ + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -346,6 +350,12 @@ + || c == __gxx_dependent_exception_class; + } + ++static inline bool ++__is_gxx_forced_unwind_class(_Unwind_Exception_Class c) ++{ ++ return c == __gxx_forced_unwind_class; ++} ++ + // Only checks for primary or dependent, but not that it is a C++ exception at + // all. + static inline bool +@@ -357,7 +367,18 @@ + #define __GXX_INIT_PRIMARY_EXCEPTION_CLASS(c) c = __gxx_primary_exception_class + #define __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(c) \ + c = __gxx_dependent_exception_class ++#define __GXX_INIT_FORCED_UNWIND_CLASS(c) c = __gxx_forced_unwind_class ++#endif // __ARM_EABI_UNWINDER__ && !__FreeBSD__ + ++#ifdef __ARM_EABI_UNWINDER__ ++static inline void* ++__gxx_caught_object(_Unwind_Exception* eo) ++{ ++ return (void*)eo->barrier_cache.bitpattern[0]; ++} ++ ++#else // !__ARM_EABI_UNWINDER__ ++ + // GNU C++ personality routine, Version 0. + extern "C" _Unwind_Reason_Code __gxx_personality_v0 + (int, _Unwind_Action, _Unwind_Exception_Class, Copied: head/lang/gcc/files/patch-libc++ (from r433065, head/lang/gcc5/files/patch-libc++) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-libc++ Sat Apr 1 15:03:21 2017 (r437437, copy of r433065, head/lang/gcc5/files/patch-libc++) @@ -0,0 +1,43 @@ +--- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC ++++ gcc/auto-profile.c +@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3. + . */ + + #include "config.h" +-#include "system.h" +- +-#include + #include + #include ++#include "system.h" + + #include "coretypes.h" + #include "hash-set.h" +--- gcc/graphite-isl-ast-to-gimple.c.orig 2017-01-19 21:02:12 UTC ++++ gcc/graphite-isl-ast-to-gimple.c +@@ -38,6 +38,7 @@ extern "C" { + #endif + #endif + ++#include + #include "system.h" + #include "coretypes.h" + #include "hash-set.h" +@@ -75,7 +76,6 @@ extern "C" { + #include "tree-scalar-evolution.h" + #include "gimple-ssa.h" + #include "tree-into-ssa.h" +-#include + + #ifdef HAVE_isl + #include "graphite-poly.h" +--- gcc/system.h.orig 2015-01-05 12:33:28 UTC ++++ gcc/system.h +@@ -217,6 +217,7 @@ extern int errno; + #ifdef __cplusplus + # include + # include ++# include + # include + #endif + Modified: head/lang/gcc/pkg-descr ============================================================================== --- head/lang/gcc/pkg-descr Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc/pkg-descr Sat Apr 1 15:03:21 2017 (r437437) @@ -1,9 +1,10 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc49, g++49, -gfortran49, and gcj49, respectively. +port installs the C, C++, Fortran and Java front ends as gcc5, g++5, +gfortran5, and gcj5, respectively. -It can be used interchangibly with the lang/gcc49 port, which tracks -GCC 4.9 releases, and will move to lang/gcc5 and later over time. +It can be used (largely) interchangibly with the lang/gcc5 port, which +tracks GCC 5 releases, or the lang/gcc5-devel port, which tracks GCC 5 +snapshots, and will move to GCC 6 and later over time. WWW: http://gcc.gnu.org/ Modified: head/lang/gcc/pkg-plist ============================================================================== --- head/lang/gcc/pkg-plist Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc/pkg-plist Sat Apr 1 15:03:21 2017 (r437437) @@ -16,6 +16,7 @@ bin/gcc-ar%%SUFFIX%% bin/gcc-nm%%SUFFIX%% bin/gcc-ranlib%%SUFFIX%% bin/gcov%%SUFFIX%% +bin/gcov-tool%%SUFFIX%% bin/gfortran bin/gfortran%%SUFFIX%% @comment info/gcc%%SUFFIX%%/dir @@ -29,6 +30,7 @@ man/man1/gfortran%%SUFFIX%%.1.gz share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% %%JAVA%%bin/aot-compile%%SUFFIX%% %%JAVA%%bin/gappletviewer%%SUFFIX%% @@ -50,7 +52,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%bin/gtnameserv%%SUFFIX%% %%JAVA%%bin/jcf-dump%%SUFFIX%% %%JAVA%%bin/jv-convert%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc +%%JAVA%%libdata/pkgconfig/libgcj-5.pc %%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz %%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz %%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc49/Makefile Sat Apr 1 15:03:21 2017 (r437437) @@ -24,7 +24,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-4.9.* CPE_VENDOR= gnu # GCC_VERSION and SUFFIX relate to names of executables and directories Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc5-devel/Makefile Sat Apr 1 15:03:21 2017 (r437437) @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc-5.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sat Apr 1 13:29:14 2017 (r437436) +++ head/lang/gcc5/Makefile Sat Apr 1 15:03:21 2017 (r437437) @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc-5.* CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} From owner-svn-ports-all@freebsd.org Sat Apr 1 15:11:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30195D2937E; Sat, 1 Apr 2017 15:11:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0038189F; Sat, 1 Apr 2017 15:11:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FBHgO004319; Sat, 1 Apr 2017 15:11:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FBFnP004297; Sat, 1 Apr 2017 15:11:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011511.v31FBFnP004297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 15:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437438 - in head: databases/mysql55-server databases/mysql55-server/files databases/mysql56-client databases/mysql56-client/files databases/mysql56-server/files databases/mysqlwsrep56-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:11:18 -0000 Author: bapt Date: Sat Apr 1 15:11:14 2017 New Revision: 437438 URL: https://svnweb.freebsd.org/changeset/ports/437438 Log: Update libedit to 20170329 Added: head/databases/mysql55-server/files/patch-client_mysql.cc (contents, props changed) head/databases/mysql55-server/files/patch-cmake_readline.cmake (contents, props changed) head/databases/mysql56-client/files/patch-client_mysql.cc (contents, props changed) head/databases/mysql56-client/files/patch-cmake_readline.cmake (contents, props changed) head/databases/mysql56-server/files/patch-client_mysql.cc (contents, props changed) head/databases/mysql56-server/files/patch-cmake_readline.cmake (contents, props changed) head/databases/mysqlwsrep56-server/files/patch-client_mysql.cc (contents, props changed) head/databases/mysqlwsrep56-server/files/patch-cmake_readline.cmake (contents, props changed) head/databases/percona56-client/files/patch-client_mysql.cc (contents, props changed) head/databases/percona56-client/files/patch-cmake_readline.cmake (contents, props changed) head/databases/percona56-server/files/patch-client_mysql.cc (contents, props changed) head/databases/percona56-server/files/patch-cmake_readline.cmake (contents, props changed) Deleted: head/devel/libedit/files/ Modified: head/databases/mysql55-server/Makefile head/databases/mysql56-client/Makefile head/databases/mysqlwsrep56-server/Makefile head/databases/percona56-server/Makefile head/databases/percona57-client/Makefile head/databases/percona57-client/files/patch-client__mysql.cc head/devel/libedit/Makefile head/devel/libedit/distinfo head/devel/libedit/pkg-plist Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/mysql55-server/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.5.54 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.5 PKGNAMESUFFIX?= 55-server Added: head/databases/mysql55-server/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql55-server/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/mysql55-server/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql55-server/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Modified: head/databases/mysql56-client/Makefile ============================================================================== --- head/databases/mysql56-client/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/mysql56-client/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 3 +PORTREVISION?= 4 PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) Added: head/databases/mysql56-client/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql56-client/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/mysql56-client/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql56-client/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Added: head/databases/mysql56-server/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql56-server/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/mysql56-server/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql56-server/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/mysqlwsrep56-server/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -3,6 +3,7 @@ PORTNAME= mysqlwsrep PORTVERSION= 5.6.35 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://releases.galeracluster.com/source/ PKGNAMESUFFIX= 56-server Added: head/databases/mysqlwsrep56-server/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysqlwsrep56-server/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/mysqlwsrep56-server/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysqlwsrep56-server/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Added: head/databases/percona56-client/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona56-client/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/percona56-client/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona56-client/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/percona56-server/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -3,7 +3,7 @@ PORTNAME?= percona DISTVERSION= 5.6.35-80.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${DISTVERSION}/source/tarball/ PKGNAMESUFFIX?= 56-server Added: head/databases/percona56-server/files/patch-client_mysql.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona56-server/files/patch-client_mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,25 @@ +--- client/mysql.cc.orig 2016-09-30 11:41:40 UTC ++++ client/mysql.cc +@@ -2738,9 +2738,11 @@ static void initialize_readline (char *n + #ifdef HAVE_LOCALE_H + setlocale(LC_ALL,""); /* so as libedit use isprint */ + #endif +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2759,7 +2761,7 @@ static char **new_mysql_completion(const + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Added: head/databases/percona56-server/files/patch-cmake_readline.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/percona56-server/files/patch-cmake_readline.cmake Sat Apr 1 15:11:14 2017 (r437438) @@ -0,0 +1,17 @@ +--- cmake/readline.cmake.orig 2016-09-30 11:41:40 UTC ++++ cmake/readline.cmake +@@ -173,11 +173,11 @@ MACRO (FIND_SYSTEM_EDITLINE) + #include + int main(int argc, char **argv) + { +- typedef int MYFunction(const char*, int); ++ typedef char *MYFunction(const char*, int); + MYFunction* myf= rl_completion_entry_function; +- int res= (myf)(NULL, 0); ++ char *res= (myf)(NULL, 0); + completion_matches(0,0); +- return res; ++ return (res != NULL); + }" + EDITLINE_HAVE_COMPLETION) + Modified: head/databases/percona57-client/Makefile ============================================================================== --- head/databases/percona57-client/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/percona57-client/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= percona -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) Modified: head/databases/percona57-client/files/patch-client__mysql.cc ============================================================================== --- head/databases/percona57-client/files/patch-client__mysql.cc Sat Apr 1 15:03:21 2017 (r437437) +++ head/databases/percona57-client/files/patch-client__mysql.cc Sat Apr 1 15:11:14 2017 (r437438) @@ -1,4 +1,4 @@ ---- client/mysql.cc.orig 2016-11-27 19:44:54 UTC +--- client/mysql.cc.orig 2017-04-01 14:33:18 UTC +++ client/mysql.cc @@ -1903,11 +1903,11 @@ static void usage(int version) #endif @@ -14,3 +14,26 @@ MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE); #endif +@@ -2865,9 +2865,11 @@ static void initialize_readline (char *name) + rl_add_defun("magic-space", (rl_command_func_t *)&fake_magic_space, -1); + #elif defined(USE_LIBEDIT_INTERFACE) + setlocale(LC_ALL,""); /* so as libedit use isprint */ +- rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; +- rl_completion_entry_function= &no_completion; ++ rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion; ++ rl_completion_entry_function= (rl_compentry_func_t*)&no_completion; ++ /* + rl_add_defun("magic-space", (Function*)&fake_magic_space, -1); ++ */ + #else + rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion; + rl_completion_entry_function= &no_completion; +@@ -2886,7 +2888,7 @@ static char **new_mysql_completion(const char *text, + int end MY_ATTRIBUTE((unused))) + { + if (!status.batch && !quick) +-#if defined(USE_NEW_READLINE_INTERFACE) ++#if defined(USE_NEW_READLINE_INTERFACE) || defined(USE_LIBEDIT_INTERFACE) + return rl_completion_matches(text, new_command_generator); + #else + return completion_matches((char *)text, (CPFunction *)new_command_generator); Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Sat Apr 1 15:03:21 2017 (r437437) +++ head/devel/libedit/Makefile Sat Apr 1 15:11:14 2017 (r437438) @@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE USES= libtool ncurses pathfix EDITVERSION= 3.1 -EDITDATE= 20150325 +EDITDATE= 20170329 WRKSRC= ${WRKDIR}/${PORTNAME}-${EDITDATE}-${EDITVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -26,4 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFLICTS_INSTALL= editline-* +post-install: + ${MV} ${STAGEDIR}${PREFIX}/man/man3/history.3 ${STAGEDIR}${PREFIX}/man/man3/el_history.3 + .include Modified: head/devel/libedit/distinfo ============================================================================== --- head/devel/libedit/distinfo Sat Apr 1 15:03:21 2017 (r437437) +++ head/devel/libedit/distinfo Sat Apr 1 15:11:14 2017 (r437438) @@ -1,2 +1,3 @@ -SHA256 (libedit-20150325-3.1.tar.gz) = c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 -SIZE (libedit-20150325-3.1.tar.gz) = 502792 +TIMESTAMP = 1490994397 +SHA256 (libedit-20170329-3.1.tar.gz) = 91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be +SIZE (libedit-20170329-3.1.tar.gz) = 508504 Modified: head/devel/libedit/pkg-plist ============================================================================== --- head/devel/libedit/pkg-plist Sat Apr 1 15:03:21 2017 (r437437) +++ head/devel/libedit/pkg-plist Sat Apr 1 15:11:14 2017 (r437438) @@ -3,7 +3,7 @@ include/histedit.h lib/libedit.a lib/libedit.so lib/libedit.so.0 -lib/libedit.so.0.0.53 +lib/libedit.so.0.0.56 libdata/pkgconfig/libedit.pc man/man3/editline.3.gz man/man3/el_deletestr.3.gz @@ -11,10 +11,8 @@ man/man3/el_end.3.gz man/man3/el_get.3.gz man/man3/el_getc.3.gz man/man3/el_gets.3.gz -man/man3/el_history.3.gz -man/man3/el_history_end.3.gz -man/man3/el_history_init.3.gz man/man3/el_init.3.gz +man/man3/el_init_fd.3.gz man/man3/el_insertstr.3.gz man/man3/el_line.3.gz man/man3/el_parse.3.gz @@ -23,9 +21,30 @@ man/man3/el_reset.3.gz man/man3/el_resize.3.gz man/man3/el_set.3.gz man/man3/el_source.3.gz -man/man3/el_tok_end.3.gz -man/man3/el_tok_init.3.gz -man/man3/el_tok_line.3.gz -man/man3/el_tok_reset.3.gz -man/man3/el_tok_str.3.gz +man/man3/el_wdeletestr.3.gz +man/man3/el_wget.3.gz +man/man3/el_wgetc.3.gz +man/man3/el_wgets.3.gz +man/man3/el_winsertstr.3.gz +man/man3/el_wline.3.gz +man/man3/el_wparse.3.gz +man/man3/el_wpush.3.gz +man/man3/el_wset.3.gz +man/man3/el_history.3.gz +man/man3/history_end.3.gz +man/man3/history_init.3.gz +man/man3/history_w.3.gz +man/man3/history_wend.3.gz +man/man3/history_winit.3.gz +man/man3/tok_end.3.gz +man/man3/tok_init.3.gz +man/man3/tok_line.3.gz +man/man3/tok_reset.3.gz +man/man3/tok_str.3.gz +man/man3/tok_wend.3.gz +man/man3/tok_winit.3.gz +man/man3/tok_wline.3.gz +man/man3/tok_wreset.3.gz +man/man3/tok_wstr.3.gz man/man5/editrc.5.gz +man/man7/editline.7.gz From owner-svn-ports-all@freebsd.org Sat Apr 1 15:23:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5DD5D2960A; Sat, 1 Apr 2017 15:23:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54B75F25; Sat, 1 Apr 2017 15:23:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FNgRH032811; Sat, 1 Apr 2017 15:23:42 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FNWTB032711; Sat, 1 Apr 2017 15:23:32 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011523.v31FNWTB032711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 15:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437439 - in head: archivers/kf5-karchive archivers/paq archivers/pxz archivers/py-brotli archivers/rvm astro/geographiclib astro/gpstk astro/kstars astro/libosmium astro/nightfall astr... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:23:44 -0000 Author: gerald Date: Sat Apr 1 15:23:30 2017 New Revision: 437439 URL: https://svnweb.freebsd.org/changeset/ports/437439 Log: Bump PORTREVISIONs for ports depending on the canonical version of GCC and lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Modified: head/archivers/kf5-karchive/Makefile head/archivers/paq/Makefile head/archivers/pxz/Makefile head/archivers/py-brotli/Makefile head/archivers/rvm/Makefile head/astro/geographiclib/Makefile head/astro/gpstk/Makefile head/astro/kstars/Makefile head/astro/libosmium/Makefile head/astro/nightfall/Makefile head/astro/opencpn/Makefile head/astro/qmapshack/Makefile head/astro/viking/Makefile head/astro/wcslib/Makefile head/astro/xtide/Makefile head/audio/audacity/Makefile head/audio/calf/Makefile head/audio/ccaudio2/Makefile head/audio/chromaprint/Makefile head/audio/codec2/Makefile head/audio/csound/Makefile head/audio/csound6/Makefile head/audio/deadbeef/Makefile head/audio/espeak/Makefile head/audio/firefly/Makefile head/audio/funktrackergold/Makefile head/audio/gbsplay/Makefile head/audio/gnuspeechsa/Makefile head/audio/gogglesmm/Makefile head/audio/idjc/Makefile head/audio/libsoxr/Makefile head/audio/murmur/Makefile head/audio/musescore/Makefile head/audio/musicpd/Makefile head/audio/ncmpcpp/Makefile head/audio/openal-soft/Makefile head/audio/openspc/Makefile head/audio/pragha/Makefile head/audio/pulseaudio/Makefile head/audio/py-karaoke/Makefile head/audio/py-tagpy/Makefile head/audio/qjackctl/Makefile head/audio/rosegarden/Makefile head/audio/sayonara/Makefile head/audio/schism/Makefile head/audio/smasher/Makefile head/audio/soundkonverter/Makefile head/audio/soundtouch/Makefile head/audio/spek/Makefile head/audio/tomahawk/Makefile head/audio/wxguitar/Makefile head/audio/xmms-gbsplay/Makefile head/benchmarks/himenobench/Makefile head/benchmarks/hpl/Makefile head/benchmarks/octave-forge-benchmark/Makefile head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/polygraph/Makefile head/biology/bowtie/Makefile head/biology/cd-hit/Makefile head/biology/crux/Makefile head/biology/diamond/Makefile head/biology/fasttree/Makefile head/biology/jellyfish/Makefile head/biology/molden/Makefile head/biology/mopac/Makefile head/biology/ncbi-blast+/Makefile head/biology/plink/Makefile head/biology/psi88/Makefile head/biology/seqan-apps/Makefile head/biology/seqtools/Makefile head/biology/ssaha/Makefile head/biology/t_coffee/Makefile head/biology/tinker/Makefile head/cad/NASTRAN-95/Makefile head/cad/alliance/Makefile head/cad/calculix/Makefile head/cad/cura-engine/Makefile head/cad/elmerfem/Makefile head/cad/feappv/Makefile head/cad/freecad/Makefile head/cad/freehdl/Makefile head/cad/gmsh/Makefile head/cad/gspiceui/Makefile head/cad/kicad-devel/Makefile head/cad/kicad/Makefile head/cad/klayout/Makefile head/cad/libopencad/Makefile head/cad/librecad/Makefile head/cad/meshlab/Makefile head/cad/opencascade/Makefile head/cad/openscad/Makefile head/cad/openvsp/Makefile head/cad/pdnmesh/Makefile head/cad/qelectrotech/Makefile head/cad/sceptre/Makefile head/cad/scotch/Makefile head/cad/stepcode/Makefile head/cad/tochnog/Makefile head/chinese/ibus-libpinyin/Makefile head/chinese/ibus-pinyin/Makefile head/chinese/librime/Makefile head/chinese/opencc/Makefile head/chinese/pyzy/Makefile head/comms/aldo/Makefile head/comms/dabstick-radio/Makefile head/comms/efax-gtk/Makefile head/comms/ems-flasher/Makefile head/comms/fldigi/Makefile head/comms/freedv/Makefile head/comms/gnuradio/Makefile head/comms/gr-osmosdr/Makefile head/comms/qt5-serialbus/Makefile head/comms/sdr-wspr/Makefile head/comms/telldus-core/Makefile head/comms/trustedqsl/Makefile head/comms/uhd/Makefile head/comms/usrp/Makefile head/comms/wsjt/Makefile head/comms/wsjtx/Makefile head/comms/wspr/Makefile head/converters/pdf2djvu/Makefile head/databases/clickhouse/Makefile head/databases/evolution-data-server/Makefile head/databases/fastdb/Makefile head/databases/galera/Makefile head/databases/gigabase/Makefile head/databases/gnats4/Makefile head/databases/gomdb/Makefile head/databases/grass/Makefile head/databases/leveldb/Makefile head/databases/levigo/Makefile head/databases/mariadb-connector-c/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb55-server/Makefile head/databases/mysql-q4m/Makefile head/databases/mysql56-server/Makefile head/databases/mysql57-server/Makefile head/databases/mysql80-server/Makefile head/databases/percona57-server/Makefile head/databases/pgadmin3/Makefile head/databases/pgmodeler/Makefile head/databases/pgrouting/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/postgresql-plv8js/Makefile head/databases/riak2/Makefile head/databases/rocksdb/Makefile head/databases/sqlitestudio/Makefile head/databases/tarantool/Makefile head/databases/vsqlite/Makefile head/deskutils/bijiben/Makefile head/deskutils/gnome-documents/Makefile head/deskutils/gnome-initial-setup/Makefile head/deskutils/gnome-photos/Makefile head/deskutils/gnome-todo/Makefile head/deskutils/gnote/Makefile head/deskutils/growl-for-linux/Makefile head/deskutils/homerun/Makefile head/deskutils/kdeconnect/Makefile head/deskutils/owncloudclient/Makefile head/deskutils/sliderule/Makefile head/deskutils/taskd/Makefile head/deskutils/taskwarrior/Makefile head/deskutils/treesheets/Makefile head/deskutils/xneur/Makefile head/devel/aegis/Makefile head/devel/android-tools-adb/Makefile head/devel/android-tools-fastboot/Makefile head/devel/android-tools-simpleperf/Makefile head/devel/api-sanity-autotest/Makefile head/devel/argdata/Makefile head/devel/asmutils/Makefile head/devel/atlas-devel/Makefile head/devel/aws-sdk-cpp/Makefile head/devel/bisoncpp/Makefile head/devel/bossa/Makefile head/devel/bullet/Makefile head/devel/caf/Makefile head/devel/ccrtp/Makefile head/devel/cctz/Makefile head/devel/cheritrace-devel/Makefile head/devel/clanlib/Makefile head/devel/covtool/Makefile head/devel/cppcheck/Makefile head/devel/cssc/Makefile head/devel/cx_Freeze/Makefile head/devel/dbus-c++/Makefile head/devel/devhelp/Makefile head/devel/dia2code+/Makefile head/devel/drpython/Makefile head/devel/efivar/Makefile head/devel/efl/Makefile head/devel/embb/Makefile head/devel/eris/Makefile head/devel/flatbuffers/Makefile head/devel/freeocl/Makefile head/devel/gdb66/Makefile head/devel/gitg/Makefile head/devel/gnu-efi/Makefile head/devel/godot/Makefile head/devel/grantlee5/Makefile head/devel/hhdate/Makefile head/devel/hyperscan/Makefile head/devel/injeqt/Makefile head/devel/ipython/Makefile head/devel/jsoncpp/Makefile head/devel/jsonnet/Makefile head/devel/kBuild/Makefile head/devel/kdesvn-kde4/Makefile head/devel/kdevelop-kde4/Makefile head/devel/kdevelop-pg-qt/Makefile head/devel/kdevelop-php-docs/Makefile head/devel/kdevelop-php/Makefile head/devel/kdevplatform/Makefile head/devel/kf5-kauth/Makefile head/devel/kf5-kbookmarks/Makefile head/devel/kf5-kcmutils/Makefile head/devel/kf5-kconfig/Makefile head/devel/kf5-kcoreaddons/Makefile head/devel/kf5-kcrash/Makefile head/devel/kf5-kdbusaddons/Makefile head/devel/kf5-kdeclarative/Makefile head/devel/kf5-kdoctools/Makefile head/devel/kf5-kfilemetadata/Makefile head/devel/kf5-ki18n/Makefile head/devel/kf5-kidletime/Makefile head/devel/kf5-kio/Makefile head/devel/kf5-kitemmodels/Makefile head/devel/kf5-knewstuff/Makefile head/devel/kf5-knotifications/Makefile head/devel/kf5-knotifyconfig/Makefile head/devel/kf5-kpackage/Makefile head/devel/kf5-kparts/Makefile head/devel/kf5-kpeople/Makefile head/devel/kf5-kpty/Makefile head/devel/kf5-kservice/Makefile head/devel/kf5-ktexteditor/Makefile head/devel/kf5-kunitconversion/Makefile head/devel/kf5-solid/Makefile head/devel/kf5-threadweaver/Makefile head/devel/libbobcat/Makefile head/devel/libbrotli/Makefile head/devel/libconcurrent/Makefile head/devel/libcrossguid/Makefile head/devel/libdbusmenu-qt/Makefile head/devel/libflatarray/Makefile head/devel/libfmt/Makefile head/devel/libgit2-glib/Makefile head/devel/libgrading/Makefile head/devel/libical-glib/Makefile head/devel/liblas/Makefile head/devel/liblouisxml/Makefile head/devel/liblxqt/Makefile head/devel/libopkele/Makefile head/devel/liborcus/Makefile head/devel/libqtxdg/Makefile head/devel/libtuntap/Makefile head/devel/libwfut/Makefile head/devel/lldb38/Makefile head/devel/llvm-cheri/Makefile head/devel/llvm-devel/Makefile head/devel/llvm34/Makefile head/devel/llvm35/Makefile head/devel/llvm36/Makefile head/devel/llvm38/Makefile head/devel/llvm39/Makefile head/devel/llvm40/Makefile head/devel/lockfree-malloc/Makefile head/devel/love/Makefile head/devel/mercator/Makefile head/devel/msgpack/Makefile head/devel/msp430-debug-stack/Makefile head/devel/nlohmann-json/Makefile head/devel/ocaml-lacaml/Makefile head/devel/opendht/Makefile head/devel/openmp/Makefile head/devel/p5-perlkde/Makefile head/devel/papi/Makefile head/devel/ponscripter-sekai/Makefile head/devel/protobuf/Makefile head/devel/pure-stllib/Makefile head/devel/pwlib/Makefile head/devel/py-llfuse/Makefile head/devel/py-llvmlite/Makefile head/devel/py-numba/Makefile head/devel/py-tables/Makefile head/devel/qbs/Makefile head/devel/qt5-qmake/Makefile head/devel/qtcreator/Makefile head/devel/raknet/Makefile head/devel/rapidjson/Makefile head/devel/re2/Makefile head/devel/rhtvision/Makefile head/devel/rlvm/Makefile head/devel/sdl2pp/Makefile head/devel/sfml/Makefile head/devel/simgear/Makefile head/devel/smv/Makefile head/devel/sourcenav/Makefile head/devel/thrift-cpp/Makefile head/devel/tigcc/Makefile head/devel/ucommon/Makefile head/devel/valgrind-devel/Makefile head/devel/valgrind/Makefile head/devel/varconf/Makefile head/devel/wxformbuilder/Makefile head/devel/zeal/Makefile head/dns/bundy/Makefile head/dns/c-ares/Makefile head/dns/dnsdist/Makefile head/dns/kf5-kdnssd/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns/Makefile head/dns/void-zones-tools/Makefile head/dns/yadifa/Makefile head/editors/calligra/Makefile head/editors/codelite/Makefile head/editors/cooledit/Makefile head/editors/focuswriter/Makefile head/editors/latexila/Makefile head/editors/libreoffice/Makefile head/editors/libreoffice4/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/p5-Padre/Makefile head/editors/poedit/Makefile head/editors/scite/Makefile head/editors/yzis/Makefile head/editors/zile/Makefile head/emulators/bochs/Makefile head/emulators/catapult/Makefile head/emulators/citra/Makefile head/emulators/dolphin-emu/Makefile head/emulators/fceux/Makefile head/emulators/gxemul/Makefile head/emulators/higan/Makefile head/emulators/mame/Makefile head/emulators/mednafen/Makefile head/emulators/mupen64plus-rsp-cxd4/Makefile head/emulators/openmsx/Makefile head/emulators/pearpc/Makefile head/emulators/pipelight/Makefile head/emulators/ppsspp/Makefile head/emulators/raine/Makefile head/emulators/riscv-isa-sim/Makefile head/emulators/skyeye/Makefile head/emulators/snes9x-gtk/Makefile head/emulators/stella/Makefile head/emulators/wine-devel/Makefile head/emulators/wine/Makefile head/emulators/wxmupen64plus/Makefile head/emulators/x49gp/Makefile head/finance/bitcoin-armory/Makefile head/finance/gnucash/Makefile head/finance/ledger/Makefile head/finance/moneymanagerex/Makefile head/finance/qhacc/Makefile head/finance/skrooge/Makefile head/french/aster/Makefile head/french/eficas/Makefile head/french/med/Makefile head/ftp/filezilla/Makefile head/ftp/libfilezilla/Makefile head/games/0ad/Makefile head/games/3omns/Makefile head/games/adonthell/Makefile head/games/alienarena/Makefile head/games/asc/Makefile head/games/blinkensisters/Makefile head/games/braincurses/Makefile head/games/bzflag/Makefile head/games/cataclysm-dda/Makefile head/games/cockatrice/Makefile head/games/connectagram/Makefile head/games/corsix-th/Makefile head/games/craft/Makefile head/games/criticalmass/Makefile head/games/critterding/Makefile head/games/doomsday/Makefile head/games/dunelegacy/Makefile head/games/dustrac/Makefile head/games/easyrpg-player/Makefile head/games/eduke32/Makefile head/games/el/Makefile head/games/ember/Makefile head/games/emptyepsilon/Makefile head/games/endless-sky/Makefile head/games/etracer/Makefile head/games/exult/Makefile head/games/flightgear/Makefile head/games/freecell-solver/Makefile head/games/freedink-dfarc/Makefile head/games/freeminer/Makefile head/games/gnomebreakout/Makefile head/games/gnubg/Makefile head/games/golly/Makefile head/games/gottet/Makefile head/games/gtkpool/Makefile head/games/hexalate/Makefile head/games/hoverboard-sdl/Makefile head/games/irrlamb/Makefile head/games/liblcf/Makefile head/games/libretro-cores/Makefile head/games/lordsawar/Makefile head/games/lugaru/Makefile head/games/megaglest/Makefile head/games/mirrormagic/Makefile head/games/naev/Makefile head/games/openclonk/Makefile head/games/openlierox/Makefile head/games/openmw/Makefile head/games/openomf/Makefile head/games/openspades/Makefile head/games/opensurge/Makefile head/games/openxcom/Makefile head/games/openyahtzee/Makefile head/games/peg-e/Makefile head/games/pingus/Makefile head/games/pioneer/Makefile head/games/py-mnemosyne/Makefile head/games/quackle/Makefile head/games/quakeforge/Makefile head/games/retroarch/Makefile head/games/rubix/Makefile head/games/sdl_scavenger/Makefile head/games/sdlroids/Makefile head/games/shaaft/Makefile head/games/simsu/Makefile head/games/slade/Makefile head/games/solarus-quest-editor/Makefile head/games/solarus/Makefile head/games/spring/Makefile head/games/springlobby/Makefile head/games/stonesoup/Makefile head/games/supertux2/Makefile head/games/supertuxkart/Makefile head/games/syobon/Makefile head/games/tanglet/Makefile head/games/tbe/Makefile head/games/teeworlds/Makefile head/games/tetzle/Makefile head/games/traingame/Makefile head/games/trenchbroom/Makefile head/games/ufoai/Makefile head/games/warsow/Makefile head/games/warzone2100/Makefile head/games/wesnoth/Makefile head/games/widelands/Makefile head/games/wxlauncher/Makefile head/games/wyrmgus/Makefile head/games/xbat/Makefile head/games/xonotic/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile head/graphics/OpenEXR/Makefile head/graphics/aaphoto/Makefile head/graphics/alembic/Makefile head/graphics/animorph/Makefile head/graphics/argyllcms/Makefile head/graphics/aseprite/Makefile head/graphics/blender/Makefile head/graphics/bugle/Makefile head/graphics/caffe/Makefile head/graphics/cegui/Makefile head/graphics/cimg/Makefile head/graphics/code-eli/Makefile head/graphics/colmap/Makefile head/graphics/converseen/Makefile head/graphics/copperspice/Makefile head/graphics/darktable/Makefile head/graphics/dataplot/Makefile head/graphics/dcp2icc/Makefile head/graphics/delaboratory/Makefile head/graphics/dilay/Makefile head/graphics/enblend/Makefile head/graphics/evince/Makefile head/graphics/freeimage/Makefile head/graphics/geomorph/Makefile head/graphics/gimp-beautify-plugin/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-refocus-plugin/Makefile head/graphics/gimp-resynthesizer/Makefile head/graphics/gle-graphics/Makefile head/graphics/gource/Makefile head/graphics/gthumb/Makefile head/graphics/gtimelapse/Makefile head/graphics/guetzli/Makefile head/graphics/hiptext/Makefile head/graphics/hugin/Makefile head/graphics/inkscape/Makefile head/graphics/ipe/Makefile head/graphics/jogamp-jogl/Makefile head/graphics/kf5-kimageformats/Makefile head/graphics/kf5-kplotting/Makefile head/graphics/kf5-prison/Makefile head/graphics/libbpg/Makefile head/graphics/libcdr01/Makefile head/graphics/libetonyek01/Makefile head/graphics/libfreehand/Makefile head/graphics/libgltf/Makefile head/graphics/libopenraw/Makefile head/graphics/libraw/Makefile head/graphics/lightzone/Makefile head/graphics/lximage-qt/Makefile head/graphics/mahotas/Makefile head/graphics/makehuman/Makefile head/graphics/mapnik/Makefile head/graphics/mhgui/Makefile head/graphics/mupdf/Makefile head/graphics/mypaint/Makefile head/graphics/nurbs++/Makefile head/graphics/ogre3d/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/oyranos/Makefile head/graphics/p5-PGPLOT/Makefile head/graphics/pfstmo/Makefile head/graphics/pgplot/Makefile head/graphics/photivo/Makefile head/graphics/piglit/Makefile head/graphics/pixie/Makefile head/graphics/py-gdal/Makefile head/graphics/qgis/Makefile head/graphics/raster3d/Makefile head/graphics/rawtherapee-devel/Makefile head/graphics/rawtherapee/Makefile head/graphics/seexpr/Makefile head/graphics/sekrit-twc-zimg/Makefile head/graphics/shotwell/Makefile head/graphics/simpleviewer/Makefile head/graphics/tesseract/Makefile head/graphics/tiled/Makefile head/graphics/tulip/Makefile head/graphics/vapoursynth-waifu2x-w2xc/Makefile head/graphics/vigra/Makefile head/graphics/waffle/Makefile head/graphics/waifu2x-converter-cpp/Makefile head/graphics/webp/Makefile head/graphics/wxsvg/Makefile head/graphics/xd3d/Makefile head/graphics/zathura-cb/Makefile head/graphics/zathura-djvu/Makefile head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura-ps/Makefile head/graphics/zathura/Makefile head/irc/ezbounce/Makefile head/irc/ircd-ratbox/Makefile head/irc/ircservices/Makefile head/irc/quassel/Makefile head/irc/znc/Makefile head/japanese/fcitx-skk/Makefile head/japanese/mozc-server/Makefile head/japanese/skkinput3/Makefile head/japanese/xtr/Makefile head/java/classpath/Makefile head/java/intellij-fsnotifier/Makefile head/java/sigar/Makefile head/lang/afnix/Makefile head/lang/angelscript/Makefile head/lang/bigloo/Makefile head/lang/cilkplus/Makefile head/lang/cint/Makefile head/lang/cjs/Makefile head/lang/clang34/Makefile head/lang/clang35/Makefile head/lang/clang36/Makefile head/lang/cling/Makefile head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime18/Makefile head/lang/gambit-c/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/gforth/Makefile head/lang/ghc/Makefile head/lang/gjs/Makefile head/lang/gprolog/Makefile head/lang/hugs/Makefile head/lang/icon/Makefile head/lang/io/Makefile head/lang/julia/Makefile head/lang/kf5-kross/Makefile head/lang/mlton/Makefile head/lang/modula3/Makefile head/lang/mono/Makefile head/lang/oo2c/Makefile head/lang/opencoarrays/Makefile head/lang/p5-ExtUtils-F77/Makefile head/lang/phantomjs/Makefile head/lang/pure/Makefile head/lang/qscheme/Makefile head/lang/ratfor/Makefile head/lang/sagittarius-scheme/Makefile head/lang/scm/Makefile head/lang/spidermonkey170/Makefile head/lang/spidermonkey24/Makefile head/lang/v8-devel/Makefile head/lang/v8/Makefile head/lang/x10/Makefile head/lang/yap-devel/Makefile head/lang/yap/Makefile head/lang/ypsilon/Makefile head/mail/annoyance-filter/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/libmapi/Makefile head/mail/libvmime/Makefile head/mail/milter-callback/Makefile head/mail/pop3vscan/Makefile head/mail/spamdyke/Makefile head/mail/spamprobe/Makefile head/mail/trojita/Makefile head/math/R/Makefile head/math/algae/Makefile head/math/armadillo/Makefile head/math/arpack-ng/Makefile head/math/arpack/Makefile head/math/aspcud/Makefile head/math/atlas/Makefile head/math/blacs/Makefile head/math/blocksolve95/Makefile head/math/cadabra2/Makefile head/math/cantor/Makefile head/math/carve/Makefile head/math/cblas/Makefile head/math/ceres-solver/Makefile head/math/clp/Makefile head/math/cmlib/Makefile head/math/cryptominisat/Makefile head/math/cvc3/Makefile head/math/drgeo/Makefile head/math/dynare/Makefile head/math/eispack/Makefile head/math/fflas-ffpack/Makefile head/math/fftw/Makefile head/math/fftw3/Makefile head/math/fityk/Makefile head/math/freemat/Makefile head/math/gambit/Makefile head/math/giacxcas/Makefile head/math/gotoblas/Makefile head/math/gracetmpl/Makefile head/math/gretl/Makefile head/math/gringo/Makefile head/math/hfst/Makefile head/math/ipopt/Makefile head/math/ised/Makefile head/math/jags/Makefile head/math/kig/Makefile head/math/kktdirect/Makefile head/math/labplot/Makefile head/math/lapack++/Makefile head/math/lapack/Makefile head/math/lapack95/Makefile head/math/levmar/Makefile head/math/libRmath/Makefile head/math/librsb/Makefile head/math/libtsnnls/Makefile head/math/linpack/Makefile head/math/math77/Makefile head/math/metis/Makefile head/math/miracl/Makefile head/math/mosesdecoder/Makefile head/math/mumps/Makefile head/math/octave-forge-actuarial/Makefile head/math/octave-forge-audio/Makefile head/math/octave-forge-bim/Makefile head/math/octave-forge-bioinfo/Makefile head/math/octave-forge-cgi/Makefile head/math/octave-forge-civil-engineering/Makefile head/math/octave-forge-communications/Makefile head/math/octave-forge-control/Makefile head/math/octave-forge-data-smoothing/Makefile head/math/octave-forge-database/Makefile head/math/octave-forge-dataframe/Makefile head/math/octave-forge-divand/Makefile head/math/octave-forge-doctest/Makefile head/math/octave-forge-econometrics/Makefile head/math/octave-forge-engine/Makefile head/math/octave-forge-fenv/Makefile head/math/octave-forge-financial/Makefile head/math/octave-forge-fits/Makefile head/math/octave-forge-fl-core/Makefile head/math/octave-forge-fpl/Makefile head/math/octave-forge-fuzzy-logic-toolkit/Makefile head/math/octave-forge-ga/Makefile head/math/octave-forge-general/Makefile head/math/octave-forge-generate_html/Makefile head/math/octave-forge-geometry/Makefile head/math/octave-forge-gnuplot/Makefile head/math/octave-forge-gsl/Makefile head/math/octave-forge-ident/Makefile head/math/octave-forge-image/Makefile head/math/octave-forge-informationtheory/Makefile head/math/octave-forge-integration/Makefile head/math/octave-forge-interval/Makefile head/math/octave-forge-io/Makefile head/math/octave-forge-irsa/Makefile head/math/octave-forge-level-set/Makefile head/math/octave-forge-linear-algebra/Makefile head/math/octave-forge-lssa/Makefile head/math/octave-forge-ltfat/Makefile head/math/octave-forge-mapping/Makefile head/math/octave-forge-mechanics/Makefile head/math/octave-forge-miscellaneous/Makefile head/math/octave-forge-missing-functions/Makefile head/math/octave-forge-msh/Makefile head/math/octave-forge-multicore/Makefile head/math/octave-forge-mvn/Makefile head/math/octave-forge-nan/Makefile head/math/octave-forge-ncarray/Makefile head/math/octave-forge-netcdf/Makefile head/math/octave-forge-nlwing2/Makefile head/math/octave-forge-nnet/Makefile head/math/octave-forge-nurbs/Makefile head/math/octave-forge-ocs/Makefile head/math/octave-forge-oct2mat/Makefile head/math/octave-forge-octcdf/Makefile head/math/octave-forge-octclip/Makefile head/math/octave-forge-octproj/Makefile head/math/octave-forge-odebvp/Makefile head/math/octave-forge-odepkg/Makefile head/math/octave-forge-optics/Makefile head/math/octave-forge-optim/Makefile head/math/octave-forge-optiminterp/Makefile head/math/octave-forge-outliers/Makefile head/math/octave-forge-parallel/Makefile head/math/octave-forge-pdb/Makefile head/math/octave-forge-plot/Makefile head/math/octave-forge-pt_br/Makefile head/math/octave-forge-quaternion/Makefile head/math/octave-forge-queueing/Makefile head/math/octave-forge-secs1d/Makefile head/math/octave-forge-secs2d/Makefile head/math/octave-forge-secs3d/Makefile head/math/octave-forge-signal/Makefile head/math/octave-forge-simp/Makefile head/math/octave-forge-sockets/Makefile head/math/octave-forge-sparsersb/Makefile head/math/octave-forge-specfun/Makefile head/math/octave-forge-special-matrix/Makefile head/math/octave-forge-splines/Makefile head/math/octave-forge-statistics/Makefile head/math/octave-forge-stk/Makefile head/math/octave-forge-strings/Makefile head/math/octave-forge-struct/Makefile head/math/octave-forge-symband/Makefile head/math/octave-forge-symbolic/Makefile head/math/octave-forge-tcl-octave/Makefile head/math/octave-forge-tisean/Makefile head/math/octave-forge-tsa/Makefile head/math/octave-forge-video/Makefile head/math/octave-forge-zenity/Makefile head/math/octave-forge-zeromq/Makefile head/math/octave/Makefile head/math/openblas/Makefile head/math/openfst/Makefile head/math/opensolaris-libm/Makefile head/math/p5-Math-Int128/Makefile head/math/pdal/Makefile head/math/plplot/Makefile head/math/py-cryptominisat/Makefile head/math/py-matplotlib/Makefile head/math/py-numpy/Makefile head/math/py-pysparse/Makefile head/math/py-symeig/Makefile head/math/py-theano/Makefile head/math/qalculate/Makefile head/math/qd/Makefile head/math/qrupdate/Makefile head/math/rkward-kde4/Makefile head/math/rpy2/Makefile head/math/saga/Makefile head/math/scalapack/Makefile head/math/scilab/Makefile head/math/sdpa/Makefile head/math/sdpara/Makefile head/math/sfft/Makefile head/math/slatec/Makefile head/math/spblas/Makefile head/math/suitesparse/Makefile head/math/superlu/Makefile head/math/superlu_mt/Makefile head/math/taucs/Makefile head/math/tomsfastmath/Makefile head/math/trlan/Makefile head/math/vowpal_wabbit/Makefile head/math/wfmath/Makefile head/math/x12arima/Makefile head/math/yacas/Makefile head/misc/estic/Makefile head/misc/rump/Makefile head/misc/seabios/Makefile head/misc/terraform/Makefile head/multimedia/aegisub/Makefile head/multimedia/assimp/Makefile head/multimedia/audacious-gtk3/Makefile head/multimedia/audacious-plugins-gtk3/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/audacious/Makefile head/multimedia/baka-mplayer/Makefile head/multimedia/bombono/Makefile head/multimedia/dvdstyler/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffms2/Makefile head/multimedia/gstreamer1-vaapi/Makefile head/multimedia/kf5-kmediaplayer/Makefile head/multimedia/kissdx/Makefile head/multimedia/kodi/Makefile head/multimedia/kvazaar/Makefile head/multimedia/libcec/Makefile head/multimedia/libde265/Makefile head/multimedia/libva-intel-driver/Makefile head/multimedia/libvpx/Makefile head/multimedia/lives/Makefile head/multimedia/mjpegtools/Makefile head/multimedia/mkvtoolnix/Makefile head/multimedia/mpc-qt/Makefile head/multimedia/mpv/Makefile head/multimedia/obs-studio/Makefile head/multimedia/oggvideotools/Makefile head/multimedia/pHash/Makefile head/multimedia/rage/Makefile head/multimedia/vapoursynth/Makefile head/multimedia/vdr-plugin-softhddevice/Makefile head/multimedia/vdr/Makefile head/multimedia/vlc/Makefile head/multimedia/x264/Makefile head/multimedia/xanim/Makefile head/net-im/diligent/Makefile head/net-im/jabberd/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-text-ui/Makefile head/net-im/libaccounts-qt5/Makefile head/net-im/qTox/Makefile head/net-im/ricochet/Makefile head/net-im/ring-daemon/Makefile head/net-im/ring-gnome/Makefile head/net-im/ring-libclient/Makefile head/net-im/teamwords/Makefile head/net-im/telegram-purple/Makefile head/net-im/tox/Makefile head/net-im/uTox/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/mk-livestatus/Makefile head/net-mgmt/resource-agents/Makefile head/net-mgmt/seafile-gui/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/cpuminer/Makefile head/net-p2p/dogecoin/Makefile head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/net-p2p/go-ethereum/Makefile head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/qbittorrent/Makefile head/net-p2p/rtorrent/Makefile head/net-p2p/transmission-qt4/Makefile head/net-p2p/zetacoin/Makefile head/net/belle-sip/Makefile head/net/corosync/Makefile head/net/freerdp/Makefile head/net/freerdp1/Makefile head/net/glusterfs/Makefile head/net/gnome-online-accounts/Makefile head/net/gupnp/Makefile head/net/iaxmodem/Makefile head/net/ipxe/Makefile head/net/kea/Makefile head/net/kf5-kxmlrpcclient/Makefile head/net/l2tpd/Makefile head/net/libtnl/Makefile head/net/mediatomb/Makefile head/net/mpich/Makefile head/net/mpich2/Makefile head/net/ndisc6/Makefile head/net/ndpi/Makefile head/net/nepenthes/Makefile head/net/ohphone/Makefile head/net/openbsc/Makefile head/net/openh323/Makefile head/net/openmpi/Makefile head/net/openmpi2/Makefile head/net/opensips/Makefile head/net/pacemaker/Makefile head/net/quagga/Makefile head/net/skstream/Makefile head/net/spoofer/Makefile head/net/uget/Makefile head/net/xpvm/Makefile head/net/yami4/Makefile head/net/zerotier/Makefile head/news/nzbget/Makefile head/palm/jpilot/Makefile head/polish/kadu/Makefile head/polish/qnapi/Makefile head/ports-mgmt/octopkg/Makefile head/ports-mgmt/portal/Makefile head/ports-mgmt/portrac/Makefile head/print/cups-filters/Makefile head/print/gribouy/Makefile head/print/harfbuzz/Makefile head/print/libmspub01/Makefile head/print/pdftk/Makefile head/science/cdf/Makefile head/science/cgnslib/Makefile head/science/clhep/Makefile head/science/dcl/Makefile head/science/dlpoly-classic/Makefile head/science/fvcom/Makefile head/science/fvm/Makefile head/science/getdp/Makefile head/science/ghemical/Makefile head/science/gnudatalanguage/Makefile head/science/gromacs/Makefile head/science/harminv/Makefile head/science/hdf/Makefile head/science/hdf5-18/Makefile head/science/hdf5/Makefile head/science/isaac-cfd/Makefile head/science/libctl/Makefile head/science/libgeodecomp/Makefile head/science/libghemical/Makefile head/science/libint/Makefile head/science/libxc/Makefile head/science/massxpert/Makefile head/science/mbdyn/Makefile head/science/meep/Makefile head/science/mpb/Makefile head/science/mpqc/Makefile head/science/ncs/Makefile head/science/netcdf-fortran/Makefile head/science/openkim/Makefile head/science/pnetcdf/Makefile head/science/psychopy/Makefile head/science/py-obspy/Makefile head/science/py-scikit-learn/Makefile head/science/py-scikit-sparse/Makefile head/science/py-scipy/Makefile head/science/silo/Makefile head/science/v_sim/Makefile head/security/arpCounterattack/Makefile head/security/bearssl/Makefile head/security/bro/Makefile head/security/certificate-transparency/Makefile head/security/clamav/Makefile head/security/clambc/Makefile head/security/cryptopp/Makefile head/security/gnome-keyring/Makefile head/security/gnupg/Makefile head/security/gpgme/Makefile head/security/hashcat-legacy/Makefile head/security/hpenc/Makefile head/security/i2pd/Makefile head/security/john/Makefile head/security/keepassx-devel/Makefile head/security/keepassxc/Makefile head/security/kf5-kdesu/Makefile head/security/libzrtpcppcore/Makefile head/security/obfsclient/Makefile head/security/pinentry/Makefile head/security/pks/Makefile head/security/quantis/Makefile head/security/seccure/Makefile head/security/titus/Makefile head/sysutils/android-file-transfer/Makefile head/sysutils/b2sum/Makefile head/sysutils/bsdisks/Makefile head/sysutils/clone/Makefile head/sysutils/cloudabi-utils/Makefile head/sysutils/conky/Makefile head/sysutils/dar/Makefile head/sysutils/facter/Makefile head/sysutils/freefilesync/Makefile head/sysutils/fusefs-encfs/Makefile head/sysutils/fusefs-lkl/Makefile head/sysutils/fusefs-simple-mtpfs/Makefile head/sysutils/gnome-control-center/Makefile head/sysutils/grub2-bhyve/Makefile head/sysutils/grub2-efi/Makefile head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2/Makefile head/sysutils/hfm/Makefile head/sysutils/i7z/Makefile head/sysutils/ipdbtools/Makefile head/sysutils/kf5-baloo/Makefile head/sysutils/kf5-kwallet/Makefile head/sysutils/kshutdown-kde4/Makefile head/sysutils/libretto-config/Makefile head/sysutils/logstalgia/Makefile head/sysutils/mate-system-monitor/Makefile head/sysutils/osquery/Makefile head/sysutils/parafly/Makefile head/sysutils/pesign/Makefile head/sysutils/polkit/Makefile head/sysutils/powerdxx/Makefile head/sysutils/shim/Makefile head/sysutils/spiped/Makefile head/sysutils/tarsnap-gui/Makefile head/sysutils/wiimms/Makefile head/textproc/ctpp2/Makefile head/textproc/fcitx-qt5/Makefile head/textproc/gutenmark/Makefile head/textproc/highlight/Makefile head/textproc/ibus/Makefile head/textproc/kenlm/Makefile head/textproc/kf5-kcodecs/Makefile head/textproc/kf5-sonnet/Makefile head/textproc/kf5-syntax-highlighting/Makefile head/textproc/libe-book/Makefile head/textproc/libsass/Makefile head/textproc/libvisio01/Makefile head/textproc/opengrm-ngram/Makefile head/textproc/pdfgrep/Makefile head/textproc/pugixml/Makefile head/textproc/randlm/Makefile head/textproc/sassc/Makefile head/textproc/senna/Makefile head/textproc/sigil/Makefile head/textproc/uim-kde4/Makefile head/textproc/wiggle/Makefile head/textproc/yodl/Makefile head/textproc/zorba/Makefile head/www/anyterm/Makefile head/www/aria2/Makefile head/www/edbrowse/Makefile head/www/epiphany/Makefile head/www/gecko-mediaplayer/Makefile head/www/h2o/Makefile head/www/hiawatha/Makefile head/www/kannel-sqlbox/Makefile head/www/kannel/Makefile head/www/kf5-kdewebkit/Makefile head/www/kf5-khtml/Makefile head/www/kf5-kjs/Makefile head/www/kf5-kjsembed/Makefile head/www/mod_authnz_crowd/Makefile head/www/mod_spdy/Makefile head/www/newsbeuter/Makefile head/www/nghttp2/Makefile head/www/node/Makefile head/www/node4/Makefile head/www/node6/Makefile head/www/otter-browser/Makefile head/www/p5-Gtk2-WebKit/Makefile head/www/rejik/Makefile head/www/spdylay/Makefile head/www/squid-devel/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit2-gtk3/Makefile head/www/wt/Makefile head/x11-fm/gnome-commander2/Makefile head/x11-fm/pcmanfm-qt/Makefile head/x11-fm/wcmcommander/Makefile head/x11-fm/worker/Makefile head/x11-themes/adwaita-qt4/Makefile head/x11-themes/adwaita-qt5/Makefile head/x11-themes/kf5-kemoticons/Makefile head/x11-themes/kf5-kiconthemes/Makefile head/x11-themes/qt4-style-Kvantum/Makefile head/x11-themes/qt5-style-Kvantum/Makefile head/x11-themes/qtcurve/Makefile head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/fox17/Makefile head/x11-toolkits/kf5-attica/Makefile head/x11-toolkits/kf5-kcompletion/Makefile head/x11-toolkits/kf5-kconfigwidgets/Makefile head/x11-toolkits/kf5-kdesignerplugin/Makefile head/x11-toolkits/kf5-kguiaddons/Makefile head/x11-toolkits/kf5-kitemviews/Makefile head/x11-toolkits/kf5-kjobwidgets/Makefile head/x11-toolkits/kf5-ktextwidgets/Makefile head/x11-toolkits/kf5-kwidgetsaddons/Makefile head/x11-toolkits/kf5-kxmlgui/Makefile head/x11-toolkits/kirigami/Makefile head/x11-toolkits/kirigami2/Makefile head/x11-toolkits/mygui/Makefile head/x11-toolkits/p5-Wx/Makefile head/x11-toolkits/py-wxPython30/Makefile head/x11-toolkits/qtermwidget/Makefile head/x11-toolkits/scintilla/Makefile head/x11-toolkits/vte3/Makefile head/x11-toolkits/wxgtk30/Makefile head/x11-wm/herbstluftwm/Makefile head/x11-wm/metacity/Makefile head/x11-wm/mutter/Makefile head/x11/cinnamon/Makefile head/x11/cool-retro-term/Makefile head/x11/eaglemode/Makefile head/x11/gnome-shell/Makefile head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile head/x11/kde4-workspace/Makefile head/x11/kf5-frameworkintegration/Makefile head/x11/kf5-kactivities/Makefile head/x11/kf5-kded/Makefile head/x11/kf5-kdelibs4support/Makefile head/x11/kf5-kglobalaccel/Makefile head/x11/kf5-kinit/Makefile head/x11/kf5-krunner/Makefile head/x11/kf5-kwayland/Makefile head/x11/kf5-kwindowsystem/Makefile head/x11/kf5-plasma-framework/Makefile head/x11/lemonbar/Makefile head/x11/libfm-qt/Makefile head/x11/qterminal/Makefile head/x11/terminology/Makefile head/x11/thingylaunch/Makefile head/x11/virtualgl/Makefile head/x11/xpra/Makefile Modified: head/archivers/kf5-karchive/Makefile ============================================================================== --- head/archivers/kf5-karchive/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/archivers/kf5-karchive/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= karchive PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/archivers/paq/Makefile ============================================================================== --- head/archivers/paq/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/archivers/paq/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= paq PORTVERSION= 20140131 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://mattmahoney.net/dc/ LOCAL/bf/paq/ DISTFILES= wbpe110.zip zpaqd633.zip zpaq657.zip zpipe.201.zip Modified: head/archivers/pxz/Makefile ============================================================================== --- head/archivers/pxz/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/archivers/pxz/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/py-brotli/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/archivers/py-brotli/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/rvm/Makefile ============================================================================== --- head/archivers/rvm/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/archivers/rvm/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= rvm PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF PKGNAMESUFFIX= an Modified: head/astro/geographiclib/Makefile ============================================================================== --- head/astro/geographiclib/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/geographiclib/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= geographiclib PORTVERSION= 1.46 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib\ SF/geographiclib:geoids,gravity,magnetic Modified: head/astro/gpstk/Makefile ============================================================================== --- head/astro/gpstk/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/gpstk/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= gpstk PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/kstars/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/libosmium/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.12.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel Modified: head/astro/nightfall/Makefile ============================================================================== --- head/astro/nightfall/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/nightfall/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= nightfall PORTVERSION= 1.86 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ Modified: head/astro/opencpn/Makefile ============================================================================== --- head/astro/opencpn/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/opencpn/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= opencpn PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MAINTAINER= freebsd@netfence.it Modified: head/astro/qmapshack/Makefile ============================================================================== --- head/astro/qmapshack/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/qmapshack/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/viking/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ Modified: head/astro/wcslib/Makefile ============================================================================== --- head/astro/wcslib/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/wcslib/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= wcslib PORTVERSION= 5.16 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/astro/xtide/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= xtide PORTVERSION= 2.15.1 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/audacity/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= https://github.com/audacity/audacity/archive/ DISTNAME= Audacity-${PORTVERSION} Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/calf/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.60 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://calf-studio-gear.org/files/ Modified: head/audio/ccaudio2/Makefile ============================================================================== --- head/audio/ccaudio2/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/ccaudio2/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= ccaudio2 PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU/ccaudio Modified: head/audio/chromaprint/Makefile ============================================================================== --- head/audio/chromaprint/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/chromaprint/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= chromaprint PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/ \ https://bitbucket.org/acoustid/${PORTNAME}/downloads/ Modified: head/audio/codec2/Makefile ============================================================================== --- head/audio/codec2/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/codec2/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= codec2 PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio hamradio MASTER_SITES= http://files.freedv.org/codec2/ \ LOCAL/db Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/csound/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 5.19.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \ SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/csound6/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/deadbeef/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ Modified: head/audio/espeak/Makefile ============================================================================== --- head/audio/espeak/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/espeak/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= espeak PORTVERSION= 1.48.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/audio/firefly/Makefile ============================================================================== --- head/audio/firefly/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/firefly/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= firefly PORTVERSION= 1696 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= SF/fireflyserver-server/Sources/mt-daapd/svn-${PORTVERSION} DISTNAME= mt-daapd-svn-${PORTVERSION} Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/funktrackergold/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= funktrackergold DISTVERSION= 1.5-2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players Modified: head/audio/gbsplay/Makefile ============================================================================== --- head/audio/gbsplay/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/gbsplay/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.93.20161217 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/gnuspeechsa/Makefile ============================================================================== --- head/audio/gnuspeechsa/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/gnuspeechsa/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= gnuspeechsa PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU/gnuspeech Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/gogglesmm/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= gogglesmm PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org Modified: head/audio/idjc/Makefile ============================================================================== --- head/audio/idjc/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/idjc/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= idjc PORTVERSION= 0.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio python MASTER_SITES= SF/idjc/idjc/0.8 Modified: head/audio/libsoxr/Makefile ============================================================================== --- head/audio/libsoxr/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/libsoxr/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= libsoxr PORTVERSION= 0.1.2.20160529 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= LOCAL/riggs/soxr/ Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/murmur/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/musescore/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= musescore PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/ DISTNAME= MuseScore-${PORTVERSION} Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/musicpd/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/ncmpcpp/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/openal-soft/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,7 +2,7 @@ PORTNAME= openal-soft PORTVERSION= 1.17.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ Modified: head/audio/openspc/Makefile ============================================================================== --- head/audio/openspc/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/openspc/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ \ LOCAL/ehaupt Modified: head/audio/pragha/Makefile ============================================================================== --- head/audio/pragha/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/pragha/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/pulseaudio/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -6,6 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ Modified: head/audio/py-karaoke/Makefile ============================================================================== --- head/audio/py-karaoke/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/py-karaoke/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/py-tagpy/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/qjackctl/Makefile ============================================================================== --- head/audio/qjackctl/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/qjackctl/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= qjackctl PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/rosegarden/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= rosegarden PORTVERSION= 16.06 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/sayonara/Makefile ============================================================================== --- head/audio/sayonara/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/sayonara/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= sayonara PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.sayonara-player.com/sw/ DISTNAME= ${PORTNAME}-player-${PORTVERSION}-git11-20161030 Modified: head/audio/schism/Makefile ============================================================================== --- head/audio/schism/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/schism/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= schism PORTVERSION= 20160913 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/smasher/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/soundkonverter/Makefile ============================================================================== --- head/audio/soundkonverter/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/soundkonverter/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -4,7 +4,7 @@ PORTNAME= soundkonverter PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MAINTAINER= dbn@FreeBSD.org Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/soundtouch/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ Modified: head/audio/spek/Makefile ============================================================================== --- head/audio/spek/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/spek/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/tomahawk/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org Modified: head/audio/wxguitar/Makefile ============================================================================== --- head/audio/wxguitar/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/wxguitar/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= wxguitar PORTVERSION= 1.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ Modified: head/audio/xmms-gbsplay/Makefile ============================================================================== --- head/audio/xmms-gbsplay/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/audio/xmms-gbsplay/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= xmms- Modified: head/benchmarks/himenobench/Makefile ============================================================================== --- head/benchmarks/himenobench/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/benchmarks/himenobench/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2015.07.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/wp-content/uploads/2015/07/ DISTFILES= himenobmtxp_xl.zip himenobmtxp_l.zip \ Modified: head/benchmarks/hpl/Makefile ============================================================================== --- head/benchmarks/hpl/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/benchmarks/hpl/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= benchmarks MASTER_SITES= NETLIB/benchmark/hpl Modified: head/benchmarks/octave-forge-benchmark/Makefile ============================================================================== --- head/benchmarks/octave-forge-benchmark/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/benchmarks/octave-forge-benchmark/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/benchmarks/phoronix-test-suite/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= phoronix-test-suite PORTVERSION= 6.8.0 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/benchmarks/polygraph/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= polygraph PORTVERSION= 4.9.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ Modified: head/biology/bowtie/Makefile ============================================================================== --- head/biology/bowtie/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/bowtie/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= bowtie PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= biology Modified: head/biology/cd-hit/Makefile ============================================================================== --- head/biology/cd-hit/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/cd-hit/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= cd-hit PORTVERSION= 4.6.6 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= biology Modified: head/biology/crux/Makefile ============================================================================== --- head/biology/crux/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/crux/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= crux PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology python MASTER_SITES= http://www.canonware.com/download/Crux/ Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/diamond/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= diamond PORTVERSION= 0.8.36 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/fasttree/Makefile ============================================================================== --- head/biology/fasttree/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/fasttree/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= FastTree PORTVERSION= 2.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/jellyfish/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= jellyfish PORTVERSION= 2.2.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= biology Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/molden/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ Modified: head/biology/mopac/Makefile ============================================================================== --- head/biology/mopac/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/mopac/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= mopac PORTVERSION= 7.${MOPAC_SUBVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/ncbi-blast+/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ Modified: head/biology/plink/Makefile ============================================================================== --- head/biology/plink/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/plink/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= plink PORTVERSION= 1.07 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= biology science MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/biology/psi88/Makefile ============================================================================== --- head/biology/psi88/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/psi88/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= psi88 PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/seqan-apps/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -4,7 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/seqtools/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= seqtools PORTVERSION= 4.44.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ Modified: head/biology/ssaha/Makefile ============================================================================== --- head/biology/ssaha/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/ssaha/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= ssaha PORTVERSION= 3.1c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} Modified: head/biology/t_coffee/Makefile ============================================================================== --- head/biology/t_coffee/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/t_coffee/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -4,7 +4,7 @@ PORTNAME= t_coffee PORTVERSION= 9.03 DISTVERSIONSUFFIX= .r1318 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology MASTER_SITES= http://www.tcoffee.org/Packages/Stable/Version_${PORTVERSION}${DISTVERSIONSUFFIX}/ DISTNAME= T-COFFEE_distribution_Version_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/biology/tinker/Makefile ============================================================================== --- head/biology/tinker/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/biology/tinker/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= tinker PORTVERSION= 7.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://dasher.wustl.edu/tinker/downloads/ Modified: head/cad/NASTRAN-95/Makefile ============================================================================== --- head/cad/NASTRAN-95/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/NASTRAN-95/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= NASTRAN-95 PORTVERSION= 20151227 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad science MAINTAINER= ports@FreeBSD.org Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/alliance/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= alliance DISTVERSION= 5.0-20120515 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ http://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ \ Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/calculix/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= CalculiX PORTVERSION= 2.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} Modified: head/cad/cura-engine/Makefile ============================================================================== --- head/cad/cura-engine/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/cura-engine/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= CuraEngine PORTVERSION= 15.04 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= cederom@tlen.pl Modified: head/cad/elmerfem/Makefile ============================================================================== --- head/cad/elmerfem/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/elmerfem/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= elmerfem PORTVERSION= 8.2.20161026 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad science MAINTAINER= ports@FreeBSD.org Modified: head/cad/feappv/Makefile ============================================================================== --- head/cad/feappv/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/feappv/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= feappv PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTER_SITES= http://www.ce.berkeley.edu/projects/feap/feappv/ DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PORTDOCS} Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/freecad/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170310 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/freehdl/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= freehdl PORTVERSION= 0.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://freehdl.seul.org/~enaroska/ Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/gmsh/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= gmsh PORTVERSION= 2.16.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/gspiceui/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.1.00 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/kicad-devel/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/kicad/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/klayout/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= klayout PORTVERSION= 0.24.9 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ Modified: head/cad/libopencad/Makefile ============================================================================== --- head/cad/libopencad/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/libopencad/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= libopencad PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= cad graphics geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/librecad/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -2,6 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/meshlab/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= meshlab PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/ DISTNAME= MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g} Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/opencascade/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/openscad/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/openvsp/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= openvsp PORTVERSION= 3.11.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad Modified: head/cad/pdnmesh/Makefile ============================================================================== --- head/cad/pdnmesh/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/pdnmesh/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Modified: head/cad/qelectrotech/Makefile ============================================================================== --- head/cad/qelectrotech/Makefile Sat Apr 1 15:11:14 2017 (r437438) +++ head/cad/qelectrotech/Makefile Sat Apr 1 15:23:30 2017 (r437439) @@ -3,6 +3,7 @@ PORTNAME= qelectrotech PORTVERSION= 0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= cad *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Apr 1 15:24:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D805D29659; Sat, 1 Apr 2017 15:24:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1F3A67; Sat, 1 Apr 2017 15:24:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FOHbY032950; Sat, 1 Apr 2017 15:24:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FOGvT032948; Sat, 1 Apr 2017 15:24:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704011524.v31FOGvT032948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 1 Apr 2017 15:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437440 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:24:18 -0000 Author: adamw Date: Sat Apr 1 15:24:16 2017 New Revision: 437440 URL: https://svnweb.freebsd.org/changeset/ports/437440 Log: Update to patchlevel 534. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Apr 1 15:23:30 2017 (r437439) +++ head/editors/vim/Makefile Sat Apr 1 15:24:16 2017 (r437440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0507 +PORTVERSION= 8.0.0534 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Apr 1 15:23:30 2017 (r437439) +++ head/editors/vim/distinfo Sat Apr 1 15:24:16 2017 (r437440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490457677 -SHA256 (vim-vim-v8.0.0507_GH0.tar.gz) = 046d36201dee01c36431916af475f286c1d37a8af412b9bd76e759094c5f5adc -SIZE (vim-vim-v8.0.0507_GH0.tar.gz) = 13060705 +TIMESTAMP = 1491060115 +SHA256 (vim-vim-v8.0.0534_GH0.tar.gz) = 6918600c90816833d92400a2beb9ca7eb433a3df4681956ce849f15b407bc77e +SIZE (vim-vim-v8.0.0534_GH0.tar.gz) = 13067526 From owner-svn-ports-all@freebsd.org Sat Apr 1 15:28:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94589D29782; Sat, 1 Apr 2017 15:28:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6473430F; Sat, 1 Apr 2017 15:28:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FSYol033194; Sat, 1 Apr 2017 15:28:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FSYYs033193; Sat, 1 Apr 2017 15:28:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011528.v31FSYYs033193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 15:28:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437441 - head/databases/mongodb32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:28:35 -0000 Author: bapt Date: Sat Apr 1 15:28:34 2017 New Revision: 437441 URL: https://svnweb.freebsd.org/changeset/ports/437441 Log: Now that llvm 3.7 is gone, use llvm40 if the clang compiler is lower than 3.7 mongodb requires clang >= 3.7 to build if the compiler is clang Reported by: Walter Schwarzenfeld Modified: head/databases/mongodb32/Makefile Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb32/Makefile Sat Apr 1 15:24:16 2017 (r437440) +++ head/databases/mongodb32/Makefile Sat Apr 1 15:28:34 2017 (r437441) @@ -57,10 +57,10 @@ TEST_TARGET= unittests # - https://jira.mongodb.org/browse/SERVER-21217 # - https://jira.mongodb.org/browse/SERVER-22740 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 37 -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang37:lang/clang37 -CPP= ${LOCALBASE}/bin/clang-cpp37 -CC= ${LOCALBASE}/bin/clang37 -CXX= ${LOCALBASE}/bin/clang++37 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40 +CPP= ${LOCALBASE}/bin/clang-cpp40 +CC= ${LOCALBASE}/bin/clang40 +CXX= ${LOCALBASE}/bin/clang++40 .endif post-install: From owner-svn-ports-all@freebsd.org Sat Apr 1 15:41:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBE98D29ABE; Sat, 1 Apr 2017 15:41:05 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE181BAD; Sat, 1 Apr 2017 15:41:05 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Ff4EH038743; Sat, 1 Apr 2017 15:41:04 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Ff4em038742; Sat, 1 Apr 2017 15:41:04 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011541.v31Ff4em038742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 15:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437442 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:41:06 -0000 Author: gerald Date: Sat Apr 1 15:41:04 2017 New Revision: 437442 URL: https://svnweb.freebsd.org/changeset/ports/437442 Log: Provide the JAVA option also for powerpc64, in alignment with the lang/gcc5-devel and lang/gcc ports. Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sat Apr 1 15:28:34 2017 (r437441) +++ head/lang/gcc5/Makefile Sat Apr 1 15:41:04 2017 (r437442) @@ -37,6 +37,7 @@ SSP_UNSAFE= yes OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA +OPTIONS_DEFINE_powerpc64= JAVA OPTIONS_DEFAULT= BOOTSTRAP OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA From owner-svn-ports-all@freebsd.org Sat Apr 1 15:56:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DB56D291DC; Sat, 1 Apr 2017 15:56:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB7783D8; Sat, 1 Apr 2017 15:56:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FujdK045371; Sat, 1 Apr 2017 15:56:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FujAZ045369; Sat, 1 Apr 2017 15:56:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201704011556.v31FujAZ045369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 1 Apr 2017 15:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437443 - head/devel/py-cjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:56:46 -0000 Author: lwhsu Date: Sat Apr 1 15:56:44 2017 New Revision: 437443 URL: https://svnweb.freebsd.org/changeset/ports/437443 Log: - Update to 1.2.1 Modified: head/devel/py-cjson/Makefile head/devel/py-cjson/distinfo Modified: head/devel/py-cjson/Makefile ============================================================================== --- head/devel/py-cjson/Makefile Sat Apr 1 15:41:04 2017 (r437442) +++ head/devel/py-cjson/Makefile Sat Apr 1 15:56:44 2017 (r437443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cjson -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,7 @@ LICENSE= LGPL20 USES= python USE_PYTHON= distutils autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cjson.so + .include Modified: head/devel/py-cjson/distinfo ============================================================================== --- head/devel/py-cjson/distinfo Sat Apr 1 15:41:04 2017 (r437442) +++ head/devel/py-cjson/distinfo Sat Apr 1 15:56:44 2017 (r437443) @@ -1,2 +1,3 @@ -SHA256 (python-cjson-1.1.0.tar.gz) = a01fabb7593728c3d851e1cd9a3efbd18f72650a31a5aa8a74018640da3de8b3 -SIZE (python-cjson-1.1.0.tar.gz) = 12298 +TIMESTAMP = 1491062100 +SHA256 (python-cjson-1.2.1.tar.gz) = 52db2745264624768bfd9b604acb38f631bde5c2ec9b23861677d747e4558626 +SIZE (python-cjson-1.2.1.tar.gz) = 12575 From owner-svn-ports-all@freebsd.org Sat Apr 1 15:57:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8984BD29243; Sat, 1 Apr 2017 15:57:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA59790; Sat, 1 Apr 2017 15:57:15 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.3] (vie-188-118-245-044.dsl.sil.at [188.118.245.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 5B4953F530; Sat, 1 Apr 2017 11:57:12 -0400 (EDT) Date: Sat, 1 Apr 2017 17:57:10 +0200 (CEST) From: Gerald Pfeifer To: "Conrad E. Meyer" cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418678 - in head/devel/elfutils: . files In-Reply-To: <201607172059.u6HKx0MN085855@repo.freebsd.org> Message-ID: References: <201607172059.u6HKx0MN085855@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:57:16 -0000 On Sun, 17 Jul 2016, Conrad E. Meyer wrote: > Author: cem (src committer) > Date: Sun Jul 17 20:59:00 2016 > New Revision: 418678 > URL: https://svnweb.freebsd.org/changeset/ports/418678 > > Log: > elfutils-0.163_6 > > - Drop GCC requirement to 4.8 Why did you make this change? In general we really prefer USE_GCC=yes, i.e., using the default version of GCC in the Ports Collection over specific versions. My recommendation is to go for that (USE_GCC=yes). (If that's okay for you I can also make this change, just let me know.) Gerald From owner-svn-ports-all@freebsd.org Sat Apr 1 15:59:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E4ED2930C; Sat, 1 Apr 2017 15:59:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A62E78D0; Sat, 1 Apr 2017 15:59:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31FxYLL045671; Sat, 1 Apr 2017 15:59:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31FxY45045669; Sat, 1 Apr 2017 15:59:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201704011559.v31FxY45045669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 1 Apr 2017 15:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437444 - head/www/py-httplib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 15:59:35 -0000 Author: lwhsu Date: Sat Apr 1 15:59:34 2017 New Revision: 437444 URL: https://svnweb.freebsd.org/changeset/ports/437444 Log: - Update to 0.10.3 Modified: head/www/py-httplib2/Makefile head/www/py-httplib2/distinfo Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Sat Apr 1 15:56:44 2017 (r437443) +++ head/www/py-httplib2/Makefile Sat Apr 1 15:59:34 2017 (r437444) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.10.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-httplib2/distinfo ============================================================================== --- head/www/py-httplib2/distinfo Sat Apr 1 15:56:44 2017 (r437443) +++ head/www/py-httplib2/distinfo Sat Apr 1 15:59:34 2017 (r437444) @@ -1,2 +1,3 @@ -SHA256 (httplib2-0.9.2.tar.gz) = c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 -SIZE (httplib2-0.9.2.tar.gz) = 205165 +TIMESTAMP = 1491062249 +SHA256 (httplib2-0.10.3.tar.gz) = e404d3b7bd86c1bc931906098e7c1305d6a3a6dcef141b8bb1059903abb3ceeb +SIZE (httplib2-0.10.3.tar.gz) = 204500 From owner-svn-ports-all@freebsd.org Sat Apr 1 16:23:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8FAD299E3; Sat, 1 Apr 2017 16:23:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADC09815; Sat, 1 Apr 2017 16:23:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31GNkha057967; Sat, 1 Apr 2017 16:23:46 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31GNkMW057966; Sat, 1 Apr 2017 16:23:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011623.v31GNkMW057966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 16:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437445 - head/emulators/wine-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 16:23:48 -0000 Author: gerald Date: Sat Apr 1 16:23:46 2017 New Revision: 437445 URL: https://svnweb.freebsd.org/changeset/ports/437445 Log: Appease portlint wrt. patch file format. Modified: head/emulators/wine-devel/files/patch-dlls_iphlpapi_ipstats.c Modified: head/emulators/wine-devel/files/patch-dlls_iphlpapi_ipstats.c ============================================================================== --- head/emulators/wine-devel/files/patch-dlls_iphlpapi_ipstats.c Sat Apr 1 15:59:34 2017 (r437444) +++ head/emulators/wine-devel/files/patch-dlls_iphlpapi_ipstats.c Sat Apr 1 16:23:46 2017 (r437445) @@ -1,3 +1,4 @@ +--- UTC --- dlls/iphlpapi/ipstats.c.orig 2017-03-03 12:18:32.000000000 -0800 +++ dlls/iphlpapi/ipstats.c 2017-03-21 00:43:27.101175000 -0700 @@ -2235,6 +2235,15 @@ From owner-svn-ports-all@freebsd.org Sat Apr 1 16:39:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A1DD29E7A; Sat, 1 Apr 2017 16:39:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCECBF85; Sat, 1 Apr 2017 16:39:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Gd0Q5062773; Sat, 1 Apr 2017 16:39:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Gd0gG062769; Sat, 1 Apr 2017 16:39:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011639.v31Gd0gG062769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 16:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437446 - head/databases/mysql55-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 16:39:01 -0000 Author: bapt Date: Sat Apr 1 16:38:59 2017 New Revision: 437446 URL: https://svnweb.freebsd.org/changeset/ports/437446 Log: Remove patch added by accident Reported by: antoine Deleted: head/databases/mysql55-server/files/patch-cmake_readline.cmake From owner-svn-ports-all@freebsd.org Sat Apr 1 16:49:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F41BD2909E; Sat, 1 Apr 2017 16:49:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43DBE644; Sat, 1 Apr 2017 16:49:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31GnAML066990; Sat, 1 Apr 2017 16:49:10 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31GnAA7066988; Sat, 1 Apr 2017 16:49:10 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011649.v31GnAA7066988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 16:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437447 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 16:49:11 -0000 Author: gerald Date: Sat Apr 1 16:49:10 2017 New Revision: 437447 URL: https://svnweb.freebsd.org/changeset/ports/437447 Log: Update to the 20170330 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat Apr 1 16:38:59 2017 (r437446) +++ head/lang/gcc6-devel/Makefile Sat Apr 1 16:49:10 2017 (r437447) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.1.s20170323 -PORTREVISION= 1 +PORTVERSION= 6.3.1.s20170330 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat Apr 1 16:38:59 2017 (r437446) +++ head/lang/gcc6-devel/distinfo Sat Apr 1 16:49:10 2017 (r437447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490455932 -SHA256 (gcc-6-20170323.tar.bz2) = 1765fe2bcae1a163d5adf1a090dc173640c690c82f35aaf65d983441989f8375 -SIZE (gcc-6-20170323.tar.bz2) = 95799837 +TIMESTAMP = 1491062584 +SHA256 (gcc-6-20170330.tar.bz2) = 455f97464a1923ce7eb4233ee4ab85fa53e391f188b13047d5f68f50f55d8e97 +SIZE (gcc-6-20170330.tar.bz2) = 95792772 From owner-svn-ports-all@freebsd.org Sat Apr 1 16:58:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA58D293F7; Sat, 1 Apr 2017 16:58:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E977C52; Sat, 1 Apr 2017 16:58:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31GwQZf071010; Sat, 1 Apr 2017 16:58:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31GwQXd071008; Sat, 1 Apr 2017 16:58:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011658.v31GwQXd071008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 16:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437448 - head/devel/py-llvmlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 16:58:27 -0000 Author: bapt Date: Sat Apr 1 16:58:26 2017 New Revision: 437448 URL: https://svnweb.freebsd.org/changeset/ports/437448 Log: Update to 0.16 Move llvm dependency to llvm 3.9 (note it will move to 4.0 when 0.17 is out) Approved by: David Kalliecharan (maintainer) Modified: head/devel/py-llvmlite/Makefile head/devel/py-llvmlite/distinfo Modified: head/devel/py-llvmlite/Makefile ============================================================================== --- head/devel/py-llvmlite/Makefile Sat Apr 1 16:49:10 2017 (r437447) +++ head/devel/py-llvmlite/Makefile Sat Apr 1 16:58:26 2017 (r437448) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= llvmlite -PORTVERSION= 0.14.0 -PORTREVISION= 2 +PORTVERSION= 0.16.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +20,7 @@ USE_PYTHON= distutils autoplist .include # llvmlite-0.13.0 requires devel/llvm38 -LLVM_VER= 38 +LLVM_VER= 39 # Python 2.7 requires enum34, unnecessary for Python 3.4+ .if ${PYTHON_REL} < 3400 Modified: head/devel/py-llvmlite/distinfo ============================================================================== --- head/devel/py-llvmlite/distinfo Sat Apr 1 16:49:10 2017 (r437447) +++ head/devel/py-llvmlite/distinfo Sat Apr 1 16:58:26 2017 (r437448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477331875 -SHA256 (llvmlite-0.14.0.tar.gz) = e8059073f377bee98c7bea6902851fa6decfe24746d8bc5b2811c8aa76d56ff9 -SIZE (llvmlite-0.14.0.tar.gz) = 93709 +TIMESTAMP = 1491060911 +SHA256 (llvmlite-0.16.0.tar.gz) = ef3bae32482f91742d91571b5225a6943804291eb9405b98090a7b50942ec5e9 +SIZE (llvmlite-0.16.0.tar.gz) = 95284 From owner-svn-ports-all@freebsd.org Sat Apr 1 17:10:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F481D29B5E; Sat, 1 Apr 2017 17:10:20 +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 2F6F28B0; Sat, 1 Apr 2017 17:10:20 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31HAJRw075387; Sat, 1 Apr 2017 17:10:19 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31HAJvw075385; Sat, 1 Apr 2017 17:10:19 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704011710.v31HAJvw075385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 1 Apr 2017 17:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437449 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 17:10:20 -0000 Author: riggs Date: Sat Apr 1 17:10:18 2017 New Revision: 437449 URL: https://svnweb.freebsd.org/changeset/ports/437449 Log: Update to upstream version 10.0.0 MFH: 2017Q2 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sat Apr 1 16:58:26 2017 (r437448) +++ head/multimedia/mkvtoolnix/Makefile Sat Apr 1 17:10:18 2017 (r437449) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.9.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -53,6 +52,7 @@ QT5_DESC= Build and install GUI applicat QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,concurrent,core,gui,network,quick,widgets QT5_CONFIGURE_ENABLE= qt +QT5_BUILD_DEPENDS= qmake:devel/qt5-qmake MANTRANS_DESC= Build and install manpage translations MANTRANS_BUILD_DEPENDS= po4a:textproc/po4a Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sat Apr 1 16:58:26 2017 (r437448) +++ head/multimedia/mkvtoolnix/distinfo Sat Apr 1 17:10:18 2017 (r437449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489222082 -SHA256 (mkvtoolnix-9.9.0.tar.xz) = f06c9359bd197b5de6556a05506f0ea9ddab72045b72f1ed04b1807e4e042043 -SIZE (mkvtoolnix-9.9.0.tar.xz) = 3688304 +TIMESTAMP = 1491027764 +SHA256 (mkvtoolnix-10.0.0.tar.xz) = 12be72c373645b5bb9b9ea79ce8447958a1b806162868bb67803baa6d0032333 +SIZE (mkvtoolnix-10.0.0.tar.xz) = 3695108 From owner-svn-ports-all@freebsd.org Sat Apr 1 17:40:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 390A5D293EA; Sat, 1 Apr 2017 17:40:39 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 096A0BFD; Sat, 1 Apr 2017 17:40:38 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Hec67087854; Sat, 1 Apr 2017 17:40:38 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Heb7B087851; Sat, 1 Apr 2017 17:40:37 GMT (envelope-from db@FreeBSD.org) Message-Id: <201704011740.v31Heb7B087851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 1 Apr 2017 17:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437450 - in head/comms/flrig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 17:40:39 -0000 Author: db Date: Sat Apr 1 17:40:37 2017 New Revision: 437450 URL: https://svnweb.freebsd.org/changeset/ports/437450 Log: Recent changes to FT817ND back end adversely effected both FT857D and FT897D transceivers which had a class dependency to the FT817ND. Removed that class dependency. Modified: head/comms/flrig/Makefile head/comms/flrig/distinfo head/comms/flrig/files/patch-configure Modified: head/comms/flrig/Makefile ============================================================================== --- head/comms/flrig/Makefile Sat Apr 1 17:10:18 2017 (r437449) +++ head/comms/flrig/Makefile Sat Apr 1 17:40:37 2017 (r437450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.28 +PORTVERSION= 1.3.30 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} Modified: head/comms/flrig/distinfo ============================================================================== --- head/comms/flrig/distinfo Sat Apr 1 17:10:18 2017 (r437449) +++ head/comms/flrig/distinfo Sat Apr 1 17:40:37 2017 (r437450) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485001984 -SHA256 (flrig-1.3.28.tar.gz) = 776aa41219586bd94d5b712fc667539ea9b15301890cb30ce08fb8fd6a7d483e -SIZE (flrig-1.3.28.tar.gz) = 665466 +TIMESTAMP = 1491067848 +SHA256 (flrig-1.3.30.tar.gz) = f950527715a3509fba24157c6836bc5006eaa389489e078c6c7695ed5f43ac65 +SIZE (flrig-1.3.30.tar.gz) = 673360 Modified: head/comms/flrig/files/patch-configure ============================================================================== --- head/comms/flrig/files/patch-configure Sat Apr 1 17:10:18 2017 (r437449) +++ head/comms/flrig/files/patch-configure Sat Apr 1 17:40:37 2017 (r437450) @@ -1,4 +1,4 @@ ---- configure.orig 2017-01-20 12:42:02 UTC +--- configure.orig 2017-04-01 02:21:18 UTC +++ configure @@ -6143,7 +6143,7 @@ $as_echo "$FLTK_CONFIG" >&6; } FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images` From owner-svn-ports-all@freebsd.org Sat Apr 1 17:42:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA855D2967A; Sat, 1 Apr 2017 17:42:29 +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 ACB2AF9D; Sat, 1 Apr 2017 17:42:29 +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 v31HgSwZ091722; Sat, 1 Apr 2017 17:42:28 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31HgSeX091721; Sat, 1 Apr 2017 17:42:28 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704011742.v31HgSeX091721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 1 Apr 2017 17:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437451 - head/mail/spamassassin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 17:42:30 -0000 Author: riggs Date: Sat Apr 1 17:42:28 2017 New Revision: 437451 URL: https://svnweb.freebsd.org/changeset/ports/437451 Log: Add DOCS OPTION PR: 217955 Submitted by: cyberbotx@cyberbotx.com MFH: 2017Q2 Modified: head/mail/spamassassin/Makefile Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Sat Apr 1 17:40:37 2017 (r437450) +++ head/mail/spamassassin/Makefile Sat Apr 1 17:42:28 2017 (r437451) @@ -49,7 +49,7 @@ CONFIGURE_ARGS= SYSCONFDIR="${PREFIX}/et LOCALSTATEDIR="${DBDIR}/spamassassin" \ BUILD_SPAMC=yes -OPTIONS_DEFINE= AS_ROOT SSL +OPTIONS_DEFINE= AS_ROOT DOCS SSL OPTIONS_GROUP= DATABASE GPG PLUGINS OPTIONS_GROUP_DATABASE= MYSQL PGSQL OPTIONS_GROUP_PLUGINS= DCC DKIM PYZOR RAZOR RELAY_COUNTRY SPF_QUERY From owner-svn-ports-all@freebsd.org Sat Apr 1 17:54:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6388BD29864; Sat, 1 Apr 2017 17:54:48 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) (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 11ABB691; Sat, 1 Apr 2017 17:54:47 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-wr0-f178.google.com with SMTP id l43so126517988wre.1; Sat, 01 Apr 2017 10:54:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=EQoF1tDclaEP4aMkCtsOk0YhqtYU8msfh+dUqGUtUrA=; b=EJV8Y7x1kkwFDgogIAxcxw2Syt8+5RDUTh9FbCsQCxA3RtzRnOixggTQHR76wnyNBA sxVWlOOoTLED2jLgO4y7bUpII507bg9e/Gs0Ca6f/Rh6DlQsubqekOsCE/AJdPqPwov+ 3SiWFWhVMdqdnUnF7wTN4VQONswciJVXivqSNC9n7AfnqwLZm3VL5VHezC+AllF59foe oyXXCNviF2aoowE8zHfYTuLIvXpkrUtAAMdJFSTEX5ak6KeGHN13cSJqDr3eGqZwa0fu yazU/a1q3zx4nHDUncQptPTSCU0YHQBwjtUxwI3rQRJjcBrS6O6DQVgUGRxjrXCQ9VYk xSfA== X-Gm-Message-State: AFeK/H0F2/KHQym6ISEb4Tgs2SuVKofEHmvGDZqfp/HDlG3E9KvwIDHRC2aXQAGPvZmnog== X-Received: by 10.223.139.30 with SMTP id n30mr8314518wra.86.1491068938902; Sat, 01 Apr 2017 10:48:58 -0700 (PDT) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com. [74.125.82.45]) by smtp.gmail.com with ESMTPSA id v29sm11256549wrv.66.2017.04.01.10.48.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Apr 2017 10:48:58 -0700 (PDT) Received: by mail-wm0-f45.google.com with SMTP id o81so18955628wmb.1; Sat, 01 Apr 2017 10:48:58 -0700 (PDT) X-Received: by 10.28.111.136 with SMTP id c8mr3058507wmi.128.1491068938612; Sat, 01 Apr 2017 10:48:58 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.80.169.4 with HTTP; Sat, 1 Apr 2017 10:48:58 -0700 (PDT) In-Reply-To: References: <201607172059.u6HKx0MN085855@repo.freebsd.org> From: Conrad Meyer Date: Sat, 1 Apr 2017 10:48:58 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r418678 - in head/devel/elfutils: . files To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 17:54:48 -0000 On Sat, Apr 1, 2017 at 8:57 AM, Gerald Pfeifer wrote: > On Sun, 17 Jul 2016, Conrad E. Meyer wrote: >> Author: cem (src committer) >> Date: Sun Jul 17 20:59:00 2016 >> New Revision: 418678 >> URL: https://svnweb.freebsd.org/changeset/ports/418678 >> >> Log: >> elfutils-0.163_6 >> >> - Drop GCC requirement to 4.8 > > Why did you make this change? > > In general we really prefer USE_GCC=yes, i.e., using the default > version of GCC in the Ports Collection over specific versions. > > My recommendation is to go for that (USE_GCC=yes). (If that's > okay for you I can also make this change, just let me know.) Hi Gerald, I don't recall the reason anymore. :-) As long as it continues to build, the proposed change is fine with me. Thanks, Conrad From owner-svn-ports-all@freebsd.org Sat Apr 1 17:59:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64CBED29989; Sat, 1 Apr 2017 17:59:01 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FFCB826; Sat, 1 Apr 2017 17:59:01 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Hx0xH096211; Sat, 1 Apr 2017 17:59:00 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31HwxuH096198; Sat, 1 Apr 2017 17:58:59 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201704011758.v31HwxuH096198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 1 Apr 2017 17:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437452 - in head/java: . lightweight-java-profiler lightweight-java-profiler/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 17:59:01 -0000 Author: jmd Date: Sat Apr 1 17:58:59 2017 New Revision: 437452 URL: https://svnweb.freebsd.org/changeset/ports/437452 Log: new port: java/lightweight-java-profiler A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10194 Added: head/java/lightweight-java-profiler/ head/java/lightweight-java-profiler/Makefile (contents, props changed) head/java/lightweight-java-profiler/distinfo (contents, props changed) head/java/lightweight-java-profiler/files/ head/java/lightweight-java-profiler/files/patch-Makefile (contents, props changed) head/java/lightweight-java-profiler/files/patch-src_display.cc (contents, props changed) head/java/lightweight-java-profiler/files/patch-src_entry.cc (contents, props changed) head/java/lightweight-java-profiler/files/patch-src_globals.h (contents, props changed) head/java/lightweight-java-profiler/pkg-descr (contents, props changed) head/java/lightweight-java-profiler/pkg-message (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Sat Apr 1 17:42:28 2017 (r437451) +++ head/java/Makefile Sat Apr 1 17:58:59 2017 (r437452) @@ -90,6 +90,7 @@ SUBDIR += junit SUBDIR += jxgrabkey SUBDIR += langspec + SUBDIR += lightweight-java-profiler SUBDIR += linux-oracle-jdk18 SUBDIR += linux-oracle-jre18 SUBDIR += mmake Added: head/java/lightweight-java-profiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/Makefile Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,47 @@ +# Created by: Johannes Dieterich +# $FreeBSD$ + +PORTNAME= lightweight-java-profiler +PORTVERSION= g20170308 +CATEGORIES= java devel + +MAINTAINER= jmd@FreeBSD.org +COMMENT= Lightweight Java profiler which can be used for flamegraphs + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= bash>=0:shells/bash +RUN_DEPENDS= bash>=0:shells/bash + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= assembly only available for x86 + +USE_GITHUB= yes +GH_ACCOUNT= inevity +GH_TAGNAME= e8041b5 + +USE_JAVA= yes +JAVA_VERSION= 1.8 + +USE_LDCONFIG= yes +USES= gmake shebangfix + +SHEBANG_FILES= Makefile + +MAKE_ENV= JAVA_HOME=${LOCALBASE}/openjdk8 + +.include + +.if ${ARCH} == "i386" +MAKE_ENV+= BITS=32 +.else +MAKE_ENV+= BITS=64 +.endif + +PLIST_FILES= lib/liblagent.so + +do-install: + ${INSTALL_LIB} ${WRKSRC}/build/liblagent.so ${STAGEDIR}/${LOCALBASE}/lib/liblagent.so + +.include Added: head/java/lightweight-java-profiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/distinfo Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490927903 +SHA256 (inevity-lightweight-java-profiler-g20170308-e8041b5_GH0.tar.gz) = b5a64716586407ff69c3c77a0621e6b65e9580686ae9ec29b145becd65fa678e +SIZE (inevity-lightweight-java-profiler-g20170308-e8041b5_GH0.tar.gz) = 16120 Added: head/java/lightweight-java-profiler/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/files/patch-Makefile Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,41 @@ +--- Makefile.orig 2017-03-31 01:58:22 UTC ++++ Makefile +@@ -1,7 +1,7 @@ +-SHELL:=/bin/bash ++SHELL:=/usr/bin/env bash + UNAME:=$(shell uname | tr '[A-Z]' '[a-z]') + +-BITS?=32 ++#BITS?=32 + ifeq ($(UNAME), darwin) + READLINK_ARGS:="" + PLATFORM_WARNINGS:=-Weverything -Wno-c++98-compat-pedantic -Wno-padded \ +@@ -23,6 +23,13 @@ else ifeq ($(UNAME), linux) + HEADERS:=include + CC=g++ + LDFLAGS=-Wl,--fatal-warnings ++else ifeq ($(UNAME), freebsd) ++ READLINK_ARGS:="" ++ PLATFORM_WARNINGS:=-Weverything -Wno-c++98-compat-pedantic -Wno-padded \ ++ -Wno-missing-prototypes ++ PLATFORM_COPTS:=-std=c++11 ++ HEADERS:=include ++ LDFLAGS=-Wl,-fatal_warnings + endif + + JAVA_HOME := $(shell \ +@@ -32,11 +39,11 @@ JAVA_HOME := $(shell \ + [[ -n "$${JAVA_HOME}" ]] || (echo "Cannot find JAVA_HOME" && exit) ; \ + echo $${JAVA_HOME}) + AGENT=liblagent.so +-LIBS=-ldl +-BUILD_DIR ?= $(shell mkdir build-$(BITS) 2> /dev/null ; echo build-$(BITS)) ++LIBS=-lc ++BUILD_DIR ?= $(shell mkdir build 2> /dev/null ; echo build) + SRC_DIR:=${PWD}/src + OPT?=-O2 +-GLOBAL_WARNINGS=-Wall -Werror -Wformat-security -Wno-char-subscripts \ ++GLOBAL_WARNINGS=-Wall -Wformat-security -Wno-char-subscripts \ + -Wno-sign-compare -Wno-strict-overflow -Wwrite-strings -Wnon-virtual-dtor \ + -Woverloaded-virtual + GLOBAL_COPTS=-fdiagnostics-show-option -fno-exceptions \ Added: head/java/lightweight-java-profiler/files/patch-src_display.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/files/patch-src_display.cc Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,11 @@ +--- src/display.cc.orig 2015-04-15 08:00:23 UTC ++++ src/display.cc +@@ -20,7 +20,7 @@ void StackTracesPrinter::PrintStackTrace + if (traces[i].count != 0) { + total += traces[i].count; + count++; +- fprintf(file_, "%"PRIdPTR" ", traces[i].count); ++ fprintf(file_, "%" PRIdPTR" ", traces[i].count); + PrintStackTrace(&traces[i]); + fprintf(file_, "\n"); + } Added: head/java/lightweight-java-profiler/files/patch-src_entry.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/files/patch-src_entry.cc Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,20 @@ +--- src/entry.cc.orig 2015-04-15 08:00:23 UTC ++++ src/entry.cc +@@ -182,7 +182,7 @@ static void SetFileFromOption(char *equa + if (Globals::OutFile == NULL) { + fprintf(stderr, "Could not open file %s: ", file_name); + perror(NULL); +- exit(1); ++ _exit(1); + } + } + +@@ -207,7 +207,7 @@ static void ParseArguments(char *options + char path[PATH_MAX]; + if (getcwd(path, PATH_MAX) == NULL) { + fprintf(stderr, "cwd too long?\n"); +- exit(0); ++ _exit(0); + } + size_t pathlen = strlen(path); + strncat(path, "/", PATH_MAX - (pathlen++)); Added: head/java/lightweight-java-profiler/files/patch-src_globals.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/files/patch-src_globals.h Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,23 @@ +--- src/globals.h.orig 2015-04-15 08:00:23 UTC ++++ src/globals.h +@@ -179,18 +179,13 @@ class Accessors { + #endif + }; + +-#if defined(__GNUC__) && (defined(i386) || defined(__x86_64)) + #if defined(__x86_64__) + #define __CAS_INSTR "lock; cmpxchgq %1,%2" + #define __ADD_INSTR "lock; xaddq %0,%1" +-#else // defined(__x86_64__) ++#else + #define __CAS_INSTR "lock; cmpxchgl %1,%2" + #define __ADD_INSTR "lock; xaddl %0,%1" +-#endif // defined(__x86_64__) +-#else // defined(__GNUC__) && (defined(i386) || defined(__x86_64)) +-#error \ +- "Cannot compile with non-x86. Add support for atomic ops, if you want it" +-#endif // defined(__GNUC__) && (defined(i386) || defined(__x86_64)) ++#endif + + inline intptr_t NoBarrier_CompareAndSwap(volatile intptr_t *ptr, + intptr_t old_value, Added: head/java/lightweight-java-profiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/pkg-descr Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,9 @@ +lightweight-java-profiler + +a lightweight Java profiler which can be used for flamegraphs + +The lightweight Java profiler acts as an agent library and generates +execution stacks. These can be fed into flamegraph utils to profile +Java applications at minimal cost. + +WWW: https://github.com/inevity/lightweight-java-profiler Added: head/java/lightweight-java-profiler/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/lightweight-java-profiler/pkg-message Sat Apr 1 17:58:59 2017 (r437452) @@ -0,0 +1,3 @@ +To use the lightweight-java-profiler, you can invoke Java as follows: + +java -agentpath:path/to/liblagent.so[:file=fname] It will spit out stack traces into traces.txt (or into the optional fname passed to the agent). The current implementation samples every 1/100th of a second. It stores the first 3000 stack traces it encounters; additional stack traces will be ignored, but duplicate stack traces will continue to be counted indefinitely (or until the counter overflows, which will take a while). From owner-svn-ports-all@freebsd.org Sat Apr 1 18:11:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70DFED29E02; Sat, 1 Apr 2017 18:11:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42D2FD6C; Sat, 1 Apr 2017 18:11:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31IBKvP000462; Sat, 1 Apr 2017 18:11:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31IBKc7000461; Sat, 1 Apr 2017 18:11:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704011811.v31IBKc7000461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 1 Apr 2017 18:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437453 - head/emulators/ppsspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 18:11:21 -0000 Author: jbeich Date: Sat Apr 1 18:11:20 2017 New Revision: 437453 URL: https://svnweb.freebsd.org/changeset/ports/437453 Log: emulators/ppsspp: temporarily unblock build on aarch64 Modified: head/emulators/ppsspp/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sat Apr 1 17:58:59 2017 (r437452) +++ head/emulators/ppsspp/Makefile Sat Apr 1 18:11:20 2017 (r437453) @@ -33,6 +33,9 @@ CONFLICTS_INSTALL= ${PORTNAME}-* # [QT5] c++: error: the clang compiler does not support '-march=armv7-a' # [SDL] SplineCommon.cpp:639:17: error: use of undeclared identifier 'AllocateAlignedMemory' BROKEN_aarch64= https://github.com/hrydgard/ppsspp/issues/9032 +.if ${MACHINE_ARCH} == aarch64 +TRYBROKEN= need logs for v1.4 +.endif USES= cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig EXCLUDE= libzip zlib From owner-svn-ports-all@freebsd.org Sat Apr 1 18:16:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62832D29076; Sat, 1 Apr 2017 18:16:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3457111A; Sat, 1 Apr 2017 18:16:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31IGIMQ004461; Sat, 1 Apr 2017 18:16:18 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31IGITl004460; Sat, 1 Apr 2017 18:16:18 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704011816.v31IGITl004460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 1 Apr 2017 18:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437454 - head/databases/mysql56-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 18:16:19 -0000 Author: linimon Date: Sat Apr 1 18:16:18 2017 New Revision: 437454 URL: https://svnweb.freebsd.org/changeset/ports/437454 Log: Now builds on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/databases/mysql56-client/Makefile Modified: head/databases/mysql56-client/Makefile ============================================================================== --- head/databases/mysql56-client/Makefile Sat Apr 1 18:11:20 2017 (r437453) +++ head/databases/mysql56-client/Makefile Sat Apr 1 18:16:18 2017 (r437454) @@ -9,7 +9,6 @@ COMMENT= Multithreaded SQL database (cli LICENSE+= LGPL21 -BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: reports unsupported compiler MASTERDIR= ${.CURDIR}/../mysql56-server From owner-svn-ports-all@freebsd.org Sat Apr 1 18:35:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 033BED294EF; Sat, 1 Apr 2017 18:35:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6ADBA0; Sat, 1 Apr 2017 18:35:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31IZ53i012572; Sat, 1 Apr 2017 18:35:05 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31IZ5w9012570; Sat, 1 Apr 2017 18:35:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011835.v31IZ5w9012570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 18:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437455 - in head/lang/gcc5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 18:35:07 -0000 Author: gerald Date: Sat Apr 1 18:35:05 2017 New Revision: 437455 URL: https://svnweb.freebsd.org/changeset/ports/437455 Log: Add files/patch-x86-64-fix-m16 which already has been accepted in the upstream GCC 5 branch (and hence is in lang/gcc5-devel) and which we carry in lang/gcc. It should become obsolete when/if GCC 5.5 releases. Added: head/lang/gcc5/files/patch-x86-64-fix-m16 - copied unchanged from r437440, head/lang/gcc/files/patch-x86-64-fix-m16 Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sat Apr 1 18:16:18 2017 (r437454) +++ head/lang/gcc5/Makefile Sat Apr 1 18:35:05 2017 (r437455) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Copied: head/lang/gcc5/files/patch-x86-64-fix-m16 (from r437440, head/lang/gcc/files/patch-x86-64-fix-m16) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc5/files/patch-x86-64-fix-m16 Sat Apr 1 18:35:05 2017 (r437455, copy of r437440, head/lang/gcc/files/patch-x86-64-fix-m16) @@ -0,0 +1,25 @@ +At the moment the -m16 option only passes the "--32" parameter to the +assembler on glibc OSes, while on other OSes the assembler is called +without any specific flag. This is wrong and causes the assembler to +fail. Fix it by adding support for the -m16 option to x86-64.h. + +2016-07-06 Roger Pau Monné + + * x86-64.h: append --32 to the assembler options when -m16 is used + even on non-glibc OSes. + +This should be backported to all stable branches up to 4.9 (when -m16 was +introduced). + +--- UTC +--- gcc/config/i386/x86-64.h ++++ gcc/config/i386/x86-64.h +@@ -49,7 +49,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + #define WCHAR_TYPE_SIZE 32 + + #undef ASM_SPEC +-#define ASM_SPEC "%{m32:--32} %{m64:--64} %{mx32:--x32}" ++#define ASM_SPEC "%{m16|m32:--32} %{m64:--64} %{mx32:--x32}" + + #undef ASM_OUTPUT_ALIGNED_BSS + #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ From owner-svn-ports-all@freebsd.org Sat Apr 1 19:24:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 738E3D29581; Sat, 1 Apr 2017 19:24:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502463F9; Sat, 1 Apr 2017 19:24:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JOMPs032874; Sat, 1 Apr 2017 19:24:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JOMFm032870; Sat, 1 Apr 2017 19:24:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011924.v31JOMFm032870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437456 - in head/devel/glib20: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:24:23 -0000 Author: bapt Date: Sat Apr 1 19:24:21 2017 New Revision: 437456 URL: https://svnweb.freebsd.org/changeset/ports/437456 Log: update to 2.52.0 - remove the GDB option and always install the py script, it does not hurt - remove pathfix as pkgconf now accept the lib/pkgconfig path - switch to option framework where possible Obtained from: kwm (older version) Added: head/devel/glib20/files/patch-glib_gthread-posix.c (contents, props changed) Deleted: head/devel/glib20/files/extra-glib_gdbscripts head/devel/glib20/files/patch-gio_gunionvolumemonitor.c Modified: head/devel/glib20/Makefile head/devel/glib20/distinfo head/devel/glib20/pkg-plist Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat Apr 1 18:35:05 2017 (r437455) +++ head/devel/glib20/Makefile Sat Apr 1 19:24:21 2017 (r437456) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glib -PORTVERSION= 2.46.2 -PORTREVISION= 5 +PORTVERSION= 2.52.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +24,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES+= gettext gmake gnome iconv:wchar_t libtool pathfix perl5 \ +USES+= gettext gmake gnome iconv:wchar_t libtool localbase perl5 \ pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ @@ -34,13 +33,11 @@ CONFIGURE_ARGS= --disable-gtk-doc --with --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl -LIBVERSION= 0.4600.2 +LIBVERSION= 0.5200.0 PLIST_SUB+= LIBVERSION=${LIBVERSION} glib_MAN= gtester.1 gtester-report.1 glib-gettextize.1 @@ -49,10 +46,22 @@ gio_MAN= gdbus.1 gsettings.1 gio-querymo glib-compile-resources.1 gresource.1 gdbus-codegen.1 gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 -OPTIONS_DEFINE= COLLATION_FIX DEBUG GDB +OPTIONS_DEFINE= COLLATION_FIX DEBUG # libc collation was fixed by https://svnweb.freebsd.org/changeset/base/290494 COLLATION_FIX_DESC= Use ICU for UTF-8 string collation (if libc is broken) -GDB_DESC= Install python gdb scripts + +OPTIONS_EXCLUDE_FreeBSD_11= COLLATION_FIX +OPTIONS_EXCLUDE_FreeBSD_12= COLLATION_FIX + +DEBUG_CONFIGURE_ARGS+= --enable-debug=yes \ + --disable-silent-rules + +COLLATION_FIX_LIB_DEPENDS+= libicui18n.so:devel/icu +COLLATION_FIX_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ + ${FILESDIR}/extra-patch-glib_gunicollate.c +# Disable it until someone can figure why it causes net-im/pidgin crashed. +# http://www.freebsd.org/cgi/query-pr.cgi?pr=175930 see comment by ed@ +#COLLATION_FIX_CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" .include @@ -79,27 +88,6 @@ GLIB_ARCH= ${ARCH} .endif CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} -.if ${PORT_OPTIONS:MCOLLATION_FIX} -LIB_DEPENDS+= libicui18n.so:devel/icu -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ - ${FILESDIR}/extra-patch-glib_gunicollate.c -# Disable it until someone can figure why it causes net-im/pidgin crashed. -# http://www.freebsd.org/cgi/query-pr.cgi?pr=175930 see comment by ed@ -#CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" -.endif - -.if ${PORT_OPTIONS:MGDB} -PLIST_SUB+= GDB="" -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-glib_gdbscripts \ - ${FILESDIR}/extra-gobject_gdbscripts -PLIST_SUB+= GDB="@comment " -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug=yes -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \ Modified: head/devel/glib20/distinfo ============================================================================== --- head/devel/glib20/distinfo Sat Apr 1 18:35:05 2017 (r437455) +++ head/devel/glib20/distinfo Sat Apr 1 19:24:21 2017 (r437456) @@ -1,2 +1,3 @@ -SHA256 (gnome2/glib-2.46.2.tar.xz) = 5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db -SIZE (gnome2/glib-2.46.2.tar.xz) = 7344636 +TIMESTAMP = 1491072363 +SHA256 (gnome2/glib-2.52.0.tar.xz) = 4578e3e077b1b978cafeec8d28b676c680aba0c0475923874c4c993403df311a +SIZE (gnome2/glib-2.52.0.tar.xz) = 7655820 Added: head/devel/glib20/files/patch-glib_gthread-posix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/glib20/files/patch-glib_gthread-posix.c Sat Apr 1 19:24:21 2017 (r437456) @@ -0,0 +1,20 @@ +--- glib/gthread-posix.c.orig 2014-09-22 15:42:12.000000000 +0200 ++++ glib/gthread-posix.c 2014-09-28 09:46:56.659280343 +0200 +@@ -98,7 +98,7 @@ + if G_UNLIKELY (mutex == NULL) + g_thread_abort (errno, "malloc"); + +-#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP ++#if defined(PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP) && !defined(__FreeBSD__) + pthread_mutexattr_init (&attr); + pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_ADAPTIVE_NP); + pattr = &attr; +@@ -107,7 +107,7 @@ + if G_UNLIKELY ((status = pthread_mutex_init (mutex, pattr)) != 0) + g_thread_abort (status, "pthread_mutex_init"); + +-#ifdef PTHREAD_ADAPTIVE_MUTEX_NP ++#if defined(PTHREAD_ADAPTIVE_MUTEX_NP) && !defined(__FreeBSD__) + pthread_mutexattr_destroy (&attr); + #endif + Modified: head/devel/glib20/pkg-plist ============================================================================== --- head/devel/glib20/pkg-plist Sat Apr 1 18:35:05 2017 (r437455) +++ head/devel/glib20/pkg-plist Sat Apr 1 19:24:21 2017 (r437456) @@ -1,6 +1,7 @@ bin/gapplication bin/gdbus bin/gdbus-codegen +bin/gio bin/gio-querymodules bin/glib-compile-resources bin/glib-compile-schemas @@ -44,6 +45,7 @@ include/glib-2.0/gio/gconverter.h include/glib-2.0/gio/gconverterinputstream.h include/glib-2.0/gio/gconverteroutputstream.h include/glib-2.0/gio/gcredentials.h +include/glib-2.0/gio/gdatagrambased.h include/glib-2.0/gio/gdatainputstream.h include/glib-2.0/gio/gdataoutputstream.h include/glib-2.0/gio/gdbusactiongroup.h @@ -69,6 +71,9 @@ include/glib-2.0/gio/gdbusproxy.h include/glib-2.0/gio/gdbusserver.h include/glib-2.0/gio/gdbusutils.h include/glib-2.0/gio/gdrive.h +include/glib-2.0/gio/gdtlsclientconnection.h +include/glib-2.0/gio/gdtlsconnection.h +include/glib-2.0/gio/gdtlsserverconnection.h include/glib-2.0/gio/gemblem.h include/glib-2.0/gio/gemblemedicon.h include/glib-2.0/gio/gfile.h @@ -133,10 +138,10 @@ include/glib-2.0/gio/gsettingsbackend.h include/glib-2.0/gio/gsettingsschema.h include/glib-2.0/gio/gsimpleaction.h include/glib-2.0/gio/gsimpleactiongroup.h -include/glib-2.0/gio/gsimpleiostream.h -include/glib-2.0/gio/gsimpleproxyresolver.h include/glib-2.0/gio/gsimpleasyncresult.h +include/glib-2.0/gio/gsimpleiostream.h include/glib-2.0/gio/gsimplepermission.h +include/glib-2.0/gio/gsimpleproxyresolver.h include/glib-2.0/gio/gsocket.h include/glib-2.0/gio/gsocketaddress.h include/glib-2.0/gio/gsocketaddressenumerator.h @@ -169,6 +174,7 @@ include/glib-2.0/gio/gvolume.h include/glib-2.0/gio/gvolumemonitor.h include/glib-2.0/gio/gzlibcompressor.h include/glib-2.0/gio/gzlibdecompressor.h +include/glib-2.0/glib/guuid.h include/glib-2.0/glib-object.h include/glib-2.0/glib-unix.h include/glib-2.0/glib.h @@ -293,14 +299,14 @@ lib/libgthread-2.0.a lib/libgthread-2.0.so lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.%%LIBVERSION%% -libdata/pkgconfig/gio-2.0.pc -libdata/pkgconfig/gio-unix-2.0.pc -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc +lib/pkgconfig/gio-2.0.pc +lib/pkgconfig/gio-unix-2.0.pc +lib/pkgconfig/glib-2.0.pc +lib/pkgconfig/gmodule-2.0.pc +lib/pkgconfig/gmodule-export-2.0.pc +lib/pkgconfig/gmodule-no-export-2.0.pc +lib/pkgconfig/gobject-2.0.pc +lib/pkgconfig/gthread-2.0.pc man/man1/gapplication.1.gz man/man1/gdbus-codegen.1.gz man/man1/gdbus.1.gz @@ -319,8 +325,10 @@ share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/aclocal/gsettings.m4 share/bash-completion/completions/gapplication -%%GDB%%share/gdb/auto-load/libglib-2.0.so.%%LIBVERSION%%-gdb.py -%%GDB%%share/gdb/auto-load/libgobject-2.0.so.%%LIBVERSION%%-gdb.py +share/gdb/auto-load/usr/local/lib/libglib-2.0.so.0.5200.0-gdb.py +share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.0.5200.0-gdb.py +share/gettext/its/gschema.its +share/gettext/its/gschema.loc share/glib-2.0/codegen/__init__.py share/glib-2.0/codegen/__init__.pyc share/glib-2.0/codegen/__init__.pyo @@ -345,10 +353,11 @@ share/glib-2.0/codegen/parser.pyo share/glib-2.0/codegen/utils.py share/glib-2.0/codegen/utils.pyc share/glib-2.0/codegen/utils.pyo -%%GDB%%share/glib-2.0/gdb/glib.py -%%GDB%%share/glib-2.0/gdb/gobject.py +share/glib-2.0/gdb/glib_gdb.py +share/glib-2.0/gdb/gobject_gdb.py share/glib-2.0/gettext/po/Makefile.in.in share/glib-2.0/schemas/gschema.dtd +share/glib-2.0/valgrind/glib.supp share/locale/af/LC_MESSAGES/glib20.mo share/locale/am/LC_MESSAGES/glib20.mo share/locale/an/LC_MESSAGES/glib20.mo @@ -380,7 +389,9 @@ share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fa/LC_MESSAGES/glib20.mo share/locale/fi/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo +share/locale/fur/LC_MESSAGES/glib20.mo share/locale/ga/LC_MESSAGES/glib20.mo +share/locale/gd/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo share/locale/gu/LC_MESSAGES/glib20.mo share/locale/he/LC_MESSAGES/glib20.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 19:26:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7602FD29624; Sat, 1 Apr 2017 19:26:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52828751; Sat, 1 Apr 2017 19:26:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JQXtq033049; Sat, 1 Apr 2017 19:26:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JQXgH033048; Sat, 1 Apr 2017 19:26:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011926.v31JQXgH033048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437457 - head/devel/glib20-reference X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:26:34 -0000 Author: bapt Date: Sat Apr 1 19:26:33 2017 New Revision: 437457 URL: https://svnweb.freebsd.org/changeset/ports/437457 Log: update to 2.25.0 Modified: head/devel/glib20-reference/pkg-plist Modified: head/devel/glib20-reference/pkg-plist ============================================================================== --- head/devel/glib20-reference/pkg-plist Sat Apr 1 19:24:21 2017 (r437456) +++ head/devel/glib20-reference/pkg-plist Sat Apr 1 19:26:33 2017 (r437457) @@ -32,7 +32,11 @@ share/doc/gio/GDBusProxy.html share/doc/gio/GDBusServer.html share/doc/gio/GDataInputStream.html share/doc/gio/GDataOutputStream.html +share/doc/gio/GDatagramBased.html share/doc/gio/GDrive.html +share/doc/gio/GDtlsClientConnection.html +share/doc/gio/GDtlsConnection.html +share/doc/gio/GDtlsServerConnection.html share/doc/gio/GEmblem.html share/doc/gio/GEmblemedIcon.html share/doc/gio/GFile.html @@ -127,22 +131,6 @@ share/doc/gio/GVolumeMonitor.html share/doc/gio/GZlibCompressor.html share/doc/gio/GZlibDecompressor.html share/doc/gio/annotation-glossary.html -share/doc/gio/api-index-2-18.html -share/doc/gio/api-index-2-20.html -share/doc/gio/api-index-2-22.html -share/doc/gio/api-index-2-24.html -share/doc/gio/api-index-2-26.html -share/doc/gio/api-index-2-28.html -share/doc/gio/api-index-2-30.html -share/doc/gio/api-index-2-32.html -share/doc/gio/api-index-2-34.html -share/doc/gio/api-index-2-36.html -share/doc/gio/api-index-2-38.html -share/doc/gio/api-index-2-40.html -share/doc/gio/api-index-2-42.html -share/doc/gio/api-index-2-44.html -share/doc/gio/api-index-2-46.html -share/doc/gio/api-index-deprecated.html share/doc/gio/api-index-full.html share/doc/gio/application.html share/doc/gio/async.html @@ -204,6 +192,7 @@ share/doc/gio/gio-gpollableutils.html share/doc/gio/gio-hierarchy.html share/doc/gio/gio-querymodules.html share/doc/gio/gio.devhelp2 +share/doc/gio/gio.html share/doc/gio/glib-compile-resources.html share/doc/gio/glib-compile-schemas.html share/doc/gio/gresource-tool.html @@ -213,7 +202,6 @@ share/doc/gio/highlevel-socket.html share/doc/gio/home.png share/doc/gio/icons.html share/doc/gio/index.html -share/doc/gio/index.sgml share/doc/gio/left-insensitive.png share/doc/gio/left.png share/doc/gio/menu-example.png @@ -246,30 +234,6 @@ share/doc/gio/volume_mon.html %%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_postorder.svg %%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_preorder.svg %%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-10.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-12.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-14.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-16.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-18.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-2.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-20.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-22.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-24.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-26.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-28.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-30.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-32.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-34.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-36.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-38.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-4.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-40.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-42.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-44.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-46.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-6.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-2-8.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-deprecated.html %%PORTDOCS%%%%DOCSDIR%%/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/deprecated.html %%PORTDOCS%%%%DOCSDIR%%/file-name-encodings.png @@ -281,6 +245,7 @@ share/doc/gio/volume_mon.html %%PORTDOCS%%%%DOCSDIR%%/glib-Base64-Encoding.html %%PORTDOCS%%%%DOCSDIR%%/glib-Basic-Types.html %%PORTDOCS%%%%DOCSDIR%%/glib-Bookmark-file-parser.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Bounds-checked-integer-arithmetic.html %%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Arrays.html %%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Order-Macros.html %%PORTDOCS%%%%DOCSDIR%%/glib-Caches.html @@ -298,6 +263,7 @@ share/doc/gio/volume_mon.html %%PORTDOCS%%%%DOCSDIR%%/glib-File-Utilities.html %%PORTDOCS%%%%DOCSDIR%%/glib-GDateTime.html %%PORTDOCS%%%%DOCSDIR%%/glib-GTimeZone.html +%%PORTDOCS%%%%DOCSDIR%%/glib-GUuid.html %%PORTDOCS%%%%DOCSDIR%%/glib-GVariant.html %%PORTDOCS%%%%DOCSDIR%%/glib-GVariantType.html %%PORTDOCS%%%%DOCSDIR%%/glib-Glob-style-pattern-matching.html @@ -364,7 +330,6 @@ share/doc/gio/volume_mon.html %%PORTDOCS%%%%DOCSDIR%%/gvariant-text.html %%PORTDOCS%%%%DOCSDIR%%/home.png %%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/left.png %%PORTDOCS%%%%DOCSDIR%%/mainloop-states.gif @@ -378,28 +343,6 @@ share/doc/gobject/GBinding.html share/doc/gobject/GTypeModule.html share/doc/gobject/GTypePlugin.html share/doc/gobject/annotation-glossary.html -share/doc/gobject/api-index-2-10.html -share/doc/gobject/api-index-2-12.html -share/doc/gobject/api-index-2-14.html -share/doc/gobject/api-index-2-18.html -share/doc/gobject/api-index-2-2.html -share/doc/gobject/api-index-2-22.html -share/doc/gobject/api-index-2-24.html -share/doc/gobject/api-index-2-26.html -share/doc/gobject/api-index-2-28.html -share/doc/gobject/api-index-2-30.html -share/doc/gobject/api-index-2-32.html -share/doc/gobject/api-index-2-34.html -share/doc/gobject/api-index-2-36.html -share/doc/gobject/api-index-2-38.html -share/doc/gobject/api-index-2-4.html -share/doc/gobject/api-index-2-40.html -share/doc/gobject/api-index-2-42.html -share/doc/gobject/api-index-2-44.html -share/doc/gobject/api-index-2-46.html -share/doc/gobject/api-index-2-6.html -share/doc/gobject/api-index-2-8.html -share/doc/gobject/api-index-deprecated.html share/doc/gobject/api-index-full.html share/doc/gobject/ch01s02.html share/doc/gobject/chapter-gobject.html @@ -442,7 +385,6 @@ share/doc/gobject/howto-interface-proper share/doc/gobject/howto-interface.html share/doc/gobject/howto-signals.html share/doc/gobject/index.html -share/doc/gobject/index.sgml share/doc/gobject/left-insensitive.png share/doc/gobject/left.png share/doc/gobject/pr01.html From owner-svn-ports-all@freebsd.org Sat Apr 1 19:31:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B238D2983C; Sat, 1 Apr 2017 19:31:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A1EFA09; Sat, 1 Apr 2017 19:31:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JV7Dv033377; Sat, 1 Apr 2017 19:31:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JV778033376; Sat, 1 Apr 2017 19:31:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011931.v31JV778033376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 19:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437458 - head/lang/gcc5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:31:08 -0000 Author: gerald Date: Sat Apr 1 19:31:07 2017 New Revision: 437458 URL: https://svnweb.freebsd.org/changeset/ports/437458 Log: Pet portlint wrt. patch file format. Modified: head/lang/gcc5/files/patch-aarch64-support Modified: head/lang/gcc5/files/patch-aarch64-support ============================================================================== --- head/lang/gcc5/files/patch-aarch64-support Sat Apr 1 19:26:33 2017 (r437457) +++ head/lang/gcc5/files/patch-aarch64-support Sat Apr 1 19:31:07 2017 (r437458) @@ -1,4 +1,4 @@ ----UTC +--- UTC Index: configure =================================================================== --- configure (revision 240731) From owner-svn-ports-all@freebsd.org Sat Apr 1 19:35:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED097D298D7; Sat, 1 Apr 2017 19:35:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD2CCD2B; Sat, 1 Apr 2017 19:35:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JZtVX037532; Sat, 1 Apr 2017 19:35:55 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JZtAH037531; Sat, 1 Apr 2017 19:35:55 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704011935.v31JZtAH037531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 19:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437459 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:35:57 -0000 Author: gerald Date: Sat Apr 1 19:35:55 2017 New Revision: 437459 URL: https://svnweb.freebsd.org/changeset/ports/437459 Log: Fix grammar in a comment. Approved by: portmgr blanket Modified: head/Mk/bsd.gecko.mk Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sat Apr 1 19:31:07 2017 (r437458) +++ head/Mk/bsd.gecko.mk Sat Apr 1 19:35:55 2017 (r437459) @@ -494,7 +494,7 @@ gecko-pre-extract: @${ECHO} " build this port with an user who could access the X server! " @${ECHO} "" @${ECHO} "During the build a ${MOZILLA} instance will start and run some test." - @${ECHO} " Do not interrupt or close ${MOZILLA} during this tests! " + @${ECHO} " Do not interrupt or close ${MOZILLA} during these tests! " @${ECHO} "*****************************************************************" @sleep 10 .endif From owner-svn-ports-all@freebsd.org Sat Apr 1 19:37:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 573E5D29921; Sat, 1 Apr 2017 19:37:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F39EE12; Sat, 1 Apr 2017 19:37:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Jb6TH037688; Sat, 1 Apr 2017 19:37:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Jb6Rc037686; Sat, 1 Apr 2017 19:37:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011937.v31Jb6Rc037686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437460 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:37:07 -0000 Author: bapt Date: Sat Apr 1 19:37:05 2017 New Revision: 437460 URL: https://svnweb.freebsd.org/changeset/ports/437460 Log: Readd pathfix, it is too early to drop it Modified: head/devel/glib20/Makefile head/devel/glib20/pkg-plist Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat Apr 1 19:35:55 2017 (r437459) +++ head/devel/glib20/Makefile Sat Apr 1 19:37:05 2017 (r437460) @@ -3,6 +3,7 @@ PORTNAME= glib PORTVERSION= 2.52.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,7 +25,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES+= gettext gmake gnome iconv:wchar_t libtool localbase perl5 \ +USES+= gettext gmake gnome iconv:wchar_t libtool localbase pathfix perl5 \ pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ Modified: head/devel/glib20/pkg-plist ============================================================================== --- head/devel/glib20/pkg-plist Sat Apr 1 19:35:55 2017 (r437459) +++ head/devel/glib20/pkg-plist Sat Apr 1 19:37:05 2017 (r437460) @@ -299,14 +299,14 @@ lib/libgthread-2.0.a lib/libgthread-2.0.so lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.%%LIBVERSION%% -lib/pkgconfig/gio-2.0.pc -lib/pkgconfig/gio-unix-2.0.pc -lib/pkgconfig/glib-2.0.pc -lib/pkgconfig/gmodule-2.0.pc -lib/pkgconfig/gmodule-export-2.0.pc -lib/pkgconfig/gmodule-no-export-2.0.pc -lib/pkgconfig/gobject-2.0.pc -lib/pkgconfig/gthread-2.0.pc +libdata/pkgconfig/gio-2.0.pc +libdata/pkgconfig/gio-unix-2.0.pc +libdata/pkgconfig/glib-2.0.pc +libdata/pkgconfig/gmodule-2.0.pc +libdata/pkgconfig/gmodule-export-2.0.pc +libdata/pkgconfig/gmodule-no-export-2.0.pc +libdata/pkgconfig/gobject-2.0.pc +libdata/pkgconfig/gthread-2.0.pc man/man1/gapplication.1.gz man/man1/gdbus-codegen.1.gz man/man1/gdbus.1.gz From owner-svn-ports-all@freebsd.org Sat Apr 1 19:41:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F4ADD29998; Sat, 1 Apr 2017 19:41:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6129B114; Sat, 1 Apr 2017 19:41:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JfNju038640; Sat, 1 Apr 2017 19:41:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JfNvh038638; Sat, 1 Apr 2017 19:41:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011941.v31JfNvh038638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437461 - in head: . audio audio/gnome-media X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:41:24 -0000 Author: bapt Date: Sat Apr 1 19:41:23 2017 New Revision: 437461 URL: https://svnweb.freebsd.org/changeset/ports/437461 Log: Remove remnant from gnome 2 which is not depend on anymore Deleted: head/audio/gnome-media/ Modified: head/MOVED head/audio/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 19:37:05 2017 (r437460) +++ head/MOVED Sat Apr 1 19:41:23 2017 (r437461) @@ -9173,3 +9173,4 @@ emulators/ppsspp-qt4|emulators/ppsspp-qt devel/llvm37||2017-04-01|Obsolete and unmaintained upstream lang/clang37||2017-04-01|Obsolete and unmaintained upstream devel/lldb37||2017-04-01|Obsolete and unmaintained upstream +audio/gnome-media||2017-04-01|Obsolete and not depend on anymore Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Apr 1 19:37:05 2017 (r437460) +++ head/audio/Makefile Sat Apr 1 19:41:23 2017 (r437461) @@ -215,7 +215,6 @@ SUBDIR += gmusicbrowser SUBDIR += gnaural SUBDIR += gnome-audio - SUBDIR += gnome-media SUBDIR += gnome-music SUBDIR += gnomoradio SUBDIR += gnormalize From owner-svn-ports-all@freebsd.org Sat Apr 1 19:52:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABBB3D29E9A; Sat, 1 Apr 2017 19:52:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DB17A55; Sat, 1 Apr 2017 19:52:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Jq0f7045671; Sat, 1 Apr 2017 19:52:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Jq07i045668; Sat, 1 Apr 2017 19:52:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011952.v31Jq07i045668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437462 - head/accessibility/atk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:52:01 -0000 Author: bapt Date: Sat Apr 1 19:52:00 2017 New Revision: 437462 URL: https://svnweb.freebsd.org/changeset/ports/437462 Log: Update to 2.24.0 Add license Modified: head/accessibility/atk/Makefile head/accessibility/atk/distinfo head/accessibility/atk/pkg-plist Modified: head/accessibility/atk/Makefile ============================================================================== --- head/accessibility/atk/Makefile Sat Apr 1 19:41:23 2017 (r437461) +++ head/accessibility/atk/Makefile Sat Apr 1 19:52:00 2017 (r437462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atk -PORTVERSION= 2.18.0 +PORTVERSION= 2.24.0 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME @@ -11,6 +11,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME accessibility toolkit (ATK) +LICENSE= GPLv2 + USES= tar:xz PORTSCOUT= limitw:1,even Modified: head/accessibility/atk/distinfo ============================================================================== --- head/accessibility/atk/distinfo Sat Apr 1 19:41:23 2017 (r437461) +++ head/accessibility/atk/distinfo Sat Apr 1 19:52:00 2017 (r437462) @@ -1,2 +1,3 @@ -SHA256 (gnome2/atk-2.18.0.tar.xz) = ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b -SIZE (gnome2/atk-2.18.0.tar.xz) = 687932 +TIMESTAMP = 1491075941 +SHA256 (gnome2/atk-2.24.0.tar.xz) = bb2daa9a808c73a7a79d2983f333e0ba74be42fc51e3ba1faf2551a636487a49 +SIZE (gnome2/atk-2.24.0.tar.xz) = 748972 Modified: head/accessibility/atk/pkg-plist ============================================================================== --- head/accessibility/atk/pkg-plist Sat Apr 1 19:41:23 2017 (r437461) +++ head/accessibility/atk/pkg-plist Sat Apr 1 19:52:00 2017 (r437462) @@ -35,12 +35,12 @@ include/atk-1.0/atk/atkwindow.h lib/girepository-1.0/Atk-1.0.typelib lib/libatk-1.0.so lib/libatk-1.0.so.0 -lib/libatk-1.0.so.0.21809.1 +lib/libatk-1.0.so.0.22409.1 libdata/pkgconfig/atk.pc share/gir-1.0/Atk-1.0.gir share/locale/af/LC_MESSAGES/atk10.mo -share/locale/an/LC_MESSAGES/atk10.mo share/locale/am/LC_MESSAGES/atk10.mo +share/locale/an/LC_MESSAGES/atk10.mo share/locale/ar/LC_MESSAGES/atk10.mo share/locale/as/LC_MESSAGES/atk10.mo share/locale/ast/LC_MESSAGES/atk10.mo @@ -69,7 +69,9 @@ share/locale/eu/LC_MESSAGES/atk10.mo share/locale/fa/LC_MESSAGES/atk10.mo share/locale/fi/LC_MESSAGES/atk10.mo share/locale/fr/LC_MESSAGES/atk10.mo +share/locale/fur/LC_MESSAGES/atk10.mo share/locale/ga/LC_MESSAGES/atk10.mo +share/locale/gd/LC_MESSAGES/atk10.mo share/locale/gl/LC_MESSAGES/atk10.mo share/locale/gu/LC_MESSAGES/atk10.mo share/locale/he/LC_MESSAGES/atk10.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 19:53:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2C04D29EDD; Sat, 1 Apr 2017 19:53:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72E39C49; Sat, 1 Apr 2017 19:53:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Jrf0J045827; Sat, 1 Apr 2017 19:53:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JrfRE045826; Sat, 1 Apr 2017 19:53:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011953.v31JrfRE045826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437463 - head/accessibility/atk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:53:42 -0000 Author: bapt Date: Sat Apr 1 19:53:41 2017 New Revision: 437463 URL: https://svnweb.freebsd.org/changeset/ports/437463 Log: Actually the license if LGPL21 Modified: head/accessibility/atk/Makefile Modified: head/accessibility/atk/Makefile ============================================================================== --- head/accessibility/atk/Makefile Sat Apr 1 19:52:00 2017 (r437462) +++ head/accessibility/atk/Makefile Sat Apr 1 19:53:41 2017 (r437463) @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME accessibility toolkit (ATK) -LICENSE= GPLv2 +LICENSE= LGPL21 USES= tar:xz PORTSCOUT= limitw:1,even From owner-svn-ports-all@freebsd.org Sat Apr 1 19:54:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAC26D29F29; Sat, 1 Apr 2017 19:54:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B158D24; Sat, 1 Apr 2017 19:54:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31JsCxC045966; Sat, 1 Apr 2017 19:54:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31JsC0S045964; Sat, 1 Apr 2017 19:54:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704011954.v31JsC0S045964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 19:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437464 - head/accessibility/at-spi2-atk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 19:54:13 -0000 Author: bapt Date: Sat Apr 1 19:54:12 2017 New Revision: 437464 URL: https://svnweb.freebsd.org/changeset/ports/437464 Log: Update to 2.24.0 Modified: head/accessibility/at-spi2-atk/Makefile head/accessibility/at-spi2-atk/distinfo Modified: head/accessibility/at-spi2-atk/Makefile ============================================================================== --- head/accessibility/at-spi2-atk/Makefile Sat Apr 1 19:53:41 2017 (r437463) +++ head/accessibility/at-spi2-atk/Makefile Sat Apr 1 19:54:12 2017 (r437464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= at-spi2-atk -PORTVERSION= 2.18.1 +PORTVERSION= 2.24.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/accessibility/at-spi2-atk/distinfo ============================================================================== --- head/accessibility/at-spi2-atk/distinfo Sat Apr 1 19:53:41 2017 (r437463) +++ head/accessibility/at-spi2-atk/distinfo Sat Apr 1 19:54:12 2017 (r437464) @@ -1,2 +1,3 @@ -SHA256 (gnome3/at-spi2-atk-2.18.1.tar.xz) = c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d -SIZE (gnome3/at-spi2-atk-2.18.1.tar.xz) = 291676 +TIMESTAMP = 1491076376 +SHA256 (gnome3/at-spi2-atk-2.24.0.tar.xz) = 022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61 +SIZE (gnome3/at-spi2-atk-2.24.0.tar.xz) = 310032 From owner-svn-ports-all@freebsd.org Sat Apr 1 20:00:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2090ED29FE8; Sat, 1 Apr 2017 20:00:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF072E4A; Sat, 1 Apr 2017 20:00:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31K0Xhh046377; Sat, 1 Apr 2017 20:00:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31K0XqQ046374; Sat, 1 Apr 2017 20:00:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012000.v31K0XqQ046374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437465 - head/accessibility/at-spi2-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:00:35 -0000 Author: bapt Date: Sat Apr 1 20:00:33 2017 New Revision: 437465 URL: https://svnweb.freebsd.org/changeset/ports/437465 Log: Update to 2.24.0 Move the default config file to share/default like upstream expects, the one in sysconfdir will be still looked at Modified: head/accessibility/at-spi2-core/Makefile head/accessibility/at-spi2-core/distinfo head/accessibility/at-spi2-core/pkg-plist Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/Makefile Sat Apr 1 20:00:33 2017 (r437465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= at-spi2-core -PORTVERSION= 2.18.3 +PORTVERSION= 2.24.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,14 +16,15 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack introspection:build USE_XORG= x11 xi xtst xext USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-xevie -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd + .include Modified: head/accessibility/at-spi2-core/distinfo ============================================================================== --- head/accessibility/at-spi2-core/distinfo Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/distinfo Sat Apr 1 20:00:33 2017 (r437465) @@ -1,2 +1,3 @@ -SHA256 (gnome3/at-spi2-core-2.18.3.tar.xz) = ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629 -SIZE (gnome3/at-spi2-core-2.18.3.tar.xz) = 451408 +TIMESTAMP = 1491076488 +SHA256 (gnome3/at-spi2-core-2.24.0.tar.xz) = 6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd +SIZE (gnome3/at-spi2-core-2.24.0.tar.xz) = 454160 Modified: head/accessibility/at-spi2-core/pkg-plist ============================================================================== --- head/accessibility/at-spi2-core/pkg-plist Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/pkg-plist Sat Apr 1 20:00:33 2017 (r437465) @@ -1,4 +1,3 @@ -etc/at-spi2/accessibility.conf etc/xdg/autostart/at-spi-dbus-bus.desktop include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-action.h @@ -41,6 +40,7 @@ libexec/at-spi-bus-launcher libexec/at-spi2-registryd share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service share/dbus-1/services/org.a11y.Bus.service +share/defaults/at-spi2/accessibility.conf share/gir-1.0/Atspi-2.0.gir share/gtk-doc/html/libatspi/AtspiAccessible.html share/gtk-doc/html/libatspi/AtspiDeviceListener.html @@ -107,10 +107,12 @@ share/locale/fi/LC_MESSAGES/at-spi2-core share/locale/fr/LC_MESSAGES/at-spi2-core.mo share/locale/fur/LC_MESSAGES/at-spi2-core.mo share/locale/ga/LC_MESSAGES/at-spi2-core.mo +share/locale/gd/LC_MESSAGES/at-spi2-core.mo share/locale/gl/LC_MESSAGES/at-spi2-core.mo share/locale/gu/LC_MESSAGES/at-spi2-core.mo share/locale/he/LC_MESSAGES/at-spi2-core.mo share/locale/hi/LC_MESSAGES/at-spi2-core.mo +share/locale/hr/LC_MESSAGES/at-spi2-core.mo share/locale/hu/LC_MESSAGES/at-spi2-core.mo share/locale/id/LC_MESSAGES/at-spi2-core.mo share/locale/it/LC_MESSAGES/at-spi2-core.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 20:02:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 917A5D2916B; Sat, 1 Apr 2017 20:02:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61B591FC; Sat, 1 Apr 2017 20:02:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31K2dwU050247; Sat, 1 Apr 2017 20:02:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31K2dJk050245; Sat, 1 Apr 2017 20:02:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012002.v31K2dJk050245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437466 - in head: . audio audio/gnome-audio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:02:40 -0000 Author: bapt Date: Sat Apr 1 20:02:39 2017 New Revision: 437466 URL: https://svnweb.freebsd.org/changeset/ports/437466 Log: remove another gnome2 remnant Deleted: head/audio/gnome-audio/ Modified: head/MOVED head/audio/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 20:00:33 2017 (r437465) +++ head/MOVED Sat Apr 1 20:02:39 2017 (r437466) @@ -9174,3 +9174,4 @@ devel/llvm37||2017-04-01|Obsolete and un lang/clang37||2017-04-01|Obsolete and unmaintained upstream devel/lldb37||2017-04-01|Obsolete and unmaintained upstream audio/gnome-media||2017-04-01|Obsolete and not depend on anymore +audio/gnome-audio||2017-04-01|Obsolete and not depend on anymore Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Apr 1 20:00:33 2017 (r437465) +++ head/audio/Makefile Sat Apr 1 20:02:39 2017 (r437466) @@ -214,7 +214,6 @@ SUBDIR += gmtp SUBDIR += gmusicbrowser SUBDIR += gnaural - SUBDIR += gnome-audio SUBDIR += gnome-music SUBDIR += gnomoradio SUBDIR += gnormalize From owner-svn-ports-all@freebsd.org Sat Apr 1 20:04:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94AA6D29266; Sat, 1 Apr 2017 20:04:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63FA63B8; Sat, 1 Apr 2017 20:04:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31K4s9v050438; Sat, 1 Apr 2017 20:04:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31K4stL050436; Sat, 1 Apr 2017 20:04:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012004.v31K4stL050436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:04:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437467 - in head: . accessibility accessibility/gnome-mag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:04:55 -0000 Author: bapt Date: Sat Apr 1 20:04:54 2017 New Revision: 437467 URL: https://svnweb.freebsd.org/changeset/ports/437467 Log: remove gnome-mag: remnant from gnome2 not used anymore Deleted: head/accessibility/gnome-mag/ Modified: head/MOVED head/accessibility/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 20:02:39 2017 (r437466) +++ head/MOVED Sat Apr 1 20:04:54 2017 (r437467) @@ -9175,3 +9175,4 @@ lang/clang37||2017-04-01|Obsolete and un devel/lldb37||2017-04-01|Obsolete and unmaintained upstream audio/gnome-media||2017-04-01|Obsolete and not depend on anymore audio/gnome-audio||2017-04-01|Obsolete and not depend on anymore +accessibility/gnome-mag||2017-04-01|Obsolete and not depend on anymore Modified: head/accessibility/Makefile ============================================================================== --- head/accessibility/Makefile Sat Apr 1 20:02:39 2017 (r437466) +++ head/accessibility/Makefile Sat Apr 1 20:04:54 2017 (r437467) @@ -14,7 +14,6 @@ SUBDIR += caribou SUBDIR += dasher SUBDIR += eflite - SUBDIR += gnome-mag SUBDIR += gnome-speech SUBDIR += gok SUBDIR += java-access-bridge From owner-svn-ports-all@freebsd.org Sat Apr 1 20:15:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9156D29591; Sat, 1 Apr 2017 20:15:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89707BE7; Sat, 1 Apr 2017 20:15:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KFBWO054920; Sat, 1 Apr 2017 20:15:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KFB30054915; Sat, 1 Apr 2017 20:15:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012015.v31KFB30054915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437468 - in head: . Mk/Uses accessibility accessibility/at-spi-reference accessibility/dasher accessibility/gnome-speech accessibility/gok accessibility/java-access-bridge x11/metisse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:15:12 -0000 Author: bapt Date: Sat Apr 1 20:15:11 2017 New Revision: 437468 URL: https://svnweb.freebsd.org/changeset/ports/437468 Log: Remove some old gnome2 ports not depend on anymore and not maintained upstream Deleted: head/accessibility/at-spi-reference/ head/accessibility/dasher/ head/accessibility/gnome-speech/ head/accessibility/gok/ head/accessibility/java-access-bridge/ Modified: head/MOVED head/Mk/Uses/gnome.mk head/accessibility/Makefile head/x11/metisse/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 20:04:54 2017 (r437467) +++ head/MOVED Sat Apr 1 20:15:11 2017 (r437468) @@ -9176,3 +9176,10 @@ devel/lldb37||2017-04-01|Obsolete and un audio/gnome-media||2017-04-01|Obsolete and not depend on anymore audio/gnome-audio||2017-04-01|Obsolete and not depend on anymore accessibility/gnome-mag||2017-04-01|Obsolete and not depend on anymore +accessibility/gnome-speech||2017-04-01|Obsolete and not depend on anymore +accessibility/gok||2017-04-01|Obsolete and not depend on anymore +accessibility/dasher||2017-04-01|Obsolete and not depend on anymore +accessibility/java-access-bridge||2017-04-01|Obsolete and not depend on anymore +accessibility/dasher||2017-04-01|Obsolete and not depend on anymore +accessibility/at-spi||2017-04-01|Obsolete and not depend on anymore +accessibility/at-spi-reference||2017-04-01|Obsolete and not depend on anymore Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Sat Apr 1 20:04:54 2017 (r437467) +++ head/Mk/Uses/gnome.mk Sat Apr 1 20:15:11 2017 (r437468) @@ -75,10 +75,10 @@ _USE_GNOME_ALL= esound intlhack intltool _USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 # GNOME 2 components -_USE_GNOME_ALL+= atk atspi cairo gal2 \ +_USE_GNOME_ALL+= atk cairo gal2 \ gdkpixbuf2 gconf2 glib20 \ gnomedocutils gnomesharp20 \ - gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 \ + gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 \ gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \ libbonoboui libgda4 libglade2 libgnome \ libgnomecanvas libgnomekbd libgnomeprint libgnomeprintui \ @@ -323,10 +323,6 @@ libgnomeui_LIB_DEPENDS= libgnomeui-2.so libgnomeui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeui-2.0.pc libgnomeui_USE_GNOME_IMPL= libbonoboui -atspi_LIB_DEPENDS= libspi.so:accessibility/at-spi -atspi_DETECT= ${LOCALBASE}/libdata/pkgconfig/cspi-1.0.pc -atspi_USE_GNOME_IMPL= gtk20 libbonobo - libgtkhtml_LIB_DEPENDS= libgtkhtml-2.so:www/libgtkhtml libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 @@ -444,10 +440,6 @@ gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so: gtkhtml4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-4.0.pc gtkhtml4_USE_GNOME_IMPL=gtk30 libxml2 -gnomespeech_LIB_DEPENDS=libgnomespeech.so:accessibility/gnome-speech -gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc -gnomespeech_USE_GNOME_IMPL=libbonobo - evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:databases/evolution-data-server evolutiondataserver3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libedataserverui-3.0.pc evolutiondataserver3_USE_GNOME_IMPL= libxml2 gtk30 Modified: head/accessibility/Makefile ============================================================================== --- head/accessibility/Makefile Sat Apr 1 20:04:54 2017 (r437467) +++ head/accessibility/Makefile Sat Apr 1 20:15:11 2017 (r437468) @@ -4,19 +4,13 @@ COMMENT = Ports to help disabled users SUBDIR += accerciser - SUBDIR += at-spi - SUBDIR += at-spi-reference SUBDIR += at-spi2-atk SUBDIR += at-spi2-core SUBDIR += atk SUBDIR += atk-reference SUBDIR += atkmm SUBDIR += caribou - SUBDIR += dasher SUBDIR += eflite - SUBDIR += gnome-speech - SUBDIR += gok - SUBDIR += java-access-bridge SUBDIR += jovie SUBDIR += kaccessible SUBDIR += kdeaccessibility4 Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Sat Apr 1 20:04:54 2017 (r437467) +++ head/x11/metisse/Makefile Sat Apr 1 20:15:11 2017 (r437468) @@ -3,7 +3,7 @@ PORTNAME= metisse PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://insitu.lri.fr/metisse/download/metisse/ @@ -47,14 +47,13 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= GLX ATSPI STROKE RPLAY FRIBIDI GLIB GTK2 GCONF \ +OPTIONS_DEFINE= GLX STROKE RPLAY FRIBIDI GLIB GTK2 GCONF \ DOCS OPTIONS_DEFINE_i386= GLX_X86 MMX OPTIONS_DEFINE_amd64= MMX OPTIONS_SUB= yes GLX_X86_DESC= GLX with x86 optimizations -ATSPI_DESC= Widget tracking support RPLAY_DESC= RPlay support in FvwmEvent GLIB_DESC= Use GLib 2.x for module integration GTK2_DESC= Use GDK-PixBuf-2.0 for image loading @@ -66,7 +65,6 @@ OPTIONS_DEFAULT_amd64= MMX MMX_CONFIGURE_ENABLE= mmx GLX_CONFIGURE_ENABLE= glx GLX_X86_CONFIGURE_ENABLE= glx-x86 -ATSPI_USE= GNOME=atspi STROKE_LIB_DEPENDS= libstroke.so:devel/libstroke MRPLAY_LIB_DEPENDS= librplay.so:audio/rplay FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi From owner-svn-ports-all@freebsd.org Sat Apr 1 20:15:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8205DD2961A; Sat, 1 Apr 2017 20:15:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53F93D02; Sat, 1 Apr 2017 20:15:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KFaYH055037; Sat, 1 Apr 2017 20:15:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KFaQ7055036; Sat, 1 Apr 2017 20:15:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012015.v31KFaQ7055036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437469 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:15:37 -0000 Author: bapt Date: Sat Apr 1 20:15:36 2017 New Revision: 437469 URL: https://svnweb.freebsd.org/changeset/ports/437469 Log: Catchup with recent removals Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sat Apr 1 20:15:11 2017 (r437468) +++ head/Mk/Scripts/qa.sh Sat Apr 1 20:15:36 2017 (r437469) @@ -432,12 +432,10 @@ proxydeps_suggest_uses() { warn "you need USE_GNOME+=${pkg#*/}" # Gnome different as port # grep LIB_DEPENDS= Mk/Uses/gnome.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|[ "\1" = "\3" ] \|\| echo "elif [ \\${pkg} = \\\"\2/\3\\\" ]; then; warn \\\"you need USE_GNOME+=\1\\\""|'|sort|sh - elif [ ${pkg} = "accessibility/at-spi" ]; then warn "you need USE_GNOME+=atspi" elif [ ${pkg} = "databases/evolution-data-server" ]; then warn "you need USE_GNOME+=evolutiondataserver3" elif [ ${pkg} = "graphics/gdk-pixbuf" ]; then warn "you need USE_GNOME+=gdkpixbuf" elif [ ${pkg} = "graphics/gdk-pixbuf2" ]; then warn "you need USE_GNOME+=gdkpixbuf2" elif [ ${pkg} = "x11/gnome-desktop" ]; then warn "you need USE_GNOME+=gnomedesktop3" - elif [ ${pkg} = "accessibility/gnome-speech" ]; then warn "you need USE_GNOME+=gnomespeech" elif [ ${pkg} = "devel/gnome-vfs" ]; then warn "you need USE_GNOME+=gnomevfs2" elif [ ${pkg} = "devel/gobject-introspection" ]; then warn "you need USE_GNOME+=introspection" elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2" From owner-svn-ports-all@freebsd.org Sat Apr 1 20:18:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE9C2D2970A; Sat, 1 Apr 2017 20:18:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68738E65; Sat, 1 Apr 2017 20:18:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KI27T055264; Sat, 1 Apr 2017 20:18:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KI2Fp055263; Sat, 1 Apr 2017 20:18:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012018.v31KI2Fp055263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437470 - head/accessibility/at-spi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:18:03 -0000 Author: bapt Date: Sat Apr 1 20:18:02 2017 New Revision: 437470 URL: https://svnweb.freebsd.org/changeset/ports/437470 Log: Really remove at-spi Deleted: head/accessibility/at-spi/ From owner-svn-ports-all@freebsd.org Sat Apr 1 20:20:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BAB8D2978C; Sat, 1 Apr 2017 20:20:27 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D2AD5AE; Sat, 1 Apr 2017 20:20:26 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id uPVWcWdZ0sa1kuPVXcpdCv; Sat, 01 Apr 2017 14:20:24 -0600 X-Authority-Analysis: v=2.2 cv=W+NIbVek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=AzvcPWV-tVgA:10 a=XldT38RWNwACPDQzwzUA:9 a=6I5d2MoRAAAA:8 a=xSnJEyJ4AAAA:8 a=3DfWnJiXAAAA:8 a=84nkBRO9TiX57OWBai0A:9 a=CjuIK1q_8ugA:10 a=19qDZcswR38uZwjSYZIA:9 a=hquHOILUSkIA:10 a=YxBL1-UpAAAA:8 a=ics_IjAVWSmO8OVX31YA:9 a=BOg4e644cxQA:10 a=IjZwj45LgO3ly-622nXo:22 a=mkMKeD2VaO5zjF3zZeVC:22 a=fbZbCd7XTi_oNd1tYRxB:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id A9AD6266; Sat, 1 Apr 2017 13:20:22 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v31KKM24033490; Sat, 1 Apr 2017 13:20:22 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201704012020.v31KKM24033490@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Jason Unovitch cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs In-Reply-To: Message from Jason Unovitch of "Sun, 05 Jun 2016 22:50:04 -0000." <201606052250.u55Mo44E016592@repo.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_1491077996_148500" Date: Sat, 01 Apr 2017 13:20:22 -0700 X-CMAE-Envelope: MS4wfMyht0OIwn0ZFbpRg6py7srArl7RJ3qVPD8G347AZNx2y2f2KxctPBDzfdIjJfxEDM9oH1ucDHpYJ85UEIuRF77YujbQ94rLPP+dPoEWiJUf/fRaNUnv t00/J8Hd3A+Z6XFvJ81VHXkVPTEWmuq9vZLJKA61PIQurmjXHDFJnHMEo6W0QxfSQKvmGiaJb8QdrLleePeJrwpVlgmA6kEUMWoUmhyq/dMJ5P7jQCWDYwWP /H4ccVIQKUFMRD82neyFh9hz4S2BFj6YktcuDmrL6GHboj3sW9rB9q5S6LqGeHrI X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:20:27 -0000 This is a multipart MIME message. --==_Exmh_1491077996_148500 Content-Type: text/plain; charset=us-ascii In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unovitch write s: > Author: junovitch > Date: Sun Jun 5 22:50:04 2016 > New Revision: 416439 > URL: https://svnweb.freebsd.org/changeset/ports/416439 > > Log: > sysutils/fusefs-ntfs: pass MAINTAINER to submitter > > PR: 209976 > Submitted by: Dušan Vejnovič > > Modified: > head/sysutils/fusefs-ntfs/Makefile > > Modified: head/sysutils/fusefs-ntfs/Makefile > ============================================================================= > = > --- head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:38:48 2016 > (r416438) > +++ head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:50:04 2016 > (r416439) > @@ -8,7 +8,7 @@ MASTER_SITES= http://tuxera.com/opensour > PKGNAMEPREFIX= fusefs- > DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= freebsd@dussan.org > COMMENT= Mount NTFS partitions (read/write) and disk images > > LICENSE= GPLv2 > > Is there a reason we grant maintainer on a simple maintainer request? It used to be that a MAINTAINER was given maintainership only when a patch was submitted not a patch to just change MAINTAINER. Has this policy changed? There have been updates posted by the upline over the past 14 months but no updates to the port. I'd like to update the port. --==_Exmh_1491077996_148500 Content-Type: text/plain ; name="fusefs-ntfs.diff"; charset=us-ascii Content-Description: fusefs-ntfs.diff Content-Disposition: attachment; filename="fusefs-ntfs.diff" Index: Makefile =================================================================== --- Makefile (revision 437462) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntfs -PORTVERSION= 2016.2.22 -PORTREVISION= 1 +PORTVERSION= 2017.3.23 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- Index: distinfo =================================================================== --- distinfo (revision 437462) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464245363 -SHA256 (ntfs-3g_ntfsprogs-2016.2.22.tgz) = d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 -SIZE (ntfs-3g_ntfsprogs-2016.2.22.tgz) = 1264364 +TIMESTAMP = 1491076404 +SHA256 (ntfs-3g_ntfsprogs-2017.3.23.tgz) = 3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 +SIZE (ntfs-3g_ntfsprogs-2017.3.23.tgz) = 1259054 Index: pkg-plist =================================================================== --- pkg-plist (revision 437462) +++ pkg-plist (working copy) @@ -1,8 +1,6 @@ bin/lowntfs-3g bin/ntfs-3g bin/ntfs-3g.probe -bin/ntfs-3g.secaudit -bin/ntfs-3g.usermap bin/ntfscat bin/ntfscluster bin/ntfscmp @@ -38,6 +36,7 @@ include/ntfs-3g/ntfstime.h include/ntfs-3g/object_id.h include/ntfs-3g/param.h +include/ntfs-3g/plugin.h include/ntfs-3g/realpath.h include/ntfs-3g/reparse.h include/ntfs-3g/runlist.h @@ -49,14 +48,14 @@ include/ntfs-3g/xattrs.h lib/libntfs-3g.a lib/libntfs-3g.so -lib/libntfs-3g.so.87 -lib/libntfs-3g.so.87.0.0 +lib/libntfs-3g.so.88 +lib/libntfs-3g.so.88.0.0 libdata/pkgconfig/libntfs-3g.pc man/man8/mkntfs.8.gz man/man8/ntfs-3g.8.gz man/man8/ntfs-3g.probe.8.gz -man/man8/ntfs-3g.secaudit.8.gz -man/man8/ntfs-3g.usermap.8.gz +man/man8/ntfssecaudit.8.gz +man/man8/ntfsusermap.8.gz man/man8/ntfscat.8.gz man/man8/ntfsclone.8.gz man/man8/ntfscluster.8.gz @@ -83,3 +82,4 @@ sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +@dir lib/ntfs-3g --==_Exmh_1491077996_148500 Content-Type: text/plain; charset=us-ascii Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. --==_Exmh_1491077996_148500-- From owner-svn-ports-all@freebsd.org Sat Apr 1 20:23:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03AE4D2996C; Sat, 1 Apr 2017 20:23:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAAE96B3; Sat, 1 Apr 2017 20:23:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KNQEN059090; Sat, 1 Apr 2017 20:23:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KNQQR059087; Sat, 1 Apr 2017 20:23:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012023.v31KNQQR059087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437471 - head/accessibility/caribou X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:23:28 -0000 Author: bapt Date: Sat Apr 1 20:23:26 2017 New Revision: 437471 URL: https://svnweb.freebsd.org/changeset/ports/437471 Log: Update to 0.4.21 Modified: head/accessibility/caribou/Makefile head/accessibility/caribou/distinfo head/accessibility/caribou/pkg-plist Modified: head/accessibility/caribou/Makefile ============================================================================== --- head/accessibility/caribou/Makefile Sat Apr 1 20:18:02 2017 (r437470) +++ head/accessibility/caribou/Makefile Sat Apr 1 20:23:26 2017 (r437471) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caribou -PORTVERSION= 0.4.19 +PORTVERSION= 0.4.21 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/accessibility/caribou/distinfo ============================================================================== --- head/accessibility/caribou/distinfo Sat Apr 1 20:18:02 2017 (r437470) +++ head/accessibility/caribou/distinfo Sat Apr 1 20:23:26 2017 (r437471) @@ -1,2 +1,3 @@ -SHA256 (gnome3/caribou-0.4.19.tar.xz) = 2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44 -SIZE (gnome3/caribou-0.4.19.tar.xz) = 412328 +TIMESTAMP = 1491077949 +SHA256 (gnome3/caribou-0.4.21.tar.xz) = 9c43d9f4bd30f4fea7f780d4e8b14f7589107c52e9cb6bd202bd0d1c2064de55 +SIZE (gnome3/caribou-0.4.21.tar.xz) = 426516 Modified: head/accessibility/caribou/pkg-plist ============================================================================== --- head/accessibility/caribou/pkg-plist Sat Apr 1 20:18:02 2017 (r437470) +++ head/accessibility/caribou/pkg-plist Sat Apr 1 20:23:26 2017 (r437471) @@ -50,8 +50,11 @@ libexec/antler-keyboard libexec/caribou share/antler/dark-key-border.svg share/antler/style.css +%%DATADIR%%/layouts/fullscale/de.xml %%DATADIR%%/layouts/fullscale/us.xml %%DATADIR%%/layouts/scan/us.xml +%%DATADIR%%/layouts/tablet/de.xml +%%DATADIR%%/layouts/tablet/us.xml %%DATADIR%%/layouts/touch/ara.xml %%DATADIR%%/layouts/touch/de.xml %%DATADIR%%/layouts/touch/fr.xml @@ -105,6 +108,7 @@ share/locale/nb/LC_MESSAGES/caribou.mo share/locale/ne/LC_MESSAGES/caribou.mo share/locale/nl/LC_MESSAGES/caribou.mo share/locale/nn/LC_MESSAGES/caribou.mo +share/locale/oc/LC_MESSAGES/caribou.mo share/locale/or/LC_MESSAGES/caribou.mo share/locale/pa/LC_MESSAGES/caribou.mo share/locale/pl/LC_MESSAGES/caribou.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 20:24:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8096D299B7; Sat, 1 Apr 2017 20:24:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA0C57F5; Sat, 1 Apr 2017 20:24:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KOCWM059231; Sat, 1 Apr 2017 20:24:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KOCg3059230; Sat, 1 Apr 2017 20:24:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704012024.v31KOCg3059230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 1 Apr 2017 20:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437472 - in head/irc/ircII: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:24:13 -0000 Author: adamw Date: Sat Apr 1 20:24:12 2017 New Revision: 437472 URL: https://svnweb.freebsd.org/changeset/ports/437472 Log: Unbreak logging by removing a stale patch (which, once upon a time, fixed logging) which wound up re-breaking logging after logging was fixed upstream. I don't use this anymore, so I'm donating it back to ports@. Deleted: head/irc/ircII/files/patch-source_window.c Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sat Apr 1 20:23:26 2017 (r437471) +++ head/irc/ircII/Makefile Sat Apr 1 20:24:12 2017 (r437472) @@ -3,11 +3,11 @@ PORTNAME= ircii PORTVERSION= 20151120 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://ircii.warped.com/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small and high extensible IRC client LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sat Apr 1 20:26:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2ADD29A43; Sat, 1 Apr 2017 20:26:58 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEC06924; Sat, 1 Apr 2017 20:26:57 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 06d58946 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 1 Apr 2017 14:26:50 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r437472 - in head/irc/ircII: . files From: Adam Weinberger In-Reply-To: <201704012024.v31KOCg3059230@repo.freebsd.org> Date: Sat, 1 Apr 2017 14:26:48 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201704012024.v31KOCg3059230@repo.freebsd.org> To: Adam Weinberger X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:26:58 -0000 > On 1 Apr, 2017, at 14:24, Adam Weinberger wrote: >=20 > Author: adamw > Date: Sat Apr 1 20:24:12 2017 > New Revision: 437472 > URL: https://svnweb.freebsd.org/changeset/ports/437472 >=20 > Log: > Unbreak logging by removing a stale patch (which, once upon a time, > fixed logging) which wound up re-breaking logging after logging was > fixed upstream. >=20 > I don't use this anymore, so I'm donating it back to ports@. Geez, I completely forgot all the footer lines. PR: 218295 Submitted by: andrew tao11 riddles org uk MFH: 2016Q2 # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sat Apr 1 20:31:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C7E5D29D23; Sat, 1 Apr 2017 20:31:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FB79B98; Sat, 1 Apr 2017 20:31:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 342D2721E; Sat, 1 Apr 2017 20:31:02 +0000 (UTC) From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437456 - in head/devel/glib20: . files References: <201704011924.v31JOMFm032870@repo.freebsd.org> Date: Sat, 01 Apr 2017 22:32:32 +0200 In-Reply-To: <201704011924.v31JOMFm032870@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 19:24:22 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:31:03 -0000 Baptiste Daroussin writes: > Author: bapt > Date: Sat Apr 1 19:24:21 2017 > New Revision: 437456 > URL: https://svnweb.freebsd.org/changeset/ports/437456 > > Log: > update to 2.52.0 > - remove the GDB option and always install the py script, it does not hurt > - remove pathfix as pkgconf now accept the lib/pkgconfig path > - switch to option framework where possible > +DEBUG_CONFIGURE_ARGS+= --enable-debug=yes \ > + --disable-silent-rules --disable-silent-rules is already part of LATE_CONFIGURE_ARGS. > #COLLATION_FIX_CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" Passing a variable more than once overrides previous assignments e.g., -fno-strict-aliasing -fstack-protector. Maybe convert to: COLLATION_FIX_CFLAGS= -D__STDC_ISO_10646__ > Added: head/devel/glib20/files/patch-glib_gthread-posix.c > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/glib20/files/patch-glib_gthread-posix.c Sat Apr 1 19:24:21 2017 (r437456) > @@ -0,0 +1,20 @@ > +--- glib/gthread-posix.c.orig 2014-09-22 15:42:12.000000000 +0200 > ++++ glib/gthread-posix.c 2014-09-28 09:46:56.659280343 +0200 Can you re-apply r437111? The rationale the file was added years ago is documented in that bug. And regression tests didn't find new failures after removal. From owner-svn-ports-all@freebsd.org Sat Apr 1 20:31:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05920D29ED3; Sat, 1 Apr 2017 20:31:19 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0199C90; Sat, 1 Apr 2017 20:31:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KVH42060323; Sat, 1 Apr 2017 20:31:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KVHAW060322; Sat, 1 Apr 2017 20:31:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704012031.v31KVHAW060322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 1 Apr 2017 20:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437473 - in branches/2017Q2/irc/ircII: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:31:19 -0000 Author: adamw Date: Sat Apr 1 20:31:17 2017 New Revision: 437473 URL: https://svnweb.freebsd.org/changeset/ports/437473 Log: MFH: r437472 Unbreak logging by removing a stale patch (which, once upon a time, fixed logging) which wound up re-breaking logging after logging was fixed upstream. I don't use this anymore, so I'm donating it back to ports@. PR: 218295 Submitted by: andrew tao11 riddles org uk Approved by: portmgr (self) Deleted: branches/2017Q2/irc/ircII/files/patch-source_window.c Modified: branches/2017Q2/irc/ircII/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/irc/ircII/Makefile ============================================================================== --- branches/2017Q2/irc/ircII/Makefile Sat Apr 1 20:24:12 2017 (r437472) +++ branches/2017Q2/irc/ircII/Makefile Sat Apr 1 20:31:17 2017 (r437473) @@ -3,11 +3,11 @@ PORTNAME= ircii PORTVERSION= 20151120 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://ircii.warped.com/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small and high extensible IRC client LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sat Apr 1 20:32:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CE2D29FD4; Sat, 1 Apr 2017 20:32:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFD65E3; Sat, 1 Apr 2017 20:32:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KWv5j063511; Sat, 1 Apr 2017 20:32:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KWumO063509; Sat, 1 Apr 2017 20:32:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012032.v31KWumO063509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437474 - head/x11-toolkits/gtk20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:32:58 -0000 Author: bapt Date: Sat Apr 1 20:32:56 2017 New Revision: 437474 URL: https://svnweb.freebsd.org/changeset/ports/437474 Log: Update to 2.4.31 Modified: head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtk20/distinfo Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Sat Apr 1 20:31:17 2017 (r437473) +++ head/x11-toolkits/gtk20/Makefile Sat Apr 1 20:32:56 2017 (r437474) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gtk -PORTVERSION= 2.24.29 -PORTREVISION?= 3 +PORTVERSION= 2.24.31 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 @@ -47,7 +46,7 @@ CUPS_CONFIGURE_ON= --enable-cups=auto CUPS_CONFIGURE_OFF= --disable-cups DEBUG_CONFIGURE_ON= --enable-debug=yes -PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.29 +PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.31 post-patch: @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ Modified: head/x11-toolkits/gtk20/distinfo ============================================================================== --- head/x11-toolkits/gtk20/distinfo Sat Apr 1 20:31:17 2017 (r437473) +++ head/x11-toolkits/gtk20/distinfo Sat Apr 1 20:32:56 2017 (r437474) @@ -1,2 +1,3 @@ -SHA256 (gnome2/gtk+-2.24.29.tar.xz) = 0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8 -SIZE (gnome2/gtk+-2.24.29.tar.xz) = 13143648 +TIMESTAMP = 1491078359 +SHA256 (gnome2/gtk+-2.24.31.tar.xz) = 68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 +SIZE (gnome2/gtk+-2.24.31.tar.xz) = 12805344 From owner-svn-ports-all@freebsd.org Sat Apr 1 20:34:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EFF1D2704B; Sat, 1 Apr 2017 20:34:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E37DF1DA; Sat, 1 Apr 2017 20:34:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id 179067596; Sat, 1 Apr 2017 20:34:29 +0000 (UTC) Date: Sat, 1 Apr 2017 22:34:28 +0200 From: Baptiste Daroussin To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437456 - in head/devel/glib20: . files Message-ID: <20170401203428.mrsi23tcxvwgkg7c@ivaldir.net> References: <201704011924.v31JOMFm032870@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="buhbctbdmcwh3f3s" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:34:30 -0000 --buhbctbdmcwh3f3s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 01, 2017 at 10:32:32PM +0200, Jan Beich wrote: > Baptiste Daroussin writes: >=20 > > Author: bapt > > Date: Sat Apr 1 19:24:21 2017 > > New Revision: 437456 > > URL: https://svnweb.freebsd.org/changeset/ports/437456 > > > > Log: > > update to 2.52.0 > > - remove the GDB option and always install the py script, it does not= hurt > > - remove pathfix as pkgconf now accept the lib/pkgconfig path > > - switch to option framework where possible >=20 >=20 > > +DEBUG_CONFIGURE_ARGS+=3D --enable-debug=3Dyes \ > > + --disable-silent-rules >=20 > --disable-silent-rules is already part of LATE_CONFIGURE_ARGS. Yeah it was in the update I can just nuke that one >=20 > > #COLLATION_FIX_CONFIGURE_ENV+=3D CFLAGS=3D"-D__STDC_ISO_10646__" >=20 > Passing a variable more than once overrides previous assignments e.g., > -fno-strict-aliasing -fstack-protector. Maybe convert to: It is any commented out, given kwm is the main maintainer and was keep the comment I kept it (just adapted >=20 > COLLATION_FIX_CFLAGS=3D -D__STDC_ISO_10646__ >=20 > > Added: head/devel/glib20/files/patch-glib_gthread-posix.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/glib20/files/patch-glib_gthread-posix.c Sat Apr 1 19:24= :21 2017 (r437456) > > @@ -0,0 +1,20 @@ > > +--- glib/gthread-posix.c.orig 2014-09-22 15:42:12.000000000 +0200 > > ++++ glib/gthread-posix.c 2014-09-28 09:46:56.659280343 +0200 >=20 > Can you re-apply r437111? The rationale the file was added years ago is > documented in that bug. And regression tests didn't find new failures > after removal. Sure! --buhbctbdmcwh3f3s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAljgDtIACgkQY4mL3PG3 Plqbiw//UVaEeYaaaTJPwnRx884f8SE7s0WH6uJhqoSlB+JkES6N3Ai6bK/zMISb uUBPt1etToAADyQrbBxtWlftEOI2uhK/FNwwKTwclQR0F2hezSOgi1OPsa+k3Vd2 2WaYHwPfQhUa0ncOPKffoUJRzIvorpL21Y/4qRIXd2qEEMtBMqzMO19rPph+iOk3 zFiDk+0Z28kotGGqO4R1ZGfCARlL1W2oZVDhhglP/+rxZa5AzEfSsATqlrz7uA2A XG/SRPRBzBaOA4sLI2GtUVbZHvEShxTFgqpAO8jds+oJKMUMAviXXFhIFxW69YFw 8YDMZpavT1BoTvFCxjkmndjATWZGdZQT+Rtuskvj3qlkOSBRJ8Teeyy7VL8kKCV/ hTNAKwl9k0iRP/hcl82f/xKnHJz2Iyx4E1uNp3CsAKBuyKPWnO4+MuAZVNGbKqqF m+oeJ0sO55wbfCHx/5IB8lJwVy3cprjeZL89bse7yBePOmOtAWZ4x30Zj8pMUc0Z qbV5Wbul1Mpgl3Cx1t6EfO0UcIIloKt4PtzJRDazxTz+IcebPAqcq0L9N9gqR79K NR5IRQNOQPnWe+4HsQDJnBvkWGZmN897lNyhNWwcth7+Ejdyj3s35a0kjysCX8qm URylOgG4ckZlgpIakaaAlKNPPkPKn268xjK3H1A9wFrXss0IT7U= =SqKp -----END PGP SIGNATURE----- --buhbctbdmcwh3f3s-- From owner-svn-ports-all@freebsd.org Sat Apr 1 20:36:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D57EBD27093; Sat, 1 Apr 2017 20:36:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 975782F2; Sat, 1 Apr 2017 20:36:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Ka9eo063766; Sat, 1 Apr 2017 20:36:09 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Ka9x4063764; Sat, 1 Apr 2017 20:36:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704012036.v31Ka9x4063764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Apr 2017 20:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437475 - in head/lang/gcc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:36:10 -0000 Author: gerald Date: Sat Apr 1 20:36:09 2017 New Revision: 437475 URL: https://svnweb.freebsd.org/changeset/ports/437475 Log: Add support for aarch64. Submitted by: andreast Added: head/lang/gcc/files/patch-aarch64-support - copied unchanged from r437461, head/lang/gcc5/files/patch-aarch64-support Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sat Apr 1 20:32:56 2017 (r437474) +++ head/lang/gcc/Makefile Sat Apr 1 20:36:09 2017 (r437475) @@ -29,7 +29,7 @@ CPE_VENDOR= gnu # once installed. GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= amd64 arm armv6 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build @@ -64,7 +64,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS CONFIGURE_ENV+= UNAME_m="powerpc64" .endif -.if ${ARCH} == "armv6" +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 Copied: head/lang/gcc/files/patch-aarch64-support (from r437461, head/lang/gcc5/files/patch-aarch64-support) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-aarch64-support Sat Apr 1 20:36:09 2017 (r437475, copy of r437461, head/lang/gcc5/files/patch-aarch64-support) @@ -0,0 +1,186 @@ +--- UTC +Index: configure +=================================================================== +--- configure (revision 240731) ++++ configure (working copy) +@@ -3455,6 +3455,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: configure.ac +=================================================================== +--- configure.ac (revision 240731) ++++ configure.ac (working copy) +@@ -802,6 +802,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: gcc/config/aarch64/aarch64-freebsd.h +=================================================================== +--- gcc/config/aarch64/aarch64-freebsd.h (nonexistent) ++++ gcc/config/aarch64/aarch64-freebsd.h (working copy) +@@ -0,0 +1,94 @@ ++/* Definitions for AArch64 running FreeBSD ++ Copyright (C) 2016 Free Software Foundation, Inc. ++ ++ This file is part of GCC. ++ ++ GCC is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ GCC is distributed in the hope that it will be useful, but ++ WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with GCC; see the file COPYING3. If not see ++ . */ ++ ++#ifndef GCC_AARCH64_FREEBSD_H ++#define GCC_AARCH64_FREEBSD_H ++ ++#undef SUBTARGET_CPP_SPEC ++#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC ++ ++#if TARGET_BIG_ENDIAN_DEFAULT ++#define TARGET_LINKER_EMULATION "aarch64fbsdb" ++#else ++#define TARGET_LINKER_EMULATION "aarch64fbsd" ++#endif ++ ++#undef SUBTARGET_EXTRA_LINK_SPEC ++#define SUBTARGET_EXTRA_LINK_SPEC " -m" TARGET_LINKER_EMULATION ++ ++#undef FBSD_TARGET_LINK_SPEC ++#define FBSD_TARGET_LINK_SPEC " \ ++ %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ ++ %{v:-V} \ ++ %{assert*} %{R*} %{rpath*} %{defsym*} \ ++ %{shared:-Bshareable %{h*} %{soname*}} \ ++ %{symbolic:-Bsymbolic} \ ++ %{static:-Bstatic} \ ++ %{!static: \ ++ %{rdynamic:-export-dynamic} \ ++ %{!shared:-dynamic-linker " FBSD_DYNAMIC_LINKER " }} \ ++ -X" SUBTARGET_EXTRA_LINK_SPEC " \ ++ %{mbig-endian:-EB} %{mlittle-endian:-EL}" ++ ++#if TARGET_FIX_ERR_A53_835769_DEFAULT ++#define CA53_ERR_835769_SPEC \ ++ " %{!mno-fix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#else ++#define CA53_ERR_835769_SPEC \ ++ " %{mfix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#endif ++ ++#ifdef TARGET_FIX_ERR_A53_843419_DEFAULT ++#define CA53_ERR_843419_SPEC \ ++ " %{!mno-fix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#else ++#define CA53_ERR_843419_SPEC \ ++ " %{mfix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#endif ++ ++#undef LINK_SPEC ++#define LINK_SPEC FBSD_TARGET_LINK_SPEC \ ++ CA53_ERR_835769_SPEC \ ++ CA53_ERR_843419_SPEC ++ ++#define GNU_USER_TARGET_MATHFILE_SPEC \ ++ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" ++ ++#undef ENDFILE_SPEC ++#define ENDFILE_SPEC \ ++ GNU_USER_TARGET_MATHFILE_SPEC " " \ ++ FBSD_ENDFILE_SPEC ++ ++#undef TARGET_OS_CPP_BUILTINS ++#define TARGET_OS_CPP_BUILTINS() \ ++ do \ ++ { \ ++ FBSD_TARGET_OS_CPP_BUILTINS (); \ ++ } \ ++ while (false) ++ ++#define TARGET_ASM_FILE_END file_end_indicate_exec_stack ++ ++/* Uninitialized common symbols in non-PIE executables, even with ++ strong definitions in dependent shared libraries, will resolve ++ to COPY relocated symbol in the executable. See PR65780. */ ++#undef TARGET_BINDS_LOCAL_P ++#define TARGET_BINDS_LOCAL_P default_binds_local_p_2 ++ ++#endif /* GCC_AARCH64_FREEBSD_H */ +Index: gcc/config/aarch64/t-aarch64-freebsd +=================================================================== +--- gcc/config/aarch64/t-aarch64-freebsd (nonexistent) ++++ gcc/config/aarch64/t-aarch64-freebsd (working copy) +@@ -0,0 +1,21 @@ ++# Machine description for AArch64 architecture. ++# Copyright (C) 2016 Free Software Foundation, Inc. ++# ++# This file is part of GCC. ++# ++# GCC is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 3, or (at your option) ++# any later version. ++# ++# GCC is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with GCC; see the file COPYING3. If not see ++# . ++ ++LIB1ASMSRC = aarch64/lib1funcs.asm ++LIB1ASMFUNCS = _aarch64_sync_cache_range +Index: gcc/config.gcc +=================================================================== +--- gcc/config.gcc (revision 240731) ++++ gcc/config.gcc (working copy) +@@ -914,6 +914,11 @@ + done + TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` + ;; ++aarch64*-*-freebsd*) ++ tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}" ++ tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h" ++ tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd" ++ ;; + aarch64*-*-linux*) + tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h" + tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h" +Index: libgcc/config.host +=================================================================== +--- libgcc/config.host (revision 240731) ++++ libgcc/config.host (working copy) +@@ -328,6 +328,11 @@ + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" + ;; ++aarch64*-*-freebsd*) ++ extra_parts="$extra_parts crtfastmath.o" ++ tmake_file="${tmake_file} ${cpu_type}/t-aarch64" ++ tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" ++ ;; + aarch64*-*-linux*) + extra_parts="$extra_parts crtfastmath.o" + md_unwind_header=aarch64/linux-unwind.h From owner-svn-ports-all@freebsd.org Sat Apr 1 20:36:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6CCAD270C4; Sat, 1 Apr 2017 20:36:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D8A3EC; Sat, 1 Apr 2017 20:36:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KalNw063900; Sat, 1 Apr 2017 20:36:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Kall1063899; Sat, 1 Apr 2017 20:36:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012036.v31Kall1063899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437476 - in head/devel/glib20: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:36:49 -0000 Author: bapt Date: Sat Apr 1 20:36:47 2017 New Revision: 437476 URL: https://svnweb.freebsd.org/changeset/ports/437476 Log: Reapply 437111 While here remove configure arguments already passed by the framework Reported by: jbeich Deleted: head/devel/glib20/files/patch-glib_gthread-posix.c Modified: head/devel/glib20/Makefile Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat Apr 1 20:36:09 2017 (r437475) +++ head/devel/glib20/Makefile Sat Apr 1 20:36:47 2017 (r437476) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.52.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -54,8 +54,7 @@ COLLATION_FIX_DESC= Use ICU for UTF-8 st OPTIONS_EXCLUDE_FreeBSD_11= COLLATION_FIX OPTIONS_EXCLUDE_FreeBSD_12= COLLATION_FIX -DEBUG_CONFIGURE_ARGS+= --enable-debug=yes \ - --disable-silent-rules +DEBUG_CONFIGURE_ARGS+= --enable-debug=yes COLLATION_FIX_LIB_DEPENDS+= libicui18n.so:devel/icu COLLATION_FIX_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ From owner-svn-ports-all@freebsd.org Sat Apr 1 20:42:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E53BED27387; Sat, 1 Apr 2017 20:42:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6D8CAC9; Sat, 1 Apr 2017 20:42:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E11C27951; Sat, 1 Apr 2017 20:42:01 +0000 (UTC) From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437476 - in head/devel/glib20: . files References: <201704012036.v31Kall1063899@repo.freebsd.org> Date: Sat, 01 Apr 2017 22:43:34 +0200 In-Reply-To: <201704012036.v31Kall1063899@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 1 Apr 2017 20:36:47 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:42:03 -0000 Baptiste Daroussin writes: > Author: bapt > Date: Sat Apr 1 20:36:47 2017 > New Revision: 437476 > URL: https://svnweb.freebsd.org/changeset/ports/437476 > > Log: > Reapply 437111 > While here remove configure arguments already passed by the framework [...] > -DEBUG_CONFIGURE_ARGS+= --enable-debug=yes \ > - --disable-silent-rules > +DEBUG_CONFIGURE_ARGS+= --enable-debug=yes Doh, _CONFIGURE_ARGS helper doesn't exist, use _CONFIGURE_ON. And += is unnecessary, plain = would work. See x11-toolkits/gtk20/Makefile From owner-svn-ports-all@freebsd.org Sat Apr 1 20:43:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42662D27498; Sat, 1 Apr 2017 20:43:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 128B0C83; Sat, 1 Apr 2017 20:43:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KhaYd068020; Sat, 1 Apr 2017 20:43:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Khafd068018; Sat, 1 Apr 2017 20:43:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012043.v31Khafd068018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437477 - in head: . archivers archivers/gnome-autoar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:43:37 -0000 Author: bapt Date: Sat Apr 1 20:43:35 2017 New Revision: 437477 URL: https://svnweb.freebsd.org/changeset/ports/437477 Log: Remove another obsolete and not depend on gnome lib Deleted: head/archivers/gnome-autoar/ Modified: head/MOVED head/archivers/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 20:36:47 2017 (r437476) +++ head/MOVED Sat Apr 1 20:43:35 2017 (r437477) @@ -9183,3 +9183,4 @@ accessibility/java-access-bridge||2017-0 accessibility/dasher||2017-04-01|Obsolete and not depend on anymore accessibility/at-spi||2017-04-01|Obsolete and not depend on anymore accessibility/at-spi-reference||2017-04-01|Obsolete and not depend on anymore +archivers/gnome-autoar||2017-04-01|Obsolete and not depend on anymore Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sat Apr 1 20:36:47 2017 (r437476) +++ head/archivers/Makefile Sat Apr 1 20:43:35 2017 (r437477) @@ -31,7 +31,6 @@ SUBDIR += freeze SUBDIR += gcab SUBDIR += gcpio - SUBDIR += gnome-autoar SUBDIR += go-compress SUBDIR += grzip SUBDIR += gtar From owner-svn-ports-all@freebsd.org Sat Apr 1 20:45:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0097D27568; Sat, 1 Apr 2017 20:45:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81B59D7B; Sat, 1 Apr 2017 20:45:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KjdVT068222; Sat, 1 Apr 2017 20:45:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KjdlT068221; Sat, 1 Apr 2017 20:45:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012045.v31KjdlT068221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437478 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:45:40 -0000 Author: bapt Date: Sat Apr 1 20:45:39 2017 New Revision: 437478 URL: https://svnweb.freebsd.org/changeset/ports/437478 Log: Shame on me not using properly the framework I wrote... Reported by: jbeich Pointy hat: bapt Modified: head/devel/glib20/Makefile Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Sat Apr 1 20:43:35 2017 (r437477) +++ head/devel/glib20/Makefile Sat Apr 1 20:45:39 2017 (r437478) @@ -54,7 +54,7 @@ COLLATION_FIX_DESC= Use ICU for UTF-8 st OPTIONS_EXCLUDE_FreeBSD_11= COLLATION_FIX OPTIONS_EXCLUDE_FreeBSD_12= COLLATION_FIX -DEBUG_CONFIGURE_ARGS+= --enable-debug=yes +DEBUG_CONFIGURE_ON= --enable-debug=yes COLLATION_FIX_LIB_DEPENDS+= libicui18n.so:devel/icu COLLATION_FIX_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ From owner-svn-ports-all@freebsd.org Sat Apr 1 20:46:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5017D275A6; Sat, 1 Apr 2017 20:46:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4368E5F; Sat, 1 Apr 2017 20:46:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id BC2267C08; Sat, 1 Apr 2017 20:46:19 +0000 (UTC) Date: Sat, 1 Apr 2017 22:46:19 +0200 From: Baptiste Daroussin To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437476 - in head/devel/glib20: . files Message-ID: <20170401204619.pu2d56xs343lzuob@ivaldir.net> References: <201704012036.v31Kall1063899@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rrumxlbyut4bvooj" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:46:20 -0000 --rrumxlbyut4bvooj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 01, 2017 at 10:43:34PM +0200, Jan Beich wrote: > Baptiste Daroussin writes: >=20 > > Author: bapt > > Date: Sat Apr 1 20:36:47 2017 > > New Revision: 437476 > > URL: https://svnweb.freebsd.org/changeset/ports/437476 > > > > Log: > > Reapply 437111 > > While here remove configure arguments already passed by the framework > [...] > > -DEBUG_CONFIGURE_ARGS+=3D --enable-debug=3Dyes \ > > - --disable-silent-rules > > +DEBUG_CONFIGURE_ARGS+=3D --enable-debug=3Dyes >=20 > Doh, _CONFIGURE_ARGS helper doesn't exist, use _CONFIGURE_ON. And +=3D is > unnecessary, plain =3D would work. See x11-toolkits/gtk20/Makefile Shame on me I wrote the framework... Bapt --rrumxlbyut4bvooj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAljgEZkACgkQY4mL3PG3 PloPAg/8DWxM937BvQd6x4Tlkd7mUwZwHIaRIZX8ZB35C0Umz0ugYrOof0t4At1o 8h4dRBKtRpVNP9ISvEpGyNOvxTjl3fwjvROQm5fjjNPNRjH87QtImp51u99uI9kr LWnAh06i3pBPpVHx4E99XOJX3HyYeT4XMFn09+XxbbcPtyd4vtyyR+RQYvXKbkpA 1PlF0UcEyKrL7rqdrh7+9aHBfefMhDq5Dqzac40zlweuJphWVpcaiA1a/nb0E3kq 9O1tCg3mTizSkegJxjKPV28Nc+YD3iu4Yqk8g6mqtKOnOU8iyvrgYAuzdyznWamw hE3Gqs6NmuPljN6jygEWudtYE90MoisiXC9YHTjUCO6t53vAn4fvcFBFsJvA6gl/ g9RqOsYaQKTpE0FiMyuH0kaJqCHit3xEJXW/eKoQBGfxOLWrpUsF56l+R6nUl7i3 JPoYixzilHQ7UsjQTwV5vgW9tol1XYq2hugrx3mlDbHswfdoCZGbrbyHtf6gzNzi oJxnJ/EnAsbmJ7nRsAAGoENenD+4PLKzqFs/BRTs+KFVFEa+fKJ6vis7SbDz69yX fzBsPoqn+VnudpLA+0C7gqoUjFE3r34daY6eN64BbKFPF0aLca1ZilYq6DVP+U83 iWlDkMbJX3iwOCInm5tv4JfY06fAItpVWJ+raYGxp+e0eAaVUX8= =3Vze -----END PGP SIGNATURE----- --rrumxlbyut4bvooj-- From owner-svn-ports-all@freebsd.org Sat Apr 1 20:56:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E9F7D2784D; Sat, 1 Apr 2017 20:56:56 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 107316B4; Sat, 1 Apr 2017 20:56:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Kutkc072439; Sat, 1 Apr 2017 20:56:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KutdY072438; Sat, 1 Apr 2017 20:56:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704012056.v31KutdY072438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 1 Apr 2017 20:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437479 - head/irc/ircII X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:56:56 -0000 Author: adamw Date: Sat Apr 1 20:56:55 2017 New Revision: 437479 URL: https://svnweb.freebsd.org/changeset/ports/437479 Log: Pass maintainership to submitter. PR: 218295 Submitted by: andrew tao11 riddles org uk Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sat Apr 1 20:45:39 2017 (r437478) +++ head/irc/ircII/Makefile Sat Apr 1 20:56:55 2017 (r437479) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://ircii.warped.com/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= andrew@tao11.riddles.org.uk COMMENT= Small and high extensible IRC client LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sat Apr 1 20:58:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8921ED2788E; Sat, 1 Apr 2017 20:58:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5530B7F8; Sat, 1 Apr 2017 20:58:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31KwNM4072633; Sat, 1 Apr 2017 20:58:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KwN5F072630; Sat, 1 Apr 2017 20:58:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012058.v31KwN5F072630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437480 - head/devel/libsigc++20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:58:24 -0000 Author: bapt Date: Sat Apr 1 20:58:23 2017 New Revision: 437480 URL: https://svnweb.freebsd.org/changeset/ports/437480 Log: update to 2.10.0 Modified: head/devel/libsigc++20/Makefile head/devel/libsigc++20/distinfo head/devel/libsigc++20/pkg-plist Modified: head/devel/libsigc++20/Makefile ============================================================================== --- head/devel/libsigc++20/Makefile Sat Apr 1 20:56:55 2017 (r437479) +++ head/devel/libsigc++20/Makefile Sat Apr 1 20:58:23 2017 (r437480) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/devel/libsigc++20/Makefile 19952 2014-10-15 08:11:00Z gusi $ PORTNAME= libsigc++ -PORTVERSION= 2.4.1 +PORTVERSION= 2.10.0 CATEGORIES= devel MASTER_SITES= GNOME Modified: head/devel/libsigc++20/distinfo ============================================================================== --- head/devel/libsigc++20/distinfo Sat Apr 1 20:56:55 2017 (r437479) +++ head/devel/libsigc++20/distinfo Sat Apr 1 20:58:23 2017 (r437480) @@ -1,2 +1,3 @@ -SHA256 (libsigc++-2.4.1.tar.xz) = 540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec -SIZE (libsigc++-2.4.1.tar.xz) = 3620928 +TIMESTAMP = 1491080041 +SHA256 (libsigc++-2.10.0.tar.xz) = f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81 +SIZE (libsigc++-2.10.0.tar.xz) = 3794612 Modified: head/devel/libsigc++20/pkg-plist ============================================================================== --- head/devel/libsigc++20/pkg-plist Sat Apr 1 20:56:55 2017 (r437479) +++ head/devel/libsigc++20/pkg-plist Sat Apr 1 20:58:23 2017 (r437480) @@ -8,16 +8,12 @@ include/sigc++-%%API_VERSION%%/sigc++/ad include/sigc++-%%API_VERSION%%/sigc++/adaptors/exception_catch.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/hide.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/base.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/group.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/lambda.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/operator.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/select.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype_return.h include/sigc++-%%API_VERSION%%/sigc++/adaptors/track_obj.h include/sigc++-%%API_VERSION%%/sigc++/bind.h include/sigc++-%%API_VERSION%%/sigc++/bind_return.h -include/sigc++-%%API_VERSION%%/sigc++/class_slot.h include/sigc++-%%API_VERSION%%/sigc++/connection.h include/sigc++-%%API_VERSION%%/sigc++/functors/functor_trait.h include/sigc++-%%API_VERSION%%/sigc++/functors/functors.h @@ -25,13 +21,8 @@ include/sigc++-%%API_VERSION%%/sigc++/fu include/sigc++-%%API_VERSION%%/sigc++/functors/ptr_fun.h include/sigc++-%%API_VERSION%%/sigc++/functors/slot.h include/sigc++-%%API_VERSION%%/sigc++/functors/slot_base.h -include/sigc++-%%API_VERSION%%/sigc++/hide.h include/sigc++-%%API_VERSION%%/sigc++/limit_reference.h -include/sigc++-%%API_VERSION%%/sigc++/method_slot.h -include/sigc++-%%API_VERSION%%/sigc++/object.h -include/sigc++-%%API_VERSION%%/sigc++/object_slot.h include/sigc++-%%API_VERSION%%/sigc++/reference_wrapper.h -include/sigc++-%%API_VERSION%%/sigc++/retype.h include/sigc++-%%API_VERSION%%/sigc++/retype_return.h include/sigc++-%%API_VERSION%%/sigc++/sigc++.h include/sigc++-%%API_VERSION%%/sigc++/signal.h @@ -45,7 +36,7 @@ lib/libsigc-%%API_VERSION%%.so.0 lib/libsigc-%%API_VERSION%%.so.0.0.0 lib/sigc++-%%API_VERSION%%/include/sigc++config.h libdata/pkgconfig/sigc++-%%API_VERSION%%.pc -%%PORTDOCS%%share/devhelp/books/libsigc++-%%API_VERSION%%/libsigc++-%%API_VERSION%%.devhelp2 +share/devhelp/books/libsigc++-%%API_VERSION%%/libsigc++-%%API_VERSION%%.devhelp2 %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/images/libsigc_logo.gif %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/images/top.gif %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/index.html @@ -61,6 +52,8 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png @@ -157,6 +150,8 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1can__deduce__result__type__with__decltype-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1can__deduce__result__type__with__decltype.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4-members.html @@ -294,6 +289,30 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4_1_1accumulated.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal_3_01T__return_07_08_4__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1signal__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot.html @@ -321,6 +340,9 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot7-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot7.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot7__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot__base-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot__base.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/classsigc_1_1slot__base__inherit__graph.png @@ -445,9 +467,7 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__bind.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__compose.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__exception__catch.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__group__.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__hide.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__lambdas.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__mem__fun.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__ptr__fun.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/group__retype.html @@ -503,8 +523,6 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_48.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_49.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_5.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_50.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_51.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_6.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_7.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/inherit_graph_8.png @@ -514,11 +532,11 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/modules.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_c.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_d.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_e.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_c.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_e.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_g.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_h.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_m.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_p.html @@ -526,12 +544,12 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_t.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_u.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_func_v.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_g.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_h.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_m.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_p.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_r.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_t.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_type.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_u.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespacemembers_v.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/namespaces.html @@ -543,6 +561,7 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/pages.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/since_2_2_11.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/since_2_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/since_2_8.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/splitbar.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base__inherit__graph.png @@ -589,24 +608,6 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived_3_01T__base_00_01T__base_01_4-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived_3_01T__base_00_01T__base_01_4.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group1-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group1.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group1__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group2-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group2.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group2__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group3-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group3.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__group3__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1lambda__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1nil.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper.html @@ -641,16 +642,14 @@ libdata/pkgconfig/sigc++-%%API_VERSION%% %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1type__trait_3_01const_01T__type_01_6_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1type__trait_3_01void_01_4-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1type__trait_3_01void_01_4.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type_3_01lambda_3_01T__type_01_4_01_4-members.html -%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type_3_01lambda_3_01T__type_01_4_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1visitor-members.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/structsigc_1_1visitor.html %%PORTDOCS%%%%DOCSDIR%%-%%API_VERSION%%/reference/html/sync_off.png From owner-svn-ports-all@freebsd.org Sat Apr 1 20:58:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D9DD278C6; Sat, 1 Apr 2017 20:58:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFD6B8DE; Sat, 1 Apr 2017 20:58:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Kwu7s072783; Sat, 1 Apr 2017 20:58:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31KwtEb072780; Sat, 1 Apr 2017 20:58:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012058.v31KwtEb072780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 20:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437481 - head/devel/glibmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 20:58:57 -0000 Author: bapt Date: Sat Apr 1 20:58:55 2017 New Revision: 437481 URL: https://svnweb.freebsd.org/changeset/ports/437481 Log: Update to 2.50.0 Modified: head/devel/glibmm/Makefile head/devel/glibmm/distinfo head/devel/glibmm/pkg-plist Modified: head/devel/glibmm/Makefile ============================================================================== --- head/devel/glibmm/Makefile Sat Apr 1 20:58:23 2017 (r437480) +++ head/devel/glibmm/Makefile Sat Apr 1 20:58:55 2017 (r437481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glibmm -PORTVERSION= 2.44.0 +PORTVERSION= 2.50.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -11,6 +11,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interfaces for glib2 +LICENSE= LGPL21 + USES+= tar:xz PORTSCOUT?= limitw:1,even Modified: head/devel/glibmm/distinfo ============================================================================== --- head/devel/glibmm/distinfo Sat Apr 1 20:58:23 2017 (r437480) +++ head/devel/glibmm/distinfo Sat Apr 1 20:58:55 2017 (r437481) @@ -1,2 +1,3 @@ -SHA256 (gnome2/glibmm-2.44.0.tar.xz) = 1b0ac0425d24895507c0e0e8088a464c7ae2d289c47afa1c11f63278fc672ea8 -SIZE (gnome2/glibmm-2.44.0.tar.xz) = 6102664 +TIMESTAMP = 1491079779 +SHA256 (gnome2/glibmm-2.50.0.tar.xz) = df726e3c6ef42b7621474b03b644a2e40ec4eef94a1c5a932c1e740a78f95e94 +SIZE (gnome2/glibmm-2.50.0.tar.xz) = 6435208 Modified: head/devel/glibmm/pkg-plist ============================================================================== --- head/devel/glibmm/pkg-plist Sat Apr 1 20:58:23 2017 (r437480) +++ head/devel/glibmm/pkg-plist Sat Apr 1 20:58:55 2017 (r437481) @@ -65,6 +65,8 @@ include/giomm-%%VERSION%%/giomm/init.h include/giomm-%%VERSION%%/giomm/initable.h include/giomm-%%VERSION%%/giomm/inputstream.h include/giomm-%%VERSION%%/giomm/iostream.h +include/giomm-%%VERSION%%/giomm/listmodel.h +include/giomm-%%VERSION%%/giomm/liststore.h include/giomm-%%VERSION%%/giomm/loadableicon.h include/giomm-%%VERSION%%/giomm/memoryinputstream.h include/giomm-%%VERSION%%/giomm/memoryoutputstream.h @@ -147,6 +149,8 @@ include/giomm-%%VERSION%%/giomm/private/ include/giomm-%%VERSION%%/giomm/private/initable_p.h include/giomm-%%VERSION%%/giomm/private/inputstream_p.h include/giomm-%%VERSION%%/giomm/private/iostream_p.h +include/giomm-%%VERSION%%/giomm/private/listmodel_p.h +include/giomm-%%VERSION%%/giomm/private/liststore_p.h include/giomm-%%VERSION%%/giomm/private/loadableicon_p.h include/giomm-%%VERSION%%/giomm/private/memoryinputstream_p.h include/giomm-%%VERSION%%/giomm/private/memoryoutputstream_p.h @@ -162,10 +166,9 @@ include/giomm-%%VERSION%%/giomm/private/ include/giomm-%%VERSION%%/giomm/private/networkservice_p.h include/giomm-%%VERSION%%/giomm/private/notification_p.h include/giomm-%%VERSION%%/giomm/private/outputstream_p.h +include/giomm-%%VERSION%%/giomm/private/permission_p.h include/giomm-%%VERSION%%/giomm/private/pollableinputstream_p.h include/giomm-%%VERSION%%/giomm/private/pollableoutputstream_p.h -include/giomm-%%VERSION%%/giomm/private/permission_p.h -include/giomm-%%VERSION%%/giomm/private/simplepermission_p.h include/giomm-%%VERSION%%/giomm/private/proxy_p.h include/giomm-%%VERSION%%/giomm/private/proxyaddress_p.h include/giomm-%%VERSION%%/giomm/private/proxyresolver_p.h @@ -174,8 +177,13 @@ include/giomm-%%VERSION%%/giomm/private/ include/giomm-%%VERSION%%/giomm/private/resource_p.h include/giomm-%%VERSION%%/giomm/private/seekable_p.h include/giomm-%%VERSION%%/giomm/private/settings_p.h +include/giomm-%%VERSION%%/giomm/private/settingsschema_p.h +include/giomm-%%VERSION%%/giomm/private/settingsschemakey_p.h +include/giomm-%%VERSION%%/giomm/private/settingsschemasource_p.h include/giomm-%%VERSION%%/giomm/private/simpleaction_p.h include/giomm-%%VERSION%%/giomm/private/simpleactiongroup_p.h +include/giomm-%%VERSION%%/giomm/private/simpleiostream_p.h +include/giomm-%%VERSION%%/giomm/private/simplepermission_p.h include/giomm-%%VERSION%%/giomm/private/socket_p.h include/giomm-%%VERSION%%/giomm/private/socketaddress_p.h include/giomm-%%VERSION%%/giomm/private/socketaddressenumerator_p.h @@ -216,8 +224,12 @@ include/giomm-%%VERSION%%/giomm/resolver include/giomm-%%VERSION%%/giomm/resource.h include/giomm-%%VERSION%%/giomm/seekable.h include/giomm-%%VERSION%%/giomm/settings.h +include/giomm-%%VERSION%%/giomm/settingsschema.h +include/giomm-%%VERSION%%/giomm/settingsschemakey.h +include/giomm-%%VERSION%%/giomm/settingsschemasource.h include/giomm-%%VERSION%%/giomm/simpleaction.h include/giomm-%%VERSION%%/giomm/simpleactiongroup.h +include/giomm-%%VERSION%%/giomm/simpleiostream.h include/giomm-%%VERSION%%/giomm/simplepermission.h include/giomm-%%VERSION%%/giomm/socket.h include/giomm-%%VERSION%%/giomm/socketaddress.h @@ -269,6 +281,7 @@ include/glibmm-%%VERSION%%/glibmm/date.h include/glibmm-%%VERSION%%/glibmm/datetime.h include/glibmm-%%VERSION%%/glibmm/debug.h include/glibmm-%%VERSION%%/glibmm/dispatcher.h +include/glibmm-%%VERSION%%/glibmm/enums.h include/glibmm-%%VERSION%%/glibmm/error.h include/glibmm-%%VERSION%%/glibmm/exception.h include/glibmm-%%VERSION%%/glibmm/exceptionhandler.h @@ -301,11 +314,13 @@ include/glibmm-%%VERSION%%/glibmm/privat include/glibmm-%%VERSION%%/glibmm/private/convert_p.h include/glibmm-%%VERSION%%/glibmm/private/date_p.h include/glibmm-%%VERSION%%/glibmm/private/datetime_p.h +include/glibmm-%%VERSION%%/glibmm/private/enums_p.h include/glibmm-%%VERSION%%/glibmm/private/fileutils_p.h include/glibmm-%%VERSION%%/glibmm/private/interface_p.h include/glibmm-%%VERSION%%/glibmm/private/iochannel_p.h include/glibmm-%%VERSION%%/glibmm/private/keyfile_p.h include/glibmm-%%VERSION%%/glibmm/private/markup_p.h +include/glibmm-%%VERSION%%/glibmm/private/miscutils_p.h include/glibmm-%%VERSION%%/glibmm/private/module_p.h include/glibmm-%%VERSION%%/glibmm/private/nodetree_p.h include/glibmm-%%VERSION%%/glibmm/private/object_p.h @@ -360,6 +375,7 @@ include/glibmm-%%VERSION%%/glibmm/varian include/glibmm-%%VERSION%%/glibmm/variantiter.h include/glibmm-%%VERSION%%/glibmm/varianttype.h include/glibmm-%%VERSION%%/glibmm/vectorutils.h +include/glibmm-%%VERSION%%/glibmm/weakref.h include/glibmm-%%VERSION%%/glibmm/wrap.h include/glibmm-%%VERSION%%/glibmm/wrap_init.h include/glibmm-%%VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h @@ -391,7 +407,6 @@ lib/glibmm-%%VERSION%%/proc/m4/initializ lib/glibmm-%%VERSION%%/proc/m4/initialize_gio.m4 lib/glibmm-%%VERSION%%/proc/m4/initialize_glib.m4 lib/glibmm-%%VERSION%%/proc/m4/initialize_glibmm.m4 -lib/glibmm-%%VERSION%%/proc/m4/list.m4 lib/glibmm-%%VERSION%%/proc/m4/member.m4 lib/glibmm-%%VERSION%%/proc/m4/method.m4 lib/glibmm-%%VERSION%%/proc/m4/property.m4 From owner-svn-ports-all@freebsd.org Sat Apr 1 21:00:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97B27D27911; Sat, 1 Apr 2017 21:00:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BB5D9BC; Sat, 1 Apr 2017 21:00:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31L05HL073010; Sat, 1 Apr 2017 21:00:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31L05ms073007; Sat, 1 Apr 2017 21:00:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012100.v31L05ms073007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437482 - head/accessibility/atkmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:00:06 -0000 Author: bapt Date: Sat Apr 1 21:00:04 2017 New Revision: 437482 URL: https://svnweb.freebsd.org/changeset/ports/437482 Log: Update to 2.24.2 Modified: head/accessibility/atkmm/Makefile head/accessibility/atkmm/distinfo head/accessibility/atkmm/pkg-plist Modified: head/accessibility/atkmm/Makefile ============================================================================== --- head/accessibility/atkmm/Makefile Sat Apr 1 20:58:55 2017 (r437481) +++ head/accessibility/atkmm/Makefile Sat Apr 1 21:00:04 2017 (r437482) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= atkmm -PORTVERSION= 2.22.7 -PORTREVISION= 1 +PORTVERSION= 2.24.2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME @@ -12,12 +11,12 @@ COMMENT= C++ wrapper for ATK API library PORTSCOUT= limitw:1,even -USES= gmake libtool pathfix pkgconfig tar:xz +LICENSE= LGPL20 + +USES= gmake localbase libtool pathfix pkgconfig tar:xz USE_GNOME= atk glibmm USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-documentation Modified: head/accessibility/atkmm/distinfo ============================================================================== --- head/accessibility/atkmm/distinfo Sat Apr 1 20:58:55 2017 (r437481) +++ head/accessibility/atkmm/distinfo Sat Apr 1 21:00:04 2017 (r437482) @@ -1,2 +1,3 @@ -SHA256 (atkmm-2.22.7.tar.xz) = bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b -SIZE (atkmm-2.22.7.tar.xz) = 392184 +TIMESTAMP = 1491079690 +SHA256 (atkmm-2.24.2.tar.xz) = ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd +SIZE (atkmm-2.24.2.tar.xz) = 849784 Modified: head/accessibility/atkmm/pkg-plist ============================================================================== --- head/accessibility/atkmm/pkg-plist Sat Apr 1 20:58:55 2017 (r437481) +++ head/accessibility/atkmm/pkg-plist Sat Apr 1 21:00:04 2017 (r437482) @@ -22,6 +22,7 @@ include/atkmm-1.6/atkmm/private/implemen include/atkmm-1.6/atkmm/private/noopobject_p.h include/atkmm-1.6/atkmm/private/object_p.h include/atkmm-1.6/atkmm/private/objectaccessible_p.h +include/atkmm-1.6/atkmm/private/range_p.h include/atkmm-1.6/atkmm/private/relation_p.h include/atkmm-1.6/atkmm/private/relationset_p.h include/atkmm-1.6/atkmm/private/selection_p.h @@ -30,6 +31,7 @@ include/atkmm-1.6/atkmm/private/streamab include/atkmm-1.6/atkmm/private/table_p.h include/atkmm-1.6/atkmm/private/text_p.h include/atkmm-1.6/atkmm/private/value_p.h +include/atkmm-1.6/atkmm/range.h include/atkmm-1.6/atkmm/relation.h include/atkmm-1.6/atkmm/relationset.h include/atkmm-1.6/atkmm/selection.h From owner-svn-ports-all@freebsd.org Sat Apr 1 21:05:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74892D27AAD; Sat, 1 Apr 2017 21:05:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38BF3D3B; Sat, 1 Apr 2017 21:05:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31L5tqx076903; Sat, 1 Apr 2017 21:05:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31L5sIv076897; Sat, 1 Apr 2017 21:05:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012105.v31L5sIv076897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437483 - in head/accessibility: py-atspi py3-atspi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:05:56 -0000 Author: bapt Date: Sat Apr 1 21:05:54 2017 New Revision: 437483 URL: https://svnweb.freebsd.org/changeset/ports/437483 Log: Update to 2.24 Modified: head/accessibility/py-atspi/Makefile head/accessibility/py-atspi/distinfo head/accessibility/py-atspi/pkg-plist head/accessibility/py3-atspi/Makefile head/accessibility/py3-atspi/distinfo head/accessibility/py3-atspi/pkg-plist Modified: head/accessibility/py-atspi/Makefile ============================================================================== --- head/accessibility/py-atspi/Makefile Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py-atspi/Makefile Sat Apr 1 21:05:54 2017 (r437483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atspi -PORTVERSION= 2.18.0 +PORTVERSION= 2.24.0 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +12,15 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Python API for the D-BUS based SPI framework +LICENSE= LGPL20 + RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig python:2 tar:xz +USES= gettext gmake gnome localbase pathfix pkgconfig python:2 tar:xz USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include Modified: head/accessibility/py-atspi/distinfo ============================================================================== --- head/accessibility/py-atspi/distinfo Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py-atspi/distinfo Sat Apr 1 21:05:54 2017 (r437483) @@ -1,2 +1,3 @@ -SHA256 (gnome3/pyatspi-2.18.0.tar.xz) = f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 -SIZE (gnome3/pyatspi-2.18.0.tar.xz) = 297992 +TIMESTAMP = 1491080522 +SHA256 (gnome3/pyatspi-2.24.0.tar.xz) = e7ef47a5d387fdc64a01722ef2bcced54c4d6b225fbe34867189e1f88ff0a692 +SIZE (gnome3/pyatspi-2.24.0.tar.xz) = 298228 Modified: head/accessibility/py-atspi/pkg-plist ============================================================================== --- head/accessibility/py-atspi/pkg-plist Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py-atspi/pkg-plist Sat Apr 1 21:05:54 2017 (r437483) @@ -1,72 +1,72 @@ %%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.py %%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/__init__.py %%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/action.py %%PYTHON_SITELIBDIR%%/pyatspi/action.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/action.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/action.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/appevent.py %%PYTHON_SITELIBDIR%%/pyatspi/appevent.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/appevent.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/appevent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/application.py %%PYTHON_SITELIBDIR%%/pyatspi/application.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/application.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/application.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/atspienum.py +%%PYTHON_SITELIBDIR%%/pyatspi/atspienum.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/atspienum.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/collection.py %%PYTHON_SITELIBDIR%%/pyatspi/collection.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/collection.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/collection.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/component.py %%PYTHON_SITELIBDIR%%/pyatspi/component.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/component.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/component.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/constants.py %%PYTHON_SITELIBDIR%%/pyatspi/constants.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/constants.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/deviceevent.py %%PYTHON_SITELIBDIR%%/pyatspi/deviceevent.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/deviceevent.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/deviceevent.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/document.py %%PYTHON_SITELIBDIR%%/pyatspi/document.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/document.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/document.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/editabletext.py %%PYTHON_SITELIBDIR%%/pyatspi/editabletext.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/editabletext.pyo -%%PYTHON_SITELIBDIR%%/pyatspi/enum.py -%%PYTHON_SITELIBDIR%%/pyatspi/enum.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/enum.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/editabletext.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/hypertext.py %%PYTHON_SITELIBDIR%%/pyatspi/hypertext.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/hypertext.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/hypertext.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/image.py %%PYTHON_SITELIBDIR%%/pyatspi/image.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/image.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/image.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/interface.py %%PYTHON_SITELIBDIR%%/pyatspi/interface.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/interface.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/interface.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/registry.py %%PYTHON_SITELIBDIR%%/pyatspi/registry.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/registry.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/role.py %%PYTHON_SITELIBDIR%%/pyatspi/role.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/role.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/role.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/selection.py %%PYTHON_SITELIBDIR%%/pyatspi/selection.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/selection.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/selection.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/state.py %%PYTHON_SITELIBDIR%%/pyatspi/state.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/state.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/state.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/table.py %%PYTHON_SITELIBDIR%%/pyatspi/table.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/table.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/table.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/tablecell.py %%PYTHON_SITELIBDIR%%/pyatspi/tablecell.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/tablecell.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/tablecell.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/text.py %%PYTHON_SITELIBDIR%%/pyatspi/text.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/text.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/text.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/utils.py %%PYTHON_SITELIBDIR%%/pyatspi/utils.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/utils.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/pyatspi/value.py %%PYTHON_SITELIBDIR%%/pyatspi/value.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/value.pyo +%%PYTHON_SITELIBDIR%%/pyatspi/value.%%PYTHON_PYOEXTENSION%% Modified: head/accessibility/py3-atspi/Makefile ============================================================================== --- head/accessibility/py3-atspi/Makefile Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py3-atspi/Makefile Sat Apr 1 21:05:54 2017 (r437483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atspi -PORTVERSION= 2.18.0 +PORTVERSION= 2.24.0 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,16 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Python3 API for the D-BUS based SPI framework +LICENSE= LGPL20 + RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even NO_ARCH= yes -USES= gettext gmake gnome pathfix pkgconfig python:3 tar:xz +USES= gettext gmake gnome localbase pathfix pkgconfig python:3 tar:xz USE_GNOME= intlhack py3gobject3 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include Modified: head/accessibility/py3-atspi/distinfo ============================================================================== --- head/accessibility/py3-atspi/distinfo Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py3-atspi/distinfo Sat Apr 1 21:05:54 2017 (r437483) @@ -1,2 +1,3 @@ -SHA256 (gnome3/pyatspi-2.18.0.tar.xz) = f86f03ad05d0502cd60fe8b98f746f74ce3bc208e9f3798f6a2130b3c5f4ab46 -SIZE (gnome3/pyatspi-2.18.0.tar.xz) = 297992 +TIMESTAMP = 1491080637 +SHA256 (gnome3/pyatspi-2.24.0.tar.xz) = e7ef47a5d387fdc64a01722ef2bcced54c4d6b225fbe34867189e1f88ff0a692 +SIZE (gnome3/pyatspi-2.24.0.tar.xz) = 298228 Modified: head/accessibility/py3-atspi/pkg-plist ============================================================================== --- head/accessibility/py3-atspi/pkg-plist Sat Apr 1 21:00:04 2017 (r437482) +++ head/accessibility/py3-atspi/pkg-plist Sat Apr 1 21:05:54 2017 (r437483) @@ -1,63 +1,63 @@ %%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.py %%PYTHON_SITELIBDIR%%/pyatspi/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/enum.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/enum.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-35.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-35.pyc %%PYTHON_SITELIBDIR%%/pyatspi/action.py %%PYTHON_SITELIBDIR%%/pyatspi/appevent.py %%PYTHON_SITELIBDIR%%/pyatspi/application.py +%%PYTHON_SITELIBDIR%%/pyatspi/atspienum.py %%PYTHON_SITELIBDIR%%/pyatspi/collection.py %%PYTHON_SITELIBDIR%%/pyatspi/component.py %%PYTHON_SITELIBDIR%%/pyatspi/constants.py %%PYTHON_SITELIBDIR%%/pyatspi/deviceevent.py %%PYTHON_SITELIBDIR%%/pyatspi/document.py %%PYTHON_SITELIBDIR%%/pyatspi/editabletext.py -%%PYTHON_SITELIBDIR%%/pyatspi/enum.py %%PYTHON_SITELIBDIR%%/pyatspi/hypertext.py %%PYTHON_SITELIBDIR%%/pyatspi/image.py %%PYTHON_SITELIBDIR%%/pyatspi/interface.py From owner-svn-ports-all@freebsd.org Sat Apr 1 21:07:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A222BD27C74; Sat, 1 Apr 2017 21:07:49 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0F5FC9; Sat, 1 Apr 2017 21:07:49 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31L7mWN077140; Sat, 1 Apr 2017 21:07:48 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31L7ml7077137; Sat, 1 Apr 2017 21:07:48 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201704012107.v31L7ml7077137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 1 Apr 2017 21:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437484 - head/sysutils/fusefs-ntfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:07:49 -0000 Author: cy Date: Sat Apr 1 21:07:48 2017 New Revision: 437484 URL: https://svnweb.freebsd.org/changeset/ports/437484 Log: Update 2016.2.22 --> 2017.3.23 PR: 218296 Submitted by: cy Approved by: freebsd@dussan.org (maintainer) Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/distinfo head/sysutils/fusefs-ntfs/pkg-plist Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Sat Apr 1 21:05:54 2017 (r437483) +++ head/sysutils/fusefs-ntfs/Makefile Sat Apr 1 21:07:48 2017 (r437484) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntfs -PORTVERSION= 2016.2.22 -PORTREVISION= 1 +PORTVERSION= 2017.3.23 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-ntfs/distinfo ============================================================================== --- head/sysutils/fusefs-ntfs/distinfo Sat Apr 1 21:05:54 2017 (r437483) +++ head/sysutils/fusefs-ntfs/distinfo Sat Apr 1 21:07:48 2017 (r437484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464245363 -SHA256 (ntfs-3g_ntfsprogs-2016.2.22.tgz) = d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 -SIZE (ntfs-3g_ntfsprogs-2016.2.22.tgz) = 1264364 +TIMESTAMP = 1491076404 +SHA256 (ntfs-3g_ntfsprogs-2017.3.23.tgz) = 3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 +SIZE (ntfs-3g_ntfsprogs-2017.3.23.tgz) = 1259054 Modified: head/sysutils/fusefs-ntfs/pkg-plist ============================================================================== --- head/sysutils/fusefs-ntfs/pkg-plist Sat Apr 1 21:05:54 2017 (r437483) +++ head/sysutils/fusefs-ntfs/pkg-plist Sat Apr 1 21:07:48 2017 (r437484) @@ -1,8 +1,6 @@ bin/lowntfs-3g bin/ntfs-3g bin/ntfs-3g.probe -bin/ntfs-3g.secaudit -bin/ntfs-3g.usermap bin/ntfscat bin/ntfscluster bin/ntfscmp @@ -38,6 +36,7 @@ include/ntfs-3g/mst.h include/ntfs-3g/ntfstime.h include/ntfs-3g/object_id.h include/ntfs-3g/param.h +include/ntfs-3g/plugin.h include/ntfs-3g/realpath.h include/ntfs-3g/reparse.h include/ntfs-3g/runlist.h @@ -49,14 +48,14 @@ include/ntfs-3g/volume.h include/ntfs-3g/xattrs.h lib/libntfs-3g.a lib/libntfs-3g.so -lib/libntfs-3g.so.87 -lib/libntfs-3g.so.87.0.0 +lib/libntfs-3g.so.88 +lib/libntfs-3g.so.88.0.0 libdata/pkgconfig/libntfs-3g.pc man/man8/mkntfs.8.gz man/man8/ntfs-3g.8.gz man/man8/ntfs-3g.probe.8.gz -man/man8/ntfs-3g.secaudit.8.gz -man/man8/ntfs-3g.usermap.8.gz +man/man8/ntfssecaudit.8.gz +man/man8/ntfsusermap.8.gz man/man8/ntfscat.8.gz man/man8/ntfsclone.8.gz man/man8/ntfscluster.8.gz @@ -83,3 +82,4 @@ sbin/ntfsresize sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +@dir lib/ntfs-3g From owner-svn-ports-all@freebsd.org Sat Apr 1 21:15:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E44D27E08; Sat, 1 Apr 2017 21:15:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1953C8; Sat, 1 Apr 2017 21:15:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LFFPd081330; Sat, 1 Apr 2017 21:15:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LFFBI081328; Sat, 1 Apr 2017 21:15:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012115.v31LFFBI081328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437485 - in head: . deskutils deskutils/gnome-blog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:15:16 -0000 Author: bapt Date: Sat Apr 1 21:15:15 2017 New Revision: 437485 URL: https://svnweb.freebsd.org/changeset/ports/437485 Log: Remove another obsolete gnome package Deleted: head/deskutils/gnome-blog/ Modified: head/MOVED head/deskutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 21:07:48 2017 (r437484) +++ head/MOVED Sat Apr 1 21:15:15 2017 (r437485) @@ -9184,3 +9184,4 @@ accessibility/dasher||2017-04-01|Obsolet accessibility/at-spi||2017-04-01|Obsolete and not depend on anymore accessibility/at-spi-reference||2017-04-01|Obsolete and not depend on anymore archivers/gnome-autoar||2017-04-01|Obsolete and not depend on anymore +deskutils/gnome-blog||2017-04-01|Obsolete and not depend on anymore Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sat Apr 1 21:07:48 2017 (r437484) +++ head/deskutils/Makefile Sat Apr 1 21:15:15 2017 (r437485) @@ -57,7 +57,6 @@ SUBDIR += genius SUBDIR += gkrellm-reminder2 SUBDIR += glabels - SUBDIR += gnome-blog SUBDIR += gnome-calendar SUBDIR += gnome-characters SUBDIR += gnome-clocks From owner-svn-ports-all@freebsd.org Sat Apr 1 21:20:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C27ED27EAF; Sat, 1 Apr 2017 21:20:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06790751; Sat, 1 Apr 2017 21:20:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LK2Vs081626; Sat, 1 Apr 2017 21:20:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LK2U6081624; Sat, 1 Apr 2017 21:20:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012120.v31LK2U6081624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437486 - in head: . deskutils deskutils/gnome-epub-thumbnailer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:20:03 -0000 Author: bapt Date: Sat Apr 1 21:20:01 2017 New Revision: 437486 URL: https://svnweb.freebsd.org/changeset/ports/437486 Log: The git repository has been removed upstream Deleted: head/deskutils/gnome-epub-thumbnailer/ Modified: head/MOVED head/deskutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 21:15:15 2017 (r437485) +++ head/MOVED Sat Apr 1 21:20:01 2017 (r437486) @@ -9185,3 +9185,4 @@ accessibility/at-spi||2017-04-01|Obsolet accessibility/at-spi-reference||2017-04-01|Obsolete and not depend on anymore archivers/gnome-autoar||2017-04-01|Obsolete and not depend on anymore deskutils/gnome-blog||2017-04-01|Obsolete and not depend on anymore +deskutils/gnome-epub-thumbnailer||2017-04-01|Obsolete and not depend on anymore Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sat Apr 1 21:15:15 2017 (r437485) +++ head/deskutils/Makefile Sat Apr 1 21:20:01 2017 (r437486) @@ -63,7 +63,6 @@ SUBDIR += gnome-contacts SUBDIR += gnome-dictionary SUBDIR += gnome-documents - SUBDIR += gnome-epub-thumbnailer SUBDIR += gnome-font-viewer SUBDIR += gnome-initial-setup SUBDIR += gnome-maps From owner-svn-ports-all@freebsd.org Sat Apr 1 21:25:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F9E3D28075; Sat, 1 Apr 2017 21:25:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71A7AAE4; Sat, 1 Apr 2017 21:25:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LPAxu085739; Sat, 1 Apr 2017 21:25:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LPA4s085737; Sat, 1 Apr 2017 21:25:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012125.v31LPA4s085737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437487 - head/devel/gob2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:25:11 -0000 Author: bapt Date: Sat Apr 1 21:25:10 2017 New Revision: 437487 URL: https://svnweb.freebsd.org/changeset/ports/437487 Log: Update to 2.0.18 Modified: head/devel/gob2/Makefile head/devel/gob2/distinfo Modified: head/devel/gob2/Makefile ============================================================================== --- head/devel/gob2/Makefile Sat Apr 1 21:20:01 2017 (r437486) +++ head/devel/gob2/Makefile Sat Apr 1 21:25:10 2017 (r437487) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gob2 -PORTVERSION= 2.0.17 -PORTREVISION= 1 +PORTVERSION= 2.0.18 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,11 +10,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Preprocessor for making GObjects with inline C +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pkgconfig gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= localbase pkgconfig gmake PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} \ man/man1/gob2.1.gz Modified: head/devel/gob2/distinfo ============================================================================== --- head/devel/gob2/distinfo Sat Apr 1 21:20:01 2017 (r437486) +++ head/devel/gob2/distinfo Sat Apr 1 21:25:10 2017 (r437487) @@ -1,2 +1,3 @@ -SHA256 (gnome2/gob2-2.0.17.tar.gz) = 80b4683af653809970ef237fa45427b203653edf0dd5e3dc8897433e9c29346c -SIZE (gnome2/gob2-2.0.17.tar.gz) = 274156 +TIMESTAMP = 1491081835 +SHA256 (gnome2/gob2-2.0.18.tar.gz) = ca99337f9ac54623e8ac44a9d0e49303a49ef7beed0916058fd8779d871644e4 +SIZE (gnome2/gob2-2.0.18.tar.gz) = 271085 From owner-svn-ports-all@freebsd.org Sat Apr 1 21:28:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81358D2810F; Sat, 1 Apr 2017 21:28:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35C90C68; Sat, 1 Apr 2017 21:28:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LSkPF085989; Sat, 1 Apr 2017 21:28:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LSktZ085986; Sat, 1 Apr 2017 21:28:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012128.v31LSktZ085986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437488 - head/devel/goffice010 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:28:47 -0000 Author: bapt Date: Sat Apr 1 21:28:45 2017 New Revision: 437488 URL: https://svnweb.freebsd.org/changeset/ports/437488 Log: Update to 0.10.34 Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Sat Apr 1 21:25:10 2017 (r437487) +++ head/devel/goffice010/Makefile Sat Apr 1 21:28:45 2017 (r437488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goffice -PORTVERSION= 0.10.28 +PORTVERSION= 0.10.34 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Sat Apr 1 21:25:10 2017 (r437487) +++ head/devel/goffice010/distinfo Sat Apr 1 21:28:45 2017 (r437488) @@ -1,2 +1,3 @@ -SHA256 (goffice-0.10.28.tar.xz) = 068f060de1a4c058b373dbd4adbfc48fda4b4e3402ec070499d7cd1e737f3a8b -SIZE (goffice-0.10.28.tar.xz) = 2379056 +TIMESTAMP = 1491081966 +SHA256 (goffice-0.10.34.tar.xz) = 554a75a22b5863b3b17595148bee6462122f2dbf031dfa78b61e941e3c2dd603 +SIZE (goffice-0.10.34.tar.xz) = 2370060 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Sat Apr 1 21:25:10 2017 (r437487) +++ head/devel/goffice010/pkg-plist Sat Apr 1 21:28:45 2017 (r437488) @@ -196,7 +196,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin lib/goffice/%%VERSION%%/plugins/smoothing/types.xml lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 -lib/libgoffice-%%SHORT_VER%%.so.10.0.28 +lib/libgoffice-%%SHORT_VER%%.so.10.0.34 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/gir-1.0/GOffice-%%SHORT_VER%%.gir %%DATADIR%%/%%VERSION%%/mmlitex/README @@ -356,7 +356,6 @@ share/gtk-doc/html/goffice-%%SHORT_VER%% share/gtk-doc/html/goffice-%%SHORT_VER%%/gsf-index.html share/gtk-doc/html/goffice-%%SHORT_VER%%/home.png share/gtk-doc/html/goffice-%%SHORT_VER%%/index.html -share/gtk-doc/html/goffice-%%SHORT_VER%%/index.sgml share/gtk-doc/html/goffice-%%SHORT_VER%%/left-insensitive.png share/gtk-doc/html/goffice-%%SHORT_VER%%/left.png share/gtk-doc/html/goffice-%%SHORT_VER%%/pt01.html From owner-svn-ports-all@freebsd.org Sat Apr 1 21:31:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DF8D283C9; Sat, 1 Apr 2017 21:31:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D99F0E57; Sat, 1 Apr 2017 21:31:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LVGEJ089014; Sat, 1 Apr 2017 21:31:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LVFYs089011; Sat, 1 Apr 2017 21:31:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012131.v31LVFYs089011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437489 - head/devel/json-glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:31:17 -0000 Author: bapt Date: Sat Apr 1 21:31:15 2017 New Revision: 437489 URL: https://svnweb.freebsd.org/changeset/ports/437489 Log: update to 1.2.8 Modified: head/devel/json-glib/Makefile head/devel/json-glib/distinfo head/devel/json-glib/pkg-plist Modified: head/devel/json-glib/Makefile ============================================================================== --- head/devel/json-glib/Makefile Sat Apr 1 21:28:45 2017 (r437488) +++ head/devel/json-glib/Makefile Sat Apr 1 21:31:15 2017 (r437489) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= json-glib -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.8 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= JSON (RFC 4627) interface for Glib +LICENSE= LGPL21 + OPTIONS_DEFINE= GIR OPTIONS_DEFAULT=GIR OPTIONS_SUB= yes Modified: head/devel/json-glib/distinfo ============================================================================== --- head/devel/json-glib/distinfo Sat Apr 1 21:28:45 2017 (r437488) +++ head/devel/json-glib/distinfo Sat Apr 1 21:31:15 2017 (r437489) @@ -1,2 +1,3 @@ -SHA256 (json-glib-1.1.2.tar.xz) = e00f84018306e1aa234285d77b6c2b5d57c1e1d4dabc4dfc62d30b9670941bda -SIZE (json-glib-1.1.2.tar.xz) = 585396 +TIMESTAMP = 1491082169 +SHA256 (json-glib-1.2.8.tar.xz) = fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a +SIZE (json-glib-1.2.8.tar.xz) = 604336 Modified: head/devel/json-glib/pkg-plist ============================================================================== --- head/devel/json-glib/pkg-plist Sat Apr 1 21:28:45 2017 (r437488) +++ head/devel/json-glib/pkg-plist Sat Apr 1 21:31:15 2017 (r437489) @@ -17,7 +17,7 @@ include/json-glib-1.0/json-glib/json-ver %%GIR%%share/gir-1.0/Json-1.0.gir lib/libjson-glib-1.0.so lib/libjson-glib-1.0.so.0 -lib/libjson-glib-1.0.so.0.102.0 +lib/libjson-glib-1.0.so.0.200.8 libdata/pkgconfig/json-glib-1.0.pc share/locale/as/LC_MESSAGES/json-glib-1.0.mo share/locale/bg/LC_MESSAGES/json-glib-1.0.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 21:40:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB6FD284CB; Sat, 1 Apr 2017 21:40:28 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 063F620F; Sat, 1 Apr 2017 21:40:26 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E3BCBBDCA4; Sat, 1 Apr 2017 23:40:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=LZg3pvvHVPC qc9Wf67VVIWK+7i0=; b=cBvdaCj8lsssjTFmVLDUjXWVhWq0zK+vQfJ4txyX7Yo lI8Fon7jrfhBQQqk18Eo2+iklHiCsNgVJDsLUe1QDriF6silRGGNRFwoomEwN6f8 rm6EuTiWHnSR+yR5IqXrWkgrKI8ezBeT48cnFB2VG90l+3zdWk181Lr+R/u7GC3k = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B6816BDC9F; Sat, 1 Apr 2017 23:40:24 +0200 (CEST) Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs To: Cy Schubert , Jason Unovitch References: <201704012020.v31KKM24033490@slippy.cwsent.com> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Message-ID: <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> Date: Sat, 1 Apr 2017 23:40:24 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201704012020.v31KKM24033490@slippy.cwsent.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:40:28 -0000 Le 01/04/2017 =C3=A0 22:20, Cy Schubert a =C3=A9crit : > In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unovit= ch=20 > write > s: >> Author: junovitch >> Date: Sun Jun 5 22:50:04 2016 >> New Revision: 416439 >> URL: https://svnweb.freebsd.org/changeset/ports/416439 >> >> Log: >> sysutils/fusefs-ntfs: pass MAINTAINER to submitter >> =20 >> PR: 209976 >> Submitted by: Du=C3=85=C2=A1an Vejnovi=C3=84=C2=8D >> >> Modified: >> head/sysutils/fusefs-ntfs/Makefile >> >> Modified: head/sysutils/fusefs-ntfs/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> =3D >> --- head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:38:48 2016 >> (r416438) >> +++ head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:50:04 2016 >> (r416439) >> @@ -8,7 +8,7 @@ MASTER_SITES=3D http://tuxera.com/opensour >> PKGNAMEPREFIX=3D fusefs- >> DISTNAME=3D ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} >> =20 >> -MAINTAINER=3D ports@FreeBSD.org >> +MAINTAINER=3D freebsd@dussan.org >> COMMENT=3D Mount NTFS partitions (read/write) and disk images >> =20 >> LICENSE=3D GPLv2 >> >> > Is there a reason we grant maintainer on a simple maintainer request? I= t=20 > used to be that a MAINTAINER was given maintainership only when a patch= was=20 > submitted not a patch to just change MAINTAINER. Has this policy change= d? The policy has not changed, those commits should not happen, but, well, they do. > There have been updates posted by the upline over the past 14 months bu= t no=20 > updates to the port. I'd like to update the port. Open a PR with the patch, and wait for the maintainer to either approve it or 14 days to timeout. --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Sat Apr 1 21:42:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DA79D287DD; Sat, 1 Apr 2017 21:42:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9163841; Sat, 1 Apr 2017 21:42:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LgC9S093808; Sat, 1 Apr 2017 21:42:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LgCkd093805; Sat, 1 Apr 2017 21:42:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012142.v31LgCkd093805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437490 - in head/devel/libnotify: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:42:14 -0000 Author: bapt Date: Sat Apr 1 21:42:12 2017 New Revision: 437490 URL: https://svnweb.freebsd.org/changeset/ports/437490 Log: update to 0.7.7 Deleted: head/devel/libnotify/files/ Modified: head/devel/libnotify/Makefile head/devel/libnotify/distinfo head/devel/libnotify/pkg-plist Modified: head/devel/libnotify/Makefile ============================================================================== --- head/devel/libnotify/Makefile Sat Apr 1 21:31:15 2017 (r437489) +++ head/devel/libnotify/Makefile Sat Apr 1 21:42:12 2017 (r437490) @@ -3,8 +3,7 @@ # $MCom: ports/trunk/devel/libnotify/Makefile 19813 2014-08-15 19:44:33Z gusi $ PORTNAME= libnotify -PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTVERSION= 0.7.7 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -14,12 +13,10 @@ COMMENT= Library for desktop notificatio LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz USE_GNOME= intlhack glib20 gdkpixbuf2 introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Modified: head/devel/libnotify/distinfo ============================================================================== --- head/devel/libnotify/distinfo Sat Apr 1 21:31:15 2017 (r437489) +++ head/devel/libnotify/distinfo Sat Apr 1 21:42:12 2017 (r437490) @@ -1,2 +1,3 @@ -SHA256 (libnotify-0.7.6.tar.xz) = 0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837 -SIZE (libnotify-0.7.6.tar.xz) = 280388 +TIMESTAMP = 1491082336 +SHA256 (libnotify-0.7.7.tar.xz) = 9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 +SIZE (libnotify-0.7.7.tar.xz) = 285356 Modified: head/devel/libnotify/pkg-plist ============================================================================== --- head/devel/libnotify/pkg-plist Sat Apr 1 21:31:15 2017 (r437489) +++ head/devel/libnotify/pkg-plist Sat Apr 1 21:42:12 2017 (r437490) @@ -17,10 +17,12 @@ share/gtk-doc/html/libnotify/api-index-f share/gtk-doc/html/libnotify/ch01.html share/gtk-doc/html/libnotify/home.png share/gtk-doc/html/libnotify/index.html -share/gtk-doc/html/libnotify/index.sgml +share/gtk-doc/html/libnotify/left-insensitive.png share/gtk-doc/html/libnotify/left.png share/gtk-doc/html/libnotify/libnotify-notify.html share/gtk-doc/html/libnotify/libnotify.devhelp2 +share/gtk-doc/html/libnotify/right-insensitive.png share/gtk-doc/html/libnotify/right.png share/gtk-doc/html/libnotify/style.css +share/gtk-doc/html/libnotify/up-insensitive.png share/gtk-doc/html/libnotify/up.png From owner-svn-ports-all@freebsd.org Sat Apr 1 21:46:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED2ED28928; Sat, 1 Apr 2017 21:46:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50C9CA55; Sat, 1 Apr 2017 21:46:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31Lk4V9094125; Sat, 1 Apr 2017 21:46:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31Lk4w5094121; Sat, 1 Apr 2017 21:46:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012146.v31Lk4w5094121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437491 - head/textproc/gtk-doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:46:05 -0000 Author: bapt Date: Sat Apr 1 21:46:04 2017 New Revision: 437491 URL: https://svnweb.freebsd.org/changeset/ports/437491 Log: Update to 1.25 Modified: head/textproc/gtk-doc/Makefile head/textproc/gtk-doc/distinfo head/textproc/gtk-doc/pkg-plist Modified: head/textproc/gtk-doc/Makefile ============================================================================== --- head/textproc/gtk-doc/Makefile Sat Apr 1 21:42:12 2017 (r437490) +++ head/textproc/gtk-doc/Makefile Sat Apr 1 21:46:04 2017 (r437491) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/textproc/gtk-doc/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= gtk-doc -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= textproc MASTER_SITES= GNOME Modified: head/textproc/gtk-doc/distinfo ============================================================================== --- head/textproc/gtk-doc/distinfo Sat Apr 1 21:42:12 2017 (r437490) +++ head/textproc/gtk-doc/distinfo Sat Apr 1 21:46:04 2017 (r437491) @@ -1,2 +1,3 @@ -SHA256 (gtk-doc-1.24.tar.xz) = b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b -SIZE (gtk-doc-1.24.tar.xz) = 669664 +TIMESTAMP = 1491083060 +SHA256 (gtk-doc-1.25.tar.xz) = 1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42 +SIZE (gtk-doc-1.25.tar.xz) = 673184 Modified: head/textproc/gtk-doc/pkg-plist ============================================================================== --- head/textproc/gtk-doc/pkg-plist Sat Apr 1 21:42:12 2017 (r437490) +++ head/textproc/gtk-doc/pkg-plist Sat Apr 1 21:46:04 2017 (r437491) @@ -10,6 +10,9 @@ bin/gtkdoc-rebase bin/gtkdoc-scan bin/gtkdoc-scangobj bin/gtkdocize +lib/cmake/GtkDoc/GtkDocConfig.cmake +lib/cmake/GtkDoc/GtkDocConfigVersion.cmake +lib/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake libdata/pkgconfig/gtk-doc.pc share/aclocal/gtk-doc.m4 %%DATADIR%%/data/devhelp2.xsd From owner-svn-ports-all@freebsd.org Sat Apr 1 21:47:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B59B6D2897D; Sat, 1 Apr 2017 21:47:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85F2BB3B; Sat, 1 Apr 2017 21:47:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31LlUuS094362; Sat, 1 Apr 2017 21:47:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LlUhL094360; Sat, 1 Apr 2017 21:47:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012147.v31LlUhL094360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 21:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437492 - head/x11-fonts/cantarell-fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:47:31 -0000 Author: bapt Date: Sat Apr 1 21:47:30 2017 New Revision: 437492 URL: https://svnweb.freebsd.org/changeset/ports/437492 Log: Update to 0.0.25 Modified: head/x11-fonts/cantarell-fonts/Makefile head/x11-fonts/cantarell-fonts/distinfo Modified: head/x11-fonts/cantarell-fonts/Makefile ============================================================================== --- head/x11-fonts/cantarell-fonts/Makefile Sat Apr 1 21:46:04 2017 (r437491) +++ head/x11-fonts/cantarell-fonts/Makefile Sat Apr 1 21:47:30 2017 (r437492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cantarell-fonts -PORTVERSION= 0.0.24 +PORTVERSION= 0.0.25 CATEGORIES= x11-fonts gnome MASTER_SITES= GNOME Modified: head/x11-fonts/cantarell-fonts/distinfo ============================================================================== --- head/x11-fonts/cantarell-fonts/distinfo Sat Apr 1 21:46:04 2017 (r437491) +++ head/x11-fonts/cantarell-fonts/distinfo Sat Apr 1 21:47:30 2017 (r437492) @@ -1,2 +1,3 @@ -SHA256 (cantarell-fonts-0.0.24.tar.xz) = 9cad649ae84f7e4ca1be637c27e2fa19e1fbf00d4bf6480171ccfad405b39264 -SIZE (cantarell-fonts-0.0.24.tar.xz) = 359832 +TIMESTAMP = 1491083208 +SHA256 (cantarell-fonts-0.0.25.tar.xz) = 14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f +SIZE (cantarell-fonts-0.0.25.tar.xz) = 351768 From owner-svn-ports-all@freebsd.org Sat Apr 1 21:48:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C5FFD289D9; Sat, 1 Apr 2017 21:48:48 +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 0CB3CC2C; Sat, 1 Apr 2017 21:48:47 +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 v31Lml15094509; Sat, 1 Apr 2017 21:48:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31LmlgR094508; Sat, 1 Apr 2017 21:48:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704012148.v31LmlgR094508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Apr 2017 21:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437493 - head/accessibility/py3-atspi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:48:48 -0000 Author: antoine Date: Sat Apr 1 21:48:46 2017 New Revision: 437493 URL: https://svnweb.freebsd.org/changeset/ports/437493 Log: Fix plist with non-default versions of python3 Modified: head/accessibility/py3-atspi/pkg-plist Modified: head/accessibility/py3-atspi/pkg-plist ============================================================================== --- head/accessibility/py3-atspi/pkg-plist Sat Apr 1 21:47:30 2017 (r437492) +++ head/accessibility/py3-atspi/pkg-plist Sat Apr 1 21:48:46 2017 (r437493) @@ -1,53 +1,53 @@ %%PYTHON_SITELIBDIR%%/pyatspi/Accessibility.py %%PYTHON_SITELIBDIR%%/pyatspi/__init__.py -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-35.pyc -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-35.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-35.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/Accessibility.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/action.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/appevent.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/atspienum.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/component.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/deviceevent.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/document.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/editabletext.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/hypertext.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/interface.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/role.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/selection.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/state.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/tablecell.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/pyatspi/__pycache__/value.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/pyatspi/action.py %%PYTHON_SITELIBDIR%%/pyatspi/appevent.py %%PYTHON_SITELIBDIR%%/pyatspi/application.py From owner-svn-ports-all@freebsd.org Sat Apr 1 21:56:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CFD4D28D26; Sat, 1 Apr 2017 21:56:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC1362C; Sat, 1 Apr 2017 21:56:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 580BB12DD; Sat, 1 Apr 2017 21:56:32 +0000 (UTC) From: Jan Beich To: Mathieu Arnold Cc: Cy Schubert , Jason Unovitch , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs References: <201704012020.v31KKM24033490@slippy.cwsent.com> <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> Date: Sat, 01 Apr 2017 23:58:04 +0200 In-Reply-To: <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> (Mathieu Arnold's message of "Sat, 1 Apr 2017 23:40:24 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:56:33 -0000 Mathieu Arnold writes: > Le 01/04/2017 =C3=A0 22:20, Cy Schubert a =C3=A9crit : > >> In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unovitc= h=20 >> write >> s: >>> Author: junovitch >>> Date: Sun Jun 5 22:50:04 2016 >>> New Revision: 416439 >>> URL: https://svnweb.freebsd.org/changeset/ports/416439 >>> >>> Log: >>> sysutils/fusefs-ntfs: pass MAINTAINER to submitter >>>=20=20=20 >>> PR: 209976 >>> Submitted by: Du=C3=85=C2=A1an Vejnovi=C3=84=C2=8D >> Is there a reason we grant maintainer on a simple maintainer request? It= =20 >> used to be that a MAINTAINER was given maintainership only when a patch = was=20 >> submitted not a patch to just change MAINTAINER. Has this policy changed? > > The policy has not changed, those commits should not happen, but, well, > they do. Where is this policy documented? I'm sure I've made the same mistake more than once in the past. From owner-svn-ports-all@freebsd.org Sat Apr 1 21:57:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47B7CD28D60; Sat, 1 Apr 2017 21:57:24 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F2DFC77A; Sat, 1 Apr 2017 21:57:23 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id uR1GctQRPjkXyuR1Hcv2yl; Sat, 01 Apr 2017 15:57:17 -0600 X-Authority-Analysis: v=2.2 cv=KeeiiUQD c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=8nJEP1OIZ-IA:10 a=AzvcPWV-tVgA:10 a=6I5d2MoRAAAA:8 a=xSnJEyJ4AAAA:8 a=3DfWnJiXAAAA:8 a=YxBL1-UpAAAA:8 a=aYsQ50xTlveXHvSOJuwA:9 a=wPNLvfGTeEIA:10 a=IjZwj45LgO3ly-622nXo:22 a=mkMKeD2VaO5zjF3zZeVC:22 a=fbZbCd7XTi_oNd1tYRxB:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 433453C9; Sat, 1 Apr 2017 14:57:14 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v31LvDJq035490; Sat, 1 Apr 2017 14:57:13 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201704012157.v31LvDJq035490@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: Cy Schubert , Jason Unovitch , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs In-Reply-To: Message from Mathieu Arnold of "Sat, 01 Apr 2017 23:40:24 +0200." <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Sat, 01 Apr 2017 14:57:13 -0700 X-CMAE-Envelope: MS4wfNNKNJahkMbvaqm51pZzaL5wPzWwqNwKZqN/jxvq6UmUPVz5rfxAb+l5gVWHeXw4RfQwQueujr+qe0xmkjjGaczjQEB6OA8yupv/xwEFEz9giejfWHfU aB8fCLKIOXnPGtsv0oHTCfQ1eeDfFpqakDKW7fOmxci/65H12D8vg1AiMn9l2KcMiZlhxAl//iSbj8ZPERj4QdoYlz4gtOYyrIBdPun93xZT7pKbHVT26J7s hXezzoDkpQXTHVt+ELjJ1bqpkPSy0FtLoq9qEBBi47C1ZKoX5PaNHCufYkxWBvTOwqnjcfNQLuy+LZ/MjPl36A== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 21:57:24 -0000 In message <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc>, Mathieu Arnold writes : > Le 01/04/2017 à 22:20, Cy Schubert a écrit : > > In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unovitch > > write > > s: > >> Author: junovitch > >> Date: Sun Jun 5 22:50:04 2016 > >> New Revision: 416439 > >> URL: https://svnweb.freebsd.org/changeset/ports/416439 > >> > >> Log: > >> sysutils/fusefs-ntfs: pass MAINTAINER to submitter > >> > >> PR: 209976 > >> Submitted by: DuÅ¡an Vejnovič > >> > >> Modified: > >> head/sysutils/fusefs-ntfs/Makefile > >> > >> Modified: head/sysutils/fusefs-ntfs/Makefile > >> ========================================================================== > === > >> = > >> --- head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:38:48 2016 > >> (r416438) > >> +++ head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:50:04 2016 > >> (r416439) > >> @@ -8,7 +8,7 @@ MASTER_SITES= http://tuxera.com/opensour > >> PKGNAMEPREFIX= fusefs- > >> DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} > >> > >> -MAINTAINER= ports@FreeBSD.org > >> +MAINTAINER= freebsd@dussan.org > >> COMMENT= Mount NTFS partitions (read/write) and disk images > >> > >> LICENSE= GPLv2 > >> > >> > > Is there a reason we grant maintainer on a simple maintainer request? It > > used to be that a MAINTAINER was given maintainership only when a patch was > > > submitted not a patch to just change MAINTAINER. Has this policy changed? > > The policy has not changed, those commits should not happen, but, well, > they do. indeed. > > > There have been updates posted by the upline over the past 14 months but no > > > updates to the port. I'd like to update the port. > > Open a PR with the patch, and wait for the maintainer to either approve > it or 14 days to timeout. Already done. Lucky for me he approved very quickly. Having said that, personally, I expect a maintainer to keep a port up to date. That's now I got my ports bit, initially. I kept submitting PRs and sending patches to nectar@ (my ports mentor) until he literally got sick of my constant pestering and sent me an invite. I kind of think maintainers would want to do that. It is what it is I guess. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Sat Apr 1 22:01:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7029CD28F49; Sat, 1 Apr 2017 22:01:30 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 32DA5A4B; Sat, 1 Apr 2017 22:01:30 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E3F47BDCBE; Sun, 2 Apr 2017 00:01:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=/8DVpebu4r7 bIBamW0+tQKhLsW8=; b=YpjNYighOHZk6lmtPyCIo3j5dtUN8cB8OCUVnZ0jAY2 Hm/+XJSXs7mqRhsXIDCbcQtDn4MVKkdq/JbZvW3wGbijvBEo9K5GmvkwgNP7t9Zr qlfiZCiqCmjPg/n7f+anwM/ClCYlVejC99pw/s0R3caIKq0VCuAiVHAoR0vCWQKE = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C1B89BDCB6; Sun, 2 Apr 2017 00:01:26 +0200 (CEST) Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs To: Jan Beich References: <201704012020.v31KKM24033490@slippy.cwsent.com> <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> Cc: Cy Schubert , Jason Unovitch , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org From: Mathieu Arnold Message-ID: Date: Sun, 2 Apr 2017 00:01:25 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 22:01:30 -0000 Le 01/04/2017 =C3=A0 23:58, Jan Beich a =C3=A9crit : > Mathieu Arnold writes: > >> Le 01/04/2017 =C3=A0 22:20, Cy Schubert a =C3=A9crit : >> >>> In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unov= itch=20 >>> write >>> s: >>>> Author: junovitch >>>> Date: Sun Jun 5 22:50:04 2016 >>>> New Revision: 416439 >>>> URL: https://svnweb.freebsd.org/changeset/ports/416439 >>>> >>>> Log: >>>> sysutils/fusefs-ntfs: pass MAINTAINER to submitter >>>> =20 >>>> PR: 209976 >>>> Submitted by: Du=C3=85=C2=A1an Vejnovi=C3=84=C2=8D >>> Is there a reason we grant maintainer on a simple maintainer request?= It=20 >>> used to be that a MAINTAINER was given maintainership only when a pat= ch was=20 >>> submitted not a patch to just change MAINTAINER. Has this policy chan= ged? >> The policy has not changed, those commits should not happen, but, well= , >> they do. > Where is this policy documented? I'm sure I've made the same mistake > more than once in the past. I'm not sure it penciled down, we try to not commit only maintainer changes, but require patches that actually update the port. --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Sat Apr 1 22:03:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8FC8D290AE; Sat, 1 Apr 2017 22:03:37 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 74094EA9; Sat, 1 Apr 2017 22:03:37 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DA9FABDCAF; Sun, 2 Apr 2017 00:03:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=UPT8YPZBNAI eTOCeeCfVCw0cwZo=; b=Pq/GOh0u98emqT/qS3hPwgkQax48OH/nnm5i+FTwUGB D3oBYt3PAxGeXGjCgwv2fH++YwyUAbwwj3i0GFf+tK0r38D6aEnA46QAQbSyQR3u E/yEtJMe42zSPN4HiQsO59X94J4idBsQqjxcWlJhpHkzDeYg5ax5K+7jbKkLUPJ4 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C6915BDC91; Sun, 2 Apr 2017 00:03:35 +0200 (CEST) Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs To: Cy Schubert References: <201704012157.v31LvDJq035490@slippy.cwsent.com> Cc: Jason Unovitch , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Message-ID: <105cd6a7-80a1-7427-7173-ae95d053a856@mat.cc> Date: Sun, 2 Apr 2017 00:03:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201704012157.v31LvDJq035490@slippy.cwsent.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 22:03:37 -0000 Le 01/04/2017 =C3=A0 23:57, Cy Schubert a =C3=A9crit : > In message <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc>, Mathieu Arnol= d=20 > writes > : >> Le 01/04/2017 =C3=83 22:20, Cy Schubert a =C3=83=C2=A9crit : >>> There have been updates posted by the upline over the past 14 months = but no >> =20 >>> updates to the port. I'd like to update the port. >> Open a PR with the patch, and wait for the maintainer to either approv= e >> it or 14 days to timeout. > Already done. Lucky for me he approved very quickly. Having said that,=20 > personally, I expect a maintainer to keep a port up to date. That's now= I=20 > got my ports bit, initially. I kept submitting PRs and sending patches = to=20 > nectar@ (my ports mentor) until he literally got sick of my constant=20 > pestering and sent me an invite. I kind of think maintainers would want= to=20 > do that. It is what it is I guess. Yeah, which is why it is important to always open PR, so that, in case the maintainer is MIA you get a trace of the timeouts and you can reset the maintainership. --=20 Mathieu Arnold From owner-svn-ports-all@freebsd.org Sat Apr 1 22:05:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8EF7D290F9; Sat, 1 Apr 2017 22:05:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA4ACF9E; Sat, 1 Apr 2017 22:05:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31M5dOq003203; Sat, 1 Apr 2017 22:05:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31M5djU003199; Sat, 1 Apr 2017 22:05:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012205.v31M5djU003199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 22:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437494 - in head: . Mk/Scripts Mk/Uses databases databases/libgda4 databases/libgda4-bdb databases/libgda4-jdbc databases/libgda4-ldap databases/libgda4-mdb databases/libgda4-mysql dat... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 22:05:41 -0000 Author: bapt Date: Sat Apr 1 22:05:39 2017 New Revision: 437494 URL: https://svnweb.freebsd.org/changeset/ports/437494 Log: Remove more obsolete gnome2 components Deleted: head/databases/libgda4/ head/databases/libgda4-bdb/ head/databases/libgda4-jdbc/ head/databases/libgda4-ldap/ head/databases/libgda4-mdb/ head/databases/libgda4-mysql/ head/databases/libgda4-postgresql/ head/databases/libgda4-reference/ head/databases/libgdamm/ Modified: head/MOVED head/Mk/Scripts/qa.sh head/Mk/Uses/gnome.mk head/databases/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 1 21:48:46 2017 (r437493) +++ head/MOVED Sat Apr 1 22:05:39 2017 (r437494) @@ -9186,3 +9186,12 @@ accessibility/at-spi-reference||2017-04- archivers/gnome-autoar||2017-04-01|Obsolete and not depend on anymore deskutils/gnome-blog||2017-04-01|Obsolete and not depend on anymore deskutils/gnome-epub-thumbnailer||2017-04-01|Obsolete and not depend on anymore +databases/libgdamm||2017-04-01|Obsolete and not depend on anymore +databases/libgda4-bdb||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-reference||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-postgresql||2017-04-02|Obsolete and not depend on anymore +databases/libgda4||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-jdbc||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-mysql||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-mdb||2017-04-02|Obsolete and not depend on anymore +databases/libgda4-ldap||2017-04-02|Obsolete and not depend on anymore Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sat Apr 1 21:48:46 2017 (r437493) +++ head/Mk/Scripts/qa.sh Sat Apr 1 22:05:39 2017 (r437494) @@ -400,10 +400,8 @@ proxydeps_suggest_uses() { ${pkg} = "x11-toolkits/gtksourceviewmm3" -o \ ${pkg} = "devel/libbonobo" -o \ ${pkg} = "x11-toolkits/libbonoboui" -o \ - ${pkg} = "databases/libgda4" -o \ ${pkg} = "databases/libgda5" -o \ ${pkg} = "databases/libgda5-ui" -o \ - ${pkg} = "databases/libgdamm" -o \ ${pkg} = "databases/libgdamm5" -o \ ${pkg} = "devel/libglade2" -o \ ${pkg} = "x11/libgnome" -o \ Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Sat Apr 1 21:48:46 2017 (r437493) +++ head/Mk/Uses/gnome.mk Sat Apr 1 22:05:39 2017 (r437494) @@ -80,7 +80,7 @@ _USE_GNOME_ALL+= atk cairo gal2 \ gnomedocutils gnomesharp20 \ gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 \ gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \ - libbonoboui libgda4 libglade2 libgnome \ + libbonoboui libglade2 libgnome \ libgnomecanvas libgnomekbd libgnomeprint libgnomeprintui \ libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \ libxml2 libxslt \ @@ -95,7 +95,7 @@ _USE_GNOME_ALL+=dconf evolutiondataserve # C++ bindings _USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm20 gtkmm24 \ - gtkmm30 gtksourceviewmm3 libgdamm libgdamm5 \ + gtkmm30 gtksourceviewmm3 libgdamm5 \ libgtksourceviewmm libxml++26 libsigc++12 libsigc++20 \ pangomm @@ -161,10 +161,6 @@ gtksourceviewmm3_DETECT= ${LOCALBASE}/l gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3 -libgdamm_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-4.0.pc -libgdamm_LIB_DEPENDS= libgdamm-4.0.so:databases/libgdamm -libgdamm_USE_GNOME_IMPL=libgda4 glibmm - libgdamm5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5 libgdamm5_USE_GNOME_IMPL= libgda5 glibmm @@ -367,10 +363,6 @@ gnomecontrolcenter3_BUILD_DEPENDS= ${gno gnomecontrolcenter3_RUN_DEPENDS= ${gnomecontrolcenter3_DETECT}:sysutils/gnome-control-center gnomecontrolcenter3_USE_GNOME_IMPL= gnomedesktop3 -libgda4_LIB_DEPENDS= libgda-4.0.so:databases/libgda4 -libgda4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc -libgda4_USE_GNOME_IMPL= glib20 libxslt - libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5 libgda5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc libgda5_USE_GNOME_IMPL= glib20 libxslt Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Apr 1 21:48:46 2017 (r437493) +++ head/databases/Makefile Sat Apr 1 22:05:39 2017 (r437494) @@ -139,14 +139,6 @@ SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libdrizzle-redux - SUBDIR += libgda4 - SUBDIR += libgda4-bdb - SUBDIR += libgda4-jdbc - SUBDIR += libgda4-ldap - SUBDIR += libgda4-mdb - SUBDIR += libgda4-mysql - SUBDIR += libgda4-postgresql - SUBDIR += libgda4-reference SUBDIR += libgda5 SUBDIR += libgda5-bdb SUBDIR += libgda5-jdbc @@ -155,7 +147,6 @@ SUBDIR += libgda5-mysql SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui - SUBDIR += libgdamm SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc From owner-svn-ports-all@freebsd.org Sat Apr 1 22:10:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55DBD29216; Sat, 1 Apr 2017 22:10:04 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A22B723B; Sat, 1 Apr 2017 22:10:04 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31MA3lA003531; Sat, 1 Apr 2017 22:10:03 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31MA3jJ003528; Sat, 1 Apr 2017 22:10:03 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201704012210.v31MA3jJ003528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 1 Apr 2017 22:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437495 - in head/finance/R-cran-RFinanceYJ: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 22:10:04 -0000 Author: tota Date: Sat Apr 1 22:10:03 2017 New Revision: 437495 URL: https://svnweb.freebsd.org/changeset/ports/437495 Log: - Fix the patch to make fetchable with getURL (from RCurl) to support HTTPS because Yahoo! JAPAN services have been migrated to AOSSL - Update RUN_DEPENDS, accordingly MFH: 2017Q2 Added: head/finance/R-cran-RFinanceYJ/files/patch-DESCRIPTION (contents, props changed) Modified: head/finance/R-cran-RFinanceYJ/Makefile (contents, props changed) head/finance/R-cran-RFinanceYJ/files/patch-R-quoteStockTsData.R (contents, props changed) Modified: head/finance/R-cran-RFinanceYJ/Makefile ============================================================================== --- head/finance/R-cran-RFinanceYJ/Makefile Sat Apr 1 22:05:39 2017 (r437494) +++ head/finance/R-cran-RFinanceYJ/Makefile Sat Apr 1 22:10:03 2017 (r437495) @@ -3,7 +3,7 @@ PORTNAME= RFinanceYJ PORTVERSION= 0.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +12,8 @@ COMMENT= Japanese stock market from Yaho LICENSE= BSD3CLAUSE -RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ +RUN_DEPENDS= R-cran-RCurl>0:ftp/R-cran-RCurl \ + R-cran-XML>0:textproc/R-cran-XML \ R-cran-xts>0:math/R-cran-xts USES= cran:auto-plist Added: head/finance/R-cran-RFinanceYJ/files/patch-DESCRIPTION ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-RFinanceYJ/files/patch-DESCRIPTION Sat Apr 1 22:10:03 2017 (r437495) @@ -0,0 +1,11 @@ +--- DESCRIPTION.orig 2013-12-23 12:54:37 UTC ++++ DESCRIPTION +@@ -8,7 +8,7 @@ Maintainer: Yohei Sato > more than once in the past. > > I'm not sure it penciled down, we try to not commit only maintainer > changes, but require patches that actually update the port. I recall it being discussed on the mailing lists a number of times. It probably should be written down somewhere. (Kind of like at $JOB where standards are agreed upon but not written down in the ops guide or on scarepoint. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Sat Apr 1 23:06:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65336D29477; Sat, 1 Apr 2017 23:06:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2C0B3C; Sat, 1 Apr 2017 23:06:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31N63IW029499; Sat, 1 Apr 2017 23:06:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31N63Xg029496; Sat, 1 Apr 2017 23:06:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012306.v31N63Xg029496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 23:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437507 - head/multimedia/libmediaart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 23:06:04 -0000 Author: bapt Date: Sat Apr 1 23:06:02 2017 New Revision: 437507 URL: https://svnweb.freebsd.org/changeset/ports/437507 Log: Update to 1.9.1 Modified: head/multimedia/libmediaart/Makefile head/multimedia/libmediaart/distinfo head/multimedia/libmediaart/pkg-plist Modified: head/multimedia/libmediaart/Makefile ============================================================================== --- head/multimedia/libmediaart/Makefile Sat Apr 1 23:04:19 2017 (r437506) +++ head/multimedia/libmediaart/Makefile Sat Apr 1 23:06:02 2017 (r437507) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libmediaart -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.9.1 CATEGORIES= multimedia devel MASTER_SITES= GNOME Modified: head/multimedia/libmediaart/distinfo ============================================================================== --- head/multimedia/libmediaart/distinfo Sat Apr 1 23:04:19 2017 (r437506) +++ head/multimedia/libmediaart/distinfo Sat Apr 1 23:06:02 2017 (r437507) @@ -1,2 +1,3 @@ -SHA256 (libmediaart-1.9.0.tar.xz) = 94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f -SIZE (libmediaart-1.9.0.tar.xz) = 5814844 +TIMESTAMP = 1491087912 +SHA256 (libmediaart-1.9.1.tar.xz) = 5b14aa4e0cc84eaec57b6cb28f39092d503fdaecf36d5d165fac37583b7fe949 +SIZE (libmediaart-1.9.1.tar.xz) = 5826128 Modified: head/multimedia/libmediaart/pkg-plist ============================================================================== --- head/multimedia/libmediaart/pkg-plist Sat Apr 1 23:04:19 2017 (r437506) +++ head/multimedia/libmediaart/pkg-plist Sat Apr 1 23:06:02 2017 (r437507) @@ -4,7 +4,7 @@ include/libmediaart-2.0/libmediaart/extr include/libmediaart-2.0/libmediaart/mediaart.h lib/libmediaart-2.0.so lib/libmediaart-2.0.so.0 -lib/libmediaart-2.0.so.0.900.0 +lib/libmediaart-2.0.so.0.901.0 lib/girepository-1.0/MediaArt-2.0.typelib libdata/pkgconfig/libmediaart-2.0.pc share/gir-1.0/MediaArt-2.0.gir From owner-svn-ports-all@freebsd.org Sat Apr 1 23:07:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A99DD294D5; Sat, 1 Apr 2017 23:07:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1B67C3E; Sat, 1 Apr 2017 23:07:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31N7v9h029700; Sat, 1 Apr 2017 23:07:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31N7vcQ029697; Sat, 1 Apr 2017 23:07:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012307.v31N7vcQ029697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 23:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437508 - head/misc/shared-mime-info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 23:07:59 -0000 Author: bapt Date: Sat Apr 1 23:07:57 2017 New Revision: 437508 URL: https://svnweb.freebsd.org/changeset/ports/437508 Log: Update to 1.8 Modified: head/misc/shared-mime-info/Makefile head/misc/shared-mime-info/distinfo head/misc/shared-mime-info/pkg-plist Modified: head/misc/shared-mime-info/Makefile ============================================================================== --- head/misc/shared-mime-info/Makefile Sat Apr 1 23:06:02 2017 (r437507) +++ head/misc/shared-mime-info/Makefile Sat Apr 1 23:07:57 2017 (r437508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shared-mime-info -PORTVERSION= 1.5 +PORTVERSION= 1.8 CATEGORIES= misc gnome MASTER_SITES= http://people.freedesktop.org/~hadess/ Modified: head/misc/shared-mime-info/distinfo ============================================================================== --- head/misc/shared-mime-info/distinfo Sat Apr 1 23:06:02 2017 (r437507) +++ head/misc/shared-mime-info/distinfo Sat Apr 1 23:07:57 2017 (r437508) @@ -1,2 +1,3 @@ -SHA256 (shared-mime-info-1.5.tar.xz) = d6412840eb265bf36e61fd7b6fc6bea21b0f58cb22bed16f2ccccdd54bea4180 -SIZE (shared-mime-info-1.5.tar.xz) = 559040 +TIMESTAMP = 1491088001 +SHA256 (shared-mime-info-1.8.tar.xz) = 2af55ef1a0319805b74ab40d331a3962c905477d76c086f49e34dc96363589e9 +SIZE (shared-mime-info-1.8.tar.xz) = 589444 Modified: head/misc/shared-mime-info/pkg-plist ============================================================================== --- head/misc/shared-mime-info/pkg-plist Sat Apr 1 23:06:02 2017 (r437507) +++ head/misc/shared-mime-info/pkg-plist Sat Apr 1 23:07:57 2017 (r437508) @@ -67,6 +67,7 @@ share/locale/ta/LC_MESSAGES/shared-mime- share/locale/te/LC_MESSAGES/shared-mime-info.mo share/locale/th/LC_MESSAGES/shared-mime-info.mo share/locale/tr/LC_MESSAGES/shared-mime-info.mo +share/locale/ru_RU/LC_MESSAGES/shared-mime-info.mo share/locale/uk/LC_MESSAGES/shared-mime-info.mo share/locale/vi/LC_MESSAGES/shared-mime-info.mo share/locale/wa/LC_MESSAGES/shared-mime-info.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 23:10:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51EE5D2952C; Sat, 1 Apr 2017 23:10:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08F5DE70; Sat, 1 Apr 2017 23:10:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31NAmp4029952; Sat, 1 Apr 2017 23:10:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31NAlxB029949; Sat, 1 Apr 2017 23:10:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012310.v31NAlxB029949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 23:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437509 - head/net/glib-networking X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 23:10:49 -0000 Author: bapt Date: Sat Apr 1 23:10:47 2017 New Revision: 437509 URL: https://svnweb.freebsd.org/changeset/ports/437509 Log: Update to 2.50.0 Modified: head/net/glib-networking/Makefile head/net/glib-networking/distinfo head/net/glib-networking/pkg-plist Modified: head/net/glib-networking/Makefile ============================================================================== --- head/net/glib-networking/Makefile Sat Apr 1 23:07:57 2017 (r437508) +++ head/net/glib-networking/Makefile Sat Apr 1 23:10:47 2017 (r437509) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glib-networking -PORTVERSION= 2.46.1 -PORTREVISION= 1 +PORTVERSION= 2.50.0 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,15 +22,16 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= glib20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd + .include Modified: head/net/glib-networking/distinfo ============================================================================== --- head/net/glib-networking/distinfo Sat Apr 1 23:07:57 2017 (r437508) +++ head/net/glib-networking/distinfo Sat Apr 1 23:10:47 2017 (r437509) @@ -1,2 +1,3 @@ -SHA256 (gnome2/glib-networking-2.46.1.tar.xz) = d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1 -SIZE (gnome2/glib-networking-2.46.1.tar.xz) = 378352 +TIMESTAMP = 1491088154 +SHA256 (gnome2/glib-networking-2.50.0.tar.xz) = 3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee +SIZE (gnome2/glib-networking-2.50.0.tar.xz) = 435380 Modified: head/net/glib-networking/pkg-plist ============================================================================== --- head/net/glib-networking/pkg-plist Sat Apr 1 23:07:57 2017 (r437508) +++ head/net/glib-networking/pkg-plist Sat Apr 1 23:10:47 2017 (r437509) @@ -29,6 +29,7 @@ share/locale/fa/LC_MESSAGES/glib-network share/locale/fi/LC_MESSAGES/glib-networking.mo share/locale/fr/LC_MESSAGES/glib-networking.mo share/locale/fur/LC_MESSAGES/glib-networking.mo +share/locale/gd/LC_MESSAGES/glib-networking.mo share/locale/gl/LC_MESSAGES/glib-networking.mo share/locale/gu/LC_MESSAGES/glib-networking.mo share/locale/he/LC_MESSAGES/glib-networking.mo From owner-svn-ports-all@freebsd.org Sat Apr 1 23:15:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2875FD29759; Sat, 1 Apr 2017 23:15:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECB8815A; Sat, 1 Apr 2017 23:15:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31NF8G1034032; Sat, 1 Apr 2017 23:15:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31NF7tl034030; Sat, 1 Apr 2017 23:15:07 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201704012315.v31NF7tl034030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 1 Apr 2017 23:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437510 - head/security/libsecret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 23:15:09 -0000 Author: bapt Date: Sat Apr 1 23:15:07 2017 New Revision: 437510 URL: https://svnweb.freebsd.org/changeset/ports/437510 Log: Update to 0.18.5 Modified: head/security/libsecret/Makefile head/security/libsecret/distinfo Modified: head/security/libsecret/Makefile ============================================================================== --- head/security/libsecret/Makefile Sat Apr 1 23:10:47 2017 (r437509) +++ head/security/libsecret/Makefile Sat Apr 1 23:15:07 2017 (r437510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsecret -PORTVERSION= 0.18.4 +PORTVERSION= 0.18.5 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -15,14 +15,12 @@ BUILD_DEPENDS= docbook-xsl>=0:textproc/d vala:lang/vala LIB_DEPENDS= libgcrypt.so:security/libgcrypt -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= glib20 libxslt:build intltool \ introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib .include Modified: head/security/libsecret/distinfo ============================================================================== --- head/security/libsecret/distinfo Sat Apr 1 23:10:47 2017 (r437509) +++ head/security/libsecret/distinfo Sat Apr 1 23:15:07 2017 (r437510) @@ -1,2 +1,3 @@ -SHA256 (libsecret-0.18.4.tar.xz) = 0f29b51698198e6999c91f4adce3119c8c457f546b133a85baea5ea9010a19ed -SIZE (libsecret-0.18.4.tar.xz) = 499132 +TIMESTAMP = 1491088468 +SHA256 (libsecret-0.18.5.tar.xz) = 9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3 +SIZE (libsecret-0.18.5.tar.xz) = 508556