aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-10-11 10:23:26 +0800
committerswills <swills@FreeBSD.org>2018-10-11 10:23:26 +0800
commita33711e8578f10568f641409246c30083c778643 (patch)
tree5998a113fa69d0287818576b1f6be71ad04c823a
parent632414ac4103042908f58a83c8640e2f5ff3c9e6 (diff)
downloadfreebsd-ports-gnome-a33711e8578f10568f641409246c30083c778643.tar.gz
freebsd-ports-gnome-a33711e8578f10568f641409246c30083c778643.tar.zst
freebsd-ports-gnome-a33711e8578f10568f641409246c30083c778643.zip
www/edbrowse: Update to 3.7.4
PR: 232137 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
-rw-r--r--www/edbrowse/Makefile22
-rw-r--r--www/edbrowse/distinfo8
-rw-r--r--www/edbrowse/files/patch-doc_man-edbrowse-debian.149
3 files changed, 12 insertions, 67 deletions
diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile
index f0e87dee1e4e..14e9f402d79d 100644
--- a/www/edbrowse/Makefile
+++ b/www/edbrowse/Makefile
@@ -2,40 +2,36 @@
PORTNAME= edbrowse
DISTVERSIONPREFIX= v
-DISTVERSION= 3.7.3
-PORTREVISION= 1
+DISTVERSION= 3.7.4
CATEGORIES= www editors
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES= 885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch:-p1
-
MAINTAINER= alfix86@gmail.com
COMMENT= Line-oriented Web browser and text editor
LICENSE= GPLv2
-BROKEN_powerpc64= fails to link: html.o: undefined reference to std::__cxx11::basic_string
-
LIB_DEPENDS= libpcre.so:devel/pcre \
libcurl.so:ftp/curl \
libtidy.so:www/tidy-lib \
libtidy5.so:www/tidy-html5 \
libduktape.so:lang/duktape-lib
-USES= cmake:outsource perl5 readline
+USES= cmake perl5 readline
+USE_PERL5= build
USE_GITHUB= yes
+
GH_ACCOUNT= CMB
-USE_PERL5= build
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
-OPTIONS_DEFINE= DOCS
-
PORTDOCS= *
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-debian.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
+OPTIONS_DEFINE= DOCS
+
+do-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/edbrowse ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/www/edbrowse/distinfo b/www/edbrowse/distinfo
index 535b18f6ec2d..2c0d9dba3d76 100644
--- a/www/edbrowse/distinfo
+++ b/www/edbrowse/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1523728031
-SHA256 (CMB-edbrowse-v3.7.3_GH0.tar.gz) = ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498
-SIZE (CMB-edbrowse-v3.7.3_GH0.tar.gz) = 707515
-SHA256 (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = b15a2931dccd85643450b50915ba877d24bec3b078daca2e4a41c23aaa660a93
-SIZE (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = 880
+TIMESTAMP = 1539117286
+SHA256 (CMB-edbrowse-v3.7.4_GH0.tar.gz) = b79e6417c1170c96ef68968c33d585725f0f2d27859e3fe807c980a9c33ea719
+SIZE (CMB-edbrowse-v3.7.4_GH0.tar.gz) = 765794
diff --git a/www/edbrowse/files/patch-doc_man-edbrowse-debian.1 b/www/edbrowse/files/patch-doc_man-edbrowse-debian.1
deleted file mode 100644
index f745f7be2a21..000000000000
--- a/www/edbrowse/files/patch-doc_man-edbrowse-debian.1
+++ /dev/null
@@ -1,49 +0,0 @@
---- doc/man-edbrowse-debian.1.orig 2018-04-14 14:29:56 UTC
-+++ doc/man-edbrowse-debian.1
-@@ -30,22 +30,17 @@ edbrowse \- text editor and web browser
- .I " ..."
- .LP
- .SH DESCRIPTION
--(This manual page was written for the Debian GNU/Linux distribution
--because the original program does not have a man page. Instead the
--program is documented in detail in the HTML documentation that
--accompanies the program; see below.)
- .PP
- .BR edbrowse
- is a line-oriented text editor very similar to
--.BR ed (1),
-+.BR ed (1).
- It is used to create, display, modify and otherwise manipulate text
- files.
- .PP
- In addition
- .BR edbrowse
--can be used to display web pages and edit the
--contents of these pages. It supports the use of forms and Javascript in
--web pages.
-+can be used to display web pages and edit their
-+content. It supports the use of forms and JavaScript.
- .PP
- If
- .BR edbrowse
-@@ -70,9 +65,9 @@ for further details regarding the editing commands. Ex
- browsing functions can be found in the HTML documentation.
- .PP
- .SH EXAMPLES
--To read the HTML documentation on a Debian system you can do
-+To read the HTML documentation you can do:
- .IP
--.BR "edbrowse file:///usr/share/doc/edbrowse/usersguide.html"
-+.BR "edbrowse /usr/local/share/doc/edbrowse/usersguide.html"
- .PP
- To read (say) 20 lines of the buffer at a time starting from
- the top use the command
-@@ -155,7 +150,7 @@ configuration options and for details of the use of ed
- .IR pcrepattern (3).
- .PP
- The
--.URL "/usr/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
-+.URL "/usr/local/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
- provides greater detail about the program.
- .PP
- .SH AUTHORS