pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors
Module Name: pkgsrc
Committed By: hauke
Date: Thu Feb 1 14:25:30 UTC 2018
Modified Files:
pkgsrc/editors/xemacs: Makefile Makefile.common
pkgsrc/editors/xemacs-current: Makefile Makefile.common
pkgsrc/editors/xemacs-current-nox11: Makefile
pkgsrc/editors/xemacs-nox11: Makefile
Log Message:
Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may
make for differing PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/editors/xemacs/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/xemacs/Makefile.common
cvs rdiff -u -r1.95 -r1.96 pkgsrc/editors/xemacs-current/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/xemacs-current/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/xemacs-current-nox11/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/xemacs-nox11/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs/Makefile
diff -u pkgsrc/editors/xemacs/Makefile:1.120 pkgsrc/editors/xemacs/Makefile:1.121
--- pkgsrc/editors/xemacs/Makefile:1.120 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs/Makefile Thu Feb 1 14:25:30 2018
@@ -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
Index: pkgsrc/editors/xemacs/Makefile.common
diff -u pkgsrc/editors/xemacs/Makefile.common:1.27 pkgsrc/editors/xemacs/Makefile.common:1.28
--- pkgsrc/editors/xemacs/Makefile.common:1.27 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs/Makefile.common Thu Feb 1 14:25:30 2018
@@ -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/[.][^.]*$//}/}
Index: pkgsrc/editors/xemacs-current/Makefile
diff -u pkgsrc/editors/xemacs-current/Makefile:1.95 pkgsrc/editors/xemacs-current/Makefile:1.96
--- pkgsrc/editors/xemacs-current/Makefile:1.95 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs-current/Makefile Thu Feb 1 14:25:30 2018
@@ -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
Index: pkgsrc/editors/xemacs-current/Makefile.common
diff -u pkgsrc/editors/xemacs-current/Makefile.common:1.9 pkgsrc/editors/xemacs-current/Makefile.common:1.10
--- pkgsrc/editors/xemacs-current/Makefile.common:1.9 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs-current/Makefile.common Thu Feb 1 14:25:30 2018
@@ -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/[.][^.]*$//}/}
Index: pkgsrc/editors/xemacs-current-nox11/Makefile
diff -u pkgsrc/editors/xemacs-current-nox11/Makefile:1.7 pkgsrc/editors/xemacs-current-nox11/Makefile:1.8
--- pkgsrc/editors/xemacs-current-nox11/Makefile:1.7 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs-current-nox11/Makefile Thu Feb 1 14:25:30 2018
@@ -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
Index: pkgsrc/editors/xemacs-nox11/Makefile
diff -u pkgsrc/editors/xemacs-nox11/Makefile:1.25 pkgsrc/editors/xemacs-nox11/Makefile:1.26
--- pkgsrc/editors/xemacs-nox11/Makefile:1.25 Tue Jan 30 11:52:18 2018
+++ pkgsrc/editors/xemacs-nox11/Makefile Thu Feb 1 14:25:30 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index