From owner-svn-ports-all@FreeBSD.ORG Sat Dec 8 16:13:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6111E10E; Sat, 8 Dec 2012 16:13:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 290508FC13; Sat, 8 Dec 2012 16:13:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB8GDJ8K073114; Sat, 8 Dec 2012 16:13:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB8GDIrb073111; Sat, 8 Dec 2012 16:13:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212081613.qB8GDIrb073111@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Dec 2012 16:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308477 - head/misc/p5-Geo-Coder-Googlev3 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: Sat, 08 Dec 2012 16:13:19 -0000 Author: sunpoet Date: Sat Dec 8 16:13:18 2012 New Revision: 308477 URL: http://svnweb.freebsd.org/changeset/ports/308477 Log: - Update to 0.12 - Cleanup Makefile header Changes: http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes Feature safe: yes Modified: head/misc/p5-Geo-Coder-Googlev3/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Googlev3/distinfo (contents, props changed) Modified: head/misc/p5-Geo-Coder-Googlev3/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Googlev3/Makefile Sat Dec 8 15:33:27 2012 (r308476) +++ head/misc/p5-Geo-Coder-Googlev3/Makefile Sat Dec 8 16:13:18 2012 (r308477) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Geo-Coder-Googlev3 -# Date created: 2011-10-13 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Geo-Coder-Googlev3 -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +13,7 @@ COMMENT= Google Maps v3 Geocoding API BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/misc/p5-Geo-Coder-Googlev3/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-Googlev3/distinfo Sat Dec 8 15:33:27 2012 (r308476) +++ head/misc/p5-Geo-Coder-Googlev3/distinfo Sat Dec 8 16:13:18 2012 (r308477) @@ -1,2 +1,2 @@ -SHA256 (Geo-Coder-Googlev3-0.11.tar.gz) = 7accc6205bb1ea530d153e764d8bb37566b2c99221db3fad74dfca263529bd57 -SIZE (Geo-Coder-Googlev3-0.11.tar.gz) = 6872 +SHA256 (Geo-Coder-Googlev3-0.12.tar.gz) = 6edb4ca9c792ce1cfb8fa1e11b7b07227e6bcab596c9535aeb2a5acb37638905 +SIZE (Geo-Coder-Googlev3-0.12.tar.gz) = 6595