svn commit: r400183 - head/www/calendarserver

Kurt Jaeger pi at FreeBSD.org
Mon Oct 26 12:24:10 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list