From a9550a3ea335bb593e4e50f26e8da09697cef7a2 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 25 Feb 2008 09:14:09 +0000 Subject: [PATCH] reflect reality, I fixed user_import --- www/drupal5/alternate_login/Makefile | 4 ++-- www/drupal5/alternate_login/pkg/DESCR | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/www/drupal5/alternate_login/Makefile b/www/drupal5/alternate_login/Makefile index 5b497307b93..b76a4679043 100644 --- a/www/drupal5/alternate_login/Makefile +++ b/www/drupal5/alternate_login/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2008/02/24 15:48:25 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2008/02/25 09:14:09 espie Exp $ COMMENT = alternate logins for drupal DISTNAME = alt_login-5.x-1.8 -PKGNAME = drupal5-alternate-login-1.8p1 +PKGNAME = drupal5-alternate-login-1.8p2 .include diff --git a/www/drupal5/alternate_login/pkg/DESCR b/www/drupal5/alternate_login/pkg/DESCR index 825acde5e1e..46589cc8842 100644 --- a/www/drupal5/alternate_login/pkg/DESCR +++ b/www/drupal5/alternate_login/pkg/DESCR @@ -1,4 +1,2 @@ Allows users to have an alternate login, mostly useful to migrate an old site that has login restrictions to a new cleaner design. - -Doesn't interact well with user_import at the moment.