Date: Wed, 10 Feb 2016 18:41:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408642 - head/ports-mgmt/portmaster Message-ID: <201602101841.u1AIf2Z8045511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602101841.u1AIf2Z8045511>