summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 09:31:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 09:31:00 +0000
commit6f470b7436cdd8a03af8ec047a4368339e37aa45 (patch)
treeca2acaddb271adf0d413aab89b7cbf857855f5f5
parentHandbrake tries to dlopen() libdvdcss.so.2, while library installed by the (diff)
Update to 1.1.0 rc1
Changes: - Fix pkg install -R [1] - pkg install -R does not downgrade anymore except if -f is passed. - Fix package validation [2] - Do not try to search on repositories if no repositories are configured - Fix pkg query '%M' printing '(null)' [3] Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1], Waitman Gobble (github issue #514), and many others [2], flo [3]
Notes
Notes: svn path=/head/; revision=321091
-rw-r--r--ports-mgmt/pkg-devel/Makefile2
-rw-r--r--ports-mgmt/pkg-devel/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 2e1b471f5f46..b59e09c599f9 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.1.0.b4
+DISTVERSION= 1.1.0.rc1
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index d29b6f697780..343a0fd120d4 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.0.b4.tar.xz) = c0c6c54523200079dc446a760844c2eb5b6bd64a381505b9236b3dab7b0009fa
-SIZE (pkg-1.1.0.b4.tar.xz) = 1551056
+SHA256 (pkg-1.1.0.rc1.tar.xz) = 9569e0cfc7245834386d8f07f82a32f40701f70dfe7f1bfdea12abbe037e5bb7
+SIZE (pkg-1.1.0.rc1.tar.xz) = 1551448