From owner-freebsd-ports Tue Aug 27 6:20:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C4E37B400 for ; Tue, 27 Aug 2002 06:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0886043E6A for ; Tue, 27 Aug 2002 06:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RDK2JU001906 for ; Tue, 27 Aug 2002 06:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RDK2j2001905; Tue, 27 Aug 2002 06:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2305A37B401 for ; Tue, 27 Aug 2002 06:11:18 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E02E43E42 for ; Tue, 27 Aug 2002 06:11:17 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.5/8.12.3) with ESMTP id g7RDBGHU060873; Tue, 27 Aug 2002 15:11:16 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.5/8.12.4/Submit) id g7RDBFZf060872; Tue, 27 Aug 2002 15:11:15 +0200 (CEST) Message-Id: <200208271311.g7RDBFZf060872@pcwin002.win.tue.nl> Date: Tue, 27 Aug 2002 15:11:15 +0200 (CEST) From: Stijn Hoop Reply-To: Stijn Hoop To: FreeBSD-gnats-submit@FreeBSD.org Cc: Tilman Linneweh X-Send-Pr-Version: 3.113 Subject: ports/42079: [MAINTAINER UPDATE]: x11-wm/bbconf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42079 >Category: ports >Synopsis: [MAINTAINER UPDATE]: x11-wm/bbconf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 27 06:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD pcwin002.win.tue.nl 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug 21 04:35:22 CEST 2002 src@pcwin002.win.tue.nl:/usr/obj/usr/src/sys/PCWIN002 i386 >Description: - Update to 1.8, mostly submitted by Tilwan Linneweh . Thanks! >How-To-Repeat: N/A >Fix: diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/Makefile bbconf/Makefile --- /usr/ports/x11-wm/bbconf/Makefile Wed Jan 23 05:42:27 2002 +++ bbconf/Makefile Tue Aug 27 15:06:48 2002 @@ -6,16 +6,23 @@ # PORTNAME= bbconf -PORTVERSION= 1.4 +PORTVERSION= 1.8 CATEGORIES= x11-wm -MASTER_SITES= http://bbconf.sourceforge.net/code/ +MASTER_SITES= http://bbconf.sourceforge.net/code/ MAINTAINER= stijn@win.tue.nl USE_X_PREFIX= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_QT_VER= 2 +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_QT_VER= 3 MAN1= bbconf.1 + +post-patch: + @find ${WRKSRC} -name 'Makefile.in' -print | \ + xargs ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g' .include diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/distinfo bbconf/distinfo --- /usr/ports/x11-wm/bbconf/distinfo Wed Jan 23 05:42:27 2002 +++ bbconf/distinfo Tue Aug 27 14:47:01 2002 @@ -1 +1 @@ -MD5 (bbconf-1.4.tar.gz) = bf094ec7f7b401828895082ce97d574c +MD5 (bbconf-1.8.tar.gz) = c0dde269ad1670fac6d7651e7d09d07e diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/files/patch-Makefile.in bbconf/files/patch-Makefile.in --- /usr/ports/x11-wm/bbconf/files/patch-Makefile.in Tue Nov 6 15:30:20 2001 +++ bbconf/files/patch-Makefile.in Mon Jun 24 12:04:13 2002 @@ -1,8 +1,8 @@ $FreeBSD: ports/x11-wm/bbconf/files/patch-Makefile.in,v 1.1 2001/11/06 14:30:20 petef Exp $ ---- Makefile.in.orig Mon Nov 5 06:11:07 2001 -+++ Makefile.in Mon Nov 5 06:11:27 2001 -@@ -218,7 +218,7 @@ +--- Makefile.in.orig Mon May 27 20:42:54 2002 ++++ Makefile.in Thu Jun 13 14:17:29 2002 +@@ -234,7 +234,7 @@ MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files @@ -11,17 +11,17 @@ doc_DATA = AUTHORS COPYING ChangeLog README README.html TODO -@@ -304,6 +304,7 @@ - -rm -f config.h - uninstall-info-am: +@@ -309,6 +309,7 @@ + maintainer-clean-hdr: + install-docDATA: $(doc_DATA) +.ifndef NOPORTDOCS @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ -@@ -312,6 +313,7 @@ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \ +@@ -320,6 +321,7 @@ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ + fi; fi; \ done +.endif diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/pkg-plist bbconf/pkg-plist --- /usr/ports/x11-wm/bbconf/pkg-plist Tue Nov 6 15:30:19 2001 +++ bbconf/pkg-plist Mon Jun 24 12:04:13 2002 @@ -1,8 +1,8 @@ bin/bbconf -share/bbconf/plugins/libbbconf.so -share/bbconf/plugins/libkeybindings.so -share/bbconf/plugins/libmenu.so -share/bbconf/plugins/libthemes.so +libexec/bbconf/plugins/libbbconf.so +libexec/bbconf/plugins/libkeybindings.so +libexec/bbconf/plugins/libmenu.so +libexec/bbconf/plugins/libthemes.so %%PORTDOCS%%share/doc/bbconf/AUTHORS %%PORTDOCS%%share/doc/bbconf/COPYING %%PORTDOCS%%share/doc/bbconf/ChangeLog @@ -10,5 +10,5 @@ %%PORTDOCS%%share/doc/bbconf/README.html %%PORTDOCS%%share/doc/bbconf/TODO %%PORTDOCS%%@dirrm share/doc/bbconf -@dirrm share/bbconf/plugins -@dirrm share/bbconf +@dirrm libexec/bbconf/plugins +@dirrm libexec/bbconf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message