From johnmary@adelphia.net  Thu Jul  8 00:36:40 2004
Return-Path: <johnmary@adelphia.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 757F216A4D0
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040708003639.CCRR23406.mta9.adelphia.net@68-169-191-150.losaca.adelphia.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          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" <johnmary@adelphia.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [MAINTAINER-UPDATE] Update www/screem to 0.10.2
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 00:40:19 GMT 2004
>Closed-Date:    Thu Jul 08 02:29:57 GMT 2004
>Last-Modified:  Thu Jul 08 02:29:57 GMT 2004
>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 <andrews@technologist.com>
 #
-# $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 <bsd.port.mk>
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:

From: Adam Weinberger <adamw@FreeBSD.org>
To: John Merryweather Cooper <johnmary@adelphia.net>
Cc: FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/68791: [MAINTAINER-UPDATE] Update www/screem to 0.10.2
Date: Wed, 7 Jul 2004 20:50:04 -0400

 >> (07.07.2004 @ 2036 PST): John Merryweather Cooper said, in 5.3K: <<
 > -# $FreeBSD: ports/www/screem/Makefile,v 1.45 2004/04/18 17:58:59 marcus Exp $
 > +# $FreeBSD$
 
 Please don't nuke the $FreeBSD$ line...
 
 > +# 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
 
 This is true of many, many ports. I don't think it should be added to
 port Makefiles.
 
 > +@dirrm etc/gconf/schemas
 
 This directory isn't unique to screem. There shouldn't be an attempt to
 delete it (which will necessarily fail, btw).
 
 # Adam
 
 
 --
 Adam Weinberger
 adamw@magnesium.net || adamw@FreeBSD.org
 adamw@vectors.cx    ||   adamw@gnome.org
 http://www.vectors.cx
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Thu Jul 8 02:29:47 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68791 
>Unformatted:
