svn commit: r305123 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 1 13:54:17 UTC 2012


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



More information about the svn-ports-all mailing list