pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail - Allow depends on ja-squirrelmail p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b9837f3e6c5
branches:  trunk
changeset: 497101:7b9837f3e6c5
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jul 20 15:42:34 2005 +0000

description:
- Allow depends on ja-squirrelmail package in buildlink3.mk.
- Some modification to MESSAGES:
        * remove trailing white space.
        * use www.example.com as example URL.

diffstat:

 mail/squirrelmail/MESSAGE       |  8 ++++----
 mail/squirrelmail/buildlink3.mk |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r c63444bbd201 -r 7b9837f3e6c5 mail/squirrelmail/MESSAGE
--- a/mail/squirrelmail/MESSAGE Wed Jul 20 15:32:50 2005 +0000
+++ b/mail/squirrelmail/MESSAGE Wed Jul 20 15:42:34 2005 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.4 2002/09/24 12:30:14 wiz Exp $
+$NetBSD: MESSAGE,v 1.5 2005/07/20 15:42:34 taca Exp $
 
 Please run the SquirrelMail configuration script:
 
@@ -9,7 +9,7 @@
 
 You will need to make SquirrelMail accessible through your HTTP server.
 If you are running Apache and ap-php, then you may either symlink
-       
+
        ${SMDIR}
 
 into DocumentRoot, or add the following line to httpd.conf:
@@ -17,7 +17,7 @@
        Include ${PKG_SYSCONFDIR}/squirrelmail.conf
 
 to make IMAP accounts accessible through:
-       
-       http://www.domain.com/squirrelmail/
+
+       http://www.example.com/squirrelmail/
 
 ===========================================================================
diff -r c63444bbd201 -r 7b9837f3e6c5 mail/squirrelmail/buildlink3.mk
--- a/mail/squirrelmail/buildlink3.mk   Wed Jul 20 15:32:50 2005 +0000
+++ b/mail/squirrelmail/buildlink3.mk   Wed Jul 20 15:42:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2005/07/18 07:04:27 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2005/07/20 15:42:34 taca Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 SQUIRRELMAIL_BUILDLINK3_MK:=   ${SQUIRRELMAIL_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   squirrelmail
 
 .if !empty(SQUIRRELMAIL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.squirrelmail+=       squirrelmail>=1.4.5
+BUILDLINK_DEPENDS.squirrelmail+=       {ja-,}squirrelmail>=1.4.5
 BUILDLINK_PKGSRCDIR.squirrelmail?=     ../../mail/squirrelmail
 .endif # SQUIRRELMAIL_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index