mail/roundcube-thunderbird_labels: update 1.1.3 - > 1.1.4
- Add DOCS option PR: 223734 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
This commit is contained in:
parent
3f69515171
commit
68005e0617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454538
3 changed files with 13 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunderbird_labels
|
||||
PORTVERSION= 1.1.3
|
||||
PORTVERSION= 1.1.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= mail
|
||||
PKGNAMEPREFIX= roundcube-
|
||||
|
@ -26,11 +26,14 @@ PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
|
|||
PLUGINDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
|
||||
PLIST_SUB= PLUGINDIR_REL="${PLUGINDIR_REL}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
# This target is only meant to be used by the port maintainer.
|
||||
x-generate-plist: build
|
||||
make makeplist | \
|
||||
${SED} \
|
||||
-e "s,^\(%%PLUGINDIR_REL%%/config\.inc\.php\.sample$$\),@sample \1," \
|
||||
-e "s,^\(%%PLUGINDIR_REL%%/docs/\),%%PORTDOCS%%\1," \
|
||||
>${.CURDIR}/pkg-plist.tmp
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mike-kfed-rcmail-thunderbird-labels-v1.1.3_GH0.tar.gz) = 36044ffa39d9ab59426e8b64709d3e50c1748bba2da61471d9f42c9345d81a4e
|
||||
SIZE (mike-kfed-rcmail-thunderbird-labels-v1.1.3_GH0.tar.gz) = 21744
|
||||
TIMESTAMP = 1511014009
|
||||
SHA256 (mike-kfed-rcmail-thunderbird-labels-v1.1.4_GH0.tar.gz) = 5292a2977d2a924661c6c7b7d9e2f1f44b3e2b1872d4c964649ace88cabd1596
|
||||
SIZE (mike-kfed-rcmail-thunderbird-labels-v1.1.4_GH0.tar.gz) = 184884
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
%%PLUGINDIR_REL%%/README.md
|
||||
%%PLUGINDIR_REL%%/composer.json
|
||||
@sample %%PLUGINDIR_REL%%/config.inc.php.sample
|
||||
%%PORTDOCS%%%%PLUGINDIR_REL%%/docs/README.md
|
||||
%%PORTDOCS%%%%PLUGINDIR_REL%%/docs/screenshot.png
|
||||
%%PLUGINDIR_REL%%/localization/bg_BG.inc
|
||||
%%PLUGINDIR_REL%%/localization/ca_ES.inc
|
||||
%%PLUGINDIR_REL%%/localization/cs_CZ.inc
|
||||
|
@ -13,8 +15,12 @@
|
|||
%%PLUGINDIR_REL%%/localization/hu_HU.inc
|
||||
%%PLUGINDIR_REL%%/localization/it_IT.inc
|
||||
%%PLUGINDIR_REL%%/localization/lv_LV.inc
|
||||
%%PLUGINDIR_REL%%/localization/nl_NL.inc
|
||||
%%PLUGINDIR_REL%%/localization/pl_PL.inc
|
||||
%%PLUGINDIR_REL%%/localization/pt_BR.inc
|
||||
%%PLUGINDIR_REL%%/localization/pt_PT.inc
|
||||
%%PLUGINDIR_REL%%/localization/ru_RU.inc
|
||||
%%PLUGINDIR_REL%%/localization/sk_SK.inc
|
||||
%%PLUGINDIR_REL%%/localization/uk_UA.inc
|
||||
%%PLUGINDIR_REL%%/skins/classic/tb_label.css
|
||||
%%PLUGINDIR_REL%%/skins/classic/thunderbird_32.png
|
||||
|
|
Loading…
Reference in a new issue