Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 04:12:19 +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: r394387 - head/www/p5-Web-Query
Message-ID:  <201508160412.t7G4CJIA047375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 16 04:12:18 2015
New Revision: 394387
URL: https://svnweb.freebsd.org/changeset/ports/394387

Log:
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/www/p5-Web-Query/Makefile

Modified: head/www/p5-Web-Query/Makefile
==============================================================================
--- head/www/p5-Web-Query/Makefile	Sun Aug 16 03:04:59 2015	(r394386)
+++ head/www/p5-Web-Query/Makefile	Sun Aug 16 04:12:18 2015	(r394387)
@@ -6,7 +6,6 @@ PORTVERSION=	0.26
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -21,6 +20,7 @@ BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTS
 		p5-libwww>=6:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	modbuild
 USES=		perl5
 



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