svn commit: r391804 - head/devel/rubygem-blobstore_client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 12 16:08:32 UTC 2015


Author: sunpoet
Date: Sun Jul 12 16:08:31 2015
New Revision: 391804
URL: https://svnweb.freebsd.org/changeset/ports/391804

Log:
  - Update RUN_DEPENDS: use PORTVERSION

Modified:
  head/devel/rubygem-blobstore_client/Makefile

Modified: head/devel/rubygem-blobstore_client/Makefile
==============================================================================
--- head/devel/rubygem-blobstore_client/Makefile	Sun Jul 12 16:08:26 2015	(r391803)
+++ head/devel/rubygem-blobstore_client/Makefile	Sun Jul 12 16:08:31 2015	(r391804)
@@ -11,7 +11,7 @@ COMMENT=	BOSH blobstore client
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	rubygem-aws-sdk>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk \
-		rubygem-bosh_common>=1.2941.0:${PORTSDIR}/devel/rubygem-bosh_common \
+		rubygem-bosh_common>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-bosh_common \
 		rubygem-fog>=1.27.0:${PORTSDIR}/devel/rubygem-fog \
 		rubygem-httpclient>=2.4.0:${PORTSDIR}/www/rubygem-httpclient \
 		rubygem-multi_json>=1.1:${PORTSDIR}/devel/rubygem-multi_json \


More information about the svn-ports-all mailing list