head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.13;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.15.19.26.13;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.29.03.26.51;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.04.11.38.19;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.26.08.08.29;	author nork;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	xpi-user_agent_switcher
# Date created:				2009-04-26
# Whom:					Norikatsu Shigemura <nork@@FreeBSD.org>
#
# $FreeBSD: head/www/xpi-user_agent_switcher/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
#

PORTNAME=	user_agent_switcher
PORTVERSION=	0.7.3
DISTVERSIONSUFFIX=	-fx+sm
CATEGORIES=	www

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The User Agent Switcher extension

XPI_NUM=	59
XPI_ID=		{e968fc70-8f95-4ab9-9e79-304de2a71ee1}
XPI_FILES=	chrome.manifest \
		chrome/useragentswitcher.jar \
		install.js install.rdf \
		license.txt
XPI_DIRS=	chrome

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
@


1.4
log
@SVN rev 302594 on 2012-08-15 19:26:13Z by tabthorpe

- Reassign nork@@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.7.3

PR:             ports/165072
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (nork ; 16 days)
@
text
@d13 1
a13 1
MAINTAINER=	nork@@FreeBSD.org
@


1.2
log
@Update to 0.7.2.
@
text
@d9 1
a9 1
PORTVERSION=	0.7.2
@


1.1
log
@Add xpi-user_agent_switcher 0.6.11, is a User Agent Switcher.

WWW: http://chrispederick.com/work/user-agent-switcher/
@
text
@d9 1
a9 1
PORTVERSION=	0.6.11
a23 5
post-patch:
	@@${REINPLACE_CMD} -e '/em:maxVersion/s/3\.0b4/3.*/' \
		${WRKSRC}/install.rdf
	@@${RM}	${WRKSRC}/install.rdf.*

@

