diff options
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-image-viewer/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-trayicon/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 3 | ||||
-rw-r--r-- | security/seahorse/Makefile | 4 |
8 files changed, 18 insertions, 11 deletions
diff --git a/mail/sylpheed-claws-dillo-viewer/Makefile b/mail/sylpheed-claws-dillo-viewer/Makefile index e467147763a..8e923c35dc7 100644 --- a/mail/sylpheed-claws-dillo-viewer/Makefile +++ b/mail/sylpheed-claws-dillo-viewer/Makefile @@ -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 COMMENT= Plugin to allow Sylpheed-claws to render HTML attachments diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile index 093227cd4c1..8d5487d3a2f 100644 --- a/mail/sylpheed-claws-ghostscript-viewer/Makefile +++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile @@ -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 --git a/mail/sylpheed-claws-image-viewer/Makefile b/mail/sylpheed-claws-image-viewer/Makefile index 73b235770d9..e22fe41b77f 100644 --- a/mail/sylpheed-claws-image-viewer/Makefile +++ b/mail/sylpheed-claws-image-viewer/Makefile @@ -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 COMMENT= Plugin to allow Sylpheed-claws to display images attached to mails diff --git a/mail/sylpheed-claws-trayicon/Makefile b/mail/sylpheed-claws-trayicon/Makefile index d5a0d159a1c..ea2ce54e5be 100644 --- a/mail/sylpheed-claws-trayicon/Makefile +++ b/mail/sylpheed-claws-trayicon/Makefile @@ -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 COMMENT= Plugin to make Sylpheed-claws display an icon in the system tray diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 31bae625433..8ec84716e26 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -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 COMMENT= X based e-mail and netnews client diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index adb47a4301b..1a85244371d 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -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 --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 0aa23d0320c..68e463115d0 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -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 --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 4291c63cb6f..a5d76f20ee5 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -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/} |