svn commit: r517438 - head/www/p5-Catalyst-Plugin-Authentication-OpenID

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:33:44 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:33:40 2019
New Revision: 517438
URL: https://svnweb.freebsd.org/changeset/ports/517438

Log:
  Update MASTER_SITES and unbreak this port

Modified:
  head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile

Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile	Wed Nov 13 23:33:35 2019	(r517437)
+++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile	Wed Nov 13 23:33:40 2019	(r517438)
@@ -6,13 +6,12 @@ PORTVERSION=	0.02
 PORTREVISION=	1
 CATEGORIES=	www security perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:BTROTT
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	OpenID Authentication
 
-BROKEN=		unfetchable
-
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
@@ -21,8 +20,9 @@ RUN_DEPENDS=	p5-Catalyst-Runtime>=0:www/p5-Catalyst-Ru
 		p5-LWPx-ParanoidAgent>=0:www/p5-LWPx-ParanoidAgent \
 		p5-Net-OpenID-Consumer>=0:net/p5-Net-OpenID-Consumer
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list