diff options
author | erwin <erwin@FreeBSD.org> | 2011-01-16 01:35:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-01-16 01:35:32 +0800 |
commit | 2497d45463bdf58d5218011d8838e008667585be (patch) | |
tree | f5b463e87df1bad1ec07c3842b6dc040c75ef77f /www | |
parent | 400d526bd9237baf93e4944e58a1c80d4c18d008 (diff) | |
download | freebsd-ports-gnome-2497d45463bdf58d5218011d8838e008667585be.tar.gz freebsd-ports-gnome-2497d45463bdf58d5218011d8838e008667585be.tar.zst freebsd-ports-gnome-2497d45463bdf58d5218011d8838e008667585be.zip |
Fix fetching and plist.
PR: 153994
Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Reported by: pointyhat-west
Feature safe: yes
Diffstat (limited to 'www')
-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 |