svn commit: r358332 - head/ports-mgmt/portmaster
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 19 00:36:19 UTC 2014
Author: bdrewery
Date: Thu Jun 19 00:36:18 2014
New Revision: 358332
URL: http://svnweb.freebsd.org/changeset/ports/358332
QAT: https://qat.redports.org/buildarchive/r358332/
Log:
- 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]
Modified:
head/ports-mgmt/portmaster/Makefile
head/ports-mgmt/portmaster/distinfo
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Thu Jun 19 00:01:37 2014 (r358331)
+++ head/ports-mgmt/portmaster/Makefile Thu Jun 19 00:36:18 2014 (r358332)
@@ -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
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
Modified: head/ports-mgmt/portmaster/distinfo
==============================================================================
--- head/ports-mgmt/portmaster/distinfo Thu Jun 19 00:01:37 2014 (r358331)
+++ head/ports-mgmt/portmaster/distinfo Thu Jun 19 00:36:18 2014 (r358332)
@@ -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
More information about the svn-ports-all
mailing list