svn commit: r358412 - head/ports-mgmt/pkg-devel

Vsevolod Stakhov vsevolod at FreeBSD.org
Thu Jun 19 13:18:43 UTC 2014


Author: vsevolod
Date: Thu Jun 19 13:18:42 2014
New Revision: 358412
URL: http://svnweb.freebsd.org/changeset/ports/358412
QAT: https://qat.redports.org/buildarchive/r358412/

Log:
  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@

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Thu Jun 19 13:17:06 2014	(r358411)
+++ head/ports-mgmt/pkg-devel/Makefile	Thu Jun 19 13:18:42 2014	(r358412)
@@ -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)

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Thu Jun 19 13:17:06 2014	(r358411)
+++ head/ports-mgmt/pkg-devel/distinfo	Thu Jun 19 13:18:42 2014	(r358412)
@@ -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


More information about the svn-ports-head mailing list