ports/56609: [MAINTAINER] devel/buildtool: update to 0.14

Sergei Kolobov sergei at kolobov.com
Mon Sep 8 20:50:18 UTC 2003


>Number:         56609
>Category:       ports
>Synopsis:       [MAINTAINER] devel/buildtool: update to 0.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 08 13:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003
>Description:
- Update to 0.14 (lots of changes)
- Port now always installs few small documentation files

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- buildtool-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/buildtool/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	24 Jul 2003 21:07:12 -0000	1.14
+++ Makefile	8 Sep 2003 15:13:01 -0000
@@ -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 @@
 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>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/buildtool/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	24 Jul 2003 20:06:57 -0000	1.11
+++ distinfo	8 Sep 2003 14:38:49 -0000
@@ -1 +1 @@
-MD5 (buildtool-0.12.tar.gz) = f355964eb899de2bdb6bf01852ba7a8b
+MD5 (buildtool-0.14.tar.gz) = a132a80e0a878f312e8c4b5966700322
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/buildtool/pkg-plist,v
retrieving revision 1.12
diff -u -u -r1.12 pkg-plist
--- pkg-plist	24 Jul 2003 20:06:57 -0000	1.12
+++ pkg-plist	8 Sep 2003 15:11:59 -0000
@@ -1,6 +1,7 @@
 @comment $FreeBSD: ports/devel/buildtool/pkg-plist,v 1.12 2003/07/24 20:06:57 krion Exp $
 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_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
+ at 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 @@
 @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
+ at dirrm %%DOCSDIR%%
--- buildtool-0.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list