From owner-svn-ports-all@freebsd.org Wed Mar 27 12:58:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6890A154FBD8; Wed, 27 Mar 2019 12:58:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4D574456; Wed, 27 Mar 2019 12:58:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8529781B; Wed, 27 Mar 2019 12:58: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 x2RCwghf066665; Wed, 27 Mar 2019 12:58:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2RCwg2g066663; Wed, 27 Mar 2019 12:58:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201903271258.x2RCwg2g066663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 27 Mar 2019 12:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496948 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/ports-mgmt/pkg-devel X-SVN-Commit-Revision: 496948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B4D574456 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: 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, 27 Mar 2019 12:58:43 -0000 Author: bapt Date: Wed Mar 27 12:58:42 2019 New Revision: 496948 URL: https://svnweb.freebsd.org/changeset/ports/496948 Log: Update to 1.10.99.12 Changes from pkg 1.10.99.11 to 1.10.99.12 - use /usr/bin/uname to determine of the ABI - Add 3 new aliases: * rall-depends: showing depenencies of a non installed package * rcomment: showing only the comment of a non installed package * rdesc: showing only the description of a non installed package - switch to cirrus-ci - improve portability on linux - simplify code to create the repository - close stdin when running scripts - update bundled libucl to latest version - remove backward compat (pkg_*) in periodic scripts - always use anticongersion on periodic scripts - Prevent SIGSEGV with 'pkg version' with packaged base - Fix issue with recent lld 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 Wed Mar 27 12:26:00 2019 (r496947) +++ head/ports-mgmt/pkg-devel/Makefile Wed Mar 27 12:58:42 2019 (r496948) @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 5fdab2d2 +GH_TAGNAME= e368c4c3 WITH_DEBUG= yes CFLAGS+= -O0 -g -Wno-error Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Mar 27 12:26:00 2019 (r496947) +++ head/ports-mgmt/pkg-devel/distinfo Wed Mar 27 12:58:42 2019 (r496948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541280405 -SHA256 (freebsd-pkg-1.10.99.11-5fdab2d2_GH0.tar.gz) = ea4477a80012c7d1dcb3652078817e96b89e7934bd24545dc1bc54f0a3ba58e5 -SIZE (freebsd-pkg-1.10.99.11-5fdab2d2_GH0.tar.gz) = 3553364 +TIMESTAMP = 1553691423 +SHA256 (freebsd-pkg-1.10.99.11-e368c4c3_GH0.tar.gz) = fbe5ab14ed9a8bf44b1e106283b2f067fab7d0700e715438e584d33d8125e648 +SIZE (freebsd-pkg-1.10.99.11-e368c4c3_GH0.tar.gz) = 3560328