diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
commit | 288de0e0b56c6cd632e4e2f51633573e7f3c25db (patch) | |
tree | 56286e09297f321c0aeee433be35199c25020390 /databases | |
parent | bf71142150a67a1c4ed7059d53959513754bdb5d (diff) | |
download | freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.gz freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.zst freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.zip |
Deprecate some ports where I can't find distfiles and upstream
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql++/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Table/Makefile | 3 | ||||
-rw-r--r-- | databases/xbase/Makefile | 3 | ||||
-rw-r--r-- | databases/xbsql/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index 1c0f833dcc59..c6bcda2d497f 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -15,6 +15,9 @@ PKGNAMESUFFIX= -mysql${MYSQL_VER} MAINTAINER= ports@FreeBSD.org COMMENT= Complex C++ API for MySQL${MYSQL_VER} +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + CONFLICTS= ${PORTNAME}*-1.* NO_LATEST_LINK= yes diff --git a/databases/p5-DBIx-Table/Makefile b/databases/p5-DBIx-Table/Makefile index 29ebc8c68bc6..82a0a3135270 100644 --- a/databases/p5-DBIx-Table/Makefile +++ b/databases/p5-DBIx-Table/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Class used to represent DBI database tables +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + PERL_CONFIGURE= yes MAN3= DBIx::Table.3 diff --git a/databases/xbase/Makefile b/databases/xbase/Makefile index e1a291e26a25..726ac4e7faef 100644 --- a/databases/xbase/Makefile +++ b/databases/xbase/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + BROKEN= Does not fetch USE_AUTOTOOLS= libtool diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile index 0811b74d106c..c33965342e6f 100644 --- a/databases/xbsql/Makefile +++ b/databases/xbsql/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An SQL wrapper for the XBase DBMS library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + LIB_DEPENDS= xbase-2.0.0:${PORTSDIR}/databases/xbase USE_AUTOTOOLS= libtool |