diff options
author | taca <taca@pkgsrc.org> | 2010-12-02 13:35:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-02 13:35:23 +0000 |
commit | 3947b4ed9944a126c078e07475a9b4fe7ed17d73 (patch) | |
tree | 1ab256227f60cdbac5052024fedd21f9fe47e261 /www/fengoffice/Makefile | |
parent | ec2c179216eafca4fe33856259890d830ea3f717 (diff) | |
download | pkgsrc-3947b4ed9944a126c078e07475a9b4fe7ed17d73.tar.gz |
Update fengoffice to 1.7.3.1.
Changelog
=========
Since 1.7.3
------------
bugfix: Email address autocomplete click fix.
bugfix: Fixed calendar when rendering some evnets (week & day views).
bugfix: Error when sending notifications through cron.
bugfix: Improved email parsing for some email encodings.
bugfix: Improved email list refresh after taking some actions.
bugfix: Overview - view as list does not order emails properly.
bugfix: Emails are not ordered properly by 'to' field.
bugfix: Email permissions when sending.
bugfix: Email background sending process improved.
Diffstat (limited to 'www/fengoffice/Makefile')
-rw-r--r-- | www/fengoffice/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 7c5116aac3b..e04b2b66846 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2010/12/01 15:55:27 taca Exp $ +# $NetBSD: Makefile,v 1.9 2010/12/02 13:35:23 taca Exp $ # -DISTNAME= fengoffice_1.7.2 +DISTNAME= fengoffice_1.7.3.1 PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} EXTRACT_SUFX= .zip -DIST_SUBDIR= ${PKGBASE}-20100126 MAINTAINER= taca@NetBSD.org HOMEPAGE= http://fengoffice.com/web/community/community_index.php @@ -25,7 +23,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/${PKGBASE} +WRKSRC= ${WRKDIR}/feng_community USE_TOOLS= pax NO_BUILD= yes |