From owner-svn-ports-all@freebsd.org Mon Jun 5 23:25:46 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 DF046B7C819; Mon, 5 Jun 2017 23:25:46 +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 AFB6F71A75; Mon, 5 Jun 2017 23:25:46 +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 v55NPj2j064426; Mon, 5 Jun 2017 23:25:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v55NPj4S064425; Mon, 5 Jun 2017 23:25:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706052325.v55NPj4S064425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Jun 2017 23:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442715 - head/sysutils/backuppc 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: Mon, 05 Jun 2017 23:25:47 -0000 Author: sunpoet Date: Mon Jun 5 23:25:45 2017 New Revision: 442715 URL: https://svnweb.freebsd.org/changeset/ports/442715 Log: Remove outdated PERL_LEVEL check - While I'm here, add NO_ARCH With hat: perl Modified: head/sysutils/backuppc/Makefile Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Mon Jun 5 23:25:40 2017 (r442714) +++ head/sysutils/backuppc/Makefile Mon Jun 5 23:25:45 2017 (r442715) @@ -14,7 +14,8 @@ COMMENT= Multi-platform backup to disk-based storage LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-File-Listing>=0:sysutils/p5-File-Listing +RUN_DEPENDS= p5-CGI>0:www/p5-CGI \ + p5-File-Listing>=0:sysutils/p5-File-Listing CONFLICTS= backuppc-devel-[0-9]* @@ -22,6 +23,7 @@ USE_RC_SUBR= backuppc USES= cpe perl5 CPE_VENDOR= craig_barratt +NO_ARCH= yes NO_BUILD= yes USERS= backuppc @@ -116,10 +118,4 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/backuppc ${CP} ${WRKSRC}/update.pl ${STAGEDIR}${PREFIX}/libexec/backuppc/update.pl -.include - -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include +.include