Date: Mon, 30 Jun 2014 16:30:45 +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: r359881 - head/net/rubygem-openid Message-ID: <201406301630.s5UGUj96084612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 30 16:30:44 2014 New Revision: 359881 URL: http://svnweb.freebsd.org/changeset/ports/359881 QAT: https://qat.redports.org/buildarchive/r359881/ Log: - Fix RUN_DEPENDS - Add LICENSE - Remove leading indefinite article from COMMENT - Bump PORTREVISION for dependency change Modified: head/net/rubygem-openid/Makefile Modified: head/net/rubygem-openid/Makefile ============================================================================== --- head/net/rubygem-openid/Makefile Mon Jun 30 16:21:01 2014 (r359880) +++ head/net/rubygem-openid/Makefile Mon Jun 30 16:30:44 2014 (r359881) @@ -3,14 +3,16 @@ PORTNAME= openid PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org -COMMENT= An OpenID library written in pure Ruby +COMMENT= OpenID library written in pure Ruby -RUN_DEPENDS= rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis +LICENSE= APACHE20 RUBY +LICENSE_COMB= dual GEM_NAME= ${DISTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301630.s5UGUj96084612>