From owner-svn-ports-all@FreeBSD.ORG Tue Nov 18 14:00:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 561AC38D; Tue, 18 Nov 2014 14:00:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42BC2967; Tue, 18 Nov 2014 14:00:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIE0JZk062334; Tue, 18 Nov 2014 14:00:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIE0IP0062331; Tue, 18 Nov 2014 14:00:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201411181400.sAIE0IP0062331@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 18 Nov 2014 14:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372720 - 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.18-1 Precedence: 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, 18 Nov 2014 14:00:19 -0000 Author: bapt Date: Tue Nov 18 14:00:18 2014 New Revision: 372720 URL: https://svnweb.freebsd.org/changeset/ports/372720 QAT: https://qat.redports.org/buildarchive/r372720/ Log: Update to 1.4.0.b1 Changes: - Lots of documentation fixes - Lots of typos fixes in messages - Fix UI when a package is going to be downgraded - Cleanup is internal functions (removing useless accessors) - Do not allow to create packages in old format anymore (it was broken anyway) - allow ? and ! in pkg version limchar - New configuration option VERSION_SOURCE (to the version used to read INDEX) - Really fix multirepo (hopefully) 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 Tue Nov 18 13:49:58 2014 (r372719) +++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 18 14:00:18 2014 (r372720) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.alpha4 +DISTVERSION= 1.4.0.beta1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Tue Nov 18 13:49:58 2014 (r372719) +++ head/ports-mgmt/pkg-devel/distinfo Tue Nov 18 14:00:18 2014 (r372720) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.alpha4.tar.xz) = 182c67218b5726b77687b2dbebfdafde8cea032e8b3efd8b484bd1001933d97e -SIZE (pkg-1.4.0.alpha4.tar.xz) = 1775184 +SHA256 (pkg-1.4.0.beta1.tar.xz) = 08467f528cbe2ca3b3a32903a31c30d04b1667b83d77a80972eb70f52b6db892 +SIZE (pkg-1.4.0.beta1.tar.xz) = 1774008