Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 10:01:54 +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: r443752 - head/audio/p5-Net-DAAP-DMAP
Message-ID:  <201706171001.v5HA1siL083412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 17 10:01:54 2017
New Revision: 443752
URL: https://svnweb.freebsd.org/changeset/ports/443752

Log:
  Remove Perl core modules
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/audio/p5-Net-DAAP-DMAP/Makefile

Modified: head/audio/p5-Net-DAAP-DMAP/Makefile
==============================================================================
--- head/audio/p5-Net-DAAP-DMAP/Makefile	Sat Jun 17 10:01:49 2017	(r443751)
+++ head/audio/p5-Net-DAAP-DMAP/Makefile	Sat Jun 17 10:01:54 2017	(r443752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-DAAP-DMAP
 PORTVERSION=	1.27
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module for reading and writing DAAP structures
 
-BUILD_DEPENDS=	p5-Math-BigInt>0:math/p5-Math-BigInt
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Data-HexDump>0:devel/p5-Data-HexDump \
 		p5-Test-Differences>0:devel/p5-Test-Differences
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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