From owner-svn-ports-all@freebsd.org Sat Jun 17 10:02:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DD9BF7203; Sat, 17 Jun 2017 10:02:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6190C2FB9; Sat, 17 Jun 2017 10:02:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5HA2b16085017; Sat, 17 Jun 2017 10:02:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5HA2b59085016; Sat, 17 Jun 2017 10:02:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706171002.v5HA2b59085016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Jun 2017 10:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443761 - head/multimedia/p5-Subtitles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2017 10:02:38 -0000 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 - .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 +.include