Remove MASTER_SITE_GEMCUTTER
Gemcutter was replaced with rubygems.org, so remove the MASTER_SITES from the Makefiles and let MASTER_SITE_RUBYGEMS in ruby.port.mk handles things. OK sthen@ "if the checksums still match"
This commit is contained in:
parent
dd708ab4b9
commit
b1ea7b2bba
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/09/23 22:30:25 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/28 21:40:12 jeremy Exp $
|
||||
|
||||
COMMENT = CouchDB persistence layer written in Ruby
|
||||
|
||||
@ -16,8 +16,6 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GEMCUTTER}
|
||||
|
||||
MODULES = lang/ruby
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = ::devel/ruby-activesupport \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: network.conf.template,v 1.147 2010/09/28 14:45:10 jeremy Exp $
|
||||
# $OpenBSD: network.conf.template,v 1.148 2010/09/28 21:40:13 jeremy Exp $
|
||||
|
||||
#
|
||||
# NEVER EDIT THIS FILE DIRECTLY!!!!
|
||||
@ -277,8 +277,5 @@ MASTER_SITE_PYPI += \
|
||||
MASTER_SITE_GITHUB+= \
|
||||
http://gems.github.com/gems/
|
||||
|
||||
MASTER_SITE_GEMCUTTER+= \
|
||||
http://gemcutter.org/gems/
|
||||
|
||||
MASTER_SITE_RUBYGEMS+= \
|
||||
http://rubygems.org/downloads/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/23 22:30:27 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/09/28 21:40:13 jeremy Exp $
|
||||
|
||||
COMMENT = simple AMQP driver for Ruby
|
||||
|
||||
@ -13,8 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GEMCUTTER}
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/23 22:30:28 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/09/28 21:40:13 jeremy Exp $
|
||||
|
||||
COMMENT = another synchronous Ruby amqp client
|
||||
|
||||
@ -13,8 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GEMCUTTER}
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
@ -15,8 +15,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GEMCUTTER}
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.7 2010/01/02 00:28:55 msf Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.8 2010/09/28 21:40:13 jeremy Exp $
|
||||
|
||||
VERSION ?= 1.0.15
|
||||
PKGNAME ?= ruby-${DISTNAME}
|
||||
@ -14,8 +14,6 @@ PERMIT_PACKAGE_FTP ?= Yes
|
||||
PERMIT_DISTFILES_CDROM ?= Yes
|
||||
PERMIT_DISTFILES_FTP ?= Yes
|
||||
|
||||
MASTER_SITES ?= ${MASTER_SITE_GEMCUTTER}
|
||||
|
||||
MODULES ?= lang/ruby
|
||||
|
||||
BUILD_DEPENDS ?= ${RUN_DEPENDS}
|
||||
|
Loading…
Reference in New Issue
Block a user