From 8d88fb733e161442bd7f7dedb60fd9c2fba1981a Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 19 Jun 2014 00:36:18 +0000 Subject: - Update to 3.17.6 Changes: * Speedup --list-origins with pkg * Use proper /usr/local/etc/portmaster.rc path in portmaster.8 * Fix running from deleted dirs. * Fix losing control of building run-depends of staged ports (thus breaking -g and counts). [1] PR: 189398 [1] --- ports-mgmt/portmaster/Makefile | 6 +++--- ports-mgmt/portmaster/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 05f8207ab99e..b1997c3e716d 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.17.5 +PORTVERSION= 3.17.6 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_COMMIT= 47e7997 +GH_COMMIT= b4f02a4 OPTIONS_DEFINE= BASH ZSH @@ -36,7 +36,7 @@ PLIST_DIRSTRY+= share/zsh/site-functions share/zsh verify: checksum do-build: -.for file in portmaster files/portmaster.rc.sample +.for file in portmaster files/portmaster.rc.sample files/portmaster.8 ${SED} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/${file} \ > ${WRKDIR}/${file:T} .endfor diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index a95205ec87b9..e7bfdcd82108 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,2 +1,2 @@ -SHA256 (portmaster-3.17.5.tar.gz) = 87b2c35efac7b334da44584637f09d02e27f2ba28a2e8352d49f7942b6138e61 -SIZE (portmaster-3.17.5.tar.gz) = 44648 +SHA256 (portmaster-3.17.6.tar.gz) = e53986ec370c31b052594616fdc4f131cc8829867f789747d5bc1ec56170dfc1 +SIZE (portmaster-3.17.6.tar.gz) = 44684 -- cgit