ports/80910: [MAINTAINER] devel/svk: update to 1.00

Rong-En Fan rafan at infor.org
Wed May 11 17:50:03 UTC 2005


>Number:         80910
>Category:       ports
>Synopsis:       [MAINTAINER] devel/svk: update to 1.00
>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:   Wed May 11 17:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.rafan.org 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Wed May 11 20:20:00 CST 2005
>Description:
- Update to 1.00
- Drop WITH_PPERL support and a UPDATING entry:

20050512:
  AFFECTS: users of devel/svk
  AUTHOR: rafan at infor.org

  Since SVK 0.30, it is faster enough and PPerl causes some problems.
  Thus, the SVK port no longer supports WITH_PPERL knob.
  If you still want to use PPerl with it, please go and read:
  http://svk.elixus.org/?SVKAndPPerl for details.

Removed file(s):
- files/patch-bin-svk

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

--- svk-1.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile
--- /usr/ports/devel/svk/Makefile	Wed Apr  6 16:59:57 2005
+++ /home/rafan/tmp/ports/svk/Makefile	Thu May 12 01:42:20 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	svk
-PORTVERSION=	0.991
+PORTVERSION=	1.00
 PORTREVISION=	0
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@@ -42,8 +42,6 @@
 		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-OPTIONS=	PPERL "Run svk with PPerl" off
-
 USE_REINPLACE=	yes
 
 PERL_CONFIGURE=	yes
@@ -117,13 +115,6 @@
 IGNORE=		This program only support perl 5.8.0 or above
 .endif
 
-PPERL=		${PERL}
-
-.if defined(WITH_PPERL)
-RUN_DEPENDS+=	pperl:${PORTSDIR}/devel/p5-PPerl
-PPERL=		${LOCALBASE}/bin/pperl
-.endif
-
 pre-everything::
 	@${ECHO} ""
 	@${ECHO} "If you see some missing dependency, please update your"
@@ -131,18 +122,11 @@
 	@${ECHO} ""
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,%%PPERL%%,${PPERL}," ${WRKSRC}/bin/svk
 	@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
 
 post-install:
 	@${ECHO}
 	@${CAT} ${PKGMESSAGE}
 	@${ECHO}
-.if defined(WITH_PPERL)
-	@${ECHO}
-	@${ECHO} "SVK with PPerl has been known some annoying problems,"
-	@${ECHO} "please read http://svk.elixus.org/?SVKAndPPerl for details."
-	@${ECHO}
-.endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/svk/distinfo /home/rafan/tmp/ports/svk/distinfo
--- /usr/ports/devel/svk/distinfo	Wed Apr  6 16:59:57 2005
+++ /home/rafan/tmp/ports/svk/distinfo	Wed May 11 23:51:38 2005
@@ -1,2 +1,2 @@
-MD5 (SVK-0.991.tar.gz) = 07be4e5d391b54e9eff288379376e561
-SIZE (SVK-0.991.tar.gz) = 231989
+MD5 (SVK-1.00.tar.gz) = 19b89329de175720d25a8b784b04ae1f
+SIZE (SVK-1.00.tar.gz) = 235278
diff -ruN --exclude=CVS /usr/ports/devel/svk/files/patch-YAML /home/rafan/tmp/ports/svk/files/patch-YAML
--- /usr/ports/devel/svk/files/patch-YAML	Thu Mar  3 01:14:25 2005
+++ /home/rafan/tmp/ports/svk/files/patch-YAML	Wed May 11 23:54:10 2005
@@ -1,10 +1,10 @@
---- Makefile.PL.orig	Wed Mar  2 18:12:06 2005
-+++ Makefile.PL	Wed Mar  2 18:12:11 2005
+--- Makefile.PL.orig	Sat Apr 30 02:48:19 2005
++++ Makefile.PL	Wed May 11 23:53:59 2005
 @@ -16,7 +16,7 @@
  #        'SVN::Core'   => $required_svn,
          'Algorithm::Annotate'   => '0',
          'Algorithm::Diff'       => '0',
--        'YAML'                  => '0.36',
+-        'YAML'                  => '0.38',
 +        'YAML'                  => '0.35',
          'Regexp::Shellish'      => '0',
          'Data::Hierarchy'       => '0.21',
diff -ruN --exclude=CVS /usr/ports/devel/svk/files/patch-bin-svk /home/rafan/tmp/ports/svk/files/patch-bin-svk
--- /usr/ports/devel/svk/files/patch-bin-svk	Thu Aug 12 09:49:53 2004
+++ /home/rafan/tmp/ports/svk/files/patch-bin-svk	Thu Jan  1 08:00:00 1970
@@ -1,8 +0,0 @@
---- bin/svk.orig	Sun Jul 25 21:59:38 2004
-+++ bin/svk	Sun Jul 25 21:59:46 2004
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-+#!%%PPERL%% -w
- use strict;
- use SVK;
- our $VERSION = $SVK::VERSION;
--- svk-1.00.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list