Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 10:02:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443761 - head/multimedia/p5-Subtitles
Message-ID:  <201706171002.v5HA2b59085016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706171002.v5HA2b59085016>