aboutsummaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-09 08:56:53 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-09 08:56:53 +0000
commit47643c2237be02f2486e53c6f9a81290286c5de9 (patch)
treecdf34f366d09994fd55a43f0216f42e1acd30b95 /devel/buildtool
parenta3f735cb56f6ead2066ca1c404c6eda5bd98c561 (diff)
downloadports-47643c2237be02f2486e53c6f9a81290286c5de9.tar.gz
ports-47643c2237be02f2486e53c6f9a81290286c5de9.zip
Update to 0.14
PR: 56609 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88841
Diffstat (limited to 'devel/buildtool')
-rw-r--r--devel/buildtool/Makefile11
-rw-r--r--devel/buildtool/distinfo2
-rw-r--r--devel/buildtool/pkg-plist34
3 files changed, 27 insertions, 20 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 64248bfe41d2..3d867a73fcc9 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= buildtool
-PORTVERSION= 0.12
+PORTVERSION= 0.14
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,15 +15,8 @@ MAINTAINER= sergei@kolobov.com
COMMENT= A set of portable software build utilities
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= -p ${PREFIX}
+CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR}
MAN1= buildtool.1
-DOCS= CHANGES PEOPLE README TODO
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
.include <bsd.port.mk>
diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo
index ca78cdbbeb0d..84fa9414f911 100644
--- a/devel/buildtool/distinfo
+++ b/devel/buildtool/distinfo
@@ -1 +1 @@
-MD5 (buildtool-0.12.tar.gz) = f355964eb899de2bdb6bf01852ba7a8b
+MD5 (buildtool-0.14.tar.gz) = a132a80e0a878f312e8c4b5966700322
diff --git a/devel/buildtool/pkg-plist b/devel/buildtool/pkg-plist
index ee64d9901986..a0ea9ecec006 100644
--- a/devel/buildtool/pkg-plist
+++ b/devel/buildtool/pkg-plist
@@ -1,6 +1,7 @@
@comment $FreeBSD$
bin/buildtool
bin/buildtool-0
+libexec/buildtool-0/bt-012-to-013
libexec/buildtool-0/bt_config
libexec/buildtool-0/bt_dist
libexec/buildtool-0/bt_doc
@@ -8,14 +9,29 @@ libexec/buildtool-0/bt_lint
libexec/buildtool-0/bt_logic
libexec/buildtool-0/bt_make
libexec/buildtool-0/bt_pkgflags
+libexec/buildtool-0/bt_sh
libexec/buildtool-0/bt_swcgen
libexec/buildtool-0/bt_wizard
+libexec/buildtool-0/bt_wrap
+libexec/buildtool-0/depconv
+libexec/buildtool-0/oodate
@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
@dirrm share/buildtool-0/bt_config
+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
+@dirrm share/buildtool-0/bt_logic
share/buildtool-0/bt_swcgen/out_conf.m4
share/buildtool-0/bt_swcgen/out_script.m4
@dirrm share/buildtool-0/bt_swcgen
@@ -33,16 +49,14 @@ 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/defs
-share/buildtool-0/templates/docs
-share/buildtool-0/templates/mk_bin
-share/buildtool-0/templates/mk_top
share/buildtool-0/templates/pkgflags
@dirrm share/buildtool-0/templates
@dirrm share/buildtool-0
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/PEOPLE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%DOCSDIR%%/CHANGES
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/DIFFS.bt_sh
+%%DOCSDIR%%/NOTES.bt_logic
+%%DOCSDIR%%/PEOPLE
+%%DOCSDIR%%/README
+%%DOCSDIR%%/TODO
+@dirrm %%DOCSDIR%%