diff options
author | johans <johans@FreeBSD.org> | 2015-09-20 21:22:42 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-09-20 21:22:42 +0800 |
commit | 850cbc0722c23da3fcd383116efdd0d587238391 (patch) | |
tree | 919f6d3475a58abffc022332eb8f93e319be6191 | |
parent | d492e40ced33dfd58256231bce24d8a296b9b027 (diff) | |
download | freebsd-ports-gnome-850cbc0722c23da3fcd383116efdd0d587238391.tar.gz freebsd-ports-gnome-850cbc0722c23da3fcd383116efdd0d587238391.tar.zst freebsd-ports-gnome-850cbc0722c23da3fcd383116efdd0d587238391.zip |
- Update to editline 1.15.0
- Adopt port
-rw-r--r-- | devel/editline/Makefile | 7 | ||||
-rw-r--r-- | devel/editline/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile index daf4e80521ed..e2fe5ce9bdf7 100644 --- a/devel/editline/Makefile +++ b/devel/editline/Makefile @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= editline -PORTVERSION= 1.14.2 +PORTVERSION= 1.15.0 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@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-* diff --git a/devel/editline/distinfo b/devel/editline/distinfo index 0c960392bea9..aa46d2d8c865 100644 --- a/devel/editline/distinfo +++ b/devel/editline/distinfo @@ -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 |