- Update to 1.5.8
- Add LICENSE - Remove leading indefinite article from COMMENT - Sort PLIST Changes: https://github.com/drnic/rubigen/blob/master/History.txt
This commit is contained in:
parent
09f48162d1
commit
2c5472f32f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335708
2 changed files with 11 additions and 9 deletions
|
@ -2,21 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rubigen
|
||||
PORTVERSION= 1.5.7
|
||||
PORTVERSION= 1.5.8
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A Ruby generic generator framework
|
||||
COMMENT= Ruby generic generator framework
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport>=2.3.5:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport>=2.3.5:${PORTSDIR}/devel/rubygem-activesupport
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/install_rubigen_scripts \
|
||||
bin/rubigen \
|
||||
bin/ruby_app
|
||||
|
||||
PLIST_FILES= bin/install_rubigen_scripts \
|
||||
bin/ruby_app \
|
||||
bin/rubigen
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/rubigen-1.5.7.gem) = d057f9fb028cc7c97efaed6381c74ba23d2e9a0bf189edd45c02d5314c9ff38d
|
||||
SIZE (rubygem/rubigen-1.5.7.gem) = 57344
|
||||
SHA256 (rubygem/rubigen-1.5.8.gem) = b794f184d62c4f4fc05342e577516b11f89d5db248adfdb022d489f773105a18
|
||||
SIZE (rubygem/rubigen-1.5.8.gem) = 41984
|
||||
|
|
Loading…
Reference in a new issue