mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.3
- Use pkg-plist PR: ports/167162 Submitted by: maintainer
This commit is contained in:
parent
2a55079cfb
commit
8da97eedc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295333
@ -6,32 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= showip
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3
|
||||
DISTVERSIONSUFFIX= -tb+fx+sm
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= barbara.xxx1975@libero.it
|
||||
COMMENT= Show the IP address of the current page in the status bar
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PROJECTHOST= firefox-showip
|
||||
|
||||
USE_XPI= *firefox*
|
||||
XPI_ID= {3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}
|
||||
XPI_NUM= 590
|
||||
XPI_FILES= chrome/ipv6ident.jar \
|
||||
COPYING \
|
||||
chrome.manifest \
|
||||
install.rdf \
|
||||
install.js
|
||||
|
||||
XPI_DIRS= chrome
|
||||
XPI_ID= {3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|<em:maxVersion>5\.\*<|<em:maxVersion>99.*<|' \
|
||||
@${REINPLACE_CMD} -e 's|<em:maxVersion>14\.\*<|<em:maxVersion>99.*<|; \
|
||||
s|<em:maxVersion>2\.11\.\*<|<em:maxVersion>99.99.*<|' \
|
||||
${WRKSRC}/install.rdf
|
||||
|
||||
pre-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xpi/showip_1.1.xpi) = e84af058f9e89ff1ddd9ff01bc3c2655f873bcf39c62b79fbf3665e842eb3d09
|
||||
SIZE (xpi/showip_1.1.xpi) = 41566
|
||||
SHA256 (xpi/showip-1.3-tb+fx+sm.xpi) = 4368d87a65f494eb32f71f4506670d1423b62392013f09cc45ccdcbaf2716663
|
||||
SIZE (xpi/showip-1.3-tb+fx+sm.xpi) = 48498
|
||||
|
36
www/xpi-showip/pkg-plist
Normal file
36
www/xpi-showip/pkg-plist
Normal file
@ -0,0 +1,36 @@
|
||||
%%XPI_XPIDIR%%/COPYING
|
||||
%%XPI_XPIDIR%%/chrome/content/contents.rdf
|
||||
%%XPI_XPIDIR%%/chrome/content/favicon.svg
|
||||
%%XPI_XPIDIR%%/chrome/content/ipv6ident-pref.js
|
||||
%%XPI_XPIDIR%%/chrome/content/ipv6ident-pref.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/ipv6ident.css
|
||||
%%XPI_XPIDIR%%/chrome/content/ipv6ident.js
|
||||
%%XPI_XPIDIR%%/chrome/content/ipv6ident.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/showip-lru-test.html
|
||||
%%XPI_XPIDIR%%/chrome/content/showip-lru.js
|
||||
%%XPI_XPIDIR%%/chrome/content/showip.xul
|
||||
%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/contents.rdf
|
||||
%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/showip.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/da-DK/showip/showip.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/showip/contents.rdf
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/showip/showip.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/showip/showip.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/contents.rdf
|
||||
%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/showip.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/sv-SE/showip/showip.properties
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/contents.rdf
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/showip.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/zh-CN/showip/showip.properties
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/da-DK/showip
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/da-DK
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US/showip
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/sv-SE/showip
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/sv-SE
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/zh-CN/showip
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/zh-CN
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
Loading…
Reference in New Issue
Block a user