From owner-svn-ports-head@freebsd.org Thu Jun 29 19:13:55 2017 Return-Path: Delivered-To: svn-ports-head@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 2BB69DA3DEB; Thu, 29 Jun 2017 19:13:55 +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 ED42670216; Thu, 29 Jun 2017 19:13:54 +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 v5TJDr0D060768; Thu, 29 Jun 2017 19:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5TJDrHq060767; Thu, 29 Jun 2017 19:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706291913.v5TJDrHq060767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 29 Jun 2017 19:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444674 - head/mail/t-prot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/t-prot X-SVN-Commit-Revision: 444674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2017 19:13:55 -0000 Author: sunpoet Date: Thu Jun 29 19:13:53 2017 New Revision: 444674 URL: https://svnweb.freebsd.org/changeset/ports/444674 Log: Remove Perl core modules - While I'm here: - Convert to options target helper - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/mail/t-prot/Makefile Modified: head/mail/t-prot/Makefile ============================================================================== --- head/mail/t-prot/Makefile Thu Jun 29 19:13:49 2017 (r444673) +++ head/mail/t-prot/Makefile Thu Jun 29 19:13:53 2017 (r444674) @@ -3,6 +3,7 @@ PORTNAME= t-prot PORTVERSION= 2.101 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ LOCAL/sergei @@ -10,9 +11,9 @@ MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/ MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long \ - p5-Locale-gettext>=0:devel/p5-Locale-gettext +RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext +NO_ARCH= yes USES= perl5 shebangfix NO_BUILD= yes @@ -26,9 +27,13 @@ OPTIONS_DEFINE= EXAMPLES DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR} .include