svn commit: r394095 - head/net/p5-Net-Dict

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


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

Log:
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/net/p5-Net-Dict/Makefile

Modified: head/net/p5-Net-Dict/Makefile
==============================================================================
--- head/net/p5-Net-Dict/Makefile	Thu Aug 13 17:32:43 2015	(r394094)
+++ head/net/p5-Net-Dict/Makefile	Thu Aug 13 17:32:47 2015	(r394095)
@@ -5,7 +5,6 @@ PORTNAME=	Net-Dict
 PORTVERSION=	2.19
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:NEILB
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -16,6 +15,7 @@ LICENSE_COMB=	dual
 
 TEST_DEPENDS=	p5-Test-Differences>=0.620:${PORTSDIR}/devel/p5-Test-Differences
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list