Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 12:13:17 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318310 - head/mail/spmfilter
Message-ID:  <201305161213.r4GCDHdo023245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu May 16 12:13:17 2013
New Revision: 318310
URL: http://svnweb.freebsd.org/changeset/ports/318310

Log:
  Pass maintainership to Axel Steiner <ast@treibsand.com>
  
  PR:		ports/178682:
  Submitted by:	Frank Wall <fw@moov.de> (current maintainer)

Modified:
  head/mail/spmfilter/Makefile

Modified: head/mail/spmfilter/Makefile
==============================================================================
--- head/mail/spmfilter/Makefile	Thu May 16 10:40:17 2013	(r318309)
+++ head/mail/spmfilter/Makefile	Thu May 16 12:13:17 2013	(r318310)
@@ -1,4 +1,3 @@
-# Created by: Frank Wall <fw@moov.de>
 # $FreeBSD$
 
 PORTNAME=	spmfilter
@@ -7,9 +6,11 @@ PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.${PORTNAME}.org/attachments/download/60/
 
-MAINTAINER=	fw@moov.de
+MAINTAINER=	ast@treibsand.com
 COMMENT=	Spmfilter is a high-performance mail filtering framework, written in C
 
+LICENSE=	LGPL3
+
 BUILD_DEPENDS=	gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \
 		libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
 		glib>=2.14:${PORTSDIR}/devel/glib20
@@ -18,8 +19,6 @@ RUN_DEPENDS=	gmime-24>=2.4:${PORTSDIR}/m
 		libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
 		glib>=2.14:${PORTSDIR}/devel/glib20
 
-LICENSE=	LGPL3
-
 USES=		cmake pkgconfig
 CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
 		-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305161213.r4GCDHdo023245>