svn commit: r367217 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Wed Sep 3 16:29:14 UTC 2014
Author: bapt
Date: Wed Sep 3 16:29:13 2014
New Revision: 367217
URL: http://svnweb.freebsd.org/changeset/ports/367217
QAT: https://qat.redports.org/buildarchive/r367217/
Log:
Update to 1.4.0-pre-alpha13:
Changes:
- @owner/@group without var reset to root/wheel
- Do not accept @mode with '+-' like u+s or g-w
- Integrate kyua with autools (make check now calls kyua)
- Fix pkg annotate -y
- Fix a regression in pkg_is_valid
- Allow keywords define in ucl files '(Keywords/*.ucl)' to consider its
argument as a command line argument (aka split it)
- Completly ignore mtree
- Automatically remove any directory under PREFIX if needed
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 Sep 3 16:08:32 2014 (r367216)
+++ head/ports-mgmt/pkg-devel/Makefile Wed Sep 3 16:29:13 2014 (r367217)
@@ -1,9 +1,10 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.0.pre-alpha12
+DISTVERSION= 1.4.0.pre-alpha13
CATEGORIES= ports-mgmt
MASTER_SITES= \
+ http://files.etoilebsd.net/pkg/ \
http://highsecure.ru/distfiles/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://pkg.semmy.ru/
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Wed Sep 3 16:08:32 2014 (r367216)
+++ head/ports-mgmt/pkg-devel/distinfo Wed Sep 3 16:29:13 2014 (r367217)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.pre-alpha12.tar.xz) = b2ae057810ff905cac37d627314a78647a99aff11095fb24b43639a875180e88
-SIZE (pkg-1.4.0.pre-alpha12.tar.xz) = 1749324
+SHA256 (pkg-1.4.0.pre-alpha13.tar.xz) = b772190e51fda4c1987de22bc9292122b06a1c047f001b6e454cb7fbf6c6e9fe
+SIZE (pkg-1.4.0.pre-alpha13.tar.xz) = 1781084
More information about the svn-ports-all
mailing list