svn commit: r329618 - head/sysutils/rubygem-guard
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 6 18:32:11 UTC 2013
Author: sunpoet
Date: Sun Oct 6 18:32:10 2013
New Revision: 329618
URL: http://svnweb.freebsd.org/changeset/ports/329618
Log:
- Update to 2.0.1
Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md
Modified:
head/sysutils/rubygem-guard/Makefile
head/sysutils/rubygem-guard/distinfo
Modified: head/sysutils/rubygem-guard/Makefile
==============================================================================
--- head/sysutils/rubygem-guard/Makefile Sun Oct 6 18:32:06 2013 (r329617)
+++ head/sysutils/rubygem-guard/Makefile Sun Oct 6 18:32:10 2013 (r329618)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= guard
-PORTVERSION= 1.8.3
+PORTVERSION= 2.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
@@ -12,16 +12,16 @@ COMMENT= Command line tool to easily han
LICENSE= MIT
RUN_DEPENDS= rubygem-formatador>=0.2.4:${PORTSDIR}/devel/rubygem-formatador \
- rubygem-listen>=1.3:${PORTSDIR}/devel/rubygem-listen \
- rubygem-lumberjack>=1.0.2:${PORTSDIR}/devel/rubygem-lumberjack \
- rubygem-pry>=0.9.10:${PORTSDIR}/devel/rubygem-pry \
- rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
+ rubygem-listen>=2:${PORTSDIR}/devel/rubygem-listen \
+ rubygem-lumberjack>=1:${PORTSDIR}/devel/rubygem-lumberjack \
+ rubygem-pry>=0.9.12:${PORTSDIR}/devel/rubygem-pry \
+ rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor
+NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/guard
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/sysutils/rubygem-guard/distinfo
==============================================================================
--- head/sysutils/rubygem-guard/distinfo Sun Oct 6 18:32:06 2013 (r329617)
+++ head/sysutils/rubygem-guard/distinfo Sun Oct 6 18:32:10 2013 (r329618)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/guard-1.8.3.gem) = 6b6ef0f7f8399afe9b73ddc9ba024118b5ee75e15fc94b6bb8aa2c367043b0c5
-SIZE (rubygem/guard-1.8.3.gem) = 233984
+SHA256 (rubygem/guard-2.0.1.gem) = a097e763c20e1f06482880011d57fa162d5d79e6c3b636fb84f7c5b02e7c868c
+SIZE (rubygem/guard-2.0.1.gem) = 229888
More information about the svn-ports-all
mailing list