Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 22:43:47 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1674 - in trunk: mail/linux-thunderbird www/firefox www/firefox-esr www/linux-firefox
Message-ID:  <201408292243.s7TMhl1J087658@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Aug 29 22:43:47 2014
New Revision: 1674

Log:
drop redefining default DISTNAME

Modified:
   trunk/mail/linux-thunderbird/Makefile
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox/Makefile
   trunk/www/linux-firefox/Makefile

Modified: trunk/mail/linux-thunderbird/Makefile
==============================================================================
--- trunk/mail/linux-thunderbird/Makefile	Fri Aug 29 20:53:47 2014	(r1673)
+++ trunk/mail/linux-thunderbird/Makefile	Fri Aug 29 22:43:47 2014	(r1674)
@@ -4,7 +4,6 @@
 PORTNAME=	thunderbird
 DISTVERSION=	31.1.0
 CATEGORIES=	mail news net-im ipv6
-DISTNAME=	${PORTNAME}-${DISTVERSION}
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
 
 MAINTAINER=	gecko@FreeBSD.org

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Fri Aug 29 20:53:47 2014	(r1673)
+++ trunk/www/firefox-esr/Makefile	Fri Aug 29 22:43:47 2014	(r1674)
@@ -3,11 +3,11 @@
 
 PORTNAME=	firefox
 DISTVERSION=	31.1.0
+DISTVERSIONSUFFIX=esr.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
 PKGNAMESUFFIX=	-esr
-DISTNAME=	${PORTNAME}-${DISTVERSION}esr.source
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Fri Aug 29 20:53:47 2014	(r1673)
+++ trunk/www/firefox/Makefile	Fri Aug 29 22:43:47 2014	(r1674)
@@ -3,11 +3,11 @@
 
 PORTNAME=	firefox
 DISTVERSION=	32.0
+DISTVERSIONSUFFIX=.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
-DISTNAME=	${PORTNAME}-${DISTVERSION}.source
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla

Modified: trunk/www/linux-firefox/Makefile
==============================================================================
--- trunk/www/linux-firefox/Makefile	Fri Aug 29 20:53:47 2014	(r1673)
+++ trunk/www/linux-firefox/Makefile	Fri Aug 29 22:43:47 2014	(r1674)
@@ -6,7 +6,6 @@
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
-DISTNAME=	${PORTNAME}-${DISTVERSION}
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla



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