Date: Mon, 23 Oct 2023 22:30:51 GMT From: "Alfonso S. Siciliano" <asiciliano@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b227695417f - main - www/edbrowse: update to 3.8.7 Message-ID: <202310232230.39NMUpBU078896@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b227695417fc0edf386aa7b7dfff450085932c2 commit 6b227695417fc0edf386aa7b7dfff450085932c2 Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2023-10-23 22:20:32 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2023-10-23 22:30:00 +0000 www/edbrowse: update to 3.8.7 Changes: https://github.com/CMB/edbrowse/blob/master/CHANGES Approved by: fernape PR: 273251 --- www/edbrowse/Makefile | 6 +++--- www/edbrowse/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile index e37a9f06b152..78300980d355 100644 --- a/www/edbrowse/Makefile +++ b/www/edbrowse/Makefile @@ -1,6 +1,6 @@ PORTNAME= edbrowse DISTVERSIONPREFIX= v -DISTVERSION= 3.8.5 +DISTVERSION= 3.8.7 CATEGORIES= www editors MAINTAINER= alfix86@gmail.com @@ -8,6 +8,7 @@ COMMENT= Line-oriented web browser and text editor WWW= https://edbrowse.org/ LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/quickjs/quickjs.h:lang/quickjs \ ${LOCALBASE}/lib/quickjs/libquickjs.a:lang/quickjs @@ -15,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libodbc.so:databases/unixODBC \ libpcre2-8.so:devel/pcre2 -USES= compiler:c11 gmake perl5 pkgconfig readline +USES= compiler:c11 gmake perl5 pkgconfig readline ssl USE_PERL5= build USE_GITHUB= yes @@ -37,7 +38,6 @@ do-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && \ ${FIND} . \( -name article.wikipedia -or -name "man-edbrowse*" \) -delete && \ diff --git a/www/edbrowse/distinfo b/www/edbrowse/distinfo index aa4325ebf2b1..3d1eb2c2b3cd 100644 --- a/www/edbrowse/distinfo +++ b/www/edbrowse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664835405 -SHA256 (CMB-edbrowse-v3.8.5_GH0.tar.gz) = 4fb6ce7962560552b370c55467dc65f6d751de06ba373ac7c4678625daed37b4 -SIZE (CMB-edbrowse-v3.8.5_GH0.tar.gz) = 928505 +TIMESTAMP = 1692570846 +SHA256 (CMB-edbrowse-v3.8.7_GH0.tar.gz) = 2c7f6a07e5897060527b6cc5c19c45106444e2c4d8c9799434973c352d9ce4e6 +SIZE (CMB-edbrowse-v3.8.7_GH0.tar.gz) = 990893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310232230.39NMUpBU078896>