Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 00:48:08 +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: r438236 - head/net/p5-Kafka
Message-ID:  <201704110048.v3B0m8gt038980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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