Date: Thu, 04 Aug 2011 08:48:04 -0500 From: Mark Felder <feld@feld.me> Cc: perl@FreeBSD.org Subject: (no subject) Message-ID: <E1QoyHM-000AOm-0b@feld.me>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Mark Felder >Organization: >Confidential: no >Synopsis: [PATCH] converters/p5-Convert-UUlib: [SUMMARIZE CHANGES] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.2-RELEASE amd64 >Environment: System: FreeBSD tech304.office.supranet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Wed Apr 13 16:35:02 CDT 2011 >Description: p5-Convert-UUlib is required for several ports including security/maia. It was marked BROKEN because somehow its download directory was removed on CPAN. Here's a workaround until CPAN can fix the issue. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Convert-UUlib-1.34,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/converters/p5-Convert-UUlib.orig/Makefile /usr/ports/converters/p5-Convert-UUlib/Makefile --- /usr/ports/converters/p5-Convert-UUlib.orig/Makefile 2011-08-04 08:37:51.000000000 -0500 +++ /usr/ports/converters/p5-Convert-UUlib/Makefile 2011-08-04 08:43:09.000000000 -0500 @@ -9,14 +9,15 @@ PORTVERSION= 1.34 PORTEPOCH= 1 CATEGORIES= converters perl5 -MASTER_SITES= CPAN +#MASTER_SITES= CPAN +MASTER_SITES= http://cpan.yimg.com/modules/by-module/Convert/ \ + http://cpan.perl.org/authors/id/MLEHMANN/ \ + http://ftp.pardus.org.tr/pub/source/2011/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview) -BROKEN= does not fetch - PERL_CONFIGURE= yes MAN3= Convert::UUlib.3 --- p5-Convert-UUlib-1.34,1.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1QoyHM-000AOm-0b>