Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 01:02:20 +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: r335801 - head/mail/rubygem-larch
Message-ID:  <201312070102.rB712Kcp011580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  7 01:02:19 2013
New Revision: 335801
URL: http://svnweb.freebsd.org/changeset/ports/335801

Log:
  - Add LICENSE

Modified:
  head/mail/rubygem-larch/Makefile

Modified: head/mail/rubygem-larch/Makefile
==============================================================================
--- head/mail/rubygem-larch/Makefile	Sat Dec  7 01:02:15 2013	(r335800)
+++ head/mail/rubygem-larch/Makefile	Sat Dec  7 01:02:19 2013	(r335801)
@@ -9,15 +9,18 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Larch copies messages from one IMAP server to another
 
+LICENSE=	GPLv2
+
+#		rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
 RUN_DEPENDS=	rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \
-		rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
+		rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \
 		rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \
 		rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop
 
-PLIST_FILES=	bin/larch
-
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+PLIST_FILES=	bin/larch
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312070102.rB712Kcp011580>