From owner-svn-ports-head@freebsd.org Thu Apr 27 07:03:26 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 9FAE7D52028; Thu, 27 Apr 2017 07:03:26 +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 514FA1BC2; Thu, 27 Apr 2017 07:03:26 +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 v3R73Pm1019663; Thu, 27 Apr 2017 07:03:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3R73P6p019661; Thu, 27 Apr 2017 07:03:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704270703.v3R73P6p019661@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, 27 Apr 2017 07:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439515 - head/www/p5-WWW-Mechanize-Shell 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: Thu, 27 Apr 2017 07:03:26 -0000 Author: sunpoet Date: Thu Apr 27 07:03:24 2017 New Revision: 439515 URL: https://svnweb.freebsd.org/changeset/ports/439515 Log: Update to 0.56 - Fix TEST_DEPENDS - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes Modified: head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-Shell/distinfo Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Thu Apr 27 07:03:18 2017 (r439514) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Thu Apr 27 07:03:24 2017 (r439515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-Shell -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION @@ -15,26 +15,26 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-HTML-Display>=0:www/p5-HTML-Display \ - p5-HTML-TokeParser-Simple>=2:www/p5-HTML-TokeParser-Simple \ - p5-Hook-LexWrap>=0.2:devel/p5-Hook-LexWrap \ + p5-HTML-TokeParser-Simple>=2.0:www/p5-HTML-TokeParser-Simple \ + p5-Hook-LexWrap>=0.20:devel/p5-Hook-LexWrap \ p5-Term-Shell>=0.02:devel/p5-Term-Shell \ p5-URI>=0:net/p5-URI \ - p5-WWW-Mechanize>=1.2:www/p5-WWW-Mechanize \ + p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize \ p5-WWW-Mechanize-FormFiller>=0.05:www/p5-WWW-Mechanize-FormFiller \ p5-libwww>=5.69:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp +TEST_DEPENDS= p5-CGI>=0:www/p5-CGI OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTEXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) - @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .include Modified: head/www/p5-WWW-Mechanize-Shell/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/distinfo Thu Apr 27 07:03:18 2017 (r439514) +++ head/www/p5-WWW-Mechanize-Shell/distinfo Thu Apr 27 07:03:24 2017 (r439515) @@ -1,2 +1,3 @@ -SHA256 (WWW-Mechanize-Shell-0.55.tar.gz) = b0231f7821dcd1d579723d4aea05cdeb023013434f2faf119dd03b4bd13efbde -SIZE (WWW-Mechanize-Shell-0.55.tar.gz) = 52522 +TIMESTAMP = 1493265412 +SHA256 (WWW-Mechanize-Shell-0.56.tar.gz) = dc62f800797fd6537db6e00b8cc295e000ff36af44c6858fc7a3dfeeec3e1299 +SIZE (WWW-Mechanize-Shell-0.56.tar.gz) = 66814