From owner-svn-ports-all@freebsd.org Thu Mar 31 15:39:38 2016 Return-Path: Delivered-To: svn-ports-all@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 E4715AE0793; Thu, 31 Mar 2016 15:39:38 +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 B54EB1D9D; Thu, 31 Mar 2016 15:39:38 +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 u2VFdbDA040098; Thu, 31 Mar 2016 15:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFdbHm040097; Thu, 31 Mar 2016 15:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311539.u2VFdbHm040097@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, 31 Mar 2016 15:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412248 - head/www/p5-HTTP-BrowserDetect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 31 Mar 2016 15:39:39 -0000 Author: sunpoet Date: Thu Mar 31 15:39:37 2016 New Revision: 412248 URL: https://svnweb.freebsd.org/changeset/ports/412248 Log: - Fix *_DEPENDS: JSON::PP is already in all supported Perl releases - Update TEST_DEPENDS: remove PORTSDIR - Bump PORTREVISION for dependency change Modified: head/www/p5-HTTP-BrowserDetect/Makefile Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:33 2016 (r412247) +++ head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 31 15:39:37 2016 (r412248) @@ -3,6 +3,7 @@ PORTNAME= HTTP-BrowserDetect PORTVERSION= 3.10 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,20 +15,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ - p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ - p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Path-Tiny>=0:devel/p5-Path-Tiny \ + p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \ + p5-Test-Most>=0:devel/p5-Test-Most \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP -RUN_DEPENDS+= p5-JSON-PP>=2.27300:${PORTSDIR}/converters/p5-JSON-PP -.endif - -.include +.include