1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 3.0

- Trim header

PR:		ports/174297
Submitted by:	Stefan Bethke <stb@lassitu.de> (maintainer)
This commit is contained in:
Bryan Drewery 2012-12-10 21:47:40 +00:00
parent 23253dc14c
commit 3baf8625f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308639
3 changed files with 36 additions and 13 deletions

View File

@ -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>

View File

@ -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

View File

@ -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