From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 28 16:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B5547 for ; Sun, 28 Apr 2013 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2DE1C53 for ; Sun, 28 Apr 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3SGK1AD093119 for ; Sun, 28 Apr 2013 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3SGK1hv093118; Sun, 28 Apr 2013 16:20:01 GMT (envelope-from gnats) Date: Sun, 28 Apr 2013 16:20:01 GMT Message-Id: <201304281620.r3SGK1hv093118@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/168935: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 16:20:01 -0000 The following reply was made to PR ports/168935; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168935: commit references a PR Date: Sun, 28 Apr 2013 16:13:18 +0000 (UTC) Author: stefan Date: Sun Apr 28 16:13:10 2013 New Revision: 316732 URL: http://svnweb.freebsd.org/changeset/ports/316732 Log: To avoid firefox-remote overwriting options for firefox, set PORTNAME to "firefox-remote" and get rid of PKGNAMESUFFIX. PR: 168935 Submitted by: Kevin Oberman Approved by: maintainer reset >5 months ago Modified: head/www/firefox-remote/Makefile Modified: head/www/firefox-remote/Makefile ============================================================================== --- head/www/firefox-remote/Makefile Sun Apr 28 16:00:13 2013 (r316731) +++ head/www/firefox-remote/Makefile Sun Apr 28 16:13:10 2013 (r316732) @@ -1,13 +1,11 @@ # Created by: Franz Klammer # $FreeBSD$ -PORTNAME= firefox +PORTNAME= firefox-remote PORTVERSION= 20040803 PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ -PKGNAMESUFFIX= -remote -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper scripts for firefox web browser @@ -15,8 +13,8 @@ COMMENT= Wrapper scripts for firefox web USE_BZIP2= yes UTF8_HACK= no -FIREFOX_REMOTE= ${PORTNAME}${PKGNAMESUFFIX} -THUNDERBIRD_REMOTE= thunderbird${PKGNAMESUFFIX} +FIREFOX_REMOTE= firefox-remote +THUNDERBIRD_REMOTE= thunderbird-remote OPTIONS_DEFINE= UTF8_LOCALE MENU_FIREFOX MENU_THUNDERBIRD UTF8_LOCALE_DESC= Use UTF8 locale (read Makefile for details) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"