Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 13:25:20 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153546: Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
Message-ID:  <201012301325.oBUDPKjs035673@red.freebsd.org>
Resent-Message-ID: <201012301330.oBUDU80X008299@freefall.freebsd.org>

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

>Number:         153546
>Category:       ports
>Synopsis:       Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
>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:   Thu Dec 30 13:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8.2-RC1
>Organization:
>Environment:
FreeBSD silver.nine 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216778: Tue Dec 28 23:09:11 CET 2010     root@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Added p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME
to BUILD_DEPENDS and RUN_DEPENDS

Without this scripts that use Email::MIME, can't be compiled correctly.

>How-To-Repeat:
Write short script (that do nothing)

--- BEGIN ---
#!/usr/bin/env perl

use Email::Stuff;
--- END ---

and run `perl -c script.pl`

>Fix:


Patch attached with submission follows:

diff -x .svn -ruN /var/cache/portshaker/ports/mail/p5-Email-Stuff/Makefile mail/p5-Email-Stuff/Makefile
--- /var/cache/portshaker/ports/mail/p5-Email-Stuff/Makefile	2010-04-08 05:22:09.000000000 +0200
+++ mail/p5-Email-Stuff/Makefile	2010-12-30 13:56:08.126466067 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	Email-Stuff
 PORTVERSION=	2.102
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,6 +18,7 @@
 BUILD_DEPENDS=	p5-prefork>=1.01:${PORTSDIR}/devel/p5-prefork \
 		p5-Params-Util>=0.23:${PORTSDIR}/devel/p5-Params-Util \
 		p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
+		p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME \
 		p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send
 RUN_DEPENDS=	${BUILD_DEPENDS}
 


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012301325.oBUDPKjs035673>