svn commit: r408642 - head/ports-mgmt/portmaster

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 11 18:11:29 UTC 2016


On 2/10/2016 10:41 AM, John Marino wrote:
> 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
> +

This isn't right. Portmaster does not have a run dependency on bash nor
zsh. It simply provides files that zsh/bash can use - that is not a run
dependency though.

>  verify: checksum
>  
>  do-build:
> 



-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160211/d946f6d2/attachment.sig>


More information about the svn-ports-all mailing list