freebsd-ports/devel/rubygem-echoe/Makefile
Steve Wills f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00

24 lines
613 B
Makefile

# $FreeBSD$
PORTNAME= echoe
PORTVERSION= 4.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rake tasks for docs, extension compiling, testing, and deployment
RUN_DEPENDS= rubygem-rubyforge>=0:${PORTSDIR}/devel/rubygem-rubyforge \
rubygem-gemcutter>=0:${PORTSDIR}/devel/rubygem-gemcutter \
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
rubygem-allison>=0:${PORTSDIR}/devel/rubygem-allison
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
DEPRECATED= Depends on deprecated rubyforge
EXPIRATION_DATE= 2014-09-20
.include <bsd.port.mk>