svn commit: r368976 - head/databases/py-sybase

Antoine Brodin antoine at FreeBSD.org
Mon Sep 22 17:18:58 UTC 2014


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


More information about the svn-ports-head mailing list