diff options
author | taca <taca@pkgsrc.org> | 2010-09-14 00:57:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-14 00:57:11 +0000 |
commit | 51ce495c83e988dac3cc1d73eec788668aa7d521 (patch) | |
tree | 290d77f8c5b3e6a8fede79429fc57eedc89a2373 /www | |
parent | d8baf47d57d48adff2fcad0cbee385a45f3f77f1 (diff) | |
download | pkgsrc-51ce495c83e988dac3cc1d73eec788668aa7d521.tar.gz |
Update fengoffice to 1.7.2.
Since 1.7.1
------------
bugfix: Cannot attach files from computer when composing an email.
bugfix: Error when sending mail (with sync sent mails enabled).
bugfix: Tab with no content was appearing after 1.7.1.
Diffstat (limited to 'www')
-rw-r--r-- | www/fengoffice/Makefile | 11 | ||||
-rw-r--r-- | www/fengoffice/PLIST | 6 | ||||
-rw-r--r-- | www/fengoffice/distinfo | 8 |
3 files changed, 11 insertions, 14 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 3b8326dd5d5..eab4aba9c51 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/09/13 14:53:56 taca Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/14 00:57:11 taca Exp $ # -DISTNAME= fengoffice_1.7.1 +DISTNAME= fengoffice_1.7.2 PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} @@ -51,10 +51,9 @@ post-extract: cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \; pre-install: - cd ${WRKSRC}; ${RM} -f .htaccess .project \ - application/views/files/.cvsignore \ - environment/classes/.cvsignore \ - config/empty.config.php + ${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 | \ diff --git a/www/fengoffice/PLIST b/www/fengoffice/PLIST index d9da39ee22a..57f7937d578 100644 --- a/www/fengoffice/PLIST +++ b/www/fengoffice/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2010/09/13 14:53:56 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/09/14 00:57:11 taca Exp $ +${FO_DIR}/.htaccess ${FO_DIR}/application/application.php ${FO_DIR}/application/controllers/AccessController.class.php ${FO_DIR}/application/controllers/AccountController.class.php @@ -601,9 +602,7 @@ ${FO_DIR}/application/views/user/user_card.php ${FO_DIR}/application/views/webpage/add.php ${FO_DIR}/application/views/webpage/view.php ${FO_DIR}/application/views/webpage/view_content.php -${FO_DIR}/cache/.cvsignore ${FO_DIR}/cache/dummy.txt -${FO_DIR}/config/.cvsignore ${FO_DIR}/config/ldap.config.example.php ${FO_DIR}/console.php ${FO_DIR}/cron.php @@ -697,7 +696,6 @@ ${FO_DIR}/environment/templates/dump_error.php ${FO_DIR}/favicon.ico ${FO_DIR}/index.php ${FO_DIR}/init.php -${FO_DIR}/language/.cvsignore ${FO_DIR}/language/ca_es/_config.php ${FO_DIR}/language/ca_es/actions.php ${FO_DIR}/language/ca_es/administration.php diff --git a/www/fengoffice/distinfo b/www/fengoffice/distinfo index 114d9332326..720da3cf469 100644 --- a/www/fengoffice/distinfo +++ b/www/fengoffice/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2010/09/13 14:53:57 taca Exp $ +$NetBSD: distinfo,v 1.5 2010/09/14 00:57:11 taca Exp $ -SHA1 (fengoffice-20100126/fengoffice_1.7.1.zip) = 79d39d2ac1bbe437e747378375228d69e0a678cb -RMD160 (fengoffice-20100126/fengoffice_1.7.1.zip) = b654b3092f2f9c920aa22fcd3ceca849c7a7cee1 -Size (fengoffice-20100126/fengoffice_1.7.1.zip) = 7840639 bytes +SHA1 (fengoffice-20100126/fengoffice_1.7.2.zip) = c7c073873cbdc75457cfd7954ac0f234623d9894 +RMD160 (fengoffice-20100126/fengoffice_1.7.2.zip) = 398de30aa621acfd83c705a4249dded44e0113a7 +Size (fengoffice-20100126/fengoffice_1.7.2.zip) = 7840400 bytes SHA1 (patch-aa) = 86232f5272dd900fee0218ec9c0da7fd1c76b160 SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5 |