Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may make for differing PKGREVISION.
This commit is contained in:
parent
79de3617d7
commit
e3f42ae089
6 changed files with 10 additions and 8 deletions
|
@ -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-/}
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
||||||
|
PKGREVISION= 4
|
||||||
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
|
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
|
||||||
# Version information in ../../editors/xemacs-current/Makefile.common
|
# Version information in ../../editors/xemacs-current/Makefile.common
|
||||||
|
|
||||||
|
|
|
@ -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}
|
PKGNAME= ${DISTNAME}
|
||||||
|
PKGREVISION= 4
|
||||||
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
|
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
|
||||||
|
|
||||||
# extra options for x11 support, not for sharing with xemacs-current-nox11
|
# extra options for x11 support, not for sharing with xemacs-current-nox11
|
||||||
|
|
|
@ -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/Makefile
|
||||||
# used by editors/xemacs-current-nox11/Makefile
|
# used by editors/xemacs-current-nox11/Makefile
|
||||||
|
@ -6,7 +6,6 @@
|
||||||
DISTNAME= xemacs-21.5.34
|
DISTNAME= xemacs-21.5.34
|
||||||
EMACSVERSION= 21.5-b34
|
EMACSVERSION= 21.5-b34
|
||||||
EMACS_DISTNAME= xemacs-${EMACSVERSION}
|
EMACS_DISTNAME= xemacs-${EMACSVERSION}
|
||||||
PKGREVISION= 4
|
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
|
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
|
||||||
|
|
||||||
|
|
|
@ -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-/}
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
||||||
|
PKGREVISION= 3
|
||||||
COMMENT= XEmacs text editor version 21 (no x11 support)
|
COMMENT= XEmacs text editor version 21 (no x11 support)
|
||||||
|
|
||||||
# Version information in ../../editors/xemacs/Makefile.common
|
# Version information in ../../editors/xemacs/Makefile.common
|
||||||
|
|
|
@ -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}
|
PKGNAME= ${DISTNAME}
|
||||||
|
PKGREVISION= 3
|
||||||
COMMENT= XEmacs text editor version 21.4
|
COMMENT= XEmacs text editor version 21.4
|
||||||
|
|
||||||
# extra options for x11 support, not for sharing with xemacs-current-nox11
|
# extra options for x11 support, not for sharing with xemacs-current-nox11
|
||||||
|
|
|
@ -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-nox11/Makefile
|
||||||
# used by editors/xemacs/Makefile
|
# used by editors/xemacs/Makefile
|
||||||
|
|
||||||
DISTNAME= xemacs-21.4.24
|
DISTNAME= xemacs-21.4.24
|
||||||
PKGREVISION= 3
|
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
|
MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue