summaryrefslogtreecommitdiff
path: root/multimedia/sickgear/Makefile
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2020-07-18 23:22:49 +0000
committerjs <js@pkgsrc.org>2020-07-18 23:22:49 +0000
commitf17fbac5aaee437eca9de22f04e3e1d2cad718ae (patch)
tree6b8055fd0cd72dbab1f591259998b37eb9fca31f /multimedia/sickgear/Makefile
parente415423ba2f2ea77c228d4c3bb1ad0c011b4d0b8 (diff)
downloadpkgsrc-f17fbac5aaee437eca9de22f04e3e1d2cad718ae.tar.gz
Update multimedia/sickgear to 0.21.39
Too many versions were skipped to provide a full change log here. All versions and their changes can be found here: https://github.com/SickGear/SickGear/releases And since SickGear now supports Python 3, let's also switch to that.
Diffstat (limited to 'multimedia/sickgear/Makefile')
-rw-r--r--multimedia/sickgear/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/sickgear/Makefile b/multimedia/sickgear/Makefile
index bd7de38ff2a..23fa1ef7994 100644
--- a/multimedia/sickgear/Makefile
+++ b/multimedia/sickgear/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/04/15 19:31:56 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/07/18 23:22:49 js Exp $
DISTNAME= release_${PKGVERSION_NOREV}
-PKGNAME= sickgear-0.21.26
+PKGNAME= sickgear-0.21.39
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=SickGear/}
GITHUB_PROJECT= SickGear
@@ -13,10 +13,10 @@ HOMEPAGE= https://github.com/SickGear/SickGear
COMMENT= Management of TV shows and/or Anime
LICENSE= gnu-gpl-v3
-DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
+DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah3
USE_TOOLS+= pax
-PYTHON_VERSIONS_ACCEPTED= 27 # Not ported to Python 3 yet
+PYTHON_VERSIONS_ACCEPTED= 37 38
REPLACE_PYTHON+= ${WRKSRC}/sickgear.py
REPLACE_PYTHON+= ${WRKSRC}/SickBeard.py
@@ -30,6 +30,9 @@ CHECK_INTERPRETER_SKIP+= lib/sickgear/init-scripts/init.gentoo
INSTALLATION_DIRS+= bin lib/sickgear
+# These are wrong all over the place.
+CHECK_PERMS_SKIP= *
+
do-build:
${SED} ${FILES_SUBST_SED} ${FILESDIR}/sickgear >${WRKDIR}/sickgear