- Update to 2.3.5

- Add LICENSE
- Update RUN_DEPENDS: use Rails 4
- Update WWW

Changes:	https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-03 19:39:20 +00:00
parent ff6cfdfa96
commit 9ba1bf7986
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385330
3 changed files with 8 additions and 6 deletions

View file

@ -1,15 +1,17 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= seed-fu PORTNAME= seed-fu
PORTVERSION= 2.3.3 PORTVERSION= 2.3.5
CATEGORIES= databases rubygems CATEGORIES= databases rubygems
MASTER_SITES= RG MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to maintain seed datas COMMENT= Library to maintain seed datas
RUN_DEPENDS= rubygem-activerecord>=3.1:${PORTSDIR}/databases/rubygem-activerecord \ LICENSE= MIT
rubygem-activesupport>=3.1:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS= rubygem-activerecord4>=3.1:${PORTSDIR}/databases/rubygem-activerecord4 \
rubygem-activesupport4>=3.1:${PORTSDIR}/devel/rubygem-activesupport4
USE_RUBY= yes USE_RUBY= yes
USE_RUBYGEMS= yes USE_RUBYGEMS= yes

View file

@ -1,2 +1,2 @@
SHA256 (rubygem/seed-fu-2.3.3.gem) = 2c4e1443cee0285dd2d376daaf4bbeeb55218b4f69bfebd81080c7859ca7ac8d SHA256 (rubygem/seed-fu-2.3.5.gem) = 7c8bb043e216fb44923f5ec80e648a21247e6012cffecc189f21c7ee0552b287
SIZE (rubygem/seed-fu-2.3.3.gem) = 13824 SIZE (rubygem/seed-fu-2.3.5.gem) = 13824

View file

@ -3,4 +3,4 @@ maintaining seed data in a database. It uses a variety of techniques gathered
from various places around the web and combines them to create what is from various places around the web and combines them to create what is
hopefully the most robust seed data system around. hopefully the most robust seed data system around.
WWW: http://github.com/mbleigh/seed-fu WWW: https://github.com/mbleigh/seed-fu