From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 8 00:40:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACDC16A4CE for ; Thu, 8 Jul 2004 00:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3D443D48 for ; Thu, 8 Jul 2004 00:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i680eJb0027386 for ; Thu, 8 Jul 2004 00:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i680eJkw027385; Thu, 8 Jul 2004 00:40:19 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jul 2004 00:40:19 GMT Resent-Message-Id: <200407080040.i680eJkw027385@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "John Merryweather Cooper" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 757F216A4D0 for ; Thu, 8 Jul 2004 00:36:40 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206E243D5E for ; Thu, 8 Jul 2004 00:36:40 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-150.losaca.adelphia.net ([68.169.191.150]) by mta9.adelphia.netESMTP <20040708003639.CCRR23406.mta9.adelphia.net@68-169-191-150.losaca.adelphia.net> for ; Wed, 7 Jul 2004 20:36:39 -0400 Message-Id: <1089246999.0@68-169-191-150.losaca.adelphia.net> Date: Wed, 7 Jul 2004 17:36:39 -0700 From: "John Merryweather Cooper" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/68791: [MAINTAINER-UPDATE] Update www/screem to 0.10.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 00:40:20 -0000 >Number: 68791 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update www/screem to 0.10.2 >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: Thu Jul 08 00:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #1: Wed Jun 30 13:09:09 PDT 2004 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/ATHLON >Description: Update www/screem to 0.10.2. >How-To-Repeat: N/A >Fix: --- update-screem-0.10.2 begins here --- # NOTE: Not tested on -STABLE (tested on -CURRENT). # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u '/usr/ports/www/screem/Makefile' '/usr/ports/local/screem/Makefile' Index: ./Makefile --- ./Makefile Tue Jun 29 19:05:19 2004 +++ ./Makefile Wed Jul 7 16:00:19 2004 @@ -2,13 +2,12 @@ # Date created: 05 Nov 1999 # Whom: Will Andrews # -# $FreeBSD: ports/www/screem/Makefile,v 1.45 2004/04/18 17:58:59 marcus Exp $ +# $FreeBSD$ # PORTNAME= screem -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= www gnome +PORTVERSION= 0.10.2 +CATEGORIES= www editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +35,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --without-included-neon -# --with-neon="${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ @@ -44,5 +42,10 @@ post-configure: @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h + +# HACK: This allows test builds into a temporary directory, but in the REAL world, +# gconf would have created this directory. +pre-install: + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults .include diff -u '/usr/ports/www/screem/distinfo' '/usr/ports/local/screem/distinfo' Index: ./distinfo --- ./distinfo Tue Jun 29 19:05:19 2004 +++ ./distinfo Wed Jul 7 14:47:03 2004 @@ -1,2 +1,2 @@ -MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c -SIZE (screem-0.10.1.tar.gz) = 2350120 +MD5 (screem-0.10.2.tar.gz) = a58c72555a6cecf34c2e2f6d9fda0288 +SIZE (screem-0.10.2.tar.gz) = 2350572 diff -u '/usr/ports/www/screem/pkg-plist' '/usr/ports/local/screem/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Wed Jul 7 10:36:15 2004 +++ ./pkg-plist Wed Jul 7 17:33:36 2004 @@ -1,7 +1,10 @@ -bin/screem +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/screem/screem-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/screem.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/screem.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/screem.schemas > /dev/null || /usr/bin/true +bin/screem lib/screem/plugins/colourWizard.so lib/screem/plugins/cssWizard.so lib/screem/plugins/css_wizard.so @@ -19,8 +22,6 @@ share/gnome/help/screem/C/screem.xml share/gnome/mime-info/screem.keys share/gnome/mime-info/screem.mime -share/gnome/omf/screem/screem-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/screem.png share/gnome/pixmaps/screem/splash/splash.png share/gnome/screem/dtd/HTMLlat1.ent @@ -163,4 +164,4 @@ @dirrm share/gnome/help/screem @dirrm lib/screem/plugins @dirrm lib/screem -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true +@dirrm etc/gconf/schemas #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Wed Jul 7 17:33:54 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1263 1089241219 0100644 # p 'distinfo' 100 1089236823 0100644 # p 'pkg-plist' 7256 1089246816 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Wed Jul 7 17:33:54 2004] #### #### Checksum: 111 4269 14295 #### --- update-screem-0.10.2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: