svn commit: r385248 - in head/devel: . rubygem-mirror rubygem-rubygems-mirror
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 11:27:27 UTC 2015
Author: sunpoet
Date: Sun May 3 11:27:25 2015
New Revision: 385248
URL: https://svnweb.freebsd.org/changeset/ports/385248
Log:
- Move devel/rubygem-mirror to devel/rubygem-rubygems-mirror
- Add LICENSE
- Cleanup Makefile
- Update WWW
Added:
head/devel/rubygem-rubygems-mirror/
- copied from r385160, head/devel/rubygem-mirror/
Deleted:
head/devel/rubygem-mirror/
Modified:
head/devel/Makefile
head/devel/rubygem-rubygems-mirror/Makefile
head/devel/rubygem-rubygems-mirror/pkg-descr
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun May 3 11:22:00 2015 (r385247)
+++ head/devel/Makefile Sun May 3 11:27:25 2015 (r385248)
@@ -4569,7 +4569,6 @@
SUBDIR += rubygem-method_source
SUBDIR += rubygem-minitest
SUBDIR += rubygem-minitest4
- SUBDIR += rubygem-mirror
SUBDIR += rubygem-mixlib-authentication
SUBDIR += rubygem-mixlib-cli
SUBDIR += rubygem-mixlib-config
@@ -4661,6 +4660,7 @@
SUBDIR += rubygem-ruby2ruby
SUBDIR += rubygem-ruby_parser
SUBDIR += rubygem-rubygame
+ SUBDIR += rubygem-rubygems-mirror
SUBDIR += rubygem-rubygems-tasks
SUBDIR += rubygem-rubyinline
SUBDIR += rubygem-rubyinlineaccel
Modified: head/devel/rubygem-rubygems-mirror/Makefile
==============================================================================
--- head/devel/rubygem-mirror/Makefile Sat May 2 00:50:27 2015 (r385160)
+++ head/devel/rubygem-rubygems-mirror/Makefile Sun May 3 11:27:25 2015 (r385248)
@@ -1,21 +1,20 @@
# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-PORTNAME= mirror
+PORTNAME= rubygems-mirror
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-DISTNAME= ${GEM_NAME}
MAINTAINER= ruby at FreeBSD.org
COMMENT= Mirror rubygems
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-net-http-persistent>=2.1:${PORTSDIR}/www/rubygem-net-http-persistent
-USE_RUBY= yes
-USE_RAKE= yes
-USE_RUBYGEMS= yes
-GEM_NAME= rubygems-${PORTNAME}-${PORTVERSION}
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-rubygems-mirror/pkg-descr
==============================================================================
--- head/devel/rubygem-mirror/pkg-descr Sat May 2 00:50:27 2015 (r385160)
+++ head/devel/rubygem-rubygems-mirror/pkg-descr Sun May 3 11:27:25 2015 (r385248)
@@ -1,4 +1,4 @@
A ruby gem to mirror gems from rubygems.org. It uses net/http/persistent and
threads to grab the mirror set a little faster than the original.
-WWW: http://rubygems.org/gems/rubygems-mirror
+WWW: https://github.com/rubygems/rubygems-mirror
More information about the svn-ports-all
mailing list