Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2013 01:05:24 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311957 - head/editors/emacs
Message-ID:  <201302090105.r1915ODc014018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sat Feb  9 01:05:23 2013
New Revision: 311957
URL: http://svnweb.freebsd.org/changeset/ports/311957

Log:
  - Change the type of PORTREVISION variable assignment, to prevent
    editors/emacs-nox11 port from being inconsistent.
  
  Reported by:	      Steven Levin <steven.levin at moosellc.com>

Modified:
  head/editors/emacs/Makefile

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Sat Feb  9 00:51:31 2013	(r311956)
+++ head/editors/emacs/Makefile	Sat Feb  9 01:05:23 2013	(r311957)
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	1
+PORTREVISION?=	1
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302090105.r1915ODc014018>