svn commit: r347483 - head/mail/prayer

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 12:13:31 UTC 2014


Author: antoine
Date: Sat Mar  8 12:13:30 2014
New Revision: 347483
URL: http://svnweb.freebsd.org/changeset/ports/347483
QAT: https://qat.redports.org/buildarchive/r347483/

Log:
  - Fix typo in OPTIONS handling
  - Use a non deprecated version of BDB
  
  PR:		ports/186071
  Submitted by:	maintainer

Modified:
  head/mail/prayer/Makefile

Modified: head/mail/prayer/Makefile
==============================================================================
--- head/mail/prayer/Makefile	Sat Mar  8 11:59:18 2014	(r347482)
+++ head/mail/prayer/Makefile	Sat Mar  8 12:13:30 2014	(r347483)
@@ -2,6 +2,7 @@
 
 PORTNAME=	prayer
 PORTVERSION=	1.3.5
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/
 
@@ -32,7 +33,7 @@ SESSIONCACHE_DESC=	Activate Session Cach
 USERS=		_prayer
 GROUPS=		prayer
 
-SESSIONCACHE_USE=	BDB=yes
+SESSIONCACHE_USE=	BDB=5+
 LDAP_USE=		OPENLDAP=yes
 TIDY_LIB_DEPENDS=	libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
 
@@ -75,7 +76,7 @@ MAKE_ARGS+=	CCLIENT_SSL_ENABLE=false \
 		SSL_ENABLE=false
 .endif
 
-.if ${PORT_OPTIONS:MSESSION_CACHE}
+.if ${PORT_OPTIONS:MSESSIONCACHE}
 MAKE_ARGS+=	SESSION_CACHE_ENABLE=true \
 		DB_INCLUDE=-I${BDB_INCLUDE_DIR} \
 		DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}"


More information about the svn-ports-head mailing list