svn commit: r359881 - head/net/rubygem-openid

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 30 16:30:45 UTC 2014


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 at 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}
 


More information about the svn-ports-head mailing list