1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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]
This commit is contained in:
Bryan Drewery 2014-06-19 00:36:18 +00:00
parent 7adc0b0146
commit 7b879fa85a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358332
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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