ports/121027: [UPDATE] textproc/p5-Text-Markdown

Felippe de Meirelles Motta lippemail at gmail.com
Sat Feb 23 20:20:05 UTC 2008


>Number:         121027
>Category:       ports
>Synopsis:       [UPDATE] textproc/p5-Text-Markdown
>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:   Sat Feb 23 20:20:05 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list