Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2004 13:59:34 +0200
From:      Martin Kammerhofer <dada@pluto.tugraz.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68507: Update port: sysutils/cvsweb-converters to version 0.2.2
Message-ID:  <200406301159.i5UBxYUd014853@pluto.tugraz.at>
Resent-Message-ID: <200406301210.i5UCAJcS022711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68507
>Category:       ports
>Synopsis:       Update port: sysutils/cvsweb-converters to version 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 30 12:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
Graz University
>Environment:
System: FreeBSD Martin.liebt.Susi 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun 23 10:36:03 CEST 2004 Martin Kammerhofer@Martin.liebt.Susi:/usr/src/sys/compile/GEIDORF4 i386

>Description:
Update from 0.2.1 to the 0.2.2 version. Parse FreeBSD commitmessages
again, after the date format has changed slightly on 5 June 2004.

>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v
retrieving revision 1.1.1.3
retrieving revision 1.6
diff -u -t -r1.1.1.3 -r1.6
--- Makefile	5 Dec 2003 18:23:35 -0000	1.1.1.3
+++ Makefile	29 Jun 2004 17:01:41 -0000	1.6
@@ -6,35 +6,22 @@
 #
 
 PORTNAME=       cvsweb-converters
-PORTVERSION=    0.2.1
+PORTVERSION=    0.2.2
 CATEGORIES=     sysutils
 MASTER_SITES=   http://www.sbox.TUGraz.at/home/d/dada/distfiles/
 
 MAINTAINER=     mkamm@gmx.net
 COMMENT=        Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
 
-RUN_DEPENDS=    ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
+BUILD_DEPENDS=  ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
                 ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
                 ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
                 ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
+RUN_DEPENDS=    ${BUILD_DEPENDS}
 
 NO_BUILD=       yes
 USE_PERL5=      yes
-
-post-patch:
-        @${PERL} -i -wpe '                      \
-            s[ \@PREFIX\@ ](${PREFIX})gx;       \
-            s[ \@PERL\@  ](${PERL})gx;          \
-        ' -- "${WRKSRC}"/*.pl.in
-
-do-install:
-        cd ${WRKSRC} &&                                         \
-        ${MKDIR} -- "${PREFIX}/bin" "${PREFIX}/etc" &&          \
-        for f in cvsuplog2cvsweb.pl.in cvsrdiff2cvsweb.pl.in    \
-          commitlog2cvsweb.pl.in; do ${INSTALL_SCRIPT} --       \
-                $$f "${PREFIX}/bin/`basename $$f .pl.in`";      \
-        done &&                                                 \
-        ${INSTALL_DATA} -- cvsweb-converters.conf.sample "${PREFIX}/etc"
+GNU_CONFIGURE=  yes
 
 post-install:
         @${CAT} ${PKGMESSAGE}
Index: distinfo
===================================================================
RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/distinfo,v
retrieving revision 1.1.1.3
retrieving revision 1.4
diff -u -t -r1.1.1.3 -r1.4
--- distinfo	31 Mar 2004 03:11:21 -0000	1.1.1.3
+++ distinfo	29 Jun 2004 17:01:41 -0000	1.4
@@ -1,2 +1,2 @@
-MD5 (cvsweb-converters-0.2.1.tar.gz) = 0da2acd2cca7bae2f416d2e6147dbac9
-SIZE (cvsweb-converters-0.2.1.tar.gz) = 60184
+MD5 (cvsweb-converters-0.2.2.tar.gz) = 38db134c6a4f3fbf86f7061c659d76ea
+SIZE (cvsweb-converters-0.2.2.tar.gz) = 62056
Index: pkg-descr
===================================================================
RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/pkg-descr,v
retrieving revision 1.1.1.2
retrieving revision 1.3
diff -u -t -r1.1.1.2 -r1.3
--- pkg-descr	22 Nov 2003 09:42:35 -0000	1.1.1.2
+++ pkg-descr	29 Jun 2004 17:03:26 -0000	1.3
@@ -18,6 +18,6 @@
   2. WWW access to the repository with the cvsweb CGI.
 To use commitlog2cvsweb you have to track the cvsroot-common and
 cvsroot-src part of the FreeBSD CVS repository with cvsup. This
-requires some 25 megabytes disk space for the commit logs.
+requires some 27 megabytes disk space for the commit logs.
 --
 Martin Kammerhofer <mkamm@gmx.net>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406301159.i5UBxYUd014853>