From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 11 17:50:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A2B116A4CE for ; Wed, 11 May 2005 17:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE22043D5F for ; Wed, 11 May 2005 17:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4BHo2Ax006626 for ; Wed, 11 May 2005 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4BHo21Y006610; Wed, 11 May 2005 17:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 11 May 2005 17:50:02 GMT Resent-Message-Id: <200505111750.j4BHo21Y006610@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, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3121C16A4CE for ; Wed, 11 May 2005 17:46:41 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A36043D69 for ; Wed, 11 May 2005 17:46:40 +0000 (GMT) (envelope-from rafan@woodstock.rafan.org) Received: from localhost (localhost [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 0ABFB52EDA for ; Thu, 12 May 2005 01:46:40 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54770-102 for ; Thu, 12 May 2005 01:46:38 +0800 (CST) Received: from woodstock.rafan.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 58CC1520DF for ; Thu, 12 May 2005 01:46:38 +0800 (CST) Received: (from rafan@localhost) by woodstock.rafan.org (8.13.3/8.13.3/Submit) id j4BHkYSR002756; Thu, 12 May 2005 01:46:34 +0800 (CST) (envelope-from rafan) Message-Id: <200505111746.j4BHkYSR002756@woodstock.rafan.org> Date: Thu, 12 May 2005 01:46:34 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80910: [MAINTAINER] devel/svk: update to 1.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 17:50:03 -0000 >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@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 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: