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/emacs25/Makefile | 4 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 2ac81ab487e..1c2b9c9fbbe 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2017/02/12 06:25:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.91 2017/02/28 15:20:03 ryoon Exp $ DISTNAME= Sigil-0.9.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 597cabef267..3c55a6782cc 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2017/02/12 06:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.74 2017/02/28 15:20:03 ryoon Exp $ #PKGREVISION= 1 -PKGREVISION= 13 +PKGREVISION= 14 .include "../../editors/emacs-snapshot/Makefile.common" .include "options.mk" diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 6581f0c1ec9..68714b21525 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2017/02/12 06:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2017/02/28 15:20:03 ryoon Exp $ CONFLICTS+= emacs23-nox11-[0-9]* .include "../../editors/emacs23/Makefile.common" -PKGREVISION= 41 +PKGREVISION= 42 .include "options.mk" diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index 13696443970..4478df21656 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2017/02/12 06:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.53 2017/02/28 15:20:03 ryoon Exp $ CONFLICTS+= emacs24-nox11-[0-9]* -PKGREVISION= 17 +PKGREVISION= 18 .include "../../editors/emacs24/Makefile.common" .include "options.mk" diff --git a/editors/emacs25/Makefile b/editors/emacs25/Makefile index 22a11817577..75b611a35b1 100644 --- a/editors/emacs25/Makefile +++ b/editors/emacs25/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/28 15:20:03 ryoon Exp $ CONFLICTS+= emacs25-nox11-[0-9]* -PKGREVISION= 4 +PKGREVISION= 5 .include "../../editors/emacs25/Makefile.common" .include "options.mk" diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index c5d28a83570..19f8960f1e4 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2017/02/12 06:25:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.73 2017/02/28 15:20:03 ryoon Exp $ DISTNAME= texmaker-4.5 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 |