FreeBSD Bugzilla – Attachment 197987 Details for
Bug 232137
[MAINTAINER] www/edbrowse: Update to 3.7.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
edbrowse-3.7.4.diff (text/plain), 4.41 KB, created by
Alfonso S. Siciliano
on 2018-10-09 23:29:57 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2018-10-09 23:29:57 UTC
Size:
4.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481673) >+++ Makefile (working copy) >@@ -2,20 +2,14 @@ > > 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 \ >@@ -22,21 +16,23 @@ > 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 > >+PORTDOCS= * >+ > OPTIONS_DEFINE= DOCS > >-PORTDOCS= * >+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: >- ${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-debian.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 >- > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 481673) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-doc_man-edbrowse-debian.1 >=================================================================== >--- files/patch-doc_man-edbrowse-debian.1 (revision 481673) >+++ files/patch-doc_man-edbrowse-debian.1 (nonexistent) >@@ -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 > >Property changes on: files/patch-doc_man-edbrowse-debian.1 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232137
: 197987