FreeBSD Bugzilla – Attachment 117445 Details for
Bug 159525
[MAINTAINER] www/xpi-jslib: update to 0.1.367
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain), 6.16 KB, created by
Lapo Luchini
on 2011-09-08 09:03:39 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Lapo Luchini
Created:
2011-09-08 09:03:39 UTC
Size:
6.16 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/Makefile /home/lapo/ports/xpi-jslib/Makefile >--- /usr/ports/www/xpi-jslib/Makefile 2011-01-17 10:09:05.000000000 +0100 >+++ /home/lapo/ports/xpi-jslib/Makefile 2011-09-08 09:54:32.020261618 +0200 >@@ -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: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $ > # > > PORTNAME= jslib >-PORTVERSION= 0.1.365 >+PORTVERSION= 0.1.367 > 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,8 @@ > 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: >+ @${FIND} ${WRKSRC} -name \*.orig -delete >+ > .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/distinfo /home/lapo/ports/xpi-jslib/distinfo >--- /usr/ports/www/xpi-jslib/distinfo 2011-01-15 18:35:32.000000000 +0100 >+++ /home/lapo/ports/xpi-jslib/distinfo 2011-09-08 09:25:48.546405893 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519 >-SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885 >+SHA256 (xpi/jslib_0.1.367_lite.xpi) = a464668e921f5a7aa8662963120abfc10e166462bab553024be100f641d5b18b >+SIZE (xpi/jslib_0.1.367_lite.xpi) = 113599 >diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/files/patch-install.rdf /home/lapo/ports/xpi-jslib/files/patch-install.rdf >--- /usr/ports/www/xpi-jslib/files/patch-install.rdf 1970-01-01 01:00:00.000000000 +0100 >+++ /home/lapo/ports/xpi-jslib/files/patch-install.rdf 2011-09-08 09:36:38.483903005 +0200 >@@ -0,0 +1,20 @@ >+--- install.rdf.orig 2011-09-08 09:35:55.011103416 +0200 >++++ install.rdf 2011-09-08 09:36:29.866234625 +0200 >+@@ -32,7 +32,7 @@ >+ <Description> >+ <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id> >+ <em:minVersion>1.0.*</em:minVersion> >+- <em:maxVersion>2.0.*</em:maxVersion> >++ <em:maxVersion>2.3.*</em:maxVersion> >+ </Description> >+ </em:targetApplication> >+ >+@@ -42,7 +42,7 @@ >+ <Description> >+ <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> >+ <em:minVersion>1.0.*</em:minVersion> >+- <em:maxVersion>2.0.*</em:maxVersion> >++ <em:maxVersion>2.3.*</em:maxVersion> >+ </Description> >+ </em:targetApplication> >+ >diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/patch.txt /home/lapo/ports/xpi-jslib/patch.txt >--- /usr/ports/www/xpi-jslib/patch.txt 1970-01-01 01:00:00.000000000 +0100 >+++ /home/lapo/ports/xpi-jslib/patch.txt 2011-09-08 10:03:08.425751274 +0200 >@@ -0,0 +1,64 @@ >+diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/Makefile /home/lapo/ports/xpi-jslib/Makefile >+--- /usr/ports/www/xpi-jslib/Makefile 2011-01-17 10:09:05.000000000 +0100 >++++ /home/lapo/ports/xpi-jslib/Makefile 2011-09-08 09:54:32.020261618 +0200 >+@@ -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: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $ >+ # >+ >+ PORTNAME= jslib >+-PORTVERSION= 0.1.365 >++PORTVERSION= 0.1.367 >+ 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,8 @@ >+ 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: >++ @${FIND} ${WRKSRC} -name \*.orig -delete >++ >+ .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" >+ .include <bsd.port.mk> >+diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/distinfo /home/lapo/ports/xpi-jslib/distinfo >+--- /usr/ports/www/xpi-jslib/distinfo 2011-01-15 18:35:32.000000000 +0100 >++++ /home/lapo/ports/xpi-jslib/distinfo 2011-09-08 09:25:48.546405893 +0200 >+@@ -1,2 +1,2 @@ >+-SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519 >+-SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885 >++SHA256 (xpi/jslib_0.1.367_lite.xpi) = a464668e921f5a7aa8662963120abfc10e166462bab553024be100f641d5b18b >++SIZE (xpi/jslib_0.1.367_lite.xpi) = 113599 >+diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/files/patch-install.rdf /home/lapo/ports/xpi-jslib/files/patch-install.rdf >+--- /usr/ports/www/xpi-jslib/files/patch-install.rdf 1970-01-01 01:00:00.000000000 +0100 >++++ /home/lapo/ports/xpi-jslib/files/patch-install.rdf 2011-09-08 09:36:38.483903005 +0200 >+@@ -0,0 +1,20 @@ >++--- install.rdf.orig 2011-09-08 09:35:55.011103416 +0200 >+++++ install.rdf 2011-09-08 09:36:29.866234625 +0200 >++@@ -32,7 +32,7 @@ >++ <Description> >++ <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id> >++ <em:minVersion>1.0.*</em:minVersion> >++- <em:maxVersion>2.0.*</em:maxVersion> >+++ <em:maxVersion>2.3.*</em:maxVersion> >++ </Description> >++ </em:targetApplication> >++ >++@@ -42,7 +42,7 @@ >++ <Description> >++ <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> >++ <em:minVersion>1.0.*</em:minVersion> >++- <em:maxVersion>2.0.*</em:maxVersion> >+++ <em:maxVersion>2.3.*</em:maxVersion> >++ </Description> >++ </em:targetApplication> >++ >Files /usr/ports/www/xpi-jslib/xpi-jslib-0.1.367.tbz and /home/lapo/ports/xpi-jslib/xpi-jslib-0.1.367.tbz differ
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159525
:
117442
|
117443
|
117444
| 117445 |
117446