From owner-svn-ports-head@FreeBSD.ORG Sat Jun 13 02:20:45 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77FB3557; Sat, 13 Jun 2015 02:20:45 +0000 (UTC) (envelope-from tota@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 4C608807; Sat, 13 Jun 2015 02:20:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5D2KjPv085840; Sat, 13 Jun 2015 02:20:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5D2KihT085838; Sat, 13 Jun 2015 02:20:44 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201506130220.t5D2KihT085838@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Jun 2015 02:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389310 - head/japanese/rubygem-jpmobile4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 02:20:45 -0000 Author: tota Date: Sat Jun 13 02:20:44 2015 New Revision: 389310 URL: https://svnweb.freebsd.org/changeset/ports/389310 Log: - Update to 4.2.0 - Rewrite dependencies with OPT_ABOVEVARIABLE notation Modified: head/japanese/rubygem-jpmobile4/Makefile head/japanese/rubygem-jpmobile4/distinfo Modified: head/japanese/rubygem-jpmobile4/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile4/Makefile Sat Jun 13 02:20:23 2015 (r389309) +++ head/japanese/rubygem-jpmobile4/Makefile Sat Jun 13 02:20:44 2015 (r389310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpmobile -PORTVERSION= 4.1.4 +PORTVERSION= 4.2.0 CATEGORIES= japanese www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -30,16 +30,8 @@ OPTIONS_DEFAULT= IPADDRESSES TERMINFO PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem- -.if ${PORT_OPTIONS:MGEOKIT} -RUN_DEPENDS+= rubygem-geokit>=1.5.0:${PORTSDIR}/graphics/rubygem-geokit -.endif - -.if ${PORT_OPTIONS:MIPADDRESSES} -RUN_DEPENDS+= ja-rubygem-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses -.endif - -.if ${PORT_OPTIONS:MTERMINFO} -RUN_DEPENDS+= ja-rubygem-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo -.endif +GEOKIT_RUN_DEPENDS= rubygem-geokit>=1.5.0:${PORTSDIR}/graphics/rubygem-geokit +IPADDRESSES_RUN_DEPENDS= ja-rubygem-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses +TERMINFO_RUN_DEPENDS+= ja-rubygem-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo .include Modified: head/japanese/rubygem-jpmobile4/distinfo ============================================================================== --- head/japanese/rubygem-jpmobile4/distinfo Sat Jun 13 02:20:23 2015 (r389309) +++ head/japanese/rubygem-jpmobile4/distinfo Sat Jun 13 02:20:44 2015 (r389310) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jpmobile-4.1.4.gem) = b05c10a2bec22cf0def57dd3b0a54cdc9999b44fd64da87556b97f3962988bc9 -SIZE (rubygem/jpmobile-4.1.4.gem) = 385536 +SHA256 (rubygem/jpmobile-4.2.0.gem) = 82e34a0286590c8ca393748601802b885fb17e3019cbececa812da390b483b49 +SIZE (rubygem/jpmobile-4.2.0.gem) = 386048