diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-30 18:22:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-30 18:22:15 +0800 |
commit | 271c76942907795bad4c6e2f33bff9ef6891faab (patch) | |
tree | b1a0c585fb22f6ffab11c0599c274cbd9512e002 /misc/achievo/Makefile | |
parent | 8be4748cc9dfad42f59d02bdc804a7d55164df61 (diff) | |
download | freebsd-ports-gnome-271c76942907795bad4c6e2f33bff9ef6891faab.tar.gz freebsd-ports-gnome-271c76942907795bad4c6e2f33bff9ef6891faab.tar.zst freebsd-ports-gnome-271c76942907795bad4c6e2f33bff9ef6891faab.zip |
Update to 1.0.2 and assign to new maintainer (with old maintainer's
permission). Thanks to nbm@ for tracking this port in the past.
The changes are quite extensive; see doc/CHANGES for details.
PR: ports/61266
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> (new maintainer)
Diffstat (limited to 'misc/achievo/Makefile')
-rw-r--r-- | misc/achievo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index 32459652928c..ba9b41d7026a 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -6,15 +6,17 @@ # PORTNAME= achievo -PORTVERSION= 0.8.4 +PORTVERSION= 1.0.2 CATEGORIES= misc www MASTER_SITES= http://ftp.achievo.org/pub/achievo/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= kevin@caomhin.demon.co.uk COMMENT= A flexible web-based resource management tool -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +WANT_PHP_MOD= yes +PHP_VER= 4 +.include <../../lang/php4/bsd.php.mk> WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= YES |