pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs-git: remove PKGREVISION, no point in a git package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Mar 5 18:20:41 2021 +0100
Changeset:	2cc6e713cf4ff41d384f78eab227c10f87a1008c

Modified Files:
	emacs-git/Makefile

Log Message:
emacs-git: remove PKGREVISION, no point in a git package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2cc6e713cf4ff41d384f78eab227c10f87a1008c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 0b3789c2f1..abb2861be1 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2015/04/24 01:19:04 makoto Exp $
+# $NetBSD$
 
 .include	"version.mk"
 DISTNAME=	emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
 PKGNAME=	emacs28-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
-PKGREVISION=	1
 CATEGORIES=	editors
 GIT_REPO=	git://git.savannah.gnu.org/emacs.git
 


Home | Main Index | Thread Index | Old Index