svn commit: r428718 - in head/textproc: . p5-String-LCSS

Antoine Brodin antoine at FreeBSD.org
Sat Dec 17 11:48:40 UTC 2016


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 at 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


More information about the svn-ports-head mailing list