diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Sigil/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs24/Makefile | 4 | ||||
-rw-r--r-- | editors/tomboy/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 3cd4c42cceb..1c5afb595d5 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.60 2014/08/13 10:57:35 adam Exp $ +# $NetBSD: Makefile,v 1.61 2014/10/07 16:47:24 adam Exp $ # DISTNAME= Sigil-0.7.4-Code PKGNAME= ${DISTNAME:S/-Code//} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ EXTRACT_SUFX= .zip diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 8d1c109f59f..684b25f71a5 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2014/08/22 11:24:30 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2014/10/07 16:47:24 adam Exp $ -PKGREVISION= 7 +PKGREVISION= 8 CONFLICTS+= emacs${_EMACS_VERSION_MAJOR}-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index f09a548315e..21cf08aced4 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2014/07/09 03:18:44 taca Exp $ +# $NetBSD: Makefile,v 1.17 2014/10/07 16:47:24 adam Exp $ CONFLICTS+= emacs23-nox11-[0-9]* .include "../../editors/emacs23/Makefile.common" -PKGREVISION= 27 +PKGREVISION= 28 .include "options.mk" diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index 1a36d11238f..32ee432a5c3 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2014/07/02 09:08:36 taca Exp $ +# $NetBSD: Makefile,v 1.29 2014/10/07 16:47:24 adam Exp $ CONFLICTS+= emacs24-nox11-[0-9]* -PKGREVISION= 14 +PKGREVISION= 15 .include "../../editors/emacs24/Makefile.common" diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index c313df98591..054a78b2b98 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2014/05/05 00:47:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2014/10/07 16:47:25 adam Exp $ # DISTNAME= tomboy-1.2.1 -PKGREVISION= 38 +PKGREVISION= 39 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} |