svn commit: r321069 - head/mail/imapfilter

Stefan Walter stefan at FreeBSD.org
Sun Jun 16 19:38:39 UTC 2013


Author: stefan
Date: Sun Jun 16 19:38:38 2013
New Revision: 321069
URL: http://svnweb.freebsd.org/changeset/ports/321069

Log:
  Update to 2.5.5.

Modified:
  head/mail/imapfilter/Makefile
  head/mail/imapfilter/distinfo

Modified: head/mail/imapfilter/Makefile
==============================================================================
--- head/mail/imapfilter/Makefile	Sun Jun 16 19:25:27 2013	(r321068)
+++ head/mail/imapfilter/Makefile	Sun Jun 16 19:38:38 2013	(r321069)
@@ -1,14 +1,12 @@
-# New ports collection makefile for:	imapfilter
-# Date created:        28 July 2002
-# Whom:                Lefteris Chatzibarbas <lefcha at hellug.gr>
-#
+# Created by: Lefteris Chatzibarbas <lefcha at hellug.gr>
 # $FreeBSD$
-#
 
 PORTNAME=	imapfilter
-PORTVERSION=	2.5.4
+PORTVERSION=	2.5.5
 #PORTREVISION=	0
 CATEGORIES=	mail
+MASTER_SITES=	http://www.gegenunendlich.de/distfiles/ \
+		GH
 
 MAINTAINER=	stefan at FreeBSD.org
 COMMENT=	IMAP mail filtering utility
@@ -17,13 +15,14 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_LUA=	5.1
 USE_OPENSSL=	yes
+WITH_OPENSSL_PORT=yes
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LUA_INCDIR}
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LUA_LIBDIR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	lefcha
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	7593368
+GH_COMMIT=	ef03d60
 
 MAN1=		imapfilter.1
 MAN5=		imapfilter_config.5

Modified: head/mail/imapfilter/distinfo
==============================================================================
--- head/mail/imapfilter/distinfo	Sun Jun 16 19:25:27 2013	(r321068)
+++ head/mail/imapfilter/distinfo	Sun Jun 16 19:38:38 2013	(r321069)
@@ -1,2 +1,2 @@
-SHA256 (imapfilter-2.5.4.tar.gz) = 8e4822d2adc41ccc164ddece6c120e512a990e160b1c9282791efe6ab81326d8
-SIZE (imapfilter-2.5.4.tar.gz) = 52598
+SHA256 (imapfilter-2.5.5.tar.gz) = 51468a5b0976341831acbe857866e4865df6ee90080e2dda2640dff640652a5d
+SIZE (imapfilter-2.5.5.tar.gz) = 53104


More information about the svn-ports-all mailing list