pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Bump PKGREVISION to catch with gpgme03 package rename ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0b6dbe3af99
branches:  trunk
changeset: 470676:b0b6dbe3af99
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 11 12:29:39 2004 +0000

description:
Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.

diffstat:

 mail/sylpheed-claws-dillo-viewer/Makefile       |  4 +++-
 mail/sylpheed-claws-ghostscript-viewer/Makefile |  4 ++--
 mail/sylpheed-claws-image-viewer/Makefile       |  4 ++--
 mail/sylpheed-claws-trayicon/Makefile           |  4 +++-
 mail/sylpheed-claws/Makefile                    |  3 ++-
 mail/sylpheed-gtk2/Makefile                     |  3 ++-
 mail/sylpheed/Makefile                          |  3 ++-
 security/seahorse/Makefile                      |  4 ++--
 8 files changed, 18 insertions(+), 11 deletions(-)

diffs (117 lines):

diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-claws-dillo-viewer/Makefile
--- a/mail/sylpheed-claws-dillo-viewer/Makefile Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-claws-dillo-viewer/Makefile Thu Mar 11 12:29:39 2004 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2004/03/11 12:23:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/11 12:29:39 jmmv Exp $
 #
 
 PLUGIN_NAME=   dillo_viewer
 .include "../../mail/sylpheed-claws/plugins.mk"
 
+PKGREVISION=   1
+
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to allow Sylpheed-claws to render HTML attachments
 
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-claws-ghostscript-viewer/Makefile
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile   Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile   Thu Mar 11 12:29:39 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/03/11 12:23:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/11 12:29:39 jmmv Exp $
 #
 
 DISTNAME=      ghostscript-viewer-0.6
 PKGNAME=       sylpheed-claws-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail news x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
 EXTRACT_SUFX=  .tar.bz2
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-claws-image-viewer/Makefile
--- a/mail/sylpheed-claws-image-viewer/Makefile Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-claws-image-viewer/Makefile Thu Mar 11 12:29:39 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2004/03/11 12:23:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/11 12:29:39 jmmv Exp $
 #
 
 PLUGIN_NAME=   image_viewer
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=   1
+PKGREVISION=   2
 
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to allow Sylpheed-claws to display images attached to mails
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-claws-trayicon/Makefile
--- a/mail/sylpheed-claws-trayicon/Makefile     Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-claws-trayicon/Makefile     Thu Mar 11 12:29:39 2004 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2004/03/11 12:23:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/11 12:29:39 jmmv Exp $
 #
 
 PLUGIN_NAME=   trayicon
 .include "../../mail/sylpheed-claws/plugins.mk"
 
+PKGREVISION=   1
+
 MAINTAINER=    cube%NetBSD.org@localhost
 COMMENT=       Plugin to make Sylpheed-claws display an icon in the system tray
 
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile      Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-claws/Makefile      Thu Mar 11 12:29:39 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2004/03/11 12:23:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.32 2004/03/11 12:29:39 jmmv Exp $
 #
 
 .include "Makefile.common"
 
 PKGNAME=       sylpheed-claws-${SYLPHEED_VERSION}
+PKGREVISION=   1
 
 MAINTAINER=    chris%NetBSD.org@localhost
 COMMENT=       X based e-mail and netnews client
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed-gtk2/Makefile
--- a/mail/sylpheed-gtk2/Makefile       Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed-gtk2/Makefile       Thu Mar 11 12:29:39 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/03/03 23:16:26 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/11 12:29:39 jmmv Exp $
 #
 
 DISTNAME=      sylpheed-0.9.9-gtk2-20040229
 PKGNAME=       sylpheed-gtk2-0.9.9
+PKGREVISION=   1
 CATEGORIES=    mail x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/}
 
diff -r e310a27fe903 -r b0b6dbe3af99 mail/sylpheed/Makefile
--- a/mail/sylpheed/Makefile    Thu Mar 11 12:26:28 2004 +0000
+++ b/mail/sylpheed/Makefile    Thu Mar 11 12:29:39 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2004/03/11 12:07:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.63 2004/03/11 12:29:39 jmmv Exp $
 
 DISTNAME=      sylpheed-0.9.10
+PKGREVISION=   1
 CATEGORIES=    mail news x11
 MASTER_SITES=  http://sylpheed.good-day.net/sylpheed/
 EXTRACT_SUFX=  .tar.bz2
diff -r e310a27fe903 -r b0b6dbe3af99 security/seahorse/Makefile
--- a/security/seahorse/Makefile        Thu Mar 11 12:26:28 2004 +0000
+++ b/security/seahorse/Makefile        Thu Mar 11 12:29:39 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2004/03/08 19:40:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2004/03/11 12:29:39 jmmv Exp $
 
 DISTNAME=      seahorse-0.7.3
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=seahorse/}
 



Home | Main Index | Thread Index | Old Index