diff options
author | tijl <tijl@FreeBSD.org> | 2013-04-24 15:50:40 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-04-24 15:50:40 +0800 |
commit | 4813ea0e6983cd0934f173e9e6236db5c580e3c6 (patch) | |
tree | 6727f34f11381f12c34f8d32fef749e3999abe73 /devel | |
parent | e92400d5837e283c641b9e3cc27d12d2e7134052 (diff) | |
download | freebsd-ports-gnome-4813ea0e6983cd0934f173e9e6236db5c580e3c6.tar.gz freebsd-ports-gnome-4813ea0e6983cd0934f173e9e6236db5c580e3c6.tar.zst freebsd-ports-gnome-4813ea0e6983cd0934f173e9e6236db5c580e3c6.zip |
Mark the following ports deprecated. They have been unsupported upstream
for years.
- comms/libticables (superseded by comms/libticables2)
- devel/libticalcs (superseded by comms/libticalcs2)
- devel/libtifiles (superseded by devel/libtifiles2)
- emulators/tiemu2 (superseded by emulators/tiemu3)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libticalcs/Makefile | 5 | ||||
-rw-r--r-- | devel/libtifiles/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 5e010d23c5e9..84c3b6d2e2b5 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -11,12 +11,15 @@ PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/tilp/OldFiles -MAINTAINER= tijl@coosemans.org +MAINTAINER= ports@FreeBSD.org COMMENT= TI calculator library LIB_DEPENDS= ticables.12:${PORTSDIR}/comms/libticables \ tifiles.6:${PORTSDIR}/devel/libtifiles +DEPRECATED= Superseded by comms/libticalcs2 +EXPIRATION_DATE=2013-07-01 + USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index 10febb39029b..f7e6b73ae9d0 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -11,9 +11,12 @@ PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/tilp/OldFiles -MAINTAINER= tijl@coosemans.org +MAINTAINER= ports@FreeBSD.org COMMENT= TI calculator file types library +DEPRECATED= Superseded by devel/libtifiles2 +EXPIRATION_DATE=2013-07-01 + USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool |