Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 12:24:09 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400183 - head/www/calendarserver
Message-ID:  <201510261224.t9QCO9Tv059650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Oct 26 12:24:09 2015
New Revision: 400183
URL: https://svnweb.freebsd.org/changeset/ports/400183

Log:
  www/calendarserver: relax postgres version requirement
  
  PR:		201613
  Submitted by:	axel.rau@chaos1.de (maintainer)

Modified:
  head/www/calendarserver/Makefile

Modified: head/www/calendarserver/Makefile
==============================================================================
--- head/www/calendarserver/Makefile	Mon Oct 26 11:44:04 2015	(r400182)
+++ head/www/calendarserver/Makefile	Mon Oct 26 12:24:09 2015	(r400183)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calendarserver
 PORTVERSION=	5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www python
 MASTER_SITES=	LOCAL/wg
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -34,7 +34,7 @@ DOCS_DESC=	Install additional documentat
 OPTIONS_DEFAULT=	EXAMPLES DOCS
 .include <bsd.port.options.mk>
 
-USES=		shebangfix pgsql:9.0+ python \
+USES=		shebangfix pgsql python \
 		twisted:run,conch,mail,names,runner,web,words
 USE_PYTHON=	autoplist distutils
 



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