svn commit: r397371 - head/devel/editline

Johan van Selst johans at FreeBSD.org
Sun Sep 20 13:22:43 UTC 2015


Author: johans
Date: Sun Sep 20 13:22:42 2015
New Revision: 397371
URL: https://svnweb.freebsd.org/changeset/ports/397371

Log:
  - Update to editline 1.15.0
  - Adopt port

Modified:
  head/devel/editline/Makefile
  head/devel/editline/distinfo

Modified: head/devel/editline/Makefile
==============================================================================
--- head/devel/editline/Makefile	Sun Sep 20 13:12:15 2015	(r397370)
+++ head/devel/editline/Makefile	Sun Sep 20 13:22:42 2015	(r397371)
@@ -1,15 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	editline
-PORTVERSION=	1.14.2
+PORTVERSION=	1.15.0
 CATEGORIES=	devel
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Minix editline: A free readline() for UNIX
 
 LICENSE=	BSD4CLAUSE
 
-USES=		libtool
+USES=		autoreconf libtool
 USE_GITHUB=	yes
 GH_ACCOUNT=	troglobit
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -18,6 +18,7 @@ USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+PORTDOCS=	*
 
 CONFLICTS_INSTALL=	libedit-*
 

Modified: head/devel/editline/distinfo
==============================================================================
--- head/devel/editline/distinfo	Sun Sep 20 13:12:15 2015	(r397370)
+++ head/devel/editline/distinfo	Sun Sep 20 13:22:42 2015	(r397371)
@@ -1,2 +1,2 @@
-SHA256 (troglobit-editline-1.14.2_GH0.tar.gz) = a4ee39906c87f843ecac4d95e4d7586429f6ead92cdadc9a3c1e28fe82c3c9da
-SIZE (troglobit-editline-1.14.2_GH0.tar.gz) = 338506
+SHA256 (troglobit-editline-1.15.0_GH0.tar.gz) = 965da23a31a913de7f0fd9fb92612581da875a87606f0bc421553925f23c3442
+SIZE (troglobit-editline-1.15.0_GH0.tar.gz) = 30516


More information about the svn-ports-head mailing list