svn commit: r496948 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Wed Mar 27 12:58:43 UTC 2019
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
More information about the svn-ports-all
mailing list