svn commit: r438236 - head/net/p5-Kafka

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 11 00:48:09 UTC 2017


Author: sunpoet
Date: Tue Apr 11 00:48:08 2017
New Revision: 438236
URL: https://svnweb.freebsd.org/changeset/ports/438236

Log:
  Remove Perl core modules
  
  - Fix LICENSE [1]
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket)
  With hat:	perl

Modified:
  head/net/p5-Kafka/Makefile

Modified: head/net/p5-Kafka/Makefile
==============================================================================
--- head/net/p5-Kafka/Makefile	Tue Apr 11 00:48:03 2017	(r438235)
+++ head/net/p5-Kafka/Makefile	Tue Apr 11 00:48:08 2017	(r438236)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Kafka
 PORTVERSION=	0.8010
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SGLADKOV
@@ -12,12 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gebhart at secnetix.de
 COMMENT=	Apache Kafka interface for Perl
 
-LICENSE=	ART10
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Compress-Snappy>=0:archivers/p5-Compress-Snappy \
-		p5-Socket>=2:net/p5-Socket \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
-		p5-Exporter>=0:devel/p5-Exporter \
 		p5-Const-Fast>=0:devel/p5-Const-Fast \
 		p5-Data-Compare>=0:devel/p5-Data-Compare \
 		p5-String-CRC32>=0:devel/p5-String-CRC32 \
@@ -25,9 +24,9 @@ BUILD_DEPENDS=	p5-Compress-Snappy>=0:arc
 		p5-Sys-SigAction>=0:devel/p5-Sys-SigAction \
 		p5-Scalar-Util-Numeric>=0:devel/p5-Scalar-Util-Numeric \
 		p5-Data-HexDump-Range>=0:devel/p5-Data-HexDump-Range
-
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list