b6745c2b49
0.14.0 (2017-03-15) * NEW #2120 enable cascading with Rack application (@namusyaka) * FIX lock rake < 11.0 to avoid last_comment error (@namusyaka) * FIX handle nil database passwords for create_db and drop_db (@phallstrom) * FIX #2119 add rake gem tasks to gem project Rakefile * NEW support Erubi ERB engine (@adam12) * FIX #2125 do not load in cycle files excluded from reloading 0.14.0.rc2 (2017-01-19) * FIX #2109 change the format of session_id for Padrino Admin AccessControl * WARN #2109 Existing sessions will be dropped * FIX #2097 Use exe folder for application executables (@adam12) * FIX #2105 Run bundle with –binstubs on -b switch (@adam12) * FIX #2111 disallow conflicting project names * NEW remove deprecations planned for 0.14.0 * NEW stop managing Ruby default encodings Default Encoding.default_internal is now nil (Ruby default) instead of UTF-8 (Padrino < 0.14 default) * FIX #2113 properly override default values in route definitions if parameter is present (@fidalgo) * FIX #2116 fix plugin list `padrino g plugin -l` (@fnordfish) 0.14.0.rc1 (2016-11-02) * NEW remove the requirement of ActiveSupport (export AS_VERSION=X.0 to put it back) 0.13.3.3 (2016-11-02) * FIX #2075 cache actual content_type mime type * FIX #2081 remove -i option from pg_dump command (@dfens) * FIX #2083 be able to create sqlite's file to deep tree of subdirectories (@kkarakawa) * NEW dynamically list supported renderers (@jfredrickson)
17 lines
567 B
Makefile
17 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/03/20 16:17:55 taca Exp $
|
|
|
|
DISTNAME= padrino-helpers-${RUBY_PADRINO_VERS}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${RUBY_PADRINO_SITE}
|
|
COMMENT= Helpers for padrino
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tilt<3:../../textproc/ruby-tilt
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6.7:../../devel/ruby-i18n
|
|
|
|
.include "../../www/ruby-padrino/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|