Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 21:48:04 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416124 - head/www/roundup
Message-ID:  <201605292148.u4TLm4FW046519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun May 29 21:48:04 2016
New Revision: 416124
URL: https://svnweb.freebsd.org/changeset/ports/416124

Log:
  www/roundup: update optional psycopg dependency to psycopg2, the former
  has expired.
  
  Fix the dependency line while here, which was broken since at least
  r310138 (2013-01-09).
  
  Approved by:	fix-it blanket

Modified:
  head/www/roundup/Makefile

Modified: head/www/roundup/Makefile
==============================================================================
--- head/www/roundup/Makefile	Sun May 29 21:31:12 2016	(r416123)
+++ head/www/roundup/Makefile	Sun May 29 21:48:04 2016	(r416124)
@@ -25,7 +25,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sql
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPRREFIX}psycopg>0:databases/py-psycopg
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2
 .endif
 
 .if ${PORT_OPTIONS:MMYSQL}



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