From owner-svn-ports-head@freebsd.org Fri Jan 20 19:38:07 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 139F9CB9A2C; Fri, 20 Jan 2017 19:38:07 +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 E275C1308; Fri, 20 Jan 2017 19:38:06 +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 v0KJc65v097585; Fri, 20 Jan 2017 19:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KJc5GL097582; Fri, 20 Jan 2017 19:38:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701201938.v0KJc5GL097582@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, 20 Jan 2017 19:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431984 - head/www/p5-WWW-Mechanize-FormFiller 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: Fri, 20 Jan 2017 19:38:07 -0000 Author: sunpoet Date: Fri Jan 20 19:38:05 2017 New Revision: 431984 URL: https://svnweb.freebsd.org/changeset/ports/431984 Log: Update to 0.12 - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/WWW-Mechanize-FormFiller/Changes Modified: head/www/p5-WWW-Mechanize-FormFiller/Makefile head/www/p5-WWW-Mechanize-FormFiller/distinfo head/www/p5-WWW-Mechanize-FormFiller/pkg-plist Modified: head/www/p5-WWW-Mechanize-FormFiller/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-FormFiller/Makefile Fri Jan 20 19:38:01 2017 (r431983) +++ head/www/p5-WWW-Mechanize-FormFiller/Makefile Fri Jan 20 19:38:05 2017 (r431984) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-FormFiller -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +14,12 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Random>=0.05:devel/p5-Data-Random \ - p5-libwww>=0:www/p5-libwww \ - p5-HTML-Form>=1.038:www/p5-HTML-Form + p5-HTML-Form>=1.038:www/p5-HTML-Form \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-Mechanize-FormFiller/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-FormFiller/distinfo Fri Jan 20 19:38:01 2017 (r431983) +++ head/www/p5-WWW-Mechanize-FormFiller/distinfo Fri Jan 20 19:38:05 2017 (r431984) @@ -1,2 +1,3 @@ -SHA256 (WWW-Mechanize-FormFiller-0.11.tar.gz) = 517c7e612be3c4538ed9b52da611fe00d2fa8d4ea06212ecbadbfbf5b22a2d67 -SIZE (WWW-Mechanize-FormFiller-0.11.tar.gz) = 20157 +TIMESTAMP = 1484927220 +SHA256 (WWW-Mechanize-FormFiller-0.12.tar.gz) = be0f8bd2a1e5a4fdb3602eaf2d8b2268a474d86ee79ca94e8c8c46ae41b35111 +SIZE (WWW-Mechanize-FormFiller-0.12.tar.gz) = 19930 Modified: head/www/p5-WWW-Mechanize-FormFiller/pkg-plist ============================================================================== --- head/www/p5-WWW-Mechanize-FormFiller/pkg-plist Fri Jan 20 19:38:01 2017 (r431983) +++ head/www/p5-WWW-Mechanize-FormFiller/pkg-plist Fri Jan 20 19:38:05 2017 (r431984) @@ -1,13 +1,13 @@ %%SITE_PERL%%/WWW/Mechanize/FormFiller.pm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value.pm -%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Keep.pm -%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random.pm -%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Fixed.pm +%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Callback.pm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Default.pm +%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Fixed.pm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Interactive.pm -%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Callback.pm -%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Date.pm +%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Keep.pm +%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random.pm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Chars.pm +%%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Date.pm %%SITE_PERL%%/WWW/Mechanize/FormFiller/Value/Random/Word.pm %%PERL5_MAN3%%/WWW::Mechanize::FormFiller.3.gz %%PERL5_MAN3%%/WWW::Mechanize::FormFiller::Value.3.gz