ports/168935: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Apr 28 16:20:01 UTC 2013


The following reply was made to PR ports/168935; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list