View | Details | Raw Unified | Return to bug 271125 | Differences between
and this patch

Collapse All | Expand All

(-)b/MOVED (-1 / +2 lines)
Lines 467-473 devel/libgnugetopt||2009-02-13|Has expired: was only relevant on FreeBSD 4.x Link Here
467
games/planeshift||2009-02-13|Has expired: Depends on broken, expired port
467
games/planeshift||2009-02-13|Has expired: Depends on broken, expired port
468
net-mgmt/nfsen-devel||2009-02-13|Has expired: no separate development version exists anymore
468
net-mgmt/nfsen-devel||2009-02-13|Has expired: no separate development version exists anymore
469
www/ocaml-wdialog||2009-02-13|Has expired: has been broken for more than 6 months
469
www/ocaml-wdialog||2009-02-13|Has expired: has been broken for more than 6 months
470
news/sabnzbd||2009-02-13|Has expired: no longer developed, use news/sabnzbdplus instead
471
devel/erlslang||2009-02-14|Broken with libslang2; no upstream development
470
devel/erlslang||2009-02-14|Broken with libslang2; no upstream development
472
mail/py-pyclamd|security/py-pyclamd|2009-02-14|Category change
471
mail/py-pyclamd|security/py-pyclamd|2009-02-14|Category change
473
deskutils/zbgset|deskutils/p5-ZConf-BGSet|2009-02-15|Integrated into deskutils/p5-ZConf-BGSet
472
deskutils/zbgset|deskutils/p5-ZConf-BGSet|2009-02-15|Integrated into deskutils/p5-ZConf-BGSet
Lines 17910-17912 science/rubygem-ruby-dcl||2023-04-21|Has expired: requires deprecated science/cd Link Here
17910
net-im/webinar||2023-04-24|Has expired: Requires EOLed electron18
17909
net-im/webinar||2023-04-24|Has expired: Requires EOLed electron18
17911
devel/electron18||2023-04-24|Has expired: EOLed upstream, switch to newer version
17910
devel/electron18||2023-04-24|Has expired: EOLed upstream, switch to newer version
17912
devel/datovka|mail/datovka|2023-04-25|Move port to proper category
17911
devel/datovka|mail/datovka|2023-04-25|Move port to proper category
17912
news/py-sabyenc3|news/py-sabctools|2023-04-28|Renamed upstream
17913
news/sabnzbdplus|news/sabnzbd|2023-04-28|Update to proper upstream name
(-)b/news/Makefile (-2 / +2 lines)
Lines 51-60 Link Here
51
    SUBDIR += pan
51
    SUBDIR += pan
52
    SUBDIR += pgpmoose
52
    SUBDIR += pgpmoose
53
    SUBDIR += py-pynzb
53
    SUBDIR += py-pynzb
54
    SUBDIR += py-sabyenc3
54
    SUBDIR += py-sabctools
55
    SUBDIR += rntrack
55
    SUBDIR += rntrack
56
    SUBDIR += s-news
56
    SUBDIR += s-news
57
    SUBDIR += sabnzbdplus
57
    SUBDIR += sabnzbd
58
    SUBDIR += slrn
58
    SUBDIR += slrn
59
    SUBDIR += slrnface
59
    SUBDIR += slrnface
60
    SUBDIR += suck
60
    SUBDIR += suck
(-)b/news/py-sabctools/Makefile (-4 / +4 lines)
Lines 1-17 Link Here
1
PORTNAME=	sabyenc3
1
PORTNAME=	sabctools
2
PORTVERSION=	5.4.4
2
PORTVERSION=	7.0.1
3
CATEGORIES=	news python
3
CATEGORIES=	news python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
6
7
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
8
COMMENT=	Python yEnc package optimized for use within SABnzbd
8
COMMENT=	Python yEnc package optimized for use within SABnzbd
9
WWW=		https://github.com/sabnzbd/sabyenc
9
WWW=		https://github.com/sabnzbd/sabctools
10
10
11
LICENSE=	LGPL3
11
LICENSE=	LGPL3
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
13
14
USES=		python:3.5+
14
USES=		python:3.8+
15
USE_PYTHON=	autoplist concurrent distutils
15
USE_PYTHON=	autoplist concurrent distutils
16
16
17
post-install:
17
post-install:
(-)b/news/py-sabctools/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1682683069
2
SHA256 (sabctools-7.0.1.tar.gz) = d89744a46825db35e1c9b107bb97db5f1c5c0fd0245ea0fe76e3bbe08c3ca44f
3
SIZE (sabctools-7.0.1.tar.gz) = 234059
(-)a/news/py-sabyenc3/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1664767972
2
SHA256 (sabyenc3-5.4.4.tar.gz) = f3d65f2a70bcb13ef1beae0ff6bb3b69adae18497035f8cd4ffe4e5af1aa2f41
3
SIZE (sabyenc3-5.4.4.tar.gz) = 227674
(-)b/news/sabnzbd/Makefile (-4 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	sabnzbdplus
1
PORTNAME=	sabnzbd
2
DISTVERSION=	3.7.2
2
DISTVERSION=	4.0.0
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	news
4
CATEGORIES=	news
5
MASTER_SITES=	https://github.com/sabnzbd/sabnzbd/releases/download/${DISTVERSION}/
5
MASTER_SITES=	https://github.com/sabnzbd/sabnzbd/releases/download/${DISTVERSION}/
6
DISTNAME=	SABnzbd-${DISTVERSION}-src
6
DISTNAME=	SABnzbd-${DISTVERSION}-src
Lines 20-33 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \ Link Here
20
		${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}sabyenc3>=0:news/py-sabyenc3@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}sabctools>=0:news/py-sabctools@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}guessit>0:multimedia/py-guessit@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}guessit>0:multimedia/py-guessit@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \
27
		par2repair:archivers/par2cmdline \
27
		par2repair:archivers/par2cmdline \
28
		unrar:archivers/unrar
28
		unrar:archivers/unrar
29
29
30
USES=		python:3.7+ shebangfix gettext
30
USES=		python:3.8+ shebangfix gettext
31
USE_RC_SUBR=	sabnzbd
31
USE_RC_SUBR=	sabnzbd
32
32
33
SHEBANG_FILES=	SABnzbd.py tools/msgfmt.py
33
SHEBANG_FILES=	SABnzbd.py tools/msgfmt.py
(-)b/news/sabnzbd/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1682683069
2
SHA256 (SABnzbd-4.0.0-src.tar.gz) = 32e6073a238d25747ef86919ff0804725cf59ddbcfab60c812e21c998ce2ed71
3
SIZE (SABnzbd-4.0.0-src.tar.gz) = 5079964
(-)a/news/sabnzbdplus/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1676026649
2
SHA256 (SABnzbd-3.7.2-src.tar.gz) = 01250ecd09cdb50da8be8829e4f44f33f0bf1bcf1fcff136ad6045e5f4a2a172
3
SIZE (SABnzbd-3.7.2-src.tar.gz) = 5108729

Return to bug 271125