svn commit: r503328 - head/sysutils/rubygem-tmuxinator
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 2 18:38:21 UTC 2019
Author: sunpoet
Date: Sun Jun 2 18:38:16 2019
New Revision: 503328
URL: https://svnweb.freebsd.org/changeset/ports/503328
Log:
Change RUN_DEPENDS from rubygem-xdg to rubygem-xdg2
- Bump PORTREVISION for dependency change
Modified:
head/sysutils/rubygem-tmuxinator/Makefile
Modified: head/sysutils/rubygem-tmuxinator/Makefile
==============================================================================
--- head/sysutils/rubygem-tmuxinator/Makefile Sun Jun 2 18:38:11 2019 (r503327)
+++ head/sysutils/rubygem-tmuxinator/Makefile Sun Jun 2 18:38:16 2019 (r503328)
@@ -3,6 +3,7 @@
PORTNAME= tmuxinator
PORTVERSION= 0.14.0
+PORTREVISION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -13,7 +14,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-erubis>=2.6:www/rubygem-erubis \
rubygem-thor>=0.15.0:devel/rubygem-thor \
- rubygem-xdg>=2.2.3:devel/rubygem-xdg
+ rubygem-xdg2>=2.2.3:devel/rubygem-xdg2
USES= gem
USE_RUBY= yes
More information about the svn-ports-head
mailing list