svn commit: r376318 - head/devel/rubygem-loquacious

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 5 17:39:07 UTC 2015


Author: sunpoet
Date: Mon Jan  5 17:39:05 2015
New Revision: 376318
URL: https://svnweb.freebsd.org/changeset/ports/376318
QAT: https://qat.redports.org/buildarchive/r376318/

Log:
  - Fix RUN_DEPENDS
  - Add LICENSE
  - Bump PORTREVISION for dependency change
  - Update WWW

Modified:
  head/devel/rubygem-loquacious/Makefile
  head/devel/rubygem-loquacious/pkg-descr

Modified: head/devel/rubygem-loquacious/Makefile
==============================================================================
--- head/devel/rubygem-loquacious/Makefile	Mon Jan  5 17:37:21 2015	(r376317)
+++ head/devel/rubygem-loquacious/Makefile	Mon Jan  5 17:39:05 2015	(r376318)
@@ -3,16 +3,17 @@
 
 PORTNAME=	loquacious
 PORTVERSION=	1.9.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Mechanism to parse ruby loquacious files
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-RUN_DEPENDS=	rubygem-rspec>=2.7.0:${PORTSDIR}/devel/rubygem-rspec
-
 .include <bsd.port.mk>

Modified: head/devel/rubygem-loquacious/pkg-descr
==============================================================================
--- head/devel/rubygem-loquacious/pkg-descr	Mon Jan  5 17:37:21 2015	(r376317)
+++ head/devel/rubygem-loquacious/pkg-descr	Mon Jan  5 17:39:05 2015	(r376318)
@@ -3,4 +3,4 @@ descriptions for each configuration attr
 can be iterated over allowing for helpful information about those attributes to
 be displayed to the user.
 
-WWW: http://rubygems.org/gems/loquacious
+WWW: https://github.com/TwP/loquacious


More information about the svn-ports-all mailing list