Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 20:21:34 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452736 - head/textproc/p5-Text-Hyphen
Message-ID:  <201710232021.v9NKLY8e038833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Oct 23 20:21:34 2017
New Revision: 452736
URL: https://svnweb.freebsd.org/changeset/ports/452736

Log:
   textproc/p5-Text-Hyphen: Update to 0.2
  
  PR:		222575
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	Anes Mukhametov <anes@anes.su> (maintainer)

Modified:
  head/textproc/p5-Text-Hyphen/Makefile
  head/textproc/p5-Text-Hyphen/distinfo

Modified: head/textproc/p5-Text-Hyphen/Makefile
==============================================================================
--- head/textproc/p5-Text-Hyphen/Makefile	Mon Oct 23 20:18:35 2017	(r452735)
+++ head/textproc/p5-Text-Hyphen/Makefile	Mon Oct 23 20:21:34 2017	(r452736)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	Text-Hyphen
-PORTVERSION=	0.11
-PORTREVISION=	1
+PORTVERSION=	0.2
+PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	anes@anes.su
 COMMENT=	Determine positions for hyphens inside words
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Hyphen/distinfo
==============================================================================
--- head/textproc/p5-Text-Hyphen/distinfo	Mon Oct 23 20:18:35 2017	(r452735)
+++ head/textproc/p5-Text-Hyphen/distinfo	Mon Oct 23 20:21:34 2017	(r452736)
@@ -1,2 +1,3 @@
-SHA256 (Text-Hyphen-0.11.tar.gz) = 4dcc4fb12d1fc64625e56078d3dcaef26e719ec0f7f5105c575e31a53a2fdae5
-SIZE (Text-Hyphen-0.11.tar.gz) = 30903
+TIMESTAMP = 1506283018
+SHA256 (Text-Hyphen-0.2.tar.gz) = 94009b1c970afba6454376e099ee02491e379e4347111c29b4b1ba6855e015a8
+SIZE (Text-Hyphen-0.2.tar.gz) = 23058



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