Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 06:42:58 +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: r364248 - head/editors/emacs-nox11
Message-ID:  <53e31ff2.5a80.41852f9d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Thu Aug  7 06:42:58 2014
New Revision: 364248
URL: http://svnweb.freebsd.org/changeset/ports/364248
QAT: https://qat.redports.org/buildarchive/r364248/

Log:
  - Fix breakage caused by r364084, where @dirrmtry entries were removed
    from emacs port Makefile by adding the removed @dirrmtry entries in
    PLIST_DIRSTRY
  
  Reported by:	QAT

Modified:
  head/editors/emacs-nox11/Makefile

Modified: head/editors/emacs-nox11/Makefile
==============================================================================
--- head/editors/emacs-nox11/Makefile	Thu Aug  7 06:23:04 2014	(r364247)
+++ head/editors/emacs-nox11/Makefile	Thu Aug  7 06:42:58 2014	(r364248)
@@ -3,13 +3,28 @@
 
 PKGNAMESUFFIX=	-nox11
 
-PORTREVISION=	12
+PORTREVISION=	13
 
 OPTIONS_EXCLUDE=GCONF GIF JPEG OTF M17N PNG SVG TIFF SYNC_INPUT GTK2 GTK3 \
 		SCROLLBARS XFT XIM XPM MAGICK GSETTINGS X11 CANNA \
 		XAW XAW3D MOTIF
 
 EMACS_NO_X11_SLAVE=	yes
+PLIST_DIRSTRY=	share/icons/hicolor/128x128/apps \
+		share/icons/hicolor/128x128 \
+		share/icons/hicolor/16x16/apps \
+		share/icons/hicolor/16x16 \
+		share/icons/hicolor/24x24/apps \
+		share/icons/hicolor/24x24 \
+		share/icons/hicolor/32x32/apps \
+		share/icons/hicolor/32x32 \
+		share/icons/hicolor/48x48/apps \
+		share/icons/hicolor/48x48 \
+		share/icons/hicolor/scalable/apps \
+		share/icons/hicolor/scalable/mimetypes \
+		share/icons/hicolor/scalable \
+		share/icons/hicolor \
+		share/icons
 
 MASTERDIR=	${.CURDIR}/../emacs
 LATEST_LINK=	emacs-nox11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e31ff2.5a80.41852f9d>