diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 06:52:08 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 06:52:08 +0800 |
commit | 6a26b42ffe14f0cf192a75cfa34da4914e64b1e2 (patch) | |
tree | 973f1d94c39e0420e3f85694e5102f3c0ded46d6 /deskutils | |
parent | 4c999dbad6ac38c797df811a1542fd66d20c5ad7 (diff) | |
download | freebsd-ports-gnome-6a26b42ffe14f0cf192a75cfa34da4914e64b1e2.tar.gz freebsd-ports-gnome-6a26b42ffe14f0cf192a75cfa34da4914e64b1e2.tar.zst freebsd-ports-gnome-6a26b42ffe14f0cf192a75cfa34da4914e64b1e2.zip |
- Upgrade to 1.0.00.005-1.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/egroupware/Makefile | 15 | ||||
-rw-r--r-- | deskutils/egroupware/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 3d97ef18f837..1d7abc63ae2a 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= eGroupWare -PORTVERSION= 1.0.00.004 +PORTVERSION= 1.0.00.005 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= egroupware -DISTNAME= ${PORTNAME}-${PORTVERSION}-2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= A web based GroupWare system @@ -42,13 +42,16 @@ do-install: ${CHMOD} g+w ${DEST}/phpgwapi/images ${DEST}/fudforum ${CHGRP} ${WWWGRP} ${DEST}/phpgwapi/images ${DEST}/fudforum -# postgresql.conf +# --- postgresql.conf # tcpip_socket = true # ports = 5432 # -# pg_hba.conf -# local egroupware trust -# host egroupwaredbname all 127.0.0.1 255.255.255 md5 +# --- pg_hba.conf +# local $dbname trust +# host $dbname all 127.0.0.1 255.255.255.255 md5 +# +# --- php.ini +# memory_limit = 16M (or above) # # createuser $dbuser -P -A -d # createdb -U $dbuser $dbname diff --git a/deskutils/egroupware/distinfo b/deskutils/egroupware/distinfo index 23a73d8986e9..208582a2d11b 100644 --- a/deskutils/egroupware/distinfo +++ b/deskutils/egroupware/distinfo @@ -1,2 +1,2 @@ -MD5 (eGroupWare-1.0.00.004-2.tar.bz2) = b3df0b3dc95f043c22eacf4a92563d8a -SIZE (eGroupWare-1.0.00.004-2.tar.bz2) = 10193131 +MD5 (eGroupWare-1.0.00.005-1.tar.bz2) = a2d83f21e5e2af6d48f629544feacfa3 +SIZE (eGroupWare-1.0.00.005-1.tar.bz2) = 10218350 |