summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2018-02-01 14:25:30 +0000
committerhauke <hauke@pkgsrc.org>2018-02-01 14:25:30 +0000
commit35d7552528ffa3d1d0ea025570fce07fd3093cf6 (patch)
tree40a2593fcca0e75f00d5f1d1fdd1fd99ecda6a82
parent06319ee82be51ee72ad1035d69954b6810fd4bc1 (diff)
downloadpkgsrc-35d7552528ffa3d1d0ea025570fce07fd3093cf6.tar.gz
Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may make for differing PKGREVISION.
-rw-r--r--editors/xemacs-current-nox11/Makefile3
-rw-r--r--editors/xemacs-current/Makefile3
-rw-r--r--editors/xemacs-current/Makefile.common3
-rw-r--r--editors/xemacs-nox11/Makefile3
-rw-r--r--editors/xemacs/Makefile3
-rw-r--r--editors/xemacs/Makefile.common3
6 files changed, 10 insertions, 8 deletions
diff --git a/editors/xemacs-current-nox11/Makefile b/editors/xemacs-current-nox11/Makefile
index da4925e587a..c93b8d76088 100644
--- a/editors/xemacs-current-nox11/Makefile
+++ b/editors/xemacs-current-nox11/Makefile
@@ -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 --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 5a05cafd6c8..1710f464b7c 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -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 --git a/editors/xemacs-current/Makefile.common b/editors/xemacs-current/Makefile.common
index 42a1015f176..81cfab93062 100644
--- a/editors/xemacs-current/Makefile.common
+++ b/editors/xemacs-current/Makefile.common
@@ -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 --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile
index 525c23b8910..8fb4a0339be 100644
--- a/editors/xemacs-nox11/Makefile
+++ b/editors/xemacs-nox11/Makefile
@@ -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 --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 8808c72c241..70544347237 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -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 --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common
index 69c45e98628..2cbc4e55bff 100644
--- a/editors/xemacs/Makefile.common
+++ b/editors/xemacs/Makefile.common
@@ -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/[.][^.]*$//}/}