svn commit: r315626 - head/ports-mgmt/pkg
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 31 01:02:20 UTC 2013
Author: bdrewery
Date: Sun Mar 31 01:02:19 2013
New Revision: 315626
URL: http://svnweb.freebsd.org/changeset/ports/315626
Log:
- Update to 1.0.11
Changes:
- Fixes pkg-[r]query %d only returning the first
depedency. This could have resulted in packages
being built without a full depedency list. It is
recommended to rebuild any packages built in the
last day.
With hat: portmgr
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Sun Mar 31 00:32:30 2013 (r315625)
+++ head/ports-mgmt/pkg/Makefile Sun Mar 31 01:02:19 2013 (r315626)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.0.10
+DISTVERSION= 1.0.11
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/ \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Sun Mar 31 00:32:30 2013 (r315625)
+++ head/ports-mgmt/pkg/distinfo Sun Mar 31 01:02:19 2013 (r315626)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.10.tar.xz) = 97574e656c37830c00e1c9d7119ed3a7acfb2e98e9034e978b4f742f16483d1d
-SIZE (pkg-1.0.10.tar.xz) = 1451432
+SHA256 (pkg-1.0.11.tar.xz) = 8297c8d9a4644471b501822e88d54448bd6fad83d0d1057b6dac2720885c172a
+SIZE (pkg-1.0.11.tar.xz) = 1451320
More information about the svn-ports-head
mailing list