diff options
author | pav <pav@FreeBSD.org> | 2008-04-04 20:06:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-04 20:06:46 +0800 |
commit | 85e9e062a9c89c15413ea125b62952b3eb57e7d5 (patch) | |
tree | af1a426cd6b756b0180e1e4b86a5b104070fc43b /textproc/p5-Text-Markdown | |
parent | 63581dfd4a03b2f33cb39be01d0e0fdad5a9f875 (diff) | |
download | freebsd-ports-gnome-85e9e062a9c89c15413ea125b62952b3eb57e7d5.tar.gz freebsd-ports-gnome-85e9e062a9c89c15413ea125b62952b3eb57e7d5.tar.zst freebsd-ports-gnome-85e9e062a9c89c15413ea125b62952b3eb57e7d5.zip |
- Update to 1.0.17
PR: ports/122436
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Diffstat (limited to 'textproc/p5-Text-Markdown')
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/files/patch-Makefile.PL | 13 |
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; |