svn commit: r415716 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon May 23 12:25:31 UTC 2016


Author: bapt
Date: Mon May 23 12:25:30 2016
New Revision: 415716
URL: https://svnweb.freebsd.org/changeset/ports/415716

Log:
  Do not check deinstall script results at all except if DEVELOPER_MODE is set
  
  Due to too many bad quality ports, for now we are back in not checking pre/post
  deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd
  those checks once the ports have been fixed

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon May 23 12:08:21 2016	(r415715)
+++ head/ports-mgmt/pkg/Makefile	Mon May 23 12:25:30 2016	(r415716)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.8.1
+DISTVERSION=	1.8.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon May 23 12:08:21 2016	(r415715)
+++ head/ports-mgmt/pkg/distinfo	Mon May 23 12:25:30 2016	(r415716)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463996953
-SHA256 (pkg-1.8.1.tar.xz) = 0b7503597377c8fbec8ca2b98504770754a42eed7873b564ae5f5551a216386b
-SIZE (pkg-1.8.1.tar.xz) = 1915512
+TIMESTAMP = 1464006076
+SHA256 (pkg-1.8.2.tar.xz) = 27f37c0bba6f7dd0eed7b8fa54c3c835ff39837dda8345df4b603e9d83225e7a
+SIZE (pkg-1.8.2.tar.xz) = 1910748


More information about the svn-ports-all mailing list