diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-13 04:37:37 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-13 04:37:37 +0000 |
commit | b3c3769b07b3018f5d28165e6c917d486e5b9a5c (patch) | |
tree | a29f24c2b971493d27668db662611511e382d391 | |
parent | 461c6eede44739e922215d886aa34db2e7ad8d8d (diff) | |
download | FreeBSD-ports-b3c3769b07b3018f5d28165e6c917d486e5b9a5c.zip FreeBSD-ports-b3c3769b07b3018f5d28165e6c917d486e5b9a5c.tar.gz |
Update to 1.0.3: added many new fields to employee data; added some
new reports; menu fixes; bugfixes; updated language files. See
doc/CHANGES for complete list.
PR: ports/62590
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
-rw-r--r-- | misc/achievo/Makefile | 2 | ||||
-rw-r--r-- | misc/achievo/distinfo | 3 | ||||
-rw-r--r-- | misc/achievo/pkg-plist | 8 |
3 files changed, 9 insertions, 4 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index d1eae3e..60f2f3f 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= achievo -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= misc www MASTER_SITES= http://ftp.achievo.org/pub/achievo/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} diff --git a/misc/achievo/distinfo b/misc/achievo/distinfo index 2cf70541..12dc22f 100644 --- a/misc/achievo/distinfo +++ b/misc/achievo/distinfo @@ -1 +1,2 @@ -MD5 (achievo-stable-1.0.2.tar.gz) = 08916ded3f6f50b7a8d7a5f83f3e4aa8 +MD5 (achievo-stable-1.0.3.tar.gz) = 0f6a6d1f644049b03c32bb757c2f798e +SIZE (achievo-stable-1.0.3.tar.gz) = 513995 diff --git a/misc/achievo/pkg-plist b/misc/achievo/pkg-plist index 947943f..1dbee8c 100644 --- a/misc/achievo/pkg-plist +++ b/misc/achievo/pkg-plist @@ -318,11 +318,14 @@ www/data.default/achievo/modules/class.achievomodule.inc www/data.default/achievo/modules/config.modules.inc www/data.default/achievo/modules/employee/class.accessright.inc www/data.default/achievo/modules/employee/class.employee.inc +www/data.default/achievo/modules/employee/class.employeestats.inc www/data.default/achievo/modules/employee/class.profile.inc www/data.default/achievo/modules/employee/class.usercontracts.inc www/data.default/achievo/modules/employee/class.userprefs.inc -www/data.default/achievo/modules/employee/employeestats.inc www/data.default/achievo/modules/employee/install/install.inc +www/data.default/achievo/modules/employee/install/patch-2.inc +www/data.default/achievo/modules/employee/install/patch-3.inc +www/data.default/achievo/modules/employee/install/patch-4.inc www/data.default/achievo/modules/employee/module.inc www/data.default/achievo/modules/graph/attributes/class.datagraphattribute.inc www/data.default/achievo/modules/graph/attributes/class.graphattribute.inc @@ -345,6 +348,7 @@ www/data.default/achievo/modules/organization/class.organization.inc www/data.default/achievo/modules/organization/install/install.inc www/data.default/achievo/modules/organization/install/patch-2.inc www/data.default/achievo/modules/organization/install/patch-3.inc +www/data.default/achievo/modules/organization/install/patch-4.inc www/data.default/achievo/modules/organization/module.inc www/data.default/achievo/modules/person/class.person.inc www/data.default/achievo/modules/person/class.select_person.inc @@ -380,7 +384,6 @@ www/data.default/achievo/modules/project/class.tpl_project_phase.inc www/data.default/achievo/modules/project/ganttchart.php www/data.default/achievo/modules/project/install/install.inc www/data.default/achievo/modules/project/module.inc -www/data.default/achievo/modules/project/projectstats.inc www/data.default/achievo/modules/reports/class.hoursurvey.inc www/data.default/achievo/modules/reports/class.weekreport.inc www/data.default/achievo/modules/reports/install/install.inc @@ -392,6 +395,7 @@ www/data.default/achievo/modules/setup/class.dbsequence.inc www/data.default/achievo/modules/setup/class.setup.inc www/data.default/achievo/modules/setup/class.versioninfo.inc www/data.default/achievo/modules/setup/install/install.inc +www/data.default/achievo/modules/setup/install/patch-2.inc www/data.default/achievo/modules/setup/module.inc www/data.default/achievo/modules/timereg/class.hours.inc www/data.default/achievo/modules/timereg/class.hours_lock.inc |