diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 15601f215463..b3d2328d2d97 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,50 +1,53 @@ PORTNAME= prowlarr PORTVERSION= 0.1.10.1375 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/ DISTNAME= Prowlarr.develop.${PORTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Indexer Manager for Usenet and BitTorrent users LICENSE= GPLv3 ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ icu>0:devel/icu \ libiconv>0:converters/libiconv \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind \ openssl>0:security/openssl \ sqlite3>0:databases/sqlite3 USE_RC_SUBR= ${PORTNAME} NO_BUILD= YES SUB_FILES= ${PORTNAME} package_info pkg-message SUB_LIST= DATADIR=${DATADIR} \ GROUPS=${GROUPS} \ MAINTAINER=${MAINTAINER} \ - PKGNAME=${PKGNAME} \ + PKGVERSION=${PKGVERSION} \ PORTNAME=${PORTNAME} \ USERS=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} WRKSRC= ${WRKDIR}/Prowlarr .include +post-extract: + ${RM} -rf ${WRKSRC}/Prowlarr.Update + do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/ "! -name Prowlarr" ${INSTALL_PROGRAM} ${WRKSRC}/Prowlarr ${STAGEDIR}/${DATADIR}/bin/ post-install: ${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/ .include diff --git a/net-p2p/prowlarr/files/package_info.in b/net-p2p/prowlarr/files/package_info.in index 160fdf090d11..f8602956c97a 100644 --- a/net-p2p/prowlarr/files/package_info.in +++ b/net-p2p/prowlarr/files/package_info.in @@ -1,5 +1,5 @@ -PackageVersion=%%PKGNAME%% +PackageVersion=%%PKGVERSION%% PackageAuthor=%%MAINTAINER%% UpdateMethod=External UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port Branch=develop diff --git a/net-p2p/prowlarr/files/pkg-message.in b/net-p2p/prowlarr/files/pkg-message.in index 5c31e79a4905..0f27aef1d91a 100644 --- a/net-p2p/prowlarr/files/pkg-message.in +++ b/net-p2p/prowlarr/files/pkg-message.in @@ -1,32 +1,33 @@ [ { type: install message: <