svn commit: r394094 - head/misc/p5-Geo-Coder-OpenCage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 13 17:32:44 UTC 2015


Author: sunpoet
Date: Thu Aug 13 17:32:43 2015
New Revision: 394094
URL: https://svnweb.freebsd.org/changeset/ports/394094

Log:
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/misc/p5-Geo-Coder-OpenCage/Makefile

Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-OpenCage/Makefile	Thu Aug 13 17:32:38 2015	(r394093)
+++ head/misc/p5-Geo-Coder-OpenCage/Makefile	Thu Aug 13 17:32:43 2015	(r394094)
@@ -6,7 +6,6 @@ PORTVERSION=	0.05
 PORTREVISION=	1
 CATEGORIES=	misc geography perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:KAORU
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -21,6 +20,7 @@ BUILD_DEPENDS=	p5-JSON>=2.53:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0.32:${PORTSDIR}/devel/p5-Test-Exception
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list