- Update to 0.9.1
PR: 143399 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
This commit is contained in:
parent
0521ad8204
commit
7a04e23af0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248959
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redmine
|
||||
PORTVERSION= 0.8.7
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -19,6 +19,19 @@ USE_RUBY_FEATURES= iconv
|
||||
USE_RAKE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS= MYSQL "Enable MySQL Support" on \
|
||||
POSTGRESQL "Enable PostgreSQL Support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/mysql.so:${PORTSDIR}/databases/ruby-mysql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/pg.so:${PORTSDIR}/databases/ruby-pg
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name *.orig")
|
||||
@ -33,4 +46,4 @@ do-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redmine-0.8.7.tar.gz) = 51d9b891c5b72a5dcadea760e9103922
|
||||
SHA256 (redmine-0.8.7.tar.gz) = b225bb32efaa28ba054014be18b97ecffcd4e07df671e2a85eed8e1e8159b4ed
|
||||
SIZE (redmine-0.8.7.tar.gz) = 3177664
|
||||
MD5 (redmine-0.9.1.tar.gz) = 865b27624f072d714a5f6d12328116af
|
||||
SHA256 (redmine-0.9.1.tar.gz) = 5758c1525f1cd58748911ae5a8243ca56dcec80df769ecb59e07057703f6d598
|
||||
SIZE (redmine-0.9.1.tar.gz) = 4578461
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user