From owner-dev-commits-ports-main@freebsd.org Mon Jul 19 15:02:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B09E658A64; Mon, 19 Jul 2021 15:02:39 +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 4GT4p65b6Vz3R4r; Mon, 19 Jul 2021 15:02:38 +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 85D5719495; Mon, 19 Jul 2021 15:02:38 +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 16JF2cn6038796; Mon, 19 Jul 2021 15:02:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16JF2cSS038795; Mon, 19 Jul 2021 15:02:38 GMT (envelope-from git) Date: Mon, 19 Jul 2021 15:02:38 GMT Message-Id: <202107191502.16JF2cSS038795@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: 2878fd66c9ef - main - x11-toolkits/libsexymm: remove ancient gnome2 library 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: 2878fd66c9ef15cc4fbdd54045e087a46cc1c757 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 15:02:39 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2878fd66c9ef15cc4fbdd54045e087a46cc1c757 commit 2878fd66c9ef15cc4fbdd54045e087a46cc1c757 Author: Baptiste Daroussin AuthorDate: 2021-07-19 14:55:54 +0000 Commit: Baptiste Daroussin CommitDate: 2021-07-19 15:02:31 +0000 x11-toolkits/libsexymm: remove ancient gnome2 library --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/libsexymm/Makefile | 22 ---------------------- x11-toolkits/libsexymm/distinfo | 2 -- x11-toolkits/libsexymm/pkg-descr | 4 ---- x11-toolkits/libsexymm/pkg-plist | 20 -------------------- 6 files changed, 1 insertion(+), 49 deletions(-) diff --git a/MOVED b/MOVED index 9edad734de78..e7a5df2d1702 100644 --- a/MOVED +++ b/MOVED @@ -16464,3 +16464,4 @@ devel/synfig|graphics/synfig|2021-07-06|The Graphics category is a more appropri www/nextcloud-circles|www/nextcloud|2021-07-09|Included in the Nextcloud port with 22.0.0 net-mgmt/unifi-lts||2021-07-18|Has expired: Upstream EoL the hardware supported by this release audio/ripit|audio/abcde|2021-07-18|Has expired: Upstream no longer maintained, use audio/abcde instead +x11-toolkits/libsexymm|2021-07-19|Discontinued in 2006, no dependency left in the ports tree diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index c85159dd22c6..d13b3f24b09f 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -73,7 +73,6 @@ SUBDIR += libhandy SUBDIR += libhandy0 SUBDIR += libsexy - SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck3 diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile deleted file mode 100644 index a41380d8dd74..000000000000 --- a/x11-toolkits/libsexymm/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Andreas Kohn - -PORTNAME= libsexymm -PORTVERSION= 0.1.9 -PORTREVISION= 13 -CATEGORIES= x11-toolkits devel -MASTER_SITES= http://releases.chipx86.com/libsexy/libsexymm/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ bindings for libsexy - -LICENSE= LGPL21 - -LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ - libgtkmm-2.4.so:x11-toolkits/gtkmm24 - -USES= compiler:c++11-lang gmake pathfix pkgconfig libtool -USE_CXXSTD= c++11 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -.include diff --git a/x11-toolkits/libsexymm/distinfo b/x11-toolkits/libsexymm/distinfo deleted file mode 100644 index f94d28a0a311..000000000000 --- a/x11-toolkits/libsexymm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libsexymm-0.1.9.tar.gz) = 78ac3bd57f1eff8a6aad97a31269f0894c3b12ee52968fa8b591500540b0eb2b -SIZE (libsexymm-0.1.9.tar.gz) = 348705 diff --git a/x11-toolkits/libsexymm/pkg-descr b/x11-toolkits/libsexymm/pkg-descr deleted file mode 100644 index 120c009cfe69..000000000000 --- a/x11-toolkits/libsexymm/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -C++ bindings for libsexy, a library containing useful extension widgets for -GTK+. - -WWW: http://releases.chipx86.com/libsexy/libsexymm/ diff --git a/x11-toolkits/libsexymm/pkg-plist b/x11-toolkits/libsexymm/pkg-plist deleted file mode 100644 index 136f999ce35c..000000000000 --- a/x11-toolkits/libsexymm/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -include/libsexymm/libsexymm.h -include/libsexymm/libsexymm/icon-entry.h -include/libsexymm/libsexymm/private/icon-entry_p.h -include/libsexymm/libsexymm/private/spell-entry_p.h -include/libsexymm/libsexymm/private/tooltip_p.h -include/libsexymm/libsexymm/private/tree-view_p.h -include/libsexymm/libsexymm/private/url-label_p.h -include/libsexymm/libsexymm/spell-entry.h -include/libsexymm/libsexymm/tooltip.h -include/libsexymm/libsexymm/tree-view.h -include/libsexymm/libsexymm/url-label.h -include/libsexymm/libsexymm/wrap_init.h -lib/libsexymm.a -lib/libsexymm.so -lib/libsexymm.so.2 -lib/libsexymm.so.2.0.1 -lib/libsexymm/include/libsexymmconfig.h -lib/libsexymm/proc/m4/convert.m4 -lib/libsexymm/proc/m4/convert_libsexymm.m4 -libdata/pkgconfig/libsexymm.pc