Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 07:18:40 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chifeng@gmail.com
Subject:   ports/161450: [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
Message-ID:  <20111009231840.5B3D03AA1@sunpoet.net>
Resent-Message-ID: <201110092320.p99NKF3U049524@freefall.freebsd.org>

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

>Number:         161450
>Category:       ports
>Synopsis:       [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
>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 Oct 09 23:20:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 1.24
- Add BUILD_DEPENDS
- Remove duplicated PERL_CONFIGURE
- Pet portlint

Changes:	http://search.cpan.org/dist/MIME-Lite-HTML/Changes

Port maintainer (chifeng@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-MIME-Lite-HTML-1.24.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-MIME-Lite-HTML/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Feb 2009 02:56:30 -0000	1.6
+++ Makefile	9 Oct 2011 23:18:24 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MIME-Lite-HTML
-PORTVERSION=	1.23
+PORTVERSION=	1.24
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,16 @@
 MAINTAINER=	chifeng@gmail.com
 COMMENT=	Provide routine to transform a HTML page into a MIME mail
 
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE= yes
-
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		MIME::Lite::HTML.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-MIME-Lite-HTML/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	3 Jul 2011 13:53:14 -0000	1.5
+++ distinfo	9 Oct 2011 23:18:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (MIME-Lite-HTML-1.23.tar.gz) = f988a57e1617d5129855b9cb7416b29112341be2a40a83e7b725506c5f6220c7
-SIZE (MIME-Lite-HTML-1.23.tar.gz) = 62687
+SHA256 (MIME-Lite-HTML-1.24.tar.gz) = db603ccbf6653bcd28cfa824d72e511ead019fc8afb9f1854ec872db2d3cd8da
+SIZE (MIME-Lite-HTML-1.24.tar.gz) = 63640
--- p5-MIME-Lite-HTML-1.24.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?20111009231840.5B3D03AA1>