Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 13:54:16 +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: r305123 - head/ports-mgmt/pkg
Message-ID:  <201210011354.q91DsG3M057488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct  1 13:54:16 2012
New Revision: 305123
URL: http://svn.freebsd.org/changeset/ports/305123

Log:
  - update to 1.0.1
  - changes:
    * Allow extra space for environment and command when piping to /bin/sh for scripts
    * Improved DEVELOPER_MODE output
    * Error when neither www or desc is defined in the manifest
    * pkg help now have the same level of informations as usage()
    * Lots of fixes in manpages
    * Only try to get checksum on regular files
    * pkg2ng: Preserve files under $PKG_DBDIR that don't belong to pkg_tools
    * add dry-run to pkg autoremove

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Oct  1 13:37:58 2012	(r305122)
+++ head/ports-mgmt/pkg/Makefile	Mon Oct  1 13:54:16 2012	(r305123)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.0
+DISTVERSION=	1.0.1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/portmgr \
 		http://files.etoilebsd.net/pkg/

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon Oct  1 13:37:58 2012	(r305122)
+++ head/ports-mgmt/pkg/distinfo	Mon Oct  1 13:54:16 2012	(r305123)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.tar.xz) = 191ab4d1e199aaba193b29b0d37fcec00ae2b7687046927dac71557eec49df53
-SIZE (pkg-1.0.tar.xz) = 1372044
+SHA256 (pkg-1.0.1.tar.xz) = 61d34e8efa8ed296c16ab5d76ce3ca83364478f963197365c711042a5eaee10e
+SIZE (pkg-1.0.1.tar.xz) = 1372588



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