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

Baptiste Daroussin bapt at FreeBSD.org
Sun May 15 15:23:20 UTC 2016


Author: bapt
Date: Sun May 15 15:23:19 2016
New Revision: 415235
URL: https://svnweb.freebsd.org/changeset/ports/415235

Log:
  Update to 1.7.99.11
  Changes:
  - ensure pre-install script failing are making the install process fail
  - do not try to set attributes on directories if they already have the proper attributes

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	Sun May 15 15:22:19 2016	(r415234)
+++ head/ports-mgmt/pkg-devel/Makefile	Sun May 15 15:23:19 2016	(r415235)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.99.10
+DISTVERSION=	1.7.99.11
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sun May 15 15:22:19 2016	(r415234)
+++ head/ports-mgmt/pkg-devel/distinfo	Sun May 15 15:23:19 2016	(r415235)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463269414
-SHA256 (pkg-1.7.99.10.tar.xz) = e90a69a03f825ffda116df91c6f7b73cf6e7063b1c1506be3a495d75c75f67f9
-SIZE (pkg-1.7.99.10.tar.xz) = 1924212
+TIMESTAMP = 1463325435
+SHA256 (pkg-1.7.99.11.tar.xz) = 3321aabcf7b60cf95a039615987594f2958317ed9af6f9817f46d5a5afd35413
+SIZE (pkg-1.7.99.11.tar.xz) = 1915656


More information about the svn-ports-head mailing list