diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-23 20:25:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-23 20:25:30 +0800 |
commit | b4764e924374e1f2e9488e746d02566b997fda77 (patch) | |
tree | a37c5b7697cb97af7c0e8363c0f08e5a9f997f2d | |
parent | 72f2a0f9be5a355200bc898265afeafd06a8c38b (diff) | |
download | freebsd-ports-gnome-b4764e924374e1f2e9488e746d02566b997fda77.tar.gz freebsd-ports-gnome-b4764e924374e1f2e9488e746d02566b997fda77.tar.zst freebsd-ports-gnome-b4764e924374e1f2e9488e746d02566b997fda77.zip |
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
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 1e45df13afef..b192c83e4065 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index af0973b83537..8ee749d0b9a9 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -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 |