Date: Tue, 21 Nov 2006 14:15:12 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/105712: [Maintainer Update] port mail/roundcube - update to snapshot 20061121 Message-ID: <1164105912.96110@starfish.farrokhi.net> Resent-Message-ID: <200611211050.kALAo6QD002246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105712 >Category: ports >Synopsis: [Maintainer Update] port mail/roundcube - update to snapshot 20061121 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 21 10:50:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 14:10:00 IRST 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH >Description: - Update to snapshot 20061121 - Fix permissions >How-To-Repeat: >Fix: --- roundcube.patch begins here --- diff -ruN roundcube.orig/Makefile roundcube/Makefile --- roundcube.orig/Makefile Sun Nov 19 02:49:15 2006 +++ roundcube/Makefile Tue Nov 21 14:06:57 2006 @@ -16,7 +16,7 @@ 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 -ruN roundcube.orig/distinfo roundcube/distinfo --- roundcube.orig/distinfo Sun Nov 19 02:49:15 2006 +++ roundcube/distinfo Tue Nov 21 14:07:39 2006 @@ -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 -ruN roundcube.orig/files/pkg-install.in roundcube/files/pkg-install.in --- roundcube.orig/files/pkg-install.in Fri Sep 1 18:08:15 2006 +++ roundcube/files/pkg-install.in Tue Nov 21 14:07:29 2006 @@ -5,12 +5,10 @@ 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 -ruN roundcube.orig/pkg-plist roundcube/pkg-plist --- roundcube.orig/pkg-plist Wed Nov 8 17:12:04 2006 +++ roundcube/pkg-plist Tue Nov 21 14:10:22 2006 @@ -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 --- roundcube.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1164105912.96110>