Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2006 21:23:35 -0500 (EST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94121: [MAINTAINER] devel/svk: update to 1.07
Message-ID:  <200603060223.k262NZEB020131@woodstock.rafan.org>
Resent-Message-ID: <200603060230.k262U63n052368@freefall.freebsd.org>

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

>Number:         94121
>Category:       ports
>Synopsis:       [MAINTAINER] devel/svk: update to 1.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 06 02:30:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 1.07
- Use package dependency with version to match requirements for build
- Kill USE_REINPLACE as not needed anymore

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- svk-1.07.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile
--- /usr/ports/devel/svk/Makefile	Tue Dec 13 11:07:39 2005
+++ /home/rafan/tmp/ports/svk/Makefile	Sun Mar  5 21:22:09 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	svk
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/C/CL/CLKAO
@@ -19,10 +19,10 @@
 		${SITE_PERL}/SVN/Mirror.pm:${PORTSDIR}/devel/p5-SVN-Mirror \
 		${SITE_PERL}/Algorithm/Annotate.pm:${PORTSDIR}/devel/p5-Algorithm-Annotate \
 		${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
-		${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
+		p5-Class-Autouse>=1.15:${PORTSDIR}/devel/p5-Class-Autouse \
 		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
 		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
-		${SITE_PERL}/Data/Hierarchy.pm:${PORTSDIR}/devel/p5-Data-Hierarchy \
+		p5-Data-Hierarchy>=0.21:${PORTSDIR}/devel/p5-Data-Hierarchy \
 		${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
 		${SITE_PERL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type \
 		${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
@@ -30,19 +30,17 @@
 		${SITE_PERL}/IO/Pager.pm:${PORTSDIR}/devel/p5-IO-Pager \
 		${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
 		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		${SITE_PERL}/${PERL_ARCH}/PerlIO/eol.pm:${PORTSDIR}/devel/p5-PerlIO-eol \
-		${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
-		${SITE_PERL}/PerlIO/via/symlink.pm:${PORTSDIR}/devel/p5-PerlIO-via-symlink \
+		p5-PerlIO-eol>=0.13:${PORTSDIR}/devel/p5-PerlIO-eol \
+		p5-PerlIO-via-dynamic>=0.11:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
+		p5-PerlIO-via-symlink>=0.02:${PORTSDIR}/devel/p5-PerlIO-via-symlink \
 		${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes \
 		${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
 		${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \
-		${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple \
+		p5-SVN-Simple>=0.27:${PORTSDIR}/devel/p5-SVN-Simple \
 		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
-		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+		p5-YAML>=0.38:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-USE_REINPLACE=	yes
-
 PERL_CONFIGURE=	yes
 
 MAN1=		svk.1
@@ -111,12 +109,12 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500800
-IGNORE=		This program only support perl 5.8.0 or above
+IGNORE=		this program only support perl 5.8.0 or above
 .endif
 
 .if ${PERL_LEVEL} < 500807
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/devel/p5-Encode
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/devel/p5-Encode
+BUILD_DEPENDS+=	p5-Encode>=2.10:${PORTSDIR}/devel/p5-Encode
+RUN_DEPENDS+=	p5-Encode>=2.10:${PORTSDIR}/devel/p5-Encode
 .endif
 
 pre-everything::
diff -ruN --exclude=CVS /usr/ports/devel/svk/distinfo /home/rafan/tmp/ports/svk/distinfo
--- /usr/ports/devel/svk/distinfo	Tue Dec 13 11:07:39 2005
+++ /home/rafan/tmp/ports/svk/distinfo	Sun Mar  5 21:01:17 2006
@@ -1,3 +1,3 @@
-MD5 (SVK-1.06.tar.gz) = 2f863969a5ed73c25b3f95ef944caf7f
-SHA256 (SVK-1.06.tar.gz) = 500aceac3a3ab0b7c3a18299ac89397ad47e2471030bbee43a3b7f6c466415c2
-SIZE (SVK-1.06.tar.gz) = 262725
+MD5 (SVK-1.07.tar.gz) = d559ab3e4cd14ebfcb2a13e3218b80f2
+SHA256 (SVK-1.07.tar.gz) = e0292003417010f8d52ec0c074c2fb7d218dc42654c2aacc5883434995b2663f
+SIZE (SVK-1.07.tar.gz) = 264640
--- svk-1.07.patch ends here ---

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



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