pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sabnzbd: update to 3.6.0.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Thu Jun 9 22:26:43 2022 +0200
Changeset: 30e5b33d5b545609cc22a95a2be1ab4f6a0ad2da
Modified Files:
py-sabyenc3/Makefile
py-sabyenc3/distinfo
sabnzbd/Makefile
sabnzbd/PLIST
sabnzbd/distinfo
Log Message:
sabnzbd: update to 3.6.0.
Also needs to update sabyenc3 to 5.4.2.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=30e5b33d5b545609cc22a95a2be1ab4f6a0ad2da
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-sabyenc3/Makefile | 5 ++--
py-sabyenc3/distinfo | 6 ++---
sabnzbd/Makefile | 9 +++----
sabnzbd/PLIST | 71 ----------------------------------------------------
sabnzbd/distinfo | 6 ++---
5 files changed, 11 insertions(+), 86 deletions(-)
diffs:
diff --git a/py-sabyenc3/Makefile b/py-sabyenc3/Makefile
index 835fce4ed1..964770c562 100644
--- a/py-sabyenc3/Makefile
+++ b/py-sabyenc3/Makefile
@@ -2,8 +2,7 @@
DISTNAME= sabyenc3-${DISTVERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-#DISTVERSION= 3.3.5
-DISTVERSION= 4.0.2
+DISTVERSION= 5.4.2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=sabnzbd/}
GITHUB_PROJECT= sabyenc
@@ -14,7 +13,7 @@ HOMEPAGE= https://sabnzbd.org/
COMMENT= yEnc decoding library
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd AND mit
-USE_LANGUAGES+= c
+USE_LANGUAGES+= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 27
diff --git a/py-sabyenc3/distinfo b/py-sabyenc3/distinfo
index 9585e4569b..3808914cc5 100644
--- a/py-sabyenc3/distinfo
+++ b/py-sabyenc3/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (sabyenc3-4.0.2.tar.gz) = 4d6880797f438c0bc355175ef76e2c2dd0ace8b4
-SHA512 (sabyenc3-4.0.2.tar.gz) = 88e8b47b1438ca55b51dbf8a407c33ec335f0604abf8a3dcbc45853b6dadadf9932d97cf3f0adabd71a9405e2deaeff2777483d9ea692c9d3cbab99dfbfbc901
-Size (sabyenc3-4.0.2.tar.gz) = 19579235 bytes
+BLAKE2s (sabyenc3-5.4.2.tar.gz) = d376562ff42625bd8bf410bc204293750716ce865933ddabbfd3fca2e7e41f79
+SHA512 (sabyenc3-5.4.2.tar.gz) = a07a57e6b3416e147fcef4f27e52fea4b3a522ebb722b4d223469b63e9d08f42689950d86c544a41bfe81bba934514a43094c13b98aa585167cae69a5aa1f405
+Size (sabyenc3-5.4.2.tar.gz) = 19774424 bytes
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index 29b38c6f77..ece206e145 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2015/02/04 10:10:53 thomasklausner Exp $
DISTNAME= sabnzbd-${DISTVERSION}
-DISTVERSION= 3.5.3
-PKGREVISION= 1
+DISTVERSION= 3.6.0
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=sabnzbd/}
GITHUB_PROJECT= sabnzbd
@@ -16,7 +15,7 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd AND mit
DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah3
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
-DEPENDS+= ${PYPKGPREFIX}-sabyenc3-[0-9]*:../../wip/py-sabyenc3
+DEPENDS+= ${PYPKGPREFIX}-sabyenc3>=5.4.2:../../wip/py-sabyenc3
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
@@ -43,8 +42,6 @@ PKG_HOME.sabnzbd= ${PREFIX}/sabnzbd
OWN_DIRS_PERMS= ${PREFIX}/sabnzbd sabnzbd sabnzbd 0755
-INSTALLATION_DIRS+= email icons interfaces po sabnzbd scripts tools
-
PY_PATCHPLIST= yes
REPLACE_PYTHON= *.py */*.py */*/*.py
@@ -60,7 +57,7 @@ do-install:
${MKDIR} ${DESTDIR}/${PREFIX}/${PYSITELIB}/
cd ${WRKSRC} && pax -rw -pmp sabnzbd ${DESTDIR}/${PREFIX}/${PYSITELIB}/
${MKDIR} ${DESTDIR}/${PREFIX}/share/sabnzbd
-.for i in ${INSTALLATION_DIRS}
+.for i in email icons interfaces po scripts tools
cd ${WRKSRC} && pax -rw -pmp ${i} ${DESTDIR}/${PREFIX}/share/sabnzbd
.endfor
cd ${.CURDIR}/files && pax -rw -pmp sabnzbd.xml ${DESTDIR}/${PREFIX}/share/sabnzbd
diff --git a/sabnzbd/PLIST b/sabnzbd/PLIST
index 067a5e1a29..778d38905a 100644
--- a/sabnzbd/PLIST
+++ b/sabnzbd/PLIST
@@ -33,7 +33,6 @@ ${PYSITELIB}/sabnzbd/panic.py
${PYSITELIB}/sabnzbd/par2file.py
${PYSITELIB}/sabnzbd/postproc.py
${PYSITELIB}/sabnzbd/powersup.py
-${PYSITELIB}/sabnzbd/rating.py
${PYSITELIB}/sabnzbd/rss.py
${PYSITELIB}/sabnzbd/sabtray.py
${PYSITELIB}/sabnzbd/sabtraylinux.py
@@ -227,69 +226,6 @@ share/sabnzbd/po/nsis/sr.po
share/sabnzbd/po/nsis/sv.po
share/sabnzbd/po/nsis/zh_CN.po
share/sabnzbd/sabnzbd.xml
-share/sabnzbd/sabnzbd/__init__.py
-share/sabnzbd/sabnzbd/api.py
-share/sabnzbd/sabnzbd/articlecache.py
-share/sabnzbd/sabnzbd/assembler.py
-share/sabnzbd/sabnzbd/bpsmeter.py
-share/sabnzbd/sabnzbd/cfg.py
-share/sabnzbd/sabnzbd/config.py
-share/sabnzbd/sabnzbd/constants.py
-share/sabnzbd/sabnzbd/database.py
-share/sabnzbd/sabnzbd/decoder.py
-share/sabnzbd/sabnzbd/decorators.py
-share/sabnzbd/sabnzbd/deobfuscate_filenames.py
-share/sabnzbd/sabnzbd/directunpacker.py
-share/sabnzbd/sabnzbd/dirscanner.py
-share/sabnzbd/sabnzbd/downloader.py
-share/sabnzbd/sabnzbd/emailer.py
-share/sabnzbd/sabnzbd/encoding.py
-share/sabnzbd/sabnzbd/filesystem.py
-share/sabnzbd/sabnzbd/getipaddress.py
-share/sabnzbd/sabnzbd/interface.py
-share/sabnzbd/sabnzbd/lang.py
-share/sabnzbd/sabnzbd/misc.py
-share/sabnzbd/sabnzbd/newsunpack.py
-share/sabnzbd/sabnzbd/newswrapper.py
-share/sabnzbd/sabnzbd/notifier.py
-share/sabnzbd/sabnzbd/nzbparser.py
-share/sabnzbd/sabnzbd/nzbqueue.py
-share/sabnzbd/sabnzbd/nzbstuff.py
-share/sabnzbd/sabnzbd/osxmenu.py
-share/sabnzbd/sabnzbd/panic.py
-share/sabnzbd/sabnzbd/par2file.py
-share/sabnzbd/sabnzbd/postproc.py
-share/sabnzbd/sabnzbd/powersup.py
-share/sabnzbd/sabnzbd/rating.py
-share/sabnzbd/sabnzbd/rss.py
-share/sabnzbd/sabnzbd/sabtray.py
-share/sabnzbd/sabnzbd/sabtraylinux.py
-share/sabnzbd/sabnzbd/scheduler.py
-share/sabnzbd/sabnzbd/skintext.py
-share/sabnzbd/sabnzbd/sorting.py
-share/sabnzbd/sabnzbd/urlgrabber.py
-share/sabnzbd/sabnzbd/utils/__init__.py
-share/sabnzbd/sabnzbd/utils/apireg.py
-share/sabnzbd/sabnzbd/utils/certgen.py
-share/sabnzbd/sabnzbd/utils/checkdir.py
-share/sabnzbd/sabnzbd/utils/diskspeed.py
-share/sabnzbd/sabnzbd/utils/file_extension.py
-share/sabnzbd/sabnzbd/utils/getperformance.py
-share/sabnzbd/sabnzbd/utils/happyeyeballs.py
-share/sabnzbd/sabnzbd/utils/internetspeed.py
-share/sabnzbd/sabnzbd/utils/kronos.py
-share/sabnzbd/sabnzbd/utils/pathbrowser.py
-share/sabnzbd/sabnzbd/utils/pybonjour.py
-share/sabnzbd/sabnzbd/utils/pystone.py
-share/sabnzbd/sabnzbd/utils/rarfile.py
-share/sabnzbd/sabnzbd/utils/rarvolinfo.py
-share/sabnzbd/sabnzbd/utils/servertests.py
-share/sabnzbd/sabnzbd/utils/sleepless.py
-share/sabnzbd/sabnzbd/utils/ssdp.py
-share/sabnzbd/sabnzbd/utils/systrayiconthread.py
-share/sabnzbd/sabnzbd/version.py
-share/sabnzbd/sabnzbd/zconfig.py
-share/sabnzbd/scripts/Deobfuscate.py
share/sabnzbd/scripts/Sample-PostProc.cmd
share/sabnzbd/scripts/Sample-PostProc.py
share/sabnzbd/scripts/Sample-PostProc.sh
@@ -297,10 +233,3 @@ share/sabnzbd/tools/extract_pot.py
share/sabnzbd/tools/make_mo.py
share/sabnzbd/tools/msgfmt.py
share/sabnzbd/tools/pygettext.py
-@pkgdir tools
-@pkgdir scripts
-@pkgdir sabnzbd
-@pkgdir po
-@pkgdir interfaces
-@pkgdir icons
-@pkgdir email
diff --git a/sabnzbd/distinfo b/sabnzbd/distinfo
index 330d03bdab..d005a685bc 100644
--- a/sabnzbd/distinfo
+++ b/sabnzbd/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
-BLAKE2s (sabnzbd-3.5.3.tar.gz) = 771e2cc330fb1fdca34529e907625a820f321d2080a835f3c3748669e53ee0a4
-SHA512 (sabnzbd-3.5.3.tar.gz) = e27d7ef8e6346ddaa89906aa8025170efca5a4e550528dee0073a817e6d559ee8a8c384ac796efa34152c77929b884fc2c2b2b9e6c6389459f579edfe52836ab
-Size (sabnzbd-3.5.3.tar.gz) = 7132321 bytes
+BLAKE2s (sabnzbd-3.6.0.tar.gz) = 26723cfe8f4a1177e69c76be5f247f5b01e5a1daa73bde83bd66f54aadcc9185
+SHA512 (sabnzbd-3.6.0.tar.gz) = efc3cd8db9bfb7ee98de7975e4068b709481471b6fffade75a5c32814bb2b3cf144931b773b07ea8642944b091382e01a730494d58a01d4246cbadb440ee8b4d
+Size (sabnzbd-3.6.0.tar.gz) = 9350426 bytes
SHA1 (patch-SABnzbd.py) = 33019b1b87cc81cea38f3b0c68a27ca37807aaa4
Home |
Main Index |
Thread Index |
Old Index