From owner-svn-ports-all@FreeBSD.ORG Mon Sep 9 10:09:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 301E2E74; Mon, 9 Sep 2013 10:09:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFB72575; Mon, 9 Sep 2013 10:09:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89A97Hw026395; Mon, 9 Sep 2013 10:09:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89A97a3026394; Mon, 9 Sep 2013 10:09:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309091009.r89A97a3026394@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Sep 2013 10:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326798 - head/www/p5-Mojolicious 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.14 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 Sep 2013 10:09:08 -0000 Author: sunpoet Date: Mon Sep 9 10:09:07 2013 New Revision: 326798 URL: http://svnweb.freebsd.org/changeset/ports/326798 Log: - Remove leading indefinite article from COMMENT - Remove IPV6 from OPTIONS_DEFAULT - Convert to new perl5 framework Modified: head/www/p5-Mojolicious/Makefile Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Sep 9 10:09:03 2013 (r326797) +++ head/www/p5-Mojolicious/Makefile Mon Sep 9 10:09:07 2013 (r326798) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A high level MVC web framework written in Perl +COMMENT= High level MVC web framework written in Perl LICENSE= ART20 @@ -16,9 +16,10 @@ BUILD_DEPENDS= p5-EV>=4:${PORTSDIR}/deve RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IPV6 TLS -OPTIONS_DEFAULT=IPV6 TLS +OPTIONS_DEFAULT=TLS -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= hypnotoad.1 \ mojo.1 \