Date: Wed, 27 Nov 2013 18:26:48 +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: r335041 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files Message-ID: <201311271826.rARIQmXJ079828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Nov 27 18:26:48 2013 New Revision: 335041 URL: http://svnweb.freebsd.org/changeset/ports/335041 Log: Release pkg 1.2.1 Changes: - Fix pkg rquery always printing index like lines - Fix pkg -vv suggestion so it print something actually usable - Fix shlib's -P and -R options were swapped round. - Replace broken pkg_repos_count() by pkg_repos_total_count() and pkg_repos_activated_count() - Fix parsing of options (in manifest) - pkg add http:// now fetch to a temporary location and cleanup after itself - Fix generation of the manifest digest - Properly calculate how many packages where removed - Fix support for dependencies with the same name (grrrr Fix you port if they have package name collision !!!!) - Fix pkg info -R in case multiple dependencies has the same name Deleted: head/ports-mgmt/pkg-devel/files/ head/ports-mgmt/pkg/files/ Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg-devel/Makefile Wed Nov 27 18:26:48 2013 (r335041) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2 -PORTREVISION= 1 +DISTVERSION= 1.2.1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg-devel/distinfo Wed Nov 27 18:26:48 2013 (r335041) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 -SIZE (pkg-1.2.tar.xz) = 1802740 +SHA256 (pkg-1.2.1.tar.xz) = 829100ff78ea930d1cb9e5af7907a17fa1e1063ab6b25b8aea7e1d04280c93ab +SIZE (pkg-1.2.1.tar.xz) = 1802908 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg/Makefile Wed Nov 27 18:26:48 2013 (r335041) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2 -PORTREVISION= 1 +DISTVERSION= 1.2.1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg/distinfo Wed Nov 27 18:26:48 2013 (r335041) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 -SIZE (pkg-1.2.tar.xz) = 1802740 +SHA256 (pkg-1.2.1.tar.xz) = 829100ff78ea930d1cb9e5af7907a17fa1e1063ab6b25b8aea7e1d04280c93ab +SIZE (pkg-1.2.1.tar.xz) = 1802908
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271826.rARIQmXJ079828>