From nobody@FreeBSD.org  Sat Feb 23 20:18:14 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5292C16A506
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:18:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5240B13C45B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:18:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NKFZ2m007631
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:15:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1NKFZel007630;
	Sat, 23 Feb 2008 20:15:35 GMT
	(envelope-from nobody)
Message-Id: <200802232015.m1NKFZel007630@www.freebsd.org>
Date: Sat, 23 Feb 2008 20:15:35 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] textproc/p5-Text-Markdown
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: fernan@iib.unsam.edu.ar

>Number:         121027
>Category:       ports
>Synopsis:       [UPDATE] textproc/p5-Text-Markdown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:20:05 UTC 2008
>Closed-Date:    Mon Mar 03 21:42:27 UTC 2008
>Last-Modified:  Mon Mar 03 21:42:27 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.0.13
- Use CPAN macro
- Better adjustment of dependences
- PERL_CONFIGURE instead of PERL_MODBUILD
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Apr 2006 09:08:55 -0000	1.1
+++ Makefile	21 Feb 2008 15:01:12 -0000
@@ -6,19 +6,26 @@
 #
 
 PORTNAME=	Text-Markdown
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.13
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Text
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	fernan@iib.unsam.edu.ar
 COMMENT=	Markdown Perl5 module
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+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}
 
-PERL_MODBUILD=	YES
+PERL_CONFIGURE=	5.8.0+
 
-MAN3=		Text::Markdown.3
+MAN3=		Text::Markdown.3 \
+		Text::MultiMarkdown.3
+
+post-extract:
+	@${RM} -rf ${WRKSRC}/inc
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	25 Apr 2006 09:08:55 -0000	1.1
+++ distinfo	21 Feb 2008 15:01:12 -0000
@@ -1,3 +1,3 @@
-MD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac
-SHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
-SIZE (Text-Markdown-1.0.3.tar.gz) = 17372
+MD5 (Text-Markdown-1.0.13.tar.gz) = 091ca2e2d4413ece9e266a6d2cc3a941
+SHA256 (Text-Markdown-1.0.13.tar.gz) = afde2b28c8d98120fc737d08e44ed0766eb3a2b949dd6234dcb589d3665efe41
+SIZE (Text-Markdown-1.0.13.tar.gz) = 124314
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	25 Apr 2006 09:08:55 -0000	1.1
+++ pkg-plist	21 Feb 2008 15:01:12 -0000
@@ -1,2 +1,6 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
+%%SITE_PERL%%/Text/MultiMarkdown.pm
 %%SITE_PERL%%/Text/Markdown.pm
 @dirrmtry %%SITE_PERL%%/Text
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 23 20:21:01 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121027 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 23 20:21:05 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/121027: [UPDATE] textproc/p5-Text-Markdown
Date: Mon, 25 Feb 2008 11:40:26 -0300

 | Maintainer of textproc/p5-Text-Markdown,
 | 
 | Please note that PR ports/121027 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/121027
 | 
 
 Approved, thanks!
 

From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: bug-followup@FreeBSD.org, lippemail@gmail.com
Cc:  
Subject: Re: ports/121027 [UPDATE] textproc/p5-Text-Markdown
Date: Wed, 27 Feb 2008 10:50:56 -0300

 This is a multi-part message in MIME format.
 --------------020505010903070309090003
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi all,
 
 While gabor was test this patch in the tinderbox, has already launched 
 three more new versions, and now the version of the patch is no longer 
 fetchable on FTP CPAN, so i'm sending back a new patch for the newest 
 version.
 
 Thanks a lot gabor for your report! :-)
 
 -- 
 Regards,
 Felippe de Meirelles Motta
 lippemail@gmail.com
 
 
 --------------020505010903070309090003
 Content-Type: text/plain;
  name="p5-Text-Markdown.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="p5-Text-Markdown.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile	25 Apr 2006 09:08:55 -0000	1.1
 +++ Makefile	27 Feb 2008 13:46:54 -0000
 @@ -6,19 +6,26 @@
  #
  
  PORTNAME=	Text-Markdown
 -PORTVERSION=	1.0.3
 +PORTVERSION=	1.0.16
  CATEGORIES=	textproc perl5
 -MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 -MASTER_SITE_SUBDIR=	Text
 +MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	fernan@iib.unsam.edu.ar
  COMMENT=	Markdown Perl5 module
  
 -RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 +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}
  
 -PERL_MODBUILD=	YES
 +PERL_CONFIGURE=	5.8.0+
  
 -MAN3=		Text::Markdown.3
 +MAN3=		Text::Markdown.3 \
 +		Text::MultiMarkdown.3
 +
 +post-extract:
 +	@${RM} -rf ${WRKSRC}/inc
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	25 Apr 2006 09:08:55 -0000	1.1
 +++ distinfo	27 Feb 2008 13:46:54 -0000
 @@ -1,3 +1,3 @@
 -MD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac
 -SHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
 -SIZE (Text-Markdown-1.0.3.tar.gz) = 17372
 +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
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	25 Apr 2006 09:08:55 -0000	1.1
 +++ pkg-plist	27 Feb 2008 13:46:54 -0000
 @@ -1,2 +1,6 @@
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
 +%%SITE_PERL%%/Text/MultiMarkdown.pm
  %%SITE_PERL%%/Text/Markdown.pm
  @dirrmtry %%SITE_PERL%%/Text
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
 
 --------------020505010903070309090003--

