From owner-svn-ports-all@FreeBSD.ORG Wed May 27 09:50:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B1CA73A; Wed, 27 May 2015 09:50:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E9F53D3; Wed, 27 May 2015 09:50:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4R9oZ8o079371; Wed, 27 May 2015 09:50:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4R9oZWN079368; Wed, 27 May 2015 09:50:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505270950.t4R9oZWN079368@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 09:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387559 - in head/www: . rubygem-layout-yullio rubygem-layout_yullio_generator 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: Wed, 27 May 2015 09:50:36 -0000 Author: sunpoet Date: Wed May 27 09:50:34 2015 New Revision: 387559 URL: https://svnweb.freebsd.org/changeset/ports/387559 Log: - Move www/rubygem-layout-yullio to www/rubygem-layout_yullio_generator - Update RUN_DEPENDS Added: head/www/rubygem-layout_yullio_generator/ - copied from r387390, head/www/rubygem-layout-yullio/ Deleted: head/www/rubygem-layout-yullio/ Modified: head/www/Makefile head/www/rubygem-layout_yullio_generator/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed May 27 09:50:27 2015 (r387558) +++ head/www/Makefile Wed May 27 09:50:34 2015 (r387559) @@ -1868,7 +1868,7 @@ SUBDIR += rubygem-kaminari SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa - SUBDIR += rubygem-layout-yullio + SUBDIR += rubygem-layout_yullio_generator SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api SUBDIR += rubygem-maruku Modified: head/www/rubygem-layout_yullio_generator/Makefile ============================================================================== --- head/www/rubygem-layout-yullio/Makefile Mon May 25 16:55:34 2015 (r387390) +++ head/www/rubygem-layout_yullio_generator/Makefile Wed May 27 09:50:34 2015 (r387559) @@ -1,21 +1,18 @@ # Created by: ijliao # $FreeBSD$ -PORTNAME= layout-yullio +PORTNAME= layout_yullio_generator PORTVERSION= 0.9.0 CATEGORIES= www rubygems MASTER_SITES= RG -DISTNAME= layout_yullio_generator-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Combination of Mollio CSS/HTML template and Yahoo UI grid -RUN_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe - -GEM_NAME= ${DISTNAME} +RUN_DEPENDS= rubygem-hoe>=1.1.6:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes .include