Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 14:13:33 +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: r364177 - head/mail/squirrelmail-vlogin-plugin
Message-ID:  <53e2380d.5d58.69038259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug  6 14:13:33 2014
New Revision: 364177
URL: http://svnweb.freebsd.org/changeset/ports/364177
QAT: https://qat.redports.org/buildarchive/r364177/

Log:
  mail/squirrelmail-avelsieve-plugin: reset maintainer per request
  
  While here, remove unnecessary <pre> inclusion
  
  PR:		192435
  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-vlogin-plugin/Makefile

Modified: head/mail/squirrelmail-vlogin-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-vlogin-plugin/Makefile	Wed Aug  6 14:11:17 2014	(r364176)
+++ head/mail/squirrelmail-vlogin-plugin/Makefile	Wed Aug  6 14:13:33 2014	(r364177)
@@ -4,10 +4,10 @@
 PORTNAME=	vlogin
 PORTVERSION=	3.10.2
 PORTREVISION=	1
-CATEGORIES=		mail www
+CATEGORIES=	mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.2.7
 
-MAINTAINER=	neil@darlow.co.uk
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adds multi-site-hosting capabilities to SquirrelMail
 
 USE_SM_COMPAT=	yes
@@ -16,9 +16,6 @@ DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPR
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-
 # We need to rearrange, install and cleanup documentation pre-install
 # because bsd.squirrelmail.mk installs everything under ${WRKSRC}/${PORTNAME}.
 pre-install::
@@ -29,4 +26,5 @@ pre-install::
 	&& cd ${WRKSRC}/${PORTNAME} \
 	&& ${RM} -rf README docs
 
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2380d.5d58.69038259>