svn commit: r323603 - head/www/firefox-esr

Florian Smeets flo at FreeBSD.org
Wed Jul 24 14:54:30 UTC 2013


Author: flo
Date: Wed Jul 24 14:54:29 2013
New Revision: 323603
URL: http://svnweb.freebsd.org/changeset/ports/323603

Log:
  Add a PKGNAMESUFFIX. This should prevent pkg from trying to install 2
  firefox versions when running "pkg install firefox".

Modified:
  head/www/firefox-esr/Makefile

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Jul 24 14:52:23 2013	(r323602)
+++ head/www/firefox-esr/Makefile	Wed Jul 24 14:54:29 2013	(r323603)
@@ -3,10 +3,12 @@
 
 PORTNAME=	firefox
 DISTVERSION=	17.0.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
 DISTNAME=	${PORTNAME}-${DISTVERSION}esr.source
+PKGNAMESUFFIX=	-esr
 
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla


More information about the svn-ports-all mailing list