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

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 01:58:03 UTC 2015


Author: bapt
Date: Sat Mar 28 01:58:01 2015
New Revision: 382446
URL: https://svnweb.freebsd.org/changeset/ports/382446
QAT: https://qat.redports.org/buildarchive/r382446/

Log:
  Update to 1.4.99.15 aka pkg 1.5.0 alpha2
  Changes:
  - stop spamming users about false libraries not found when creating a package
  - do not consider local files when evaluation the pkg delete arguments
  - be more precise about the reasons of a dependency change
  - give informations about abi changes
  - give informations about options changes
  - fix conflicts handling in multi repository mode

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	Sat Mar 28 01:32:23 2015	(r382445)
+++ head/ports-mgmt/pkg-devel/Makefile	Sat Mar 28 01:58:01 2015	(r382446)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.99.14
+DISTVERSION=	1.4.99.15
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sat Mar 28 01:32:23 2015	(r382445)
+++ head/ports-mgmt/pkg-devel/distinfo	Sat Mar 28 01:58:01 2015	(r382446)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.14.tar.xz) = d06ba884a01e23322fc68a80e19a8e64cb58f0814e7dc1702174ecf200bda6c5
-SIZE (pkg-1.4.99.14.tar.xz) = 1862936
+SHA256 (pkg-1.4.99.15.tar.xz) = b1c57d0acf8e1a79a415e85cc24231ee2465c2a018e02bdc8dc2f23fbedfbc5e
+SIZE (pkg-1.4.99.15.tar.xz) = 1901472


More information about the svn-ports-head mailing list