From pgollucci@frieza.p6m7g8.net  Thu Jun 18 23:26:49 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3FFD4106568C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:24:53 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id F2C2E8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:24:52 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INOjOm028048;
	Thu, 18 Jun 2009 19:24:45 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INOjZD028047;
	Thu, 18 Jun 2009 19:24:45 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <200906182324.n5INOjZD028047@frieza.p6m7g8.net>
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: [PATCH] textproc/p5-Text-Markdown: update to 1.0.24
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fernan@iib.unsam.edu.ar

>Number:         135793
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-Markdown: update to 1.0.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 18 23:30:37 UTC 2009
>Closed-Date:    Fri Jun 19 03:28:31 UTC 2009
>Last-Modified:  Fri Jun 19 03:30:17 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 18 23:38:00 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135793 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 18 23:38:04 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135793 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fernan@iib.unsam.edu.ar
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135793: [PATCH] textproc/p5-Text-Markdown: update to 1.0.24
Date: Thu, 18 Jun 2009 23:38:02 UT

 Maintainer of textproc/p5-Text-Markdown,
 
 Please note that PR ports/135793 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135793
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/135793: [PATCH] textproc/p5-Text-Markdown: update to 1.0.24
Date: Thu, 18 Jun 2009 23:47:07 -0300

 On Thu, Jun 18, 2009 at 8:38 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 >
 > Maintainer of textproc/p5-Text-Markdown,
 >
 > Please note that PR ports/135793 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/135793
 
 Approved. Thanks!
 
 --
 fernan
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 19 03:21:00 UTC 2009 
State-Changed-Why:  
feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135793 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 19 03:28:30 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135793 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135793: commit references a PR
Date: Fri, 19 Jun 2009 03:28:12 +0000 (UTC)

 pgollucci    2009-06-19 03:28:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Text-Markdown Makefile distinfo 
     textproc/p5-Text-Markdown/files patch-Makefile.PL 
   Log:
   - Update to 1.0.24
   
   PR:             ports/135793
   Approved by:    maintainer
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.5       +5 -3      ports/textproc/p5-Text-Markdown/Makefile
   1.5       +3 -3      ports/textproc/p5-Text-Markdown/distinfo
   1.2       +3 -4      ports/textproc/p5-Text-Markdown/files/patch-Makefile.PL
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
