Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:33:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517438 - head/www/p5-Catalyst-Plugin-Authentication-OpenID
Message-ID:  <201911132333.xADNXe21042211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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