Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2013 16:13:10 +0000 (UTC)
From:      Stefan Walter <stefan@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316732 - head/www/firefox-remote
Message-ID:  <201304281613.r3SGDA5o067174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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