Date: Sun, 28 Apr 2013 16:20:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/168935: commit references a PR Message-ID: <201304281620.r3SGK1hv093118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <rkoberman@gmail.com> 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 <klammer@webonaut.com> # $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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304281620.r3SGK1hv093118>