Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 18:54:48 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Pete Fritchman <petef@FreeBSD.org>
Subject:   ports/55840: [PATCH] update of port mail/demime to 1.1d
Message-ID:  <3F44F958.1050201@fillmore-labs.com>
Resent-Message-ID: <200308211700.h7LH0Vs0052606@freefall.freebsd.org>

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

>Number:         55840
>Category:       ports
>Synopsis:       [PATCH] update of port mail/demime to 1.1d
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 21 10:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

- demime 1.1d is available:
  Loop on bad spam fixed (Emergency FIX!)
- use the SITE_PERL macro

>How-To-Repeat:
>Fix:

--- demime-1.1d.patch begins here ---
diff -Nur mail/demime/Makefile.orig mail/demime/Makefile
--- mail/demime/Makefile.orig	Fri Jun  6 02:06:00 2003
+++ mail/demime/Makefile	Thu Aug 21 18:43:21 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	demime
-PORTVERSION= 	1.1c
+PORTVERSION=	1.1d
 CATEGORIES=	mail textproc
 MASTER_SITES=	http://majordomo.squawk.com/njs/demime/:demime \
 		http://scifi.squawk.com/:junkmail
@@ -15,11 +15,11 @@
 MAINTAINER=	petef@FreeBSD.org
 COMMENT=	A tool to scrub mime from mailing lists
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \
+		${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
+		${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
 
 NO_BUILD=	yes
 
diff -Nur mail/demime/distinfo.orig mail/demime/distinfo
--- mail/demime/distinfo.orig	Fri Jun  6 02:06:00 2003
+++ mail/demime/distinfo	Thu Aug 21 18:45:24 2003
@@ -1,2 +1,2 @@
-MD5 (demime.1.1c) = 6cbb0694c78ad9b5ab586471527b57f1
+MD5 (demime.1.1d) = ccf3d90793426b7051db958fdc17bb58
 MD5 (demime_junkmail.cf) = 1ac24439190abd5553d2dd4aeff2dbff
--- demime-1.1d.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?3F44F958.1050201>