svn commit: r329617 - head/devel/rubygem-listen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 6 18:32:07 UTC 2013


Author: sunpoet
Date: Sun Oct  6 18:32:06 2013
New Revision: 329617
URL: http://svnweb.freebsd.org/changeset/ports/329617

Log:
  - Update to 2.0.0
  
  Changes:	https://github.com/guard/listen/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-listen/Makefile
  head/devel/rubygem-listen/distinfo

Modified: head/devel/rubygem-listen/Makefile
==============================================================================
--- head/devel/rubygem-listen/Makefile	Sun Oct  6 18:32:02 2013	(r329616)
+++ head/devel/rubygem-listen/Makefile	Sun Oct  6 18:32:06 2013	(r329617)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	listen
-PORTVERSION=	1.3.1
+PORTVERSION=	2.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,14 +11,15 @@ COMMENT=	Listen to file modifications an
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-rb-kqueue>=0.2.0:${PORTSDIR}/devel/rubygem-rb-kqueue
+RUN_DEPENDS=	rubygem-celluloid>=0.15.1:${PORTSDIR}/devel/rubygem-celluloid \
+		rubygem-rb-kqueue>=0.2.0:${PORTSDIR}/devel/rubygem-rb-kqueue
 
+NO_STAGE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e '14,41 d' ${WRKSRC}/${GEM_NAME}.gemspec
+	@${REINPLACE_CMD} -e '27,54 d' ${WRKSRC}/${GEM_NAME}.gemspec
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-listen/distinfo
==============================================================================
--- head/devel/rubygem-listen/distinfo	Sun Oct  6 18:32:02 2013	(r329616)
+++ head/devel/rubygem-listen/distinfo	Sun Oct  6 18:32:06 2013	(r329617)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/listen-1.3.1.gem) = 7afda53e0b122b35bf39bb47aed29efc8eb504d6777808d877a0f768c4c739dc
-SIZE (rubygem/listen-1.3.1.gem) = 23040
+SHA256 (rubygem/listen-2.0.0.gem) = 88d06248eb8bedd07057b7652ad167b450181a1ea8b8e953cc32114e9518e870
+SIZE (rubygem/listen-2.0.0.gem) = 14336


More information about the svn-ports-head mailing list