[Midnightbsd-cvs] mports [15974] trunk/databases: drop mysql 4.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 28 22:15:02 EST 2014
Revision: 15974
http://svnweb.midnightbsd.org/mports/?rev=15974
Author: laffer1
Date: 2014-02-28 22:15:01 -0500 (Fri, 28 Feb 2014)
Log Message:
-----------
drop mysql 4.1
Modified Paths:
--------------
trunk/databases/Makefile
trunk/databases/evolution-data-server/Makefile
Removed Paths:
-------------
trunk/databases/mysql41-client/
trunk/databases/mysql41-server/
Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile 2014-03-01 03:07:18 UTC (rev 15973)
+++ trunk/databases/Makefile 2014-03-01 03:15:01 UTC (rev 15974)
@@ -32,8 +32,6 @@
SUBDIR += memcached
SUBDIR += memcachedb
SUBDIR += mysql-connector-java
-SUBDIR += mysql41-client
-SUBDIR += mysql41-server
SUBDIR += mysql50-client
SUBDIR += mysql50-server
SUBDIR += mysql51-client
Modified: trunk/databases/evolution-data-server/Makefile
===================================================================
--- trunk/databases/evolution-data-server/Makefile 2014-03-01 03:07:18 UTC (rev 15973)
+++ trunk/databases/evolution-data-server/Makefile 2014-03-01 03:15:01 UTC (rev 15974)
@@ -2,7 +2,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 2.32.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -9,6 +9,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
+
LICENSE= lgpl
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
@@ -16,7 +17,7 @@
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
ical.44:${PORTSDIR}/devel/libical \
nss3.1:${PORTSDIR}/security/nss \
- tasn1.4:${PORTSDIR}/security/libtasn1 \
+ tasn1:${PORTSDIR}/security/libtasn1 \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
More information about the Midnightbsd-cvs
mailing list