pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors Move PKGREVISION up from Makefile.common into ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96bc7a1849ef
branches: trunk
changeset: 374967:96bc7a1849ef
user: hauke <hauke%pkgsrc.org@localhost>
date: Thu Feb 01 14:25:30 2018 +0000
description:
Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may
make for differing PKGREVISION.
diffstat:
editors/xemacs-current-nox11/Makefile | 3 ++-
editors/xemacs-current/Makefile | 3 ++-
editors/xemacs-current/Makefile.common | 3 +--
editors/xemacs-nox11/Makefile | 3 ++-
editors/xemacs/Makefile | 3 ++-
editors/xemacs/Makefile.common | 3 +--
6 files changed, 10 insertions(+), 8 deletions(-)
diffs (80 lines):
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs-current-nox11/Makefile
--- a/editors/xemacs-current-nox11/Makefile Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs-current-nox11/Makefile Thu Feb 01 14:25:30 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile,v 1.8 2018/02/01 14:25:30 hauke Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
+PKGREVISION= 4
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
# Version information in ../../editors/xemacs-current/Makefile.common
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs-current/Makefile Thu Feb 01 14:25:30 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile,v 1.96 2018/02/01 14:25:30 hauke Exp $
PKGNAME= ${DISTNAME}
+PKGREVISION= 4
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
# extra options for x11 support, not for sharing with xemacs-current-nox11
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs-current/Makefile.common
--- a/editors/xemacs-current/Makefile.common Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs-current/Makefile.common Thu Feb 01 14:25:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/02/01 14:25:30 hauke Exp $
#
# used by editors/xemacs-current/Makefile
# used by editors/xemacs-current-nox11/Makefile
@@ -6,7 +6,6 @@
DISTNAME= xemacs-21.5.34
EMACSVERSION= 21.5-b34
EMACS_DISTNAME= xemacs-${EMACSVERSION}
-PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs-nox11/Makefile
--- a/editors/xemacs-nox11/Makefile Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs-nox11/Makefile Thu Feb 01 14:25:30 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/01 14:25:30 hauke Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
+PKGREVISION= 3
COMMENT= XEmacs text editor version 21 (no x11 support)
# Version information in ../../editors/xemacs/Makefile.common
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs/Makefile
--- a/editors/xemacs/Makefile Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs/Makefile Thu Feb 01 14:25:30 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.120 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile,v 1.121 2018/02/01 14:25:30 hauke Exp $
PKGNAME= ${DISTNAME}
+PKGREVISION= 3
COMMENT= XEmacs text editor version 21.4
# extra options for x11 support, not for sharing with xemacs-current-nox11
diff -r b84587dcc41a -r 96bc7a1849ef editors/xemacs/Makefile.common
--- a/editors/xemacs/Makefile.common Thu Feb 01 13:42:31 2018 +0000
+++ b/editors/xemacs/Makefile.common Thu Feb 01 14:25:30 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.27 2018/01/30 11:52:18 hauke Exp $
+# $NetBSD: Makefile.common,v 1.28 2018/02/01 14:25:30 hauke Exp $
#
# used by editors/xemacs-nox11/Makefile
# used by editors/xemacs/Makefile
DISTNAME= xemacs-21.4.24
-PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
Home |
Main Index |
Thread Index |
Old Index