diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-01-14 12:47:00 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-01-14 12:47:00 +0000 |
commit | e973acc2de0cb0b1f922c6775ff38add57645254 (patch) | |
tree | 6898df4fcdbc9c51807cdbb6e4f878f3bec17a81 /www | |
parent | f3f0f25cff9687f0407a8d5599d233f6388eaeb7 (diff) | |
download | FreeBSD-ports-e973acc2de0cb0b1f922c6775ff38add57645254.zip FreeBSD-ports-e973acc2de0cb0b1f922c6775ff38add57645254.tar.gz |
Update port to version 0.11.2
PR: 33631
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/sitecopy/Makefile | 5 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 2 | ||||
-rw-r--r-- | www/sitecopy/files/patch-Makefile.in | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 4355284..c1ac3f0 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 2470a84..10bcaee 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 bf102f8..5ec3bc2 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@ |