diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-29 04:42:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-29 04:42:22 +0800 |
commit | c456dd0b2b23ecd7b9a3926a64b8fc37198a7256 (patch) | |
tree | 0553205738e11956ac83025d236d7515a878b515 /ports-mgmt | |
parent | e3c71d4660cf7b7daa0a5d1672863d2396c59d09 (diff) | |
download | freebsd-ports-gnome-c456dd0b2b23ecd7b9a3926a64b8fc37198a7256.tar.gz freebsd-ports-gnome-c456dd0b2b23ecd7b9a3926a64b8fc37198a7256.tar.zst freebsd-ports-gnome-c456dd0b2b23ecd7b9a3926a64b8fc37198a7256.zip |
- update to 1.0.7
- changes:
* Fix HTTP_MIRRORS parsing
* Workaround libarchive not 100% supporting mtree format
* prepend remote repository by 'repo-' in multirepository mode
* If mirror is stored in http use If-Modified-Since
* Register the packagesite in the remote database, pkg update detects
packagesite chanes
* Fix pkg check -s
* Allow to pipe events in json format though a unix socket/fifo via EVENT_PIPE
configuration
* store errno in events when it fits to avoid errno to be overwritten
Diffstat (limited to 'ports-mgmt')
-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 1f019e6211d8..1c16928d6169 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.0.6 +DISTVERSION= 1.0.7 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 5f68441b57a4..374333854699 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0.6.tar.xz) = cdd3bd9db056f9fe2025ae3bef25ee140cc7fa1b59b5c5f35f239d8b54351236 -SIZE (pkg-1.0.6.tar.xz) = 1447660 +SHA256 (pkg-1.0.7.tar.xz) = 0cb60c1c64c80f0a290b86a41699d119e27c9402b7f9795c95b64625b4333760 +SIZE (pkg-1.0.7.tar.xz) = 1449224 |