From owner-svn-ports-all@freebsd.org Wed May 29 10:23:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1958015BE4F1; Wed, 29 May 2019 10:23:00 +0000 (UTC) (envelope-from rene@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 A9ECB8C66F; Wed, 29 May 2019 10:22:59 +0000 (UTC) (envelope-from rene@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 715A4601; Wed, 29 May 2019 10:22:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4TAMxjb008126; Wed, 29 May 2019 10:22:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4TAMwbo008121; Wed, 29 May 2019 10:22:58 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905291022.x4TAMwbo008121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 29 May 2019 10:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502948 - in head: . audio audio/specimen devel devel/smack graphics graphics/cinepaint x11-toolkits x11-toolkits/phat X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . audio audio/specimen devel devel/smack graphics graphics/cinepaint x11-toolkits x11-toolkits/phat X-SVN-Commit-Revision: 502948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A9ECB8C66F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2019 10:23:00 -0000 Author: rene Date: Wed May 29 10:22:58 2019 New Revision: 502948 URL: https://svnweb.freebsd.org/changeset/ports/502948 Log: Remove expired ports: 2019-05-28 graphics/cinepaint: Vulnerable since 2015, unmaintained and underlinks 2019-05-28 audio/specimen: Unmaintained, depends on expiring x11-toolkits/phat 2019-05-28 devel/smack: Unmaintained, upstream disappeared, underlinks 2019-05-28 x11-toolkits/phat: Unmaintained, upstream disappeared, underlinks Deleted: head/audio/specimen/ head/devel/smack/ head/graphics/cinepaint/ head/x11-toolkits/phat/ Modified: head/MOVED head/audio/Makefile head/devel/Makefile head/graphics/Makefile head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed May 29 09:35:36 2019 (r502947) +++ head/MOVED Wed May 29 10:22:58 2019 (r502948) @@ -12775,3 +12775,7 @@ www/rubygem-webpack-rails-rails50|www/rubygem-webpack- lang/ghc843||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only lang/ghc844||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only lang/ghc862||2019-05-28|Old versions of GHC are removed from ports. Use devel/stack and appropriate resolver to install this version of GHC for your user only +graphics/cinepaint||2019-05-29|Has expired: Vulnerable since 2015, unmaintained and underlinks +audio/specimen||2019-05-29|Has expired: Unmaintained, depends on expiring x11-toolkits/phat +devel/smack||2019-05-29|Has expired: Unmaintained, upstream disappeared, underlinks +x11-toolkits/phat||2019-05-29|Has expired: Unmaintained, upstream disappeared, underlinks Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed May 29 09:35:36 2019 (r502947) +++ head/audio/Makefile Wed May 29 10:22:58 2019 (r502948) @@ -771,7 +771,6 @@ SUBDIR += soundtouch SUBDIR += sox SUBDIR += spc2it - SUBDIR += specimen SUBDIR += spectrogram SUBDIR += speech-denoiser-lv2 SUBDIR += speex Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 29 09:35:36 2019 (r502947) +++ head/devel/Makefile Wed May 29 10:22:58 2019 (r502948) @@ -6032,7 +6032,6 @@ SUBDIR += skalibs SUBDIR += slf4j SUBDIR += slibtool - SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += smv Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed May 29 09:35:36 2019 (r502947) +++ head/graphics/Makefile Wed May 29 10:22:58 2019 (r502948) @@ -89,7 +89,6 @@ SUBDIR += cfdg SUBDIR += charls SUBDIR += cimg - SUBDIR += cinepaint SUBDIR += cloudcompare SUBDIR += clutter SUBDIR += clutter-gtk3 Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Wed May 29 09:35:36 2019 (r502947) +++ head/x11-toolkits/Makefile Wed May 29 10:22:58 2019 (r502948) @@ -176,7 +176,6 @@ SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += pangoxsl - SUBDIR += phat SUBDIR += plasma5-kdeplasma-addons SUBDIR += plib SUBDIR += pure-gtk