svn commit: r318310 - head/mail/spmfilter

Niclas Zeising zeising at FreeBSD.org
Thu May 16 12:13:17 UTC 2013


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 at treibsand.com>
  
  PR:		ports/178682:
  Submitted by:	Frank Wall <fw at 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 at moov.de>
 # $FreeBSD$
 
 PORTNAME=	spmfilter
@@ -7,9 +6,11 @@ PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.${PORTNAME}.org/attachments/download/60/
 
-MAINTAINER=	fw at moov.de
+MAINTAINER=	ast at 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"


More information about the svn-ports-all mailing list