Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 19:23:20 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/167638: [PATCH] textproc/p5-Markapl: update to 0.14
Message-ID:  <201205061123.q46BNKK7070776@csvmnet67.cs.nctu.edu.tw>
Resent-Message-ID: <201205061130.q46BUC75069066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167638
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Markapl: update to 0.14
>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:   Sun May 06 11:30:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csvmnet67.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 0.14
- Add LICENSE
- Remove p5-Sub-Install from BUILD_DEPENDS: it has been listed in devel/p5-Sub-Exporter dependency (which is required by devel/p5-B-Hooks-EndOfScope).
- Remove p5-HTML-Parser from BUILD_DEPENDS: it has been listed in www/p5-HTML-Lint dependency.

Port maintainer (tobez@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- p5-Markapl-0.14.patch begins here ---
diff -ruN --exclude=CVS ../p5-Markapl.orig/Makefile ./Makefile
--- ../p5-Markapl.orig/Makefile	2012-05-06 19:01:33.000000000 +0800
+++ ./Makefile	2012-05-06 19:15:31.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Markapl
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:GUGOD
@@ -15,11 +15,11 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Markup as Perl
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
 		p5-HTML-Lint>=0:${PORTSDIR}/www/p5-HTML-Lint \
 		p5-B-Hooks-EndOfScope>=0.05:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
-		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-String-BufferStack>=1.15:${PORTSDIR}/textproc/p5-String-BufferStack \
 		p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare
 RUN_DEPENDS:=	${BUILD_DEPENDS}
diff -ruN --exclude=CVS ../p5-Markapl.orig/distinfo ./distinfo
--- ../p5-Markapl.orig/distinfo	2012-05-06 19:01:33.000000000 +0800
+++ ./distinfo	2012-05-06 19:15:31.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Markapl-0.13.tar.gz) = c31767f3c2c966556bb8a77e08a4de5af7edbfb00a66b77fd62ed6cf28f1a640
-SIZE (Markapl-0.13.tar.gz) = 29202
+SHA256 (Markapl-0.14.tar.gz) = 93ebb61949d0c2d32d472982ebb69ef80a0a998b0b06b741a96ae719f49a6e66
+SIZE (Markapl-0.14.tar.gz) = 29315
--- p5-Markapl-0.14.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?201205061123.q46BNKK7070776>