svn commit: r386006 - head/devel/rubygem-cri
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 10 20:18:29 UTC 2015
Author: sunpoet
Date: Sun May 10 20:18:27 2015
New Revision: 386006
URL: https://svnweb.freebsd.org/changeset/ports/386006
Log:
- Update to 2.7.0
- Add LICENSE
- Fix indent: use tab instead of space
- Update WWW
Changes: https://github.com/ddfreyne/cri/releases
Modified:
head/devel/rubygem-cri/Makefile
head/devel/rubygem-cri/distinfo
head/devel/rubygem-cri/pkg-descr
Modified: head/devel/rubygem-cri/Makefile
==============================================================================
--- head/devel/rubygem-cri/Makefile Sun May 10 20:18:21 2015 (r386005)
+++ head/devel/rubygem-cri/Makefile Sun May 10 20:18:27 2015 (r386006)
@@ -2,18 +2,19 @@
# $FreeBSD$
PORTNAME= cri
-PORTVERSION= 2.6.1
+PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Allows building easy-to-use commandline interfaces
-RUN_DEPENDS= rubygem-colored>=1.2:${PORTSDIR}/textproc/rubygem-colored
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-colored>=1.2:${PORTSDIR}/textproc/rubygem-colored
USE_RUBY= yes
USE_RUBYGEMS= yes
-USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-cri/distinfo
==============================================================================
--- head/devel/rubygem-cri/distinfo Sun May 10 20:18:21 2015 (r386005)
+++ head/devel/rubygem-cri/distinfo Sun May 10 20:18:27 2015 (r386006)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/cri-2.6.1.gem) = 349dedff69722138ea49b69f32e2195094b4e2300caf230b33bdd29c3fdffc7f
-SIZE (rubygem/cri-2.6.1.gem) = 23552
+SHA256 (rubygem/cri-2.7.0.gem) = 861e637cfeb0f8a618ea982f675c574520590aecbd098a2cf3d8be339ff3ed62
+SIZE (rubygem/cri-2.7.0.gem) = 25088
Modified: head/devel/rubygem-cri/pkg-descr
==============================================================================
--- head/devel/rubygem-cri/pkg-descr Sun May 10 20:18:21 2015 (r386005)
+++ head/devel/rubygem-cri/pkg-descr Sun May 10 20:18:27 2015 (r386006)
@@ -1,4 +1,4 @@
Cri allows building easy-to-use commandline interfaces with support for
subcommands.
-WWW: https://rubygems.org/gems/cri
+WWW: https://github.com/ddfreyne/cri
More information about the svn-ports-all
mailing list