From owner-svn-ports-all@freebsd.org Mon Nov 9 18:43:59 2015 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 E5884A2A993; Mon, 9 Nov 2015 18:43:59 +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 970B81A6F; Mon, 9 Nov 2015 18:43:59 +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 tA9Ihwcn097956; Mon, 9 Nov 2015 18:43:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9Ihw1T097954; Mon, 9 Nov 2015 18:43:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091843.tA9Ihw1T097954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401135 - head/www/p5-Mojolicious-Plugin-SetUserGroup 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.20 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: Mon, 09 Nov 2015 18:44:00 -0000 Author: sunpoet Date: Mon Nov 9 18:43:58 2015 New Revision: 401135 URL: https://svnweb.freebsd.org/changeset/ports/401135 Log: - Update to 0.003 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Mojolicious-Plugin-SetUserGroup/Changes Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Nov 9 18:43:54 2015 (r401134) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Mon Nov 9 18:43:58 2015 (r401135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-SetUserGroup -PORTVERSION= 0.002 +PORTVERSION= 0.003 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DBOOK @@ -12,17 +12,19 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Mojolicious plugin to set unprivileged credentials LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Mojolicious>=6.0:${PORTSDIR}/www/p5-Mojolicious \ p5-Unix-Groups>=0:${PORTSDIR}/devel/p5-Unix-Groups RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include -.if ${PERL_LEVEL} < 501905 +.if ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Nov 9 18:43:54 2015 (r401134) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo Mon Nov 9 18:43:58 2015 (r401135) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 0d3769e7822456bd7d8fc988a9c91f0493461387f3125befa8abeda089b254ee -SIZE (Mojolicious-Plugin-SetUserGroup-0.002.tar.gz) = 8342 +SHA256 (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 4aa1af7f91423d8abd56471e46448142a3fbf1c76e4f718f8d40d150fe106d1b +SIZE (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 10410