pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix problems with some PLISTs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1b5f4a01a5e
branches:  trunk
changeset: 531816:f1b5f4a01a5e
user:      smb <smb%pkgsrc.org@localhost>
date:      Mon Aug 06 21:41:21 2007 +0000

description:
Fix problems with some PLISTs

diffstat:

 doc/CHANGES-2007                      |  13 ++++++++++++-
 mail/claws-mail-attachwarner/Makefile |   5 ++++-
 mail/claws-mail-gtkhtml/Makefile      |   5 ++++-
 mail/claws-mail-pdf_viewer/Makefile   |   5 ++++-
 mail/claws-mail-pgpcore/Makefile      |   5 ++++-
 mail/claws-mail-rssyl/Makefile        |   5 ++++-
 mail/claws-mail-smime/Makefile        |   4 +++-
 7 files changed, 35 insertions(+), 7 deletions(-)

diffs (139 lines):

diff -r f0f6a108c4f5 -r f1b5f4a01a5e doc/CHANGES-2007
--- a/doc/CHANGES-2007  Mon Aug 06 20:32:36 2007 +0000
+++ b/doc/CHANGES-2007  Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1724 2007/08/06 20:32:36 seb Exp $
+$NetBSD: CHANGES-2007,v 1.1725 2007/08/06 21:41:21 smb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -3166,3 +3166,14 @@
        Updated pkgtools/pkg_rolling-replace to 0.6 [tnn 2007-08-06]
        Updated wm/3ddesktop to 0.2.9 [xtraeme 2007-08-06]
        Added devel/p5-Perl6-Export-Attrs version 0.0.3 [seb 2007-08-06]
+       Updated mail/claws-mail-bogofilter to 2.10.0  [smb 2007-08-06]
+       Updated mail/claws-mail-smime to 0.7.1 [smb 2007-08-06]
+       Updated mail/claws-mail-pgpinline to 2.10.0 [smb 2007-08-06]
+       Updated mail/claws-mail-pgpmime to 2.10.0 [smb 2007-08-06]
+       Updated mail/claws-mail-notification to 0.11 [smb 2007-08-06]
+       Updated mail/claws-mail-pgpcore to 2.10.0 [smb 2007-08-06]
+       Updated mail/claws-mail-pdf_viewer to 0.5 [smb 2007-08-06]
+       Updated mail/claws-mail-attachwarner to 0.2.7 [smb 2007-08-06]
+       Updated mail/claws-mail-gtkhtml to 0.15.1 [smb 2007-08-06]
+       Updated mail/claws-mail-vcalendar to 1.96 [smb 2007-08-06]
+       Updated mail/claws-mail-rssyl to 0.14 [smb 2007-08-06]
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-attachwarner/Makefile
--- a/mail/claws-mail-attachwarner/Makefile     Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-attachwarner/Makefile     Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:05 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:21 smb Exp $
 #
 
 DISTNAME=attachwarner-0.2.7
@@ -8,6 +8,9 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Warns if a message mentions an attachment without attaching files
+PKGREVISION=   1
+
+PLIST_SRC+=    PLIST
 
 DEPENDS+=      claws-mail>=2.10.0:../../mail/claws-mail
 
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-gtkhtml/Makefile
--- a/mail/claws-mail-gtkhtml/Makefile  Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-gtkhtml/Makefile  Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:46 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:21 smb Exp $
 #
 
 DISTNAME=gtkhtml2_viewer-0.15.1
@@ -8,6 +8,9 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Renders HTML mail using the gtkhtml2 rendering widget
+PKGREVISION=   1
+
+PLIST_SRC+=    PLIST
 
 DEPENDS+=      claws-mail>=2.10.0:../../mail/claws-mail
 
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-pdf_viewer/Makefile
--- a/mail/claws-mail-pdf_viewer/Makefile       Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-pdf_viewer/Makefile       Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:51 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $
 #
 
 DISTNAME=pdf_viewer-0.5
@@ -8,6 +8,9 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Enables the viewing of PDF and PostScript attachments
+PKGREVISION=   1
+
+PLIST_SRC+=    PLIST
 
 DEPENDS+=      claws-mail>=2.10.0:../../mail/claws-mail
 
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-pgpcore/Makefile
--- a/mail/claws-mail-pgpcore/Makefile  Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-pgpcore/Makefile  Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:54 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $
 #
 
 PLUGIN_NAME=   pgpcore
@@ -6,6 +6,9 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Handles core PGP functions
+PKGREVISION=   1
+
+PLIST_SRC+=    PLIST
 
 CONFIGURE_ARGS+=       --enable-gpgme
 CONFIGURE_ARGS+=       --enable-pgpcore-plugin
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-rssyl/Makefile
--- a/mail/claws-mail-rssyl/Makefile    Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-rssyl/Makefile    Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:09 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $
 #
 
 DISTNAME=rssyl-0.14
@@ -8,6 +8,9 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail
+PKGREVISION=   1
+
+PLIST_SRC+=    PLIST
 
 DEPENDS+=      claws-mail>=2.10.0:../../mail/claws-mail
 
diff -r f0f6a108c4f5 -r f1b5f4a01a5e mail/claws-mail-smime/Makefile
--- a/mail/claws-mail-smime/Makefile    Mon Aug 06 20:32:36 2007 +0000
+++ b/mail/claws-mail-smime/Makefile    Mon Aug 06 21:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:57 smb Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $
 
 DISTNAME=smime-0.7.1
 PKGNAME=claws-mail-smime-0.7.1
@@ -7,8 +7,10 @@
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       This plugin handles S/MIME signed and/or encrypted mails
+PKGREVISION=   1
 
 DEPENDS+=      claws-mail>=2.10.0:../../mail/claws-mail
+PLIST_SRC+=    PLIST
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index