pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-POE



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Dec 20 21:14:46 UTC 2018

Modified Files:
        pkgsrc/devel/p5-POE: Makefile

Log Message:
devel/p5-POE: remove invalid ASCII control character \x1F from Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-POE/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-POE/Makefile
diff -u pkgsrc/devel/p5-POE/Makefile:1.36 pkgsrc/devel/p5-POE/Makefile:1.37
--- pkgsrc/devel/p5-POE/Makefile:1.36   Wed Aug 22 09:44:27 2018
+++ pkgsrc/devel/p5-POE/Makefile        Thu Dec 20 21:14:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/08/22 09:44:27 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2018/12/20 21:14:45 rillig Exp $
 
 DISTNAME=      POE-1.367
 PKGNAME=       p5-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-Curses>=1.08:../../devel/p5-Curses
 DEPENDS+=      p5-Event>=1.00:../../devel/p5-Event
 DEPENDS+=      p5-IO-tty>=1.08:../../devel/p5-IO-Tty
-DEPENDS+=      p5-POE-Test-Loops>=1.360:../../devel/p5-POE-Test-Loops
+DEPENDS+=      p5-POE-Test-Loops>=1.360:../../devel/p5-POE-Test-Loops
 DEPENDS+=      p5-Socket6>=0.14:../../net/p5-Socket6
 DEPENDS+=      p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
 #DEPENDS+=     {perl>=5.8.5,p5-Term-Cap>=1.09}:../../devel/p5-Term-Cap



Home | Main Index | Thread Index | Old Index