mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.12
PR: 54822 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
cd756fcca1
commit
a4dc4a55e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85548
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= buildtool
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -16,9 +16,6 @@ COMMENT= A set of portable software build utilities
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -p ${PREFIX}
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= -n doc
|
||||
.endif
|
||||
|
||||
MAN1= buildtool.1
|
||||
DOCS= CHANGES PEOPLE README TODO
|
||||
|
@ -1 +1 @@
|
||||
MD5 (buildtool-0.11.tar.gz) = 6d25196eb765f85ff61eb6df2dca892e
|
||||
MD5 (buildtool-0.12.tar.gz) = f355964eb899de2bdb6bf01852ba7a8b
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/buildtool
|
||||
bin/buildtool-0
|
||||
libexec/buildtool-0/bt_config
|
||||
@ -7,14 +8,17 @@ libexec/buildtool-0/bt_lint
|
||||
libexec/buildtool-0/bt_logic
|
||||
libexec/buildtool-0/bt_make
|
||||
libexec/buildtool-0/bt_pkgflags
|
||||
libexec/buildtool-0/bt_swcgen
|
||||
libexec/buildtool-0/bt_wizard
|
||||
@dirrm libexec/buildtool-0
|
||||
share/buildtool-0/bt_config/base.subr
|
||||
share/buildtool-0/bt_config/pkgconfig.subr
|
||||
share/buildtool-0/bt_config/pthread.subr
|
||||
share/buildtool-0/bt_config/x11.subr
|
||||
share/buildtool-0/licenses/apache
|
||||
share/buildtool-0/licenses/artistic
|
||||
share/buildtool-0/licenses/bsd
|
||||
share/buildtool-0/licenses/gplv2
|
||||
@dirrm share/buildtool-0/bt_config
|
||||
share/buildtool-0/bt_swcgen/out_conf.m4
|
||||
share/buildtool-0/bt_swcgen/out_script.m4
|
||||
@dirrm share/buildtool-0/bt_swcgen
|
||||
share/buildtool-0/mk/bt.clean.mk
|
||||
share/buildtool-0/mk/bt.dep.mk
|
||||
share/buildtool-0/mk/bt.inc.mk
|
||||
@ -26,22 +30,17 @@ share/buildtool-0/mk/bt.prog.mk
|
||||
share/buildtool-0/mk/bt.subdir.mk
|
||||
share/buildtool-0/mk/qt.moc.mk
|
||||
share/buildtool-0/mk/sys.mk
|
||||
@dirrm share/buildtool-0/mk
|
||||
share/buildtool-0/templates/README.bt
|
||||
share/buildtool-0/templates/bt_config.conf.in
|
||||
share/buildtool-0/templates/config
|
||||
share/buildtool-0/templates/config_init
|
||||
share/buildtool-0/templates/defs
|
||||
share/buildtool-0/templates/docs
|
||||
share/buildtool-0/templates/mk_bin
|
||||
share/buildtool-0/templates/mk_top
|
||||
@dirrm libexec/buildtool-0
|
||||
share/buildtool-0/templates/pkgflags
|
||||
@dirrm share/buildtool-0/templates
|
||||
@dirrm share/buildtool-0/mk
|
||||
@dirrm share/buildtool-0/licenses
|
||||
@dirrm share/buildtool-0/bt_config
|
||||
@dirrm share/buildtool-0
|
||||
%%PORTDOCS%%@unexec install-info --delete %D/info/buildtool.info %D/info/dir
|
||||
%%PORTDOCS%%info/buildtool.info
|
||||
%%PORTDOCS%%@exec install-info %D/info/buildtool.info %D/info/dir
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PEOPLE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user