Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 11:48:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428718 - in head/textproc: . p5-String-LCSS
Message-ID:  <201612171148.uBHBmdSq047651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 17 11:48:39 2016
New Revision: 428718
URL: https://svnweb.freebsd.org/changeset/ports/428718

Log:
  Hook p5-String-LCSS to the build

Modified:
  head/textproc/Makefile
  head/textproc/p5-String-LCSS/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Dec 17 11:36:07 2016	(r428717)
+++ head/textproc/Makefile	Sat Dec 17 11:48:39 2016	(r428718)
@@ -800,6 +800,7 @@
     SUBDIR += p5-String-Fraction
     SUBDIR += p5-String-HexConvert
     SUBDIR += p5-String-Koremutake
+    SUBDIR += p5-String-LCSS
     SUBDIR += p5-String-Print
     SUBDIR += p5-String-RewritePrefix
     SUBDIR += p5-String-Scanf

Modified: head/textproc/p5-String-LCSS/Makefile
==============================================================================
--- head/textproc/p5-String-LCSS/Makefile	Sat Dec 17 11:36:07 2016	(r428717)
+++ head/textproc/p5-String-LCSS/Makefile	Sat Dec 17 11:48:39 2016	(r428718)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	dvl@FreeBSD.org
-COMMENT=	Find The Longest Common Substring of Two Strings.
+COMMENT=	Find The Longest Common Substring of Two Strings
 
 USES=		perl5
 USE_PERL5=	configure



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