From owner-svn-ports-all@freebsd.org Fri Apr 7 23:16:32 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 1CA9DD3293F; Fri, 7 Apr 2017 23:16:32 +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 C6736252; Fri, 7 Apr 2017 23:16:31 +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 v37NGUX9013260; Fri, 7 Apr 2017 23:16:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v37NGUFE013258; Fri, 7 Apr 2017 23:16:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704072316.v37NGUFE013258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Apr 2017 23:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437966 - head/databases/p5-SQL-Statement 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: Fri, 07 Apr 2017 23:16:32 -0000 Author: sunpoet Date: Fri Apr 7 23:16:30 2017 New Revision: 437966 URL: https://svnweb.freebsd.org/changeset/ports/437966 Log: Update to 1.412 - Add LICENSE_FILE - Add missing *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/SQL-Statement/Changes Modified: head/databases/p5-SQL-Statement/Makefile head/databases/p5-SQL-Statement/distinfo Modified: head/databases/p5-SQL-Statement/Makefile ============================================================================== --- head/databases/p5-SQL-Statement/Makefile Fri Apr 7 23:16:25 2017 (r437965) +++ head/databases/p5-SQL-Statement/Makefile Fri Apr 7 23:16:30 2017 (r437966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SQL-Statement -PORTVERSION= 1.410 +PORTVERSION= 1.412 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,15 @@ COMMENT= Perl5 module for SQL parsing an LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC-1.0 +LICENSE_FILE_GPLv1= ${WRKSRC}/GPL-1 -RUN_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \ +BUILD_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Params-Util>=1.00:devel/p5-Params-Util -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-SQL-Statement/distinfo ============================================================================== --- head/databases/p5-SQL-Statement/distinfo Fri Apr 7 23:16:25 2017 (r437965) +++ head/databases/p5-SQL-Statement/distinfo Fri Apr 7 23:16:30 2017 (r437966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467793815 -SHA256 (SQL-Statement-1.410.tar.gz) = 7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182 -SIZE (SQL-Statement-1.410.tar.gz) = 153271 +TIMESTAMP = 1491579728 +SHA256 (SQL-Statement-1.412.tar.gz) = 65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8 +SIZE (SQL-Statement-1.412.tar.gz) = 154608