From owner-svn-ports-head@FreeBSD.ORG Wed Apr 24 07:50:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F4D0BE1; Wed, 24 Apr 2013 07:50:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 61E1C1433; Wed, 24 Apr 2013 07:50:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3O7ofDG025694; Wed, 24 Apr 2013 07:50:41 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3O7oebq025687; Wed, 24 Apr 2013 07:50:40 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201304240750.r3O7oebq025687@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 24 Apr 2013 07:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316409 - in head: comms/libticables devel/libticalcs devel/libtifiles emulators/tiemu2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 07:50:41 -0000 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@coosemans.org +MAINTAINER= ports@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@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 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@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 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