svn commit: r388663 - in branches/2015Q2: mail/thunderbird www/seamonkey

Jan Beich jbeich at FreeBSD.org
Sat Jun 6 11:14:56 UTC 2015


Author: jbeich
Date: Sat Jun  6 11:14:54 2015
New Revision: 388663
URL: https://svnweb.freebsd.org/changeset/ports/388663

Log:
  MFH: r388662
  
  mail/thunderbird, www/seamonkey: unbreak ENIGMAIL staging on powerpc
  
  PR:		200605
  Submitted by:	jhibbits
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2015Q2/mail/thunderbird/Makefile
  branches/2015Q2/www/seamonkey/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/mail/thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird/Makefile	Sat Jun  6 11:10:23 2015	(r388662)
+++ branches/2015Q2/mail/thunderbird/Makefile	Sat Jun  6 11:14:54 2015	(r388663)
@@ -90,7 +90,7 @@ DISTFILES+=	${EM_DISTFILE}:enigmail
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 EM_DISTNAME=	enigmail-${EM_VERSION}
 EM_DISTFILE=	${EM_DISTNAME}.tar.gz
-EM_XPI_FILE=	${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/}-gcc3.xpi
+EM_XPI_FILE=	${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc/ppc/}-gcc3.xpi
 EM_ORIG_ID=	{847b3a00-7ab1-11d4-8f02-006008948af5}
 EM_ID=		${PORTNAME}@mozilla-enigmail.org
 EM_ID_RFILES=	${XPI_LIBDIR}/${EM_ID}/install.rdf \

Modified: branches/2015Q2/www/seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey/Makefile	Sat Jun  6 11:10:23 2015	(r388662)
+++ branches/2015Q2/www/seamonkey/Makefile	Sat Jun  6 11:14:54 2015	(r388663)
@@ -98,7 +98,7 @@ DISTFILES+=	${EM_DISTFILE}:enigmail
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 EM_DISTNAME=	enigmail-${EM_VERSION}
 EM_DISTFILE=	${EM_DISTNAME}.tar.gz
-EM_XPI_FILE=	${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/}-gcc3.xpi
+EM_XPI_FILE=	${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc/ppc/}-gcc3.xpi
 EM_ORIG_ID=	{847b3a00-7ab1-11d4-8f02-006008948af5}
 EM_ID=		${PORTNAME}@mozilla-enigmail.org
 EM_ID_RFILES=	${XPI_LIBDIR}/${EM_ID}/install.rdf \


More information about the svn-ports-branches mailing list