From owner-svn-ports-head@freebsd.org Thu Jan 14 17:30:20 2016 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 B6B61A82BCF; Thu, 14 Jan 2016 17:30:20 +0000 (UTC) (envelope-from amdmi3@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 697551F3C; Thu, 14 Jan 2016 17:30:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0EHUJka081945; Thu, 14 Jan 2016 17:30:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0EHUJUw081943; Thu, 14 Jan 2016 17:30:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601141730.u0EHUJUw081943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 Jan 2016 17:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406125 - head/www/p5-RT-Client-REST 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.20 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, 14 Jan 2016 17:30:20 -0000 Author: amdmi3 Date: Thu Jan 14 17:30:19 2016 New Revision: 406125 URL: https://svnweb.freebsd.org/changeset/ports/406125 Log: - Update to 0.50 - While here, add NO_ARCH PR: 206204 Submitted by: svysh.fbsd@gmail.com (maintainer) Modified: head/www/p5-RT-Client-REST/Makefile head/www/p5-RT-Client-REST/distinfo Modified: head/www/p5-RT-Client-REST/Makefile ============================================================================== --- head/www/p5-RT-Client-REST/Makefile Thu Jan 14 16:43:43 2016 (r406124) +++ head/www/p5-RT-Client-REST/Makefile Thu Jan 14 17:30:19 2016 (r406125) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= RT-Client-REST -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.50 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -16,13 +15,17 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-DateTime-Format-DateParse>0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ + p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-DateParse>0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ + p5-HTTP-Cookies>0:${PORTSDIR}/www/p5-HTTP-Cookies \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-URI>0:${PORTSDIR}/net/p5-URI +TEST_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-RT-Client-REST/distinfo ============================================================================== --- head/www/p5-RT-Client-REST/distinfo Thu Jan 14 16:43:43 2016 (r406124) +++ head/www/p5-RT-Client-REST/distinfo Thu Jan 14 17:30:19 2016 (r406125) @@ -1,2 +1,2 @@ -SHA256 (RT-Client-REST-0.49.tar.gz) = 832c84b4f19e97781e8902f123a659fdcfef68e0ed9cfe09055852e9d68f7afc -SIZE (RT-Client-REST-0.49.tar.gz) = 84494 +SHA256 (RT-Client-REST-0.50.tar.gz) = 2d19fe8c144b8104031b123980d384a98108111d12c1abce406db656d448ab93 +SIZE (RT-Client-REST-0.50.tar.gz) = 84846