diff options
author | marino <marino@FreeBSD.org> | 2016-02-11 02:41:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-11 02:41:02 +0800 |
commit | c6e942644faadd2cab4683da90bdd0cf0d02b33c (patch) | |
tree | 7c0a1350f2ae57bad1b579c098a717695f6af530 /ports-mgmt | |
parent | 2021c1f238532fef83d7798228c3c3f8480ee645 (diff) | |
download | freebsd-ports-gnome-c6e942644faadd2cab4683da90bdd0cf0d02b33c.tar.gz freebsd-ports-gnome-c6e942644faadd2cab4683da90bdd0cf0d02b33c.tar.zst freebsd-ports-gnome-c6e942644faadd2cab4683da90bdd0cf0d02b33c.zip |
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index c2c8931eb392..27a35e7736c3 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -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@FreeBSD.org +MAINTAINER= ports@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: |