Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2012 01:16:31 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/166590: [PATCH] www/p5-HTML-Mason: update to 1.48
Message-ID:  <201204021916.q32JGVVb075927@bofh.telnet.net.bd>
Resent-Message-ID: <201204021920.q32JK3xU005182@freefall.freebsd.org>

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

>Number:         166590
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-Mason: update to 1.48
>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:   Mon Apr 02 19:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 1.48
- Merged BUILD_DEPENDS and RUN_DEPENDS as it produces error while building
- Removed APACHE13 based dependancy

For Committer's Reference : 
https://redports.org/~subzero/20120402110459-47748-18381/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18382/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18383/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18384/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18385/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18386/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18387/p5-HTML-Mason-1.48.log
https://redports.org/~subzero/20120402110459-47748-18388/p5-HTML-Mason-1.48.log

Port maintainer (dsh@vlink.ru) is cc'd.

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

--- p5-HTML-Mason-1.48.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Mason/Makefile ./Makefile
--- /usr/ports/www/p5-HTML-Mason/Makefile	2012-02-15 08:44:26.000000000 +0600
+++ ./Makefile	2012-04-03 01:11:40.110236239 +0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-Mason
-PORTVERSION=	1.45
+PORTVERSION=	1.48
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,13 +15,11 @@
 COMMENT=	High-performance, dynamic web site authoring system
 
 BUILD_DEPENDS=	p5-Class-Container>=0.7:${PORTSDIR}/devel/p5-Class-Container \
-		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
-RUN_DEPENDS=	p5-Cache-Cache>=1:${PORTSDIR}/devel/p5-Cache-Cache \
-		p5-Class-Container>=0.7:${PORTSDIR}/devel/p5-Class-Container \
+		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
 		p5-Exception-Class>=1.15:${PORTSDIR}/devel/p5-Exception-Class \
 		p5-Log-Any>=0.08:${PORTSDIR}/devel/p5-Log-Any \
-		p5-Params-Validate>=0.07:${PORTSDIR}/devel/p5-Params-Validate \
-		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
+		p5-Cache-Cache>=1:${PORTSDIR}/devel/p5-Cache-Cache
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
 PERL_MODBUILD=	yes
@@ -58,8 +56,7 @@
 		HTML::Mason::Tools.3 \
 		HTML::Mason::Utils.3
 
-OPTIONS=	MOD_PERL "with mod_perl dependency" off \
-		APACHE2 "with mod_perl for Apache 2" off
+OPTIONS=	MOD_PERL "with mod_perl dependency" off
 
 post-build:
 	${MV} -f ${WRKSRC}/bin ${WRKSRC}/bin.orig
@@ -71,11 +68,8 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MOD_PERL)
-.if defined(WITH_APACHE2)
+USE_APACHE=	2.0+
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
-.else
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
-.endif
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Mason/distinfo ./distinfo
--- /usr/ports/www/p5-HTML-Mason/distinfo	2011-03-19 18:35:35.000000000 +0600
+++ ./distinfo	2012-04-02 14:34:32.818236000 +0600
@@ -1,2 +1,2 @@
-SHA256 (HTML-Mason-1.45.tar.gz) = d2a727bacbffd382b56c14bde880b2d329f858561dce80d3cba9865f3082e5ab
-SIZE (HTML-Mason-1.45.tar.gz) = 488490
+SHA256 (HTML-Mason-1.48.tar.gz) = c249109c741aecf31800331775a762c5791af4f0065919189403af9aae3345b4
+SIZE (HTML-Mason-1.48.tar.gz) = 489970
--- p5-HTML-Mason-1.48.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?201204021916.q32JGVVb075927>