Date: 24 Jul 2003 17:06:58 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jos@catnook.com Subject: ports/54822: [PATCH] devel/buildtool: update to 0.12 Message-ID: <20030724170658.24475.qmail@kolobov.com> Resent-Message-ID: <200307241710.h6OHADEO098842@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54822 >Category: ports >Synopsis: [PATCH] devel/buildtool: update to 0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 24 10:10: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.12 - Authors have splitted documentation into a separate package (buildtool-doc), it will be submitted as a new port later Port maintainer (jos@catnook.com) is cc'd. >How-To-Repeat: >Fix: --- buildtool-0.12.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/devel/buildtool/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 21 May 2003 15:59:29 -0000 1.12 +++ Makefile 24 Jul 2003 16:22:31 -0000 @@ -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 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= -p ${PREFIX} -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= -n doc -.endif MAN1= buildtool.1 DOCS= CHANGES PEOPLE README TODO Index: distinfo =================================================================== RCS file: /FreeBSD/cvs/ports/devel/buildtool/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 22 Apr 2003 19:50:16 -0000 1.10 +++ distinfo 24 Jul 2003 16:22:38 -0000 @@ -1 +1 @@ -MD5 (buildtool-0.11.tar.gz) = 6d25196eb765f85ff61eb6df2dca892e +MD5 (buildtool-0.12.tar.gz) = f355964eb899de2bdb6bf01852ba7a8b Index: pkg-plist =================================================================== RCS file: /FreeBSD/cvs/ports/devel/buildtool/pkg-plist,v retrieving revision 1.11 diff -u -r1.11 pkg-plist --- pkg-plist 21 May 2003 15:59:29 -0000 1.11 +++ pkg-plist 24 Jul 2003 17:04:20 -0000 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/buildtool bin/buildtool-0 libexec/buildtool-0/bt_config @@ -7,14 +8,17 @@ 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.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 --- buildtool-0.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030724170658.24475.qmail>