diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-21 19:16:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-21 19:16:57 +0800 |
commit | 3a870c211af688925aca909bcb26da3712b6a990 (patch) | |
tree | b3ab9bef76c97860ca8ceff16dca0f09ad1be22a /mail | |
parent | 8bc39b92a7cd984a36fb7fbbbd08ebad240cc949 (diff) | |
download | freebsd-ports-gnome-3a870c211af688925aca909bcb26da3712b6a990.tar.gz freebsd-ports-gnome-3a870c211af688925aca909bcb26da3712b6a990.tar.zst freebsd-ports-gnome-3a870c211af688925aca909bcb26da3712b6a990.zip |
- Update to 20061121
- Fix permission problems
PR: 105712
Submitted by: farrokhi@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 6 | ||||
-rw-r--r-- | mail/roundcube/files/pkg-install.in | 4 | ||||
-rw-r--r-- | mail/roundcube/pkg-plist | 6 |
4 files changed, 11 insertions, 7 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 8f9b20132105..530a5e9b3638 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:S/.${SNAPSHOT}//}-${SNAPSHOT}${EXTRACT_SUFX MAINTAINER= farrokhi@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -SNAPSHOT= 20061117 +SNAPSHOT= 20061121 WRKSRC= ${WRKDIR}/${PORTNAME}mail NO_BUILD= yes diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index fe9190f99c29..685d7d0b7026 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,3 +1,3 @@ -MD5 (roundcube-0.1-20061117.tar.bz2) = aea07ff5c75b947b7790803b26c3d111 -SHA256 (roundcube-0.1-20061117.tar.bz2) = 25a2057ea90873f21b26cab550e3264ca6524fdf74c6802ad3552e7d004d39b9 -SIZE (roundcube-0.1-20061117.tar.bz2) = 712279 +MD5 (roundcube-0.1-20061121.tar.bz2) = 963c54e156009763605466642e68b73e +SHA256 (roundcube-0.1-20061121.tar.bz2) = 076a71703602bd25f0158b6d6396af5d0868623072d62514313283bcbdbbc933 +SIZE (roundcube-0.1-20061121.tar.bz2) = 714020 diff --git a/mail/roundcube/files/pkg-install.in b/mail/roundcube/files/pkg-install.in index 0be81fa53ba7..aae5af0a315f 100644 --- a/mail/roundcube/files/pkg-install.in +++ b/mail/roundcube/files/pkg-install.in @@ -5,12 +5,10 @@ RCUBEROOT=%%RCUBEROOT%% case $2 in POST-INSTALL) - chown -R ${SHAREOWN}:${SHAREGRP} ${RCUBEROOT}/ - chown -R ${WWWOWN}:${WWWGRP} ${RCUBEROOT}/logs - chown -R ${WWWOWN}:${WWWGRP} ${RCUBEROOT}/temp for i in ${RCUBEROOT}/config/db.inc.php ${RCUBEROOT}/config/main.inc.php; do [ -f ${i} ] || cp ${i}.dist ${i} done + chown -R ${WWWOWN}:${WWWGRP} ${RCUBEROOT}/ ;; DEINSTALL) for i in ${RCUBEROOT}/config/db.inc.php ${RCUBEROOT}/config/main.inc.php; do diff --git a/mail/roundcube/pkg-plist b/mail/roundcube/pkg-plist index 5b54c4e2a8bc..983d4d6468af 100644 --- a/mail/roundcube/pkg-plist +++ b/mail/roundcube/pkg-plist @@ -444,12 +444,18 @@ %%RCUBEDIR%%/skins/default/images/buttons/edit_contact_act.png %%RCUBEDIR%%/skins/default/images/buttons/edit_contact_pas.png %%RCUBEDIR%%/skins/default/images/buttons/edit_contact_sel.png +%%RCUBEDIR%%/skins/default/images/buttons/first_act.png +%%RCUBEDIR%%/skins/default/images/buttons/first_pas.png +%%RCUBEDIR%%/skins/default/images/buttons/first_sel.png %%RCUBEDIR%%/skins/default/images/buttons/forward_act.png %%RCUBEDIR%%/skins/default/images/buttons/forward_pas.png %%RCUBEDIR%%/skins/default/images/buttons/forward_sel.png %%RCUBEDIR%%/skins/default/images/buttons/inbox_act.png %%RCUBEDIR%%/skins/default/images/buttons/inbox_pas.png %%RCUBEDIR%%/skins/default/images/buttons/inbox_sel.png +%%RCUBEDIR%%/skins/default/images/buttons/last_act.png +%%RCUBEDIR%%/skins/default/images/buttons/last_pas.png +%%RCUBEDIR%%/skins/default/images/buttons/last_sel.png %%RCUBEDIR%%/skins/default/images/buttons/ldap_act.png %%RCUBEDIR%%/skins/default/images/buttons/ldap_pas.png %%RCUBEDIR%%/skins/default/images/buttons/logout.gif |