svn commit: r515968 - head/mail/thunderbird

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Oct 29 09:02:03 UTC 2019


Author: 0mp
Date: Tue Oct 29 09:02:03 2019
New Revision: 515968
URL: https://svnweb.freebsd.org/changeset/ports/515968

Log:
  Change icon entry in Thunderbird desktop file
  
  By setting the "Icon" entry to "thunderbird" from "thunderbird.png" we
  allow programs like rofi to detect the Thunderbird icon.
  
  PR:		233591
  Submitted by:	Zach Dykstra <soporose at gmail.com>
  Approved by:	portmgr (blanket: run bugfixes)
  MFH:		2019Q4
  Differential Revision:	https://reviews.freebsd.org/D22167

Modified:
  head/mail/thunderbird/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Tue Oct 29 08:50:07 2019	(r515967)
+++ head/mail/thunderbird/Makefile	Tue Oct 29 09:02:03 2019	(r515968)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	68.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -55,7 +55,7 @@ MOZ_OPTIONS+=	--disable-calendar
 .endif
 
 post-extract:
-	@${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \
+	@${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \
 		<${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop
 
 post-patch:


More information about the svn-ports-head mailing list