svn commit: r311957 - head/editors/emacs

Ashish SHUKLA ashish at FreeBSD.org
Sat Feb 9 01:05:24 UTC 2013


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}


More information about the svn-ports-head mailing list