From owner-svn-ports-all@freebsd.org Sat Jan 5 19:34:20 2019 Return-Path: Delivered-To: svn-ports-all@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 20969141EA92; Sat, 5 Jan 2019 19:34:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBB948FD5C; Sat, 5 Jan 2019 19:34:19 +0000 (UTC) (envelope-from swills@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 B09B21D162; Sat, 5 Jan 2019 19:34:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x05JYJUi065450; Sat, 5 Jan 2019 19:34:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x05JYJTS065448; Sat, 5 Jan 2019 19:34:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901051934.x05JYJTS065448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 5 Jan 2019 19:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489369 - head/databases/p5-HTML-FormHandler-Model-DBIC X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/p5-HTML-FormHandler-Model-DBIC X-SVN-Commit-Revision: 489369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BBB948FD5C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 05 Jan 2019 19:34:20 -0000 Author: swills Date: Sat Jan 5 19:34:19 2019 New Revision: 489369 URL: https://svnweb.freebsd.org/changeset/ports/489369 Log: databases/p5-HTML-FormHandler-Model-DBIC: update to 0.29 While here, give maintainership to submitter PR: 229084 Submitted by: Tomohiro Hosaka Approved by: Vladimir Timofeev (maintainer) Modified: head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile (contents, props changed) head/databases/p5-HTML-FormHandler-Model-DBIC/distinfo (contents, props changed) Modified: head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile ============================================================================== --- head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile Sat Jan 5 19:22:01 2019 (r489368) +++ head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile Sat Jan 5 19:34:19 2019 (r489369) @@ -2,26 +2,32 @@ # $FreeBSD$ PORTNAME= HTML-FormHandler-Model-DBIC -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= databases perl5 www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= vovkasm@gmail.com +MAINTAINER= bokutin@bokut.in COMMENT= Model class for FormHandler unsing DBIx::Class +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DBIx-Class>0:databases/p5-DBIx-Class \ - p5-DBIx-Class-ResultSet-RecursiveUpdate>=0.21:databases/p5-DBIx-Class-ResultSet-RecursiveUpdate \ - p5-HTML-FormHandler>=0.34001:www/p5-HTML-FormHandler \ +RUN_DEPENDS= p5-DBIx-Class>=0.08250:databases/p5-DBIx-Class \ + p5-DBIx-Class-ResultSet-RecursiveUpdate>=0.25:databases/p5-DBIx-Class-ResultSet-RecursiveUpdate \ + p5-HTML-FormHandler>=0.40016:www/p5-HTML-FormHandler \ p5-Moose>=2.0007:devel/p5-Moose \ p5-namespace-autoclean>=0.09:devel/p5-namespace-autoclean TEST_DEPENDS= p5-DateTime-Format-MySQL>0:devel/p5-DateTime-Format-MySQL \ p5-DateTime-Format-SQLite>0:devel/p5-DateTime-Format-SQLite \ - p5-DateTime-Format-W3CDTF>0:devel/p5-DateTime-Format-W3CDTF + p5-DateTime-Format-W3CDTF>0:devel/p5-DateTime-Format-W3CDTF \ + p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 + +NO_ARCH= yes USE_PERL5= configure .include Modified: head/databases/p5-HTML-FormHandler-Model-DBIC/distinfo ============================================================================== --- head/databases/p5-HTML-FormHandler-Model-DBIC/distinfo Sat Jan 5 19:22:01 2019 (r489368) +++ head/databases/p5-HTML-FormHandler-Model-DBIC/distinfo Sat Jan 5 19:34:19 2019 (r489369) @@ -1,2 +1,3 @@ -SHA256 (HTML-FormHandler-Model-DBIC-0.19.tar.gz) = 663e5723dfd67d918e4f38dbfb474c579cc37f0e6e0f006a23ce51a9304a8a5d -SIZE (HTML-FormHandler-Model-DBIC-0.19.tar.gz) = 58846 +TIMESTAMP = 1546716834 +SHA256 (HTML-FormHandler-Model-DBIC-0.29.tar.gz) = b78a65c4fc9bad8e6a452bd1aced336620117202649e1b9f00c8bde0ec03a9aa +SIZE (HTML-FormHandler-Model-DBIC-0.29.tar.gz) = 54402