svn commit: r395181 - head/devel/p5-Term-EditLine

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 24 17:33:12 UTC 2015


Author: amdmi3
Date: Mon Aug 24 17:33:11 2015
New Revision: 395181
URL: https://svnweb.freebsd.org/changeset/ports/395181

Log:
  - Switch to USES=libedit
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Term-EditLine/Makefile

Modified: head/devel/p5-Term-EditLine/Makefile
==============================================================================
--- head/devel/p5-Term-EditLine/Makefile	Mon Aug 24 16:53:02 2015	(r395180)
+++ head/devel/p5-Term-EditLine/Makefile	Mon Aug 24 17:33:11 2015	(r395181)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Term-EditLine
 PORTVERSION=	0.05
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Perl interface to the NetBSD editline library
 
-USES=		perl5
+USES=		libedit perl5
 USE_PERL5=	configure
 
 PORTSCOUT=	skipv:0.06,0.07 # no functional change


More information about the svn-ports-all mailing list