Skip to content

Commit

Permalink
news/nzbhydra2: Update to 4.3.0
Browse files Browse the repository at this point in the history
Changelog can be viewed at:
	https://github.com/theotherp/nzbhydra2/blob/master/changelog.md

Removed wrapper file as the upstream copy works with FreeBSD
without modification now.

Based on version by:	kreeblah@gmail.com
Differential Revision:	https://reviews.freebsd.org/D34808
  • Loading branch information
Daniel Shafer authored and tcberner committed Apr 12, 2022
1 parent a647da0 commit 0a1b3d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 638 deletions.
7 changes: 3 additions & 4 deletions news/nzbhydra2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nzbhydra2
DISTVERSION= 3.13.1
DISTVERSION= 4.3.0
DISTVERSIONSUFFIX= -linux
CATEGORIES= news java
MASTER_SITES= https://github.com/theotherp/${PORTNAME}/releases/download/v${DISTVERSION}/
Expand All @@ -12,14 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le

USES= python:3.5+ shebangfix zip
USES= python:3.5+ zip
USE_JAVA= yes
USE_RC_SUBR= nzbhydra2

NO_BUILD= yes
NO_WRKSUBDIR= yes

SUB_FILES= nzbhydra2 nzbhydra2wrapperPy3.py
SUB_FILES= nzbhydra2
SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
JAVA=${JAVA}

Expand All @@ -45,6 +45,5 @@ do-install:
@${MKDIR} ${STAGEDIR}/${DATADIR}
${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}
${INSTALL_DATA} ${WRKDIR}/nzbhydra2wrapperPy3.py ${STAGEDIR}/${DATADIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions news/nzbhydra2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1616207713
SHA256 (nzbhydra2-3.13.1-linux.zip) = 09036ab04e510acc6c8649bbc2d8bd83519ab0fe1ecd5a25f9e877e51225a883
SIZE (nzbhydra2-3.13.1-linux.zip) = 62197151
TIMESTAMP = 1649273609
SHA256 (nzbhydra2-4.3.0-linux.zip) = 6c6af462dc7c3759ff43f650a5c0574d35fa9b6cfbf8a12379c423da788cacce
SIZE (nzbhydra2-4.3.0-linux.zip) = 70405008

0 comments on commit 0a1b3d8

Please sign in to comment.