- Update to 0.16

PR:		ports/69792
Submitted by:	ijliao
This commit is contained in:
Sergei Kolobov 2004-08-06 22:36:23 +00:00
parent 511d523c92
commit 9018e57055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115529
5 changed files with 40 additions and 40 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= buildtool-doc
PORTVERSION= 0.15
PORTVERSION= 0.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= buildtool
@ -35,6 +35,7 @@ DOCS= CHANGES COPYING PEOPLE README README.bt
do-configure:
cd ${WRKSRC} && \
CATALOG_FILE=${LOCALBASE}/share/xml/catalog.ports \
DOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook \
${BUILDTOOL} config ${CONFIGURE_ARGS}

View file

@ -1,2 +1,2 @@
MD5 (buildtool-doc-0.15.tar.gz) = 4d8ad14677b488756378e3a3d6417c00
SIZE (buildtool-doc-0.15.tar.gz) = 44240
MD5 (buildtool-doc-0.16.tar.gz) = cb3bd6ac2274628202513b3a75a8e5c0
SIZE (buildtool-doc-0.16.tar.gz) = 45891

View file

@ -6,7 +6,7 @@
#
PORTNAME= buildtool
PORTVERSION= 0.15
PORTVERSION= 0.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,2 +1,2 @@
MD5 (buildtool-0.15.tar.gz) = 9d7a3d7a01ca2e5dbeb494bf2e4b1bac
SIZE (buildtool-0.15.tar.gz) = 190284
MD5 (buildtool-0.16.tar.gz) = 67243401458c68ac3f8517624950c02b
SIZE (buildtool-0.16.tar.gz) = 194576

View file

@ -1,34 +1,33 @@
@comment $FreeBSD$
bin/buildtool
bin/buildtool-0
libexec/buildtool-0/bt_config
libexec/buildtool-0/bt_dist
libexec/buildtool-0/bt_doc
libexec/buildtool-0/bt_lint
libexec/buildtool-0/bt_logic
libexec/buildtool-0/bt_pkgflags
libexec/buildtool-0/bt_sh
libexec/buildtool-0/bt_swcgen
libexec/buildtool-0/bt_wizard
libexec/buildtool-0/depconv
libexec/buildtool-0/oodate
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/bt_logic/archive.subr
share/buildtool-0/bt_logic/convert.subr
share/buildtool-0/bt_logic/depend.subr
share/buildtool-0/bt_logic/library.subr
share/buildtool-0/bt_logic/null.subr
share/buildtool-0/bt_logic/output.subr
share/buildtool-0/bt_logic/program.subr
share/buildtool-0/bt_logic/qt_program.subr
share/buildtool-0/bt_logic/shlib.subr
share/buildtool-0/bt_logic/texinfo.subr
share/buildtool-0/templates/README.bt
share/buildtool-0/templates/bt_config.conf.in
share/buildtool-0/templates/pkgflags
libexec/buildtool/bt_config
libexec/buildtool/bt_dist
libexec/buildtool/bt_doc
libexec/buildtool/bt_lint
libexec/buildtool/bt_logic
libexec/buildtool/bt_pkgflags
libexec/buildtool/bt_sh
libexec/buildtool/bt_swcgen
libexec/buildtool/bt_wizard
libexec/buildtool/depconv
share/buildtool/bt_config/base.subr
share/buildtool/bt_config/pkgconfig.subr
share/buildtool/bt_config/pthread.subr
share/buildtool/bt_config/x11.subr
share/buildtool/bt_logic/archive.subr
share/buildtool/bt_logic/convert.subr
share/buildtool/bt_logic/depend.subr
share/buildtool/bt_logic/library.subr
share/buildtool/bt_logic/null.subr
share/buildtool/bt_logic/output.subr
share/buildtool/bt_logic/program.subr
share/buildtool/bt_logic/qt_program.subr
share/buildtool/bt_logic/runscript.subr
share/buildtool/bt_logic/shlib.subr
share/buildtool/bt_logic/texinfo.subr
share/buildtool/templates/README.bt
share/buildtool/templates/bt_config.conf.in
share/buildtool/templates/pkgflags
%%DOCSDIR%%/CHANGES
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/DIFFS.bt_sh
@ -36,8 +35,8 @@ share/buildtool-0/templates/pkgflags
%%DOCSDIR%%/README
%%DOCSDIR%%/TODO
@dirrm %%DOCSDIR%%
@dirrm libexec/buildtool-0
@dirrm share/buildtool-0/bt_config
@dirrm share/buildtool-0/bt_logic
@dirrm share/buildtool-0/templates
@dirrm share/buildtool-0
@dirrm libexec/buildtool
@dirrm share/buildtool/bt_config
@dirrm share/buildtool/bt_logic
@dirrm share/buildtool/templates
@dirrm share/buildtool