diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 05:53:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 05:53:41 +0800 |
commit | a23d08f625ea58e94106b06a2ec2865740fe12e0 (patch) | |
tree | 2fb8a3ae1e65bf3dfba50b1c4b080c6a933305ee /mail | |
parent | dd43dc2401ccba25a936d8ecff7c3936facd81ab (diff) | |
download | freebsd-ports-gnome-a23d08f625ea58e94106b06a2ec2865740fe12e0.tar.gz freebsd-ports-gnome-a23d08f625ea58e94106b06a2ec2865740fe12e0.tar.zst freebsd-ports-gnome-a23d08f625ea58e94106b06a2ec2865740fe12e0.zip |
- Update to 1.3.1
PR: ports/96519
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-quota_usage-plugin/Makefile | 2 | ||||
-rw-r--r-- | mail/squirrelmail-quota_usage-plugin/distinfo | 6 | ||||
-rw-r--r-- | mail/squirrelmail-quota_usage-plugin/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/mail/squirrelmail-quota_usage-plugin/Makefile b/mail/squirrelmail-quota_usage-plugin/Makefile index b2dc53591fa9..73a46b8018da 100644 --- a/mail/squirrelmail-quota_usage-plugin/Makefile +++ b/mail/squirrelmail-quota_usage-plugin/Makefile @@ -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 diff --git a/mail/squirrelmail-quota_usage-plugin/distinfo b/mail/squirrelmail-quota_usage-plugin/distinfo index 11d9491f6ab0..16e0f46c892a 100644 --- a/mail/squirrelmail-quota_usage-plugin/distinfo +++ b/mail/squirrelmail-quota_usage-plugin/distinfo @@ -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 diff --git a/mail/squirrelmail-quota_usage-plugin/pkg-plist b/mail/squirrelmail-quota_usage-plugin/pkg-plist index c74e3e524e44..0ef3b29eb36e 100644 --- a/mail/squirrelmail-quota_usage-plugin/pkg-plist +++ b/mail/squirrelmail-quota_usage-plugin/pkg-plist @@ -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 |