svn commit: r443761 - head/multimedia/p5-Subtitles

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 17 10:02:38 UTC 2017


Author: sunpoet
Date: Sat Jun 17 10:02:37 2017
New Revision: 443761
URL: https://svnweb.freebsd.org/changeset/ports/443761

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add NO_ARCH
    - Remove MAN1
    - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  
  With hat:	perl

Modified:
  head/multimedia/p5-Subtitles/Makefile

Modified: head/multimedia/p5-Subtitles/Makefile
==============================================================================
--- head/multimedia/p5-Subtitles/Makefile	Sat Jun 17 10:02:32 2017	(r443760)
+++ head/multimedia/p5-Subtitles/Makefile	Sat Jun 17 10:02:37 2017	(r443761)
@@ -11,17 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Perl5 backend for fix subtitles timing
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
 .if defined(WITH_SUBTITLES_SUBPLAY)
-RUN_DEPENDS=	p5-Prima>=0:x11-toolkits/p5-Prima \
-		p5-Time-HiRes>=0:devel/p5-Time-HiRes
+RUN_DEPENDS=	p5-Prima>=0:x11-toolkits/p5-Prima
 
 PLIST_SUB+=	SUBPLAY=""
-MAN1+=		subplay.1
 .else
 PLIST_SUB+=	SUBPLAY="@comment "
 
@@ -29,4 +26,4 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|\('subs'\), 'subplay'|\1|" ${WRKSRC}/Makefile.PL
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list