diff --git a/MOVED b/MOVED index 68a2fc96636c..2c231ff9fa9d 100644 --- a/MOVED +++ b/MOVED @@ -3252,3 +3252,4 @@ korean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and korean/u net/v6eval||2012-03-17|Has expired: permission to use withdrawn by authors; contact portmgr for details mail/py-email||2012-03-17|Has expired: Included into all supported python versions net/ct||2012-03-17|Has expired: permission to use withdrawn by authors; contact portmgr for details +databases/py25-bsddb||2012-03-18|Has expired: This was only needed for mail/py-spambayes. Now it's not diff --git a/databases/Makefile b/databases/Makefile index 8d3a44f8b740..b13110152524 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -709,7 +709,6 @@ SUBDIR += py-swift SUBDIR += py-sybase SUBDIR += py-whisper - SUBDIR += py25-bsddb SUBDIR += pydbdesigner SUBDIR += pydbx SUBDIR += pymongo diff --git a/databases/py25-bsddb/Makefile b/databases/py25-bsddb/Makefile deleted file mode 100644 index c3ab9ffb72f5..000000000000 --- a/databases/py25-bsddb/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: py25-bsddb -# Date created: 2009-07-08 -# Whom: Li-Wen Hsu -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../py-bsddb - -MAINTAINER= python@FreeBSD.org - -DEPRECATED= This was only needed for mail/py-spambayes. Now it's not -EXPIRATION_DATE= 2012-03-17 - -USE_PYTHON= 2.5 - -.include "${MASTERDIR}/Makefile"