Date: Wed, 21 May 2003 00:05:33 +0200 From: Kirill Ponomarew <ponomarew@oberon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org Subject: ports/52499: Update www/sitecopy: 0.11.4 -> 0.13.0 Message-ID: <E19IFEj-000ByT-00@voodoo.oberon.net> Resent-Message-ID: <200305202210.h4KMA88c023404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52499 >Category: ports >Synopsis: Update www/sitecopy: 0.11.4 -> 0.13.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 20 15:10:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update www/sitecopy: 0.11.4 -> 0.13.0 Bug fixes, added italian translation >How-To-Repeat: >Fix: diff -ruN sitecopy.orig/Makefile sitecopy/Makefile --- sitecopy.orig/Makefile Sat Mar 1 00:07:30 2003 +++ sitecopy/Makefile Wed May 21 00:02:31 2003 @@ -6,8 +6,7 @@ # PORTNAME= sitecopy -PORTVERSION= 0.11.4 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -17,16 +16,34 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS= --with-included-neon --with-libxml1 +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --with-included-neon --with-libxml2 +USE_REINPLACE= yes +USE_GETOPT_LONG= yes +USE_GMAKE= yes + +DOC_FILES= README \ + NEWS \ + THANKS \ + doc/update.sh .ifndef WITHOUT_SSL USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} +CONFIGURE_ARGS+= --with-ssl .endif -USE_GMAKE= yes - MAN1= sitecopy.1 + +post-patch: + @${REINPLACE_CMD} -e 's|;;|;|g' \ + ${WRKSRC}/src/sitestore.c + +.ifndef (NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} +.for doc in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff -ruN sitecopy.orig/distinfo sitecopy/distinfo --- sitecopy.orig/distinfo Sun Jan 27 23:44:13 2002 +++ sitecopy/distinfo Tue May 20 22:07:22 2003 @@ -1 +1 @@ -MD5 (sitecopy-0.11.4.tar.gz) = 2c46e70f64825903119154f24963f209 +MD5 (sitecopy-0.13.0.tar.gz) = 7a60680df1fccb746a16c5775caa432c diff -ruN sitecopy.orig/pkg-plist sitecopy/pkg-plist --- sitecopy.orig/pkg-plist Sat Mar 1 00:07:30 2003 +++ sitecopy/pkg-plist Tue May 20 23:52:16 2003 @@ -1,5 +1,4 @@ bin/sitecopy -share/doc/sitecopy/FAQ share/doc/sitecopy/NEWS share/doc/sitecopy/README share/doc/sitecopy/THANKS @@ -7,6 +6,7 @@ share/locale/cs/LC_MESSAGES/sitecopy.mo share/locale/de/LC_MESSAGES/sitecopy.mo share/locale/fr/LC_MESSAGES/sitecopy.mo +share/locale/it/LC_MESSAGES/sitecopy.mo share/locale/ja/LC_MESSAGES/sitecopy.mo share/locale/nn/LC_MESSAGES/sitecopy.mo share/locale/ru/LC_MESSAGES/sitecopy.mo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19IFEj-000ByT-00>