Date: Mon, 22 Sep 2014 17:18:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368976 - head/databases/py-sybase Message-ID: <201409221718.s8MHIwec006797@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Sep 22 17:18:57 2014 New Revision: 368976 URL: http://svnweb.freebsd.org/changeset/ports/368976 QAT: https://qat.redports.org/buildarchive/r368976/ Log: - Fix LIB_DEPENDS, this port links against libct no libtds - Modernize a bit Modified: head/databases/py-sybase/Makefile head/databases/py-sybase/pkg-plist Modified: head/databases/py-sybase/Makefile ============================================================================== --- head/databases/py-sybase/Makefile Mon Sep 22 17:13:20 2014 (r368975) +++ head/databases/py-sybase/Makefile Mon Sep 22 17:18:57 2014 (r368976) @@ -14,10 +14,10 @@ COMMENT= Python Database API interface t LICENSE= BSD3CLAUSE -LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds +LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils OPTIONS_DEFINE= DOCS THREADS EXAMPLES OPTIONS_DEFAULT=THREADS Modified: head/databases/py-sybase/pkg-plist ============================================================================== --- head/databases/py-sybase/pkg-plist Mon Sep 22 17:13:20 2014 (r368975) +++ head/databases/py-sybase/pkg-plist Mon Sep 22 17:18:57 2014 (r368976) @@ -70,6 +70,3 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpc.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.readme -%%PORTDOCS%%@dirrm %%DOCSDIR%%/icons -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221718.s8MHIwec006797>