diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-15 17:35:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-15 17:35:32 +0000 |
commit | 67e462fed9737f49596ace6e55e335d1c79327b6 (patch) | |
tree | 766a4479f602410aecdedff5ec0264298e4dbcc0 /www/xpi-jslib | |
parent | 508e2056ba9553ab499a114bbbf557fe7c19dd0c (diff) | |
download | ports-67e462fed9737f49596ace6e55e335d1c79327b6.tar.gz ports-67e462fed9737f49596ace6e55e335d1c79327b6.zip |
Notes
Diffstat (limited to 'www/xpi-jslib')
-rw-r--r-- | www/xpi-jslib/Makefile | 11 | ||||
-rw-r--r-- | www/xpi-jslib/distinfo | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile index 303bbf39d8bb..d9afafec07e7 100644 --- a/www/xpi-jslib/Makefile +++ b/www/xpi-jslib/Makefile @@ -8,20 +8,21 @@ PORTNAME= jslib PORTVERSION= 0.1.365 CATEGORIES= www -MASTER_SITES= http://downloads.mozdev.org/jslib/xpi/signed/ -DISTNAME= jslib_current_lite_signed -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://lapo.it/freebsd/ +DISTNAME= jslib_${PORTVERSION}_lite_signed MAINTAINER= lapo@lapo.it COMMENT= Library of common useful routines for XPI developers LICENSE= MPL -FETCH_ARGS= "-pRr" # without "-A" as MASTER_SITE uses redirect to send to different mirrors - XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} 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 +# we don't (currently) care about the signature +post-extract: + @${RM} -rf ${WRKSRC}/META-INF + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-jslib/distinfo b/www/xpi-jslib/distinfo index 20df3aa3f6cf..623743c67fd7 100644 --- a/www/xpi-jslib/distinfo +++ b/www/xpi-jslib/distinfo @@ -1,3 +1,2 @@ -MD5 (jslib-0.1.365/jslib_current_lite_signed.xpi) = 7e3b922d282f6d68f5a827aed2aae40b -SHA256 (jslib-0.1.365/jslib_current_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519 -SIZE (jslib-0.1.365/jslib_current_lite_signed.xpi) = 112885 +SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519 +SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885 |