Date: Thu, 18 Jun 2009 19:24:45 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fernan@iib.unsam.edu.ar Subject: ports/135793: [PATCH] textproc/p5-Text-Markdown: update to 1.0.24 Message-ID: <200906182324.n5INOjZD028047@frieza.p6m7g8.net> Resent-Message-ID: <200906182330.n5INUcG7006345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135793 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-Markdown: update to 1.0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 18 23:30:37 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 1.0.24 Port maintainer (fernan@iib.unsam.edu.ar) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-Markdown-1.0.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 4 May 2008 16:49:47 -0000 1.4 +++ Makefile 18 Jun 2009 23:12:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-Markdown -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,10 @@ BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= 5.8.0+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 4 May 2008 16:49:47 -0000 1.4 +++ distinfo 18 Jun 2009 03:36:48 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-Markdown-1.0.19.tar.gz) = 2d13914acc268c99551f5d48d431e01a -SHA256 (Text-Markdown-1.0.19.tar.gz) = 065df0e5a95af04bae18fe18f323839a27958f6c92f17b8ee6ff16c2c1402cdc -SIZE (Text-Markdown-1.0.19.tar.gz) = 154374 +MD5 (Text-Markdown-1.0.24.tar.gz) = 471d61df7fdf66a791d66ad37074bd7b +SHA256 (Text-Markdown-1.0.24.tar.gz) = 5f5be987f39960f4fdd1d92d305a61df73870349754469910733cacd0132d0de +SIZE (Text-Markdown-1.0.24.tar.gz) = 143401 Index: files/patch-Makefile.PL =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/files/patch-Makefile.PL,v retrieving revision 1.1 diff -u -u -r1.1 patch-Makefile.PL --- files/patch-Makefile.PL 4 Apr 2008 12:06:46 -0000 1.1 +++ files/patch-Makefile.PL 18 Jun 2009 22:18:45 -0000 @@ -1,6 +1,6 @@ ---- 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 @@ +--- ./Makefile.PL.orig 2009-06-18 18:18:38.664731991 -0400 ++++ ./Makefile.PL 2009-06-18 18:18:23.000000000 -0400 +@@ -20,7 +20,7 @@ build_requires 'FindBin' => undef; # Scripts I install @@ -9,5 +9,4 @@ +#prompt_script('script/Markdown.pl'); +#prompt_script('script/MultiMarkdown.pl'); - auto_install; WriteAll; --- p5-Text-Markdown-1.0.24.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?200906182324.n5INOjZD028047>