FreeBSD Bugzilla – Attachment 178854 Details for
Bug 216023
www/rtv: Update to 1.14.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rtv-1.14.1.patch
rtv-1.14.1.patch (text/plain), 1.55 KB, created by
Danilo G. Baio
on 2017-01-13 10:44:56 UTC
(
hide
)
Description:
rtv-1.14.1.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2017-01-13 10:44:56 UTC
Size:
1.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 431363) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= rtv >-PORTVERSION= 1.13.0 >+PORTVERSION= 1.14.1 > DISTVERSIONPREFIX= v > CATEGORIES= www > >Index: distinfo >=================================================================== >--- distinfo (revision 431363) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1476916532 >-SHA256 (michael-lazar-rtv-v1.13.0_GH0.tar.gz) = 801f8674599d4a4abb5593d3d5ac957a748d3daf06f962538a0ae717db117abd >-SIZE (michael-lazar-rtv-v1.13.0_GH0.tar.gz) = 7135223 >+TIMESTAMP = 1484301751 >+SHA256 (michael-lazar-rtv-v1.14.1_GH0.tar.gz) = 78650214b4c50f0ba6fd0b79def5d2abd16d14dddbddc67783ffa2b985fdb2ac >+SIZE (michael-lazar-rtv-v1.14.1_GH0.tar.gz) = 7136048 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 431363) >+++ files/patch-setup.py (working copy) >@@ -1,11 +1,11 @@ >---- setup.py.orig 2016-10-18 02:27:09 UTC >+--- setup.py.orig 2017-01-13 02:49:35 UTC > +++ setup.py >-@@ -18,7 +18,7 @@ setuptools.setup( >+@@ -16,7 +16,7 @@ setuptools.setup( > keywords='reddit terminal praw curses', > packages=['rtv'], > package_data={'rtv': ['templates/*']}, > - data_files=[("share/man/man1", ["rtv.1"])], > + data_files=[("man/man1", ["rtv.1"])], >- install_requires=requirements, >- entry_points={'console_scripts': ['rtv=rtv.__main__:main']}, >- classifiers=[ >+ install_requires=[ >+ 'praw >=3.5, <4', >+ 'six',
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
Flags:
dbaio
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216023
: 178854