View | Details | Raw Unified | Return to bug 209383
Collapse All | Expand All

(-)ports-mgmt/portest/Makefile (-5 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	portest
4
PORTNAME=	portest
5
PORTVERSION=	0.1.6
5
PORTVERSION=	0.1.7
6
CATEGORIES=	ports-mgmt
6
CATEGORIES=	ports-mgmt
7
7
8
MAINTAINER=	ultima1252@gmail.com
8
MAINTAINER=	ultima1252@gmail.com
Lines 10-17 Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
RUN_DEPENDS=	portlint:ports-mgmt/portlint
14
15
USE_GITHUB=	yes
13
USE_GITHUB=	yes
16
GH_ACCOUNT=	ultima1252
14
GH_ACCOUNT=	ultima1252
17
15
Lines 19-30 Link Here
19
17
20
PLIST_FILES=	sbin/portest
18
PLIST_FILES=	sbin/portest
21
19
22
OPTIONS_DEFINE=		GIT PORTTOOLS POUDRIERE
20
OPTIONS_DEFINE=		GIT PORTLINT PORTTOOLS POUDRIERE
23
OPTIONS_DEFAULT=	GIT PORTTOOLS POUDRIERE
24
21
25
GIT_DESC=		Git support
22
GIT_DESC=		Git support
26
GIT_RUN_DEPENDS=	git:devel/git
23
GIT_RUN_DEPENDS=	git:devel/git
27
24
25
PORTLINT_DESC=		Portlint support
26
PORTLINT_RUN_DEPENDS=	portlint:ports-mgmt/portlint
27
28
PORTTOOLS_DESC=		Porttools support
28
PORTTOOLS_DESC=		Porttools support
29
PORTTOOLS_RUN_DEPENDS=	port:ports-mgmt/porttools
29
PORTTOOLS_RUN_DEPENDS=	port:ports-mgmt/porttools
30
30
(-)ports-mgmt/portest/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ultima1252-portest-0.1.6_GH0.tar.gz) = 0b8b577b65c1511bf68a4a474ef1d821c048985a00a2aee2ff10c8bbc9e6e5d4
1
SHA256 (ultima1252-portest-0.1.7_GH0.tar.gz) = a1e1c5fc0a3c423b658ce42abc605e19a0a61bd2885195feb72cfd7683fa8cdd
2
SIZE (ultima1252-portest-0.1.6_GH0.tar.gz) = 7588
2
SIZE (ultima1252-portest-0.1.7_GH0.tar.gz) = 7617

Return to bug 209383