Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 14:23:48 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308697 - head/mail/perdition
Message-ID:  <201212111423.qBBENmcm014286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kkonstan@daemon.gr>
-#
+# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
 # $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



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