mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.3.1
PR: ports/96519 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
This commit is contained in:
parent
403a71fcb3
commit
136ca29327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160844
3 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://www.squirrelmail.org/plugins/
|
||||
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.2.7
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (squirrelmail/quota_usage-1.3-1.2.7.tar.gz) = 55dc3ef776e6b0e75978a1090b16dad0
|
||||
SHA256 (squirrelmail/quota_usage-1.3-1.2.7.tar.gz) = bf9e3c48de72fa84147b36693677af2ac79ff1b9806f4247c61ce35cd9255af6
|
||||
SIZE (squirrelmail/quota_usage-1.3-1.2.7.tar.gz) = 38215
|
||||
MD5 (squirrelmail/quota_usage-1.3.1-1.2.7.tar.gz) = bf1722f96f388c73a0a0dbfc90d24422
|
||||
SHA256 (squirrelmail/quota_usage-1.3.1-1.2.7.tar.gz) = 4681ebdcbbc3cc6d3e122c7efdaa4a6f92158eb435214b20ab72c42af05eff71
|
||||
SIZE (squirrelmail/quota_usage-1.3.1-1.2.7.tar.gz) = 37922
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin quota_usage; fi
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.mo
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.po
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/locale/quota_usage.pot
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/COPYING
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/FAQ
|
||||
|
@ -12,6 +14,8 @@
|
|||
%%SQUIRRELDIR%%/plugins/quota_usage/setup.php
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/screenshot.jpg
|
||||
%%SQUIRRELDIR%%/plugins/quota_usage/version
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT/LC_MESSAGES
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/quota_usage/locale/it_IT
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/quota_usage/locale
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/quota_usage/
|
||||
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin quota_usage; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue