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

Collapse All | Expand All

(-)/home/lapo/ports/xpi-jslib/Makefile (-4 / +4 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.367
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
(-)/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.367_lite.xpi) = a464668e921f5a7aa8662963120abfc10e166462bab553024be100f641d5b18b
2
SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885
2
SIZE (xpi/jslib_0.1.367_lite.xpi) = 113599
(-)/home/lapo/ports/xpi-jslib/files/patch-install.rdf (+20 lines)
Line 0 Link Here
1
--- install.rdf.orig	2011-08-05 11:14:00.298272432 +0200
2
+++ install.rdf	2011-08-05 11:14:35.822292694 +0200
3
@@ -32,7 +32,7 @@
4
       <Description>
5
         <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
6
         <em:minVersion>1.0.*</em:minVersion>
7
-        <em:maxVersion>2.0.*</em:maxVersion>
8
+        <em:maxVersion>2.2.*</em:maxVersion>
9
       </Description>
10
     </em:targetApplication>
11
 
12
@@ -42,7 +42,7 @@
13
       <Description>
14
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
15
         <em:minVersion>1.0.*</em:minVersion>
16
-        <em:maxVersion>2.0.*</em:maxVersion>
17
+        <em:maxVersion>2.2.*</em:maxVersion>
18
       </Description>
19
     </em:targetApplication>
20
 

Return to bug 159525