Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 16:29:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367217 - head/ports-mgmt/pkg-devel
Message-ID:  <201409031629.s83GTD00019912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409031629.s83GTD00019912>