diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-12 12:28:00 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-12 12:28:00 +0800 |
commit | d44e4b57c583d94b6259610f25a9ec0ae8ef968e (patch) | |
tree | ca22306384ab05819605838e765e81dc297c1653 /deskutils/phprojekt | |
parent | 4424198987263c5d9217d06dfec45897964be3c9 (diff) | |
download | freebsd-ports-graphics-d44e4b57c583d94b6259610f25a9ec0ae8ef968e.tar.gz freebsd-ports-graphics-d44e4b57c583d94b6259610f25a9ec0ae8ef968e.tar.zst freebsd-ports-graphics-d44e4b57c583d94b6259610f25a9ec0ae8ef968e.zip |
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]
Diffstat (limited to 'deskutils/phprojekt')
-rw-r--r-- | deskutils/phprojekt/Makefile | 13 | ||||
-rw-r--r-- | deskutils/phprojekt/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/deskutils/phprojekt/Makefile b/deskutils/phprojekt/Makefile index 710d881e2a0..c55defe745f 100644 --- a/deskutils/phprojekt/Makefile +++ b/deskutils/phprojekt/Makefile @@ -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} diff --git a/deskutils/phprojekt/distinfo b/deskutils/phprojekt/distinfo index fbdf049893b..ff33019f7a9 100644 --- a/deskutils/phprojekt/distinfo +++ b/deskutils/phprojekt/distinfo @@ -1,2 +1,2 @@ -MD5 (phprojekt.tar.gz) = 91ebedd7dec127b8ce46133df6c2fb78 -SIZE (phprojekt.tar.gz) = 1679059 +MD5 (phprojekt.tar.gz) = b1b81f6d7af874298cd92e8f3c285897 +SIZE (phprojekt.tar.gz) = 1726560 |