diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-04 15:54:07 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-04 15:54:07 +0000 |
commit | 4ccab7853bdf4efef5dbdd4501b13f49ab9bdc19 (patch) | |
tree | 39f278bcfe74cc0d66cd12ab4dd16946edbd59c3 /www/xpi-videodownloader | |
parent | d78c85493a9987133355634ffb066469c3c6dd1d (diff) | |
download | ports-4ccab7853bdf4efef5dbdd4501b13f49ab9bdc19.tar.gz ports-4ccab7853bdf4efef5dbdd4501b13f49ab9bdc19.zip |
Notes
Diffstat (limited to 'www/xpi-videodownloader')
-rw-r--r-- | www/xpi-videodownloader/Makefile | 11 | ||||
-rw-r--r-- | www/xpi-videodownloader/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/xpi-videodownloader/Makefile b/www/xpi-videodownloader/Makefile index 9248643ad58c..15bf352a9cf4 100644 --- a/www/xpi-videodownloader/Makefile +++ b/www/xpi-videodownloader/Makefile @@ -6,7 +6,7 @@ # PORTNAME= videodownloader -PORTVERSION= 1.0 +PORTVERSION= 1.1 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -14,12 +14,9 @@ MAINTAINER= chinsan.tw@gmail.com COMMENT= An extension to download videos files XPI_ID= videodowloader@videodownloader.net -XPI_FILES= chrome/content/viddown.js chrome/content/viddown.xul \ - chrome/skin/classic/Thumbs.db chrome/skin/classic/viddown.css \ - chrome/skin/classic/video_16x16.png \ - chrome/skin/classic/video_24x24.png \ - chrome.manifest install.rdf -XPI_DIRS= chrome/content chrome/skin/classic chrome/skin chrome +XPI_FILES= chrome/videodownloader.jar chrome.manifest defaults/preferences/videodownloader.js \ + install.rdf +XPI_DIRS= chrome defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-videodownloader/distinfo b/www/xpi-videodownloader/distinfo index 023a34d23c79..6cdd975e8d80 100644 --- a/www/xpi-videodownloader/distinfo +++ b/www/xpi-videodownloader/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/videodownloader-1.0-fx.xpi) = 5dccce96114c8094490cd6a1944c3b72 -SHA256 (xpi/videodownloader-1.0-fx.xpi) = 997010a4ba71aca4cde83fe505460d62b9966c8b8f06663e089f0445534eb7a0 -SIZE (xpi/videodownloader-1.0-fx.xpi) = 20982 +MD5 (xpi/videodownloader-1.1-fx.xpi) = 9fffd6850723491cd2fa92b0ccdf8dad +SHA256 (xpi/videodownloader-1.1-fx.xpi) = a29b9e2705abca67b913331a397677bae6c3b8921d591fb0fa0e864a129e9d7f +SIZE (xpi/videodownloader-1.1-fx.xpi) = 10295 |