diff options
-rw-r--r-- | www/xpi-jsview/Makefile | 15 | ||||
-rw-r--r-- | www/xpi-jsview/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile index 2811c6bcabc1..d78c05ec6806 100644 --- a/www/xpi-jsview/Makefile +++ b/www/xpi-jsview/Makefile @@ -6,20 +6,21 @@ # PORTNAME= jsview -PORTVERSION= 1.5 +PORTVERSION= 2.0.8 +DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www -MASTER_SITES= http://forum.softwareblaze.com/jsview/ CENKES -DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= geck@FreeBSD.org COMMENT= Easily view embedded/external JS and CSS +LICENSE= GPLv2 + +USE_XPI= *firefox* + XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca} +XPI_NUM= 2076 XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -xpi-post-extract: - @${RM} -rf ${WRKSRC}/temp - .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-jsview/distinfo b/www/xpi-jsview/distinfo index 2e1600a19a28..2aa5a73cc4b9 100644 --- a/www/xpi-jsview/distinfo +++ b/www/xpi-jsview/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/jsview1.5.xpi) = 61d2627401ca149f69de60569067bf3e6b42fd328b6ce7d403e8074b2c856d8b -SIZE (xpi/jsview1.5.xpi) = 98351 +SHA256 (xpi/jsview-2.0.8-fx+sm.xpi) = d39b5b5b3da1648f8b6d07d8840041f34e78fa084ce314623393b119e44112d9 +SIZE (xpi/jsview-2.0.8-fx+sm.xpi) = 111512 |