Date: Thu, 12 Mar 2015 17:11:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381115 - head/net/rubygem-geoip Message-ID: <201503121711.t2CHBDPg007706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 12 17:11:12 2015 New Revision: 381115 URL: https://svnweb.freebsd.org/changeset/ports/381115 QAT: https://qat.redports.org/buildarchive/r381115/ Log: - Update to 1.5.0 - Add LICENSE Changes: https://github.com/cjheath/geoip/commits/master Modified: head/net/rubygem-geoip/Makefile head/net/rubygem-geoip/distinfo Modified: head/net/rubygem-geoip/Makefile ============================================================================== --- head/net/rubygem-geoip/Makefile Thu Mar 12 17:11:05 2015 (r381114) +++ head/net/rubygem-geoip/Makefile Thu Mar 12 17:11:12 2015 (r381115) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= geoip -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Geoip implementation for rubygems +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual + RUN_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/geoip Modified: head/net/rubygem-geoip/distinfo ============================================================================== --- head/net/rubygem-geoip/distinfo Thu Mar 12 17:11:05 2015 (r381114) +++ head/net/rubygem-geoip/distinfo Thu Mar 12 17:11:12 2015 (r381115) @@ -1,2 +1,2 @@ -SHA256 (rubygem/geoip-1.4.0.gem) = 7b2ab7004d192a4491ce963efe386c5262d17877b75b95aae02219d1a5d53520 -SIZE (rubygem/geoip-1.4.0.gem) = 64512 +SHA256 (rubygem/geoip-1.5.0.gem) = 7e3154c1bc7dfb8dbb4f24690b5e90b5319b15529c551213f11a341318d0cd6b +SIZE (rubygem/geoip-1.5.0.gem) = 66560
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121711.t2CHBDPg007706>