svn commit: r372641 - head/databases
Bartek Rutkowski
robak at FreeBSD.org
Sun Nov 16 14:59:08 UTC 2014
Author: robak
Date: Sun Nov 16 14:59:07 2014
New Revision: 372641
URL: https://svnweb.freebsd.org/changeset/ports/372641
QAT: https://qat.redports.org/buildarchive/r372641/
Log:
databases/Makefile: fix py-sqlite ports changes
In r372639 I've committed changes related to my work-in-progress cleanup of
py-sqlite ports by mistake. This commit is to revert these changes as they
should not get in to the ports tree yet.
Reviewed by: danfe
Approved by: mentors(implicit)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Sun Nov 16 14:45:30 2014 (r372640)
+++ head/databases/Makefile Sun Nov 16 14:59:07 2014 (r372641)
@@ -764,10 +764,9 @@
SUBDIR += py-rrdtool_lgpl
SUBDIR += py-south
SUBDIR += py-sqlalchemy
+ SUBDIR += py-sqlalchemy-devel
SUBDIR += py-sqlalchemy-migrate
SUBDIR += py-sqlalchemy06
- SUBDIR += py-sqlalchemy07
- SUBDIR += py-sqlalchemy08
SUBDIR += py-sqlite3
SUBDIR += py-sqlite3dbm
SUBDIR += py-sqlkit
More information about the svn-ports-head
mailing list