From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 20 15:10:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D04C237B405 for ; Tue, 20 May 2003 15:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE5C243F93 for ; Tue, 20 May 2003 15:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4KMA8Up023405 for ; Tue, 20 May 2003 15:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4KMA88c023404; Tue, 20 May 2003 15:10:08 -0700 (PDT) Resent-Date: Tue, 20 May 2003 15:10:08 -0700 (PDT) Resent-Message-Id: <200305202210.h4KMA88c023404@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 616C137B401; Tue, 20 May 2003 15:06:37 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C036D43F75; Tue, 20 May 2003 15:06:36 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19IFFc-000561-00; Wed, 21 May 2003 00:06:28 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19IFEj-000ByT-00; Wed, 21 May 2003 00:05:33 +0200 Message-Id: Date: Wed, 21 May 2003 00:05:33 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: olgeni@FreeBSD.org Subject: ports/52499: Update www/sitecopy: 0.11.4 -> 0.13.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 22:10:10 -0000 >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 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: