svn commit: r353272 - head/databases/rubygem-dm-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 05:21:06 UTC 2014


Author: sunpoet
Date: Thu May  8 05:21:05 2014
New Revision: 353272
URL: http://svnweb.freebsd.org/changeset/ports/353272
QAT: https://qat.redports.org/buildarchive/r353272/

Log:
  - Fix RUN_DEPENDS
  - Add LICENSE
  - Remove leading indefinite article from COMMENT
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/rubygem-dm-core/Makefile

Modified: head/databases/rubygem-dm-core/Makefile
==============================================================================
--- head/databases/rubygem-dm-core/Makefile	Thu May  8 05:16:24 2014	(r353271)
+++ head/databases/rubygem-dm-core/Makefile	Thu May  8 05:21:05 2014	(r353272)
@@ -3,14 +3,16 @@
 
 PORTNAME=	dm-core
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	An Object/Relational Mapper for Ruby
+COMMENT=	Object/Relational Mapper for Ruby
 
-RUN_DEPENDS=	rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
-		rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list