aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-04 12:06:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-04 12:06:46 +0000
commitfaf8ee49c60318dde7a0fda0731dfc27011eedf1 (patch)
tree0fbd804f69c20518b59195e1216bd229d209adc2
parent76c5f77b2025fd06525ee6757000f258a7d33f12 (diff)
downloadports-faf8ee49c60318dde7a0fda0731dfc27011eedf1.tar.gz
ports-faf8ee49c60318dde7a0fda0731dfc27011eedf1.zip
Notes
-rw-r--r--textproc/p5-Text-Markdown/Makefile2
-rw-r--r--textproc/p5-Text-Markdown/distinfo6
-rw-r--r--textproc/p5-Text-Markdown/files/patch-Makefile.PL13
3 files changed, 17 insertions, 4 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile
index 27c9629e0f87..1275c259b3de 100644
--- a/textproc/p5-Text-Markdown/Makefile
+++ b/textproc/p5-Text-Markdown/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Markdown
-PORTVERSION= 1.0.16
+PORTVERSION= 1.0.17
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo
index e46a595fa069..d613c85e7b3d 100644
--- a/textproc/p5-Text-Markdown/distinfo
+++ b/textproc/p5-Text-Markdown/distinfo
@@ -1,3 +1,3 @@
-MD5 (Text-Markdown-1.0.16.tar.gz) = 677f6f21a8e1da099b5e493497c171d3
-SHA256 (Text-Markdown-1.0.16.tar.gz) = 188006e8aca2384630d11bd67d9a8e862f9e3acb423f1462c30cfe033038a8bb
-SIZE (Text-Markdown-1.0.16.tar.gz) = 126735
+MD5 (Text-Markdown-1.0.17.tar.gz) = 6b925eda2aea9559f299d1170d1e6348
+SHA256 (Text-Markdown-1.0.17.tar.gz) = f3a8c609a8e406a2fc1ee38521d02d7947675e402a159b1f0217de646f1c230a
+SIZE (Text-Markdown-1.0.17.tar.gz) = 134030
diff --git a/textproc/p5-Text-Markdown/files/patch-Makefile.PL b/textproc/p5-Text-Markdown/files/patch-Makefile.PL
new file mode 100644
index 000000000000..cf1d2fad7fe2
--- /dev/null
+++ b/textproc/p5-Text-Markdown/files/patch-Makefile.PL
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig 2008-04-03 21:43:19.000000000 -0300
++++ Makefile.PL 2008-04-03 21:43:29.000000000 -0300
+@@ -19,8 +19,8 @@
+ build_requires 'FindBin' => undef;
+
+ # Scripts I install
+-prompt_script('script/Markdown.pl');
+-prompt_script('script/MultiMarkdown.pl');
++#prompt_script('script/Markdown.pl');
++#prompt_script('script/MultiMarkdown.pl');
+
+ auto_install;
+ WriteAll;