diff --git a/multimedia/plexmediaserver/Makefile b/multimedia/plexmediaserver/Makefile index ea8fcf476141..19d72d06d142 100644 --- a/multimedia/plexmediaserver/Makefile +++ b/multimedia/plexmediaserver/Makefile @@ -1,60 +1,60 @@ # Created by: KalleDK PORTNAME= plexmediaserver -PORTVERSION?= 1.25.6.5577 -DISTVERSIONSUFFIX?=c8bd13540 +PORTVERSION?= 1.25.9.5721 +DISTVERSIONSUFFIX?=965587f64 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES?= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ DISTNAME?= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH} MAINTAINER?= ports@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX} CPE_VENDOR= plex CPE_PRODUCT= 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 9e7730fc9c50..ea0945508584 100644 --- a/multimedia/plexmediaserver/distinfo +++ b/multimedia/plexmediaserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646247482 -SHA256 (PlexMediaServer-1.25.6.5577-c8bd13540-FreeBSD-amd64.tar.bz2) = a73057f41e384ab1acf2f2064cc870721720b38b16ef6fa9ac48375c3f48a8eb -SIZE (PlexMediaServer-1.25.6.5577-c8bd13540-FreeBSD-amd64.tar.bz2) = 93552813 +TIMESTAMP = 1649254201 +SHA256 (PlexMediaServer-1.25.9.5721-965587f64-FreeBSD-amd64.tar.bz2) = a589bedb5a38d53bdd41e2f209ba7c52700c00499efdaa0c927a4db0c88a688e +SIZE (PlexMediaServer-1.25.9.5721-965587f64-FreeBSD-amd64.tar.bz2) = 93967264