From b9e5e457e61380047e833004ccdc0dd19c5e8e69 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Mon, 14 Jan 2002 12:47:00 +0000 Subject: Update port to version 0.11.2 PR: 33631 Submitted by: John Merryweather Cooper --- www/sitecopy/Makefile | 5 +++-- www/sitecopy/distinfo | 2 +- www/sitecopy/files/patch-Makefile.in | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'www/sitecopy') diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 43552844ca13..c1ac3f06b2ed 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sitecopy -PORTVERSION= 0.10.15 -PORTREVISION= 1 +PORTVERSION= 0.11.2 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -15,6 +14,8 @@ MAINTAINER= olgeni@FreeBSD.org 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 --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index 2470a8425f80..10bcaeea9606 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -1 +1 @@ -MD5 (sitecopy-0.10.15.tar.gz) = a6c423bc1f0bdcfd230b878f81a2129c +MD5 (sitecopy-0.11.2.tar.gz) = b1f7fefd786b5cef3f9a1b3f4f16c3f1 diff --git a/www/sitecopy/files/patch-Makefile.in b/www/sitecopy/files/patch-Makefile.in index bf102f8e695a..5ec3bc236ee5 100644 --- a/www/sitecopy/files/patch-Makefile.in +++ b/www/sitecopy/files/patch-Makefile.in @@ -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.orig Sun Jan 6 10:28:49 2002 ++++ Makefile.in 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@ -- cgit v1.2.3