- Update to 4.0.1

- Take maintainership

PR:		ports/73853
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
Pav Lucistnik 2004-11-12 19:45:16 +00:00
parent 566bf1e37c
commit f29625ed70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121473
3 changed files with 591 additions and 329 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= gforge
PORTVERSION= 3.1
PORTREVISION= 1
PORTVERSION= 4.0.1
CATEGORIES= www devel
MASTER_SITES= http://gforge.org/download.php/44/
MASTER_SITES= http://gforge.org/frs/download.php/85/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= laszlof@vonostingroup.com
COMMENT= Open Source collaborative software development tool
RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 \
@ -103,11 +102,10 @@ post-patch:
@${ECHO_MSG} " ==> Patching perl scripts"
@${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} ${REINPLACE_CMD} -e \
"s,/usr/bin/perl,${PERL},"
.for f in utils/groupCreator utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon
.for f in utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon
@${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," ${WRKSRC}/${f}
.endfor
@${ECHO_MSG} " ==> Setting correct path"
@${REINPLACE_CMD} -e "s,/usr/bin/wget,${LOCALBASE}/bin/wget," ${WRKSRC}/utils/mailing_lists_create.pl
@${REINPLACE_CMD} -e "s,/usr/bin:/usr/games:/bin,${PATH}," ${WRKSRC}/monitor/systemdaemon
.for f in backend/include.pl utils/include.pl www/include/BaseLanguage.class www/include/pre.php www/include/squal_pre.php
@${REINPLACE_CMD} -e "s,/etc/gforge,${ETCDIR},g" ${WRKSRC}/${f}
@ -115,7 +113,7 @@ post-patch:
post-configure:
@${ECHO_MSG} " ==> Preparing crontabs"
.for CRONFILE in README README.root
.for CRONFILE in README.root
@${REINPLACE_CMD} -e "s,~/alexandria,${BACKEND_DIR},g" ${WRKSRC}/cronjobs/${CRONFILE}
.endfor
@${ECHO_MSG} " ==> Cleaning useless file"

View File

@ -1,2 +1,2 @@
MD5 (gforge-3.1.tar.bz2) = 857143a2457f8cb736626dc65b264bf4
SIZE (gforge-3.1.tar.bz2) = 1159454
MD5 (gforge-4.0.1.tar.bz2) = 8a2e883d5b653710e85665d1922f8f3b
SIZE (gforge-4.0.1.tar.bz2) = 1488567

File diff suppressed because it is too large Load Diff