From owner-svn-ports-all@freebsd.org Fri Oct 5 14:32:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6914F10AD5FB; Fri, 5 Oct 2018 14:32:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C81282AFF; Fri, 5 Oct 2018 14:32:59 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1774B168B3; Fri, 5 Oct 2018 14:32:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w95EWwEL006952; Fri, 5 Oct 2018 14:32:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w95EWwZo006951; Fri, 5 Oct 2018 14:32:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201810051432.w95EWwZo006951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 5 Oct 2018 14:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481277 - head/www/p5-Mojolicious-Plugin-HamlRenderer X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious-Plugin-HamlRenderer X-SVN-Commit-Revision: 481277 X-SVN-Commit-Repository: ports 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.27 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: Fri, 05 Oct 2018 14:32:59 -0000 Author: adamw Date: Fri Oct 5 14:32:58 2018 New Revision: 481277 URL: https://svnweb.freebsd.org/changeset/ports/481277 Log: Donate to perl@, and reverse _DEPENDS ordering Modified: head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Modified: head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Fri Oct 5 14:28:02 2018 (r481276) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Fri Oct 5 14:32:58 2018 (r481277) @@ -7,15 +7,15 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Haml renderer for Mojolicious LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Mojolicious>=1.3:www/p5-Mojolicious \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Mojolicious>=1.3:www/p5-Mojolicious \ p5-Text-Haml>=0.990103:textproc/p5-Text-Haml -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5