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

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 13:29:46 UTC 2014


Author: bapt
Date: Wed May  7 13:29:45 2014
New Revision: 353155
URL: http://svnweb.freebsd.org/changeset/ports/353155
QAT: https://qat.redports.org/buildarchive/r353155/

Log:
  Update to 1.3.0 beta1
  Changes:
  - pkg audit now accepts vuln.xml with multiple package names
  - Prefer SONAME instead of filename for library provides
  - Do not require dependencies that are self provided
  - pkg upgrade can now have a name in argument to only upgrade a given package and its dependencies
  - Lots of bug fixes

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	Wed May  7 13:18:57 2014	(r353154)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed May  7 13:29:45 2014	(r353155)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.a10
+DISTVERSION=	1.3.0.b1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/pkg/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed May  7 13:18:57 2014	(r353154)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed May  7 13:29:45 2014	(r353155)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a10.tar.xz) = aac12da0aa9ff6f95242be7bc9440f23322a2a6538016a5dfd6325a6a176fb59
-SIZE (pkg-1.3.0.a10.tar.xz) = 1673100
+SHA256 (pkg-1.3.0.b1.tar.xz) = c4ebf81c934a73c48572dcec382684bd7ddd41b45ab577fbc8248849f9fa625b
+SIZE (pkg-1.3.0.b1.tar.xz) = 1687096


More information about the svn-ports-all mailing list