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

(-)buildtool-new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	buildtool
8
PORTNAME=	buildtool
9
PORTVERSION=	0.10
9
PORTVERSION=	0.11
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)buildtool-new/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (buildtool-0.10.tar.gz) = d85a2f68b878910b9d4d743bbf828963
1
MD5 (buildtool-0.11.tar.gz) = 6d25196eb765f85ff61eb6df2dca892e
(-)buildtool-new/pkg-plist (-7 / +8 lines)
Lines 1-15 Link Here
1
bin/buildtool-0
2
bin/buildtool
1
bin/buildtool
2
bin/buildtool-0
3
libexec/buildtool-0/bt_config
3
libexec/buildtool-0/bt_config
4
libexec/buildtool-0/bt_dist
4
libexec/buildtool-0/bt_dist
5
libexec/buildtool-0/bt_doc
5
libexec/buildtool-0/bt_doc
6
libexec/buildtool-0/bt_lint
6
libexec/buildtool-0/bt_lint
7
libexec/buildtool-0/bt_logic
7
libexec/buildtool-0/bt_logic
8
libexec/buildtool-0/bt_make
8
libexec/buildtool-0/bt_make
9
libexec/buildtool-0/bt_pkgflags
9
share/buildtool-0/bt_config/base.subr
10
share/buildtool-0/bt_config/base.subr
10
share/buildtool-0/bt_config/pkgconfig.subr
11
share/buildtool-0/bt_config/pkgconfig.subr
11
share/buildtool-0/bt_config/pthread.subr
12
share/buildtool-0/bt_config/pthread.subr
12
share/buildtool-0/bt_config/x11.subr
13
share/buildtool-0/bt_config/x11.subr
14
share/buildtool-0/licenses/apache
15
share/buildtool-0/licenses/artistic
16
share/buildtool-0/licenses/bsd
17
share/buildtool-0/licenses/gplv2
13
share/buildtool-0/mk/bt.clean.mk
18
share/buildtool-0/mk/bt.clean.mk
14
share/buildtool-0/mk/bt.dep.mk
19
share/buildtool-0/mk/bt.dep.mk
15
share/buildtool-0/mk/bt.inc.mk
20
share/buildtool-0/mk/bt.inc.mk
Lines 21-30 Link Here
21
share/buildtool-0/mk/bt.subdir.mk
26
share/buildtool-0/mk/bt.subdir.mk
22
share/buildtool-0/mk/qt.moc.mk
27
share/buildtool-0/mk/qt.moc.mk
23
share/buildtool-0/mk/sys.mk
28
share/buildtool-0/mk/sys.mk
24
share/buildtool-0/licenses/apache
25
share/buildtool-0/licenses/artistic
26
share/buildtool-0/licenses/bsd
27
share/buildtool-0/licenses/gplv2
28
share/buildtool-0/templates/README.bt
29
share/buildtool-0/templates/README.bt
29
share/buildtool-0/templates/config
30
share/buildtool-0/templates/config
30
share/buildtool-0/templates/config_init
31
share/buildtool-0/templates/config_init
Lines 33-42 Link Here
33
share/buildtool-0/templates/mk_bin
34
share/buildtool-0/templates/mk_bin
34
share/buildtool-0/templates/mk_top
35
share/buildtool-0/templates/mk_top
35
@dirrm libexec/buildtool-0
36
@dirrm libexec/buildtool-0
36
@dirrm share/buildtool-0/bt_config
37
@dirrm share/buildtool-0/templates
37
@dirrm share/buildtool-0/mk
38
@dirrm share/buildtool-0/mk
38
@dirrm share/buildtool-0/licenses
39
@dirrm share/buildtool-0/licenses
39
@dirrm share/buildtool-0/templates
40
@dirrm share/buildtool-0/bt_config
40
@dirrm share/buildtool-0
41
@dirrm share/buildtool-0
41
@unexec install-info --delete %D/info/buildtool.info %D/info/dir
42
@unexec install-info --delete %D/info/buildtool.info %D/info/dir
42
info/buildtool.info
43
info/buildtool.info

Return to bug 51289