From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 14:23:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71F327F7; Tue, 11 Dec 2012 14:23:48 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCB08FC14; Tue, 11 Dec 2012 14:23:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBENmFZ014287; Tue, 11 Dec 2012 14:23:48 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBENmcm014286; Tue, 11 Dec 2012 14:23:48 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201212111423.qBBENmcm014286@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 11 Dec 2012 14:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308697 - head/mail/perdition X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 14:23:48 -0000 Author: jhale Date: Tue Dec 11 14:23:47 2012 New Revision: 308697 URL: http://svnweb.freebsd.org/changeset/ports/308697 Log: - Chase devel/libvanessa* updates - Trim Makefile header Modified: head/mail/perdition/Makefile (contents, props changed) Modified: head/mail/perdition/Makefile ============================================================================== --- head/mail/perdition/Makefile Tue Dec 11 14:20:14 2012 (r308696) +++ head/mail/perdition/Makefile Tue Dec 11 14:23:47 2012 (r308697) @@ -1,23 +1,19 @@ -# New ports collection makefile for: perdition -# Date created: 28 April 2001 -# Whom: Konstantinos Konstantinidis -# +# Created by: Konstantinos Konstantinidis # $FreeBSD$ -# PORTNAME= perdition PORTVERSION= 1.17.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ MAINTAINER= thomas@bsdunix.ch -COMMENT= A POP3 & IMAP4 proxy that can map users to multiple backend servers +COMMENT= POP3 & IMAP4 proxy that can map users to multiple backend servers -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ - vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \ - vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ + vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \ + vanessa_socket:${PORTSDIR}/devel/libvanessa_socket \ + vanessa_adt:${PORTSDIR}/devel/libvanessa_adt MAN5= perditiondb.5 MAN8= perdition.8