pkgsrc/www/opengoo/Makefile
taca 978baade94 Update www/opengoo package to 1.5.2.
Since 1.5.1
-----------
- bugfix: Tags permissions rollbacked. It caused errors in some mysql settings.
- bugfix: Document editor toolbar not shown correctly.
- bugfix: Invited users to an event weren't being shown when editing the event.
- bugfix: When subscribing users to an object through the object's view, the
	  users were not being notified.
- bugfix: When editing an object, selected subscribers were reset after
	  changing the object's workspace.
- bugfix: When instantiating a milestone template it's subtasks were not added
	  to the same workspace.
- bugfix: Fixed performance issues when changing a workspace's parent on the
	  GUI.
- bugfix: Notes listing showed creator as last updater.
- bugfix: Cron events view wasn't converting times to user's timezone.
- bugfix: When filtering email by tag some extra email was shown.
- bugfix: Creating a template in IE wouldn't let you edit it's properties.
- bugfix: Dragging a task in the calendar would throw an error.
- bugfix: "Can't open file" error when classifying email.
- bugfix: Linked objects listing was missing the drag handle.
- bugfix: Workspaces for classfied Emails were not being shown on dashboard
	  viewed as list.
- bugfix: Error when deleting trashed emails from cron.
- bugfix: Error when instantiating templates with parameters assigned to a
	  project.
- bugfix: Instantiated template objects were not assigned to the current
	  workspace.
- langs: Added missing langs for tasks report fields.
- langs: Updated langs.
2009-08-24 12:42:54 +00:00

61 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2009/08/24 12:42:54 taca Exp $
#
DISTNAME= opengoo_1.5.2
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
EXTRACT_SUFX= .zip
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.opengoo.org/
COMMENT= Easy to use Open Source Web Office
LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/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/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/opengoo
USE_TOOLS= pax
NO_BUILD= yes
OWN_DIRS_PERMS+= ${OG_DIR}/public/files ${BINOWN} ${APACHE_GROUP} 0775
OWN_DIRS_PERMS+= ${OG_DIR}/upload ${BINOWN} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${OG_DIR}/cache ${BINOWN} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${OG_DIR}/tmp ${BINOWN} ${APACHE_GROUP} 0770
OWN_DIRS_PERMS+= ${OG_DIR}/config ${BINOWN} ${APACHE_GROUP} 0770
MAKE_DIRS_PERMS+= ${OG_DIR}/tmp/saveatt ${BINOWN} ${APACHE_GROUP} 0770
BUILD_DEFS+= APACHE_GROUP APACHE_USER
FILES_SUBST+= OG_DIR=${OG_DIR} APACHE_USER=${APACHE_USER}
PLIST_SUBST+= OG_DIR=${OG_DIR}
PRINT_PLIST_AWK+= /^${OG_DIR:S|/|\\/|g}/ \
{ gsub(/${OG_DIR:S|/|\\/|g}/, "$${OG_DIR}"); \
print; next; }
.include "../../mk/bsd.prefs.mk"
OG_DIR?= share/opengoo
post-extract:
cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
pre-install:
cd ${WRKSRC}; ${RM} -f .buildpath .project \
application/views/files/.cvsignore \
environment/classes/.cvsignore \
config/empty.config.php
do-install:
cd ${WRKSRC}; ${FIND} . -type f -print | \
pax -rw ${DESTDIR}${PREFIX}/${OG_DIR}
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"