Update to 5.0.1. [1]
Additional fixes and convert to USE_PHP [2] PR: ports/88051 [1] Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) [1] Approved by: maintainer, timeout 5 weeks [2]
This commit is contained in:
parent
cb44dd834e
commit
a5d47dd6f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150943
2 changed files with 8 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phprojekt
|
||||
PORTVERSION= 5.0
|
||||
PORTVERSION= 5.0.1
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= http://www.phprojekt.com/download/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
@ -14,14 +14,13 @@ DISTNAME= ${PORTNAME}
|
|||
MAINTAINER= tux@pinguru.net
|
||||
COMMENT= An open source groupware suite
|
||||
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.else
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.endif
|
||||
USE_PHP= yes
|
||||
DEFAULT_PHP_VER=4
|
||||
BROKEN_WITH_PHP=5
|
||||
WANT_PHP_MOD= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (phprojekt.tar.gz) = 91ebedd7dec127b8ce46133df6c2fb78
|
||||
SIZE (phprojekt.tar.gz) = 1679059
|
||||
MD5 (phprojekt.tar.gz) = b1b81f6d7af874298cd92e8f3c285897
|
||||
SIZE (phprojekt.tar.gz) = 1726560
|
||||
|
|
Loading…
Reference in a new issue