mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
140a5ede32
- add patch-YAML: (suggested by author) makes SVK requires YAML 0.35 only, since textproc/p5-YAML will not be updated unless it passes tests on 5.6.x. Once it is updated, please remove this patch. * I'll watch patch-YAML. PR: 78296 Submitted by: Rong-En Fan (maintainer)
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
--- Makefile.PL.orig Wed Mar 2 18:12:06 2005
|
|
+++ Makefile.PL Wed Mar 2 18:12:11 2005
|
|
@@ -16,7 +16,7 @@
|
|
# 'SVN::Core' => $required_svn,
|
|
'Algorithm::Annotate' => '0',
|
|
'Algorithm::Diff' => '0',
|
|
- 'YAML' => '0.36',
|
|
+ 'YAML' => '0.35',
|
|
'Regexp::Shellish' => '0',
|
|
'Data::Hierarchy' => '0.21',
|
|
'File::Temp' => '0.14',
|