Date: Sun, 6 Jan 2002 20:43:55 -0800 (PST) From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD-gnats-submit@freebsd.org Cc: olgeni@freebsd.org Subject: ports/33631: [PATCH] Update sitecopy to 0.11.2 Message-ID: <20020107044355.4696015503@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Number: 33631 >Category: ports >Synopsis: [PATCH] Update sitecopy to 0.11.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 06 20:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #45: Sat Jan 5 23:36:32 PST 2002 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update to the latest version of sitecopy (released today by the author). This version depends on www/neon and no longer needs the old internal build of neon. >How-To-Repeat: N/A >Fix: Summary of changes: # 'sitecopy.new/Makefile' | 0 # 'sitecopy.new/distinfo' | 0 # 'sitecopy.new/files/patch-Makefile.in' | 0 # ./Makefile | 6 ++++-- # ./distinfo | 2 +- # ./files/patch-Makefile.in | 6 +++--- # 6 files changed, 8 insertions(+), 6 deletions(-) The patch: # This is a patch for sitecopy to update it to sitecopy.new # # 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 'sitecopy/Makefile' 'sitecopy.new/Makefile' Index: ./Makefile --- ./Makefile Tue Jun 5 13:54:37 2001 +++ ./Makefile Sun Jan 6 20:35:24 2002 @@ -2,11 +2,11 @@ # Date created: 15 January 1999 # Whom: nik # -# $FreeBSD: ports/www/sitecopy/Makefile,v 1.23 2001/06/05 20:54:37 olgeni Exp $ +# $FreeBSD$ # PORTNAME= sitecopy -PORTVERSION= 0.10.15 +PORTVERSION= 0.11.2 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -15,6 +15,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ xml.5:${PORTSDIR}/textproc/libxml +BUILD_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon +RUN_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" diff -u 'sitecopy/distinfo' 'sitecopy.new/distinfo' Index: ./distinfo --- ./distinfo Fri Feb 23 08:26:12 2001 +++ ./distinfo Sun Jan 6 10:28:29 2002 @@ -1 +1 @@ -MD5 (sitecopy-0.10.15.tar.gz) = a6c423bc1f0bdcfd230b878f81a2129c +MD5 (sitecopy-0.11.2.tar.gz) = b1f7fefd786b5cef3f9a1b3f4f16c3f1 diff -u 'sitecopy/files/patch-Makefile.in' 'sitecopy.new/files/patch-Makefile.in' Index: ./files/patch-Makefile.in --- ./files/patch-Makefile.in Wed Jan 31 07:22:10 2001 +++ ./files/patch-Makefile.in Sun Jan 6 10:31:52 2002 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Jan 26 22:16:42 2001 -+++ Makefile.in Fri Jan 26 22:16:47 2001 -@@ -23,7 +23,7 @@ +--- Makefile.in Sun Jan 6 10:28:49 2002 ++++ Makefile.in.new Sun Jan 6 10:31:22 2002 +@@ -18,7 +18,7 @@ datadir = $(prefix)/@DATADIRNAME@ # Previously I had: # datadir = @datadir@/sitecopy -docdir = $(prefix)/doc/sitecopy +docdir = $(prefix)/share/doc/sitecopy + localedir = $(datadir)/locale sc_datadir = $(datadir)/sitecopy - top_srcdir = @top_srcdir@ #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sun Jan 6 20:38:20 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 603 1010378124 0100644 # p 'distinfo' 65 1010341709 0100644 # p 'files/patch-Makefile.in' 328 1010341912 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sun Jan 6 20:38:20 2002] #### #### Checksum: 85 2918 24054 #### >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020107044355.4696015503>