Date: Sat, 21 Feb 2004 23:44:40 -0800 From: "\"John Merryweather Cooper,Home Office,,(509) 338-9391 \" <John Merryweather Cooper" <coop9211@uidaho.edu> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/63206: [MAINTAINER-UPDATE] Update www/plugger to 5.0_2 Message-ID: <1077435880.0@borgdemon.losaca.adelphia.net> Resent-Message-ID: <200402220750.i1M7oWAf064909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63206 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update www/plugger to 5.0_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: Sat Feb 21 23:50:32 PST 2004 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper,Home Office,,(509) 338-9391 >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD 4.9-STABLE #13: Sat Feb 21 19:44:34 PST 2004 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 >Description: * Make compatible with the FreeBSD version of OpenOffice 1.1 (which has different wrapper script names) * Adjust path to molecule to the FreeBSD path >How-To-Repeat: N/A >Fix: --- update-plugger-5.0_2 begins here --- # This is a patch for plugger to update it to plugger-5.0_2 # # 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 'plugger/Makefile' 'plugger-5.0_2/Makefile' Index: ./Makefile --- ./Makefile Thu Feb 12 23:46:24 2004 +++ ./Makefile Sat Feb 21 22:08:21 2004 @@ -2,12 +2,12 @@ # Date created: 11 Februrary 1999 # Whom: Jay Sachs <sachs@cs.williams.edu> # -# $FreeBSD: ports/www/plugger/Makefile,v 1.23 2004/02/13 06:02:52 marcus Exp $ +# $FreeBSD$ # PORTNAME= plugger PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www audio graphics multimedia MASTER_SITES= http://fredrik.hubbe.net/plugger/ @@ -30,6 +30,15 @@ -e 's|LD=gcc|LD=${CC}|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}|g' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|oowriter|openoffice-1.1-swriter|g' \ + -e 's|oocalc|openoffice-1.1-scalc|g' \ + -e 's|ooimpress|openoffice-1.1-simpress|g' \ + -e 's|oodraw|openoffice-1.1-sdraw|g' \ + -e 's|oomath|openoffice-1.1-smath|g' \ + ${WRKSRC}/pluggerrc + @${REINPLACE_CMD} -e \ + 's|/usr/X11R6/lib/xscreensaver|${X11BASE}/bin/xscreensaver-hacks|g' \ + ${WRKSRC}/pluggerrc pre-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sat Feb 21 23:40:33 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 2707 1077430101 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sat Feb 21 23:40:33 2004] #### #### Checksum: 64 2108 32635 #### --- update-plugger-5.0_2 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1077435880.0>