diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 22:47:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 22:47:09 +0000 |
commit | be043b097ee5f208eb0ebee457ff75ee7edcad67 (patch) | |
tree | 9ebef5c085096df400328f0f5479d883eb445875 | |
parent | 5776ae232c10246bfb85b0a96b6b61b4c215c6e5 (diff) | |
download | pkgsrc-be043b097ee5f208eb0ebee457ff75ee7edcad67.tar.gz |
Bump PKGREVISION because of libsoup change (removing gnutls support).
-rw-r--r-- | mail/evolution14/Makefile | 4 | ||||
-rw-r--r-- | mail/mail-notification/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml30/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/evolution14/Makefile b/mail/evolution14/Makefile index 97b7e9d50f0..db5cbe02d79 100644 --- a/mail/evolution14/Makefile +++ b/mail/evolution14/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/01/25 19:08:55 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/19 22:47:09 wiz Exp $ DISTNAME= evolution-1.4.6 PKGNAME= ${DISTNAME:S/evolution/evolution14/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.4/} diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 4ac90c7d517..cc27d3c3eb3 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/12/05 08:44:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/19 22:47:09 wiz Exp $ # DISTNAME= mail-notification-1.0 +PKGREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/ diff --git a/www/gtkhtml30/Makefile b/www/gtkhtml30/Makefile index a0c4c03f2b5..d69342cc724 100644 --- a/www/gtkhtml30/Makefile +++ b/www/gtkhtml30/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/10/14 04:00:31 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/19 22:47:09 wiz Exp $ # DISTNAME= gtkhtml-3.0.10 PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml30/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.0/} EXTRACT_SUFX= .tar.bz2 |