svn commit: r308697 - head/mail/perdition

Jason E. Hale jhale at FreeBSD.org
Tue Dec 11 14:23:48 UTC 2012


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 at daemon.gr>
-#
+# Created by: Konstantinos Konstantinidis <kkonstan at 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 at 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


More information about the svn-ports-all mailing list