svn commit: r316409 - in head: comms/libticables devel/libticalcs devel/libtifiles emulators/tiemu2
Tijl Coosemans
tijl at FreeBSD.org
Wed Apr 24 07:50:41 UTC 2013
Author: tijl
Date: Wed Apr 24 07:50:40 2013
New Revision: 316409
URL: http://svnweb.freebsd.org/changeset/ports/316409
Log:
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)
Modified:
head/comms/libticables/Makefile
head/devel/libticalcs/Makefile
head/devel/libtifiles/Makefile
head/emulators/tiemu2/Makefile
Modified: head/comms/libticables/Makefile
==============================================================================
--- head/comms/libticables/Makefile Wed Apr 24 07:49:47 2013 (r316408)
+++ head/comms/libticables/Makefile Wed Apr 24 07:50:40 2013 (r316409)
@@ -11,9 +11,12 @@ PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= SF/tilp/OldFiles
-MAINTAINER= tijl at coosemans.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= TI calculator link cables library
+DEPRECATED= Superseded by comms/libticables2
+EXPIRATION_DATE=2013-07-01
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GETTEXT= yes
Modified: head/devel/libticalcs/Makefile
==============================================================================
--- head/devel/libticalcs/Makefile Wed Apr 24 07:49:47 2013 (r316408)
+++ head/devel/libticalcs/Makefile Wed Apr 24 07:50:40 2013 (r316409)
@@ -11,12 +11,15 @@ PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/tilp/OldFiles
-MAINTAINER= tijl at coosemans.org
+MAINTAINER= ports at 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
Modified: head/devel/libtifiles/Makefile
==============================================================================
--- head/devel/libtifiles/Makefile Wed Apr 24 07:49:47 2013 (r316408)
+++ head/devel/libtifiles/Makefile Wed Apr 24 07:50:40 2013 (r316409)
@@ -11,9 +11,12 @@ PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/tilp/OldFiles
-MAINTAINER= tijl at coosemans.org
+MAINTAINER= ports at 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
Modified: head/emulators/tiemu2/Makefile
==============================================================================
--- head/emulators/tiemu2/Makefile Wed Apr 24 07:49:47 2013 (r316408)
+++ head/emulators/tiemu2/Makefile Wed Apr 24 07:50:40 2013 (r316409)
@@ -22,6 +22,9 @@ LIB_DEPENDS= ticalcs.10:${PORTSDIR}/deve
ticables.12:${PORTSDIR}/comms/libticables \
tifiles.6:${PORTSDIR}/devel/libtifiles
+DEPRECATED= Superseded by emulators/tiemu3
+EXPIRATION_DATE=2013-07-01
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
More information about the svn-ports-head
mailing list