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