Index: head/multimedia/plexmediaserver/Makefile =================================================================== --- head/multimedia/plexmediaserver/Makefile (revision 444116) +++ head/multimedia/plexmediaserver/Makefile (revision 444117) @@ -1,66 +1,66 @@ # Created by: KalleDK # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.5.6.3790 +PORTVERSION?= 1.5.7.4016 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ DISTNAME= PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-${ARCH} MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 4613ce077 +PLEX_BUILD?= 25d94bad9 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} 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} PLIST_SUB+= PLEX_BUILD=${PLEX_BUILD} 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 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x .endif post-patch: # binaries don't come pre-stripped ${FIND} ${WRKSRC}/Resources -name '*.so' -exec ${STRIP_CMD} {} \+ ${FIND} ${WRKSRC} ${WRKSRC}/Resources -name 'Plex*' -depth 1 -exec ${STRIP_CMD} {} \+ ${FIND} ${WRKSRC} -depth 1 -name 'lib*' -exec ${STRIP_CMD} {} \+ ${RM} ${WRKSRC}/start.sh # Older verisons of Plex we have to create a symlink # Newer versions of Plex ship a duplicate file; we'll just symlink ${RM} ${WRKSRC}/libpython2.7.so do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}) # Python fix for older releases of Plex (cd ${STAGEDIR}/${DATADIR} && ${LN} -s libpython2.7.so.1 libpython2.7.so) # Workaround for space in binary name (cd ${STAGEDIR}${DATADIR} && ${LN} -s Plex\ Media\ Server Plex_Media_Server) .include Index: head/multimedia/plexmediaserver/distinfo =================================================================== --- head/multimedia/plexmediaserver/distinfo (revision 444116) +++ head/multimedia/plexmediaserver/distinfo (revision 444117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496328607 -SHA256 (PlexMediaServer-1.5.6.3790-4613ce077-freebsd-amd64.tar.bz2) = 4a24041ae688c7414a3b45e67551d8c2dd62a3d959421f9f8f43dfaa353a97c7 -SIZE (PlexMediaServer-1.5.6.3790-4613ce077-freebsd-amd64.tar.bz2) = 84716056 +TIMESTAMP = 1498143289 +SHA256 (PlexMediaServer-1.5.7.4016-25d94bad9-freebsd-amd64.tar.bz2) = f8eec35c97769716d6e6c66b51a42e5be06a827e465d6464cc0a6673f099c47f +SIZE (PlexMediaServer-1.5.7.4016-25d94bad9-freebsd-amd64.tar.bz2) = 84713203