From owner-svn-ports-head@freebsd.org Tue Jan 14 09:44:38 2020 Return-Path: Delivered-To: svn-ports-head@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 84E4E22352D; Tue, 14 Jan 2020 09:44:38 +0000 (UTC) (envelope-from antoine@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xlsy308bz3P0g; Tue, 14 Jan 2020 09:44:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6041B1BA94; Tue, 14 Jan 2020 09:44:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00E9icxQ072938; Tue, 14 Jan 2020 09:44:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00E9ibKh072933; Tue, 14 Jan 2020 09:44:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001140944.00E9ibKh072933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 14 Jan 2020 09:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523001 - in head: audio/decibel-audio-player audio/soundconverter deskutils/gourmet sysutils/gnome-schedule x11-toolkits/py-gnome2 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: audio/decibel-audio-player audio/soundconverter deskutils/gourmet sysutils/gnome-schedule x11-toolkits/py-gnome2 X-SVN-Commit-Revision: 523001 X-SVN-Commit-Repository: ports 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.29 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: Tue, 14 Jan 2020 09:44:38 -0000 Author: antoine Date: Tue Jan 14 09:44:37 2020 New Revision: 523001 URL: https://svnweb.freebsd.org/changeset/ports/523001 Log: Deprecate python-gnome2 stuff With hat: portmgr Modified: head/audio/decibel-audio-player/Makefile head/audio/soundconverter/Makefile head/deskutils/gourmet/Makefile head/sysutils/gnome-schedule/Makefile head/x11-toolkits/py-gnome2/Makefile Modified: head/audio/decibel-audio-player/Makefile ============================================================================== --- head/audio/decibel-audio-player/Makefile Tue Jan 14 09:34:34 2020 (r523000) +++ head/audio/decibel-audio-player/Makefile Tue Jan 14 09:44:37 2020 (r523001) @@ -10,6 +10,9 @@ MASTER_SITES= http://decibel.silent-blade.org/uploads/ MAINTAINER= somicide@gmail.com COMMENT= Fast GTK+ audio player with an clean and user friendly interface +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-17 + BROKEN= unfetchable LICENSE= GPLv2 Modified: head/audio/soundconverter/Makefile ============================================================================== --- head/audio/soundconverter/Makefile Tue Jan 14 09:34:34 2020 (r523000) +++ head/audio/soundconverter/Makefile Tue Jan 14 09:44:37 2020 (r523001) @@ -11,6 +11,9 @@ MASTER_SITES= https://launchpad.net/soundconverter/tru MAINTAINER= portmaster@BSDforge.com COMMENT= Sound conversion application for the GNOME environment +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-17 + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Tue Jan 14 09:34:34 2020 (r523000) +++ head/deskutils/gourmet/Makefile Tue Jan 14 09:44:37 2020 (r523001) @@ -9,6 +9,9 @@ CATEGORIES= deskutils gnome MAINTAINER= rm@FreeBSD.org COMMENT= GNOME recipe manager +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-17 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/sysutils/gnome-schedule/Makefile ============================================================================== --- head/sysutils/gnome-schedule/Makefile Tue Jan 14 09:34:34 2020 (r523000) +++ head/sysutils/gnome-schedule/Makefile Tue Jan 14 09:44:37 2020 (r523001) @@ -11,6 +11,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME GUI for configuring a users crontab +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-17 + LICENSE= GPLv2 OPTIONS_DEFINE= APPLET NLS Modified: head/x11-toolkits/py-gnome2/Makefile ============================================================================== --- head/x11-toolkits/py-gnome2/Makefile Tue Jan 14 09:34:34 2020 (r523000) +++ head/x11-toolkits/py-gnome2/Makefile Tue Jan 14 09:44:37 2020 (r523001) @@ -14,6 +14,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GNOME 2 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-17 + OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes