View | Details | Raw Unified | Return to bug 207075 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 2-14 Link Here
2
2
3
PORTNAME=	portmaster
3
PORTNAME=	portmaster
4
PORTVERSION=	3.17.9
4
PORTVERSION=	3.17.9
5
PORTREVISION=	0
6
CATEGORIES=	ports-mgmt
5
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
6
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
8
  		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
7
		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
9
		GH
8
		GH
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@toco-domains.de
12
COMMENT=	Manage your ports without external databases or languages
11
COMMENT=	Manage your ports without external databases or languages
13
12
14
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
Lines 25-30 Link Here
25
BASH_PLIST_FILES=	etc/bash_completion.d/portmaster.sh
24
BASH_PLIST_FILES=	etc/bash_completion.d/portmaster.sh
26
ZSH_PLIST_FILES=	share/zsh/site-functions/_portmaster
25
ZSH_PLIST_FILES=	share/zsh/site-functions/_portmaster
27
26
27
BASH_RUN_DEPENDS=	bash>=0:${PORTSDIR}/shells/bash
28
ZSH_RUN_DEPENDS=	zsh>=0:${PORTSDIR}/shells/zsh
29
28
verify: checksum
30
verify: checksum
29
31
30
do-build:
32
do-build:

Return to bug 207075