Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 13:33:53 +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: r423120 - in head/editors: emacs emacs-devel
Message-ID:  <201610021333.u92DXraI084060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sun Oct  2 13:33:53 2016
New Revision: 423120
URL: https://svnweb.freebsd.org/changeset/ports/423120

Log:
  - Fix typo, happened in r423103
  
  PR:		212807

Modified:
  head/editors/emacs-devel/Makefile
  head/editors/emacs/Makefile

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Sun Oct  2 13:28:38 2016	(r423119)
+++ head/editors/emacs-devel/Makefile	Sun Oct  2 13:33:53 2016	(r423120)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_sparc64=	Emacs does not currently build on sparc64
 BROKEN_ia64=	Emacs does not currently build on ia64
 
-CONFLICTS=	emacs-[0-9]* emacs-nox11-[0-9]*
+CONFLICTS=	emacs25-[0-9]* emacs-nox11-[0-9]*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-mirror

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Sun Oct  2 13:28:38 2016	(r423119)
+++ head/editors/emacs/Makefile	Sun Oct  2 13:33:53 2016	(r423120)
@@ -6,7 +6,7 @@ PORTVERSION=	${EMACS_VER}
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	GNU
-1PKGNAMESUFFIX?=	25
+PKGNAMESUFFIX?=	25
 
 PATCH_DIST_STRIP=	-p1
 



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