From owner-svn-ports-head@freebsd.org Thu Nov 1 19:15:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17B4C10D294B; Thu, 1 Nov 2018 19:15:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCCBC873ED; Thu, 1 Nov 2018 19:15:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D56471FF88; Thu, 1 Nov 2018 19:15:11 +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 wA1JFBNJ038386; Thu, 1 Nov 2018 19:15:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1JFBVG038384; Thu, 1 Nov 2018 19:15:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811011915.wA1JFBVG038384@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, 1 Nov 2018 19:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483718 - head/databases/p5-DBD-ODBC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBD-ODBC X-SVN-Commit-Revision: 483718 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.29 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, 01 Nov 2018 19:15:13 -0000 Author: sunpoet Date: Thu Nov 1 19:15:11 2018 New Revision: 483718 URL: https://svnweb.freebsd.org/changeset/ports/483718 Log: Update to 1.60 - Sort *_DEPENDS - Add TEST_DEPENDS Changes: https://metacpan.org/changes/distribution/DBD-ODBC Modified: head/databases/p5-DBD-ODBC/Makefile head/databases/p5-DBD-ODBC/distinfo Modified: head/databases/p5-DBD-ODBC/Makefile ============================================================================== --- head/databases/p5-DBD-ODBC/Makefile Thu Nov 1 19:15:02 2018 (r483717) +++ head/databases/p5-DBD-ODBC/Makefile Thu Nov 1 19:15:11 2018 (r483718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-ODBC -PORTVERSION= 1.59 +PORTVERSION= 1.60 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DBI>=1.609:databases/p5-DBI LIB_DEPENDS= libodbc.so:databases/unixODBC +RUN_DEPENDS= p5-DBI>=1.609:databases/p5-DBI +TEST_DEPENDS= p5-Test-Output>=1.031:devel/p5-Test-Output OPTIONS_DEFINE= DOCS @@ -23,6 +24,7 @@ PORTSCOUT= limit:^[0-9\.]*$$ USES= perl5 USE_PERL5= configure + CONFIGURE_ARGS= -o ${LOCALBASE} PORTDOCS= Changes README README.adabas README.informix Modified: head/databases/p5-DBD-ODBC/distinfo ============================================================================== --- head/databases/p5-DBD-ODBC/distinfo Thu Nov 1 19:15:02 2018 (r483717) +++ head/databases/p5-DBD-ODBC/distinfo Thu Nov 1 19:15:11 2018 (r483718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534096951 -SHA256 (DBD-ODBC-1.59.tar.gz) = 9a20f0362b86026b1c8cdb3f3d787f84203f9ad9268f66e4e5c321ee6fffef45 -SIZE (DBD-ODBC-1.59.tar.gz) = 282795 +TIMESTAMP = 1541081813 +SHA256 (DBD-ODBC-1.60.tar.gz) = bd0ed6134349fbf7562b0873e85799c56a08c643f11f286ff2126595cf4ced4b +SIZE (DBD-ODBC-1.60.tar.gz) = 282900