Date: Wed, 6 Aug 2014 14:11:10 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364174 - head/mail/squirrelmail-password_forget-plugin Message-ID: <53e2377e.5cf3.1001c98c@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Aug 6 14:11:10 2014 New Revision: 364174 URL: http://svnweb.freebsd.org/changeset/ports/364174 QAT: https://qat.redports.org/buildarchive/r364174/ Log: mail/squirrelmail-password_forget-plugin: reset maintainer per request While here, remove unnecessary <pre> inclusion PR: 192433 Submitted by: maintainer (Neil Darlow) Reset reason: No longer uses squirrelmail thus can't test it Thanks for looking after this one, Neil! Modified: head/mail/squirrelmail-password_forget-plugin/Makefile Modified: head/mail/squirrelmail-password_forget-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-password_forget-plugin/Makefile Wed Aug 6 14:03:01 2014 (r364173) +++ head/mail/squirrelmail-password_forget-plugin/Makefile Wed Aug 6 14:11:10 2014 (r364174) @@ -4,14 +4,13 @@ PORTNAME= password_forget PORTVERSION= 2.2 PORTREVISION= 1 -CATEGORIES= mail www +CATEGORIES= mail www DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1 -MAINTAINER= neil@darlow.co.uk +MAINTAINER= ports@FreeBSD.org COMMENT= Prevent reuse of login details by browsers at public terminals USE_SM_COMPAT= yes -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2377e.5cf3.1001c98c>