Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 18:36:41 +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: r431120 - head/converters/p5-WAP-wbxml
Message-ID:  <201701101836.v0AIafCQ018313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 10 18:36:41 2017
New Revision: 431120
URL: https://svnweb.freebsd.org/changeset/ports/431120

Log:
  Fix *_DEPENDS: remove Perl core modules
  
  - Add LICENSE_FILE
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket)
  With hat:	perl

Modified:
  head/converters/p5-WAP-wbxml/Makefile

Modified: head/converters/p5-WAP-wbxml/Makefile
==============================================================================
--- head/converters/p5-WAP-wbxml/Makefile	Tue Jan 10 18:36:37 2017	(r431119)
+++ head/converters/p5-WAP-wbxml/Makefile	Tue Jan 10 18:36:41 2017	(r431120)
@@ -3,6 +3,7 @@
 
 PORTNAME=	WAP-wbxml
 PORTVERSION=	1.14
+PORTREVISION=	1
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +12,10 @@ MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Binarization of XML file
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-XML-DOM>=0:textproc/p5-XML-DOM \
-		p5-I18N-Charset>=0:misc/p5-I18N-Charset \
-		p5-Data-Dumper>=0:devel/p5-Data-Dumper
+		p5-I18N-Charset>=0:misc/p5-I18N-Charset
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		dos2unix perl5



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