pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Fix file permissions for default profile. Bump P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dab7e0a17520
branches:  trunk
changeset: 533941:dab7e0a17520
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Oct 08 10:13:02 2007 +0000

description:
Fix file permissions for default profile.  Bump PKGREVISION.

diffstat:

 mail/thunderbird-gtk1/Makefile               |  3 ++-
 mail/thunderbird/Makefile                    |  3 ++-
 mail/thunderbird/Makefile-thunderbird.common |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 34b16222044b -r dab7e0a17520 mail/thunderbird-gtk1/Makefile
--- a/mail/thunderbird-gtk1/Makefile    Mon Oct 08 08:49:27 2007 +0000
+++ b/mail/thunderbird-gtk1/Makefile    Mon Oct 08 10:13:02 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/05/12 06:53:22 ghen Exp $
+# $NetBSD: Makefile,v 1.15 2007/10/08 10:13:03 ghen Exp $
 
 MOZILLA=       thunderbird-gtk1
+PKGREVISION=   1
 
 COMMENT=       Mozilla mail client using the older GTK1 toolkit
 
diff -r 34b16222044b -r dab7e0a17520 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Mon Oct 08 08:49:27 2007 +0000
+++ b/mail/thunderbird/Makefile Mon Oct 08 10:13:02 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2007/08/15 16:02:41 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/08 10:13:02 ghen Exp $
 
 MOZILLA=               thunderbird
+PKGREVISION=           1
 COMMENT=               Mozilla mail client
 
 MOZILLA_USE_GTK2=      # yes
diff -r 34b16222044b -r dab7e0a17520 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Mon Oct 08 08:49:27 2007 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Mon Oct 08 10:13:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.28 2007/08/02 08:48:29 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.29 2007/10/08 10:13:03 ghen Exp $
 
 MOZILLA_BIN=           thunderbird-bin
 MOZ_VER=               2.0.0.6
@@ -29,6 +29,7 @@
        cd ${PREFIX}/lib/${MOZILLA} && \
        ${SETENV} LD_LIBRARY_PATH=.:${PREFIX}/lib MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \
                ./${MOZILLA_BIN} -register
+       ${FIND} ${DESTDIR:Q}${PREFIX:Q}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index