From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 29 22:43:55 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38E46400 for ; Fri, 29 Aug 2014 22:43:55 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6950146F for ; Fri, 29 Aug 2014 22:43:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7TMhqae088656 for ; Fri, 29 Aug 2014 22:43:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7TMhl1J087658 for freebsd-gecko@freebsd.org; Fri, 29 Aug 2014 22:43:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Aug 2014 22:43:47 GMT Message-Id: <201408292243.s7TMhl1J087658@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 22:43:55 -0000 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