From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 6 15:30:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BC311065672 for ; Sat, 6 Jun 2009 15:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05F3C8FC34 for ; Sat, 6 Jun 2009 15:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n56FU6dd057482 for ; Sat, 6 Jun 2009 15:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n56FU6iZ057481; Sat, 6 Jun 2009 15:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 6 Jun 2009 15:30:06 GMT Resent-Message-Id: <200906061530.n56FU6iZ057481@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, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ECA51065670 for ; Sat, 6 Jun 2009 15:21:23 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E1B398FC15 for ; Sat, 6 Jun 2009 15:21:22 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: (qmail invoked by alias); 06 Jun 2009 15:21:21 -0000 Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124] by mail.gmx.net (mp061) with SMTP; 06 Jun 2009 17:21:21 +0200 Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id 2D18B2613F; Sat, 6 Jun 2009 17:21:18 +0200 (CEST) Message-Id: <20090606152118.2D18B2613F@u18-124.dsl.vianetworks.de> Date: Sat, 6 Jun 2009 17:21:18 +0200 (CEST) From: olli hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ohauer@gmx.de Subject: ports/135315: [patch] devel/viewvc: update to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olli hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 15:30:07 -0000 >Number: 135315 >Category: ports >Synopsis: [patch] devel/viewvc: update to 1.1.1 >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: Sat Jun 06 15:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: ohauer >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: Version 1.1.1 (released 03-Jun-2009) * fix broken query form (missing required template variables) (issue #416) * fix bug in cvsdb which caused rebuild operations to lose data (issue #417) * fix cvsdb purge/rebuild repos lookup to error on missing repos * fix misleading file contents view page title undocumented changes: * fix contrib templates which are broken in 1.1.0 (newvc, viewsvn) * remove contrib tabbed template changelist: * http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.1/CHANGES Adopt new Makefile option >How-To-Repeat: >Fix: --- patch-viewvc-1.1.1_update.txt begins here --- --- Makefile +++ Makefile @@ -6,9 +6,9 @@ # PORTNAME= viewvc -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel python -MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/45933/ +MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/46029/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= Web-based Version Control Repository Browsing @@ -29,7 +29,7 @@ INSTDIR?= ${PORTNAME} PLIST_SUB= INSTDIR=${INSTDIR} -.include +.include .if !defined(WITH_APACHE) && !defined(WITH_LIGHTTPD) USE_RC_SUBR= viewvc @@ -82,4 +82,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include --- pkg-plist +++ pkg-plist @@ -187,59 +187,6 @@ %%INSTDIR%%/templates-contrib/newvc/templates/revision.ezt %%INSTDIR%%/templates-contrib/newvc/templates/roots.ezt %%INSTDIR%%/templates-contrib/newvc/templates/rss.ezt -%%INSTDIR%%/templates-contrib/tabbed/README -%%INSTDIR%%/templates-contrib/tabbed/templates/annotate.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/diff.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/directory.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help.css -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_dirview.html -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_log.html -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_query.html -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_rootview.html -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/annotate.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back_small.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/broken.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/chalk.jpg -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvs-logo.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_16x16.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_32x32.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/diff.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/dir.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/down.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/download.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/feed-icon-16x16.jpg -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/forward.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/list.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/lock.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/log.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/svn-logo.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/text.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/up.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/view.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/viewvc-logo.png -%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/styles.css -%%INSTDIR%%/templates-contrib/tabbed/templates/error.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/graph.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/diff_form.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_footer.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_header.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/file_header.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/fileview.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/footer.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/header.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_footer.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_header.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/pathrev_form.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/include/props.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/log.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/markup.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/query.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/query_form.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/query_results.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/revision.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/roots.ezt -%%INSTDIR%%/templates-contrib/tabbed/templates/rss.ezt %%INSTDIR%%/templates-contrib/viewsvn/INSTALL %%INSTDIR%%/templates-contrib/viewsvn/README %%INSTDIR%%/templates-contrib/viewsvn/extras/svnindex.css @@ -307,11 +254,6 @@ @dirrm %%INSTDIR%%/templates-contrib/viewsvn/screenshots @dirrm %%INSTDIR%%/templates-contrib/viewsvn/extras @dirrm %%INSTDIR%%/templates-contrib/viewsvn -@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/include -@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images -@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot -@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates -@dirrm %%INSTDIR%%/templates-contrib/tabbed @dirrm %%INSTDIR%%/templates-contrib/newvc/templates/include @dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot/images @dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot --- distinfo +++ distinfo @@ -1,3 +1,3 @@ -MD5 (viewvc-1.1.0.tar.gz) = fb2e97b7e902b030dc285d4ce3bd1862 -SHA256 (viewvc-1.1.0.tar.gz) = 7936b71b6d940765d0734ff76abda5d5d3aee9118f41bbb6c8d17d79455ee202 -SIZE (viewvc-1.1.0.tar.gz) = 621495 +MD5 (viewvc-1.1.1.tar.gz) = 73f8455e8ddd3d08201ab1533a408554 +SHA256 (viewvc-1.1.1.tar.gz) = 3a7f6fc897f34b148fd225071ddf2aa9c037ec89b0b5406d95f8a479e8254462 +SIZE (viewvc-1.1.1.tar.gz) = 585955 --- patch-viewvc-1.1.1_update.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: