diff --git a/multimedia/plexmediaserver/Makefile b/multimedia/plexmediaserver/Makefile index 421dfcda829f..ef869682e860 100644 --- a/multimedia/plexmediaserver/Makefile +++ b/multimedia/plexmediaserver/Makefile @@ -1,60 +1,60 @@ # Created by: KalleDK PORTNAME= plexmediaserver -PORTVERSION?= 1.24.4.5081 -DISTVERSIONSUFFIX?=e362dc1ee +PORTVERSION?= 1.24.5.5173 +DISTVERSIONSUFFIX?=8dcc73a59 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES?= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ DISTNAME?= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH} MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX} CPE_VENDOR= plex CPE_PRODUCT= plex_media_server CPE_VERSION= ${PORTVERSION:R} USE_RC_SUBR?= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST?= PORTNAME=${PORTNAME} DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS} USERS= plex GROUPS= ${USERS} BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= binary-only program, source code not available OPTIONS_DEFINE= RELAY OPTIONS_DEFAULT= RELAY OPTIONS_SUB= yes RELAY_DESC= Install Plex Relay daemon .include post-patch: # binaries don't come pre-stripped ${FIND} ${WRKSRC}/Resources -type f -name '*.so' -exec ${STRIP_CMD} {} \+ ${FIND} ${WRKSRC} ${WRKSRC}/Resources -type f -name 'Plex*' -depth 1 -exec ${STRIP_CMD} {} \+ ${FIND} ${WRKSRC} -depth 1 -type f -name 'lib*' -exec ${STRIP_CMD} {} \+ post-patch-RELAY-off: ${RM} ${WRKSRC}/Plex\ Relay do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}) # Workaround for space in binary name ${INSTALL} -lrs ${STAGEDIR}/${DATADIR}/Plex\ Media\ Server ${STAGEDIR}/${DATADIR}/Plex_Media_Server post-install: @${CHMOD} 555 ${STAGEDIR}/${DATADIR}/CrashUploader ${STAGEDIR}/${DATADIR}/Plex* @${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} .include diff --git a/multimedia/plexmediaserver/distinfo b/multimedia/plexmediaserver/distinfo index cc66c4e477c2..5a80bdcf6030 100644 --- a/multimedia/plexmediaserver/distinfo +++ b/multimedia/plexmediaserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634227884 -SHA256 (PlexMediaServer-1.24.4.5081-e362dc1ee-FreeBSD-amd64.tar.bz2) = af21d05ba212a60581095224f1c000c62a57c6da073291cbc8aa7d30046ee404 -SIZE (PlexMediaServer-1.24.4.5081-e362dc1ee-FreeBSD-amd64.tar.bz2) = 104598476 +TIMESTAMP = 1637434082 +SHA256 (PlexMediaServer-1.24.5.5173-8dcc73a59-FreeBSD-amd64.tar.bz2) = 37d676524c34354bb113fb63d79bd8059fe2f13bd8eac2b413015f51406aef86 +SIZE (PlexMediaServer-1.24.5.5173-8dcc73a59-FreeBSD-amd64.tar.bz2) = 104763242