diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-10 21:47:40 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-10 21:47:40 +0000 |
commit | 3baf8625f2f31b97d1057d9a6e8534d22cd7e343 (patch) | |
tree | 6e4a8e8caac6fc1a4b667c45b0756f41ceb98b5a /mail/squirrelmail-login_auth-plugin | |
parent | 23253dc14cd903f1805ce4dc68dfc6977f82848c (diff) | |
download | ports-3baf8625f2f31b97d1057d9a6e8534d22cd7e343.tar.gz ports-3baf8625f2f31b97d1057d9a6e8534d22cd7e343.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-login_auth-plugin')
-rw-r--r-- | mail/squirrelmail-login_auth-plugin/Makefile | 11 | ||||
-rw-r--r-- | mail/squirrelmail-login_auth-plugin/distinfo | 4 | ||||
-rw-r--r-- | mail/squirrelmail-login_auth-plugin/pkg-plist | 34 |
3 files changed, 36 insertions, 13 deletions
diff --git a/mail/squirrelmail-login_auth-plugin/Makefile b/mail/squirrelmail-login_auth-plugin/Makefile index 2fa25c0e0725..631198509ad0 100644 --- a/mail/squirrelmail-login_auth-plugin/Makefile +++ b/mail/squirrelmail-login_auth-plugin/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: squirrelmail-wetteronline-plugin -# Date created: 14 April 2006 -# Whom: Stefan Bethke <stb@lassitu.de> -# +# Created by: Stefan Bethke <stb@lassitu.de> # $FreeBSD$ PORTNAME= login_auth -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 3.0 MASTER_SITES= http://www.squirrelmail.org/plugins/ \ - http://alkoholix.tallence.de/www.squirrelmail.org/plugins/ + http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail @@ -17,7 +13,6 @@ COMMENT= Automatically log in user based on HTTP authentication SQUIRREL_PLUGIN_NAME= ${PORTNAME} - .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk" .include <bsd.port.post.mk> diff --git a/mail/squirrelmail-login_auth-plugin/distinfo b/mail/squirrelmail-login_auth-plugin/distinfo index 287f3992ff4b..f96dc82ae31c 100644 --- a/mail/squirrelmail-login_auth-plugin/distinfo +++ b/mail/squirrelmail-login_auth-plugin/distinfo @@ -1,2 +1,2 @@ -SHA256 (squirrelmail/login_auth-2.0-1.4.0.tar.gz) = 619eb5e423234e1a6ce7545605f28e0064147730503897f3fc2109f25a7f8e84 -SIZE (squirrelmail/login_auth-2.0-1.4.0.tar.gz) = 10319 +SHA256 (squirrelmail/login_auth-3.0-1.4.0.tar.gz) = 51c92d0963c07c7c51692ce42a3e394ad917570cdec12013d4ed87c857050426 +SIZE (squirrelmail/login_auth-3.0-1.4.0.tar.gz) = 30088 diff --git a/mail/squirrelmail-login_auth-plugin/pkg-plist b/mail/squirrelmail-login_auth-plugin/pkg-plist index 577d24caccd3..63942fe35eda 100644 --- a/mail/squirrelmail-login_auth-plugin/pkg-plist +++ b/mail/squirrelmail-login_auth-plugin/pkg-plist @@ -1,10 +1,38 @@ @unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin login_auth; fi -%%SQUIRRELDIR%%/plugins/login_auth/COPYING -%%SQUIRRELDIR%%/plugins/login_auth/INSTALL %%SQUIRRELDIR%%/plugins/login_auth/README +%%SQUIRRELDIR%%/plugins/login_auth/config_default.php +%%SQUIRRELDIR%%/plugins/login_auth/config_example.php +%%SQUIRRELDIR%%/plugins/login_auth/configtest.php +%%SQUIRRELDIR%%/plugins/login_auth/contrib/.htaccess +%%SQUIRRELDIR%%/plugins/login_auth/contrib/README.HTTP_authentication +%%SQUIRRELDIR%%/plugins/login_auth/contrib/README.Shibboleth +%%SQUIRRELDIR%%/plugins/login_auth/contrib/README.crudesaml +%%SQUIRRELDIR%%/plugins/login_auth/contrib/index.php +%%SQUIRRELDIR%%/plugins/login_auth/docs/.htaccess +%%SQUIRRELDIR%%/plugins/login_auth/docs/COPYING +%%SQUIRRELDIR%%/plugins/login_auth/docs/INSTALL +%%SQUIRRELDIR%%/plugins/login_auth/docs/README +%%SQUIRRELDIR%%/plugins/login_auth/docs/index.php +%%SQUIRRELDIR%%/plugins/login_auth/expired.php %%SQUIRRELDIR%%/plugins/login_auth/functions.php %%SQUIRRELDIR%%/plugins/login_auth/index.php +%%SQUIRRELDIR%%/plugins/login_auth/locale/.htaccess +%%SQUIRRELDIR%%/plugins/login_auth/locale/getpot +%%SQUIRRELDIR%%/plugins/login_auth/locale/index.php +%%SQUIRRELDIR%%/plugins/login_auth/locale/login_auth.pot +%%SQUIRRELDIR%%/plugins/login_auth/logout.php +%%SQUIRRELDIR%%/plugins/login_auth/make_release.sh %%SQUIRRELDIR%%/plugins/login_auth/setup.php +%%SQUIRRELDIR%%/plugins/login_auth/templates/.htaccess +%%SQUIRRELDIR%%/plugins/login_auth/templates/default/index.php +%%SQUIRRELDIR%%/plugins/login_auth/templates/default/login_auth_expired.tpl +%%SQUIRRELDIR%%/plugins/login_auth/templates/default/login_auth_signout.tpl +%%SQUIRRELDIR%%/plugins/login_auth/templates/index.php %%SQUIRRELDIR%%/plugins/login_auth/version -@dirrm %%SQUIRRELDIR%%/plugins/login_auth/ +@dirrm %%SQUIRRELDIR%%/plugins/login_auth/templates/default +@dirrm %%SQUIRRELDIR%%/plugins/login_auth/templates +@dirrm %%SQUIRRELDIR%%/plugins/login_auth/locale +@dirrm %%SQUIRRELDIR%%/plugins/login_auth/docs +@dirrm %%SQUIRRELDIR%%/plugins/login_auth/contrib +@dirrm %%SQUIRRELDIR%%/plugins/login_auth @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin login_auth; fi |