From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: bug-followup@FreeBSD.org, lippemail@gmail.com
Cc:  
Subject: Re: ports/121027 [UPDATE] textproc/p5-Text-Markdown
Date: Thu, 28 Feb 2008 19:50:26 -0300

 This is a multi-part message in MIME format.
 --------------060101090909040804000908
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Felippe de Meirelles Motta wrote:
 > Hi all,
 >
 > While gabor was test this patch in the tinderbox, has already launched 
 > three more new versions, and now the version of the patch is no longer 
 > fetchable on FTP CPAN, so i'm sending back a new patch for the newest 
 > version.
 >
 > Thanks a lot gabor for your report! :-)
 >
 Hi all again,
 
 This port does not compile again on tinderbox, now i sent new patch to 
 adjust it.
 
 See: 
 http://regis.goodking.ca/tb/logs/7-FreeBSD-lippe/p5-Text-Markdown-1.0.16.log
 
 Thanks! :-)
 
 -- 
 Regards,
 Felippe de Meirelles Motta
 lippemail@gmail.com
 
 
 --------------060101090909040804000908
 Content-Type: text/plain;
  name="p5-Text-Markdown.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="p5-Text-Markdown.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile	25 Apr 2006 09:08:55 -0000	1.1
 +++ Makefile	28 Feb 2008 19:47:43 -0000
 @@ -6,19 +6,23 @@
  #
  
  PORTNAME=	Text-Markdown
 -PORTVERSION=	1.0.3
 +PORTVERSION=	1.0.16
  CATEGORIES=	textproc perl5
 -MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 -MASTER_SITE_SUBDIR=	Text
 +MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	fernan@iib.unsam.edu.ar
  COMMENT=	Markdown Perl5 module
  
 -RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 +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}
  
 -PERL_MODBUILD=	YES
 +PERL_CONFIGURE=	5.8.0+
  
 -MAN3=		Text::Markdown.3
 +MAN3=		Text::Markdown.3 \
 +		Text::MultiMarkdown.3
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	25 Apr 2006 09:08:55 -0000	1.1
 +++ distinfo	28 Feb 2008 19:47:43 -0000
 @@ -1,3 +1,3 @@
 -MD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac
 -SHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
 -SIZE (Text-Markdown-1.0.3.tar.gz) = 17372
 +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
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/textproc/p5-Text-Markdown/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	25 Apr 2006 09:08:55 -0000	1.1
 +++ pkg-plist	28 Feb 2008 19:47:43 -0000
 @@ -1,2 +1,6 @@
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
 +%%SITE_PERL%%/Text/MultiMarkdown.pm
  %%SITE_PERL%%/Text/Markdown.pm
  @dirrmtry %%SITE_PERL%%/Text
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
 
 --------------060101090909040804000908--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121027: commit references a PR
Date: Mon,  3 Mar 2008 21:39:19 +0000 (UTC)

 gabor       2008-03-03 21:39:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Text-Markdown Makefile distinfo pkg-plist 
   Log:
   - Update 1.0.13
   - Better adjustement of dependencies
   - Use PERL_CONFIGURE instead of PERL_MODBUILD
   
   PR:             ports/121027
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.2       +10 -6     ports/textproc/p5-Text-Markdown/Makefile
   1.2       +3 -3      ports/textproc/p5-Text-Markdown/distinfo
   1.2       +4 -0      ports/textproc/p5-Text-Markdown/pkg-plist
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: gabor 
State-Changed-When: Mon Mar 3 21:40:21 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121027 
>Unformatted:
