diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-01 21:54:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-01 21:54:16 +0800 |
commit | cb7cf8bc2d7582ce3b9cdcdfe6cd3c3b1043fb55 (patch) | |
tree | 8454dcff1e76835f3de2dd599b7df260f862fdeb /ports-mgmt/pkg | |
parent | 8a967386ef981b71443e98bd5fbbe316b00ca517 (diff) | |
download | freebsd-ports-gnome-cb7cf8bc2d7582ce3b9cdcdfe6cd3c3b1043fb55.tar.gz freebsd-ports-gnome-cb7cf8bc2d7582ce3b9cdcdfe6cd3c3b1043fb55.tar.zst freebsd-ports-gnome-cb7cf8bc2d7582ce3b9cdcdfe6cd3c3b1043fb55.zip |
- 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
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 2c9d84fa5c73..4cd5291f3a77 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -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/ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index efb1cef745cd..475b96497068 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -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 |