upgrade to 2.95
This commit is contained in:
parent
721f8e17ac
commit
5b04487afc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191637
4 changed files with 11 additions and 9 deletions
|
@ -5,8 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PenguinTV
|
||||
PORTVERSION= 2.91
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.95
|
||||
CATEGORIES= net audio multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= penguintv
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PenguinTV-2.91.tar.gz) = e6f16e436ff5b536146352b88504ed59
|
||||
SHA256 (PenguinTV-2.91.tar.gz) = 2ae83d652806d88de1c8a82d3dac8cae1511b12393fce4f988a15ac4409403e0
|
||||
SIZE (PenguinTV-2.91.tar.gz) = 282829
|
||||
MD5 (PenguinTV-2.95.tar.gz) = c89e8a99d46f206a646ee19002264cd1
|
||||
SHA256 (PenguinTV-2.95.tar.gz) = d649a929811847c9361057346e56b992a2c238e8ba0beb9df30a599f62b526dd
|
||||
SIZE (PenguinTV-2.95.tar.gz) = 285544
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
----------------------------- 8< -----------------------------------------
|
||||
Please note that this program requires that libsqlite3 (databases/sqlite3)
|
||||
has threads enabled. This is not happening by default, and if you
|
||||
install it from a package you don't have threads support. Reinstall
|
||||
databases/sqlite3 if you don't have this.
|
||||
Please note that this program requires that libsqlite3
|
||||
(databases/sqlite3-threads) has threads enabled. This is not happening
|
||||
by default, and if you install it from a package you don't have
|
||||
threads support. Reinstall databases/sqlite3-threads if you don't
|
||||
have this.
|
||||
----------------------------- 8< -----------------------------------------
|
||||
|
|
|
@ -70,6 +70,8 @@
|
|||
%%PYTHON_SITELIBDIR%%/penguintv/ajax/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/feedparser.py
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/feedparser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/itunes.py
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/itunes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/penguintv.py
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/penguintv.pyc
|
||||
%%PYTHON_SITELIBDIR%%/penguintv/ptvDB.py
|
||||
|
|
Loading…
Reference in a new issue