Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 12:25:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415716 - head/ports-mgmt/pkg
Message-ID:  <201605231225.u4NCPUIm017464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605231225.u4NCPUIm017464>