svn commit: r472450 - head/multimedia/plexmediaserver

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 15 14:01:39 UTC 2018


Author: amdmi3
Date: Fri Jun 15 14:01:38 2018
New Revision: 472450
URL: https://svnweb.freebsd.org/changeset/ports/472450

Log:
  - Whitespace fixes
  - Helpers
  - Remove always true OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/plexmediaserver/Makefile

Modified: head/multimedia/plexmediaserver/Makefile
==============================================================================
--- head/multimedia/plexmediaserver/Makefile	Fri Jun 15 13:58:20 2018	(r472449)
+++ head/multimedia/plexmediaserver/Makefile	Fri Jun 15 14:01:38 2018	(r472450)
@@ -14,7 +14,7 @@ COMMENT=	Plex Media Server component
 
 USES=		cpe tar:bzip2
 NO_BUILD=	yes
-WRKSRC=	${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX}
+WRKSRC=		${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX}
 
 CPE_VENDOR=	plex
 CPE_PRODUCT=	plex_media_server
@@ -25,8 +25,8 @@ USE_RC_SUBR?=	${PORTNAME}
 SUB_FILES=	pkg-message
 SUB_LIST?=	PORTNAME=${PORTNAME} DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS}
 
-USERS=	plex
-GROUPS=	${USERS}
+USERS=		plex
+GROUPS=		${USERS}
 BUNDLE_LIBS=	yes
 
 ONLY_FOR_ARCHS=	amd64
@@ -37,11 +37,9 @@ OPTIONS_DEFAULT=	RELAY
 OPTIONS_SUB=	yes
 RELAY_DESC=	Install Plex Relay daemon
 
-.include <bsd.port.options.mk>
-
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054
+.if ${OPSYS} == FreeBSD
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
 .endif
 
@@ -54,9 +52,9 @@ post-patch:
 	# 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
-.if ! ${PORT_OPTIONS:MRELAY}
+
+post-patch-RELAY-off:
 	${RM} ${WRKSRC}/Plex\ Relay
-.endif
 
 do-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR})


More information about the svn-ports-all mailing list