View | Details | Raw Unified | Return to bug 159525 | Differences between
and this patch

Collapse All | Expand All

(-)/home/lapo/ports/xpi-jslib/Makefile (-4 / +8 lines)
Lines 1-15 Link Here
1
# New ports collection makefile for:	xpi-firebug
1
# New ports collection makefile for:	xpi-jslib
2
# Date created:			10 Otcober 2010
2
# Date created:			10 October 2010
3
# Whom:				Lapo Luchini <lapo@lapo.it>
3
# Whom:				Lapo Luchini <lapo@lapo.it>
4
#
4
#
5
# $FreeBSD: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $
5
# $FreeBSD: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $
6
#
6
#
7
7
8
PORTNAME=	jslib
8
PORTNAME=	jslib
9
PORTVERSION=	0.1.365
9
PORTVERSION=	0.1.370
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://lapo.it/freebsd/
11
MASTER_SITES=	http://lapo.it/freebsd/
12
DISTNAME=	jslib_${PORTVERSION}_lite_signed
12
DISTNAME=	jslib_${PORTVERSION}_lite
13
13
14
MAINTAINER=	lapo@lapo.it
14
MAINTAINER=	lapo@lapo.it
15
COMMENT=	Library of common useful routines for XPI developers
15
COMMENT=	Library of common useful routines for XPI developers
Lines 20-24 Link Here
20
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
20
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
21
XPI_DIRS=	chrome/jsliblive chrome components defaults/preferences defaults
21
XPI_DIRS=	chrome/jsliblive chrome components defaults/preferences defaults
22
22
23
post-patch:
24
		${REINPLACE_CMD} -Ee 's/>2[.]0[.][*]</>2.3.*</' ${WRKSRC}/install.rdf
25
		${RM} -f ${WRKSRC}/install.rdf.bak
26
23
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
27
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
24
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)/home/lapo/ports/xpi-jslib/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519
1
SHA256 (xpi/jslib_0.1.370_lite.xpi) = 33b2cd284108fe0ac543ee1a8c51b3ae09d7347a52028867ad2fdc448b3730b2
2
SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885
2
SIZE (xpi/jslib_0.1.370_lite.xpi) = 113609

Return to bug 159525