diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-09 21:02:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-09 21:02:41 +0800 |
commit | ab1e207f01de4ba89accd580daf18daf18da7c4d (patch) | |
tree | 90a3490f2d49475a9e7e77a8dbf2ba974cb9f543 /www | |
parent | ddf0e5cbf108201a44e8a8cdb6df00867902601c (diff) | |
download | freebsd-ports-gnome-ab1e207f01de4ba89accd580daf18daf18da7c4d.tar.gz freebsd-ports-gnome-ab1e207f01de4ba89accd580daf18daf18da7c4d.tar.zst freebsd-ports-gnome-ab1e207f01de4ba89accd580daf18daf18da7c4d.zip |
- Uodate to 1.1.0
PR: 130947
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-downthemall/Makefile | 46 | ||||
-rw-r--r-- | www/xpi-downthemall/distinfo | 6 |
2 files changed, 44 insertions, 8 deletions
diff --git a/www/xpi-downthemall/Makefile b/www/xpi-downthemall/Makefile index 2b0195525990..dcaf82755e14 100644 --- a/www/xpi-downthemall/Makefile +++ b/www/xpi-downthemall/Makefile @@ -6,8 +6,8 @@ # PORTNAME= downthemall -PORTVERSION= 0.9.9.10 -DISTVERSIONSUFFIX= -fx+tb+fl +PORTVERSION= 1.1.0 +DISTVERSIONSUFFIX= -fx+tb+sm CATEGORIES= www MAINTAINER= miwi@FreeBSD.org @@ -17,9 +17,45 @@ XPI_DISTNAME= downthemall! WRKSRC= ${WRKDIR}/${DISTNAME:S/!/_/} XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} XPI_NUM= 201 -XPI_FILES= chrome/dta.jar chrome.manifest components/privacycontrol.js \ - defaults/preferences/privacycontrol.js gpl.txt install.rdf notice.txt -XPI_DIRS= chrome components defaults/preferences defaults +USE_XPI= www/firefox3:firefox3 + +XPI_FILES= components/migrationService.js \ + components/debugService.xpt \ + components/debugService.js \ + components/contenthandling.idl \ + components/filterManager.idl \ + components/contenthandling.xpt \ + components/privacycontrol.js \ + components/contentHandling.js \ + components/filterManager.xpt \ + components/filterManager.js \ + components/debugService.idl \ + LICENSE \ + GPL \ + install.rdf \ + defaults/preferences/dta.js \ + defaults/preferences/filters.js \ + defaults/preferences/privacycontrol.js \ + modules/preferences.jsm \ + modules/cothread.jsm \ + modules/utils.jsm \ + modules/mediator.jsm \ + modules/prompts.jsm \ + modules/version.jsm \ + MPL \ + chrome/icons/default/DownThemAll.xpm \ + chrome/icons/default/DownThemAll.ico \ + chrome/chrome.jar \ + chrome.manifest \ + LGPL + +XPI_DIRS= components \ + defaults/preferences \ + defaults \ + modules \ + chrome/icons/default \ + chrome/icons \ + chrome post-extract: @${FIND} ${WRKSRC} -name .svn|${XARGS} ${RM} -rf diff --git a/www/xpi-downthemall/distinfo b/www/xpi-downthemall/distinfo index e20d07d88d4e..c57407a49de7 100644 --- a/www/xpi-downthemall/distinfo +++ b/www/xpi-downthemall/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 5422128f162cf54ddfe40a4238120e11 -SHA256 (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 8b5da03b72a032fac19162d34ca3352cfd99972e2d0e03c144f66471c6c50a32 -SIZE (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 484403 +MD5 (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 660bb6087976ed57c7999ef854d1df03 +SHA256 (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 07cb398d72562b968cb68fa53afc91c3496c6ba76c5a9e9f6d8836bb726ebcd6 +SIZE (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 483082 |