Date: Tue, 21 Sep 2004 19:59:13 +0800 (CST) From: Rong-En Fan <rafan@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71969: [MAINTAINER] devel/svk: update to 0.21 Message-ID: <200409211159.i8LBxDfb013010@woodstock.csie.org> Resent-Message-ID: <200409211200.i8LC0okU049649@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71969 >Category: ports >Synopsis: [MAINTAINER] devel/svk: update to 0.21 >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: Tue Sep 21 12:00:50 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #19: Mon Sep 20 21:58:13 CST 2004 >Description: - Update to 0.21 - This is second beta release for SVK, and it's SVK's one year birthday! - It depends on a new port which I submitted yesterday, called p5-IO-Digest, so please wait that port be committed then handle this pr, thanks. - I also add a warning messages when user wants to run SVK with PPerl. When using PPerl, (currently) it can be used for signle user. And it doesn't respect umask. These 2 problems are PPerl's, but I think a warning is good for users. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- svk-0.21.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile --- /usr/ports/devel/svk/Makefile Mon Aug 23 22:39:12 2004 +++ /home/rafan/tmp/ports/svk/Makefile Tue Sep 21 19:54:54 2004 @@ -6,7 +6,7 @@ # PORTNAME= svk -PORTVERSION= 0.19 +PORTVERSION= 0.21 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -23,8 +23,10 @@ ${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 \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \ ${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ + ${SITE_PERL}/IO/Digest.pm:${PORTSDIR}/devel/p5-IO-Digest \ ${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}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \ @@ -70,6 +72,7 @@ SVK::Command::Patch.3 \ SVK::Command::Propdel.3 \ SVK::Command::Propedit.3 \ + SVK::Command::Propget.3 \ SVK::Command::Proplist.3 \ SVK::Command::Propset.3 \ SVK::Command::Resolved.3 \ @@ -91,6 +94,7 @@ SVK::Notify.3 \ SVK::Patch.3 \ SVK::Target.3 \ + SVK::Target::Universal.3 \ SVK::XD.3 .include <bsd.port.pre.mk> @@ -120,5 +124,11 @@ @${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 Mon Aug 23 22:39:12 2004 +++ /home/rafan/tmp/ports/svk/distinfo Mon Sep 20 13:59:27 2004 @@ -1,2 +1,2 @@ -MD5 (SVK-0.19.tar.gz) = 0a842eb28dbe1a8e450f68623b6cb1f6 -SIZE (SVK-0.19.tar.gz) = 109415 +MD5 (SVK-0.21.tar.gz) = 3d0d854275e8e339c834a90c45ca5e1a +SIZE (SVK-0.21.tar.gz) = 140232 diff -ruN --exclude=CVS /usr/ports/devel/svk/pkg-plist /home/rafan/tmp/ports/svk/pkg-plist --- /usr/ports/devel/svk/pkg-plist Mon Aug 23 22:39:12 2004 +++ /home/rafan/tmp/ports/svk/pkg-plist Mon Sep 20 16:12:21 2004 @@ -25,6 +25,7 @@ %%SITE_PERL%%/SVK/Command/Patch.pm %%SITE_PERL%%/SVK/Command/Propdel.pm %%SITE_PERL%%/SVK/Command/Propedit.pm +%%SITE_PERL%%/SVK/Command/Propget.pm %%SITE_PERL%%/SVK/Command/Proplist.pm %%SITE_PERL%%/SVK/Command/Propset.pm %%SITE_PERL%%/SVK/Command/Resolved.pm @@ -53,11 +54,13 @@ %%SITE_PERL%%/SVK/Notify.pm %%SITE_PERL%%/SVK/Patch.pm %%SITE_PERL%%/SVK/Target.pm +%%SITE_PERL%%/SVK/Target/Universal.pm %%SITE_PERL%%/SVK/Util.pm %%SITE_PERL%%/SVK/XD.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVK/.packlist @dirrm %%SITE_PERL%%/SVK/I18N @dirrm %%SITE_PERL%%/SVK/Editor @dirrm %%SITE_PERL%%/SVK/Command +@dirrm %%SITE_PERL%%/SVK/Target @dirrm %%SITE_PERL%%/SVK @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVK 2>/dev/null || true --- svk-0.21.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?200409211159.i8LBxDfb013010>