mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Update to 0.21
- This is second beta release for SVK, and it's SVK's one year birthday! - 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. PR: ports/71969 Submitted by: Rong-En Fan <rafan AT infor dot org> Approved by: mentor (vanilla)
This commit is contained in:
parent
b8da1dc3eb
commit
ae96fcaeaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118987
@ -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 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversio
|
||||
${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 @@ MAN3= SVK.3 \
|
||||
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 @@ MAN3= SVK.3 \
|
||||
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 @@ 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>
|
||||
|
@ -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
|
||||
|
@ -25,6 +25,7 @@ bin/svk
|
||||
%%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 @@ bin/svk
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user