From nobody Fri Nov 19 13:59:17 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 737F318944F5; Fri, 19 Nov 2021 13:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HwdZF2Tqyz4dDt; Fri, 19 Nov 2021 13:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26F9B12EE; Fri, 19 Nov 2021 13:59:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AJDxHhn083341; Fri, 19 Nov 2021 13:59:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AJDxHrP083340; Fri, 19 Nov 2021 13:59:17 GMT (envelope-from git) Date: Fri, 19 Nov 2021 13:59:17 GMT Message-Id: <202111191359.1AJDxHrP083340@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: 766cd09f43d2 - main - net-im/twitmail: Retire port List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 766cd09f43d2824fd1da4fb38047a94cca2de366 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=766cd09f43d2824fd1da4fb38047a94cca2de366 commit 766cd09f43d2824fd1da4fb38047a94cca2de366 Author: Baptiste Daroussin AuthorDate: 2021-11-19 13:54:19 +0000 Commit: Baptiste Daroussin CommitDate: 2021-11-19 13:57:54 +0000 net-im/twitmail: Retire port twitmail has many issues: 1/ the dependency list declaration is missing many many of its real dependencies 2/ even when 1 is fixed it is not functional anymore 3/ it uses deprecated interfaces of the library it uses --- MOVED | 1 + net-im/Makefile | 1 - net-im/twitmail/Makefile | 26 -------------------------- net-im/twitmail/distinfo | 2 -- net-im/twitmail/pkg-descr | 8 -------- net-im/twitmail/pkg-plist | 2 -- 6 files changed, 1 insertion(+), 39 deletions(-) diff --git a/MOVED b/MOVED index 52374760f0ba..38dbc96cbc19 100644 --- a/MOVED +++ b/MOVED @@ -16600,3 +16600,4 @@ devel/zmusic|audio/zmusic|2021-11-10|Category change emulators/i386-wine-devel||2021-11-16|Removed: obsolete, emulators/wine-devel provides i386 support emulators/qemu52|emulators/qemu5|2021-11-16|Has expired emulators/i386-wine||2021-11-19|Removed: obsolete, emulators/wine provides i386 support +net-im/twitmail||2021-11-19|Not functional anymore diff --git a/net-im/Makefile b/net-im/Makefile index 3222088cceba..ff4087f89212 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -181,7 +181,6 @@ SUBDIR += toxins SUBDIR += tut SUBDIR += twirssi - SUBDIR += twitmail SUBDIR += uTox SUBDIR += vqcc-gtk SUBDIR += xmpp-client diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile deleted file mode 100644 index 71425651c45d..000000000000 --- a/net-im/twitmail/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Martin Wilke - -PORTNAME= twitmail -PORTVERSION= 0.42 -PORTREVISION= 1 -CATEGORIES= net-im perl5 -MASTER_SITES= http://www.hardakers.net/code/twitmail/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Curses-based mail-like interface to Twitter - -BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ - p5-DBI>=1.60.4:databases/p5-DBI \ - p5-Curses>=0:devel/p5-Curses \ - p5-Curses-UI>=0:devel/p5-Curses-UI \ - p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \ - p5-Net-Twitter>=3.04002:net/p5-Net-Twitter \ - p5-TimeDate>=2.24:devel/p5-TimeDate \ - p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long - -NO_ARCH= yes - -USES= perl5 -USE_PERL5= configure - -.include diff --git a/net-im/twitmail/distinfo b/net-im/twitmail/distinfo deleted file mode 100644 index eb2587c7af41..000000000000 --- a/net-im/twitmail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (twitmail-0.42.tar.gz) = 5c10c2785cbab8d9ba205f226f5adf575c2a4428ea390d21c4a982454dc3165f -SIZE (twitmail-0.42.tar.gz) = 11844 diff --git a/net-im/twitmail/pkg-descr b/net-im/twitmail/pkg-descr deleted file mode 100644 index 5a6bd018f16a..000000000000 --- a/net-im/twitmail/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -twitmail is a curses-based mail-like interface to twitter. It also can be -used as a command line app for sending and receiving tweets. In both modes -it remembers the last thing you read and only shows you newer posts (ie, it -reports nothing when you have no updates to read). It'll collect all the -new posts as well (up to a configurable limit), to ensure you haven't -missed anything important. - -WWW: http://www.hardakers.net/code/twitmail/ diff --git a/net-im/twitmail/pkg-plist b/net-im/twitmail/pkg-plist deleted file mode 100644 index 244e274ce816..000000000000 --- a/net-im/twitmail/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/twitmail -%%PERL5_MAN1%%/twitmail.1.gz