diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2020-11-15 11:30:43 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2020-11-15 11:30:43 +0000 |
commit | 9da430143a44a25446389d4daacda9d20796d2c9 (patch) | |
tree | c00621d48eb9812e90568a758421c0ae07ca7f23 | |
parent | sysutils/ctop: Update to 0.7.5 (diff) |
Update to the snapshot on 2020-11-12.
Notes
Notes:
svn path=/head/; revision=555196
-rw-r--r-- | www/w3m/Makefile | 12 | ||||
-rw-r--r-- | www/w3m/distinfo | 6 | ||||
-rw-r--r-- | www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in | 11 |
3 files changed, 5 insertions, 24 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 9b989c00927c..738dc190d6ca 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -3,7 +3,6 @@ PORTNAME= w3m PORTVERSION= 0.5.3.${SNAPDATE} -PORTREVISION= 1 CATEGORIES+= www MAINTAINER?= nobutaka@FreeBSD.org @@ -23,10 +22,10 @@ USE_GITHUB= yes GH_ACCOUNT= tats GH_PROJECT= w3m -GH_TAGNAME= aa078ed +GH_TAGNAME= e4da76a MAKE_JOBS_UNSAFE= yes -SNAPDATE= 20200507 +SNAPDATE= 20201112 CONFLICTS?= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-img-0.5.* GNU_CONFIGURE= yes @@ -80,13 +79,6 @@ post-patch: ${WRKSRC}/configure @${FIND} ${WRKSRC}/doc* -type f \! -name HISTORY \ -exec ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' {} + - @${CP} ${WRKSRC}/scripts/w3mhelp-funcdesc.ja.pl.in \ - ${WRKSRC}/scripts/w3mhelp-funcdesc.ja.pl.in.bak - @${ICONV_CMD} -f EUC-JP -t UTF-8 \ - ${WRKSRC}/scripts/w3mhelp-funcdesc.ja.pl.in.bak \ - > ${WRKSRC}/scripts/w3mhelp-funcdesc.ja.pl.in - @${REINPLACE_CMD} -e 's|EUC-JP|UTF-8|g' \ - ${WRKSRC}/scripts/w3mhelp-funcdesc.ja.pl.in post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/w3m diff --git a/www/w3m/distinfo b/www/w3m/distinfo index 860e965845ef..b59366ae74bc 100644 --- a/www/w3m/distinfo +++ b/www/w3m/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590844059 -SHA256 (tats-w3m-0.5.3.20200507-aa078ed_GH0.tar.gz) = 5c2e9dc0408523f7b03c19040123d5ce59b226b4685d87d7bd4fe7e92f24acf8 -SIZE (tats-w3m-0.5.3.20200507-aa078ed_GH0.tar.gz) = 2194480 +TIMESTAMP = 1605438180 +SHA256 (tats-w3m-0.5.3.20201112-e4da76a_GH0.tar.gz) = b8e54d3bdf58eec4ca0b1b2bddb63613cf6e1fe4d4e668e203e8ce381abfb9c3 +SIZE (tats-w3m-0.5.3.20201112-e4da76a_GH0.tar.gz) = 2181697 diff --git a/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in b/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in deleted file mode 100644 index 7e9e19e2be53..000000000000 --- a/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/w3mman/w3mman2html.cgi.in.orig 2020-05-07 12:51:46 UTC -+++ scripts/w3mman/w3mman2html.cgi.in -@@ -81,7 +81,7 @@ if ($query{"local"}) { - if (! ($file =~ /^\//)) { - $file = $query{"pwd"} . '/' . $file; - } -- open(F, "MAN_KEEP_FORMATTING=1 $MAN -l $file 2> /dev/null |"); -+ open(F, "MAN_KEEP_FORMATTING=1 $MAN $file 2> /dev/null |"); - } else { - $man = $query{"man"}; - if ($man =~ s/\((\w+)\)$//) { |