aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-jslib/Makefile
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-09-10 06:36:14 +0800
committerswills <swills@FreeBSD.org>2011-09-10 06:36:14 +0800
commit881da2dc6d34ab6dc1982720c6ea359bf8686333 (patch)
treea1ef2d58cd83a8bda7883e891940091409436fea /www/xpi-jslib/Makefile
parent587adef7caaab836976846641097a9c125c8998b (diff)
downloadfreebsd-ports-gnome-881da2dc6d34ab6dc1982720c6ea359bf8686333.tar.gz
freebsd-ports-gnome-881da2dc6d34ab6dc1982720c6ea359bf8686333.tar.zst
freebsd-ports-gnome-881da2dc6d34ab6dc1982720c6ea359bf8686333.zip
- Update to 0.1.370
PR: ports/159525 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Diffstat (limited to 'www/xpi-jslib/Makefile')
-rw-r--r--www/xpi-jslib/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile
index f75c3d96c486..d23f00deffdb 100644
--- a/www/xpi-jslib/Makefile
+++ b/www/xpi-jslib/Makefile
@@ -1,15 +1,15 @@
-# New ports collection makefile for: xpi-firebug
-# Date created: 10 Otcober 2010
+# New ports collection makefile for: xpi-jslib
+# Date created: 10 October 2010
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= jslib
-PORTVERSION= 0.1.365
+PORTVERSION= 0.1.370
CATEGORIES= www
MASTER_SITES= http://lapo.it/freebsd/
-DISTNAME= jslib_${PORTVERSION}_lite_signed
+DISTNAME= jslib_${PORTVERSION}_lite
MAINTAINER= lapo@lapo.it
COMMENT= Library of common useful routines for XPI developers
@@ -20,5 +20,9 @@ XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80}
XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults
+post-patch:
+ ${REINPLACE_CMD} -Ee 's/>2[.]0[.][*]</>2.3.*</' ${WRKSRC}/install.rdf
+ ${RM} -f ${WRKSRC}/install.rdf.bak
+
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>