svn commit: r408642 - head/ports-mgmt/portmaster
John Marino
marino at FreeBSD.org
Wed Feb 10 18:41:04 UTC 2016
Author: marino
Date: Wed Feb 10 18:41:02 2016
New Revision: 408642
URL: https://svnweb.freebsd.org/changeset/ports/408642
Log:
ports-mgmt/portmaster: Assign maintainership to Torsten Z.
Torsten has accepted the challenge of whipping portmaster back into
shape. In addition to changing MAINTAINER, he's starting with fixing
both non-default options by providing their necessary RUN_DEPENDS.
PR: 207075
Modified:
head/ports-mgmt/portmaster/Makefile
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:26:28 2016 (r408641)
+++ head/ports-mgmt/portmaster/Makefile Wed Feb 10 18:41:02 2016 (r408642)
@@ -2,13 +2,12 @@
PORTNAME= portmaster
PORTVERSION= 3.17.9
-PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
- http://mirror.shatow.net/freebsd/${PORTNAME}/ \
+ http://mirror.shatow.net/freebsd/${PORTNAME}/ \
GH
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ports at toco-domains.de
COMMENT= Manage your ports without external databases or languages
LICENSE= BSD2CLAUSE
@@ -25,6 +24,9 @@ PLIST_FILES= sbin/portmaster \
BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh
ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster
+BASH_RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash
+ZSH_RUN_DEPENDS= zsh>=0:${PORTSDIR}/shells/zsh
+
verify: checksum
do-build:
More information about the svn-ports-head
mailing list