pkgsrc/www/fengoffice/Makefile

63 lines
1.9 KiB
Makefile
Raw Normal View History

Update fengoffice to 2.3.2.1. Changelog ========= Since 2.3.2 ---------------- bugfix: When creating members, do not assign permissions for all executives (or superior users) if member has a parent. Since 2.3.2-rc2 ---------------- bugfix: Cannot filter overview by tag. bugfix: Tasks tooltip in calendar views shows description as html. bugfix: Permissions issue when editing and subscribing for non-admins for not classiffied objects. Since 2.3.2-rc ---------------- bugfix: Show can_manage_billing permission. bugfix: Missing lang on javascript langs. bugfix: Javascript plugin langs are not loaded. bugfix: When requesting completed tasks for calendar month view, it does not filter by dates and calendar hangs if there are too much tasks. bugfix: Administration / dimensions does not show members for dimensions that don't define permissions. bugfix: Permissions fix when email module is not installed. bugfix: Company object type name fixed. bugfix: Try to reconect to database if not conected when executing a query (if connection is lost while performing other tasks). bugfix: When users cannot see other user's tasks they can view them using the search. bugfix: Group permissions not applied in assigned to combo (when adding or editing tasks). bugfix: Minor bugfixes in 1.7 -> 2.x upgrade. bugfix: Activity widget: logs for members (workspaces, etc.) were not displayed. bugfix: General search sql query improved. bugfix: Don't include context in the user edited notification. bugfix: Don't show worked hours if user doesn't have permissions for it. bugfix: Don't send archived mails. feature: Only administrators can change system permissions. feature: Users can change permissions of users of the same type (only dimension member permissions). feature: Set permissions to executive, manager and admins when creating a new member. Since 2.3.2-beta ---------------- bugfix: Archiving a submember does not archive its objects. bugfix: Error 500 when adding group. bugfix: Installer fixes. bugfix: Modified the insert in read objects for emails. bugfix: Minor bugfixes in document listing. bugfix: Sql error when $selected_columns ins an empty array in ContentDataObjects::listing() function bugfix: root permissions not set when installing new feng office. bugfix: Person report fixed when displaying email field. bugfix: contacts are always created when sending mails. bugfix: Tasks list milestone grouping fixed. preformance: Search query improved. performance: Insert/delete into sharing table 500 objects x query when saving user permissions.
2013-10-09 16:40:09 +02:00
# $NetBSD: Makefile,v 1.27 2013/10/09 14:40:09 taca Exp $
#
Update fengoffice to 2.3.2.1. Changelog ========= Since 2.3.2 ---------------- bugfix: When creating members, do not assign permissions for all executives (or superior users) if member has a parent. Since 2.3.2-rc2 ---------------- bugfix: Cannot filter overview by tag. bugfix: Tasks tooltip in calendar views shows description as html. bugfix: Permissions issue when editing and subscribing for non-admins for not classiffied objects. Since 2.3.2-rc ---------------- bugfix: Show can_manage_billing permission. bugfix: Missing lang on javascript langs. bugfix: Javascript plugin langs are not loaded. bugfix: When requesting completed tasks for calendar month view, it does not filter by dates and calendar hangs if there are too much tasks. bugfix: Administration / dimensions does not show members for dimensions that don't define permissions. bugfix: Permissions fix when email module is not installed. bugfix: Company object type name fixed. bugfix: Try to reconect to database if not conected when executing a query (if connection is lost while performing other tasks). bugfix: When users cannot see other user's tasks they can view them using the search. bugfix: Group permissions not applied in assigned to combo (when adding or editing tasks). bugfix: Minor bugfixes in 1.7 -> 2.x upgrade. bugfix: Activity widget: logs for members (workspaces, etc.) were not displayed. bugfix: General search sql query improved. bugfix: Don't include context in the user edited notification. bugfix: Don't show worked hours if user doesn't have permissions for it. bugfix: Don't send archived mails. feature: Only administrators can change system permissions. feature: Users can change permissions of users of the same type (only dimension member permissions). feature: Set permissions to executive, manager and admins when creating a new member. Since 2.3.2-beta ---------------- bugfix: Archiving a submember does not archive its objects. bugfix: Error 500 when adding group. bugfix: Installer fixes. bugfix: Modified the insert in read objects for emails. bugfix: Minor bugfixes in document listing. bugfix: Sql error when $selected_columns ins an empty array in ContentDataObjects::listing() function bugfix: root permissions not set when installing new feng office. bugfix: Person report fixed when displaying email field. bugfix: contacts are always created when sending mails. bugfix: Tasks list milestone grouping fixed. preformance: Search query improved. performance: Insert/delete into sharing table 500 objects x query when saving user permissions.
2013-10-09 16:40:09 +02:00
DISTNAME= fengoffice_2.3.2.1
PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
EXTRACT_SUFX= .zip
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://fengoffice.com/web/community/community_index.php
COMMENT= Easy to use Open Source Web Office
LICENSE= gnu-agpl-v3
CONFLICTS+= opengoo-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
Update fengoffice to 2.2.3.1. Since 2.2.3.1-beta ------------------ bugfix: Search in a member does not find file contents. bugfix: Click on "search everywhere" does not find file contents. bugfix: Groups listed alphabetically in the Administration Panel. bugfix: Monthly view calendar print shows empty calendar. bugfix: Improvements in performance of overview widgets. bugfix: Timeslots are not reclassified reclassifying tasks. bugfix: Cannot delete members if it has objects. bugfix: Member deletion does not clean all related tables. bugfix: Only managers or superior roles can change other user passwords. bugfix: Several missing langs and undefined variables warnings clean. bugfix: Db error when adding two workspaces with the same name. bugfix: Quick add files - all radio buttons can be selected. system: Russian translations updated. Since 2.2.2 ---------------- bugfix: Owner company cannot be classified. bugfix: Task list group by user fix. bugfix: Add pdf and docx files to searchable objects. bugfix: js managers bugfixes. bugfix: Cannot edit/delete mails from deleted accounts. bugfix: Error in tasks reports when ordering by 'order' column. bugfix: Fixes in migration from 1.X of custom properties. usability: Reports can be edited to allow execution in every context. usability: Performance improved in tasks list. usability: Users are filtered by permissions in 'People' dimension when filtering by a workspace. usability: Contacts are filtered in 'People' dimension when filtering by a workspace if they belong to the workspace. system: Portuguese language updated. Since 2.2.1 ---------------- bugfix: logged_user fix when classifying attachments bugfix: go back instead of redirect when editing file properties. bugfix: chmod after mkdir when repository file backend creates directory bugfix: Several template instatiation fixes bugfix: mail classification bugfix bugfix: allow to classify mails in workspaces,tags bugfix: administration/users: 10 users per page fix bugfix: do not use objects in estimated-worked widget, use raw data for better performance bugfix: language fixes bugfix: cannot use assigned_to combo when adding tasks in ie bugfix: ie compatibility fix in calendar toolbars bugfix: enable/disable cron events for calendar export/import when adding/deleting accounts bugfix: html tags in task tooltip description at calendar bugfix: cvs export prints html tags bugfix: users with can_manage_security cannot manage groups bugfix: view week calendar views don't show tasks all days if task starts or ends in another week bugfix: dont show timeslots of other users if cannot see assigned to other's tasks bugfix: ext buttons hechos a lo chancho bugfix: patch if not exists function array_fill_keys (para php < 5.2) bugfix: break large words in task description bugfix: administrator cannot log in to admin panel when asking for credentials bugfix: cannot edit file after uploaded from object picker bugfix: getTimeValue when 12:XX AM bugfix: bugfix in custom reports with boolean conditions on custom properties bugfix: admin users paging fix bugfix: migration companies comments fix Since 2.2.1-rc ---------------- bugfix: Cannot manage plugins if no super admin. bugfix: Reports were not grouping unclassified objects. bugfix: Reports grouping misses a group. bugfix: Fixed findById function in ContentDataObjects. bugfix: Fixed Email plugin installation. bugfix: Fixed translations for dimension names. bugfix: Error with company logo when sending notifications. bugfix: Time report fix when selecting custom dates and listing paused timeslots. bugfix: Fix when getting plugin's javascript translations. Since 2.2 ---------------- bugfix: Calendar monthly view bugs with repeating events. bugfix: Permissions system fix. bugfix: Projects appear in object picker. bugfix: language fixes (en_us, es_la, es_es). bugfix: Error in calendar when user has timezone=0. bugfix: Formatted tasks description and notes content does not shows italics and quotes when viewing. bugfix: Compressing files does not create compressed file in the current context. bugfix: Sometimes can subscribe users with no permissions to the object. bugfix: Activity widget bug with general timeslots. bugfix: Error when selecting default workspace in mail account edition. bugfix: User types are not transalted. bugfix: Prevent double generation of tasks when completing a repetitive task instance (double click on complete link). bugfix: CSV export fixes at Total tasks times report. usability: Create events according the filtered user. usability: Config option to show tab icons. usability: Config option to enable/disable milestones.
2013-03-14 17:33:15 +01:00
EXTRACT_DIR= ${WRKDIR}/fengoffice
WRKSRC= ${WRKDIR}/fengoffice
USE_TOOLS= pax
NO_BUILD= yes
2010-02-19 20:46:18 +01:00
OWN_DIRS_PERMS+= ${FO_DIR}/public/files ${REAL_ROOT_USER} ${APACHE_GROUP} 0775
OWN_DIRS_PERMS+= ${FO_DIR}/upload ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${FO_DIR}/cache ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${FO_DIR}/config ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${FO_DIR}/tmp ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
BUILD_DEFS+= APACHE_GROUP APACHE_USER
FILES_SUBST+= FO_DIR=${FO_DIR} APACHE_USER=${APACHE_USER}
PLIST_SUBST+= FO_DIR=${FO_DIR}
PRINT_PLIST_AWK+= \
/^${FO_DIR:S|/|\\/|g}/ \
{ gsub(/${FO_DIR:S|/|\\/|g}/, "$${FO_DIR}"); \
print; next; }
.include "../../mk/bsd.prefs.mk"
FO_DIR?= share/fengoffice
2012-12-24 14:32:06 +01:00
INSTALLATION_DIRS= ${FO_DIR}
post-extract:
cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
pre-install:
${RM} -f ${WRKSRC}/config/empty.config.php
${FIND} ${WRKSRC} -type f \
\( -name .project -o -name .cvsignore \) -exec ${RM} -f {} \;
do-install:
cd ${WRKSRC}; ${FIND} . -type f \! -name '*.orig' -print | \
pax -rw ${DESTDIR}${PREFIX}/${FO_DIR}
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"