From owner-svn-ports-head@FreeBSD.ORG Thu Sep 19 19:36:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B3FCDBE; Thu, 19 Sep 2013 19:36:30 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9BD324A9; Thu, 19 Sep 2013 19:36:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JJaTDn078605; Thu, 19 Sep 2013 19:36:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JJaSl7078596; Thu, 19 Sep 2013 19:36:28 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191936.r8JJaSl7078596@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 19:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327647 - in head/mail: squirrelmail-askuserinfo-plugin squirrelmail-change_ldappass-plugin squirrelmail-compatibility-plugin squirrelmail-email_footer-plugin squirrelmail-login_notes-p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 19:36:30 -0000 Author: tabthorpe Date: Thu Sep 19 19:36:27 2013 New Revision: 327647 URL: http://svnweb.freebsd.org/changeset/ports/327647 Log: - Reassign to the heap, I haven't used squirrelmail in a long time Modified: head/mail/squirrelmail-askuserinfo-plugin/Makefile (contents, props changed) head/mail/squirrelmail-change_ldappass-plugin/Makefile head/mail/squirrelmail-compatibility-plugin/Makefile head/mail/squirrelmail-email_footer-plugin/Makefile (contents, props changed) head/mail/squirrelmail-login_notes-plugin/Makefile head/mail/squirrelmail-pupdate-plugin/Makefile (contents, props changed) head/mail/squirrelmail-secure_login-plugin/Makefile head/mail/squirrelmail-timeout_user-plugin/Makefile (contents, props changed) head/mail/squirrelmail-websearch-plugin/Makefile (contents, props changed) Modified: head/mail/squirrelmail-askuserinfo-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-askuserinfo-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-askuserinfo-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= askuserinfo @@ -6,7 +5,7 @@ PORTVERSION= 1.1 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ask user to enter Full name and Email address at initial logon .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" Modified: head/mail/squirrelmail-change_ldappass-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-change_ldappass-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-change_ldappass-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 4 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to change their passwords stored in LDAP Tree LICENSE= GPLv2 Modified: head/mail/squirrelmail-compatibility-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-compatibility-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-compatibility-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -plugin DISTNAME= ${PORTNAME}-${PORTVERSION}-1.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail USES= perl5 Modified: head/mail/squirrelmail-email_footer-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-email_footer-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-email_footer-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -6,7 +6,7 @@ PORTVERSION= 0.6 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically appends footer to SquirrelMail-generated emails RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin Modified: head/mail/squirrelmail-login_notes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-login_notes-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-login_notes-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -6,7 +6,7 @@ PORTVERSION= 1.2 DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Place notes on the login screen LICENSE= GPLv2 Modified: head/mail/squirrelmail-pupdate-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-pupdate-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-pupdate-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 2 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Checks for plugin updates by parsing the SM site LICENSE= GPLv2 Modified: head/mail/squirrelmail-secure_login-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-secure_login-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-secure_login-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= secure_login @@ -7,7 +6,7 @@ PORTREVISION= 1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.8 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= This plugin will automatically turn on SSL security during login LICENSE= GPLv2 Modified: head/mail/squirrelmail-timeout_user-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-timeout_user-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-timeout_user-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= timeout_user @@ -7,7 +6,7 @@ PORTREVISION= 2 DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically logs a user out if they're idle for a set amount of time LICENSE= GPLv2 Modified: head/mail/squirrelmail-websearch-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-websearch-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-websearch-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 1 DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION} DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for Websearch LICENSE= GPLv2