svn commit: r387612 - in head/net: rubygem-right_flexiscale rubygem-rightflexiscale
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 15:04:16 UTC 2015
Author: sunpoet
Date: Wed May 27 15:04:15 2015
New Revision: 387612
URL: https://svnweb.freebsd.org/changeset/ports/387612
Log:
- Move net/rubygem-rightflexiscale to net/rubygem-right_flexiscale
- Add LICENSE
- Fix RUN_DEPENDS
- Remove UNIQUENAME
- Update WWW
- Bump PORTREVISION for dependency change
Added:
head/net/rubygem-right_flexiscale/
- copied from r387543, head/net/rubygem-rightflexiscale/
Deleted:
head/net/rubygem-rightflexiscale/
Modified:
head/net/rubygem-right_flexiscale/Makefile
head/net/rubygem-right_flexiscale/pkg-descr
Modified: head/net/rubygem-right_flexiscale/Makefile
==============================================================================
--- head/net/rubygem-rightflexiscale/Makefile Wed May 27 06:50:22 2015 (r387543)
+++ head/net/rubygem-right_flexiscale/Makefile Wed May 27 15:04:15 2015 (r387612)
@@ -1,22 +1,21 @@
# Created by: Greg Larkin <glarkin at FreeBSD.org>
# $FreeBSD$
-PORTNAME= rightflexiscale
+PORTNAME= right_flexiscale
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
-DISTNAME= right_flexiscale-${PORTVERSION}
MAINTAINER= ruby at FreeBSD.org
COMMENT= Provides Ruby access to the Flexiscale API
-RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection \
- rubygem-soap4r>=1.5.8:${PORTSDIR}/devel/rubygem-soap4r
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-soap4r>=1.5.8:${PORTSDIR}/devel/rubygem-soap4r
USE_RUBY= yes
USE_RUBYGEMS= yes
-GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
-UNIQUENAME= ${PORTNAME}
.include <bsd.port.mk>
Modified: head/net/rubygem-right_flexiscale/pkg-descr
==============================================================================
--- head/net/rubygem-rightflexiscale/pkg-descr Wed May 27 06:50:22 2015 (r387543)
+++ head/net/rubygem-right_flexiscale/pkg-descr Wed May 27 15:04:15 2015 (r387612)
@@ -1,4 +1,4 @@
The RightScale Flexiscale gem has been designed to provide a robust
interface to Flexiscale's existing API.
-WWW: http://rubygems.org/gems/rightflexiscale/
+WWW: https://github.com/rightscale/right_flexiscale
More information about the svn-ports-all
mailing list