pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sabnzbd: update to 3.3.0.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Mon Jun 14 22:26:59 2021 +0200
Changeset:	09bc6c84b8e3cc1714569472c462b807cb65c685

Modified Files:
	sabnzbd/Makefile
	sabnzbd/distinfo

Log Message:
sabnzbd: update to 3.3.0.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09bc6c84b8e3cc1714569472c462b807cb65c685

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sabnzbd/Makefile | 8 ++++++--
 sabnzbd/distinfo | 8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs:
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index 325e6b98a1..a25d8a3306 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2015/02/04 10:10:53 thomasklausner Exp $
 
 DISTNAME=	sabnzbd-${DISTVERSION}
-DISTVERSION=	3.2.1
+DISTVERSION=	3.3.0
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sabnzbd/}
 GITHUB_PROJECT=	sabnzbd
@@ -56,12 +56,16 @@ do-install:
 	cd ${WRKSRC} && pax -rw SABnzbd.py ${DESTDIR}/${PREFIX}/bin/
 	${MKDIR} ${DESTDIR}/${PREFIX}/${PYSITELIB}/
 	cd ${WRKSRC} && pax -rw -pmp sabnzbd ${DESTDIR}/${PREFIX}/${PYSITELIB}/
-.for i in ${INSTALLATION_DIRS}
 	${MKDIR} ${DESTDIR}/${PREFIX}/share/sabnzbd
+.for i in ${INSTALLATION_DIRS}
 	cd ${WRKSRC} && pax -rw -pmp ${i} ${DESTDIR}/${PREFIX}/share/sabnzbd
 .endfor
 	cd ${.CURDIR}/files && pax -rw -pmp sabnzbd.xml ${DESTDIR}/${PREFIX}/share/sabnzbd
+	${CHMOD} -R go-w ${DESTDIR}${PREFIX}
 	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/*.png
+	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/*.png
+	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/licenses/*
+	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/*.js
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
diff --git a/sabnzbd/distinfo b/sabnzbd/distinfo
index e4cf5ede51..a0cfd439fa 100644
--- a/sabnzbd/distinfo
+++ b/sabnzbd/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
 
-SHA1 (sabnzbd-3.2.1.tar.gz) = cc5fe29f37ee1a20236132a7c32f2d4ecb5b87ba
-RMD160 (sabnzbd-3.2.1.tar.gz) = 85c5bbd4ec57530d0bc270ff866e2b09629c2c89
-SHA512 (sabnzbd-3.2.1.tar.gz) = 683a121cb29d1a72a9f7ca3500d73c2bd98e9fb7dcc95e656dc11ee66a69754b00f9c0f84940ff40298c46f0b93482f88f2378de12255b30d7a8c4560ca5bfbc
-Size (sabnzbd-3.2.1.tar.gz) = 4703027 bytes
+SHA1 (sabnzbd-3.3.0.tar.gz) = 7143a13a6e95c489cc3765e05d476fbf716657fa
+RMD160 (sabnzbd-3.3.0.tar.gz) = fa73f322418bd622845a9e11cdd2dbdd05d12c72
+SHA512 (sabnzbd-3.3.0.tar.gz) = d396f79bcd6f5eae50f05a4fde1bc449d96f96f37c18fd9c2a6842d1313027e859becc6d06f6bf61c9e72280dc99aad520b841ccfa65553318195eda6e00b01d
+Size (sabnzbd-3.3.0.tar.gz) = 4801556 bytes
 SHA1 (patch-SABnzbd.py) = 33019b1b87cc81cea38f3b0c68a27ca37807aaa4


Home | Main Index | Thread Index | Old Index