diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 20:42:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 20:42:11 +0000 |
commit | 79c0313d7ad6fe1b27a8b2b3938a00f1c6ed6068 (patch) | |
tree | 3878585e769bdace6101f376201941a2bc7d306e /ports-mgmt/pkg | |
parent | f838da532e6a3cae886739f367b932909de64c40 (diff) | |
download | ports-79c0313d7ad6fe1b27a8b2b3938a00f1c6ed6068.tar.gz ports-79c0313d7ad6fe1b27a8b2b3938a00f1c6ed6068.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index fc00dd4d4ae1..c4808043f601 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.5 +DISTVERSION= 1.3.5.1 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ @@ -21,6 +21,7 @@ NO_CCACHE= yes USE_LDCONFIG= yes USES= libtool tar:xz GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-maintainer-mode INSTALL_TARGET= install-strip # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 5a34cfec6400..b5f215a2645a 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.5.tar.xz) = 7640ca19bbb156db993ffc1d62de3dec0913c1f922fbe627355b48572e3e1cb8 -SIZE (pkg-1.3.5.tar.xz) = 1735432 +SHA256 (pkg-1.3.5.1.tar.xz) = aaefdd30d2f0b11cd0a3f527104720abf6315c9007c96e71f21813a03284dd6d +SIZE (pkg-1.3.5.1.tar.xz) = 1706540 |