From d4965b8de737dcad2f89f6e64b058c99bf7ca23e Mon Sep 17 00:00:00 2001 From: vsevolod Date: Thu, 19 Jun 2014 13:18:42 +0000 Subject: Update to 1.3.0 beta5 Changes: - repositories system has been reworked to support opaque repository operations - progress bar has been reworked and simplified - pkg backups generated by the distributed script are now plain sql files - fixed some visual issues while installing packages With hat: pkg@ --- ports-mgmt/pkg-devel/Makefile | 4 ++-- ports-mgmt/pkg-devel/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 939943bb80dc..912335c235be 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.b4 +DISTVERSION= 1.3.0.b5 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ @@ -43,7 +43,7 @@ NO_LATEST_LINK= yes IGNORE= WITH_PKGNG is not defined to 'devel', this version is the devel one . endif .else -LATEST_LINK= pkg +LATEST_LINK= pkg PKGNAMESUFFIX= .endif .if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info) diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 3f20a8ccb371..4423a45c5e7c 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.b4.tar.xz) = d81ec87cdfa9c3f811daea834b59453c9fc69bff8ff54036ab631c2e12b1d1d3 -SIZE (pkg-1.3.0.b4.tar.xz) = 1691540 +SIZE (pkg-1.3.0.b5.tar.xz) = 1694100 +SHA256 (pkg-1.3.0.b5.tar.xz) = 33ad1c540dc653bbba3c15f9a71f78eb9e26828e37f92a2b8d80abeb38b8f0ab -- cgit