Skip site navigation (1)Skip section navigation (2)
Date:      16 Sep 2002 15:37:03 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ajr@subdimension.com
Subject:   ports/42842: Update port: sysutils/fastest_cvsup to 0.2.8 [PATCH]
Message-ID:  <20020916153703.36956.qmail@outpost.globcon.net>

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

>Number:         42842
>Category:       ports
>Synopsis:       Update port: sysutils/fastest_cvsup to 0.2.8 [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 08:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update to 0.2.8 (fixed the progress meter for displaying color)
- Use SITE_PERL to shorten RUN_DEPENDS a bit
>How-To-Repeat:
>Fix:
--- fastest_cvsup-0.2.8.patch begins here ---
diff -urN /usr/ports/sysutils/fastest_cvsup/Makefile /home/sgk/ports/sysutils/fastest_cvsup/Makefile
--- /usr/ports/sysutils/fastest_cvsup/Makefile	Sat Aug 10 04:08:57 2002
+++ /home/sgk/ports/sysutils/fastest_cvsup/Makefile	Mon Sep 16 19:26:31 2002
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	fastest_cvsup
-PORTVERSION=	0.2.7
+PORTVERSION=	0.2.8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/
 
 MAINTAINER=	ajr@subdimension.com
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS=	\
+	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 
 USE_PERL5=	yes
+SITE_PERL=      ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 
 MAN7=		fastest_cvsup.7
 
diff -urN /usr/ports/sysutils/fastest_cvsup/distinfo /home/sgk/ports/sysutils/fastest_cvsup/distinfo
--- /usr/ports/sysutils/fastest_cvsup/distinfo	Sat Aug 10 04:08:57 2002
+++ /home/sgk/ports/sysutils/fastest_cvsup/distinfo	Mon Sep 16 19:26:40 2002
@@ -1 +1 @@
-MD5 (fastest_cvsup-0.2.7.tar.gz) = 0314e494ff5a50dfb9ff64f4f15826e3
+MD5 (fastest_cvsup-0.2.8.tar.gz) = 429ae0b0456260c502e8b3ef194c1809
--- fastest_cvsup-0.2.8.patch ends here ---

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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