(no subject)

Mark Felder feld at feld.me
Thu Aug 4 14:17:03 UTC 2011


>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 at 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 at 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 ---


More information about the freebsd-perl mailing list