Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 19:01:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194192] new port: www/py-bottle-cork
Message-ID:  <bug-194192-13-C5XvWVTV9J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194192-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194192-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194192

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #2 from John Marino <marino@FreeBSD.org> ---
this looks good except for:

X.if ${PORT_OPTIONS:MSQLITE}
XRUN_DEPENDS+=   
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
X.endif
X
X.if ${PORT_OPTIONS:MMONGODB}
XRUN_DEPENDS+=   
${PYTHON_PKGNAMEPREFIX}pymongo>0:${PORTSDIR}/databases/pymongo
X.endif
X
X.if ${PORT_OPTIONS:MSQLALCHEMY}
XRUN_DEPENDS+=   
${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy
X.endif


should be:
SQLITE_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
MONGODB_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}pymongo>0:${PORTSDIR}/databases/pymongo

etc.
See the porters handbook on options -- use the new style

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194192-13-C5XvWVTV9J>