From owner-svn-ports-head@freebsd.org Mon Jun 5 23:24:03 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 D5F50B7C432; Mon, 5 Jun 2017 23:24:03 +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 A651371117; Mon, 5 Jun 2017 23:24:03 +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 v55NO2OA062254; Mon, 5 Jun 2017 23:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v55NO2AJ062253; Mon, 5 Jun 2017 23:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706052324.v55NO2AJ062253@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:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442694 - head/databases/p5-DBIx-Class-Schema-Loader X-SVN-Group: ports-head 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: Mon, 05 Jun 2017 23:24:03 -0000 Author: sunpoet Date: Mon Jun 5 23:24:02 2017 New Revision: 442694 URL: https://svnweb.freebsd.org/changeset/ports/442694 Log: Remove outdated PERL_LEVEL check - While I'm here, move *_DEPENDS together With hat: perl Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-Loader/Makefile Mon Jun 5 23:23:57 2017 (r442693) +++ head/databases/p5-DBIx-Class-Schema-Loader/Makefile Mon Jun 5 23:24:02 2017 (r442694) @@ -30,6 +30,7 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-String-ToIdentifier-EN>=0.05:textproc/p5-String-ToIdentifier-EN \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-namespace-clean>=0.20:devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Config-General>=0:devel/p5-Config-General \ p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ p5-DBIx-Class-IntrospectableM2M>=0:databases/p5-DBIx-Class-IntrospectableM2M \ @@ -50,12 +51,4 @@ MYSQL_USE= MYSQL=yes PGSQL_USES= pgsql SQLITE_USES= sqlite -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.40:lang/p5-Scalar-List-Utils -.endif - -RUN_DEPENDS:= ${BUILD_DEPENDS} - -.include +.include