From nobody@FreeBSD.org  Fri Apr  4 04:50:22 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 5DD651065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Apr 2008 04:50:22 +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 465AB8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Apr 2008 04:50:22 +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 m344oFhh093838
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Apr 2008 04:50:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m344oFM7093837;
	Fri, 4 Apr 2008 04:50:15 GMT
	(envelope-from nobody)
Message-Id: <200804040450.m344oFM7093837@www.freebsd.org>
Date: Fri, 4 Apr 2008 04:50:15 GMT
From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] update p5-Text-Markdown, fix fetch problem
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122436
>Category:       ports
>Synopsis:       [maintainer] update textproc/p5-Text-Markdown, fix fetch problem
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 05:00:12 UTC 2008
>Closed-Date:    Fri Apr 04 12:06:58 UTC 2008
>Last-Modified:  Fri Apr  4 12:10:01 UTC 2008
>Originator:     Fernan Aguero
>Release:        6.3
>Organization:
IIB-UNSAM
>Environment:
>Description:
update to latest release, fix fetch problem reported by build cluster.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude CVS /usr/ports/textproc/p5-Text-Markdown/Makefile p5-Text-Markdown/Makefile
--- /usr/ports/textproc/p5-Text-Markdown/Makefile	2008-03-24 12:21:21.000000000 -0300
+++ p5-Text-Markdown/Makefile	2008-04-03 21:24:49.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Text-Markdown
-PORTVERSION=	1.0.16
+PORTVERSION=	1.0.17
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff -ruN --exclude CVS /usr/ports/textproc/p5-Text-Markdown/distinfo p5-Text-Markdown/distinfo
--- /usr/ports/textproc/p5-Text-Markdown/distinfo	2008-03-24 12:21:21.000000000 -0300
+++ p5-Text-Markdown/distinfo	2008-04-03 21:25:09.000000000 -0300
@@ -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 -ruN --exclude CVS /usr/ports/textproc/p5-Text-Markdown/files/patch-Makefile.PL p5-Text-Markdown/files/patch-Makefile.PL
--- /usr/ports/textproc/p5-Text-Markdown/files/patch-Makefile.PL	1969-12-31 21:00:00.000000000 -0300
+++ p5-Text-Markdown/files/patch-Makefile.PL	2008-04-03 21:43:54.000000000 -0300
@@ -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;
diff -ruN --exclude CVS /usr/ports/textproc/p5-Text-Markdown/pkg-plist p5-Text-Markdown/pkg-plist
--- /usr/ports/textproc/p5-Text-Markdown/pkg-plist	2008-03-24 12:21:21.000000000 -0300
+++ p5-Text-Markdown/pkg-plist	2008-04-03 21:47:45.000000000 -0300
@@ -1,3 +1,5 @@
+bin/MultiMarkdown.pl
+bin/Markdown.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
 %%SITE_PERL%%/Text/MultiMarkdown.pm
 %%SITE_PERL%%/Text/Markdown.pm


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Fri Apr 4 11:22:48 UTC 2008 
State-Changed-Why:  
Those two scripts are not installed with that Makefile.PL patch. Should I 
remove them from plist? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Apr 4 11:22:48 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122436 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri Apr 4 12:06:34 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122436: commit references a PR
Date: Fri,  4 Apr 2008 12:06:51 +0000 (UTC)

 pav         2008-04-04 12:06:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Text-Markdown Makefile distinfo 
   Added files:
     textproc/p5-Text-Markdown/files patch-Makefile.PL 
   Log:
   - Update to 1.0.17
   
   PR:             ports/122436
   Submitted by:   Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/textproc/p5-Text-Markdown/Makefile
   1.3       +3 -3      ports/textproc/p5-Text-Markdown/distinfo
   1.1       +13 -0     ports/textproc/p5-Text-Markdown/files/patch-Makefile.PL (new)
 _______________________________________________
 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:
