aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/jackett/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/jackett/Makefile')
-rw-r--r--net-p2p/jackett/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile
index 88a9a67bee47..d9dc2ddfda11 100644
--- a/net-p2p/jackett/Makefile
+++ b/net-p2p/jackett/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jackett
DISTVERSIONPREFIX= v
-DISTVERSION= 0.22.2125
+DISTVERSION= 0.22.2202
CATEGORIES= net-p2p
MAINTAINER= tremere@cainites.net
@@ -14,10 +14,10 @@ BUILD_DEPENDS= dotnet>=9.0.6:lang/dotnet
LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libinotify.so:devel/libinotify \
libunwind.so:devel/libunwind
-RUN_DEPENDS= dotnet:lang/dotnet-host \
- icu>0:devel/icu
+RUN_DEPENDS= ${LOCALBASE}/lib/libicuuc.so:devel/icu \
+ dotnet:lang/dotnet-host
-USES= gssapi:mit
+USES= gssapi:mit ssl
USE_GITHUB= yes
GH_ACCOUNT= Jackett
GH_PROJECT= Jackett
@@ -48,6 +48,7 @@ do-build:
-r freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} --sc -p:PublishReadyToRun=false -o bin/publish
do-install:
- ${CP} -r ${WRKSRC}/src/bin/publish ${STAGEDIR}/${DATADIR}
+ cd ${WRKSRC}/src/bin/publish && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR} "! -name jackett"
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/bin/publish/jackett ${STAGEDIR}/${DATADIR}
.include <bsd.port.mk>