svn commit: r415152 - head/devel/rubygem-redmine_acts_as_taggable_on

Mark Felder feld at FreeBSD.org
Fri May 13 20:44:28 UTC 2016


Author: feld
Date: Fri May 13 20:44:27 2016
New Revision: 415152
URL: https://svnweb.freebsd.org/changeset/ports/415152

Log:
  devel/rubygem-redmine_acts_as_taggable_on: Change dependencies
  
  Dependencies were pointed to a duplicate port that I added. Change to
  the existing port.
  
  Reported by:	swills

Modified:
  head/devel/rubygem-redmine_acts_as_taggable_on/Makefile

Modified: head/devel/rubygem-redmine_acts_as_taggable_on/Makefile
==============================================================================
--- head/devel/rubygem-redmine_acts_as_taggable_on/Makefile	Fri May 13 20:33:09 2016	(r415151)
+++ head/devel/rubygem-redmine_acts_as_taggable_on/Makefile	Fri May 13 20:44:27 2016	(r415152)
@@ -3,6 +3,7 @@
 
 PORTNAME=	redmine_acts_as_taggable_on
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	RG
 
@@ -15,7 +16,7 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
-BUILD_DEPENDS+=	rubygem-acts-as-taggable-on>0:devel/rubygem-acts-as-taggable-on
-RUN_DEPENDS+=	rubygem-acts-as-taggable-on>0:devel/rubygem-acts-as-taggable-on
+BUILD_DEPENDS+=	rubygem-acts-as-taggable-on>0:www/rubygem-acts-as-taggable-on
+RUN_DEPENDS+=	rubygem-acts-as-taggable-on>0:www/rubygem-acts-as-taggable-on
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list